@media screen and (max-width: 1200px) {
  @keyframes up-and-down {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-5px);
    }
  }

  @keyframes slidein {
    from {
      margin-left: 70%;
      width: 300%;
    }

    to {
      margin-left: 0%;
      width: 100%;
    }
  }

  select::-ms-expand {
    display: none;
  }

  * {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto_R';
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    position: relative;
  }

  a {
    text-decoration: none;
    color: #2f2f2f;
  }

  a:hover {
    text-decoration: none;
  }

  body {
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #b58e63;
    scrollbar-face-color: #ccc;
    scrollbar-shadow-color: #fff;
    scrollbar-darkshadow-color: white;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ccc;
    overflow-x: hidden;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
  }

  ::-webkit-scrollbar-button:start:decrement,
  ::-webkit-scrollbar-button:end:increment {
    display: none;
    height: 10px;
    background: #efefef;
  }

  ::-webkit-scrollbar-track {
    background: #efefef;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
  }

  ul,
  li {
    list-style: none;
  }

  section {
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .inner {
    display: inline-block;
    width: 100%;
    padding: 0 16px;
  }

  .header_mo_open {
    display: block;
  }

  input {
    -webkit-appearance: none;
    appearance: none;
  }

  .header_media {
    visibility: inherit;
    display: block;
  }

  .header_mo_open {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999;
    transition: 0.5s;
  }

  .header_mo_open .white {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 40px;
  }

  .header_mo_open .mo_header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .header_mo_open .white .header_mo_close {
    width: auto;
    height: auto;
  }

  .header_mo_open .white .header_mo_close i {
    font-size: 28px;
    cursor: pointer;
  }

  .header_mo_open .mo_logo_area {
    margin-bottom: 0;
  }

  .header_mo_open .mo_logo_link {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
  }

  .header_mo_open .mo_logo_link span {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #2f2f2f;
    font-size: 16px;
  }

  .header_mo_open .mo_login_section {
    margin-bottom: 20px;
  }

  .header_mo_open .mo_login_text {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 18px;
    color: #293341;
    line-height: 1.38;
  }

  .header_mo_open .mo_login_link {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
  }

  .header_mo_open .mo_login_link span {
    color: #6a7685;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
  }

  .header_mo_open .mo_login_arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .header_mo_open .mo_member_top_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
  }

  .header_mo_open .mo_top_menu_item {
    display: flex;
    align-items: center;
    width: 33.333%;
    justify-content: center;
  }

  .header_mo_open .mo_menu_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333333;
    gap: 8px;
  }

  .header_mo_open .mo_menu_icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_mo_open .mo_menu_icon svg,
  .header_mo_open .mo_menu_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .header_mo_open .mo_menu_text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
  }

  .header_mo_open .mo_top_menu_divider {
    width: 1px;
    height: 38px;
    background: #e5e5e5;
    margin: 0 12px;
  }

  .header_mo_open .mo_logout_link {
    text-align: center;
    margin-bottom: 20px;
  }

  .header_mo_open .mo_logout_link a {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    line-height: 1.4;
  }

  .header_mo_open .mo_member_info {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 17px;
    margin-bottom: 20px;
  }

  .header_mo_open .mo_menu_title {
    color: #2C3038;
    font-family: 'Pretendard';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.38;
  }

  .header_mo_open .mo_menu_item {
    color: #2C3038;
    font-family: 'Pretendard';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.54;
  }

  .header_mo_open .mo_toggle_menu {
    margin-bottom: 0;
    background: none;
  }

  .header_mo_open .mo_toggle_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
    user-select: none;
    background: none;
    margin: 32px 0;
  }

  .is_not_login .mo_toggle_menu_header {
    /* margin: 24px 0; */
    /* padding-top: 32px; */
  }


  .header_mo_open .mo_toggle_arrow {
    font-size: 24px;
    color: #2c3038;
    transition: transform 0.3s ease;
    width: 16px;
    height: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_mo_open .mo_toggle_menu_header.active .mo_toggle_arrow {
    transform: rotate(180deg);
  }

  .header_mo_open .mo_toggle_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
    display: flex;
    gap: 32px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .header_mo_open .mo_toggle_menu_list.closed {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
  }

  .header_mo_open .mo_toggle_menu_list li {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 0;
    background: none;
  }

  .header_mo_open .mo_toggle_menu_list li:last-child {
    margin-bottom: 32px;
  }

  .header_mo_open .mo_toggle_menu:first-of-type .mo_toggle_menu_list li a {
    text-decoration: none;
    padding: 0;
    background: none;
    border-radius: 0;
    display: block;
    height: 25px;
  }

  .header_mo_open .mo_group_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
    margin-bottom: 0;
    gap: 32px;
    margin: 0 0 80px;
  }

  .is_not_login .mo_group_menu {
    margin: 0 0 37px;
  }

  .header_mo_open .mo_group_menu li {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 0;
    background: none;
  }

  .header_mo_open .mo_group_menu li.mo_group_menu_title a {
    text-decoration: none;
    display: block;
  }

  .header_mo_open .mo_group_menu li:not(.mo_group_menu_title) a {
    text-decoration: none;
    padding: 0;
    background: none;
    border-radius: 0;
    display: block;
  }

  .header_mo_open .mo_group_menu li:not(.mo_group_menu_title) a:hover {
    color: #fe8f20;
  }

  .header_mo_open .mo_toggle_menu_list li a:hover {
    color: #fe8f20;
  }

  .header_mo_open .mo_menu_divider {
    height: 1px;
    background: #eff1f5;
    margin: 16px 0;
  }

  .header_mo_open .mo_bottom_menu {
    gap: 24px;
  }

  .header_mo_open .mo_bottom_menu li {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 0;
  }

  .header_mo_open .mo_bottom_menu li a {
    text-decoration: none;
    padding: 0;
    background: none;
    border-radius: 0;
    display: block;
  }

  .header_mo_open .mo_bottom_menu li a:hover {
    color: #fe8f20;
  }

  .header_mo_open .white .mo_login {
    display: block;
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 10px;
    color: #fff;
    line-height: 2.78;
    text-align: center;
    font-size: 18px;
  }

  .header_mo_open ul {
    width: 100%;
    display: inline-block;
  }

  .header_mo_open ul li {
    width: 50%;
    float: left;
    padding: 4px;
  }

  .header_mo_open ul li a {
    color: #2c3038;
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 400;
    line-height: 154%;
    display: block;
  }

  .header_mo_open ul.mo_top_menu li a {
    background: none;
    padding: 10px 5px;
    text-align: center;
  }

  .header_mo_open ul.mo_top_menu li {
    width: 33.33%;
    padding: 0;
  }

  .header_mo_open ul.mo_mid_menu li a {
    background: none;
  }

  .header_mo_open .hot_bedge {
    display: inline-block;
    padding: 2px 6px;
    background: #ff6666;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    margin-left: 2px;
  }

  .header_mo_open .free_bedge {
    display: inline-block;
    padding: 2px 6px;
    background: #36ac3b;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    margin-left: 2px;
  }

  .header_mo_open .new_bedge {
    display: inline-block;
    padding: 2px 6px;
    background: #f6d049;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    margin-left: 2px;
  }

  .header_mo_open ul li a img {
    display: block;
    height: 30px;
    margin: 0 0 10px 0;
    width: auto;
  }

  .header_mo_open ul li a span {
    vertical-align: text-top;
  }

  .header_mo_open ul li a p:nth-of-type(1) {
    font-size: 20px;
    font-family: 'Noto_B';
    color: #000;
  }

  .header_mo_open ul li a p:nth-of-type(1) font {
    color: #fbaf63;
    font-size: 14px !important;
    font-family: 'Noto_B';
  }

  .header_mo_open ul li a p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.625;
    margin: 10px 0 0 0;
    color: #000;
  }

  .header_mo_open .mo_top_menu li {
    width: 33.33%;
    float: left;
  }

  .header_mo_open .mo_top_menu i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 4px;
  }

  /* mo 마이페이지 메뉴 */
  /* .header_mypage_mo {position: fixed; top: 0; right: 0%; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 11; transition: 0.5s;}
    .header_mypage_mo .white {position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: #fff; padding: 40px; }
    .header_mypage_mo .white .header_mo_close {width: 40px; height: 50px; width: 100%;}
    .header_mypage_mo .white .header_mo_close i {font-size: 30px; float: right;}
     */
  .header_mypage_mo {
    display: block;
  }

  .top_bar {
    height: 60px;
    background-color: #ededed;
    line-height: 60px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
  }

  .top_bar p {
    color: #333 !important;
  }

  .xi-bars {
    font-size: 13px;
    font-weight: 100;
    color: #565656;
  }

  .xi-new {
    border-radius: 2em;
    animation: none;
    color: #e59c4e;
    font-size: 19px;
    vertical-align: initial;
    margin-left: 2px;
  }

  .top_menu a {
    font-size: 13px;
    color: #2e2e2e;
  }

  .top_menu_wrap .menu_right_c {
    list-style: none;
    line-height: 60px;
    float: right;
  }

  .top_menu_wrap .menu_right_c li {
    float: left;
    margin-left: 34px;
    position: relative;
  }

  .site_select {
    width: 133px;
    padding: 0.4em 0.5em;
    font-family: inherit;
    background: url(https://farm1.staticflickr.com/379/19928272501_4ef877c265_t.jpg) no-repeat 95%
      50%;
    background-size: 18px;
    border-radius: 3px;
    color: #3e3e3e;
    text-indent: 10px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
  }

  .top_menu_wrap {
    padding-top: 136px;
  }

  .top_menu_wrap .top_menu .right_menu {
    margin-left: 30px;
    position: relative;
  }

  .top_menu_wrap .top_menu .right_menu a {
    color: #6f6f6f;
  }

  .top_menu_wrap .top_menu {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    list-style: none;
    line-height: 60px;
  }

  .top_menu_wrap #fixed {
    height: 60px;
    width: 100%;
    background: #fff;
  }

  .top_menu_wrap .top_menu #all_view_block {
    cursor: pointer;
    font-size: 13px;
    color: #2e2e2e;
    margin-right: 3px;
  }

  .top_menu_wrap .top_menu #all_view_block > img {
    height: 40px;
  }

  .top_menu_wrap .top_menu > li {
    float: left;
    margin-left: 34px;
    position: relative;
  }

  .top_menu_wrap .top_menu > li:hover ul {
    display: inline-block;
  }

  .top_menu_wrap .top_menu > li ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 476px;
    z-index: 999999999999;
    background-color: #fff;
    display: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
  }

  .top_menu_wrap .top_menu > li ul li {
    display: inline-block;
    line-height: initial;
  }

  .top_menu_wrap .top_menu > li ul li:nth-child(1) {
    width: 110px;
    float: left;
  }

  .top_menu_wrap .top_menu > li ul li:nth-child(1) p {
    line-height: initial;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .top_menu_wrap .top_menu > li ul li:nth-child(2) {
    width: 360px;
    float: right;
    line-height: initial;
  }

  .top_menu_wrap .top_menu > li ul li:nth-child(2) img {
    display: inline-block;
  }

  .top_menu_wrap .top_menu > a > li > img {
    height: 40px;
  }

  .header_fixed {
    width: 100%;
    position: fixed;
    margin-top: 60px;
    z-index: 999999;
    background: #ffffff;
    transition: margin-top 0.5s;
    border: none !important;
    text-align: center;
  }

  .header_fixed header {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
  }

  .header_fixed header img {
    padding-top: 10px;
    transition: width 1s;
    vertical-align: middle;
  }

  .header_fixed header span {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }

  .header_fixed header ul {
    list-style: none;
    float: right;
    margin-top: 30px;
    -webkit-transition: margin 1s;
    transition: margin 1s;
  }

  .header_fixed header ul li {
    float: left;
    padding-top: 20px;
    margin: 0px 0px 0px 20px;
    color: #848484;
  }

  .header_fixed header .event_icon {
    padding-top: 0px;
    vertical-align: middle;
  }

  /* 헤더관련 */
  .header_fixed h1 {
    width: 140px;
    display: block;
    float: left;
    padding: 30px 0;
  }

  .header_fixed h1 img {
    width: 120px !important;
  }

  .header_fixed ul li {
    display: inline-block;
  }

  .header_fixed ul.gnb {
    width: calc(100% - 248px);
    float: left;
    text-align: center;
    padding: 26px 0;
  }

  .header_fixed ul.gnb li {
    display: inline-block;
  }

  .header_fixed ul.gnb li a {
    display: inline-block;
    padding: 0 12px;
    color: #555;
    font-family: 'Noto_R';
  }

  .header_fixed ul.gnb li a:hover {
    color: #000;
  }

  .header_fixed ul.snb {
    width: 108px;
    float: left;
    padding: 26px 0;
  }

  .header_fixed ul.snb li a {
    width: 36px;
    height: 36px;
    padding: 5px;
    opacity: 0.7;
  }

  .header_fixed ul.snb li a img {
    vertical-align: middle;
  }

  .header_fixed ul.snb li a:hover {
    opacity: 1;
  }

  .custom_menu {
    position: relative;
  }

  .custom_menu li {
    width: 100%;
    margin: 0 !important;
    text-align: center;
    padding: 10px 0px;
  }

  .custom_menu a {
    cursor: pointer;
    color: #848484;
  }

  .custom_menu .hide {
    display: none;
    position: absolute;
    width: 130px;
    background: #ffffff;
    margin-top: 0;
    border: 1px solid #eee;
    left: -40px;
  }

  .top_menu > img {
    position: absolute;
    left: 30%;
    top: 8px;
  }

  .slide_wrap {
    width: max-content;
    padding-left: 40px;
  }

  .side_img {
    background-color: #fff;
    position: fixed;
    bottom: -5%;
    left: 50%;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 9999;
    width: 90%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    border: 1px solid #ededed;
  }

  .side_img_box {
    width: 100%;
    z-index: 99999;
    height: auto;
  }

  .side_img .side_img_box a img {
    width: 100%;
    height: auto;
  }

  .close_wrap_sdimg {
    position: inherit;
  }

  .sideig {
    position: fixed;
    right: 60px;
    bottom: 180px;
    font-size: 25px;
    cursor: pointer;
    opacity: 0;
    transition: 2s;
    z-index: 9999;
    font-size: 24px;
  }

  .banner_pc {
    display: none;
  }

  .banner_mo {
    display: block;
  }

  #check {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .side_img_wrap > input[type='checkbox'] {
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  #chkday {
    margin-right: 10px;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    background-size: contain;
  }




  .nottdy {
    font-size: 14px;
  }

  footer .top .left {
    width: 100%;
  }

  footer .top .center {
    width: 100%;
    padding: 10px 0;
  }

  footer .top .center p {
    margin: 0;
  }

  footer .top .right {
    width: 400px;
    margin: 20px auto 10px;
  }

  footer .top .inner > div {
    text-align: center;
    float: inherit;
  }

  footer .f_bottom .inner > div {
    width: 100%;
    text-align: center;
  }

  footer .f_bottom .right select {
    width: 300px;
    margin: 20px 0 0 0;
  }

  footer .f_bottom .right .sns_wrap {
    text-align: center;
  }

  footer .f_bottom .right .sns_wrap li {
    float: inherit;
    margin-right: 10px;
  }

  footer .f_bottom .right .sns_wrap li:last-of-type {
    margin-right: 0;
  }

  footer .f_bottom .right .sns_wrap a {
    margin: 0;
  }

  footer .f_bottom .left .toss {
    width: 600px;
  }

  footer .f_bottom .left .toss i {
    left: 530px;
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header_fixed {
    display: none !important;
  }

  .all_view {
    display: none;
  }

  .index_pop {
    width: 60% !important;
  }

  .header_mo_open .white .header_mo_close i {
    font-size: 22px;
  }

  .header_mo_open .white {
    width: 100%;
    padding: 20px 20px 100px 20px;
    overflow-y: scroll;
  }

  .header_mo_open ul {
    display: flex;
    flex-wrap: wrap;
  }

  .header_mo_open ul li a img {
    height: 20px;
  }

  .header_mo_open ul li a p:nth-of-type(1) {
    font-size: 14px;
  }

  .header_mo_open ul li a p:nth-of-type(2) {
    font-size: 12px;
    line-height: 1.67;
  }

  .header_mo_open ul.mo_mid_menu li:nth-of-type(7),
  .header_mo_open ul.mo_mid_menu li:nth-of-type(8),
  .header_mo_open ul.mo_mid_menu li:nth-of-type(9),
  .header_mo_open ul.mo_mid_menu li:nth-of-type(10) {
    width: 50%;
  }

  .header_mo_open ul.mo_mid_menu li:nth-of-type(11) {
    width: 100%;
  }

  .header_mo_open .white .mo_login {
    font-size: 16px;
  }

  .header_mo_open .mo_top_menu i {
    font-size: 16px;
  }


  .header_mo_open .mo_toggle_menu_list li a:hover,
  .header_mo_open .mo_group_menu li:not(.mo_group_menu_title) a:hover,
  .header_mo_open .mo_bottom_menu li a:hover {
    color: #2c3038;
  }

  /* ===== 모바일 메뉴 NEW 배지 (여기부터) ===== */
  .header_mo_open .mo_group_menu li a.mo_menu_title {
    display: inline-flex !important;   /* ★ 필수 — 배지를 같은 줄에 세움 */
    align-items: center;
    white-space: nowrap;
  }

  .header_mo_open .mo-nav-new {
    position: relative !important;     /* ★ 필수 — 없으면 링이 메뉴 전체로 퍼짐 */
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #ff8a00;
    color: #fff !important;
    font-family: 'Pretendard' !important;
    font-size: 10px !important;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    overflow: hidden;                  /* 샤인이 배지 밖으로 안 나가게 */
  }

  .header_mo_open .mo-nav-new::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
    animation: nav-new-shine 2.2s ease-in-out infinite;   /* PC와 같은 keyframes 재사용 */
  }

  @media (prefers-reduced-motion: reduce) {
    .header_mo_open .mo-nav-new::after { animation: none; opacity: 0; }
  }
  /* ===== 모바일 메뉴 NEW 배지 (여기까지) ===== */

  .xi-new {
    vertical-align: text-bottom;
  }

  .sideig {
    position: fixed;
    right: 20px;
    bottom: 110px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    transition: 2s;
  }

  #check {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .side_img_wrap > input[type='checkbox'] {
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  #chkday {
    margin-right: 10px;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    background-size: contain;
    z-index: 999;
    border: 1px solid #ededed;
  }

  .nottdy {
    font-size: 12px;
  }

  footer .top {
    padding: 20px 0;
  }

  footer .top .right {
    width: 100%;
  }

  footer .top .left p:nth-of-type(2) {
    font-size: 26px;
  }

  footer .top .center p {
    font-size: 12px;
    line-height: 1.67;
  }

  footer .f_bottom .left img {
    width: 100px;
  }

  footer .f_bottom .left ul li {
    font-size: 11px;
  }

  footer .f_bottom .right select {
    width: 240px;
  }

  footer .f_bottom .left .toss {
    width: 100%;
    left: 50%;
    translate: -50%;
  }

  footer .f_bottom .left .toss i {
    left: 290px;
  }

  .wrap .list_black {
    padding-top: initial;
  }

  .wrap .list_black .list_black_iframe {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-top: initial;
    top: 36%;
  }

  .review_write_wrap .note-editor.note-frame {
    width: 100%;
  }
}
