@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://webfontworld.github.io/TheJamsil/TheJamsil.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  min-width: 360px;
  width: 100%;
  font-size: 13px;
  color: #000;
  line-height: 1;
  letter-spacing: -1px;
  font-family: "TheJamsil";
  font-weight: 400;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body *, body *::before, body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

hr {
  display: block;
  border: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
}

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 0 60px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px !important;
}

body {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

.blue {
  color: #08025a;
}

.red {
  color: #880615;
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#header .container-wrap {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
#header .container-wrap .logo {
  position: absolute;
  top: 50%;
  left: 37px;
  display: block;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .container-wrap .logo > a {
  display: block;
}
#header .container-wrap .logo > a img {
  display: block;
  max-width: 100%;
  height: 60px;
}
#header .container-wrap #gnb {
  text-align: right;
}
#header .container-wrap #gnb > ul {
  font-size: 0;
}
#header .container-wrap #gnb > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
}
#header .container-wrap #gnb > ul > li > a {
  font-size: 20px;
  line-height: 80px;
  color: #0c4776;
  font-weight: 600;
  display: inline-block;
}
#header .container-wrap #gnb > ul > li:after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 20px;
  content: "";
  display: block;
  background-color: #0c4776;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .container-wrap #gnb > ul > li:fist-child {
  padding-left: 0;
}
#header .container-wrap #gnb > ul > li:last-child {
  padding-right: 0;
}
#header .container-wrap #gnb > ul > li:last-child:after {
  display: none;
}
@media (max-width: 1200px) {
  #header .container-wrap .logo > a img {
    height: 50px;
  }
  #header .container-wrap #gnb > ul > li {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  #header .container-wrap #gnb > ul > li {
    padding: 0 20px;
  }
  #header .container-wrap #gnb > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #header .container-wrap {
    padding-left: 0;
    padding-right: 10px;
  }
  #header .container-wrap .logo {
    left: 10px;
  }
  #header .container-wrap .logo > a img {
    height: 40px;
  }
  #header .container-wrap #gnb > ul > li {
    padding: 0 9px;
  }
  #header .container-wrap #gnb > ul > li > a {
    font-size: 12px;
    line-height: 60px;
  }
  #header .container-wrap #gnb > ul > li:after {
    width: 1px;
    height: 16px;
  }
  #header .container-wrap #gnb > ul > li:last-child {
    padding-right: 0;
  }
}

/* footer */
#footer {
  text-align: center;
  padding-top: 90px;
}
#footer .container {
  max-width: 100%;
  padding: 50px 0 40px;
  background-color: #0d4778;
}
#footer .container > ul > li {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 40px;
}
#footer .container > ul > li address {
  font-style: normal;
}
#footer .container .copyright {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 40px;
}
@media (max-width: 768px) {
  #footer {
    padding: 40px 15px 20px;
  }
  #footer .container {
    padding: 30px 15px;
  }
  #footer .container > ul > li {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .container .copyright {
    font-size: 16px;
    line-height: 30px;
  }
}

/* jumbo-slider */
.jumbo-slider .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.jumbo-slider .swiper-wrapper .swiper-slide .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.jumbo-slider .swiper-wrapper .swiper-slide .container {
  position: relative;
  z-index: 1;
  display: table;
  height: 940px;
  padding: 0 130px;
}
.jumbo-slider .swiper-wrapper .swiper-slide .container > .v-align {
  display: table-cell;
  vertical-align: middle;
}
.jumbo-slider .swiper-wrapper .swiper-slide .container > .v-align > figure {
  position: relative;
  top: 40px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.jumbo-slider .swiper-wrapper .swiper-slide .container > .v-align > figure img {
  display: block;
  width: 100%;
  max-width: 1000px;
}
.jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .backdrop {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .container .v-align figure {
  top: 0;
  opacity: 1;
}
@media (max-width: 1600px) {
  .jumbo-slider .swiper-wrapper .swiper-slide .container {
    height: 800px;
    padding: 0 50px;
  }
  .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align figure img {
    max-width: 80%;
  }
}
@media (max-width: 1024px) {
  .jumbo-slider .swiper-wrapper .swiper-slide .container {
    height: 600px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .jumbo-slider .swiper-wrapper .swiper-slide .container {
    height: 380px;
  }
  .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align figure img {
    max-width: 100%;
  }
}

/* section-1 */
.section-1 {
  overflow: hidden;
  padding-top: 100px;
}
.section-1 .container-fluid .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-1 .container-fluid .section-header img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.section-1 .container-fluid .section-header h3 {
  font-size: 60px;
  color: #000;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 70px;
  margin-top: 20px;
}
.section-1 .container-fluid .section-header h3 b {
  font-weight: 600;
}
.section-1 .container-fluid .section-content > ul {
  display: table;
  width: calc(100% + 30px);
  margin: 0 -15px;
  table-layout: fixed;
}
.section-1 .container-fluid .section-content > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.section-1 .container-fluid .section-content > ul > li .box .figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.section-1 .container-fluid .section-content > ul > li .box .details {
  text-align: center;
  padding-top: 20px;
}
.section-1 .container-fluid .section-content > ul > li .box .details > dl > dt {
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
  border-radius: 50px;
  background-color: #0c0732;
}
.section-1 .container-fluid .section-content > ul > li .box .details > dl > dd {
  padding-top: 40px;
}
.section-1 .container-fluid .section-content > ul > li .box .details > dl > dd > ul > li {
  font-size: 20px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 0;
  background-color: #fef3ef;
}
.section-1 .container-fluid .section-content > ul > li .box .details > dl > dd > ul > li:nth-of-type(odd) {
  background-color: #eeedf1;
}
@media (max-width: 1600px) {
  .section-1 .container-fluid .section-content > ul {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .section-1 .container-fluid .section-content > ul > li {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .section-1 {
    padding-top: 60px;
  }
  .section-1 .container-fluid .section-header {
    padding-bottom: 30px;
  }
  .section-1 .container-fluid .section-header img {
    width: 140px;
  }
  .section-1 .container-fluid .section-header h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .section-1 .container-fluid .section-content > ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .section-1 .container-fluid .section-content > ul > li {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .section-1 .container-fluid .section-content > ul {
    display: block;
    width: 100%;
    margin: 0;
  }
  .section-1 .container-fluid .section-content > ul > li {
    display: block;
    padding: 0;
  }
  .section-1 .container-fluid .section-content > ul > li .box .details {
    padding-top: 20px;
  }
  .section-1 .container-fluid .section-content > ul > li .box .details > dl > dt {
    font-size: 20px;
    line-height: 30px;
  }
  .section-1 .container-fluid .section-content > ul > li .box .details > dl > dd {
    padding-top: 20px;
  }
  .section-1 .container-fluid .section-content > ul > li .box .details > dl > dd > ul > li {
    font-size: 14px;
    line-height: 20px;
  }
  .section-1 .container-fluid .section-content > ul > li .box .details > dl > dd > ul > li br {
    display: none;
  }
  .section-1 .container-fluid .section-content > ul > li ~ li {
    margin-top: 30px;
  }
}

/* section-2 */
.section-2 {
  padding-top: 100px;
}
.section-2 .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-2 .section-header h3 {
  font-size: 60px;
  color: #000;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 70px;
}
.section-2 .section-header h3 b {
  font-weight: 600;
}
.section-2 .section-content .summary-area {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-2 .section-content .summary-area > div {
  display: table-cell;
  vertical-align: middle;
}
.section-2 .section-content .summary-area > div.summary {
  text-align: center;
  width: 45%;
}
.section-2 .section-content .summary-area > div.summary > dl > dt {
  font-size: 30px;
  width: 240px;
  margin: 0 auto;
  color: #fff;
  line-height: 60px;
  background-color: #0e42a2;
  border-radius: 20px;
}
.section-2 .section-content .summary-area > div.summary > dl > dt ~ dt {
  margin-top: 60px;
}
.section-2 .section-content .summary-area > div.summary > dl > dd {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  margin-top: 25px;
}
.section-2 .section-content .summary-area > div.figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.section-2 .section-content hr {
  width: calc(100% + 30px);
  height: 2px;
  border: 0;
  display: block;
  margin: 60px -15px 40px;
  background-color: #000;
}
.section-2 .section-content .btn-area {
  text-align: center;
  font-size: 0;
}
.section-2 .section-content .btn-area > a {
  display: inline-block;
  margin-right: 60px;
}
.section-2 .section-content .btn-area > a img {
  display: block;
  width: auto;
  height: 120px;
}
.section-2 .section-content .btn-area > a:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .section-2 {
    padding-top: 60px;
  }
  .section-2 .section-header {
    padding-bottom: 30px;
  }
  .section-2 .section-header h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .section-2 .section-content .summary-area {
    display: block;
  }
  .section-2 .section-content .summary-area > div {
    display: block;
  }
  .section-2 .section-content .summary-area > div.summary {
    width: 100%;
  }
  .section-2 .section-content .summary-area > div.summary > dl dt {
    font-size: 20px;
    width: 135px;
    line-height: 30px;
    border-radius: 10px;
  }
  .section-2 .section-content .summary-area > div.summary > dl dt ~ dt {
    margin-top: 30px;
  }
  .section-2 .section-content .summary-area > div.summary > dl dd {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
  .section-2 .section-content .summary-area > div.figure {
    padding: 0 20px;
    margin-top: 30px;
  }
  .section-2 .section-content hr {
    height: 2px;
    margin: 30px -15px 20px;
  }
  .section-2 .section-content .btn-area > a {
    margin-right: 20px;
  }
  .section-2 .section-content .btn-area > a img {
    max-width: 120px;
    height: auto;
  }
}

/* section-3 */
.section-3 {
  padding: 100px 0;
  /*padding-top: 13.8889vw;
  padding-bottom: 11.1111vw;*/
  border-bottom: 2px dashed #000;
}
.section-3 .section-header {
  padding: 0 30px 60px;
}
.section-3 .section-header h3 {
  display: block;
}
.section-3 .section-header h3 img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.section-3 .section-content > ul {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.section-3 .section-content > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.section-3 .section-content > ul > li > figure img {
  display: block;
  width: 100%;
}
.section-3 .section-content > ul > li > figure figcaption {
  text-align: center;
  padding-top: 20px;
}
.section-3 .section-content > ul > li > figure figcaption b {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
  background-color: #0c0732;
}
.section-3 .section-content > ul > li > figure figcaption p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .section-3 {
    padding: 60px 0;
  }
  .section-3 .section-header {
    padding: 0 60px 30px;
  }
  .section-3 .section-content > ul {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .section-3 .section-content > ul > li {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .section-3 .section-header {
    padding: 0 15px 30px;
  }
  .section-3 .section-content > ul {
    width: 100%;
    margin: 0;
  }
  .section-3 .section-content > ul > li {
    display: block;
    padding: 0;
  }
  .section-3 .section-content > ul > li figure figcaption {
    padding-top: 10px;
  }
  .section-3 .section-content > ul > li figure figcaption b {
    font-size: 18px;
    line-height: 30px;
  }
  .section-3 .section-content > ul > li figure figcaption p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .section-3 .section-content > ul > li figure figcaption p br {
    display: none;
  }
  .section-3 .section-content > ul > li ~ li {
    margin-top: 20px;
  }
}

/* section-4 */
.section-4 {
  padding: 100px 0 100px;
  border-bottom: 2px solid #000;
}
.section-4 .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-4 .section-header h3 {
  font-size: 60px;
  color: #000;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 70px;
}
.section-4 .section-header h3 b {
  font-weight: 600;
}
.section-4 .section-header h3 b.white {
  display: inline-block;
  color: #fff;
  padding: 0 30px;
  background-color: #0c0732;
}
.section-4 .section-content {
  text-align: center;
}
.section-4 .section-content h4 {
  font-size: 45px;
  color: #134d88;
  font-weight: 500;
  line-height: 62px;
}
.section-4 .section-content h4 img {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  margin-right: 5px;
}
.section-4 .section-content > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 60px;
}
.section-4 .section-content > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  border-right: 1px solid #000;
}
.section-4 .section-content > ul > li > figure img {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.section-4 .section-content > ul > li > figure figcaption {
  padding-top: 4.1667vw;
  padding-bottom: 2vw;
}
.section-4 .section-content > ul > li > figure figcaption h5 {
  display: block;
  font-size: 20px;
  color: #000;
}
.section-4 .section-content > ul > li > figure figcaption p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-top: 20px;
}
.section-4 .section-content > ul > li > figure figcaption p b {
  font-size: 24px;
  color: #e5110d;
  font-weight: bold;
}
.section-4 .section-content > ul > li > figure figcaption small {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
}
.section-4 .section-content > ul > li:last-child {
  border-right: 0;
}
@media (max-width: 1024px) {
  .section-4 {
    padding: 60px 0;
  }
  .section-4 .section-header {
    padding-bottom: 30px;
  }
  .section-4 .section-header h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .section-4 .section-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-4 .section-content h4 img {
    width: 30px;
  }
  .section-4 .section-content > ul {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .section-4 .section-content > ul {
    display: block;
  }
  .section-4 .section-content > ul > li {
    display: block;
    border: 0;
  }
  .section-4 .section-content > ul > li > figure figcaption {
    padding-top: 20px;
  }
  .section-4 .section-content > ul > li > figure figcaption h5 {
    font-size: 20px;
  }
  .section-4 .section-content > ul > li > figure figcaption p {
    font-size: 20px;
    margin-top: 15px;
  }
  .section-4 .section-content > ul > li > figure figcaption p b {
    font-size: 22px;
  }
  .section-4 .section-content > ul > li > figure figcaption small {
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
  }
  .section-4 .section-content > ul > li ~ li {
    margin-top: 30px;
  }
}

/* section-5 */
.section-5 {
  padding-top: 100px;
}
.section-5 .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-5 .section-header h3 {
  font-size: 60px;
  color: #000;
  font-weight: 500;
  letter-spacing: -2px;
}
.section-5 .section-header h3 b {
  font-size: 80px;
  color: #880615;
  font-weight: bold;
}
.section-5 .section-content {
  text-align: center;
}
.section-5 .section-content h4 {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  padding: 0 40px;
  line-height: 60px;
  background-color: #047a60;
}
.section-5 .section-content > figure {
  margin-top: 30px;
}
.section-5 .section-content > figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .section-5 {
    padding-top: 60px;
  }
  .section-5 .section-header {
    padding-bottom: 30px;
  }
  .section-5 .section-header h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .section-5 .section-header h3 b {
    font-size: 32px;
  }
  .section-5 .section-content h4 {
    font-size: 20px;
    line-height: 34px;
    padding: 0 15px;
  }
  .section-5 .section-content > figure {
    margin-top: 20px;
  }
}

/* section-6 */
.section-6 {
  padding-top: 100px;
}
.section-6 .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-6 .section-header h3 {
  font-size: 60px;
  font-weight: 500;
  color: #000;
  letter-spacing: -3px;
}
.section-6 .section-content figure img {
  width: 100%;
}
.section-6 .section-content > ul > li {
  position: relative;
}
.section-6 .section-content > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 50% 50%;
}
.section-6 .section-content > ul > li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-size: auto 100%;
  background-position: 50% 50%;
}
.section-6 .section-content > ul > li:nth-of-type(1):before {
  background-image: url(/assets/images/img_section6_1_before.png);
}
.section-6 .section-content > ul > li:nth-of-type(1):after {
  background-image: url(/assets/images/img_section6_1_after.png);
}
.section-6 .section-content > ul > li:nth-of-type(2) {
  background-image: url(/assets/images/bg_section6_2.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 1px 100%;
}
.section-6 .section-content > ul > li ~ li {
  margin-top: 30px;
}
.section-6 .section-content > figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .section-6 {
    padding-top: 60px;
  }
  .section-6 .section-header {
    padding-bottom: 30px;
  }
  .section-6 .section-header h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .section-6 .section-content > ul > li ~ li {
    margin-top: 10px;
  }
}

/* section-7 */
.section-7 {
  text-align: center;
  padding: 100px 0;
}
.section-7 .section-header {
  padding-bottom: 60px;
}
.section-7 .section-header h3 {
  max-width: 600px;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  line-height: 90px;
  background-color: #0c0732;
}
.section-7 .section-content {
  overflow: hidden;
}
.section-7 .section-content > ul {
  font-size: 0;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.section-7 .section-content > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
.section-7 .section-content > ul > li .slider-frame .sldier li figure {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section-7 .section-content > ul > li .slider-frame .sldier li figure img {
  display: block;
  width: 100%;
}
.section-7 .section-content > ul > li .slider-nav {
  margin-top: 20px;
  padding: 0 70px;
}
.section-7 .section-content > ul > li .slider-nav .pager {
  display: block;
  width: 100%;
  font-size: 0;
}
.section-7 .section-content > ul > li .slider-nav .pager li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  width: 20%;
}
.section-7 .section-content > ul > li .slider-nav .pager li a {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section-7 .section-content > ul > li .slider-nav .pager li a img {
  display: block;
  width: 100%;
}
.section-7 .section-content > ul > li .details {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  margin-top: 30px;
}
.section-7 .section-content > ul > li .details address {
  display: block;
  font-style: normal;
  margin-top: 30px;
}
.section-7 .section-content > ul > li:nth-of-type(2) ~ li .slider-frame {
  margin-top: 60px;
}
.section-7 .section-content > ul > li:nth-of-type(4) ~ li {
  height: 0;
  visibility: hidden;
}
.section-7 .section-content > ul > li.active {
  height: auto !important;
  visibility: visible !important;
}
.section-7 .section-content .btn-area {
  margin-top: 60px;
}
.section-7 .section-content .btn-area .btn-more {
  width: 400px;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #00256e;
}
@media (max-width: 1024px) {
  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-7 .section-header {
    padding: 0 30px 30px;
  }
  .section-7 .section-header h3 {
    max-width: 300px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .section-7 .section-content > ul {
    width: 100%;
    margin: 0;
  }
  .section-7 .section-content > ul > li {
    width: 100%;
    padding: 0;
  }
  .section-7 .section-content > ul > li .slider-nav {
    margin-top: 15px;
    padding: 0;
  }
  .section-7 .section-content > ul > li .slider-nav .pager {
    width: calc(100% + 5px);
    margin: 0 -2.5px;
  }
  .section-7 .section-content > ul > li .slider-nav .pager li {
    padding: 0 2.5px;
  }
  .section-7 .section-content > ul > li .details {
    font-size: 14px;
    margin-top: 20px;
  }
  .section-7 .section-content > ul > li .details address {
    margin-top: 20px;
    line-height: 26px;
  }
  .section-7 .section-content > ul > li ~ li .slider-frame {
    margin-top: 30px;
  }
  .section-7 .section-content .btn-area {
    margin-top: 30px;
  }
  .section-7 .section-content .btn-area .btn-more {
    width: 180px;
    font-size: 18px;
    line-height: 30px;
  }
}

/* section-8 */
.section-8 {
  text-align: center;
  padding: 100px 0;
  background-color: #f5f5f5;
}
.section-8 .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-8 .section-header img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.section-8 .section-header h3 {
  font-size: 60px;
  color: #000;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 70px;
  margin-top: 3vw;
}
.section-8 .section-content img {
  display: block;
  width: 100%;
}
.section-8 .section-content .summary-area {
  margin-top: 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-8 .section-content .summary-area > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.section-8 .section-content .summary-area > div.figure > ul > li ~ li {
  margin-top: 30px;
}
.section-8 .section-content .summary-area > div.summary p {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
}
.section-8 .section-content .summary-area > div.summary b {
  display: block;
  color: #0d4778;
  font-size: 40px;
  line-height: 66px;
  margin: 10px 0;
}
.section-8 .section-content .summary-area > div.summary b img {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .section-8 {
    padding: 60px 0;
  }
  .section-8 .section-header {
    padding-bottom: 30px;
  }
  .section-8 .section-header img {
    width: 140px;
  }
  .section-8 .section-header h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .section-8 .section-content .summary-area > div.summary p {
    font-size: 26px;
    line-height: 36px;
  }
  .section-8 .section-content .summary-area > div.summary b {
    font-size: 30px;
    line-height: 42px;
  }
  .section-8 .section-content .summary-area > div.summary b img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .section-8 .section-content .summary-area {
    margin-top: 10px;
  }
  .section-8 .section-content .summary-area > div {
    display: block;
    width: 100%;
  }
  .section-8 .section-content .summary-area > div.figure > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .section-8 .section-content .summary-area > div.figure > ul > li {
    display: table-cell;
    vertical-align: top;
  }
  .section-8 .section-content .summary-area > div.figure > ul > li ~ li {
    margin-top: 0;
  }
  .section-8 .section-content .summary-area > div.figure > ul > li:nth-of-type(1) {
    padding-right: 5px;
  }
  .section-8 .section-content .summary-area > div.figure > ul > li:nth-of-type(2) {
    padding-left: 5px;
  }
  .section-8 .section-content .summary-area > div.summary {
    padding-top: 30px;
  }
  .section-8 .section-content .summary-area > div.summary p {
    font-size: 16px;
    line-height: 26px;
  }
  .section-8 .section-content .summary-area > div.summary b {
    font-size: 26px;
    line-height: 36px;
  }
  .section-8 .section-content .summary-area > div.summary b img {
    height: 36px;
  }
}

/* section-9 */
.section-9 {
  padding-top: 100px;
}
.section-9 .section-content {
  text-align: center;
  border: 1px solid #000;
  padding: 80px 45px;
}
.section-9 .section-content h3 {
  font-size: 50px;
  color: #000;
  line-height: 66px;
  font-weight: 400;
}
.section-9 .section-content h3 img {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-right: 20px;
}
.section-9 .section-content ul {
  margin-top: 40px;
}
.section-9 .section-content ul > li > dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-9 .section-content ul > li > dl dt, .section-9 .section-content ul > li > dl dd {
  display: table-cell;
  vertical-align: middle;
}
.section-9 .section-content ul > li > dl dt {
  width: 120px;
  font-size: 24px;
  color: #000;
  padding-right: 30px;
  text-align: right;
}
.section-9 .section-content ul > li > dl dd .form-control {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  font-weight: 400;
  padding: 0 15px;
  border-radius: 0;
  border: 1px solid #000;
}
.section-9 .section-content ul > li > dl dd textarea.form-control {
  resize: none;
  height: 300px;
  padding: 30px 15px;
}
.section-9 .section-content ul > li ~ li {
  margin-top: 20px;
}
.section-9 .section-content .btn-area {
  margin-top: 30px;
}
.section-9 .section-content .btn-area .btn-submit {
  width: 400px;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #00256e;
}
@media (max-width: 1024px) {
  .section-9 {
    padding-top: 60px;
  }
  .section-9 .section-content {
    padding: 30px 10px;
  }
  .section-9 .section-content h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .section-9 .section-content h3 img {
    width: 100px;
  }
  .section-9 .section-content ul {
    margin-top: 30px;
  }
  .section-9 .section-content ul > li > dl > dt {
    width: 70px;
    font-size: 14px;
    padding-right: 15px;
  }
  .section-9 .section-content ul > li > dl > dd .form-control {
    height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .section-9 .section-content ul > li > dl > dd textarea.form-control {
    height: 100px;
    padding: 20px 15px;
  }
  .section-9 .section-content ul > li ~ li {
    margin-top: 10px;
  }
  .section-9 .section-content .btn-area {
    margin-top: 30px;
  }
  .section-9 .section-content .btn-area .btn-submit {
    width: 180px;
    font-size: 18px;
    line-height: 30px;
  }
}

/* quick */
.quick {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 11;
  width: 60px;
}
.quick img {
  width: 100%;
}
@media (max-width: 1024px) {
  .quick {
    width: 75px;
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .quick {
    width: 80px;
    right: 10px;
    bottom: 60px;
  }
}