@media (max-width: 768px) and (min-width: 300px) {

  /*global_header*/
  .g_header_wrap>div.g_header_cate {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(70, 70, 70, 0.46);
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
  }

  .g_header_wrap>div.g_header_cate>ul>li {
    color: #282828;
  }

  .g_header_wrap>div.g_header_cate>ul>li:hover {
    color: #996b56;
  }

  .g_header_wrap>div.g_header_cate>ul>li>a {
    height: 50px;
    line-height: 50px;
    color: #f1f1f1;
    font-size: 14px;
    font-family: 'Noto_M';
  }

  /*global_header*/
  /*prodlist*/
  .pagelist {}

  .pagelist .pagelist01 {
    width: 100%;
  }

  .pagelist .pagelist01 li {
    display: inline-block;
    font-size: 13px;
    margin-left: 2%;
  }

  .pagelist .pagelist01 li.pagelist_p2 {
    font-size: 13px;
    color: #0097f2;
  }

  /*prodlist*/
  .prod_list {
    width: 100%;
  }

  .prod_list .prod_list_info {
    margin: 0 auto;
    width: 100%;
  }

  .category {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .category>li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
    margin: 3px 5px 15px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .category>li.active {
    background-color: #4a96ee;
    color: #fff;
    border: 1px solid #4a96ee;
  }

  .category>li:hover {
    background-color: #4a96ee;
    color: #fff;
    border: 1px solid #4a96ee;
  }

  .prod_list .prod_list_info .prod_list_title {
    text-align: center;
    margin-top: 55px;
    color: #111111;
    font-family: noto_l;
    font-size: 30px;
  }

  .prod_list .prod_list_info .prod_list_sub {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 5px;
    font-family: noto_l;
    color: #aaa;
    font-size: 14px;
  }

  .prod_list .prod_list_info .prod_list_list_ul {
    text-align: center;
    margin-bottom: 70px;
  }

  .prod_list .prod_list_info .prod_list_list_ul li {
    width: 65px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    color: #ccc;
  }

  .prod_list .prod_list_info .prod_list_list_ul li.active {
    font-family: 'noto_m';
    color: #0097f2;
  }

  .prod_list .prod_list_info .prod_list_list_ul a:nth-child(1)>li {
    border-right: 1px solid #ccc;
  }

  .prod_list .prod_list_sec {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    border-top: 1px solid #eee;
  }

  .prod_list .prod_list_sec .prod_list_1 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .prod_list .prod_list_sec .prod_list_1 .prod_list_ul {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
  }

  .prod_list .prod_list_sec .prod_list_1 .prod_list_ul a li {
    display: inline-block;
    font-size: 14px;
    width: 32%;
  }

  .prod_list .prod_list_sec .prod_list_1 .prod_list_ul li.active {
    cursor: pointer;
    padding-top: 15px;
    margin-top: -16px;
    border-top: 2px solid;
    font-family: noto_m;
    color: #4a96ee;
    display: inline-block;
    width: 32%;
    font-size: 14px;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li {
    text-align: center;
    width: 50%;
    padding: 0;
    position: relative;
    float: left;
    margin: 5% 0%;
    border: 0;
    border-radius: 3px;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li:hover {
    border: 0px solid #fff;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li.none_product {
    width: 1200px;
    text-align: center;
    padding: 0;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    top: 0;
    float: none;
    left: 0%;
    position: relative;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_img>img {
    width: 100%;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_img>.hover_black {
    width: 75%;
    height: 87%;
    font-size: 20px;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    text-align: center;
    top: 5%;
    border-radius: 14px;
    left: 13%;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_img:hover>.hover_black {
    /* display: block; */
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .hover_black .list_profile_btn {
    background-image: url(/img/list_search.png);
    width: 60px;
    height: 60px;
    background-color: #4a96ee;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 100%;
    background-size: 40%;
    background-position: 50%;
    margin-top: 79%;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_text {
    width: 100%;
    float: none;
    padding: 0;
    position: relative;
    bottom: 0px;
    right: 0%;
    top: 0;
    text-align: center;
    margin-top: 10px;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_text p a>span {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_text p a>span:hover {
    border: 1px solid #4a96ee;
    background-color: #4a96ee;
    color: #fff;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_text>p:nth-child(1) {
    font-size: 20px;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_text>p:nth-child(2) {
    color: #0097f1;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_text>p:nth-child(3) {
    line-height: 25px;
    margin-bottom: 50px;
    display: none;
  }

  .prod_list .prod_list_sec .prod_list_sec_ul li .prod_list_sec_text>a:nth-child(4) p {
    background-color: #4a96ee;
    width: 83%;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-left: 9%;
    border-radius: 10px;
  }

  .prod_list .prod_list_movie_info .prod_list_movie_list_ul {
    text-align: right;
  }

  .prod_list .prod_list_movie_info .prod_list_movie_list_ul li {
    width: 65px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    font-family: noto_m;
    border: 1px solid #ededed;
  }

  .prod_list .prod_list_movie_info .prod_list_movie_list_ul li.active {
    background-color: #ededed;
    border: 1px solid #ededed;
  }

  .prod_list .prod_list_movie_sec {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    border-top: 1px solid #eee;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li {
    text-align: left;
    width: 100%;
    padding: 0;
    position: relative;
    float: left;
    margin: 5% 0;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li.none_product {
    width: 1200px;
    text-align: center;
    padding: 0;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_img {
    width: 100%;
    position: relative;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_img>img {
    width: 100%;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_img .play_p {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    width: 165px;
    left: 55%;
    z-index: 1000;
    margin-left: -100px;
    opacity: 0;
    background: white;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_img:hover .play_p {
    opacity: 1;
    transition: all 0.8s;
    cursor: pointer;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_img .xi-youtube-play {
    display: inline-block;
    color: #4a96ee;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .youtube-play {
    position: absolute;
    bottom: 170px;
    width: 165px;
    left: 55%;
    z-index: 1000;
    margin-left: -100px;
    opacity: 0;
    background: white;
    padding: 10px 0px;
    border-radius: 5px;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .youtube-play .xi-youtube-play {
    color: #4a96ee;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li>a .prod_list_movie_sec_img img {
    width: 100%;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_text {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 18px;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_text .prod_list_movie_sec_p a>span {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_text .prod_list_movie_sec_p a>span:hover {
    color: #fff;
    border: 1px solid #4a96ee;
    background-color: #4a96ee;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_text>a>p:nth-child(1) {
    font-size: 18px;
    font-family: 'Noto_M';
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_text>a>p:nth-child(2) {
    color: #0097f1;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_text>p:nth-child(3) {
    line-height: 25px;
    margin-top: 15px;
  }

  .prod_list .prod_list_movie_sec .prod_list_movie_sec_ul li .prod_list_movie_sec_text>a:nth-child(4) p {
    background-color: #0097f1;
    width: 150px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
  }

  .prod_list .movie_black {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000000;
    display: block;
    display: none;
  }

  .prod_list .movie_black_iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 100%;
    margin-left: -100%;
    margin-top: -100%;
  }

  .prod_list .movie_black_iframe .movie_black_div {}

  .prod_list .movie_black_iframe iframe {
    overflow: auto;
    width: 100%;
    height: 100%;
  }

  .prod_list .movie_black_iframe .xi-close {
    color: #fff;
    position: absolute;
    top: 10%;
    right: 3%;
    font-size: 38px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
  }

  .prod_list .movie_black_iframe .xi-close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  /*detail_namecard_sec_1F*/
  .namecard_sec_1 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 12%;
  }

  .namecard_sec_1 .namecard_ul_1 {
    width: 100%;
    margin-right: 150px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1_movie {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1_movie>ul {
    width: 100%;
    display: inline-block;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1_movie>ul>li {
    width: 145px;
    float: left;
    display: inline-block;
    height: 100px;
    margin-top: 10px;
    cursor: pointer;
    display: none;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1_movie>ul>li img {
    width: 100%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1_movie>ul>li:nth-child(1) {
    width: 100%;
    height: 250px;
    margin: 0;
    display: inline-block;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1_movie>ul>li:nth-child(3) {
    margin: 10px 7.5px 0;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1 {
    float: none;
    width: 320px;
    height: 540px;
    margin-top: 0;
    margin-right: 0;
    /* left: 0%; */
    /* top: 85%; */
    background-image: url(/img/namecard.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 82%;
    position: relative;
    margin: 0 auto;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1 .prodetail_img {
    width: 57%;
    height: 64%;
    overflow: auto;
    margin: 18% auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28%;
    margin-top: -54%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_1 .prodetail_img>img {
    height: auto;
    width: 100%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2 {
    width: 100%;
    text-align: left;
    border-top: 1px solid #eee;
    left: 0;
    margin-top: 2%;
    float: none;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(1) {
    float: left;
    width: 100%;
    text-align: center;
    height: 185px;
    margin: 20px 0px 10px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(1) p:nth-child(1) {
    font-size: 22px;
    font-family: noto_r;
    width: 100%;
    margin-top: 8%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(1) p:nth-child(2) {
    margin: 20px 0;
    font-size: 15px;
    font-family: 'Noto_m';
    width: 100%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(1) p:nth-child(2) span {
    font-size: 18px;
    font-family: 'Noto_m';
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(1) p:nth-child(3) {
    margin-left: 0;
    width: 100%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(1) p:nth-child(3) span {
    font-size: 13px;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(1) p:nth-child(4) {
    background-color: #a4a4a4;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    height: 31px;
    margin-bottom: 30px;
    border-radius: 8px;
    width: 190px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.movie_qr {
    display: none;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(2) {
    float: left;
    width: 40%;
    height: 130px;
    margin: 25px 0px;
    text-align: center;
    display: none;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div:nth-child(2) img {
    width: 43%;
    padding: 5px;
    border: 1px solid #000;
    margin-left: 80px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2 .namecard_p1 {
    padding: 10px 0px;
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2 .namecard_p1 div {
    width: 100px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-family: noto_m;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2 .namecard_p1 select {
    width: 75%;
    border: 1px solid #eee;
    border-radius: 3px;
    float: right;
    height: 40px;
    line-height: 40px;
    font-family: noto_m;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.option_sec {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    width: 82%;
    margin-left: 7%;
    margin-bottom: 5%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.option_sec div:nth-child(1) {
    float: left;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.option_sec div:nth-child(2) {
    float: right;
    position: relative;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 3px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.option_sec div:nth-child(2) input {
    height: 35px;
    line-height: 35px;
    width: 45px;
    border: 0;
    text-indent: 8px;
    text-align: left;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.option_sec div:nth-child(2) ul {
    position: absolute;
    right: 0;
    top: -1px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-radius: 0 3px 3px 0;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.option_sec div:nth-child(2) ul li {
    line-height: 18px;
    text-align: center;
    width: 13px;
    cursor: pointer;
    font-size: 10px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>div.movie_option_sec {
    display: inline-block;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>p {
    text-align: right;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    display: none;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>p font {
    font-size: 15px;
    font-family: 'Noto_m';
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>p font span {
    font-size: 18px;
    font-family: 'Noto_m';
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>ul {
    display: inline-block;
    width: 87%;
    padding: 0 7%;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>ul li {
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #0097f2;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>ul li:nth-child(1) {
    width: 100%;
    background-color: #0097f2;
    color: #fff;
    margin-bottom: 10px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>ul li {
    width: 83%;
    float: left;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>ul li:nth-child(3) {
    width: 15%;
    float: right;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>ul li:nth-child(3)>img {
    margin-top: 6px;
    width: 32px;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2>ul li:nth-child(3) i {
    vertical-align: middle;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2_movie>ul.namecard_ul_2_movie li {
    width: 82%;
    float: left;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2_movie>ul.namecard_ul_2_movie li:nth-child(2) {
    width: 15%;
    float: right;
  }

  .namecard_sec_1 .namecard_ul_1 .namecard_li_2_movie>ul.namecard_ul_2_movie li i {
    vertical-align: middle;
  }

  .namecard_b {
    width: 570px;
    margin-left: 472px;
    height: 725px;
  }

  .namecard_b ul li:nth-child(1) {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 8px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  .namecard_b ul li {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  /*detail_namecard_sec_1*/
  /*prodetail*/
  .namecard_sec_a {
    /* height: 670px; */
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin: 10% 0;
  }

  .namecard_sec_a:nth-child(3) {
    /* height: 770px; */
  }

  .namecard_sec_a .namecard_sec_title {
    text-align: center;
    font-size: 17px;
    color: #0097f2;
    font-family: noto_m;
    margin-bottom: 5px;
    padding-top: 50px;
    border-top: 1px solid #eee;
  }

  .namecard_sec_a .namecard_sec_sub {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
  }

  .namecard_sec_a ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .namecard_sec_a ul li {
    display: inline-block;
    vertical-align: middle;
  }

  .namecard_sec_a ul li div {
    text-align: left !important;
  }

  .namecard_sec_a ul li:nth-child(1) {
    margin-right: 0;
    margin-top: 5%;
  }

  .namecard_sec_a ul li:nth-child(1)>img {
    width: 80%;
  }

  .namecard_sec_a ul li:nth-child(2) {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .namecard_sec_a ul li:nth-child(2) .namecard_sec_a_title {
    font-size: 18px;
    color: #0097f2;
    margin-bottom: 20px;
    font-family: noto_m;
    text-align: center !important;
    margin-top: 10px;
  }

  .namecard_sec_a ul li:nth-child(2) .namecard_sec_a_sub {
    font-size: 14px;
    line-height: 22px;
    text-align: center !important;
    margin-bottom: 15%;
  }

  .namecard_sec_b {
    background-color: #f6f6f6;
    padding: 0;
    /* height: 670px; */
  }

  .namecard_sec_b ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

  .namecard_sec_b ul li {
    display: inline-block;
    vertical-align: middle;
  }

  .namecard_sec_b ul li:nth-child(1) {
    /* position: absolute; */
    width: 100%;
    margin: 0 auto;
    /* left: 0; */
    padding-top: 25% !important;
    float: none;
  }

  .namecard_sec_b ul li:nth-child(2) {
    margin-left: 0;
    /* position: absolute; */
    margin: 0 auto;
    /* left: 0%; */
    width: 100%;
    margin-top: 50px;
  }

  .namecard_sec_b ul li:nth-child(2)>img {
    width: 80%;
    padding-bottom: 15%;
  }

  .namecard_sec_b ul li div {
    text-align: left !important;
  }

  .namecard_sec_b ul li:nth-child(1) .namecard_sec_a_title {
    font-size: 18px;
    color: #0097f2;
    margin-bottom: 20px;
    font-family: noto_m;
    text-align: center !important;
  }

  .namecard_sec_b ul li:nth-child(1) .namecard_sec_a_sub {
    font-size: 14px;
    line-height: 22px;
    text-align: center !important;
  }

  .namecard_sec_c {
    background-color: #f6f6f6;
    padding: 50px 0;
  }

  .namecard_sec_c .namecard_sec_title {
    text-align: center;
    font-size: 17px;
    color: #0097f2;
    font-family: noto_m;
    margin-bottom: 5px;
  }

  .namecard_sec_c .namecard_sec_sub {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
  }

  .namecard_sec_c ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .namecard_sec_c ul li {
    display: inline-block;
    vertical-align: middle;
  }

  .namecard_sec_c ul .namecard_sec_c_icon {
    padding: 0 5%;
  }

  .namecard_sec_c ul .namecard_sec_c_text {
    background-color: #eeeeee;
    width: 130px;
    height: 130px;
    border-radius: 100%;
  }

  .namecard_sec_c ul .namecard_sec_c_text div {
    font-family: noto_m;
    line-height: 22px;
    padding: 43px 0;
  }

  .namecard_sec_c ul li:nth-child(4) {
    display: none;
  }

  .namecard_sec_c ul li {
    margin-bottom: 5%;
  }

  .namecard_sec_d {
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
  }

  .namecard_sec_d div:nth-child(1) {
    text-align: center;
    font-size: 17px;
    color: #0097f2;
    font-family: noto_m;
    margin-bottom: 35px;
  }

  .namecard_sec_d ul {
    width: 100%;
    margin: 0 auto;
  }

  .namecard_sec_d ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 5% 0;
    vertical-align: top;
    padding: 0;
  }

  .namecard_sec_d ul li:nth-child(1) {}

  .namecard_sec_d ul li:nth-child(2) {}

  .namecard_sec_d ul li:nth-child(1) div:nth-child(1) {
    text-align: left !important;
    font-size: 15px;
    font-family: noto_m;
    line-height: 25px;
    margin-bottom: 10px;
    color: #636363 !important;
    text-align: left !important;
  }

  .namecard_sec_d ul li:nth-child(2) div:nth-child(1) {
    text-align: left !important;
    font-size: 15px;
    line-height: 22px;
    font-family: noto_m;
    margin-bottom: 10px;
    color: #636363 !important;
  }

  /*prodetail*/
  /*detail_movie_sec_1*/
  .movie_sec_1 {
    width: 100%;
    margin-top: 55px;
  }

  .movie_sec_1 .movie_ul_1 {
    width: 1000px;
    margin: 0 auto;
  }

  .movie_sec_1 .movie_li_1 {}

  .movie_sec_1 .movie_li_1 .movie_li_11 {
    background-color: #eee;
    width: 495px;
    height: 270px;
  }

  .movie_sec_1 .movie_li_1 .movie_li_22 ul {
    display: inline-flex;
    margin-top: 11px;
  }

  .movie_sec_1 .movie_li_1 .movie_li_22 ul li:nth-child(1) {
    background-color: #eee;
    width: 158px;
    height: 90px;
    float: left;
    margin-right: 10px;
  }

  .movie_sec_1 .movie_li_1 .movie_li_22 ul li {
    background-color: #eee;
    width: 158px;
    height: 90px;
    float: left;
    margin-right: 10px;
  }

  .movie_sec_1 .movie_li_1 .movie_li_22 ul li:nth-child(3) {
    background-color: #eee;
    width: 158px;
    height: 90px;
    float: left;
  }

  .movie_sec_1 .movie_ul_1 .movie_li_2 {
    float: right;
    margin-top: -375px;
    width: 460px;
  }

  .movie_sec_1 .movie_ul_1 .movie_li_2 p:nth-child(1) {
    font-size: 25px;
    margin-bottom: 17px;
    font-family: noto_l;
    letter-spacing: 2px;
    border-top: 2px solid #000000;
    padding-top: 25px;
  }

  .movie_sec_1 .movie_ul_1 .movie_li_2 p:nth-child(2) {
    margin-bottom: 27px;
    font-size: 20px;
    font-family: noto_m;
  }

  .movie_sec_1 .movie_ul_1 .movie_li_2 p:nth-child(3) {
    margin-bottom: 25px;
  }

  .movie_sec_1 .movie_ul_1 .movie_li_2 p:nth-child(5) {
    text-align: right;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .movie_sec_1 .movie_ul_1 .movie_li_2 p:nth-child(5)>font {
    font-family: noto_m;
    font-size: 20px;
  }

  .movie_sec_1 .movie_ul_1 .movie_li_2 p:nth-child(6) {
    background-color: #0097f2;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    height: 31px;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .movie_sec_1 .movie_ul_2 li:nth-child(1) {
    float: left;
    color: #878787;
    height: 31px;
    width: 366px;
    text-align: center;
    padding-top: 13px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .movie_sec_1 .movie_ul_2 li {
    float: left;
    color: #878787;
    padding-top: 13px;
    height: 31px;
    width: 80px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .movie_b {
    width: 570px;
    margin-left: 472px;
    height: 725px;
  }

  .movie_b ul li:nth-child(1) {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 8px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  .movie_b ul li {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  .movie_p1 ul {
    display: inline-flex;
    float: left;
    color: #878787;
    height: 27px;
    text-align: center;
    padding: 20px 20px 13px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 25px;
  }

  .movie_p1 ul li:nth-child(1) {
    margin-right: 151px;
  }

  /*detail_movie_sec_1*/
  /*detail_movie_sec_2*/
  .movie_sec_2 {
    text-align: center;
    background-color: #f6f6f6;
    margin-top: 0%;
    padding: 50px 0;
  }

  .movie_sec_2 .movie_sec_2_div .p:nth-child(1) {
    text-align: center;
    font-size: 17px;
    color: #0097f2;
    font-family: noto_m;
    margin-bottom: 5px;
  }

  .movie_sec_2 .movie_sec_2_div p:nth-child(2) {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
  }

  .movie_sec_2 .movie_sec_2_div .movie_title {
    padding-top: 40px;
    letter-spacing: 2px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 3px;
    padding-bottom: 5px;
  }

  .movie_info {
    width: 90%;
    margin: 0 auto;
  }

  .movie_info>img {
    width: 100%;
  }

  .movie_info_p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 11px;
  }

  /*detail_movie_sec_2*/
  /*detail_movie_sec_3*/
  .movie_info_info {
    margin: 0 auto;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 20px;
    width: 100%;
  }

  .movie_info_info ul {
    display: inline-block;
  }

  .movie_info_info ul li {
    width: 87px;
    padding: 0 2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
  }

  .movie_info_info ul li .movie_icon>i {
    font-size: 30px;
  }

  .movie_info_info ul li .movie_info_text1 {
    line-height: 25px;
    font-family: noto_m;
    margin-top: 10px;
  }

  .movie_info_info ul li .movie_info_text2 {
    line-height: 25px;
  }

  /*detail_movie_sec_3*/
  /*detail_movie_sec_4*/
  .movie_upload {
    text-align: center;
    background-color: #f6f6f6;
    padding: 50px 0;
  }

  .movie_upload .movie_upload_text1 {
    letter-spacing: 2px;
    width: 218px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-bottom: 1px solid #0097f2;
    padding-bottom: 5px;
  }

  .movie_upload .movie_upload_text2 {
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
  }

  .movie_tip .movie_upload_text2 {
    width: 90%;
    margin: 0 auto;
  }

  .movie_tip .movie_upload_text3 {
    width: 83%;
    margin: 0 auto;
    border: 1px solid #4a96ee;
    color: #4a96ee;
    padding: 10px;
    margin-top: 30px;
  }

  /*detail_movie_sec_4*/
  /*detail_movie_sec_5*/
  .movie_tip {
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .movie_tip .movie_tip_p {
    letter-spacing: 2px;
    width: 182px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-bottom: 1px solid #0097f2;
    padding-bottom: 5px;
  }

  .movie_tip>img {
    margin-top: 70px;
    margin-bottom: 20px;
    width: 90%;
  }

  /*detail_movie_sec_5*/
  /*detail_movie_sec_6*/
  .movie_question {
    text-align: center;
    margin: 0 auto;
    background-color: #f6f6f6;
    height: 310px;
  }

  .movie_question .movie_question_title {
    letter-spacing: 2px;
    width: 112px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #0097f2;
    padding-bottom: 5px;
    padding-top: 50px;
  }

  .movie_question .movie_question_q {
    font-family: noto_m;
    color: #252525;
    margin-bottom: 10px;
  }

  .movie_question .movie_question_a {
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 7%;
  }

  /*detail_movie_sec_6*/
  /*list_profile*/
  .list_profile_sec_1 {
    background: url(/img/profile_background.png);
    background-repeat: no-repeat;
    background-position: 72% 100%;
    width: 100%;
    background-size: 320%;
    height: 543px;
    background-color: #fbfbfb;
  }

  .list_profile_div {
    width: 100%;
    margin: 0 auto;
    height: 445px;
  }

  .list_profile_sec_1 .list_profile_div ul {
    display: inline-block;
    margin-top: 80px;
  }

  .list_profile_sec_1 .list_profile_div ul li:nth-child(1) {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 2%;
  }

  .list_profile_sec_1 .list_profile_div ul li:nth-child(1) div:nth-child(1) {
    margin-top: 0;
    color: #4a96ee;
    font-family: noto_m;
    font-size: 14px;
  }

  .list_profile_sec_1 .list_profile_div ul li:nth-child(1) div:nth-child(2) {
    margin-top: 5px;
    font-size: 25px;
    font-family: noto_r;
  }

  .list_profile_sec_1 .list_profile_div ul li:nth-child(1) div:nth-child(3) {
    margin-top: 12px;
    line-height: 21px;
    margin-bottom: 35px;
  }

  .list_profile_sec_1 .list_profile_div ul li:nth-child(1) .profile_btn {
    margin-top: 30px;
    background-color: #4a96ee;
    text-align: center;
    padding: 5px 0;
    color: #fff !important;
    width: 115px;
    border-radius: 5px;
  }

  .list_profile_sec_1 .list_profile_div ul li {
    display: inline-block;
    width: 472px;
    vertical-align: middle;
    text-align: right;
  }

  .list_profile_sec_1 .list_profile_div ul li>img {
    width: 65%;
  }

  .list_profile_sec_2 {
    text-align: center;
    background-color: #f6f6f6;
    width: 100%;
  }

  .list_profile_sec_2_2 {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .list_profile_sec_2 .list_profile_sec_2_2 p {
    padding-top: 30px;
    color: #0097f2;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 5px;
  }

  .list_profile_sec_2 .list_profile_sec_2_2 .list_profile_intro {
    line-height: 25px;
  }

  .list_profile_sec_3 {
    width: 100%;
    height: 620px;
  }

  .list_profile_sec_3 .list_profile_sec_3_div p:nth-child(1) {
    color: #0097f2;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 60px;
    text-align: center;
  }

  .list_profile_sec_3 .list_profile_sec_3_div p:nth-child(2) {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .list_profile_sec_3 .list_profile_sec_3_div ul {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 13px;
  }

  .list_profile_sec_3 .list_profile_sec_3_div ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
  }

  .list_profile_sec_3 .list_profile_sec_3_div ul li.active {
    cursor: pointer;
    padding-top: 12px;
    margin-top: -16px;
    border-top: 2px solid;
    font-family: noto_m;
    color: #4a96ee;
  }

  .list_profile_sec_3 .list_profile_sec_3_div .smartcard_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000000;
    display: block;
    display: none;
  }

  .list_profile_sec_3 .list_profile_sec_3_div .smartcard_bg .skin_phone {
    position: absolute;
    width: 265px;
    height: 710px;
    top: 67%;
    left: 56.5%;
    margin-left: -155px;
    margin-top: -355px;
    background-image: url(/img/bg-phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
  }

  .profile_sec_3 {
    width: 90%;
    height: 465px;
    margin: 0 auto 50px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    text-align: center;
  }

  .profile_sec_3 .smartcard_scroll {
    display: none;
    /* position: absolute; */
    height: 380px;
    text-align: center;
    padding: 38px 0;
    margin: 0 auto;
    width: 1390px !important;
  }

  .profile_sec_3 .smartcard_scroll_shop {
    display: none;
    height: 380px;
    text-align: center;
    padding: 38px 0;
    margin: 0 auto;
    width: 990px !important;
  }

  .profile_sec_3 .smartcard_scroll:nth-child(1) {
    display: inline-block;
  }

  .profile_sec_3 .smartcard_scroll .smartcard_scroll_all {
    position: relative;
    float: left;
    width: 198px;
    height: 354px;
    margin-right: 0%;
    display: inline-block;
  }

  .profile_sec_3 .smartcard_scroll_shop .smartcard_scroll_all {
    position: relative;
    float: left;
    width: 198px;
    height: 354px;
    margin-right: 0;
  }

  .profile_sec_3 .smartcard_scroll .smartcard_scroll_all>img {
    width: 100%;
  }

  .profile_sec_3 .smartcard_scroll>img {
    width: 21%;
  }

  .profile_sec_3 .smartcard_scroll .hover_black {
    width: 75%;
    height: 307px;
    font-size: 20px;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    text-align: center;
    top: 23px;
    border-radius: 15px;
    left: 14%;
  }

  .profile_sec_3 .smartcard_scroll .smartcard_scroll_all:hover .hover_black {
    display: block;
  }

  .profile_sec_3 .smartcard_scroll .smartcard_scroll_all .hover_black div {
    width: 60px;
    height: 60px;
    background-color: #4a96ee;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 100%;
    background-size: 40%;
    background-position: 50%;
  }

  .profile_sec_3 .smartcard_scroll .smartcard_scroll_all .hover_black .list_profile_btn1 {
    margin-top: 125px;
    background-image: url(/img/list_editor.png);
  }

  .profile_sec_3 .smartcard_scroll .smartcard_scroll_all .hover_black .list_profile_btn2 {
    margin-top: 125px;
    background-image: url(/img/list_search.png);
  }

  .list_profile_sec_4 {
    text-align: center;
    background-color: #f6f6f6;
  }

  .list_profile_sec_4 .list_profile_sec_4_div {
    text-align: center;
    background-color: #f7f7f7;
  }

  .list_profile_sec_4 .list_profile_sec_4_div .list_profile_sec_4_e {
    padding-top: 18%;
    width: 100%;
    color: #0097f2;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10%;
  }

  .list_profile_sec_4 .list_profile_sec_4_div .list_profile_sec_4_k {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .list_profile_sec_4 .list_profile_sec_4_div .main_title1 {
    font-size: 15px;
    letter-spacing: 2px;
    color: #4a96ee;
    width: 144px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #4a96ee;
    padding-bottom: 5px;
    font-family: 'Noto_M';
  }

  .list_profile_sec_4 .list_profile_sec_4_div .main_title2 {
    font-size: 20px;
    padding-bottom: 15px;
    color: #343434;
    font-family: 'Noto_M';
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul {
    width: 100%;
    display: inline-block;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li {
    float: none;
    width: 80%;
    margin-left: 10%;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) {
    padding: 0;
    padding-top: 0;
    width: 95%;
    margin: 0 auto;
    display: inline-block;
    overflow-x: scroll;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(2) {
    display: none;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(3) {
    margin-top: 5%;
    margin-bottom: 160%;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(4) {
    display: none;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul {
    display: inline-block;
    width: 1120px;
    position: relative;
    overflow-x: auto;
    margin-top: 50px;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li {
    text-align: left;
    width: 280px;
    margin-bottom: 20px;
    float: left;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .list_profile_text1 {
    color: #4a96ee;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Noto_M';
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .list_profile_text2 {
    padding-left: 19px;
    line-height: 25px;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li img {}

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_number {
    font-size: 18px;
    background-color: #4a96ee;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #f7f7f7;
    border-radius: 100px;
    border: 1px solid #f7f7f7;
    vertical-align: top;
    cursor: pointer;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_line:hover .group_profile_number {
    font-size: 18px;
    background-color: #4a96ee;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: ##f7f7f7;
    border-radius: 100px;
    border: 1px solid ##f7f7f7;
    vertical-align: top;
    cursor: pointer;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_line {
    border: 1px solid #f7f7f7;
    display: inline-block;
    border-radius: 100px;
    padding: 0;
    margin-right: 20px;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_line:hover {
    border: 1px solid #4a96ee;
    display: inline-block;
    border-radius: 100px;
    padding: 4px;
    margin-right: 20px;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_text {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin-top: -15px;
    cursor: pointer;
    width: 220px;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_text:hover {
    background-color: #f6f6f6;
    padding: 0;
    width: 220px;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_text1 {
    color: #4a96ee;
    margin-bottom: 9px;
    font-size: 18px;
    margin-top: 20px;
  }

  .list_profile_sec_4 .list_profile_sec_4_div>ul>li:nth-child(1) ul li .group_profile_text2 {
    color: #858585;
    line-height: 26px;
    font-size: 15px;
    font-family: noto_l;
    letter-spacing: 0;
  }

  .list_profile_sec_5 {
    width: 100%;
  }

  .list_profile_sec_5 .list_profile_sec_5_div {
    width: 100%;
    margin: 0 auto;
    height: 430px;
  }

  .list_profile_sec_5 .list_profile_sec_5_div p:nth-child(1) {
    color: #0097f2;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 60px;
    text-align: center;
  }

  .list_profile_sec_5 .list_profile_sec_5_div p:nth-child(2) {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }

  .list_profile_sec_5 .list_profile_sec_5_div ul {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .list_profile_sec_5 .list_profile_sec_5_div ul li {
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
    margin: 0 3% 14%;
    vertical-align: top;
  }

  .list_profile_sec_5 .list_profile_sec_5_div ul li>img {
    margin-bottom: 15px;
    width: 43px;
  }

  .list_profile_sec_5 .list_profile_sec_5_div ul li p:nth-child(2) {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto_R';
    font-size: 14px;
    color: #636363;
    letter-spacing: 1px;
    width: 75px;
  }

  .list_profile_notice {
    width: 100%;
    background-color: #f6f6f6;
  }

  .list_profile_notice ul {
    padding: 60px 0;
    margin: 0 auto;
    width: 100%;
  }

  .list_profile_notice ul li:nth-child(1) {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 0;
    font-family: noto_m;
    text-align: center;
    margin-bottom: 15px;
    width: 91%;
  }

  .list_profile_notice ul li {
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    width: 90%;
    padding: 0 5%;
  }

  /*smartcard_sec_1*/
  .smartcard_sec_1 {
    background: url(/img/smartcard_background.jpg);
    background-position: 70% 100%;
    background-size: 350%;
    background-repeat: no-repeat;
    width: 100%;
    height: 607px;
  }

  .smartcard_sec_1 .smartcard_sec_1_1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    margin-left: 4%;
  }

  .smartcard_sec_1 .smartcard_sec_1_1 div:nth-child(1) {
    padding-top: 80px;
    color: #4a96ee;
    font-family: noto_m;
    font-size: 14px;
  }

  .smartcard_sec_1 .smartcard_sec_1_1 div:nth-child(2) {
    margin-top: 5px;
    font-size: 25px;
    font-family: noto_r;
  }

  .smartcard_sec_1 .smartcard_sec_1_1 div:nth-child(3) {
    margin-top: 15px;
    line-height: 21px;
  }

  .smartcard_sec_2 {
    text-align: center;
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .smartcard_sec_2 .list_profile_title {
    padding-top: 30px;
    color: #0097f2;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 5px;
  }

  .smartcard_sec_2 .list_profile_text {
    line-height: 27px;
    width: 90%;
    margin: 0 auto;
  }

  .smartcard_sec_3 {
    width: 90%;
    height: 465px;
    margin: 0 auto 50px;
    overflow-x: auto;
    position: relative;
    text-align: center;
  }

  .smartcard_sec_3_3 {
    margin: 0 auto;
    margin-top: 10%;
  }

  .smartcard_sec_3_3 .smartcard_sec_3_ul {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 13px;
    width: 97%;
    margin: 0 auto;
  }

  .smartcard_sec_3_3 .smartcard_sec_3_ul li {
    width: 17%;
    display: inline-block;
    text-align: center;
    padding: 0 1%;
    cursor: pointer;
  }

  .smartcard_sec_3_3 .smartcard_sec_3_ul li.active {
    cursor: pointer;
    padding-top: 12px;
    margin-top: -16px;
    border-top: 2px solid;
    font-family: noto_m;
    color: #4a96ee;
  }

  .smartcard_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000000;
    display: block;
    display: none;
  }

  .smartcard_bg .skin_phone {
    position: absolute;
    width: 265px;
    height: 710px;
    top: 67%;
    left: 56.5%;
    margin-left: -155px;
    margin-top: -355px;
    background-image: url(/img/bg-phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
  }

  .smartcard_bg .skin_phone div {
    width: 79%;
    height: 54.8%;
    overflow: auto;
    margin: 23% auto;
    margin-right: 28px;
  }

  .smartcard_bg .skin_phone div>img {
    height: auto;
    width: 100%;
  }

  .smartcard_bg .skin_phone>i {
    color: #fff;
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
  }

  .smartcard_bg .skin_phone>i:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .smartcard_sec_3 .smartcard_scroll {
    display: none;
    /* position: absolute; */
    width: 815px !important;
    height: 380px;
    text-align: center;
    padding: 38px 0;
    margin: 0 auto;
  }

  .smartcard_sec_3 .smartcard_scroll:nth-child(1) {
    display: inline-block;
  }

  .smartcard_sec_3 .smartcard_scroll_all {
    width: 179%;
    display: inline-block;
  }

  .smartcard_sec_3 .smartcard_scroll .smartcard_scroll_all {
    position: relative;
    float: left;
    width: 198px;
    height: 354px;
    margin-right: 0;
    display: inline-block;
  }

  .smartcard_sec_3 .smartcard_scroll .smartcard_scroll_all>img {
    width: 100%;
  }

  .smartcard_sec_3 .smartcard_scroll>img {
    width: 21%;
  }

  .smartcard_sec_3 .smartcard_scroll .hover_black {
    width: 78%;
    height: 315px;
    font-size: 20px;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    text-align: center;
    top: 6%;
    border-radius: 22px;
    left: 11%;
  }

  .smartcard_sec_3 .smartcard_scroll .smartcard_scroll_all:hover .hover_black {
    display: block;
  }

  .smartcard_sec_3 .smartcard_scroll .smartcard_scroll_all .hover_black div {
    width: 60px;
    height: 60px;
    background-color: #4a96ee;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 100%;
    background-size: 40%;
    background-position: 50%;
  }

  .smartcard_sec_3 .smartcard_scroll .smartcard_scroll_all .hover_black .list_profile_btn1 {
    margin-top: 65%;
    background-image: url(/img/list_editor.png);
  }

  .smartcard_sec_3 .smartcard_scroll .smartcard_scroll_all .hover_black .list_profile_btn2 {
    margin-top: 20px;
    background-image: url(/img/list_search.png);
  }

  .smartcard_sec_4 {
    background-color: #f7f7f7;
  }

  .smartcard_sec_4 .list_profile_title {
    padding-top: 55px;
    color: #0097f2;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }

  .smartcard_sec_4 .list_profile_sub {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .smartcard_sec_4 .function {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    display: inline-block;
  }

  .smartcard_sec_4 .function li {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    float: left;
  }

  .smartcard_sec_4 .function li:nth-child(2) {
    padding: 0;
    width: 70%;
    height: 560px;
  }

  .smartcard_sec_4 .function li:nth-child(2) div {
    width: 215px;
    height: 396px;
    margin: 80px auto 0;
    transition: all 0.5s;
    left: 1%;
  }

  .smartcard_sec_4 .function li:nth-child(2) div span {
    width: 95%;
  }

  .smartcard_sec_4 .function li:nth-child(1) .function_box {
    padding: 0;
    border-bottom: 0px solid #eee;
    display: inline-block;
    width: 100%;
    margin: 111% 0;
    float: left;
  }

  .smartcard_sec_4 .function li:nth-child(1) .function_box .function_img_1 {
    background-image: url(/img/function_icon_1.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -25px;
  }

  .smartcard_sec_4 .function li:nth-child(1) .function_box .function_img_2 {
    background-image: url(/img/function_icon_2.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -25px;
  }

  .smartcard_sec_4 .function li:nth-child(1) .function_box .function_img_3 {
    background-image: url(/img/function_icon_3.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -25px;
  }

  .smartcard_sec_4 .function li:nth-child(1) .function_box .function_text {
    display: inline-block;
    vertical-align: middle;
    text-align: right !important;
    width: 200px;
    padding-right: 20px;
    display: none;
  }

  .smartcard_sec_4 .function li:nth-child(1) .function_box .function_text .function_title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .smartcard_sec_4 .function li:nth-child(3) .function_box {
    border-bottom: 0px solid #eee;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 111% 0;
  }

  .smartcard_sec_4 .function li:nth-child(3) .function_box .function_img_4 {
    background-image: url(/img/function_icon_4.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
  }

  .smartcard_sec_4 .function li:nth-child(3) .function_box .function_img_5 {
    background-image: url(/img/function_icon_5.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -25px;
  }

  .smartcard_sec_4 .function li:nth-child(3) .function_box .function_img_6 {
    background-image: url(/img/function_icon_6.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -25px;
  }

  .smartcard_sec_4 .function li:nth-child(3) .function_box .function_text {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding-left: 20px;
    text-align: left;
    display: none;
  }

  .smartcard_sec_4 .function li:nth-child(3) .function_box .function_text .function_title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .smartcard_sec_4 .function li .function_box img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }

  .list_smartcard_notice {
    width: 100%;
  }

  .list_smartcard_notice ul {
    padding: 60px 0;
    margin: 0 auto;
    width: 97%;
  }

  .list_smartcard_notice ul li:nth-child(1) {
    font-family: noto_m;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }

  .list_smartcard_notice ul li {
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
    text-align: center;
  }

  /*smartcard_sec_1*/
  /*list_profile*/
  /*detail_invitation_sec_1*/
  .invitation_sec_1 {
    margin-top: 55px;
  }

  .invitation_sec_1 .invitation_ul_1 {
    width: 1000px;
    margin-right: 150px;
    margin: 0 auto;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_1 {
    float: left;
    width: 500px;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 {
    float: left;
    margin-top: 50px;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 p:nth-child(1) {
    font-size: 25px;
    margin-bottom: 17px;
    font-family: noto_l;
    letter-spacing: 2px;
    border-top: 2px solid #000000;
    padding-top: 25px;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 p:nth-child(2) {
    margin-bottom: 27px;
    font-size: 20px;
    font-family: noto_m;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 p:nth-child(3) {
    margin-bottom: 25px;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 p:nth-child(4) {
    background-color: #a4a4a4;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    height: 31px;
    margin-bottom: 30px;
    border-radius: 8px;
    width: 190px;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 p:nth-child(6) {
    text-align: right;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 p:nth-child(6)>font {
    font-family: noto_m;
    font-size: 20px;
  }

  .invitation_sec_1 .invitation_ul_1 .invitation_li_2 p:nth-child(7) {
    background-color: #0097f2;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    height: 31px;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .invitation_sec_1 .invitation_ul_2 li:nth-child(1) {
    float: left;
    color: #878787;
    height: 31px;
    width: 380px;
    text-align: center;
    padding-top: 13px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .invitation_sec_1 .invitation_ul_2 li {
    float: left;
    color: #878787;
    padding-top: 13px;
    height: 31px;
    width: 80px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .invitation_b {
    width: 570px;
    margin-left: 472px;
    height: 725px;
  }

  .invitation_b ul li:nth-child(1) {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 8px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  .invitation_b ul li {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  .invitation_p1 ul {
    display: inline-flex;
    float: left;
    color: #878787;
    height: 27px;
    text-align: center;
    padding: 20px 20px 13px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 25px;
  }

  .invitation_p1 ul li:nth-child(1) {
    margin-right: 174px;
  }

  /*detail_invitation_sec_1*/
  /*detail_invitation_sec_2*/
  .invitation_sec_2 .invitation_div_2 {
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
    border-top: 1px solid #eee;
    margin: 0 auto;
  }

  .invitation_sec_2 .invitation_div_2 .invitation_sec_2_title {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 3px;
  }

  .invitation_sec_2 .invitation_div_2 p:nth-child(2) {
    font-size: 20px;
    padding-bottom: 70px;
    color: #969696;
  }

  .invitation_sec_2 .invitation_div_2 ul {
    display: inline-block;
  }

  .invitation_sec_2 .invitation_div_2 ul li:nth-child(1) {
    float: left;
    width: 45%;
  }

  .invitation_sec_2 .invitation_div_2 ul li:nth-child(1)>img {
    width: 100%;
  }

  .invitation_sec_2 .invitation_div_2 ul li {
    margin-top: 310px;
    text-align: left;
    float: left;
    width: 45%;
    margin-left: 10%;
  }

  .invitation_sec_2 .invitation_div_2 ul li .invitation_sec_2_p {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .invitation_sec_2 .invitation_div_2 ul li div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  /*detail_invitation_sec_2*/
  /*detail_invitation_sec_3*/
  .invitation_sec_3 {
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0;
  }

  .invitation_sec_3 .invitation_div_3 {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }

  .invitation_sec_3 .invitation_div_3 ul {
    display: inline-block;
    width: 790px;
  }

  .invitation_sec_3 .invitation_div_3 ul li:nth-child(1) {
    margin-top: 300px;
    text-align: left;
    float: left;
    margin-right: 10%;
    width: 45%;
  }

  .invitation_sec_3 .invitation_div_3 ul li:nth-child(1) .invitation_sec_3_p {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .invitation_sec_3 .invitation_div_3 ul li:nth-child(1) div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  .invitation_sec_3 .invitation_div_3 ul li {
    float: left;
    width: 45%;
  }

  .invitation_sec_3 .invitation_div_3 ul li>img {
    width: 100%;
  }

  /*detail_invitation_sec_3*/
  /*detail_invitation_sec_4*/
  .invitation_sec_4 .invitation_div_4 {
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
    width: 1300px;
    margin: 0 auto;
  }

  .invitation_sec_4 .invitation_div_4 ul {
    display: inline-block;
  }

  .invitation_sec_4 .invitation_div_4 ul li:nth-child(1) {
    float: left;
    width: 45%;
  }

  .invitation_sec_4 .invitation_div_4 ul li {
    margin-top: 310px;
    margin-left: 10%;
    text-align: left;
    float: left;
    width: 45%;
  }

  .invitation_sec_4 .invitation_div_4 ul li .invitation_sec_4_p {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .invitation_sec_4 .invitation_div_4 ul li div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  /*detail_invitation_sec_4*/
  /*detail_invitation_sec_5*/
  .invitation_sec_5 {
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0;
  }

  .invitation_sec_5 .invitation_div_5 {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }

  .invitation_sec_5 .invitation_div_5 ul {
    display: inline-block;
    width: 790px;
  }

  .invitation_sec_5 .invitation_div_5 ul li:nth-child(1) {
    margin-top: 300px;
    text-align: left;
    float: left;
    margin-right: 10%;
    width: 45%;
  }

  .invitation_sec_5 .invitation_div_5 ul li:nth-child(1) .invitation_sec_5_p {
    letter-spacing: 2px;
    width: 272px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .invitation_sec_5 .invitation_div_5 ul li:nth-child(1) div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  .invitation_sec_5 .invitation_div_5 ul li {
    float: left;
    width: 45%;
  }

  /*detail_invitation_sec_5*/
  /*detail_invitation_sec_6*/
  .invitation_sec_6 .invitation_div_6 {
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
    width: 1300px;
    margin: 0 auto;
  }

  .invitation_sec_6 .invitation_div_6 ul {
    display: inline-block;
  }

  .invitation_sec_6 .invitation_div_6 ul li:nth-child(1) {
    float: left;
    width: 45%;
  }

  .invitation_sec_6 .invitation_div_6 ul li {
    margin-top: 310px;
    margin-left: 10%;
    text-align: left;
    float: left;
    width: 45%;
  }

  .invitation_sec_6 .invitation_div_6 ul li .invitation_sec_6_p {
    letter-spacing: 2px;
    width: 300px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .invitation_sec_6 .invitation_div_6 ul li div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  /*detail_invitation_sec_6*/
  /*detail_invitation_sec_7*/
  .invitation_sec_7 {
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0;
  }

  .invitation_sec_7 .invitation_div_7 {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }

  .invitation_sec_7 .invitation_div_7 ul {
    display: inline-block;
    width: 790px;
  }

  .invitation_sec_7 .invitation_div_7 ul li:nth-child(1) {
    margin-top: 300px;
    text-align: left;
    float: left;
    margin-right: 10%;
    width: 45%;
  }

  .invitation_sec_7 .invitation_div_7 ul li:nth-child(1) .invitation_sec_7_p {
    letter-spacing: 2px;
    width: 272px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .invitation_sec_7 .invitation_div_7 ul li:nth-child(1) div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  .invitation_sec_7 .invitation_div_7 ul li {
    float: left;
    width: 45%;
  }

  /*detail_invitation_sec_7*/
  /*detail_invitation_sec_8*/
  .invitation_group_order {
    margin: 0 auto;
    width: 100%;
    padding: 70px 0 50px 0;
    height: 335px;
  }

  .invitation_group_order .invitation_group_order_div {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
  }

  .invitation_group_order .invitation_group_order_div .invitation_group_order_title {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 3px;
  }

  .invitation_group_order .invitation_group_order_div p {
    font-size: 20px;
    color: #969696;
    text-align: center;
    margin-bottom: 80px;
  }

  .invitation_group_order .invitation_group_order_div ul {
    float: left;
    margin: 0 auto;
    width: 1300px;
  }

  .invitation_group_order .invitation_group_order_div ul li {
    display: inline-block;
  }

  .invitation_group_order .invitation_group_order_div ul li:nth-child(1) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #f7f7f7;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }

  .invitation_group_order .invitation_group_order_div ul li {
    margin-right: 15px;
  }

  .invitation_group_order .invitation_group_order_div ul li:nth-child(3) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #f7f7f7;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }

  .invitation_group_order .invitation_group_order_div ul li:nth-child(4) {
    margin-right: 15px;
  }

  .invitation_group_order .invitation_group_order_div ul li:nth-child(5) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #f7f7f7;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }

  .invitation_group_order .invitation_group_order_div ul li:nth-child(6) {
    margin-right: 15px;
  }

  .invitation_group_order .invitation_group_order_div ul li:nth-child(7) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #f7f7f7;
    display: inline-block;
    text-align: center;
  }

  /*detail_invitation_sec_8*/
  /*detail_invitation_sec_9*/
  .invitation_notice {
    width: 100%;
    background-color: #f7f7f7;
  }

  .invitation_notice ul {
    padding: 60px 0;
    margin: 0 auto;
    width: 535px;
  }

  .invitation_notice ul li {
    display: inline-block;
  }

  .invitation_notice ul li:nth-child(1) {
    font-family: noto_m;
    font-size: 16px;
    margin-right: 100px;
  }

  .invitation_notice ul li {}

  /*detail_invitation_sec_9*/
  /*list_solution*/
  .solution_list {
    width: 100%;
  }

  .solution_list .solution_listt {
    margin: 0 auto;
    width: 1200px;
  }

  .solution_list .solution_listt .solution_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 12px;
    margin-top: 55px;
    color: #0097f1;
  }

  .solution_list .solution_listt .solution_sub {
    text-align: center;
    margin-bottom: 50px;
  }

  .solution_list .solution_listt .solution_list_ul {
    float: right;
    display: inline-flex;
  }

  .solution_list .solution_listt .solution_list_ul li:nth-child(1) {
    background-color: #ededed;
    width: 65px;
    text-align: center;
    font-family: noto_m;
    border: 1px solid #ededed;
    padding: 3px;
  }

  .solution_list .solution_listt .solution_list_ul li {
    width: 65px;
    text-align: center;
    font-family: noto_m;
    border: 1px solid #ededed;
    padding: 3px;
  }

  .solution_list .solution_listt .solution_list_list {
    border-top: 1px solid #eee;
    display: inline-flex;
    width: 1200px;
    margin-top: 30px;
    margin-bottom: 80px;
    border-bottom: 1px solid #eee;
  }

  .solution_list .solution_listt .solution_list_img {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 110px;
  }

  .solution_list .solution_listt .solution_list_img>img {
    margin-right: 30px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub1 {
    margin-top: 250px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub1 .solution_list_title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: noto_M;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub1 .solution_list_price {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub1 .solution_list_hashtag {
    margin-bottom: 30px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub1 .solution_list_b {
    color: #878787;
    text-align: center;
    border: 1px solid #eee;
    padding-top: 10px;
    height: 29px;
    width: 150px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub2 {
    margin-top: 260px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub2 .solution_list_title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: noto_M;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub2 .solution_list_price {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub2 .solution_list_hashtag {
    margin-bottom: 30px;
  }

  .solution_list .solution_listt .solution_list_list .solution_list_sub2 .solution_list_b {
    color: #878787;
    padding-top: 10px;
    height: 29px;
    width: 150px;
    text-align: center;
    border: 1px solid #eee;
  }

  /*list_solution*/
  /*detail_solution_sec_1*/
  .solution_sec_1 {
    margin-top: 55px;
  }

  .solution_sec_1 .solution_ul_1 {
    width: 1000px;
    margin-right: 150px;
    margin: 0 auto;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_1 {
    float: left;
    width: 500px;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 {
    float: left;
    margin-top: 50px;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 p:nth-child(1) {
    font-size: 25px;
    margin-bottom: 17px;
    font-family: noto_l;
    letter-spacing: 2px;
    border-top: 2px solid #000000;
    padding-top: 25px;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 p:nth-child(2) {
    margin-bottom: 27px;
    font-size: 20px;
    font-family: noto_m;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 p:nth-child(3) {
    margin-bottom: 25px;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 p:nth-child(4) {
    background-color: #a4a4a4;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    height: 31px;
    margin-bottom: 30px;
    border-radius: 8px;
    width: 190px;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 p:nth-child(6) {
    text-align: right;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 p:nth-child(6)>font {
    font-family: noto_m;
    font-size: 20px;
  }

  .solution_sec_1 .solution_ul_1 .solution_li_2 p:nth-child(7) {
    background-color: #0097f2;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    height: 31px;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .solution_sec_1 .solution_ul_2 li:nth-child(1) {
    float: left;
    color: #878787;
    height: 31px;
    width: 471px;
    text-align: center;
    padding-top: 13px;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .solution_sec_1 .solution_ul_2 li {
    float: left;
    color: #878787;
    padding-top: 13px;
    height: 31px;
    width: 80px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .solution_b {
    width: 570px;
    margin-left: 472px;
    height: 725px;
  }

  .solution_b ul li:nth-child(1) {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 8px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  .solution_b ul li {
    float: left;
    background-color: #f6f6f6;
    color: #878787;
    height: 28px;
    width: 135px;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    border: 1px solid #eee;
    font-size: 13px;
  }

  .solution_p1 ul {
    display: inline-flex;
    float: left;
    color: #878787;
    height: 27px;
    text-align: center;
    padding: 20px 20px 13px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 25px;
  }

  .solution_p1 ul li:nth-child(1) {
    margin-right: 174px;
  }

  /*detail_solution_sec_1*/
  /*detail_solution_sec_2*/
  .solution_sec_2 .solution_div_2 {
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
    border-top: 1px solid #eee;
    margin: 0 auto;
  }

  .solution_sec_2 .solution_div_2 .solution_sec_2_title {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 3px;
  }

  .solution_sec_2 .solution_div_2 p:nth-child(2) {
    font-size: 20px;
    padding-bottom: 70px;
    color: #969696;
  }

  .solution_sec_2 .solution_div_2 ul {
    display: inline-block;
  }

  .solution_sec_2 .solution_div_2 ul li:nth-child(1) {
    float: left;
    width: 45%;
  }

  .solution_sec_2 .solution_div_2 ul li:nth-child(1)>img {
    width: 100%;
  }

  .solution_sec_2 .solution_div_2 ul li {
    margin-top: 310px;
    text-align: left;
    float: left;
    width: 45%;
    margin-left: 10%;
  }

  .solution_sec_2 .solution_div_2 ul li .solution_sec_2_p {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .solution_sec_2 .solution_div_2 ul li div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  /*detail_solution_sec_2*/
  /*detail_solution_sec_3*/
  .solution_sec_3 {
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0;
  }

  .solution_sec_3 .solution_div_3 {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }

  .solution_sec_3 .solution_div_3 ul {
    display: inline-block;
    width: 790px;
  }

  .solution_sec_3 .solution_div_3 ul li:nth-child(1) {
    margin-top: 300px;
    text-align: left;
    float: left;
    margin-right: 10%;
    width: 45%;
  }

  .solution_sec_3 .solution_div_3 ul li:nth-child(1) .solution_sec_3_p {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .solution_sec_3 .solution_div_3 ul li:nth-child(1) div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  .solution_sec_3 .solution_div_3 ul li {
    float: left;
    width: 45%;
  }

  .solution_sec_3 .solution_div_3 ul li>img {
    width: 100%;
  }

  /*detail_solution_sec_3*/
  /*detail_solution_sec_4*/
  .solution_sec_4 .solution_div_4 {
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
    width: 1300px;
    margin: 0 auto;
  }

  .solution_sec_4 .solution_div_4 ul {
    display: inline-block;
  }

  .solution_sec_4 .solution_div_4 ul li:nth-child(1) {
    float: left;
    width: 45%;
  }

  .solution_sec_4 .solution_div_4 ul li {
    margin-top: 310px;
    margin-left: 10%;
    text-align: left;
    float: left;
    width: 45%;
  }

  .solution_sec_4 .solution_div_4 ul li .solution_sec_4_p {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .solution_sec_4 .solution_div_4 ul li div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  /*detail_solution_sec_4*/
  /*detail_solution_sec_5*/
  .solution_sec_5 {
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0;
  }

  .solution_sec_5 .solution_div_5 {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }

  .solution_sec_5 .solution_div_5 ul {
    display: inline-block;
    width: 790px;
  }

  .solution_sec_5 .solution_div_5 ul li:nth-child(1) {
    margin-top: 300px;
    text-align: left;
    float: left;
    margin-right: 10%;
    width: 45%;
  }

  .solution_sec_5 .solution_div_5 ul li:nth-child(1) .solution_sec_5_p {
    letter-spacing: 2px;
    width: 272px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .solution_sec_5 .solution_div_5 ul li:nth-child(1) div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  .solution_sec_5 .solution_div_5 ul li {
    float: left;
    width: 45%;
  }

  /*detail_solution_sec_5*/
  /*detail_solution_sec_6*/
  .solution_sec_6 .solution_div_6 {
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
    width: 1300px;
    margin: 0 auto;
  }

  .solution_sec_6 .solution_div_6 ul {
    display: inline-block;
  }

  .solution_sec_6 .solution_div_6 ul li:nth-child(1) {
    float: left;
    width: 45%;
  }

  .solution_sec_6 .solution_div_6 ul li {
    margin-top: 310px;
    margin-left: 10%;
    text-align: left;
    float: left;
    width: 45%;
  }

  .solution_sec_6 .solution_div_6 ul li .solution_sec_6_p {
    letter-spacing: 2px;
    width: 300px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
  }

  .solutionsec_6 .solution_div_6 ul li div {
    margin: 30px 0px;
    line-height: 25px;
    text-align: left;
  }

  /*detail_solution_sec_6*/
  /*detail_solution_sec_7*/
  .solution_group_order {
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7;
    padding: 70px 0 50px 0;
    height: 335px;
  }

  .solution_group_order .solution_group_order_div {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }

  .solution_group_order .solution_group_order_div .solution_group_order_title {
    letter-spacing: 2px;
    width: 260px;
    color: #0097f2;
    font-family: 'Noto_M';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 3px;
  }

  .solution_group_order .solution_group_order_div p {
    font-size: 20px;
    color: #969696;
    text-align: center;
    margin-bottom: 80px;
  }

  .solution_group_order .solution_group_order_div ul {
    float: left;
    margin: 0 auto;
    width: 1300px;
  }

  .solution_group_order .solution_group_order_div ul li {
    display: inline-block;
  }

  .solution_group_order .solution_group_order_div ul li:nth-child(1) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }

  .solution_group_order .solution_group_order_div ul li {
    margin-right: 15px;
  }

  .solution_group_order .solution_group_order_div ul li:nth-child(3) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }

  .solution_group_order .solution_group_order_div ul li:nth-child(4) {
    margin-right: 15px;
  }

  .solution_group_order .solution_group_order_div ul li:nth-child(5) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }

  .solution_group_order .solution_group_order_div ul li:nth-child(6) {
    margin-right: 15px;
  }

  .solution_group_order .solution_group_order_div ul li:nth-child(7) {
    width: 135px;
    padding: 50px 0px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
  }

  /*detail_solution_sec_7*/
  /*detail_solution_sec_8*/
  .solution_notice {
    width: 100%;
  }

  .solution_notice ul {
    padding: 60px 0;
    margin: 0 auto;
    width: 535px;
  }

  .solution_notice ul li {
    display: inline-block;
  }

  .solution_notice ul li:nth-child(1) {
    font-family: noto_m;
    font-size: 16px;
    margin-right: 100px;
  }

  /*detail_solution_sec_8*/
  /*promotion*/
  .promotion_list .promotion_listt .promotion_title {
    text-align: center;
    margin-top: 55px;
    color: #111111;
    font-family: noto_l;
    font-size: 30px;
  }

  .promotion_list .promotion_listt .promotion_sub {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 5px;
    font-family: noto_l;
    color: #aaa;
    font-size: 14px;
  }

  .promotion_list .promotion_listt .promotion_list_1 {
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #eee;
    width: 100%;
    height: 35px;
  }

  .promotion_list .promotion_listt .promotion_list_1 .promotion_list_ul {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
  }

  .promotion_list .promotion_listt .promotion_list_1 .promotion_list_ul li {
    font-size: 14px;
    font-family: noto_r;
    width: 50%;
    float: left;
    border-top: 2px solid #fff0;
    padding-top: 12px;
    margin-top: -16px;
  }

  .promotion_list .promotion_listt .promotion_list_1 .promotion_list_ul li.active {
    cursor: pointer;
    padding-top: 12px;
    margin-top: -16px;
    border-top: 2px solid;
    font-family: noto_m;
    color: #4a96ee;
  }

  .promotion_list .promotion_listt .promotion_list_2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
  }

  .promotion_list .promotion_listt .promotion_list_2 .promotion_list_ul2 {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
  }

  .promotion_list .promotion_listt .promotion_list_2 .promotion_list_ul2 li {
    float: none;
    width: 340px;
    margin: 0 auto;
  }

  .promotion_list .promotion_listt .promotion_list_2 .promotion_list_p1 {
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
    font-family: noto_r;
  }

  .promotion_list .promotion_listt .promotion_list_2 .promotion_list_p2 {
    font-family: noto_l;
    text-align: left;
    text-align: center;
    font-size: 13px;
    margin-bottom: 50px;
  }

  .promotion_list .promotion_listt .promotion_list_2 .promotion_img {
    background-color: #eee;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #eee;
  }

  .promotion_list .promotion_listt .promotion_list_2 .promotion_img img {
    width: 100%;
  }

  /*promotion*/
  /*detail_promotion*/
  .promotion_detail_title {
    text-align: center;
    margin-top: 55px;
    color: #000000;
    font-family: noto_t;
    font-size: 33px;
  }

  .promotion_detail_sub {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 5px;
    font-family: noto_m;
    color: #4a96ee;
    font-size: 14px;
  }

  .promotion_detail {
    width: 100%;
    margin: 0 auto;
  }

  .promotion_detail .promotion_detail_group {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 50px;
  }

  .promotion_detail .promotion_detail_group div:nth-child(1) {
    display: inline-block;
    font-size: 14px;
    font-family: noto_m;
    width: 120px;
    border-right: 1px solid #eee;
    margin-left: 15px;
    display: none;
  }

  .promotion_detail .promotion_detail_group div:nth-child(2) {
    display: inline-block;
    width: 204px;
    font-size: 14px;
    margin-left: 3%;
    border-right: 0px solid #eee;
  }

  .promotion_detail .promotion_detail_group div:nth-child(3) {
    display: inline-block;
    width: 38%;
    text-align: right;
    margin-right: 3%;
    font-size: 13px;
    font-family: noto_l;
  }

  .promotion_detail .promotion_detail_img {
    width: 100%;
    min-height: 300px;
    margin-top: 0;
    padding: 35px 0px;
  }

  .promotion_detail .promotion_detail_img p {
    width: 100%
  }

  .promotion_detail .promotion_detail_img p img {
    width: 100% !important;
  }

  .promotion_detail .promotion_detail_list {
    width: 100px;
    text-align: center;
    border: 1px solid #eee;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 120px;
    border-radius: 6px;
    font-family: noto_m;
    margin-left: 38%;
  }

  /*detail_promotion*/
  /*login*/
  .login {
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }

  .login .login_sub {
    font-size: 16px;
    margin-top: 110px;
    font-family: 'noto_l';
  }

  .login .login_main {
    text-align: center;
    font-size: 30px;
    margin-bottom: 42px;
    margin-top: 7px;
    color: #0097f1;
  }

  .login .login_btn {
    background-color: #4a96ee;
    width: 90%;
    color: #fff;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 45px;
    margin-bottom: 26px;
    border-radius: 3px;
    cursor: pointer;
  }

  .login .login_id {
    display: inline-flex;
    margin-bottom: 30px;
  }

  .login .login_id li {
    padding: 0 10px;
    max-width: 90px;
    font-size: 13px;
    letter-spacing: 0;
    color: #808080;
  }

  .login .login_id .password_id {
    border-right: 1px solid #4a96ee;
    border-left: 1px solid #4a96ee;
  }

  .login .login_sub_text {
    margin-bottom: 30px;
    font-family: 'noto_l';
    letter-spacing: 0;
  }

  .login .login_sns {
    display: inline-flex;
  }

  .login .login_sns li {
    margin: 0 10px;
    width: 60px;
    padding: 16px 0px;
    background-color: #4a96ee;
    /* border: 3px solid #4a96ee; */
    border-radius: 100%;
    text-align: center;
  }

  .login .login_sns li img {
    vertical-align: middle;
    width: 43%;
  }

  .login .login_id_box>input {
    border: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 10px 0;
    outline: none;
    width: 320px;
    margin: 0 auto;
    text-indent: 35px;
    height: 50px;
    font-size: 13px;
    font-family: 'noto_l';
  }

  .login .login_password_box>input {
    border: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 10px 0;
    outline: none;
    width: 320px;
    margin: 0 auto;
    text-indent: 35px;
    height: 50px;
    font-size: 13px;
    font-family: 'noto_l';
  }

  /*login*/
  /*join*/
  .wrap .wrap_join {
    width: 95%;
    margin: 0 auto;
  }

  .wrap .wrap_join .join_sub {
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
  }

  .wrap .wrap_join .join_main {
    text-align: center;
    font-size: 26px;
    margin-bottom: 42px;
    margin-top: 7px;
    color: #0097f1;
  }

  .wrap .wrap_join .join_txt {
    font-size: 18px;
    margin-top: 67px;
    padding-bottom: 10px;
    color: #0097f1;
    border-bottom: 1px solid #eee;
  }

  .wrap .wrap_join .join_btn {
    background-color: #4a96ee;
    width: 90%;
    color: #fff;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 45px;
    margin-bottom: 26px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
  }

  .wrap .wrap_join .id_password {
    width: 202px;
    margin: 0 auto;
  }

  .wrap .wrap_join .id_password_ul {
    display: inline-flex;
    margin-bottom: 100px;
  }

  .wrap .wrap_join .id_password .id_password_ul .id_password_li_1 {
    max-width: 90px;
    padding: 0 10px;
    border: 0;
    border-right: 1px solid #4a96ee;
  }

  .wrap .wrap_join .id_password .id_password_ul .id_password_li_2 {
    max-width: 90px;
    padding: 0 10px;
    border: 0;
  }

  .wrap .wrap_join .join_1 {
    width: 15%;
    height: 30px;
    line-height: 30px;
    display: none;
  }

  .wrap .wrap_join .join_r {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    width: 100%;
  }

  .wrap .wrap_join .join_radio {
    width: 95%;
  }

  .wrap .wrap_join .join_radio>label {
    padding: 0 1.1%;
    width: 15%;
  }

  .wrap .wrap_join .join_r input[type='text'],
  .wrap .wrap_join .join_r input[type='password'] {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    padding: 5px 10px;
    outline: none;
    border-radius: 3px;
    width: 91%;
  }

  .wrap .wrap_join .join_r input[type='radio'] {
    width: 13px;
    height: 13px;
    margin-right: 0;
    margin-left: 0;
    margin-top: -2px;
  }

  .wrap .wrap_join .join_r select {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 27%;
    background-size: 7.2%;
    padding: 0 2%;
  }

  .wrap .wrap_join .join_r .mobile_num {
    width: 100px !important;
    width: 20% !important;
  }

  .wrap .wrap_join ul li {
    border-bottom: 1px solid #efefef;
    padding: 17px 0;
    display: flex;
  }

  .wrap .wrap_join ul .join_line {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .wrap .wrap_join ul li .join_name {
    background-color: #4a96ee;
    color: #fff;
    width: 95px;
    text-align: center;
    line-height: 30px;
    margin-left: 25px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
  }

  .wrap .wrap_join ul li:nth-child(6) div:nth-child(2) input {
    width: 23%;
  }

  .wrap .wrap_join .join_join>input {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    padding: 4px 10px;
    outline: none;
    border-radius: 3px;
    width: 63%;
    margin-left: 5%;
  }

  /*join*/
  /*find*/
  .find .find_join {
    width: 1000px;
    margin: 0 auto;
  }

  .find .wrap_find .find_sub {
    text-align: center;
    font-size: 16px;
    margin-top: 110px;
    font-family: noto_l;
  }

  .find .wrap_find .find_main {
    text-align: center;
    font-size: 30px;
    margin-bottom: 42px;
    margin-top: 7px;
    color: #0097f1;
  }

  .find .wrap_find .find_txt {
    font-size: 18px;
    margin-top: 67px;
    padding-bottom: 10px;
    color: #0097f1;
    border-bottom: 1px solid #eee;
  }

  .find .wrap_find .find_btn {
    background-color: #4a96ee;
    width: 266px;
    color: #fff;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 45px;
    margin-bottom: 26px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
  }

  .find .wrap_find .id_password {
    width: 160px;
    margin: 0 auto;
  }

  .find .wrap_find .id_password_ul {
    display: inline-flex;
    margin-bottom: 100px;
  }

  .find .wrap_find .id_password .id_password_ul .id_password_li_1 {
    max-width: 90px;
    padding: 0 10px;
    border: 0;
    border-right: 1px solid #4a96ee;
  }

  .find .wrap_find .id_password .id_password_ul .id_password_li_2 {
    max-width: 90px;
    padding: 0 10px;
    border: 0;
  }

  .find .wrap_find .find_1 {
    width: 115px;
    height: 30px;
    line-height: 30px;
  }

  .find .wrap_find .find_r {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }

  .find .wrap_find .find_r input[type='text'],
  .find .wrap_find .find_r input[type='password'] {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    outline: none;
    border-radius: 3px;
    width: 180px;
    border: 0;
    font-family: noto_l;
  }

  .find .wrap_find .find_r input[type='radio'] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .find .wrap_find .find_r select {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 3px;
  }

  .find .wrap_find .find_r .mobile_num {
    width: 100px !important;
  }

  .find .wrap_find ul li {
    border-bottom: 1px solid #efefef;
    padding: 15px 0 5px 0;
    display: flex;
  }

  .find .wrap_find ul .find_line {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .wrap .wrap_find ul li .find_name {
    background-color: #4a96ee;
    color: #fff;
    width: 70px;
    text-align: center;
    line-height: 30px;
    margin-left: 11px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
  }

  .wrap .wrap_find .find_join>input {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    padding: 5px 10px;
    outline: none;
    border-radius: 3px;
    width: 155px;
    margin-left: 10px;
  }

  .find .wrap_find ul {
    width: 260px;
    margin: 0 auto;
  }

  /*find*/
  /*join_agree*/
  .agree_sub_title {
    font-size: 15px;
    margin-top: 90px;
    text-align: center;
    font-family: noto_l;
  }

  .agree_title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 7px;
    color: #0097f1;
  }

  .join_agree {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .join_agree .join_agree_ul {
    display: inline-flex;
    margin-bottom: 0;
    width: 95%;
    display: inline-block;
    margin: 0 auto 10%;
  }

  .join_agree .join_agree_ul .join_agree_li_1 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 100px;
  }

  .join_agree .join_agree_ul .join_agree_li_2 {}

  .join_agree .join_agree_ul .join_agree_li_1 .checkbox_title {
    font-family: noto_m;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: left;
  }

  .join_agree .checkbox_text>textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    resize: none;
    margin-left: 0;
  }

  .join_agree .agree_checkbox {
    display: inline-flex;
    width: 100%;
  }

  .join_agree .agree_checkbox .agree_checkbox_text_1 {
    margin-right: 5%;
    margin-left: 0;
  }

  .join_agree .agree_checkbox .agree_checkbox_text_2 {
    margin-right: 5%;
  }

  .join_agree .agree_checkbox .agree_checkbox_checkbox {
    display: inline-flex;
  }

  .join_agree .agree_checkbox .agree_checkbox_checkbox>input {
    margin-right: 5px;
    margin-top: 3px;
    height: auto;
    width: 15px;
    vertical-align: middle;
  }

  .join_agree .agree_checkbox .agree_checkbox_2>input {
    margin-right: 5px;
    margin-top: 3px;
  }

  .join_agree .join_agree_ul .join_agree_li_2 .checkbox_title {
    font-family: noto_m;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .agree_next {
    background-color: #4a96ee;
    width: 266px;
    margin: 0 auto;
    line-height: 45px;
    margin-bottom: 100px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    color: #fff;
  }

  .agree_next>a {
    color: #fff;
  }

  .join_btn_wrap {
    width: 95%;
    margin: 0 auto 10%;
    display: inline-block;
    text-align: center;
  }

  .join_btn_wrap>li {
    width: 100%;
    float: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Noto_M';
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 7%;
    transition: all 0.2s;
  }

  .join_btn_wrap>li:hover {
    opacity: 0.8;
  }

  .join_btn_wrap>li:nth-child(1) {
    background-color: #4a96ee;
  }

  .join_btn_wrap>li:nth-child(2) {
    margin: 5% 0;
    background-color: #2db400;
    background-image: url('/img/login_n.png');
  }

  .join_btn_wrap>li:nth-child(3) {
    background-color: #f5dc00;
    background-image: url('/img/login_k.png');
  }

  /*join_agree*/
  /*list_buy*/
  .basket_wrap {
    width: 100%
  }

  .basket_wrap .basket_title {
    text-align: center;
    margin-top: 55px;
    color: #111111;
    font-family: noto_l;
    font-size: 30px;
  }

  .basket_wrap .basket_sub {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 5px;
    font-family: noto_l;
    color: #aaa;
    font-size: 14px;
  }

  .basket_wrap .basket_cate_group {
    width: 100%;
    text-align: center;
    border-top: 1px solid #eee;
  }

  .basket_wrap .basket_cate {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
  }

  .basket_wrap .basket_cate a li {
    width: 50%;
    float: left;
  }

  .basket_wrap .basket_cate a li.active {
    cursor: pointer;
    padding-top: 12px;
    margin-top: -16px;
    border-top: 2px solid;
    font-family: noto_m;
    color: #4a96ee;
  }

  .basket_wrap .basket_text {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #0097f1;
    border-bottom: 0px solid #eee;
    padding-bottom: 10px;
    margin-top: 45px;
    padding-left: 3%;
  }

  .basket_wrap .basket_list_group {
    text-align: center;
    border-top: 2px solid #eee;
  }

  .basket_wrap .basket_list {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }

  .basket_wrap .basket_list>li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 218px;
  }

  .basket_wrap .basket_list>li:nth-child(1) {
    display: none;
  }

  .basket_wrap .basket_list>li>div {
    float: left;
    text-align: center;
    width: 23%;
    margin: 11px 0px;
    padding: 0;
    height: 35px;
    line-height: 35px;
  }

  .basket_wrap .basket_list>li>div.movie_page {
    margin-top: 15% !important;
  }

  .basket_wrap .basket_list>li:nth-child(1)>div {
    height: 40px;
    line-height: 40px;
    width: 20%;
    padding: 0;
  }

  .basket_wrap .basket_list li>div:nth-child(1) {
    width: 11%;
    margin: 20% 0;
  }

  .basket_wrap .basket_list li>div:nth-child(2) {
    width: 41%;
    padding: 0;
    height: auto;
  }

  .basket_wrap .basket_list li>div:nth-child(2)>div {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 0;
    height: auto;
    text-indent: 0;
    text-align: center;
    padding-top: 92%;
  }

  .basket_wrap .basket_list li>div:nth-child(2)>div.movie_thum {
    background-size: 80%;
    background-position: center center;
    padding-top: 70%;
  }

  .basket_wrap .basket_list li>div:nth-child(3) {
    width: 22%;
    padding: 0;
    margin-top: 14%;
  }

  .basket_wrap .basket_list li>div:nth-child(3) div {
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 3px;
    width: 51px;
    margin: 0 auto;
    position: relative;
  }

  .basket_wrap .basket_list li>div:nth-child(3) div input {
    height: 35px;
    line-height: 35px;
    width: 45px;
    border: 0;
    text-indent: 8px;
    text-align: left;
  }

  .basket_wrap .basket_list li>div:nth-child(3) div ul {
    position: absolute;
    right: 0;
    top: -1px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-radius: 0 3px 3px 0;
  }

  .basket_wrap .basket_list li>div:nth-child(3) div ul li {
    line-height: 18px;
    text-align: center;
    width: 13px;
    cursor: pointer;
    font-size: 10px;
  }

  .basket_wrap .basket_list li>div:nth-child(4) {
    margin-top: 14%;
  }

  .basket_wrap .basket_list li>div .basket_btn {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 100px;
    width: 75px;
    line-height: 35px;
    font-size: 13px !important;
    font-family: noto_m;
    display: inline-block;
    border: 1px solid #eee;
    margin: auto;
    cursor: pointer;
    transition: all 0.3s;
  }

  .basket_wrap .basket_list li>div .basket_btn:hover {
    background-color: #4a96ee;
    color: #fff;
  }

  .basket_sec_3 {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    display: inline-block;
    border-top: 2px solid #eee;
    margin: 0 auto 20px;
  }

  .basket_sec_3 ul {
    float: left;
    display: inline-block;
  }

  .basket_sec_3 ul:nth-child(1) {
    background-color: #f6f6f6;
    width: 100%;
  }

  .basket_sec_3 ul:nth-child(2) {
    background-color: #fff;
    border-top: 1px solid #eee;
    width: 100%;
  }

  .basket_sec_3 ul li {
    width: 50%;
    text-align: center;
    float: left;
    padding: 20px 0px;
    font-size: 15px;
    font-family: 'Noto_m';
  }

  .basket_sec_3 ul li span {
    font-size: 18px;
    font-family: 'Noto_m';
  }

  .basket_btn .basket_btn_ul .basket_btn_notice {
    line-height: 45px;
    margin-right: 643px;
  }

  .basket_wrap .basket_btn {
    margin: 0 auto;
    width: 100%;
  }

  .basket_wrap .basket_btn_ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
  }

  .basket_wrap .basket_btn_ul li {
    border: 1px solid #eee;
    color: #fff;
    display: inline-block;
    background-color: #4a96ee;
    margin-left: 10px;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
  }

  /*list_buy*/
  /*detail_buy*/
  .buy_detail {
    margin: 0 auto;
    width: 100%;
  }

  .buy_detail .buy_title {
    text-align: center;
    margin-top: 55px;
    color: #111111;
    font-family: noto_l;
    font-size: 30px;
  }

  .buy_detail .buy_sub {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 5px;
    font-family: noto_l;
    color: #aaa;
    font-size: 14px;
  }

  .buy_detail .buy_text {
    font-size: 18px;
    color: #0097f1;
    padding-bottom: 10px;
    margin-left: 10px;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul {
    border-top: 2px solid #eee;
    margin-bottom: 30px;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li:nth-child(1) {
    padding: 10px 0;
    display: none;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div {
    float: left;
    text-align: center;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div {
    padding: 0;
    height: 60px;
    line-height: 60px;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(1) {
    padding: 0px;
    height: 180px;
    width: 45%;
    line-height: 170px;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(1) img {
    vertical-align: middle;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(1) img.cate_etc {
    height: 100%;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(1) img.cate_movie {
    width: 80%;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(2) {
    width: 45%;
    text-align: left;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(3) {
    width: 10%;
    text-align: left;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(4) {
    width: 25%;
    text-align: left;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(5) {
    width: 30%;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(5) span {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 100px;
    width: 80px;
    line-height: 35px;
    font-size: 13px !important;
    font-family: noto_m;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 auto;
    cursor: pointer;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(5) span:hover {
    background-color: #0097f1;
    color: #fff;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(5) p {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 10px 0;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li div:nth-child(6) {
    width: 55%;
    text-align: left;
  }

  .buy_detail .buy_sec_1 .buy_sec_1_ul li:nth-child(1) div {
    padding: 0px;
    height: 30px;
    line-height: 30px;
  }

  .buy_detail .buy_sec_2>ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
  }

  .buy_detail .buy_sec_2>ul li:nth-child(1) {
    margin-top: 60px;
    padding: 0px 0;
    border: 0;
  }

  .buy_detail .buy_sec_2>ul li:nth-child(2) {
    border-top: 2px solid #eee;
  }

  .buy_detail .buy_sec_2>ul li:nth-child(2)>input {
    margin-left: 30px;
    margin-right: 0;
    width: 13px;
    height: 13px;
  }

  .buy_detail .buy_sec_2>ul li:nth-child(2)>input:nth-child(1) {
    margin-left: 0;
    width: 13px;
    height: 13px;
  }

  .buy_detail .buy_sec_2>ul>li>div {
    float: left;
    text-align: left;
    height: 30px;
    line-height: 30px;
  }

  .buy_detail .buy_sec_2>ul li:nth-child(1) div {
    font-size: 18px;
    color: #0097f1;
    padding-bottom: 10px;
    margin-top: 0;
    display: inline-block;
    margin-left: 10px;
  }

  .buy_detail .buy_sec_2>ul li:nth-child(2) div:nth-child(2) input {
    margin-right: 0;
    width: 13px;
    height: 13px;
  }

  .buy_detail .buy_sec_2>ul li>div:nth-child(1) {
    width: 22%;
  }

  .buy_detail .buy_sec_2>ul li>div:nth-child(2) {
    width: 70%;
  }

  .buy_detail .buy_sec_2>ul li>div:nth-child(2)>input {
    margin-right: 5px;
    width: 27%;
    padding: 5px 0px;
    text-align: center;
  }

  .buy_detail .buy_sec_2>ul li>div:nth-child(2)>span {
    background-color: #4a96ee;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 29px;
    padding: 0 10px;
    margin-left: 10px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 19%;
    cursor: pointer;
  }

  .buy_sec_3_ul li>label>img {
    width: 20%;
    vertical-align: middle;
    margin-left: 1%;
  }

  .buy_sec_3_ul .notice_p {
    font-size: 13px;
    line-height: 19.3px;
    width: 95%;
    margin: 3% auto 0;
  }

  .buy_sec_3>ul {
    width: 100%;
    display: inline-block;
  }

  .buy_sec_3>ul div {
    float: left;
    padding: 10px 0;
  }

  .buy_sec_3>ul li {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
  }

  .buy_sec_3>ul li:nth-child(1) {
    margin-top: 60px;
    padding: 0px 0;
    border: 0;
  }

  .buy_sec_3>ul li:nth-child(1) div {
    font-size: 18px;
    color: #0097f1;
    padding-bottom: 10px;
    width: 32%;
    margin-left: 10px;
  }

  .buy_sec_3>ul li:nth-child(2) {
    border-top: 2px solid #eee;
    background-color: #f8f8f8;
  }

  .buy_sec_3>ul li div {
    width: 50%;
    text-align: center;
  }

  .buy_sec_3>ul li .buy_1 {}

  .buy_sec_3>ul li .buy_2 {
    display: none;
  }

  .buy_sec_3>ul li .buy_3 {
    display: none;
  }

  .buy_sec_3>ul li .buy_4 {
    display: none;
  }

  .buy_sec_3>ul li .buy_5 {}

  .buy_sec_3>ul li div:nth-child(2),
  .buy_sec_3>ul li div:nth-child(4) {
    width: 90px;
    text-align: center;
  }

  .buy_sec_3>ul li:nth-child(3) {
    padding: 10px 0;
  }

  .buy_sec_3>ul li:nth-child(3) div {
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-family: noto_m;
  }

  .buy_sec_3>ul li:nth-child(3) div:nth-child(2),
  .buy_sec_3>ul li:nth-child(3) div:nth-child(4) {
    width: 90px;
    text-align: center;
    font-size: 20px;
    font-family: noto_m;
  }

  .buy_sec_notice {
    margin-top: 5% !important;
    width: 95%;
    margin: 0 auto;
  }

  .buy_detail .buy_btn {
    background-color: #4a96ee;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 45px;
    margin-bottom: 80px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    margin-left: 10%;
  }

  /*detail_buy*/
  /*customer_list*/
  .customer_list .customer_menu {
    /* overflow-x: scroll; */
    margin: 0 auto;
    width: 100%;
  }

  .customer_list .customer_menu .customer_menu_ul {
    width: 100%;
  }

  .customer_list .customer_menu .customer_menu_ul2 {
    width: 100%;
  }

  .customer_list .customer_menu .customer_menu_ul li {
    padding: 0 2%;
    width: 28%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #fff0;
  }

  .customer_list .customer_menu .customer_menu_ul2 li {
    padding: 0 2%;
    width: 45%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #fff0;
  }

  .customer_list .customer_menu .customer_menu_ul2 a:nth-child(5) li {
    width: 90%;
  }

  .customer_list .customer_menu .customer_menu_ul li.active {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .customer_list .customer_menu .customer_menu_ul li:nth-child(5) {
    border-right: 0;
  }

  .customer_list .customer_p {
    margin-left: 10px;
  }

  .customer_list .customer_p>font {}

  .customer_list .customer_notice {
    width: 100%;
  }

  .customer_list .customer_notice .customer_notice_ul {
    width: 97%;
    margin: 0 auto;
  }

  .customer_list .customer_notice .customer_notice_ul li {}

  .customer_list .customer_notice .customer_notice_ul li p {
    text-align: center;
  }

  .customer_list .customer_notice .customer_notice_ul li div {}

  .customer_list .customer_notice .customer_notice_ul li div:nth-child(1) {
    width: 23%;
    display: none;
  }

  .customer_list .customer_notice .customer_notice_ul li div:nth-child(2) {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 60%;
    overflow: hidden;
  }

  .customer_list .customer_notice .customer_notice_ul li>div:nth-child(2) span {
    font-size: 10px;
    color: #fff;
    background-color: #0097f1;
    border-radius: 2px;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
  }

  .customer_list .customer_notice .customer_notice_ul li div:nth-child(3) {
    width: 80px;
    display: none;
  }

  .customer_list .customer_notice .customer_notice_ul li div:nth-child(4) {
    width: 40%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }

  .customer_list .customer_number {
    width: 100%;
  }

  .customer_list .faq_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
    margin-top: 55px;
    color: #0097f1;
  }

  .customer_list .faq_menu .faq_menu_ul {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    background-color: #eee;
    line-height: 45px;
  }

  .customer_list .faq_menu .faq_menu_ul li {
    display: inline-block;
    text-align: center;
    padding: 0 40px;
    min-width: 75px;
    border-right: 1px solid #eee;
    line-height: 22px;
    cursor: pointer;
  }

  .customer_list .faq_menu .faq_menu_ul li.active {
    color: #4a96ee;
    cursor: pointer;
  }

  .customer_list .faq_p {
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    padding-bottom: 25px;
    margin-top: 60px;
  }

  .customer_list .faq_p>font {
    font-size: 14px;
    color: #eee;
    border-left: 1px solid #eee;
    padding-left: 10px;
  }

  .customer_list .faq_notice {}

  .customer_list .faq_notice .faq_notice_ul {
    width: 97%;
    margin: 0 auto;
  }

  .customer_list .faq_notice .faq_notice_ul li {
    display: inline-block;
    float: left;
    width: 100%;
  }

  .customer_list .faq_notice .faq_notice_ul li div {
    float: left;
    text-align: center;
  }

  .customer_list .faq_notice .faq_notice_ul>li:nth-child(1) {}

  .customer_list .faq_notice .faq_notice_ul>li:nth-child(1) div:nth-child(1) {
    width: 10%;
  }

  .customer_list .faq_notice .faq_notice_ul>li:nth-child(1) div:nth-child(2) {
    width: 30%;
    display: none;
  }

  .customer_list .faq_notice .faq_notice_ul>li:nth-child(1) div:nth-child(3) {
    width: 90%;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li {
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
    float: left;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li:nth-child(2) {
    background-color: #eee;
    display: none;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li:nth-child(2) div:nth-child(1) {
    width: 10%;
    text-align: center;
    text-indent: 0;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li:nth-child(2) div:nth-child(2) {
    width: 88% !important;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li:nth-child(2) div:nth-child(2) p {
    width: 95%;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li:nth-child(2) div:nth-child(2) p img {
    width: 100% !important;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li div:nth-child(2) b {
    background-color: rgba(255, 255, 255, 0) !important;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li div:nth-child(2) p span {
    background-color: rgba(255, 255, 255, 0) !important;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li div:nth-child(1) {
    width: 10%;
    text-align: center;
    text-indent: 0;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li:nth-child(1) div:nth-child(2) {
    width: 100px;
    display: none;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li div:nth-child(3) {
    width: 90%;
    cursor: pointer;
    display: none;
  }

  .customer_list .faq_notice .faq_notice_ul>li>ul>li div:nth-child(4) {
    width: 90%;
  }

  .customer_list .faq_search {
    width: 100%;
  }

  .customer_list .faq_search ul {
    width: 100%;
  }

  .customer_list .faq_search ul li {
    margin-left: 2%;
    width: 31%;
  }

  .customer_list .faq_search ul li select {
    width: 75%;
    background-size: 8%;
    height: 35px;
    padding: 0 6%;
  }

  .customer_list .faq_search ul li:nth-child(3) {
    width: 38%;
    text-align: left;
  }

  .customer_list .faq_search ul li:nth-child(3) input {
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-indent: 10px;
    width: 109%;
    margin-left: -11%;
  }

  .customer_list .faq_search ul li:nth-child(4) {
    width: 20%;
    cursor: pointer;
  }

  .customer_list .faq_cate ul {
    width: 100%;
  }

  .customer_list .faq_cate ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 30%;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .customer_list .faq_cate ul li.active {
    background-color: #0097f2;
    color: #fff;
    border: 1px solid #0097f2;
  }

  .customer_list .payment_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
    margin-top: 55px;
    color: #0097f1;
  }

  .customer_list .payment_menu .payment_menu_ul {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    background-color: #eee;
    line-height: 45px;
  }

  .customer_list .payment_menu .payment_menu_ul li {
    display: inline-block;
    text-align: center;
    padding: 0 40px;
    min-width: 75px;
    border-right: 1px solid #eee;
    line-height: 22px;
    cursor: pointer;
  }

  .customer_list .payment_menu .payment_menu_ul li.active {
    color: #4a96ee;
    cursor: pointer;
  }

  .customer_list .payment_p {
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    padding-bottom: 25px;
    margin-top: 60px;
    border-bottom: 1px solid #eee;
  }

  .customer_list .payment_p>font {
    font-size: 14px;
    color: #eee;
    border-left: 1px solid #eee;
    padding-left: 10px;
  }

  .customer_list .payment_search {
    width: 100%;
    text-align: center;
  }

  .customer_list .payment_search ul {
    margin: 0 auto;
    display: inline-block;
    width: 1200px;
    margin-top: 50px;
  }

  .customer_list .payment_search ul li {
    text-align: center;
    width: 150px;
    padding: 0 20px;
    display: inline-block;
  }

  .customer_list .payment_search ul li {
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
  }

  .customer_list .payment_search ul li .payment_price {
    font-size: 15px;
    font-family: noto_m;
    margin-top: 5px;
  }

  .customer_list .payment_search ul li .payment_arrow {
    color: #69abec;
    font-family: noto_m;
    font-size: 15px;
    margin: 5px 0;
  }

  .customer_list .payment_search ul li .payment_month {
    font-size: 15px;
    font-family: noto_m;
  }

  .customer_list .payment_text_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    border-top: 2px solid #eee;
  }

  .customer_list .payment_text_box .payment_text01 {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: noto_m;
  }

  .customer_list .payment_text_box .payment_text02 {
    line-height: 22px;
  }

  .payment_search .payment_text_box .payment_line {
    width: 40px;
    border: 1px solid #eee;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .payment_search .payment_notice {
    background-color: #fbfbfb;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    margin-top: 70px;
  }

  .payment_search .payment_notice .payment_text03 {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: noto_m;
  }

  .payment_search .payment_notice .payment_line {
    width: 40px;
    border: 1px solid #eee;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .payment_search .payment_notice .payment_text04 {
    line-height: 22px;
  }

  /*customer_list*/
  /*customer_write*/
  .customer_list .customer_write>ul>li:nth-child(1) {
    border-bottom: 1px solid #e2e2e2;
  }

  .customer_list .customer_write>ul>li:nth-child(1)>div:nth-child(2),
  .customer_list .customer_write>ul>li>div:nth-child(2) {
    width: 305px;
    margin-left: 15px;
  }

  .customer_list .customer_write>ul>li>div:nth-child(2) input {
    width: 300px;
    vertical-align: middle;
  }

  .customer_list .customer_write>ul>li:nth-child(3)>div {
    width: 100%;
    margin-left: 0;
  }

  .customer_list .customer_write_btn {}

  .customer_list .customer_write_btn a li {
    margin: 0 5px;
    width: 100px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    display: inline-block;
  }

  .customer_list .customer_write_btn a:nth-child(2) li {}

  /*customer_write*/
  /*customer_detail*/
  .customer_detail {
    width: 100%;
    margin: 0 auto;
  }

  .customer_detail .customer_detail_ask {
    text-align: center;
    border: 1px solid #eee;
    border-top: 2px solid #eee;
  }

  .customer_detail .customer_detail_ask>p:nth-child(1) {
    padding: 15px 0;
  }

  .customer_detail .customer_detail_ask>p:nth-child(1)>font {
    margin-left: 28%;
  }

  .customer_detail .customer_detail_ask>p:nth-child(2) {
    font-family: noto_m;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .customer_detail .customer_detail_ask div {
    padding: 35px 20px;
  }

  .customer_detail .customer_btn {
    margin: 0 auto;
    border: 1px solid #eee;
    width: 100px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    margin-top: 55px;
  }

  .customer_detail .customer_detail_btn {
    width: 100%;
  }

  .customer_detail .customer_detail_btn a:nth-child(3) div {
    background-color: #4a96ee;
    border: none;
    color: #fff;
  }

  .customer_detail .customer_detail_answer {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #eee;
  }

  .customer_detail .customer_detail_answer .customer_detail_answer_2 {
    display: inline-flex;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 10px 0px;
  }

  .customer_detail .customer_detail_answer .customer_detail_answer_2 div:nth-child(1) {
    font-size: 15px;
    font-family: noto_m;
    line-height: 30px;
    padding-left: 12px;
  }

  .customer_detail .customer_detail_answer .customer_detail_answer_2 div:nth-child(2) {
    line-height: 30px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
  }

  .customer_detail .customer_detail_answer .customer_detail_answer_2 div:nth-child(3) {
    margin: 0 5px;
    width: 55px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #4a96ee;
  }

  .customer_detail .customer_detail_answer .customer_detail_answer_2 div:nth-child(4) {
    width: 55px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #eee;
  }

  .customer_detail .customer_detail_answer .customer_detail_text {
    margin: 20px 20px 50px 20px;
  }

  .customer_btn_div {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .customer_btn_div .customer_btn {}

  /*customer_detail*/
  /*customer_guide*/
  .customer_list .guide_cate {
    text-align: left;
    margin: 50px 0px;
  }

  .customer_list .guide_cate ul {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .customer_list .guide_cate ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 45%;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 2%;
  }

  .customer_list .guide_cate ul a:nth-child(5) li {
    width: 92%;
  }

  .customer_list .guide_cate ul li.active {
    background-color: #0097f2;
    color: #fff;
    border: 1px solid #0097f2;
  }

  .customer_list .guide_notice {
    text-align: center;
  }

  .customer_list .guide_notice iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }

  /*customer_guide*/
  /*mypage*/
  .mypage_warp {
    width: 100%;
  }

  .mypage_warp .my_title {
    text-align: center;
    margin-top: 55px;
    color: #000000;
    font-family: noto_t;
    font-size: 33px;
  }

  .mypage_warp .my_sub {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 5px;
    font-family: noto_m;
    color: #4a96ee;
    font-size: 14px;
  }

  .mypage_warp .mypage_sec_name {
    margin-left: 10px;
  }

  .mypage_warp .mypage_sec_2 {
    width: 97% !important;
    margin: 0 auto;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 100px;
    padding-top: 5px;
    width: 97%;
    margin: 0 auto;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li {
    height: auto;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li:last-child {
    border-bottom: 0;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div {
    height: 70px;
    line-height: 70px;
    float: left;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(1) {
    display: inline-block;
    width: 50%;
    text-align: center;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(2) {
    display: inline-block;
    text-align: center;
    width: 49%;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(2).movie_order_id {
    line-height: 70px;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(2).card_order_id {
    line-height: 35px;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(3) {
    width: 50%;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(4) {
    display: inline-block;
    width: 12%;
    text-align: center;
    display: none;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(5) {
    width: 49%;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li div:nth-child(6) {
    width: 33%;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li .my_name_ing {
    color: #4a96ee;
    font-family: noto_m;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li>a .my_name_btn {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 100px;
    width: 80px;
    line-height: 35px;
    font-size: 13px !important;
    font-family: noto_m;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 22px;
  }

  .mypage_warp .mypage_sec_1 .mypage_sec_1_ul li>a .my_name_btn:hover {
    background-color: #0097f1;
    color: #fff;
  }

  .mypage_warp .mypage_sec_2 {
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 100px;
    width: 100%;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul {
    text-align: left;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li p:nth-child(1) {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_img {
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    width: 40%;
    float: left;
    margin-left: 0;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_img>img {
    width: 100%;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8%;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text div:nth-child(1) {
    font-size: 18px;
    color: #4a96ee;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text div:nth-child(1)>input {
    width: 52%;
    text-indent: 5px;
    border: 0;
    border-bottom: 1px solid #4a96ee;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-left: 13%;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text div:nth-child(1)>i {
    border-bottom: 0px solid;
    color: #4a96ee;
    cursor: pointer;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text .my_name_btn1 {
    text-align: center;
    border-radius: 6px;
    width: 95%;
    line-height: 35px;
    font-size: 13px !important;
    font-family: 'noto_m';
    margin-top: 45px;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.3s;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text .my_card_btn1 {
    margin-top: 10px;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text .my_name_btn1:hover {
    opacity: 0.7;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text .my_name_btn2 {
    background-color: #4a96ee;
    text-align: center;
    color: #fff !important;
    border-radius: 6px;
    width: 100%;
    line-height: 35px;
    font-size: 13px !important;
    font-family: 'noto_m';
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text .my_name_btn2:hover {
    opacity: 0.7;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text .my_card_btn3 {
    text-align: center;
    border-radius: 6px;
    width: 95%;
    line-height: 35px;
    font-size: 13px !important;
    font-family: 'noto_m';
    border: 1px solid;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    color: #4a96ee;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text div:nth-child(2) {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_text .my_name_btn {
    background-color: #4a96ee;
    text-align: center;
    color: #fff !important;
    border-radius: 6px;
    width: 130px;
    line-height: 35px;
    font-size: 13px !important;
    font-family: noto_m;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_movie {
    width: 80%;
    margin-right: 0;
    padding-top: 12%;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_movie .mypage_sec_2_btn {
    background-color: #f5f5f5;
    width: 135px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 100px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #eee;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_movie .mypage_sec_2_btn:hover {
    background-color: #4a96ee;
    color: #fff;
  }

  .mypage_warp .mypage_sec_2 .mypage_sec_2_ul li .mypage_sec_2_movie .mypage_sec_2_btn:hover i {
    background-color: #4a96ee;
    color: #fff;
  }

  .mypage_warp .movie_black {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000000;
    display: block;
    display: none;
  }

  .mypage_warp .movie_black_iframe {
    position: absolute;
    width: 45%;
    height: 45%;
    top: 25%;
    left: 25%;
  }

  .mypage_warp .movie_black_iframe iframe {
    overflow: auto;
    width: 100%;
    height: 100%;
  }

  .mypage_warp .movie_black_iframe .xi-close {
    color: #fff;
    position: absolute;
    top: 0px;
    right: -50px;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
  }

  .mypage_warp .movie_black_iframe .xi-close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  /*mypage*/
  /*mypage_my_namecard_1*/
  .mypage_1 {
    width: 1200px;
    margin: 0 auto;
  }

  .mypage_1 .mypage_p1 {
    font-size: 18px;
    color: #4a96ee;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
  }

  .mypage_1 .mypage_p2 {
    text-align: center;
    margin-top: 20px;
  }

  /*mypage_card_1*/
  /*mypage_detail*/
  .mypage_detail {
    width: 100%;
    margin: 0 auto;
  }

  .mypage_detail .mypage_sec_name {
    font-size: 18px;
    color: #4a96ee;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-top: 60px;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li:nth-child(1) {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li:nth-child(1) div {
    font-family: noto_m;
    display: inline-block;
    width: 110px;
    text-align: center;
    vertical-align: middle;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li:nth-child(2) {
    padding: 20px 0;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li div:nth-child(1) {
    display: none;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li div:nth-child(2) {
    display: inline-block;
    width: 210px;
    text-align: center;
    vertical-align: middle;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li div:nth-child(3) {
    display: inline-block;
    width: 159px;
    text-align: center;
    vertical-align: middle;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li div:nth-child(4) {
    display: none;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul li div:nth-child(5) {
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: middle;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul .mypage_detail_li div:nth-child(6) {
    display: inline-block;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul .mypage_detail_li .my_name_btn {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 100px;
    width: 80px;
    line-height: 35px;
    font-size: 13px !important;
    font-family: noto_m;
    display: inline-block;
    border: 1px solid #eee;
    transition: all 0.3s;
    margin-left: 50px;
  }

  .mypage_detail .mypage_detail_sec_1 .mypage_detail_sec_1_ul .mypage_detail_li .my_name_btn:hover {
    background-color: #0097f1;
    color: #fff;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul .mypage_sec_name {
    display: inline-block;
    width: 290px;
    margin-left: 10px;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul a .my_name_btn {
    display: inline-block;
    color: #4a96ee;
    font-family: noto_m;
    width: 100px;
    text-align: right;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li {
    text-align: center;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li:nth-child(3) {
    padding: 15px 0;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li:nth-child(3)>div {
    font-family: noto_m;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li:nth-child(4) {
    border-bottom: 2px solid #eee;
    padding: 20px 0;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li div:nth-child(1) {
    display: inline-block;
    text-align: center;
    width: 180px;
    padding: 0 10px;
    display: none;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li div:nth-child(2) {
    display: inline-block;
    text-align: center;
    width: 85px;
    padding: 0 10px;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li div:nth-child(3) {
    display: inline-block;
    text-align: center;
    width: 80px;
    padding: 0 10px;
  }

  .mypage_detail .mypage_detail_sec_2 .mypage_detail_sec_2_ul li div:nth-child(4) {
    display: inline-block;
    text-align: center;
    width: 180px;
    padding: 0 10px;
  }

  /*mypage_my_card*/
  /*mypage_my_movie*/
  .mypage_warp .mypage_sec_2 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .mypage_warp .mypage_sec_2 ul li {
    display: inline-block;
    padding: 25px 0;
    text-align: center;
    margin: 0;
    width: 100%;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box {
    height: 100px;
    width: 180px;
    margin-bottom: 20px;
    border-radius: 6px;
    position: relative;
    margin: 0 auto;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box img {
    width: 140%;
    position: absolute;
    top: 0;
    left: -33px;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box img:nth-child(1) {
    z-index: 998;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box img:nth-child(2) {
    z-index: 997;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box:hover img:nth-child(2) {
    z-index: 999;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box p>i {
    color: #4a96ee;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box p {
    position: absolute;
    bottom: -30px;
    width: 155px;
    left: 65%;
    z-index: 1000;
    margin-left: -100px;
    opacity: 0;
    background: white;
    padding: 10px 0px;
    border-radius: 5px;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_box:hover p {
    opacity: 1;
    transition: all 0.8s;
  }

  .mypage_warp .mypage_sec_2 ul li .mypage_sec_2_text {
    font-size: 14px;
    font-family: noto_m;
    margin-top: 0%;
    width: 58%;
  }

  /*mypage_my_movie*/
  /*mypage_my_namecard_1*/
  .mypage_detail .mypage_detail_sec_3 li {
    vertical-align: middle;
    padding: 20px 0;
  }

  .mypage_detail .mypage_detail_sec_3 li div>input {
    vertical-align: middle;
    margin-right: 10px;
  }

  .mypage_detail .mypage_detail_sec_3 li div:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    font-family: noto_m;
    margin-left: 30px;
  }

  .mypage_detail .mypage_detail_sec_3 li div:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align: left;
  }

  .mypage_detail .mypage_detail_sec_3 li div:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align: left;
  }

  .mypage_detail .mypage_detail_sec_3 li div:nth-child(4) {
    display: inline-block;
    width: 180px;
    text-align: left;
  }

  .mypage_detail .mypage_detail_sec_3 li {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .mypage_detail .mypage_detail_sec_3 li:nth-child(3) {
    border-bottom: 1px solid #eee;
  }

  .mypage_detail .mypage_detail_sec_3 li:nth-child(4) {
    border-bottom: 1px solid #eee;
  }

  .mypage_detail .mypage_detail_sec_3 li:nth-child(4) .mypage_detail_sec_3_text {
    width: 800px;
  }

  .mypage_detail .mypage_detail_sec_3 li:nth-child(5) {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
  }

  .mypage_detail .mypage_detail_sec_3 li:nth-child(5) .mypage_detail_sec_3_text {
    width: 800px;
  }

  .mypage_detail .mypage_detail_sec_3 .mypage_detail_sec_3_check {
    width: 500px;
    margin-left: 30px;
  }

  .mypage_detail .mypage_detail_sec_3 .mypage_detail_sec_3_check>input {
    vertical-align: middle;
    margin-right: 10px;
  }

  .mypage_detail .mypage_detail_sec_3 .mypage_detail_sec_3_check a>font {
    border-bottom: 1px solid #eee;
    margin-left: 10px;
    font-family: noto_m;
  }

  .mypage_detail .mypage_detail_btn {
    text-align: center;
    margin-top: 30px;
  }

  .all_view_wrap .all_view_btn .mypage_detail_btn_l {
    margin: 0 5px;
    width: 100px;
    line-height: 30px;
    border-radius: 6px;
    display: inline-block;
    font-family: noto_m;
    text-align: center;
    background-color: #4a96ee;
    color: #fff;
    cursor: pointer;
  }

  .all_view_wrap .all_view_btn .mypage_detail_btn_r {
    margin: 0 5px;
    width: 100px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    display: inline-block;
    font-family: noto_m;
    text-align: center;
    cursor: pointer;
  }

  /*mypage_my_namecard_1*/
  /*mypage_my_coupon*/
  .customer_list .mypage_search_coupon {
    width: 100%;
  }

  .customer_list .mypage_search_coupon .coupon_search {
    display: inline-block;
  }

  .customer_list .mypage_search_coupon .coupon_search input {
    width: 97%;
  }

  .customer_list .mypage_search_coupon .coupon_btn {
    display: inline-block;
    background-color: #0097f2;
    width: 31%;
    color: #fff;
    margin-right: 0px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
  }

  .customer_list .customer_coupon .customer_coupon_ul {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #eee;
  }

  .customer_list .customer_coupon .customer_coupon_ul li p {
    text-align: center;
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }

  .customer_list .customer_coupon .customer_coupon_ul li div {
    float: left;
    text-align: center;
    height: 20px;
    line-height: 20px;
  }

  .customer_list .customer_coupon .customer_coupon_ul li div:nth-child(1) {
    width: 30%;
  }

  .customer_list .customer_coupon .customer_coupon_ul li div:nth-child(2) {
    width: 30%;
  }

  .customer_list .customer_coupon .customer_coupon_ul li>div:nth-child(2) span {
    font-size: 10px;
    color: #fff;
    background-color: #0097f1;
    border-radius: 2px;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
  }

  .customer_list .customer_coupon .customer_coupon_ul li div:nth-child(3) {
    width: 20%;
  }

  .customer_list .customer_coupon .customer_coupon_ul li div:nth-child(4) {
    width: 20%;
  }

  /*mypage_my_coupon*/
  /*mypage_my_cashback*/
  .customer_list .mypage_sec_name_p {
    width: 77%;
    margin-left: 10px;
  }

  .customer_list .customer_cashback_bank {
    width: 97%;
    margin: 0 auto;
  }

  .customer_list .mypage_search_cashback {
    width: 100%;
  }

  .customer_list .mypage_search_cashback .cashback_search {
    width: 50%;
    margin-right: 2%;
  }

  .customer_list .customer_cashback_1 .customer_cashback_ul_1 {
    width: 97%;
    margin: 0 auto;
  }

  .customer_list .customer_cashback_1 .customer_cashback_ul_1 li p {
    text-align: center;
  }

  .customer_list .customer_cashback_1 .customer_cashback_ul_1 li div {}

  .customer_list .customer_cashback_1 .customer_cashback_ul_1 li div:nth-child(1) {
    width: 45%;
  }

  .customer_list .customer_cashback_1 .customer_cashback_ul_1 li:nth-child(2) div:nth-child(1) {
    font-size: 18px;
  }

  .customer_list .customer_cashback_1 .customer_cashback_ul_1 li div:nth-child(2) {
    width: 54%;
  }

  .customer_list .customer_cashback_bank .customer_cashback_ul_bank {
    width: 100%;
  }

  .customer_list .customer_cashback_bank .customer_cashback_ul_bank li .cashback_box>input {
    width: 230px;
  }

  .customer_list .customer_cashback_bank .customer_cashback_ul_bank li {
    width: 100%;
    padding: 1% 0;
    margin-left: -9%;
  }

  .customer_list .customer_cashback_bank .customer_cashback_ul_bank li div {
    width: 80px;
    text-align: left;
  }

  .customer_list .customer_cashback_bank .customer_cashback_ul_bank li div:nth-child(2)>input {
    width: 110px;
    margin-left: 0;
    margin-right: 0;
  }

  .customer_list .cashback_btn .cashback_btn_ul li:nth-child(1) {}

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 {
    width: 97%;
    margin: 0 auto;
  }

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 li p {
    text-align: center;
  }

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 li div {
    float: left;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 21% !important;
  }

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 li div:nth-child(1) {
    width: 22% !important;
  }

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 li div:nth-child(2) {
    width: 35% !important;
  }

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 li div:nth-child(3) {
    width: 40% !important;
  }

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 li:nth-child(2) .cashback_money {}

  .customer_list .customer_cashback_2 .customer_cashback_ul_2 li div:nth-child(4) {
    width: 15%;
    display: none;
  }

  /*mypage_my_cashback*/
  /*mypage_my_info*/
  .mypage_warp .mypage_info_sec_1 {
    width: 100%;
  }

  .mypage_warp .mypage_info_sec_1 .mypage_info_sec_1_ul {
    width: 97%;
    margin: 0 auto;
  }

  .mypage_warp .mypage_info_sec_1 .mypage_info_sec_1_ul .info_box {
    border: 0;
    padding: 0;
    display: inline-block;
  }

  .mypage_warp .mypage_info_sec_1 .mypage_info_sec_1_ul .info_box>input {
    padding: 2px 0;
  }

  .mypage_warp .mypage_info_sec_1 .mypage_info_sec_1_ul .info_text {
    display: inline-block;
  }

  .mypage_warp .mypage_info_sec_1 .mypage_info_sec_1_ul li div:nth-child(1) {
    width: 19%;
    margin-left: 1%;
  }

  .mypage_warp .mypage_info_sec_1 .mypage_info_sec_1_ul li div>input {
    width: 57px;
  }

  .mypage_warp .mypage_info_btn {
    text-align: center;
    margin: 50px 0;
  }

  .mypage_warp .mypage_detail_btn {
    width: 100%;
  }

  /*mypage_my_info*/
  /*mypage_my_cancel*/
  .all_view_wrap .all_view_menu .cancel_order {
    font-size: 16px;
    font-family: noto_m;
    margin-top: 20px;
  }

  .all_view_wrap .all_view_menu .cancel_info {
    margin: 25px 0px 50px;
    line-height: 23px;
  }

  .all_view_wrap .all_view_menu .all_view_btn a div {
    margin: 0 5px;
    width: 100px;
    line-height: 30px;
    border-radius: 6px;
    display: inline-block;
    font-family: noto_m;
    text-align: center;
    border: 1px solid #ccc;
  }

  .all_view_wrap .all_view_menu .all_view_btn a:nth-child(1) div {
    background-color: #4a96ee;
    color: #fff;
  }

  /*mypage_my_cancel*/
  /*coupon_view*/
  .order_coupon_menu {
    height: 365px;
  }

  .order_coupon_menu ul li {
    text-align: left;
  }

  .order_coupon_menu ul:nth-child(4)>li {
    margin-bottom: 30px;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(1)>p {
    font-size: 14px;
    padding: 8px 2px;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(1) select {
    width: 100%;
    height: 40px;
    line-height: 40px margin: 5px 0;
    margin-left: 1px;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>p {
    margin-bottom: 10px;
    display: inline-block;
    color: #4a96ee;
    font-size: 18px;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    margin-left: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    width: 99%;
    margin-left: 2px;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul {
    width: 100%;
    float: left;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li {
    text-align: center;
    float: left;
    width: 25%;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li:nth-child(2),
  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li:nth-child(4) {
    width: 10%;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li:nth-child(2) p:nth-child(2),
  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li:nth-child(4) p:nth-child(2) {
    font-size: 20px;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li:nth-child(5) {
    width: 30%;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li>p {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .order_coupon_menu ul:nth-child(4)>li:nth-child(2)>div>ul>li>p:nth-child(1) {
    background-color: #efefef;
    font-size: 13px;
  }

  .order_coupon_menu ul:nth-child(5)>li {
    width: 100px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 100px;
    cursor: pointer;
  }

  .order_coupon_menu ul:nth-child(5)>li:nth-child(2) {
    background-color: #4a96ee;
    color: #fff;
  }

  /*terms*/
  .title_p {
    text-align: center;
    color: #111111;
    font-family: noto_l;
    font-size: 30px;
    padding-top: 145px;
    padding-bottom: 35px;
    width: 100%;
  }

  .text_p {
    width: 65%;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 45px;
    margin-bottom: 80px;
  }

  .text_p p {
    color: #8f8f8f;
    font-size: 12px;
    margin-bottom: 15px;
    font-family: 바탕;
  }

  .text_p div {
    color: #8f8f8f;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 바탕;
  }

  .text_p .text_p1 {
    font-size: 16px;
    color: #111111;
  }

  .text_p .text_p2 {
    margin-bottom: 50px;
  }

  .text_p .text_p3 {
    margin-bottom: 0;
  }

  /*terms*/
}
