@media screen and (max-width: 1200px) {
  .show_1200 {
    display: block;
  }
  .hide_1200 {
    display: none;
  }

  /* .product_list .item .img {
    height: auto;
  } */

  .top_info .img {
    width: 49%;
    height: auto;
  }
  .top_info .detail {
    width: 49%;
  }
}

@media screen and (max-width: 1080px) {
  .show_1080 {
    display: block;
  }
  .hide_1080 {
    display: none;
  }
  .container {
    padding: 0 2%;
  }
  .mar_t_100 {
    margin-top: 80px;
  }
  .mar_b_100 {
    margin-bottom: 80px;
  }
  .mar_t_50 {
    margin-top: 30px;
  }
  .mar_b_50 {
    margin-bottom: 30px;
  }

  /*모바일 헤더*/
  #mobile_header {
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: relative;
    height: 80px;
  }
  #mobile_header .logo img {
    margin-top: 25px;
  }
  .mobile_btn {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 25px;
  }
  .mobile_btn span {
    width: 25px;
    height: 2px;
    background: #999;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile_btn span:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #999;
    display: block;
    position: absolute;
    top: -7px;
  }
  .mobile_btn span:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #999;
    display: block;
    position: absolute;
    bottom: -7px;
  }

  /*모바일 메뉴*/
  .menu_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80%;
    height: 100%;
    background-color: #555;
    overflow-y: scroll;
  }
  .menu .close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .menu .close_btn img {
    width: 25px;
    cursor: pointer;
  }

  .menu .m_gnb {
    margin-top: 100px;
  }
  .menu .m_gnb li p {
    font-size: 16px;
    color: white;
    line-height: 50px;
    margin: 0 5%;
    background: url("/images/mobile_plus.png") no-repeat 99% center;
    background-size: 25px;
    border-bottom: 1px solid #666;
    cursor: pointer;
  }
  .menu .m_gnb li a {
    font-size: 16px;
    color: white;
    line-height: 50px;
    margin: 0 5%;
    border-bottom: 1px solid #666;
    display: block;
  }
  .menu .m_gnb li .sub_menu li {
    font-size: 16px;
    color: white;
    padding: 0 5%;
    line-height: 40px;
    background: #454545;
    border-bottom: 1px solid #393939;
  }
  .menu .m_gnb li .sub_menu li a {
    display: block;
    border: none;
  }

  .menu .member {
    margin: 50px 5% 0;
  }
  .menu .member li {
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
  }

  .product_list .item {
    width: 49%;
    margin: 0.5%;
  }

  .top_info .img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .top_info .detail {
    float: none;
    width: 100%;
  }

  .part_info_wrap .part_info:last-child {
    margin-bottom: 80px;
  }
  .part_info_wrap .part_info {
    padding: 30px;
  }

  .custom_wrap h2 {
    padding: 80px 0;
  }
  .custom_wrap .custom_box {
    padding: 30px;
  }
  .custom_wrap .custom_box .color_choice li {
    width: 25%;
    padding: 1%;
    margin: 0;
  }
  .custom_wrap .custom_box .custom_half {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .custom_wrap .custom_box .custom_half:last-child {
    margin-bottom: 0;
  }
  .custom_wrap .custom_box .custom_half.sole_custom {
    width: 100%;
    padding: 0;
  }
  .custom_wrap .custom_box h3 {
    font-size: 25px;
  }
  .custom_wrap .custom_box .custom_33 {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .custom_wrap .custom_box .custom_33:last-child {
    margin-bottom: 0;
  }
  .custom_wrap .btn_wrap {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 720px) {
  .show_720 {
    display: block;
  }
  .hide_720 {
    display: none;
  }
  .mar_t_100 {
    margin-top: 50px;
  }
  .mar_b_100 {
    margin-bottom: 50px;
  }
  .mar_t_50 {
    margin-top: 20px;
  }
  .mar_b_50 {
    margin-bottom: 20px;
  }

  .new_product h2 {
    font-size: 25px;
  }
  .product_list .item .info {
    padding: 10px;
  }
  .product_list .item .info .name {
    /* font-size: 18px; */
    font-size: 15px;
  }
  .product_list .item .info .option_1 {
    margin: 10px 0;
  }
  .product_list .item .info .buy_btn {
    line-height: 30px;
  }
  footer {
    padding: 30px 0;
  }
  footer .info {
    padding-bottom: 30px;
  }
  footer .info .white_logo {
    float: none;
  }
  footer .info p {
    float: none;
    font-size: 14px;
    margin-left: 0;
    line-height: 20px;
    margin-top: 20px;
  }
  footer .copy {
    margin-top: 20px;
  }
  footer .copy ul {
    float: none;
  }
  footer .copy ul li {
    font-size: 14px;
    margin-right: 20px;
  }
  footer .copy p {
    float: none;
    font-size: 12px;
    margin-top: 20px;
  }

  .category li {
    font-size: 16px;
    margin-right: 20px;
  }
  #hd_sch form {
    width: 300px;
  }
  #hd_sch #sch_stx {
    width: 240px;
    height: 40px;
  }
  #hd_sch #sch_submit {
    height: 40px;
  }
  #hd_sch #sch_submit img {
    width: 18px;
  }

  .top_info .detail .title {
    padding: 20px 0;
  }
  .top_info .detail .title .name {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .top_info .detail .title .summary {
    font-size: 16px;
    line-height: 24px;
  }
  .top_info .detail .detail_info {
    margin: 30px 0;
  }
  .top_info .detail .detail_info tr th {
    height: 30px;
    font-size: 14px;
    width: 100px;
  }
  .top_info .detail .detail_info tr td {
    height: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .top_info .detail .buy_btn_2 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .part_info_wrap .info_menu li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .part_info_wrap .part_info {
    padding: 20px;
  }
  .part_info_wrap .part_info:last-child {
    margin-bottom: 50px;
  }
  .part_info_wrap .part_info h3 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .part_info_wrap .part_info ul li {
    margin-bottom: 10px;
    margin-right: 30px;
  }
  .part_info_wrap .part_info ul li h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .part_info_wrap .part_info ul li p {
    font-size: 16px;
    line-height: 24px;
  }

  .custom_wrap h2 {
    padding: 50px 0;
    font-size: 30px;
  }
  .custom_wrap .custom_box {
    padding: 20px;
  }
  .custom_wrap .custom_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .custom_wrap .custom_box .color_choice li {
    width: 50%;
    padding: 1%;
    margin-bottom: 10px;
  }
  .custom_wrap .custom_box .color_choice li h4 {
    font-size: 16px;
  }
  .custom_wrap .custom_box .color_choice li .color_wrap p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .custom_wrap .custom_box .color_choice li .color_wrap input[type="button"] {
    margin-top: 10px;
  }
  .custom_wrap .custom_box .custom_half table th {
    font-size: 14px;
    height: 35px;
  }
  .custom_wrap .custom_box .custom_half table tr th:first-child {
    width: 100px;
  }
  .custom_wrap .custom_box .custom_half table td {
    font-size: 14px;
    height: 40px;
  }
  .custom_wrap .custom_box .custom_33 {
    padding: 0;
    width: 100%;
  }
  .custom_wrap .custom_box .custom_33 select {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .custom_wrap .custom_box .size_select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .custom_wrap .custom_box .custom_33 input[type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .custom_wrap .btn_wrap {
    padding: 30px 0 50px;
  }
  .custom_wrap .btn_wrap li.btn_order_1,
  .custom_wrap .btn_wrap li.btn_order_2,
  .custom_wrap .btn_wrap li.btn_order_3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .top_info .detail .delivery {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .product_list .item .info .delivery,
  .product_list .item .info .go_detail {
    line-height: 30px;
  }
  .custom_wrap .custom_box p.info,
  .custom_wrap .custom_box .custom_33 p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .custom_wrap .custom_box .size_result,
  .custom_wrap .custom_box .custom_33 p.result {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .show_480 {
    display: block;
  }
  .hide_480 {
    display: none;
  }
  .product_list .item .img {
    height: 130px;
  }
}
