/*...VARIABLE...*/
.sub .headingSubPage {
  background-color: #f4f4f4;
  padding-bottom: 270px;
}

@media screen and (max-width: 1024px) {
  .sub .headingSubPage {
    padding-bottom: 230px;
  }
}

@media screen and (max-width: 1024px) {
  .sub .headingSubPage {
    padding-bottom: 180px;
  }
}

.sub .headingSubPage .desc {
  margin: auto;
  text-align: center;
}

.sub .headingSubPage .desc p {
  font-size: 16px;
  color: #222222;
  line-height: 27px;
  letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
  .sub .headingSubPage .desc {
    width: 100%;
  }
  .sub .headingSubPage .desc p {
    font-size: 15px;
  }
}

.global {
  position: relative;
  background-color: #2a5ba6;
}

.global .globalBox {
  transform: skew(0deg, 5deg);
  background-color: #2a5ba6;
  position: relative;
  top: -62px;
}

@media screen and (min-width: 1680px) {
  .global .globalBox {
    top: -75px;
  }
}

@media screen and (min-width: 1920px) {
  .global .globalBox {
    top: -85px;
  }
}

@media screen and (min-width: 2560px) {
  .global .globalBox {
    top: -115px;
  }
}

.global .globalBox .globalInner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  transform: skew(0deg, -5deg);
  position: relative;
  top: -150px;
}

@media screen and (max-width: 1024px) {
  .global .globalBox .globalInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner {
    top: -100px;
  }
}

.global .globalBox .globalInner .banner {
  background-color: #FFF;
  margin-bottom: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.global .globalBox .globalInner .banner img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.global .globalBox .globalInner .firstText {
  margin-bottom: 60px;
}

.global .globalBox .globalInner .firstText h2 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #FFF;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .firstText h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.global .globalBox .globalInner .firstText p {
  margin: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .firstText p {
    font-size: 14px;
    line-height: 2;
  }
}

.global .globalBox .globalInner .boxWhite {
  width: 100%;
  background-color: #FFF;
  padding: 40px 30px;
  margin-bottom: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.global .globalBox .globalInner .boxWhite:last-child {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite {
    padding: 40px 15px;
  }
}

.global .globalBox .globalInner .boxWhite .heading {
  text-align: center;
  font-size: 40px;
  color: #0096df;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .heading {
    font-size: 24px;
  }
}

.global .globalBox .globalInner .boxWhite .item {
  margin-bottom: 60px;
}

.global .globalBox .globalInner .boxWhite .item .title {
  font-size: 26px;
  margin-bottom: 30px;
}

.global .globalBox .globalInner .boxWhite .item .title span {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .global .globalBox .globalInner .boxWhite .item .title span {
    font-size: 14px;
  }
}

.global .globalBox .globalInner .boxWhite .item .slideImage {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .slideImage {
    margin-bottom: 0;
  }
}

.global .globalBox .globalInner .boxWhite .item .video {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .video {
    margin-bottom: 30px;
  }
}

.global .globalBox .globalInner .boxWhite .item .video iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 900px) {
  .global .globalBox .globalInner .boxWhite .item .video iframe {
    height: 40vw;
  }
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .video iframe {
    height: 50vw;
  }
}

.global .globalBox .globalInner .boxWhite .item .table table {
  width: 100%;
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr th {
  background-color: #f4f4f4;
  width: 20%;
  padding: 10px 10px;
  border: 1px solid #CCC;
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr th {
    font-size: 14px;
    width: 100%;
    display: block;
    border-bottom: 0;
  }
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td {
    font-size: 13px;
    width: 100%;
    display: block;
    border-bottom: 0;
  }
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td.border {
    border-bottom: 1px solid #CCC;
  }
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div a {
  display: block;
  margin-bottom: 0px;
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div a:hover {
  color: #2a5ba6;
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div .little {
  font-size: 10px;
  color: #8d8d8d;
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div table {
  width: unset;
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div table tr td {
  border: 0;
  padding: 3px 5px;
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div table tr td:first-child {
  padding-right: 30px;
}

@media screen and (max-width: 900px) {
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td div table tr td:first-child {
    width: unset;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td div table {
    width: 100%;
  }
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td div table tr td {
    display: inline;
  }
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div p {
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td div p {
    font-size: 13px;
  }
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div .span2 {
  margin-left: 60px;
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div ul {
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td div ul {
    padding-left: 20px;
  }
}

.global .globalBox .globalInner .boxWhite .item .table table tbody tr td div ul li {
  list-style-type: disc;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .item .table table tbody tr td div ul li {
    font-size: 13px;
  }
}

.global .globalBox .globalInner .boxWhite .itemMap h2 {
  font-size: 40px;
  text-align: center;
  color: #0096df;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.global .globalBox .globalInner .boxWhite .itemMap iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 900px) {
  .global .globalBox .globalInner .boxWhite .itemMap iframe {
    height: 45vw;
  }
}

@media screen and (max-width: 450px) {
  .global .globalBox .globalInner .boxWhite .itemMap iframe {
    height: 50vw;
  }
}

.global .globalBox .globalInner .boxWhite .itemMap img {
  display: block;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .itemMap h2 {
    font-size: 26px;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .global .globalBox .globalInner .boxWhite .itemMap img {
    width: 100%;
    margin-bottom: 0;
  }
}

.global .globalBox .globalInner .boxWhite .overseas .heading {
  font-size: 40px;
  text-align: center;
  color: #0096df;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .overseas .heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.global .globalBox .globalInner .boxWhite .overseas .subtitle {
  margin-bottom: 15px;
}

.global .globalBox .globalInner .boxWhite .overseas .subtitle h2 {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .overseas .subtitle h2 {
    font-size: 16px;
  }
}

.global .globalBox .globalInner .boxWhite .overseas p {
  font-size: 16px;
  line-height: 1.8;
}

.global .globalBox .globalInner .boxWhite .overseas .item {
  margin-top: 50px;
  margin-bottom: 0;
}

.global .globalBox .globalInner .boxWhite .overseas .item .title {
  font-size: 26px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .global .globalBox .globalInner .boxWhite .overseas .item .title {
    font-size: 20px;
  }
}

.global .globalBox .globalInner .boxWhite .overseas .item .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.global .globalBox .globalInner .boxWhite .overseas .item .inner .image {
  width: 25%;
}

.global .globalBox .globalInner .boxWhite .overseas .item .inner .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .global .globalBox .globalInner .boxWhite .overseas .item .inner .image {
    width: 100%;
  }
  .global .globalBox .globalInner .boxWhite .overseas .item .inner .image img {
    width: unset;
  }
}

.global .globalBox .globalInner .boxWhite .overseas .item .inner .table {
  width: 73%;
}

@media screen and (max-width: 900px) {
  .global .globalBox .globalInner .boxWhite .overseas .item .inner .table {
    width: 73%;
  }
}

.global .globalBox .globalInner .boxWhite .overseas .item .inner .table table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .global .globalBox .globalInner .boxWhite .overseas .item .inner {
    display: block;
  }
  .global .globalBox .globalInner .boxWhite .overseas .item .inner .image {
    text-align: center;
    margin-bottom: 30px;
  }
  .global .globalBox .globalInner .boxWhite .overseas .item .inner .table {
    width: 100%;
  }
}

.global .globalBox .globalInner .boxWhite .overseas .item .lastText {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .owl-carousel .owl-nav {
    top: 40%;
  }
}

.owl-carousel .owl-nav .owl-prev i {
  font-size: 44px;
}

@media screen and (max-width: 480px) {
  .owl-carousel .owl-nav .owl-prev i {
    font-size: 24px;
  }
}

.owl-carousel .owl-nav .owl-next {
  float: right;
}

.owl-carousel .owl-nav .owl-next i {
  font-size: 44px;
}

@media screen and (max-width: 480px) {
  .owl-carousel .owl-nav .owl-next i {
    font-size: 24px;
  }
}

.owl-carousel .owl-nav button:hover {
  outline: none;
}

.owl-carousel .owl-nav button:focus {
  outline: none;
}

/*# sourceMappingURL=global.css.map */