/* #sub_container {
    width: 95%;
    margin: 0 auto;
} */

/* #sub_container .contents {
    width: 100%;
} */

#sub_container {
  background: #f9f9f9;
  padding-bottom: 50px;
}

.sub-top {
  background: #ffffff;
}

.con > .con_precautions {
  display: none;
}

.con_precautions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  text-align: right;
  font-weight: 500;
  color: red;
}

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

/* 로딩중 이미지 위치 및 출력 순서 */
#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}

.empty_content {
  position: absolute;
  left: 50%;
  top: 50px;
  font-size: 18px;
  text-align: center;
}

.spec_list {
  width: 100%;
  border-top: 2px solid #db0000;
  margin: 0 auto;
}

.spec_list tr {
  height: 40px;
  width: 100%;
}

.spec_list th {
  background-color: #f2f2f2;
  border: 1px solid #d5d5d5;
  padding: 0 10px;
  font-size: 14px;
  vertical-align: middle;
}

.cbx {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 10px;
  border-radius: 20px;
  margin: 1px 2.5px;
  font-size: 14px;
  cursor: pointer;
  float: left;
}

.cbx p {
  display: inline-block;
  text-align: center;
}

.inp-cbx:checked + .cbx {
  background-color: #db0008;
  color: white;
}

.inp-cbx:disabled + .cbx {
  background-color: rgba(0, 0, 0, 0.03);
  color: #cccccc;
  cursor: default;
}

.inp-cbx:disabled + .cbx p {
  text-decoration: line-through;
  text-decoration-color: #bcbcbc;
}

#tableclick {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
}

#tableclick:hover {
  background: #f99d80;
  border: 1px solid #131313;
}

#checkbox {
  /* height: 285px; */
  max-height: 285px;
  overflow: hidden;
  transition: 0.5s;
  /*padding-top: 45px;*/
}

#checkbox_spec {
  /* height: 285px; */
  max-height: 285px;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 45px;
}

.checkbox-con {
  padding: 5px 14px;
  border: 1px solid #d5d5d5;
}

.mcate_div {
  font-size: 25px;
  font-weight: bold;
  position: sticky;
  left: 0;
  /*margin-top: 50px;*/
  margin-bottom: 10px;
}

/* .mcate_div::after {
    content: "";
    background-image: url(../../images/double_arrow.png);
    background-size: 1000px 20px;
    display: block;
    width: 1000px;
    height: 20px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
 */
.mcate_div_list {
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  width: max-content;
  white-space: nowrap;
}

.mcate_div_list span {
  display: inline-block;
  vertical-align: bottom;
}

.pro_list_new2 .product_list_li_together div.mcate_div_list span a {
  font-size: 0;
  position: relative;
  top: 4px;
}

.home-path h3,
.home-path p {
  float: left;
}

.home-path h3 {
  margin-top: -2px;
}

#pro-list-banner {
  position: absolute;
  top: 495px;
  left: 25px;
}

#pro-list-banner img {
  width: 320px;
}

#product-list-table {
  width: max-content;
  min-width: 100%;
  cursor: url(../../images/hand3.cur), pointer;
  overflow-x: scroll;
  border-collapse: collapse;
  font-size: 14px;
  background: #ffffff;
  position: relative;
  text-align: left;
}

/* 
#product-list-table::-webkit-scrollbar {
    background: #131313;
}

#product-list-table::-webkit-scrollbar-thumb {}

#product-list-table::-webkit-scrollbar-track {}
 */

#product-list-table th {
  padding: 14px 0;
  padding-left: 20px;
  font-size: 14px;
  vertical-align: middle;
}

#product-list-table td {
  border-bottom: 1px solid lightgray;
  padding: 0px 20px;
  max-width: 400px;
}

#product-list-table th:nth-child(1) {
  background-color: #f99d80;
  width: 150px;
  padding-left: 0;
}

#product-list-table th:nth-child(2) {
  width: 200px;
}

/* #product-list-table td:nth-child(n+3) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
/* 
#product-list-table td:nth-child(n+3):hover {
    max-width: 1500px;
}

#product-list-table td.active {
    max-width: 1500px;
} */

#productArea {
  width: 100%;
  /* height: 1000px; */
  margin: 0 auto;
  overflow-x: auto;
  /* overflow-y: hidden; */
}

.sticky3 {
  position: fixed;
  top: 60px;
  width: 1440px;
  z-index: 999;
}

.sticky {
  position: sticky;
  left: 0;
  z-index: 120;
  background-color: white;
  box-shadow: 1px 0 5px lightgray;
  text-align: center;
}

.sticky-ul {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7a7a+0,ede68e+33,408bc9+65,916bc6+100 */
  background: #ff7a7a;
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff7a7a 0%,
    #ede68e 33%,
    #408bc9 65%,
    #916bc6 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff7a7a 0%,
    #ede68e 33%,
    #408bc9 65%,
    #916bc6 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff7a7a 0%,
    #ede68e 33%,
    #408bc9 65%,
    #916bc6 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a', endColorstr='#916bc6', GradientType=1);
  /* IE6-9 */
  /* 
    position: sticky;
    top: 0; */
}

.product_img {
  margin-top: 0 !important;
}

.product_img_gray {
  margin-top: 0 !important;
  /* filter: grayscale(1); */
}

.product_img img {
  position: static !important;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  width: 60%;
  padding: 10px 0;
}

.product_img_main {
  margin-top: 0 !important;
}

.product_img_main img {
  position: static !important;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  width: 75%;
  padding: 10px 0;
}

.img_new .product_img {
  position: absolute;
  top: 0;
  left: 0;
}

.img_new .product_img img {
  width: 40px;
}

#product-list-table td div {
  display: inline-block;
}

#product-list-table td div:nth-child(n + 2):before {
  content: ",";
  margin-right: 5px;
}

.product_list_ul {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  padding-bottom: 100px;
  padding-top: 65px;
  border-bottom: 3px solid;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}

.product_list_main_ul {
  width: 1440px;
  margin: 0 auto;
  /*margin-bottom: 60px;*/
  padding-bottom: 100px;
  padding-top: 180px;
  border-bottom: 3px solid;
}

.pro_list_new li {
  box-sizing: border-box;
  width: 18%;
  margin: 1%;
  min-width: 300px;
  height: 330px;
  position: relative;
  top: 0;
  border: 2px solid #ccc;
}

.pro_list_new2 li {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  min-width: 280px;
  position: relative;
  top: 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background: #ffffff;
  line-height: 1.2;
}

.pro_list_new2 li:nth-of-type(4n) {
  border-right: 1px solid #ccc;
}

.pro_list_new2 li:last-of-type {
  border-right: 1px solid #ccc;
}

.pro_list_new2 li:nth-of-type(-n + 4) {
  border-top: 1px solid #ccc;
}

.pro_list_new2 .product_list_li_together .img {
  width: 100%;
  height: 190px;
}

.pro_list_new2 .product_list_li_together .img a {
  display: block;
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 15px 0;
}

.pro_list_new2 .product_list_li_together .img img {
  padding-top: 5%;
  height: 90%;
  padding: 0;
}

.pro_list_new2 .product_list_li_together .tit_1 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}

.pro_list_new2 .product_list_li_together .tit_1 b {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 270px;
}

.pro_list_new2 .product_list_li_together div a {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  font-size: 14px;
}

.pro_list_new2 .product_list_li_together input {
  border: 1px solid #131313;
  outline: none;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  background: transparent;
  color: #131313;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  position: relative;
  transition: 0.3s;
  font-size: 13px;
}

.pro_list_new2 .product_list_li_together input:hover {
  color: #ffffff;
  background: #ee94a5;
  border: 1px solid #ee94a5;
}

.pro_list_new2 .product_list_li_together div > input:last-child {
  margin-left: -4px;
}

.pro_list_new3 li {
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  min-width: 280px;
  /*height: 300px;*/
  position: relative;
  top: 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background: #ffffff;
}

.pro_list_new3 li:nth-of-type(4n) {
  border-right: 1px solid #ccc;
}

.pro_list_new3 li:last-of-type {
  border-right: 1px solid #ccc;
  /*     width: calc(20% + 1px); */
}

.pro_list_new3 li:nth-of-type(-n + 4) {
  border-top: 1px solid #ccc;
}

.pro_list_new3 .product_list_li_together .img {
  width: 100%;
  height: 190px;
}

.pro_list_new3 .product_list_li_together .img a {
  display: block;
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 15px 0;
}

.pro_list_new3 .product_list_li_together .img img {
  padding-top: 5%;
  height: 90%;
  padding: 0;
}

.pro_list_new3 .product_list_li_together .tit_1 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}

.pro_list_new3 .product_list_li_together .tit_1 b {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 270px;
}

.pro_list_new3 .product_list_li_together div a {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.pro_list_new3 .product_list_li_together input {
  border: 1px solid #131313;
  outline: none;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  width: 70px;
  height: 30px;
  background: transparent;
  color: #131313;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  position: relative;
  transition: 0.3s;
}

.pro_list_new3 .product_list_li_together input:hover {
  color: #ffffff;
  background: #ee94a5;
  border: 1px solid #ee94a5;
}

.pro_list_new3 .product_list_li_together div > input:last-child {
  margin-left: -4px;
}

.pro_list_main li {
  display: inline-block;
  box-sizing: border-box;
  width: 13%;
  margin: 0px 0px 5px 0px;
  min-width: 200px;
  height: 200px;
  position: relative;
  top: 0;
  border: 2px solid #000000;
  text-align: center;
}

/* 
.pro_list_new li::after{
    content: '';
    display: none;
}

.pro_list_new li:hover::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 99;
    opacity: 0.2;
}

 */
.pro_list_new li .check {
  position: absolute;
  top: 0;
  left: 0;
}

.pro_list_new li .search {
  position: absolute;
  top: 0;
  right: 0;
}

.pro_list_new li .img {
  clear: both;
  /* position: absolute;
    top: 25px;
    left: 0; */
  width: 100%;
  display: block;
  margin-top: 10px;
}

.pro_list_new li .img > a {
  display: block;
  /* position: relative; */
  width: 80%;
  margin: 0 auto;
}

.pro_list_new li .img > a > img {
  width: 100%;
  transform: scale(0.9);
}

.pro_list_new li:hover {
  border: 2px solid red;
}

.pro_list_new li:hover .img > a > img {
  transform: scale(1);
}

.pro_list_new li:hover .tit_1 {
  transform: scale(1);
}

/* 
.pro_list_new li:hover .img {
    border: 1px solid #db0000;
    z-index: 10
}
 */
/*.pro_list_new li .img_new:hover {border:0.5px solid #db0000;}*/

.pro_list_new li .tit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 18px;
}

.pro_list_new li .tit_1 {
  width: 100%;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 240px;
  transition: all 0.5s;
  transform: scale(0.9);
  font-size: 18px;
}

.pro_list_new li .btn {
  width: 100%;
  position: absolute;
  top: 253px;
  left: 0;
  text-align: center;
}

.Parameter_vid {
  width: 60%;
  margin: 0 auto;
}

.Parameter_vid {
  width: 100%;
  margin: 0 auto;
}

#product_spec_bg {
  display: none;
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#product_spec_bg .product_spec_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1440px;
  min-height: 50vh;
  max-height: 70vh;
  background: #ffffff;
  padding: 2% 1%;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

#product_spec_bg .product_spec_con {
  width: 100%;
  min-height: 30vh;
  max-height: 70vh;
  overflow-y: auto;
}

#product_spec_bg .close {
  position: fixed;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #131313;
}

#product_spec_bg .close span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 70%;
  height: 5px;
  background: #ffffff;
  transition: 0.3s;
}

#product_spec_bg .close span.X-1 {
  transform: translate(-50%, -50%) rotate(45deg);
}

#product_spec_bg .close span.X-2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* #product_spec_bg .close:hover span.X-1 {
    transform: translate(-50%, -50%) rotate(135deg);
}

#product_spec_bg .close:hover span.X-2 {
    transform: translate(-50%, -50%) rotate(-135deg);
}
 */

#product_spec_bg .close:hover span.X-1 {
  animation: closehover1 1s linear infinite;
  -webkit-animation: closehover1 1s linear infinite;
  -moz-animation: closehover1 1s linear infinite;
  -o-animation: closehover1 1s linear infinite;
}
#product_spec_bg .close:hover span.X-2 {
  animation: closehover2 1s linear infinite;
  -webkit-animation: closehover2 1s linear infinite;
  -moz-animation: closehover2 1s linear infinite;
  -o-animation: closehover2 1s linear infinite;
}

@keyframes closehover1 {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(225deg);
  }
}

@-webkit-keyframes closehover1 {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(225deg);
  }
}

@-moz-keyframes closehover1 {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(225deg);
  }
}

@-o-keyframes closehover1 {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(225deg);
  }
}

@keyframes closehover2 {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}

@-webkit-keyframes closehover2 {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}

@-moz-keyframes closehover2 {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}

@-o-keyframes closehover2 {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}

#product_spec_bg table {
  width: 100%;
  line-height: 1.5;
  border: 0;
}

#product_spec_bg table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

#product_spec_bg td {
  border: 1px solid #cccccc;
  padding: 7px 0;
  font-size: 15px;
  text-align: center;
}

#product_spec_bg td:first-child {
  background-color: #efefef;
  font-weight: 500;
  font-size: 15px;
  width: 25%;
}

#devContentArea_spec > div::after {
  content: "";
  display: block;
  clear: both;
}

#devContentArea_spec > div > p:first-child {
  float: left;
  width: 50%;
}

#devContentArea_spec > div > p img {
  height: 200px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#devContentArea_spec > div > h3 {
  float: right;
  text-align: left;
  width: 50%;
  height: 100px;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  text-indent: 10px;
  line-height: 150px;
}

#devContentArea_spec > div > h3::before,
#devContentArea_spec > div > p:last-child::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: #737373;
}

#devContentArea_spec > div > h3::before {
  top: 0;
  left: 0;
}

#devContentArea_spec > div > p:last-child::after {
  bottom: 0;
  left: 0;
}

#devContentArea_spec > div > p:last-child {
  float: right;
  position: relative;
  text-align: left;
  width: 50%;
  height: 100px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  text-indent: 10px;
}

.swal2-title {
  font-size: 1.5em;
}

.swal2-html-container {
  font-size: 1em;
  word-break: keep-all;
}

.swal2-title {
  font-size: 1.1em;
  word-break: keep-all;
}

.swal2-footer a {
  position: relative;
  font-size: 0.99em;
  font-weight: 600;
  color: #545454;
}

.swal2-footer a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 2px;
  background: #db0000;
  transition: 0.3s;
}

.swal2-footer a:hover::after {
  width: 100%;
}

/* @media screen and (max-width: 1920px) {

    .spec_list th {
        font-size: 13px;
    }
    
    .cbx {
        font-size: 13px;
    }

    #product-list-table {
        font-size: 13px;
    }
    
    
    #product-list-table th {
        font-size: 13px;
    }

    #product-list-table th:nth-child(1) {
        width: 140px;
    }

} */

@media screen and (max-width: 1440px) {
  #sub_container {
    width: 100%;
    margin: 0 auto;
  }

  .con_precautions {
    width: 60%;
  }

  .pro_list_new2 li {
    border: 1px solid #ccc;
    margin: 5px auto;
  }

  .pro_list_new3 li {
    border: 1px solid #ccc;
    margin: 5px auto;
  }

  #product_spec_bg .product_spec_main {
    width: 95%;
    min-height: 60vh;
  }
}

@media screen and (max-width: 1280px) {
  .spec_list {
    width: 100%;
  }

  .sticky {
    width: 120px;
  }

  #checkbox {
    width: 100%;
    margin: 0 auto;
  }

  .checkbox-con {
    padding: 5px;
  }

  .devCompareSpec {
    display: none !important;
  }

  .pro_list_new2 .product_list_li_together div:last-child a {
    margin: 0;
    margin-left: 10px;
  }
}

@media screen and (max-width: 750px) {
  .con_precautions {
    width: 100%;
    text-align: left;
  }

  #product-list-table th {
    font-size: 14px;
  }

  .pro_list_new li {
    margin: 0.5%;
    min-width: 330px;
    height: 330px;
  }

  .mcate_div_list > span > a {
    display: none !important;
  }

  #checkbox {
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  #sub_container {
    padding-bottom: 0;
  }

  #product-list-table th {
    padding: 5px;
  }

  #product-list-table td {
    padding: 5px;
  }

  #product-list-table th:nth-child(1) {
    width: 80px;
  }

  #product-list-table th:nth-child(2) {
    width: 130px;
  }

  .cbx {
    font-size: 12px;
  }

  .mcate_div_list {
    font-size: 30px;
  }

  .product_list_ul {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .pro_list_new li {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    min-width: 300px;
    height: 280px;
  }

  .pro_list_new li .tit_1 {
    top: 214px;
  }

  .section-title-prd {
    margin-top: 35px;
    font-size: 30px;
    font-weight: 500;
  }

  .pro_list_new2 .mcate_div_list {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }

  .pro_list_new2 li {
    width: 100%;
    height: 120px;
  }

  .pro_list_new2 .product_list_li_together .img {
    float: left;
    width: 50%;
    height: 100%;
  }

  .pro_list_new2 .product_list_li_together .img a {
    height: 100%;
    padding: 0;
  }

  .pro_list_new2 .product_list_li_together .img img {
    width: auto;
    height: 80%;
    margin-top: 7%;
  }

  .pro_list_new2 .product_list_li_together .tit_1 {
    float: right;
    width: 50%;
    font-size: 12px;
    margin-top: 25px;
  }

  .pro_list_new2 .product_list_li_together div:last-child {
    float: right;
    width: 50%;
  }

  .pro_list_new2 .product_list_li_together div a {
    margin: 0;
  }

  .pro_list_new2 .product_list_li_together .tit_1 b {
    font-size: 20px;
    max-width: 150px;
  }

  .pro_list_new2 .product_list_li_together input {
    width: 40px;
    height: 40px;
    padding: 0 5px;
    white-space: pre-wrap;
  }

  .pro_list_new3 .mcate_div_list {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }

  .pro_list_new3 li {
    width: 100%;
    height: 120px;
  }

  .pro_list_new3 .product_list_li_together .img {
    float: left;
    width: 50%;
    height: 100%;
  }

  .pro_list_new3 .product_list_li_together .img a {
    height: 100%;
    padding: 0;
  }

  .pro_list_new3 .product_list_li_together .img img {
    width: auto;
    height: 80%;
    margin-top: 7%;
  }

  .pro_list_new3 .product_list_li_together .tit_1 {
    float: right;
    width: 50%;
    font-size: 12px;
    margin-top: 7px;
  }

  .pro_list_new3 .product_list_li_together div:last-child {
    float: right;
    width: 50%;
  }

  .pro_list_new3 .product_list_li_together div a {
    margin: 0;
  }

  .pro_list_new3 .product_list_li_together .tit_1 b {
    font-size: 20px;
    max-width: 150px;
  }

  .pro_list_new3 .product_list_li_together input {
    width: 40px;
    height: 40px;
    padding: 0 5px;
    white-space: pre-wrap;
  }

  /* 버튼 3개일때
    .pro_list_new2 .product_list_li_together div:last-child a{
        margin: 0 10px;
    } */

  #checkbox {
    background: transparent;
  }

  #devContentArea_spec > div > p:first-child {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  #devContentArea_spec > div > h3,
  #devContentArea_spec > div > p:last-child {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: normal;
  }

  #devContentArea_spec > div > h3 {
    font-size: 23px;
  }

  #devContentArea_spec > div > p:last-child {
    font-size: 18px;
  }

  #devContentArea_spec > div > h3::before,
  #devContentArea_spec > div > p:last-child::after {
    position: static;
    display: block;
    margin: 10px auto;
  }

  #devContentArea_spec > div > h3::before {
    margin-top: 20px;
  }

  .img_new .product_img img {
    margin-left: 5px;
  }
}
