@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* resetCommon */
p {
  margin: 0;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

table {
  width: 100%;
  padding: 0;
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
}

th, td {
  padding: 0;
}

button {
  border: 0;
  background-color: transparent;
  text-align: left;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: initial;
}

form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* form */
input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], input[type=search], textarea.textarea, select.select {
  font-size: 0.9375rem;
  color: #10141A;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea.textarea::-webkit-input-placeholder, select.select::-webkit-input-placeholder {
  color: #D5D7DB;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea.textarea::-moz-placeholder, select.select::-moz-placeholder {
  color: #D5D7DB;
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, textarea.textarea:-moz-placeholder, select.select:-moz-placeholder {
  color: #D5D7DB;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea.textarea:-ms-input-placeholder, select.select:-ms-input-placeholder {
  color: #D5D7DB;
}

input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], input[type=search] {
  -webkit-appearance: none;
  padding: 0.8125rem 0.75rem;
  height: 2.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #DDE1E5;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus {
  border-color: #0059BE;
  outline: 0;
}
input[type=text][disabled], input[type=password][disabled], input[type=number][disabled], input[type=tel][disabled], input[type=email][disabled], input[type=search][disabled] {
  border-color: #ccc;
  background-color: #f7f7f7;
}
input[type=text][readonly], input[type=password][readonly], input[type=number][readonly], input[type=tel][readonly], input[type=email][readonly], input[type=search][readonly] {
  border-color: #ccc;
  background-color: #f7f7f7;
}

textarea.textarea {
  font: 1rem;
  resize: none;
  -webkit-appearance: none;
  padding: 0.8125rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #DDE1E5;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
textarea.textarea:focus {
  border-color: #0059BE;
  outline: 0;
}

select.select {
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}

.mk-select {
  position: relative;
  display: inline-block;
  min-width: 110px;
  height: 35px;
  line-height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0px;
  text-transform: uppercase;
  background: #fff;
}
.mk-select .select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-select .select:focus + label {
  outline: 1px dotted #000;
  outline: auto;
}
.mk-select label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #10141A;
  padding: 0 10px;
  padding-right: 50px;
  background: #fff;
  display: block;
  border-radius: 4px;
}
.mk-select label:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "▼";
  width: 40px;
  height: 35px;
  font-size: 0.76em;
  color: #fff;
  text-align: center;
  background: #000;
}
.mk-select.block {
  display: block;
}

.mk-fromput {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.mk-fromput:first-child {
  margin-left: 0;
}
.mk-fromput input[type=radio], .mk-fromput input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9.5px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-fromput input[type=radio] + label, .mk-fromput input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.mk-fromput input[type=radio] + label:before, .mk-fromput input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../img/form-type-img.png");
  background-repeat: no-repeat;
}
.mk-fromput input[type=radio]:focus + label:before, .mk-fromput input[type=checkbox]:focus + label:before {
  outline: 1px dotted #000;
  outline: auto;
}
.mk-fromput input[type=radio] + label {
  padding-left: 25px;
}
.mk-fromput input[type=radio] + label:before {
  width: 19px;
  height: 19px;
  background-position: 0 -89px;
}
.mk-fromput input[type=radio]:checked + label:before {
  background-position: -19px -89px;
}
.mk-fromput input[type=radio][disabled] + label {
  cursor: auto;
}
.mk-fromput input[type=radio][disabled] + label:before {
  background-position: -38px -89px;
}
.mk-fromput input[type=radio][readonly] + label {
  cursor: auto;
}
.mk-fromput input[type=radio][readonly] + label:before {
  background-position: -38px -89px;
}
.mk-fromput input[type=checkbox] + label {
  padding-left: 25px;
}
.mk-fromput input[type=checkbox] + label:before {
  width: 19px;
  height: 19px;
  background-position: 0 0;
}
.mk-fromput input[type=checkbox]:checked + label:before {
  background-position: -19px 0;
}
.mk-fromput input[type=checkbox][disabled] + label {
  cursor: auto;
}
.mk-fromput input[type=checkbox][disabled] + label:before {
  background-position: -38px 0;
}
.mk-fromput input[type=checkbox][readonly] + label {
  cursor: auto;
}
.mk-fromput input[type=checkbox][readonly] + label:before {
  background-position: -38px 0;
}
.mk-fromput.normal-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mk-fromput.normal-check input[type=checkbox] + label {
  font-size: 1rem;
  font-weight: 400;
  color: #10141A;
  padding-left: 1.3125rem;
}
.mk-fromput.normal-check input[type=checkbox] + label:before {
  width: 1rem;
  height: 1rem;
  background: url("../images/form-normal-check-ico.png") 0 0 no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mk-fromput.normal-check input[type=checkbox]:checked + label:before {
  background: url("../images/form-normal-check-ico-on.png") 0 0 no-repeat;
  background-size: contain;
}
.mk-fromput.normal-check input[type=checkbox]:focus + label:before {
  outline: 0;
}

.mk-fromfile {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 200px;
  height: 35px;
}
.mk-fromfile input[type=file] {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-fromfile input[type=file]:focus + label.btn {
  outline: 1px dotted #000;
  outline: auto;
}
.mk-fromfile input[type=file][disabled] + label.btn {
  cursor: auto;
  pointer-events: none;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mk-fromfile input[type=file][readonly] + label.btn {
  cursor: auto;
  pointer-events: none;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mk-fromfile label.btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  line-height: 33px;
}

.form-box {
  font-size: 0;
  margin: 0 -3px;
}
.form-box:before, .form-box:after {
  content: "";
  display: table;
}
.form-box:after {
  clear: both;
}
.form-box .formcon-area {
  display: inline-block;
  padding: 0 3px;
}
.form-box .formcon-area.left {
  float: left;
}
.form-box .formcon-area.right {
  float: right;
}

.form-box.block .formcon-area {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-box.block .formcon-area input, .form-box.block .formcon-area textarea {
  width: 100%;
}
.form-box.block.col-2 .formcon-area {
  width: 50%;
}
.form-box.block.col-3 .formcon-area {
  width: 33.333333%;
}
.form-box.block.col-4 .formcon-area {
  width: 25%;
}

.form-box.tel {
  margin: 0 -10px;
}
.form-box.tel .formcon-area {
  position: relative;
  width: 33.3333%;
  padding: 0 10px;
}
.form-box.tel .formcon-area:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background-color: #DDE1E5;
}
.form-box.tel .formcon-area:first-child:before {
  display: none;
}
.form-box.tel.type-02 .formcon-area {
  width: 50%;
}
.form-box.address {
  margin: 0;
}
.form-box.address ul li {
  margin-bottom: 5px;
}
.form-box.address ul li:before, .form-box.address ul li:after {
  content: "";
  display: table;
}
.form-box.address ul li:after {
  clear: both;
}
.form-box.address ul li:last-child {
  margin-bottom: 0;
}
.form-box.address .formcon-area {
  padding: 0;
}
.form-box.address .postal-code-box {
  position: relative;
}
.form-box.address .postal-code-box .formcon-area {
  position: relative;
  padding: 0;
  padding-right: 110px;
  float: none;
}
.form-box.address .postal-code-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.75rem;
}

.form-box.file {
  position: relative;
  margin: 0;
}
.form-box.file .formcon-area {
  position: relative;
  padding: 0;
  padding-right: 110px;
}
.form-box.file .mk-fromfile {
  position: absolute;
  top: 0;
  right: 0;
}

.checking-form-list.vertical li {
  margin-bottom: 5px;
}
.checking-form-list.vertical li:last-child {
  margin-bottom: 0;
}
.checking-form-list.horizontal:before, .checking-form-list.horizontal:after {
  content: "";
  display: table;
}
.checking-form-list.horizontal:after {
  clear: both;
}
.checking-form-list.horizontal li {
  float: left;
  margin-right: 20px;
}
.checking-form-list.horizontal li:last-child {
  margin-right: 0;
}

/* table */
.bd-data-table table th, .bd-data-table table td {
  border: 1px solid #D4D9E7;
  height: 38px;
  text-align: center;
  font-size: 1rem;
  padding: 5px;
}
.bd-data-table table thead tr th {
  background: #E4EBFC;
  font-weight: 600;
  color: #10141A;
}
.bd-data-table table tbody tr td {
  font-weight: 400;
  color: #4F545B;
}

.bd-form-table {
  border-top: 1px solid #10141A;
  border-bottom: 1px solid #10141A;
  padding: 1.25rem 0;
}
.bd-form-table input[type=text] {
  width: 100%;
}
.bd-form-table table tbody tr td {
  font-weight: 400;
  color: #4F545B;
  padding: 0.625rem 0;
  vertical-align: top;
}
.bd-form-table .tt {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #10141A;
  padding-top: 0.625rem;
}
.bd-form-table .tt .impor {
  color: #0059BE;
}

/* sub-common-layout */
.ctn-fix-size {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

/* component */
.pg-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #10141a;
  margin-bottom: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .pg-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pg-title-box .title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 340px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 88px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .pg-title-box .title {
    width: auto;
    margin-right: 0;
    line-height: 1.2;
  }
}
.pg-title-box .contxt {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 989px) {
  .pg-title-box .contxt {
    margin-top: 1.25rem;
  }
}
.pg-title-box .contxt .point-tt {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #10141A;
  margin-bottom: 0.3125rem;
}
.pg-title-box .contxt .point-tt .p-blue {
  color: #0059BE;
}

.escape-banner-box {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 25rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .escape-banner-box {
    width: 100%;
    height: 12rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .escape-banner-box {
    height: 14rem;
  }
}
.escape-banner-box .big-banner {
  width: calc(960px + 50vw - 480px);
  height: 100%;
}
@media (min-width: 0px) and (max-width: 989px) {
  .escape-banner-box .big-banner {
    position: static;
    width: auto;
  }
}
.escape-banner-box .big-banner img {
  max-width: none;
}
@media (min-width: 0px) and (max-width: 989px) {
  .escape-banner-box .big-banner img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.escape-banner-box.bg-banner .big-banner {
  background-color: #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: calc(50vw - 480px);
  text-align: right;
}
@media (min-width: 0px) and (max-width: 989px) {
  .escape-banner-box.bg-banner .big-banner {
    padding-right: 0;
    text-align: center;
  }
}
.escape-banner-box.bg-banner .big-banner img {
  height: 100%;
  margin-right: 45px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .escape-banner-box.bg-banner .big-banner img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    margin-right: 0;
  }
}

.history-comp-box {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 989px) {
  .history-comp-box {
    width: auto;
  }
}
.history-comp-box .inner {
  width: calc(960px + 50vw - 480px);
}
@media (min-width: 0px) and (max-width: 989px) {
  .history-comp-box .inner {
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .history-comp-box .inner > ul > li {
    margin-bottom: 2rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .history-comp-box .inner > ul > li {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .history-comp-box .inner > ul > li:last-child {
    margin-bottom: 0;
  }
}
.history-comp-box .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 989px) {
  .history-comp-box .inner .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .history-comp-box .inner .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.history-comp-box .inner .box .tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.875rem;
  margin-right: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.25rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .history-comp-box .inner .box .tt {
    width: auto;
    margin-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .history-comp-box .inner .box .tt {
    width: 14rem;
    margin-right: 1rem;
    padding-top: 1.25rem;
  }
}
.history-comp-box .inner .box .tt strong {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 989px) {
  .history-comp-box .inner .box .tt strong {
    font-size: 3rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .history-comp-box .inner .box .tt strong {
    margin-bottom: 0;
  }
}
.history-comp-box .inner .box .tt span {
  font-size: 1.125rem;
  font-weight: 400;
}
.history-comp-box .inner .box .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.history-comp-box .inner .box .con .yr-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.history-comp-box .inner .box .con .yr-ls .year {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.875rem;
  font-weight: 700;
  padding-top: 1.4375rem;
}
.history-comp-box .inner .box .con .yr-ls .year.point {
  color: #0059BE;
}
.history-comp-box .inner .box .con .yr-ls .y-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -4.5rem;
}
.history-comp-box .inner .box .con .yr-ls .y-con > li {
  border-bottom: 1px solid #dde1e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 6rem;
  padding: 0.625rem 0;
  padding-left: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-comp-box .inner .box .con .yr-ls .y-con > li p {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 1.5625rem;
}
.history-comp-box .inner .box .con .yr-ls .y-con > li p:before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #777D84;
}

.dash-stats-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .dash-stats-box > ul {
    margin: -1rem;
  }
}
.dash-stats-box > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .dash-stats-box > ul > li {
    padding: 1rem;
  }
}
.dash-stats-box .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-top: 1px solid #DDE1E5;
  padding-top: 2.0625rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .dash-stats-box .box {
    text-align: center;
  }
}
.dash-stats-box .box strong {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0059BE;
}
.dash-stats-box .box p {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: #10141A;
}
@media (min-width: 0px) and (max-width: 989px) {
  .dash-stats-box .box p {
    font-size: 2.4rem;
  }
}

.board-ls-box > ul > li {
  margin-bottom: 1.25rem;
}
.board-ls-box > ul > li:last-child {
  margin-bottom: 0;
}
.board-ls-box .box .tt {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #10141A;
  margin-bottom: 0.625rem;
}
.organization-chart .org-line {
  position: relative;
}
.organization-chart .org-line:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #DDE1E5;
}
.organization-chart .org-line.row:after {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 300px;
  height: 1px;
}
.organization-chart .org-line.col:after {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1px;
  height: 300px;
}
.organization-chart .circle-box {
  z-index: 2;
  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: 15rem;
  height: 4.4375rem;
  background-color: #10141A;
  border-radius: 99px;
}
.organization-chart .circle-box span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.organization-chart .circle-box.blue {
  background-color: #0059BE;
}
.organization-chart .team-zone {
  width: 12.5rem;
  border: 1px solid #DDE1E5;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.organization-chart .team-zone .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;
  font-size: 0.875rem;
  font-weight: 600;
  color: #10141A;
  background-color: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4rem;
  padding: 0.625rem 0.3125rem;
}
.organization-chart .team-zone .ls > li {
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  color: #10141A;
  border-top: 1px solid #DDE1E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 0.3125rem;
}
.organization-chart .inner {
  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;
}
.organization-chart .inner .ceo {
  margin-bottom: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .ceo {
    margin-bottom: 4rem;
  }
}
.organization-chart .inner .ceo:after {
  top: 4.4375rem;
  height: 2.525rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .ceo:after {
    height: 1.625rem;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .ceo .circle-box {
    width: 11rem;
  }
}
.organization-chart .inner .sub-org-ls {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.9375rem -3.75rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .sub-org-ls {
    padding: -0.9375rem -0.3125rem;
  }
}
.organization-chart .inner .sub-org-ls:before {
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 66.3%;
  height: 2.5rem;
  border: 1px solid #DDE1E5;
  border-bottom: 0;
}
.organization-chart .inner .sub-org-ls:after {
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 1px;
  height: 2.5rem;
  background-color: #DDE1E5;
}
.organization-chart .inner .sub-org-ls > li {
  width: 33.3333%;
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem 3.75rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .sub-org-ls > li {
    padding: 0.9375rem 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .organization-chart .inner .sub-org-ls > li {
    padding: 0.9375rem 1.25rem;
  }
}
.organization-chart .inner .sub-org-ls > li:after {
  top: 0.9375rem;
}
.organization-chart .inner .sub-org-ls > li:nth-child(1):after {
  height: 21rem;
}
.organization-chart .inner .sub-org-ls > li:nth-child(2):after {
  height: 32.8125rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .sub-org-ls > li:nth-child(2):after {
    height: 30rem;
  }
}
.organization-chart .inner .sub-org-ls > li:nth-child(3):after {
  height: 8.75rem;
}

@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .sub-org-ls > li .circle-box {
    width: 100%;
    padding:0 0.5rem;
    box-sizing:border-box;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .organization-chart .inner .sub-org-ls > li .circle-box {
    width: 11rem;
  }
}
.organization-chart .inner .child-ls {
  z-index: 2;
  margin-top: 2.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .child-ls {
    width: 90%;
    margin-top: 1.5rem;
  }
}
.organization-chart .inner .child-ls > li {
  margin-bottom: 2.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .child-ls > li {
    margin-bottom: 1.5rem;
  }
}
.organization-chart .inner .child-ls > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 989px) {
  .organization-chart .inner .child-ls > li .team-zone {
    width: 100%;
  }
}
.business-partner-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.625rem;
}
.business-partner-ls > ul > li {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .business-partner-ls > ul > li {
    width: 50%;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .business-partner-ls > ul > li {
    width: 33.3333%;
  }
}
.business-partner-ls > ul > li div {
  border: 1px solid #DDE1E5;
}
.dot-ls {
  padding-left: 0.6875rem;
}
.dot-ls > li {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  color: #10141A;
  padding-left: 0.9375rem;
}
.dot-ls > li:before {
  position: absolute;
  top: 0.6875rem;
  left: 0;
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #10141A;
}
.dot-ls.ft-sz-16 > li {
  font-size: 1rem;
  line-height: 1.625;
}
.dot-ls.ft-sz-16 > li:before {
  top: 0.625rem;
}

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

.prt-a {
  margin-bottom: 4.375rem;
}
.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.8125rem;
}
.prt-b:last-child {
  margin-bottom: 0;
}
.prt-b.first-top {
  margin-top: 1.25rem;
}
.prt-b.last-mg-x {
  margin-bottom: 0;
}
.prt-b.rela {
  position: relative;
}

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

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

.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-darkblue {
  color: #090f33;
}

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

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

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

.t-yellow {
  color: #ffe284;
}

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

.t-orange {
  color: #ff8700;
}

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

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

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

.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: 400;
  color: #000;
  line-height: 1.56;
}
.nor-c.mgt-40 {
  margin-top: 2.5rem;
}
.nor-c.tt-sub-txt {
  margin-top: -1.0625rem;
}

.hd3-tt {
  font-family: "Pretendard";
  position: relative;
  display: block;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2.125rem;
}
.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: 989px) {
  .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: 989px) {
  .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;
}

.hd4-tt {
  font-family: "Pretendard";
  position: relative;
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
}
.hd4-tt.tt-style {
  padding-left: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .hd4-tt.tt-style {
    padding-left: 0.9375rem;
  }
}
.hd4-tt.tt-style:after {
  left: 1.25rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .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;
}

.boxing-title {
  display: block;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3941a3;
  margin-bottom: 0.9375rem;
}
.boxing-title.big-txt {
  font-size: 1.625rem;
}
.boxing-title.sm-txt {
  font-size: 1.125rem;
}
.boxing-title.dark {
  color: #080e32;
}

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

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

.spw-wrap {
  font-family: "Pretendard";
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
  .spw-wrap {
    padding: 0 15px;
  }
}
.spw-wrap span {
  display: inline;
}
.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/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/search-put-r-glasses.png") 0 0 no-repeat;
  background-size: contain;
}

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

.main-more-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .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: 400;
  color: #000;
  display: block;
}
.ls-typ > li .mark {
  position: relative;
  display: block;
}
.ls-typ > li .mark:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
}
.ls-typ > li > .ls-typ.check-inner-ls {
  padding-left: 1.375rem;
}
.ls-typ > li > .ls-typ.dot-inner-ls {
  padding-left: 0.5rem;
}
.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.flx-col .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ls-typ > li.mark-none .mark {
  padding-left: 0 !important;
}
.ls-typ > li.mark-none .mark:before {
  display: none;
}
.ls-typ.alz > li {
  line-height: 1.56;
  margin-bottom: 0.1875rem;
}
.ls-typ.alz > li:last-child {
  margin-bottom: 0;
}
.ls-typ.alz > li > .mark {
  padding-left: 1.375rem;
}
.ls-typ.alz > li > .mark:before {
  top: 0.3125rem;
  width: 1.0625rem;
  height: 0.875rem;
  background: url("../images/ls-typ-alz-blue-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.ls-typ.alz > li > .mark .ls-t-impor {
  margin-left: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #666;
}
@media (min-width: 0px) and (max-width: 989px) {
  .ls-typ.alz > li > .mark .ls-t-impor {
    margin-left: 0;
    display: block;
  }
}
.ls-typ.alz > li .ls-typ.number .mark:before, .ls-typ.alz > li .ls-typ.dash .mark:before {
  background: none;
}
.ls-typ.alz.yellow > li > .mark:before {
  background: url("../images/ls-typ-alz-yellow-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.ls-typ.alz.tt-sub-txt {
  margin-top: -1.0625rem;
}
.ls-typ.dot > li {
  line-height: 2;
}
.ls-typ.dot > li > .mark {
  padding-left: 0.5rem;
}
.ls-typ.dot > li > .mark:before {
  top: 0.875rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #555;
}
.ls-typ.dot > li.side-btn-dot > .mark {
  position: relative;
  display: inline-block;
  padding-right: 3.75rem;
  word-break: break-word;
}
.ls-typ.dot > li.side-btn-dot > .mark .subbtn {
  position: absolute;
  top: -0.375rem;
  right: 0;
}
.ls-typ.number > li {
  line-height: 2;
}
.ls-typ.number > li > .mark {
  padding-left: 1.125rem;
}
.ls-typ.number > li > .mark:before {
  content: attr(data-number);
  top: 0;
}
.ls-typ.dash > li {
  line-height: 2;
}
.ls-typ.dash > li > .mark {
  padding-left: 0.5rem;
}
.ls-typ.dash > li > .mark:before {
  content: "-";
  top: 0;
}
.ls-typ.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.9375rem;
}
.ls-typ.impor > li > .mark:before {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/ls-typ-impor-icon.png");
}
.ls-typ.none > li {
  line-height: 2;
}
.ls-typ.none > li > .mark {
  padding-left: 0;
}
.ls-typ.none > li .ls-typ.number .mark:before, .ls-typ.none > li .ls-typ.dash .mark:before {
  background: none;
}
.ls-typ.none > li .ls-typ.dot.on-mark .mark:before {
  background-color: #555;
}
.ls-typ.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.0625rem;
  right: -0.5625rem;
  content: ":";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding: 0 0.1875rem;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-con {
  padding-left: 0.5625rem;
}
.ls-typ.mgt-10 {
  margin-top: 0.625rem;
}
.ls-typ.mgt-15 {
  margin-top: 0.9375rem;
}
.ls-typ.mgt-25 {
  margin-top: 1.5625rem;
}
.ls-typ.side-pd {
  padding: 0 0.875rem;
}
.ls-typ.side-pd-h5 {
  padding: 0 1.5rem;
}
.ls-typ.ls-inline {
  display: inline-block;
}

.bg-box {
  border: 1px solid #e2e2e2;
  border-radius: 0.9375rem;
  padding: 1.875rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
  .bg-box {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .bg-box {
    padding: 1.875rem;
  }
}
.bg-box.color-gray {
  background-color: #fbfbfb;
}
.bg-box.dot {
  background: url("../images/bg-box-dot-pt.png") -3px 0 repeat;
}
.bg-box.dot-gray {
  background: url("../images/bg-box-dot-gray-pt.png") -3px 0 repeat;
}
.bg-box.bg-pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 14.375rem;
  border: 0;
}
@media (min-width: 0px) and (max-width: 989px) {
  .bg-box.bg-pic {
    height: 9.375rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .bg-box.bg-pic {
    height: 12.5rem;
  }
}
.bg-box.bg-pic.pic-1 {
  background-image: url("../images/bg-box-bg-pic-1.jpg");
}
.bg-box.bg-pic.pic-2 {
  background-image: url("../images/bg-box-bg-pic-2.jpg");
}
.bg-box.bg-pic.pic-3 {
  background-image: url("../images/bg-box-bg-pic-3.jpg");
}
.bg-box.bg-pic.pic-4 {
  background-image: url("../images/bg-box-bg-pic-4.jpg");
}
.bg-box.bg-pic.pic-5 {
  background-image: url("../images/bg-box-bg-pic-5.jpg");
}
.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-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;
}

@media (min-width: 0px) and (max-width: 989px) {
  .tabwrap .tabbtn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .tabwrap .tabbtn > ul {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .tabwrap .tabbtn > ul:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .tabwrap .tabbtn > ul:before {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .tabwrap .tabbtn > ul:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .tabwrap .tabbtn > ul:after {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .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: 989px) {
  .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/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/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: 989px) {
  .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/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: 989px) {
  .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;
}

.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: 3.125rem;
  padding: 0 1.8125rem;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0rem 0.625rem 1rem 0rem rgba(0, 0, 0, 0.12);
          box-shadow: 0rem 0.625rem 1rem 0rem rgba(0, 0, 0, 0.12);
}
@media (min-width: 0px) and (max-width: 989px) {
  .subbtn {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .subbtn {
    padding: 0 1.5625rem;
  }
}
.subbtn .txt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 989px) {
  .subbtn .txt {
    font-size: 0.9375rem;
  }
}
@media (min-width: 989px) and (max-width: 1000px) {
  .subbtn .txt {
    font-size: 18px;
  }
}
.subbtn .icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.9375rem;
}
.subbtn .icon.arrow {
  background-image: url("../images/subbtn-icon-arrow.png");
}
.subbtn .icon.dw {
  background-image: url("../images/subbtn-icon-dw.png");
}
.subbtn .icon.link {
  background-image: url("../images/subbtn-icon-link.png");
}
.subbtn .icon.yt-sm {
  background-image: url("../images/subbtn-icon-yt-sm.png");
}
.subbtn .icon.search {
  background-image: url("../images/subbtn-icon-search.png");
  width: 1.125rem;
  height: 1.125rem;
}
.subbtn .icon.more {
  background-image: url("../images/subbtn-icon-more.png");
  width: 0.9375rem;
  height: 0.9375rem;
}
.subbtn .icon.youtube {
  background-image: url("../images/subbtn-icon-youtube.png");
  width: 1.6875rem;
  height: 1.1875rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.subbtn .icon.pdf {
  background-image: url("../images/subbtn-icon-pdf.png");
  width: 1.5625rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.subbtn.wd-200 {
  width: 12.5rem;
}
.subbtn.wd-260 {
  width: 16.25rem;
}
.subbtn.wd-250 {
  width: 15.625rem;
}
.subbtn.wd-280 {
  width: 17.5rem;
}
.subbtn.wd-300 {
  width: 18.75rem;
}
.subbtn.sz-small {
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
}
.subbtn.sz-small .txt {
  font-size: 1rem;
  font-weight: 500;
}
.subbtn.sz-mid {
  height: 2.25rem;
  padding: 0 1.25rem;
}
.subbtn.sz-mid .txt {
  font-size: 0.9375rem;
}
.subbtn.sz-tall {
  height: 3.125rem;
  padding: 0 1.25rem;
}
.subbtn.sz-tall .txt {
  font-size: 0.9375rem;
}
.subbtn.royal {
  background-color: #0c2b5a;
}
.subbtn.l-blue {
  background-color: #3dc0f7;
}
.subbtn.only-link {
  padding: 0;
}
.subbtn.only-link .icon {
  margin-left: 0;
}
.subbtn.only-link.icon-bt-tall {
  width: 2.75rem;
  height: 2.25rem;
}
.subbtn.only-link.icon-bt-middle {
  width: 1.875rem;
  height: 1.875rem;
}
.subbtn.mgl-5 {
  margin-left: 0.3125rem;
}

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

.tb_w .tb thead th {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #090f33;
  border: 1px solid #444758;
  height: 4.5625rem;
}
.tb_w .tb thead th.ft-up-22 {
  font-size: 1.375rem;
}
.tb_w .tb thead th.impor-red {
  background-color: #ef4121;
  border: 3px solid #ef4121;
  border-top-width: 1px;
}
.tb_w .tb tbody tr {
  z-index: 1;
}
.tb_w .tb tbody tr th.impor-line, .tb_w .tb tbody tr td.impor-line {
  border-bottom: 1px solid #090f33;
}
.tb_w .tb tbody tr th.txt-left, .tb_w .tb tbody tr td.txt-left {
  text-align: left;
}
.tb_w .tb tbody tr th.txt-left.txt-side-pd, .tb_w .tb tbody tr td.txt-left.txt-side-pd {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .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: 989px) {
  .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: 989px) {
  .tb_w .tb tbody tr th.txt-right.txt-side-pd, .tb_w .tb tbody tr td.txt-right.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody th, .tb_w .tb tbody td {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  border: 1px solid #dbdbdb;
  height: 4.75rem;
}
.tb_w .tb tbody th {
  background-color: #f5f5f5;
}
.tb_w .tb tbody td.point-gr {
  background-color: #f5f5f5;
}
.tb_w .tb tbody td.impor-red {
  border-left: 3px solid #ef4121;
  border-right: 3px solid #ef4121;
  border-bottom: 1px solid #fff;
  background-color: #ffece5;
  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.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: #f5f5f5;
}
.tb_w .tb tbody td.lb-bg {
  background-color: #f6f7fc;
}
.tb_w .tb tbody td.red-bg {
  background-color: #ffece5;
}
.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.bd-pd-up .tb thead th {
  padding: 0.5rem 2.1875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .tb_w.bd-pd-up .tb thead th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .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: 989px) {
  .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: 989px) {
  .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: 989px) {
  .tb_w.bd-pd-up.dbpdsm-th tbody th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .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: 989px) {
  .tb_w.bd-pd-side-sm .tb thead th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .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: 989px) {
  .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: 989px) {
  .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.mgt-20 {
  margin-top: 1.25rem;
}
.tb_w.mgt-50 {
  margin-top: 3.125rem;
}

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

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

.box-dig-circle-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.25rem -2.1875rem;
}
.box-dig-circle-con ul > li {
  width: 6.25rem;
  padding: 1.25rem 2.1875rem;
}
.box-dig-circle-con .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;
}
.box-dig-circle-con .box .icon {
  position: relative;
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(180, 180, 180, 0.2);
          box-shadow: 0px 0px 30px 5px rgba(180, 180, 180, 0.2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 1.5625rem;
}
.box-dig-circle-con .box .icon:after {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.6875rem;
  background: url("../images/dig-circle-yellow-arrow.png") 0 0 no-repeat;
  background-size: contain;
}
.box-dig-circle-con .box .icon.ic-1 {
  background-image: url("../images/dig-circle-icon-1.png");
}
.box-dig-circle-con .box .icon.ic-2 {
  background-image: url("../images/dig-circle-icon-2.png");
}
.box-dig-circle-con .box .icon.ic-3 {
  background-image: url("../images/dig-circle-icon-3.png");
}
.box-dig-circle-con .box .icon.ic-4 {
  background-image: url("../images/dig-circle-icon-4.png");
}
.box-dig-circle-con .box .icon.ic-2-1 {
  background-image: url("../images/dig-circle-icon-2-1.png");
}
.box-dig-circle-con .box .icon.ic-2-2 {
  background-image: url("../images/dig-circle-icon-2-2.png");
}
.box-dig-circle-con .box .icon.ic-2-3 {
  background-image: url("../images/dig-circle-icon-2-3.png");
}
.box-dig-circle-con .box p {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  width: 10.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.56;
  letter-spacing: -1px;
}
.box-dig-circle-con.blue-arrow .box .icon:after {
  background: url("../images/dig-circle-blue-arrow.png") 0 0 no-repeat;
  background-size: contain;
}
.box-dig-circle-con.mgt-10 {
  margin-top: 0.625rem;
}

.box-dig-circle-yellow-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.25rem -1.5625rem;
}
.box-dig-circle-yellow-con ul > li {
  padding: 1.25rem 1.5625rem;
}
.box-dig-circle-yellow-con .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;
}
.box-dig-circle-yellow-con .box .icon {
  position: relative;
  display: block;
  width: 7.375rem;
  height: 7.375rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 15px 5px rgba(255, 134, 0, 0.2);
          box-shadow: 0px 10px 15px 5px rgba(255, 134, 0, 0.2);
  margin-bottom: 1.125rem;
  border: 8px solid transparent;
  border-radius: 50%;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffc517), to(#ffb80b)), -webkit-gradient(linear, left top, right top, from(#ffd557), to(#ffa206));
  background-image: linear-gradient(to right, #ffc517 0%, #ffb80b 100%), linear-gradient(to right, #ffd557 0%, #ffa206 100%);
}
.box-dig-circle-yellow-con .box .icon i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-dig-circle-yellow-con .box .icon i.ic-1 {
  background-image: url("../images/dig-circle-yellow-icon-1.png");
}
.box-dig-circle-yellow-con .box .icon i.ic-2 {
  background-image: url("../images/dig-circle-yellow-icon-2.png");
}
.box-dig-circle-yellow-con .box .icon i.ic-3 {
  background-image: url("../images/dig-circle-yellow-icon-3.png");
}
.box-dig-circle-yellow-con .box .icon i.ic-4 {
  background-image: url("../images/dig-circle-yellow-icon-4.png");
}
.box-dig-circle-yellow-con .box .icon i.ic-5 {
  background-image: url("../images/dig-circle-yellow-icon-5.png");
}
.box-dig-circle-yellow-con .box p {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.56;
  letter-spacing: -1px;
}
.box-dig-circle-yellow-con.blue-arrow .box .icon:after {
  background: url("../images/dig-circle-blue-arrow.png") 0 0 no-repeat;
  background-size: contain;
}

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

html, body {
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  html, body {
    font-size: 15.5px;
  }
}
@media (max-width: 640px) {
  html, body {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  html, body {
    font-size: 14.5px;
    word-break: normal;
  }
}
@media (max-width: 460px) {
  html, body {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media (max-width: 390px) {
  html, body {
    font-size: 13.5px;
    letter-spacing: -1px;
  }
}

body {
  min-width: 375px;
}

#wrap #header {
  height: 80px;
  background-color: blueviolet;
}
#wrap #contents {
  font-family: "Pretendard", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.555;
  font-weight: 400;
}
#wrap.sub #contents {
  min-height: 375px;
}
#wrap #footer {
  height: 455px;
  background-color: aqua;
}

.sub-pg-content-wrap {
  padding: 5rem 0 7.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap {
    padding: 3rem 15px 5rem;
  }
}

.main-pg-content-wrap {
  position: relative;
}

/* 메인 */
.main-pg-content-wrap .ma-title-h3 .tt {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #10141A;
  line-height: 1.277;
}
.main-pg-content-wrap .ma-title-h3 .sub-t {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #7F848A;
  line-height: 1.444;
}
.main-pg-content-wrap .ma-title-h3.txt-white .tt {
  color: #fff;
}
.main-pg-content-wrap .ma-title-h3.txt-white .sub-t {
  color: #C9D2DA;
}
.main-pg-content-wrap .ma-title-h3.txt-c {
  text-align: center;
}
.main-pg-content-wrap .ma-inner {
  max-width: 960px;
  margin: 0 auto;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-inner {
  max-width: none;
  margin: 0;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp {
  position: relative;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp .nav-cont {
  z-index: 2;
  position: absolute;
  top: 38.3125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: -436px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp .nav-cont {
    margin-left: 0;
  }
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp .nav-cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp .nav-cont .inner .swiper-nav {
  position: static;
  margin: 0;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp .nav-cont .inner .swiper-nav:after {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp .nav-cont .inner .swiper-nav.swiper-button-prev {
  margin-right: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .big-banner-sp .nav-cont .inner .swiper-nav.swiper-button-prev {
    margin-right: 3rem;
  }
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .mobility-conbox {
  position: relative;
  height: 50rem;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .mobility-conbox .pic {
  height: 100%;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .mobility-conbox .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .mobility-conbox .con {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .mobility-conbox .con {
    max-width: 960px;
    width: auto;
  }
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .mobility-conbox .con .tt {
  display: block;
  font-size: 6.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.main-pg-content-wrap .ma-big-banner-swipe-box .ma-big-banner-swipe .mobility-conbox .con .txt {
  font-size: 1.25rem;
  font-weight: 400;
  color: #C9D2DA;
}
.main-pg-content-wrap .ma-innovation-box {
  overflow: hidden;
  padding-top: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40.6875rem;
  background-color: #FAFAFA;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-innovation-box {
    padding: 0 15px;
    padding-top: 5rem;
  }
}
.main-pg-content-wrap .ma-innovation-box .ma-inner .pic-container {
  margin-top: 5rem;
  text-align:center;
}
.main-pg-content-wrap .ma-delivery-box {
  position: relative;
  background: url("../images/ma-delivery-box-bg.jpg") center center no-repeat;
  background-size: cover;
  height: 37.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-delivery-box {
    padding: 0 15px;
  }
}
.main-pg-content-wrap .ma-delivery-box:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-pg-content-wrap .ma-delivery-box .ma-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.main-pg-content-wrap .ma-mobility-swipe-box {
  padding-top: 6.875rem;
  padding-bottom: 11rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-mobility-swipe-box {
    padding: 0 15px;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner {
  max-width: none;
  margin: 0;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-title-h3 {
  max-width: 960px;
  margin: 0 auto;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe {
  margin-top: 6.25rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe {
    margin-top: 2rem;
  }
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-sp {
  overflow: visible;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .swiper-wrapper .swiper-slide {
  width: 480px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .swiper-wrapper .swiper-slide {
    width: 90%;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .swiper-wrapper .swiper-slide {
    width: 480px;
  }
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-conbox {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-conbox:hover {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-conbox .pic {
  height: 16.25rem;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-conbox .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-conbox .con {
  margin-top: 1.25rem;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-conbox .con .tt {
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
  color: #7F848A;
}
.main-pg-content-wrap .ma-mobility-swipe-box .ma-inner .ma-mobility-swipe .mobility-conbox .con .txt {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #7F848A;
}
.main-pg-content-wrap .ma-ourgoal-box {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  position: relative;
  background: url("../images/ma-ourgoal-box-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box {
    padding: 0 15px;
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }
}
.main-pg-content-wrap .ma-ourgoal-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner {
  position: relative;
  z-index: 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: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .ma-title-h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 23rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner .ma-title-h3 {
    padding-left: 0;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner .ma-title-h3 {
    margin-bottom: 0;
    margin-left: 1.25rem;
  }
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn {
  position: relative;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn {
    height: 9.375rem;
  }
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn strong {
  position: absolute;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.5;
  line-height: 0.8;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-1 {
  margin-bottom: 1.25rem;
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-1 strong {
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-2 {
    margin-bottom: 1.25rem;
  }
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-2 strong {
  bottom: 0;
  left: 0;
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-3 {
  position: absolute;
  top: 0;
  left: 13.75rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-3 {
    position: static;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-3 {
    position: relative;
    top: 0;
    left: 0;
  }
}
.main-pg-content-wrap .ma-ourgoal-box .ma-inner .year-pannel .pn.box-3 strong {
  bottom: 0;
  right: 0;
}
.main-pg-content-wrap .ma-notice-box {
  padding: 7.5rem 15px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-notice-box {
    padding: 2.5rem 15px;
  }
}

.widgetContainer {
    margin-top: 2.5rem;
    border-top: 1px solid #10141A;
    border-bottom: 1px solid #10141A;
}

ul.widgetA li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.375rem 0;
    border-bottom: 1px solid #DDE1E5;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
@media (min-width: 0px) and (max-width: 989px) {
    ul.widgetA li {
        padding: 1.4rem 0;
    }
}

ul.widgetA li:hover {
    background-color: #f9f9f9;
}

ul.widgetA li .mark {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 9.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

ul.widgetA li .mark span {
    display: inline-block;
    padding-left: 1.8125rem;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0059BE;
}

ul.widgetA li .con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
}

ul.widgetA li .con .tt {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #10141A;
    line-height: 1.1935;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

ul.widgetA li .con .day {
    margin-top: 1.25rem;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #9EA1AB;
    line-height: 1.1931;
}

ul.widgetA li .con .hour {
    display:none;
}


.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd {
  margin-top: 2.5rem;
  border-top: 1px solid #10141A;
  border-bottom: 1px solid #10141A;
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.375rem 0;
  border-bottom: 1px solid #DDE1E5;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box {
    padding: 1.4rem 0;
  }
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box:hover {
  background-color: #f9f9f9;
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box .mark {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 9.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box .mark span {
  display: inline-block;
  padding-left: 1.8125rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #0059BE;
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box .con .tt {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #10141A;
  line-height: 1.1935;
  margin-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box .con .txt {
  font-size: 1rem;
  font-weight: 400;
  color: #575A62;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-pg-content-wrap .ma-notice-box .ma-inner .ma-notice-bd .box .con .day {
  margin-top: 1.25rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #9EA1AB;
  line-height: 1.1931;
}
.main-pg-content-wrap .ma-help-box {
  position: relative;
  background: url("../images/ma-help-box-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 4.4375rem 15px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .main-pg-content-wrap .ma-help-box {
    padding: 1.5rem 15px;
  }
}
.main-pg-content-wrap .ma-help-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-pg-content-wrap .ma-help-box .ma-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-pg-content-wrap .ma-help-box .ma-inner .link-btn {
  text-align: center;
  margin-top: 1.875rem;
}
.main-pg-content-wrap .ma-help-box .ma-inner .link-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7F848A;
  background-color: #fff;
  width: 10.5625rem;
  height: 2.8125rem;
}

.sub-pg-content-wrap.int.greeting .gree-ls-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26.1875rem;
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.greeting .gree-ls-txt {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.int.greeting .gree-ls-txt p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #10141A;
}
.sub-pg-content-wrap.int.greeting .gree-ls-txt strong {
  display: block;
  margin-top: 3.125rem;
  display: block;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.greeting .gree-ls-txt strong {
    text-align: right;
    margin-top: 1.5rem;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.greeting .gree-ls-txt strong img {
    width: 200px;
  }
}
.sub-pg-content-wrap.int.cpint {
  padding-bottom: 0;
}
.sub-pg-content-wrap.int.cpint .company-symbol {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.cpint .company-symbol {
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.int.cpint .company-contxt {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.cpint .company-contxt {
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.int.cpint .ft-full-banner {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.cpint .ft-full-banner {
    margin: 0 -15px;
    margin-top: 2rem;
    height: 9rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.cpint .ft-full-banner {
    height: 13rem;
  }
}
.sub-pg-content-wrap.int.cpint .ft-full-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub-pg-content-wrap.int.history .history-comp-box {
  margin-top: 7rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.history .history-comp-box {
    margin-top: 1rem;
  }
}
.sub-pg-content-wrap.int.organization .organization-chart {
  margin-top: 7.375rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.organization .organization-chart {
    margin-top: 3rem;
  }
}
.sub-pg-content-wrap.int.business .history-comp-box {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.business .history-comp-box {
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.int.map .map-area .map-inner {
  position: relative;
  width: 100%;
  height: 29.375rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.map .map-area .map-inner {
    height: 23rem;
  }
}
.sub-pg-content-wrap.int.map .map-area .map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-pg-content-wrap.int.map .map-detail-betcon {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.map .map-detail-betcon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-pg-content-wrap.int.map .map-detail-betcon .pic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 390px;
  margin-right: 2.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.int.map .map-detail-betcon .pic {
    margin-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .tt {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #10141A;
  margin-bottom: 0.625rem;
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls {
  border-top: 1px solid #10141A;
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDE1E5;
  padding: 1.1875rem 0;
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls > li strong {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 1.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #10141A;
  margin-right: 1.875rem;
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls > li strong:before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls > li strong.icon-1:before {
  background-image: url("../images/pin.svg");
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls > li strong.icon-2:before {
  background-image: url("../images/call.svg");
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls > li strong.icon-3:before {
  background-image: url("../images/print.svg");
}
.sub-pg-content-wrap.int.map .map-detail-betcon .con .dt-ls > li p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #10141A;
}

.sub-pg-content-wrap.bus.marine .marine-conbox {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.marine .marine-conbox {
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.bus.marine .marine-conbox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.625rem;
}
.sub-pg-content-wrap.bus.marine .marine-conbox > ul > li {
  padding: 0.625rem;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.marine .marine-conbox > ul > li {
    width: 50%;
  }
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box {
  text-align: center;
  border: 1px solid #DDE1E5;
  border-radius: 15px;
  padding: 0 0.9375rem;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  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;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.marine .marine-conbox .box {
    padding: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.marine .marine-conbox .box {
    padding: 1.25rem 0.9375rem;
  }
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 1.25rem;
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box i.icon-1 {
  background-image: url("../images/marine-conbox-icon-1.png");
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box i.icon-2 {
  background-image: url("../images/marine-conbox-icon-2.png");
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box i.icon-3 {
  background-image: url("../images/marine-conbox-icon-3.png");
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box i.icon-4 {
  background-image: url("../images/marine-conbox-icon-4.png");
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box i.icon-5 {
  background-image: url("../images/marine-conbox-icon-5.png");
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box i.icon-6 {
  background-image: url("../images/marine-conbox-icon-6.png");
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box .con strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #10141A;
  margin-bottom: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.marine .marine-conbox .box .con strong {
    font-size: 1.025rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.marine .marine-conbox .box .con strong {
    font-size: 1.125rem;
  }
}
.sub-pg-content-wrap.bus.marine .marine-conbox .box .con p {
  font-size: 1rem;
  font-weight: 400;
  color: #10141A;
}

.sev.delivery .marine-conbox {
margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
.sev.delivery .marine-conbox {
    margin-top: 2rem;
}
}
.sev.delivery .marine-conbox > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin: -0.625rem;
}
.sev.delivery .marine-conbox > ul > li {
padding: 0.625rem;
width: 33.3333%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
.sev.delivery .marine-conbox > ul > li {
    width: 50%;
}
}
.sev.delivery .marine-conbox .box {
text-align: center;
border: 1px solid #DDE1E5;
border-radius: 15px;
padding: 0 0.9375rem;
padding-top: 2.5rem;
padding-bottom: 3.125rem;
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;
height: 100%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
.sev.delivery .marine-conbox .box {
    padding: 0.9375rem;
}
}
@media (min-width: 680px) and (max-width: 989px) {
.sev.delivery .marine-conbox .box {
    padding: 1.25rem 0.9375rem;
}
}
.sev.delivery .marine-conbox .box i {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
display: inline-block;
width: 6.25rem;
height: 6.25rem;
border-radius: 50%;
background-color: #F5F5F5;
background-repeat: no-repeat;
background-position: 0 0;
background-size: contain;
margin-bottom: 1.25rem;
}
.sev.delivery .marine-conbox .box i.icon-1 {
background-image: url("../images/thirdparty-icon-1.png");
}
.sev.delivery .marine-conbox .box i.icon-2 {
background-image: url("../images/thirdparty-icon-2.png");
}
.sev.delivery .marine-conbox .box i.icon-3 {
background-image: url("../images/thirdparty-icon-3.png");
}
.sev.delivery .marine-conbox .box i.icon-4 {
background-image: url("../images/thirdparty-icon-4.png");
}
.sev.delivery .marine-conbox .box i.icon-5 {
background-image: url("../images/thirdparty-icon-5.png");
}
.sev.delivery .marine-conbox .box i.icon-6 {
background-image: url("../images/thirdparty-icon-6.png");
}

.sev.delivery .marine-conbox.fashion .box i.icon-1 {
background-image: url("../images/thirdparty1-icon-1.png");
}
.sev.delivery .marine-conbox.fashion .box i.icon-2 {
background-image: url("../images/thirdparty1-icon-2.png");
}
.sev.delivery .marine-conbox.fashion .box i.icon-3 {
background-image: url("../images/thirdparty1-icon-3.png");
}
.sev.delivery .marine-conbox.fashion .box i.icon-4 {
background-image: url("../images/thirdparty1-icon-4.png");
}
.sev.delivery .marine-conbox.fashion .box i.icon-5 {
background-image: url("../images/thirdparty1-icon-5.png");
}
.sev.delivery .marine-conbox.fashion .box i.icon-6 {
background-image: url("../images/thirdparty1-icon-6.png");
}
.sev.delivery .marine-conbox.fashion .box .con strong {
display: block;
font-size: 1.125rem;
font-weight: 600;
color: #10141A;
margin-bottom: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 989px) {
.sev.delivery .marine-conbox .box .con strong {
    font-size: 1.025rem;
}
}
@media (min-width: 680px) and (max-width: 989px) {
.sev.delivery .marine-conbox .box .con strong {
    font-size: 1.125rem;
}
}
.sev.delivery .marine-conbox .box .con p {
font-size: 1rem;
font-weight: 400;
color: #10141A;
}

.sub-pg-content-wrap.bus.aviation .aviation-conbox {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.aviation .aviation-conbox {
    margin-top: 1rem;
  }
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.25rem;
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox > ul > li {
  padding: 0 1.25rem;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.aviation .aviation-conbox > ul > li {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.aviation .aviation-conbox > ul > li {
    width: 50%;
  }
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box {
  border-bottom: 1px solid #DDE1E5;
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 1.25rem;
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box i.icon-1 {
  background-image: url("../images/aviation-conbox-icon-1.png");
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box i.icon-2 {
  background-image: url("../images/aviation-conbox-icon-2.png");
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box i.icon-3 {
  background-image: url("../images/aviation-conbox-icon-3.png");
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box i.icon-4 {
  background-image: url("../images/aviation-conbox-icon-4.png");
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box .con strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #10141A;
  margin-bottom: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.aviation .aviation-conbox .box .con strong {
    font-size: 1.025rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.aviation .aviation-conbox .box .con strong {
    font-size: 1.125rem;
  }
}
.sub-pg-content-wrap.bus.aviation .aviation-conbox .box .con p {
  font-size: 1rem;
  font-weight: 400;
  color: #10141A;
}
.sub-pg-content-wrap.bus.project .project-comp-box {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.project .project-comp-box {
    width: auto;
  }
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner {
  width: calc(960px + 50vw - 480px);
  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: 989px) {
  .sub-pg-content-wrap.bus.project .project-comp-box .inner {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 390px;
  margin-right: 2.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box > ol > li {
  border-bottom: 1px solid #DDE1E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box > ol > li.on .tg-inner .tt:after {
  background: url("../images/tg-slide-arrow-on.png") 0 0 no-repeat;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box > ol > li.on .tg-inner .tt strong {
  color: #0059BE;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box > ol > li.on .tg-inner .tt p {
  color: #0059BE;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box .tg-inner .tt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5.375rem;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box .tg-inner .tt:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../images/tg-slide-arrow.png") 0 0 no-repeat;
  background-size: contain;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box .tg-inner .tt strong {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.375rem;
  font-weight: 700;
  color: #10141A;
  margin-right: 1.875rem;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box .tg-inner .tt p {
  font-size: 1.375rem;
  font-weight: 700;
  color: #10141A;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .tg-slide-box .tg-inner .con {
  display: none;
  padding-bottom: 1.875rem;
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .pro-escape-pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.project .project-comp-box .inner .pro-escape-pic {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 200px;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.project .project-comp-box .inner .pro-escape-pic {
    height: 300px;
  }
}
.sub-pg-content-wrap.bus.project .project-comp-box .inner .pro-escape-pic img {
  max-width: none;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.project .project-comp-box .inner .pro-escape-pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox {
  margin-top: 7.125rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.mobility .mobility-conbox {
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox > ul > li {
  margin-bottom: 1.25rem;
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox > ul > li:last-child {
  margin-bottom: 0;
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.mobility .mobility-conbox .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.mobility .mobility-conbox .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox .box .pic-zone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24.375rem;
  margin-right: 2.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.mobility .mobility-conbox .box .pic-zone {
    width: auto;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.mobility .mobility-conbox .box .pic-zone {
    text-align: left;
    margin-bottom: 0;
    width: 14rem;
    margin-right: 2.5rem;
  }
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox .box .pic-zone img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.mobility .mobility-conbox .box .pic-zone img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: auto;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.mobility .mobility-conbox .box .pic-zone img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox .box .con-zone {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.3125rem;
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox .box .con-zone .tt {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #10141A;
  border-bottom: 1px solid #10141A;
  padding-bottom: 0.3125rem;
}
.sub-pg-content-wrap.bus.mobility .mobility-conbox .box .con-zone .detail {
  padding: 1.25rem 0;
}
.sub-pg-content-wrap.bus.status .status-graph-box {
  position: relative;
}
.sub-pg-content-wrap.bus.status .status-graph-box .unit {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #969BA3;
}
.sub-pg-content-wrap.bus.status .board-ls-box {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.bus.status .board-ls-box {
    margin-top: 3rem;
  }
}

.sub-pg-content-wrap.sev.delivery .dv-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #10141A;
  line-height: 1.5;
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-nspection-ls {
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .dv-title {
  margin-bottom: 1.875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-nspection-ls .dv-title {
    margin-bottom: 1rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.9375rem;
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
  width: 25%;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls > ul > li {
    width: 50%;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  padding-top: 1.875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box {
    padding-top: 1rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box .f-con strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #10141A;
  margin-bottom: 0.3125rem;
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box .f-con .guide-box {
  height: 8.5625rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box .f-con .guide-box {
    height: 7.7rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box .f-con .guide-box p {
  font-size: 16px;
  font-weight: 400;
  color: #10141A;
  line-height: 1.625;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box .f-con .guide-box p {
    height: 3.25em;
    overflow: hidden;
    overflow-y: auto;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-nspection-ls .ls .box .f-con .guide-box span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9EA1AB;
  line-height: 1.2;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox {
  position: relative;
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox {
    margin-top: 2rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .tt {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 27.5rem;
  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;
  text-align: center;
  background: url("../images/dv-strength-map-bg.png") center center no-repeat;
  background-size: contain;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .tt em {
  font-size: 1.25rem;
  font-weight: 700;
  color: #10141A;
  margin-bottom: 0.3125rem;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .tt strong {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0059BE;
  line-height: 1.1;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list {
  padding-top: 20.375rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list {
    padding-top: 19rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul {
  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: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li {
  margin: 0 -0.8438rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li {
    margin: 0;
    padding-bottom: 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li:last-child {
    padding-bottom: 0;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li div {
  position: relative;
  width: 18.125rem;
  height: 18.125rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem 1.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li div {
    width: 13.125rem;
    height: 13.125rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li div {
    width: 14.2rem;
    height: 14.2rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li div p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li div p span {
  display: block;
  color: #A5D6F4;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li:nth-child(1) {
  z-index: 3;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li:nth-child(1) div {
  background-color: rgba(0, 89, 190, 0.9);
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li:nth-child(2) {
  z-index: 2;
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li:nth-child(2) div {
  background-color: rgba(75, 116, 222, 0.9);
}
.sub-pg-content-wrap.sev.delivery .dv-strength-conbox .circle-list > ul > li:nth-child(3) div {
  background-color: rgba(4, 134, 209, 0.9);
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox {
  background: url("../images/dv-detail-bg.png") right 0 no-repeat;
  background-size: cover;
  margin-top: 7.5rem;
  padding: 0 0.9375rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-detail-conbox {
    margin: 0 -15px;
    margin-top: 3rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .inner {
  padding: 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .inner > ul {
  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: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-detail-conbox .inner > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .inner > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .box {
  background-color: #fff;
  height: 100%;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .box .pic {
  height: 12.5rem;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .box .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .box .con {
  padding: 1.25rem 1.25rem 2.5rem;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .box .con .tt {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #10141A;
  margin-bottom: 0.3125rem;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .box .con .dot-ls > li {
  font-size: 1rem;
  line-height: 1.625;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox .box .con .dot-ls > li:before {
  top: 0.625rem;
}
.sub-pg-content-wrap.sev.delivery .dv-detail-conbox.bg-2 {
  background: url("../images/dv-detail-bg-2.png") right 0 no-repeat;
  background-size: cover;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox {
  height: 50.25rem;
  padding: 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox {
    height: auto;
    padding: 3rem 0;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .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;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .inner:before {
  position: absolute;
  top: 8.75rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 26.25rem;
  height: 13.125rem;
  background: url("../images/foot-cir-gray-bg.png") center 0 no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .inner:before {
    background-size: 22rem auto;
  }
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .tt {
    width: 17rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .tt:before, .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .tt:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #DDE1E5;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .tt:before {
  width: 100%;
  height: 1px;
  top: 8.75rem;
  left: 0;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .tt:after {
  width: 1px;
  height: 175px;
  top: 16.875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .tt img {
  position: relative;
  z-index: 2;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls {
  position: relative;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.9375rem;
    margin-top: 4.25rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li {
  position: absolute;
  top: -2.5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li {
    position: static;
    width: 100%;
    padding: 0.9375rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li:nth-child(1) {
  left: 1.25rem;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li:nth-child(1) .box .cir {
  background-color: #0059BE;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li:nth-child(2) {
  top: 8.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li:nth-child(2) {
    -webkit-transform: none;
            transform: none;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li:nth-child(2) .box .cir {
  background-color: #5D82E1;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li:nth-child(3) {
  right: 1.25rem;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls > li:nth-child(3) .box .cir {
  background-color: #1D92D6;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls .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;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls .box .cir {
  width: 9.75rem;
  height: 9.75rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.1875rem;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls .box .cir p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls .box .con strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #10141A;
}
.sub-pg-content-wrap.sev.delivery .dv-diagram-conbox .ls .box .con p {
  margin-top: 0.3125rem;
  font-size: 16px;
  font-weight: 400;
  color: #10141A;
}
.sub-pg-content-wrap.sev.delivery .dv-step-conbox {
  background-color: #F5F5F5;
  padding: 5rem 15px;
  margin: 0 -15px;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-step-conbox {
    padding: 3rem 15px;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-step-conbox .inner {
  max-width: 960px;
  margin: 0 auto;
}
.sub-pg-content-wrap.sev.delivery .dv-step-conbox .inner .dv-title {
  margin-bottom: 1.25rem;
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner {
  position: relative;
  height: 25.5625rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner {
    height: auto;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner {
    height: 25.5625rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .pic {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .pic {
    position: static;
    text-align: center;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .pic {
    position: absolute;
    text-align: left;
    margin-bottom: 0;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32.5rem;
  padding: 2.5rem 3.125rem;
  background-color: #F5F5F5;
  color: #10141A;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt {
    position: static;
    width: auto;
    padding: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt {
    position: absolute;
    width: 32.5rem;
    padding: 1.875rem;
  }
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt .tt strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt .tt p {
  font-size: 1rem;
  font-weight: 400;
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt .ls {
  margin-top: 1.25rem;
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt .ls .dot-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-pg-content-wrap.sev.delivery .dv-agency-conbox .inner .txt .ls .dot-ls > li {
  width: 11.8125rem;
}
.sub-pg-content-wrap.sev.logistics .logistic-thumb-box {
  margin-bottom: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.logistics .logistic-thumb-box {
    margin-bottom: 3rem;
  }
}
.sub-pg-content-wrap.sev.logistics .logistic-thumb-box:last-child {
  margin-bottom: 0;
}
.sub-pg-content-wrap.sev.logistics .logistic-thumb-box .ls {
  margin-top: 1.875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.sev.logistics .logistic-thumb-box .ls {
    margin-top: 1.5rem;
  }
}

.sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-detail .tt {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #10141A;
  margin-bottom: 1.25rem;
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-detail .gray-box {
  background-color: #F5F5F5;
  padding: 1.5rem;
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-detail .gray-box p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #575A62;
  line-height: 1.714;
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-detail .check-zone {
  margin-top: 1.875rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-detail .check-zone {
    margin-top: 0.5rem;
  }
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .bd-form-table {
  margin-top: 5rem;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.cus.inquiry .cus-inq-box .bd-form-table {
    margin-top: 3rem;
  }
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .bd-form-table textarea {
  width: 100%;
  height: 12.5rem;
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0px) and (max-width: 989px) {
  .sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-btn {
    margin-top: 1.5rem;
  }
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-btn .send-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #0059BE;
  width: 10rem;
  height: 3.1875rem;
}
.sub-pg-content-wrap.cus.inquiry .cus-inq-box .inq-btn .send-btn:hover {
  background-color: #297fe1;
}