@charset "UTF-8";
/*
@include mq($mobile) {
    // 0px ~ 1399px
    // 모바일 스타일
}

@include mq($tablet) {
    // 680px ~ 1399px  
    // 태블릿 스타일
}

@include mq($pc) {
    // 1400px 이상
    // PC 스타일
}
*/
/* common */
.spw-wrap {
  font-family: "Suit";
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-wrap {
    padding: 0 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1160px) {
  .spw-wrap {
    padding: 0 4.5vw;
  }
}
@media (max-width: 768px) {
  .spw-wrap {
    padding: 0 15px;
  }
}
.spw-wrap span {
  display: inline;
}
.dia-mg-t-vt25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.dia-mg-t-vt50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.dia-mg-t25 {
  margin-top: 1.5625rem;
}

.dia-mg-b25 {
  margin-bottom: 1.5625rem;
}

.btn-mg-t15 {
  margin-top: 0.9375rem;
}

/* Layout */
.js-tab-wrap .js-tab-con.mgt-x {
  margin-top: 0;
}
.js-tab-wrap .js-tab-con .js-box {
  display: none;
}

.f-family-site .selectric-wrapper .selectric {
  background: transparent;
  border: 1px solid #717171;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.f-family-site .selectric-wrapper .selectric .label {
  opacity: 0.5;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
.f-family-site .selectric-wrapper .selectric .button {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 100%;
  font-size: 0;
  color: #717171;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-family-site .selectric-wrapper .selectric .button:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background: url("../images/maincontents/f-family-site-icon.png") center center no-repeat;
  background-size: contain;
  border: 0;
}
.f-family-site .selectric-wrapper .selectric-items {
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.f-family-site .selectric-wrapper .selectric-items .selectric-scroll ul li {
  font-size: 0.8125rem;
}

/* 스크립트 공통 */
.js-tab-wrap .js-tab-con.mgt-x {
  margin-top: 0;
}
.js-tab-wrap .js-tab-con .js-box {
  display: none;
}

.f-family-site .selectric-wrapper .selectric {
  background: transparent;
  border: 1px solid #717171;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.f-family-site .selectric-wrapper .selectric .label {
  opacity: 0.5;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
.f-family-site .selectric-wrapper .selectric .button {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 100%;
  font-size: 0;
  color: #717171;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-family-site .selectric-wrapper .selectric .button:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background: url("../images/maincontents/f-family-site-icon.png") center center no-repeat;
  background-size: contain;
  border: 0;
}
.f-family-site .selectric-wrapper .selectric-items {
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.f-family-site .selectric-wrapper .selectric-items .selectric-scroll ul li {
  font-size: 0.8125rem;
}

/* 기본 공통 */
.prt-a {
  margin-bottom: 3.5625rem;
}
.prt-a:last-child {
  margin-bottom: 0;
}
.prt-a.first-top {
  margin-top: 3.4375rem;
}
.prt-a.last-mg-x {
  margin-bottom: 0;
}
.prt-a.rela {
  position: relative;
}

.prt-b {
  margin-bottom: 1.4375rem;
}
.prt-b:last-child {
  margin-bottom: 0;
}
.prt-b.first-top {
  margin-top: 1.25rem;
}
.prt-b.last-mg-x {
  margin-bottom: 0;
}
.prt-b.rela {
  position: relative;
}

.prt-c {
  margin-bottom: 2.8125rem;
}
.prt-c:last-child {
  margin-bottom: 0;
}
.prt-c.first-top {
  margin-top: 1.25rem;
}
.prt-c.rela {
  position: relative;
}

.prt-d {
  margin-bottom: 1.6875rem;
}
.prt-d:last-child {
  margin-bottom: 0;
}
.prt-d.first-top {
  margin-top: 1.25rem;
}
.prt-d.rela {
  position: relative;
}

.hd3-tt {
  font-family: "Suit";
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}
.hd3-tt strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #143074;
}
.hd3-tt strong .sub-txt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
.hd3-tt strong .sub-txt.gray {
  color: #b2b2b2;
}
.hd3-tt strong .sub-txt.blue {
  color: #0657a5;
}
.hd3-tt strong .sub-txt.normal-size {
  font-size: 1.6875rem;
}
.hd3-tt strong.anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.hd3-tt strong.anchor-link i {
  vertical-align: middle;
  display: inline-block;
  width: 31px;
  height: 34px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.hd3-tt strong.anchor-link i.ac-icon-1 {
  background-image: url("../images/sub/hd-anchor-mark-1.png");
}
.hd3-tt strong.anchor-link i.ac-icon-2 {
  background-image: url("../images/sub/hd-anchor-mark-2.png");
}
.hd3-tt strong.anchor-link i.ac-icon-3 {
  background-image: url("../images/sub/hd-anchor-mark-3.png");
}
.hd3-tt strong.anchor-link i.ac-icon-4 {
  background-image: url("../images/sub/hd-anchor-mark-4.png");
}
.hd3-tt strong.anchor-link i.ac-icon-5 {
  background-image: url("../images/sub/hd-anchor-mark-5.png");
}
.hd3-tt strong.anchor-link i.ac-icon-6 {
  background-image: url("../images/sub/hd-anchor-mark-6.png");
}
.hd3-tt strong.anchor-link i.ac-icon-7 {
  background-image: url("../images/sub/hd-anchor-mark-7.png");
}
.hd3-tt strong.anchor-link i.ac-icon-8 {
  background-image: url("../images/sub/hd-anchor-mark-8.png");
}
.hd3-tt strong.anchor-link i.ac-icon-10 {
  background-image: url("../images/sub/hd-anchor-mark-10.png");
}
.hd3-tt strong.anchor-link i.ac-icon-11 {
  background-image: url("../images/sub/hd-anchor-mark-11.png");
}
.hd3-tt strong.anchor-link i.ac-icon-12 {
  background-image: url("../images/sub/hd-anchor-mark-12.png");
}
.hd3-tt strong.anchor-link i.ac-icon-13 {
  background-image: url("../images/sub/hd-anchor-mark-13.png");
}
.hd3-tt strong.anchor-link i.ac-icon-16 {
  background-image: url("../images/sub/hd-anchor-mark-16.png");
}
.hd3-tt.hd-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #143074;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .hd3-tt.hd-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .hd3-tt.hd-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hd3-tt.hd-line strong {
  font-size: 1.6875rem;
  font-weight: 700;
}
.hd3-tt.hd-line .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1px;
  background-color: #143074;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .hd3-tt.hd-line .line {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .hd3-tt.hd-line .line {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.hd3-tt.hd-line .data {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .hd3-tt.hd-line .data {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .hd3-tt.hd-line .data {
    position: static;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .hd3-tt.hd-line.side-btn .btn-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .hd3-tt.hd-line.side-btn .btn-zone {
    display: block;
    width: auto;
  }
}
.hd3-tt.next-nor-t {
  margin-bottom: 0.75rem;
}
.hd3-tt .hd-quick-link {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  min-height: 1.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1875rem 0.9375rem;
  background-color: #f4f4f4;
  border: 1px solid #d6d6d6;
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
  border-radius: 0.9688rem;
}
.hd3-tt .hd-quick-link:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0.25rem;
  border-color: transparent;
  border-left: 0.3125rem solid #666;
}
.hd3-tt.side-mark-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
.hd3-tt.side-mark-flex .side-mark {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  background-color: #20c0cc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 4.0625rem;
  height: 1.8125rem;
  padding: 0 1.0625rem;
}
.hd3-tt.side-mark-flex .side-mark:after {
  content: "";
  display: block;
  position: absolute;
  left: -7.5px;
  border-color: transparent;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0;
  border-right: 0.5rem solid #20c0cc;
}
.hd3-tt.hd-fts-36 {
  margin-bottom: 0.625rem;
}
.hd3-tt.hd-fts-36 strong {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
  line-height: 1.263;
}
.hd3-tt.hd-fts-36 strong .import {
  color: #143074;
  font-weight: 700;
}
.hd3-tt.hd-fts-36.foot-line {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #d6d6d6;
}
.hd3-tt.hd-fts-38 {
  margin-bottom: 0.625rem;
}
.hd3-tt.hd-fts-38 strong {
  font-size: 2.375rem;
  font-weight: 500;
  color: #000;
  line-height: 1.263;
}
.hd3-tt.hd-fts-38 strong .import {
  color: #143074;
  font-weight: 700;
}
.hd3-tt.hd-fts-38.foot-line {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #d6d6d6;
}
.hd3-tt.hd-fts-38.mgb-25 {
  margin-bottom: 1.5625rem;
}

.hd4-tt {
  font-family: "Pretendard";
  position: relative;
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
}
.hd4-tt.tt-style {
  padding-left: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .hd4-tt.tt-style {
    padding-left: 0.9375rem;
  }
}
.hd4-tt.tt-style:after {
  left: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .hd4-tt.tt-style:after {
    left: 0;
  }
}
.hd4-tt.fix-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd4-tt.fix-lt .tt {
  margin-right: 0.4375rem;
}
.hd4-tt.fix-lt .blue-bg-impor {
  background-color: #939bff;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  padding: 0.25rem 1.125rem;
}
.hd4-tt.fix-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hd4-tt.fix-side:after {
  display: none;
}
.hd4-tt.fix-side .tt {
  margin-right: 0.4375rem;
}
.hd4-tt.fix-side .tt:after {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #080e32;
  position: absolute;
  top: 1rem;
  left: 0;
}
.hd4-tt.fix-side .year-sel {
  width: 10.75rem;
  height: 2.5rem;
  max-width: none;
  font-size: 16px;
  font-weight: 400;
  color: #113080;
}

.hd5-tt {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #555;
  line-height: 1.2;
  margin-left: 0.9375rem;
  margin-bottom: 0.6875rem;
  padding-left: 0.5625rem;
}
.hd5-tt:after {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #555;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.hd5-tt.hd-sm-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.hd5-tt.indent-x {
  margin-left: 0;
}

.hd6-tt {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #3941a3;
  line-height: 1.2;
  margin-left: 1.875rem;
  margin-bottom: 1.5rem;
  padding-left: 0.5625rem;
}
.hd6-tt:after {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #555;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.foot-line-tt {
  margin-top: 3.125rem;
  font-family: "NanumMyeongjoBold";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #143074;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .foot-line-tt {
    margin-top: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .foot-line-tt {
    margin-top: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.foot-line-tt strong {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .foot-line-tt strong {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .foot-line-tt strong {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.foot-line-tt .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1px;
  background-color: #143074;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .foot-line-tt .line {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .foot-line-tt .line {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.strong-tt {
  margin-bottom: 0.1875rem;
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #0657a5;
}
.strong-tt.f-con {
  margin-bottom: 0.625rem;
}
.strong-tt.mgb-middle {
  margin-bottom: 0.6875rem;
}
.strong-tt.mgb-long {
  margin-bottom: 1.5625rem;
}

.dash-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 900;
  color: #8e8e8e;
  letter-spacing: 0.1125rem;
}
.dash-title:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "";
  display: block;
  width: 2.3125rem;
  height: 0.0625rem;
  background-color: #b29576;
}

.oval-title-txt {
  margin-bottom: 0.1875rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #0b8dd9;
  border-radius: 1.0625rem;
  min-height: 2.125rem;
  padding: 0 1.5rem;
  gap: 0.3125rem;
}
.oval-title-txt.red {
  background-color: #d75b52;
}
.oval-title-txt.lightblue {
  background-color: #1cb6dd;
}
.oval-title-txt .small-txt {
  font-size: 1.125rem;
  font-weight: 400;
}
.oval-title-txt.mgb-long {
  margin-bottom: 0.9375rem;
}

.oval-title-list > li {
  border-bottom: 1px solid #d2d2d2;
  padding: 39px 0;
}
.oval-title-list > li:first-child {
  padding-top: 0;
}
.oval-title-list .box.grid-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.oval-title-list .box.grid-type .inner-box {
  position: relative;
}
.oval-title-list .box.grid-type .inner-box:nth-child(odd) {
  padding-right: 2rem;
}
.oval-title-list .box.grid-type .inner-box:nth-child(odd):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  right: 0;
}
.oval-title-list .box.grid-type .inner-box:nth-child(even) {
  padding-left: 2rem;
}
.oval-title-list .sub-title {
  margin-bottom: 0.8125rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0657a5;
}
.oval-title-list.border-line-none > li {
  border-bottom: none;
  padding: 0;
  margin-bottom: 1.5625rem;
}
.oval-title-list.border-line-none > li:last-child {
  margin-bottom: 0;
}
.oval-title-list.border-line-none .inner-ls > li {
  margin-bottom: 1.375rem;
}
.oval-title-list.border-line-none .inner-ls > li:last-child {
  margin-bottom: 0;
}
.oval-title-list.border-line-none.mgb-long > li {
  margin-bottom: 1.875rem;
}
.oval-title-list.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4375rem;
}
.oval-title-list.col-2 > li {
  padding: 0;
  border: none;
  width: calc(50% - 0.71875rem);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .oval-title-list.col-2 > li {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .oval-title-list.col-2 > li {
    width: calc(50% - 0.71875rem);
  }
}
.oval-title-list.mgt-15 {
  margin-top: 0.9375rem;
}
.oval-title-list.mgt-35 {
  margin-top: 2.1875rem;
}

.oval-only-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.nor-c {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.666;
}
.nor-c.mgt-10 {
  margin-top: 0.625rem;
}
.nor-c.mgt-15 {
  margin-top: 0.9375rem;
}
.nor-c.mgt-20 {
  margin-top: 1.25rem;
}
.nor-c.mgt-40 {
  margin-top: 2.5rem;
}
.nor-c.tt-sub-txt {
  margin-top: -1.0625rem;
}
.nor-c .point-g {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #b29576;
  border-radius: 0.75rem;
  padding: 0 0.875rem;
  height: 1.625rem;
  margin: 0 0.0625rem;
}
.nor-c.size-up-18 {
  font-size: 1.125rem;
  line-height: 1.666;
}

.t-gold {
  color: #b29576;
}

.t-deepblue {
  color: #143074;
}

.t-navyblue {
  color: #0f1f73;
}

.t-skyblue {
  color: #1e96dc;
}

.t-royalblue {
  color: #0657a5;
}

.t-whiteblue {
  color: #4b96f3;
}

.t-lightblue {
  color: #0b8dd9;
}

.t-dproyal {
  color: #5443d8;
}

.t-royal {
  color: #624bd0;
}

.t-red {
  color: #ef4121;
}

.t-black {
  color: #000;
}

.t-darkblue {
  color: #090f33;
}

.t-sky {
  color: #3aaae9;
}

.t-green {
  color: #30b11d;
}

.t-bsky {
  color: #3941a3;
}

.t-yellow {
  color: #ffe284;
}

.t-yellow-t {
  color: #ffad08;
}

.t-orange {
  color: #ff8700;
}

.t-wei-thin {
  font-weight: 100;
}

.t-wei-light {
  font-weight: 200;
}

.t-wei-extralight {
  font-weight: 300;
}

.t-wei-regular {
  font-weight: 400;
}

.t-wei-medium {
  font-weight: 500;
}

.t-wei-semiBold {
  font-weight: 600;
}

.t-wei-bold {
  font-weight: 700;
}

.t-wei-heavy {
  font-weight: 900;
}

@media (min-width: 0px) and (max-width: 1259px) {
  br.br-media {
    display: none;
  }
}
br.br-mob {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 1259px) {
  br.br-mob {
    display: block !important;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  br.br-mob {
    display: none !important;
  }
}
br.br-tablet {
  display: block !important;
}
@media (min-width: 0px) and (max-width: 1259px) {
  br.br-tablet {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  br.br-tablet {
    display: block !important;
  }
}

.subbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 3rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f3f8fb;
  border: 1px solid #0657a5;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .subbtn {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .subbtn {
    padding: 0 1.5625rem;
  }
}
.subbtn .txt {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0657a5;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .subbtn .txt {
    font-size: 0.9375rem;
  }
}
.subbtn .icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.625rem;
}
.subbtn .icon.quick {
  background-image: url("../images/sub/subbtn-icon-quick.png");
}
.subbtn .icon.detail {
  background-image: url("../images/sub/subbtn-icon-detail.png");
}
.subbtn .icon.detail {
  background-image: url("../images/sub/subbtn-icon-detail.png");
}
.subbtn .icon.prev {
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("../images/sub/subbtn-icon-prev.png");
}
.subbtn .icon.dw {
  background-image: url("../images/sub/subbtn-icon-dw.png");
}
.subbtn .icon.pdf-dw {
  background-image: url("../images/sub/subbtn-icon-pdf-dw.png");
}
.subbtn .icon.first-icon {
  margin-left: 0;
  margin-right: 0.3125rem;
}
.subbtn .icon.first-icon.naver {
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("../images/sub/subbtn-first-icon-naver.png");
}
.subbtn .icon.first-icon.hyu-logo {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/sub/subbtn-first-icon-hyu-logo.png");
}
.subbtn.wd-200 {
  width: 12.5rem;
}
.subbtn.wd-260 {
  width: 16.25rem;
}
.subbtn.wd-250 {
  width: 15.625rem;
}
.subbtn.wd-280 {
  width: 17.5rem;
}
.subbtn.wd-300 {
  width: 18.75rem;
}
.subbtn.sz-strong-small {
  min-height: 1.6875rem;
  padding: 0 0.625rem;
  border-radius: 0.1875rem;
}
.subbtn.sz-strong-small .txt {
  font-size: 0.875rem;
}
.subbtn.sz-strong-small .icon {
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.375rem;
}
.subbtn.sz-small {
  min-height: 2.125rem;
  padding: 0 0.8125rem;
  border-radius: 0.3125rem;
}
.subbtn.sz-small .txt {
  font-size: 1rem;
}
.subbtn.sz-small .icon {
  margin-left: 0.375rem;
}
.subbtn.sz-mid {
  height: 2.25rem;
  padding: 0 14px;
}
.subbtn.sz-mid .txt {
  font-size: 17px;
}
.subbtn.sz-tall {
  height: 3.125rem;
  padding: 0 1.25rem;
}
.subbtn.sz-tall .txt {
  font-size: 0.9375rem;
}
.subbtn.btn-primary {
  background-color: #143074;
}
.subbtn.btn-primary .txt {
  color: #fff;
}
.subbtn.btn-secondary {
  background-color: #0657a5;
}
.subbtn.btn-secondary .txt {
  color: #fff;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}
.btn-wrap .btn-box {
  padding: 0 5px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap .btn-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap .btn-box .subbtn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap .btn-box .subbtn.wd-200 {
    width: 12.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap .btn-box .subbtn.wd-260 {
    width: 16.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap .btn-box .subbtn.wd-250 {
    width: 15.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap .btn-box .subbtn.wd-280 {
    width: 17.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap .btn-box .subbtn.wd-300 {
    width: 18.75rem;
  }
}
.btn-wrap.mgt-13 {
  margin-top: 0.8125rem;
}
.btn-wrap.mgt-20 {
  margin-top: 1.25rem;
}
.btn-wrap.mgt-30 {
  margin-top: 1.875rem;
}
.btn-wrap.st-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap.st-right .btn-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap.st-right .btn-box .subbtn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-200 {
    width: 12.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-260 {
    width: 16.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-250 {
    width: 15.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-280 {
    width: 17.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-300 {
    width: 18.75rem;
  }
}
.btn-wrap.st-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap.st-left .btn-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap.st-left .btn-box .subbtn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-200 {
    width: 12.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-260 {
    width: 16.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-250 {
    width: 15.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-280 {
    width: 17.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-300 {
    width: 18.75rem;
  }
}
.btn-wrap.btn-per-100 {
  margin: 0 -0.4375rem;
}
.btn-wrap.btn-per-100 .btn-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.4375rem;
}
.btn-wrap.btn-per-100 .btn-box .subbtn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap.btn-per-100 .btn-box .subbtn {
    padding: 0 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .btn-wrap.btn-per-100 .btn-box .subbtn {
    padding: 0 1.375rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap.alone .btn-box {
    width: 12.5rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .btn-wrap.alone .btn-box .subbtn {
    width: 100%;
  }
}
.btn-wrap.wrap-left {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  gap: 0.3125rem;
}
.btn-wrap.wrap-left .btn-box {
  padding: 0;
}
.btn-wrap.wrap-center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  margin-right: 0;
  gap: 0.3125rem;
}
.btn-wrap.wrap-center .btn-box {
  padding: 0;
}
.btn-with-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.btn-with-txt.width-gap-34 {
  gap: 2.125rem;
}
.btn-with-txt.txt-sz-18 .txt {
  font-size: 1.125rem;
}

.tb_w {
  border-top: 2px solid #0657a5;
  overflow-x: auto;
  min-width: 100%;
}
@media (max-width: 768px) {
  .tb_w .tb colgroup {
    display: table-column-group;
  }
}
.tb_w .tb thead tr:last-child th {
  border-bottom: 0;
}
.tb_w .tb thead th {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #010000;
  background-color: #f3f8fb;
  border: 1px solid #d2d2d2;
  height: 3.875rem;
}
.tb_w .tb thead th:first-child {
  border-left: 0;
}
.tb_w .tb thead th:last-child {
  border-right: 0;
}
.tb_w .tb thead th.th-bdb-x {
  border-bottom: 0;
}
.tb_w .tb tbody tr {
  z-index: 1;
}
.tb_w .tb tbody tr th.impor-line, .tb_w .tb tbody tr td.impor-line {
  border-bottom: 1px solid #090f33;
}
.tb_w .tb tbody tr th.txt-left, .tb_w .tb tbody tr td.txt-left {
  text-align: left;
}
.tb_w .tb tbody tr th.txt-left.txt-side-pd, .tb_w .tb tbody tr td.txt-left.txt-side-pd {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tb_w .tb tbody tr th.txt-left.txt-side-pd, .tb_w .tb tbody tr td.txt-left.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody tr th.txt-center, .tb_w .tb tbody tr td.txt-center {
  text-align: center;
}
.tb_w .tb tbody tr th.txt-center.txt-side-pd, .tb_w .tb tbody tr td.txt-center.txt-side-pd {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tb_w .tb tbody tr th.txt-center.txt-side-pd, .tb_w .tb tbody tr td.txt-center.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody tr th.txt-right, .tb_w .tb tbody tr td.txt-right {
  text-align: right;
}
.tb_w .tb tbody tr th.txt-right.txt-side-pd, .tb_w .tb tbody tr td.txt-right.txt-side-pd {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tb_w .tb tbody tr th.txt-right.txt-side-pd, .tb_w .tb tbody tr td.txt-right.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody tr.body-th th {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #010000;
  background-color: #f3f8fb;
  border: 1px solid #d2d2d2;
  height: 3.875rem;
}
.tb_w .tb tbody tr.body-th th:first-child {
  border-left: 0;
}
.tb_w .tb tbody tr.body-th th:last-child {
  border-right: 0;
}
.tb_w .tb tbody th, .tb_w .tb tbody td {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  border: 1px solid #d2d2d2;
  height: 3.875rem;
  padding: 1.25rem 1.3625rem;
  line-height: 1.875;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tb_w .tb tbody th, .tb_w .tb tbody td {
    padding: 0.75rem 1vw;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .tb_w .tb tbody th, .tb_w .tb tbody td {
    padding: 0.5rem;
  }
}
.tb_w .tb tbody th {
  background-color: #f7f7f7;
  font-weight: 500;
  color: #010000;
}
.tb_w .tb tbody th:first-child {
  border-left: 0;
}
.tb_w .tb tbody th.sub {
  color: #888;
}
.tb_w .tb tbody th.thead-bg {
  background-color: #f3f8fb;
}
.tb_w .tb tbody td:first-child {
  border-left: 0;
}
.tb_w .tb tbody td:last-child {
  border-right: 0;
}
.tb_w .tb tbody td .ls-typ.dot > li {
  color: #000;
  font-weight: 500;
}
.tb_w .tb tbody td .ls-typ.dot > li > .mark::before {
  background-color: #000;
}
.tb_w .tb tbody td.import-g {
  color: #b29576;
  background-color: #f6f2ee;
}
.tb_w .tb tbody td.import-nor {
  background-color: #f4f4f4;
}
.tb_w .tb tbody td .nor-c {
  font-weight: 500;
  color: #000;
}
.tb_w .tb tfoot tr td {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  border: 1px solid #dbdbdb;
  height: 4.75rem;
  background-color: #f5f5f5;
}
.tb_w.normal-tb tbody th {
  background-color: #f3f8fb;
}
.tb_w.normal-tb tbody tr:first-child th, .tb_w.normal-tb tbody tr:first-child td {
  border-top: 0;
}
.tb_w.download-tb {
  border-top: 0;
}
.tb_w.download-tb .tb tbody th {
  background-color: #143074;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  height: 4rem;
  padding: 0.625rem 0.9375rem;
}
.tb_w.download-tb .subbtn .txt {
  font-size: 1.1875rem;
  font-weight: 500;
}
.tb_w.tbody-txt-black .tb tbody td {
  color: #000;
}
.tb_w.tbody-txt-black .tb tbody td .ls-typ > li {
  color: #000;
}
.tb_w.font-sz-up-18 thead th {
  font-size: 1.125rem;
}
.tb_w.font-sz-up-18 .tb tbody th, .tb_w.font-sz-up-18 .tb tbody td {
  font-size: 1.125rem;
}
.tb_w.font-sz-up-18 .tb tbody th .ls-typ.dot > li, .tb_w.font-sz-up-18 .tb tbody td .ls-typ.dot > li {
  font-size: 1.125rem;
  line-height: 1.6666;
}
.tb_w.font-sz-up-18 .tb tbody th .ls-typ.dot > li > .mark:before, .tb_w.font-sz-up-18 .tb tbody td .ls-typ.dot > li > .mark:before {
  top: 0.8125rem;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #000;
}
.tb_w.font-sz-up-18 .tb tbody th .ls-typ.none > li, .tb_w.font-sz-up-18 .tb tbody td .ls-typ.none > li {
  font-size: 1.125rem;
  line-height: 1.6666;
}
.tb_w.mgt-5 {
  margin-top: 0.3125rem;
}
.tb_w.mgt-15 {
  margin-top: 0.9375rem;
}
.tb_w.mgt-20 {
  margin-top: 1.25rem;
}
.tb_w.mgt-50 {
  margin-top: 3.125rem;
}

@media (min-width: 0px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul:before {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul:after {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul > li {
    float: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .tabwrap .tabbtn > ul > li {
    width: auto;
    float: left;
  }
}
.tabwrap .tabcon {
  margin-top: 3rem;
}

.circle-mark-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.1875rem -0.3125rem;
}
.circle-mark-ls > ul:before, .circle-mark-ls > ul:after {
  content: "";
  display: table;
}
.circle-mark-ls > ul:after {
  clear: both;
}
.circle-mark-ls > ul > li {
  display: block;
  float: left;
  line-height: 2;
  padding: 0.1875rem 0.3125rem;
}
.circle-mark-ls > ul > li.on .box {
  border: 2px solid #000;
  -webkit-box-shadow: 0px 13px 27px 0px rgba(171, 171, 171, 0.34);
          box-shadow: 0px 13px 27px 0px rgba(171, 171, 171, 0.34);
}
.circle-mark-ls > ul > li.on .box .txt {
  color: #000;
}
.circle-mark-ls > ul > li.on .box .mk {
  background-color: #3941a3;
}
.circle-mark-ls > ul > li.on .box .mk:after {
  background-image: url("../images/sub/circle-mark-ls-on.png");
}
.circle-mark-ls .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3.25rem;
  border: 1px solid #dbdbdb;
  border-radius: 1.625rem;
  padding: 0 0.5625rem 0 1.5625rem;
}
.circle-mark-ls .box .txt {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #656565;
  line-height: 1.2;
}
.circle-mark-ls .box .mk {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  margin-left: 1.75rem;
}
.circle-mark-ls .box .mk:after {
  display: block;
  content: "";
  width: 1.8125rem;
  height: 1.8125rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../images/sub/circle-mark-ls-off.png");
}
.circle-mark-ls.per-sz-sm > ul {
  margin: -0.1875rem -0.1563rem;
}
.circle-mark-ls.per-sz-sm > ul > li {
  padding: 0.1875rem 0.1563rem;
}

.tabwrap-2 .normal-tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabwrap-2 .normal-tab > ul > li {
  width: calc(25% + 1px);
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tabwrap-2 .normal-tab > ul > li {
    width: calc(33.3333% + 1px);
  }
}
.tabwrap-2 .normal-tab > ul > li div.box {
  position: relative;
  background-color: #fbfbfb;
}
.tabwrap-2 .normal-tab > ul > li div.box:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 3.0625rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/sub/normal-tab-blank-icon.png");
  background-size: contain;
}
.tabwrap-2 .normal-tab > ul > li .box {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ebebeb;
  min-height: 59px;
  background-color: #fff;
}
.tabwrap-2 .normal-tab > ul > li .box:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  margin: 0 auto;
}
.tabwrap-2 .normal-tab > ul > li .box .txt {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .tabwrap-2 .normal-tab > ul > li .box .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 0.3125rem;
  }
}
.tabwrap-2 .normal-tab > ul > li.on .box:after {
  background-color: #143074;
  width: 100%;
  height: 0.25rem;
}
.tabwrap-2 .normal-tab > ul > li.on .box .txt {
  font-weight: 700;
}
.tabwrap-2 .tabcon {
  margin-top: 2.8125rem;
}
.tabwrap-2.col-2 .normal-tab > ul > li {
  width: calc(50% + 1px);
}
.tabwrap-2.col-3 .normal-tab > ul > li {
  width: calc(33.3333% + 1px);
}
.tabwrap-2.col-5 .normal-tab > ul > li {
  width: calc(20% + 1px);
}

.history-tabwrap .normal-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history-tabwrap .normal-tab > ul {
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  background-color: #e9ebef;
  padding: 0.4375rem;
  border-radius: 2.1875rem;
}
.history-tabwrap .normal-tab > ul > li .box {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 9.375rem;
  height: 3.5rem;
  border-radius: 1.75rem;
}
.history-tabwrap .normal-tab > ul > li .box .txt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #878787;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.history-tabwrap .normal-tab > ul > li .box:hover .txt {
  color: #000;
}
.history-tabwrap .normal-tab > ul > li.on .box {
  background-color: #001355;
}
.history-tabwrap .normal-tab > ul > li.on .box:after {
  display: block;
}
.history-tabwrap .normal-tab > ul > li.on .box .txt {
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 0s;
  transition: color 0s;
}
.history-tabwrap .tabcon {
  margin-top: 3.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .history-tabwrap .tabcon {
    margin-top: 1.2rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .history-tabwrap .tabcon {
    margin-top: 1.15rem;
  }
}

.swiper-wrapper-all {
  position: relative;
}
.swiper-wrapper-all .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-css-starting {
  margin: 0 auto;
  margin-bottom: 30px;
}
.swiper-css-starting .swiper {
  overflow: hidden;
}
.swiper-css-starting .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -22px;
  height: 0;
}
.swiper-css-starting .swiper-button .swiper-button-prev, .swiper-css-starting .swiper-button .swiper-button-next {
  background-color: red;
  cursor: pointer;
  display: block;
  position: static;
  width: 27px;
  height: 44px;
  margin-top: 0;
}
.swiper-css-starting .swiper-button .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-css-starting .swiper-pagination {
  z-index: 1;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-css-starting .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.swiper-css-starting .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
}

.swiper-standard.type-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.swiper-standard.type-2 .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.swiper-standard.type-3 .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.swiper-thumb-box.type-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.swiper-thumb-box.type-2 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.color-box {
  border: 10px solid transparent;
  border-radius: 15px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.color-box .inner-line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  border-radius: 5px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.color-box .inner-line .in-con {
  padding: 1.25rem;
}
.color-box.yellow {
  -webkit-box-shadow: 0px 10px 15px 5px rgba(231, 171, 0, 0.3);
          box-shadow: 0px 10px 15px 5px rgba(231, 171, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#ffba0b), to(#ffad08));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #ffba0b 0%, #ffad08 100%);
}
.color-box.yellow .inner-line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#ffe491));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, transparent 20%, #ffe491 100%);
}
.color-box.purple {
  -webkit-box-shadow: 0px 10px 15px 5px rgba(165, 147, 225, 0.3);
          box-shadow: 0px 10px 15px 5px rgba(165, 147, 225, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#a593ff), to(#a593ff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #a593ff 0%, #a593ff 100%);
}
.color-box.purple .inner-line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#c3b7ff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, transparent 20%, #c3b7ff 100%);
}

.row-line {
  margin: 2.8125rem 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d2d2d2;
}

/* 페이지 공통 */
/* 리스트 타입 */
.ls-typ > li {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  display: block;
  line-height: 1.666;
}
.ls-typ > li .mark {
  position: relative;
  display: block;
}
.ls-typ > li .mark:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
}
.ls-typ > li > .ls-typ.check-inner-ls {
  padding-left: 1.375rem;
}
.ls-typ > li > .ls-typ.dot-inner-ls {
  padding-left: 0.5rem;
}
.ls-typ > li > .ls-typ.alphabet-inner-ls {
  padding-left: 1.125rem;
}
.ls-typ > li > .ls-typ.hangle-inner-ls {
  padding-left: 1.375rem;
}
.ls-typ > li > .ls-typ.number-inner-ls {
  padding-left: 1.375rem;
}
.ls-typ > li > .ls-typ.normal-number-inner-ls {
  padding-left: 0.875rem;
}
.ls-typ > li > .ls-typ.dash-inner-ls {
  padding-left: 0.8rem;
}
.ls-typ > li > .ls-typ.impor-inner-ls {
  padding-left: 1.5625rem;
}
.ls-typ > li > .ls-typ.arrowright-inner-ls {
  padding-left: 1.4375rem;
}
.ls-typ > li.flx-col .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ls-typ > li.mark-none .mark {
  padding-left: 0 !important;
}
.ls-typ > li.mark-none .mark:before {
  display: none;
}
.ls-typ.alz > li {
  line-height: 1.56;
  margin-bottom: 0.1875rem;
}
.ls-typ.alz > li:last-child {
  margin-bottom: 0;
}
.ls-typ.alz > li > .mark {
  padding-left: 1.375rem;
}
.ls-typ.alz > li > .mark:before {
  top: 0.3125rem;
  width: 1.0625rem;
  height: 0.875rem;
  background: url("../images/sub/ls-typ-alz-blue-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.ls-typ.alz > li > .mark .ls-t-impor {
  margin-left: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #666;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .ls-typ.alz > li > .mark .ls-t-impor {
    margin-left: 0;
    display: block;
  }
}
.ls-typ.alz > li .ls-typ.number .mark:before, .ls-typ.alz > li .ls-typ.dash .mark:before {
  background: none;
}
.ls-typ.alz.yellow > li > .mark:before {
  background: url("../images/sub/ls-typ-alz-yellow-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.ls-typ.alz.tt-sub-txt {
  margin-top: -1.0625rem;
}
.ls-typ.dot > li > .mark {
  font-size: 1.125rem;
  line-height: 1.666;
  padding-left: 0.5rem;
}
.ls-typ.dot > li > .mark:before {
  top: 0.875rem;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background-color: #000;
}
.ls-typ.dot > li.side-btn-dot > .mark {
  position: relative;
  display: inline-block;
  padding-right: 3.75rem;
  word-break: break-word;
}
.ls-typ.dot > li.side-btn-dot > .mark .subbtn {
  position: absolute;
  top: -0.375rem;
  right: 0;
}
.ls-typ.alphabet > li {
  line-height: 2;
}
.ls-typ.alphabet > li > .mark {
  padding-left: 1.125rem;
}
.ls-typ.alphabet > li > .mark:before {
  content: attr(data-alphabet);
  top: 0;
}
.ls-typ.hangle > li > .mark {
  font-weight: 500;
  line-height: 1.666;
  padding-left: 1.375rem;
}
.ls-typ.hangle > li > .mark:before {
  content: attr(data-hangle);
  top: 0;
}
.ls-typ.number > li > .mark {
  padding-left: 1.375rem;
}
.ls-typ.number > li > .mark:before {
  content: attr(data-number);
  top: 0;
  font-size: 1.125rem;
  font-weight: 400;
}
.ls-typ.number > li > .mark .under-impor {
  color: #0b8dd9;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ls-typ.normal-number > li {
  line-height: 1.666;
}
.ls-typ.normal-number > li > .mark {
  padding-left: 0.875rem;
}
.ls-typ.normal-number > li > .mark:before {
  content: attr(data-number);
  top: 0;
}
.ls-typ.dash > li {
  line-height: 2;
}
.ls-typ.dash > li > .mark {
  padding-left: 0.8rem;
}
.ls-typ.dash > li > .mark:before {
  content: "-";
  top: 0;
}
.ls-typ.impor > li {
  line-height: 1.666;
}
.ls-typ.impor > li:last-child {
  margin-bottom: 0;
}
.ls-typ.impor > li > .mark {
  padding-left: 1.5625rem;
}
.ls-typ.impor > li > .mark:before {
  top: 0.375rem;
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/ls-typ-impor-icon.png");
}
.ls-typ.impor.ft-size-16 > li > .mark {
  font-size: 1rem;
}
.ls-typ.impor.ft-size-16 > li > .mark:before {
  top: 0.25rem;
}
.ls-typ.arrowright > li:last-child {
  margin-bottom: 0;
}
.ls-typ.arrowright > li > .mark {
  padding-left: 1.4375rem;
  line-height: 1.666;
}
.ls-typ.arrowright > li > .mark:before {
  top: 0.5rem;
  width: 1.125rem;
  height: 0.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/ls-typ-arrowright-icon.png");
}
.ls-typ.check > li {
  font-weight: 500;
  line-height: 1.666;
}
.ls-typ.check > li:last-child {
  margin-bottom: 0;
}
.ls-typ.check > li > .mark {
  padding-left: 1.875rem;
  font-size: 1.125rem;
}
.ls-typ.check > li > .mark:before {
  top: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/check-list-bluecircle-icon.png");
}
.ls-typ.check.check-c-navy > li > .mark:before {
  background-image: url("../images/sub/check-list-navycircle-icon.png");
}
.ls-typ.star > li {
  line-height: 1.875;
}
.ls-typ.star > li:last-child {
  margin-bottom: 0;
}
.ls-typ.star > li > .mark {
  padding-left: 1.5625rem;
}
.ls-typ.star > li > .mark:before {
  top: 0.4375rem;
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/ls-typ-star-icon.png");
}
.ls-typ.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ls-typ.arrow > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ls-typ.arrow > li:after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("../images/sub/ls-typ-arrow-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0.4375rem;
}
.ls-typ.arrow > li:last-child:after {
  display: none;
}
.ls-typ.arrow > li > .mark {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
}
.ls-typ.arrow.navy-icon > li:after {
  background-image: url("../images/sub/ls-typ-arrow-navy-icon.png");
}
.ls-typ.none > li {
  line-height: 2;
}
.ls-typ.none > li > .mark {
  padding-left: 0;
}
.ls-typ.none > li .ls-typ.number .mark:before, .ls-typ.none > li .ls-typ.dash .mark:before {
  background: none;
}
.ls-typ.none > li .ls-typ.dot.on-mark .mark:before {
  background-color: #555;
}
.ls-typ.small-bold > li {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.625rem;
}
.ls-typ.small-bold > li:last-child {
  margin-bottom: 0;
}
.ls-typ.small-bold > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
}
.ls-typ.small-bold > li > .mark .fc-tt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.4375rem;
  font-weight: 700;
}
.ls-typ.small-bold > li > .mark .fc-tt:before {
  position: absolute;
  top: 0;
  right: -0.4375rem;
  content: ":";
  display: block;
  font-weight: 400;
}
.ls-typ.small-bold > li > .con-area {
  margin-top: 0.625rem;
}
.ls-typ.small-bold.fix-sz-none > li > .mark .fc-tt {
  width: auto;
}
.ls-typ.small-bold.colon-none > li > .mark .fc-tt:before {
  display: none;
}
.ls-typ.small-bold.colon-none > li > .mark .fc-con {
  margin-top: -0.3125rem;
}
.ls-typ.small-bold.tt-wd-3 > li > .mark .fc-tt {
  width: 2.6875rem;
}
.ls-typ.small-bold.tt-wd-203 > li > .mark .fc-tt {
  width: 203px;
}
.ls-typ.small-bold.font-up-18 > li {
  font-size: 1.125rem;
}
.ls-typ.small-bold.font-up-18 > li > .mark .fc-tt {
  width: 3rem;
}
.ls-typ.tt-fix-sz > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ls-typ.tt-fix-sz > li > .mark .fc-tt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4.6875rem;
}
.ls-typ.tt-fix-sz > li > .mark .fc-tt:before {
  position: absolute;
  top: -0.0625rem;
  right: -0.5625rem;
  content: ":";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding: 0 0.1875rem;
}
.ls-typ.tt-fix-sz > li > .mark .fc-con {
  padding-left: 0.625rem;
}
.ls-typ.tt-fix-sz.sz-t-3 > li > .mark .fc-tt {
  width: 2.75rem;
}
.ls-typ.tt-fix-sz-none > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ls-typ.tt-fix-sz-none > li > .mark .fc-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 0.1875rem;
}
.ls-typ.tt-fix-sz-none > li > .mark .fc-tt.alone {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-tt {
  position: relative;
  margin-right: 0;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-tt:before {
  position: absolute;
  top: 0;
  right: -0.5625rem;
  content: ":";
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  padding: 0 0.1875rem;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-con {
  padding-left: 0.5625rem;
}
.ls-typ.tt-fix-sz-none.colon-none > li > .mark .fc-tt {
  position: relative;
  margin-right: 0;
}
.ls-typ.tt-fix-sz-none.colon-none > li > .mark .fc-tt:before {
  content: "";
  display: block;
}
.ls-typ.tt-fix-sz-none.colon-none > li > .mark .fc-con {
  padding-left: 0.5625rem;
}
.ls-typ.font-sz-up-17 > li {
  font-size: 1.0625rem;
}
.ls-typ.mgt-5 {
  margin-top: 0.3125rem;
}
.ls-typ.mgt-10 {
  margin-top: 0.625rem;
}
.ls-typ.mgt-15 {
  margin-top: 0.9375rem;
}
.ls-typ.mgt-25 {
  margin-top: 1.5625rem;
}
.ls-typ.side-pd {
  padding: 0 0.875rem;
}
.ls-typ.side-pd-h5 {
  padding: 0 1.5rem;
}
.ls-typ.ls-inline {
  display: inline-block;
}

/* BG Box */
.box-bg-color {
  background-color: #f4f4f4;
  padding: 1.875rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-bg-color {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-bg-color {
    padding: 1.875rem;
  }
}
.box-bg-color.line {
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
.box-bg-color.line-none {
  background-color: #fff;
  border: 0;
}
.box-bg-color.line-gray {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
}
.box-bg-color.blue {
  background-color: #143074;
}
.box-bg-color.blue.in-txtcon {
  text-align: center;
  padding: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-bg-color.blue.in-txtcon {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-bg-color.blue.in-txtcon {
    padding: 1.875rem;
  }
}
.box-bg-color.blue.in-txtcon .nor-c {
  color: #fff;
  font-weight: 500;
}
.box-bg-color.gold {
  background-color: #b29576;
}
.box-bg-color.gold.in-txtcon {
  text-align: center;
  padding: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-bg-color.gold.in-txtcon {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-bg-color.gold.in-txtcon {
    padding: 1.875rem;
  }
}
.box-bg-color.gold.in-txtcon .nor-c {
  color: #fff;
  font-weight: 500;
}
.box-bg-color.mgt-10 {
  margin-top: 0.625rem;
}
.box-bg-color.mgt-15 {
  margin-top: 0.9375rem;
}
.box-bg-color.mgt-25 {
  margin-top: 1.5625rem;
}
.box-bg-color.mgt-30 {
  margin-top: 1.875rem;
}
.box-bg-color.mgt-40 {
  margin-top: 2.5rem;
}
.box-bg-color.mgb-10 {
  margin-bottom: 0.625rem;
}
.box-bg-color.mgb-15 {
  margin-bottom: 0.9375rem;
}
.box-bg-color.mgb-30 {
  margin-bottom: 1.875rem;
}

/* 컨텐츠 타이틀 */
.content-title-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-title-wrap .title {
  margin-bottom: 1.0625rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.content-title-wrap .sub-con {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  min-height: 3em;
}
.content-title-wrap .sub-con .point-under {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  color: #102073;
}
.content-title-wrap .icon-ls {
  margin-top: 1.3125rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.content-title-wrap .icon-ls::before, .content-title-wrap .icon-ls::after {
  content: "";
  display: none;
  position: absolute;
  height: 100%;
  width: 6rem;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 85%, rgba(255, 255, 255, 0));
}
@media (min-width: 0px) and (max-width: 1259px) {
  .content-title-wrap .icon-ls::before, .content-title-wrap .icon-ls::after {
    display: none;
    width: 3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .content-title-wrap .icon-ls::before, .content-title-wrap .icon-ls::after {
    width: 6rem;
  }
}
.content-title-wrap .icon-ls::before {
  left: 0;
}
.content-title-wrap .icon-ls::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-title-wrap .icon-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .content-title-wrap .icon-ls > ul {
    width: 100%;
    max-width: 1040px;
    gap: 0;
  }
}
.content-title-wrap .icon-ls > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-title-wrap .icon-ls i {
  display: block;
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .content-title-wrap .icon-ls i {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .content-title-wrap .icon-ls i {
    width: 4rem;
    height: 4rem;
  }
}
.content-title-wrap .icon-ls i.icon-1 {
  background-image: url("../images/sub/content-title-icon-1.png");
}
.content-title-wrap .icon-ls i.icon-2 {
  background-image: url("../images/sub/content-title-icon-2.png");
}
.content-title-wrap .icon-ls i.icon-3 {
  background-image: url("../images/sub/content-title-icon-3.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .content-title-wrap .icon-ls i.icon-center {
    width: 5rem;
    height: 5rem;
  }
}
.content-title-wrap .icon-ls i.icon-center.icon-1 {
  background-image: url("../images/sub/content-title-icon-center-1.png");
}
.content-title-wrap .icon-ls i.icon-center.icon-2 {
  background-image: url("../images/sub/content-title-icon-center-2.png");
}
.content-title-wrap .icon-ls i.icon-center.icon-3 {
  background-image: url("../images/sub/content-title-icon-center-3.png");
}
.content-title-wrap .icon-ls i.icon-center.icon-3-1 {
  background-image: url("../images/sub/content-title-icon-center-3-1.png");
}
.content-title-wrap .icon-ls i.icon-center.icon-3-2 {
  background-image: url("../images/sub/content-title-icon-center-3-2.png");
}
.content-title-wrap .icon-ls i.icon-center.icon-3-3 {
  background-image: url("../images/sub/content-title-icon-center-3-3.png");
  width: 5.1875rem;
  height: 5.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .content-title-wrap .icon-ls i.icon-center.icon-3-3 {
    width: 5rem;
    height: 5rem;
  }
}
.content-title-wrap .icon-ls i.icon-5 {
  background-image: url("../images/sub/content-title-icon-5.png");
}
.content-title-wrap .icon-ls i.icon-6 {
  background-image: url("../images/sub/content-title-icon-6.png");
}
.content-title-wrap .icon-ls i.icon-7 {
  background-image: url("../images/sub/content-title-icon-7.png");
}
.content-title-wrap .oval-title {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.content-title-wrap .oval-title .tt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  background-color: #102073;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 12.1875rem;
  min-height: 2.375rem;
  padding: 0.1875rem 1.625rem;
  border-radius: 1.1875rem;
}
.content-title-wrap .oval-title .oval-con {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

/* 컨텐츠 이미지 타이틀 */
.contents-img-title-box {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .contents-img-title-box .hd3-tt {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .contents-img-title-box .hd3-tt strong {
    font-size: 1.975rem;
    line-height: 1.263;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .contents-img-title-box .hd3-tt strong {
    font-size: 2.375rem;
  }
}
.contents-img-title-box .ab-pic-zone {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .contents-img-title-box .ab-pic-zone {
    position: static;
    margin-bottom: 1.875rem;
    text-align: center;
  }
}
.contents-img-title-box .ab-pic-zone img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .contents-img-title-box .nor-c {
    word-break: break-word;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .contents-img-title-box .btn-wrap.wrap-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* 타이틀 박스 */
.box-type-title {
  position: relative;
  background-color: #f4f4f4;
  margin-bottom: 1.5625rem;
}
.box-type-title .btt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 13.5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title .btt-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title .btt-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9375rem;
  }
}
.box-type-title .con-area {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.8125rem 3.625rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title .con-area {
    padding: 1.875rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title .con-area {
    padding: 0 15px;
  }
}
.box-type-title .img-area {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 254px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title .img-area {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title .img-area {
    width: 254px;
  }
}
.box-type-title .icon-area {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.125rem;
}
.box-type-title .icon-area .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.25rem;
  height: 6.25rem;
}
.box-type-title .icon-area .icon.i-1 {
  background-image: url("../images/sub/btt-icon-1.png");
}
.box-type-title .icon-area .icon.i-2 {
  background-image: url("../images/sub/btt-icon-2.png");
}
.box-type-title .icon-area .icon.i-3 {
  background-image: url("../images/sub/btt-icon-3.png");
}
.box-type-title .icon-area .icon.i-4 {
  background-image: url("../images/sub/btt-icon-4.png");
}
.box-type-title .txt strong {
  letter-spacing: -0.0625rem;
  display: block;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.1875rem;
}
.box-type-title .txt p {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.box-type-title .btt-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.875rem;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title .btt-bg {
    width: 100%;
    height: 10.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title .btt-bg {
    height: 13.5rem;
  }
}
.box-type-title .btt-bg.img-1 {
  background-image: url("../images/sub/btt-bg-1.jpg");
}
.box-type-title .btt-bg.img-2 {
  background-image: url("../images/sub/btt-bg-2.jpg");
}
.box-type-title .btt-bg.img-3 {
  background-image: url("../images/sub/btt-bg-3.jpg");
}
.box-type-title .btt-bg.img-4 {
  background-image: url("../images/sub/btt-bg-4.jpg");
}
.box-type-title .btt-bg.img-5 {
  background-image: url("../images/sub/btt-bg-5.jpg");
}
.box-type-title .btt-bg.img-6 {
  background-image: url("../images/sub/btt-bg-6.jpg");
}
.box-type-title .btt-bg.img-7 {
  background-image: url("../images/sub/btt-bg-7.jpg");
}
.box-type-title .btt-bg.img-8 {
  background-image: url("../images/sub/btt-bg-8.jpg");
}
.box-type-title .btt-bg.img-9 {
  background-image: url("../images/sub/btt-bg-9.jpg");
}
.box-type-title .btt-bg.img-10 {
  background-image: url("../images/sub/btt-bg-10.jpg");
}
.box-type-title .btt-bg.img-11 {
  background-image: url("../images/sub/btt-bg-11.jpg");
}
.box-type-title .btt-bg.img-12 {
  background-image: url("../images/sub/btt-bg-12.jpg");
}
.box-type-title .btt-bg.img-13 {
  background-image: url("../images/sub/btt-bg-13.jpg");
}
.box-type-title .btt-bg.img-14 {
  background-image: url("../images/sub/btt-bg-14.jpg");
}
.box-type-title .btt-bg.img-15 {
  background-image: url("../images/sub/btt-bg-15.jpg");
}
.box-type-title .btt-bg.img-16 {
  background-image: url("../images/sub/btt-bg-16.jpg");
}
.box-type-title .btt-bg.img-17 {
  background-image: url("../images/sub/btt-bg-17.jpg");
}
.box-type-title .btt-bg.img-18 {
  background-image: url("../images/sub/btt-bg-18.jpg");
}
.box-type-title .btt-bg.img-19 {
  background-image: url("../images/sub/btt-bg-19.jpg");
}
.box-type-title .btt-bg.img-20 {
  background-image: url("../images/sub/btt-bg-20.jpg");
}
.box-type-title .btt-bg.img-21 {
  background-image: url("../images/sub/btt-bg-21.jpg");
}
.box-type-title .btt-bg.img-22 {
  background-image: url("../images/sub/btt-bg-22.jpg");
}
.box-type-title .btt-bg.img-23 {
  background-image: url("../images/sub/btt-bg-23.jpg");
}
.box-type-title .btt-bg.img-24 {
  background-image: url("../images/sub/btt-bg-24.jpg");
}
.box-type-title .btt-bg.img-25 {
  background-image: url("../images/sub/btt-bg-25.jpg");
}
.box-type-title .btt-bg.img-26 {
  background-image: url("../images/sub/btt-bg-26.jpg");
}
.box-type-title .btt-bg.img-27 {
  background-image: url("../images/sub/btt-bg-27.jpg");
}
.box-type-title .btt-bg.img-28 {
  background-image: url("../images/sub/btt-bg-28.jpg");
}
.box-type-title .btt-bg.img-29 {
  background-image: url("../images/sub/btt-bg-29.jpg");
}
.box-type-title .btt-bg.img-30 {
  background-image: url("../images/sub/btt-bg-30.jpg");
}
.box-type-title .btt-bg.img-31 {
  background-image: url("../images/sub/btt-bg-31.jpg");
}
.box-type-title .btt-bg.img-32 {
  background-image: url("../images/sub/btt-bg-32.jpg");
}
.box-type-title .btt-bg.img-33 {
  background-image: url("../images/sub/btt-bg-33.jpg");
}
.box-type-title .btt-bg.img-33-2 {
  background-image: url("../images/sub/btt-bg-33-2.jpg");
}
.box-type-title .btt-bg.img-34 {
  background-image: url("/common/front/rheumatism/images/sub/btt-bg-34.jpg");
}
.box-type-title .btt-bg.img-35 {
  background-image: url("/common/front/rheumatism/images/sub/btt-bg-35.jpg");
}
.box-type-title .btt-bg.img-36 {
  background-image: url("/common/front/rheumatism/images/sub/btt-bg-36.jpg");
}
.box-type-title .btt-bg.img-37 {
  background-image: url("/common/front/rheumatism/images/sub/btt-bg-37.jpg");
}
.box-type-title .btt-bg.img-2-1 {
  background-image: url("../images/sub/btt-bg-2-1.jpg");
}
.box-type-title .btt-bg.img-2-2 {
  background-image: url("../images/sub/btt-bg-2-2.jpg");
}
.box-type-title .btt-bg.img-2-3 {
  background-image: url("../images/sub/btt-bg-2-3.jpg");
}
.box-type-title .btt-bg.img-2-4 {
  background-image: url("../images/sub/btt-bg-2-4.jpg");
}
.box-type-title .btt-bg.img-2-5 {
  background-image: url("../images/sub/btt-bg-2-5.jpg");
}
.box-type-title .btt-bg.img-2-6 {
  background-image: url("../images/sub/btt-bg-2-6.jpg");
}
.box-type-title .btt-bg.img-3-1 {
  background-image: url("../images/sub/btt-bg-3-1.jpg");
}
.box-type-title .btt-bg.img-3-2 {
  background-image: url("../images/sub/btt-bg-3-2.jpg");
}
.box-type-title .btt-bg.img-4-1 {
  background-image: url("../images/sub/btt-bg-4-1.jpg");
}
.box-type-title .btt-info-list {
  margin-top: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title .btt-info-list {
    margin-top: 0.74rem;
  }
}
.box-type-title .btt-info-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}
.box-type-title .btt-info-list > li:last-child {
  margin-bottom: 0;
}
.box-type-title .btt-info-list > li .oval-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0657a5;
  background-color: #fff;
  padding: 0 0.6875rem;
  border-radius: 0.6563rem;
  border: 1px solid #0657a5;
}
.box-type-title .btt-info-list > li .con-txt {
  margin-top: -0.125rem;
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.box-type-title.icon-ver .con-area {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 17.5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title.icon-ver .con-area {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title.icon-ver .con-area {
    padding-right: 8.4375rem;
  }
}
.box-type-title.icon-ver .icon-area {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title.icon-ver .icon-area {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title.icon-ver .icon-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 9.375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title.icon-ver .icon-area .icon {
    width: 5rem;
    height: 5rem;
  }
}
.box-type-title.sideBtn-ver .btt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-type-title.sideBtn-ver .con-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-type-title.sideBtn-ver .con-area .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.0625rem;
  height: 4.4375rem;
  margin-bottom: 0.5rem;
}
.box-type-title.sideBtn-ver .con-area .icon.i-1 {
  background-image: url("../images/sub/emergency-medical-icon-1.png");
}
.box-type-title.sideBtn-ver .con-area p {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.box-type-title.sideBtn-ver .con-area strong {
  margin-top: 0.6875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #fff;
  width: 17.0625rem;
  min-height: 2.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1875rem 0.625rem;
  border-radius: 1.4375rem;
  background-color: #b29576;
}
.box-type-title.sideBtn-ver .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #143074;
  padding: 1.875rem 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title.sideBtn-ver .link-area {
    padding: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title.sideBtn-ver .link-area {
    padding: 1.875rem 0;
  }
}
.box-type-title.sideBtn-ver .link-area .lk-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title.sideBtn-ver .link-area .lk-ls {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title.sideBtn-ver .link-area .lk-ls {
    width: auto;
  }
}
.box-type-title.sideBtn-ver .link-area .lk-ls > li {
  position: relative;
}
.box-type-title.sideBtn-ver .link-area .lk-ls > li:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100% - 3.75rem);
  border-bottom: 1px dotted #fff;
}
.box-type-title.sideBtn-ver .link-area .lk-ls > li:last-child:after {
  display: none;
}
.box-type-title.sideBtn-ver .link-area .lk-ls > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  padding: 1.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title.sideBtn-ver .link-area .lk-ls > li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title.sideBtn-ver .link-area .lk-ls > li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem 1.75rem;
  }
}
.box-type-title.sideBtn-ver .link-area .lk-ls > li a span {
  font-size: 1.1875rem;
  font-weight: 600;
  color: #fff;
}
.box-type-title.sideBtn-ver .link-area .lk-ls > li a .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  height: 0.875rem;
}
.box-type-title.sideBtn-ver .link-area .lk-ls > li a .icon.arrow {
  background-image: url("../images/sub/emergency-medical-icon-arrow.png");
}
.box-type-title.mgb-big {
  margin-bottom: 3.75rem;
}

/* 넘버 리스트 */
.number-list > li {
  margin-bottom: 2.8125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list > li {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list > li {
    margin-bottom: 2.5rem;
  }
}
.number-list > li:last-child {
  margin-bottom: 0;
}
.number-list .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5625rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.number-list .tt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.8125rem;
  height: 1.8125rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #143074;
  border-radius: 50%;
}
.number-list .tt strong {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.075rem;
  margin-top: -0.4375rem;
}
.number-list-icon {
  padding-top: 0.4375rem;
}
.number-list-icon > li {
  margin-bottom: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon > li {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon > li {
    margin-bottom: 3.125rem;
  }
}
.number-list-icon > li:last-child {
  margin-bottom: 0;
}
.number-list-icon > li.line {
  position: relative;
  padding-bottom: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon > li.line {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon > li.line {
    padding-bottom: 3.125rem;
  }
}
.number-list-icon > li.line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.number-list-icon .nli-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon .nli-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon .nli-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.number-list-icon .iconbox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 2.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon .iconbox {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon .iconbox {
    margin-bottom: 0;
  }
}
.number-list-icon .iconbox strong {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  color: #8e8e8e;
  letter-spacing: 0.0625rem;
  display: inline-block;
  min-width: 2.875rem;
}
.number-list-icon .iconbox strong:before {
  content: "";
  width: 1.1875rem;
  height: 0.125rem;
  background-color: #0b8dd9;
  position: absolute;
  top: 0.5625rem;
  right: -1.8125rem;
}
.number-list-icon .iconbox strong.weight-700 {
  font-weight: 700;
  letter-spacing: 0;
}
.number-list-icon .iconbox i {
  position: absolute;
  top: 1.25rem;
  left: 0;
  display: block;
  width: 4.0625rem;
  height: 4.0625rem;
  margin-top: 1.25rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon .iconbox i {
    margin-top: 0;
    width: 3.125rem;
    height: 3.125rem;
    opacity: 0.8;
    position: absolute;
    left: auto;
    top: 1.587rem;
    right: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon .iconbox i {
    margin-top: 1.75rem;
    width: 4.0625rem;
    height: 4.0625rem;
    opacity: 1;
    left: 0;
    right: auto;
  }
}
.number-list-icon .iconbox i.icon-1-1 {
  background-image: url("../images/sub/nli-icon-1-1.png");
}
.number-list-icon .iconbox i.icon-1-2 {
  background-image: url("../images/sub/nli-icon-1-2.png");
}
.number-list-icon .iconbox i.icon-1-3 {
  background-image: url("../images/sub/nli-icon-1-3.png");
}
.number-list-icon .iconbox i.icon-1-4 {
  background-image: url("../images/sub/nli-icon-1-4.png");
}
.number-list-icon .conbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -0.9375rem;
}
.number-list-icon .conbox .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.number-list-icon .conbox .tt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #143074;
  border-radius: 50%;
}
.number-list-icon .conbox .tt strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #143074;
  letter-spacing: -0.075rem;
}
.number-list-icon.lightblue .nli-box .iconbox strong:before {
  background-color: #0b8dd9;
}
.number-list-icon.lightblue .nli-box .conbox .tt i {
  background-color: #0b8dd9;
}
.number-list-icon.lightblue .nli-box .conbox .tt strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b8dd9;
  letter-spacing: -0.075rem;
  line-height: 0.8;
}
.number-list-icon.small-title .iconbox strong:before {
  background-color: #143074;
}
.number-list-icon.small-title .conbox {
  margin-top: -0.5rem;
}
.number-list-icon.small-title .conbox .tt i {
  text-align: center;
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
.number-list-icon.small-title .conbox .tt strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: #143074;
}
.number-list-icon.line-style {
  border-top: 1px solid #d2d2d2;
}
.number-list-icon.line-style > li {
  padding: 40px 0;
  margin: 0;
  border-bottom: 1px solid #d2d2d2;
}
.number-list-icon.line-style.last-border-none > li:last-child {
  border-bottom: none;
}
.number-list-icon.con-height-auto .conbox .con {
  min-height: 4.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon.con-height-auto .conbox .con {
    min-height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon.con-height-auto .conbox .con {
    min-height: 4.0625rem;
  }
}
.number-list-icon.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
}
.number-list-icon.col-2 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.1875rem 0;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon.col-2 > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon.col-2 > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.number-list-icon.col-2 > li:nth-child(2n) {
  padding-left: 0.625rem;
}
.number-list-icon.col-2 > li:nth-child(2n+1) {
  padding-right: 0.625rem;
}
.number-list-icon.mgt-10 {
  margin-top: 0.625rem;
}
.number-list-icon.mgt-35 {
  margin-top: 2.1875rem;
}
.number-list-icon.mgt-55 {
  margin-top: 3.4375rem;
}
.number-list-icon.mgt-60 {
  margin-top: 3.75rem;
}

.number-type-line-list .ls-typ > li > .mark {
  font-size: 1.125rem;
  line-height: 1.666;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-type-line-list .ls-typ > li > .mark {
    font-size: 1rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-type-line-list .ls-typ > li > .mark:before {
    top: 0.73rem;
  }
}
.number-type-line-list .nor-c {
  font-size: 1.125rem;
  line-height: 1.666;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-type-line-list .nor-c {
    font-size: 1rem;
  }
}
.number-type-line-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.number-type-line-list > ul > li {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.875rem 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-type-line-list > ul > li {
    padding: 1.25rem 0;
  }
}
.number-type-line-list > ul > li:first-child {
  padding-top: 0;
}
.number-type-line-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-type-line-list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-type-line-list .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.number-type-line-list .box .title-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 18.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-type-line-list .box .title-box {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-type-line-list .box .title-box {
    width: 11.8rem;
  }
}
.number-type-line-list .box .title-box .num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c0c0c0;
}
.number-type-line-list .box .title-box .tt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b8dd9;
  letter-spacing: -0.0625rem;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-type-line-list .box .title-box .tt {
    font-size: 1.2rem;
  }
}
.number-type-line-list .box .con-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 박스 리스트 */
.bl-number-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  color: #b29576;
  background-color: #143074;
}

.box-list .wrapbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1px;
}
.box-list .wrapbox > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-bottom: 2px solid #0f1f73;
  margin-left: -1px;
}
.box-list .wrapbox > li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1.8125rem 1.6rem;
}
.box-list.row-2 .wrapbox > li {
  width: calc(50% + 1px);
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
}
.box-list.row-3 .wrapbox > li {
  width: calc(33.3333% + 1px);
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
}
.box-list.row-4 .wrapbox > li {
  width: calc(25% + 1px);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.row-4 .wrapbox > li {
    width: 100%;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
  }
}
.box-list.row-5 .wrapbox > li {
  width: calc(20% + 1px);
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
}
.box-list.row-6 .wrapbox > li {
  width: calc(16.6666% + 1px);
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
}
.box-list .oval-color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  border-radius: 1.25rem;
  padding: 0.3125rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 10rem;
  min-height: 2.5rem;
}
.box-list .oval-color-box.blue {
  background-color: #143074;
}
.box-list .oval-color-box.gold {
  background-color: #b29576;
}
.box-list .oval-color-box.sky {
  background-color: #0657a5;
}
.box-list .bl-con-txt {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
.box-list .bl-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
.box-list.arrow .wrapbox > li {
  position: relative;
}
.box-list.arrow .wrapbox > li:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -1.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.1875rem;
  background-image: url("../images/sub/bl-gold-title-icon-arrow.png");
  background-color: #143074;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.arrow .wrapbox > li:after {
    display: none;
  }
}
.box-list.arrow .wrapbox > li:last-child:after {
  display: none;
}
.box-list.arrow .wrapbox > li.arrow-none:after {
  display: none;
}
.box-list.bl-mg-t20 {
  margin-top: 1.25rem;
}
.box-list.bl-mg-t-vt25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.box-list.bl-mg-t25 {
  margin-top: 1.5625rem;
}
.box-list.bl-mg-b25 {
  margin-bottom: 1.5625rem;
}
.box-list.bl-mg-t50 {
  margin-top: 3.125rem;
}
.box-list.bl-mg-b60 {
  margin-bottom: 3.75rem;
}

.box-list.als-list .wrapbox > li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.875rem;
}
.box-list.als-list .wrapbox > li .box .con-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  text-align: left;
}
.box-list.als-list .wrapbox > li .box .con-area .tt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.box-list.als-list .wrapbox > li .box .con-area .data {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-top: -1.0625rem;
}
.box-list.als-list .wrapbox > li .box .con-area .data em {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0b8dd9;
}
.box-list.als-list .wrapbox > li .box .con-area .data em .han {
  font-size: 1.5rem;
}
.box-list.als-list .wrapbox > li .box .con-area .data .up-icon {
  display: inline-block;
  width: 1.0625rem;
  height: 1.3125rem;
  background-image: url("../images/sub/bl-als-list-up-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-list.als-list .wrapbox > li .box .icon-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box-list.als-list .wrapbox > li .box .icon-area .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.375rem;
  height: 3.75rem;
}
.box-list.als-list .wrapbox > li .box .icon-area .icon.icon-1 {
  background-image: url("../images/sub/bl-als-list-icon-1.png");
}
.box-list.als-list .wrapbox > li .box .icon-area .icon.icon-2 {
  background-image: url("../images/sub/bl-als-list-icon-2.png");
}
.box-list.als-list .wrapbox > li .box .icon-area .icon.icon-3 {
  background-image: url("../images/sub/bl-als-list-icon-3.png");
}
.box-list.als-list .wrapbox > li .box .icon-area .icon.icon-4 {
  background-image: url("../images/sub/bl-als-list-icon-4.png");
}
.box-list.contactlist-tel .wrapbox > li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.contactlist-tel .wrapbox > li .box .icon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.1875rem;
  }
}
.box-list.contactlist-tel .wrapbox > li .box .icon-area .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.75rem;
  height: 3.75rem;
}
.box-list.contactlist-tel .wrapbox > li .box .icon-area .icon.icon-1 {
  background-image: url("../images/sub/bl-contactlist-tel-icon-1.png");
}
.box-list.contactlist-tel .wrapbox > li .box .icon-area .icon.icon-2 {
  background-image: url("../images/sub/bl-contactlist-tel-icon-2.png");
}
.box-list.contactlist-tel .wrapbox > li .box .icon-area .icon.icon-3 {
  background-image: url("../images/sub/bl-contactlist-tel-icon-3.png");
}
.box-list.contactlist-tel .wrapbox > li .box .icon-area .icon.icon-4 {
  background-image: url("../images/sub/bl-contactlist-tel-icon-4.png");
}
.box-list.contactlist-tel .wrapbox > li .box .con-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
.box-list.contactlist-tel .wrapbox > li .box .con-area .tt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.box-list.contactlist-tel .wrapbox > li .box .con-area .number {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b8dd9;
}
.box-list.lightblue-title .wrapbox > li .box {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  gap: 1.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.lightblue-title .wrapbox > li .box {
    gap: 0.5rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.lightblue-title .wrapbox > li .box .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.1875rem;
  }
}
.box-list.lightblue-title .wrapbox > li .box .title-area .icon {
  position: absolute;
  top: 1.3125rem;
  right: 0.9375rem;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.3125rem;
  height: 5.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.lightblue-title .wrapbox > li .box .title-area .icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: static;
    width: 2.375rem;
    height: 2.375rem;
  }
}
.box-list.lightblue-title .wrapbox > li .box .title-area .icon.icon-1 {
  background-image: url("../images/sub/bl-lightblue-title-icon-1.png");
}
.box-list.lightblue-title .wrapbox > li .box .title-area .icon.icon-2 {
  background-image: url("../images/sub/bl-lightblue-title-icon-2.png");
}
.box-list.lightblue-title .wrapbox > li .box .title-area .icon.icon-3 {
  background-image: url("../images/sub/bl-lightblue-title-icon-3.png");
}
.box-list.lightblue-title .wrapbox > li .box .title-area .title {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b8dd9;
  line-height: 1.2;
  min-height: 2.4em;
  letter-spacing: -0.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.lightblue-title .wrapbox > li .box .title-area .title {
    min-height: auto;
  }
}
.box-list.icon-normal .wrapbox > li .box .con-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3125rem;
}
.box-list.icon-normal .wrapbox > li .box .con-area em {
  margin-top: 0.3125rem;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.box-list.icon-normal .wrapbox > li .box p {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.26;
}
.box-list.icon-normal .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.375rem;
  height: 4.375rem;
}
.box-list.icon-normal .icon.i-1-1 {
  background-image: url("../images/sub/bl-icon-normal-icon-1-1.png");
}
.box-list.icon-normal .icon.i-1-2 {
  background-image: url("../images/sub/bl-icon-normal-icon-1-2.png");
}
.box-list.icon-normal .icon.i-1-3 {
  background-image: url("../images/sub/bl-icon-normal-icon-1-3.png");
}
.box-list.icon-normal .icon.i-2-1 {
  background-image: url("../images/sub/bl-icon-normal-icon-2-1.png");
}
.box-list.icon-normal .icon.i-2-2 {
  background-image: url("../images/sub/bl-icon-normal-icon-2-2.png");
}
.box-list.icon-normal .icon.i-2-3 {
  background-image: url("../images/sub/bl-icon-normal-icon-2-3.png");
}
.box-list.icon-normal .icon.i-2-4 {
  background-image: url("../images/sub/bl-icon-normal-icon-2-4.png");
}
.box-list.icon-normal .icon.i-2-5 {
  background-image: url("../images/sub/bl-icon-normal-icon-2-5.png");
}
.box-list.icon-normal .icon.i-3-1 {
  background-image: url("../images/sub/bl-icon-normal-icon-3-1.png");
}
.box-list.icon-normal .icon.i-4-1 {
  background-image: url("../images/sub/bl-icon-normal-icon-4-1.png");
}
.box-list.icon-normal .icon.i-4-2 {
  background-image: url("../images/sub/bl-icon-normal-icon-4-2.png");
}
.box-list.icon-normal .icon.i-4-3 {
  background-image: url("../images/sub/bl-icon-normal-icon-4-3.png");
}
.box-list.number-normal .wrapbox > li .box .bl-number-icon {
  margin-bottom: 0.625rem;
}
.box-list.number-normal .wrapbox > li .box p {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #000;
  line-height: 1.35;
}
.box-list.number-normal .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.375rem;
  height: 4.375rem;
  margin-top: 1.125rem;
}
.box-list.number-normal .icon.i-1-1 {
  background-image: url("../images/sub/bl-number-normal-icon-1-1.png");
}
.box-list.number-normal .icon.i-1-2 {
  background-image: url("../images/sub/bl-number-normal-icon-1-2.png");
}
.box-list.number-normal .icon.i-1-3 {
  background-image: url("../images/sub/bl-number-normal-icon-1-3.png");
}
.box-list.number-normal .icon.i-1-4 {
  background-image: url("../images/sub/bl-number-normal-icon-1-4.png");
}
.box-list.number-normal .icon.i-2-1 {
  background-image: url("../images/sub/bl-number-normal-icon-2-1.png");
}
.box-list.number-normal .icon.i-2-2 {
  background-image: url("../images/sub/bl-number-normal-icon-2-2.png");
}
.box-list.number-normal .icon.i-2-3 {
  background-image: url("../images/sub/bl-number-normal-icon-2-3.png");
}
.box-list.number-normal .icon.i-2-4 {
  background-image: url("../images/sub/bl-number-normal-icon-2-4.png");
}
.box-list.number-normal .icon.i-2-5 {
  background-image: url("../images/sub/bl-number-normal-icon-2-5.png");
}
.box-list.number-normal .icon.i-3-1 {
  background-image: url("../images/sub/bl-number-normal-icon-3-1.png");
}
.box-list.number-normal .icon.i-3-2 {
  background-image: url("../images/sub/bl-number-normal-icon-3-2.png");
}
.box-list.number-normal .icon.i-3-3 {
  background-image: url("../images/sub/bl-number-normal-icon-3-3.png");
}
.box-list.number-normal .icon.i-4-1 {
  background-image: url("../images/sub/bl-number-normal-icon-4-1.png");
}
.box-list.number-normal .icon.i-4-2 {
  background-image: url("../images/sub/bl-number-normal-icon-4-2.png");
}
.box-list.number-normal .icon.i-4-3 {
  background-image: url("../images/sub/bl-number-normal-icon-4-3.png");
}
.box-list.number-normal .icon.i-5-1 {
  background-image: url("../images/sub/bl-number-normal-icon-5-1.png");
}
.box-list.number-normal .icon.i-5-2 {
  background-image: url("../images/sub/bl-number-normal-icon-5-2.png");
}
.box-list.number-normal .icon.i-5-3 {
  background-image: url("../images/sub/bl-number-normal-icon-5-3.png");
}
.box-list.number-normal .icon.i-5-4 {
  background-image: url("../images/sub/bl-number-normal-icon-5-4.png");
}
.box-list.number-normal .icon.i-5-5 {
  background-image: url("../images/sub/bl-number-normal-icon-5-5.png");
}
.box-list.number-normal .icon.i-5-6 {
  background-image: url("../images/sub/bl-number-normal-icon-5-6.png");
}
.box-list.number-normal .icon.i-5-7 {
  background-image: url("../images/sub/bl-number-normal-icon-5-7.png");
}
.box-list.number-normal .icon.i-5-8 {
  background-image: url("../images/sub/bl-number-normal-icon-5-8.png");
}
.box-list.number-normal .icon.i-5-9 {
  background-image: url("../images/sub/bl-number-normal-icon-5-9.png");
}
.box-list.number-normal .icon.i-5-10 {
  background-image: url("../images/sub/bl-number-normal-icon-5-10.png");
}
.box-list.number-normal .icon.i-6-1 {
  background-image: url("../images/sub/bl-number-normal-icon-6-1.png");
}
.box-list.number-normal .icon.i-6-2 {
  background-image: url("../images/sub/bl-number-normal-icon-6-2.png");
}
.box-list.number-normal .icon.i-6-3 {
  background-image: url("../images/sub/bl-number-normal-icon-6-3.png");
}
.box-list.number-normal .icon.i-6-4 {
  background-image: url("../images/sub/bl-number-normal-icon-6-4.png");
}
.box-list.number-normal .icon.i-7-1 {
  background-image: url("../images/sub/bl-number-normal-icon-7-1.png");
}
.box-list.number-normal .icon.i-7-2 {
  background-image: url("../images/sub/bl-number-normal-icon-7-2.png");
}
.box-list.number-normal .icon.i-7-3 {
  background-image: url("../images/sub/bl-number-normal-icon-7-3.png");
}
.box-list.number-normal .icon.i-7-4 {
  background-image: url("../images/sub/bl-number-normal-icon-7-4.png");
}
.box-list.number-normal .icon.i-7-5 {
  background-image: url("../images/sub/bl-number-normal-icon-7-5.png");
}
.box-list.number-normal .icon.i-7-6 {
  background-image: url("../images/sub/bl-number-normal-icon-7-6.png");
}
.box-list.number-normal .icon.i-7-7 {
  background-image: url("../images/sub/bl-number-normal-icon-7-7.png");
}
.box-list.number-normal .icon.i-8-1 {
  background-image: url("../images/sub/bl-number-normal-icon-8-1.png");
}
.box-list.number-normal .icon.i-8-2 {
  background-image: url("../images/sub/bl-number-normal-icon-8-2.png");
}
.box-list.number-normal .icon.i-8-3 {
  background-image: url("../images/sub/bl-number-normal-icon-8-3.png");
}
.box-list.number-normal .icon.i-8-4 {
  background-image: url("../images/sub/bl-number-normal-icon-8-4.png");
}
.box-list.number-normal .icon.i-8-5 {
  background-image: url("../images/sub/bl-number-normal-icon-8-5.png");
}
.box-list.number-normal .icon.i-8-6 {
  background-image: url("../images/sub/bl-number-normal-icon-8-6.png");
}
.box-list.number-normal .icon.i-8-7 {
  background-image: url("../images/sub/bl-number-normal-icon-8-7.png");
}
.box-list.number-normal.icon-center .wrapbox > li .box .icon {
  margin-top: 0;
  margin-bottom: 0.875rem;
}
.box-list.number-normal.icon-center .wrapbox > li .box p.txt-size-21 {
  font-size: 1.3125rem;
}
.box-list.blue-bg .wrapbox {
  margin: -0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg .wrapbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-list.blue-bg .wrapbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.box-list.blue-bg .wrapbox > li {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg .wrapbox > li {
    width: 100%;
    margin-bottom: 1.875rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-list.blue-bg .wrapbox > li {
    width: auto;
    margin-bottom: 0;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
  }
}
.box-list.blue-bg .wrapbox > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8125rem;
  height: 1.375rem;
  background-image: url("../images/sub/bl-blue-bg-icon-arrow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg .wrapbox > li:after {
    top: auto;
    bottom: -20px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-list.blue-bg .wrapbox > li:after {
    bottom: auto;
    top: 50%;
    right: -0.4375rem;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg .wrapbox > li:last-child {
    margin-bottom: 0;
  }
}
.box-list.blue-bg .wrapbox > li:last-child:after {
  display: none;
}
.box-list.blue-bg .wrapbox > li.double-arrow:after {
  right: -0.875rem;
  width: 1.4375rem;
  height: 1.375rem;
  background-image: url("../images/sub/bl-blue-bg-icon-double-arrow.png");
}
.box-list.blue-bg .wrapbox > li .box {
  padding: 0;
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0.625rem;
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-1 {
  background-image: url("../images/sub/bl-blue-bg-icon-1.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2 {
  background-image: url("../images/sub/bl-blue-bg-icon-2.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-3 {
  background-image: url("../images/sub/bl-blue-bg-icon-3.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-4 {
  background-image: url("../images/sub/bl-blue-bg-icon-4.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-5 {
  background-image: url("../images/sub/bl-blue-bg-icon-5.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-6 {
  background-image: url("../images/sub/bl-blue-bg-icon-6.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-7 {
  background-image: url("../images/sub/bl-blue-bg-icon-7.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-8 {
  background-image: url("../images/sub/bl-blue-bg-icon-8.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-9 {
  background-image: url("../images/sub/bl-blue-bg-icon-9.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-10 {
  background-image: url("../images/sub/bl-blue-bg-icon-10.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-11 {
  background-image: url("../images/sub/bl-blue-bg-icon-11.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-12 {
  background-image: url("../images/sub/bl-blue-bg-icon-12.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-13 {
  background-image: url("../images/sub/bl-blue-bg-icon-13.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-14 {
  background-image: url("../images/sub/bl-blue-bg-icon-14.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-15 {
  background-image: url("../images/sub/bl-blue-bg-icon-15.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-16 {
  background-image: url("../images/sub/bl-blue-bg-icon-16.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-17 {
  background-image: url("../images/sub/bl-blue-bg-icon-17.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-18 {
  background-image: url("../images/sub/bl-blue-bg-icon-18.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-19 {
  background-image: url("../images/sub/bl-blue-bg-icon-19.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-20 {
  background-image: url("../images/sub/bl-blue-bg-icon-20.png");
}
.box-list.blue-bg .wrapbox > li .box strong {
  display: block;
  letter-spacing: 0.125rem;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #b29576;
  line-height: 2.53;
  margin-bottom: 0.3125rem;
}
.box-list.blue-bg .wrapbox > li .box p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.555;
}
.box-list.blue-bg.step-ver .wrapbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.box-list.blue-bg.step-ver .wrapbox > li {
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg.step-ver .wrapbox > li:after {
    display: none;
  }
}
.box-list.blue-bg.step-ver .wrapbox > li .box strong {
  font-size: 12px;
  letter-spacing: 0;
}
.box-list.blue-bg.step-ver .wrapbox > li .box p {
  font-size: 19px;
}
.box-list.gold-title .wrapbox > li .box .gold-t {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b29576;
  letter-spacing: 0.125rem;
}
.box-list.gold-title .wrapbox > li .box .lightblue-t {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0b8dd9;
  letter-spacing: 0.125rem;
}
.box-list.gold-title .wrapbox > li .box .bold-t {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.21;
}
.box-list.gold-title .wrapbox > li .box .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.0625rem;
  height: 4.0625rem;
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-1 {
  background-image: url("../images/sub/bl-gold-title-icon-1-1.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-2 {
  background-image: url("../images/sub/bl-gold-title-icon-1-2.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-3 {
  background-image: url("../images/sub/bl-gold-title-icon-1-3.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-4 {
  background-image: url("../images/sub/bl-gold-title-icon-1-4.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-5 {
  background-image: url("../images/sub/bl-gold-title-icon-1-5.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-6 {
  background-image: url("../images/sub/bl-gold-title-icon-1-6.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-7 {
  background-image: url("../images/sub/bl-gold-title-icon-1-7.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-8 {
  background-image: url("../images/sub/bl-gold-title-icon-1-8.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-9 {
  background-image: url("../images/sub/bl-gold-title-icon-1-9.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-10 {
  background-image: url("../images/sub/bl-gold-title-icon-1-10.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-11 {
  background-image: url("../images/sub/bl-gold-title-icon-1-11.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-12 {
  background-image: url("../images/sub/bl-gold-title-icon-1-12.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-1-13 {
  background-image: url("../images/sub/bl-gold-title-icon-1-13.png");
}
.box-list.gold-title .wrapbox > li .box .nor-t {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4375;
}
.box-list.gold-title .wrapbox > li .box.ver-1 .gold-t {
  margin-bottom: 0.3125rem;
}
.box-list.gold-title .wrapbox > li .box.ver-1 .icon {
  margin-top: 2.375rem;
}
.box-list.gold-title .wrapbox > li .box.ver-1 .bold-t {
  margin-top: 1.0625rem;
}
.box-list.gold-title .wrapbox > li .box.ver-2 .gold-t {
  margin-bottom: 0.3125rem;
}
.box-list.gold-title .wrapbox > li .box.ver-2 .icon {
  margin-top: 2.375rem;
}
.box-list.gold-title .wrapbox > li .box.ver-2 .nor-t {
  margin-top: 0.9375rem;
}
.box-list.gold-title .wrapbox > li .box.ver-3 .icon {
  margin: 1.25rem 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.gold-title .wrapbox > li .box.ver-3 .icon {
    margin: 0.6rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-list.gold-title .wrapbox > li .box.ver-3 .icon {
    margin: 1.25rem 0;
  }
}
.box-list.gold-title .wrapbox > li .box.ver-4 .icon {
  margin: 1.25rem 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.gold-title .wrapbox > li .box.ver-4 .icon {
    margin: 0.6rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-list.gold-title .wrapbox > li .box.ver-4 .icon {
    margin: 1.25rem 0;
  }
}
.box-list.gold-title .wrapbox > li .box.ver-4 .bold-t .point {
  font-size: 17px;
  font-weight: 700;
  color: #0657a5;
}
.box-list.gold-title .wrapbox > li .box.ver-5 .icon {
  margin: 0;
  margin-bottom: 0.3125rem;
}
.box-list.gold-title .wrapbox > li .box.ver-5 .bold-t {
  font-size: 1.25rem;
  line-height: 1.15;
}

/* 박스 컨텐츠 */
.bc-type-list {
  background-color: #f4f4f4;
  padding: 1.0625rem 1.9375rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bc-type-list.bdline-top {
  border-top: 1px solid #d2d2d2;
}
.bc-type-list.ls-box {
  background-color: transparent;
  padding: 0;
}
.bc-type-list.ls-box > ul > li {
  padding: 1.125rem 1.25rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.bc-type-list.ls-box > ul > li > .mark {
  display: block;
  position: relative;
  line-height: 1.875;
  padding-left: 2.0625rem;
}
.bc-type-list.ls-box > ul > li > .mark:after {
  content: "";
  display: block;
  position: absolute;
}
.bc-type-list.ls-box.yellow-bg > ul {
  border: 1px solid #b29576;
  background-color: #fff4e8;
}
.bc-type-list.ls-box.yellow-bg > ul > li {
  border-bottom: 1px solid #b29576;
}
.bc-type-list.ls-box.yellow-bg > ul > li:last-child {
  border-bottom: 0;
}
.bc-type-list.ls-box.yellow-bg > ul > li > .mark:after {
  top: 0.3125rem;
  left: 0;
  width: 1.5625rem;
  height: 1.5rem;
  background: url("../images/sub/bc-type-list-yellow-bg-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.bc-type-list.ls-box.blue-bg > ul {
  border: 1px solid #1e96dc;
  background-color: #f3f8fb;
}
.bc-type-list.ls-box.blue-bg > ul > li {
  border-bottom: 1px solid #1e96dc;
}
.bc-type-list.ls-box.blue-bg > ul > li:last-child {
  border-bottom: 0;
}
.bc-type-list.ls-box.blue-bg > ul > li > .mark {
  position: relative;
}
.bc-type-list.ls-box.blue-bg > ul > li > .mark:after {
  top: 0.1875rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/sub/bc-type-list-blue-bg-icon.png") 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg > ul > li > .mark:after {
    top: 0.2875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg > ul > li > .mark:after {
    top: 0.1875rem;
  }
}
.bc-type-list.ls-box.blue-bg > ul > li > .mark.medium-txt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.bc-type-list.ls-box.blue-bg > ul > li > .mark.medium-txt:after {
  top: 0.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg > ul > li > .mark.medium-txt:after {
    top: 0.2875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg > ul > li > .mark.medium-txt:after {
    top: 0.1875rem;
  }
}
.bc-type-list.ls-box.blue-bg.tt-fix-sz-none > ul > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.tt-fix-sz-none > ul > li > .mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.tt-fix-sz-none > ul > li > .mark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6875rem;
  }
}
.bc-type-list.ls-box.blue-bg.tt-fix-sz-none > ul > li > .mark .fc-tt {
  position: relative;
  margin-right: 0;
  white-space: nowrap;
}
.bc-type-list.ls-box.blue-bg.tt-fix-sz-none > ul > li > .mark .fc-tt:before {
  position: absolute;
  top: 0;
  right: -0.6875rem;
  content: ":";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding: 0 0.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.tt-fix-sz-none > ul > li > .mark .fc-tt:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.tt-fix-sz-none > ul > li > .mark .fc-tt:before {
    display: block;
  }
}
.bc-type-list.ls-box.blue-bg.column-gap-type > ul {
  background-color: transparent;
  border: 0;
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.column-gap-type > ul {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.column-gap-type > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bc-type-list.ls-box.blue-bg.column-gap-type > ul > li {
  border: 1px solid #1e96dc;
  background-color: #f3f8fb;
}
.bc-type-list.ls-box.blue-bg.column-gap-type > ul > li:not(:nth-last-child(-n+4)) {
  grid-column: 1/-1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.column-gap-type > ul > li:not(:nth-last-child(-n+4)) {
    grid-column: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.blue-bg.column-gap-type > ul > li:not(:nth-last-child(-n+4)) {
    grid-column: 1/-1;
  }
}
.bc-type-list.ls-box.type-icon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
.bc-type-list.ls-box.type-icon > ul > li {
  border: 1px solid #1e96dc;
  background-color: #f3f8fb;
  padding: 0.75rem 1.25rem;
}
.bc-type-list.ls-box.type-icon > ul > li > .mark {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.666;
}
.bc-type-list.ls-box.type-icon > ul > li > .mark:after {
  top: 0.1875rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0b8dd9;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon > ul > li > .mark:after {
    top: 0.2875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon > ul > li > .mark:after {
    top: 0.1875rem;
  }
}
.bc-type-list.ls-box.type-icon > ul > li.tel > .mark:after {
  background-image: url("../images/sub/bc-type-list-tel-icon.png");
}
.bc-type-list.ls-box.type-icon > ul > li.visit > .mark:after {
  background-image: url("../images/sub/bc-type-list-visit-icon.png");
}
.bc-type-list.ls-box.type-icon > ul > li.consultation > .mark:after {
  background-image: url("../images/sub/bc-type-list-consultation-icon.png");
}
.bc-type-list.ls-box.type-icon > ul > li.email > .mark:after {
  background-image: url("../images/sub/bc-type-list-email-icon.png");
}
.bc-type-list.ls-box.type-icon > ul > li.internet > .mark:after {
  background-image: url("../images/sub/bc-type-list-internet-icon.png");
}
.bc-type-list.ls-box.type-icon.tt-fix-sz-none > ul > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.tt-fix-sz-none > ul > li > .mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.tt-fix-sz-none > ul > li > .mark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6875rem;
  }
}
.bc-type-list.ls-box.type-icon.tt-fix-sz-none > ul > li > .mark .fc-tt {
  position: relative;
  margin-right: 0;
  white-space: nowrap;
}
.bc-type-list.ls-box.type-icon.tt-fix-sz-none > ul > li > .mark .fc-tt:before {
  position: absolute;
  top: 0;
  right: -0.6875rem;
  content: ":";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding: 0 0.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.tt-fix-sz-none > ul > li > .mark .fc-tt:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.tt-fix-sz-none > ul > li > .mark .fc-tt:before {
    display: block;
  }
}
.bc-type-list.ls-box.type-icon.column-gap-type > ul {
  background-color: transparent;
  border: 0;
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.column-gap-type > ul {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.column-gap-type > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bc-type-list.ls-box.type-icon.column-gap-type > ul > li {
  border: 1px solid #1e96dc;
  background-color: #f3f8fb;
}
.bc-type-list.ls-box.type-icon.column-gap-type > ul > li:not(:nth-last-child(-n+4)) {
  grid-column: 1/-1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.column-gap-type > ul > li:not(:nth-last-child(-n+4)) {
    grid-column: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-list.ls-box.type-icon.column-gap-type > ul > li:not(:nth-last-child(-n+4)) {
    grid-column: 1/-1;
  }
}
.bc-type-list.ls-box.type-icon.ls-typ-in {
  margin: 0.625rem 0 0.625rem 0.5rem;
}
.bc-type-list.btl-mg-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.bc-type-list.btl-mg-t15 {
  margin-top: 0.9375rem;
}
.bc-type-list.btl-mg-b15 {
  margin-bottom: 0.9375rem;
}
.bc-type-list.btl-mg-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.bc-type-list.btl-mg-t20 {
  margin-top: 1.25rem;
}
.bc-type-list.btl-mg-b20 {
  margin-bottom: 1.25rem;
}

.bc-arr-history .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-arr-history .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.bc-arr-history .inner-box .tt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b8dd9;
}
.bc-arr-history .inner-box .tt:before {
  content: "";
  display: block;
  width: 36px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bc-arr-history .inner-box .tt:after {
  position: absolute;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  border-right: 3px solid #0b8dd9;
  border-bottom: 3px solid #0b8dd9;
  background-image: url("../images/sub/line-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-arr-history .inner-box .tt:after {
    display: none;
  }
}
.bc-arr-history .inner-box .tt.icon-1:before {
  background-image: url("../images/sub/bc-arr-icon-1.png");
}
.bc-arr-history .inner-box .tt.icon-2:before {
  background-image: url("../images/sub/bc-arr-icon-2.png");
}
.bc-arr-history .inner-box .tt.icon-3:before {
  background-image: url("../images/sub/bc-arr-icon-3.png");
}
.bc-arr-history .inner-box .list {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-arr-history .inner-box .list {
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-arr-history .inner-box .list {
    gap: 2rem;
  }
}
.bc-arr-history .inner-box .list li {
  position: relative;
}
.bc-arr-history .inner-box .list li:after {
  position: absolute;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  border-right: 3px solid #0b8dd9;
  border-bottom: 3px solid #0b8dd9;
  background-image: url("../images/sub/line-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bc-arr-history .inner-box .list li:last-child:after {
  display: none;
}
.bc-arr-history .inner-box .cir-box {
  text-align: center;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #dff1fc;
  border: 1px solid #0b8dd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bc-arr-history .inner-box .cir-box strong {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #143074;
}
.bc-arr-history .inner-box .cir-box p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #143074;
}
.bc-arr-history .inner-box .cir-box p.small-txt {
  font-size: 1rem;
  line-height: 1.18;
}

.bc-type-border-line-blue-list {
  border: 0.1875rem solid #0657a5;
  padding: 1.5625rem 3.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list {
    padding: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list {
    padding: 1.5625rem 2.125rem;
  }
}
.bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark {
  font-size: 1.25rem;
  line-height: 1.5;
  gap: 1.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark:before {
  top: 0.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark .fc-tt {
    padding-right: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark .fc-tt {
    padding-right: 0;
  }
}
.bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark .fc-tt:before {
  font-size: 1.25rem;
  top: 0;
  right: -0.6875rem;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark .fc-tt:before {
    right: 0.0125rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark .fc-tt:before {
    right: -0.6875rem;
  }
}
.bc-type-border-line-blue-list .ls-typ.tt-fix-sz-none > li > .mark .fc-con {
  padding-left: 0;
}
.bc-type-border-line-blue-list.mgt-20 {
  margin-top: 1.25rem;
}

.bc-contact-linebox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  border: 3px solid #0657a5;
  padding: 1.0625rem 1.6875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-contact-linebox-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-contact-linebox-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.75rem;
  }
}
.bc-contact-linebox-list .title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0657a5;
}
.bc-contact-linebox-list .check-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bc-contact-linebox-list .check-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  line-height: 1.5;
}
.bc-contact-linebox-list .check-ls > li:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 0.1875rem;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/blue-check-icon.png");
}
.bc-contact-linebox-list .check-ls > li .txt {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.bc-contact-linebox-list.mgt-10 {
  margin-top: 0.625rem;
}
.bc-contact-linebox-list.mgt-30 {
  margin-top: 1.875rem;
}

.bc-blueicon-linebox-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-blueicon-linebox-list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .bc-blueicon-linebox-list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bc-blueicon-linebox-list > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bc-blueicon-linebox-list .box {
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 1.1875rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-blueicon-linebox-list .box {
    padding: 1.1875rem 1.25rem;
  }
}
.bc-blueicon-linebox-list .box .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-color: #0b8dd9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bc-blueicon-linebox-list .box .icon.call {
  background-image: url("../images/sub/bbll-call-icon.png");
}
.bc-blueicon-linebox-list .box .icon.area {
  background-image: url("../images/sub/bbll-area-icon.png");
}
.bc-blueicon-linebox-list .box .icon.time {
  background-image: url("../images/sub/bbll-time-icon.png");
}
.bc-blueicon-linebox-list .box .icon.email {
  background-image: url("../images/sub/bbll-email-icon.png");
}
.bc-blueicon-linebox-list .box .icon.clinic {
  background-image: url("../images/sub/bbll-clinic-icon.png");
}
.bc-blueicon-linebox-list .box p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.bc-blueicon-linebox-list.wrap-line > ul {
  border: 1px solid #d2d2d2;
  padding: 1.1875rem 2.5rem;
  gap: 0.425rem 1.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-blueicon-linebox-list.wrap-line > ul {
    padding: 1.25rem;
  }
}
.bc-blueicon-linebox-list.wrap-line > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.bc-blueicon-linebox-list.wrap-line .box {
  border: 0;
  padding: 0;
}
.bc-blueicon-linebox-list.mg-15 {
  margin: 0.9375rem 0;
}

/* 다이어그램 */
.diagram-wrap {
  padding: 3.4375rem 1.875rem 4rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .diagram-wrap {
    padding: 1.875rem;
  }
}
.diagram-wrap .dia-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.diagram-wrap .dia-title .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.3125rem;
}
.diagram-wrap .dia-title .icon.i-1 {
  background-image: url("../images/sub/dia-title-icon-1.png");
}
.diagram-wrap .dia-title .icon.i-2 {
  background-image: url("../images/sub/dia-title-icon-2.png");
}
.diagram-wrap .dia-title .icon.i-3 {
  background-image: url("../images/sub/dia-title-icon-3.png");
}
.diagram-wrap .dia-title .icon.i-4 {
  background-image: url("../images/sub/dia-title-icon-4.png");
}
.diagram-wrap .dia-title .icon.i-5 {
  background-image: url("../images/sub/dia-title-icon-5.png");
}
.diagram-wrap .dia-title .icon.i-6-1 {
  background-image: url("../images/sub/dia-title-icon-6-1.png");
}
.diagram-wrap .dia-title .icon.i-6-2 {
  background-image: url("../images/sub/dia-title-icon-6-2.png");
}
.diagram-wrap .dia-title .icon.i-7 {
  background-image: url("../images/sub/dia-title-icon-7.png");
}
.diagram-wrap .dia-title .icon.i-8-1 {
  background-image: url("../images/sub/dia-title-icon-8-1.png");
}
.diagram-wrap .dia-title .icon.i-8-2 {
  background-image: url("../images/sub/dia-title-icon-8-2.png");
}
.diagram-wrap .dia-title .title {
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 3rem;
}
.diagram-wrap .dia-title .title:before, .diagram-wrap .dia-title .title:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 100%;
  border: 5px solid #143074;
}
.diagram-wrap .dia-title .title:before {
  left: 0;
  border-right: 0;
}
.diagram-wrap .dia-title .title:after {
  right: 0;
  border-left: 0;
}
.diagram-wrap .dia-title .title .txt {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
}
.diagram-wrap .dia-circle {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.3125rem;
  height: 10.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 0.125rem solid #b29576;
  background-color: #fff;
}
.diagram-wrap .dia-circle .txt {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
}
.diagram-wrap .dia-circle .txt .sub-txt {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle .txt .sub-txt {
    font-size: 0.8125rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle .txt .sub-txt {
    font-size: 0.8125rem;
  }
}
.diagram-wrap .dia-circle.icon-ver {
  width: 208px;
  height: 208px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 106px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 106px 0 rgba(255, 255, 255, 0.3);
}
.diagram-wrap .dia-circle.icon-ver .icon {
  width: 2.8125rem;
  height: 2.8125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dia-circle-icon-ver-item.png");
}
.diagram-wrap .dia-circle.icon-ver .txt {
  font-size: 1.375rem;
  font-weight: 700;
  color: #143074;
  line-height: 1.09;
}
.diagram-wrap .dia-circle.step-ver {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.diagram-wrap .dia-circle.step-ver .mob-step {
  display: none;
  font-size: 0.8125rem;
  font-weight: 900;
  color: #b29576;
  margin-bottom: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle.step-ver .mob-step {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle.step-ver .mob-step {
    display: none;
  }
}
.diagram-wrap .dia-circle.small {
  width: 8.125rem;
  height: 8.125rem;
}
.diagram-wrap .dia-circle.small .txt {
  font-size: 1.0625rem;
  font-weight: 600;
}
.diagram-wrap .dia-circle.blue-line {
  border-color: #0657a5;
}
.diagram-wrap .dia-rect {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d2d2d2;
  padding: 0.625rem 0.9375rem;
  background-color: #fff;
}
.diagram-wrap .dia-rect .txt {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #000;
}
.diagram-wrap .dia-oval {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.5625rem;
  background-color: #b29576;
  border-radius: 1rem;
}
.diagram-wrap .dia-oval .txt {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.diagram-wrap .dia-oval .icon-arrow {
  margin: 0 0.1875rem;
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dia-oval-arrow-icon.png");
}
.diagram-wrap .dia-oval.line {
  background-color: #fff;
  border: 1px solid #b29576;
}
.diagram-wrap .dia-oval.line .txt {
  color: #b29576;
}
.diagram-wrap .dia-oval.oval-major {
  min-height: 45px;
  background-color: #0b8dd9;
  border-radius: 1.4063rem;
  padding: 0 1.5rem;
}
.diagram-wrap .dia-oval.oval-major .txt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.diagram-wrap .dia-oval.oval-middle {
  min-height: 33px;
  background-color: #143074;
  border-radius: 1.0313rem;
  padding: 0 1.3125rem;
}
.diagram-wrap .dia-oval.oval-middle .txt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.diagram-wrap .dia-oval.oval-minor {
  min-height: 33px;
  background-color: #eee;
  border: 1px solid #d2d2d2;
  border-radius: 1.0313rem;
  padding: 0 1.625rem;
}
.diagram-wrap .dia-oval.oval-minor .txt {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.diagram-wrap .dia-dashoval-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 33.1875rem;
  height: 6.25rem;
  background-color: #f1f1f1;
  border-radius: 3.0938rem;
  border: 1px dashed #d6d6d6;
}
.diagram-wrap .dia-dashoval-bg .dashoval-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #a4a4a4;
}
.diagram-wrap .dia-plus-icon {
  display: inline-block;
}
.diagram-wrap .dia-plus-icon i {
  display: inline-block;
  position: relative;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background-color: #000;
}
.diagram-wrap .dia-plus-icon i:before, .diagram-wrap .dia-plus-icon i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.4375rem;
  height: 0.0625rem;
  background-color: #fff;
}
.diagram-wrap .dia-plus-icon i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.diagram-wrap .dia-arrow-icon {
  display: inline-block;
}
.diagram-wrap .dia-arrow-icon i {
  display: inline-block;
  position: relative;
  width: 1.0625rem;
  height: 1.0625rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dia-arrowline-icon.png");
}
.diagram-wrap .dia-arrow-icon.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.diagram-wrap .dia-arrow-icon.up {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.diagram-wrap .dia-arrow-icon.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.diagram-wrap .dia-arrow {
  position: relative;
}
.diagram-wrap .dia-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1875rem;
  height: 0.6875rem;
  background: url("../images/sub/dia-arrow-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.diagram-wrap .dia-arrow.left:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.diagram-wrap .dia-arrow.right:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.diagram-wrap .dia-arrow.down:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.diagram-wrap .dia-arrow-line {
  position: relative;
}
.diagram-wrap .dia-arrow-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1875rem;
  height: 0.6875rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dia-arrow-line-icon.png");
}
.diagram-wrap .dia-arrow-line.blue-arr:after {
  background-image: url("../images/sub/dia-arrow-line-blue-icon.png");
}
.diagram-wrap .dia-arrow-line.left:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.diagram-wrap .dia-arrow-line.right:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.diagram-wrap .dia-arrow-line.down:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.diagram-wrap .dia-plus-gold {
  position: relative;
}
.diagram-wrap .dia-plus-gold:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dia-plus-gold-icon.png");
}
.diagram-wrap .dia-circle-wrap {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .dia-dashoval-bg {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 0;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 0.8rem;
    border-radius: 0;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .dia-dashoval-bg .dashoval-title {
    background-color: #f1f1f1;
    border-radius: 1.25rem;
    padding: 0.1875rem 1.25rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}
.diagram-wrap .dia-circle-wrap .circledia-list > li {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list > li {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.525rem;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list > li:nth-child(n) {
    margin: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list > li:nth-child(n):after {
    margin: 0 !important;
  }
}
.diagram-wrap .dia-circle-wrap .circledia-list > li .dia-oval {
  white-space: nowrap;
}
.diagram-wrap .dia-circle-wrap .circledia-list.plus-icon-ver > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.0625rem;
  height: 1.0625rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dia-plus-icon.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list.plus-icon-ver > li:after {
    position: static;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list.plus-icon-ver > li:last-child:after {
    display: none;
  }
}
.diagram-wrap .dia-circle-wrap .circledia-list.arrow-icon-ver > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.0625rem;
  height: 1.0625rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dia-arrowline-icon.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list.arrow-icon-ver > li:after {
    position: static;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .diagram-wrap .dia-circle-wrap .circledia-list.arrow-icon-ver > li:last-child:after {
    display: none;
  }
}

.org-zone .hanyang-logo {
  display: block;
  width: 144px;
  height: 143px;
  background: url("../images/sub/organization-hanyang-logo.png") 0 0 no-repeat;
  background-size: contain;
}
.org-zone .org-step1-basket-tt {
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 82px;
}
.org-zone .org-step1-basket-tt:before, .org-zone .org-step1-basket-tt:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 100%;
  border: 7px solid #143074;
}
.org-zone .org-step1-basket-tt:before {
  left: 0;
  border-right: 0;
}
.org-zone .org-step1-basket-tt:after {
  right: 0;
  border-left: 0;
}
.org-zone .org-step1-basket-tt .txt {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
}
.org-zone .org-step1-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 213px;
  height: 84px;
  background: url("../images/sub/organization-step1-mark-tt.png") 0 0 no-repeat;
  background-size: contain;
}
.org-zone .org-step1-tt span {
  margin-left: 35px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.org-zone .org-step1-tt.text-sz-20 span {
  font-size: 20px;
}
.org-zone .org-step1-marknone-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 213px;
  height: 84px;
  background: url("../images/sub/organization-step1-marknone-tt.png") 0 0 no-repeat;
  background-size: contain;
}
.org-zone .org-step1-marknone-tt span {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.org-zone .org-step1-marknone-tt.text-sz-20 span {
  font-size: 20px;
}
.org-zone .org-step2-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 173px;
  height: 84px;
  background: url("../images/sub/organization-step1-tt.png") 0 0 no-repeat;
  background-size: contain;
}
.org-zone .org-step2-tt span {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.org-zone .org-step2-tt.text-sz-20 span {
  font-size: 20px;
}
.org-zone .org-rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 5px 10px;
}
.org-zone .org-rectangle span {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.org-zone .org-rectangle.deep-blue {
  border: 0;
  background-color: #143074;
  min-height: 53px;
}
.org-zone .org-rectangle.deep-blue span {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.org-zone .org-rectangle.blue {
  border: 0;
  background-color: #0657a5;
  min-height: 53px;
}
.org-zone .org-rectangle.blue span {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.org-zone .org-rectangle.light-blue {
  border: 0;
  background-color: #0b8dd9;
  min-height: 53px;
}
.org-zone .org-rectangle.light-blue span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.org-zone .org-rectangle.text-sz-20 span {
  font-size: 20px;
}
.org-zone .org-bracket {
  z-index: 1;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 35px;
}
.org-zone .org-bracket:before, .org-zone .org-bracket:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 100%;
  border: 5px solid #143074;
}
.org-zone .org-bracket:before {
  left: 0;
  border-right: 0;
}
.org-zone .org-bracket:after {
  right: 0;
  border-left: 0;
}
.org-zone .org-bracket span {
  word-break: break-all;
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.org-zone .org-bracket.gold:before, .org-zone .org-bracket.gold:after {
  border-color: #b29576;
}
.org-zone .org-bracket.blue:before, .org-zone .org-bracket.blue:after {
  border-color: #0657a5;
}
.org-zone .org-bdline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  border-width: 5px;
  border-style: solid;
  background-color: #fff;
}
.org-zone .org-bdline:before {
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .org-zone .org-bdline:before {
    bottom: -10px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .org-zone .org-bdline:before {
    bottom: -14px;
    width: 25px;
    height: 25px;
  }
}
.org-zone .org-bdline span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .org-zone .org-bdline span {
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .org-zone .org-bdline span {
    font-size: 19px;
  }
}
.org-zone .org-bdline.side-icon span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}
.org-zone .org-bdline.side-icon span:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0b8dd9;
  background-image: url("../images/sub/org-side-icon-plus.png");
}
.org-zone .org-bdline.side-icon.on span:after {
  background-image: url("../images/sub/org-side-icon-minus.png");
}
.org-zone .org-bdline.blue {
  border-color: #0657a5;
}
.org-zone .org-bdline.blue:before {
  background-image: url("../images/sub/org-bdline-blue-icon.png");
}
.org-zone .org-bdline.gray {
  border-color: #555;
}
.org-zone .org-bdline.gray:before {
  background-image: url("../images/sub/org-bdline-gray-icon.png");
}
.org-zone .org-bdline.light-blue {
  border-color: #0b8dd9;
}
.org-zone .org-bdline.icon-none:before {
  display: none;
}
.org-zone .org-bdline.thin-line {
  border: 1px solid #d2d2d2;
}
.org-zone .org-bdline.thin-line span {
  font-size: 18px;
  font-weight: 400;
}
.org-zone .org-bdline.thin-blue-line {
  border: 2px solid #0657a5;
}
.org-zone .org-bdline.thin-blue-line span {
  font-size: 20px;
  font-weight: 600;
  color: #0657a5;
}
.org-zone .org-bdline.thin-deepblue-line {
  border: 2px solid #143074;
}
.org-zone .org-bdline.thin-deepblue-line span {
  font-size: 16px;
  font-weight: 700;
  color: #143074;
}
.org-zone .org-bdline.text-sz-18 span {
  font-size: 18px;
}
.org-zone .org-dash-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.org-zone .org-dash-title .dash {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #d2d2d2;
}
.org-zone .org-dash-title .txt {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.org-zone .dashline {
  position: relative;
}
.org-zone .dashline:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #d2d2d2;
}
.org-zone .dashline.d-row:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #d2d2d2;
}
.org-zone .dashline.d-col:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #d2d2d2;
}
.org-zone .dashline.d-double:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #d2d2d2;
}
.org-zone .dashline.d-double:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #d2d2d2;
}
.org-zone .dashline.d-double:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #d2d2d2;
}
.org-zone .cirmark {
  position: relative;
}
.org-zone .cirmark:before {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
}
.org-zone .cirmark.deep-blue:before {
  border-color: #143074;
}
.org-zone .cirmark.blue:before {
  border-color: #0657a5;
}
.org-zone .cirmark.skyblue:before {
  border-color: #0657a5;
}
.org-zone .cirmark.light-blue:before {
  border-color: #0b8dd9;
}
.org-zone .cirmark.gray:before {
  border-color: #8e8e8e;
}
.org-zone .cirmark.c-row:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.org-zone .cirmark.c-col:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 라인 리스트 */
.normal-line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
.normal-line-list > li {
  border-bottom: 1px solid #d2d2d2;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}
.normal-line-list > li:first-child {
  padding-top: 0;
}
.normal-line-list > li.bdb-none {
  border-bottom: 0;
  padding-bottom: 0;
}
.normal-line-list .box .hd3-tt {
  margin-bottom: 0.875rem;
}
.normal-line-list .box .conbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .normal-line-list .box .conbox {
    gap: 1.6875rem;
  }
}
.normal-line-list .box .conbox .icon-area .icon {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .normal-line-list .box .conbox .icon-area .icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.normal-line-list .box .conbox .icon-area .icon.icon-1-1 {
  background-image: url("../images/sub/normal-line-list-icon-1-1.png");
}
.normal-line-list .box .conbox .icon-area .icon.icon-1-2 {
  background-image: url("../images/sub/normal-line-list-icon-1-2.png");
}
/* 이미지 배너 */
.program-img-banner {
  height: 12.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .program-img-banner {
    height: 5.825rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .program-img-banner {
    height: 9.2rem;
  }
}
.program-img-banner.pic-history {
  background-image: url("../images/sub/abo-img-banner-pic-history.jpg");
}
.program-img-banner.pic-als-1 {
  background-image: url("../images/sub/abo-img-banner-pic-als-1.jpg");
}
.program-img-banner.pic-1 {
  background-image: url("../images/sub/abo-img-banner-pic-2.jpg");
}
.program-img-banner.pic-2 {
  background-image: url("../images/sub/abo-img-banner-pic-2.jpg");
}
.program-img-banner.pic-3 {
  background-image: url("../images/sub/abo-img-banner-pic-3.jpg");
}
.program-img-banner.pic-4 {
  background-image: url("../images/sub/abo-img-banner-pic-4.jpg");
}
.program-img-banner.pic-5 {
  background-image: url("../images/sub/abo-img-banner-pic-5.jpg");
}
.program-img-banner.pic-6 {
  background-image: url("../images/sub/abo-img-banner-pic-6.jpg");
}
.program-img-banner.pic-7 {
  background-image: url("../images/sub/hap-img-banner-pic-7.jpg");
}
.program-img-banner.pic-8 {
  background-image: url("../images/sub/hap-img-banner-pic-8.jpg");
}
.program-img-banner.mgt-30 {
  margin-top: 1.875rem;
}
.program-img-banner.mgb-35 {
  margin-bottom: 2.1875rem;
}

/* 루게릭병 다이어그램 */
.als-diagram-wrap {
  height: 36.375rem;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap {
    height: auto;
    padding: 3.875rem 1.25rem 2.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap {
    height: 39.3125rem;
    padding: 1.875rem;
  }
}
.als-diagram-wrap .inner {
  position: relative;
  height: 36.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .inner {
    height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .inner {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    top: -0.25rem;
  }
}
.als-diagram-wrap .circle-design {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22.25rem;
  height: 22.25rem;
  background: url("../images/sub/cor-checkup-circle-design.png") no-repeat center center/contain;
  margin-top: -3.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .circle-design {
    width: 12rem;
    height: 12rem;
    margin-top: -19.025rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .circle-design {
    width: 22.25rem;
    height: 22.25rem;
    margin-top: 19.85rem;
  }
}
.als-diagram-wrap .con-zone {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.als-diagram-wrap .con-zone:after {
  display: none;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/sub/cor-checkup-circle-sample-bg.png") no-repeat center center/contain;
}
.als-diagram-wrap .con-zone .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14.75rem;
  height: 14.75rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 0 6.625rem 0 rgba(217, 217, 217, 0.3);
          box-shadow: 0 0 6.625rem 0 rgba(217, 217, 217, 0.3);
  gap: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .title {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto !important;
    width: 11rem;
    height: 11rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .title {
    margin-top: 20rem !important;
    width: 14.75rem;
    height: 14.75rem;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.als-diagram-wrap .con-zone .title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 362px;
  height: 361px;
  background: url("../images/sub/cor-checkup-circle-design.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .title:after {
    top: -0.85rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 13rem;
    height: 13rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .title:after {
    width: 362px;
    height: 361px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.als-diagram-wrap .con-zone .title .icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.75rem;
  height: 2.8125rem;
  background-image: url("../images/sub/als-checkup-hy-icon.png");
}
.als-diagram-wrap .con-zone .title .title-txt {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  line-height: 1.09;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .title .title-txt {
    font-size: 1.1rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .title .title-txt {
    font-size: 1.375rem;
  }
}
.als-diagram-wrap .con-zone .title .title-txt.navy {
  color: #143074;
}
.als-diagram-wrap .con-zone .title .title-txt.light-blue {
  color: #0b8dd9;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 0.9375rem;
  }
}
.als-diagram-wrap .con-zone .list > li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 679px) {
  .als-diagram-wrap .con-zone .list > li {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 !important;
    width: calc((100% - 2.5rem) / 2);
  }
}
.als-diagram-wrap .con-zone .list > li:not(:nth-child(8))::after {
  content: "";
  position: absolute;
  top: 6.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.6125rem solid transparent;
  border-right: 0.6125rem solid transparent;
  border-top: 11px solid #d8d8d8;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:not(:nth-child(8))::after {
    display: none;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(1) {
  top: 50px;
  margin-left: -228px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(1) {
    top: 2.325rem;
    margin-left: -11.9rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(1):after {
  top: 102px;
  margin-left: 17px;
}
.als-diagram-wrap .con-zone .list > li:nth-child(2) {
  top: 180px;
  margin-left: -329px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(2) {
    top: 12.75rem;
    margin-left: -18.875rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(2):after {
  top: 107px;
  margin-left: 88px;
}
.als-diagram-wrap .con-zone .list > li:nth-child(3) {
  top: 314px;
  margin-left: -312px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(3) {
    top: 23.9375rem;
    margin-left: -17.45rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(3):after {
  top: 109px;
  margin-left: 96px;
}
.als-diagram-wrap .con-zone .list > li:nth-child(4) {
  top: 445px;
  margin-left: -275px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(4) {
    top: 33.7375rem;
    margin-left: -10.15rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(4):after {
  display: none;
}
.als-diagram-wrap .con-zone .list > li:nth-child(5) {
  top: 50px;
  margin-left: 219px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(5) {
    top: 2.325rem;
    margin-left: 11.9rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(5):after {
  top: 103px;
  margin-left: -2px;
}
.als-diagram-wrap .con-zone .list > li:nth-child(6) {
  top: 180px;
  margin-left: 289px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(6) {
    top: 12.75rem;
    margin-left: 18.875rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(6):after {
  top: 108px;
  margin-left: -37px;
}
.als-diagram-wrap .con-zone .list > li:nth-child(7) {
  top: 314px;
  margin-left: 318px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(7) {
    top: 23.9375rem;
    margin-left: 17.45rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(7):after {
  top: 111px;
  margin-left: -101px;
}
.als-diagram-wrap .con-zone .list > li:nth-child(8) {
  top: 445px;
  margin-left: 208px;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .list > li:nth-child(8) {
    top: 33.7375rem;
    margin-left: 10.15rem;
  }
}
.als-diagram-wrap .con-zone .list > li:nth-child(8):after {
  display: none;
}
.als-diagram-wrap .con-zone .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
}
.als-diagram-wrap .con-zone .box .icon-area {
  width: 5.25rem;
  height: 5.25rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d6d6d6;
}
.als-diagram-wrap .con-zone .box .icon-area i {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.als-diagram-wrap .con-zone .box .tt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f5d9b;
  line-height: 1.35;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box .tt {
    text-align: center;
    white-space: normal;
    font-size: 1.1rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box .tt {
    white-space: nowrap;
    font-size: 1.25rem;
  }
}
.als-diagram-wrap .con-zone .box.do-icon-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box.do-icon-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.als-diagram-wrap .con-zone .box.do-icon-1 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-1.png");
}
.als-diagram-wrap .con-zone .box.do-icon-1 .tt {
  color: #15458b;
  text-align: right;
}
.als-diagram-wrap .con-zone .box.do-icon-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box.do-icon-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.als-diagram-wrap .con-zone .box.do-icon-2 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-2.png");
}
.als-diagram-wrap .con-zone .box.do-icon-2 .tt {
  color: #0d89d6;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box.do-icon-2 .tt {
    text-align: center;
  }
}
.als-diagram-wrap .con-zone .box.do-icon-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box.do-icon-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.als-diagram-wrap .con-zone .box.do-icon-3 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-3.png");
}
.als-diagram-wrap .con-zone .box.do-icon-3 .tt {
  color: #12a8d2;
  text-align: right;
}
.als-diagram-wrap .con-zone .box.do-icon-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .als-diagram-wrap .con-zone .box.do-icon-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.als-diagram-wrap .con-zone .box.do-icon-4 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-4.png");
}
.als-diagram-wrap .con-zone .box.do-icon-4 .tt {
  color: #22c1cd;
}
.als-diagram-wrap .con-zone .box.do-icon-5 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-5.png");
}
.als-diagram-wrap .con-zone .box.do-icon-5 .tt {
  color: #15458b;
}
.als-diagram-wrap .con-zone .box.do-icon-6 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-6.png");
}
.als-diagram-wrap .con-zone .box.do-icon-6 .tt {
  color: #0d89d6;
}
.als-diagram-wrap .con-zone .box.do-icon-7 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-7.png");
}
.als-diagram-wrap .con-zone .box.do-icon-7 .tt {
  color: #12a8d2;
  text-align: center;
}
.als-diagram-wrap .con-zone .box.do-icon-8 .icon-area i {
  background-image: url("../images/sub/cor-checkup-dia-icon-8.png");
}
.als-diagram-wrap .con-zone .box.do-icon-8 .tt {
  color: #22c1cd;
  text-align: center;
}
.als-diagram-wrap.mg-30 {
  margin: 1.875rem 0;
}

/* 준비중 */
.pg-ready-box {
  position: relative;
  background: url("../images/sub/pg-ready-box-bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .pg-ready-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.7rem;
    height: 33rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .pg-ready-box {
    padding: 0.9375rem;
    height: 38rem;
  }
}
.pg-ready-box .dash-title {
  position: absolute;
  top: 2.8125rem;
  left: 3.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .pg-ready-box .dash-title {
    position: static;
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .pg-ready-box .dash-title {
    position: absolute;
    margin-bottom: 0;
  }
}
.pg-ready-box .ready-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .pg-ready-box .ready-con {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.pg-ready-box .ready-con i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.125rem;
  height: 13.125rem;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .pg-ready-box .ready-con i {
    width: 10rem;
    height: 10rem;
  }
}
.pg-ready-box .ready-con i:after {
  content: "";
  display: block;
  width: 5.875rem;
  height: 5.625rem;
  background: url("../images/sub/pg-ready-icon.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .pg-ready-box .ready-con i:after {
    width: 4.875rem;
    height: 4.625rem;
  }
}
.pg-ready-box .ready-con strong {
  display: block;
  font-size: 2.125rem;
  font-weight: 700;
  color: #143074;
  line-height: 1;
  margin: 2.4375rem 0 1.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .pg-ready-box .ready-con strong {
    font-size: 1.925rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .pg-ready-box .ready-con strong {
    font-size: 2.125rem;
  }
}
.pg-ready-box .ready-con p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  line-height: 1.666;
}

/* 센터소개 */
.spw-abo-wrap .about-wrap .abo-con-txt {
  position: relative;
}
.spw-abo-wrap .about-wrap .abo-con-txt .tt {
  margin-bottom: 1.875rem;
  display: block;
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
  line-height: 1.3333;
  letter-spacing: -0.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-txt .tt {
    font-size: 1.95rem;
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-txt .tt {
    font-size: 2.25rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-txt .tt em {
  font-weight: 700;
  color: #143074;
}
.spw-abo-wrap .about-wrap .abo-con-txt .pic {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-txt .pic {
    position: static;
    margin-bottom: 1.875rem;
    text-align: center;
  }
}
.spw-abo-wrap .about-wrap .abo-con-txt .pic img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.spw-abo-wrap .about-wrap .abo-con-dia {
  margin-top: 4.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia {
    margin-top: 2.5rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .dia-title {
  margin-bottom: 2.75rem;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  color: #143074;
  letter-spacing: -0.0625rem;
  line-height: 1.1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .dia-title {
    text-align: center;
    margin-bottom: 1.55rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram {
  padding: 3.0625rem 6.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram {
    padding: 1.875rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-circle.icon-ver {
    width: 10.3125rem;
    height: 10.3125rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-oval {
  z-index: 1;
  position: relative;
  border-radius: 2.0313rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-oval {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-oval.oval-major {
    padding: 0 1.025rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-oval.oval-middle {
    padding: 0 1.025rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-oval.oval-minor {
    padding: 0 0.825rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-oval .txt {
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-oval .txt {
    white-space: normal;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li {
  position: relative;
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(2) {
  padding-left: 1.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(2) {
    padding-left: 0;
    padding-top: 1.875rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(2):before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(2):before {
    width: 1px;
    height: 2.6rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(3) {
  padding-left: 5.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(3) {
    padding-left: 0;
    padding-top: 3.475rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(3):before {
  content: "";
  display: block;
  width: 5.0625rem;
  height: 14.6875rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/flow-sub-line.png");
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(3):before {
    background-image: none;
    width: 50%;
    height: 1.875rem;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    top: 1.8625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .dia-flow-list > li:nth-child(3):after {
    content: "";
    display: block;
    width: 1px;
    height: 1.9rem;
    background-color: #d2d2d2;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.675rem;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap .dia-flow-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap .dia-flow-sub {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.875rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap .dia-flow-sub:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap .dia-flow-sub .oval-middle {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap .dia-flow-sub .oval-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap .about-wrap .abo-con-dia .abo-diagram .flow-sub-wrap .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* 센터장인사말 */
.spw-abo-wrap.greeting .doc-intro-message-box {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box {
    padding-right: 0;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-title {
  margin-bottom: 1.5625rem;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-title strong {
  display: block;
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
  line-height: 1.3333;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-title strong {
    text-align: center;
    font-size: 1.65rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-title strong {
    font-size: 2rem;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-picture {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-picture {
    position: static;
    margin-bottom: 1.5625rem;
    text-align: center;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-picture img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content {
    max-width: 50.3125rem;
    margin: 0 auto;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .nor-c {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.666;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .nor-c {
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .nor-c {
    text-align: justify;
    text-justify: inter-character;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .nor-c .im-impor-blue {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b8dd9;
  letter-spacing: -0.0625rem;
  line-height: 1.2;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3.875rem;
  content: "";
  display: block;
  width: 14.125rem;
  height: 5.8125rem;
  background: url("../images/sub/cc-intro-circle-flow-mark.png") no-repeat 0 0;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls:after {
    top: 3.475rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 9.25rem;
    height: 3.75rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls:after {
    display: block;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -3.875rem;
    width: 14.125rem;
    height: 5.8125rem;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls > li {
  z-index: 1;
  position: relative;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.125rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #dff1fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  gap: 0.525rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls .box {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls .box {
    width: 8rem;
    height: 8rem;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls .box .ico {
  width: 1.875rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/sub/cc-intro-circle-flow-icon-check.png");
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls .box p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #143074;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls .box p {
    font-size: 1rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .cc-ls .box p {
    font-size: 1.1rem;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .ls-tt {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b8dd9;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .ls-tt {
    font-size: 1.6rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .ls-tt {
    font-size: 1.875rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .ls-tt br {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .intro-circle-flow .ls-tt br {
    display: block;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .greeting-part-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .greeting-part-ls .box .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #143074;
  line-height: 1.666;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .greeting-part-ls .box .title {
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .greeting-part-ls .box .title {
    text-align: left;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .department-quote {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .department-quote {
    margin-top: 1.5625rem;
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .department-quote {
    text-align: justify;
    text-justify: inter-character;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .department-quote .q-title {
  font-size: 3rem;
  font-weight: 900;
  color: #143074;
  line-height: 1.1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .department-quote .q-title {
    font-size: 2.7rem;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .department-quote .q-content {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.666;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .department-quote .q-content .q-underline {
  text-decoration: underline;
  font-weight: 700;
  color: #143074;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .last-name {
  margin-top: 3.125rem;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .last-name {
    margin-top: 2.9rem;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .last-name .in-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .last-name .in-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .doc-intro-message-box .intro-content .last-name .in-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .last-name .position {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.spw-abo-wrap.greeting .doc-intro-message-box .intro-content .last-name .name {
  font-family: "NanumMyeongjoBold";
  font-size: 2rem;
  color: #000;
}
.spw-abo-wrap.greeting .doc-intro-message-box.clinic-meg .intro-title strong {
  line-height: 1.263;
}

/* 미션과비전 */
.spw-abo-wrap.mission {
  padding: 0;
  margin: 0;
  max-width: none;
}
.spw-abo-wrap.mission .spw-wrap-inner {
  position: relative;
}
.spw-abo-wrap.mission .fixed-width {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .fixed-width {
    padding: 0 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .fixed-width {
    padding: 0 30px;
  }
}
@media (max-width: 1160px) {
  .spw-abo-wrap.mission .fixed-width {
    padding: 0 4.5vw;
  }
}
@media (max-width: 768px) {
  .spw-abo-wrap.mission .fixed-width {
    padding: 0 15px;
  }
}
.spw-abo-wrap.mission .ms-prt-mark {
  position: relative;
}
.spw-abo-wrap.mission .ms-prt-mark:before {
  z-index: 1;
  position: absolute;
  top: -0.5313rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #143074;
}
.spw-abo-wrap.mission .ms-prt-mark:after {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 2.125rem;
  background-color: #d2d2d2;
}
.spw-abo-wrap.mission .mission-wrap .mission-content {
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content {
    margin-bottom: 3.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content {
    margin-bottom: 1.25rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box {
    padding: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box {
    padding: 0 2.4375rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box {
  position: relative;
  padding: 3.1875rem 0;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    padding: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box {
    gap: 0;
    padding: 3.1875rem 0;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 50%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.1875rem solid rgba(38, 112, 182, 0.75);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title:before {
  top: auto;
  bottom: -1.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title:before {
    bottom: -0.575rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title:before {
    bottom: -1.75rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title:after {
  top: auto;
  bottom: -3.8125rem;
  height: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title:after {
    bottom: -2.775rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title:after {
    bottom: -3.8125rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title .logo {
  width: 5.5625rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../images/sub/mission-hanyang-logo.png");
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .center-title .tt {
  font-family: "Noto Sans Korean";
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f1f73;
  line-height: 1.333;
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  width: 100%;
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 0;
  min-height: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box p {
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #fff;
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.left {
  background-color: #b29576;
  border-radius: 3.125rem 0 0 3.125rem;
  padding-left: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.left {
    padding-right: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.left {
    padding-right: 0;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.left p {
  margin-left: auto;
  padding-right: 7.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.left p {
    padding-right: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.left p {
    padding-right: 7.875rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.right {
  background-color: #0f1f73;
  border-radius: 0 3.125rem 3.125rem 0;
  padding-right: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.right {
    padding-left: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.right {
    padding-left: 0;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.right p {
  margin-right: auto;
  padding-left: 7.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.right p {
    padding-left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-con-box .between-txt .bet-box.right p {
    padding-left: 7.875rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .vision-content {
  position: relative;
}
.spw-abo-wrap.mission .mission-wrap .vision-content .inner .con-box {
  background-color: #f4f4f4;
  padding: 3.125rem 0;
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox {
  padding-left: 0;
  gap: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox {
    gap: 1.25rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li {
  margin-left: 0;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  border: 0;
  border-bottom: 2px solid #0f1f73;
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3.3125rem 1.5625rem 2.1875rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box {
    padding: 3.5rem 1.5625rem 2.1875rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box .ico {
  width: 6.125rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 1.0625rem;
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box .ico.i-1 {
  background-image: url("../images/sub/mission-icon-01.png");
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box .ico.i-2 {
  background-image: url("../images/sub/mission-icon-02.png");
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box .ico.i-3 {
  background-image: url("../images/sub/mission-icon-03.png");
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.25rem;
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box p strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.263;
  min-height: 2.526em;
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content {
  position: relative;
  padding: 3.5625rem 0 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .goal-values-content {
    padding: 1.25rem 0 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .goal-values-content {
    padding: 3.5625rem 0 0;
  }
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .dash-title {
  margin-bottom: 1.375rem;
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box {
    padding: 0 0.9375rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt {
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 4rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt {
    padding: 0 1.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt {
    width: 740px;
  }
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt:before, .spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5625rem;
  height: 100%;
  border: 5px solid #b29576;
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt:before {
  left: 0;
  border-right: 0;
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt:after {
  right: 0;
  border-left: 0;
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt .txt {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  letter-spacing: -0.0938rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt .txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt .txt {
    font-size: 1.9rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .goal-values-content .inner .con-box .goal-txt .txt strong em {
  font-weight: 700;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content {
  margin-top: 5.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .strategy-content {
    margin-top: 3.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .strategy-content {
    margin-top: 5.625rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .dash-title {
  margin-bottom: 1.375rem;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 0.75rem;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li {
  -ms-flex-preferred-size: calc((100% - 2.25rem) / 4);
      flex-basis: calc((100% - 2.25rem) / 4);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li {
    -ms-flex-preferred-size: calc((100% - 0.75rem) / 2);
        flex-basis: calc((100% - 0.75rem) / 2);
  }
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li .box {
  border: 1px solid #d6d6d6;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li .box strong {
  position: relative;
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #fff;
  background-color: #143074;
  text-align: center;
  padding: 1.3438rem 0;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li .box strong i {
  position: absolute;
  bottom: -1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-color: #143074;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li .box p {
  padding: 1.875rem 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.875;
  text-align: center;
  background-color: #fff;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li:nth-child(2n) .box strong {
  background-color: #b29576;
}
.spw-abo-wrap.mission .mission-wrap .strategy-content .inner .con-box .strategy-list > li:nth-child(2n) .box strong i {
  background-color: #b29576;
}

/* 연혁 */
.spw-abo-wrap.history .history-wrap .history-content-box {
  margin-top: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li:first-child .box .cont-area {
    gap: 0;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li:first-child .box .cont-area .cont-box .title {
  position: absolute;
  top: -6.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li:first-child .box .cont-area .cont-box .title {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li:first-child .box .cont-area .cont-box.left .title {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li:last-child {
    margin-bottom: 0;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li:not(:first-child) .box .cont-area .cont-box .title {
  display: none;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li:not(:first-child) .box .cont-area .cont-box .title {
    display: block;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 0 1.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    padding-left: 1.45rem;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:before, .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:after {
  position: absolute;
  content: "";
  display: block;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:before, .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:after {
    top: 5.2rem;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:before {
  top: 5rem;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #102073;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:before {
    top: 1.9rem;
    left: 0;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:after {
  top: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 7rem);
  background-color: #dddddd;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box:after {
    top: 2.4rem;
    left: 0;
    height: calc(100% - 2.7rem);
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .year {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "NanumMyeongjoBold";
  font-size: 3rem;
  font-weight: 700;
  color: #143074;
  letter-spacing: -0.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .year {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box:last-child {
    margin-bottom: 0;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #102073;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box .title {
    margin-bottom: 0.6375rem;
    font-size: 1.25rem;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box .cb-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box .cb-ls {
    gap: 0.72rem;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box .cb-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box .cb-ls > li .day {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #0657a5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7.6875rem;
  height: 1.625rem;
  padding: 0 1.125rem;
  background-color: #fff;
  border: 0.0625rem solid #0657a5;
  border-radius: 0.75rem;
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box .cb-ls > li .con {
  margin-top: -0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.666;
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.left {
  padding-right: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.left {
    padding-right: 0;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.left .cb-ls .day {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.left .cb-ls .day {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.left .cb-ls .con {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.left .cb-ls .con {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}
.spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.right {
  padding-left: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-wrap .history-content-box .history-list > li .box .cont-area .cont-box.right {
    padding-left: 0;
  }
}

/* 조직도 */
.spw-abo-wrap.organization .org-step1-tt {
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-step1-tt {
    width: 140px;
    height: 56px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-step1-tt {
    width: 190px;
    height: 75px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-step1-tt span {
    font-size: 13px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-step1-tt span {
    font-size: 19px;
  }
}
.spw-abo-wrap.organization .org-rectangle.blue {
  width: 229px;
  min-height: 78px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-rectangle.blue {
    width: 100%;
  }
}
.spw-abo-wrap.organization .org-rectangle.blue span {
  text-align: center;
}
.spw-abo-wrap.organization .org-step1-basket-tt {
  z-index: 1;
  position: relative;
  padding: 11px 42px;
}
.spw-abo-wrap.organization .org-step1-basket-tt span {
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-step1-basket-tt {
    padding: 11px 20px;
  }
}
.spw-abo-wrap.organization .org-bdline.light-blue {
  z-index: 1;
  position: relative;
  min-height: 78px;
}
.spw-abo-wrap.organization .org-bdline.light-blue:before {
  display: none;
}
.spw-abo-wrap.organization .org-bdline.light-blue span {
  text-align: center;
  white-space: nowrap;
}
.spw-abo-wrap.organization .org-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-abo-wrap.organization .org-wrap .org-one-depth {
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-one-depth > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(1):before {
  top: 93px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(1):before {
    top: 62px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(1):before {
    top: 85px;
  }
}
.spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(1):after {
  top: 105px;
  height: 245px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(1):after {
    top: 72px;
    height: 60px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(1):after {
    top: 90px;
    height: 50px;
  }
}
.spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(2) {
  margin-left: 330px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(2) {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
  }
}
.spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(2):after {
  right: 210px;
  width: 131px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-one-depth > ul > li:nth-child(2):after {
    right: 140px;
    width: 19px;
  }
}
.spw-abo-wrap.organization .org-wrap .org-two-depth {
  position: relative;
  padding-bottom: 202px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-two-depth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-two-depth {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-abo-wrap.organization .org-wrap .org-two-depth > ul {
  margin-left: -290px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-two-depth > ul {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    gap: 40px;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-two-depth > ul {
    width: 500px;
  }
}
.spw-abo-wrap.organization .org-wrap .org-two-depth > ul:before {
  right: -49px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-two-depth > ul:before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.spw-abo-wrap.organization .org-wrap .org-two-depth > ul:after {
  right: -40px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-two-depth > ul:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.spw-abo-wrap.organization .org-wrap .org-two-depth > ul > li {
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-two-depth > ul > li {
    width: calc(50% - 20px);
  }
}
.spw-abo-wrap.organization .org-wrap .org-three-depth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 78px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .org-three-depth {
    gap: 48px;
  }
}
.spw-abo-wrap.organization .org-wrap .org-three-depth .org-step1-basket-tt {
  -ms-flex-item-align: center;
      align-self: center;
}
.spw-abo-wrap.organization .org-wrap .three-in-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 78px;
}
.spw-abo-wrap.organization .org-wrap .three-in-box:before {
  top: -70px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box:before {
    top: -50px;
  }
}
.spw-abo-wrap.organization .org-wrap .three-in-box:after {
  top: -52px;
  height: 200px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box:after {
    top: -208px;
    height: 365px;
  }
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one {
  -ms-flex-item-align: center;
      align-self: center;
  width: 580px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one {
    width: 500px;
  }
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 121px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list {
    gap: 17px 50px;
  }
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list:before, .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d2d2d2;
  width: 130px;
  height: 1px;
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list:before {
  top: 25px;
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list:after {
  top: 95px;
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list > li {
  z-index: 1;
  position: relative;
  -ms-flex-preferred-size: calc((100% - 121px) / 2);
      flex-basis: calc((100% - 121px) / 2);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-one .in-one-list > li {
    -ms-flex-preferred-size: calc((100% - 50px) / 2);
        flex-basis: calc((100% - 50px) / 2);
  }
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two:before {
  top: -55px;
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two:after {
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(83.3333333333% + 15.8333333333px);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two:after {
    height: 46px;
    background-color: transparent;
    border: 1px solid #d2d2d2;
    border-bottom: none;
  }
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list > li:before, .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list > li:before {
  top: 90px;
  z-index: 1;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-color: #8e8e8e;
}
.spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list > li:after {
  bottom: 60px;
  width: 1px;
  height: 137px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-wrap .three-in-box .three-in-two .in-two-list > li:after {
    height: 25px;
  }
}

/* 오시는길 */
.spw-abo-wrap.location .lct-oval-mark {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1.5rem;
  min-width: 5.4375rem;
  height: 2rem;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spw-abo-wrap.location .lct-oval-mark.subway-line-2 {
  background-color: #08990f;
}
.spw-abo-wrap.location .lct-oval-mark.subway-line-5 {
  background-color: #7839bf;
}
.spw-abo-wrap.location .lct-oval-mark.subway-line-bundang {
  background-color: #d99b0b;
}
.spw-abo-wrap.location .lct-oval-mark.subway-line-gyeongui {
  background-color: #55c1c6;
}
.spw-abo-wrap.location .lct-oval-mark.skyblue {
  background-color: #4b96f3;
}
.spw-abo-wrap.location .lct-loca-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-loca-list {
    gap: 1.25rem;
  }
}
.spw-abo-wrap.location .lct-loca-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-loca-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.spw-abo-wrap.location .lct-loca-list > li .strong-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.spw-abo-wrap.location .lct-loca-list > li .conbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
.spw-abo-wrap.location .lct-loca-list > li .conbox .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
.spw-abo-wrap.location .lct-loca-list.title-fix > li .strong-tt {
  width: 4.5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-loca-list.title-fix > li .strong-tt {
    width: auto;
  }
}
.spw-abo-wrap.location .lct-location-map {
  width: 100%;
  overflow: hidden;
}
.spw-abo-wrap.location .lct-location-map .title-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .title-zone {
    gap: 1.25rem;
  }
}
.spw-abo-wrap.location .lct-location-map .title-zone .area-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .title-zone .area-box ul {
    gap: 0.35rem;
  }
}
.spw-abo-wrap.location .lct-location-map .title-zone .area-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
}
.spw-abo-wrap.location .lct-location-map .title-zone .area-box ul li i {
  margin-top: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .title-zone .area-box ul li i {
    margin-top: 0.1rem;
  }
}
.spw-abo-wrap.location .lct-location-map .title-zone .area-box ul li i.map-marker-ico {
  background-image: url("../images/sub/map-marker-ico.png");
}
.spw-abo-wrap.location .lct-location-map .title-zone .area-box ul li i.tel-ico {
  background-image: url("../images/sub/tel-ico.png");
}
.spw-abo-wrap.location .lct-location-map .title-zone .area-box ul li span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .title-zone .area-box ul li span {
    font-size: 1.3rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .title-zone .site-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .title-zone .site-box {
    width: auto;
    display: block;
  }
}
.spw-abo-wrap.location .lct-location-map .title-zone .site-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.spw-abo-wrap.location .lct-location-map .title-zone .site-box ul li i {
  display: block;
  width: 2.6875rem;
  height: 2.6875rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.spw-abo-wrap.location .lct-location-map .title-zone .site-box ul li i.ico-naver-map {
  background-image: url("../images/sub/ico-naver-map.png");
}
.spw-abo-wrap.location .lct-location-map .title-zone .site-box ul li i.ico-kakao-map {
  background-image: url("../images/sub/ico-kakao-map.png");
}
.spw-abo-wrap.location .lct-location-map .title-zone .site-box ul li i.ico-google-map {
  background-image: url("../images/sub/ico-google-map.png");
}
.spw-abo-wrap.location .lct-location-map .map-iframe {
  border: 1px solid #d6d6d6;
  border-bottom: 2px solid #102073;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 26.5625rem;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .map-iframe {
    height: 16.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-map .map-iframe {
    height: 26.5625rem;
  }
}
.spw-abo-wrap.location .lct-location-map .map-iframe .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.spw-abo-wrap.location .lct-location-map .map-iframe .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.spw-abo-wrap.location .lct-location-map .map-iframe .root_daum_roughmap .wrap_controllers {
  display: none !important;
}
.spw-abo-wrap.location .lct-location-map .map-iframe .root_daum_roughmap .cont {
  display: none !important;
}
.spw-abo-wrap.location .lct-location-map .map-iframe iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .location-minimap-a {
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.location .location-minimap-a {
    margin-bottom: 2.3rem;
  }
}
.spw-abo-wrap.location .lct-location-minimap {
  position: relative;
  width: 100%;
  height: 424px;
  overflow: hidden;
  background-color: #f4f4f4;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap {
    height: 175px;
  }
}
@media (min-width: 500px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap {
    height: 255px;
  }
}
@media (min-width: 770px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap {
    height: 424px;
  }
}
@media (min-width: 860px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap {
    height: 424px;
  }
}
.spw-abo-wrap.location .lct-location-minimap:before {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1199px;
  height: 424px;
  content: "";
  background: url("../images/sub/location-minimap-building-cover.png") no-repeat center center/contain;
  opacity: 0.5;
}
.spw-abo-wrap.location .lct-location-minimap:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1199px;
  height: 398px;
  content: "";
  display: block;
  background: url("../images/sub/location-minimap-bg.png") no-repeat center center/contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 164px;
    background-size: cover;
  }
}
@media (min-width: 500px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 240px;
    background-size: cover;
  }
}
@media (min-width: 770px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 406px;
    background-size: cover;
  }
}
@media (min-width: 860px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 400px;
    background-size: cover;
  }
}
.spw-abo-wrap.location .lct-location-minimap .lct-l-inner {
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap .lct-l-inner {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media (min-width: 500px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap .lct-l-inner {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (min-width: 770px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap .lct-l-inner {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (min-width: 860px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-location-minimap .lct-l-inner {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.spw-abo-wrap.location .lct-location-minimap .lct-l-inner:before {
  position: absolute;
  top: 128px;
  margin-left: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 587px;
  height: 183px;
  content: "";
  display: block;
  background: url("../images/sub/location-minimap-building-bg.png") no-repeat center center/contain;
}
.spw-abo-wrap.location .lct-location-minimap .bd-tt {
  font-size: 20px;
  font-weight: 700;
  color: #143074;
}
.spw-abo-wrap.location .lct-location-minimap .bd-name {
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  height: 38px;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ffa337;
}
.spw-abo-wrap.location .lct-location-minimap .bd-name.tail:after {
  z-index: 1;
  position: absolute;
  width: 20px;
  height: 12px;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.spw-abo-wrap.location .lct-location-minimap .bd-name.tail.bottom-right:after {
  right: 35px;
  bottom: -12px;
  background-image: url("../images/sub/location-bd-name-tail-bottom-right.png");
}
.spw-abo-wrap.location .lct-location-minimap .bd-name.tail.bottom-left:after {
  left: 35px;
  bottom: -12px;
  background-image: url("../images/sub/location-bd-name-tail-bottom-left.png");
}
.spw-abo-wrap.location .lct-location-minimap .bd-name.tail.top-left:after {
  left: 35px;
  top: -12px;
  background-image: url("../images/sub/location-bd-name-tail-top-left.png");
}
.spw-abo-wrap.location .lct-location-minimap .ico-parking {
  display: block;
  width: 40px;
  height: 37px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/ico-parking.png");
}
.spw-abo-wrap.location .lct-location-minimap .entrance-box {
  width: 108px;
  height: 50px;
  background: url("../images/sub/car-entrance-mark.png") no-repeat center center/contain;
}
.spw-abo-wrap.location .lct-location-minimap .car-entrance .entrance-box {
  position: absolute;
}
.spw-abo-wrap.location .lct-location-minimap .car-entrance .entrance-box.ent-1 {
  top: 251px;
  margin-left: -270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.location .lct-location-minimap .car-entrance .entrance-box.ent-2 {
  top: 326px;
  margin-left: -198px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.location .lct-location-minimap .west-building .bd-tt, .spw-abo-wrap.location .lct-location-minimap .west-building ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.location .lct-location-minimap .west-building .bd-tt {
  top: 149px;
  margin-left: -161px;
}
.spw-abo-wrap.location .lct-location-minimap .west-building ul li:nth-child(1) {
  top: 92px;
  margin-left: -153px;
}
.spw-abo-wrap.location .lct-location-minimap .west-building ul li:nth-child(2) {
  top: 134px;
  margin-left: -269px;
}
.spw-abo-wrap.location .lct-location-minimap .new-building .bd-tt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 149px;
  margin-left: 146px;
}
.spw-abo-wrap.location .lct-location-minimap .main-building .bd-tt, .spw-abo-wrap.location .lct-location-minimap .main-building ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.location .lct-location-minimap .main-building .bd-tt {
  top: 189px;
  margin-left: -10px;
}
.spw-abo-wrap.location .lct-location-minimap .main-building ul li:nth-child(1) {
  top: 221px;
  margin-left: -60px;
}
.spw-abo-wrap.location .lct-location-minimap .east-building .bd-tt, .spw-abo-wrap.location .lct-location-minimap .east-building ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.location .lct-location-minimap .east-building .bd-tt {
  top: 228px;
  margin-left: 213px;
}
.spw-abo-wrap.location .lct-location-minimap .east-building ul li:nth-child(1) {
  top: 155px;
  margin-left: 307px;
}
.spw-abo-wrap.location .lct-location-minimap .east-building ul li:nth-child(2) {
  top: 295px;
  margin-left: 180px;
}
.spw-abo-wrap.location .lct-location-minimap .parking-list li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.location .lct-location-minimap .parking-list li:nth-child(1) {
  top: 148px;
  margin-left: -76px;
}
.spw-abo-wrap.location .lct-location-minimap .parking-list li:nth-child(2) {
  top: 186px;
  margin-left: 79px;
}
.spw-abo-wrap.location .lct-location-minimap .parking-list li:nth-child(3) {
  top: 110px;
  margin-left: 195px;
}
.spw-abo-wrap.location .lct-location-minimap .parking-list li:nth-child(4) {
  top: 179px;
  margin-left: 210px;
}
.spw-abo-wrap.location .lct-location-minimap .parking-list li:nth-child(5) {
  top: 312px;
  margin-left: -83px;
}
.spw-abo-wrap.location .lct-location-minimap .parking-list li:nth-child(6) {
  top: 315px;
  margin-left: 69px;
}
.spw-abo-wrap.location .lct-bus-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5625rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list {
    gap: 1.5625rem 1.875rem;
  }
}
.spw-abo-wrap.location .lct-bus-list:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -1rem;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list:after {
    display: none;
  }
}
.spw-abo-wrap.location .lct-bus-list > li {
  width: 100%;
}
.spw-abo-wrap.location .lct-bus-list > li:nth-child(-n+2) {
  grid-column: 1;
}
.spw-abo-wrap.location .lct-bus-list > li:nth-child(n+3) {
  grid-column: 2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list > li:nth-child(n+3) {
    grid-column: 1;
  }
}
.spw-abo-wrap.location .lct-bus-list > li:nth-child(3) {
  grid-row: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list > li:nth-child(3) {
    grid-row: auto;
  }
}
.spw-abo-wrap.location .lct-bus-list > li .strong-tt {
  margin-bottom: 0.625rem;
}
.spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ > li > .mark {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ > li > .mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ > li > .mark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ > li > .mark .fc-tt {
  width: 100px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ > li > .mark .fc-tt {
    width: auto !important;
  }
}
.spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ > li > .mark .fc-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ.tt-sz-78 > li > .mark .fc-tt {
  width: 5.625rem;
}
.spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ.tt-sz-85 > li > .mark .fc-tt {
  width: 6.1875rem;
}
.spw-abo-wrap.location .lct-bus-list > li .conbox .ls-typ.tt-sz-118 > li > .mark .fc-tt {
  width: 8.4375rem;
}
.spw-abo-wrap.location .lct-bus-list .bus-naver-map-btn {
  margin-top: 18px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-bus-list .bus-naver-map-btn {
    margin-top: 0;
  }
}
.spw-abo-wrap.location .lct-shuttle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spw-abo-wrap.location .lct-shuttle-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(50% - 30px);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list > li {
    width: 100%;
  }
}
.spw-abo-wrap.location .lct-shuttle-list > li:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list > li:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
    height: 1px;
  }
}
.spw-abo-wrap.location .lct-shuttle-list > li:last-child:after {
  display: none;
}
.spw-abo-wrap.location .lct-shuttle-list .box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-abo-wrap.location .lct-shuttle-list .box .strong-tt {
  margin-bottom: 0.3125rem;
}
.spw-abo-wrap.location .lct-shuttle-list .box .ls-typ.impor {
  margin-bottom: 0.9375rem;
  min-height: 3.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .ls-typ.impor {
    min-height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .ls-typ.impor {
    min-height: 3.75rem;
  }
}
.spw-abo-wrap.location .lct-shuttle-list .box .ls-typ.small-bold {
  margin-bottom: 2.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .ls-typ.small-bold {
    margin-bottom: 1.25rem;
  }
}
.spw-abo-wrap.location .lct-shuttle-list .box .ls-typ.small-bold > li > .mark .fc-tt {
  width: 7.05rem;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia .dia-oval .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia .dia-oval .txt .mob-num {
  display: none;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(0, 0, 0);
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia .dia-oval .txt .mob-num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia .circledia-list > li:after {
    display: none;
  }
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia .dia-circle-wrap .circular {
  display: none;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia .dia-circle-wrap .circular {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    margin-left: 0.9375rem;
    background-color: #000;
    border-radius: 1.25rem;
    padding: 0.1875rem 0.625rem;
  }
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .dia-dashoval-bg {
  width: 27.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .dia-dashoval-bg {
    width: 100%;
  }
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(1) {
  top: -16px;
  margin-left: -85px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(1):after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 118px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(2) {
  top: -16px;
  margin-left: 123px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(2):after {
  top: 58px;
  margin-left: 85px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(3) {
  top: 86px;
  margin-left: 125px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(3):after {
  top: 7px;
  margin-left: -112px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(4) {
  top: 86px;
  margin-left: -91px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(4):after {
  top: -44px;
  margin-left: -134px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .dia-dashoval-bg {
  width: 34.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .dia-dashoval-bg {
    width: 100%;
  }
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(1) {
  top: -16px;
  margin-left: -165px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(1):after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 87px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(2) {
  top: -16px;
  margin-left: -18px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(2):after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 44px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(3) {
  top: -16px;
  margin-left: 157px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(3):after {
  top: 58px;
  margin-left: 109px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(4) {
  top: 86px;
  margin-left: 145px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(4):after {
  top: 7px;
  margin-left: -105px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(5) {
  top: 86px;
  margin-left: -20px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(5):after {
  top: 7px;
  margin-left: -73px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(6) {
  top: 86px;
  margin-left: -165px;
}
.spw-abo-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(6):after {
  top: -44px;
  margin-left: -116px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spw-abo-wrap.location .lct-shuttle-list .box .btn-wrap {
  margin-top: 2.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.location .lct-shuttle-list .box .btn-wrap {
    margin-top: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-abo-wrap.location .lct-how-to-hospital {
  margin: 0 auto;
  max-width: 36.4375rem;
}
.spw-abo-wrap.location .lct-how-to-hospital .inner {
  position: relative;
  padding-top: 56.26%;
}
.spw-abo-wrap.location .lct-how-to-hospital .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 다학제적클리닉 */
/* 루게릭병클리닉소개 */
/* 뇌졸중클리닉 */
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all {
  margin-bottom: 0;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .pic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #d6d6d6;
  margin-bottom: 1.25rem;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .pic img {
  max-width: none;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .oval-con {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 1.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0b8dd9;
  border-radius: 0.75rem;
  padding: 0 1.0625rem;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .title-t {
  margin-top: 0.3125rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  width: auto;
  top: -2.875rem;
  right: 0;
  gap: 0.3125rem;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper-button .swiper-button-prev, .spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper-button .swiper-button-next {
  width: 2.375rem;
  height: 2.375rem;
  background-color: #d2d2d2;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/swiper-button-prev-next.png");
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper-button .swiper-button-prev svg, .spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper-button .swiper-button-next svg {
  display: none;
}
.spw-mdt-wrap.strokeclinic .swiper-wrapper-all .swiper-pagination {
  display: none;
}

/* 치매및인지기능장애클리닉 */
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone {
  position: relative;
  margin: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .color-guide-list {
  position: absolute;
  top: 3.3125rem;
  right: 2.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .color-guide-list {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .color-guide-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .color-guide-list > li strong {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .color-guide-list > li strong:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .color-guide-list > li:nth-child(1) strong:before {
  background-color: #0b8dd9;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .color-guide-list > li:nth-child(2) strong:before {
  background-color: #ffd200;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .data-txt {
  position: absolute;
  bottom: 3.5875rem;
  right: 2.5rem;
  z-index: 2;
  display: inline-block;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .data-txt {
    position: static;
  }
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box {
  position: relative;
  padding-top: calc((59px / 900px) * min(max(100vw, 334px), 900px));
  padding-left: calc((50px / 900px) * min(max(100vw, 334px), 900px));
  padding-bottom: calc((38px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .g-side-txt {
  position: absolute;
  top: calc((299px / 900px) * min(max(100vw, 334px), 900px));
  left: calc((23px / 900px) * min(max(100vw, 334px), 900px));
  z-index: 2;
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  font-size: calc((25px / 900px) * min(max(100vw, 334px), 900px));
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone {
  position: relative;
  width: calc((699px / 900px) * min(max(100vw, 334px), 900px));
  height: calc((272px / 900px) * min(max(100vw, 334px), 900px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: calc((2px / 900px) * min(max(100vw, 334px), 900px)) solid #000;
  border-bottom: calc((2px / 900px) * min(max(100vw, 334px), 900px)) solid #000;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-line {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-line__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-line__poly {
  vector-effect: non-scaling-stroke;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: calc((40px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box .bar {
  position: relative;
  display: block;
  width: calc((50px / 900px) * min(max(100vw, 334px), 900px));
  height: 100%;
  background-color: #0b8dd9;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box .bar .bar-t {
  position: absolute;
  top: calc((-54px / 900px) * min(max(100vw, 334px), 900px));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-size: calc((20px / 900px) * min(max(100vw, 334px), 900px));
  font-weight: 700;
  color: #15458b;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box .bar .yellow-per {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: calc((16px / 900px) * min(max(100vw, 334px), 900px));
  font-weight: 700;
  color: #ffd200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box .bar .yellow-per:before {
  content: "";
  display: block;
  width: calc((11px / 900px) * min(max(100vw, 334px), 900px));
  height: calc((11px / 900px) * min(max(100vw, 334px), 900px));
  background-color: #ffd200;
  background-clip: content-box;
  border-radius: 50%;
  border: calc((6px / 900px) * min(max(100vw, 334px), 900px)) solid rgba(255, 255, 255, 0.3);
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box .bar-b {
  position: absolute;
  bottom: calc((-30px / 900px) * min(max(100vw, 334px), 900px));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-size: calc((20px / 900px) * min(max(100vw, 334px), 900px));
  font-weight: 700;
  color: #15458b;
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box:nth-child(1) .bar .yellow-per {
  top: calc((27px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box:nth-child(1) .bar .yellow-per::before {
  margin-bottom: calc((-10px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box:nth-child(2) .bar .yellow-per {
  top: calc((27px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box:nth-child(3) .bar .yellow-per {
  top: calc((27px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box:nth-child(4) .bar .yellow-per {
  top: calc((87px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box:nth-child(5) .bar .yellow-per {
  top: calc((107px / 900px) * min(max(100vw, 334px), 900px));
}
.spw-mdt-wrap.memoryclinic .memoryclinic-graph-zone .graph-box .graph-zone .bar-area .bar-box:nth-child(6) .bar .yellow-per {
  top: calc((120px / 900px) * min(max(100vw, 334px), 900px));
}

/* 루게릭병클리닉소개 */
/* 소개 */
/* 운영현황 */
.spw-als-wrap.status .als-status-graph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 15px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.status .als-status-graph-box {
    padding: 25px 15px;
  }
}
.spw-als-wrap.status .als-status-graph-box .graph-box {
  position: relative;
  padding-left: 70px;
  padding-bottom: 88px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.status .als-status-graph-box .graph-box {
    width: 100%;
  }
}
.spw-als-wrap.status .als-status-graph-box .graph-box .year-mark {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  gap: 9px;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .year-mark:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0b8dd9;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .left-num {
  position: absolute;
  top: -12px;
  left: 30px;
  height: calc(100% - 64px);
}
.spw-als-wrap.status .als-status-graph-box .graph-box .left-num ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .left-num ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 966px;
  height: 441px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone {
    width: 100%;
  }
}
.spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone .graph-bar {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone .graph-bar > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone .graph-bar > li span {
  display: block;
  width: 17px;
  height: 100%;
  background-color: #0b8dd9;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone .line-zone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone .line-zone span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #d6d6d6;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .bottom-num {
  position: absolute;
  bottom: 60px;
  left: 70px;
  width: calc(100% - 70px);
}
.spw-als-wrap.status .als-status-graph-box .graph-box .bottom-num ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .bottom-num ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #15458b;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .foot-num {
  position: absolute;
  bottom: 32px;
  left: 70px;
  width: calc(100% - 70px);
}
.spw-als-wrap.status .als-status-graph-box .graph-box .foot-num .year-mark {
  position: absolute;
  top: 0;
  left: -60px;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .foot-num ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .foot-num ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #15458b;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .foot-center-year {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-als-wrap.status .als-status-graph-box .graph-box .side-date {
  position: absolute;
  bottom: 0;
  right: 0;
}
.spw-als-wrap.status .als-status-graph-box .graph-box .side-date p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1100px) {
  .spw-als-wrap.status .als-status-graph-box {
    padding: max(2.2727272727vw, 7.5909090909px) max(1.3636363636vw, 4.5545454545px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box {
    padding-left: max(6.3636363636vw, 21.2545454545px);
    padding-bottom: max(8vw, 26.72px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .year-mark {
    font-size: max(1.4545454545vw, 4.8581818182px);
    gap: max(0.8181818182vw, 2.7327272727px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .year-mark:before {
    width: max(0.9090909091vw, 3.0363636364px);
    height: max(0.9090909091vw, 3.0363636364px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .left-num {
    top: max(-1.0909090909vw, -3.6436363636px);
    left: max(2.7272727273vw, 9.1090909091px);
    height: calc(100% - max(5.8181818182vw, 19.4327272727px));
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .left-num ul {
    gap: max(3.2727272727vw, 10.9309090909px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .left-num ul > li {
    font-size: max(1.6363636364vw, 5.4654545455px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone {
    border-left-width: max(0.1818181818vw, 0.6072727273px);
    border-bottom-width: max(0.1818181818vw, 0.6072727273px);
    height: max(40.0909090909vw, 133.9036363636px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .graph-zone .graph-bar > li span {
    width: max(1.5454545455vw, 5.1618181818px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .bottom-num {
    bottom: max(5.4545454545vw, 18.2181818182px);
    left: max(6.3636363636vw, 21.2545454545px);
    width: calc(100% - max(6.3636363636vw, 21.2545454545px));
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .bottom-num ul > li {
    font-size: max(1.4545454545vw, 4.8581818182px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .foot-num {
    bottom: max(2.9090909091vw, 9.7163636364px);
    left: max(6.3636363636vw, 21.2545454545px);
    width: calc(100% - max(6.3636363636vw, 21.2545454545px));
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .foot-num .year-mark {
    left: max(-5.4545454545vw, -18.2181818182px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .foot-num ul {
    gap: max(0.9090909091vw, 3.0363636364px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .foot-num ul > li {
    font-size: max(1.4545454545vw, 4.8581818182px);
  }
  .spw-als-wrap.status .als-status-graph-box .graph-box .side-date p {
    font-size: max(1.6363636364vw, 5.4654545455px);
  }
}

/* 의료진 */
/* 루게릭병클리닉진료안내 */
.spw-als-wrap.alsguide .als-alsguide-diagram-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .icon-zone {
  width: 3.4375rem;
  height: 3.4375rem;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .icon-zone.icon-1 {
  background-image: url("../images/sub/als-alsguide-diagram-icon-1.png");
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .icon-zone.icon-2 {
  background-image: url("../images/sub/als-alsguide-diagram-icon-2.png");
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box {
  position: relative;
  padding-bottom: 4.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box {
    padding-bottom: 1.3625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box {
    padding-bottom: 3.0625rem;
  }
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box:after {
  position: absolute;
  top: 8.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 19.6875rem;
  height: 7.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/als-alsguide-dia-flowline-top.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box:after {
    width: 11.6875rem;
    height: 4.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box:after {
    top: 8.7375rem;
    width: 15.8125rem;
    height: 6rem;
  }
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box .icon-zone {
  margin-bottom: 0.75rem;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box .tt {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .top-box .site-oval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #0b8dd9;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10.125rem;
  height: 2rem;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.8125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box {
    gap: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box {
    gap: 5.5125rem;
  }
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  width: 170px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box {
    width: 10.625rem;
  }
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-oval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #143074;
  border-radius: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5.5625rem;
  height: 1.8125rem;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content {
  width: 100%;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-one-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 1.125rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 246px;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-one-type .tt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-one-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-one-type ul > li {
  position: relative;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-one-type ul > li:after {
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.1875rem;
  height: 0.6875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/als-alsguide-diagram-arrow-gray.png");
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-one-type ul > li:last-child:after {
  display: none;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-one-type ul > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  border: 1px solid #d2d2d2;
  background-color: #eee;
  border-radius: 1rem;
  width: 7.875rem;
  min-height: 2.0625rem;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-two-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-two-type > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  min-height: 62px;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-two-type > li:after {
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.1875rem;
  height: 0.6875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/als-alsguide-diagram-arrow-gray.png");
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-two-type > li:last-child:after {
  display: none;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .middle-box .method-box .method-content .cont-two-type > li span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box {
  position: relative;
  padding-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box {
    padding-top: 3.225rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box {
    padding-top: 4.725rem;
  }
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box:before {
  z-index: 1;
  position: absolute;
  top: 4.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0.125rem;
  content: "";
  display: block;
  width: 1.1875rem;
  height: 0.6875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/als-alsguide-diagram-arrow-blue.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box:before {
    top: 2.3625rem;
    margin-left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box:before {
    top: 3.8625rem;
    margin-left: 0.125rem;
  }
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 19.6875rem;
  height: 5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/als-alsguide-dia-flowline-bottom.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box:after {
    width: 11.5875rem;
    height: 2.6875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box:after {
    width: 16.2875rem;
    height: 4.1875rem;
  }
}
.spw-als-wrap.alsguide .als-alsguide-diagram-box .bottom-box .tt {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
}
/* 루게릭병이란 */
/* 루게릭병의초기증상 */
/* 루게릭병진행의다양한형태 */
.spw-als-wrap.alsprogress .alsprogress-graph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .alsprogress-graph-zone {
  position: relative;
  width: 700px;
  height: 332px;
  padding-bottom: 30px;
  padding-left: 100px;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .side-txt {
  position: absolute;
  left: 30px;
  bottom: 66px;
  z-index: 2;
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b8dd9), to(#143174));
  background: linear-gradient(to bottom, #0b8dd9 0%, #143174 100%);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone span:last-child {
  border-bottom: none;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone span strong {
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 0;
  text-shadow: -1px -1px 0 #0f84cf, 1px -1px 0 #0f84cf, -1px 1px 0 #0f84cf, 1px 1px 0 #0f84cf;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffd200;
  background-clip: padding-box;
  border: 6px solid rgba(255, 210, 0, 0.3);
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/als-alsprogress-graph-line.png");
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p {
  z-index: 1;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background: #ffd200;
  min-height: 33px;
  border-radius: 17px;
  padding: 0 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p:nth-child(1) {
  top: 64px;
  left: 480px;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p:nth-child(2) {
  top: 230px;
  left: 474px;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p:nth-child(3) {
  top: 261px;
  left: 323px;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num {
  position: absolute;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.vertical {
  height: calc(100% - 4px);
  top: -12px;
  left: 51px;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.vertical > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.vertical > ul > li {
  height: 20%;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.vertical > ul > li span {
  font-size: 18px;
  font-weight: 700;
  color: #15458b;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.horizontal {
  width: 100%;
  bottom: 0;
  left: 0;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.horizontal > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.horizontal > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.horizontal > ul > li span {
  font-size: 18px;
  font-weight: 700;
  color: #15458b;
}
@media (max-width: 1000px) {
  .spw-als-wrap.alsprogress .alsprogress-graph-box .alsprogress-graph-zone {
    width: max(70vw, 233.8px);
    height: max(33.2vw, 110.888px);
    padding-bottom: max(3vw, 10.02px);
    padding-left: max(10vw, 33.4px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .side-txt {
    left: max(3vw, 10.02px);
    bottom: max(6.6vw, 22.044px);
    font-size: max(1.8vw, 6.012px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone {
    border-left: max(0.1vw, 0.334px) solid #000;
    border-bottom: max(0.1vw, 0.334px) solid #000;
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone span {
    border-bottom: max(0.1vw, 0.334px) solid rgba(255, 255, 255, 0.3);
    padding: 0 max(2.6vw, 8.684px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone span strong {
    font-size: max(1.8vw, 6.012px);
    text-shadow: max(-0.1vw, -0.334px) max(-0.1vw, -0.334px) 0 #0f84cf, max(0.1vw, 0.334px) max(-0.1vw, -0.334px) 0 #0f84cf, max(-0.1vw, -0.334px) max(0.1vw, 0.334px) 0 #0f84cf, max(0.1vw, 0.334px) max(0.1vw, 0.334px) 0 #0f84cf;
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line:before {
    top: max(-1vw, -3.34px);
    left: max(-1vw, -3.34px);
    width: max(1.1vw, 3.674px);
    height: max(1.1vw, 3.674px);
    border: max(0.6vw, 2.004px) solid rgba(255, 210, 0, 0.3);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p {
    font-size: max(1.8vw, 6.012px);
    min-height: max(3.3vw, 11.022px);
    border-radius: max(1.7vw, 5.678px);
    padding: 0 max(1.9vw, 6.346px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p:nth-child(1) {
    top: max(6.4vw, 21.376px);
    left: max(48vw, 160.32px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p:nth-child(2) {
    top: max(23vw, 76.82px);
    left: max(47.4vw, 158.316px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-zone .in-line p:nth-child(3) {
    top: max(26.1vw, 87.174px);
    left: max(32.3vw, 107.882px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.vertical {
    height: calc(100% - max(0.4vw, 1.336px));
    left: max(5.1vw, 17.034px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.vertical > ul {
    gap: max(1vw, 3.34px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.vertical > ul > li span {
    font-size: max(1.8vw, 6.012px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.horizontal > ul {
    gap: max(1vw, 3.34px);
  }
  .spw-als-wrap.alsprogress .alsprogress-graph-box .graph-num.horizontal > ul > li span {
    font-size: max(1.8vw, 6.012px);
  }
}
