/* #wrap {
    position: absolute;
    top: 160px;
} */

#wrap {
  position: relative;
  width: 100%;
  height: auto;
}

#modal-login {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}

#login-form {
  width: 480px;
  /*height: 650px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 913;
  padding-top: 2.5%;
  border-radius: 20px;
}

.modal-back {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 912;
}

#sub_container .con {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

.welcome-message {
  margin-bottom: 30px;
}

.welcome-message p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}

.login-blank {
  width: 60%;
  height: 50px;
  display: block;
  margin: 0 auto;
  border: 1px solid lightgray;
}

.save-id {
  margin: 10px auto;
  width: fit-content;
}

.login-btn {
  border: 0;
  background-color: #db0000;
  color: white;
  margin-bottom: 70px;
  cursor: pointer;
}

#checkbox {
  margin-right: 5px;
}

#login-form > a {
  text-align: center;
  line-height: 3;
  margin-top: 10px;
}

.naver-login {
  background-color: #1ec800;
  color: white;
}

.login-register {
  background-color: black;
  color: white;
}

#modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

#modal-close span {
  width: 100%;
  height: 100%;
}

#modal-close span::before,
#modal-close span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: black;
  top: 50%;
  left: 50%;
}

#modal-close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#modal-close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* #heart-login {
    border: 0;
    background-color: transparent;
    cursor: pointer;
} */

#myInput2 {
  background-image: url("/css/searchicon.png");
  /* Add a search icon to input */
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 12px;
  /* Add some space below the input */
}

.pro_view_con > div h2 {
  text-align: left !important;
  font-size: 1.8rem !important;
}

/* #iconlayer {
    position: absolute;
    margin-top: 10px;
    z-index: 2
}
 */

#iconlayer img {
  margin-right: 10px;
  margin-top: 10px;
}

/* input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label.check_select {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #bcbcbc;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="checkbox"]:checked+label.check_select {
    background: #232323;
    cursor: pointer;
} */

#devselectTOT {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
}

#devSelectContentDiv {
  width: 1200px;
  /* min-height: 50px; */
  margin: 0 auto;
  padding: 0 5px;
  padding-top: 4px;
}

.sticky2 {
  position: fixed !important;
  top: 60px;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #131313;
}

#devSelectContentDiv > label {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 5px;
  /* border: 1px solid #c0c0c0; */
  border-radius: 5px;
  margin: 5px 5px 5px 0;
  /* background: #ffffff; */
  transition: 0.2s;
  vertical-align: middle;
}

#devSelectContentDiv > label:hover {
  background: #cf6464;
}

#devSelectContentDiv .label_question {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  cursor: pointer;
  background: url("../../images/Question_mark.png") no-repeat center center;
  background-size: auto 13px;
  background-color: #cf6464;
  box-sizing: border-box;
  margin: 5px 9px 5px 0;
  vertical-align: middle;
  top: -1px;
}

#devSelectContentDiv .label_question p {
  opacity: 0;
  z-index: -100;
  position: absolute;
  width: 360px;
  right: -385px;
  top: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #131313 solid 2px;
  transition: 0.3s;
  font-size: 14px;
  color: #ffffff;
}

#devSelectContentDiv .label_question:hover p {
  opacity: 1;
  z-index: 9999;
}

#devSelectContentDiv .label_question:active p {
  opacity: 1;
  z-index: 9999;
}

#devSelectContentDiv a,
#devSelectContentDiv button {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  margin: 5px 5px 5px 0;
  vertical-align: middle;
  background: none;
  outline: none;
  cursor: pointer;
  border: 0;
}

#devSelectContentDiv a img,
#devSelectContentDiv button img {
  display: inline-block;
  height: 23px;
}

#iconlayer {
  position: absolute;
  right: 0;
  top: 0;
}

/* #iconlayer img {
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
} */

input[type="checkbox"] {
  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 20px;
  line-height: 16px;
  padding-left: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:before {
  /* 가짜 체크박스 */
  content: " ";
  display: inline-block;
  width: 16px;
  /* 체크박스의 너비를 지정 */
  height: 16px;
  /* 체크박스의 높이를 지정 */
  line-height: 16px;
  /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #232323;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: 0.6;
  box-shadow: none;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"] + label:active:before,
input[type="checkbox"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:checked + label:before {
  /* 체크박스를 체크했을때 */
  content: "\2714";
  /* 체크표시 유니코드 사용 */
  color: #99a1a7;
  text-shadow: 1px 1px #fff;
  background: #e9ecee;
  border-color: #232323;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type="checkbox"]:checked + label:before {
  position: absolute;
  content: "";
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  border-color: transparent #232323 #232323 transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input.selected {
  background: red;
}

/* .check_tit {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
} */

#mainContent {
  width: 100%;
}

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

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

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

#product_data_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_data_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_data_bg .close span.X-1 {
  transform: translate(-50%, -50%) rotate(45deg);
}

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

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

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

#product_data_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_data_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;
}

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

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

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

#product_img_big .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_img_big .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_img_big .close span.X-1 {
  transform: translate(-50%, -50%) rotate(45deg);
}

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

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

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

#product_img_big .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_img_big .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_data_bg .close img {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

#product_img_big .close img {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

#devContentArea_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

#product_data_bg th {
  background-color: #efefef;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16.5px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

#product_data_bg .data_contents {
  width: 47%;
  min-height: 200px;
  margin: 0 10px;
  margin-bottom: 30px;
}

#product_data_bg .data_contents:nth-last-child(-n + 2) {
  margin-bottom: 5px;
}

/* #devContentArea .data_contents:nth-child(2n) {
    margin-left: 6%;
} */

#product_data_bg .data-table,
#product_data_bg .data-title p {
  width: 100%;
  margin: 0 auto;
}

#product_data_bg .data-title p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

#product_data_bg td {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
  word-break: keep-all;
}

#devselectTOT > button {
  display: none;
}

#product_data_bg td:nth-child(1) {
  width: 25px;
}

#product_data_bg td:nth-child(2) {
  width: 160px;
}

#product_data_bg td:nth-child(3) {
  width: 160px;
}

#product_data_bg td:last-child {
  width: 90px;
}

#product_data_bg td:nth-child(5) {
  width: 100px;
}

.check_info {
  font-size: 35px;
  color: #777777;
  font-weight: 600;
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 1921px) {
  .data_contents td {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 1440px) {
  #devSelectContentDiv {
    width: 98%;
    margin: 0 auto;
    padding: 5 0px;
  }
}

@media screen and (max-width: 1280px) {
  #product_data_bg .data_contents {
    width: 97%;
    min-height: fit-content;
  }

  #product_data_bg .data_contents:nth-last-child(-n + 2) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 725px) {
  #product_data_bg .product_data_main {
    width: 95%;
  }

  #product_data_bg th {
    font-size: 14px;
  }

  #devselectTOT {
    padding: 2.5% 0;
  }

  #devselectTOT > button {
    width: 95%;
    height: 30px;
    border: 1px solid #333333;
    border-radius: 5px;
    background: #636363;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: auto;
  }

  #devselectTOT > button.offDevselect {
    display: block;
  }

  #devSelectContentDiv .label_question {
    display: none;
  }

  footer {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #devSelectContentDiv .label_question p {
    width: 330px;
    right: -355px;
    top: 10px;
    padding: 5px 10px;
    font-size: 13px;
  }

  #login-form {
    width: 90%;
  }

  .welcome-message {
    margin-top: 50px;
  }

  .login-blank {
    width: 85%;
  }
}
