@media screen and (max-width:1200px) {
  .site-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    list-style: none;
  }

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

  a:hover {
    text-decoration: none;
  }

  /* a img {  border: 0px; width: 100%} */
  /* .wrap { width: 100%; margin-top: 86px;} */
  .header_fixed sub a img {
    display: none !important;
  }

  .header_media {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #dddddd;
  }

  .header_media img {
    display: inline-block;
    vertical-align: middle;
  }

  .header_media a img {
    width: 30px;
    float: left;
    margin-right: 5px;
  }

  .header_media .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }

  .header_media h1 {
    margin: 0;
    padding: 0;
  }

  .header_media h1 a {
    display: flex;
    align-items: center;
  }

  .header_media h1 span {
    font-family: 'Noto_b';
  }

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

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

  .header_media .right_cont {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .header_media .mo_login_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 36px;
    background: #f6f7f9;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #222222;
    text-decoration: none;
    line-height: 17.16px;
  }

  .header_media .open_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
  }

  .header_media .open_menu svg {
    width: 18px;
    height: 18px;
  }

  /*오프닝*/
  .opening {
    padding: 70px 0;
  }

  .opening .inr {
    flex-direction: column;
    padding: 0 20px;
  }

  .opening .inr>.lf {
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .opening .inr>.lf>.txt_box {
    text-align: left;
  }

  .opening .inr>.lf>.txt_box .s_txt>ul>li {
    display: inline-block;
    font-size: 15px;
    color: #303030;
    line-height: 23px;
    margin: 0 5px 0 0;
  }

  .opening .inr>.lf>.txt_box>.tit {
    font-family: 'mon_B';
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .opening .inr>.rg {
    width: 100%;
    display: flex;
  }

  .opening .inr>.rg>.frm_box1 {
    width: 63%;
    height: auto;
    aspect-ratio: 145 / 136;
    background-image: url('https://feelmaker.co.kr/img/opening/op_main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 15px 0 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .opening .inr>.rg>.frm_box1>.txt_box {
    margin: 50px 0 0 0;
    text-align: center;
    width: 100%;
  }

  .opening .inr>.rg>.frm_box1>.txt_box .txt {
    font-family: 'Noto_R';
    font-size: 18px;
    color: #000000;
    margin: 0 0 12px 0;
  }

  .opening .inr>.rg>.frm_box1>.txt_box .txt .stl {
    font-family: 'Noto_B';
    font-size: 18px;
  }

  .opening .inr>.rg>.frm_box1>.txt_box .s_txt {
    font-family: 'Noto_L';
    font-size: 16px;
    color: #000000;
  }

  .opening .inr>.rg>.frm_box2 {
    width: 37%;
    height: auto;
  }

  .opening .inr>.lf>.txt_box .s_txt>ul br {
    display: none;
  }

  .opening .inr>.rg>.frm_box2 {
    display: flex;
    flex-direction: column;
  }

  .opening .inr>.rg>.frm_box2 .img_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    height: 100%;
    margin: 0 0 13px 0;
    aspect-ratio: 30 / 23;
  }

  .opening .inr>.rg>.frm_box2 .img_box:last-child {
    margin: 0;
  }

  .opening .inr>.rg>.frm_box2 .img_box:hover:after,
  .opening .inr>.rg>.frm_box2 .img_box:hover .txt_box {
    display: block;
  }

  .opening .inr>.rg>.frm_box2 .img_box::after,
  .opening .inr>.rg>.frm_box2 .img_box .txt_box {
    display: none;
  }

  .opening .inr>.rg>.frm_box2 .img_box .txt_box .txt {
    font-family: 'Noto_M';
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px 0;
  }

  .opening .inr>.rg>.frm_box2 .img_box .txt_box .btn {
    font-family: 'Noto_M';
    color: #fff;
    font-size: 13px;
    border: 1px solid #ffffff;
    line-height: 33px;
    width: 128px;
    margin: 0 auto;
  }

  .opening .inr>.rg>.frm_box2 .img_box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .opening .inr>.rg>.frm_box2 .img_box:hover img {
    transform: scale(1.2);
    transition: 1s;
  }

  .opening .inr>.rg>.frm_box2 .img_box:hover .txt_box {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .opening .inr>.rg>.frm_box2 .img_box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .opening .inr>.lf>.btn {
    padding: 0px 108px 0 25px;
    height: 45px;
    background-color: #303030;
    text-align: center;
    line-height: 45px;
    width: fit-content;
    cursor: pointer;
    border: 0;
    position: relative;
  }

  .opening .inr>.lf>.btn .txt {
    color: #fff;
  }

  .opening .inr>.lf>.btn .txt i {
    color: #ffffff;
    position: absolute;
    right: 30px;
    transform: translateY(-50%);
    top: 50%;
  }

  /* 메인슬라이드 */
  #visual {
    margin: 20px 0 0 0;
  }

  #visual .swiper {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 2rem;
    overflow: hidden;
  }

  #visual .swiper .swiper-slide {
    position: relative;
  }

  #visual .swiper img {
    display: block;
    width: 100%;
    border-radius: 20px;
  }

  #visual .swiper img.pc {
    display: none;
  }

  #visual .swiper img.mo {
    display: block;
    width: 84%;
    margin: 0 auto;
  }

  #visual .swiper img.mo.move {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: blink 3s linear infinite;
  }

  @keyframes blink {
    0% {
      opacity: .3;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: .3;
    }
  }

  #visual .swiper .swiper-wrapper {
    height: auto;
  }

  #visual .swiper .swiper-pagination-bullet-active {
    background: #fff;
  }

  #visual .swiper-button-next {
    display: none;
  }

  #visual .swiper-button-prev {
    display: none;
  }

  /* 중간메뉴 */
  #main_mid_menu {
    padding: 50px 0;
  }

  #main_mid_menu .over {
    overflow-x: scroll;
    width: 100%;
    height: auto;
    padding-left: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #main_mid_menu .over.dev {}

  #main_mid_menu .over::-webkit-scrollbar {
    display: none;
  }

  #main_mid_menu h2 {
    font-family: 'mon_B';
    font-size: 20px;
    margin-bottom: 20px;
  }

  #main_mid_menu ul {
    width: max-content;
  }

  #main_mid_menu ul li {
    width: 128px;
    float: left;
    text-align: center;
    padding: 20px;
  }

  #main_mid_menu ul li img {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }

  /*dev-jinsu*/
  #main_mid_menu .dev ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }

  #main_mid_menu .dev ul li img {
    display: inline-block;
    margin-bottom: 10px;
    /* height: 9%; */
  }

  /*dev-jinsu*/
  #main_mid_menu ul li a {
    position: relative;
    display: inline-block;
  }

  #main_mid_menu ul li a span.em {
    position: absolute;
    top: -8px;
    left: -8px;
    font-family: 'mon_m';
    font-size: 10px;
    background-color: #303030;
    border-radius: 8px;
    padding: 5px;
    color: #fff;
  }

  #main_mid_menu ul li.all_view_block {
    display: none;
  }

  #main_mid_menu ul li {
    position: relative;
  }

  #main_mid_menu ul li i.new_mo {
    position: absolute;
    top: -8px;
    right: 0;
    color: #e59c4e;
    font-size: 23px;
  }

  .content ._con {
    width: 100%;
    text-align: center;
  }

  .content .top {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
  }

  .content .notice_all {
    width: 100%;
    border-top: 1px solid #ececec;
    margin-top: 1px;
  }

  .content .notice_con {
    width: 100%;
    height: 54px;
    list-style: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .content .notice_con li {
    float: left;
  }

  .content .notice_con .notice_sub {
    color: #303030;
    letter-spacing: 0.8px;
    padding-left: 16px;
    font-size: 13px;
    border-right: 1px solid #ccc;
    height: 15px;
    line-height: 15px;
    font-family: 'mon_B';
    width: 15%;
    text-align: left;
  }

  .content .notice_con .notice_contents {
    width: 75%;
    height: 40px;
    position: relative;
  }

  .content .notice_con .notice_contents ul {
    list-style: none;
  }

  .content .notice_con .notice_contents ul li {
    height: 40px;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
  }

  .content .notice_con .notice_tip {
    display: none;
  }

  .content .notice_con .notice_knowhow {
    width: 184px;
    height: 40px;
    margin: 7px 0px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #ddd;
  }

  .content .notice_con .notice_knowhow .rotate {
    width: 5%;
    padding-left: 1px;
  }

  .content .middle .middle_list {
    list-style: none;
    width: 100%;
    margin: 1px auto;
    background: #f2f3f7;
  }

  .content .middle .middle_list .middle_list_title {
    font-size: 22px;
    padding: 60px 0px 30px 0px;
    font-family: 'noto_b';
    margin-top: -1px;
  }

  .content .middle .middle_list .middle_list_title>font {
    letter-spacing: 3px;
    font-size: 12px;
    color: #494949;
  }

  .content .middle .middle_list li>.bx-wrapper>.bx-viewport {
    height: 305px !important;
    background: #f2f3f7;
  }

  .content .middle .middle_list li>.bx-wrapper>.bx-controls {
    position: absolute;
    top: 26%;
    width: 100%;
  }

  .content .middle .middle_list li>.bx-wrapper>.bx-controls .bx-controls-direction {
    width: 100%;
  }

  .content .middle .middle_list li .customer_make_bx {
    list-style: none;
  }

  .content .middle .middle_list li .customer_make_bx li {
    width: 350px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s;
  }

  .content .middle .middle_list li .customer_make_bx li:hover {
    transform: translateY(-10px);
  }

  .content .middle .middle_list li .customer_make_bx li p {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
    margin-top: 10px;
  }

  .content .middle .middle_list li .customer_make_bx li p .customer_movie_img {
    cursor: pointer;
    border-radius: 13px;
  }

  .content .middle .middle_list li .customer_make_bx li .customer_make_link {
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 0;
    border: 1px solid #eee;
    background: #fff;
    margin-top: 15px;
    font-size: 12px;
    width: 110px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 20px;
  }

  .content .middle .middle_list li .customer_make_link:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .content .middle .middle_list li .customer_make_like {
    display: none !important;
  }

  .content .middle .middle_list li .customer_make_like i {
    cursor: pointer;
    font-size: 13px;
    color: #e44645;
  }

  .content .middle .middle_list .middle_list_left {
    width: 1200px;
    display: inline-block;
    position: relative;
    top: -140px;
  }

  .content .middle .middle_list .middle_list_left h2 {
    margin-top: 52px;
  }

  .content .middle .middle_list .middle_list_left ul {
    position: relative;
    list-style: none;
    width: 1200px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #eee;
  }

  .content .middle .middle_list .middle_list_left ul li {
    width: 226px;
    height: 22px;
    cursor: pointer;
    padding: 14.5px 6px;
    color: #3f3f3f;
    float: left;
    text-align: center;
    font-size: 12px;
  }

  .content .middle .middle_list .middle_list_left ul li:last-child {
    position: absolute;
    top: 13px;
    left: 208px;
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 21px;
    border-radius: 3px;
    text-align: center;
  }

  .content .middle .middle_list .middle_list_left ul li:last-child a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
  }

  .content .middle .middle_list .middle_list_right {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: -130px;
    margin-bottom: -100px;
  }

  .content .middle .middle_list .middle_list_right .middle_list_con_wrap {
    list-style: none;
    display: inline-block;
    width: 1200px;
  }

  .content .middle .middle_list .middle_list_right .middle_list_con_wrap .middle_list_con {
    float: left;
    width: 290px;
    height: 348px;
    margin-bottom: 30px;
    padding: 5px;
  }

  .content .middle .middle_list .middle_list_con_wrap .center_con {
    margin: 0 30px;
  }

  .content .middle .middle_list .middle_list_con_wrap .middle_list_con .middle_con_img {
    border-bottom: 1px solid #ddd;
    height: 213px;
  }

  .content .middle .middle_list .middle_list_con_wrap .middle_list_con .middle_con_img>img {
    width: 100%;
    height: 213px;
  }

  .content .middle .middle_list .middle_list_con .middle_con_name {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #565656;
    font-family: 'noto_m';
  }

  .content .middle .middle_list .middle_list_con .middle_con_tag {
    text-align: center;
    margin: 15px auto;
    color: #afafaf;
    width: 300px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
  }

  .content .middle .middle_list .middle_list_con .middle_con_price {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: #565656;
    font-family: 'noto_m';
  }

  .content .middle .middle_list .middle_list_con .more_btn {
    text-align: center;
    padding: 97px 0px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .content .middle .middle_list .middle_list_con .more_text {
    text-align: center;
    color: #7d7d7d;
    padding: 40px 0px;
  }

  .content .middle .middle_list .middle_list_con .more_text1 {
    background-image: url(https://feelmaker.co.kr/img/more1.jpg)
  }

  .content .middle .middle_list .middle_list_con .more_text2 {
    background-image: url(https://feelmaker.co.kr/img/more2.jpg)
  }

  .content .middle .middle_list .middle_list_con .more_text3 {
    background-image: url(https://feelmaker.co.kr/img/more3.jpg)
  }

  .content .middle .middle_list .middle_list_con .more_text4 {
    background-image: url(https://feelmaker.co.kr/img/more4.jpg)
  }

  .content .middle .movie_info {
    width: 100%;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 100px 0px;
  }

  .content .middle .movie_info .movie_info_wrap {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
  }

  .content .middle .movie_info .movie_info_wrap .movie_info_left {
    float: left;
    width: 60%;
    height: 405px;
  }

  .content .middle .movie_info .movie_info_wrap .movie_info_right {
    float: right;
    width: 35%;
  }

  .content .middle .movie_info .middle_movie_bx {
    list-style: none;
    float: left
  }

  .content .middle .movie_info .middle_movie_bx>li {
    background-color: #f1f1f1;
  }

  .content .middle .movie_info .middle_movie_bx>li .middle_movie_text {
    position: absolute;
    bottom: 0px;
    font-size: 25px;
    border-bottom: 4px solid #2f2f2f;
    padding-bottom: 50px;
    text-align: left;
  }

  .content .middle .movie_info .middle_movie_bx>li .middle_movie_text font {
    font-size: 15px;
  }

  .content .middle .movie_info .middle_movie_bx>li .middle_movie_more {
    position: absolute;
    bottom: 116px;
    font-size: 12px;
    border: 1px solid #2f2f2f;
    right: 10px;
    padding: 5px 22px;
    text-align: center;
  }

  .content .middle .movie_info .movie_info_wrap .middle_movie_title {
    float: right;
    margin-right: 10px;
  }

  .content .middle .middle_list_bottom {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .content .middle .middle_list_bottom>p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 385px;
    margin: 0px auto;
  }

  .content .middle .middle_list_bottom>iframe {
    width: 100%;
    height: 240px;
    padding: 10px 0px 0px;
  }

  .review_renew {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'noto_m';
  }

  .content .bottom {
    height: 675px;
    background-color: #2f2f2f;
  }

  .banner-list li:hover {
    filter: alpha(opacity=50);
    opacity: 0.4;
    -moz-opacity: 0.9;
  }

  .banner-list {
    overflow: hidden;
    margin-bottom: 80px;
    width: 100%;
  }

  .banner-list li {
    float: left;
    margin-left: 15px;
  }

  .banner-list li:first-child {
    margin-left: 0;
  }

  .viral-movie {
    overflow: hidden;
    width: 100%;
    background-image: url(https://feelmaker.co.kr/img/top_3.jpg);
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    /* background-color: #fff; */
  }

  .viral-movie p {
    text-align: center;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .viral-movie p img {
    width: 100px;
    margin: 165px 0px;
  }

  .list_black {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    display: none;
  }

  .list_black .list_black_iframe {
    height: 505px;
    position: relative;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -282.5px;
    text-align: center;
  }

  .list_black .list_black_iframe img#list_view_close {
    width: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
  }

  .list_black .list_black_iframe img#list_view_close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
  }

  .list_black .list_black_iframe img.eve_instargram {
    width: 70%;
  }

  .list_black .list_black_iframe img.eve_instargram:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  .top_font {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    width: 75px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding: 8px 10px;
    margin-left: 15px;
    font-family: 'noto_m';
  }

  .top_font:hover {
    background-color: #fff;
    color: #2f2f2f;
    border-radius: 5px;
    width: 75px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding: 8px 10px;
    margin-left: 15px;
    font-family: 'noto_m';
  }

  #loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.95;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
  }

  #loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    z-index: 9999;
    margin-left: -32px;
  }

  .loading_p {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -40px;
    z-index: 9999;
    margin-left: -35px;
    color: #2f2f2f;
  }

  .mobile_cs {
    display: none;
  }

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

  .make_movie h2 {
    font-size: 20px;
    font-family: 'mon_B';
    margin-bottom: 10px;
    color: #000;
  }

  .make_movie p {
    color: #000;
  }

  #more_movie {
    display: none;
  }

  #best_video {
    padding: 50px 0;
  }

  #best_video h2 {
    font-size: 20px;
    font-family: 'mon_B';
    margin-bottom: 10px;
  }

  #best_video .menu {
    text-align: center;
    margin: 40px 0 20px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #best_video .menu::-webkit-scrollbar {
    display: none;
  }

  #best_video .menu li {
    display: inline-block;
    cursor: pointer;
  }

  #best_video .menu li .wrap {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 30px;
    background: #fafafa;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
  }

  #best_video .menu li.bx_btn_active .wrap {
    border: 1px solid #a8a8a8;
    background: #fff;
  }

  #best_video .middle_list_con_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #best_video .middle_list_con {
    width: 50%;
    float: left;
    padding: 10px;
  }

  #best_video .middle_list_con img {
    border-radius: 20px;
    display: block;
    margin-bottom: 20px;
  }

  #best_video .middle_list_con .middle_con_name {
    font-family: 'noto_B';
    font-size: 16px;
    margin-bottom: 10px;
  }

  #best_video .middle_list_con .middle_con_tag {
    color: #555;
    margin-bottom: 10px;
    line-height: 24px;
  }

  #best_video .middle_list_con .middle_con_price {
    color: #777;
    display: inline-block;
    padding: 2px 10px;
    background: #f1f1f1;
    border-radius: 10px;
    font-family: 'noto_B';
    font-size: 12px;
  }

  #best_video .bedge_wrap {
    position: relative;
  }

  #best_video .bedge_wrap .new_bedge {
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: #f1f1f1;
    font-size: 12px;
    padding: 2px 7px;
    color: #000;
    display: inline-block;
    border-radius: 4px;
    background: #ffbf16;
    color: #fff;
  }

  #best_video .bedge_wrap .hot_bedge {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 4px;
    background: #e33b3b;
    color: #fff;
  }

  #best_video .bedge_wrap .basic_price {}

  #best_video .bedge_wrap .xi-arrow-right {
    vertical-align: middle;
  }

  #best_video .bedge_wrap .discount_price {
    color: #de3226 !important;
  }

  .long_banner {
    margin: 2px 0;
  }

  .long_banner img {
    width: 100%;
    display: block;
    border-radius: 10px;
  }

  .long_banner img.pc {
    display: none;
  }

  .long_banner img.mo {
    display: block;
  }

  #long_banner2 {
    margin: 0 0 50px 0;
  }

  #before_login {
    background-color: #fdfdfd;
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 50px 0;
  }

  #before_login h2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Noto_b';
  }

  #before_login p {
    margin-bottom: 30px;
    font-size: 16px;
  }

  #before_login a {
    font-family: 'mon_L';
    width: 150px;
    line-height: 40px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
  }

  #before_login a.sec_login {
    border: 1px solid #ddd;
  }

  #before_login a.sec_join {
    border: 1px solid #303030;
    background-color: #303030;
    color: #fff;
  }

  #review_data {
    padding: 50px 0;
    background: #fff;
  }

  #review_data .middle_list_title {
    margin-bottom: 30px;
  }

  #review_data h2 {
    font-size: 20px;
    font-family: 'mon_B';
    margin-bottom: 10px;
  }

  #review_data .middle_con {
    margin-bottom: 50px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scroll-behavior: none;
  }

  #review_data .middle_con::-webkit-scrollbar {
    display: none;
  }

  #review_data .slide_wrap {
    width: max-content;
    margin-bottom: 0px;
    padding-left: 40px;
  }

  #review_data .middle_con .review_box {
    width: 250px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
  }

  #review_data .middle_con .img_wrap {
    position: relative;
    height: 100%;
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #review_data .middle_con .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 100%;
  }

  #review_data .middle_con .txt_wrap p {
    font-size: 16px;
    font-family: 'noto_m';
    margin-bottom: 10px;
  }

  #review_data .middle_con .txt_wrap i {
    margin: 0 2px;
    color: orange;
  }

  #review_data .middle_con .txt_wrap .line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.5;
    min-height: 3em; /* line-height(1.5) * 2줄 = 3em */
  }

  #review_data .middle_con .txt_wrap .date {
    font-size: 12px;
    color: #888;
  }

  #review_data .more_btn {
    display: inline-block;
    width: 200px;
    line-height: 45px;
    background-color: #303030;
    color: #fff;
    font-size: 14px;
    font-family: 'mon_L';
  }

  #review_data .more_btn i {
    transform: translateX(10px);
  }

  #review_data .more_btn:hover i {
    transform: translateX(20px);
    transition: all 0.5s ease;
  }

  #event_wrap {
    padding: 50px 0;
    background-color: #f2f3f7;
    margin: 50px 0 0;
  }

  #event_wrap .middle_list_title {
    margin-bottom: 30px;
  }

  #event_wrap h2 {
    font-size: 20px;
    font-family: 'mon_B';
    margin-bottom: 10px;
  }

  #event_wrap .event_box_wrap {
    text-align: left;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #event_wrap .event_box_wrap::-webkit-scrollbar {
    display: none;
  }

  #event_wrap .event_box_wrap .event_box {
    width: 300px;
    padding: 10px;
    display: block;
    cursor: pointer;
    float: left;
    margin: 0 0 20px 0;
  }

  #event_wrap .event_box_wrap .event_box:hover img {
    transition: all 0.5s;
    box-shadow: 0px 25px 50px 0px #d1cece;
    transform: translateY(-10px);
    border-radius: 20px;
  }

  #event_wrap .event_box_wrap .event_box img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  #event_wrap .event_box_wrap .event_tit {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'noto_m';
  }

  #event_wrap .event_box_wrap .event_txt {
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
  }

  #event_wrap .event_box_wrap .click {
    font-family: 'mon_L';
    border-bottom: 1px solid #555;
    padding: 5px;
    font-size: 12px;
  }

  #event_wrap .event_box_wrap .click i {
    font-size: 10px;
  }

  .sav_ch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000ba;
    z-index: 9999999;
  }

  .sav_ch .close_icon {
    display: inline-block;
    left: 50%;
    top: 85px;
    position: absolute;
    margin: 0 0 0 300px;
    transform: translateX(-50%);
    cursor: pointer;
  }

  .sav_ch .close_icon i {
    font-size: 27px;
    color: #fff;
  }

  .sav_ch .pop_content {
    width: 500px;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
  }

  .sav_ch .pop_content img {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .wrap {
    margin-top: 60px;
  }

  .header_media {
    height: 60px;
  }

  .header_media .inner {
    padding: 0 16px;
  }

  .header_media .mo_logo_link {
    font-size: 16px;
  }

  .header_media .mo_logo_link span {
    font-size: 16px;
  }

  .header_media .mo_login_btn {
    width: 68px;
    height: 36px;
    line-height: ;
    font-size: 13px;
  }

  .header_media .open_menu {
    width: 18px;
    height: 18px;
  }

  #visual {
    margin: 80px 0 0 0;
  }

  #visual .swiper {
    border-radius: 10px;
  }

  #visual .swiper img {
    border-radius: 10px;
  }

  #visual .swiper img.mo {
    width: 100%;
  }

  #visual .banner {
    border-radius: 0;
  }

  #visual .banner .swiper-wrapper {}

  #visual .banner .swiper-wrapper .swiper-slide {
    background: linear-gradient(#b3beff, #eaedfb);
  }

  #visual .banner .banner_obj img {
    width: 100%;
  }

  #visual .banner .banner_desc {
    margin-top: 50px;
  }

  #visual .banner .banner_desc .title {
    font-family: 'noto_m';
    font-size: 22px;
    line-height: 30px;
  }

  #visual .banner .banner_desc .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    font-family: 'noto_m';
    font-size: 14px;
  }

  @font-face {
    font-family: 'BebasNeue';
    src: url('https://feelmaker.co.kr/css/fonts/BebasNeue-Regular.otf') format('opentype');
    font-style: normal;
  }
  @font-face {
    font-family: 'HSSanTokki';
    src: url('https://feelmaker.co.kr/css/fonts/HSSanTokki.ttf') format('truetype');
    font-style: normal;
  }
  .swiper-slide {
    position: relative;
  }
  .banner-mobile {
    width: 100%;
    display: block;
  }
  .banner-video {
    height: 100%;
    position: absolute;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
  }
  .banner-video video {
    height: 100%;
  }
  .banner-video video.pc {
    display: none;
  }
  .banner-video video.mo {
    display: block;
  }
  .banner-text-wrap {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  .banner-text-wrap .banner-sub-title {
    font-family: 'BebasNeue';
    letter-spacing: 0.5;
    text-decoration: underline;
    font-size: 14px;
    line-height: 132%;
    color: #E58989;
  }
  .banner-text-wrap .banner-title {
    font-family: 'HSSanTokki';
    margin-top: 8px;
    font-size: 32px;
    line-height: 45px;
  }
  .banner-text-wrap .banner-title .emp {
    font-family: 'HSSanTokki';
    font-size: 32px;
    line-height: 50px;
    color: #E58989;
  }
  .banner-text-wrap .banner-desc {
    font-family: 'Gothic';
    font-size: 14px;
    color: #848484;
    line-height: 132%;
    letter-spacing: -0.02%;
    margin-top: 12px;
  }
  .banner-text-wrap .banner-button {
    display: none;
  }


  #main_mid_menu {
    padding: 34px 0 0 0;
  }

  #main_mid_menu .over {
    padding-bottom: 20px;
  }

  #main_mid_menu h2 {
    font-size: 14px;
    margin-bottom: 0;
  }

  #main_mid_menu ul li {
    width: 100px;
    padding: 20px 14px 0 14px;
  }

  /*dev-jinsu*/
  #main_mid_menu .over.dev ul li {
    width: 100%;
  }

  /*dev-jinsu*/
  #main_mid_menu ul li p {
    font-size: 12px;
    line-height: 15px;
  }

  #main_mid_menu ul li p font {
    font-size: 12px;
    color: #e59c4e;
    font-family: 'Noto_B';
  }

  .make_movie h2 {
    font-size: 14px;
  }

  .content .middle .middle_list .middle_list_title {
    padding: 30px 0px 17px 0px
  }

  .make_movie p {
    font-size: 13px;
  }

  .middle_list .bx-wrapper .bx-controls-direction a {
    width: 40px !important;
    height: 40px !important;
  }

  /* .bx-wrapper .bx-viewport {
    height: 204px !important;
  } */

  .middle_list .bx-wrapper .bx-controls-direction a {
    top: -165px;
  }

  .middle_list .bx-wrapper .bx-prev {
    left: 16px !important;
  }

  .middle_list .bx-wrapper .bx-next {
    right: 16px !important;
  }

  .middle_list .bx-wrapper .bx-prev,
  .middle_list .bx-wrapper .bx-next {
    background-size: 9px !important;
  }

  #best_video {
    padding: 50px 0 20px;
  }

  #best_video .inner {
    padding: 0;
  }

  #best_video h2 {
    font-size: 14px;
  }

  #best_video .middle_list_title p {
    font-size: 13px;
  }

  #best_video .menu {
    padding: 0 2rem;
    margin: 20px 0;
  }

  #best_video .menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
  }

  #best_video .menu li {
    display: block;
    width: calc((100% - 0.5rem) / 3);
  }

  #best_video .menu li .wrap {
    font-size: 0.85rem;
    padding: 0;
  }

  #best_video .bedge_wrap .badge_sale {
    width: 44px;
    position: absolute;
    top: 3.5px;
    left: 24px;
  }

  #best_video .bedge_wrap .badge_sale img {
    width: 100%;
    border-radius: 0;
  }

  #best_video .middle_list_right {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scroll-behavior: none;
  }

  #best_video .middle_list_right::-webkit-scrollbar {
    display: none;
  }

  #best_video .middle_list_con_wrap {
    width: max-content;
    padding-left: 20px;
  }

  #best_video .middle_list_con_wrap li {
    width: 300px;
    text-align: left;
    height: auto;
  }

  #best_video .middle_list_con .middle_con_name {
    font-size: 14px;
  }

  #best_video .middle_list_con .middle_con_tag {
    font-size: 12px;
    line-height: 18px;
  }

  #before_login p {
    font-size: 14px;
  }

  #review_data .inner {
    padding: 0;
  }

  #review_data h2 {
    font-size: 14px;
  }

  #review_data .middle_list_title p {
    font-size: 13px;
  }

  #before_login {
    padding: 50px 0;
    margin: 50px 0 0 0;
  }

  #review_data .middle_con {
    margin-bottom: 20px;
  }

  #review_data .middle_con .txt_wrap p {
    font-size: 14px;
  }

  #review_data .middle_con .txt_wrap .line {
    font-size: 12px;
    line-height: 1.5;
    min-height: 3em; /* line-height(1.5) * 2줄 = 3em */
  }

  #review_data .middle_con .img_wrap {
    width: 170px;
    height: 170px;
  }

  #review_data .middle_con .review_box {
    width: 170px;
    margin: 0 20px 0 0;
  }

  #event_wrap {
    margin: 0;
  }

  #event_wrap .inner {
    padding: 0;
  }

  #event_wrap .event_box_wrap .event_box {
    width: 260px;
    margin: 0;
  }

  #event_wrap .event_box_wrap .event_tit {
    font-size: 14px;
  }

  #event_wrap .event_box_wrap .event_txt {
    font-size: 12px;
  }

  .content .notice_con .notice_sub {
    width: 20%;
    font-size: 12px;
  }

  .content .notice_con .notice_contents {
    width: 80%;
  }

  .content .notice_con .notice_contents li a {
    font-size: 12px;
  }

  .opening {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #eee;
  }

  .opening .inr {
    padding: 0 16px;
  }

  .opening .inr>.lf {
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }

  .opening .inr>.lf>.btn {
    width: 100%;
    padding: 0;
  }

  .opening .inr>.rg {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .opening .inr>.rg>.frm_box1 {
    width: 100%;
    padding: 0 10px;
  }

  .opening .inr>.rg>.frm_box1>.txt_box {
    margin: 8.9961vw 0 0 0;
  }

  .opening .inr>.rg>.frm_box1>.txt_box .txt {
    font-size: 15px;
    margin: 0 0 8px 0;
  }

  .opening .inr>.rg>.frm_box1>.txt_box .txt .stl {
    font-size: 15px;
  }

  .opening .inr>.rg>.frm_box1>.txt_box .s_txt {
    font-size: 13px;
    line-height: 21px;
  }

  .opening .inr>.rg>.frm_box2 {
    flex-direction: row;
    gap: 10px;
    width: 100%;
    margin: 10px 0 0 0;
  }

  .opening .inr>.rg>.frm_box2 .img_box {
    width: 50%;
    flex: 1;
    margin: 0 0 0 0;
    position: relative;
    padding: 0 0 30px 0;
  }

  .opening .inr>.rg>.frm_box2 .img_box .txt {
    font-size: 13px;
    line-height: 22px;
  }

  .opening .inr>.lf>.txt_box {
    margin: 0 0 15px 0;
  }

  .opening .inr>.lf>.txt_box .s_txt>ul>li {
    font-size: 13px;
  }

  .opening .inr>.lf>.txt_box>.tit {
    font-size: 14px;
    margin: 0 0 10px 0;
  }

  .opening .inr>.lf>.txt_box>.txt {
    font-size: 13px;
  }

  .opening .inr>.rg>.frm_box2 .img_box::after,
  .opening .inr>.rg>.frm_box2 .img_box .txt_box {
    display: block;
  }

  .opening .inr>.rg>.frm_box2 .img_box:hover img,
  .opening .inr>.rg>.frm_box2 .img_box img {
    transform: none;
    border-radius: 10px;
  }

  .opening .inr>.rg>.frm_box2 .img_box .txt_box {
    position: absolute;
    transform: none;
    display: flex;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    padding: 0 5px;
  }

  .opening .inr>.rg>.frm_box2 .img_box::after {
    background: none;
  }

  .opening .inr>.rg>.frm_box2 .img_box .txt_box .txt {
    color: #000000;
    font-size: 13px;
    margin: 0 0 0 0;
    position: relative;
    width: 100%;
    text-align: left;
  }

  .opening .inr>.rg>.frm_box2 .img_box .txt_box .txt::after {
    position: absolute;
    content: "\e93f";
    font-family: xeicon;
    font-size: 15px;
    color: #000000;
    right: 0;
  }

  .opening .inr>.rg>.frm_box2 .img_box .txt_box .btn {
    display: none;
  }

  .opening .inr>.rg>.frm_box2 .img_box:hover .txt_box {
    left: initial;
    top: initial;
    transform: none;
  }

  .sav_ch .close_icon {
    left: 50%;
    top: 30px;
    margin: 0 0 0 0;
  }

  .sav_ch .pop_content {
    width: 100%;
  }
}
