@charset "utf-8";

/**page common template**/
.static {
  line-height: 1.66;
}
.static .route {
  line-height: 1.4;
}
.static section {
  margin-bottom: 30px;
}
.static section:last-child {
  margin-bottom: 0;
}
.static .border_section {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 30px;
}
.static .top_title {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}
.static .secondary_title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.static .third_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.static .fourth_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.static .color_blue {
  color: #2963ad;
}
.static p {
  padding-bottom: 30px;
  font-size: 18px;
}
.static .pb-none {
  padding-bottom: 0;
}
.static .route {
  font-size: 30px;
  padding-bottom: 0;
}
.static .bold {
  font-weight: 500;
}
.static .replace_br {
  display: block;
}
.static .comment {
  font-weight: normal;
  font-size: 14px;
}
.static .link:hover,
.static .link:active,
.static .link,
.static .link:visited {
  color: #2963ad;
  word-wrap: break-word;
}
.static .link:hover {
  text-decoration: underline;
}
.static .link_underline:hover,
.static .link_underline:active,
.static .link_underline,
.static .link_underline:visited {
  color: #2963ad;
  text-decoration: underline;
  word-wrap: break-word;
}
.static .list {
  margin-bottom: 30px;
}
.static .list li {
  position: relative;
  padding: 0 0 0 20px;
}
.static .list li:before {
  content: "ㆍ";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .static .top_title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
  }
  .static .secondary_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .static .third_title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .static .fourth_title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .static .replace_br {
    display: inline;
  }
  .static p {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .static .list {
    margin-bottom: 20px;
  }
  .static .list li {
    font-size: 16px;
  }
  .static .route {
    font-size: 18px;
  }
  .static .border_section {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .static .top_title {
    font-size: 25px;
  }
  .static .secondary_title {
    font-size: 16px;
  }
  .static .third_title {
    font-size: 15px;
  }
  .static .fourth_title {
    font-size: 14px;
  }
  .static p {
    padding-bottom: 15px;
    font-size: 13px;
  }
  .static .list {
    margin-bottom: 15px;
  }
  .static .list li {
    font-size: 13px;
  }
  .static .comment {
    font-size: 11px;
  }
}

/*Privacy and Cookies*/
.section_privacy .border_section {
  position: relative;
}
.section_privacy .underline_title {
  display: inline-block;
  font-size: 18px;
  color: #46546e;
  text-decoration: underline;
}
.section_privacy .inside {
  padding: 20px 0;
}
.section_privacy .inside li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.section_privacy .list .btn_link {
  position: static;
}
.section_privacy .list .underline_title {
  margin: 0;
  font-size: 16px;
}
.section_privacy .guide_box {
  padding: 30px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
.section_privacy .guide_box p {
  padding-bottom: 30px;
}
.section_privacy .guide_box p:last-child {
  padding-bottom: 0;
}
.section_privacy a {
  color: #2963ad;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
}
.section_privacy .underline {
  text-decoration: underline;
}
.section_privacy .margin-top {
  margin-top: 60px;
}
.section_privacy .border_section .btn_link {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}
.section_privacy .border_section .btn_link.btn_ro:after {
  margin-top: -3px;
}
.section_privacy .border_section .btn_link:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .section_privacy .underline_title {
    font-size: 16px;
  }
  .section_privacy .list .underline_title {
    font-size: 16px;
  }
  .section_privacy .inside li:last-child {
    padding: 0 0 0 15px;
  }
  .section_privacy .guide_box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .section_privacy .guide_box p {
    padding-bottom: 20px;
  }
  .section_privacy .border_section .btn_link {
    position: static;
    display: inline-block;
    padding: 1px 20px;
    margin-bottom: 30px;
    font-size: 15px;
  }
  .section_privacy .border_section .btn_link:after {
    display: none;
  }
  .section_privacy .inside {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .section_privacy .underline_title {
    font-size: 14px;
  }
  .section_privacy .list .underline_title {
    font-size: 13px;
  }
  .section_privacy .border_section .btn_link {
    font-size: 13px;
    padding: 1.5px 15px;
  }
}

/*About us : Overview*/
#overview {
  line-height: 1.66;
}
#overview .block-w {
  display: block;
}
#overview .block-m {
  display: inline;
}
#overview .about-us {
  padding-bottom: 70px;
}
#overview .about-us .txt {
  padding-bottom: 45px;
}
#overview .about-us img {
  width: 100%;
}
#overview .vision-2020 .mission {
  margin-top: 40px;
}
#overview .vision-2020 .family_img {
  display: table-cell;
  width: 50%;
  height: 100%;
  background: url(../images/overview_vision2020.png) no-repeat center center;
  background-size: cover;
}
#overview .vision-2020 dl {
  display: table-cell;
  width: 50%;
  margin-top: 40px;
  padding: 65px 45px;
  background-color: #9b8662;
  color: #fff;
}
#overview .vision-2020 dt {
  font-size: 24px;
  font-weight: 300;
}
#overview .vision-2020 dd {
  padding-bottom: 15px;
}
#overview .vision-2020 .point {
  font-size: 20px;
  font-style: italic;
}
#overview .vision-2020 dd li {
  width: 105px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  vertical-align: top;
}
#overview .vision-2020 dd li:last-child {
  margin-right: 0;
}
#overview .vision-2020 dd .icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 10px auto 3px;
  background-image: url(../images/icons_overview.png);
  background-repeat: no-repeat;
  background-size: 288px auto;
}
#overview .vision-2020 dd li:nth-child(1) .icon {
  background-position: 0 -48px;
}
#overview .vision-2020 dd li:nth-child(2) .icon {
  background-position: -96px -48px;
}
#overview .vision-2020 dd li:nth-child(3) .icon {
  background-position: -192px -48px;
}
#overview .vision-2020 .detail {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*#overview .vision-2020 .detail .txt{padding:0 36px;}*/

#overview .business {
  border-top: 1px solid #bcbcbc;
  padding-top: 40px;
}
#overview .business .title {
  margin-bottom: 20px;
}
#overview .b_menu {
  text-align: left;
  float: right;
}
#overview .b_menu .select {
  display: none;
}
#overview .b_menu .break {
  letter-spacing: -1px;
}
#overview .b_menu > ul {
  width: 280px;
  float: right;
}
#overview .b_menu > ul.active {
  display: block;
}
#overview .b_menu > ul > li {
  position: relative;
  width: 100%;
  padding: 25px 35px;
  margin-bottom: 10px;
  border: 1px solid #08367b;
  background-color: #fff;
  line-height: 1.2;
}
#overview .b_menu > ul > li.on {
  background-color: #08377d;
  background-image: linear-gradient(90deg, #08377d, #051f54);
}
#overview .b_menu > ul > li.on:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-right: 17px solid #08367b;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
#overview .b_menu .main {
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  color: #363636;
  cursor: default;
}
#overview .b_menu .sub li {
  padding-top: 10px;
}
#overview .b_menu .sub a {
  font-size: 18px;
  color: #363636;
}
#overview .b_menu > ul > li.on .main {
  color: #fff;
}
#overview .b_menu > ul > li.on .sub a {
  color: rgba(255, 255, 255, 0.47);
}
#overview .b_menu > ul > li.on .sub a.on {
  color: #fff;
  text-decoration: underline;
}

#overview .business .view {
  padding-right: 319px;
  min-height: 563px;
}
#overview .business .view img {
  width: 100%;
}
#overview .business .view .txt {
  min-height: 153px;
  padding-top: 20px;
  padding-bottom: 45px;
  border-bottom: 1px solid #bcbcbc;
}
#overview .business .view strong {
  color: #2575dd;
}
#overview .business .view > div {
  display: none;
}
#overview .business .view .on {
  display: block;
}

#overview .history {
  padding: 65px 0;
}
#overview .history .info {
  padding: 0 0 40px;
}
#overview .history .y_title {
  display: block;
  padding-top: 20px;
  font-size: 28px;
  color: #2963ad;
}

#overview .histroy_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#overview .histroy_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bcbcbc;
}
#overview .history_year {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
}
#overview .history_year li {
  position: relative;
  float: left;
  width: 16.66%;
  height: 60px;
  font-size: 0;
}
#overview .history_year li.active {
  font-size: 40px;
}
#overview .history_year li.show {
  font-size: 18px;
}
#overview .history_year li a {
  position: relative;
  display: block;
  border-radius: 50%;
  color: #000;
}
#overview .history_year li a:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  background-color: #fff;
}
#overview .history_year li.show a:after {
  background-color: #2963ad;
}
#overview .history_year li.active a:after {
  top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #2963ad;
}
#overview .history_year li .year {
  position: absolute;
  left: -45px;
  top: 15px;
  white-space: nowrap;
}
#overview .history_year li.active .year {
  top: 55px;
  left: -100px;
}
#overview .history_year li.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  width: 1px;
  height: 55px;
  background-color: #2963ad;
}
#overview .histroy_wrap .buttons button {
  position: absolute;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2963ad;
  z-index: 2;
}
#overview .histroy_wrap .buttons .prev {
  left: 0;
  background: url(../images/overview_historybtn_prev.png) no-repeat #2963ad
    right center;
}
#overview .histroy_wrap .buttons .next {
  right: 0;
  background: url(../images/overview_historybtn_next.png) no-repeat #2963ad left
    center;
}
#overview .histroy_wrap .buttons .hide {
  display: none;
}
#overview .histroy_wrap .buttons button:disabled {
  cursor: default;
}
#overview .history_content {
  padding-top: 170px;
  max-width: 660px;
  margin: 0 auto;
}
#overview .history_content > .cont {
  display: none;
}
#overview .history_content > li.active {
  display: block;
}
#overview .history_content > .cont img {
  width: 100%;
}

@media (max-width: 768px) {
  #overview {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #overview .block-w {
    display: inline;
  }
  #overview .block-m {
    display: block;
  }
  #overview .about-us {
    padding-bottom: 30px;
    border-bottom: 1px solid #bcbcbc;
  }
  #overview .about-us .txt {
    padding-bottom: 17px;
  }

  #overview .vision-2020 {
    padding: 30px 0;
  }
  #overview .vision-2020 .mission {
    position: relative;
    margin-top: 0;
  }
  #overview .vision-2020 .family_img {
    display: none;
    padding-left: 0;
    width: 100%;
  }
  #overview .vision-2020 dl {
    display: block;
    width: 100%;
    padding: 30px 24px 20%;
    margin-top: 20px;
    background: url(../images/m_overview_vision2020.png) no-repeat center bottom;
    background-size: cover;
  }
  #overview .vision-2020 dd {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #overview .vision-2020 .point {
    line-height: 1.1;
  }
  #overview .vision-2020 .point .block {
    display: block;
  }
  #overview .vision-2020 dd li {
    font-size: 16px;
  }
  #overview .vision-2020 dd .icon {
    display: block;
    width: 76px;
    height: 76px;
    margin-bottom: 5px;
    background-image: url(../images/icons_overview.png);
    background-repeat: no-repeat;
    background-size: 300px;
  }
  #overview .vision-2020 dd li:nth-child(1) .icon {
    background-position: 0 -50px;
  }
  #overview .vision-2020 dd li:nth-child(2) .icon {
    background-position: -100px -50px;
  }
  #overview .vision-2020 dd li:nth-child(3) .icon {
    background-position: -200px -50px;
  }
  #overview .vision-2020 .detail {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #overview .vision-2020 .detail ul {
    padding: 0 0;
  }
  #overview .vision-2020 .detail li {
    float: none;
    position: relative;
    font-size: 16px;
    color: #4e4e4e;
  }
  #overview .vision-2020 .detail li:nth-child(1) {
    width: 100%;
    padding: 20px 0;
  }
  #overview .vision-2020 .detail li:nth-child(2) {
    width: 100%;
    padding: 20px 0;
    border: 0;
  }
  #overview .vision-2020 .detail li:nth-child(3) {
    width: 100%;
    padding: 20px 0;
  }
  #overview .vision-2020 .detail li:nth-child(1):after,
  #overview .vision-2020 .detail li:nth-child(2):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    background-color: #ccc;
  }

  #overview .business .view {
    padding-right: 0;
    min-height: 0;
  }
  #overview .b_menu {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
  }
  #overview .b_menu .select {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 58px;
    padding: 13px 50px 0 13px;
    font-size: 22px;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    color: #7f7f7f;
  }
  #overview .b_menu .select.on {
    border: 1px solid #356cb1;
    color: #000;
  }
  #overview .b_menu .select:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 22px;
    border-top: 15px solid #9a9a9a;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
  }
  #overview .b_menu .select.on:after {
    border-top: 0;
    border-bottom: 15px solid #356cb1;
    top: 21px;
  }
  #overview .b_menu > ul {
    display: none;
    width: 100%;
    float: inherit;
    position: absolute;
    top: 58px;
    left: 0;
    border: 1px solid #356cb1;
    border-top: 0;
  }
  #overview .b_menu > ul.active {
    display: none;
  }
  #overview .b_menu > ul > li {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 20px;
    border: 0;
    background-color: #fff;
    line-height: 1.2;
  }
  #overview .b_menu > ul > li:nth-child(1) {
  }
  #overview .b_menu > ul > li:nth-child(2) {
    margin-left: 0;
  }
  #overview .b_menu > ul > li:nth-child(3) {
    float: none;
    margin: 0;
  }
  #overview .b_menu > ul > li.on {
    border-color: #2575dd;
    background-image: none;
    background-color: #fff;
  }
  #overview .b_menu > ul > li.on .main {
    color: #000;
  }
  #overview .b_menu > ul > li.on .sub a {
    color: #000;
  }
  #overview .b_menu > ul > li.on .sub a.on {
    color: #000;
  }
  #overview .b_menu > ul > li.on:after {
    display: none;
  }
  #overview .b_menu .main {
    display: block;
    min-height: 0;
    padding: 15px 0;
    border-bottom: 0;
    font-size: 20px;
    font-weight: 500;
  }
  #overview .b_menu .sub {
    padding-top: 0;
  }
  #overview .b_menu .sub li {
    padding: 0 0 15px;
  }
  #overview .b_menu .sub li:last-child {
    border-bottom: 1px solid #bcbcbc;
  }
  #overview .b_menu li:last-child .sub li:last-child {
    border-bottom: 0;
  }
  #overview .b_menu .sub a {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 20px 0 10px;
    font-size: 20px;
  }
  #overview .b_menu .sub a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    background: url(../images/overview_arrow.png) no-repeat center;
    background-size: contain;
  }
  #overview .b_menu .sub a.on {
    color: #4e4e4e;
    text-decoration: none;
  }
  #overview .business .view .txt {
    min-height: 0;
    padding-bottom: 25px;
  }

  #overview .history {
    padding: 0;
  }
  #overview .histroy_wrap:after {
    height: 1px;
    top: 22px;
  }
  #overview .history .info {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #overview .history .list li {
    font-size: 18px;
  }
  #overview .history .y_title {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  #overview .block-m {
    display: inline;
  }
}
@media (max-width: 480px) {
  #overview .vision-2020 dt {
    font-size: 15px;
  }
  #overview .vision-2020 dd {
    font-size: 13px;
  }
  #overview .vision-2020 .point {
    font-size: 13px;
  }
  #overview .vision-2020 dd li {
    width: 80px;
    font-size: 13px;
  }
  #overview .vision-2020 dd .icon {
    width: 60px;
    height: 60px;
    background-size: 240px;
  }
  #overview .vision-2020 dd li:nth-child(1) .icon {
    background-position: 0 -40px;
  }
  #overview .vision-2020 dd li:nth-child(2) .icon {
    background-position: -80px -40px;
  }
  #overview .vision-2020 dd li:nth-child(3) .icon {
    background-position: -160px -40px;
  }

  #overview .b_menu .select {
    height: 30px;
    padding: 3px 35px 0 10px;
    font-size: 15px;
  }
  #overview .b_menu .select:after {
    border-width: 8px 8px 0 8px;
    top: 11px;
  }
  #overview .b_menu .select.on:after {
    border-width: 0 8px 8px 8px;
    top: 10px;
  }
  #overview .b_menu > ul {
    top: 30px;
  }
  #overview .b_menu .main {
    font-size: 15px;
    padding: 10px 0;
  }
  #overview .b_menu .sub a {
    font-size: 15px;
  }
  #overview .b_menu .sub li {
    padding-bottom: 10px;
  }

  #overview .history_year {
    top: 15px;
  }
  #overview .histroy_wrap:after {
    top: 15px;
  }
  #overview .history_year li.show {
    font-size: 10px;
  }
  #overview .history_year li .year {
    top: 10px;
    left: -26px;
  }
  #overview .history_year li.active {
    font-size: 20px;
  }
  #overview .history_year li.active .year {
    top: 35px;
    left: -50px;
  }
  #overview .history_year li.active:after {
    top: 6px;
    left: 3px;
    height: 27px;
  }
  #overview .history_year li a:after {
    width: 6px;
    height: 6px;
    top: -3px;
    left: -3px;
  }
  #overview .history_year li.active a:after {
    width: 10px;
    height: 10px;
    top: -5px;
  }
  #overview .histroy_wrap .buttons button {
    width: 30px;
    height: 30px;
  }
  #overview .histroy_wrap .buttons .prev {
    background-image: url(../images/m_overview_historybtn_prev.png);
    background-size: 60% auto;
  }
  #overview .histroy_wrap .buttons .next {
    background-image: url(../images/m_overview_historybtn_next.png);
    background-size: 60% auto;
  }
  #overview .history_content {
    padding-top: 92px;
  }

  #overview .history .y_title {
    padding-top: 10px;
    font-size: 16px;
  }
  #overview .history .list li {
    font-size: 13px;
  }
}

/* About us : Fast Facts */
.about_facts {
  font-size: 16px;
}
.about_facts h2,
.about_facts h3,
.about_facts h4,
.about_facts strong {
  color: #363636;
}
.about_facts span,
.about_facts p,
.about_facts li {
  color: #4e4e4e;
}
.about_facts .top_title {
  padding: 30px 0 20px;
  font-size: 72px;
  color: #2963ad;
  text-align: center;
  font-weight: normal;
}
.about_facts .top_title2 {
  font-size: 40px;
  text-align: center;
}
.about_facts .title {
  height: 45px;
  padding: 5px 0 0 28px;
  margin-top: 30px;
  background-color: #e5e5e5;
  font-size: 26px;
  word-wrap: break-word;
}

.about_facts .group {
  position: relative;
  background-color: #f7f7f7;
}
.about_facts .group.padding {
  padding: 30px 0;
}

.about_facts .info li {
  float: left;
  width: 50%;
  text-align: center;
  border: solid #fff;
  border-width: 0 1px 0 0;
  min-height: 170px;
}
.about_facts .info li:last-child {
  border-right: 0;
}
.about_facts .info_company li {
  padding: 30px 0;
}
.about_facts .info_company li:first-child .main {
  padding-bottom: 0;
}
.about_facts .info_company li:first-child .sub {
  padding-top: 15px;
  padding-bottom: 15px;
}
.about_facts .info .main {
  display: block;
  line-height: 1;
  padding-bottom: 5px;
  font-size: 40px;
}
.about_facts .info .main > .sub_t {
  display: block;
  text-align: center;
  font-size: 27px;
  color: #363636;
  line-height: 1.2;
}
.about_facts .info .main span {
  font-size: 20px;
}
.about_facts .info .sub {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.2;
}

.about_facts .graph_financ {
  width: 100%;
  height: 104px;
  padding: 0 28px 30px;
}
.about_facts .graph_financ ul {
  position: relative;
}
.about_facts .graph_financ ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 74px;
  height: 76px;
  background-color: #f7f7f7;
  background-image: url(../images/icons_facts_1920.png);
  background-repeat: no-repeat;
  background-position: 17px 17px;
  border-radius: 0 50% 50% 0;
  z-index: 3;
}
.about_facts .graph_financ li {
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
}
.about_facts .graph_financ .num {
  font-size: 18px;
}
.about_facts .graph_financ .g1 {
  top: 0;
}
.about_facts .graph_financ .g2 {
  top: 26px;
}
.about_facts .graph_financ .g3 {
  top: 52px;
}
.about_facts .graph_financ .bar {
  display: inline-block;
  height: 100%;
  padding-left: 85px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_facts .graph_financ .g1 .bar {
  width: 85%;
  background-color: #5f8805;
}
.about_facts .graph_financ .g1 .num {
  color: #5f8805;
}
.about_facts .graph_financ .g2 .bar {
  width: 40%;
  background-color: #0c8f7e;
}
.about_facts .graph_financ .g2 .num {
  color: #0c8f7e;
}
.about_facts .graph_financ .g3 .bar {
  width: 42%;
  background-color: #0a8bb0;
}
.about_facts .graph_financ .g3 .num {
  color: #0a8bb0;
}
.about_facts .group .unit {
  position: absolute;
  right: 28px;
  bottom: 30px;
  font-size: 16px;
}

.about_facts .info_market {
  position: relative;
  background-color: #f7f7f7;
}
.about_facts .info_market h4 {
  font-size: 18px;
  padding: 28px 20px;
  text-align: center;
}
.about_facts .info_market ul {
  padding: 0 10% 30px;
  display: flex;
}
.about_facts .icon-group .icon {
  display: block;
  background-image: url(../images/icons_facts_1920.png);
  background-repeat: no-repeat;
  font-size: 0;
}
.about_facts .info_market ul li {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 1.6;
  border: 0;
}
.about_facts .info_market .icon {
  width: 136px;
  height: 136px;
  background: no-repeat center/100% auto;
  display: block;
}
.about_facts .info_market .list1 {
  justify-content: space-between;
}
.about_facts .info_market .list1 li {
  width: 20%;
}
.about_facts .info_market .list1 .text {
  min-height: 40px;
}
.about_facts .info_market .list2 {
  justify-content: space-evenly;
  padding-left: 15%;
  padding-right: 15%;
}
.about_facts .info_market .list2 li {
  width: 30%;
}
.about_facts .info_market .list2 .icon {
  height: 120px;
}
.about_facts .info_market .item1 .icon {
  background-image: url(../images/dx_01.svg);
}
.about_facts .info_market .item2 .icon {
  background-image: url(../images/dx_02.svg);
}
.about_facts .info_market .item3 .icon {
  background-image: url(../images/dx_03.svg);
}
.about_facts .info_market .item4 .icon {
  background-image: url(../images/dx_04.svg);
}
.about_facts .info_market .item5 .icon {
  background-image: url(../images/dx_05.svg);
}
.about_facts .info_market .item6 .icon {
  background-image: url(../images/ds_01.svg);
}
.about_facts .info_market .item7 .icon {
  background-image: url(../images/ds_02.svg);
}
.about_facts .info_market .item8 .icon {
  background-image: url(../images/ds_03.svg);
}

.about_facts .info_rnd li {
  width: 33.33333%;
  height: 280px;
  border: 0;
}
.about_facts .info_rnd .icon {
  width: 75px;
  height: 75px;
  margin: 30px auto 20px;
}
.about_facts .info_rnd .r1 .icon {
  background-position: -0px -300px;
}
.about_facts .info_rnd li:nth-child(2n) {
  border-right: 0;
}
.about_facts .info_rnd .r2 .icon {
  background-position: -100px -300px;
}
.about_facts .info_rnd .r3 .icon {
  background-position: -200px -300px;
}

.about_facts .info_social {
  padding: 60px 20px 20px;
}
.about_facts .info_social .title_wrap {
  text-align: center;
}
.about_facts .info_social .title_wrap p {
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 1.5;
}
.about_facts .info_social .title_wrap p .block {
  display: block;
}

.about_facts .info_social .inner {
  text-align: center;
}
.about_facts .info_social .blind_title {
  text-indent: -100000px;
  font-size: 0;
}
.about_facts .info_social .s1 {
  padding: 0;
}
.about_facts .info_social .s1 .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 22.78%;
}
.about_facts .info_social .s1 .img_wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/facts_global_edu.png") no-repeat 50% / contain;
}
.about_facts .info_social .sub {
  font-size: 26px;
  font-weight: bold;
  padding-top: 20px;
  color: #1985d8;
  line-height: 1.3;
}
.about_facts .info_social .sub_title {
  float: left;
  min-width: 0;
  width: 50%;
  display: block;
  padding: 0 10px;
  border-right: 1px solid #e5e5e5;
  font-size: 24px;
}
.about_facts .info_social .sub_title:last-child {
  border-right: 0;
}
.about_facts .info_social .sub_title.sub1 {
  border-right: 1px solid #e5e5e5;
}
.about_facts .info_social .s2 {
  margin: 0 -100px;
}
.about_facts .info_social .s2 .sub_title {
  color: #5f8805;
}
.about_facts .info_social .s2 .sub_title.sub1 {
  color: #256aa0;
}
.about_facts .info_social .s2 .sub_title.sub3 {
  color: #557a00;
}
.about_facts .info_social .s2 .sub_title.sub4 {
  color: #079181;
}
.about_facts .info_social .sub_title .icon {
  display: block;
  width: 44px;
  height: 36px;
  margin: 10px auto;
}
.about_facts .info_social .s2 .sub_title.sub1 .icon {
  background-position: -100px -400px;
}
.about_facts .info_social .s2 .sub_title.sub3 .icon {
  background-position: -0px -400px;
}
.about_facts .info_social .s2 .sub_title.sub4 .icon {
  background: url(../images/icons_facts_school.svg) no-repeat center/100% auto;
}

.about_facts .info_social .info {
  width: 600px;
  margin: 0 auto 50px;
}
.about_facts .info_social .info li {
  display: table;
  float: left;
  width: 320px;
  height: 320px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}
.about_facts .info_social .info li .table {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.about_facts .info_social .info li .table-cell {
  text-align: inherit;
  font-size: 1.313em;
  font-weight: 500;
}
.about_facts .info_social .info li img {
  width: 100px;
}
.about_facts .info_social .info li .table-title {
  text-transform: uppercase;
  color: #0e2da2;
  font-size: 27px;
}
.about_facts .info_social .info li .desc {
  padding: 15px 0;
  font-size: 18px;
}
.about_facts .info_social .info li:nth-child(1) {
  text-align: center;
}
.about_facts .info_social .info li:nth-child(2) {
  margin-left: -40px;
  text-align: center;
}
.about_facts .info_social .info .photo .title {
  padding: 15px 0;
  font-size: 1.5em;
  font-weight: 500;
}
.about_facts .info_social .info .photo img {
  width: 100%;
}
.about_facts .info_social .info .photo {
  margin-right: -25px;
  letter-spacing: -15px;
}
.about_facts .info_social .info .photo > div {
  display: inline-block;
  width: 50%;
  padding-right: 25px;
  vertical-align: top;
}
.about_facts .info_social .info .photo > div p {
  letter-spacing: -0.02em;
}
.about_facts .info_social .title_wrap .enabling {
  padding-bottom: 40px;
}
.about_facts .disclaimer {
  text-align: right;
  padding-right: 10px;
}
.about_facts .disclaimer .disclaimer_text {
  font-size: 14px;
  color: #505050;
  font-style: italic;
  opacity: 0.7;
  font-weight: 400;
}

@media (max-width: 1080px) {
  .about_facts .info_social .sub_title {
    display: inline-block;
    padding: 0 10px;
    min-width: 100px;
  }
}
@media (max-width: 1024px) {
  .about_facts .info_social li {
    padding: 0;
    height: auto;
    border-right: 0;
  }
  .about_facts .info_social .s1 {
    padding: 0;
    min-height: auto;
  }
  .about_facts .info_social .sub_title {
    border-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 980px) {
  .about_facts .top_title {
    font-size: 45px;
    padding: 25px 0 15px;
  }
  .about_facts .top_title2 {
    font-size: 28px;
  }
  .about_facts .info .main {
    font-size: 31px;
  }
  .about_facts .info .main > .sub_t {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .about_facts {
    font-size: 14px;
  }
  .about_facts .title {
    height: auto;
    padding: 15px 15px 15px 19px;
    margin-top: 15px;
    font-size: 22px;
  }
  .about_facts .info_market .list1 {
    padding: 0 0 30px 0;
  }
  .about_facts .info_market .list2 {
    padding: 0 10% 30px 10%;
  }
}
@media (max-width: 768px) {
  .about_facts {
    font-size: 13px;
  }
  .about_facts .top_title {
    padding: 20px 0 10px;
    font-size: 36px;
  }
  .about_facts .top_title2 {
    font-size: 24px;
  }

  .about_facts .group.padding {
    padding: 30px 0;
  }
  .about_facts .info li {
    width: 100%;
  }

  .about_facts .info_company li {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    float: none;
  }
  .about_facts .info .main {
    font-size: 40px;
  }
  .about_facts .info .main > .sub_t {
    font-size: 27px;
  }
  .about_facts .info .main span {
    font-size: 18px;
  }
  .about_facts .info .sub {
    font-size: 16px;
  }

  .about_facts .graph_financ {
    width: 100%;
    height: 100px;
    padding: 0 19px 15px 0;
  }
  .about_facts .graph_financ ul:before {
    width: 74px;
    height: 76px;
    background-image: url(../images/icons_facts_768.png);
    background-position: 20px 18px;
    background-size: 600px auto;
  }
  .about_facts .graph_financ li {
    position: absolute;
    left: 0;
    width: 100%;
    height: 22px;
  }
  .about_facts .graph_financ .bar {
    padding-left: 83px;
    font-size: 16px;
  }
  .about_facts .graph_financ .g1 .bar {
    width: 80%;
  }
  .about_facts .graph_financ .num {
    font-size: 16px;
  }

  .about_facts .group .unit {
    right: 19px;
    bottom: 20px;
    font-size: 16px;
  }

  .about_facts .info_market h4 {
    font-size: 18px;
    padding: 30px 10px;
  }
  .about_facts .info_market ul {
    flex-wrap: wrap;
  }
  .about_facts .info_market li {
    font-size: 12px;
  }
  .about_facts .info_market .list1 {
    padding: 0 0 10px;
  }
  .about_facts .info_market .list1 li {
    width: 50%;
    min-height: 0;
  }
  .about_facts .info_market .list2 {
    justify-content: space-between;
    padding: 0 0 10px;
  }
  .about_facts .info_market .list2 li {
    width: 50%;
    min-height: 0;
  }
  .about_facts .info_market .icon {
    width: 120px;
    height: 120px;
  }
  .about_facts .icon-group .icon {
    display: block;
    background-image: url(../images/icons_facts_768.png);
    background-size: 600px auto;
  }

  .about_facts .info_rnd li {
    height: auto;
    float: none;
    width: 100%;
    padding: 25px 0;
  }
  .about_facts .info_rnd .icon {
    width: 76px;
    height: 75px;
    margin: 0 auto 10px;
  }
  .about_facts .info_rnd .r1 .icon {
    background-position: -0px -150px;
  }
  .about_facts .info_rnd .r2 .icon {
    background-position: -100px -150px;
  }
  .about_facts .info_rnd .r3 .icon {
    background-position: -200px -150px;
  }

  .about_facts .info_social {
    padding-top: 30px;
  }
  .about_facts .info_social .s1 {
    padding: 0;
  }
  .about_facts .info_social .s1 .s1_wrap {
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .about_facts .info_social .s1 .img_wrap {
    padding-top: 32.8125%;
  }
  .about_facts .info_social .info li {
    width: 250px;
    height: 250px;
  }
  .about_facts .info_social .sub_title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 25px;
    min-width: 0;
    display: block;
  }
  .about_facts .info_social .sub_title.sub1 {
    border-right: 0;
    margin-bottom: 25px;
  }
  .about_facts .info_social .sub_title .icon {
    width: 51px;
    height: 43px;
    margin: 20px auto;
    background-image: url(../images/icons_facts_768.png);
    background-size: 600px auto;
  }
  .about_facts .info_social .s2 .sub_title.sub1 .icon {
    background-position: -100px -250px;
  }
  .about_facts .info_social .s2 .sub_title.sub3 .icon {
    background-position: -0px -250px;
  }

  .about_facts .info_social .info {
    width: 250px;
    margin-bottom: 0;
  }
  .about_facts .info_social .info li img {
    width: 80px;
  }
  .about_facts .info_social .info li .table-title {
    font-size: 18px;
  }
  .about_facts .info_social .info li .desc {
    padding: 12px 0;
    font-size: 13px;
  }
  .about_facts .info_social .info li:nth-child(1) {
    padding: 0;
    text-align: center;
  }
  .about_facts .info_social .info li:nth-child(2) {
    margin-left: 0;
    margin-top: -30px;
    padding: 0;
    text-align: center;
  }
  .about_facts .info_social .info .photo .table-title {
    padding: 10px 0;
    font-size: 1em;
  }
  .about_facts .info_social .info .photo .desc {
    color: #5d5d5d;
  }
  .about_facts .info_social .info .photo {
    margin-right: 0;
  }
  .about_facts .info_social .info .photo > div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .about_facts .info_social .title_wrap .enabling {
    width: 54%;
    min-width: 139px;
    max-width: 278px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .about_facts .info_social .title_wrap .enabling img {
    display: block;
    max-width: 100%;
  }
  .about_facts .info_social .title_wrap p.enabling {
    padding: 0 0 20px;
  }
  .about_facts .info_social .title_wrap p {
    padding: 0 24px 40px;
    font-size: 14px;
  }
  .about_facts .info_social .title_wrap p .block {
    display: inline;
  }
  .about_facts .info_social .contents {
    max-width: 520px;
  }
}
@media (max-width: 680px) {
  .about_facts .graph_financ .bar {
    font-size: 14px;
    line-height: 1.7;
  }
  .about_facts .graph_financ .g2 .bar {
    width: 55%;
  }
  .about_facts .graph_financ .g3 .bar {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .about_facts .graph_financ .g2 .bar {
    width: 70%;
  }
  .about_facts .graph_financ .g3 .bar {
    width: 72%;
  }
}
@media (max-width: 359px) {
  .about_facts .graph_financ .bar {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: -0.03em;
  }
  .about_facts .graph_financ .g2 .bar {
    width: 76%;
  }
  .about_facts .graph_financ .g3 .bar {
    width: 78%;
  }
}
@media (max-width: 345px) {
  .about_facts .info_social .info {
    width: 220px;
  }
  .about_facts .info_social .info li {
    width: 220px;
    height: 220px;
  }
}

/* page-featured-stories */
.spage_series img {
  display: block;
  width: 100%;
  height: auto;
}
.spage_series .top_title {
  font-size: 30px;
}
.spage_series .top_title span {
  color: #2963ad;
}
.spage_series .sp_desc {
  padding-bottom: 35px;
}
.spage_series .content_list {
  margin-right: -16px;
}
.spage_series .content_list li {
  float: left;
  width: 33.3%;
  padding-right: 16px;
  margin-bottom: 45px;
}
.spage_series .content_list li .list_img {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.spage_series .content_list li .cover {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin-top: -25px;
  font-size: 16px;
}
.spage_series .content_list li .cover p {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: #073274;
  background-image: linear-gradient(135deg, #073274, #030f39);
  color: #fff;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
@media (max-width: 768px) {
  .spage_series .top_title {
    font-size: 24px;
  }
  .spage_series .sp_desc {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .spage_series .content_list {
    margin-right: 0;
  }
  .spage_series .content_list li {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .spage_series .content_list li .cover {
    height: 36px;
    margin-top: -12px;
    font-size: 15px;
  }
  .spage_series .content_list li .cover p {
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .spage_series .top_title {
    font-size: 18px;
  }
  .spage_series .sp_desc {
    font-size: 13px;
  }
  .spage_series .content_list li .cover {
    font-size: 12px;
  }
}

/* page-special */
.spage {
  line-height: 1.66;
  font-size: 18px;
}
.spage .sp_wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 40px;
  margin-top: 20px;
}
.spage .top_title {
  position: relative;
  padding-bottom: 30px;
  font-size: 50px;
}
.spage .btn_ro {
  right: 140px;
  top: 82px;
}
.spage .btn_ro:after {
  margin-top: -3px;
}
.spage .sp_cont_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.spage .sp_cont_wrap div,
.spage .sp_cont_wrap ul,
.spage .sp_cont_wrap p {
  margin-bottom: 15px;
}
.spage .sp_cont_wrap a {
  color: #2963ad;
  text-decoration: underline;
}
.spage .sp_desc {
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  font-weight: bold;
  line-height: 1.6em;
  color: #333;
}
.spage .youtube_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 12px;
}
.spage .youtube_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 1340px) {
  .spage .btn_ro {
    right: 40px;
  }
}
/**GNB Mediaquery**/
@media (max-width: 1024px) {
  .spage .btn_ro {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .spage {
    font-size: 16px;
  }
  .spage .sp_wrap {
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .spage .btn_ro {
    display: none;
  }
  .spage .btn_ro:after {
    display: none;
  }
  .spage .top_title {
    padding-bottom: 15px;
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .spage {
    font-size: 13px;
  }
  .spage .sp_wrap {
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .spage .top_title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .spage .sp_cont_wrap div,
  .spage .sp_cont_wrap ul,
  .spage .sp_cont_wrap p {
    margin-bottom: 10px;
  }
}

/* page_newsletter */
#container:not(.main_page) #content.page_newsletter {
  max-width: 720px;
  padding: 60px 160px;
}
.page_newsletter h1 {
  font-size: 40px;
  text-align: center;
}
.page_newsletter .thank {
  padding: 20px 0 55px;
  font-size: 18px;
  text-align: center;
}
.page_newsletter input[type="text"] {
  width: 100%;
  height: 38px;
  border: 0;
  padding: 0 10px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #000;
}
.page_newsletter .check {
  padding: 15px 0 0;
  font-size: 16px;
}
.page_newsletter .check a {
  display: inline-block;
  padding-left: 17px;
  color: #2963ad;
  text-decoration: underline;
}
.page_newsletter .btns {
  text-align: center;
}
@media (max-width: 768px) {
  #container:not(.main_page) #content.page_newsletter {
    padding: 30px 20px;
  }
  .page_newsletter h1 {
    font-size: 36px;
  }
  .page_newsletter .thank {
    padding: 10px 0 25px;
    font-size: 14px;
  }
  .page_newsletter input[type="text"] {
    font-size: 13px;
  }
  .page_newsletter .check {
    padding: 10px 0 0;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .page_newsletter h1 {
    font-size: 25px;
  }
}

/* 404 */
#container:not(.main_page) #content.page_404 {
  max-width: 720px;
  padding: 70px;
}
.error_not_found {
  width: 100%;
  padding-top: 140px;
  text-align: center;
  background: url(../images/icons_404.png) no-repeat center top;
}
.error_not_found .title {
  display: block;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}
.error_not_found .desc {
  font-size: 18px;
}
.error_not_found .desc a {
  color: #2963ad;
  text-decoration: underline;
}

@media (max-width: 768px) {
  #container:not(.main_page) #content.page_404 {
    padding: 38px 30px;
  }
  .error_not_found {
    padding-top: 88px;
    background: url(../images/icons_404.png) no-repeat center top;
    background-size: 63px auto;
  }
  .error_not_found .title {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .error_not_found .desc {
    font-size: 13px;
  }
}

/* nation */
#nation_content_wrap #content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 45px 140px;
  background-color: #fff;
  border-radius: 24px;
}
#nation_content_wrap #nation_wrapper {
  width: 100%;
}
#nation_header {
  width: 100%;
  height: 122px;
  background-color: #fff;
}
#nation_header .logo {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 29px;
}
#nation_header .logo a {
  display: block;
  max-width: 400px;
  height: 56px;
}
#nation_header .logo img {
  max-height: 100%;
}
#nation_content_wrap #content .choose_nation .top_title {
  padding-bottom: 45px;
  font-size: 50px;
  font-weight: 500;
}
#nation_content_wrap #content .choose_nation .top_title .sub_text{
  font-weight: 400;
  font-size: 30px;
  margin-left: 8px;
}
#nation_content_wrap #content .choose_nation .nation_list .route {
  margin-bottom: 0;
}
#nation_content_wrap
  #content
  .choose_nation
  .nation_list
  .route:nth-child(n + 2) {
  margin-top: 40px;
}
#nation_content_wrap #content .choose_nation .nation_list ul {
  margin-top: 15px;
  font-size: 0px;
}
#nation_content_wrap #content .choose_nation .nation_list li {
  display: block;
  margin-bottom: 10px;
}
#nation_content_wrap #content .choose_nation .nation_list li {
  display: inline-block;
  width: 32.7%;
}
#nation_content_wrap #content .choose_nation .nation_list li a {
  color: #000;
  font-size: 18px;
}
#nation_content_wrap #content .choose_nation .nation_list li a:hover {
  color: #2963ad;
}
#nation_footer {
  width: 100%;
  height: 40px;
  background-color: #363636;
}
#nation_footer p {
  max-width: 1280px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}

@media (max-width: 1340px) {
  #nation_header .logo {
    padding-left: 40px;
    padding-right: 40px;
  }
  #nation_content_wrap #content {
    padding: 45px 110px;
  }
}
@media (max-width: 1150px) {
  #nation_content_wrap #content .choose_nation .nation_list li {
    width: 50%;
  }
  #nation_content_wrap #content {
    padding: 45px 40px;
  }
  #nation_content_wrap #content .choose_nation .top_title {
    font-size: 48px;
  }
}
@media (max-width: 960px) {
  #nation_content_wrap #content .choose_nation .top_title .sub_text{
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #nation_content_wrap #content .choose_nation .nation_list .route {
    font-size: 23px;
  }
}
@media (max-width: 670px) {
  #nation_content_wrap #content .choose_nation .top_title {
    font-size: 36px;
  }
  #nation_content_wrap #content .choose_nation .top_title .sub_text {
    font-size: 23px;
  }
  #nation_content_wrap #content .choose_nation .nation_list li a {
    font-size: 14px;
  }
  #nation_content_wrap #content {
    padding: 45px 20px;
  }
}
@media (max-width: 530px) {
  #nation_content_wrap #content {
    padding: 30px 20px;
  }
  #nation_header {
    padding-left: 20px;
    height: 74px;
  }
  #nation_header .logo {
    padding: 19px 0 0;
  }
  #nation_header .logo img {
    height: 36px;
    display: block;
  }
  #nation_content_wrap #content .choose_nation .nation_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 13px;
    display: block;
  }
  #nation_content_wrap #content .choose_nation .top_title {
    text-align: center;
    font-size: 25px;
    padding-bottom: 25px;
  }
  #nation_content_wrap #content .choose_nation .top_title .sub_text {
    font-size: 16px;
  }
  #nation_content_wrap #content .choose_nation .nation_list ul {
    margin-top: 12px;
  }
  #nation_content_wrap #content .choose_nation .nation_list li a {
    font-size: 14px;
  }
  #nation_content_wrap
    #content
    .choose_nation
    .nation_list
    .route:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  #nation_content_wrap #content .choose_nation .nation_list .route {
    font-size: 16px;
  }
}
