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

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

.heading-side-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.heading-side-btn .side-area {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .heading-side-btn .side-area .res-btn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .heading-side-btn .side-area .res-btn {
    width: 10.4375rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .heading-side-btn .side-area .res-btn .icon {
    margin-left: 0.9375rem;
  }
}

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

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

.bar-tab-wrap .lnb_tab_w {
  border: 0;
}
.bar-tab-wrap .lnb_tab_w .lnb_tab {
  overflow: visible;
}
.bar-tab-wrap .lnb_tab_w .lnb_tab > li {
  border: 1px solid #ddd;
  margin-top: -1px;
}
.bar-tab-wrap .tabcon.mgt-30 {
  margin-top: 1.875rem;
}

.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;
}
.spw-wrap .lnb_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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.number.black > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.ls-typ.number.black > li > .mark:before {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  text-align: center;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
}
.ls-typ.number.black > li > .mark .txt {
  display: block;
}
.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.impor.round-wrap.column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2eae5;
  border-radius: 20px;
  padding: 0.38rem 0.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ls-typ.impor.round-wrap.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.3125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ls-typ.impor.round-wrap.column > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ls-typ.impor.round-wrap.column > li {
    padding: 0.3125rem;
    margin-right: 0;
  }
}
.ls-typ.impor.round-wrap.column > 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: #d6c9c0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ls-typ.impor.round-wrap.column > li:after {
    display: none;
  }
}
.ls-typ.impor.round-wrap.column > li:last-child {
  margin-right: 0;
}
.ls-typ.impor.round-wrap.column > li:last-child:after {
  display: none;
}
.ls-typ.impor.round-wrap.column > li > .mark {
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
.ls-typ.impor.round-wrap.column > li > .mark:before {
  position: static;
  margin-top: 0.3125rem;
  margin-right: 0.4375rem;
}
.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.txt-regular li .mark {
  font-weight: 400;
}
.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.mgl-12 {
  margin-left: 0.75rem;
}
.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.bold-line {
  border: 1rem solid #f3f2f2;
  padding: 0;
}
.bg-box.bold-line > .inner {
  padding: 1.25rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.bold-line > .inner {
    padding: 15px;
  }
}
.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;
}
.layout-bd-date .tb_w .tb {
  border-top: 0;
}
.layout-bd-date .tb_w .tb tbody tr th, .layout-bd-date .tb_w .tb tbody tr td {
  text-align: left;
  font-size: 1rem;
  border: 1px solid #dadada;
  line-height: 2;
}
.layout-bd-date .tb_w .tb tbody tr th.txt-center, .layout-bd-date .tb_w .tb tbody tr td.txt-center {
  text-align: center;
}
.layout-bd-date .tb_w .tb tbody tr th.txt-right, .layout-bd-date .tb_w .tb tbody tr td.txt-right {
  text-align: right;
}
.layout-bd-date .tb_w .tb tbody tr th {
  background-color: #fff;
  font-weight: 500;
}
.layout-bd-date .tb_w .tb tbody tr td {
  font-weight: 200;
  color: #555;
}
.layout-bd-date .tb_w .tb tbody tr td strong {
  font-weight: 400;
}
.layout-bd-date .icon-bd-tt {
  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: 5.3125rem;
}
.layout-bd-date .icon-bd-tt i {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff3ee;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 0.6875rem;
}
.layout-bd-date .icon-bd-tt i.icon-1 {
  background-image: url("../images/sub/lbd-icon-1.png");
}
.layout-bd-date .icon-bd-tt i.icon-2 {
  background-image: url("../images/sub/lbd-icon-2.png");
}
.layout-bd-date .icon-bd-tt i.icon-3 {
  background-image: url("../images/sub/lbd-icon-3.png");
}
.layout-bd-date .icon-bd-tt i.icon-4 {
  background-image: url("../images/sub/lbd-icon-4.png");
}
.layout-bd-date .icon-bd-tt i.icon-5 {
  background-image: url("../images/sub/lbd-icon-5.png");
}
.layout-bd-date .icon-bd-tt i.icon-6 {
  background-image: url("../images/sub/lbd-icon-6.png");
}
.layout-bd-date .icon-bd-tt strong {
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .layout-bd-date .icon-bd-tt strong br {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .layout-bd-date .icon-bd-tt strong br {
    display: block;
  }
}
.layout-bd-date .icon-bd-tt strong.line-h-short {
  line-height: 1.5;
}
.layout-bd-date .icon-bd-tt.icon-pos-side {
  text-align: left;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .layout-bd-date .icon-bd-tt.icon-pos-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.layout-bd-date .icon-bd-tt.icon-pos-side i {
  margin-bottom: 0;
  position: absolute;
  bottom: -0.25rem;
  right: -0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .layout-bd-date .icon-bd-tt.icon-pos-side i {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: static;
    margin-bottom: 0.6875rem;
  }
}
.layout-bd-date .icon-bd-tt.icon-pos-side strong {
  padding-right: 3.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .layout-bd-date .icon-bd-tt.icon-pos-side strong {
    padding-right: 0;
  }
}
.layout-bd-date.mgt-30 {
  margin-top: 1.875rem;
}

.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 .icon.arrow {
  width: 0.3125rem;
  height: 0.5rem;
}
.subbtn .icon.arrow.ar-white {
  background-image: url("../images/sub/subbtn-icon-arrow-white.png");
}
.subbtn .icon.arrow.ar-black {
  background-image: url("../images/sub/subbtn-icon-arrow-black.png");
}
.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.res-btn {
  width: 10.4375rem;
  height: 2.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
}
.subbtn.res-btn .txt {
  font-size: 0.9375rem;
}
.subbtn.res-btn .icon {
  margin-left: 0;
}
.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.line-blank {
  background-color: #fff;
  border: 1px solid #555;
}
.subbtn.line-blank .txt {
  color: #555;
}
.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 .bold-text {
  font-size: 1.4375rem;
  font-weight: 700;
}
.circle-iconbox .bold-text.c-ora {
  color: #f26532;
}
.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-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-3-1:after {
  background-image: url("../images/sub/cir-con-3-1.png");
}
.circle-iconbox.icon.cir-con-4-1:after {
  background-image: url("../images/sub/cir-con-4-1.png");
}
.circle-iconbox.icon.cir-con-4-2:after {
  background-image: url("../images/sub/cir-con-4-2.png");
}
.circle-iconbox.icon.cir-con-5-1:after {
  background-image: url("../images/sub/cir-con-5-1.png");
}
.circle-iconbox.icon.cir-con-5-2:after {
  background-image: url("../images/sub/cir-con-5-2.png");
}
.circle-iconbox.icon.cir-con-46-1:after {
  background-image: url("../images/sub/cir-con-46-1.png");
}
.circle-iconbox.icon.cir-con-46-2:after {
  background-image: url("../images/sub/cir-con-46-2.png");
}
.circle-iconbox.icon.cir-con-46-3:after {
  background-image: url("../images/sub/cir-con-46-3.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.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 .tt.en.dot-widen span:after {
  top: -0.75rem;
  left: 0.4rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box .tt.en.dot-widen span:after {
    left: 0.3125rem;
  }
}
.first-inttxt-box .tt.han span {
  font-family: "Suit";
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.11;
}
.first-inttxt-box .tt.han span:after {
  top: -0.5rem;
}
.first-inttxt-box .tt.han.dot-widen span:after {
  top: -0.75rem;
  left: 0.4rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box .tt.han.dot-widen span:after {
    left: 0.3125rem;
  }
}
.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;
  }
}
.first-inttxt-box.btn-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box.btn-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.first-inttxt-box.btn-between .tt {
  margin-bottom: 0;
}
.first-inttxt-box.btn-between .con {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box.btn-between .con .res-btn {
    width: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .first-inttxt-box.btn-between .con .res-btn {
    width: 10.4375rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .first-inttxt-box.btn-between .con .res-btn .icon {
    margin-left: 0.9375rem;
  }
}

.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 .t-zone-title-ora {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #f26532;
  margin-bottom: 0.3125rem;
}
.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 .txtcon-zone.vert-aligcn-c {
  margin-left: -2.0625rem;
}
.nummber-icon-ls > ul .inner-box .con-area.align-start .tt {
  margin-bottom: 1.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area.align-start .tt {
    margin-bottom: 0.425rem;
  }
}
.nummber-icon-ls > ul .inner-box .con-area.align-start .txtcon-zone {
  margin-left: -2.0625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nummber-icon-ls > ul .inner-box .con-area.align-start .txtcon-zone {
    margin-left: 0;
  }
}
.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;
}
.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 .con-zone .ci strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.3125rem;
}
.check-icon-ls .box .con-zone .ci p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f26632;
}
.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 .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 .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 .circle-iconbox .small-txt {
  font-size: 0.875rem;
  font-weight: 200;
}
.small-circle-ls.mgt-5 {
  margin-top: 0.3125rem;
}
.small-circle-ls.mgt-25 {
  margin-top: 1.5625rem;
}
.small-circle-ls.mgt-38 {
  margin-top: 2.375rem;
}
.small-circle-ls.mgb-20 {
  margin-bottom: 1.25rem;
}
.small-circle-ls.con-ar-col .circle-iconbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.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.big-size .box {
  height: 32.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .thummmb-long-banner.big-size .box {
    height: 11.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .thummmb-long-banner.big-size .box {
    height: 22rem;
  }
}
.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.mgt-30 {
  margin-top: 1.875rem;
}
.thummmb-long-banner.mgt-40 {
  margin-top: 2.5rem;
}
.thummmb-long-banner.mgt-48 {
  margin-top: 3rem;
}
.thummmb-long-banner.mgt-50 {
  margin-top: 3.125rem;
}
.thummmb-long-banner.mgb-20 {
  margin-bottom: 1.25rem;
}

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

.pic-view-banner {
  margin-bottom: 1.375rem;
}
.pic-view-banner .inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 4.4375rem;
}
.pic-view-banner .inner:after {
  position: absolute;
  bottom: 2.8125rem;
  right: -7.8125rem;
  content: "";
  display: block;
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 50%;
  background-color: #0248a7;
  mix-blend-mode: hard-light;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .pic-view-banner .inner:after {
    width: 9.4rem;
    height: 9.4rem;
    bottom: 1.9rem;
    right: -6rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .pic-view-banner .inner:after {
    width: 13rem;
    height: 13rem;
    right: -6.5rem;
    bottom: 1.2rem;
  }
}
.pic-view-banner .inner .tt {
  z-index: 1;
  position: absolute;
  top: 5.5625rem;
  right: 3.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .pic-view-banner .inner .tt {
    top: 0.625rem;
    right: 0.9375rem;
  }
}
.pic-view-banner .inner .big-pic {
  overflow: hidden;
  border-radius: 200px 0 0 200px;
  height: 25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .pic-view-banner .inner .big-pic {
    height: 20rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .pic-view-banner .inner .big-pic {
    height: 22rem;
  }
}
.pic-view-banner .inner .big-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pic-view-banner .inner .small-pic {
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  width: 21.125rem;
  height: 21.125rem;
  border-radius: 50%;
  border: 1px solid rgba(229, 229, 229, 0.6);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .pic-view-banner .inner .small-pic {
    width: 13rem;
    height: 13rem;
    right: 0.7rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .pic-view-banner .inner .small-pic {
    width: 16rem;
    height: 16rem;
    right: 0.7rem;
  }
}
.pic-view-banner .inner .small-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .pic-view-banner .inner .small-pic img {
    width: 80%;
    margin-left: 0.32rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .pic-view-banner .inner .small-pic img {
    width: 90%;
  }
}
.pic-view-banner .inner .andong {
  position: absolute;
  bottom: 2.125rem;
  left: 4.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .pic-view-banner .inner .andong {
    bottom: auto;
    top: 0;
    left: 0;
    width: 11rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .pic-view-banner .inner .andong {
    top: auto;
    bottom: 2.125rem;
    left: 4.6875rem;
    width: 15rem;
  }
}

.banner-impor-box {
  background-color: #f2eae5;
  padding: 2.625rem 3.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .banner-impor-box {
    padding: 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .banner-impor-box {
    padding: 1.875rem;
  }
}
.banner-impor-box .inner {
  position: relative;
}
.banner-impor-box .inner:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 9.875rem;
  height: 7.375rem;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/sub/banner-impor-box-bg.png");
  background-size: contain;
  mix-blend-mode: multiply;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .banner-impor-box .inner:after {
    opacity: 0.4;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    width: 6.075rem;
    height: 4.575rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .banner-impor-box .inner:after {
    opacity: 1;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.banner-impor-box .inner .tt {
  z-index: 1;
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  padding-left: 1.4375rem;
  margin-bottom: 0.375rem;
}
.banner-impor-box .inner .tt:before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  content: "";
  display: block;
  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");
}
.banner-impor-box .inner .txt {
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-weight: 200;
  color: #555;
  line-height: 2;
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .banner-impor-box .inner .txt {
    padding-right: 110px;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .banner-impor-box .inner .txt br {
    display: none;
  }
}
.banner-impor-box .inner .subbtn.brown .txt {
  color: #fff;
  font-weight: 500;
}
.banner-impor-box.mgt-30 {
  margin-top: 1.875rem;
}
.banner-impor-box.mgt-40 {
  margin-top: 2.5rem;
}

.machine-info-banner {
  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: 1px solid #abbfda;
  background-color: #f8f9fb;
  padding: 2.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .machine-info-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .machine-info-banner {
    padding: 2.125rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .machine-info-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.machine-info-banner .pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .machine-info-banner .pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .machine-info-banner .pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25rem;
    margin-left: 1.25rem;
  }
}
.machine-info-banner .con {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .machine-info-banner .con {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .machine-info-banner .con {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.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: 1.9375rem;
  height: 1.9375rem;
  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 .circle-iconbox .icon.icon-6 {
  background-image: url("../images/sub/ora-oneline-row-icon-6.png");
}
.ora-oneline-row-dia .box .circle-iconbox .icon.icon-7 {
  background-image: url("../images/sub/ora-oneline-row-icon-7.png");
}
.ora-oneline-row-dia .box .circle-iconbox .icon.icon-8 {
  background-image: url("../images/sub/ora-oneline-row-icon-8.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.oval-type .circle-iconbox {
  width: 13.75rem;
  border-radius: 74.5px;
}
.ora-oneline-row-dia.oval-type .round-bd > ol, .ora-oneline-row-dia.oval-type .round-bd > ul {
  margin: 0 -1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.oval-type .round-bd > ol, .ora-oneline-row-dia.oval-type .round-bd > ul {
    margin: -0.625rem;
  }
}
.ora-oneline-row-dia.oval-type .round-bd > ol > li, .ora-oneline-row-dia.oval-type .round-bd > ul > li {
  padding: 0 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .ora-oneline-row-dia.oval-type .round-bd > ol > li, .ora-oneline-row-dia.oval-type .round-bd > ul > li {
    padding: 0.625rem;
  }
}
.ora-oneline-row-dia.oval-type .round-bd > ol > li:before, .ora-oneline-row-dia.oval-type .round-bd > ul > li:before {
  left: 17.5rem;
}
.ora-oneline-row-dia.oval-type .round-bd > ol > li:after, .ora-oneline-row-dia.oval-type .round-bd > ul > li:after {
  left: 15.1875rem;
  width: 2.375rem;
}
.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-eg-wrap .eg-healthcheck-wrap.gastroscopy .layout-bd-date .tb_w {
  overflow: hidden;
  overflow-x: auto;
}
.spw-eg-wrap .eg-healthcheck-wrap.gastroscopy .layout-bd-date .tb_w .tb {
  min-width: 564px;
}
.spw-eg-wrap .eg-healthcheck-wrap.gastroscopy .meal-time-txt {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -1px;
}
.spw-eg-wrap .eg-healthcheck-wrap.gastroscopy .meal-time-txt strong {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #000;
  font-weight: 400;
  margin-right: 8px;
}
.spw-eg-wrap .eg-healthcheck-wrap.gastroscopy .meal-time-txt p {
  color: #555;
  font-weight: 200;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1.8125rem;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box {
    width: 50%;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dadada;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box:after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box:after {
    bottom: auto;
    left: auto;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box:last-child:after {
  display: none;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .title {
  display: block;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  background-color: #666;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list {
  margin-top: 1.25rem;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list > ul > li {
  margin-bottom: 20px;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list > ul > li:last-child {
  margin-bottom: 0;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .t-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 0.9375rem;
  background-color: #efefef;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .t-bar em {
  font-size: 1rem;
  font-weight: 200;
  color: #555;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -0.4688rem;
  padding: 1.25rem 0.9375rem;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con > li {
  padding: 0.4688rem;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box {
  position: relative;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic {
    width: 5.35rem;
    height: 5.35rem;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-1 {
  background-image: url("../images/sub/avoid-n-eat-food-1-1.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-2 {
  background-image: url("../images/sub/avoid-n-eat-food-1-2.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-3 {
  background-image: url("../images/sub/avoid-n-eat-food-1-3.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-4 {
  background-image: url("../images/sub/avoid-n-eat-food-1-4.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-5 {
  background-image: url("../images/sub/avoid-n-eat-food-1-5.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-6 {
  background-image: url("../images/sub/avoid-n-eat-food-1-6.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-7 {
  background-image: url("../images/sub/avoid-n-eat-food-1-7.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-8 {
  background-image: url("../images/sub/avoid-n-eat-food-1-8.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-9 {
  background-image: url("../images/sub/avoid-n-eat-food-1-9.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-10 {
  background-image: url("../images/sub/avoid-n-eat-food-1-10.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-11 {
  background-image: url("../images/sub/avoid-n-eat-food-1-11.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-12 {
  background-image: url("../images/sub/avoid-n-eat-food-1-12.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-1-13 {
  background-image: url("../images/sub/avoid-n-eat-food-1-13.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-1 {
  background-image: url("../images/sub/avoid-n-eat-food-2-1.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-2 {
  background-image: url("../images/sub/avoid-n-eat-food-2-2.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-3 {
  background-image: url("../images/sub/avoid-n-eat-food-2-3.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-4 {
  background-image: url("../images/sub/avoid-n-eat-food-2-4.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-5 {
  background-image: url("../images/sub/avoid-n-eat-food-2-5.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-6 {
  background-image: url("../images/sub/avoid-n-eat-food-2-6.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-7 {
  background-image: url("../images/sub/avoid-n-eat-food-2-7.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-8 {
  background-image: url("../images/sub/avoid-n-eat-food-2-8.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-9 {
  background-image: url("../images/sub/avoid-n-eat-food-2-9.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-10 {
  background-image: url("../images/sub/avoid-n-eat-food-2-10.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box .pic.fd-2-11 {
  background-image: url("../images/sub/avoid-n-eat-food-2-11.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box i {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box i.x {
  background-image: url("../images/sub/avoid-n-eat-x.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box .list .ls-box .ls-con .box i.o {
  background-image: url("../images/sub/avoid-n-eat-o.png");
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box.eat .title {
  background-color: #f26632;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box.eat .list .ls-box .t-bar {
  background-color: #fff3ee;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box.eat .list .ls-box .ls-con > li .pic {
  background-color: #fff9f6;
  border-color: #f8b298;
}
.spw-eg-wrap .eg-healthcheck-wrap.colonoscopy .avoid-n-eat .food-cate-box.eat .list .ls-box .ls-con > li i {
  background-color: #f26632;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls > li {
  margin-bottom: 1.875rem;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls > li:last-child {
  margin-bottom: 0;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .title-color-bar {
  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: 3.125rem;
  background-color: #f26632;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .title-color-bar strong {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .time-zone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 13.625rem;
  margin-right: 0.9375rem;
  text-align: center;
  background-color: #fff3ee;
  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) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .time-zone {
    width: auto;
    padding: 0.3125rem 1.6rem;
    border-radius: 1.875rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) and (min-width: 680px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .time-zone {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .time-zone span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.428;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .time-zone span strong {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #f26632;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .g-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .g-txt i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Suit";
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .g-txt p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls {
  margin-top: 0.9375rem;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol {
    margin: -0.3125rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol {
    margin: -0.9375rem;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    padding: 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol > li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol > li {
    padding: 0.9375rem;
  }
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol .use-box .pic-area {
  position: relative;
  border: 1px solid #e2e2e2;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol .use-box .pic-area i {
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #f26632;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol .use-box .pic-area .pic img {
  width: 100%;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls .box .cb-conbox .step-zone .use-num-ls > ol .use-box .s-txt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  margin-top: 0.9375rem;
  letter-spacing: -1px;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take .htt-ls.mgb-15 {
  margin-bottom: 0.9375rem;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take.gray-tp .htt-ls .title-color-bar {
  background-color: #666;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take.gray-tp .htt-ls .cb-conbox .time-zone {
  background-color: #efefef;
}
.spw-eg-wrap .eg-healthcheck-wrap.bpm .how-to-take.gray-tp .htt-ls .cb-conbox .time-zone span strong {
  color: #000;
}

/* 진단서 및 추가검사 */
.spw-ai-wrap .ai-mrnat-wrap .screening-table {
  position: relative;
}
.spw-ai-wrap .ai-mrnat-wrap .screening-table .down-btn {
  position: absolute;
  top: -3.875rem;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-ai-wrap .ai-mrnat-wrap .screening-table .down-btn {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0.9375rem;
  }
}

/* 건강증진센터소개 */
.spw-if-wrap .if-hpc-wrap.ifcin .intro-swiper-wrap {
  margin-top: 3.125rem;
  overflow: hidden;
}
.spw-if-wrap .if-hpc-wrap.ifcin .intro-swiper-wrap .swiper {
  position: relative;
}
.spw-if-wrap .if-hpc-wrap.ifcin .intro-swiper-wrap .swiper .sp-btn {
  width: 4.625rem;
  height: 4.625rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../images/sub/ifcin-swiper-arrow.png");
  margin-top: -2.3125rem;
}
.spw-if-wrap .if-hpc-wrap.ifcin .intro-swiper-wrap .swiper .sp-btn.prev {
  left: 0;
}
.spw-if-wrap .if-hpc-wrap.ifcin .intro-swiper-wrap .swiper .sp-btn.next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap {
  position: relative;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide {
  overflow: hidden;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-wrapper .swiper-slide {
  height: 34.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-wrapper .swiper-slide {
    height: 18rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-wrapper .swiper-slide {
    height: 22rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-button {
  top: 262px;
  width: 4.0625rem;
  height: 4.0625rem;
  background-color: rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/iftou-slide-arrow.png");
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-button {
    top: 7.375rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-button {
    top: 11.375rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-button {
    top: 37%;
    width: 3rem;
    height: 3rem;
  }
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-button.prev {
  left: 0;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .main-slide .swiper-button.next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .sub-slide-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 1.875rem 3rem;
  background-color: #f8f8f8;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .sub-slide {
  overflow: hidden;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .sub-slide .swiper-wrapper .swiper-slide {
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .sub-slide .swiper-wrapper .swiper-slide {
    height: 63px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .sub-slide .swiper-wrapper .swiper-slide {
    height: 94px;
  }
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .sub-slide .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  outline: 3px solid #f26532;
  outline-offset: -3px;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .sub-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .swiper-totalnum-container {
  z-index: 1;
  position: absolute;
  top: 490px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .swiper-totalnum-container .totalnum {
  font-size: 0.875rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.3125rem 1.125rem;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .swiper-totalnum-container .totalnum .this-num {
  font-weight: 500;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .swiper-totalnum-container .totalnum .dash {
  margin: 0 0.1875rem;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .progress-bar-container {
  position: absolute;
  bottom: 1.7rem;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.875rem;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .progress-bar-container .progress-case {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #d3d3d3;
}
.spw-if-wrap .if-hpc-wrap.iftou .iftou-slide-wrap .progress-bar-container .progress-case .progress-bar {
  height: 100%;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.spw-if-wrap .if-hpc-wrap.ifmap .direction-guide-map {
  position: relative;
  margin-bottom: 4.0625rem;
}
.spw-if-wrap .if-hpc-wrap.ifmap .direction-guide-map .map-gui-banner {
  position: relative;
}
.spw-if-wrap .if-hpc-wrap.ifmap .direction-guide-map .map-gui-banner .map-area {
  width: 100%;
  height: 31.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.ifmap .direction-guide-map .map-gui-banner .map-area {
    height: 300px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.ifmap .direction-guide-map .map-gui-banner .map-area {
    height: 400px;
  }
}
.spw-if-wrap .if-hpc-wrap.ifmap .direction-guide-map .map-gui-banner .map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #004098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6875rem 3.0625rem;
  width: 40.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail {
    position: static;
    width: auto;
    padding: 1.6875rem 1.3rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail {
    padding: 1.6875rem 3.0625rem;
  }
}
.spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2.875rem;
  height: 2.75rem;
  background: url("../images/sub/map-foot-detail-icon.png") 0 0 no-repeat;
  background-size: contain;
  margin-right: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail .icon {
    margin-right: 1.2rem;
  }
}
.spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail > ul > li {
  margin-bottom: 0.625rem;
}
.spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail > ul > li:last-child {
  margin-bottom: 0;
}
.spw-if-wrap .if-hpc-wrap.ifmap .map-foot-detail > ul > li p {
  color: #fff;
}


/* 20250617 KJH 장애친화검진추가 */
.col_blue01 { color: #98b2d4;}
.col_darkblue02 { color: #3a485d; }
.bg_orange { background-color: #f26632;}
.bg_darkblue { background-color: #004098;}
.bg_darkblue02 { background-color: #3a485d;}
.bg_blue01 { background-color: #98b2d4; }

/* 장애친회 상단 bg박스 */
.disabilities_info_box { color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; min-height: 216px; padding: 80px; box-sizing: border-box; }
.disabilities_info_tit { font-size: 1.5625rem; line-height: 1; margin-bottom: 40px; }
.disabilities_info_txt { font-size: 1rem; margin-top: 20px; display: flex; align-items: start; text-align: center; line-height: 30px; gap: 10px; }
.disabilities_info_txt > i { display: block; margin-top: -4px; min-width: 28px; }
.disabilities_info_txt > i > img { width: 100%; }
.disabilities_info_dia { width: 145px; height: 145px; background-color: transparent; border: 1px solid #fac199; border-radius: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }
.disabilities_info_dia > i { width: 125px; height: 125px; background-color: #fff; border-radius: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }
.disabilities_info_tit_op { margin-bottom: 0; }
.disabilities_info_txt_op { margin-top: 10px;}

/* 장애친화_항목 */
.disabilities_items_wrap { padding: 70px 85px; border: 1px solid #fff; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; }
.disabilities_items_box { background-color: #fff; padding: 40px 40px; width: 100%; display: flex; justify-content: space-between; box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.04); box-sizing: border-box; }
.disabilities_items_tit { display: flex; flex-direction: column; gap: 30px; }
.disabilities_items_tit>p { font-size: 1.375rem; font-weight: bold; line-height: 30px; letter-spacing: -0.5px; }
.disabilities_items_tit>i { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; box-sizing: border-box; border-radius: 10px; }
.disabilities_items_box .short-figure-ls { margin: 0; padding: 0 0 0 25px; width: 70%; border-left: 1px solid #ececec; }
.disabilities_items_box .list_type_dot { padding: 0 0 0 25px; width: 70%; border-left: 1px solid #ececec; }
.disabilities_items_box .list_type_dot > li > .mark:before { top: 14px; }

/* 장애친화 유의사항 */
.disabilities_tit { font-size: 1.75rem; line-height: 1; font-weight: bold; letter-spacing: -0.5px; text-align: center; }

.circle-iconbox.icon.disabilities_items_dia01:after { background: url("../images/sub/ico_checkup_note05.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia02:after { background: url("../images/sub/ico_checkup_note06.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia03:after { background: url("../images/sub/ico_checkup_note07.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia04:after { background: url("../images/sub/ico_checkup_note08.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia05:after { background: url("../images/sub/ico_checkup_note09.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia06:after { background: url("../images/sub/ico_checkup_note10.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia07:after { background: url("../images/sub/ico_checkup_note11.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia08:after { background: url("../images/sub/ico_checkup_note12.png") no-repeat center center/auto }
.circle-iconbox.icon.disabilities_items_dia09:after { background: url("../images/sub/ico_checkup_note13.png") no-repeat center center/auto }

.ls-typ > li.t-orange { color: #f26632; }

/* 장애친화 건강검진 예약 */
.disabilities_reserve_box .disabilities_info_tit { margin-bottom: 0; line-height: 1; }
.disabilities_reserve_box .disabilities_info_txt { margin-top: 0; }
.disabilities_reserve_dia { margin: 20px 0; }

.disabilities_reserve_noti { width: 100%; }
.disabilities_reserve_noti .reserve_noti_list.impor.round-wrap { border-radius: 0; width: 100%; box-sizing: border-box; background-color: #f2eae5; padding: 0 60px; }
.disabilities_reserve_noti .reserve_noti_list.impor.round-wrap > li {  position: relative; min-height: 125px;  width: 100%; padding-right: 170px; display: flex; flex-direction: column; justify-content: center; }
.disabilities_reserve_noti .reserve_noti_list.impor.round-wrap > li i { position: absolute; right: 0; top: 0; }

/* 나이체크 */
.disabilities_age_box { width: 100%; border: 1px solid #f26632; box-sizing: border-box; padding: 25px 35px; }
.disabilities_age_box > label { display: flex; justify-content: space-between; font-size: 1.125rem; }
.disabilities_age_box > label input { width: 27px; height: 27px; box-sizing: border-box; background-color: #fff; appearance: none; border: 1px solid #f26632; border-radius: 4px; }
.disabilities_age_box > label input:checked { background: #f26632 url("../images/sub/img_white_check.png") no-repeat center center; }

/* 입력 및 체크폼 */
.disabilities_reserve_form { margin-top: 30px; }
.disabilities_reserve_form label { display: flex; gap: 8px; align-items: center; } 
.disabilities_reserve_form label input[type=radio],
.disabilities_reserve_form label input[type=checkbox] { min-width: 27px; width: 27px; height: 27px; box-sizing: border-box; background-color: #fff; appearance: none; border: 1px solid #ddd; border-radius: 4px; }
.disabilities_reserve_form label input[type=radio]:checked,
.disabilities_reserve_form label input[type=checkbox]:checked { background: #f26632 url("../images/sub/img_white_check.png") no-repeat center center; }
.disabilities_reserve_form label span { font-size: 15px; line-height: 1; font-weight: 500; word-break: keep-all; }
.disabilities_reserve_form .x_ip_inline { gap: 8px; }
.disabilities_reserve_form .ip_flex { display: flex; margin-left: 30px;  gap: 20px; }
.disabilities_reserve_form .ip_flex02 { display: flex; flex-direction: column; align-items: start; justify-content: start; height: 100%; gap: 10px; padding: 20px 0; box-sizing: border-box; }
.disabilities_reserve_form .ip_flex02 p { font-size: 17px; font-weight: 500; line-height: 1; margin-bottom: 20px; }

.disabilities_reserve_form .alignC > label { justify-content: center; }

.disabilities_reserve_form02 .ip_flex { margin-left: 0;  }
.disabilities_reserve_form02 .sub_check_tit { font-size: 15px; line-height: 1; margin: 30px 0 15px 20px; display: inline-block; box-sizing: border-box; }
.disabilities_reserve_form02 .sub_check_box { margin-left: 20px; }

@media (min-width: 0px) and (max-width: 1399px) {
  .disabilities_reserve_noti .reserve_noti_list.impor.round-wrap { margin: 0; }
}

@media(max-width:860px){
  .disabilities_items_wrap { padding: 30px 30px; gap: 20px; }
  .disabilities_items_box { padding: 20px; }
  .disabilities_items_box .short-figure-ls { padding-left: 15px; }
  .disabilities_items_box .list_type_dot { padding-left: 15px; }
}


@media(max-width:680px){
  .thummmb-long-banner.big-size .disabilities_bg_box { height: 100%;  }
  .disabilities_info_box { gap: 20px; padding: 20px; box-sizing: border-box; min-height: auto; }
  .disabilities_info_tit { margin-bottom: 0; }
  .disabilities_info_txt { margin-top: 0; gap: 5px; line-height: 1.5; }
  .disabilities_info_txt > br { display: none; }

/* 장애친화 건강검진 항목 */
  .disabilities_items_wrap { padding: 1.25rem 0.9375rem; gap: 15px; }
  .disabilities_items_box { flex-wrap: wrap; gap: 20px; padding: 10px; }
  .disabilities_items_tit { width: 100%; flex-direction: row; justify-content: space-between; align-items: center; }
  .disabilities_items_box .short-figure-ls { width: 100%; border-left: 0; border-top: 1px solid #ececec; padding: 15px 0 0; }
  .disabilities_items_box .list_type_dot { width: 100%; border-left: 0; border-top: 1px solid #ececec; padding: 15px 0 0; }

/* 장애친화 건강검진 예약 */
  .disabilities_reserve_noti .reserve_noti_list.impor.round-wrap { padding: 20px; }
  .disabilities_reserve_noti .reserve_noti_list.impor.round-wrap > li { padding-right: 0; gap: 10px; }
  .disabilities_reserve_noti .reserve_noti_list.impor.round-wrap > li i { display: flex; justify-content: end; position: static; }
}

/* 20250630 KJH 장애친화 예약 disable수정 */
.disabilities_reserve_form02 .sub_check_box input:disabled { background-color: #ddd; }


/* 20251211 채용진단서 및 비자검진 -> 항공신체검사 추가 */
.aviation_examination_ml {margin-left: 25px;}

/* 20260112 진단서 및 추가 검사 신규 페이지(항공신체검사) */
.subbtn.corner-circle.integrated_aviation_information {padding: 0 30px; height: 3rem; margin-top: 15px;}
.issuance_process {height: 100%; width: 100%; border-top: 2px solid #d8d8d8; border-bottom: 2px solid #d8d8d8; display: flex;}
.issuance_process > li {width: 100%; padding: 35px 30px; display: flex; flex-direction: column; gap: 15px; position: relative;}
.issuance_process > li:first-child::before {display: none;}
.issuance_process > li::before {content: ""; display: block; position: absolute; width: 28px; height: 28px; top: 50%; left: -15px; transform: translateY(-50%); border-radius: 100%; background: url(../images/sub/ico_issuance_process_arrow.png) no-repeat center center; background-color: #7b8093; box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);}
.issuance_process > li:nth-child(odd) {background-color: #f9f9f9;}
.issuance_process > li > .tt {display: flex; gap: 8px; align-items: center;}
.issuance_process > li i { display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; width: 24px; height: 24px; border-radius: 50%; text-align: center; background-color: #f26432; min-width: 24px;}
.issuance_process > li i+span {font-size: 16px; font-weight: bold;}
.issuance_process > li ul li span {font-size: 16px;}

@media (max-width: 1160px) {
  .issuance_process > li {padding: 25px;}
}

@media (max-width: 1024px) {
  .issuance_process {flex-wrap: wrap;}
  .issuance_process > li {align-items: center; text-align: center; width: 50%; box-sizing: border-box; }
  .issuance_process > li:nth-child(1) {border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
  .issuance_process > li:nth-child(4) {border-top: 1px solid #ddd; border-left: 1px solid #ddd; left: -1px; top: -1px;}
  .issuance_process > li:nth-child(5) {width: 100%; border-top: 1px solid #ddd;}
  .issuance_process > li:nth-child(odd) {background-color: #fff;}
  .issuance_process > li:nth-child(odd)::before {display: none;}
}

@media (max-width: 640px) {
  .issuance_process > li {width: 100%;}
  .issuance_process > li::before {top: -10px; left: 50%; transform: translateX(-50%) rotate(90deg); width: 20px; height: 20px;}
  .issuance_process > li:nth-child(odd)::before {display: block;}
  .issuance_process > li:first-child::before {display: none;}
  .issuance_process > li:nth-child(1) {border-right: 0;}
  .issuance_process > li:nth-child(2) {border-bottom: 1px solid #ddd;}
  .issuance_process > li:nth-child(4) {border-left: 0;} 
}