@charset "UTF-8";
.arr-dash {
  position: relative;
}
.arr-dash:before {
  content: "";
  display: block;
  background-color: red;
  position: absolute;
}
.arr-dash.ar-ds-dire-row:before {
  width: 200px;
  height: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.arr-dash.ar-ds-dire-col:before {
  width: 1px;
  height: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.arr-dash.dash-c-orange:before {
  background-color: #f26632;
}
.arr-dash.dash-c-yellow:before {
  background-color: #f79447;
}
.arr-dash.dash-c-blue:before {
  background-color: #004098;
}
.arr-dash.dash-c-gray:before {
  background-color: #8ea6c6;
}
.arr-dash.dash-c-bgray:before {
  background-color: #cbcbcb;
}

.arr-dotted {
  position: relative;
}
.arr-dotted:before {
  content: "";
  display: block;
  border-color: red;
  border-style: dashed;
  border-width: 0;
  position: absolute;
}
.arr-dotted.ar-do-dire-row:before {
  border-top-width: 1px;
  width: 200px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.arr-dotted.ar-do-dire-col:before {
  border-left-width: 1px;
  height: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.arr-dotted.dotted-c-orange:before {
  border-color: #f26632;
}
.arr-dotted.dotted-c-yellow:before {
  border-color: #f79447;
}
.arr-dotted.dotted-c-blue:before {
  border-color: #004098;
}
.arr-dotted.dotted-c-gray:before {
  border-color: #8ea6c6;
}

.arr-hd-circle {
  position: relative;
}
.arr-hd-circle:after {
  z-index: 1;
  content: "";
  display: block;
  background-color: red;
  border-color: transparent;
  border-width: 0.3125rem;
  border-style: solid;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.arr-hd-circle.circle-dire-row:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.arr-hd-circle.circle-dire-col:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.arr-hd-circle.circle-c-orange:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f26632)) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgba(242, 102, 50, 0.15))) border-box;
  background: linear-gradient(#f26632) padding-box, linear-gradient(rgba(242, 102, 50, 0.15)) border-box;
}
.arr-hd-circle.circle-c-yellow:after {
  background-color: #f79447;
  border-color: #f8eae0;
}
.arr-hd-circle.circle-c-blue:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#004098)) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 64, 152, 0.15))) border-box;
  background: linear-gradient(#004098) padding-box, linear-gradient(rgba(0, 64, 152, 0.15)) border-box;
}

.arr-hd-tangle {
  position: relative;
}
.arr-hd-tangle:after {
  z-index: 1;
  content: "";
  display: block;
  border: 6px solid transparent;
  border-color: red;
  position: absolute;
}
.arr-hd-tangle.tangle-dire-row-l:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-right-width: 9px;
  border-left: 0;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arr-hd-tangle.tangle-dire-row-r:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left-width: 9px;
  border-right: 0;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arr-hd-tangle.tangle-dire-col-t:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-bottom-width: 9px;
  border-top: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arr-hd-tangle.tangle-dire-col-b:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top-width: 9px;
  border-bottom: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arr-hd-tangle.tangle-c-orange:after {
  border-color: #f26632;
}
.arr-hd-tangle.tangle-c-yellow:after {
  border-color: #f79447;
}
.arr-hd-tangle.tangle-c-blue:after {
  border-color: #004098;
}
.arr-hd-tangle.tangle-c-gray:after {
  border-color: #8ea6c6;
}

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

.prt-a {
  margin-bottom: 3.75rem;
}
.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: 2.5rem;
}
.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.1875rem;
}
.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.5625rem;
}
.prt-d:last-child {
  margin-bottom: 0;
}
.prt-d.first-top {
  margin-top: 1.25rem;
}
.prt-d.rela {
  position: relative;
}

.t-orange {
  color: #f26632;
}

.t-normal {
  color: #555;
}

.t-darkblue {
  color: #004098;
}

.t-slblue {
  color: #7b63ff;
}

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

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

.t-red {
  color: #ef4121;
}

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

.t-black {
  color: #000;
}

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

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

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

.t-yellow {
  color: #ffe284;
}

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

.text-under {
  text-decoration: underline;
}

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

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

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

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

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

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

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

.nor-c {
  font-size: 1rem;
  font-weight: 200;
  color: #555;
  line-height: 1.5;
}
.nor-c.mgt-25 {
  margin-top: 25px;
}
.nor-c.mgt-40 {
  margin-top: 2.5rem;
}
.nor-c.tt-sub-txt {
  margin-top: -1.0625rem;
}
.nor-c.l-h-2 {
  line-height: 2;
}

.hd3-tt {
  position: relative;
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.3125rem;
  padding-left: 1.625rem;
  letter-spacing: -2px;
}
.hd3-tt:after {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.125rem;
  background: url("../images/sub/hd3-tt-mark.png") 0 0 no-repeat;
  background-size: contain;
}
.hd3-tt.flex-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .hd3-tt.flex-heading {
    display: block;
  }
}
.hd3-tt.flex-heading .hd-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.hd3-tt.flex-heading .sub-tt {
  font-family: "Pretendard";
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  padding-left: 0.75rem;
  margin-left: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .hd3-tt.flex-heading .sub-tt {
    margin-top: 0.625rem;
    margin-left: -1.875rem;
    display: block;
  }
}
.hd3-tt.flex-heading .sub-tt:after {
  position: absolute;
  top: 0.125rem;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background-color: #dee2e6;
}
.hd3-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;
}
.hd3-tt.fix-side:after {
  display: none;
}
.hd3-tt.fix-side .tt {
  margin-right: 0.4375rem;
}
.hd3-tt.fix-side.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hd3-tt.fix-side.align-end .sub-t {
  padding-bottom: 8px;
}
.hd3-tt.plus-quick .hd-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd3-tt.plus-quick .hd-tt .hd-quick-btn {
  margin-left: 0.625rem;
}
.hd3-tt.obj-b-mg {
  margin-bottom: 1rem;
}
.hd3-tt.nortxt-b-mg {
  margin-bottom: 0.625rem;
}

.hd4-tt {
  position: relative;
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #f26632;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0.8125rem;
}
.hd4-tt.bb-type {
  font-size: 1.625rem;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 0.9375rem;
}
.hd4-tt.tt-style {
  padding-left: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .hd4-tt.tt-style {
    padding-left: 0.9375rem;
  }
}
.hd4-tt.tt-style:after {
  left: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .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;
}

.hd-quick-btn {
  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: 1.5625rem;
  height: 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3a495e;
}
.hd-quick-btn:after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1rem;
  background: url("../images/sub/hd-quick-icon.png") center center no-repeat;
  background-size: contain;
}

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

.spw-wrap {
  font-family: "Noto Sans Korean";
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-wrap {
    padding: 0 15px;
  }
}
.spw-wrap span {
  display: inline;
}
.spw-wrap li {
  display: block;
}
@media (max-width: 768px) {
  .spw-wrap .tb > colgroup {
    display: table-column-group;
  }
}
.spw-wrap .st-select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 9.375rem;
  height: 2.8125rem;
  border-radius: 0.3125rem;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-image: url("../images/sub/st-select-mark.png");
}
.spw-wrap .st-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3125rem;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.5rem;
  height: 2.8125rem;
  padding: 0.25rem 3.75rem 0.25rem 1rem;
}
.spw-wrap .search-put {
  position: relative;
  width: 20.5rem;
  height: 2.8125rem;
  border-radius: 0.3125rem;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spw-wrap .search-put .st-input {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spw-wrap .search-put button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.625rem;
  height: 100%;
}
.spw-wrap .search-put button[type=submit]:after {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/sub/search-put-r-glasses.png") 0 0 no-repeat;
  background-size: contain;
}

article.spw-art-pd-x {
  padding-top: 0;
}

.main-more-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .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);
}

.ls-typ > li {
  font-size: 1rem;
  font-weight: 200;
  color: #555;
  display: block;
}
.ls-typ > li .mark {
  position: relative;
  display: block;
}
.ls-typ > li .mark:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
  color: #555;
}
.ls-typ > li > .ls-typ.check-inner-ls {
  padding-left: 1.875rem;
}
.ls-typ > li > .ls-typ.dot-inner-ls {
  padding-left: 0.75rem;
}
.ls-typ > li > .ls-typ.number-inner-ls {
  padding-left: 1.125rem;
}
.ls-typ > li > .ls-typ.dash-inner-ls {
  padding-left: 0.5rem;
}
.ls-typ > li > .ls-typ.han-inner-ls {
  padding-left: 1.4375rem;
}
.ls-typ > li.txt-break {
  word-break: break-word;
}
.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.check > li {
  line-height: 1.56;
  margin-bottom: 0.1875rem;
}
.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.125rem;
  width: 1.625rem;
  height: 1.3125rem;
  background: url("../images/sub/ls-typ-check-orange-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.ls-typ.check > 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: 1399px) {
  .ls-typ.check > li > .mark .ls-t-impor {
    margin-left: 0;
    display: block;
  }
}
.ls-typ.check > li .ls-typ.number .mark:before, .ls-typ.check > li .ls-typ.dash .mark:before {
  background: none;
}
.ls-typ.check.yellow > li > .mark:before {
  background: url("../images/sub/ls-typ-check-yellow-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.ls-typ.check.tt-sub-txt {
  margin-top: -1.0625rem;
}
.ls-typ.check.direc-col > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.ls-typ.check.direc-col > li > .mark:before {
  position: static;
  margin-bottom: 0.625rem;
}
.ls-typ.dot > li {
  line-height: 2;
}
.ls-typ.dot > li > .mark {
  padding-left: 0.75rem;
}
.ls-typ.dot > li > .mark:before {
  top: 0.975rem;
  width: 0.1875rem;
  height: 0.1875rem;
  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.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.dash > li {
  line-height: 2;
}
.ls-typ.dash > li > .mark {
  padding-left: 0.5rem;
}
.ls-typ.dash > li > .mark:before {
  content: "-";
  top: 0;
}
.ls-typ.star > li {
  line-height: 2;
}
.ls-typ.star > li > .mark {
  padding-left: 0.625rem;
}
.ls-typ.star > li > .mark:before {
  content: "*";
  top: 0.1875rem;
}
.ls-typ.impor > li {
  line-height: 1.56;
  margin-bottom: 0.3125rem;
}
.ls-typ.impor > li:last-child {
  margin-bottom: 0;
}
.ls-typ.impor > li > .mark {
  padding-left: 1.4375rem;
}
.ls-typ.impor > li > .mark:before {
  top: 0.3125rem;
  width: 1.0625rem;
  height: 1.0625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/ls-typ-impor-icon.png");
}
.ls-typ.impor.round-wrap > li .mark {
  display: inline-block;
  background-color: #f2eae5;
  padding: 0.3125rem 0.75rem 0.3125rem 2.1875rem;
  border-radius: 1.25rem;
}
.ls-typ.impor.round-wrap > li .mark:before {
  top: 0.625rem;
  left: 0.75rem;
}
.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.ora-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff1e9;
  border-radius: 20px;
  padding: 0.38rem 0.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ls-typ.ora-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.3125rem;
  }
}
.ls-typ.ora-num > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ls-typ.ora-num > li {
    padding: 0.3125rem;
    margin-right: 0;
  }
}
.ls-typ.ora-num > li:after {
  position: absolute;
  top: 50%;
  right: -1.3125rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1px;
  height: 0.9375rem;
  background-color: #f4cebe;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ls-typ.ora-num > li:after {
    display: none;
  }
}
.ls-typ.ora-num > li:last-child {
  margin-right: 0;
}
.ls-typ.ora-num > li:last-child:after {
  display: none;
}
.ls-typ.ora-num > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ls-typ.ora-num > li > .mark .num {
  margin-right: 0.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #f26632;
  font-size: 0.6875rem;
  font-weight: 700;
  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;
  margin-top: 0.3125rem;
}
.ls-typ.ora-num > li > .mark .txt {
  font-size: 1rem;
  font-weight: 300;
  color: #555;
  line-height: 1.5;
}
.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-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.colon > li > .mark .fc-tt {
  position: relative;
  margin-right: 0;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-tt:before {
  position: absolute;
  top: 0;
  right: -0.5625rem;
  content: ":";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding: 0 0.1875rem;
}
.ls-typ.tt-fix-sz-none.colon > 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-20 {
  margin-top: 1.25rem;
}
.ls-typ.mgt-25 {
  margin-top: 1.5625rem;
}
.ls-typ.mgt-30 {
  margin-top: 1.875rem;
}
.ls-typ.mgt-35 {
  margin-top: 2.1875rem;
}
.ls-typ.mgb-5 {
  margin-bottom: 0.3125rem;
}
.ls-typ.side-pd {
  padding: 0 0.875rem;
}
.ls-typ.side-pd-h5 {
  padding: 0 1.5rem;
}
.ls-typ.ls-inline {
  display: inline-block;
}

.cir-y-title-list .short-figure.type-round.bg-orange {
  margin-bottom: 0.3125rem;
  padding: 0.25rem 1.25rem;
  border-radius: 30px;
}
.cir-y-title-list .last-list > li > .mark {
  letter-spacing: -1px;
}
.cir-y-title-list.mgt-30 {
  margin-top: 1.875rem;
}

.bg-box {
  position: relative;
  padding: 4.375rem 1.875rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-box:after {
  position: absolute;
  top: 50%;
  left: -1.625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: attr(data-txt);
  display: block;
  font-family: "Suit";
  font-size: 9.375rem;
  font-weight: 900;
  color: #f0f3f7;
  opacity: 0.7;
  letter-spacing: -0.125rem;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box:after {
    font-size: 8rem;
    letter-spacing: -0.625rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .bg-box {
    padding: 1.875rem;
  }
}
.bg-box.bgtxt-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bg-box.line-gray {
  border: 1px solid #989fa9;
}
.bg-box.color-gray {
  background-color: #f8f9fb;
}
.bg-box.color-orange {
  background-color: #f79447;
}
.bg-box.bg-picture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-box.bg-picture.dia-pic-test-1 {
  background-image: url("../images/sub/bg-box-bg-diapic-test-1.jpg");
}
.bg-box.bg-picture.dia-pic-mtcen-3-1 {
  background-image: url("../images/sub/bg-box-bg-diapic-mtcen-3-1.jpg");
}
.bg-box.bg-picture.dia-pic-mtcen-2-1 {
  background-image: url("../images/sub/bg-box-bg-diapic-mtcen-2-1.jpg");
}
.bg-box.andong-txt-bg {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  background-blend-mode: overlay;
  background-image: url("../images/sub/bgbox-andong-txt-bg.png");
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.andong-txt-bg {
    background-position: right center;
    background-size: cover;
  }
}
.bg-box.mgt-10 {
  margin-top: 0.625rem;
}
.bg-box.mgt-15 {
  margin-top: 0.9375rem;
}
.bg-box.mgt-25 {
  margin-top: 1.5625rem;
}
.bg-box.mgt-30 {
  margin-top: 1.875rem;
}
.bg-box.mgt-40 {
  margin-top: 2.5rem;
}
.bg-box.mgb-10 {
  margin-bottom: 0.625rem;
}
.bg-box.mgb-15 {
  margin-bottom: 0.9375rem;
}
.bg-box.mgb-30 {
  margin-bottom: 1.875rem;
}
.bg-box .bgbox-cont-area {
  z-index: 1;
  position: relative;
}

@media (min-width: 0px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:before {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:after {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .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: 1399px) {
  .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: 1399px) {
  .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: 1rem;
  font-weight: 500;
  color: #656565;
  line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .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: #3941a3;
  width: 100%;
  height: 3px;
}
.tabwrap-2 .normal-tab > ul > li.on .box .txt {
  color: #3941a3;
}
.tabwrap-2 .tabcon {
  margin-top: 2.8125rem;
}

.blank-icon {
  margin-left: 0.1875rem;
  vertical-align: middle;
  display: inline-block;
  width: 1.0625rem;
  height: 1rem;
  background: url("../images/sub/blank-quick-icon.png") 0 0 no-repeat;
  background-size: contain;
}

.tb_w .tb {
  border-top: 4px solid #3a495e;
}
.tb_w .tb thead th {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  background-color: #f3f2f2;
  border: 1px solid #dadada;
  height: 3.5rem;
}
.tb_w .tb thead th.ft-up-22 {
  font-size: 1.375rem;
}
.tb_w .tb thead th.impor-red {
  position: relative;
  background-color: #fdeae4;
  border-top: 4px solid #ef4121;
  border-bottom: 0;
  color: #f26632;
}
.tb_w .tb thead th.impor-red:before, .tb_w .tb thead th.impor-red:after {
  position: absolute;
  top: -4px;
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 10px);
  background-color: #ef4121;
}
.tb_w .tb thead th.impor-red:before {
  left: -4px;
}
.tb_w .tb thead th.impor-red:after {
  right: -4px;
}
.tb_w .tb thead th.impor-ora {
  position: relative;
  background-color: #fdeae4;
  border-top: 4px solid #f26632;
  color: #f26632;
}
.tb_w .tb thead tr th {
  text-align: center;
}
.tb_w .tb thead tr th:first-child {
  border-left: 0;
}
.tb_w .tb thead tr th:last-child {
  border-right: 0;
}
.tb_w .tb tbody tr {
  z-index: 1;
}
.tb_w .tb tbody tr th, .tb_w .tb tbody tr td {
  padding: 0.5rem;
  text-align: center;
}
.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: 1399px) {
  .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: 1399px) {
  .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: 1399px) {
  .tb_w .tb tbody tr th.txt-right.txt-side-pd, .tb_w .tb tbody tr td.txt-right.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody tr th:first-child, .tb_w .tb tbody tr td:first-child {
  border-left: 0;
}
.tb_w .tb tbody tr th:last-child, .tb_w .tb tbody tr td:last-child {
  border-right: 0;
}
.tb_w .tb tbody th, .tb_w .tb tbody td {
  font-size: 1rem;
  font-weight: 200;
  color: #555;
  border: 1px solid #dbdbdb;
  height: 3.4375rem;
}
.tb_w .tb tbody th {
  background-color: #f3f2f2;
  color: #000;
  font-weight: 400;
}
.tb_w .tb tbody th.bg-none {
  background-color: #fff;
}
.tb_w .tb tbody th.red-bg {
  background-color: #fef4f1;
}
.tb_w .tb tbody td {
  background-color: #fff;
}
.tb_w .tb tbody td.point-gr {
  background-color: #f5f5f5;
}
.tb_w .tb tbody td.impor-red {
  border-left: 4px solid #ef4121 !important;
  border-right: 4px solid #ef4121 !important;
  border-bottom: 1px solid #f26632;
  border-top: 1px solid #f26632;
  background-color: #fef4f1;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tb_w .tb tbody td.impor-red.last-line-red {
  border-bottom: 3px solid #ef4121;
}
.tb_w .tb tbody td.impor-ora {
  border-bottom: 1px solid #f26632;
  border-top: 1px solid #f26632;
  background-color: #fef4f1;
  color: #f26632;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.tb_w .tb tbody td.impor-ora.last-line-red {
  border-bottom: 3px solid #f26632;
}
.tb_w .tb tbody td.point-red {
  position: relative;
  font-weight: 700;
  color: #ef4121 !important;
}
.tb_w .tb tbody td.point-red:after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #ef4121;
}
.tb_w .tb tbody td.point-gray {
  background-color: #f5f5f5;
  color: #090f33;
  font-weight: 500;
}
.tb_w .tb tbody td.gray-bg {
  background-color: #fbfbfb;
}
.tb_w .tb tbody td.lb-bg {
  background-color: #f6f7fc;
}
.tb_w .tb tbody td.red-bg {
  background-color: #fef4f1;
}
.tb_w .tb tbody td.green-zone {
  padding: 0.3125rem !important;
}
.tb_w .tb tbody td.green-zone .g-ls {
  background-color: #ecf4ec;
  padding: 0.3125rem;
}
.tb_w .tb tbody td.green-zone .g-ls > li {
  font-size: 16px;
  font-weight: 400;
  color: #298d3c;
  line-height: 2;
}
.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.th-top-line .tb {
  border-top: 0;
}
.tb_w.th-top-line .tb thead th {
  border-top: 4px solid #3a495e;
}
.tb_w.th-top-line .tb thead th.impor-red {
  border: 4px solid #ef4121;
  border-bottom: 0;
}
.tb_w.bd-pd-up .tb thead th {
  padding: 0.5rem 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb thead th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb thead th {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-up .tb tbody th, .tb_w.bd-pd-up .tb tbody td {
  padding: 0.875rem 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb tbody th, .tb_w.bd-pd-up .tb tbody td {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb tbody th, .tb_w.bd-pd-up .tb tbody td {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-up.dbpdsm-th tbody th {
  padding: 0.875rem 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-up.dbpdsm-th tbody th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-up.dbpdsm-th tbody th {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-side-sm .tb thead th {
  padding: 0.5rem 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb thead th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb thead th {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-side-sm .tb tbody th, .tb_w.bd-pd-side-sm .tb tbody td {
  padding: 0.875rem 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb tbody th, .tb_w.bd-pd-side-sm .tb tbody td {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb tbody th, .tb_w.bd-pd-side-sm .tb tbody td {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-side-xsm .tb thead th {
  padding: 0.5rem 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-xsm .tb thead th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-xsm .tb thead th {
    padding: 0.5rem 0.625rem;
  }
}
.tb_w.bd-pd-side-xsm .tb tbody th, .tb_w.bd-pd-side-xsm .tb tbody td {
  padding: 0.875rem 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-xsm .tb tbody th, .tb_w.bd-pd-side-xsm .tb tbody td {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-xsm .tb tbody th, .tb_w.bd-pd-side-xsm .tb tbody td {
    padding: 0.5rem 0.625rem;
  }
}
.tb_w.mgt-20 {
  margin-top: 1.25rem;
}
.tb_w.mgt-30 {
  margin-top: 1.875rem;
}
.tb_w.mgt-50 {
  margin-top: 3.125rem;
}
.tb_w.mgb-20 {
  margin-bottom: 1.25rem;
}
.tb_w.mgt-50 {
  margin-top: 3.125rem;
}
.tb_w.color-point-bd tbody tr.white-line th, .tb_w.color-point-bd tbody tr.white-line td {
  border: 1px solid #fff;
}
.tb_w.color-point-bd tbody th.ora-txt, .tb_w.color-point-bd tbody td.ora-txt {
  color: #f26632;
  font-weight: 500;
}
.tb_w.color-point-bd tbody th.ora-bg, .tb_w.color-point-bd tbody td.ora-bg {
  background-color: #fef4f1;
}
.tb_w.color-point-bd tbody th.ora-bold-bg, .tb_w.color-point-bd tbody td.ora-bold-bg {
  background-color: #fdeae4;
}
.tb_w.color-point-bd tbody th.line-t-ora, .tb_w.color-point-bd tbody td.line-t-ora {
  border-top: 3px solid #f26632 !important;
}
.tb_w.color-point-bd tbody th.line-b-ora, .tb_w.color-point-bd tbody td.line-b-ora {
  border-bottom: 3px solid #f26632 !important;
}
.tb_w.color-point-bd tbody th.cell-pd-bg, .tb_w.color-point-bd tbody td.cell-pd-bg {
  padding: 0.3125rem;
}
.tb_w.color-point-bd tbody th.cell-pd-bg .cell-in, .tb_w.color-point-bd tbody td.cell-pd-bg .cell-in {
  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;
  font-weight: 400;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tb_w.color-point-bd tbody th.cell-pd-bg .cell-in.green, .tb_w.color-point-bd tbody td.cell-pd-bg .cell-in.green {
  background-color: #ecf4ec;
  color: #298d3c;
}
.tb_w.color-point-bd tbody th.cell-pd-bg .cell-in.blue, .tb_w.color-point-bd tbody td.cell-pd-bg .cell-in.blue {
  background-color: #e5ecf4;
  color: #004098;
}
.tb_w.color-point-bd tbody th.cell-pd-bg.pd-t-x, .tb_w.color-point-bd tbody td.cell-pd-bg.pd-t-x {
  padding-top: 0;
}
.tb_w.color-point-bd tbody th.cell-pd-bg.pd-b-x, .tb_w.color-point-bd tbody td.cell-pd-bg.pd-b-x {
  padding-bottom: 0;
}
.tb_w.color-point-bd tbody th.cell-pd-bg.pd-l-x, .tb_w.color-point-bd tbody td.cell-pd-bg.pd-l-x {
  padding-left: 0;
}
.tb_w.color-point-bd tbody th.cell-pd-bg.pd-r-x, .tb_w.color-point-bd tbody td.cell-pd-bg.pd-r-x {
  padding-right: 0;
}
.tb_w.color-point-bd tbody th.cell-pd-bg.txt-right .cell-in, .tb_w.color-point-bd tbody td.cell-pd-bg.txt-right .cell-in {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.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;
  height: 2.9375rem;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subbtn .txt {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.subbtn .icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 1.25rem;
}
.subbtn .icon.tel {
  background-image: url("../images/sub/subbtn-icon-tel.png");
  width: 1.25rem;
  height: 1.125rem;
  margin-left: 0;
  margin-right: 0.5625rem;
}
.subbtn .icon.dw {
  background-image: url("../images/sub/subbtn-icon-dw.png");
  width: 0.875rem;
  height: 0.8125rem;
}
.subbtn .icon.blank {
  background-image: url("../images/sub/subbtn-icon-blank.png");
  width: 1.0625rem;
  height: 1rem;
}
.subbtn.corner-edge {
  padding: 0 1.25rem;
  height: 2.9375rem;
  border-radius: 0.625rem;
}
.subbtn.corner-circle {
  padding: 0 1.25rem;
  height: 3.1875rem;
  border-radius: 1.5rem;
}
.subbtn.corner-circle .txt {
  padding-left: 0.5rem;
}
.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 {
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
}
.subbtn.sz-small .txt {
  font-size: 1rem;
  font-weight: 500;
}
.subbtn.sz-mid {
  height: 2.25rem;
  padding: 0 1.25rem;
}
.subbtn.sz-mid .txt {
  font-size: 0.9375rem;
}
.subbtn.sz-tall {
  height: 3.125rem;
  padding: 0 1.25rem;
}
.subbtn.sz-tall .txt {
  font-size: 0.9375rem;
}
.subbtn.royal {
  background-color: #004098;
}
.subbtn.brown {
  background-color: #66452c;
}
.subbtn.l-blue {
  background-color: #3dc0f7;
}
.subbtn.yellow {
  background-color: #f79447;
}
.subbtn.mgl-5 {
  margin-left: 0.3125rem;
}
.subbtn.mgt-5 {
  margin-top: 0.3125rem;
}
.subbtn.mgt-10 {
  margin-top: 0.625rem;
}

.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: 1399px) {
  .btn-wrap .btn-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap .btn-box .subbtn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap .btn-box .subbtn.wd-200 {
    width: 12.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap .btn-box .subbtn.wd-260 {
    width: 16.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap .btn-box .subbtn.wd-250 {
    width: 15.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap .btn-box .subbtn.wd-280 {
    width: 17.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap .btn-box .subbtn.wd-300 {
    width: 18.75rem;
  }
}
.btn-wrap.mgt-13 {
  margin-top: 0.8125rem;
}
.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: 1399px) {
  .btn-wrap.st-right .btn-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap.st-right .btn-box .subbtn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-200 {
    width: 12.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-260 {
    width: 16.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-250 {
    width: 15.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-right .btn-box .subbtn.wd-280 {
    width: 17.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .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: 1399px) {
  .btn-wrap.st-left .btn-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap.st-left .btn-box .subbtn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-200 {
    width: 12.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-260 {
    width: 16.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-250 {
    width: 15.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.st-left .btn-box .subbtn.wd-280 {
    width: 17.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .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: 1399px) {
  .btn-wrap.btn-per-100 .btn-box .subbtn {
    padding: 0 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.btn-per-100 .btn-box .subbtn {
    padding: 0 1.375rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap.alone .btn-box {
    width: 12.5rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap.alone .btn-box .subbtn {
    width: 100%;
  }
}

.circle-iconbox {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  overflow: hidden;
}
.circle-iconbox .nor-txt {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  text-align: center;
}
.circle-iconbox .nor-txt.white {
  color: #fff;
}
.circle-iconbox.line {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
.circle-iconbox.line.orange {
  border-color: #f26632;
}
.circle-iconbox.line.blue {
  border-color: #004098;
}
.circle-iconbox.line.bdnone {
  border: 0;
}
.circle-iconbox.bg.orange {
  background-color: #f26632;
}
.circle-iconbox.bg.orange .nor-txt {
  color: #fff;
}
.circle-iconbox.bg.light-orange {
  background-color: #f79447;
}
.circle-iconbox.bg.light-orange .nor-txt {
  color: #fff;
}
.circle-iconbox.bg.blue {
  background-color: #004098;
}
.circle-iconbox.bg.blue .nor-txt {
  color: #fff;
}
.circle-iconbox.bg.sky {
  background-color: #6c85a8;
}
.circle-iconbox.bg.gray {
  background-color: #3a495e;
}
.circle-iconbox.bg.gray .nor-txt {
  color: #fff;
}
.circle-iconbox.bg.light-gray {
  background-color: #e8edf3;
}
.circle-iconbox.bg.light-gray .nor-txt {
  color: #3a495e;
}
.circle-iconbox.bg.brown {
  background-color: #66452c;
}
.circle-iconbox.bg.white {
  background-color: #fff;
}
.circle-iconbox.bg.icon-ver {
  width: 9.25rem;
  height: 9.25rem;
}
.circle-iconbox.bg.icon-ver .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;
}
.circle-iconbox.bg.icon-ver .cir-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 1.125rem;
}
.circle-iconbox.bg.icon-ver .cir-icon.icon-andong {
  width: 5.0625rem;
  height: 1.625rem;
  background-image: url("../images/sub/hiinf-org-logo.png");
}
.circle-iconbox.bg.icon-ver .txt {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.411;
}
.circle-iconbox.bg.border-up {
  border: 10px solid #f7e3dd;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.circle-iconbox.linebgg {
  width: 8.8125rem;
  height: 8.8125rem;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  padding: 0.375rem;
}
.circle-iconbox.linebgg .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;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.circle-iconbox.linebgg.orange {
  border-color: #f26632;
}
.circle-iconbox.linebgg.orange .inner-box {
  background-color: #f26632;
}
.circle-iconbox.linebgg.yellow {
  border-color: #f79447;
}
.circle-iconbox.linebgg.yellow .inner-box {
  background-color: #f79447;
}
.circle-iconbox.linebgg.blue {
  border-color: #004098;
}
.circle-iconbox.linebgg.blue .inner-box {
  background-color: #004098;
}
.circle-iconbox.linebgg.white {
  border-color: #fff;
}
.circle-iconbox.linebgg.white .inner-box {
  background-color: #fff;
}
.circle-iconbox.linebgg.up-icon .inner-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon {
  width: 2.1875rem;
  height: 2.1875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 0.5625rem;
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-1 {
  background-image: url("../images/sub/cir-linebgg-icon-1.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-2 {
  background-image: url("../images/sub/cir-linebgg-icon-2.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-3 {
  width: 2.5rem;
  height: 2.125rem;
  background-image: url("../images/sub/cir-linebgg-icon-3.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-4 {
  width: 2.25rem;
  height: 2.375rem;
  background-image: url("../images/sub/cir-linebgg-icon-4.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-5 {
  width: 2.25rem;
  height: 2.625rem;
  background-image: url("../images/sub/cir-linebgg-icon-5.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-6 {
  background-image: url("../images/sub/cir-linebgg-icon-6.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-7 {
  width: 3.1875rem;
  height: 2.25rem;
  background-image: url("../images/sub/cir-linebgg-icon-7.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-8 {
  width: 2rem;
  height: 2.4375rem;
  background-image: url("../images/sub/cir-linebgg-icon-8.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .cir-icon.icon-9 {
  width: 2.4375rem;
  height: 2.75rem;
  background-image: url("../images/sub/cir-linebgg-icon-9.png");
}
.circle-iconbox.linebgg.up-icon .inner-box .txt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
.circle-iconbox.icon {
  position: relative;
}
.circle-iconbox.icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
          transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  content: "";
  display: block;
  width: 7.8125rem;
  height: 7.8125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.circle-iconbox.icon.cir-con-test:after {
  background-image: url("../images/sub/cir-con-test.png");
}
.circle-iconbox.icon.cir-con-1-1:after {
  background-image: url("../images/sub/cir-con-1-1.png");
}
.circle-iconbox.icon.cir-con-1-2:after {
  background-image: url("../images/sub/cir-con-1-2.png");
}
.circle-iconbox.icon.cir-con-1-3:after {
  background-image: url("../images/sub/cir-con-1-3.png");
}
.circle-iconbox.icon.cir-con-1-4:after {
  background-image: url("../images/sub/cir-con-1-4.png");
}
.circle-iconbox.icon.cir-con-1-5:after {
  background-image: url("../images/sub/cir-con-1-5.png");
}
.circle-iconbox.icon.cir-con-2-1:after {
  background-image: url("../images/sub/cir-con-2-1.png");
}
.circle-iconbox.icon.cir-con-2-2:after {
  background-image: url("../images/sub/cir-con-2-2.png");
}
.circle-iconbox.icon.cir-con-2-3:after {
  background-image: url("../images/sub/cir-con-2-3.png");
}
.circle-iconbox.icon.cir-con-2-4:after {
  background-image: url("../images/sub/cir-con-2-4.png");
}
.circle-iconbox.icon.cir-con-2-5:after {
  background-image: url("../images/sub/cir-con-2-5.png");
}
.circle-iconbox.icon.cir-con-2-6:after {
  background-image: url("../images/sub/cir-con-2-6.png");
}
.circle-iconbox.icon.cir-con-3-1:after {
  background-image: url("../images/sub/cir-con-3-1.png");
}
.circle-iconbox.icon.cir-con-3-2:after {
  background-image: url("../images/sub/cir-con-3-2.png");
}
.circle-iconbox.icon.cir-con-3-3:after {
  background-image: url("../images/sub/cir-con-3-3.png");
}
.circle-iconbox.icon.cir-con-3-4:after {
  background-image: url("../images/sub/cir-con-3-4.png");
}
.circle-iconbox.icon.cir-con-3-5:after {
  background-image: url("../images/sub/cir-con-3-5.png");
}
.circle-iconbox.icon.cir-con-3-6:after {
  background-image: url("../images/sub/cir-con-3-6.png");
}
.circle-iconbox.icon.cir-con-3-7:after {
  background-image: url("../images/sub/cir-con-3-7.png");
}
.circle-iconbox.icon-n-txt .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;
}
.circle-iconbox.icon-n-txt .inner-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.125rem;
  height: 3.125rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.circle-iconbox.icon-n-txt .inner-box .icon.con-1 {
  background-image: url("../images/sub/icon-n-txt-icon-1.png");
}
.circle-iconbox.icon-n-txt .inner-box .icon.con-2 {
  background-image: url("../images/sub/icon-n-txt-icon-2.png");
}
.circle-iconbox.icon-n-txt .inner-box .icon.con-3 {
  background-image: url("../images/sub/icon-n-txt-icon-3.png");
}
.circle-iconbox.icon-n-txt .inner-box .txt {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.circle-iconbox.icon-n-txt .inner-box .txt.ora {
  color: #f26632;
}
.circle-iconbox.icon-n-txt .inner-box .txt.blue {
  color: #004098;
}
.circle-iconbox.icon-n-txt .inner-box .txt.gray {
  color: #3a495e;
}
.circle-iconbox.oval {
  height: auto;
  min-height: 2.6875rem;
  min-width: 6.6875rem;
  border-radius: 40px;
}

.rowcir-line-round {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #fff;
  padding: 0.875rem;
  border-radius: 100px;
}
.rowcir-line-round .rlr-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f26632;
  background-color: #fff;
  height: 100%;
  padding: 1.5625rem 0;
  padding-left: 2.8125rem;
  padding-right: 1.875rem;
  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;
  border-radius: 100px;
}
.rowcir-line-round .rlr-inner .nor-t {
  font-size: 1rem;
  font-weight: 500;
  color: #f79447;
  line-height: 1.5;
  padding-right: 0.2375rem;
}
.rowcir-line-round .rlr-inner .nor-t.t-black {
  color: #000;
}
.rowcir-line-round .rlr-inner .step-con {
  padding-right: 0.2375rem;
}
.rowcir-line-round .rlr-inner .step-con strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.1875rem;
}
.rowcir-line-round .rlr-inner .step-con p {
  font-size: 1rem;
  font-weight: 500;
  color: #f79447;
  line-height: 1.5;
}
.rowcir-line-round .rlr-inner .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.125rem;
  height: 3.125rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.rowcir-line-round .rlr-inner .icon.icon-1 {
  background-image: url("../images/sub/clinic-flowdia-icon-1.png");
}
.rowcir-line-round .rlr-inner .icon.icon-2 {
  background-image: url("../images/sub/clinic-flowdia-icon-2.png");
}
.rowcir-line-round .rlr-inner .icon.icon-3 {
  background-image: url("../images/sub/clinic-flowdia-icon-3.png");
}
.rowcir-line-round .rlr-inner .icon.icon-4 {
  background-image: url("../images/sub/clinic-flowdia-icon-4.png");
}
.rowcir-line-round .rlr-inner .icon.icon-5 {
  background-image: url("../images/sub/clinic-flowdia-icon-5.png");
}
.rowcir-line-round .rlr-inner .icon.icon-6 {
  background-image: url("../images/sub/clinic-flowdia-icon-6.png");
}
.rowcir-line-round .rlr-inner .icon.icon-7 {
  background-image: url("../images/sub/clinic-flowdia-icon-7.png");
}
.rowcir-line-round .rlr-inner .icon.icon-8 {
  background-image: url("../images/sub/clinic-flowdia-icon-8.png");
}
.rowcir-line-round .rlr-inner .icon.icon-9 {
  background-image: url("../images/sub/clinic-flowdia-icon-9.png");
}
.rowcir-line-round .rlr-inner .icon.icon-10 {
  background-image: url("../images/sub/clinic-flowdia-icon-10.png");
}
.rowcir-line-round .rlr-inner .icon.icon-11 {
  background-image: url("../images/sub/clinic-flowdia-icon-11.png");
}
.rowcir-line-round .rlr-inner .icon.icon-12 {
  background-image: url("../images/sub/clinic-flowdia-icon-12.png");
}
.rowcir-line-round .rlr-inner .icon.icon-13 {
  background-image: url("../images/sub/clinic-flowdia-icon-13.png");
}
.rowcir-line-round .rlr-inner .icon.icon-14 {
  background-image: url("../images/sub/clinic-flowdia-icon-14.png");
}
.rowcir-line-round .rlr-inner .icon.icon-15 {
  background-image: url("../images/sub/clinic-flowdia-icon-15.png");
}
.rowcir-line-round .rlr-inner .black-nor-txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.rowcir-line-round .rlr-inner.con-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rowcir-line-round.txt-row {
  padding: 0.8125rem;
}
.rowcir-line-round.txt-row .rlr-inner {
  min-width: 246px;
  padding: 1.2rem 3.1875rem;
}
.rowcir-line-round.txt-row .rlr-inner .step-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rowcir-line-round.txt-row .rlr-inner .step-con strong {
  margin-bottom: 0;
  margin-right: 2.1875rem;
}
.rowcir-line-round.small {
  min-width: 21.0625rem;
}
.rowcir-line-round.small .rlr-inner {
  padding: 1.25rem 0.625rem;
}
.rowcir-line-round.small .rlr-inner .step-con {
  padding-right: 0;
}
.rowcir-line-round.small .rlr-inner .step-con p {
  padding-right: 0;
}

.rectangle-iconbox {
  width: 182px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-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;
  text-align: center;
}
.rectangle-iconbox .inner-box .txt {
  font-size: 1rem;
  font-weight: 500;
  color: #004098;
  letter-spacing: -1px;
}
.rectangle-iconbox.bdline {
  border-width: 1px;
  border-style: solid;
}
.rectangle-iconbox.bdline.line-darkblue {
  border-color: #8ea6c6;
}

.first-inttxt-box {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.first-inttxt-box .tt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box .tt {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box .tt.mgb-x {
    margin-bottom: 0;
  }
}
.first-inttxt-box .tt span {
  position: relative;
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -2px;
}
.first-inttxt-box .tt span:after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.375rem solid #f26632;
  border-radius: 50%;
  position: relative;
  top: -0.75rem;
}
.first-inttxt-box .tt span .en {
  font-family: "Suit";
}
.first-inttxt-box .tt span .en:after {
  display: none;
}
.first-inttxt-box .tt.en span {
  font-family: "Suit";
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.11;
}
.first-inttxt-box .tt.en span:after {
  top: -0.5rem;
}
.first-inttxt-box .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: -1px;
}
.first-inttxt-box.tt-sz-540 .tt {
  width: 540px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box.tt-sz-540 .tt {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.first-inttxt-box.tt-sz-549 .tt {
  width: 549px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box.tt-sz-549 .tt {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.first-inttxt-box.con-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box.con-between {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.first-inttxt-box.con-between .con {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box.con-between .con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.nummber-icon-ls > ul > li {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding: 1.6875rem 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li {
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li {
    padding: 1.6875rem 2.5rem;
  }
}
.nummber-icon-ls > ul > li:first-child {
  border-top: 1px solid #d8d8d8;
}
.nummber-icon-ls > ul > li.number-tt-none .inner-box .con-area .txtcon-zone .check-icon-ls {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.num-divide-box {
    padding: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.num-divide-box {
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.num-divide-box {
    padding: 1.6875rem 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.num-divide-box .inner-box {
    margin: 0 -0.3125rem;
  }
}
.nummber-icon-ls > ul > li.num-divide-box .inner-box .dd-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.num-divide-box .inner-box .dd-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #d8d8d8;
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.num-divide-box .inner-box .dd-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 0;
    padding: 0 0.3125rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.num-divide-box .inner-box .dd-box:last-child {
    border-bottom: 0;
  }
}
.nummber-icon-ls > ul > li.big-title .inner-box .con-area > .tt i {
  display: none;
}
.nummber-icon-ls > ul > li.big-title .inner-box .con-area > .tt span {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: -2.0625rem;
  letter-spacing: -1px;
}
.nummber-icon-ls > ul > li.big-title .inner-box .con-area .txtcon-zone .check-icon-ls {
  margin-top: 0.85rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.big-title .inner-box .con-area .txtcon-zone .check-icon-ls {
    margin: -1rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul > li.big-title .inner-box .con-area .txtcon-zone .check-icon-ls {
    margin-top: 0.07rem;
  }
}
.nummber-icon-ls > ul .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box {
    -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;
  }
}
.nummber-icon-ls > ul .inner-box .ico-area {
  margin-right: 2.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .ico-area {
    margin-right: 0;
    margin-bottom: 0.625rem;
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .ico-area {
    margin-right: 1.8rem;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .ico-area .circle-iconbox {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .ico-area .circle-iconbox:after {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.nummber-icon-ls > ul .inner-box .con-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.0625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area {
    padding-left: 0;
  }
}
.nummber-icon-ls > ul .inner-box .con-area > .tt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area > .tt {
    padding-left: 2.0625rem;
  }
}
.nummber-icon-ls > ul .inner-box .con-area > .tt i {
  position: absolute;
  top: 0.35rem;
  left: -2.0625rem;
  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-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  text-align: center;
  background-color: #000;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area > .tt i {
    left: 0;
    top: 0.25rem;
  }
}
.nummber-icon-ls > ul .inner-box .con-area > .tt span {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  line-height: 2;
}
.nummber-icon-ls > ul .inner-box .con-area > .tt.wei-light i {
  top: 0.375rem;
}
.nummber-icon-ls > ul .inner-box .con-area > .tt.wei-light span {
  font-weight: 200;
  line-height: 2;
}
.nummber-icon-ls > ul .inner-box .con-area > .tt.wei-medium i {
  top: 0.375rem;
}
.nummber-icon-ls > ul .inner-box .con-area > .tt.wei-medium span {
  font-weight: 500;
  line-height: 2;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .txtcon {
  font-size: 1rem;
  font-weight: 200;
  color: #555;
  line-height: 2;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls {
  margin-left: -1.25rem;
  margin-top: 0.85rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls {
    margin: -1rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls {
    margin: 0;
    margin-left: -1.25rem;
    margin-top: 0.85rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls.dozen-ul {
    margin-left: 0;
  }
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls.dozen-ul > ul {
  border-bottom: 1px solid #d8d8d8;
  padding: 2.5rem 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls.dozen-ul > ul {
    padding: 0.8rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls.dozen-ul > ul {
    padding: 1.5rem 0;
  }
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls.dozen-ul > ul:first-child {
  border-top: 0;
  padding-top: 0;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .check-icon-ls.dozen-ul > ul:last-child {
  border-bottom: 0;
  padding-bottom: 0.8125rem;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .load-info-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .load-info-ls > li:last-child {
  margin-bottom: 0;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .load-info-ls > li .tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 7.8125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #f26632;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .load-info-ls > li .contxt {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.nummber-icon-ls > ul .inner-box .con-area .txtcon-zone .load-info-ls.wd-98 > li .tt {
  width: 6.125rem;
}
.nummber-icon-ls > ul .inner-box .con-area.con-pd-x {
  padding-left: 0;
}
.nummber-icon-ls.mgt-15 {
  margin-top: 0.9375rem;
}
.nummber-icon-ls.mgb-15 {
  margin-bottom: 0.9375rem;
}
.nummber-icon-ls.mgt-25 {
  margin-top: 1.5625rem;
}
.nummber-icon-ls.mgb-25 {
  margin-bottom: 1.5625rem;
}
.nummber-icon-ls.mgt-27 {
  margin-top: 1.6875rem;
}
.nummber-icon-ls.mgb-27 {
  margin-bottom: 1.6875rem;
}

.check-icon-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
}
.check-icon-ls > ul:first-child {
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul {
    padding: 1rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul {
    padding: 0;
  }
}
.check-icon-ls > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3.0625rem 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul > li {
    padding: 1rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul > li {
    padding: 2rem 0;
  }
}
.check-icon-ls > ul > li .box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.check-icon-ls > ul > li:last-child .box:after {
  display: none;
}
.check-icon-ls > ul > li.con-none {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul > li.con-none {
    display: none;
  }
}
.check-icon-ls > ul > li.con-none .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;
}
.check-icon-ls > ul > li.con-none .box .none-icon {
  display: block;
  width: 8.8125rem;
  height: 6.5625rem;
  background: url("../images/sub/check-icon-ls-con-none.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul > li.flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul > li.flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.check-icon-ls > ul > li.flex-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}
.check-icon-ls > ul.con-col-2 > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50% !important;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-2 > li {
    width: 50% !important;
  }
}
.check-icon-ls > ul.con-col-3 > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-3 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50% !important;
  }
  .check-icon-ls > ul.con-col-3 > li:nth-child(2n) .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-3 > li {
    width: 33.3333% !important;
  }
  .check-icon-ls > ul.con-col-3 > li:nth-child(2n) .box:after {
    display: block;
  }
  .check-icon-ls > ul.con-col-3 > li:nth-child(3n) .box:after {
    display: none;
  }
}
.check-icon-ls > ul.con-col-4 > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-4 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .check-icon-ls > ul.con-col-4 > li:nth-child(2n) .box:after {
    display: none;
  }
}
.check-icon-ls > ul.con-col-5 > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-5 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .check-icon-ls > ul.con-col-5 > li:nth-child(2n) .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-5 > li {
    width: 33.3333%;
  }
  .check-icon-ls > ul.con-col-5 > li:nth-child(2n) .box:after {
    display: block;
  }
  .check-icon-ls > ul.con-col-5 > li:nth-child(3n) .box:after {
    display: none;
  }
}
.check-icon-ls > ul.con-col-6 > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-6 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .check-icon-ls > ul.con-col-6 > li:nth-child(2n) .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-6 > li {
    width: 33.3333%;
  }
  .check-icon-ls > ul.con-col-6 > li:nth-child(2n) .box:after {
    display: block;
  }
  .check-icon-ls > ul.con-col-6 > li:nth-child(3n) .box:after {
    display: none;
  }
}
.check-icon-ls > ul.con-col-7 > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 14.2857%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-7 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .check-icon-ls > ul.con-col-7 > li:nth-child(2n) .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .check-icon-ls > ul.con-col-7 > li {
    width: 33.3333%;
  }
  .check-icon-ls > ul.con-col-7 > li:nth-child(2n) .box:after {
    display: block;
  }
  .check-icon-ls > ul.con-col-7 > li:nth-child(3n) .box:after {
    display: none;
  }
}
.check-icon-ls .box {
  position: relative;
  padding: 0.25rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.check-icon-ls .box .title-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}
.check-icon-ls .box .title-zone .icon-check {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.625rem;
  height: 1.3125rem;
  background: url("../images/sub/ls-typ-check-orange-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.check-icon-ls .box .title-zone .tt {
  margin-left: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.check-icon-ls .box .title-zone .tt.en {
  font-weight: 400;
}
.check-icon-ls .box .title-zone.title-big {
  margin-bottom: 1.25rem;
}
.check-icon-ls .box .title-zone.title-big .tt {
  font-size: 1.5rem;
  font-weight: 700;
}
.check-icon-ls .box .con-zone {
  position: relative;
  z-index: 1;
}
.check-icon-ls .box .con-zone .nor-c {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
}
.check-icon-ls .box .con-zone .nor-c .in-tt {
  display: block;
}
.check-icon-ls .box .con-zone .ls-typ.check > li .mark {
  line-height: 2;
}
.check-icon-ls .box .con-zone .ls-typ.check > li .mark:before {
  top: 0.375rem;
}
.check-icon-ls .box .con-zone .ls-typ.dash > li {
  line-height: 1.5;
}
.check-icon-ls .box .con-zone .subbtn.mgt-5 {
  margin-top: 0.3125rem;
}
.check-icon-ls .box .con-zone .type-ls-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.875rem;
  padding-top: 1.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls .box .con-zone .type-ls-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.check-icon-ls .box .con-zone .type-ls-flex .ls-typ {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls .box .con-zone .type-ls-flex .ls-typ {
    padding: 0;
  }
}
.check-icon-ls .box .con-zone .type-ls-flex .ls-typ:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 4.6875rem);
  background-color: #d8d8d8;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls .box .con-zone .type-ls-flex .ls-typ:after {
    display: none;
  }
}
.check-icon-ls .box .con-zone .type-ls-flex .ls-typ:last-child:after {
  display: none;
}
.check-icon-ls .box .side-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.check-icon-ls .box .side-icon i {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.check-icon-ls .box .side-icon i.con-1 {
  background-image: url("../images/sub/check-icon-ls-bt-icon-1.png");
}
.check-icon-ls .box .side-icon i.con-2 {
  background-image: url("../images/sub/check-icon-ls-bt-icon-2.png");
}
.check-icon-ls .box .side-icon i.con-3 {
  background-image: url("../images/sub/check-icon-ls-bt-icon-3.png");
}
.check-icon-ls .box .side-icon i.con-4 {
  background-image: url("../images/sub/check-icon-ls-bt-icon-4.png");
}
.check-icon-ls .box .side-icon i.con-5 {
  background-image: url("../images/sub/check-icon-ls-bt-icon-5.png");
}
.check-icon-ls .box .side-icon i.con-6 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/sub/check-icon-ls-bt-icon-6.png");
}
.check-icon-ls .box .side-icon i.con-7 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/sub/check-icon-ls-bt-icon-7.png");
}
.check-icon-ls .box .side-icon i.con-8 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/sub/check-icon-ls-bt-icon-8.png");
}
.check-icon-ls .box .side-icon i.con-9 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/sub/check-icon-ls-bt-icon-9.png");
}
.check-icon-ls .box .come-use-con .circle-iconbox {
  min-width: auto;
  min-height: auto;
  width: auto;
  padding: 0.375rem 1.3125rem;
  margin-bottom: 0.4375rem;
}
.check-icon-ls .box .come-use-con .circle-iconbox .nor-txt {
  font-size: 1rem;
  font-weight: 200;
}
.check-icon-ls .box .come-use-con .circle-iconbox .nor-txt strong {
  font-size: 1rem;
}
.check-icon-ls .box .come-use-con .ls-typ {
  padding-left: 10px;
}
.check-icon-ls .box.yes-on:before {
  content: "";
  display: block;
  width: 2.625rem;
  height: 3.125rem;
  position: absolute;
  bottom: 0.25rem;
  right: 1.25rem;
  background: url("../images/sub/ls-typ-check-yes-icon.png") 0 0 no-repeat;
}
.check-icon-ls.f-wrap-none > ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls.f-wrap-none > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.check-icon-ls.f-wrap-none > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .check-icon-ls.f-wrap-none > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.check-icon-ls.f-wrap-none > ul > li.flex-wd-372 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 372px;
}
.check-icon-ls.f-wrap-none > ul > li.flex-wd-436 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 436px;
}
.check-icon-ls.f-wrap-none > ul > li.flex-wd-620 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 620px;
}
.check-icon-ls.f-wrap-none > ul > li.flex-wd-645 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 645px;
}
.check-icon-ls.pd-x > ul > li {
  padding: 0;
}
.check-icon-ls.pd-10 > ul > li {
  padding: 0.625rem 0;
}
.check-icon-ls.bd-x > ul {
  border: 0;
}
.check-icon-ls.bd-t-x > ul {
  border-top: 0;
}
.check-icon-ls.mgt-25 {
  margin-top: 1.5625rem;
}
.check-icon-ls.mgb-25 {
  margin-bottom: 1.5625rem;
}

.boxing-colorpoint-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.625rem;
}
.boxing-colorpoint-ls > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 328px;
      flex-basis: 328px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem;
}
.boxing-colorpoint-ls .box {
  border: 1px solid #d8d8d8;
  border-top-width: 2px;
  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;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 0.9375rem 1.875rem;
}
.boxing-colorpoint-ls .box.ora {
  border-top-color: #f26632;
}
.boxing-colorpoint-ls .box.ora i {
  background-color: #f26632;
}
.boxing-colorpoint-ls .box.blue {
  border-top-color: #004098;
}
.boxing-colorpoint-ls .box.blue i {
  background-color: #004098;
}
.boxing-colorpoint-ls .box.gray {
  border-top-color: #3a485d;
}
.boxing-colorpoint-ls .box.gray i {
  background-color: #3a485d;
}
.boxing-colorpoint-ls .box i {
  display: block;
  width: 5.0625rem;
  height: 5.0625rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 0.6rem;
}
.boxing-colorpoint-ls .box i.icon-1 {
  background-image: url("../images/sub/boxing-colorpoint-icon-1.png");
}
.boxing-colorpoint-ls .box i.icon-2 {
  background-image: url("../images/sub/boxing-colorpoint-icon-2.png");
}
.boxing-colorpoint-ls .box i.icon-3 {
  background-image: url("../images/sub/boxing-colorpoint-icon-3.png");
}
.boxing-colorpoint-ls .box i.icon-4 {
  background-image: url("../images/sub/boxing-colorpoint-icon-4.png");
}
.boxing-colorpoint-ls .box i.icon-5 {
  background-image: url("../images/sub/boxing-colorpoint-icon-5.png");
}
.boxing-colorpoint-ls .box i.icon-6 {
  background-image: url("../images/sub/boxing-colorpoint-icon-6.png");
}
.boxing-colorpoint-ls .box i.icon-7 {
  background-image: url("../images/sub/boxing-colorpoint-icon-7.png");
}
.boxing-colorpoint-ls .box i.icon-8 {
  background-image: url("../images/sub/boxing-colorpoint-icon-8.png");
}
.boxing-colorpoint-ls .box i.icon-9 {
  background-image: url("../images/sub/boxing-colorpoint-icon-9.png");
}
.boxing-colorpoint-ls .box i.icon-10 {
  background-image: url("../images/sub/boxing-colorpoint-icon-10.png");
}
.boxing-colorpoint-ls .box i.icon-11 {
  background-image: url("../images/sub/boxing-colorpoint-icon-11.png");
}
.boxing-colorpoint-ls .box i.icon-12 {
  background-image: url("../images/sub/boxing-colorpoint-icon-12.png");
}
.boxing-colorpoint-ls .box i.icon-13 {
  background-image: url("../images/sub/boxing-colorpoint-icon-13.png");
}
.boxing-colorpoint-ls .box .tt {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.75;
}
.boxing-cont-cir > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-cir > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.boxing-cont-cir > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-cir > ul > li {
    -ms-flex-preferred-size: 365px;
        flex-basis: 365px;
  }
}
.boxing-cont-cir .box {
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 3.125rem 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir .box {
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-cir .box {
    padding: 1.875rem 1.25rem;
  }
}
.boxing-cont-cir .box .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxing-cont-cir .box .title-area .circle-iconbox {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir .box .title-area .circle-iconbox {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-cir .box .title-area .circle-iconbox {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir .box .title-area .circle-iconbox:after {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-cir .box .title-area .circle-iconbox:after {
    width: 7rem;
    height: 7rem;
  }
}
.boxing-cont-cir .box .title-area .tt {
  padding-left: 1.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir .box .title-area .tt {
    padding-left: 1.25rem;
  }
}
.boxing-cont-cir .box .title-area .tt span {
  display: block;
  font-weight: 700;
  color: #000;
}
.boxing-cont-cir .box .title-area .tt span.en {
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
  line-height: 1.56;
}
.boxing-cont-cir .box .title-area .tt span.han {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: -2px;
  word-break: break-word;
}
.boxing-cont-cir .box .txt-area {
  margin-top: 1.5625rem;
}
.boxing-cont-cir .box .txt-area .txt {
  font-size: 1rem;
  font-weight: 200;
  color: #555;
  line-height: 2;
}
.boxing-cont-cir .box .txt-area .ls-typ.impor.mgt-5 {
  margin-top: 0.3125rem;
}
.boxing-cont-cir.type-2 .box .title-area {
  -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: 0px) and (max-width: 1399px) {
  .boxing-cont-cir.type-2 .box .title-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.boxing-cont-cir.type-2 .box .title-area .tt {
  padding-left: 0;
  padding-top: 2.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir.type-2 .box .title-area .tt {
    padding-top: 1.5625rem;
  }
}
.boxing-cont-cir.fx-wrap > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.boxing-cont-cir.box-col-2 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir.box-col-2 > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-cir.box-col-2 > ul > li {
    -ms-flex-preferred-size: 365px;
        flex-basis: 365px;
  }
}
.boxing-cont-cir.box-col-3 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-cir.box-col-3 > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-cir.box-col-3 > ul > li {
    -ms-flex-preferred-size: 365px;
        flex-basis: 365px;
  }
}
.boxing-cont-cir.mgt-27 {
  margin-top: 1.6875rem;
}
.boxing-cont-cir.mgb-27 {
  margin-bottom: 1.6875rem;
}

.boxing-cont-bgbox {
  padding: 4.375rem 5.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox {
    padding: 1.875rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-bgbox {
    padding: 3.75rem 1.875rem;
  }
}
.boxing-cont-bgbox.gray {
  background-color: #f8f9fb;
}
.boxing-cont-bgbox .title {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 1.8125rem;
}
.boxing-cont-bgbox .boxing-cont-icon > ul > li {
  margin-bottom: 2.5rem;
}
.boxing-cont-bgbox .boxing-cont-icon > ul > li:last-child {
  margin-bottom: 0;
}
.boxing-cont-bgbox .boxing-cont-icon .box {
  background-color: #fff;
  padding: 2.5rem 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.04);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box {
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.boxing-cont-bgbox .boxing-cont-icon .box.cnt-align-center .txt-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .title-zone {
    position: relative;
    width: 100%;
  }
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone.size-245 {
  width: 15.3125rem;
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone .tt {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.36;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .title-zone .tt {
    display: block;
    padding-right: 3.4rem;
  }
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon {
  display: block;
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 0.625rem;
  margin-top: 1.8125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon {
    width: 3rem;
    height: 3rem;
  }
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon.ico-test {
  background-image: url("../images/sub/boxing-cont-icon-test.png");
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon.ico-1-1 {
  background-image: url("../images/sub/boxing-cont-icon-1-1.png");
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon.ico-1-2 {
  background-image: url("../images/sub/boxing-cont-icon-1-2.png");
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon.ico-1-3 {
  background-image: url("../images/sub/boxing-cont-icon-1-3.png");
}
.boxing-cont-bgbox .boxing-cont-icon .box .title-zone .icon.ico-1-4 {
  background-image: url("../images/sub/boxing-cont-icon-1-4.png");
}
.boxing-cont-bgbox .boxing-cont-icon .box .txt-zone {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .txt-zone {
    padding-left: 0;
    padding-top: 0.9rem;
    margin-top: 0.9rem;
  }
}
.boxing-cont-bgbox .boxing-cont-icon .box .txt-zone:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .txt-zone:after {
    width: 100%;
    height: 1px;
  }
}
.boxing-cont-bgbox .boxing-cont-icon .box .txt-zone .nor-c {
  font-weight: 400;
  line-height: 2;
}
.boxing-cont-bgbox .boxing-cont-icon .box .txt-zone .btn-area {
  margin-top: 1.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .txt-zone .btn-area {
    text-align: center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-cont-bgbox .boxing-cont-icon .box .txt-zone .btn-area {
    text-align: left;
  }
}
.boxing-cont-bgbox .boxing-cont-icon .box .txt-zone .mgt-15 {
  margin-top: 0.9375rem;
}
.boxing-cont-bgbox .boxing-cont-icon .box.orange .title-zone .tt {
  color: #f26632;
}
.boxing-cont-bgbox .boxing-cont-icon .box.orange .title-zone .icon {
  background-color: #f26632;
}
.boxing-cont-bgbox .boxing-cont-icon .box.blue .title-zone .tt {
  color: #004098;
}
.boxing-cont-bgbox .boxing-cont-icon .box.blue .title-zone .icon {
  background-color: #004098;
}
.boxing-cont-bgbox .boxing-cont-icon .box.sky .title-zone .tt {
  color: #98b2d4;
}
.boxing-cont-bgbox .boxing-cont-icon .box.sky .title-zone .icon {
  background-color: #98b2d4;
}
.boxing-cont-bgbox .boxing-cont-icon .box.gray .title-zone .tt {
  color: #3a485d;
}
.boxing-cont-bgbox .boxing-cont-icon .box.gray .title-zone .icon {
  background-color: #3a485d;
}
.boxing-cont-bgbox .ft-txt {
  margin-top: 3.75rem;
  text-align: center;
  font-weight: 500;
  color: #666;
  line-height: 2;
}

.boxing-help-cont .help-content-box {
  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;
}
.boxing-help-cont .help-content-box .title .tt {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -2px;
}
.boxing-help-cont .help-content-box .title .sub-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3.375rem;
  margin-top: 8px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .title .sub-tel {
    -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: 1399px) {
  .boxing-help-cont .help-content-box .title .sub-tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.boxing-help-cont .help-content-box .title .sub-tel:before {
  position: absolute;
  top: -0.3125rem;
  left: 0;
  display: block;
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: #fff url("../images/sub/swipe-thumb-tel-icon.png") 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .title .sub-tel:before {
    top: 0.5875rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .title .sub-tel:before {
    top: -0.3125rem;
  }
}
.boxing-help-cont .help-content-box .title .sub-tel > li {
  position: relative;
  padding-right: 1.125rem;
}
.boxing-help-cont .help-content-box .title .sub-tel > li:after {
  content: "/";
  display: block;
  font-family: "Suit";
  font-size: 1.5625rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0.25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .title .sub-tel > li:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .title .sub-tel > li:after {
    display: block;
  }
}
.boxing-help-cont .help-content-box .title .sub-tel > li:last-child {
  padding-right: 0;
}
.boxing-help-cont .help-content-box .title .sub-tel > li:last-child:after {
  display: none;
}
.boxing-help-cont .help-content-box .title .sub-tel > li .box {
  display: block;
  color: #fff;
}
.boxing-help-cont .help-content-box .title .sub-tel > li .box strong {
  font-size: 1.375rem;
  font-weight: 500;
}
.boxing-help-cont .help-content-box .title .sub-tel > li .box strong.en {
  font-family: "Suit";
}
.boxing-help-cont .help-content-box .title .sub-tel > li .box span {
  font-family: "Suit";
  font-size: 1.5625rem;
  font-weight: 500;
}
.boxing-help-cont .help-content-box .tt-tel-box {
  margin-left: 7.0625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .tt-tel-box {
    margin-left: 0;
  }
}
.boxing-help-cont .help-content-box .tt-tel-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.9375rem -1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .tt-tel-box > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .tt-tel-box > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.boxing-help-cont .help-content-box .tt-tel-box > ul > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem 1.875rem;
}
.boxing-help-cont .help-content-box .tt-tel-box > ul > li:last-child .t-txt:after {
  display: none;
}
.boxing-help-cont .help-content-box .tt-tel-box .t-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxing-help-cont .help-content-box .tt-tel-box .t-txt:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: #fff url("../images/sub/swipe-thumb-tel-icon.png") 0 0 no-repeat;
  background-size: contain;
  margin-right: 0.9375rem;
}
.boxing-help-cont .help-content-box .tt-tel-box .t-txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .tt-tel-box .t-txt:after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: -0.9375rem;
    left: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .tt-tel-box .t-txt:after {
    bottom: auto;
    left: auto;
    width: 1px;
    height: 100%;
    right: -1.875rem;
  }
}
.boxing-help-cont .help-content-box .tt-tel-box .t-txt strong {
  display: block;
  text-align: left;
}
.boxing-help-cont .help-content-box .tt-tel-box .t-txt strong span {
  display: block;
  color: #fff;
}
.boxing-help-cont .help-content-box .tt-tel-box .t-txt strong span.n {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 0.1875rem;
}
.boxing-help-cont .help-content-box .tt-tel-box .t-txt strong span.t {
  font-size: 1.3125rem;
  font-weight: 500;
}
.boxing-help-cont .help-content-box .icon {
  margin: 1.5625rem 0;
}
.boxing-help-cont .help-content-box .icon .circle-iconbox {
  -webkit-box-shadow: -3px -3px 43px 0px rgba(255, 123, 20, 0.3);
          box-shadow: -3px -3px 43px 0px rgba(255, 123, 20, 0.3);
}
.boxing-help-cont .help-content-box .icon .circle-iconbox .inner-box i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/sub/boxing-help-cont-icon.png");
}
.boxing-help-cont .help-content-box .icon .circle-iconbox .inner-box i.icon-1 {
  background-image: url("../images/sub/boxing-help-cont-icon-1.png");
}
.boxing-help-cont .help-content-box .icon .circle-iconbox .inner-box i.icon-2 {
  background-image: url("../images/sub/boxing-help-cont-icon-2.png");
}
.boxing-help-cont .help-content-box .icon .circle-iconbox .inner-box i.icon-3 {
  background-image: url("../images/sub/boxing-help-cont-icon-3.png");
}
.boxing-help-cont .help-content-box .icon .circle-iconbox .inner-box i.icon-4 {
  background-image: url("../images/sub/boxing-help-cont-icon-4.png");
}
.boxing-help-cont .help-content-box .icon .circle-iconbox .inner-box i.icon-5 {
  background-image: url("../images/sub/boxing-help-cont-icon-5.png");
}
.boxing-help-cont .help-content-box .icon .circle-iconbox .inner-box i.icon-6 {
  background-image: url("../images/sub/boxing-help-cont-icon-6.png");
}
.boxing-help-cont .help-content-box .ls-typ.check {
  text-align: left;
  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: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.boxing-help-cont .help-content-box .ls-typ.check > li {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.6875rem;
}
.boxing-help-cont .help-content-box .ls-typ.check > li:last-child {
  margin-bottom: 0;
}
.boxing-help-cont .help-content-box .ls-typ.check > li > .mark {
  letter-spacing: -1px;
}
.boxing-help-cont .help-content-box .ls-typ.check > li > .mark:before {
  background: url("../images/sub/ls-typ-check-white-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.boxing-help-cont .help-content-box .ls-typ.check.dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55.625rem;
  margin: -0.4375rem 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row {
    width: auto;
    -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;
    margin: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row {
    max-width: 55.625rem;
    margin: -0.4375rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.boxing-help-cont .help-content-box .ls-typ.check.dir-row > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4375rem 0;
  margin-right: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row > li {
    padding: 0;
    margin-bottom: 0.6875rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row > li {
    padding: 0.4375rem 0;
    margin-bottom: 0;
  }
}
.boxing-help-cont .help-content-box .ls-typ.check.dir-row > li:last-child {
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row > li:last-child {
    margin-bottom: 0;
  }
}
.boxing-help-cont .help-content-box .ls-typ.check.dir-row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boxing-help-cont .help-content-box .ls-typ.check.dir-row.wd-625 {
  width: 39.0625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row.wd-625 {
    width: auto;
  }
}
.boxing-help-cont .help-content-box .ls-typ.check.dir-row.wd-645 {
  width: 645px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row.wd-645 {
    width: auto;
  }
}
.boxing-help-cont .help-content-box .ls-typ.check.dir-row.wd-333 {
  width: 20.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .ls-typ.check.dir-row.wd-333 {
    width: auto;
  }
}
.boxing-help-cont .help-content-box .nor-c {
  color: #fff;
  line-height: 2;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .nor-c br {
    display: none;
  }
}
.boxing-help-cont .help-content-box .r-line {
  position: relative;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .r-line {
    width: 100%;
  }
}
.boxing-help-cont .help-content-box .r-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 55.625rem;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-help-cont .help-content-box .r-line:after {
    max-width: 100%;
  }
}
.boxing-help-cont.mgt-70 {
  margin-top: 4.375rem;
}
.boxing-help-cont.mgb-40 {
  margin-bottom: 2.5rem;
}

.boxing-guide-cont {
  padding: 5.3125rem 5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont {
    padding: 1.875rem;
  }
}
.boxing-guide-cont.contents-type-pd {
  padding: 3.125rem 5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.contents-type-pd {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont.contents-type-pd {
    padding: 1.875rem;
  }
}
.boxing-guide-cont .r-title .inner {
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  border-top: 0;
  padding: 0.1875rem 2.375rem 0.9375rem;
  border-radius: 0 0 24px 24px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .r-title .inner {
    text-align: center;
    padding: 0.1875rem 1.3rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .r-title .inner {
    padding: 0.1875rem 2rem 0.9375rem;
  }
}
.boxing-guide-cont .r-title .inner:before, .boxing-guide-cont .r-title .inner:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #fff;
}
.boxing-guide-cont .r-title .inner:before {
  left: -0.1875rem;
}
.boxing-guide-cont .r-title .inner:after {
  right: -0.1875rem;
}
.boxing-guide-cont .r-title strong {
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
}
.boxing-guide-cont .r-title.mgb-40 {
  margin-bottom: 2.5rem;
}
.boxing-guide-cont .ls-typ.check {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.boxing-guide-cont .ls-typ.check > li {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.boxing-guide-cont .ls-typ.check > li:last-child {
  margin-bottom: 0;
}
.boxing-guide-cont .ls-typ.check > li > .mark {
  letter-spacing: -1px;
  line-height: 1.875;
}
.boxing-guide-cont .ls-typ.check > li > .mark:before {
  top: 0.25rem;
  background: url("../images/sub/ls-typ-check-white-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.boxing-guide-cont .ls-typ.check.dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55.625rem;
  margin: -0.4375rem 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .ls-typ.check.dir-row {
    width: auto;
    -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;
    margin: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .ls-typ.check.dir-row {
    max-width: 55.625rem;
    margin: -0.4375rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.boxing-guide-cont .ls-typ.check.dir-row > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4375rem 0;
  margin-right: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .ls-typ.check.dir-row > li {
    padding: 0;
    margin-bottom: 0.6875rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .ls-typ.check.dir-row > li {
    padding: 0.4375rem 0;
    margin-bottom: 0;
  }
}
.boxing-guide-cont .ls-typ.check.dir-row > li:last-child {
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .ls-typ.check.dir-row > li:last-child {
    margin-bottom: 0;
  }
}
.boxing-guide-cont .nor-c {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .nor-c br {
    display: none;
  }
}
.boxing-guide-cont .nor-c.txt-c {
  text-align: center;
}
.boxing-guide-cont .short-figure.type-round {
  height: 2.125rem;
  padding: 0 1.6875rem;
}
.boxing-guide-cont .short-figure.type-round .txt {
  font-size: 1.125rem;
}
.boxing-guide-cont .short-figure.type-round .txt.num {
  font-family: "Suit";
  font-size: 1rem;
}
.boxing-guide-cont .short-figure.type-round.small {
  height: 1.6875rem;
  padding: 0 1.1875rem;
}
.boxing-guide-cont .short-figure.type-round.small .txt {
  font-size: 1rem;
}
.boxing-guide-cont .bgc-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.boxing-guide-cont .bgc-title .en {
  font-family: "Suit";
  font-weight: 600;
}
.boxing-guide-cont hr.line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 1.875rem 0;
}
.boxing-guide-cont .bgc-line-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.8125rem;
}
.boxing-guide-cont .bgc-line-ls > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  padding: 1.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li {
    -ms-flex-preferred-size: 278px;
        flex-basis: 278px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li {
    -ms-flex-preferred-size: 267px;
        flex-basis: 267px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li {
    -ms-flex-preferred-size: 264px;
        flex-basis: 264px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.3;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.3;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li:nth-child(2n):after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li:nth-child(1):before, .boxing-guide-cont .bgc-line-ls > ul > li:nth-child(2):before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls > ul > li:last-child:after {
    display: none;
  }
}
.boxing-guide-cont .bgc-line-ls > ul > li:last-child .box:after {
  display: none;
}
.boxing-guide-cont .bgc-line-ls .box {
  position: relative;
  height: 100%;
  min-height: 215px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .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;
    min-height: 80px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box {
    display: block;
  }
}
.boxing-guide-cont .bgc-line-ls .box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1.8125rem;
  background-color: #fff;
  opacity: 0.3;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -1.8125rem;
    right: auto;
    left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box:after {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box:after {
    display: block;
    left: auto;
    bottom: auto;
    top: 0;
    right: -1.8125rem;
    width: 1px;
    height: 100%;
  }
}
.boxing-guide-cont .bgc-line-ls .box .big-tt {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.625rem;
}
.boxing-guide-cont .bgc-line-ls .box .short-figure {
  margin-bottom: 0.9375rem;
  height: auto;
  padding: 0.3125rem 1.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box .short-figure {
    z-index: 1;
    position: relative;
  }
}
.boxing-guide-cont .bgc-line-ls .box .ls-typ > li {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.boxing-guide-cont .bgc-line-ls .box .ls-typ > li > .mark:before {
  color: #fff;
}
.boxing-guide-cont .bgc-line-ls .box .ls-typ > li > .mark .fc-tt:before {
  color: #fff;
}
.boxing-guide-cont .bgc-line-ls .box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.0625rem;
  height: 4.0625rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box .icon {
    opacity: 0.3;
    width: 4.0625rem;
    height: 4.0625rem;
  }
}
.boxing-guide-cont .bgc-line-ls .box .icon.con-1 {
  background-image: url("../images/sub/bgc-line-ls-icon-1.png");
}
.boxing-guide-cont .bgc-line-ls .box .icon.con-2 {
  background-image: url("../images/sub/bgc-line-ls-icon-2.png");
}
.boxing-guide-cont .bgc-line-ls .box .icon.con-3 {
  background-image: url("../images/sub/bgc-line-ls-icon-3.png");
}
.boxing-guide-cont .bgc-line-ls .box .icon.con-4 {
  background-image: url("../images/sub/bgc-line-ls-icon-4.png");
}
.boxing-guide-cont .bgc-line-ls .box .ls-in-ls > li {
  margin-bottom: 1.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box .ls-in-ls > 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;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls .box .ls-in-ls > li {
    display: block;
  }
}
.boxing-guide-cont .bgc-line-ls .box .ls-in-ls > li:last-child {
  margin-bottom: 0;
}
.boxing-guide-cont .bgc-line-ls.min-hei-none .box {
  min-height: auto;
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls.col-4 > ul > li {
    -ms-flex-preferred-size: 426px;
        flex-basis: 426px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls.col-4 > ul > li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.3;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls.col-4 > ul > li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.3;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls.col-4 > ul > li:nth-child(2n):after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls.col-4 > ul > li:nth-child(1):before, .boxing-guide-cont .bgc-line-ls.col-4 > ul > li:nth-child(2):before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls.col-4 > ul > li:last-child:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-line-ls.col-4 .box:after {
    display: none;
  }
}
.boxing-guide-cont .bgc-check-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.9375rem -1.25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul {
    margin: -0.9375rem 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul {
    margin: -0.9375rem -1.25rem;
  }
}
.boxing-guide-cont .bgc-check-ls > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.9375rem 0;
}
.boxing-guide-cont .bgc-check-ls > ul > li .box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.boxing-guide-cont .bgc-check-ls > ul > li:last-child .box:after {
  display: none;
}
.boxing-guide-cont .bgc-check-ls > ul > li.con-none {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul > li.con-none {
    display: none;
  }
}
.boxing-guide-cont .bgc-check-ls > ul > li.con-none .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;
}
.boxing-guide-cont .bgc-check-ls > ul > li.con-none .box .none-icon {
  display: block;
  width: 8.8125rem;
  height: 6.5625rem;
  background: url("../images/sub/check-icon-ls-con-none.png") center center no-repeat;
  background-size: contain;
}
.boxing-guide-cont .bgc-check-ls > ul.con-col-4 > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-4 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-4 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .boxing-guide-cont .bgc-check-ls > ul.con-col-4 > li:nth-child(2n) .box:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-4 > li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-4 > li:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-4 .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-4 .box:after {
    display: block;
  }
}
.boxing-guide-cont .bgc-check-ls > ul.con-col-7 > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 14.285%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-7 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-7 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .boxing-guide-cont .bgc-check-ls > ul.con-col-7 > li:nth-child(2n) .box:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-7 > li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-7 > li:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-7 .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-check-ls > ul.con-col-7 .box:after {
    display: block;
  }
}
.boxing-guide-cont .bgc-check-ls .box {
  position: relative;
  padding: 0.25rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  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;
}
.boxing-guide-cont .bgc-check-ls .box .con-zone {
  position: relative;
  z-index: 1;
  padding-right: 0.9375rem;
}
.boxing-guide-cont .bgc-check-ls .box .con-zone .nor-c {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  padding-left: 1.75rem;
  letter-spacing: -1px;
}
.boxing-guide-cont .bgc-check-ls .box .con-zone .nor-c:after {
  position: absolute;
  top: 0.125rem;
  left: 0;
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.3125rem;
  background: url("../images/sub/short-figure-check-white.png") 0 0 no-repeat;
  background-size: contain;
}
.boxing-guide-cont .bgc-check-ls .box .con-zone .nor-c .in-tt {
  display: block;
}
.boxing-guide-cont .bgc-check-ls .box .side-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.boxing-guide-cont .bgc-check-ls .box .side-icon i {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxing-guide-cont .bgc-check-ls .box .side-icon i.con-1 {
  background-image: url("../images/sub/bgc-check-icon-1.png");
}
.boxing-guide-cont .bgc-check-ls .box .side-icon i.con-2 {
  background-image: url("../images/sub/bgc-check-icon-2.png");
}
.boxing-guide-cont .bgc-check-ls .box .side-icon i.con-3 {
  background-image: url("../images/sub/bgc-check-icon-3.png");
}
.boxing-guide-cont .bgc-check-ls .box .side-icon i.con-4 {
  background-image: url("../images/sub/bgc-check-icon-4.png");
}
.boxing-guide-cont .bgc-check-ls.align-t .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.boxing-guide-cont .bgc-check-ls.icon-none .box .con-zone {
  padding-right: 0;
}
.boxing-guide-cont .oneday-oc-probox.arrow-none > ol > li:before, .boxing-guide-cont .oneday-oc-probox.arrow-none > ol > li:after {
  display: none;
}
.boxing-guide-cont .oneday-oc-probox.ol-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls > ol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls > ol.tablet-wd-252 {
    max-width: 16.3rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls > ol.tablet-wd-252 {
    max-width: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls > ol.tablet-wd-395 {
    max-width: 24.6875rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls > ol.tablet-wd-395 {
    max-width: none;
  }
}
.boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box {
    padding: 1.25rem 0 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box {
    padding: 0;
    margin: 0 1.25rem;
  }
}
.boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:before, .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:before, .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:after {
    right: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:before, .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:after {
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:before {
  width: 100%;
  border-top: 1px dashed #fff;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:before {
    width: 1px;
    height: 100%;
    border-top: 0;
    border-left: 1px dashed #fff;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:before {
    height: auto;
    border-left: 0;
    width: 100%;
    border-top: 1px dashed #fff;
  }
}
.boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:after {
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:after {
    top: auto;
    bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #fff;
    border-bottom: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box:after {
    border: 6px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0;
    bottom: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box .arr-txt {
  z-index: 1;
  position: relative;
  padding: 0 0.8125rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.375;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box .arr-txt {
    padding: 0.625rem;
    line-height: 1.4;
    background-color: #f79447;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox.ol-ls .arr-box .arr-txt {
    background-color: transparent;
    line-height: 2.375;
  }
}
.boxing-guide-cont .oneday-oc-probox > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.625rem;
}
.boxing-guide-cont .oneday-oc-probox > ol > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem;
}
.boxing-guide-cont .oneday-oc-probox > ol > li:before, .boxing-guide-cont .oneday-oc-probox > ol > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox > ol > li:before, .boxing-guide-cont .oneday-oc-probox > ol > li:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox > ol > li:before, .boxing-guide-cont .oneday-oc-probox > ol > li:after {
    display: block;
  }
}
.boxing-guide-cont .oneday-oc-probox > ol > li:before {
  width: 100px;
  border-top: 1px dashed #fff;
}
.boxing-guide-cont .oneday-oc-probox > ol > li:after {
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}
.boxing-guide-cont .oneday-oc-probox > ol > li:last-child:before, .boxing-guide-cont .oneday-oc-probox > ol > li:last-child:after {
  display: none;
}
.boxing-guide-cont .oneday-oc-probox .circle-iconbox {
  position: relative;
  width: 6.875rem;
  height: 6.875rem;
  overflow: visible;
}
.boxing-guide-cont .oneday-oc-probox .circle-iconbox .num {
  position: absolute;
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #f8f9fb;
  border: 1px solid #f26632;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox .circle-iconbox .num {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .oneday-oc-probox .circle-iconbox .num {
    display: none;
  }
}
.boxing-guide-cont .bgc-total-box.part-line .inner > ul > li {
  position: relative;
  margin-right: 8.0625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box.part-line .inner > ul > li {
    margin-right: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box.part-line .inner > ul > li {
    margin-right: 8.0625rem;
  }
}
.boxing-guide-cont .bgc-total-box.part-line .inner > ul > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -4rem;
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box.part-line .inner > ul > li:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box.part-line .inner > ul > li:after {
    display: block;
  }
}
.boxing-guide-cont .bgc-total-box.part-line .inner > ul > li:last-child:after {
  display: none;
}
.boxing-guide-cont .bgc-total-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.boxing-guide-cont .bgc-total-box .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.boxing-guide-cont .bgc-total-box .inner > ul > li {
  margin-right: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner > ul > li {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner > ul > li {
    margin-bottom: 0;
    margin-right: 3.125rem;
  }
}
.boxing-guide-cont .bgc-total-box .inner > ul > li:last-child {
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner > ul > li:last-child {
    margin-bottom: 0;
  }
}
.boxing-guide-cont .bgc-total-box .inner .box {
  position: relative;
  color: #fff;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9375rem;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt .tt-name {
  font-size: 1.375rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num {
  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;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num.align-bt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num strong {
  font-size: 1.375rem;
  font-weight: 500;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num strong .num {
  font-family: "Suit";
  font-size: 3.125rem;
  font-weight: 500;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .nor-c {
  letter-spacing: -1px;
  padding-right: 0.9375rem;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .big-c {
  letter-spacing: -1px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.36;
  padding-right: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont .bgc-total-box .inner .box .tt-num .big-c br {
    display: none;
  }
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.25rem;
  height: 3.25rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .icon.icon-1 {
  background-image: url("../images/sub/bgc-total-icon-1.png");
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .icon.icon-2 {
  background-image: url("../images/sub/bgc-total-icon-2.png");
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .icon.icon-3 {
  width: 3.6875rem;
  height: 3.6875rem;
  background-image: url("../images/sub/bgc-total-icon-3.png");
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .icon.icon-4 {
  width: 3.6875rem;
  height: 3.6875rem;
  background-image: url("../images/sub/bgc-total-icon-4.png");
}
.boxing-guide-cont .bgc-total-box .inner .box .tt-num .icon.icon-5 {
  width: 3.6875rem;
  height: 3.6875rem;
  background-image: url("../images/sub/bgc-total-icon-5.png");
}
.boxing-guide-cont .bgc-stick-bar {
  margin-top: 3.125rem;
  padding: 1.25rem 0.9375rem;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.boxing-guide-cont .bgc-stick-bar p {
  font-size: 1rem;
  font-weight: 400;
  color: #222;
}
.boxing-guide-cont.normal-center-ban {
  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;
  padding: 4.11rem 5rem;
  background-image: url("../images/sub/bgbox-andong-txt-bg-short.png");
  background-position: 0 0;
  background-blend-mode: normal;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban {
    padding: 1.875rem 1.25rem;
    background-position: left center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban {
    padding: 1.875rem;
  }
}
.boxing-guide-cont.normal-center-ban .title {
  text-align: center;
}
.boxing-guide-cont.normal-center-ban .title strong {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.boxing-guide-cont.normal-center-ban .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boxing-guide-cont.normal-center-ban .con.flex-col {
  -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;
}
.boxing-guide-cont.normal-center-ban .con .ls-typ {
  margin-top: 0.1875rem;
  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;
}
.boxing-guide-cont.normal-center-ban .con .nor-c {
  text-align: center;
  margin-top: 0.3125rem;
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.875rem;
  margin-top: 1.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-top: 1.8125rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -3.875rem;
    margin-top: 1.8125rem;
    max-width: 620px;
  }
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con > li {
  padding: 0 3.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con > li {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con > li {
    padding: 0 3.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con > li:last-child {
    margin-bottom: 0;
  }
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con > li:last-child .box:after {
  display: none;
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con .box {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con .box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: -3.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con .box:after {
    top: auto;
    right: auto;
    bottom: -1.325rem;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban .con .cir-tel-con .box:after {
    left: auto;
    bottom: auto;
    right: -3.875rem;
    width: 1px;
    height: 100%;
  }
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con .box .short-figure {
  width: 11.625rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 0.625rem;
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con .box .short-figure .txt {
  font-size: 1.0625rem;
}
.boxing-guide-cont.normal-center-ban .con .cir-tel-con .box .ls-typ > li > .mark {
  font-size: 17px;
}
.boxing-guide-cont.normal-center-ban .las-btn {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boxing-guide-cont.normal-center-ban .las-btn .white-btn {
  background-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;
  padding: 0 2.1875rem;
  height: 2.9375rem;
}
.boxing-guide-cont.normal-center-ban .las-btn .white-btn span {
  position: relative;
  display: inline-block;
  padding-right: 1.0625rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #f26532;
}
.boxing-guide-cont.normal-center-ban .las-btn .white-btn span:after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.625rem;
  background: url("../images/sub/boxing-las-arrow-mark.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxing-guide-cont.normal-center-ban.pic-ver {
    background-position: center center;
  }
}
.boxing-guide-cont.normal-center-ban.pic-ver.pic-1 {
  background-image: url("../images/sub/bgbox-picver-bg-short-1.jpg");
}
.boxing-guide-cont.normal-center-ban.pic-ver.pic-2 {
  background-image: url("../images/sub/bgbox-picver-bg-short-2.jpg");
}
.boxing-guide-cont.normal-center-ban.pic-ver.pic-3 {
  background-image: url("../images/sub/bgbox-picver-bg-short-3.jpg");
}
.boxing-guide-cont.mgt-70 {
  margin-top: 4.375rem;
}

.method-stickbar-number-ls > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.3125rem -0.625rem;
}
.method-stickbar-number-ls > ol > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0.3125rem 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .method-stickbar-number-ls > ol > li {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .method-stickbar-number-ls > ol > li {
    width: 50%;
  }
}
.method-stickbar-number-ls .box {
  position: relative;
  line-height: 1.5;
  border: 1px solid #abbfda;
  background-color: #f8f9fb;
  padding: 1.5625rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .method-stickbar-number-ls .box {
    padding: 1.5625rem 0.9375rem;
  }
}
.method-stickbar-number-ls .box .num {
  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;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #004098;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.method-stickbar-number-ls .box .txt {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding-right: 3.375rem;
}
.method-stickbar-number-ls .box .icon {
  position: absolute;
  top: 50%;
  right: 2.125rem;
  -webkit-transform: translate(0, calc(-50% + 0.5px));
          transform: translate(0, calc(-50% + 0.5px));
  width: 2.8125rem;
  height: 2.8125rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .method-stickbar-number-ls .box .icon {
    right: 0.9375rem;
  }
}
.method-stickbar-number-ls .box .icon.con-1 {
  background-image: url("../images/sub/mt-stick-icon-1.png");
}
.method-stickbar-number-ls .box .icon.con-2 {
  background-image: url("../images/sub/mt-stick-icon-2.png");
}
.method-stickbar-number-ls .box .icon.con-3 {
  background-image: url("../images/sub/mt-stick-icon-3.png");
}
.method-stickbar-number-ls .box .icon.con-4 {
  background-image: url("../images/sub/mt-stick-icon-4.png");
}
.method-stickbar-number-ls .box .icon.con-5 {
  background-image: url("../images/sub/mt-stick-icon-5.png");
}
.method-stickbar-number-ls .box .icon.con-6 {
  background-image: url("../images/sub/mt-stick-icon-6.png");
}
.method-stickbar-number-ls .box .icon.con-7 {
  background-image: url("../images/sub/mt-stick-icon-7.png");
}
.method-stickbar-number-ls .box .icon.con-8 {
  background-image: url("../images/sub/mt-stick-icon-8.png");
}
.method-stickbar-number-ls .box .icon.con-9 {
  background-image: url("../images/sub/mt-stick-icon-9.png");
}
.method-stickbar-number-ls .box .icon.con-10 {
  background-image: url("../images/sub/mt-stick-icon-10.png");
}
.method-stickbar-number-ls .box .icon.con-11 {
  background-image: url("../images/sub/mt-stick-icon-11.png");
}
.method-stickbar-number-ls .box .icon.con-12 {
  background-image: url("../images/sub/mt-stick-icon-12.png");
}
.method-stickbar-number-ls .box .icon.con-13 {
  background-image: url("../images/sub/mt-stick-icon-13.png");
}
.method-stickbar-number-ls .box .icon.con-14 {
  background-image: url("../images/sub/mt-stick-icon-14.png");
}
.method-stickbar-number-ls .box .icon.con-15 {
  background-image: url("../images/sub/mt-stick-icon-15.png");
}
.method-stickbar-number-ls .box .icon.con-16 {
  background-image: url("../images/sub/mt-stick-icon-16.png");
}
.method-stickbar-number-ls .box .icon.con-17 {
  background-image: url("../images/sub/mt-stick-icon-17.png");
}
.method-stickbar-number-ls .box .icon.con-18 {
  background-image: url("../images/sub/mt-stick-icon-18.png");
}
.method-stickbar-number-ls .box .icon.con-19 {
  background-image: url("../images/sub/mt-stick-icon-19.png");
}

.blue-t-boxing-ls > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.25rem;
}
.blue-t-boxing-ls > ul > li:last-child {
  margin-bottom: 0;
}
.blue-t-boxing-ls .box {
  min-height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blue-t-boxing-ls .box .title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 12.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;
  background-color: #004098;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box .title {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box .title {
    width: 11.5rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box .title {
    width: 12.125rem;
  }
}
.blue-t-boxing-ls .box .title .tt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.277;
}
.blue-t-boxing-ls .box .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f9fb;
  border: 1px solid #abbfda;
  border-left: 0;
  padding: 1.8125rem 2.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box .con {
    border: 1px solid #abbfda;
    border-top: 0;
    padding: 1.1rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box .con {
    border: 1px solid #abbfda;
    border-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box .con .nor-c {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .blue-t-boxing-ls .box .con .nor-c {
    text-align: left;
  }
}
.short-figure-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.1563rem;
  padding: 0.8125rem 0;
}
.short-figure-ls > li {
  padding: 0.1563rem;
}
.short-figure-ls.pd-x {
  padding: 0;
}
.short-figure-ls.list-in {
  padding: 0.3125rem 0;
  padding-left: 0.75rem;
}
.short-figure-ls.mgb-35 {
  margin-bottom: 2.1875rem;
}

.short-figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.short-figure.type-check {
  height: 2.875rem;
  border: 1px solid #d8d8d8;
  padding: 0 1.25rem;
  background-color: #fff;
}
.short-figure.type-round {
  height: 2.625rem;
  padding: 0 1.25rem;
  border-radius: 1.3125rem;
}
.short-figure.type-round .txt {
  color: #fff;
}
.short-figure.type-round .bar-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #fff;
}
.short-figure.type-round .bar-txt strong {
  position: relative;
  font-weight: 700;
  padding-right: 1.1875rem;
}
.short-figure.type-round .bar-txt strong:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.8125rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.short-figure.type-round .bar-txt span {
  font-weight: 400;
}
.short-figure.type-round.bg-orange {
  background-color: #f79447;
}
.short-figure.type-round.bg-white {
  background-color: #fff;
}
.short-figure.type-round.bg-white .txt {
  color: #f26632;
}
.short-figure.hei-short {
  min-height: 1.6875rem;
  height: auto;
}
.short-figure .icon {
  width: 1.625rem;
  height: 1.3125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.short-figure .icon.check {
  background-image: url("../images/sub/short-figure-check.png");
}
.short-figure .txt {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
}
.short-figure .side-txt {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #f26632;
  padding-left: 0.9375rem;
  margin-left: 0.9375rem;
}
.short-figure .side-txt:after {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #d8d8d8;
}
.short-figure .mgr-6 {
  margin-right: 0.375rem;
}

.small-circle-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.3125rem;
}
.small-circle-ls > ul > li {
  padding: 0.3125rem;
}
.small-circle-ls .circle-iconbox {
  text-align: center;
  width: 7.6875rem;
  height: 7.6875rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.small-circle-ls.mgt-25 {
  margin-top: 1.5625rem;
}
.small-circle-ls.mgt-38 {
  margin-top: 2.375rem;
}

.thumb-pic-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.625rem;
}
.thumb-pic-ls > ul > li {
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .thumb-pic-ls > ul > li {
    width: 50%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .thumb-pic-ls > ul > li {
    width: 33.3333%;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .thumb-pic-ls > ul > li {
    width: auto;
  }
}
.thumb-pic-ls .box {
  position: relative;
}
.thumb-pic-ls .box img {
  width: 100%;
}
.thumb-pic-ls .box .tt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #f79447;
  padding: 0.375rem 0.9375rem;
}
.thumb-pic-ls.mgt-15 {
  margin-top: 0.9375rem;
}
.thumb-pic-ls.mgb-15 {
  margin-bottom: 0.9375rem;
}
.thumb-pic-ls.mgt-30 {
  margin-top: 1.875rem;
}
.thumb-pic-ls.mgb-30 {
  margin-bottom: 1.875rem;
}

.thumb-back-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.1563rem;
}
.thumb-back-ls > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333%;
  padding: 0.1563rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 285px;
      flex-basis: 285px;
}
.thumb-back-ls .box {
  width: 100%;
  height: 14.6875rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .thumb-back-ls .box {
    height: 11.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .thumb-back-ls .box {
    height: 14.6875rem;
  }
}

.thummmb-long-banner .box {
  width: 100%;
  height: 14.6875rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .thummmb-long-banner .box {
    height: 11.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .thummmb-long-banner .box {
    height: 13.75rem;
  }
}
.thummmb-long-banner.dim .box {
  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;
  text-align: center;
  height: 12.5rem;
  padding: 0 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thummmb-long-banner.dim .box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.thummmb-long-banner.dim .box .text {
  z-index: 1;
  position: relative;
  font-family: "Suit";
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5625rem;
  line-height: 1.4;
}
.thummmb-long-banner.mgt-20 {
  margin-top: 1.25rem;
}
.thummmb-long-banner.mgb-20 {
  margin-bottom: 1.25rem;
}
.thummmb-long-banner.mgt-40 {
  margin-top: 40px;
}
.thummmb-long-banner.mgt-48 {
  margin-top: 3rem;
}

.cl-title-banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d8d8d8;
  background-color: #f8f9fb;
  background-image: url("../images/sub/cl-title-banner-bg.png");
  background-repeat: no-repeat;
  background-position: right -18px;
  padding: 1.6875rem 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .cl-title-banner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    background-position: calc(100% + 66px) 114px;
    background-size: 293px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .cl-title-banner-box {
    background-position: calc(100% + 92px) -17px;
    background-size: 364px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .cl-title-banner-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.6875rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cl-title-banner-box .tt-zone {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.8125rem 0 4.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .cl-title-banner-box .tt-zone {
    padding: 0;
    margin-bottom: 0.65rem;
    padding-bottom: 1.25rem;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .cl-title-banner-box .tt-zone {
    width: 45%;
    margin-bottom: 0;
    padding: 0 1.875rem;
  }
}
.cl-title-banner-box .tt-zone:after {
  content: "";
  display: block;
  width: 1px;
  height: 67px;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .cl-title-banner-box .tt-zone:after {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .cl-title-banner-box .tt-zone:after {
    bottom: auto;
    top: 50%;
    width: 1px;
    height: 4.1875rem;
  }
}
.cl-title-banner-box .tt-zone .circle-iconbox {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 6.5rem;
  height: 6.5rem;
  margin-right: 1.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .cl-title-banner-box .tt-zone .circle-iconbox {
    width: 5rem;
    height: 5rem;
    margin-right: 0.9375rem;
  }
}
.cl-title-banner-box .tt-zone .circle-iconbox.icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cl-title-banner-box .tt-zone .circle-iconbox.icon:after {
  display: none;
}
.cl-title-banner-box .tt-zone .circle-iconbox.icon.icon-test {
  background-image: url("../images/sub/cl-title-banner-icon-test.png");
}
.cl-title-banner-box .tt-zone .circle-iconbox.icon.icon-1 {
  background-image: url("../images/sub/cl-title-banner-icon-1.png");
}
.cl-title-banner-box .tt-zone .circle-iconbox.icon.icon-2 {
  background-image: url("../images/sub/cl-title-banner-icon-2.png");
}
.cl-title-banner-box .tt-zone .circle-iconbox.icon.icon-3 {
  background-image: url("../images/sub/cl-title-banner-icon-3.png");
}
.cl-title-banner-box .tt-zone .title span {
  color: #000;
  font-weight: 700;
  display: block;
}
.cl-title-banner-box .tt-zone .title span.en {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.9375rem;
}
.cl-title-banner-box .tt-zone .title span.ko {
  font-size: 1.5625rem;
}
.cl-title-banner-box .con-zone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .cl-title-banner-box .con-zone {
    padding: 0;
    width: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .cl-title-banner-box .con-zone {
    padding: 0 1.25rem;
    width: 55%;
  }
}
.cl-title-banner-box .con-zone .nor-c {
  line-height: 2;
  font-weight: 400;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .cl-title-banner-box .con-zone .nor-c {
    text-align: center;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .cl-title-banner-box .con-zone .nor-c {
    text-align: left;
  }
}
.cl-title-banner-box .con-zone .nor-c.regular {
  font-weight: 400;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .cl-title-banner-box .con-zone .ls-typ {
    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: 1000px) and (max-width: 1399px) {
  .cl-title-banner-box .con-zone .ls-typ {
    display: block;
  }
}
.cl-title-banner-box .con-zone .ls-typ > li > .mark {
  font-weight: 400;
}

.cn-down-arr-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;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #d8d8d8;
  margin-top: -1.375rem;
}
.cn-down-arr-ls.bdb-x {
  border-bottom: 0;
}
.cn-down-arr-ls.pdb-x {
  padding-bottom: 0;
}
.cn-down-arr-ls .arr {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #f26632 url("../images/sub/cn-down-arr-icon.png") center center no-repeat;
  background-size: contain;
}
.cn-down-arr-ls .tt {
  text-align: center;
  margin-top: 0.8125rem;
}
.cn-down-arr-ls .tt strong {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
}
.cn-down-arr-ls .short-figure-ls {
  margin-top: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.con-sub-sidebanner {
  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: 1399px) {
  .con-sub-sidebanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .con-sub-sidebanner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-left {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-left {
    padding-right: 1.875rem;
  }
}
.con-sub-sidebanner .sideban-left .nor-c {
  line-height: 2;
}
.con-sub-sidebanner .sideban-right {
  padding-top: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-right {
    padding-top: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-right {
    padding-top: 0.625rem;
  }
}
.con-sub-sidebanner .sideban-right .pic {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-right .pic img {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-right .pic img {
    width: auto;
    max-width: 100%;
  }
}
.con-sub-sidebanner .sideban-right .pic .pic-title {
  position: absolute;
  bottom: 0;
  left: -9.375rem;
  font-family: "Suit";
  font-size: 1.875rem;
  font-weight: 900;
  color: #fff;
  background-color: #004098;
  padding: 1.875rem 2.4375rem;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .con-sub-sidebanner .sideban-right .pic .pic-title {
    font-size: 1.6rem;
    position: static;
    padding: 1.25rem 0.9375rem;
  }
}
.con-sub-sidebanner.align-c .sideban-right {
  padding-top: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .con-sub-sidebanner.align-c .sideban-right {
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .con-sub-sidebanner.align-c .sideban-right {
    padding-top: 0.625rem;
  }
}

.history-flow-conbox .history-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-area-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.history-flow-conbox .history-title {
  margin-right: 7.3125rem;
  margin-top: -3.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-title {
    margin-top: 0;
    margin-right: 0;
  }
}
.history-flow-conbox .history-title .tt-box {
  width: 20.625rem;
  height: 10.625rem;
  margin-bottom: 2.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
  padding-right: 2.5rem;
  background-color: #f79447;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sub/history-title-orange-bg.png");
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-title .tt-box {
    width: auto;
    height: auto;
    padding: 1.25rem 0.9375rem;
    background-position: left center;
    margin-bottom: 1.25rem;
  }
}
.history-flow-conbox .history-title .tt-box .tt {
  font-family: "Suit";
  font-weight: 700;
  color: #fff;
}
.history-flow-conbox .history-title .tt-box .tt .en {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.history-flow-conbox .history-title .tt-box .tt .here {
  display: block;
  font-size: 2.25rem;
}
.history-flow-conbox .history-title .tt-box.en-alone .tt .here {
  font-size: 1.6875rem;
  line-height: 1.666;
}
.history-flow-conbox .history-title .sub-con .tt {
  display: block;
  margin-bottom: 1.125rem;
}
.history-flow-conbox .history-title .sub-con .tt span {
  position: relative;
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -2px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-title .sub-con .tt span br {
    display: none;
  }
}
.history-flow-conbox .history-title .sub-con .tt span:after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.375rem solid #f26632;
  border-radius: 50%;
  position: relative;
  top: -0.75rem;
}
.history-flow-conbox .history-title .sub-con .nor-c {
  font-weight: 500;
  color: #666;
  line-height: 1.777;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-title .sub-con .nor-c br {
    display: none;
  }
}
.history-flow-conbox .history-zone {
  padding-top: 65px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone {
    padding-top: 1.25rem;
  }
}
.history-flow-conbox .history-zone .list {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list {
    margin-top: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list {
    margin-top: -27px;
  }
}
.history-flow-conbox .history-zone .list .ls {
  display: block;
  margin-bottom: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls {
    margin-bottom: 1.875rem;
  }
  .history-flow-conbox .history-zone .list .ls:last-child {
    margin-bottom: 0;
  }
}
.history-flow-conbox .history-zone .list .ls:first-child .year-box .day:before {
  content: "";
  display: block;
  width: 1px;
  height: 85px;
  background-color: #cfd9e9;
  position: absolute;
  top: -65px;
  left: -95px;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls:first-child .year-box .day:before {
    display: none;
  }
}
.history-flow-conbox .history-zone .list .ls:last-child .day .day-ls:after {
  display: none;
}
.history-flow-conbox .history-zone .list .ls:last-child .day .day-ls > li {
  position: relative;
}
.history-flow-conbox .history-zone .list .ls:last-child .day .day-ls > li:last-child ul {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow {
    position: relative;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow:after {
    display: none;
  }
}
.history-flow-conbox .history-zone .list .ls.care-flow:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow:last-child:after {
    display: none;
  }
}
.history-flow-conbox .history-zone .list .ls.care-flow .year-box .year strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history-flow-conbox .history-zone .list .ls.care-flow .year-box .year strong em {
  font-family: "Suit";
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-top: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow .year-box .year strong em {
    margin-top: 0.3125rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow .year-box .year strong em br {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow .year-box .year strong em br {
    display: block;
  }
}
.history-flow-conbox .history-zone .list .ls.care-flow .year-box .day .day-ls .list_basic > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.history-flow-conbox .history-zone .list .ls.care-flow .year-box .day .day-ls .list_basic > li .day-txt {
  line-height: 1.944;
  margin-bottom: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow .year-box .day .day-ls .list_basic > li .day-txt {
    line-height: 1.3;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow .year-box .day .day-ls .list_basic > li .day-txt br {
    display: none;
  }
}
.history-flow-conbox .history-zone .list .ls.care-flow .year-box .day .day-ls .list_basic > li .con-txt {
  padding-left: 0;
  line-height: 1.944;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .list .ls.care-flow .year-box .day .day-ls .list_basic > li .con-txt {
    line-height: 1.5;
  }
}
.history-flow-conbox .history-zone .year-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.history-flow-conbox .history-zone .year-box .year {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 230px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year {
    width: auto;
    border-top: 0;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year {
    width: 180px;
    margin-right: 5px;
    padding-top: 27px;
  }
}
.history-flow-conbox .history-zone .year-box .year strong {
  position: relative;
  display: block;
  font-family: "Suit";
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 2.5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year strong {
    font-size: 2rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year strong {
    font-size: 2.5rem;
  }
}
.history-flow-conbox .history-zone .year-box .year strong span {
  opacity: 1;
}
.history-flow-conbox .history-zone .year-box .year .pic {
  padding-top: 43px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year .pic {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year .pic {
    display: block;
    overflow: visible;
  }
}
.history-flow-conbox .history-zone .year-box .year .pic > li {
  display: block;
  margin-bottom: 38px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year .pic > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year .pic > li {
    width: auto;
    margin-bottom: 10px;
  }
}
.history-flow-conbox .history-zone .year-box .year .pic > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .year .pic > li img {
    width: 100%;
  }
}
.history-flow-conbox .history-zone .year-box .day {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day {
    padding: 30px 0 30px;
  }
}
.history-flow-conbox .history-zone .year-box .day .day-ls {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .day-ls {
    padding-top: 0;
  }
}
.history-flow-conbox .history-zone .year-box .day .day-ls:before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #dadada;
  position: absolute;
  top: 19px;
  left: -95px;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .day-ls:before {
    width: 40px;
    left: -50px;
  }
}
.history-flow-conbox .history-zone .year-box .day .day-ls:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 50px);
  background-color: #cfd9e9;
  position: absolute;
  top: 17px;
  left: -95px;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .day-ls:after {
    top: 25px;
    left: -50px;
    height: calc(100% + 80px);
  }
}
.history-flow-conbox .history-zone .year-box .day .day-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}
.history-flow-conbox .history-zone .year-box .day .day-ls > li:first-child {
  padding-top: 0;
}
.history-flow-conbox .history-zone .year-box .day .day-ls > li span {
  font-size: 1.0625rem;
  font-weight: 200;
  color: #000;
}
.history-flow-conbox .history-zone .year-box .day .dot-title {
  position: relative;
  font-family: "Suit";
  font-size: 1.3125rem;
  font-weight: 700;
  color: #004098;
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 5px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .dot-title {
    padding-top: 0px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .dot-title {
    padding-top: 5px;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .dot-title {
    width: 40px;
  }
}
.history-flow-conbox .history-zone .year-box .day .list_basic {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2px;
}
.history-flow-conbox .history-zone .year-box .day .list_basic:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #0e3f8f;
  z-index: 1;
  position: absolute;
  top: 14px;
  left: -100px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 64, 152, 0.15);
          box-shadow: 0px 0px 0px 5px rgba(0, 64, 152, 0.15);
}
@media (min-width: 680px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .list_basic:after {
    left: -55px;
  }
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li {
  padding-left: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .history-flow-conbox .history-zone .year-box .day .list_basic > li {
    margin-bottom: 0.625rem;
  }
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li:last-child {
  margin-bottom: 0;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li:before {
  display: none;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li .day-txt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 1.3125rem;
  font-weight: 700;
  color: #004098;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li .day-txt.fix-sz {
  width: 3.375rem;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li .con-txt {
  position: relative;
  padding-left: 0.8125rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li .con-txt-ls {
  padding-left: 0.8125rem;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li .con-txt-ls > li {
  margin-bottom: 1.25rem;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li .con-txt-ls > li:last-child {
  margin-bottom: 0;
}
.history-flow-conbox .history-zone .year-box .day .list_basic > li .con-txt-ls > li .txt {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
}

.emergency-center-dia {
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-center-dia {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .emergency-center-dia {
    padding: 1.875rem 1.25rem;
  }
}
.emergency-center-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;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-center-dia .dia-inner .scale-control-box {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-top: -6.775rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .emergency-center-dia .dia-inner .scale-control-box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -3.275rem;
  }
}
.emergency-center-dia .dia-inner .dia-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;
  position: relative;
  width: 29.375rem;
  height: 29.375rem;
  padding: 3.9375rem 3.5rem;
}
.emergency-center-dia .dia-inner .dia-tt:before, .emergency-center-dia .dia-inner .dia-tt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.emergency-center-dia .dia-inner .dia-tt:before {
  width: 29.375rem;
  height: 29.375rem;
  border: 3px solid #fff;
}
.emergency-center-dia .dia-inner .dia-tt:after {
  width: 26.25rem;
  height: 26.25rem;
  border: 2px dashed #f79e5a;
}
.emergency-center-dia .dia-inner .dia-tt .tt-inner {
  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: 11.3125rem;
  height: 11.3125rem;
  background-color: #f26632;
  border-radius: 50%;
  border: 37px solid #d9e1e9;
}
.emergency-center-dia .dia-inner .dia-tt .tt-inner strong {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.36;
}
.emergency-center-dia .dia-inner .dia-con > ul > li {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.emergency-center-dia .dia-inner .dia-con > ul > li:nth-child(2) {
  top: 5.4375rem;
  margin-left: -12.5rem;
}
.emergency-center-dia .dia-inner .dia-con > ul > li:nth-child(3) {
  top: 5.4375rem;
  margin-left: 12.5rem;
}
.emergency-center-dia .dia-inner .dia-con > ul > li:nth-child(4) {
  top: 17.4375rem;
  margin-left: -15.125rem;
}
.emergency-center-dia .dia-inner .dia-con > ul > li:nth-child(5) {
  top: 17.4375rem;
  margin-left: 15.125rem;
}
.emergency-center-dia .dia-inner .dia-con > ul > li:nth-child(6) {
  top: 27.625rem;
  margin-left: -6.5625rem;
}
.emergency-center-dia .dia-inner .dia-con > ul > li:nth-child(7) {
  top: 27.625rem;
  margin-left: 6.5625rem;
}
.emergency-center-dia .dia-inner .dia-con .circle-iconbox {
  width: 7.6875rem;
  height: 7.6875rem;
}
.emergency-center-dia .dia-inner .sub-txt {
  text-align: center;
  font-weight: 400;
  line-height: 2;
  margin-top: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-center-dia .dia-inner .sub-txt {
    margin-top: -7.225rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .emergency-center-dia .dia-inner .sub-txt {
    margin-top: -4.125rem;
  }
}
.emergency-center-dia.cir-leng-5 .dia-inner .dia-con > ul > li:nth-child(2) {
  top: 9.9375rem;
  margin-left: -13.7rem;
}
.emergency-center-dia.cir-leng-5 .dia-inner .dia-con > ul > li:nth-child(3) {
  top: 9.9375rem;
  margin-left: 13.7rem;
}
.emergency-center-dia.cir-leng-5 .dia-inner .dia-con > ul > li:nth-child(4) {
  top: 25.875rem;
  margin-left: -9.275rem;
}
.emergency-center-dia.cir-leng-5 .dia-inner .dia-con > ul > li:nth-child(5) {
  top: 25.875rem;
  margin-left: 9.275rem;
}
.emergency-center-dia.sub-txt-none {
  padding-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-center-dia.sub-txt-none {
    height: 26rem;
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .emergency-center-dia.sub-txt-none {
    height: 32rem;
    padding: 1.875rem 1.25rem;
  }
}

.emergency-common-row-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;
}
.emergency-common-row-dia .dia-inner .title {
  margin-bottom: 1.6875rem;
}
.emergency-common-row-dia .dia-inner .title strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}
.emergency-common-row-dia .dia-inner .scale-control-box {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .scale-control-box {
    -webkit-transform: scale(1);
            transform: scale(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: 680px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .scale-control-box {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.emergency-common-row-dia .dia-inner .dia-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;
  position: relative;
  width: 29.375rem;
  height: 29.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-tt {
    width: 21.875rem;
    height: 21.875rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-tt:before, .emergency-common-row-dia .dia-inner .dia-tt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.emergency-common-row-dia .dia-inner .dia-tt:before {
  border: 3px solid #fff;
  width: 29.375rem;
  height: 29.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-tt:before {
    width: 21.875rem;
    height: 21.875rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-tt:after {
  width: 26.25rem;
  height: 26.25rem;
  border: 2px dashed #f79e5a;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-tt:after {
    width: 18.75rem;
    height: 18.75rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-tt .tt-inner {
  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: 11.3125rem;
  height: 11.3125rem;
  background-color: #f26632;
  border-radius: 50%;
  border: 37px solid #d9e1e9;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-tt .tt-inner {
    width: 7.5rem;
    height: 7.5rem;
    border: 25px solid #d9e1e9;
  }
}
.emergency-common-row-dia .dia-inner .dia-tt .tt-inner strong {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.36;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-tt .tt-inner strong {
    font-size: 1.125rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-con {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 1.25rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-con > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-con > ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -0.625rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li {
  position: relative;
  margin-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-con > ol > li {
    margin: 0;
    padding: 0.625rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li:after {
  position: absolute;
  top: 50%;
  left: 8.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: #99b3d5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-con > ol > li:after {
    display: none;
  }
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li:last-child {
  margin-right: 0;
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li:last-child:after {
  display: none;
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li.long-mg {
  margin-right: 18.8125rem;
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li.long-mg:after {
  width: 3.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-con > ol > li.long-mg {
    margin-right: 0;
    padding: 0.625rem;
  }
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li.long-mg-right:before {
  position: absolute;
  top: 50%;
  right: 8.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 3.8125rem;
  height: 1px;
  background-color: #99b3d5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-con > ol > li.long-mg-right:before {
    display: none;
  }
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li.arrow .circle-iconbox:before {
  position: absolute;
  top: 50%;
  left: 10.9375rem;
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #99b3d5;
  margin-top: -6px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia .dia-inner .dia-con > ol > li.arrow .circle-iconbox:before {
    display: none;
  }
}
.emergency-common-row-dia .dia-inner .dia-con > ol > li.arrow.long-mg-right .circle-iconbox:before {
  left: auto;
  right: 10.3125rem;
}
.emergency-common-row-dia .dia-inner .dia-con .circle-iconbox {
  width: 8.875rem;
  height: 8.875rem;
  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;
}
.emergency-common-row-dia .dia-inner .dia-con .circle-iconbox .num {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}
.emergency-common-row-dia .dia-inner .dia-con .circle-iconbox .icon {
  margin-top: 0.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.emergency-common-row-dia .dia-inner .dia-con .circle-iconbox .icon.con-1-1 {
  background-image: url("../images/sub/common-row-dia-icon-1-1.png");
}
.emergency-common-row-dia .dia-inner .dia-con .circle-iconbox .icon.con-1-2 {
  background-image: url("../images/sub/common-row-dia-icon-1-2.png");
}
.emergency-common-row-dia .dia-inner .dia-con .circle-iconbox .icon.con-1-3 {
  background-image: url("../images/sub/common-row-dia-icon-1-3.png");
}
.emergency-common-row-dia .dia-inner .dia-con .circle-iconbox .icon.con-1-4 {
  background-image: url("../images/sub/common-row-dia-icon-1-4.png");
}
.emergency-common-row-dia.bg-picture {
  padding: 8rem 1.875rem 4.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.bg-picture {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .emergency-common-row-dia.bg-picture {
    padding: 1.875rem;
  }
}
.emergency-common-row-dia.bg-picture .dia-inner:before {
  position: absolute;
  top: 50%;
  left: -1.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: calc(100% + 3.75rem);
  height: 12.8125rem;
  background-color: rgba(242, 101, 50, 0.8);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.bg-picture .dia-inner:before {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.bg-picture .dia-inner .scale-control-box {
    width: 100%;
  }
}
.emergency-common-row-dia.bg-picture .dia-inner .dia-tt:before {
  border: 3px solid rgba(255, 255, 255, 0.8);
}
.emergency-common-row-dia.bg-picture .dia-inner .dia-tt .tt-inner {
  border-color: rgba(217, 225, 233, 0.2);
  background-color: transparent;
}
.emergency-common-row-dia.bg-picture .dia-inner .dia-tt .tt-inner strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f26632;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.bg-picture .dia-inner .dia-con {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.bg-picture .dia-inner .dia-con > ol {
    position: relative;
    bottom: -1.25rem;
    left: -1.25rem;
    background-color: rgba(242, 101, 50, 0.8);
    width: calc(100% + 3.75rem);
    padding: 0.9375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.emergency-common-row-dia.bg-picture .dia-inner .dia-con > ol > li:after {
  background-color: #d3d8df;
}
.emergency-common-row-dia.bg-picture .dia-inner .dia-con > ol > li.long-mg-right:before {
  background-color: #d3d8df;
}
.emergency-common-row-dia.bg-picture .dia-inner .dia-con > ol > li.arrow .circle-iconbox:before {
  border-left-color: #d3d8df;
}
.emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li {
  margin-right: 0.625rem;
}
.emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li:last-child {
  margin-right: 0;
}
.emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.long-mg {
  margin-right: 15.9375rem;
}
.emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.long-mg:after {
  width: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.long-mg {
    margin-right: 0;
    padding: 0.625rem;
  }
}
.emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.long-mg-right:before {
  position: absolute;
  top: 50%;
  right: 8.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background-color: #99b3d5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.long-mg-right:before {
    display: none;
  }
}
.emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.arrow .circle-iconbox:before {
  position: absolute;
  top: 50%;
  left: 9.5rem;
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #99b3d5;
  margin-top: -6px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.arrow .circle-iconbox:before {
    display: none;
  }
}
.emergency-common-row-dia.cir-6 .dia-inner .dia-con > ol > li.arrow.long-mg-right .circle-iconbox:before {
  left: auto;
  right: 140px;
}

.ora-oneline-row-dia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ora-oneline-row-dia .round-bd {
  border: 5px solid #fff;
  padding: 1.0625rem;
  border-radius: 96px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia .round-bd {
    max-width: 28.925rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .ora-oneline-row-dia .round-bd {
    max-width: none;
  }
}
.ora-oneline-row-dia ol, .ora-oneline-row-dia ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia ol, .ora-oneline-row-dia ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -0.625rem;
  }
}
.ora-oneline-row-dia ol > li, .ora-oneline-row-dia ul > li {
  position: relative;
  padding: 0 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia ol > li, .ora-oneline-row-dia ul > li {
    padding: 0.625rem;
  }
}
.ora-oneline-row-dia ol > li:before, .ora-oneline-row-dia ul > li:before {
  position: absolute;
  top: 50%;
  left: 13.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  border: 6px solid transparent;
  border-right-width: 6px;
  border-left: 9px solid #f79447;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia ol > li:before, .ora-oneline-row-dia ul > li:before {
    display: none;
  }
}
.ora-oneline-row-dia ol > li:after, .ora-oneline-row-dia ul > li:after {
  position: absolute;
  top: 50%;
  left: 11rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  border-top: 1px dashed #f79447;
  width: 3.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia ol > li:after, .ora-oneline-row-dia ul > li:after {
    display: none;
  }
}
.ora-oneline-row-dia ol > li:last-child:before, .ora-oneline-row-dia ul > li:last-child:before {
  display: none;
}
.ora-oneline-row-dia ol > li:last-child:after, .ora-oneline-row-dia ul > li:last-child:after {
  display: none;
}
.ora-oneline-row-dia ol > li:nth-child(2n) .box .circle-iconbox .num, .ora-oneline-row-dia ul > li:nth-child(2n) .box .circle-iconbox .num {
  border-color: #f79447;
}
.ora-oneline-row-dia ol > li .ls-in-ls, .ora-oneline-row-dia ul > li .ls-in-ls {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia ol > li .ls-in-ls, .ora-oneline-row-dia ul > li .ls-in-ls {
    border: 1px solid #f26632;
    padding: 0.3125rem;
    border-radius: 100px;
  }
}
.ora-oneline-row-dia ol > li .ls-in-ls .b-num, .ora-oneline-row-dia ul > li .ls-in-ls .b-num {
  position: absolute;
  top: -0.7125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #f8f9fb;
  border: 1px solid #f26632;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia ol > li .ls-in-ls .b-num, .ora-oneline-row-dia ul > li .ls-in-ls .b-num {
    display: block;
  }
}
.ora-oneline-row-dia ol > li .ls-in-ls > ul, .ora-oneline-row-dia ul > li .ls-in-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ora-oneline-row-dia ol > li .ls-in-ls > ul > li, .ora-oneline-row-dia ul > li .ls-in-ls > ul > li {
  margin-right: 0.3125rem;
}
.ora-oneline-row-dia ol > li .ls-in-ls > ul > li:last-child, .ora-oneline-row-dia ul > li .ls-in-ls > ul > li:last-child {
  margin-right: 0;
}
.ora-oneline-row-dia ol > li .ls-in-ls > ul > li .box .circle-iconbox .num, .ora-oneline-row-dia ul > li .ls-in-ls > ul > li .box .circle-iconbox .num {
  top: -0.625rem;
}
.ora-oneline-row-dia ol.arr-none > li:before, .ora-oneline-row-dia ol.arr-none > li:after, .ora-oneline-row-dia ul.arr-none > li:before, .ora-oneline-row-dia ul.arr-none > li:after {
  display: none;
}
.ora-oneline-row-dia ol.interval-pd-5, .ora-oneline-row-dia ul.interval-pd-5 {
  margin: -0.3125rem;
}
.ora-oneline-row-dia ol.interval-pd-5 > li, .ora-oneline-row-dia ul.interval-pd-5 > li {
  padding: 0.3125rem;
}
.ora-oneline-row-dia .box {
  line-height: 1.3;
}
.ora-oneline-row-dia .box .circle-iconbox {
  width: 9.375rem;
  height: 9.375rem;
  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: 1399px) {
  .ora-oneline-row-dia .box .circle-iconbox {
    width: 8.125rem;
    height: 8.125rem;
  }
}
.ora-oneline-row-dia .box .circle-iconbox .num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #f8f9fb;
  border: 1px solid #f26632;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia .box .circle-iconbox .num {
    display: block;
  }
}
.ora-oneline-row-dia .box .circle-iconbox .icon {
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.ora-oneline-row-dia .box .circle-iconbox .icon.icon-1 {
  background-image: url("../images/sub/ora-oneline-row-icon-1.png");
}
.ora-oneline-row-dia .box .circle-iconbox .icon.icon-2 {
  background-image: url("../images/sub/ora-oneline-row-icon-2.png");
}
.ora-oneline-row-dia .box .circle-iconbox .icon.icon-3 {
  background-image: url("../images/sub/ora-oneline-row-icon-3.png");
}
.ora-oneline-row-dia .box .circle-iconbox .icon.icon-4 {
  background-image: url("../images/sub/ora-oneline-row-icon-4.png");
}
.ora-oneline-row-dia .box .circle-iconbox .icon.icon-5 {
  background-image: url("../images/sub/ora-oneline-row-icon-5.png");
}
.ora-oneline-row-dia .box .tt {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.22;
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia .box .tt {
    font-size: 1rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .round-bd {
    max-width: 34rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .round-bd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .box .circle-iconbox {
    width: 7rem;
    height: 7rem;
  }
}
.ora-oneline-row-dia.ora-center-arr .arr-box {
  position: relative;
  -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;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box {
    padding: 1.25rem 0 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box {
    padding: 0;
    margin: 0 1.25rem;
  }
}
.ora-oneline-row-dia.ora-center-arr .arr-box:before, .ora-oneline-row-dia.ora-center-arr .arr-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box:before, .ora-oneline-row-dia.ora-center-arr .arr-box:after {
    right: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box:before, .ora-oneline-row-dia.ora-center-arr .arr-box:after {
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.ora-oneline-row-dia.ora-center-arr .arr-box:before {
  width: 100%;
  border-top: 1px dashed #f79447;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box:before {
    width: 1px;
    height: 100%;
    border-top: 0;
    border-left: 1px dashed #f79447;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box:before {
    height: auto;
    border-left: 0;
    width: 100%;
    border-top: 1px dashed #f79447;
  }
}
.ora-oneline-row-dia.ora-center-arr .arr-box:after {
  border: 6px solid transparent;
  border-left: 9px solid #f79447;
  border-right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box:after {
    top: auto;
    bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #f79447;
    border-bottom: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box:after {
    border: 6px solid transparent;
    border-left: 9px solid #f79447;
    border-right: 0;
    bottom: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.ora-oneline-row-dia.ora-center-arr .arr-box .arr-txt {
  z-index: 1;
  position: relative;
  padding: 0 0.8125rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #f79447;
  line-height: 2.375;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box .arr-txt {
    padding: 0.625rem;
    line-height: 1.4;
    background-color: #f8f9fb;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .ora-oneline-row-dia.ora-center-arr .arr-box .arr-txt {
    background-color: transparent;
    line-height: 2.375;
  }
}
.ora-oneline-row-dia.mgt-25 {
  margin-top: 1.5625rem;
}
.ora-oneline-row-dia.mgt-30 {
  margin-top: 1.875rem;
}
.ora-oneline-row-dia.mgb-25 {
  margin-bottom: 1.5625rem;
}

.process-step-dia:after {
  margin-top: -7.5rem;
}
.process-step-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;
}
.process-step-dia .dia-inner .title {
  margin-bottom: 1.6875rem;
}
.process-step-dia .dia-inner .title strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}
.process-step-dia .dia-inner .scale-control-box {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .scale-control-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.process-step-dia .dia-inner .dia-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;
  position: relative;
}
.process-step-dia .dia-inner .dia-tt .tt-inner {
  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: 11.3125rem;
  height: 11.3125rem;
  background-color: #f26632;
  border-radius: 50%;
  border: 37px solid #d9e1e9;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-tt .tt-inner {
    width: 7.5rem;
    height: 7.5rem;
    border: 25px solid #d9e1e9;
  }
}
.process-step-dia .dia-inner .dia-tt .tt-inner strong {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.36;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-tt .tt-inner strong {
    font-size: 1.125rem;
  }
}
.process-step-dia .dia-inner .dia-con {
  position: relative;
  padding-top: 8.25rem;
  background: url("../images/sub/use-guide-bg-arrow-up.png") center 1.25rem no-repeat;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con {
    padding-top: 2.75rem;
    max-width: 800px;
  }
}
.process-step-dia .dia-inner .dia-con:before {
  z-index: 1;
  position: absolute;
  top: -1.6875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  height: 6.375rem;
  border-left: 1px dashed #8ea6c6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con:before {
    top: -1.2875rem;
    height: 2.475rem;
  }
}
.process-step-dia .dia-inner .dia-con:after {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom: 9px solid #8ea6c6;
  border-top: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con:after {
    top: -1.6rem;
  }
}
.process-step-dia .dia-inner .dia-con > ol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol {
    margin: -0.225rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.process-step-dia .dia-inner .dia-con > ol:before {
  position: absolute;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: calc(100% - 13.25rem);
  height: 3.25rem;
  border: 1px solid #3a495e;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol:before {
    top: -1.225rem;
    height: 1.85rem;
    width: calc(100% - 10.25rem);
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol:before {
    width: calc(100% - 20.25rem);
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol:before {
    width: 67%;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.process-step-dia .dia-inner .dia-con > ol > li {
  position: relative;
  padding: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol > li {
    padding: 0.225rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
  }
}
.process-step-dia .dia-inner .dia-con > ol > li:before {
  z-index: 1;
  position: absolute;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 1px;
  height: 3.25rem;
  background-color: #3a495e;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol > li:before {
    display: none;
  }
}
.process-step-dia .dia-inner .dia-con > ol > li:after {
  position: absolute;
  top: -3.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #3a495e;
  border: 4px solid #d3ddec;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con > ol > li:after {
    display: none;
  }
}
.process-step-dia .dia-inner .dia-con > ol > li:first-child:before {
  display: none;
}
.process-step-dia .dia-inner .dia-con > ol > li:first-child:after {
  display: none;
}
.process-step-dia .dia-inner .dia-con > ol > li:last-child:before {
  display: none;
}
.process-step-dia .dia-inner .dia-con > ol > li:last-child:after {
  display: none;
}
.process-step-dia .dia-inner .dia-con .round-con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3a495e;
  background-color: #fff;
  border-radius: 26.7px;
  width: 11.9375rem;
  height: 100%;
  padding: 1.875rem 0.3125rem 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .process-step-dia .dia-inner .dia-con .round-con-box {
    width: auto;
    padding: 1.25rem 0.9375rem 1.25rem;
  }
}
.process-step-dia .dia-inner .dia-con .round-con-box .num {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1875rem;
  margin-bottom: 0.9375rem;
}
.process-step-dia .dia-inner .dia-con .round-con-box .tt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #f26632;
  margin-bottom: 0.3125rem;
}
.process-step-dia .dia-inner .dia-con .round-con-box .ls-typ {
  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;
}
.process-step-dia .dia-inner .dia-con .round-con-box .ls-typ > li > .mark {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.process-step-dia .dia-inner .dia-con .round-con-box .icon {
  margin-top: 0.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2.625rem;
  height: 2.625rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.process-step-dia .dia-inner .dia-con .round-con-box .icon.con-1 {
  background-image: url("../images/sub/common-prostep-icon-1.png");
}
.process-step-dia .dia-inner .dia-con .round-con-box .icon.con-2 {
  background-image: url("../images/sub/common-prostep-icon-2.png");
}
.process-step-dia .dia-inner .dia-con .round-con-box .icon.con-4 {
  background-image: url("../images/sub/common-prostep-icon-4.png");
}
.process-step-dia .dia-inner .dia-con .round-con-box .icon.con-5 {
  background-image: url("../images/sub/common-prostep-icon-5.png");
}

.boxguide-process-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;
}
.boxguide-process-dia .dia-inner .boxguide-title {
  text-align: center;
  margin-bottom: 1.75rem;
}
.boxguide-process-dia .dia-inner .boxguide-title strong {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}
.boxguide-process-dia .dia-inner .boxguide-title p {
  margin-top: 0.875rem;
  font-size: 1rem;
  font-weight: 200;
  color: #555;
}
.boxguide-process-dia .dia-inner .title {
  margin-bottom: 1.6875rem;
}
.boxguide-process-dia .dia-inner .title strong {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}
.boxguide-process-dia .dia-inner .scale-control-box {
  position: relative;
  background: url("../images/sub/use-guide-bg-arrow-down.png") center 7rem no-repeat;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .scale-control-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;
  }
}
.boxguide-process-dia .dia-inner .dia-tt {
  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;
  position: relative;
  padding-top: 1.875rem;
  background: url("../images/sub/boxguide-process-gra-bg.png") center 7.8125rem no-repeat;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-tt {
    width: 100%;
    background-position: center 6.8rem;
    background-size: contain;
  }
}
.boxguide-process-dia .dia-inner .dia-tt .curve-txt {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-tt .curve-txt {
    width: 13rem;
  }
}
.boxguide-process-dia .dia-inner .dia-tt .curve-txt .inner img {
  max-width: 100%;
}
.boxguide-process-dia .dia-inner .dia-tt .tt-inner {
  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: 11.3125rem;
  height: 11.3125rem;
  background-color: #f26632;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-tt .tt-inner {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.boxguide-process-dia .dia-inner .dia-tt .tt-inner strong {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.36;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-tt .tt-inner strong {
    font-size: 1.125rem;
  }
}
.boxguide-process-dia .dia-inner .dia-con {
  position: relative;
  padding-top: 4.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con {
    padding-top: 1.5rem;
    max-width: 700px;
  }
}
.boxguide-process-dia .dia-inner .dia-con > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con > ul {
    margin: -0.225rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.boxguide-process-dia .dia-inner .dia-con > ul:before {
  z-index: 1;
  position: absolute;
  top: -1.3875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: calc(100% - 18.5625rem);
  height: 1.875rem;
  border: 1px solid #97b1d3;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con > ul:before {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con > ul:before {
    width: 80%;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.boxguide-process-dia .dia-inner .dia-con > ul > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con > ul > li {
    padding: 0.225rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}
.boxguide-process-dia .dia-inner .dia-con > ul > li:before {
  z-index: 1;
  position: absolute;
  top: -1.3875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #97b1d3;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con > ul > li:before {
    display: none;
  }
}
.boxguide-process-dia .dia-inner .dia-con > ul > li:after {
  position: absolute;
  top: 0.375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #004098;
  border: 4px solid #d3ddec;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con > ul > li:after {
    display: none;
  }
}
.boxguide-process-dia .dia-inner .dia-con > ul > li:first-child:before {
  display: none;
}
.boxguide-process-dia .dia-inner .dia-con > ul > li:last-child:before {
  display: none;
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #3a495e;
  background-color: #fff;
  border-radius: 26.7px;
  width: 16.625rem;
  height: 100%;
  padding: 1.875rem 2.025rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con .round-con-box {
    width: auto;
    padding: 1.25rem 0.9375rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con .round-con-box {
    width: auto;
  }
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .num {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1875rem;
  margin-bottom: 0.9375rem;
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .icon {
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2.625rem;
  height: 2.625rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .icon.con-1 {
  background-image: url("../images/sub/boxguide-pro-icon-1.png");
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .icon.con-2 {
  background-image: url("../images/sub/boxguide-pro-icon-2.png");
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .icon.con-3 {
  background-image: url("../images/sub/boxguide-pro-icon-3.png");
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .icon.con-4 {
  background-image: url("../images/sub/boxguide-pro-icon-4.png");
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .icon.con-5 {
  background-image: url("../images/sub/boxguide-pro-icon-5.png");
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .tt {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #f26632;
  margin-bottom: 0.625rem;
  word-wrap: break-word;
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .cont .ls-typ > li > .mark {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .cont .ls-typ > li > .mark:before {
  top: 0.625rem;
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .cont .ls-typ > li > .mark.nowrap-txt {
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxguide-process-dia .dia-inner .dia-con .round-con-box .cont .ls-typ > li > .mark.nowrap-txt {
    white-space: normal;
  }
}
.boxguide-process-dia .dia-inner .dia-con .round-con-box .cont .nor-c {
  text-align: center;
  font-weight: 500;
  color: #000;
}

.row-line {
  margin: 3.125rem 0;
  width: 100%;
  height: 0.25rem;
  background: url("../images/sub/row-line-bg.png") 0 0 repeat-x;
}

/* 센터안내 */
/* 센터소개 */
.spw-ci-wrap .ci-intro-wrap.ciint .short-figure {
  margin-bottom: 1.25rem;
  min-width: 8.6875rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-ci-wrap .ci-intro-wrap.ciint .short-figure .txt {
  font-size: 1.125rem;
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.625rem;
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem;
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:before, .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:before, .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:before, .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:after {
    display: block;
  }
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:before {
  width: 100px;
  border-top: 1px dashed #fff;
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:after {
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:last-child:before, .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox > ol > li:last-child:after {
  display: none;
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox .circle-iconbox {
  position: relative;
  width: 6.875rem;
  height: 6.875rem;
  overflow: visible;
}
.spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox .circle-iconbox .num {
  position: absolute;
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Suit";
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #f8f9fb;
  border: 1px solid #f26632;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox .circle-iconbox .num {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.ciint .help-con-dia .oneday-oc-probox .circle-iconbox .num {
    display: none;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box {
  position: relative;
  background-color: #f8f9fb;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box {
    padding: 1.25rem 0.9375rem;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box:before {
    display: none;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-inner {
  position: relative;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-inner:before {
  position: absolute;
  top: 242px;
  left: 256px;
  content: "";
  display: block;
  width: 20.5625rem;
  height: 12.1875rem;
  background-size: contain;
  background: url("../images/sub/micve-floor-bg.png") 0 0 no-repeat;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-inner:before {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-inner:before {
    display: block;
    top: 318px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap {
  position: absolute;
  top: 68px;
  left: 68px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap {
    position: static;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap {
    position: absolute;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .tt {
  display: block;
  margin-bottom: 1rem;
  line-height: 1.3333;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .tt span {
  font-family: "Suit";
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.11;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .tt span:after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.375rem solid #f26632;
  border-radius: 50%;
  position: relative;
  top: -0.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .tt span br {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .tt span br {
    display: block;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .con {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.777;
  color: #666;
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .con br {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .title-wrap .con br {
    display: block;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap {
    -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: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 940px;
    margin: 0 auto;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb {
  display: block;
  padding-left: 1px;
  border-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb {
    display: table;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb {
    display: block;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead {
  display: block;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead {
    display: table-header-group;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead {
    display: block;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr {
    display: table-row;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th {
  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: 0.5rem 0.9375rem;
  margin-left: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th {
    display: table-cell;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th:first-child {
  border-left: 1px solid #dbdbdb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th:first-child {
    min-width: 70px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th:first-child {
    min-width: auto;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th:last-child {
  border-right: 1px solid #dbdbdb;
  width: 475px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th:last-child {
    width: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb thead tr th:last-child {
    width: 380px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody {
  display: block;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody {
    display: table-row-group;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody {
    display: block;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody td {
  height: auto;
  line-height: 2;
  min-height: 55px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody td.highlight {
    background-color: #f79447;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody td.highlight .t-black {
    color: #fff;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr {
    display: table-row;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr:last-child td:last-child:after {
  display: none;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-1f {
  height: 209px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-1f {
    height: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-1f {
    height: 241px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-2f {
  height: 305px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-2f {
    height: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-2f {
    height: 369px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-3f {
  height: 81px;
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-3f {
    height: 113px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-4f {
  height: 81px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-4f {
    height: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-4f {
    height: 82px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-5f {
  height: 81px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-5f {
    height: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-5f {
    height: 113px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-6f {
  height: 81px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-6f {
    height: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr.hei-6f {
    height: 81px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td {
  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.5rem 0.9375rem;
  margin-left: -1px;
  margin-top: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td {
    display: table-cell;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td:first-child {
  border-left: 1px solid #dbdbdb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td:last-child {
  position: relative;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #90a8c9;
  width: 475px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td:last-child {
    border-left: 1px solid #dbdbdb;
    width: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td:last-child {
    width: 380px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td:last-child:after {
  z-index: 1;
  position: absolute;
  bottom: -0.6875rem;
  left: -0.6875rem;
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #d9e3f0;
  background-color: #004098;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td:last-child:after {
    display: none;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td.import {
  font-weight: 400;
  color: #004098;
  background-color: #e5ecf4;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td.here-bg {
  background-color: #fef4f1;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .tb_w .tb tbody tr td.here-bg .t-black {
    color: #000;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 4px;
  height: 100px;
  background-color: #3a495e;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building:after {
    display: none;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex:after {
  right: -3px;
  height: 382px;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb thead tr th:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb thead tr th:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb thead tr th:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb thead tr th:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 475px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb thead tr th:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb thead tr th:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 380px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 475px;
  border-right: 1px solid #f79447;
  border-left: 1px solid #dbdbdb;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    border-right: 1px solid #dbdbdb;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 380px;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:last-child:after {
  left: auto;
  right: -11px;
  border-color: #fde8e0;
  background-color: #f26632;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.annex .tb_w .tb tbody tr td:last-child:after {
    display: none;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.center {
  border-top: 4px solid #3a495e;
  padding-bottom: 54px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.9375rem;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 0;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.center:after {
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.main {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.main {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building.main:after {
  left: -3px;
  height: 814px;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway {
  border-bottom: 1px solid #dbdbdb;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway:last-child {
  border-bottom: 0;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.f2 {
  height: 305px;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.f1 {
  height: 209px;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.bf1 {
  height: 53px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.f2, .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.f1, .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.bf1 {
    height: auto;
    display: none;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.mob {
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.mob {
    display: block;
    padding: 1.25rem 0.9375rem;
    line-height: 2;
  }
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway .pg-box {
  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;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway .pg-box p {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.here {
  background-color: #f79447;
}
.spw-ci-wrap .ci-intro-wrap.cimap .micve-floor-box .floor-wrap .building .passageway.here .pg-box p {
  color: #fff;
}
.spw-ci-wrap .ci-intro-wrap.cimap .here-area-mark {
  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;
}
.spw-ci-wrap .ci-intro-wrap.cimap .here-area-mark i {
  display: block;
  width: 1.875rem;
  height: 2.625rem;
  background: url("../images/sub/here-area-mark.png") 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 0.4375rem;
}
.spw-ci-wrap .ci-intro-wrap.cimap .here-area-mark .tt {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.spw-ci-wrap .ci-intro-wrap.cimap .here-area-mark .nor-c {
  line-height: 2;
}

/* 커뮤니티 */
.spw-co-wrap .co-community-wrap .dot-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spw-co-wrap .co-community-wrap .dot-flex-row > li {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap .dot-flex-row > li {
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap .dot-flex-row > li {
    width: 50%;
  }
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls {
  padding: 1.4375rem 0;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.6875rem;
  padding: 1.6875rem 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li {
    -ms-flex-preferred-size: 274px;
        flex-basis: 274px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li {
    -ms-flex-preferred-size: 342px;
        flex-basis: 342px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li {
    -ms-flex-preferred-size: 341px;
        flex-basis: 341px;
  }
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:after {
  position: absolute;
  top: 1.6875rem;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6875rem - 1.6875rem);
  background-color: #d8d8d8;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:after {
    display: none;
  }
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:last-child:after {
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:last-child .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:last-child .box:after {
    display: block;
    top: -1.6875rem;
    right: auto;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:last-child .box:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:nth-child(2n) .box:after {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li:nth-child(2n) .box:after {
    display: block;
  }
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li.row-cut .box {
  height: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li.row-cut .box {
    padding: 1.6875rem 0.9375rem;
    height: auto;
  }
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li.row-cut .box:after {
  display: none;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li.row-cut .box:not(:nth-child(1)) {
  padding-top: 28px;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li.row-cut .box:last-child {
  border-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls > ul > li.row-cut .box:last-child {
    padding: 1.6875rem 0.9375rem;
  }
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box {
  position: relative;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .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;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box:after {
    position: absolute;
    bottom: -1.6875rem;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box:after {
    bottom: auto;
    left: auto;
    top: 0;
    right: -1.6875rem;
    width: 1px;
    height: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .title {
    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-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .title .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .title .tt span {
  color: #000;
  font-weight: 700;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .title .tt span.han {
  font-size: 1.5rem;
  margin-bottom: 0.4375rem;
  line-height: 1.416;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls > ul > li {
  margin-bottom: 0.3125rem;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls > ul > li:last-child {
  margin-bottom: 0;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls .short-figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls .short-figure i {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 0.5625rem;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls .short-figure i.tel {
  background-image: url("../images/sub/hhcs-cd-icon-tel.png");
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls .short-figure i.fax {
  background-image: url("../images/sub/hhcs-cd-icon-fax.png");
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls .short-figure .txt .num {
  font-family: "Suit";
  font-weight: 700;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .y-circle-ls .short-figure .txt.fax {
  font-family: "Suit";
  font-weight: 500;
}
.spw-co-wrap .co-community-wrap.hhcs .department-detail-ls .box .mark-ls {
  margin-top: 1.4375rem;
}


/* 20251110 진료협력센터 커뮤니티->정보제공->호스피스∙완화의료센터->센터소개 추가 */
.spw-mtcen-wrap .mtcen-lim-title-box .tt-txt strong { font-size: 2.25rem; font-weight: 700; line-height: 1.333; }

.hospice-intro-banner{position:relative;display:flex; height:400px; flex-direction: row-reverse; margin-top:2.1875rem;}
.hospice-intro-banner .title{flex:1;display: flex;width: 725px;margin-left: -85px;background:url(../images/sub/hospice-intro-bg-1.png) no-repeat;background-size: cover;justify-content: center;align-items: center;padding-left: 85px;}
.hospice-intro-banner .conbox{position: relative;width: 625px;background:url(../images/sub/hospice-intro-bg.png) no-repeat;z-index: 1; padding:76px; box-sizing:border-box;}
.hospice-intro-banner .conbox .tt{display: block;font-size:1.375rem;border-bottom:2px solid #fff;padding-bottom:1.125rem;color: #fff;}
.hospice-intro-banner .conbox .txt{font-size:1rem;font-weight:400;line-height:2;margin-top:0.5625rem;color: #fff;}
.circle-iconbox.icon.cir-con-55-1:after {background-image: url(../images/sub/cir-con-55-1.png);}
.circle-iconbox.icon.cir-con-10-3:after {background-image: url(../images/sub/cir-con-10-3.png)}
@media (min-width: 0px) and (max-width: 1399px) {
  .hospice-intro-banner{flex-direction:column;height: auto;}
  .hospice-intro-banner .title{width:auto; margin-left:0; padding:1.25rem 0.9375rem 3.125rem;}
  .hospice-intro-banner .conbox{width:auto;clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);background-color: #004098;margin-top: -1.9375rem;padding: 1.875rem 15px;}
}

/* 20251110 진료협력센터 커뮤니티->정보제공->호스피스∙완화의료센터->안동병원 호스피스 완화의료팀 추가 */
.f_c_o{color:#f26632 !important;}

.hospice-team-dia .dia-inner{position:relative; display:flex; flex-direction:column; align-items:center;}
.hospice-team-dia .dia-inner .dia-tt{position:relative; display:flex;  width: 29.375rem; height: 29.375rem; padding: 3.9375rem 3.5rem; align-items:center; justify-content:center;}
.hospice-team-dia .dia-inner .dia-tt:before, 
.hospice-team-dia .dia-inner .dia-tt:after {content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%;}
.hospice-team-dia .dia-inner .dia-tt:before {width: 29.375rem; height: 29.375rem; border: 3px solid #fff;}
.hospice-team-dia .dia-inner .dia-tt:after {width: 26.25rem; height: 26.25rem;border: 2px dashed #f79e5a;}
.hospice-team-dia .dia-inner .dia-tt .tt-inner{position:relative; display:flex; align-items:center; justify-content:center; width:11.3125rem; height:11.3125rem; background:#f26632; border-radius:50%; border:37px solid #d9e1e9;}
.hospice-team-dia .dia-inner .dia-tt .tt-inner strong {text-align: center; font-size: 1.375rem; font-weight: 700; color: #fff; line-height: 1.36;}
.hospice-team-dia .dia-inner .dia-con > ul > li{position:absolute; top:0; left:50%; transform:translate(-50%, 0);}
.hospice-team-dia .dia-inner .dia-con .circle-iconbox{width:7.6875rem; height:7.6875rem;}


.hospice-team-dia .dia-inner .dia-con > ul > li:nth-child(2){top: 5rem; margin-left: -9.5rem;}
.hospice-team-dia .dia-inner .dia-con > ul > li:nth-child(3){top: 14.375rem; margin-left:-12.5rem;}
.hospice-team-dia .dia-inner .dia-con > ul > li:nth-child(4){top: 23.75rem; margin-left: -9.5rem;}
.hospice-team-dia .dia-inner .dia-con > ul > li:nth-child(5){top: 29.375rem;}
.hospice-team-dia .dia-inner .dia-con > ul > li:nth-child(6){top: 24.375rem; margin-left: 9.5rem;}
.hospice-team-dia .dia-inner .dia-con > ul > li:nth-child(7){top: 14.375rem; margin-left: 12.5rem;}
.hospice-team-dia .dia-inner .dia-con > ul > li:nth-child(8){top: 5.0625rem; margin-left: 9.5rem;}

@media (min-width: 0px) and (max-width: 1399px) {
    
  .hospice-team-dia .scale-control-box .dia-tt {width: auto; height: auto;padding: 3rem 0;}
  .hospice-team-dia .scale-control-box .dia-con{margin-top:1.25rem;}
  .hospice-team-dia .scale-control-box .dia-tt:before {width: 21.375rem;height: 21.375rem;}
  .hospice-team-dia .scale-control-box .dia-tt:after {width: 19.25rem;height: 19.25rem;}
  .hospice-team-dia .scale-control-box .dia-tt .tt-inner {flex: none;}
  .hospice-team-dia .scale-control-box .dia-con > ul {display: flex; flex-wrap: wrap; margin: -0.625rem;}
  .hospice-team-dia .scale-control-box .dia-con > ul > li { position: static; margin: 0 !important; transform: none; flex: 1; flex-basis: 234px; width: 50%;    box-sizing: border-box;padding: 0.625rem;}
  .hospice-team-dia .scale-control-box .dia-con > ul > li .circle-iconbox {border-radius: 5px; width: auto; height: auto; display: flex; -webkit-box-orient: vertical; flex-direction: column; padding: 0.9375rem; text-align: center; box-sizing: border-box;height: 100%;}
}

/* 20251110 진료협력센터 커뮤니티->정보제공->호스피스∙완화의료센터->이용안내 추가 */
.wound-sev-trauma-process-dia ol { display: flex; flex-direction: column;align-items: center;}
.wound-sev-trauma-process-dia ol > li { position: relative; margin-bottom: 3.625rem;}
.wound-sev-trauma-process-dia ol > li:before, 
.wound-sev-trauma-process-dia ol > li:after {position: absolute; top: 8.875rem; left: 4.5rem; content: ""; display: block;}
.wound-sev-trauma-process-dia ol > li:before {height: 3.625rem; border-left: 1px dashed #f79447;}
.wound-sev-trauma-process-dia ol > li:after {top: 12.125rem; left: 4.1875rem; border: 6px solid transparent; border-top: 9px solid #f79447; border-bottom: 0;}
.wound-sev-trauma-process-dia ol > li:last-child {margin-bottom: 0;}
.wound-sev-trauma-process-dia ol > li:last-child:before, 
.wound-sev-trauma-process-dia ol > li:last-child:after {display: none;}
.wound-sev-trauma-process-dia ol > li:last-child .box:before, 
.wound-sev-trauma-process-dia ol > li:last-child .box:after {display: none;}
.wound-sev-trauma-process-dia .box {position: relative; display: flex; align-items: center;}
.wound-sev-trauma-process-dia .box:before, 
.wound-sev-trauma-process-dia .box:after {position: absolute; top: 8.875rem; left: 26.875rem; content: ""; display: block;}

.wound-sev-trauma-process-dia .box:before {height: 3.625rem; border-left: 1px dashed #f79447;}
.wound-sev-trauma-process-dia .box:after {top: 12.125rem; left: 26.5625rem; border: 6px solid transparent; border-top: 9px solid #f79447; border-bottom: 0;}
.wound-sev-trauma-process-dia .box .circle-iconbox {position: relative; flex: none; overflow: visible; margin-right: 4.875rem;}
.wound-sev-trauma-process-dia .box .circle-iconbox:before, 
.wound-sev-trauma-process-dia .box .circle-iconbox:after {position: absolute; top: 50%; right: -100px; transform: translate(0, -50%); content: ""; display: block;}
.wound-sev-trauma-process-dia .box .circle-iconbox:before {z-index: 2; width: 6.25rem; height: 1px; background-color: #f26632;}
.wound-sev-trauma-process-dia .box .circle-iconbox:after {z-index: 1; right: -6.8125rem; width: 0.75rem; height: 0.75rem; border-radius: 50%; border: 5px solid #f7e3dd; background-color: #f26632;}
.wound-sev-trauma-process-dia .box .circle-iconbox.yellow:before {background-color: #f79447;}
.wound-sev-trauma-process-dia .box .circle-iconbox.yellow:after {border-color: #feefe4; background-color: #f79447;}
.wound-sev-trauma-process-dia .box .circle-iconbox .inner-box { display: flex;flex-direction: column;}
.wound-sev-trauma-process-dia .box .circle-iconbox .inner-box i{ width: 2.1875rem; height: 2.1875rem; background-repeat: no-repeat; background-position: center; background-size: contain; margin-bottom: 0.5625rem;}
.wound-sev-trauma-process-dia .box .circle-iconbox .inner-box i.icon-1 { background-image: url(/common/front/kor/images/sub/hospice-team-tit-icon-1.png);}
.wound-sev-trauma-process-dia .box .circle-iconbox .inner-box i.icon-2 { background-image: url(/common/front/kor/images/sub/hospice-team-tit-icon-2.png);}
.wound-sev-trauma-process-dia .box .circle-iconbox .inner-box i.icon-3 {background-image: url(/common/front/kor/images/sub/hospice-team-tit-icon-3.png);}
.wound-sev-trauma-process-dia .box .circle-iconbox .inner-box i.icon-4 {background-image: url(/common/front/kor/images/sub/hospice-team-tit-icon-4.png);}
.wound-sev-trauma-process-dia .box .circle-iconbox .inner-box strong {font-size: 1.125rem; font-weight: 400; color: #fff; text-align: center;}
.wound-sev-trauma-process-dia .box .con {position: relative; border: 5px solid #fff; padding: 0.875rem; border-radius: 85px;}
.wound-sev-trauma-process-dia .box .con .con-inner {font-size: 1rem; font-weight: 500; width: 24.0625rem; height: 6.625rem; box-sizing: border-box; border: 1px solid #f26632; background-color: #fff; border-radius: 60px; display: flex; flex-direction: column; justify-content: center; padding-left: 3.125rem; padding-right: 2.5rem;}
.wound-sev-trauma-process-dia .box .con .con-inner .step {color: #f79447; display: block; margin-bottom: 0.1875rem;}
.wound-sev-trauma-process-dia .box .con .con-inner p {color: #000;}   
.check-icon-ls .box .con-zone .bold-c {font-size: 1.625rem; font-weight: 500; color: #000; line-height: 1.5;}
.check-icon-ls .box .con-zone .bold-c span{font-size:1rem;}
.circle-iconbox.icon.cir-con-54-1:after {background-image: url(/common/front/kor/images/sub/cir-con-54-1.png);}


@media (min-width: 0px) and (max-width: 1399px) {
  .wound-sev-trauma-process-dia ol { flex-direction: row; flex-wrap: wrap; margin: -0.8125rem; align-items: flex-start;}
  .wound-sev-trauma-process-dia ol > li { flex: none; width: 100%; margin-bottom: 0; padding: 0.8125rem;box-sizing: border-box;}
  .wound-sev-trauma-process-dia ol > li:before, 
  .wound-sev-trauma-process-dia ol > li:after {top: auto; bottom: -0.4rem;}
  .wound-sev-trauma-process-dia ol > li:before { height: 1.2rem;}
  .wound-sev-trauma-process-dia ol > li:after {top: auto; bottom: -0.6875rem;}
  .wound-sev-trauma-process-dia .box {flex-direction: column;}
  .wound-sev-trauma-process-dia .box:before, 
  .wound-sev-trauma-process-dia .box:after {display: none;}
  .wound-sev-trauma-process-dia .box .circle-iconbox {margin-right: 0; border-radius: 0; width: 100%; height: auto;}
  .wound-sev-trauma-process-dia .box .circle-iconbox:before, 
  .wound-sev-trauma-process-dia .box .circle-iconbox:after {display: none;}
  .wound-sev-trauma-process-dia .box .circle-iconbox .inner-box {flex-direction: row; border-radius: 0; padding: 0.625rem 0.9375rem;}
  .wound-sev-trauma-process-dia .box .circle-iconbox .inner-box i {width: 2.5625rem; height: 2.5625rem; background-repeat: no-repeat; background-position: 0 0; background-size: contain; margin-bottom: 0.4375rem;}
  .wound-sev-trauma-process-dia .box .circle-iconbox .inner-box i { margin-bottom: 0; margin-right: 0.625rem;}
  .wound-sev-trauma-process-dia .box .circle-iconbox .inner-box strong br {display: none;}
  .wound-sev-trauma-process-dia .box .con {border-radius: 0; border: 0; padding: 0; width: 100%;}
  .wound-sev-trauma-process-dia .box .con:after {right: 0.9375rem;}
  .wound-sev-trauma-process-dia .box .con .con-inner {border-top: 0; width: 100%; height: auto; border-radius: 0; padding: 1.875rem 0.9375rem; border-radius: 0 0 10px 10px;}
}
@media (min-width: 680px) and (max-width: 1399px) {
  .wound-sev-trauma-process-dia ol > li { flex: 1; flex-basis: 283px;}
  .wound-sev-trauma-process-dia ol > li:before, 
  .wound-sev-trauma-process-dia ol > li:after {display: none;}
}

/* 20251110 진료협력센터 커뮤니티->정보제공->호스피스∙완화의료센터->호스피스 대상자 추가 */
.hospice-patient-callout{display:flex; flex-direction:column; background:url(../images/sub/hospice-patient-bg.jpg) no-repeat 0 0; align-items:center; padding:4.375rem 15%;}
.hospice-patient-callout .callout-title{font-size:1.5625rem; font-weight:500; color:#fff; letter-spacing:-0.5px;}
.hospice-patient-callout .callout-ico{margin-top:1.875rem;}
.hospice-patient-callout .callout-dec{font-size:1rem; font-weight:100; color:#fff; line-height:1.6; text-align:center; margin-top:1.875rem;}
.hospice-patient-callout .callout_bul{width:100%;border-top:1px solid #fff;font-size:1rem;color:#fff;font-weight:100;text-align: center;margin-top: 2rem;padding-top: 2.625rem;}
.hospice-patient-callout .callout_bul > li + li{margin-top:.5rem;}

.hospice-patient-list-box{margin-top:3.125rem;}
.hospice-patient-list-box .num{display:inline-flex; width:24px; height:24px; border-radius:50%; background-color:#f26632; color:#fff; font-family:'SUIT'; font-size:.875rem; font-weight:700; align-items:center; justify-content: center; margin-right:10px; flex:0 0 24px;}
.hospice-patient-list-box > li{display:flex; position:relative; background-color:#fef4f1; border:1px solid #fac9b7; color:#555; padding:1.25rem 1.875rem; padding-right:6rem; background-repeat:no-repeat; background-position: right 2.5rem center; }
.hospice-patient-list-box > li + li{margin-top:.625rem;}
.hospice-patient-list-box li.type1{background-image:url(../images/sub/hospice-side-icon-1.png); }
.hospice-patient-list-box li.type2{background-image:url(../images/sub/hospice-side-icon-2.png); }
.hospice-patient-list-box li.type3{background-image:url(../images/sub/hospice-side-icon-3.png); }

/* 20251110 진료협력센터 커뮤니티->정보제공->호스피스∙완화의료센터->프로그램 추가 */
.hospice-program-dia .dia_inner{display:flex;flex-direction:column;align-items: center;}
.hospice-program-dia .dia-title-box {position:relative;width: 670px;height: 500px;background: url(../images/sub/hospice-program-dia-bg.png) no-repeat center 0;z-index:1;}
.hospice-program-dia .dia-title-box:before{content:""; display:block; position:absolute; bottom:0; left:50%; transform:translateX(-50%); display:block; width:226px; height:44px; background: url(../images/sub/hospice-program-dia-bg-1.png) no-repeat center 0;}
.hospice-program-dia .dia-title-box .t1{position:absolute; left:50%; top:110px; transform:translateX(-50%); font-size:1.375rem; font-weight:700; color:#fff; line-height:1.875rem; letter-spacing:-0.5px; text-align:center;}
.hospice-program-dia .dia-title-box .t2{position:absolute;left:50%;top: 300px;transform:translateX(-50%);font-size:1.375rem;font-weight:700;color:#004098;letter-spacing:-.75px;}
.hospice-program-dia .dia-title-box .t3{position:absolute;left:50%;top: 420px;transform:translateX(-50%);font-size:1.25rem;font-weight:700;color:#000;letter-spacing:-.75px;}

.hospice-program-dia .dia-program-list{display:inline-flex;width: auto;gap:20px;justify-content:center;position:relative;margin-top: 51px;}
.hospice-program-dia .dia-program-list:before{content:"";display:block;border: 1px solid #3a495e;border-radius: 24px 24px 0 0;border-bottom: 0;position:absolute;top: -50px;left:50%;transform:translateX(-50%);width:calc(100% - 190px);z-index;height: 3.25rem;z-index: 1;}
.hospice-program-dia .dia-program-list li{position:relative;z-index: 1;}
.hospice-program-dia .dia-program-list li:before {content: "";display: block;background-color: red;position: absolute;width:1px;height:52px;top: -52px;left: 50%;background:#3a495e;}
.hospice-program-dia .dia-program-list li:after{z-index: 1;content: "";display: block;background-color: red;border-color: transparent;border-width: 0.3125rem;border-style: solid;position: absolute;left:50%;top: -59px;transform:translateX(-50%);width: 0.75rem;height: 0.75rem;border-radius: 50%;background:linear-gradient(#3a495e) padding-box, linear-gradient(rgba(0, 64, 152, 0.15)) border-box;}
.hospice-program-dia .dia-program-list li:first-child:before,
.hospice-program-dia .dia-program-list li:first-child:after,
.hospice-program-dia .dia-program-list li:last-child:before,
.hospice-program-dia .dia-program-list li:last-child:after{display:none;}

.hospice-program-dia .program-box{position:relative; display:flex; flex-direction:column; width:190px; height:220px; align-items:center; border:1px solid #3a495e; border-radius:24px; padding:30px; box-sizing:border-box;}
.hospice-program-dia .program-box .num{display:inline-flex; width:24px; height:24px; border-radius:50%; background-color:#000; font-size:14px; font-family: 'Suit'; font-weight:700; text-align:center; color:#fff; align-items:center; justify-content:center; margin-bottom:1.25rem;}
.hospice-program-dia .program-box .tit{font-size:1.375rem; font-weight:700; color:#f26632; line-height:1.875rem; letter-spacing:-0.5px; text-align:center;}
.hospice-program-dia .program-box .ico{display:flex;position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);}

@media (min-width: 0px) and (max-width: 1399px) {

.hospice-program-dia .dia-program-list{flex-wrap:wrap;gap: 16px;margin-top: 30px;}
.hospice-program-dia .dia-title-box{width:320px;height: 250px;background-size: 100%;}
.hospice-program-dia .dia-title-box .t1{font-size: 1.25rem;line-height: 18px;top: 60px;}
.hospice-program-dia .dia-title-box .t2{font-size: 1rem;top: 156px;}
.hospice-program-dia .dia-title-box .t3{width: 100%;font-size: 1rem;top: 242px;text-align: center;}
.hospice-program-dia .dia-title-box:before,
.hospice-program-dia .dia-program-list:before,
.hospice-program-dia .dia-program-list li:before,
.hospice-program-dia .dia-program-list li:after{ display:none;}

.hospice-program-dia .dia-program-list li{flex: 1; width: auto; min-width: 25%;}
.hospice-program-dia .program-box{width:100%;padding: 16px;height: 180px;}
.hospice-program-dia .program-box .tit{font-size:1rem; line-height:1.2;}

}
@media (min-width: 680px) and (max-width: 1399px) {
  .hospice-program-dia .dia-title-box{width:480px;height: 400px;background-size: 100%;}  
  .hospice-program-dia .dia-title-box .t1{top: 84px;}
  .hospice-program-dia .dia-title-box .t2{top: 240px;}
  .hospice-program-dia .dia-title-box .t3{top: 350px;}
}