/* common */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
      format("opentype");
}
html,
body {
  min-width: 1200px;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
}
.hide {
  display: none;
}
.table {
  display: table;
}
.table_cell {
  display: table-cell;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left !important;
}
.vm {
  vertical-align: middle;
}
.bl0 {
  border-left: 0 !important;
}
.br0 {
  border-right: 0 !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hidden {
  overflow: hidden;
}
.italic {
  font-style: italic;
}
img {
  max-width: 100%;
}
.inner {
  margin: 0 auto;
  width: 1200px;
}

#header {
  text-align: center;
  background: #fff;
}
.header_top {
  font-size: 0;
  padding: 11px 0 8px;
}
.header_top .inner {
  position: relative;
}
.header_top h1 {
  display: inline-block;
}
.header_top h1 a,
.header_top h1 a img {
  display: block;
  margin: 0 auto;
}
.header_top .header_top_right {
  position: absolute;
  right: 0;
  top: 10px;
}
.header_top .header_top_right > * {
  display: inline-block;
  vertical-align: middle;
}
.header_top .header_top_right .lang {
  margin-right: 29px;
}
.header_top .header_top_right .lang img {
  display: inline-block;
  vertical-align: middle;
}
.header_top .header_top_right .lang span {
  display: inline-block;
  vertical-align: middle;
  color: #6e6e6e;
  font-size: 15px;
  margin-left: 4px;
}
.header_top .header_top_right .sns_menu {
}
.header_top .header_top_right .sns_menu ul {
}
.header_top .header_top_right .sns_menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.header_top .header_top_right .sns_menu ul li + li {
  margin-left: 5px;
}
.header_top .header_top_right .sns_menu ul li a,
.header_top .header_top_right .sns_menu ul li a img {
  display: block;
}
#gnb {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
#gnb ul {
  font-size: 0;
  padding: 20px 0;
}
#gnb ul li {
  display: inline-block;
  vertical-align: middle;
}
#gnb ul li + li {
  margin-left: 35px;
  padding-left: 35px;
  position: relative;
}
#gnb ul li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #e7e7e7;
}
#gnb ul li a {
  display: block;
  font-size: 16px;
  color: #272727;
}
#footer {
  background: #2c2e3b;
  font-size: 0;
  padding: 30px 0 98px;
}
#footer .inner {
  overflow: hidden;
}
#footer .footer_logo {
  float: left;
}
#footer .footer_info {
  float: left;
  margin-left: 15px;
  font-size: 15px;
  line-height: 1.5em;
  color: #8f919d;
}
#footer .footer_right {
  float: right;
}
#footer .footer_right .footer_imgs,
#footer .footer_right .footer_imgs img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer_right .footer_imgs img + img {
  margin-left: 25px;
}
#footer .footer_right .footer_sns {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
#footer .footer_right .footer_sns li {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer_right .footer_sns li + li {
  margin-left: 5px;
}
#footer .footer_right .footer_sns li a,
#footer .footer_right .footer_sns li a img {
  display: block;
}
.partner_wrap {
  background: #fff;
  padding: 30px 0 25px;
  border-top: 1px solid #e8e8e8;
}
#main .partner_wrap {
  border: 0;
}
.partner_wrap .inner {
  overflow: hidden;
}
.partner_wrap .partner_controls {
  float: left;
}
.partner_wrap .partner_controls ul {
  overflow: hidden;
  border: 1px solid #ccc;
  border-left: 0;
  font-size: 0;
}
.partner_wrap .partner_controls ul li {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
}
.partner_wrap .partner_controls ul li a {
  display: block;
  height: 40px;
  background-repeat: no-repeat;
  width: 40px;
  background-position: center;
}
.partner_wrap .partner_controls ul li.prev a {
  background-image: url(../images/partner_prev.png);
}
.partner_wrap .partner_controls ul li.next a {
  background-image: url(../images/partner_next.png);
}
.partner_wrap .partner_controls ul li.pause a {
  background-image: url(../images/partner_pause.png);
}
.partner_wrap .partner_controls ul li.play a {
  background-image: url(../images/partner_play.png);
  display: none;
}
.partner_wrap .partner_slide {
  float: right;
  width: 1065px;
}

.partner_wrap .partner_slide li {
  margin-right: 31px;
}

/* main */
.title_wrap {
}
.title_wrap .bar {
  display: block;
  background: #212121;
  width: 41px;
  height: 3px;
  margin-bottom: 33px;
}
.title_wrap p {
  font-size: 21px;
  line-height: 1.5em;
  color: #727272;
  font-weight: 300;
}
.title_wrap strong {
  display: block;
  font-size: 49px;
  line-height: 58px;
  font-weight: 900;
  color: #212121;
}

.main_slide {
}
.main_slide .slide_item {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.main_slide .slide_item a {
  display: block;
  height: 100%;
}
.main_slide .slide_item .slide_inner {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.main_slide .slide_item .slide_bg {
  width: 100%;
}
.main_slide .slide_item .slide_bg img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.main_slide .slide_item .slide_inner .title_wrap {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.main_slide .slide_item .slide_inner .title_wrap .bar {
  background: #fefefe;
  margin-left: auto;
  margin-right: auto;
}
.main_slide .slide_item .slide_inner .title_wrap p,
.main_slide .slide_item .slide_inner .title_wrap strong {
  color: #fefefe;
}
.main_slide_wrap {
  position: relative;
}
.main_slide_controls {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: -46px;
  padding-right: 232px;
  width: 50%;
  z-index: 2;
}
.main_slide_controls .controls_box {
  background: #3e5cac;
  padding: 29px 25px 29px 0;
  text-align: right;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  box-shadow: 10px 3px 21px rgba(12, 12, 12, 0.23);
}
.main_slide_controls .paging {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.main_slide_controls .paging li {
  display: inline-block;
  vertical-align: middle;
}
.main_slide_controls .paging li + li {
  margin-left: 15px;
}
.main_slide_controls .paging li a {
  transition: 0.2s;
  opacity: 0.35;
  filter: alpha(opacity=35);
  position: relative;
  font-size: 16px;
  width: 37px;
  text-align: center;
  padding-bottom: 11px;
  color: #fff;
}
.main_slide_controls .paging li a.cur {
  opacity: 1;
  font-weight: 900;
  filter: alpha(opacity=100);
}
.main_slide_controls .paging li a:after {
  position: absolute;
  content: "";
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}
.main_slide_controls .arrows {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 47px;
}
.main_slide_controls .arrows > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  transition: 0.2s;
  cursor: pointer;
}
.main_slide_controls .arrows > .bar {
  width: 1px;
  height: 24px;
  opacity: 0.35;
  filter: alpha(opacity=35);
  background: #fff;
  margin: 0 14px;
  vertical-align: middle;
}
.main_slide_controls .arrows > a:hover {
  background-color: #fff;
}
.main_slide_controls .arrows > a.main_slide_prev {
  background-image: url(../images/main_prev_off.png);
}
.main_slide_controls .arrows > a.main_slide_prev:hover {
  background-image: url(../images/main_prev_on.png);
}
.main_slide_controls .arrows > a.main_slide_next {
  background-image: url(../images/main_next_off.png);
}
.main_slide_controls .arrows > a.main_slide_next:hover {
  background-image: url(../images/main_next_on.png);
}
.main_download {
  background: #f5f8ff;
  padding-top: 128px;
  padding-bottom: 72px;
  position: relative;
}
.main_download .title_wrap .bar {
  background: #3e5cac;
  margin-bottom: 25px;
  width: 34px;
  position: relative;
}
.main_download .title_wrap .bar:after {
  content: "";
  width: 65px;
  height: 65px;
  background: rgba(78, 139, 255, 0.12);
  display: block;
  position: absolute;
  left: 6px;
  top: -32px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.main_download .title_wrap p {
  margin-bottom: 7px;
}
.main_download .inner {
  font-size: 0;
  position: relative;
  z-index: 2;
}
.main_download .download_left {
  display: inline-block;
  vertical-align: top;
  width: 394px;
}
.main_download .download_right {
  display: inline-block;
  vertical-align: top;
  margin-left: -16px;
  margin-top: -38px;
  width: 807px;
}
.main_download .download_bg {
  position: absolute;
  background-image: url(../images/download_bg.png);
  background-repeat: no-repeat;
  width: 865px;
  height: 865px;
  z-index: 10;
  left: 50%;
  pointer-events: none;
  margin-left: -1155px;
}

.main_download .bg1 {
  background-image: url(../images/download_bg2.png);
  background-repeat: no-repeat;
  width: 492px;
  height: 546px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main_download .box {
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 44px;
  padding-left: 33px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
}
.main_download .box strong {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 14px;
}
.main_download .box p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.3em;
}
.main_download .box a {
  display: block;
  font-size: 11px;
  width: 113px;
  line-height: 31px;
  border: 1px solid #868686;
  color: #868686;
  text-align: center;
  border-radius: 16.5px;
  -webkit-border-radius: 16.5px;
  -moz-border-radius: 16.5px;
}
.main_download .hidden {
  overflow: auto;
  font-size: 0;
}
.main_download .fl {
  width: 475px;
  margin-right: 13px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.main_download .fr {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.main_download .box1 {
  background-image: url(../images/download_img1.jpg);
  width: 404px;
  height: 397px;
  margin-bottom: 13px;
  margin-left: 73px;
}
.main_download .box2 {
  background-image: url(../images/download_img2.jpg);
  width: 475px;
  height: 287px;
}
.main_download .box3 {
  background-image: url(../images/download_img3.jpg);
  width: 319px;
  height: 404px;
  margin-bottom: 13px;
}
.main_download .box4 {
  background-image: url(../images/download_img4.jpg);
  width: 319px;
  height: 300px;
}
.main_download .box1 *,
.main_download .box4 * {
  color: #fefefe;
}
.main_download .box1 a,
.main_download .box4 a {
  color: #fefefe;
  border: 1px solid #fefefe;
}
.main_download .fr {
  margin-top: 38px;
}

.main_information {
  background-color: #f5f8ff;
  position: relative;
  padding-bottom: 84px;
}
.main_information .information_bg {
  background-image: url(../images/information_bg.jpg);
  text-align: center;
  color: #fff;
  height: 535px;
  box-sizing: border-box;
  padding-top: 93px;
  position: relative;
  z-index: 0;
}
.main_information .information_bg .title_wrap * {
  color: #fff;
}
.main_information .information_bg .title_wrap .bar {
  margin-top: 9px;
  background: #fefefe;
  margin: 0 auto 18px;
  height: 3px;
}
.main_information .information_bg .title_wrap strong {
  margin-bottom: 13px;
}
.main_information .information_bg .title_wrap p {
  font-weight: 300;
}
.main_information .information_quick {
  position: relative;
  z-index: 1;
  margin-top: -265px;
  height: 810px;
}
.main_information .information_quick_bg {
  position: absolute;
  width: calc(50% + 600px);
  background: #fff;
  border-top-left-radius: 70px;
  -webkit-border-top-left-radius: 70px;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.main_information:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 535px;
  background-repeat: no-repeat;
  background-image: url(../images/information_bg.png);
  width: 552px;
  height: 458px;
}
.main_information .information_quick:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -84px;
  background-repeat: no-repeat;
  background-image: url(../images/information_bg2.png);
  width: 529px;
  height: 605px;
  background-size: contain;
}
.main_information .information_quick .inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
.information_quick ul {
  font-size: 0;
  padding-top: 46px;
  padding-left: 58px;
  display: block;
  padding-bottom: 35px;
  width: 1200px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin: 0 auto;
}
.information_quick ul li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background: #f4f4f7;
  width: 371px;
  height: 350px;
  margin-bottom: 14px;
  box-sizing: border-box;
  padding: 33px 20px 0;
}
.information_quick ul li + li {
  margin-left: 14px;
}
.information_quick ul li:nth-child(4) {
  margin-left: 0;
}
.information_quick ul li a {
  display: block;
}
.information_quick ul li a img {
  display: block;
  margin: 0 auto;
}
.information_quick ul li a p {
  font-size: 19px;
  padding-top: 10px;
  margin-top: 8px;
  color: #212121;
  font-weight: 500;
  border-top: 1px solid #e6e6e6;
}

/* sub */
.sub_visual {
  background-repeat: no-repeat;
  background-position: center;
  height: 296px;
  color: #fff;
}
.sub_visual .inner {
  height: 100%;
}
.sub_visual .table {
  width: 100%;
  height: 100%;
}

.sub_visual .table_cell {
  vertical-align: middle;
}
.sub_visual .table_cell .bar {
  width: 37px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 21px;
}
.sub_visual .table_cell p {
  font-size: 17px;
  line-height: 26px;
}
.sub_content {
  position: relative;
  padding-bottom: 105px;
}
.path {
  background: #3e5cac;
  color: #fff;
  font-size: 0;
  height: 65px;
  overflow: hidden;
  transform: translateY(-30px);
  margin-bottom: 24px;
}
.path span {
  display: inline-block;
  vertical-align: top;
  line-height: 65px;
  color: #fefeff;
  font-size: 22px;
}
.path span.home {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/home.png);
  width: 20px;
  height: 65px;
  margin-left: 32px;
  margin-right: 21px;
}
.path span.arrow {
  background-repeat: no-repeat;
  background-image: url(../images/path_arrow.png);
  width: 35px;
  height: 65px;
  margin-right: 30px;
}
.sub_title {
  text-align: center;
  margin-bottom: 49px;
}
.sub_title .bar {
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 3px;
  background: #3e5cac;
  margin-bottom: 19px;
}
.sub_title h3 {
  display: block;
  color: #000000;
  font-size: 33px;
  font-weight: 700;
}

.sub1 {
  padding-bottom: 180px;
  background: #f5f8ff;
}
.sub1 .inner {
  position: relative;
  z-index: 1;
}
.sub1:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/sub1_bg1.png);
  left: 0;
  top: 335px;
  z-index: 0;
  width: 383px;
  height: 606px;
}
.sub1:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/sub1_bg2.png);
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 448px;
  height: 411px;
}
.board_search {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  margin-bottom: 23px;
  padding: 17px 23px;
  box-sizing: border-box;
  overflow: hidden;
}
.board_search .select_wrap {
  float: left;
  width: 262px;
  position: relative;
  box-sizing: border-box;
}
.board_search .select_wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/select_arrow_down.png);
  background-color: #777;
}
.board_search select {
  height: 49px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 100%;
  color: #7a7a7a;
  font-size: 15px;
  padding: 0 49px 0 10px;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.board_search select::-ms-expand {
  display: none;
}
.board_search #txtWord {
  height: 49px;
  border: 1px solid #d9d9d9;
  background: #fff;
  font-size: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 650px;
  margin: 0 6px;
  float: left;
}



.board_search button {
  width: 228px;
  background: #3e5cac;
  text-align: center;
  border: 0;
  cursor: pointer;
  height: 49px;
  line-height: 49px;
  font-size: 0;
  float: left;
}
.board_search button span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  margin-right: 7px;
}
.board_search button img {
  display: inline-block;
  vertical-align: middle;
}
.board_type1 {
  font-size: 0;
}



/*.board_type1.grid2 {
    text-align: center;
}

.board_type1.grid2 > li {*/
  /*width: 585px;*/
  /*box-sizing: border-box;
}
.board_type1.grid2 > li + li {
  margin-left: 30px;
}
.board_type1.grid2 > li:nth-child(2n + 1) {
  margin-left: 0;
}*/


.board_type1.grid2 > li {
    /*width: 389px;*/
    box-sizing: border-box;
    margin-bottom: 18px;
}

.board_type1.grid2 > li + li {
    margin-left: 16.5px;
}

.board_type1.grid2 > li:nth-child(3n + 1) {
    margin-left: 110px;
}

.board_type1.grid2 > li .thumb,
.board_type1.grid2 > li .info {
    border-width: 1px;
}

.board_type1.grid2 > li .info {
    padding: 26px 0;
}

.board_type1.grid2 > li .info p {
    font-size: 19px;
    margin-bottom: 13px;
}

.board_type1.grid2 > li .info a img {
    width: 19px;
}

.board_type1.grid2 > li .info a {
    line-height: 41px;
    width: 143px;
    font-size: 14px;
}

.board_type1.grid2 > li .info a img {
    margin-right: 10px;
}



.board_type1.grid3 > li {
  width: 389px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.board_type1.grid3 > li + li {
  margin-left: 16.5px;
}
.board_type1.grid3 > li:nth-child(3n + 1) {
  margin-left: 0;
}
.board_type1.grid3 > li .thumb,
.board_type1.grid3 > li .info {
  border-width: 1px;
}
.board_type1.grid3 > li .info {
  padding: 26px 0;
}
.board_type1.grid3 > li .info p {
  font-size: 19px;
  margin-bottom: 13px;
}
.board_type1.grid3 > li .info a img {
  width: 19px;
}
.board_type1.grid3 > li .info a {
  line-height: 41px;
  width: 143px;
  font-size: 14px;
}
.board_type1.grid3 > li .info a img {
  margin-right: 10px;
}
.board_type1 > li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
    .board_type1 > li .thumb {
        border: 3px solid #e4e4e4;
        box-sizing: border-box;
    }

    .board_type1 > li .info {
        border: 3px solid #e4e4e4;
        border-top: 0;
        padding: 36px 0 37px;
        text-align: center;
    }
.board_type1 > li .info p {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
  text-align: center;
}
.board_type1 > li .info a {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #3e5cac;
  width: 203px;
  line-height: 53px;
  color: #fff;
}
.board_type1 > li .info a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.board_type1 > li .info a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.board_pagination {
  text-align: center;
  font-size: 0;
  margin-top: 75px;
}

.board_pagination a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 53px;
  width: 54px;
  min-height: 55px;
  box-sizing: border-box;
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  color: #777;
}
.board_pagination a.cur {
  color: #fff;
  background-color: #3e5cac;
}
.board_pagination a.prev {
  border: 1px solid #dbdbdb;
  margin-left: -1px;
  margin-right: 35px;
  background-image: url(../images/pagination_prev.png);
}
.board_pagination a.next {
  border: 1px solid #dbdbdb;
  margin-left: 35px;
  background-image: url(../images/pagination_next.png);
}
.board_pagination a.first {
  border: 1px solid #dbdbdb;
  background-image: url(../images/pagination_first.png);
}
.board_pagination a.last {
  border: 1px solid #dbdbdb;
  background-image: url(../images/pagination_last.png);
  margin-left: -1px;
}
.board_type2 {
  font-size: 0;
  margin-bottom: -20px;
}
.board_type2 li {
  border: 2px solid #dedede;
  width: 389px;
  height : 450px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.board_type2 li + li {
  margin-left: 16.5px;
}
.board_type2 li:nth-child(3n + 1) {
  margin-left: 0;
}
.board_type2 li .thumb {
}
.board_type2 li .thumb a {
  display: block;
  height: 100%;
}
.board_type2 li .thumb img {
  display: block;
}
.board_type2 li .info {
  padding: 22px 5px 26px;
}
.board_type2 li .info p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  color: #4b4b4b;
  text-align: center;
}
.board_type2 li .info a {
  transition: 0.2s;
  width: 143px;
  line-height: 20px;
  font-size: 14px;
  background: #878787;
  color: #fff;
  padding: 10.5px 0;
  text-align: center;
  display: block;
  margin: 16px auto 0;
  cursor: pointer;
}
.board_type2 li .info a:hover {
  background: #3e5cac;
}
.board_type3 li {
  overflow: hidden;
  border: 2px solid #dedede;
  min-height: 191px;
}
.board_type3 li + li {
  margin-top: 7px;
}
.board_type3 li .thumb {
  float: left;
  width: 356px;
}
.board_type3 li .thumb a {
  display: block;
  height: 100%;
}
.board_type3 li .thumb img {
  display: block;
}
.board_type3 li .info {
  float: left;
  padding-left: 36px;
  padding-top: 35px;
  width: 840px;
  box-sizing: border-box;
}
.board_type3 li .info .title {
  color: #464646;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 14px;
}
.board_type3 li .info dl dd {
  position: relative;
}
.board_type3 li .info dl dd + dd {
  margin-top: 3px;
}
.board_type3 li .info dl dd::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #3e5cac;
  margin-right: 3px;
}
.board_type3 li .info dl dd strong {
  display: inline-block;
  vertical-align: middle;
  color: #353535;
}
.board_type3 li .info dl dd span {
  display: inline-block;
  vertical-align: middle;
  color: #7f7f7f;
}

.board_view {
}
.board_view .view_img {
  border: 2px solid #dedede;
  margin-bottom: 20px;
}
.board_view .view_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.board_view .view_table {
  border: 2px solid #dedede;
}
.board_view .view_table table {
  width: 100%;
  table-layout: fixed;
}
.board_view .view_table table .col1 {
  width: 318px;
}
.board_view .view_table table .col2 {
  width: auto;
}

.board_view .view_table table th {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #181818;
  font-weight: 500;
  background: #fafafa;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.board_view .view_table table td {
  border-top: 1px solid #e9e9e9;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  font-weight: 500;
  padding: 24px 38px;
}
.board_view .view_table table tr:first-child th,
.board_view .view_table table tr:first-child td {
  border-top: 0;
}
.board_view .board_view_btn {
  text-align: center;
  font-size: 0;
  margin-top: 23px;
}

.board_view .board_view_btn a {
  display: inline-block;
  vertical-align: top;
}
.board_view .board_view_btn a.list_btn {
  width: 184px;
  line-height: 48px;
  background: #878787;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 1920px) {
  .main_slide .slide_item {
    background-size: auto;
  }
  .main_download .download_bg {
  }
  .main_information .information_quick_bg {
    display: none;
  }

  .main_information .information_quick {
    position: relative;
    z-index: 1;
    margin-top: -265px;
    margin-left: auto;
    height: 810px;
    width: 87.5%;
    background: #fff;
    border-top-left-radius: 70px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-top-left-radius: 70px;
    min-width: 1200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  .information_quick ul {
    font-size: 0;
    display: block;
    position: relative;
    z-index: 2;
    margin: unset;
    width: 1200px;
  }
}


.style08{width:1200px; margin:auto; }
.style08 .title1{margin:55px auto 43px; }
.style08 .view_img{width:100%; margin-bottom:43px; overflow:hidden;}
.style08 .view_img li{float:left;}
.style08 .view_img li.m{position:relative; width:899px; height:626px; margin-right:15px;}
/*.style08 .map_con li.m div{position:absolute; }
.style08 .map_con li.m div img{cursor:pointer;}
.style08 .map_con li.m div.map1{top:63px; left:520px;}
.style08 .map_con li.m div.map2{top:184px; left:49px;}
.style08 .map_con li.m div.map3{top:388px; left:337px;}*/
.style08 .view_img li.c{width:286px; height:626px; background:#4d5361; }
.style08 .view_img li.c div{display:none; color:#fff; font-size:16px; line-height:28px; padding:34px 22px 0px; word-break:keep-all;}
.style08 .view_img li.c div:first-child{display:block;}
.style08 .view_img li.c div span{display:block; color:#80fff8; }
.style08 .view_imgli.c div span.noti{font-size:18px;}
.style08 .list{text-align:center; margin-bottom:114px;}
.style08 .search ul li.text{width:120px; padding-right:15px; text-align:right; font-size:16px; color:#333;}
.style08 .search ul li.input{width:438px; }
.style08 .search ul li.input input{width:432px; border:1px solid #ccc; padding:8px; font-size:15px; color:#838383;}



.website_change select {
    border: 1px solid #ddd;
    width: 140px !important;
    height: 32px;
    line-height: 32px;
    color: #a0a0a0;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-left: 5px;
    letter-spacing: -0.5px;
}
