@import url('../css/reset.css');
header {
  border-bottom: 1px solid #F6EEFB;
}
header .head {
  width: 1280px;
  height: 60px;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head_l {
  display: flex;
  align-items: center;
}
header .head .head_l .logo_pc {
  width: 180px;
  height: 60px;
  margin-right: 8px;
}
header .head .head_l ul {
  display: flex;
  align-items: center;
}
header .head .head_l ul li {
  margin-right: 24px;
  font-family: s;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  position: relative;
}
header .head .head_l ul li .c_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 12px;
  background: #ffffff;
  display: none;
  flex-direction: column;
}
header .head .head_l ul li .c_box a {
  color: #333333;
  white-space: nowrap;
}
header .head .head_l ul li .c_box a:hover {
  text-decoration: underline;
}
header .head .head_l ul li:hover .c_box {
  display: flex;
}
header .head .head_l ul li:last-child {
  margin-right: 0;
}
header .head .head_r {
  width: 276px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
}
header .head .head_r input {
  border: none;
  width: calc(100% - 40px);
  text-indent: 1em;
}
header .head .head_r img {
  width: 32px;
  height: 32px;
}
header .m_head {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  padding: 0 12px;
}
header .m_head .list,
header .m_head .m_search {
  width: 28px;
  height: 28px;
}
header .m_head .m_logo {
  width: 160px;
  height: 53px;
}
header .list_box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 0px 0px;
  z-index: 3;
  position: fixed;
  top: 0;
  left: -100%;
}
header .list_box .list_c {
  width: 214px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 0 0 16px;
  overflow: scroll;
}
header .list_box .list_c .cha {
  width: 28px;
  height: 28px;
  margin-bottom: 11px;
}
header .list_box .list_c ul li {
  padding: 17px 0 10px;
  border-bottom: 1px solid #eee;
}
header .list_box .list_c ul li span {
  font-family: s;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
header .list_box .list_c ul li .m_c_box {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
}
header .list_box .list_c ul li .m_c_box a {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}
header .search_box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 0px 0px;
  padding: 60px 16px;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 2;
}
header .search_box .search_c {
  width: 100%;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px #EDEDED;
  border-radius: 8px 8px 8px 8px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .search_box .search_c input {
  width: calc(100% - 38px);
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  border: none;
}
header .search_box .search_c img {
  width: 28px;
  height: 28px;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
}
footer .foot {
  border-top: 1px solid #F6EEFB;
}
footer .foot .foot_top {
  width: 1280px;
  padding: 30px 30px 0;
  margin: 0 auto 24px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
footer .foot .foot_top nav {
  display: flex;
  flex-direction: column;
}
footer .foot .foot_top nav h3 {
  font-family: s;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
}
footer .foot .foot_top nav a {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}
footer .foot .foot_top nav a:hover {
  text-decoration: underline;
}
footer .foot .foot_btm {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 30px;
}
footer .foot .foot_btm .logo_pc {
  width: 180px;
  height: 60px;
}
footer .foot .foot_btm div {
  display: flex;
  align-items: center;
}
footer .foot .foot_btm div a {
  margin-right: 24px;
}
footer .foot .foot_btm div a img {
  width: 28px;
  height: 28px;
}
footer .foot .foot_btm div a:last-child {
  margin-right: 0;
}
footer .m_foot {
  display: none;
  align-items: center;
  flex-direction: column;
}
footer .m_foot img {
  width: 160px;
  height: 53px;
}
footer .m_foot ul li {
  text-align: center;
  margin-bottom: 8px;
}
footer .m_foot ul li a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.ting {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    display: none;
  }
  footer .m_foot {
    display: flex;
    padding-bottom: 24px;
  }
  footer .m_foot ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    display: none;
  }
  footer .m_foot {
    display: flex;
    padding-bottom: 24px;
  }
  footer .m_foot ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    display: none;
  }
  footer .m_foot {
    display: flex;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    display: none;
  }
  footer .m_foot {
    display: flex;
  }
}
