.cslayout {
  width: 1020px;
  margin: 0 auto;
  margin-top: 150px;
}

.layMiddle > .faq_tit {
  font-family: 'Pre-M';
  font-size: 25px;
  text-align: left;
  color: #000000;
  line-height: 41px;
  margin: 14px 0 32px 0;
}

.layMiddle > .faq_tit font {
  font-family: var(--font-weight-600);
  font-size: 29px;
  color: var(--primary-400);
  margin-right: 0;
  width: 100px;
  display: inline-block;
  text-align: center;
}

.layMiddle .faq_cate {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  height: 80px;
  gap: 10px;
}

.layMiddle .listCate {
  margin-bottom: 50px;
  position: relative;
  z-index: 99999999999999;
  /* width: 131px; */
}

.layMiddle .listCate a:not(:first-child) {
  display: none;
  width: 100%;
}

.layMiddle .listCate.faq,
.layMiddle .dropdown-list {
  margin-bottom: 0;
  position: relative;
  right: auto;
  /* max-width: 132px; */
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-toggle {
  position: relative;
  width: 100%;
}
.dropdown-btn {
  display: inline-block;
  width: 100%;
  padding: 10px 12px 10px 12px;
  border-radius: 8px;
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #555d6d;
  background-color: #f6f7f9;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.dropdown-btn i {
  vertical-align: middle;
}

.dropdown-menu {
  display: none;
  list-style: none;
  padding: 8px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 4px 4px 10px 0 rgba(22, 24, 29, 0.1);
  margin-top: 10px;
  min-width: 132px;
  overflow: hidden;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-menu li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 0 0 16px;
  border-radius: 4px;
  margin: 0;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.14;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background-color: var(--bg-color);
}

.dropdown-menu li a.on,
.dropdown-menu li a.active {
  border: none;
  color: #333333;
  background-color: var(--bg-color);
}

.layMiddle .listCate a > li i {
  vertical-align: middle;
}

.layMiddle .listCate li.on {
  border: 2px solid #191919;
  color: #191919;
  background-color: #ffffff;
}

.layMiddle .cs_center_box {
  display: block;
  width: 1020px;
  margin: 0 auto 80px;
}

.layMiddle .cs_center_box a {
  width: 33.33%;
  text-align: center;
  padding: 36px;
  border-radius: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.layMiddle .cs_center_box a:nth-child(1) {
  width: 60%;
  background-image: url('/storefarm/new/img/cs_bg1.png');
}

.layMiddle .cs_center_box a:nth-child(2) {
  width: 38%;
  float: right;
  background-image: url(/storefarm/new/img/cs_bg2.png);
}

.layMiddle .cs_center_box a:nth-child(3) {
  width: 100%;
  margin-top: 20px;
  background-image: url(/storefarm/new/img/cs_bg3.png);
}

.layMiddle .cs_center_box a li {
  width: 100%;
}

.layMiddle .cs_center_box a li div {
  text-align: left;
  line-height: 30px;
  color: #595959;
  font-family: var(--font-weight-600);
  font-size: 20px;
  color: #000;
}

.layMiddle .cs_center_box a li p {
  text-align: right;
  margin-top: 70px;
  font-size: 13px;
  color: #fff;
  font-family: var(--font-weight-500);
  float: right;
  padding: 12px;
  background-color: var(--gray-800);
  border-radius: 8px;
}

.layMiddle .cs_center_list {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 38px;
  width: 100%;
  position: relative;
}

.layMiddle .cs_center_list .sliding-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f6f7f9;
  border-radius: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}

.layMiddle .cs_center_list a {
  padding: 10px 12px;
  display: inline-block;
  border-radius: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.8px;
  position: relative;
  z-index: 1;
}

.layMiddle .cs_center_list a li {
  color: #999999;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.layMiddle .cs_center_list a.on {
  border-bottom: none;
  color: #222222;
  background-color: #f6f7f9;
}

.layMiddle .cs_center_list a.on li {
  color: #222222;
  /* background-color: #f1f1f1; */
}

.layMiddle .cs_center_con {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ededed;
  padding-top: 80px;
  text-align: center;
}

.layMiddle .cs_center_con > .cs_faq_list {
  margin-right: 5%;
}

.layMiddle .cs_center_con > .cs_con_list {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.layMiddle .cs_center_con > .cs_con_list li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  text-align: left;
  font-family: var(--font-weight-500);
  color: #2f2f2f;
}

.layMiddle .cs_center_con > .cs_con_list li span {
  text-align: left;
  color: #999;
  width: 100%;
  display: inline-block;
}

.layMiddle .cs_center_con > .cs_con_list li span:nth-child(1) {
  width: 100%;
  text-align: left;
  font-size: 14px;
}

.layMiddle .cs_center_con > .cs_con_list li span:nth-child(1) font {
  display: inline-block;
  background-color: var(--primary-000);
  margin-right: 10px;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
}

.layMiddle .cs_center_con > .cs_faq_list li span:nth-child(2) {
  padding: 10px;
  padding-bottom: 0;
  border-top: 1px solid #ededed;
  margin-top: 10px;
  font-size: 13px;
  display: none;
  line-height: 20px;
}

.layMiddle .cs_center_con > .cs_con_list li:hover span {
  color: #000;
}

.layMiddle .cs_center_con > .cs_con_list li:hover span:nth-child(2) i {
  background-color: #303030;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #303030 !important;
}

.layMiddle .cs_center_con > .cs_con_list a:nth-child(1) {
  display: inline-block;
  width: 100%;
}

.layMiddle .cs_center_con > .cs_con_list a:nth-child(1) li {
}

.layMiddle .cs_center_con > .cs_con_list a:nth-child(1) li span {
  text-align: right;
}

.layMiddle .cs_con_eve {
  width: 95%;
  margin: 50px auto;
}

.layMiddle .cs_con_eve a {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.layMiddle .cs_con_eve a p {
  font-family: var(--font-weight-500);
  color: #2f2f2f;
}

.layMiddle .cs_con_eve a p span {
  float: right;
  color: #999;
  font-size: 14px;
}

.layMiddle .cs_con_eve .cs_eve_list {
  display: flex;
}

.layMiddle .cs_con_eve .cs_eve_list a {
  width: 33.33%;
  overflow: hidden;
  border-radius: 10px;
}

.layMiddle .cs_con_eve .cs_eve_list a:nth-child(2) {
  margin: 0 2.5%;
}

.layMiddle .cs_con_eve .cs_eve_list a li {
}

.layMiddle .cs_con_eve .cs_eve_list a li img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.layMiddle .notice_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
}

.layMiddle .notice_list_item {
  display: block;
  width: 1020px;
  height: 64px;
  background-color: transparent;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.layMiddle .notice_list_item:hover {
  background-color: #f6f7f9;
}

.layMiddle .notice_list_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}

.layMiddle .notice_list_left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.layMiddle .notice_list_left .notice_category {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17.16px;
  color: #ff6600;
  flex-shrink: 0;
}

.layMiddle .notice_list_left .notice_title {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.8px;
  color: #555d6d;
}

.layMiddle .notice_list_right {
  display: flex;
  align-items: center;
}

.layMiddle .notice_list_right .notice_date {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.8px;
  color: #555d6d;
  text-align: right;
}

.layMiddle .notion_detial {
  border-top: 1px solid #ededed;
  margin-bottom: 100px;
}

.layMiddle .notion_detial li:nth-child(1) {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
}

.layMiddle .notion_detial li:nth-child(2) {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 30px 60px rgba(43, 43, 46, 0.08);
  border-radius: 5px;
  padding: 50px;
  margin-bottom: 50px;
}

.layMiddle .notion_detial li:nth-child(2) img {
  width: 100% !important;
}

.layMiddle .notion_detial li:nth-child(3) {
  text-align: center;
}

.layMiddle .notion_detial li:nth-child(3) a {
  border: 1px solid #303030;
  padding: 15px 0px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  font-family: 'mon_m';
  width: 140px;
  text-align: center;
  margin: 0 auto;
}

.layMiddle .listCount {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: right;
  color: #7f7f7f;
}

.layMiddle .listCount font {
  font-family: 'Pre-M';
  color: #585858;
}

.layMiddle .listItem li > div.badge_wrap .badge {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 12px;
}

.layMiddle .listItem li > div.badge_wrap .badge .new {
  background: #ffbf16;
  color: #fff;
  padding: 5px 6px;
  display: inline-block;
  border-radius: 4px;
}

.layMiddle .listItem li > div.badge_wrap .badge .hot {
  background: #e33b3b;
  color: #fff;
  padding: 5px 6px;
  display: inline-block;
  border-radius: 4px;
}

.layMiddle .listItem li > div img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.layMiddle .listItem li > div p.title .play_icon {
  border: none;
  width: 25px;
  margin: 0 auto;
}

.layMiddle .listItem li > div p.title span {
  cursor: pointer;
}

.layMiddle .listItem li > div p.title span i {
  font-size: 25px;
}

.layMiddle .listItem li > div div.infomation span {
  font-size: 14px;
  width: 33.3%;
  border-right: 1px solid #ddd;
  text-align: center;
}

.layMiddle .listItem li > div div.infomation span:last-child {
  border: none !important;
}

.layMiddle .listItem li > div div.infomation span i {
  font-size: 17px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.layMiddle .listItem li > div div.infomation span i.xi-play {
  font-size: 15px;
}

.layMiddle .listItem li > div div.infomation.info_op {
  background-color: #f8eef4;
}

.layMiddle .listItem li > div div.infomation.info_op > span > i {
  color: #d1abcf;
}

.layMiddle .listItem li > div div.infomation.info_bm {
  background-color: #fff6e7;
}

.layMiddle .listItem li > div div.infomation.info_bm > span > i {
  color: #f5a730;
}

.layMiddle .listItem li > div div.infomation.info_wm > span > i {
  color: #e096bf;
}

.layMiddle .listItem li > div div.infomation.info_le {
  background-color: #e8edff;
}

.layMiddle .listItem li > div div.infomation.info_le > span > i {
  color: #8a98cc;
}

.layMiddle .listItem li > div div.infomation.info_th {
  background-color: #f8ece7;
}

.layMiddle .listItem li > div div.infomation.info_th > span > i {
  color: #8f7b72;
}

.layMiddle .listItem li > div div.infomation.info_ev > span > i {
  color: #8cc1e4;
}

.layMiddle .listItem li > div div.btnsection a {
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 49%;
  display: inline-block;
  float: left;
  font-size: 14px;
  border: 1px solid #ededed;
  border-radius: 10px;
  text-align: center;
  padding: 12px 0;
  margin: 0;
}

.layMiddle .listItem li > div div.btnsection a:nth-child(1) {
  margin-right: 2%;
}

.layMiddle .listItem li > div div.btnsection a span {
}

.layMiddle .listItem li > div div.btnsection a span.on {
  background-color: #222;
  color: #fff;
}

/* .layMiddle .listItem li>div div.btnsection a:hover {
  background-color: var(--primary-000);
  border: 1px solid var(--primary-100);
}

.layMiddle .listItem li>div div.btnsection a:hover span {
  color: var(--primary-500);
} */
.layMiddle .movieBack {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: none;
}

.layMiddle .movieItem {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  height: 505px;
  width: 898px;
  z-index: 99999999;
  display: none;
}

.layMiddle .movieItem p {
  text-align: right;
  position: absolute;
  top: 0;
  right: -30px;
}

.layMiddle .movieItem p i {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.layMiddle .movieItem iframe {
}

.layMiddle .listContent {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto 88px;
}

.layMiddle .listContent .previewCon {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  background-color: #fafafa;
  border: 1px solid #efefef;
  transition: 25ms;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.layMiddle .listContent .previewCon li.contentThumb {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}

.layMiddle .listContent .previewCon li.contentThumb img {
  width: 100%;
  border-radius: 10px;
}

.layMiddle .listContent .previewCon li.contentBtn:first-child {
  margin: 10px 5px 0 5px;
}

.layMiddle .listContent .previewCon li.contentBtn {
  display: inline-block;
  width: calc(50% - 10px);
  float: left;
  padding: 15px 0;
  font-size: 13px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.08);
}

.layMiddle .listContent .contentItem {
  overflow-y: scroll;
  width: 800px;
}

.layMiddle .listContent .contentItem img {
  width: 100%;
}

.layMiddle .layLogin {
  width: 460px;
  text-align: center;
  padding: 90px 0px;
  border-radius: 32px;
  background-color: #fff;
  margin: 100px 0px;
  display: inline-block;
}

.layMiddle .layLogin li {
}

.layMiddle .layLogin li:nth-child(1) {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layMiddle .layLogin li:nth-child(1) img {
  width: 100%;
}

.layMiddle .layLogin li:nth-child(2) {
  color: #7a7a7a;
  font-size: 16px;
  font-family: 'SUIT-Regular';
  line-height: 25px;
  margin-top: 15px;
}

.layMiddle .layLogin li:nth-child(3) {
}

.layMiddle .layLogin li:nth-child(3) a {
  display: flex;
  justify-content: center;
}

.layMiddle .layLogin li:nth-child(3) span {
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  width: 160px;
  margin: 20px 0;
  border: 1px solid #efefef;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  color: #fff;
  background-color: #31b865;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.layMiddle .layLogin li:nth-child(3) span i {
  color: #fff;
  vertical-align: text-bottom;
  font-size: 19px;
  border-right: 2px solid #00000012;
  padding-right: 10px;
}

.layMiddle .layLogin li:nth-child(4) {
  color: #aaaaaa;
  font-size: 13px;
  font-family: 'Pre-Ã£â€¦Â£';
  line-height: 27px;
}

.listContent .ph_container {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

.listContent .ph_container .inr {
  height: 700px;
  border: 7px solid #f4f4f4;
  border-radius: 27px;
  width: 370px;
  overflow: hidden;
}

.listContent .ph_container .inr #view_wrap {
  width: 100%;
  height: 100%;
}

.faq_container {
  width: 100%;
  height: 100%;
}

.faq_container .inr {
}

.faq_item {
}

.faq_header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 12px;
  background-color: #ffffff;
  transition: all 0.2s ease;
  border-radius: 16px;
}

.faq_header:hover {
  background-color: #f6f7f9;
}

.faq_header .txt_list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq_header .txt_list .ask {
  display: none;
}

.faq_header .txt_wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

.faq_header .txt_list .txt_wrap .s_txt {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 13px;
  color: #ff6600;
  line-height: 1.32;
  margin: 0;
}

.faq_header .txt_list .txt_wrap .tit {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 15px;
  color: #555d6d;
  line-height: 1.32;
  margin: 0;
}

.faq_content {
  display: none;
  background-color: #f6f7f9;
  padding: 24px;
  text-align: left;
  margin: 15px 0 22px 0;
  border-radius: 8px;
}

.faq_content .txt {
  font-family: 'Pre-R';
  font-size: 14px;
  color: #585858;
  line-height: 23px;
}

.faq_header .arrow {
  transition: transform 0.3s;
  width: 44px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_header .arrow svg {
  width: 100%;
  height: 100%;
}

.faq_header .arrow.up svg {
  transform: rotate(180deg);
}

/* tab-title는 이제 dropdown-menu 안의 링크로 사용됨 */
.tab-title {
  cursor: pointer;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  /* border-bottom: 1px solid #e8e8e8; */
}

.layMiddle .listItem {
  display: inline-block;
}

#movieList .listItem li {
  width: 100%;
  margin-bottom: 150px;
  display: inline-block;
}

.layMiddle .listItem li > div.badge_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* gap: 5%; */
}

.layMiddle .listItem li > div.badge_wrap .itemContent {
  width: 45%;
  position: relative;
  height: 290px;
}

.layMiddle .listItem li > div.badge_wrap .itemContent p.title {
  color: var(--gray-900);
  font-family: var(--font-weight-600);
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.5px;
}

.layMiddle .listItem li > div.badge_wrap .itemContent div.infomation {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 2%;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}

.layMiddle .listItem li > div.badge_wrap .itemContent p.description {
  font-size: 12px;
  margin-bottom: 15px;
  color: var(--gray-600);
  line-height: 20px;
}

.layMiddle .listItem li > div.badge_wrap .itemContent p.top_text_detail {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.layMiddle .listItem li > div.badge_wrap .itemContent div.btnsection {
  width: 100%;
}

.layMiddle .listItem li > div.badge_wrap .itemContent div.btnsection a {
  width: 100%;
}

.layMiddle .listItem li > div.badge_wrap .itemContent div.btnsection a:nth-child(1) {
  margin-right: 0;
}

.layMiddle .listItem li.left > div.badge_wrap .itemImg {
  float: left;
  margin-right: 0%;
}

.layMiddle .listItem li.left > div.badge_wrap .itemContent {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}

.layMiddle .listItem li.right > div.badge_wrap .itemImg {
  float: right;
}

.layMiddle .listItem li.right > div.badge_wrap .itemContent {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}

.layMiddle .listItem li > div.badge_wrap .itemImg {
  width: 50%;
  position: relative;
  height: 290px;
}

.layMiddle .listItem li > div.badge_wrap .itemImg video {
  margin-bottom: 0px;
  /* box-shadow: 0 4px 12px rgba(255, 213, 192, 0.35); */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #efefef;
}

@media screen and (max-width: 1400px) {
  /* .layMiddle {
    width: 100% !important;
    padding: 10px;
  }

  .layMiddle .listContent {
    width: 100%;
  }

  .layMiddle .listContent .previewCon {
    right: 20%;
  } */
}

@media screen and (max-width: 1200px) {
  .layMiddle .listContent {
    width: 100%;
  }

  .listContent .ph_container {
    width: 1000px;
  }

  .layMiddle .listContent .previewCon {
    right: 8%;
  }

  .layMiddle .layLogin {
    width: 50%;
    margin: 10% 0;
  }
}

@media screen and (max-width: 930px) {
  .layMiddle .listItem li > div img {
    margin-bottom: 10px;
  }

  .layMiddle .listItem li > div p.title {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
  }

  .layMiddle .listItem li > div p.title span {
    position: unset;
    padding: 3px;
  }

  .layMiddle .listContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }

  .layMiddle .listContent .previewCon {
    width: 49%;
    position: unset;
    display: inline-block;
    padding: 20px;
    margin-top: 30px !important;
  }

  .listContent .ph_container .inr {
    margin: 0 auto;
    margin-top: 50px;
  }

  .layMiddle .layLogin {
    width: 90%;
    margin: 10% 0;
  }

  /* ì˜ìƒë³´ê¸° */
  .layMiddle .movieItem {
    width: 100%;
  }

  .layMiddle .movieItem iframe {
    width: 95%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .layMiddle .movieItem p {
    top: -40px;
    right: 10px;
    background-color: #333;
    padding: 6px;
    border-radius: 25px;
  }

  .layMiddle .movieItem p i {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #movieList .listItem li {
    margin-bottom: 50px;
  }

  .layMiddle .listItem li > div.badge_wrap {
    display: inline-block;
  }

  .layMiddle .listItem li > div.badge_wrap .itemImg {
    width: 100%;
    height: auto;
  }

  .layMiddle .listItem li.left > div.badge_wrap .itemContent {
    height: auto;
    padding: 0;
  }
  .layMiddle .listItem li.right > div.badge_wrap .itemContent {
    height: auto;
    padding: 0;
  }

  .layMiddle .listItem li > div.badge_wrap .itemContent {
    width: 100%;
    margin-top: 15px;
    height: auto;
  }

  .layWrap {
    width: 100% !important;
  }

  .cslayout {
    width: 100%;
    padding: 0 24px;
    margin: 84px auto 0;
  }

  .layMiddle .faq_cate {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    gap: 10px;
  }

  .layMiddle > .faq_tit {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }

  .layMiddle .cs_center_list {
    margin: 24px 0;
  }

  .layMiddle .cs_center_box {
    width: 100%;
    margin-top: 50px;
  }

  .layMiddle .cs_center_box a:nth-child(2) {
    margin: 5% 0;
  }

  .layMiddle .cs_center_box a:nth-child(3) {
    margin-top: 0px;
  }

  .layMiddle .cs_center_con > .cs_con_list {
    width: 95%;
    margin: 0;
    margin-bottom: 20%;
  }

  .layMiddle .cs_center_box a:nth-child(1),
  .layMiddle .cs_center_box a:nth-child(2),
  .layMiddle .cs_center_box a:nth-child(3) {
    width: 100%;
  }

  .layMiddle .cs_center_box a li p {
    margin-top: 30px;
  }

  .layMiddle .cs_con_eve .cs_eve_list {
    display: inline-block;
  }

  .layMiddle .cs_con_eve .cs_eve_list a {
    width: 100%;
  }

  .layMiddle .cs_con_eve .cs_eve_list a:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }

  .layMiddle .listCount {
    text-align: center;
    border: 1px solid #eee;
    padding: 20px 0px;
    width: 90%;
    margin: 15px auto;
    border-radius: 6px;
    /* margin-top: 35%; */
  }

  .layMiddle .listCount span {
    display: block;
    margin-bottom: 5px;
  }

  .layMiddle .listCate {
    margin-bottom: 0;
  }

  .layMiddle .listItem {
    flex-direction: column;
  }

  .layMiddle .listItem li {
    width: 100%;
    padding: 15px;
    float: none;
    height: auto;
    padding: 20px;
    margin-bottom: 30px;
  }

  .layMiddle .listItem li > div img {
    margin-bottom: 15px;
  }

  .layMiddle .listItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 0 auto;
  }

  .layMiddle .listItem li.itemCenter {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .layMiddle .layLogin {
    width: 90%;
    margin: 10% 0;
  }

  .faq_header {
    width: 100%;
    height: auto;
    padding: 20px 12px;
  }

  .faq_header .txt_wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq_header .txt_list {
    width: 90%;
  }

  .faq_header .txt_list .ask {
    font-size: 18px;
    width: 10%;
  }

  .faq_header .txt_list .txt_wrap .s_txt {
    margin: 0px 10px 5px 0;
  }

  .faq_header .txt_list .txt_wrap .tit {
    margin: 0;
    text-align: left;
    line-height: 20px;
  }

  .faq_content {
    padding: 15px;
    margin: 0 0px 15px 0px;
  }

  .faq_header .arrow {
    font-size: 15px;
    width: 10%;
  }

  .tab-title {
    padding: 13px 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-title.all-view {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .layMiddle .notice_list_item {
    width: 100%;
    height: auto;
    min-height: 64px;
  }

  .layMiddle .notice_list_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 12px;
  }

  .layMiddle .notice_list_left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .layMiddle .notice_list_right {
    width: 100%;
    justify-content: flex-start;
  }

  .layMiddle .notice_list_right .notice_date {
    text-align: left;
  }

  .layMiddle .notion_detial li:nth-child(2) {
    width: 95%;
    padding: 0px;
  }

  .layMiddle .notion_detial li:nth-child(2) img {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .layMiddle .listContent .previewCon {
    width: 100%;
  }

  .listContent .ph_container .inr {
    width: 100%;
  }
}

/* íŽ˜ì´ì§€ë„¤ì´ì…˜ */
.layMiddle .page {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 38px 0 80px;
}

.layMiddle .page li {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.8px;
  box-shadow: none;
}

.layMiddle .page li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  text-decoration: none;
  border-radius: 14px;
  transition: all 0.2s ease;
  background: #fff;
}

/* .layMiddle .page li:first-child a,
.layMiddle .page li:last-child a {
  background-color: #f3f4f6;
  color: #414855;
}

.layMiddle .page li:first-child a:hover,
.layMiddle .page li:last-child a:hover {
  background-color: #e6e8eb;
} */

.layMiddle .page li.page_no {
  background-color: #e6e8eb;
  color: #414855;
}

.layMiddle .page li:not(.page_no):not(:first-child):not(:last-child) a:hover {
  background-color: #f3f4f6;
  color: #414855;
}

@media screen and (max-width: 767px) {
  .layMiddle .page {
    margin: 30px 0;
    gap: 6px;
  }

  .layMiddle .page li {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
