@charset "UTF-8";
/* border-radius */
/* Webfont */
/*AType*/
@font-face {
  font-family: "AType";
  font-weight: 400;
  src: url("/font/AType/AType-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "AType";
  font-weight: 700;
  src: url("/font/AType/AType-Bold.woff2") format("woff2");
}
/*NotoSans*/
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 100 900;
  src: url("/font/NotoSans/NotoSansKRVariable.woff2") format("woff2");
}
/*Roboto*/
@font-face {
  font-family: Roboto;
  font-weight: 100 900;
  src: url("/font/Roboto/RobotoVariable.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button {
  margin: 0;
  padding: 0;
}

body, input, select, textarea, button {
  font-family: "AType", -apple-system, BlinkMacSystemFont, AppleSDGothicNeo, "AppleSDGothicNeo-Regular", "Malgun Gothic", "맑은고딕", NanumGothic, "나눔고딕", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

em, address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong, em, address {
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

button,
input {
  border: none;
  background: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
button:not(disabled),
input:not(disabled) {
  cursor: pointer;
}

label {
  cursor: pointer;
}

select, textarea {
  border: 0;
  outline: none;
}

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

html, body {
  height: 100%;
  min-height: 100%;
}

.blind {
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
}

.header {
  height: 52px;
  background-color: #fff;
  letter-spacing: 1px;
}
.header .inner::after {
  display: block;
  clear: both;
  content: "";
}
.header .inner {
  padding: 6px 11px 0 19px;
}
.header .logo_box {
  float: left;
  margin-top: 13px;
}
.header .logo_box .logo_dataset {
  display: none;
}
.header .logo a {
  background-image: url(/img/datasets/sp_common.png);
  background-position: 0px -45px;
  width: 127px;
  height: 13px;
  background-size: 184px 116px;
  display: block;
}
.header .btn_menu_toggle {
  background-image: url(/img/datasets/sp_common.png);
  background-position: -42.5px -76px;
  width: 40px;
  height: 40px;
  background-size: 184px 116px;
  float: right;
}
.header .btn_menu_toggle[aria-expanded=true] ~ .nav_box {
  display: block;
}

.nav_inner .btn_lang {
  display: none;
}

@media all and (min-width: 768px) {
  .header .inner {
    padding: 6px 20px 0;
  }
  .header .logo a {
    background-image: url(/img/datasets/sp_common.png);
    background-position: 0px -60.5px;
    width: 120px;
    height: 13px;
    background-size: 184px 116px;
  }
}
@media all and (max-width: 1059px) {
  .nav_box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .nav_inner {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 256px;
    height: 100%;
    padding: 17px 20px 20px 16px;
    background-color: #0578ff;
    color: #fff;
  }
  .nav_inner .logo_dataset {
    display: block;
    padding-right: 35px;
    font-size: 16px;
  }
  .nav_inner .nav_list {
    padding-top: 44px;
  }
  .nav_inner .nav_list .list_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav_inner .nav_list [class*=link] {
    display: block;
    position: relative;
    padding: 15px 30px 16px 0;
    font-size: 16px;
    font-weight: 700;
  }
  .nav_inner .nav_list [class*=link]::after {
    position: absolute;
    top: 15px;
    right: 3px;
    content: "";
  }
  .nav_inner .nav_list .link::after {
    background-image: url(/img/datasets/sp_common.png);
    background-position: -85px -76px;
    width: 20px;
    height: 20px;
    background-size: 184px 116px;
  }
  .nav_inner .nav_list .link_shortcut::after {
    background-image: url(/img/datasets/sp_common.png);
    background-position: -107.5px -76px;
    width: 20px;
    height: 20px;
    background-size: 184px 116px;
  }
  .nav_inner .btn_lang {
    display: none;
  }
  .nav_inner .lang_box {
    padding-top: 21px;
    font-size: 0;
  }
  .nav_inner .lang_box .list_item {
    display: inline-block;
    vertical-align: middle;
  }
  .nav_inner .lang_box .list_item ~ .list_item::before {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 15px 0 14px;
    background-color: rgba(255, 255, 255, 0.1);
    vertical-align: -1px;
    content: "";
  }
  .nav_inner .lang_box .list_item.on .btn {
    color: #000;
  }
  .nav_inner .lang_box .btn {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
  }
  .nav_inner .btn_close {
    position: absolute;
    top: 6px;
    right: 11px;
    background-image: url(/img/datasets/sp_common.png);
    background-position: 0px -76px;
    width: 40px;
    height: 40px;
    background-size: 184px 116px;
  }
}
@media all and (min-width: 1060px) {
  .header {
    height: auto;
    color: #000;
  }
  .header .inner {
    padding: 33px 40px;
  }
  .header .logo_box {
    margin-top: 0;
    font-size: 0;
  }
  .header .logo_box [class*=logo] {
    display: inline-block;
    vertical-align: middle;
  }
  .header .logo_box [class*=logo] ~ [class*=logo]::before {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 15px;
    background-color: rgba(0, 0, 0, 0.6);
    vertical-align: -3px;
    content: "";
  }
  .header .logo_box [class*=logo] ~ [class*=logo] a {
    display: inline-block;
    vertical-align: middle;
  }
  .header .logo_box .logo a {
    background-image: url(/img/datasets/sp_common.png);
    background-position: 0px 0px;
    width: 184px;
    height: 20px;
    background-size: 184px 116px;
  }
  .header .logo_box .logo_dataset {
    font-size: 26px;
  }
  .header .btn_menu_toggle {
    display: none;
  }
  .header .nav_box {
    float: right;
  }
  .header .nav_box .logo_dataset {
    display: none;
  }
  .header .nav_list {
    display: inline-block;
    margin-top: 8px;
    vertical-align: middle;
  }
  .header .nav_list .list_item {
    display: inline-block;
    vertical-align: middle;
  }
  .header .nav_list .list_item ~ .list_item {
    margin-left: 44px;
  }
  .header .nav_list .list_item.on [class*=link]::after, .header .nav_list .list_item:hover [class*=link]::after {
    width: 100%;
    padding: 0 2px;
  }
  .header .nav_list [class*=link] {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 2px 10px;
    font-weight: 700;
  }
  .header .nav_list [class*=link]::after {
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 0;
    height: 4px;
    padding: 0;
    background: #0078ff;
    transition: width 0.12s, padding 0.12s;
    content: " ";
    will-change: width, transition;
  }
  .header .btn_lang {
    display: inline-block;
    width: 88px;
    height: 30px;
    margin-left: 53px;
    border: 1px solid #000;
    font-family: "Roboto";
    color: #000;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
  }
  .header .btn_lang:hover {
    border-color: #0578ff;
    background-color: #0578ff;
    color: #fff;
  }
  .header .btn_close,
  .header .lang_box {
    display: none;
  }
}
.home_wrap .footer {
  position: static;
}

.home_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100vh - 52px);
  min-height: 300px;
  text-align: center;
}
.home_content .video_bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: url(/img/datasets/img_home_bg.jpg) no-repeat center;
  background-size: cover;
}
.home_content .video_box {
  display: none;
}
.home_content .text_box {
  position: relative;
  color: #fff;
}
.home_content .content_title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 40px;
}
.home_content .link_box {
  margin-top: 30px;
}
.home_content .link_box .link {
  display: block;
  width: 205px;
  margin: 0 auto;
  padding: 13px 15px 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
.home_content .link_box .link ~ .link {
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .home_content .content_title {
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 58px;
  }
  .home_content .link_box {
    margin-top: 40px;
    font-size: 0;
  }
  .home_content .link_box .link {
    display: inline-block;
    min-width: 246px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
  }
  .home_content .link_box .link ~ .link {
    margin: 0 0 0 10px;
  }
}
@media all and (min-width: 769px) {
  .home_content .video_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 52px);
    background-color: #000;
    text-align: center;
  }
  .home_content .video_box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
  }
  .home_content video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media all and (max-width: 759px) {
  .home_wrap .header .inner {
    padding-left: 15px;
  }
}
@media all and (min-width: 1060px) {
  .home_wrap .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: none;
    color: #fff;
  }
  .home_wrap .header .logo_box [class*=logo] ~ [class*=logo]::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .home_wrap .header .logo_box .logo a {
    background-image: url(/img/datasets/sp_common.png);
    background-position: 0px -22.5px;
    width: 184px;
    height: 20px;
    background-size: 184px 116px;
  }
  .home_wrap .header .btn_lang:not(:hover) {
    border-color: #fff;
    color: #fff;
  }
  .home_content,
  .home_content .video_box {
    height: 100vh;
  }
  .home_content .content_title {
    font-size: 65px;
    letter-spacing: 5px;
    line-height: 75px;
  }
  .home_content .link_box {
    margin-top: 48px;
  }
}
br {
  display: none;
}

.br_common,
.br_m {
  display: block;
}

.wrap {
  position: relative;
  min-height: 100%;
  word-break: keep-all;
}
.wrap:not(.home_wrap) {
  padding-bottom: 123px;
}

.title_box .inner,
.content .inner {
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.title_box .inner,
.content:not(.content_wide) .inner {
  max-width: 1000px;
}

.content_wide .inner {
  max-width: 1200px;
}

.title_box .inner {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
.title_box .content_title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 42px;
}
.title_box .content_desc {
  color: #222;
  line-height: 26px;
}
.title_box .link {
  color: #0578ff;
  text-decoration: underline;
}

.tab_box {
  margin-bottom: 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.tab_box .dropdown_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: 1px;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background-color: #fff;
}
.tab_box .dropdown_list .list_item ~ .list_item {
  border-top: 1px solid #e0e0e0;
}
.tab_box .dropdown_list .btn {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
}

.tab_list {
  display: flex;
  max-width: 688px;
  margin: 0 auto;
}
.tab_list .list_item {
  flex: 1;
  position: relative;
}
.tab_list .list_item[aria-selected=true] .tab {
  position: relative;
}
.tab_list .list_item[aria-selected=true] .tab::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0578ff;
  content: "";
}
.tab_list .tab {
  display: block;
  padding: 15px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  white-space: nowrap;
}
.tab_list .tab_toggle span::after {
  background-image: url(/img/datasets/sp_common.png);
  background-position: -130px -76px;
  width: 20px;
  height: 20px;
  background-size: 184px 116px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
  transform: scale(0.8);
  content: "";
}
.tab_list .tab_toggle.on span::after {
  transform: scale(0.8) rotate(-180deg);
}
.tab_list .tab_toggle.on ~ .dropdown_list {
  display: block;
}

.content .inner {
  padding-bottom: 80px;
}

.data_info_list .list_item ~ .list_item {
  margin-top: 50px;
}
.data_info_list .video_box {
  overflow: hidden;
  position: relative;
  margin: 0 -20px 20px;
  padding-top: 52.54%;
}
.data_info_list .video_box [class*=video_bg_],
.data_info_list .video_box img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.data_info_list .video_box [class*=video_bg_] {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.data_info_list .video_box .video_bg_hd {
  background-image: url(/img/datasets/img_hd.jpg);
}
.data_info_list .video_box .video_bg_localization {
  background-image: url(/img/datasets/img_localization.jpg);
}
.data_info_list .video_box .video_bg_indoor {
  background-image: url(/img/datasets/img_indoor.jpg);
}
.data_info_list .video_box .video_bg_hybrid {
  background-image: url(/img/datasets/img_hybrid.jpg);
}
.data_info_list .video_box .video_bg_comet {
  background-image: url(/img/datasets/img_comet.jpg);
}
.data_info_list video {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.data_info_list .data_title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 34px;
}
.data_info_list .data_text {
  letter-spacing: -0.09px;
  line-height: 26px;
}
.data_info_list .data_text .emphasis {
  color: #0578ff;
}
.data_info_list .link {
  display: inline-block;
  margin: 5px 0;
  color: #0578ff;
  text-decoration: underline;
  white-space: nowrap;
}

.sub_data_list {
  padding-top: 24px;
}
.sub_data_list .sub_list_item ~ .sub_list_item {
  margin-top: 24px;
}
.sub_data_list .sub_title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.sub_data_list .sub_desc {
  line-height: 26px;
}

.request_list .list_item ~ .list_item {
  margin-top: 30px;
}
.request_list .list_item:nth-child(2n+1) {
  clear: left;
}
.request_list .thumb_box {
  background-color: #f0f2f6;
}
.request_list img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.request_list .text_box {
  padding: 20px;
  background-color: #000;
  color: #fff;
}
.request_list .text_box .sub {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
}
.request_list .request_title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.request_list .link_box {
  margin-top: 10px;
}
.request_list .link_box .link {
  display: inline-block;
  position: relative;
  padding: 6px 33px 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.request_list .link_box .link::after {
  position: absolute;
  top: 11px;
  right: 12px;
  background-image: url(/img/datasets/sp_common.png);
  background-position: -129.5px -45px;
  width: 5px;
  height: 6px;
  background-size: 184px 116px;
  content: "";
}
.request_list .request_text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

@media all and (max-width: 374px) {
  [lang=ko] .data_info_list .data_text br {
    display: none;
  }
}
@media all and (min-width: 374px) and (max-width: 414px) {
  [lang=ko] .data_info_list .data_text {
    word-break: break-all;
  }
}

[lang=en] .data_info_list .data_text {
  letter-spacing: 0;
}

@media all and (max-width: 359px) {
  .tab_list .tab {
    font-size: 11px;
  }
}
@media all and (min-width: 376px) {
  .wrap:not(.home_wrap) {
    padding-bottom: 95px;
  }
}
@media all and (min-width: 415px) {
  .br_m {
    display: none;
  }
  .br_m.br_common,
  .br_m.br_ta {
    display: block;
  }
  .title_box .content_desc .br_ta {
    display: block;
  }
}
@media all and (min-width: 721px) {
  .wrap:not(.home_wrap) {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 768px) {
  .br_ta {
    display: block;
  }
  .title_box .inner {
    padding: 60px 40px 80px;
  }
  .data_info_list .text_box {
    max-width: 1000px;
    margin: 0 auto;
  }
  .data_info_list .data_text {
    letter-spacing: 0;
  }
  .tab_list .tab {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
  }
  .tab_list .tab_toggle span::after {
    margin-left: 9px;
  }
  .tab_list .dropdown_list .btn {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
  }
  .content .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .data_info_list .list_item ~ .list_item {
    margin-top: 60px;
  }
  .data_info_list .video_box {
    margin: 0 -40px 30px;
  }
  .request_list::after {
    display: block;
    clear: both;
    content: "";
  }
  .request_list {
    margin: -30px auto 0;
  }
  .request_list .list_item {
    float: left;
    width: 49.25%;
  }
  .request_list .list_item:nth-child(2) {
    margin-top: 0;
  }
  .request_list .list_item:nth-child(even) {
    margin-left: 10px;
  }
  .request_list .list_item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media all and (min-width: 769px) {
  .link_box .link {
    position: relative;
    transition: border-color 0.15s;
  }
  .link_box .link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #0078ff;
    transition: width 0.15s;
    content: "";
  }
  .link_box .link:hover {
    border-color: #0578ff;
  }
  .link_box .link:hover::before {
    width: 100%;
  }
  .link_box .link span {
    position: relative;
  }
  .request_list .text_box:hover .link_box .link {
    border-color: #0578ff;
  }
  .request_list .text_box:hover .link_box .link::before {
    width: 100%;
  }
}
@media all and (max-width: 1059px) {
  .br_min {
    display: block;
  }
}
@media all and (min-width: 1060px) {
  .br_min, .br_ta {
    display: none;
  }
  .br_pc {
    display: block;
  }
  .title_box .inner {
    padding: 80px 0 100px;
  }
  .title_box .content_title {
    font-size: 48px;
    line-height: 60px;
  }
  .title_box .content_desc {
    font-size: 18px;
    line-height: 32px;
  }
  .tab_box {
    margin-bottom: 50px;
  }
  .tab_list {
    max-width: 1000px;
  }
  .tab_list .tab {
    padding-top: 31px;
    padding-bottom: 29px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .tab_list .tab_toggle span::after {
    margin-left: 20px;
    vertical-align: -2px;
    transform: scale(1);
  }
  .tab_list .tab_toggle.on span::after {
    transform: scale(1) rotate(-180deg);
  }
  .tab_list .dropdown_list .btn {
    padding-top: 31px;
    padding-bottom: 29px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .content .inner {
    padding-bottom: 120px;
    box-sizing: content-box;
  }
  .data_info_list .list_item ~ .list_item {
    margin-top: 80px;
  }
  .data_info_list .video_box {
    padding-top: 50%;
  }
  .data_info_list .data_title {
    font-size: 32px;
    line-height: 44px;
  }
  .data_info_list .data_text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .data_info_list .link {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }
  .sub_data_list {
    padding-top: 21px;
  }
  .sub_data_list .sub_list_item ~ .sub_list_item {
    margin-top: 21px;
  }
  .sub_data_list .sub_title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 32px;
  }
  .sub_data_list .sub_desc {
    font-size: 16px;
    line-height: 28px;
  }
  .request_list {
    margin-top: -21px;
    margin-bottom: -4px;
  }
  .request_list .list_item {
    width: 48.96%;
  }
  .request_list .list_item:nth-child(even) {
    margin-left: 20px;
  }
  .request_list .text_box {
    padding: 25px 30px;
  }
  .request_list .text_box .sub {
    font-size: 18px;
    line-height: 20px;
  }
  .request_list .request_title {
    font-size: 24px;
    line-height: 30px;
  }
  .request_list .link_box {
    margin-top: 15px;
  }
  .request_list .link_box .link {
    font-size: 14px;
  }
  .request_list .request_text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  font-family: "Noto Sans KR", "AType", -apple-system, BlinkMacSystemFont, AppleSDGothicNeo, "AppleSDGothicNeo-Regular", "Malgun Gothic", "맑은고딕", NanumGothic, "나눔고딕", sans-serif;
}
.footer .inner {
  overflow: hidden;
  width: auto;
  padding: 28px 30px;
}
.footer .logo {
  float: left;
  width: 127px;
  margin-top: 4px;
  padding: 2px 0 0 0;
}
.footer .logo a {
  display: block;
  overflow: hidden;
  height: 13px;
  background: url("/img/datasets/logo_footer.png") no-repeat;
  background-size: 100%;
}
.footer .menu_list {
  float: left;
  margin: -1px 0 0 55px;
}
.footer .menu_list li {
  float: left;
  margin-left: 16px;
}
.footer .menu_list li:first-child {
  margin-left: 0;
}
.footer .menu_list a {
  display: block;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: 700;
  color: #676767;
}
.footer .copy {
  float: right;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #c7c7c7;
}
@media all and (max-width: 1024px) {
  .footer .logo {
    width: 89px;
  }
  .footer .menu_list {
    margin-left: 30px;
  }
  .footer .menu_list li {
    margin-left: 10px;
  }
}
@media all and (max-width: 810px) {
  .footer .menu_list {
    margin-left: 20px;
  }
  .footer .menu_list a {
    font-size: 12px;
  }
}
@media all and (max-width: 720px) {
  .footer .inner {
    width: 370px;
    min-width: 0;
    margin: 0 auto;
    padding: 11px 0 18px;
  }
  .footer .logo {
    display: none;
  }
  .footer .menu_list {
    float: none;
    margin: 0;
    font-size: 0;
    text-align: center;
  }
  .footer .menu_list li {
    display: inline-block;
    float: none;
    margin-left: 4px;
  }
  .footer .menu_list a {
    padding: 5px 4px;
  }
  .footer .copy {
    float: none;
    margin-top: 25px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
}
@media all and (max-width: 375px) {
  .footer .inner {
    width: 290px;
  }
  .footer .menu_list {
    margin-top: 4px;
  }
  .footer .menu_list li:first-child {
    margin-left: 15px;
  }
  .footer .menu_list li:nth-child(3) {
    margin-left: 14px;
  }
  .footer .menu_list li:nth-child(4) {
    margin-left: 1px;
  }
}