@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;
}

.skip_txt {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip_txt:focus, .skip_txt:active {
  position: static;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
  padding: 1rem 1.5rem;
  margin: 0 0 1rem 0;
  background: #143074;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  z-index: 100;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

/* 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;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
}
.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 .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.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.size-up-30 strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #143074;
}

.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;
}

.nor-c {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.875;
}
.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-skyblue {
  color: #1e96dc;
}

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

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

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

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

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

.t-red {
  color: #ef4121;
}

.t-lightblue {
  color: #525fff;
}

.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: none !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;
  }
}
br.br-pc-tablet {
  display: block !important;
}
@media (min-width: 0px) and (max-width: 1259px) {
  br.br-pc-tablet {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  br.br-pc-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-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;
}
.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: 1rem;
  font-weight: 500;
  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 th, .tb_w .tb tbody td {
  font-size: 1rem;
  font-weight: 500;
  color: #888;
  border: 1px solid #d2d2d2;
  height: 3.875rem;
  padding: 1.25rem 1.6875rem;
  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 th .sub-txt {
  color: #888;
}
.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: #888;
  font-weight: 500;
}
.tb_w .tb tbody td .ls-typ.dot > li > .mark::before {
  background-color: #888;
}
.tb_w .tb tbody td .ls-typ.number > li {
  color: #888;
  font-weight: 500;
}
.tb_w .tb tbody td .ls-typ.none > li {
  color: #888;
  font-weight: 500;
}
.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: #888;
}
.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.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;
  font-weight: 700;
}
.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 > li, .tb_w.font-sz-up-18 .tb tbody td .ls-typ > li {
  font-size: 1.125rem;
  line-height: 1.6666;
}
.tb_w.font-sz-up-18 .tb tbody th .ls-typ > li > .mark:before, .tb_w.font-sz-up-18 .tb tbody td .ls-typ > 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.impor > li, .tb_w.font-sz-up-18 .tb tbody td .ls-typ.impor > li {
  font-size: 1.125rem;
  line-height: 1.6666;
}
.tb_w.font-sz-up-18 .tb tbody th .ls-typ.impor > li > .mark, .tb_w.font-sz-up-18 .tb tbody td .ls-typ.impor > li > .mark {
  padding-left: 1.5625rem;
}
.tb_w.font-sz-up-18 .tb tbody th .ls-typ.impor > li > .mark:before, .tb_w.font-sz-up-18 .tb tbody td .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");
  background-color: transparent;
}
.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.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-30 {
  margin-top: 1.875rem;
}
.tb_w.mgt-40 {
  margin-top: 2.5rem;
}
.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);
}
.tabwrap-2.style-2 .normal-tab > ul > li .box {
  background-color: #f4f4f4;
  border-color: #d6d6d6;
}
.tabwrap-2.style-2 .normal-tab > ul > li .box:after {
  background-color: #b3936c;
}

.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%;
}
/* 페이지 공통 */
/* 리스트 타입 */
.ls-typ > li {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  display: block;
}
.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.none-inner-ls {
  padding-left: 0.3125rem;
}
.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.number-inner-ls {
  padding-left: 1.125rem;
}
.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.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 {
  line-height: 2;
}
.ls-typ.dot > li > .mark {
  padding-left: 0.5rem;
}
.ls-typ.dot > li > .mark:before {
  top: 0.9375rem;
  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.dot.font-sz-up-18 > li {
  font-size: 1.125rem;
  line-height: 1.666;
}
.ls-typ.dot.font-sz-up-18 > li > .mark {
  padding-left: 0.625rem;
}
.ls-typ.dot.font-sz-up-18 > li > .mark:before {
  width: 0.1875rem;
  height: 0.1875rem;
  top: 0.8125rem;
}
.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.number > li {
  line-height: 2;
}
.ls-typ.number > li > .mark {
  padding-left: 1.125rem;
}
.ls-typ.number > li > .mark:before {
  content: attr(data-number);
  top: 0;
}
.ls-typ.normal-number > li {
  line-height: 2;
}
.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.875;
}
.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.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-impor-icon.png");
}
.ls-typ.impor.font-sz-up-18 > li {
  font-size: 1.125rem;
  font-weight: 500;
}
.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;
}
.ls-typ.check > li > .mark:before {
  top: 0.1875rem;
  width: 1.375rem;
  height: 1.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/check-list-bluecircle-icon.png");
}
.ls-typ.check.font-sz-up-18 > li {
  font-size: 1.125rem;
}
.ls-typ.check.font-sz-up-18 > li > .mark:before {
  top: 0.25rem;
}
.ls-typ.bluenumber > li {
  font-weight: 500;
  line-height: 1.666;
}
.ls-typ.bluenumber > li:last-child {
  margin-bottom: 0;
}
.ls-typ.bluenumber > li > .mark {
  padding-left: 1.875rem;
}
.ls-typ.bluenumber > li > .mark:before {
  content: attr(data-number);
  top: 0.1875rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #0b8dd9;
  color: #fff;
  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;
  line-height: 1;
  text-align: center;
}
.ls-typ.bluenumber.font-sz-up-18 > li {
  font-size: 1.125rem;
}
.ls-typ.bluenumber.font-sz-up-18 > li > .mark:before {
  top: 0.25rem;
}
.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: 17px;
  height: 17px;
  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: 1rem;
  font-weight: 400;
  color: #000;
}
.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: 1rem;
  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-180px > li > .mark .fc-tt {
  width: 11.25rem;
}
.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 {
  line-height: 2;
}
.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.dash-bar > li > .mark .fc-tt {
  position: relative;
  margin-right: 0;
}
.ls-typ.tt-fix-sz-none.dash-bar > li > .mark .fc-tt:before {
  position: absolute;
  top: 0px;
  right: -0.75rem;
  content: "-";
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.ls-typ.tt-fix-sz-none.dash-bar > li > .mark .fc-con {
  padding-left: 1rem;
}
.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.0625rem;
  right: -0.5625rem;
  content: ":";
  display: block;
  font-size: 1rem;
  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.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;
}

.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.5rem;
}
.btt-info-list > li:last-child {
  margin-bottom: 0;
}
.btt-info-list > li .oval-tt {
  -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;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0657a5;
  background-color: #fff;
  padding: 0 0.6875rem;
  border-radius: 0.6875rem;
  border: 1px solid #0657a5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5625rem;
  min-height: 1.375rem;
}
.btt-info-list > li .con-txt {
  margin-top: -0.3125rem;
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.btt-info-list.text-4 > li .oval-tt {
  width: 4.625rem;
}

/* 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-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;
}

/* 타이틀 박스 */
.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 .img-area.size-up {
  width: 300px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title .img-area.size-up {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title .img-area.size-up {
    width: 300px;
  }
}
.box-type-title .img-area.size-up .btt-bg {
  width: 300px;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-type-title .img-area.size-up .btt-bg {
    width: 100%;
    height: 10.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-type-title .img-area.size-up .btt-bg {
    height: 13.5rem;
  }
}
.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: -1px;
  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-34 {
  background-image: url("../images/sub/btt-bg-34.jpg");
}
.box-type-title .btt-bg.img-35 {
  background-image: url("../images/sub/btt-bg-35.jpg");
}
.box-type-title .btt-bg.img-36 {
  background-image: url("../images/sub/btt-bg-36.jpg");
}
.box-type-title .btt-bg.img-37 {
  background-image: url("../images/sub/btt-bg-37.jpg");
}
.box-type-title .btt-bg.img-38 {
  background-image: url("../images/sub/btt-bg-38.jpg");
}
.box-type-title .btt-bg.img-39 {
  background-image: url("../images/sub/btt-bg-39.jpg");
}
.box-type-title .btt-bg.img-40 {
  background-image: url("../images/sub/btt-bg-40.jpg");
}
.box-type-title .btt-bg.img-41 {
  background-image: url("../images/sub/btt-bg-41.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.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 > 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;
}
.number-list-icon .iconbox strong:before {
  content: "";
  width: 1.1875rem;
  height: 0.125rem;
  background-color: #b29576;
  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: 20px;
  left: 0;
  display: block;
  width: 4.0625rem;
  height: 4.0625rem;
  margin-top: 1.75rem;
  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 {
  background-image: url("../images/sub/nli-icon-1.png");
}
.number-list-icon .iconbox i.icon-2 {
  background-image: url("../images/sub/nli-icon-2.png");
}
.number-list-icon .iconbox i.icon-3 {
  background-image: url("../images/sub/nli-icon-3.png");
}
.number-list-icon .iconbox i.icon-4 {
  background-image: url("../images/sub/nli-icon-4.png");
}
.number-list-icon .iconbox i.icon-5 {
  background-image: url("../images/sub/nli-icon-5.png");
}
.number-list-icon .iconbox i.icon-6 {
  background-image: url("../images/sub/nli-icon-6.png");
}
.number-list-icon .iconbox i.icon-7 {
  background-image: url("../images/sub/nli-icon-7.png");
}
.number-list-icon .iconbox i.icon-8 {
  background-image: url("../images/sub/nli-icon-8.png");
}
.number-list-icon .iconbox i.icon-9 {
  background-image: url("../images/sub/nli-icon-9.png");
}
.number-list-icon .iconbox i.icon-10 {
  background-image: url("../images/sub/nli-icon-10.png");
}
.number-list-icon .iconbox i.icon-11 {
  background-image: url("../images/sub/nli-icon-11.png");
}
.number-list-icon .iconbox i.icon-12 {
  background-image: url("../images/sub/nli-icon-12.png");
}
.number-list-icon .iconbox i.icon-13 {
  background-image: url("../images/sub/nli-icon-13.png");
}
.number-list-icon .iconbox i.icon-14 {
  background-image: url("../images/sub/nli-icon-14.png");
}
.number-list-icon .iconbox i.icon-15 {
  background-image: url("../images/sub/nli-icon-15.png");
}
.number-list-icon .iconbox i.icon-16 {
  background-image: url("../images/sub/nli-icon-16.png");
}
.number-list-icon .conbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -0.75rem;
}
.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.8125rem;
  height: 1.8125rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #143074;
  border-radius: 50%;
}
.number-list-icon .conbox .tt strong {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.075rem;
}
.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;
  }
}
.number-list-icon.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon.col-2 {
    margin: 0 -10px;
  }
}
.number-list-icon.col-2 > li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon.col-2 > li {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon.col-2 > li {
    width: 50%;
    padding: 0 10px;
  }
}
.number-list-icon.col-2 > li:nth-last-child(2) {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .number-list-icon.col-2 > li:nth-last-child(2) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .number-list-icon.col-2 > li:nth-last-child(2) {
    margin-bottom: 3.125rem;
  }
}
.number-list-icon.li-bd-line > li {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 2.1875rem 0;
}
.number-list-icon.li-bd-line > li:first-child {
  padding-top: 0;
}

/* 박스 리스트 */
.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: 210px;
      flex-basis: 210px;
}
@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: 190px;
      flex-basis: 190px;
}
.box-list.row-7 .wrapbox > li {
  width: calc(14.2857% + 1px);
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
}
.box-list.row-8 .wrapbox > li {
  width: calc(12.5% + 1px);
  -ms-flex-preferred-size: 135px;
      flex-basis: 135px;
}
.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-t-bt25 {
  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.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 .wrapbox > li .box.ver-2 {
  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.0625rem;
}
.box-list.icon-normal .wrapbox > li .box.ver-2 .con-area {
  margin-bottom: 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;
  gap: 0.3125rem;
}
.box-list.icon-normal .wrapbox > li .box.ver-2 .con-area p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.box-list.icon-normal .wrapbox > li .box.ver-2 .con-area em {
  margin-top: 0;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
}
.box-list.icon-normal .wrapbox > li .box.ver-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.box-list.icon-normal .wrapbox > li .box.ver-3 .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: 1.25rem;
  gap: 0.125rem;
}
.box-list.icon-normal .wrapbox > li .box.ver-3 .con-area strong {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #102074;
  line-height: 1.714;
}
.box-list.icon-normal .wrapbox > li .box.ver-3 .con-area p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.625;
}
.box-list.icon-normal .wrapbox > li .box.ver-3 .con-area p em {
  font-size: 1rem;
  display: inline;
  font-weight: 700;
  margin: 0;
}
.box-list.icon-normal .wrapbox > li .box.ver-3 .icon {
  margin-top: auto;
}
.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 {
  width: 4.5625rem;
  background-image: url("../images/sub/bl-icon-normal-icon-1-2.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-3-2 {
  background-image: url("../images/sub/bl-icon-normal-icon-3-2.png");
}
.box-list.icon-normal .icon.i-3-3 {
  background-image: url("../images/sub/bl-icon-normal-icon-3-3.png");
}
.box-list.icon-normal .icon.i-3-4 {
  background-image: url("../images/sub/bl-icon-normal-icon-3-4.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 {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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 .wrapbox > li.icon-top-auto .box .icon {
  margin-top: auto;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.number-normal .wrapbox > li.icon-top-auto .box .icon {
    margin-top: 1.125rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-list.number-normal .wrapbox > li.icon-top-auto .box .icon {
    margin-top: auto;
  }
}
.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-1-5 {
  background-image: url("../images/sub/bl-number-normal-icon-1-5.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-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-3-4 {
  background-image: url("../images/sub/bl-number-normal-icon-3-4.png");
}
.box-list.number-normal .icon.i-3-5 {
  background-image: url("../images/sub/bl-number-normal-icon-3-5.png");
}
.box-list.number-normal .icon.i-3-6 {
  background-image: url("../images/sub/bl-number-normal-icon-3-6.png");
}
.box-list.number-normal .icon.i-3-7 {
  background-image: url("../images/sub/bl-number-normal-icon-3-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-2-1 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-1.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2-2 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-2.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2-3 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-3.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2-4 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-4.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2-5 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-5.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2-6 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-6.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2-7 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-7.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-2-8 {
  background-image: url("../images/sub/bl-blue-bg-icon-2-8.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-3-1 {
  background-image: url("../images/sub/bl-blue-bg-icon-3-1.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-3-2 {
  background-image: url("../images/sub/bl-blue-bg-icon-3-2.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-3-3 {
  background-image: url("../images/sub/bl-blue-bg-icon-3-3.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-3-common-1 {
  background-image: url("../images/sub/bl-blue-bg-icon-3-common-1.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-3-common-2 {
  background-image: url("../images/sub/bl-blue-bg-icon-3-common-2.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-4-1 {
  background-image: url("../images/sub/bl-blue-bg-icon-4-1.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-4-2 {
  background-image: url("../images/sub/bl-blue-bg-icon-4-2.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-4-3 {
  background-image: url("../images/sub/bl-blue-bg-icon-4-3.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-4-4 {
  background-image: url("../images/sub/bl-blue-bg-icon-4-4.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-4-5 {
  background-image: url("../images/sub/bl-blue-bg-icon-4-5.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-4-6 {
  background-image: url("../images/sub/bl-blue-bg-icon-4-6.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-5-1 {
  background-image: url("../images/sub/bl-blue-bg-icon-5-1.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-5-2 {
  background-image: url("../images/sub/bl-blue-bg-icon-5-2.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-5-3 {
  background-image: url("../images/sub/bl-blue-bg-icon-5-3.png");
}
.box-list.blue-bg .wrapbox > li .box .blue-bl-icon.i-5-4 {
  background-image: url("../images/sub/bl-blue-bg-icon-5-4.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 {
  padding: 2.8125rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg.step-ver {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .box-list.blue-bg.step-ver {
    padding: 2.8125rem 1.875rem;
  }
}
.box-list.blue-bg.step-ver .wrapbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg.step-ver .wrapbox {
    gap: 0.625rem;
  }
}
.box-list.blue-bg.step-ver .wrapbox > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .box-list.blue-bg.step-ver .wrapbox > li {
    width: calc(50% - 0.625rem);
    margin-bottom: 0;
  }
}
@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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-list.blue-bg.step-ver .wrapbox > li .box strong {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.125rem;
}
.box-list.blue-bg.step-ver .wrapbox > li .box p {
  font-size: 1.0625rem;
  line-height: 1.176;
}
.box-list.blue-bg.step-ver .wrapbox > li .box p .small-t {
  font-size: 0.875rem;
  font-weight: 200;
}
.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 .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-2-1 {
  background-image: url("../images/sub/bl-gold-title-icon-2-1.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-2-2 {
  background-image: url("../images/sub/bl-gold-title-icon-2-2.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-2-3 {
  background-image: url("../images/sub/bl-gold-title-icon-2-3.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-1 {
  background-image: url("../images/sub/bl-gold-title-icon-3-1.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-2 {
  background-image: url("../images/sub/bl-gold-title-icon-3-2.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-3 {
  background-image: url("../images/sub/bl-gold-title-icon-3-3.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-4 {
  background-image: url("../images/sub/bl-gold-title-icon-3-4.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-5 {
  background-image: url("../images/sub/bl-gold-title-icon-3-5.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-6 {
  background-image: url("../images/sub/bl-gold-title-icon-3-6.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-7 {
  background-image: url("../images/sub/bl-gold-title-icon-3-7.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-3-8 {
  background-image: url("../images/sub/bl-gold-title-icon-3-8.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-4-1 {
  background-image: url("../images/sub/bl-gold-title-icon-4-1.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-4-2 {
  background-image: url("../images/sub/bl-gold-title-icon-4-2.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-4-3 {
  background-image: url("../images/sub/bl-gold-title-icon-4-3.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-4-4 {
  background-image: url("../images/sub/bl-gold-title-icon-4-4.png");
}
.box-list.gold-title .wrapbox > li .box .icon.i-4-5 {
  background-image: url("../images/sub/bl-gold-title-icon-4-5.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;
  }
}

/* 박스 컨텐츠 */
.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.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;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b8dd9;
}
.bc-arr-history .inner-box .tt:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/dm-anes-icon.png");
  margin-right: 0.4375rem;
}
.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 .small-txt {
  font-size: 1.125rem;
}
.bc-arr-history .inner-box .tt.icon-1:before {
  width: 31px;
  height: 26px;
  background-image: url("../images/sub/dm-anes-icon-1.png");
}
.bc-arr-history .inner-box .tt.icon-2:before {
  width: 2.0625rem;
  height: 1.875rem;
  background-image: url("../images/sub/dm-anes-icon-2.png");
}
.bc-arr-history .inner-box .tt.icon-3:before {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/sub/dm-anes-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: 1rem;
    -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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .bc-arr-history .inner-box .list li:after {
    display: none;
  }
}
.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-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 p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}

/* 다이어그램 */
.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 .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.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: 2rem;
  -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.bg-blue {
  background-color: #143074;
}
.diagram-wrap .dia-oval.bg-blue.line {
  background-color: #fff;
  border: 2px solid #143074;
}
.diagram-wrap .dia-oval.bg-blue.line .txt {
  color: #143074;
}
.diagram-wrap .dia-oval.line {
  background-color: #fff;
  border: 1px solid #b29576;
}
.diagram-wrap .dia-oval.line .txt {
  color: #b29576;
}
.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: #d6d6d6;
}
.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-pmc-logo {
  display: block;
  width: 156px;
  height: 141px;
  background: url("../images/sub/organization-hanyang-pmc-logo.png") 0 0 no-repeat;
  background-size: contain;
}
.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-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;
  line-height: 1.2;
}
.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-step3-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;
  gap: 10px;
  width: 213px;
  height: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(315deg, #122e67 0%, #214e8e 50%, #3f63a4 100%);
}
.org-zone .org-step3-tt .mark {
  display: block;
  width: 43px;
  height: 42px;
  background: url("../images/sub/organization-step3-mark-tt.png") 0 0 no-repeat;
  background-size: contain;
}
.org-zone .org-step3-tt span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px;
  background-color: #fff;
  min-height: 50px;
}
.org-zone .org-rectangle span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.org-zone .org-rectangle span.semi-20 {
  font-size: 20px;
  font-weight: 600;
}
.org-zone .org-rectangle span.bold-18 {
  font-size: 18px;
  font-weight: 700;
}
.org-zone .org-rectangle span.bold-16 {
  font-size: 16px;
  font-weight: 700;
}
.org-zone .org-rectangle span.regu-16 {
  font-size: 16px;
  font-weight: 400;
}
.org-zone .org-rectangle.bd-line {
  border-style: solid;
}
.org-zone .org-rectangle.bd-line.gray-ln {
  border-color: #d2d2d2;
}
.org-zone .org-rectangle.bd-line.gray-ln.subbox-bg {
  background-color: #f4f7fa;
}
.org-zone .org-rectangle.bd-line.gray-ln.subbox-bg span {
  color: #666;
}
.org-zone .org-rectangle.bd-line.gold-ln {
  border-color: #b29576;
}
.org-zone .org-rectangle.bd-line.gold-ln span {
  color: #b29576;
}
.org-zone .org-rectangle.bd-line.blue-ln {
  border-color: #143074;
}
.org-zone .org-rectangle.bd-line.blue-ln span {
  color: #143074;
}
.org-zone .org-rectangle.bd-line.blue-ln.subbox-bg {
  background-color: #f4f7fa;
}
.org-zone .org-rectangle.bd-line.blue-ln.subbox-bg span {
  color: #666;
}
.org-zone .org-rectangle.bd-line.skyblue-ln {
  border-color: #0657a5;
}
.org-zone .org-rectangle.bd-line.skyblue-ln span {
  color: #0657a5;
}
.org-zone .org-rectangle.bd-line.line-wd-1 {
  border-width: 1px;
}
.org-zone .org-rectangle.bd-line.line-wd-2 {
  border-width: 2px;
}
.org-zone .org-rectangle.bg-color.gold-bg {
  background-color: #b29576;
}
.org-zone .org-rectangle.bg-color.gold-bg span {
  color: #fff;
}
.org-zone .org-rectangle.bg-color.lightblue-bg {
  background-color: #0b8dd9;
}
.org-zone .org-rectangle.bg-color.lightblue-bg span {
  color: #fff;
}
.org-zone .org-rectangle.hei-47 {
  min-height: 47px;
}
.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;
}
.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: 19px;
  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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .org-zone .cirmark:before {
    width: 13px;
    height: 13px;
  }
}
.org-zone .cirmark.blue:before {
  border-color: #143074;
}
.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.gold:before {
  border-color: #b29576;
}
.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%);
}

.doc-org-zone .hanyang-pmc-logo {
  display: block;
  width: 156px;
  height: 141px;
  background: url("../images/sub/organization-hanyang-pmc-logo.png") 0 0 no-repeat;
  background-size: contain;
}
.doc-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;
}
.doc-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;
}
.doc-org-zone .org-step1-tt span {
  margin-left: 35px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.doc-org-zone .org-step1-tt.text-sz-20 span {
  font-size: 20px;
  line-height: 1.2;
}
.doc-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;
}
.doc-org-zone .org-step2-tt span {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.doc-org-zone .org-step2-tt.text-sz-20 span {
  font-size: 20px;
}
.doc-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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background-color: #fff;
  min-height: 50px;
}
.doc-org-zone .org-rectangle span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.doc-org-zone .org-rectangle span.semi-20 {
  font-size: 20px;
  font-weight: 600;
}
.doc-org-zone .org-rectangle.line-normal {
  border: 1px solid #d2d2d2;
}
.doc-org-zone .org-rectangle.bg-gold {
  background-color: #b29576;
}
.doc-org-zone .org-rectangle.bg-gold span {
  color: #fff;
}
.doc-org-zone .org-rectangle.blue {
  border: 0;
  background-color: #0657a5;
  min-height: 53px;
}
.doc-org-zone .org-rectangle.blue span {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.doc-org-zone .org-rectangle.light-blue {
  border: 0;
  background-color: #0b8dd9;
  min-height: 53px;
}
.doc-org-zone .org-rectangle.light-blue span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.doc-org-zone .org-rectangle.text-sz-20 span {
  font-size: 20px;
}
.doc-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;
}
.doc-org-zone .org-bracket:before, .doc-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;
}
.doc-org-zone .org-bracket:before {
  left: 0;
  border-right: 0;
}
.doc-org-zone .org-bracket:after {
  right: 0;
  border-left: 0;
}
.doc-org-zone .org-bracket span {
  word-break: break-all;
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.doc-org-zone .org-bracket.gold:before, .doc-org-zone .org-bracket.gold:after {
  border-color: #b29576;
}
.doc-org-zone .org-bracket.blue:before, .doc-org-zone .org-bracket.blue:after {
  border-color: #0657a5;
}
.doc-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;
}
.doc-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) {
  .doc-org-zone .org-bdline:before {
    bottom: -10px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .doc-org-zone .org-bdline:before {
    bottom: -14px;
    width: 25px;
    height: 25px;
  }
}
.doc-org-zone .org-bdline span {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .doc-org-zone .org-bdline span {
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .doc-org-zone .org-bdline span {
    font-size: 19px;
  }
}
.doc-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;
}
.doc-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");
}
.doc-org-zone .org-bdline.side-icon.on span:after {
  background-image: url("../images/sub/org-side-icon-minus.png");
}
.doc-org-zone .org-bdline.blue {
  border-color: #0657a5;
}
.doc-org-zone .org-bdline.blue:before {
  background-image: url("../images/sub/org-bdline-blue-icon.png");
}
.doc-org-zone .org-bdline.gray {
  border-color: #555;
}
.doc-org-zone .org-bdline.gray:before {
  background-image: url("../images/sub/org-bdline-gray-icon.png");
}
.doc-org-zone .org-bdline.light-blue {
  border-color: #0b8dd9;
}
.doc-org-zone .org-bdline.icon-none:before {
  display: none;
}
.doc-org-zone .org-bdline.thin-line {
  border: 1px solid #d2d2d2;
}
.doc-org-zone .org-bdline.thin-line span {
  font-size: 18px;
  font-weight: 400;
}
.doc-org-zone .org-bdline.thin-blue-line {
  border: 2px solid #0657a5;
}
.doc-org-zone .org-bdline.thin-blue-line span {
  font-size: 20px;
  font-weight: 600;
  color: #0657a5;
}
.doc-org-zone .org-bdline.thin-deepblue-line {
  border: 2px solid #143074;
}
.doc-org-zone .org-bdline.thin-deepblue-line span {
  font-size: 16px;
  font-weight: 700;
  color: #143074;
}
.doc-org-zone .org-bdline.text-sz-18 span {
  font-size: 18px;
}
.doc-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;
}
.doc-org-zone .org-dash-title .dash {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #d2d2d2;
}
.doc-org-zone .org-dash-title .txt {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.doc-org-zone .dashline {
  position: relative;
}
.doc-org-zone .dashline:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #d2d2d2;
}
.doc-org-zone .dashline.d-row:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #d2d2d2;
}
.doc-org-zone .dashline.d-col:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #d2d2d2;
}
.doc-org-zone .dashline.d-double:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #d2d2d2;
}
.doc-org-zone .dashline.d-double:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #d2d2d2;
}
.doc-org-zone .dashline.d-double:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #d2d2d2;
}
.doc-org-zone .cirmark {
  position: relative;
}
.doc-org-zone .cirmark:before {
  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;
}
.doc-org-zone .cirmark.blue:before {
  border-color: #143074;
}
.doc-org-zone .cirmark.skyblue:before {
  border-color: #0657a5;
}
.doc-org-zone .cirmark.light-blue:before {
  border-color: #0b8dd9;
}
.doc-org-zone .cirmark.gray:before {
  border-color: #8e8e8e;
}
.doc-org-zone .cirmark.gold:before {
  border-color: #b29576;
}
.doc-org-zone .cirmark.row:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.doc-org-zone .cirmark.col:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 준비중 */
.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;
}

/* subpage common */
.main-more-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .main-more-btn {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.main-more-btn:before, .main-more-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.main-more-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

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

.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%);
}

.design-book-guide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1875rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .design-book-guide-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.9375rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .design-book-guide-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .design-book-guide-box .down-btn {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .design-book-guide-box .down-btn {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

/* popup */
.scrollLock {
  overflow: hidden;
}

.popup-wrap {
  display: none;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-wrap .pop-inner {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  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;
}
.popup-wrap .pop-box {
  position: relative;
  width: 900px;
  height: 70%;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .popup-wrap .pop-box {
    width: 90%;
    max-width: 900px;
  }
}
.popup-wrap .pop-box .pop-header {
  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;
  height: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#f28e26), to(#fd644f));
  background: linear-gradient(to right, #f28e26 0%, #fd644f 100%);
  padding: 0 6.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .popup-wrap .pop-box .pop-header {
    text-align: left;
    padding: 0 50px 0 15px;
  }
}
.popup-wrap .pop-box .pop-header .tt {
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popup-wrap .pop-box .pop-con {
  height: calc(100% - 6.25rem);
}
.popup-wrap .pop-box .pop-con .pop-con-inner {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .popup-wrap .pop-box .pop-con .pop-con-inner {
    padding: 1.25rem 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .popup-wrap .pop-box .pop-con .pop-con-inner {
    padding: 3.125rem 1.875rem;
  }
}
.popup-wrap .pop-box .pop-close {
  position: absolute;
  top: 2.1875rem;
  right: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .popup-wrap .pop-box .pop-close {
    right: 15px;
  }
}
.popup-wrap .pop-box .pop-close .pop-close-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
.popup-wrap .pop-box .pop-close .pop-close-icon:before, .popup-wrap .pop-box .pop-close .pop-close-icon:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.popup-wrap .pop-box .pop-close .pop-close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-wrap .pop-box .pop-close .pop-close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-wrap .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 진료예약 */
/* 예약안내 */
.spw-app-wrap.reservation .desktop-reserv-method .wrapbox > li {
  -ms-flex-preferred-size: 21.25rem;
      flex-basis: 21.25rem;
}
.spw-app-wrap.reservation .desktop-reserv-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;
}
.spw-app-wrap.reservation .desktop-reserv-method .box .title-area {
  min-height: 6.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-app-wrap.reservation .desktop-reserv-method .box .title-area {
    min-height: auto;
  }
}
.spw-app-wrap.reservation .desktop-reserv-method .box .title-area .oval-color-box {
  margin-bottom: 0.8125rem;
}
.spw-app-wrap.reservation .desktop-reserv-method .box .title-area .title-sub {
  display: block;
  margin-top: 0.5625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-app-wrap.reservation .desktop-reserv-method .box .bl-con-txt br {
    display: none;
  }
}
.spw-app-wrap.reservation .desktop-reserv-method .box .drm-icon {
  width: 7.625rem;
  height: 6.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.spw-app-wrap.reservation .desktop-reserv-method .box .drm-icon.i-1 {
  background-image: url("../images/sub/desktop-reserv-icon-1.png");
}
.spw-app-wrap.reservation .desktop-reserv-method .box .drm-icon.i-2 {
  background-image: url("../images/sub/desktop-reserv-icon-2.png");
}
.spw-app-wrap.reservation .mobile-reserv-method .inner {
  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-app-wrap.reservation .mobile-reserv-method .inner .movie-con {
  margin-top: 1.4375rem;
  position: relative;
  max-width: 56.1875rem;
}
.spw-app-wrap.reservation .mobile-reserv-method .inner .movie-con .if-inner {
  width: 100%;
  padding-top: 49.61%;
}
.spw-app-wrap.reservation .mobile-reserv-method .inner .movie-con .if-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spw-app-wrap.reservation .mobile-reserv-method .inner .mrm-btn-box {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-app-wrap.reservation .mobile-reserv-method .inner .mrm-btn-box {
    position: static;
    margin-top: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-app-wrap.reservation .mobile-reserv-method .inner .mrm-btn-box {
    position: absolute;
    margin-top: 0;
  }
}
.spw-app-wrap.reservation .mobile-reserv-method .inner .mrm-btn-box .subbtn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 3rem;
  padding: 0.425rem 0.8125rem;
}
.spw-app-wrap.reservation .mobile-reserv-method .inner .mrm-btn-box .subbtn .txt {
  letter-spacing: -0.0625rem;
}

/* 의료진·진료과 */
.spw-doc-wrap .doc-intro-message-box {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-intro-message-box {
    padding-right: 0;
  }
}
.spw-doc-wrap .doc-intro-message-box .intro-title {
  margin-bottom: 1.5625rem;
}
.spw-doc-wrap .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-doc-wrap .doc-intro-message-box .intro-title strong {
    text-align: center;
    font-size: 1.65rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-intro-message-box .intro-title strong {
    font-size: 2rem;
  }
}
.spw-doc-wrap .doc-intro-message-box .intro-picture {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-intro-message-box .intro-picture {
    position: static;
    margin-bottom: 1.5625rem;
    text-align: center;
  }
}
.spw-doc-wrap .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-doc-wrap .doc-intro-message-box .intro-content {
    max-width: 50.3125rem;
    margin: 0 auto;
  }
}
.spw-doc-wrap .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-doc-wrap .doc-intro-message-box .intro-content .nor-c {
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-intro-message-box .intro-content .nor-c {
    text-align: justify;
    text-justify: inter-character;
  }
}
.spw-doc-wrap .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-doc-wrap .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-doc-wrap .doc-intro-message-box .intro-content .department-quote {
    margin-top: 1.5625rem;
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-intro-message-box .intro-content .department-quote {
    text-align: justify;
    text-justify: inter-character;
  }
}
.spw-doc-wrap .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-doc-wrap .doc-intro-message-box .intro-content .department-quote .q-title {
    font-size: 2.7rem;
  }
}
.spw-doc-wrap .doc-intro-message-box .intro-content .department-quote .q-content {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.666;
}
.spw-doc-wrap .doc-intro-message-box .intro-content .last-name {
  margin-top: 3.125rem;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-intro-message-box .intro-content .last-name {
    margin-top: 2.9rem;
  }
}
.spw-doc-wrap .doc-intro-message-box .intro-content .last-name .ln-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-doc-wrap .doc-intro-message-box .intro-content .last-name .ln-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-doc-wrap .doc-intro-message-box .intro-content .last-name .ln-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-doc-wrap .doc-intro-message-box .intro-content .last-name .position {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.spw-doc-wrap .doc-intro-message-box .intro-content .last-name .name {
  font-family: "NanumMyeongjoBold";
  font-size: 2rem;
  color: #000;
}
.spw-doc-wrap .doc-intro-message-box.clinic-meg .intro-title strong {
  line-height: 1.263;
}
.spw-doc-wrap .doc-equipment-list {
  background-color: #f3f8fb;
  padding: 3.125rem 4.375rem 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-equipment-list {
    padding: 2.5rem 1.7rem 1.7rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-equipment-list {
    padding: 2.5rem 1.7rem 1.7rem;
  }
}
.spw-doc-wrap .doc-equipment-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-equipment-list ul {
    gap: 2rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-equipment-list ul {
    gap: 1.5rem;
  }
}
.spw-doc-wrap .doc-equipment-list ul .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-doc-wrap .doc-equipment-list ul .box .pic {
  border: 1px solid #5fb3e4;
  margin-bottom: 0.75rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.8125rem 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0.1875rem 0.1875rem 0.8125rem 0 rgba(0, 0, 0, 0.11);
}
.spw-doc-wrap .doc-equipment-list ul .box .pic img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spw-doc-wrap .doc-equipment-list ul .box .txt .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #143074;
}
.spw-doc-wrap .doc-birthing-center-circle-list {
  background-color: #e9f4fb;
  padding: 5rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-birthing-center-circle-list {
    padding: 2.5rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-birthing-center-circle-list {
    padding: 5rem 1.875rem;
  }
}
.spw-doc-wrap .doc-birthing-center-circle-list 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem 2rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-birthing-center-circle-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .doc-birthing-center-circle-list ul {
    gap: 1.875rem 2rem;
  }
}
.spw-doc-wrap .doc-birthing-center-circle-list .box {
  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;
  width: 10.3125rem;
  height: 10.3125rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.0625rem solid #143074;
}
.spw-doc-wrap .doc-birthing-center-circle-list .box .txt {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.263;
}
.spw-doc-wrap .cc-intro-numstyle-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;
}
.spw-doc-wrap .cc-intro-numstyle-list > ul > li {
  border-bottom: 1px solid #d2d2d2;
  padding: 3.125rem 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .cc-intro-numstyle-list > ul > li {
    padding: 1.6rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .cc-intro-numstyle-list > ul > li {
    padding: 2.5rem 0;
  }
}
.spw-doc-wrap .cc-intro-numstyle-list > ul > li:first-child {
  padding-top: 0;
}
.spw-doc-wrap .cc-intro-numstyle-list > ul > li.bd-none {
  padding: 0;
  border: 0;
}
.spw-doc-wrap .cc-intro-numstyle-list .box .hd3-tt {
  margin-bottom: 0.3125rem;
}
.spw-doc-wrap .cc-intro-numstyle-list .box .bar-tt {
  margin-bottom: 0.625rem;
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.666;
  padding-left: 0.75rem;
}
.spw-doc-wrap .cc-intro-numstyle-list .box .bar-tt:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.125rem;
  height: 0.6875rem;
  background-color: #0b8dd9;
}
.spw-doc-wrap .cc-intro-numstyle-list .box .con {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.spw-doc-wrap .cc-intro-numstyle-list .box .con .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 3.875rem;
  height: 3.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap .cc-intro-numstyle-list .box .con .icon {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap .cc-intro-numstyle-list .box .con .icon {
    display: block;
  }
}
.spw-doc-wrap .cc-intro-numstyle-list .box .con .icon.icon-1 {
  background-image: url("../images/sub/cc-numstyle-icon-1.png");
}
.spw-doc-wrap .cc-intro-numstyle-list .box .con .icon.icon-2 {
  background-image: url("../images/sub/cc-numstyle-icon-2.png");
}
.spw-doc-wrap .cc-intro-professor-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d2d2d2;
  padding: 1.25rem 1.625rem;
  background-color: #f4f4f4;
}
.spw-doc-wrap .cc-intro-professor-bar .tt {
  position: relative;
  padding-left: 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  line-height: 1.666;
  margin-right: 2.125rem;
}
.spw-doc-wrap .cc-intro-professor-bar .tt:before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/cc-intro-professor-bar-icon.png");
}
.spw-doc-wrap .cc-intro-professor-bar .tt:after {
  position: absolute;
  right: -1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #dbdbdb;
}
.spw-doc-wrap .cc-intro-professor-bar .name-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.spw-doc-wrap .cc-intro-professor-bar .name-position .name {
  color: #000;
}
.spw-doc-wrap .cc-intro-professor-bar .name-position .position {
  color: #b29576;
}

/* 진료과 */
.spw-doc-wrap.department .dm-emergency-medicine-dia .dia-inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-inner {
    gap: 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-inner {
    gap: 6.375rem;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-dia .dia-title.dia-arrow:after {
  z-index: 1;
  top: auto;
  bottom: -1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -0.125rem;
}
.spw-doc-wrap.department .dm-emergency-medicine-dia .dia-title .title {
  width: 14.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-title .title {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-title .title {
    width: 12rem;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list {
  position: relative;
}
.spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list:before {
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 27.75rem;
  height: 5.125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/ci-emergency-diagram-line.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list:before {
    top: -5.6rem;
    display: block;
    -webkit-transform: translate(-50%, 0) scale(0.7);
            transform: translate(-50%, 0) scale(0.7);
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list ul {
  position: relative;
  z-index: 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;
  gap: 3.4375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list ul {
    gap: 3.2875rem;
    margin-top: -22px;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list ul > li.dia-plus-gold:after {
  right: -2.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list ul > li.dia-plus-gold:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list ul > li.dia-plus-gold:after {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list .dia-circle {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list .dia-circle {
    width: 6.375rem;
    height: 6.375rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list .dia-circle .txt {
    font-size: 1.1rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-dia .dia-list .dia-circle .txt {
    font-size: 0.8125rem;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-history {
  position: relative;
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar {
    width: 1px;
    height: 100%;
    background-color: #dddddd;
    margin-left: 0.375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:before, .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:after {
  display: none;
  position: absolute;
  left: -0.3125rem;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #102073;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:before, .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:after {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:before, .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:after {
    display: none;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:before {
  top: 0;
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar:after {
  bottom: 0;
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span {
    display: block;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.left-bar:before, .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.left-bar:after {
  position: absolute;
  display: block;
  content: "";
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.left-bar:before {
  z-index: 1;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #102073;
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.left-bar:after {
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  margin-left: 0.3125rem;
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.right-bar {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.right-bar:before, .spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.right-bar:after {
  position: absolute;
  display: block;
  content: "";
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.right-bar:before {
  z-index: 1;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #102073;
  bottom: 0;
}
.spw-doc-wrap.department .dm-emergency-medicine-history .mob-bar span.right-bar:after {
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  margin-left: 0.3125rem;
}
.spw-doc-wrap.department .dm-emergency-medicine-history ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  grid-auto-rows: auto;
  gap: 1.25rem 4.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history ul {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 1rem;
    padding-left: 1.7rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-emergency-medicine-history ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    grid-auto-rows: auto;
    gap: 1.25rem 1.7rem;
    padding-left: 1.7rem;
  }
}
.spw-doc-wrap.department .dm-emergency-medicine-history ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.spw-doc-wrap.department .dm-emergency-medicine-history ul > li strong {
  -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;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0657a5;
  width: 7.6875rem;
  height: 1.625rem;
  border: 1px solid #0657a5;
  border-radius: 0.75rem;
}
.spw-doc-wrap.department .dm-emergency-medicine-history ul > li p {
  margin-top: -0.1875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.875;
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-inner {
    gap: 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-inner {
    gap: 6.375rem;
  }
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-title.dia-arrow:after {
  z-index: 1;
  top: auto;
  bottom: -1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -0.0625rem;
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-list {
  position: relative;
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-list:before {
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 42.25rem;
  height: 5.125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/dm-psychiatry-diagram-line.png");
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list:before {
    top: -5.6rem;
    display: block;
    -webkit-transform: translate(-50%, 0) scale(0.7);
            transform: translate(-50%, 0) scale(0.7);
  }
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-list ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.6875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list ul {
    gap: 0.5rem;
    margin-top: -22px;
  }
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-list ul > li {
  -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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list ul > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 9.15rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list .dia-circle {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list .dia-circle {
    width: 8rem;
    height: 8rem;
  }
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-list .dia-circle .txt {
  line-height: 1.26;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list .dia-circle .txt {
    font-size: 1rem;
  }
}
.spw-doc-wrap.department .dm-psychiatry-diagram .dia-list .nor-c {
  margin-top: 1.4375rem;
  text-align: center;
  line-height: 1.5625;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list .nor-c {
    margin-top: 1rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department .dm-psychiatry-diagram .dia-list .nor-c {
    margin-top: 1.2rem;
  }
}
.spw-doc-wrap.department.pain .cp-first-a {
  padding-right: 32.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department.pain .cp-first-a {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department.pain .bc-type-list > ul {
    display: grid;
    gap: 0.3125rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 26.875rem), 1fr));
  }
}
.spw-doc-wrap.department.pain .bc-type-list > ul > li {
  grid-column: auto !important;
}
.spw-doc-wrap.department.pain .bc-type-list.type-1 > ul > li:first-child {
  grid-column: 1/-1 !important;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department.pain .bc-type-list.type-1 > ul > li:first-child {
    grid-column: auto !important;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.department.pain .bc-type-list.type-1 > ul > li:first-child {
    grid-column: 1/-1 !important;
  }
}
.spw-doc-wrap.department.pain .bc-type-list.type-2 > ul > li:nth-child(6) {
  grid-column: span 2 !important;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.department.pain .bc-type-list.type-2 > ul > li:nth-child(6) {
    grid-column: auto !important;
  }
}

/* 센터·클리닉 */
.spw-doc-wrap.clinic .doc-bracket-title {
  margin-top: 3.125rem;
}
.spw-doc-wrap.clinic .doc-bracket-title .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-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: 3.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt {
    padding: 0 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt {
    width: 740px;
  }
}
.spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt:before, .spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-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 #143074;
}
.spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt:before {
  left: 0;
  border-right: 0;
}
.spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt:after {
  right: 0;
  border-left: 0;
}
.spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt .txt {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.26;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt .txt {
    font-size: 1.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt .txt {
    font-size: 1.1875rem;
  }
}
.spw-doc-wrap.clinic .doc-bracket-title .con-box .robot-surgery-txt .txt .point {
  color: #143074;
  font-weight: 700;
}
.spw-doc-wrap.clinic .chronic-pain-sidebtn > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.125rem 2.5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .chronic-pain-sidebtn > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem 1rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .chronic-pain-sidebtn > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.125rem 2.5rem;
  }
}
.spw-doc-wrap.clinic .chronic-pain-sidebtn .tt {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.spw-doc-wrap.clinic .chronic-pain-sidebtn .tt i {
  margin-top: -0.375rem;
}
.spw-doc-wrap.clinic .chronic-pain-sidebtn .btn-wrap {
  margin-top: -0.1875rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.spw-doc-wrap.clinic .chronic-pain-sidebtn .con {
  width: 100%;
}
.spw-doc-wrap.clinic.birth-center .ls-typ.check > li {
  font-size: 1.125rem;
}
.spw-doc-wrap.clinic.birth-center .ls-typ.check > li > .mark {
  padding-left: 2.0625rem;
}
.spw-doc-wrap.clinic.birth-center .ls-typ.check > li > .mark:before {
  width: 1.5rem;
  height: 1.5rem;
}
.spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 27.8125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 {
    padding-right: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 {
    padding-right: 27.8125rem;
  }
}
@media (min-width: 680px) and (max-width: 990px) {
  .spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 {
    padding-right: 0;
  }
}
.spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 405px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 > li {
    width: 100%;
  }
}
.spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 > li:nth-child(2n-1) {
  width: 320px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.birth-center .ls-typ.check.col-2 > li:nth-child(2n-1) {
    width: 100%;
  }
}
.spw-doc-wrap.clinic.birth-center .doc-hospital-supplies-bg {
  position: absolute;
  top: 4.125rem;
  right: 1.875rem;
  width: 25.9375rem;
  height: 20.9375rem;
  background-image: url("../images/sub/doc-hospital-supplies-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.birth-center .doc-hospital-supplies-bg {
    position: static;
    width: 100%;
    height: 12rem;
    margin-bottom: 3.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.birth-center .doc-hospital-supplies-bg {
    position: absolute;
    width: 25.9375rem;
    height: 20.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 990px) {
  .spw-doc-wrap.clinic.birth-center .doc-hospital-supplies-bg {
    position: static;
    width: 25.9375rem;
    height: 12rem;
    margin: 0 auto;
    margin-bottom: 3.5625rem;
  }
}
.spw-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all {
  margin-bottom: 0;
}
.spw-doc-wrap.clinic.gastro-endoscopy .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;
  gap: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .box {
    gap: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .box {
    gap: 1.25rem;
  }
}
.spw-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  border: 1px solid #d6d6d6;
}
.spw-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper .swiper-wrapper .swiper-slide .pic img {
  max-width: none;
}
.spw-doc-wrap.clinic.gastro-endoscopy .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-doc-wrap.clinic.gastro-endoscopy .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-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper-button .swiper-button-prev, .spw-doc-wrap.clinic.gastro-endoscopy .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-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper-button .swiper-button-prev svg, .spw-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper-button .swiper-button-next svg {
  display: none;
}
.spw-doc-wrap.clinic.gastro-endoscopy .swiper-wrapper-all .swiper-pagination {
  display: none;
}
.spw-doc-wrap.clinic.gastro-endoscopy .building-floor-location-diagram {
  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: 6.25rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .building-floor-location-diagram {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .building-floor-location-diagram {
    padding: 3.125rem 1.875rem;
  }
}
.spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process {
  padding: 2.8125rem 6.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process {
    padding: 2.8125rem 1.875rem;
  }
}
.spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process .wrapbox > li {
  -ms-flex-preferred-size: 166px;
      flex-basis: 166px;
}
.spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process .wrapbox > li:after {
  margin-top: -0.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process .wrapbox > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process .wrapbox > li {
    -ms-flex-preferred-size: 166px;
        flex-basis: 166px;
    width: auto;
  }
}
.spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process.row-8 {
  padding: 2.8125rem 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process.row-8 {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process.row-8 {
    padding: 2.8125rem 1.875rem;
  }
}
.spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process.row-8 .wrapbox > li {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process.row-8 .wrapbox > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .get-reservation-process.row-8 .wrapbox > li {
    -ms-flex-preferred-size: 166px;
        flex-basis: 166px;
    width: auto;
  }
}
.spw-doc-wrap.clinic.gastro-endoscopy .doc-birthing-center-circle-list {
  padding: 5rem 7.8rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .doc-birthing-center-circle-list {
    padding: 2.5rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.gastro-endoscopy .doc-birthing-center-circle-list {
    padding: 5rem 1.875rem;
  }
}
.spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box {
  padding-bottom: 9.6875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box {
    padding-bottom: 0;
  }
}
.spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box .intro-content {
  padding-right: 522px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box .intro-content {
    padding-right: 0;
  }
}
.spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box .intro-content .bc-type-list > ul {
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box .intro-content .bc-type-list > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box .intro-content .bc-type-list > ul > li {
  background-color: #f3f8fb;
  border: 1px solid #1e96dc;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.newborn-intensive .doc-intro-message-box .intro-content .nor-c {
    text-align: center;
  }
}
.spw-doc-wrap.clinic.newborn-intensive .ni-operating-method .wrapbox > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333% + 1px);
          flex: 0 0 calc(33.3333% + 1px);
  width: calc(33.3333% + 1px);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.newborn-intensive .ni-operating-method .wrapbox > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
}
.spw-doc-wrap.clinic.newborn-intensive .ni-operating-method .wrapbox > li:nth-child(n+4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% + 1px);
          flex: 0 0 calc(50% + 1px);
  width: calc(50% + 1px);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic.newborn-intensive .ni-operating-method .wrapbox > li:nth-child(n+4) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
}
.spw-doc-wrap.clinic .cvc-numberline-list .ls-typ > li > .mark {
  font-size: 1.125rem;
  line-height: 1.666;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .cvc-numberline-list .ls-typ > li > .mark {
    font-size: 1rem;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .cvc-numberline-list .ls-typ > li > .mark:before {
    top: 0.73rem;
  }
}
.spw-doc-wrap.clinic .cvc-numberline-list .nor-c {
  font-size: 1.125rem;
  line-height: 1.666;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .cvc-numberline-list .nor-c {
    font-size: 1rem;
  }
}
.spw-doc-wrap.clinic .cvc-numberline-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;
}
.spw-doc-wrap.clinic .cvc-numberline-list > ul > li {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.875rem 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .cvc-numberline-list > ul > li {
    padding: 1.25rem 0;
  }
}
.spw-doc-wrap.clinic .cvc-numberline-list > ul > li:first-child {
  padding-top: 0;
}
.spw-doc-wrap.clinic .cvc-numberline-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .cvc-numberline-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) {
  .spw-doc-wrap.clinic .cvc-numberline-list .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-doc-wrap.clinic .cvc-numberline-list .box .title-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .cvc-numberline-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) {
  .spw-doc-wrap.clinic .cvc-numberline-list .box .title-box {
    width: 11.8rem;
  }
}
.spw-doc-wrap.clinic .cvc-numberline-list .box .title-box .num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c0c0c0;
}
.spw-doc-wrap.clinic .cvc-numberline-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) {
  .spw-doc-wrap.clinic .cvc-numberline-list .box .title-box .tt {
    font-size: 1.2rem;
  }
}
.spw-doc-wrap.clinic .cvc-numberline-list .box .con-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-doc-wrap.clinic .bc-blueicon-linebox-list {
  margin-top: 2.5rem;
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-bracket {
  width: 100%;
  max-width: 309px;
  height: 83px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bracket {
    max-width: 206px;
    height: 58px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bracket {
    max-width: 239px;
    height: 73px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-bracket span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-bracket span:before {
  z-index: 1;
  top: 60px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bracket span:before {
    top: 45px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bracket span:before {
    top: 60px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-bracket span:after {
  top: 75px;
  height: 77px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bracket span:after {
    top: 61px;
    height: 29px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bracket span:after {
    top: 75px;
    height: 36px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt {
  height: 84px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt {
    width: 145px;
    height: 70px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt:before {
  z-index: 1;
  top: 154px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt:before {
    top: 94px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt:before {
    top: 98px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt:after {
  top: 84px;
  height: 72px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt:after {
    top: 68px;
    height: 41px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt:after {
    top: 69px;
    height: 46px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt span {
  font-size: 19px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt span {
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-step2-tt span {
    font-size: 18px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-bdline {
  z-index: 1;
  position: relative;
  min-height: 78px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bdline {
    min-height: 53px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bdline {
    min-height: 78px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-bdline span {
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bdline span {
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-bdline span {
    font-size: 18px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .linebox-con {
  border: 1px solid #d2d2d2;
  padding: 27px 22px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .linebox-con {
    padding: 20px 16px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .linebox-con {
    padding: 27px 22px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-wrap {
  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-doc-wrap.clinic .job-disease-safety-org .org-wrap > li {
  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;
  gap: 87px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-wrap > li {
    gap: 40px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-wrap > li {
    gap: 52px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-1 {
  z-index: 1;
  width: 100%;
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-1 > li {
  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: 127px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-1 > li {
    gap: 60px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-1 > li {
    gap: 65px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-1 > li:after {
  width: calc(100% - 384px);
  top: 162px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-1 > li:after {
    width: 51.3%;
    top: 102px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-1 > li:after {
    width: 68.4%;
    top: 106px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li {
  -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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    gap: 10px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 20px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:before {
  z-index: 1;
  top: 90px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:before {
    top: 55px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:before {
    top: 90px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:after {
  top: -49px;
  height: 141px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:after {
    top: 50px;
    height: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:after {
    top: -29px;
    height: 132px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:nth-child(1):after, .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:nth-child(2):after {
    top: -28px;
    height: 93px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:nth-child(1):after, .spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li:nth-child(2):after {
    top: -29px;
    height: 125px;
  }
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li .org-bdline {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.spw-doc-wrap.clinic .job-disease-safety-org .org-st-2 > li .linebox-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-doc-wrap.clinic .oc-schedule-banner .inner-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-doc-wrap.clinic .oc-schedule-banner .ico {
  width: 4.375rem;
  height: 4.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.9375rem;
}
.spw-doc-wrap.clinic .oc-schedule-banner .ico.icon-1 {
  background-image: url("../images/sub/oc-schedule-b-icon-1.png");
}
.spw-doc-wrap.clinic .oc-schedule-banner .txt {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.spw-doc-wrap.clinic .oc-schedule-banner .oval-time {
  margin-top: 0.8125rem;
  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.3125rem;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #fff;
  background-color: #b29576;
  border-radius: 1.4375rem;
  padding: 0.3125rem 1.25rem;
  min-width: 18.875rem;
  min-height: 2.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.clinic .oc-schedule-banner .oval-time {
    font-size: 1rem;
    padding: 0.3125rem 1.25rem;
  }
}
.spw-doc-wrap.clinic .oc-schedule-banner .oval-time span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.spw-doc-wrap.clinic .oc-schedule-banner .oval-time em {
  font-weight: 700;
}

/* 지원부서 */
.spw-doc-wrap.support.mission {
  padding: 0;
  margin: 0;
  max-width: none;
}
.spw-doc-wrap.support.mission .spw-wrap-inner {
  position: relative;
}
.spw-doc-wrap.support.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-doc-wrap.support.mission .fixed-width {
    padding: 0 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.mission .fixed-width {
    padding: 0 30px;
  }
}
@media (max-width: 1160px) {
  .spw-doc-wrap.support.mission .fixed-width {
    padding: 0 4.5vw;
  }
}
@media (max-width: 768px) {
  .spw-doc-wrap.support.mission .fixed-width {
    padding: 0 15px;
  }
}
.spw-doc-wrap.support.mission .ms-prt-mark {
  position: relative;
}
.spw-doc-wrap.support.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-doc-wrap.support.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-doc-wrap.support.mission .mission-wrap .mission-content {
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.mission .mission-wrap .mission-content {
    margin-bottom: 3.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.mission .mission-wrap .mission-content {
    margin-bottom: 1.25rem;
  }
}
.spw-doc-wrap.support.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;
}
.spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-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 3rem;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt {
    width: 43.75rem;
  }
}
.spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt:before, .spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-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-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt:before {
  left: 0;
  border-right: 0;
}
.spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt:after {
  right: 0;
  border-left: 0;
}
.spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt {
    font-size: 1.9rem;
  }
}
.spw-doc-wrap.support.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt .point {
  color: #143074;
  font-weight: 700;
}
.spw-doc-wrap.support.mission .mission-wrap .vision-content {
  position: relative;
}
.spw-doc-wrap.support.mission .mission-wrap .vision-content .inner .con-box {
  background-color: #f4f4f4;
  padding: 3.125rem 0;
}
.spw-doc-wrap.support.mission .mission-wrap .vision-content .vision-ls .wrapbox {
  padding-left: 0;
  gap: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.mission .mission-wrap .vision-content .vision-ls .wrapbox {
    gap: 1.25rem;
  }
}
.spw-doc-wrap.support.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-doc-wrap.support.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.5rem 1.5625rem 2.1875rem;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.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-doc-wrap.support.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box {
    padding: 3.5rem 1.5625rem 2.1875rem;
  }
}
.spw-doc-wrap.support.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-doc-wrap.support.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box .ico.i-1-1 {
  background-image: url("../images/sub/mission-icon-1-1.png");
}
.spw-doc-wrap.support.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box .ico.i-1-2 {
  background-image: url("../images/sub/mission-icon-1-2.png");
}
.spw-doc-wrap.support.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-doc-wrap.support.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box p span {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.spw-doc-wrap.support.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box p strong {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
}
.spw-doc-wrap.support.organization .mri-org .org-bracket {
  width: 100%;
  max-width: 309px;
  height: 83px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket {
    max-width: 218px;
    height: 60px;
    padding: 8px 20px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket {
    max-width: 260px;
    height: 73px;
    padding: 8px 20px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-bracket span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket span {
    font-size: 1.4rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket span {
    font-size: 1.5rem;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-bracket span:before {
  z-index: 1;
  top: 78px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket span:before {
    top: 57px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket span:before {
    top: 75px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-bracket span:after {
  top: 91px;
  height: 143px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket span:after {
    top: 61px;
    height: 85px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bracket span:after {
    top: 85px;
    height: 99px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-step1-tt {
  z-index: 1;
  height: 84px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt {
    width: 156px;
    height: 63px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt {
    width: 180px;
    height: 75px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-step1-tt:before {
  z-index: 1;
  top: 107px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt:before {
    top: 85px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt:before {
    top: 98px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-step1-tt:after {
  top: 84px;
  height: 172px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt:after {
    top: 62px;
    height: 65px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt:after {
    top: 69px;
    height: 150px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-step1-tt span {
  font-size: 19px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt span {
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-step1-tt span {
    font-size: 18px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-rectangle {
    min-height: 40px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-rectangle {
    min-height: 53px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-rectangle span {
  font-size: 20px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-rectangle span {
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-rectangle span {
    font-size: 15px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-rectangle.blue {
  width: 210px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-rectangle.blue {
    width: 156px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-rectangle.blue {
    width: calc(20% - 5px);
  }
}
.spw-doc-wrap.support.organization .mri-org .org-bdline {
  z-index: 1;
  position: relative;
  min-height: 53px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bdline {
    min-height: 40px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bdline {
    min-height: 53px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-bdline span {
  text-align: center;
  font-size: 18px;
  word-break: break-all;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bdline span {
    font-size: 15px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-bdline span {
    font-size: 15px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-wrap {
  padding: 0 39px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-wrap {
    padding: 0;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-wrap > li {
  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: 153px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-wrap > li {
    gap: 80px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-wrap > li {
    gap: 109px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-1 {
  position: relative;
  width: 100%;
}
.spw-doc-wrap.support.organization .mri-org .org-st-1:before {
  z-index: 1;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1:before {
    top: -44px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1:before {
    top: -55px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-1:after {
  top: -67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 78px;
  width: 154px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1:after {
    top: -36px;
    width: 50px;
    margin-left: 30px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1:after {
    top: -46px;
    width: 131px;
    margin-left: 65px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-1 > li {
  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: 62px;
}
.spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(1) {
  position: relative;
}
.spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 39px;
  width: calc(100% - 73px);
  margin-left: -68px;
  height: 1px;
  background-color: #d2d2d2;
}
.spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 39px;
  left: -31px;
  width: 1px;
  height: 347px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(1):before, .spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(1):after {
    display: none;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(2) {
  position: absolute;
  top: -95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 260px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(2) {
    top: -55px;
    margin-left: 105px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(2) {
    top: -73px;
    margin-left: 210px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(2) .org-rectangle {
    width: 100px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-1 > li:nth-child(2) .org-rectangle {
    width: 160px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-2 {
  z-index: 1;
  position: relative;
  width: 100%;
}
.spw-doc-wrap.support.organization .mri-org .org-st-2:before {
  z-index: 1;
  left: -39px;
  margin-top: 110px;
}
.spw-doc-wrap.support.organization .mri-org .org-st-2:after {
  top: 50%;
  left: -27px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: 110px;
  width: 270px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-2:before, .spw-doc-wrap.support.organization .mri-org .org-st-2:after {
    display: none;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-2 > li {
  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-doc-wrap.support.organization .mri-org .org-st-3 {
  position: relative;
  width: 100%;
  margin: 40px 0 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3 {
    gap: 5px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 88px;
  width: 21%;
  height: 1px;
  background-color: #d2d2d2;
  margin-left: -342px;
}
.spw-doc-wrap.support.organization .mri-org .org-st-3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 88px;
  width: 21%;
  height: 1px;
  background-color: #d2d2d2;
  margin-left: 340px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3:before, .spw-doc-wrap.support.organization .mri-org .org-st-3:after {
    display: none;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 5px);
            flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3 > li:before {
  z-index: 1;
  top: 80px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:before {
    display: none;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3 > li.dashline:after {
  top: 53px;
  height: 30px;
}
.spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(1) .org-rectangle, .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(2) .org-rectangle, .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(5) .org-rectangle {
  position: relative;
}
.spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(1) .org-rectangle:after, .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(2) .org-rectangle:after, .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(5) .org-rectangle:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 53px;
  width: 1px;
  height: 200px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(1) .org-rectangle:after, .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(2) .org-rectangle:after, .spw-doc-wrap.support.organization .mri-org .org-st-3 > li:nth-child(5) .org-rectangle:after {
    display: none;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3 .st-3-inner {
  display: none;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3 .st-3-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    gap: 10px 0;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3-sub {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3-sub {
    gap: 18px;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3-sub::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.organization .mri-org .org-st-3-sub::before {
    display: none;
  }
}
.spw-doc-wrap.support.organization .mri-org .org-st-3-sub > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-doc-wrap.support.organization .mri-org .org-st-3-sub > li:after {
  bottom: 0;
  height: 100px;
}
.spw-doc-wrap.support.overview .ov-pic-zone {
  margin: 2.1875rem 0;
  background: url("../images/sub/task-overview-pic.jpg") no-repeat center center/cover;
  width: 100%;
  height: 12.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-pic-zone {
    height: 10rem;
    margin: 1.3rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-pic-zone {
    height: 12.125rem;
    margin: 2.1875rem 0;
  }
}
.spw-doc-wrap.support.overview .ov-task-list > ul {
  padding-left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding-left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem 0;
    padding-left: 1px;
  }
}
.spw-doc-wrap.support.overview .ov-task-list > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #d9d9d9;
  border-top: 0;
  border-bottom: 0;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list > ul > li {
    margin-left: 0;
    border: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    border: 1px solid #d9d9d9;
    border-top: 0;
    border-bottom: 0;
    margin-left: -1px;
  }
}
.spw-doc-wrap.support.overview .ov-task-list > ul > li:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -0.925rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list > ul > li:after {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list > ul > li:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list > ul > li:last-child {
    width: 100%;
  }
}
.spw-doc-wrap.support.overview .ov-task-list > ul > li:last-child:after {
  display: none;
}
.spw-doc-wrap.support.overview .ov-task-list .box {
  position: relative;
  padding: 0 1.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list .box {
    padding: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list .box {
    padding: 0 1.8125rem;
  }
}
.spw-doc-wrap.support.overview .ov-task-list .box em {
  font-size: 12px;
  font-weight: 700;
  color: #0b8dd9;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.3125rem;
}
.spw-doc-wrap.support.overview .ov-task-list .box strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #143074;
  margin-bottom: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list .box strong {
    font-size: 1.5rem;
    padding-right: 2.6rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list .box strong {
    font-size: 1.6rem;
    padding-right: 2.6rem;
  }
}
.spw-doc-wrap.support.overview .ov-task-list .box p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.666;
}
.spw-doc-wrap.support.overview .ov-task-list .box i {
  position: absolute;
  bottom: 0;
  right: 1.8125rem;
  width: 3.4375rem;
  height: 3.4375rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list .box i {
    bottom: auto;
    top: 1.6rem;
    right: 0;
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-doc-wrap.support.overview .ov-task-list .box i {
    top: 1.4rem;
    right: 1.8125rem;
  }
}
.spw-doc-wrap.support.overview .ov-task-list .box i.icon-1 {
  background-image: url("../images/sub/task-overview-icon-01.png");
}
.spw-doc-wrap.support.overview .ov-task-list .box i.icon-2 {
  background-image: url("../images/sub/task-overview-icon-02.png");
}
.spw-doc-wrap.support.overview .ov-task-list .box i.icon-3 {
  background-image: url("../images/sub/task-overview-icon-03.png");
}

/* 이용안내 */
/* 서류발급 */
.spw-gui-wrap.documents .doc-box-list .wrapbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list .wrapbox > li {
    margin-bottom: 0.675rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list .wrapbox > li {
    margin-bottom: 0;
  }
}
.spw-gui-wrap.documents .doc-box-list .box .blue-bl-icon {
  margin-bottom: 0.3125rem;
}
.spw-gui-wrap.documents .doc-box-list .box strong {
  line-height: 1.666;
  margin-bottom: 0;
}
.spw-gui-wrap.documents .doc-box-list.ver-1 {
  padding: 2.8125rem 21.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list.ver-1 {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list.ver-1 {
    padding: 2.8125rem 1.875rem;
  }
}
.spw-gui-wrap.documents .doc-box-list.ver-2 {
  padding: 2.8125rem 8.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list.ver-2 {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list.ver-2 {
    padding: 2.8125rem 1.875rem;
  }
}
.spw-gui-wrap.documents .doc-box-list.ver-3 {
  padding: 2.8125rem 5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list.ver-3 {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-box-list.ver-3 {
    padding: 2.8125rem 1.875rem;
  }
}
.spw-gui-wrap.documents .doc-btn-wrap {
  margin-top: 0.1875rem;
}
.spw-gui-wrap.documents .doc-btn-wrap .btn-box {
  min-width: 303px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-btn-wrap .btn-box {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.spw-gui-wrap.documents .doc-btn-wrap .btn-box .subbtn {
  width: 100%;
  padding: 0.625rem 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-gui-wrap.documents .doc-btn-wrap .btn-box .subbtn .txt {
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.documents .doc-btn-wrap .btn-box .subbtn .txt {
    line-height: 1.3;
  }
}
.spw-gui-wrap.documents .doc-btn-wrap .btn-box .subbtn .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* 찾아오기 */
.spw-gui-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-gui-wrap.location .lct-oval-mark.subway-line-2 {
  background-color: #08990f;
}
.spw-gui-wrap.location .lct-oval-mark.subway-line-5 {
  background-color: #7839bf;
}
.spw-gui-wrap.location .lct-oval-mark.subway-line-8 {
  background-color: #e33d8f;
}
.spw-gui-wrap.location .lct-oval-mark.subway-line-bundang {
  background-color: #d99b0b;
}
.spw-gui-wrap.location .lct-oval-mark.subway-line-gyeongui {
  background-color: #55c1c6;
}
.spw-gui-wrap.location .lct-oval-mark.skyblue {
  background-color: #4b96f3;
}
.spw-gui-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-gui-wrap.location .lct-loca-list {
    gap: 1.25rem;
  }
}
.spw-gui-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-gui-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-gui-wrap.location .lct-loca-list > li .strong-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #0b8dd9;
}
.spw-gui-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-gui-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-gui-wrap.location .lct-loca-list > li .conbox .info.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
.spw-gui-wrap.location .lct-loca-list > li .conbox .info.flex-row strong {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.spw-gui-wrap.location .lct-loca-list.title-fix > li .strong-tt {
  width: 10.0625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-loca-list.title-fix > li .strong-tt {
    width: auto;
  }
}
.spw-gui-wrap.location .lct-location-map {
  width: 100%;
  overflow: hidden;
}
.spw-gui-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-gui-wrap.location .lct-location-map .title-zone {
    gap: 1.25rem;
  }
}
.spw-gui-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-gui-wrap.location .lct-location-map .title-zone .area-box ul {
    gap: 0.35rem;
  }
}
.spw-gui-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-gui-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-gui-wrap.location .lct-location-map .title-zone .area-box ul li i {
    margin-top: 0.1rem;
  }
}
.spw-gui-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-gui-wrap.location .lct-location-map .title-zone .area-box ul li i.tel-ico {
  background-image: url("../images/sub/tel-ico.png");
}
.spw-gui-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-gui-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-gui-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-gui-wrap.location .lct-location-map .title-zone .site-box {
    width: auto;
    display: block;
  }
}
.spw-gui-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-gui-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-gui-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-gui-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-gui-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-gui-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-gui-wrap.location .lct-location-map .map-iframe {
    height: 16.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-map .map-iframe {
    height: 26.5625rem;
  }
}
.spw-gui-wrap.location .lct-location-map .map-iframe .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.spw-gui-wrap.location .lct-location-map .map-iframe .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.spw-gui-wrap.location .lct-location-map .map-iframe .root_daum_roughmap .wrap_controllers {
  display: none !important;
}
.spw-gui-wrap.location .lct-location-map .map-iframe .root_daum_roughmap .cont {
  display: none !important;
}
.spw-gui-wrap.location .lct-location-map .map-iframe iframe {
  width: 100%;
  height: 100%;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map {
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 495px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .hospital-map .hospital-map-img .map {
    padding-top: 60%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.location .hospital-map .hospital-map-img .map {
    padding-top: 41%;
  }
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt {
  display: none;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt {
    display: none;
  }
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p {
  z-index: 1;
  font-size: 2.3vw;
  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.6vw;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p:before, .spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3vw 1.6vw;
  border-color: transparent;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p.left {
  position: absolute;
  top: 26.4vw;
  left: 0;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p.left:before {
  border-right: 1.6vw solid #fff;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p.left:after {
  display: none;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p.right {
  position: absolute;
  top: 26.4vw;
  right: 0;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p.right:before {
  display: none;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map .side-txt p.right:after {
  border-left: 1.6vw solid #fff;
}
.spw-gui-wrap.location .hospital-map .hospital-map-img .map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .location-minimap-a {
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.location .location-minimap-a {
    margin-bottom: 2.3rem;
  }
}
.spw-gui-wrap.location .temporary-parking-map {
  width: 100%;
  height: 100%;
}
.spw-gui-wrap.location .temporary-parking-map img {
  width: 100%;
  height: 100%;
}
.spw-gui-wrap.location .lct-location-minimap {
  position: relative;
  width: 100%;
  height: 424px;
  overflow: hidden;
  background-color: #f4f4f4;
  border: 1px solid #d9d9d9;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap {
    height: 175px;
  }
}
@media (min-width: 500px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap {
    height: 255px;
  }
}
@media (min-width: 770px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap {
    height: 424px;
  }
}
@media (min-width: 860px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap {
    height: 424px;
  }
}
.spw-gui-wrap.location .lct-location-minimap:before {
  display: none;
  opacity: 0.5;
  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-gui-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-gui-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 164px;
    background-size: cover;
  }
}
@media (min-width: 500px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 240px;
    background-size: cover;
  }
}
@media (min-width: 770px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 406px;
    background-size: cover;
  }
}
@media (min-width: 860px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap:after {
    width: 100%;
    height: 400px;
    background-size: cover;
  }
}
.spw-gui-wrap.location .lct-location-minimap .lct-l-inner {
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-location-minimap .lct-l-inner {
    -webkit-transform: scale(0.4) translateX(-18px);
            transform: scale(0.4) translateX(-18px);
  }
}
@media (min-width: 500px) and (max-width: 1259px) {
  .spw-gui-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-gui-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-gui-wrap.location .lct-location-minimap .lct-l-inner {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.spw-gui-wrap.location .lct-location-minimap .lct-l-inner:before {
  position: absolute;
  top: 101px;
  margin-left: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 680px;
  height: 297px;
  content: "";
  display: block;
  background: url("../images/sub/location-minimap-building-bg.png") no-repeat center center/contain;
}
.spw-gui-wrap.location .lct-location-minimap .bd-tt {
  font-size: 20px;
  font-weight: 700;
  color: #143074;
}
.spw-gui-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-gui-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-gui-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-gui-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-gui-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-gui-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-gui-wrap.location .lct-location-minimap .entrance-box {
  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 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #4b96f3;
  white-space: nowrap;
}
.spw-gui-wrap.location .lct-location-minimap .entrance-box:after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.spw-gui-wrap.location .lct-location-minimap .car-entrance .entrance-box {
  position: absolute;
}
.spw-gui-wrap.location .lct-location-minimap .car-entrance .entrance-box.ent-1 {
  top: 246px;
  margin-left: -253px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-gui-wrap.location .lct-location-minimap .car-entrance .entrance-box.ent-1:after {
  top: 7px;
  left: 122px;
  width: 77px;
  height: 41px;
  background-image: url("../images/sub/entrance-arrow-mark-1.png");
}
.spw-gui-wrap.location .lct-location-minimap .car-entrance .entrance-box.ent-2 {
  top: 257px;
  margin-left: 319px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-gui-wrap.location .lct-location-minimap .car-entrance .entrance-box.ent-2:after {
  top: -44px;
  left: -30px;
  width: 89px;
  height: 40px;
  background-image: url("../images/sub/entrance-arrow-mark-2.png");
}
.spw-gui-wrap.location .lct-location-minimap .parking-tower .bd-tt, .spw-gui-wrap.location .lct-location-minimap .parking-tower ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-gui-wrap.location .lct-location-minimap .parking-tower .bd-tt {
  top: 149px;
  margin-left: -161px;
}
.spw-gui-wrap.location .lct-location-minimap .parking-tower ul li:nth-child(1) {
  top: 306px;
  margin-left: -132px;
}
.spw-gui-wrap.location .lct-location-minimap .new-building .bd-tt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 123px;
  margin-left: -186px;
}
.spw-gui-wrap.location .lct-location-minimap .west-building .bd-tt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 205px;
  margin-left: -86px;
}
.spw-gui-wrap.location .lct-location-minimap .main-building .bd-tt, .spw-gui-wrap.location .lct-location-minimap .main-building ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-gui-wrap.location .lct-location-minimap .main-building .bd-tt {
  top: 170px;
  margin-left: 21px;
}
.spw-gui-wrap.location .lct-location-minimap .main-building ul li:nth-child(1) {
  top: 136px;
  margin-left: 146px;
}
.spw-gui-wrap.location .lct-location-minimap .east-building .bd-tt, .spw-gui-wrap.location .lct-location-minimap .east-building ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-gui-wrap.location .lct-location-minimap .east-building .bd-tt {
  top: 132px;
  margin-left: 276px;
}
.spw-gui-wrap.location .lct-location-minimap .parking-list li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-gui-wrap.location .lct-location-minimap .parking-list li:nth-child(1) {
  top: 327px;
  margin-left: -64px;
}
.spw-gui-wrap.location .lct-location-minimap .parking-list li:nth-child(2) {
  top: 241px;
  margin-left: 149px;
}
.spw-gui-wrap.location .lct-location-minimap .parking-list li:nth-child(3) {
  top: 167px;
  margin-left: 208px;
}
.spw-gui-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-gui-wrap.location .lct-bus-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-bus-list {
    gap: 1.5625rem 1.875rem;
  }
}
.spw-gui-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-gui-wrap.location .lct-bus-list:after {
    display: none;
  }
}
.spw-gui-wrap.location .lct-bus-list > li {
  width: 100%;
}
.spw-gui-wrap.location .lct-bus-list > li .strong-tt {
  margin-bottom: 0.625rem;
  color: #0b8dd9;
  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-gui-wrap.location .lct-bus-list > li .strong-tt .bus-num-ls {
  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.125rem;
}
.spw-gui-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-gui-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-gui-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-gui-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-gui-wrap.location .lct-bus-list > li .conbox .ls-typ.tt-sz-78 > li > .mark .fc-tt {
  width: 78px;
}
.spw-gui-wrap.location .lct-bus-list > li .conbox .ls-typ.tt-sz-85 > li > .mark .fc-tt {
  width: 85px;
}
.spw-gui-wrap.location .lct-bus-list > li .conbox .ls-typ.tt-sz-118 > li > .mark .fc-tt {
  width: 118px;
}
.spw-gui-wrap.location .lct-bus-list .bus-naver-map-btn {
  margin-top: 18px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-bus-list .bus-naver-map-btn {
    margin-top: 0;
  }
}
.spw-gui-wrap.location .lct-shuttle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-shuttle-list {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spw-gui-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-gui-wrap.location .lct-shuttle-list > li {
    width: 100%;
  }
}
.spw-gui-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-gui-wrap.location .lct-shuttle-list > li:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
    height: 1px;
  }
}
.spw-gui-wrap.location .lct-shuttle-list > li:last-child:after {
  display: none;
}
.spw-gui-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-gui-wrap.location .lct-shuttle-list .box .strong-tt {
  font-size: 1.375rem;
  margin-bottom: 0.3125rem;
  color: #0b8dd9;
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia {
  margin-top: 3.125rem;
  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-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia .dia-circle-wrap .circular {
  display: none;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-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-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .dia-dashoval-bg {
  width: 23.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .dia-dashoval-bg {
    width: 100%;
  }
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(1) {
  top: 34px;
  margin-left: -167px;
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(1):after {
  top: -42px;
  margin-left: 171px;
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(2) {
  top: 34px;
  margin-left: 194px;
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-1 .circledia-list > li:nth-child(2):after {
  top: 59px;
  margin-left: -197px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .dia-dashoval-bg {
  width: 23.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .dia-dashoval-bg {
    width: 100%;
  }
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(1) {
  top: 34px;
  margin-left: -167px;
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(1):after {
  top: -42px;
  margin-left: 171px;
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(2) {
  top: 34px;
  margin-left: 194px;
}
.spw-gui-wrap.location .lct-shuttle-list .box .shuttle-circledia.shuttle-2 .circledia-list > li:nth-child(2):after {
  top: 59px;
  margin-left: -197px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 주요 전화번호 */
.spw-gui-wrap.contact .main-phone-number-box {
  border: 0.1875rem solid #0657a5;
  padding: 1.625rem 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box {
    padding: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box {
    padding: 0.9rem 0;
  }
}
.spw-gui-wrap.contact .main-phone-number-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box > ul {
    -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) {
  .spw-gui-wrap.contact .main-phone-number-box > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-gui-wrap.contact .main-phone-number-box > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.spw-gui-wrap.contact .main-phone-number-box > ul > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 4.3125rem;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box > ul > li:after {
    top: auto;
    bottom: 0;
    right: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box > ul > li:after {
    bottom: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 4.3125rem;
  }
}
.spw-gui-wrap.contact .main-phone-number-box > ul > li:last-child:after {
  display: none;
}
.spw-gui-wrap.contact .main-phone-number-box .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    gap: 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box .box {
    padding: 0;
    gap: 0.3rem;
  }
}
.spw-gui-wrap.contact .main-phone-number-box .box .tt {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0657a5;
}
.spw-gui-wrap.contact .main-phone-number-box .box .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box .box .number {
    gap: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box .box .number {
    gap: 0.8rem;
  }
}
.spw-gui-wrap.contact .main-phone-number-box .box .number .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box .box .number .icon {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box .box .number .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.spw-gui-wrap.contact .main-phone-number-box .box .number .icon.tel {
  background-image: url("../images/sub/mpn-tel-icon.png");
}
.spw-gui-wrap.contact .main-phone-number-box .box .number span {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.contact .main-phone-number-box .box .number span {
    font-size: 2.3rem;
  }
}
.spw-gui-wrap.contact .tb_w .cir-num {
  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%;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.spw-gui-wrap.contact .tb_w .cir-num.blue {
  background-color: #143074;
}
.spw-gui-wrap.contact .tb_w .cir-num.sky {
  background-color: #0b8dd9;
}

/* 외래진료 */
.spw-gui-wrap.outpatient .admission-procedure-step {
  padding: 1.875rem 9.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .admission-procedure-step {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .admission-procedure-step {
    padding: 1.875rem 1.875rem;
  }
}
.spw-gui-wrap.outpatient .admission-procedure-step .wrapbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
.spw-gui-wrap.outpatient .admission-procedure-step .wrapbox > li {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .admission-procedure-step .wrapbox > li {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .admission-procedure-step .wrapbox > li {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}
.spw-gui-wrap.outpatient .first-apply-desk {
  position: relative;
  overflow: visible;
}
.spw-gui-wrap.outpatient .first-apply-desk .fad-speech-bubble {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .first-apply-desk .fad-speech-bubble {
    position: static;
    margin-bottom: 0.9375rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .first-apply-desk .fad-speech-bubble {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.spw-gui-wrap.outpatient .first-apply-desk .fad-speech-bubble .icon-mark {
  display: block;
  width: 2.8125rem;
  height: 2.25rem;
  background-image: url("../images/sub/fad-icon-mark.png");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .first-apply-desk .ls-typ.impor {
    padding-right: 3.4375rem;
  }
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system {
  position: relative;
  padding-right: 37.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .gui-insurance-transfer-system {
    padding-right: 0;
  }
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-title {
  margin-bottom: 1.5625rem;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-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-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-title strong {
    text-align: center;
    font-size: 1.65rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-title strong {
    font-size: 2rem;
  }
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-picture {
  position: absolute;
  top: 0;
  right: 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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-picture {
    position: static;
    margin-bottom: 1.5625rem;
    text-align: center;
  }
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-picture .img-zone {
  background-image: url("../images/sub/gui-insurance-transfer-system-pic.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 29.125rem;
  height: 30rem;
  display: block;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-picture .img-zone {
    width: 100%;
    max-width: 29.125rem;
    max-height: 24.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-picture .img-zone {
    max-width: 31.55rem;
    max-height: 25.65rem;
  }
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .hd3-tt {
  margin-bottom: 1rem;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .hd3-tt strong {
  letter-spacing: -0.0625rem;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .guide-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .guide-con .icon-zone {
  -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: 6.875rem;
  height: 6.875rem;
  background-color: #f7f7f7;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .guide-con .icon-zone i {
  display: block;
  width: 2.4375rem;
  height: 2.9375rem;
  background-image: url("../images/sub/gits-guide-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .guide-con .txt-zone p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6666;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .bc-blueicon-linebox-list {
  margin-top: 2.1875rem;
}
.spw-gui-wrap.outpatient .gui-insurance-transfer-system .insurance-content .nor-c {
  margin-top: 0.9375rem;
}
.spw-gui-wrap.outpatient .proxy-prescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .proxy-prescription {
    gap: 0.9375rem;
  }
}
.spw-gui-wrap.outpatient .proxy-prescription > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 410px;
      flex-basis: 410px;
}
.spw-gui-wrap.outpatient .proxy-prescription .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  height: 100%;
  min-height: 6.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f7f7;
  padding: 0.9375rem 2.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .proxy-prescription .box {
    padding: 0.9375rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .proxy-prescription .box {
    padding: 0.9375rem 2.125rem;
  }
}
.spw-gui-wrap.outpatient .proxy-prescription .box i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .proxy-prescription .box i {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.outpatient .proxy-prescription .box i {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.spw-gui-wrap.outpatient .proxy-prescription .box i.ico-1 {
  background-image: url("../images/sub/proxy-prescription-icon-1.png");
}
.spw-gui-wrap.outpatient .proxy-prescription .box i.ico-2 {
  background-image: url("../images/sub/proxy-prescription-icon-2.png");
}
.spw-gui-wrap.outpatient .proxy-prescription .box p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6666;
}

/* 응급진료 */
.spw-gui-wrap.emergency .step3-medical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.emergency .step3-medical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.spw-gui-wrap.emergency .step3-medical > .ls-typ.none {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spw-gui-wrap.emergency .tabwrap-2 {
  margin-top: 3.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.emergency .tabwrap-2 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.emergency .tabwrap-2 {
    margin-top: 3.75rem;
  }
}
.spw-gui-wrap.emergency .tabwrap-2 .normal-tab {
  margin-bottom: 2.5rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.emergency .tabwrap-2 .normal-tab {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.emergency .tabwrap-2 .normal-tab {
    margin-bottom: 2.5rem;
  }
}
.spw-gui-wrap.emergency .tabwrap-2 .tabcon {
  margin-top: 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.emergency .tabwrap-2 .tabcon {
    margin-top: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.emergency .tabwrap-2 .tabcon {
    margin-top: 1.5625rem;
  }
}

/* 입·퇴원 */
.spw-gui-wrap.admission.admission-guide .apa-list {
  margin-top: 1.25rem;
}
.spw-gui-wrap.admission.admission-guide .apa-list > li {
  margin-bottom: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.admission.admission-guide .apa-list > li {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.admission.admission-guide .apa-list > li {
    margin-bottom: 1.25rem;
  }
}
.spw-gui-wrap.admission.admission-guide .apa-list > li:last-child {
  margin-bottom: 0;
}
.spw-gui-wrap.admission.admission-guide .admission-contract-guide {
  margin-top: 0.9375rem;
}
.spw-gui-wrap.admission.admission-guide .inquiry-info {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.admission.admission-guide .inquiry-info {
    margin-top: 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.admission.admission-guide .inquiry-info {
    margin-top: 3.75rem;
  }
}
.spw-gui-wrap.admission.admission-guide .inquiry-info .tt {
  font-size: 1.6875rem;
  font-weight: 700;
  color: #fff;
}
.spw-gui-wrap.admission.admission-guide .inquiry-info .nor-c {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #fff;
}
.spw-gui-wrap.admission.admission-guide .inquiry-info .ico {
  margin-top: 0.75rem;
  display: block;
  width: 3.1875rem;
  height: 3.1875rem;
  background-image: url("../images/sub/inquiry-info-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.spw-gui-wrap.admission.admission-guide .certificate-issuance {
  position: relative;
  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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.admission.admission-guide .certificate-issuance {
    -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-gui-wrap.admission.admission-guide .certificate-issuance .strong-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.spw-gui-wrap.admission.admission-guide .certificate-issuance .nor-c {
  margin-right: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.admission.admission-guide .certificate-issuance .nor-c {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* 검사실 안내 */
/* 편의시설 */
.spw-gui-wrap.amenities .facility-list .fl-wrapbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.875rem -0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -1.25rem -0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 16.6875rem;
        flex-basis: 16.6875rem;
    padding: 1.25rem 0.625rem;
  }
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box {
    -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;
  }
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .pic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 15.875rem;
  height: 8.75rem;
  border: 1px solid #1561aa;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .pic {
    width: 100%;
    max-width: 15.875rem;
    height: auto;
    text-align: center;
  }
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .pic.double {
  border: 0;
  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;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .pic.double .pic-box {
  border: 1px solid #1561aa;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt {
  padding-top: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt {
    max-width: 22rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt {
    max-width: none;
    width: auto;
  }
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-name {
  display: block;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-name {
    text-align: center;
  }
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-detail-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.25rem;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-detail-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-detail-list > li strong {
  -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: 5.5625rem;
  height: 1.625rem;
  border-radius: 0.8125rem;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #0657a5;
  border: 1px solid #0657a5;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-detail-list > li .fl-detail-txt ul > li p {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  line-height: 1.875;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-detail-list > li.tel strong {
  background-color: #0657a5;
  color: #fff;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .fl-detail-list > li.tel .fl-detail-txt ul > li p {
  font-weight: 700;
  color: #0657a5;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .tel-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .tel-number .ico-tel {
  -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: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #0657a5;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .tel-number .ico-tel:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.875rem;
  background-image: url("../images/sub/facility-ico-tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.spw-gui-wrap.amenities .facility-list .fl-wrapbox > li .box .txt .tel-number span {
  font-size: 18px;
  font-weight: 900;
  color: #0657a5;
}
.spw-gui-wrap.amenities .facility-list.picsize-up .fl-wrapbox > li .box .pic {
  width: 15.75rem;
  height: 11.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.amenities .facility-list.picsize-up .fl-wrapbox > li .box .pic {
    width: 100%;
    height: auto;
    max-width: 15.875rem;
  }
}

/* 기타안내(장기기증, 원목실 이용안내) */
/* 사회복지 */
.spw-gui-wrap.welfare .social-welfare-bl {
  margin-top: 3.0625rem;
}
.spw-gui-wrap.welfare .social-welfare-bl .box .oval-color-box {
  margin-bottom: 1.25rem;
}
.spw-gui-wrap.welfare .social-welfare-bl .box .bl-con-txt {
  min-height: 4rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.welfare .social-welfare-bl .box .bl-con-txt {
    min-height: auto;
  }
}
.spw-gui-wrap.welfare .social-welfare-bl .box .social-welfare-icon {
  margin-top: 1.5625rem;
  width: 5.3125rem;
  height: 5.3125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.spw-gui-wrap.welfare .social-welfare-bl .box .social-welfare-icon.i-1 {
  background-image: url("../images/sub/social-welfare-icon-1.png");
}
.spw-gui-wrap.welfare .social-welfare-bl .box .social-welfare-icon.i-2 {
  background-image: url("../images/sub/social-welfare-icon-2.png");
}
.spw-gui-wrap.welfare .social-welfare-bl .box .social-welfare-icon.i-3 {
  background-image: url("../images/sub/social-welfare-icon-3.png");
}
.spw-gui-wrap.welfare .sponsorship-info {
  position: relative;
  overflow: visible;
}
.spw-gui-wrap.welfare .sponsorship-info .sponsorship-info-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-gui-wrap.welfare .sponsorship-info .sponsorship-info-icon {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-gui-wrap.welfare .sponsorship-info .sponsorship-info-icon {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0;
  }
}
.spw-gui-wrap.welfare .sponsorship-info .sponsorship-info-icon .icon-mark {
  display: block;
  width: 4.125rem;
  height: 4.8125rem;
  background-image: url("../images/sub/sponsorship-info-mark.png");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.spw-gui-wrap.welfare .spon-participation-list > li {
  margin-bottom: 0.625rem;
}
.spw-gui-wrap.welfare .spon-participation-list > li:last-child {
  margin-bottom: 0;
}

/* 소개·소식 */
/* 병원장인사말 */
.spw-abo-wrap.greeting .abo-greeting-intro-message-box {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .abo-greeting-intro-message-box {
    padding-right: 0;
  }
}
.spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-title {
  margin-bottom: 1.5625rem;
}
.spw-abo-wrap.greeting .abo-greeting-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 .abo-greeting-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 .abo-greeting-intro-message-box .intro-title strong {
    font-size: 2rem;
  }
}
.spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-picture {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-picture {
    position: static;
    margin-bottom: 1.5625rem;
    text-align: center;
  }
}
.spw-abo-wrap.greeting .abo-greeting-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 .abo-greeting-intro-message-box .intro-content {
    max-width: 50.3125rem;
    margin: 0 auto;
  }
}
.spw-abo-wrap.greeting .abo-greeting-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 .abo-greeting-intro-message-box .intro-content .nor-c {
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-content .nor-c {
    text-align: justify;
    text-justify: inter-character;
  }
}
.spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-content .nor-c .im-impor-blue {
  margin-bottom: 0.625rem;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b8dd9;
  letter-spacing: -0.0625rem;
  line-height: 1.2;
}
.spw-abo-wrap.greeting .abo-greeting-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 .abo-greeting-intro-message-box .intro-content .last-name {
    margin-top: 2.9rem;
  }
}
.spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-content .last-name .ln-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-content .last-name .ln-content {
    -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.1rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-content .last-name .ln-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-content .last-name .position {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.spw-abo-wrap.greeting .abo-greeting-intro-message-box .intro-content .last-name .name {
  font-family: "NanumMyeongjoBold";
  font-size: 2rem;
  color: #000;
}
.spw-abo-wrap.greeting .important-things-list {
  margin: 2.1875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  padding-right: 38.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .important-things-list {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .important-things-list > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 0.3125rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .important-things-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.spw-abo-wrap.greeting .important-things-list .box {
  width: 8.75rem;
  height: 8.75rem;
  background-color: #f7f7f7;
  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;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.greeting .important-things-list .box {
    width: 100%;
    height: 8.75rem;
  }
}
.spw-abo-wrap.greeting .important-things-list .box .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.75rem;
  height: 3.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.spw-abo-wrap.greeting .important-things-list .box .icon.icon-1 {
  background-image: url("../images/sub/greeting-icon-01.png");
}
.spw-abo-wrap.greeting .important-things-list .box .icon.icon-2 {
  background-image: url("../images/sub/greeting-icon-02.png");
}
.spw-abo-wrap.greeting .important-things-list .box .icon.icon-3 {
  background-image: url("../images/sub/greeting-icon-03.png");
}
.spw-abo-wrap.greeting .important-things-list .box .icon.icon-4 {
  background-image: url("../images/sub/greeting-icon-04.png");
}
.spw-abo-wrap.greeting .important-things-list .box .tt {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #143074;
  line-height: 1.666;
}

/* 미션&비전 */
.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;
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-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: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-txt {
    width: 740px;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-txt:before, .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-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 .mission-content .inner .con-box .mission-txt:before {
  left: 0;
  border-right: 0;
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-txt:after {
  right: 0;
  border-left: 0;
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt {
    font-size: 1.9rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .mission-content .inner .con-box .mission-txt .txt .point {
  color: #143074;
  font-weight: 700;
}
.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.5rem 1.5625rem 2.1875rem;
  background-color: #fff;
}
@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 span {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.spw-abo-wrap.mission .mission-wrap .vision-content .vision-ls .wrapbox > li .box p strong {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
}
.spw-abo-wrap.mission .mission-wrap .core-values-content {
  position: relative;
  padding: 3.5625rem 0 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content {
    padding: 1.25rem 0 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content {
    padding: 3.5625rem 0 0;
  }
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .inner .con-box {
  margin-top: -1.5625rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content .inner .con-box {
    margin-top: 0;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content .inner .con-box {
    margin-top: -1.5625rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls {
  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-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .tt {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list {
  position: relative;
  padding-top: 3.125rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list {
    padding-top: 1.25rem;
    gap: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list {
    padding-top: 2rem;
    gap: 1rem;
  }
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list:after {
  position: absolute;
  top: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100% - 170px);
  height: 1px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list:after {
    display: none;
  }
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 10.6875rem;
  height: 10.6875rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box: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 #8e8e8e;
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box:after {
  position: absolute;
  top: -2.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box:after {
    display: none;
  }
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box.i-1 {
  background-image: url("../images/sub/core-values-bg-01.png");
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box.i-2 {
  background-image: url("../images/sub/core-values-bg-02.png");
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box.i-3 {
  background-image: url("../images/sub/core-values-bg-03.png");
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box.i-4 {
  background-image: url("../images/sub/core-values-bg-04.png");
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box.i-5 {
  background-image: url("../images/sub/core-values-bg-05.png");
}
.spw-abo-wrap.mission .mission-wrap .core-values-content .core-values-ls .list > li .box strong {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #fff;
}

/* 병원연혁 */
.spw-abo-wrap.history .history-content-wrap .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: 2.125rem;
}
.spw-abo-wrap.history .history-content-wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.9375rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .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) {
  .spw-abo-wrap.history .history-content-wrap .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.875rem;
  }
}
.spw-abo-wrap.history .history-content-wrap .box:before, .spw-abo-wrap.history .history-content-wrap .box:after {
  position: absolute;
  top: 1.2rem;
  content: "";
  display: block;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box:before, .spw-abo-wrap.history .history-content-wrap .box:after {
    top: 3.925rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box:before, .spw-abo-wrap.history .history-content-wrap .box:after {
    top: 1.2rem;
  }
}
.spw-abo-wrap.history .history-content-wrap .box:before {
  z-index: 1;
  left: 10.35rem;
  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-content-wrap .box:before {
    left: 0.16rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box:before {
    left: 8.16rem;
  }
}
.spw-abo-wrap.history .history-content-wrap .box:after {
  left: 10.6625rem;
  width: 1px;
  height: calc(100% - 1rem);
  background-color: #dddddd;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box:after {
    left: 0.45rem;
    height: calc(100% - 3.925rem);
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box:after {
    height: calc(100% - 1rem);
    left: 8.4625rem;
  }
}
.spw-abo-wrap.history .history-content-wrap .box .year {
  font-family: "NanumMyeongjoBold";
  font-size: 3rem;
  font-weight: 700;
  color: #143074;
  letter-spacing: -0.0625rem;
  line-height: 1;
}
.spw-abo-wrap.history .history-content-wrap .box .con {
  margin-top: 0.5625rem;
  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.875rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box .con {
    margin-top: 0;
    padding-left: 1.65rem;
    gap: 1.07rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box .con {
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
.spw-abo-wrap.history .history-content-wrap .box .con .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: 1.25rem;
}
.spw-abo-wrap.history .history-content-wrap .box .con .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box .con .list > li {
    gap: 0.75rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box .con .list > li {
    gap: 1.25rem;
  }
}
.spw-abo-wrap.history .history-content-wrap .box .con .list > 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: 0.9375rem;
  font-weight: 700;
  color: #0657a5;
  width: 7.75rem;
  height: 1.625rem;
  background-color: #fff;
  border: 0.0625rem solid #0657a5;
  border-radius: 0.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box .con .list > li .day {
    width: 4.35rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-content-wrap .box .con .list > li .day {
    width: 7.75rem;
  }
}
.spw-abo-wrap.history .history-content-wrap .box .con .list > li .txt {
  margin-top: -0.125rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.875;
}
.spw-abo-wrap.history .history-content-wrap .box .con .list > li {
  /*
  &:hover{
      .day{
          background-color:#0657a5;
          color:#fff;
          border-color:#0657a5;
          span{
              text-decoration: underline;
          }
      }
      .txt{
          font-weight:700;
          color:#0657a5;
          text-decoration: underline;
      }
  }
  */
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  margin-bottom: 4.8125rem;
  padding-bottom: 4.8125rem;
  border-bottom: 0.125rem solid #001355;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president {
    gap: 1.2rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 4.6875rem;
  font-weight: 500;
  color: #bd9163;
  line-height: 1.066;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president .title {
    font-size: 3.125rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  gap: 2.9375rem 3.125rem;
  grid-template-columns: repeat(auto-fit, minmax(max(145px, (100% - 12.5rem) / 5), 1fr));
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president .list {
    gap: 2rem 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president .list {
    grid-template-columns: repeat(auto-fit, minmax(max(145px, (100% - 12.5rem) / 5), 1fr));
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .list > li {
  min-width: 0;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .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;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .pic img {
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president .box .pic img {
    max-width: auto;
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-president .box .pic img {
    max-width: 100%;
    width: auto;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .detail-info {
  margin-top: 0.6875rem;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .detail-info .director {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .detail-info .director .st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #357fdb;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .detail-info .director .st:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1rem;
  background-color: #357fdb;
  margin: 0 0.6875rem;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .detail-info .director .name {
  font-weight: 700;
  color: #000;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .detail-info .director .name em {
  font-size: 1.25rem;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-president .box .detail-info .period {
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
  color: #999;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .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: 5.9375rem;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li {
  position: relative;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li:before, .spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li:before {
  bottom: -31px;
  z-index: 1;
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #102073;
  border-radius: 50%;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li:after {
  bottom: -5.625rem;
  width: 1px;
  height: 4.375rem;
  background-color: #dddddd;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li:after {
    bottom: -4.5375rem;
    height: 2.70625rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li:last-child:before, .spw-abo-wrap.history .history-detail-wrap .his-de-activity .list > li:last-child:after {
  display: none;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title {
  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: 2.8125rem;
  padding-left: 3rem;
  margin-bottom: 2.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title {
    padding-left: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.8125rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title .tt {
  font-size: 4.6875rem;
  font-weight: 500;
  color: #bd9163;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title .tt {
    font-size: 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title .tt {
    font-size: 3.75rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title .period {
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-weight: 500;
  color: #001355;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title .period {
    font-size: 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .title .period {
    font-size: 3.75rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con {
    gap: 3.125rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .pic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .pic {
    text-align: center;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .pic img {
  max-width: 100%;
  width: auto;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .info .tt {
  display: block;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .info .tt {
    font-size: 1.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .info .tt {
    font-size: 2.1875rem;
  }
}
.spw-abo-wrap.history .history-detail-wrap .his-de-activity .box .con .info .txt {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.875;
}

/* 조직도 */
@media (min-width: 0) and (max-width: 405px) {
  .spw-abo-wrap.organization .organization-wrap .org-inner {
    height: 3195px;
  }
}
.spw-abo-wrap.organization .hanyang-pmc-logo:before {
  top: 153px;
}
.spw-abo-wrap.organization .hanyang-pmc-logo:after {
  top: 160px;
  height: 230px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .hanyang-pmc-logo:after {
    height: 428px;
  }
}
.spw-abo-wrap.organization .org-step3-tt:before {
  top: 93px;
}
.spw-abo-wrap.organization .org-step3-tt:after {
  top: 110px;
  height: 1033px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-step3-tt:after {
    top: 100px;
    height: 1078px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-step3-tt:after {
    height: 1013px;
  }
}
.spw-abo-wrap.organization .org-rectangle {
  position: relative;
  z-index: 1;
}
.spw-abo-wrap.organization .org-rectangle span {
  word-break: break-all;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-rectangle span {
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-rectangle span.semi-20 {
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-rectangle span.bold-16 {
    font-size: 13px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-rectangle span.regu-16 {
    font-size: 13px;
  }
}
.spw-abo-wrap.organization .org-lay-wrap {
  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: 0) and (max-width: 405px) {
  .spw-abo-wrap.organization .org-lay-wrap {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -360px;
  }
}
.spw-abo-wrap.organization .org-lay-wrap > li {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-wrap > li:nth-child(2) {
    padding-top: 20px;
  }
}
.spw-abo-wrap.organization .org-lay-wrap > li:nth-child(3) {
  padding-top: 145px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-wrap > li:nth-child(3) {
    padding-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-abo-wrap.organization .org-lay-one {
  width: 100%;
}
.spw-abo-wrap.organization .org-lay-one > li {
  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: 30px 0;
}
.spw-abo-wrap.organization .org-lay-one .o-one-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-one .o-one-box {
    max-width: 560px;
  }
}
.spw-abo-wrap.organization .org-lay-one .o-one-box:before {
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spw-abo-wrap.organization .org-lay-one .o-one-box:after {
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-one .o-one-box:after {
    width: calc(100% - 18px);
  }
}
.spw-abo-wrap.organization .org-lay-one .o-one-box > li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.spw-abo-wrap.organization .org-lay-one .o-one-box > li:nth-child(1) {
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-one .o-one-box > li:nth-child(1) {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
.spw-abo-wrap.organization .org-lay-one .o-one-box > li:nth-child(2) {
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-one .o-one-box > li:nth-child(2) {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
.spw-abo-wrap.organization .org-lay-one .onebox-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-one .onebox-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spw-abo-wrap.organization .org-lay-one .onebox-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: 5px 0;
}
.spw-abo-wrap.organization .org-lay-one .onebox-list > li:before {
  position: absolute;
  top: 25px;
  left: 150px;
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-one .onebox-list > li:before {
    width: 1px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -10px;
  }
}
.spw-abo-wrap.organization .org-lay-one .onebox-list > li:last-child:before {
  display: none;
}
.spw-abo-wrap.organization .org-lay-two > li {
  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: 107px 0;
}
.spw-abo-wrap.organization .org-lay-two .o-two-box {
  position: relative;
  width: 100%;
}
.spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(1) {
  width: 229px;
  position: absolute;
  top: -73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 172px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(1) {
    width: 130px;
    margin-left: 109px;
  }
}
.spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(1) .org-rectangle:before {
  left: -68px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(1) .org-rectangle:before {
    left: -52px;
  }
}
.spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(1) .org-rectangle:after {
  left: -68px;
  width: 65px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(1) .org-rectangle:after {
    left: -42px;
    width: 41px;
  }
}
.spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(2) {
  z-index: 1;
  width: 229px;
  position: absolute;
  top: 461px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -150px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(2) {
    width: 68px;
    margin-left: -52px;
  }
}
.spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(2) .org-rectangle:before {
  right: -46px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(2) .org-rectangle:before {
    right: -27px;
  }
}
.spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(2) .org-rectangle:after {
  right: -46px;
  width: 44px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(2) .org-rectangle:after {
    right: -18px;
    width: 16px;
  }
}
.spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .o-two-box > li:nth-child(3) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 493px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-list {
    gap: 0 117px;
    margin-left: -87px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-list:before {
  top: 17px;
  margin-left: 125px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-list:before {
    top: 19px;
    margin-left: 44px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-list:after {
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 390px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-list:after {
    width: 130px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-list > li {
  width: 229px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-list > li {
    width: 95px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-list > li {
    width: 165px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt {
  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;
  gap: 10px 0;
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt:before {
  position: absolute;
  top: 25px;
  left: 280px;
  content: "";
  display: block;
  width: 1px;
  height: 576px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt:before {
    left: 104px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt:before {
    left: 175px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt > li {
  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;
  gap: 5px 0;
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt > li:before {
  position: absolute;
  top: 25px;
  left: 229px;
  content: "";
  display: block;
  width: 51px;
  height: 1px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt > li:before {
    width: 10px;
    left: 95px;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt > li:before {
    left: 165px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt > li:nth-child(2) {
  position: relative;
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt > li:nth-child(2) .ab-side-rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  width: 229px;
  position: absolute;
  top: 0;
  right: -249px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt > li:nth-child(2) .ab-side-rectangle {
    width: 68px;
    right: -80px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt > li:nth-child(2) .ab-side-rectangle:before {
  position: absolute;
  top: 25px;
  right: 227px;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt > li:nth-child(2) .ab-side-rectangle:before {
    width: 30px;
    right: 66px;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt.revert:before {
  left: auto;
  right: 280px;
  height: 768px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt.revert:before {
    display: none;
  }
}
.spw-abo-wrap.organization .org-lay-two .twobox-prt.revert > li:before {
  left: auto;
  right: 229px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-two .twobox-prt.revert > li:before {
    width: 17px;
    right: 94px;
  }
}
.spw-abo-wrap.organization .org-lay-two .sublist-wrap .sublist-list {
  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-lay-two .sublist-wrap .sublist-list > li {
  margin-top: -1px;
}
.spw-abo-wrap.organization .org-lay-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 67px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
    max-width: 560px;
  }
}
.spw-abo-wrap.organization .org-lay-three:before {
  position: absolute;
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 86px;
  content: "";
  display: block;
  width: 864px;
  height: 1px;
  background-color: #d2d2d2;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three:before {
    display: none;
  }
}
.spw-abo-wrap.organization .org-lay-three > li {
  -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;
  gap: 15px 0;
}
.spw-abo-wrap.organization .org-lay-three > li:before {
  top: -26px;
}
.spw-abo-wrap.organization .org-lay-three > li:after {
  top: -65px;
  height: 41px;
}
.spw-abo-wrap.organization .org-lay-three > li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 509px;
      flex-basis: 509px;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three > li:nth-child(3):after {
    top: -107px;
    height: 88px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three > li:first-child:after {
    display: none;
  }
}
.spw-abo-wrap.organization .org-lay-three .lay-thr-title {
  font-size: 20px;
  font-weight: 700;
  color: #143074;
}
.spw-abo-wrap.organization .org-lay-three .lay-thr-ls-column-prt {
  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;
  gap: 50px 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three .lay-thr-ls-column-prt {
    gap: 20px 0;
  }
}
.spw-abo-wrap.organization .org-lay-three .lay-thr-list {
  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;
  gap: 10px 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three .lay-thr-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px 9px;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three .lay-thr-list > li {
    -ms-flex-preferred-size: calc((100% - 18px) / 3);
        flex-basis: calc((100% - 18px) / 3);
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.organization .org-lay-three .lay-thr-list > li.mob-flex-1 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.spw-abo-wrap.organization .org-lay-three .lay-thr-list.row-ls {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 9px;
}
.spw-abo-wrap.organization .org-lay-three .lay-thr-list.row-ls > li {
  -ms-flex-preferred-size: calc((100% - 18px) / 3);
      flex-basis: calc((100% - 18px) / 3);
}
.spw-abo-wrap.organization .org-lay-three .lay-thr-list.row-ls > li.f-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-abo-wrap.organization .org-lay-three .bd-line-blue-sublist > li {
  display: block;
  padding-top: 2px;
}
.spw-abo-wrap.organization .org-lay-three .bd-line-blue-sublist > li .org-rectangle {
  margin-top: -2px;
}

/* 현황 */
/* 병원윤리강령 */
.spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0; /* 필요시 gap 조정 */
  padding-left: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li:last-child:nth-child(odd) {
    grid-column: 1/-1 !important;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li:last-child:nth-child(3n+1) {
    grid-column: 1/-1 !important;
  }
}
.spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li {
  margin-left: -1px;
  width: auto;
}
.spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li:nth-child(-n+3) {
  grid-column: span 4;
}
.spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li:nth-child(n+4) {
  grid-column: span 3;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li {
    grid-column: span 1 !important;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li {
    grid-column: span 1 !important;
  }
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li .box {
    padding: 1.8125rem 0.8rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li .box {
    padding: 1.8125rem 1.6rem;
  }
}
.spw-abo-wrap.hospitalcode .box-list.number-normal .wrapbox > li .box p {
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* 홍보동영상 */
.spw-abo-wrap.video .video-wrap {
  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-abo-wrap.video .video-wrap .video-tt {
  margin-bottom: 1.25rem;
}
.spw-abo-wrap.video .video-wrap .video-tt .hd-tt {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.285rem;
}
.spw-abo-wrap.video .video-wrap .detail-ls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.spw-abo-wrap.video .video-wrap .detail-ls ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.spw-abo-wrap.video .video-wrap .detail-ls ul li:after {
  content: "";
  display: block;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background-color: #ccc;
}
.spw-abo-wrap.video .video-wrap .detail-ls ul li:last-child:after {
  display: none;
}
.spw-abo-wrap.video .video-wrap .detail-ls ul li i {
  width: 0.9375rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.spw-abo-wrap.video .video-wrap .detail-ls ul li i.ico-tt {
  background-image: url("../images/sub/video-detail-icon-01.png");
}
.spw-abo-wrap.video .video-wrap .detail-ls ul li i.ico-day {
  background-image: url("../images/sub/video-detail-icon-02.png");
}
.spw-abo-wrap.video .video-wrap .detail-ls ul li span {
  font-size: 1rem;
  font-weight: 200;
  color: #000;
}
.spw-abo-wrap.video .video-wrap .video-ls {
  margin-top: 2.8125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #d0d6e3;
  border-bottom: 1px solid #d0d6e3;
  background-color: #f7fafc;
  padding: 3.125rem 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;
  gap: 2.8125rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-abo-wrap.video .video-wrap .video-ls {
    padding: 1.375rem 1.425rem;
    margin-top: 1.8rem;
    gap: 1.8rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-abo-wrap.video .video-wrap .video-ls {
    padding: 1.875rem 3.125rem;
    gap: 1.8rem;
  }
}
.spw-abo-wrap.video .video-wrap .video-zone .v-box {
  position: relative;
  padding-top: 55.827%;
}
.spw-abo-wrap.video .video-wrap .video-zone .v-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 회원 */
/* 개인정보처리방침 */
.spw-mem-wrap.privacy .ls-typ a.prev-link {
  color: #0657a5;
  font-weight: 700;
}
.spw-mem-wrap.privacy .ls-typ .mail-link {
  color: #0657a5;
  font-weight: 700;
  text-decoration: underline;
}
.spw-mem-wrap.privacy .privacy-labeling .wrapbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spw-mem-wrap.privacy .privacy-labeling .wrapbox > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-labeling .wrapbox > li {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-labeling .wrapbox > li {
    width: 50%;
  }
}
.spw-mem-wrap.privacy .privacy-labeling .box .icon {
  margin-bottom: 0.9375rem;
  width: 4.375rem;
  height: 4.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.spw-mem-wrap.privacy .privacy-labeling .box .icon.i-1 {
  background-image: url("../images/sub/privacy-labeling-icon-1.png");
}
.spw-mem-wrap.privacy .privacy-labeling .box .icon.i-2 {
  background-image: url("../images/sub/privacy-labeling-icon-2.png");
}
.spw-mem-wrap.privacy .privacy-labeling .box .icon.i-3 {
  background-image: url("../images/sub/privacy-labeling-icon-3.png");
}
.spw-mem-wrap.privacy .privacy-labeling .box .icon.i-4 {
  background-image: url("../images/sub/privacy-labeling-icon-4.png");
}
.spw-mem-wrap.privacy .privacy-labeling .box .icon.i-5 {
  background-image: url("../images/sub/privacy-labeling-icon-5.png");
}
.spw-mem-wrap.privacy .privacy-labeling .box .icon.i-6 {
  background-image: url("../images/sub/privacy-labeling-icon-6.png");
}
.spw-mem-wrap.privacy .privacy-labeling .box .tt {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.26;
  margin-bottom: 0.5rem;
}
.spw-mem-wrap.privacy .privacy-labeling .box .ls-typ > li {
  margin-bottom: 0;
  line-height: 1.5;
}
.spw-mem-wrap.privacy .privacy-labeling .box .ls-typ > li > .mark {
  display: inline-block;
}
.spw-mem-wrap.privacy .privacy-labeling .box .ls-typ > li > .mark:before {
  top: 0.6875rem;
}
.spw-mem-wrap.privacy .privacy-ac-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 0.5625rem;
}
.spw-mem-wrap.privacy .privacy-ac-list:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -1rem;
}
@media (max-width: 768px) {
  .spw-mem-wrap.privacy .privacy-ac-list:after {
    display: none;
  }
}
.spw-mem-wrap.privacy .privacy-ac-list > li {
  min-width: 0;
}
.spw-mem-wrap.privacy .privacy-ac-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #000;
  text-decoration: none;
}
.spw-mem-wrap.privacy .privacy-ac-list > li a:hover strong {
  background-color: #0657a5;
  color: #fff;
}
.spw-mem-wrap.privacy .privacy-ac-list > li a:hover span {
  text-decoration: underline;
  font-weight: 700;
  color: #0657a5;
}
.spw-mem-wrap.privacy .privacy-ac-list > li strong {
  -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: 14px;
  font-weight: 700;
  color: #0657a5;
  width: 41px;
  height: 21px;
  border-radius: 0.6875rem;
  border: 1px solid #0657a5;
  background-color: #fff;
}
.spw-mem-wrap.privacy .privacy-ac-list > li span {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .spw-mem-wrap.privacy .privacy-ac-list {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.spw-mem-wrap.privacy .privacy-manager-list {
  margin-top: 1.5625rem;
}
.spw-mem-wrap.privacy .privacy-manager-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.75rem;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-manager-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) {
  .spw-mem-wrap.privacy .privacy-manager-list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-mem-wrap.privacy .privacy-manager-list > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-manager-list > ul > li {
    -ms-flex-preferred-size: 15rem;
        flex-basis: 15rem;
  }
}
.spw-mem-wrap.privacy .privacy-manager-list > ul > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-manager-list > ul > li:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-manager-list > ul > li:after {
    display: block;
  }
}
.spw-mem-wrap.privacy .privacy-manager-list > ul > li:last-child:after {
  display: none;
}
.spw-mem-wrap.privacy .privacy-previous-policy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-previous-policy ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-previous-policy ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.spw-mem-wrap.privacy .privacy-previous-policy ul > li {
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spw-mem-wrap.privacy .privacy-previous-policy .box .subbtn {
  background-color: #fff;
  padding: 0.625rem 0.95rem;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-previous-policy .box .subbtn {
    max-width: 21.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1259px) {
  .spw-mem-wrap.privacy .privacy-previous-policy .box .subbtn {
    max-width: none;
    width: 100%;
  }
}
.spw-mem-wrap.privacy .privacy-previous-policy .box .subbtn:hover {
  background-color: #f3f8fb;
}
.spw-mem-wrap.privacy .privacy-previous-policy .box .subbtn .txt {
  letter-spacing: -0.0625rem;
}

/* 환자의권리와의무 */
/* 이용약관 */
/* 윤리강령 */
.spw-mem-wrap.ethics .ethics-box-ls .wrapbox > li:nth-child(-n+3) {
  -ms-flex-preferred-size: calc(33.3333% + 1px);
      flex-basis: calc(33.3333% + 1px);
  max-width: calc(33.3333% + 1px);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mem-wrap.ethics .ethics-box-ls .wrapbox > li:nth-child(-n+3) {
    width: auto;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    max-width: none;
  }
}
.spw-mem-wrap.ethics .ethics-box-ls .wrapbox > li:nth-child(n+4) {
  -ms-flex-preferred-size: calc(25% + 1px);
      flex-basis: calc(25% + 1px);
  max-width: calc(25% + 1px);
}
@media (min-width: 0px) and (max-width: 1259px) {
  .spw-mem-wrap.ethics .ethics-box-ls .wrapbox > li:nth-child(n+4) {
    width: auto;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    max-width: none;
  }
}
.spw-mem-wrap.ethics .ethics-box-ls .wrapbox > li .box p {
  margin-bottom: 0.5rem;
}
.spw-mem-wrap.ethics .ethics-box-ls .wrapbox > li .box .icon {
  margin-top: auto;
}