/* common */

/* 크롬기능 비활성화 */
.img-controller > li:nth-child(4){
  position: relative;
  height: 20px;
  display: none;
}
/* RGB value*/
#red_val{
  display: flex;
  flex-direction: row;
  margin-top: 37px;
}
#green_val{
  display: flex;
  flex-direction: row;
  float: revert;
}
#blue_val{
  display: flex;
  flex-direction: row;
  float: left;
}
/* 돋보기 */
.magnifierBtn{
    float: right;
    margin-right: -10%;
    margin-top: -106%;
    width: 45px;
    height: 45px;
    z-index: 999999999999999999;
}
.magnifier {
    width: 300px;
    height: 300px;
    position: absolute;
    /*border-radius: 100%;*/
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 997;
    cursor: crosshair;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*transition: transform .5s ease-out;*/
}

.category {
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100000000;
}

.logo-icon {
  width: 100px;
  width: 5.208vw;
  height: auto;
  height: 78px;
  height: 4.063vw;
  display: flex;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
br.mo {
  display: none;
}
.mo {
  display: none;
}

/* common */

/* header */
header {
  position: relative;
  width: 100vw;
  /* padding: 30px 42px; */
  height: 55px;
  padding: 0 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .headerBtnAdmin{
  cursor : pointer;
  font-size: 13px;
  font-family: "myriad";
  font-weight: 500;
  color: #8d8d8d;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  border: 0.3235729932785034px solid #83817D;
  opacity: 1;
  background: white;
  border-radius: 20px;
  width: 109.19px;
  height: 35.19px;
  margin-top: 7px;
}

header .headerBtn{
  cursor : pointer;
  font-size: 11px;
  font-family: "myriad";
  font-weight: 500;
  color: #8d8d8d;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  border: 0.3235729932785034px solid #83817D;
  opacity: 1;
  background: white;
  border-radius: 20px;
  width: 73.19px;
  height: 19.19px
}

header .loginBtn{
  cursor : pointer;
  font-size: 13px;
  font-family: "myriad";
  font-weight: 500;
  color: #8d8d8d;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  border: 0.3235729932785034px solid #83817D;
  opacity: 1;
  background: white;
  border-radius: 20px;
  width: 109.19px;
  height: 35.19px;
  text-align: center;
  display: table;
}

header .loginBtn > span{
  display: table-cell;
  vertical-align: middle;
}

header .loginBtn:hover {
  opacity: 0.6;
}
header .logo img {
  width: 184px;
}
/* header */

/* tab-menu */

.tab-content {
  width: 100vw;
}
.tab-content ul {
  display: flex;ss
  align-items: center;
  width: 100%;
  height: 55px;
}
.tab-content ul li {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content ul li button {
  font-size: 25px;
  font-family: "myriad";
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  letter-spacing: 2.45px;
}
.tab-content ul li:first-child button {
  color: #bc9b86;
  height: 60px;
}
.tab-content ul li:first-child button {
  background-color: #fff;
}
.tab-content ul li:last-child button {
  color: #4d5a4c;
  background-color: #eff0f3;
  height: 60px;
}

/* tab-menu */

/* gnb */

.gnb {
  height: 70px;
  position: relative;
  width: max-content;
  margin: 0 auto;
  z-index: 998;
}
.gnb div > ul:not(.sub-gnb) {
  width: max-content;
  min-width: 1200px;
  height: 100%;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
}
.current-gnb {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.current-gnb li {
  width: 180px;
  height: 100%;
  display: flex;
  align-items: center;
}
.current-gnb > li:last-child {
  width: max-content;
}
.gnb > div {
  display: none;
  height: 100%;
}
.gnb > div.active {
  display: flex;
  align-items: center;
}
.gnb > div + div {
/*  background-color: #eff0f3;*/
}
.gnb > div.active > ul {
  display: flex;
}
.gnb div > ul > li {
  position: relative;
  width: 180px;
}
.gnb div > ul > li.gnb-open-btn-wrap {
  width: max-content;
  z-index: 100000000;
  transform: translateX(-50px);
}
.gnb div > ul > li.gnb-open-btn-wrap .gnb-drop-btn {
  padding: 0;
}
.gnb div > ul > li > .gnb-drop-btn {
  font-size: 25px;
  font-family: "myriad";
  color: #bc9b86;
  padding: 0 8px;
  transition: 0.3s ease;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.gnb span {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 25px;
  font-family: "myriad";
  color: #bc9b86;
  cursor: pointer;
}
.gnb div + div span {
  color: #455344;
}
.gnb-drop-btn {
  position: relative;
}
.gnb div + div > ul li > .gnb-drop-btn {
  color: #455344;
}
.gnb div + div > ul li > .gnb-drop-btn.active span {
  color: #a1a78d;
}
.gnb > div > ul li > .gnb-drop-btn.active span {
  color: #ceb6ab;
}
.gnb > div > ul li > .gnb-drop-btn.active span::after {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 2px;
  background-color: #bc9b86;
  margin-left: -8px;
  border-radius: 25px;
}
.gnb .dropdown-menu .gnb-drop-btn.active span::after {
  display: none;
}
.gnb div + div li > .gnb-drop-btn.active span::after {
  background-color: #455344;
}
.gnb div > ul > li:first-child {
  margin-left: 0;
}
.gnb > div > ul > li > button:hover {
  color: #ceb6ab;
}
.gnb > div > ul li .gnb-drop-btn:hover .sub-gnb {
  opacity: 1;
  visibility: visible;
}
.gnb .dropdown-menu .gnb-drop-btn:hover .sub-gnb {
  opacity: 0;
  visibility: hidden;
}
.gnb div + div > li > button:hover {
  color: #a1a78d;
}
.gnb .sub-gnb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 1000;
  width: max-content;
  padding: 0 10px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.gnb div + div .sub-gnb {
  background-color: rgba(239, 240, 243, 0.6);
}
.gnb .sub-gnb li {
  margin-top: 17px;
  position: relative;
}
.gnb .sub-gnb li button {
  font-size: 23px;
  font-family: "myriad";
  font-weight: 400;
  color: #bc9b86;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: max-content;
  transition: 0.3s ease;
  position: relative;
  margin: 0 auto;
}
.gnb .sub-gnb li button.active::after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 2px;
  background-color: #bc9b86;
  position: absolute;
  bottom: -2px;
  left: -4px;
}
.gnb div .sub-gnb li button.active {
  color: #ceb6ab;
}
.gnb div + div .sub-gnb li button.active {
  color: #a1a78d;
}
.gnb div + div .sub-gnb li button.active::after {
  background-color: #455344;
}
.gnb .sub-gnb li button:hover {
  opacity: 0.6;
}
.gnb div + div .sub-gnb li button {
  color: #455344;
}
.gnb div + div .sub-gnb li button:hover {
  color: #a1a78d;
}
.gnb-open-btn {
  width: 26px;
  height: 26px;
}
.gnb-open-btn i {
  width: 26px;
  height: 26px;
  display: block;
  background: url("../images/icons/ico-plus.png") no-repeat center / cover;
}
.gnb-open-btn.show i {
  width: 26px;
  height: 3px;
  background: url("../images/icons/ico-minus.png") no-repeat center / cover;
}
.gnb div + div .gnb-open-btn i {
  background: url("../images/icons/ico-plus2.png") no-repeat center / cover;
}
.gnb > div + div .gnb-open-btn.show i {
  background: url("../images/icons/ico-minus2.png") no-repeat center / cover;
}
/* gnb */

/* image-sec */

.image-sec {
  padding: 0px 0px 0 170px;
  display: flex;
  justify-content: start;
  margin-bottom: 54px;
  position: relative;
}
.image-sec.gray {
  background-color: #eff0f3;
}
.image-sec .list.active{
    display: flex;
     width: auto;
     /*width: auto;*/
    /*height: calc(100vh - 240px);*/
    /*height: calc(100vh - 10.5vw);*/
    /* overflow-y: scroll; */
    overflow-x: hidden;
    margin-left: 10%;
}
/*.image-sec .list.active .FabricItemWrap{*/
/*  margin-right: 10%;*/
/*}*/

.image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList {
  width: 714px;
  width: 37.188vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-column-gap: 0.521vw;
  height: calc(100vh - 240px);
  height: 40vw;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  scrollbar-width: thin;
  padding-right: 57px;
  padding-right: 2.969vw;
}
.image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList::-webkit-scrollbar ,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList::-webkit-scrollbar {
  width: 3px;
  /* background: none; */
}
.image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList::-webkit-scrollbar-thumb ,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  opacity: 0.4;
}
.image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList ,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList {
  display: grid;
  grid-template-rows: 200px 200px 200px;
}

.image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList ,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList p {
  margin-top: 3px;
  font-size: 14px;
}

.image-sec .list li {
  width: 100%;
  height: 125px;
  /*height: 8.333vw;*/
  /*margin-bottom: 40px;*/
  /*margin-bottom: -2.917vw;*/
}
.image-sec .list li .img-thumbnail {
  width: 100%;
  height: 100%;
}
.image-sec .list .viewerBtn img, .image-sec .list .changeFabric img, .image-sec .list .deleteBtn img, .image-sec .list .resizeBtn img{
  width: 20px;
  height: 20px;
  position: absolute;
  object-fit: cover;
  background: grey;
}
.image-sec .list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-sec {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*width: 100%;*/
  /*max-height: 115.94px;*/
  /*float: left;*/
  /*outline:1px solid #cdcdcd;*/
  /*background-image: url("../images/386.jpg");*/
  /*-webkit-background-size: 100%;*/
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: repeat;
  background-attachment: unset;
  /*background-repeat: no-repeat;*/
  background-size: cover;
  background-position: center;
  background-attachment: inherit;
}
.ProductItem div, .FabricItem div{
	width: 160px;
	max-height: 155.94px;
	/*float: left;*/
	outline:1px solid #cdcdcd;
	background-image: url("../images/386.jpg");
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 150px;
	background-repeat: repeat;
	margin-top: 1px;
}

.ProductItemUl{
 /*margin-top: 60px;*/
 margin-top: 0px;
}
.ProductItemUl1{
 margin-top: 80px;
}
.ProductItemUl2{
 margin-top: 20px;
}
.ProductItemUl3{
 margin-top: 50px;
}
.FabricItemUl{
 /*margin-top: 60px;*/
 margin-top: 0px;
}
.FabricItemUl1{
 margin-top: 80px;
}
.FabricItemUl2{
 margin-top: 20px;
}
.FabricItemUl3{
 margin-top: 50px;
}

/*.image-sec .list .ContentWrap .ProductItemWrap .ProductItemList  ul:nth-child(2) {*/
/*  margin-top: 80px;*/
/*}*/
/*.image-sec .list .ContentWrap .ProductItemWrap .ProductItemList  ul:nth-child(3) {*/
/*  margin-top: 20px;*/
/*}*/
/*.image-sec .list .ContentWrap .ProductItemWrap .ProductItemList  ul:nth-child(4) {*/
/*  margin-top: 50px;*/
/*}*/

.img-container {
  width: 702px;
  width: 36.563vw;
  width: calc(100vh - 110px - 240px - 40px);
  width: 33.938vw;
  height: 730px;
  height: 36.021vw;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.img-box {
  width: 100%;
  height: 100%;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content {
  display: flex;
  width: 795px;
  width: 40.6vw;
  /* height: calc(100vh- 110px - 240px); */
  height: calc(100vh - 240px);
  height: calc(108vh - 8.5vw);
  overflow-y: scroll;
  overflow-x: hidden;
}
.content::-webkit-scrollbar {
  width: 0;
  /* background: none; */
}
.content::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  opacity: 0.4;
}
.content .tab_container {
  /*position: absolute;*/
  /*right: -105px;*/
  /*bottom: 0;*/
  /*width: 100px;*/
  /*height: 257px;*/
  /*padding: 25px 0;*/
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  position: absolute;
  right: -110px;
  bottom: 0;
  width: 115px;
  height: 257px;
  padding: 25px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.content .tab_container::-webkit-scrollbar {
  width: 3px;
  /* background: none; */
}
.content .tab_container::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  opacity: 0.4;
}
.content .tab_container ul {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.content .tab_container ul li p{
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "myriad";
  font-weight: 500;
  color: black;
  text-align: center;
}
.content .tab_container ul li div div{
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  width: 0px;
  height: 0px;
}

.content .tab_container div ul li {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  width: 120px;
  margin-top : 20px;
}

.content .tab_container div ul li div div .clicked{
  background-color: #96AFDE !important;
}

.content .tab_container div ul li div div div:nth-child(1) {
  position: relative;
  top : -22px;
  right : -44px;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(2) {
  position: relative;
  top : -24px;
  right : -61px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(3) {
  position: relative;
  top : -21px;
  right: -69px;
  margin-bottom: 0px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(4) {
  position: relative;
  top : -15px;
  right : -67px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(5) {
  position: relative;
  top : -11px;
  right : -60px;
  margin-bottom: 0;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div:hover div div:nth-child(1),
.content .tab_container div ul li div:hover div div:nth-child(2),
.content .tab_container div ul li div:hover div div:nth-child(3),
.content .tab_container div ul li div:hover div div:nth-child(4),
.content .tab_container div ul li div:hover div div:nth-child(5) {
  opacity : 1;
}

.content .tab_container div ul li div div div:nth-child(1):hover,
.content .tab_container div ul li div div div:nth-child(2):hover,
.content .tab_container div ul li div div div:nth-child(3):hover,
.content .tab_container div ul li div div div:nth-child(4):hover,
.content .tab_container div ul li div div div:nth-child(5):hover{
  background: #96AFDE;
  cursor:pointer
}

#tab0{
  margin-top : -20px;

}

.content .tab_container ul li div {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  cursor:pointer;
}
/*.tab_container .layer_fabric .FabricScale > li:nth-child(1) {*/
/*margin-right: 42px;*/
/*}*/
/*.tab_container .layer_fabric .FabricScale > li:nth-child(1) {*/

/*}*/
.content .tab_container ul li p {
  margin-top: 5px;
  color: #bc9b86;
}
.viewerBtn {
    z-index: 99;
    width: 20px;
    height: 20px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
    bottom: 212px;
    left: 0px;
    cursor: pointer;
    /*top: -162px;*/
    top: -173px;
}
.deleteBtn {
    z-index: 99;
    width: 20px;
    height: 20px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
/*    bottom: 243px;
    right: 42px;*/
    bottom: 173px;
    left: 140px;
    cursor: pointer;
}
.changeFabric {
    z-index: 99;
    width: 20px;
    height: 20px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
    bottom: 212px;
    left: 0px;
    cursor: pointer;
    top: -39px;
}
.resizeBtn {
    z-index: 99;
    width: 20px;
    height: 20px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
    bottom: 212px;
    left: 140px;
    cursor: pointer;
    top: -39px;
}

/* image-sec */

/* image-controller */

.img-controller {
  position: absolute;
  bottom: -35px;
  left: 24px;
  display: flex;
  gap: 54px;
}
.img-controller > li {
  position: relative;
  height: 20px;
}
.img-controller .share-group {
  position: absolute;
  left: 70px;
  top: 1px;
  display: flex;
  gap: 22px;
}
.img-controller .share-group li {
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
}
.img-controller .share-group li a {
  height: 100%;
  display: block;
}
.img-controller .share-group li:nth-child(1) {
  transition: 0.3s 0.1s ease;
}
.img-controller .share-group li:nth-child(2) {
  transition: 0.3s 0.2s ease;
}
.img-controller .share-group li:nth-child(3) {
  transition: 0.3s 0.3s ease;
}
.img-controller .share-group li:nth-child(4) {
  transition: 0.3s 0.4s ease;
}
.img-controller .share-group.active li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.back-btn i,
.upload-btn i,
.save-btn i,
.share-btn i,
.face-btn i{
  width: 46px;
  height: 46px;
  display: block;
}
.faceModalBtn img, .clearBtn img, .faceSave img{
    width:46px;
    height:46px;
}
.face-btn i {
  background: url("../images/icons/ico-crop.png") no-repeat center / cover;
}
.back-btn i {
  background: url("../images/icons/ico-back.png") no-repeat center / cover;
}
.upload-btn i {
  background: url("../images/icons/ico-upload.png") no-repeat center / cover;
}
.save-btn i {
  background: url("../images/icons/ico-save.png") no-repeat center / cover;
}
.share-btn i {
  background: url("../images/icons/ico-share.png") no-repeat center / cover;
}

/* face-css*/
.img-controller .faceBtn_content .face-group {
  position: absolute;
  left: 70px;
  top: 1px;
  /*top: 50px;*/
  display: flex;
  gap: 22px;
}
.img-controller .faceBtn_content .face-group li {
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
}
.img-controller .faceBtn_content .face-group li img{
  height: 100%;
  display: block;
}
.img-controller .faceBtn_content .face-group li:nth-child(1) {
  transition: 0.3s 0.1s ease;
}
.img-controller .faceBtn_content .face-group li:nth-child(2) {
  transition: 0.3s 0.2s ease;
}
.img-controller .faceBtn_content .face-group li:nth-child(3) {
  transition: 0.3s 0.3s ease;
}
.img-controller .faceBtn_content .face-group.active li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/*.face-group li img {
    width: 46px;
    height: 46px;
}*/
/* image-controller */

/* footer */

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 0 60px 0;
  position: relative;
  background-color: #fff;
}
footer h1 {
  margin-bottom: 20px;
}
footer h1 img {
  width: 160px;
  height: auto;
}
footer p {
  font-size: 15px;
}
footer h1 + p + p {
  margin-top: 28px;
}
footer ul {
  margin-top: 14px;
  margin-bottom: 38px;
  display: flex;
  gap: 66px;
}
footer ul li {
  display: flex;
  gap: 12px;
}
footer li p:nth-child(2) {
  margin-bottom: 0;
}
footer strong {
  border-top: 1.5px solid #d0cfcf;
  padding-top: 20px;
  display: flex;
  width: 100vw;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-style: italic;
}
footer .sns-link {
  position: absolute;
  right: 46px;
  top: -55px;
  display: flex;
  gap: 26px;
  align-items: flex-end;
}
footer .sns-link a.home i {
  width: 22px;
  height: 27px;
  background: url("../images/icons/ico-home.png") no-repeat center / cover;
  display: block;
}
footer .sns-link a.youtube i {
  width: 31px;
  height: 24px;
  background: url("../images/icons/ico-youtube.png") no-repeat center / cover;
  display: block;
}
footer .sns-link a.instagram i {
  width: 24px;
  height: 24px;
  background: url("../images/icons/ico-instagram.png") no-repeat center / cover;
  display: block;
}
footer .sns-link a.oldhomepage i {
  width: 24px;
  height: 24px;
  background: url("../images/icons/ico-exchange.png") no-repeat center / cover;
  display: block;
}

footer .sns-link a.homepage3d i {
  width: 24px;
  height: 24px;
  background: url("../images/icons/icon-3d.png") no-repeat center / cover;
  display: block;
}

/* footer */

/* dropdown */
.gnb > ul + ul .dropdown-menu {
  background-color: rgba(239, 240, 243, 0.6);
}
.gnb > ul + ul .dropdown-menu li {
  color: #455344;
}
.dropdown-menu {
  position: absolute;
  top: 0;
  left: -95px;
  width: 100%;
  display: grid;
  padding-top: 70px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 70px 0 52px 95px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  box-sizing: content-box;
}
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
/* .dropdown-menu > li{
    width: 180px;
} */
.dropdown-menu > li {
  font-size: 23px;
  font-family: "myriad";
  font-weight: 400;
  color: #bc9b86;
  text-align: left;
  width: 100%;
  transition: 0.3s ease;
  padding: 60px 0 0;
}
.dropdown-menu > li > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 180px);
  cursor: pointer;
}
.dropdown-menu > li > ul > li {
  width: 180px;
}
.dropdown-menu > li > ul > li .sub-gnb {
  opacity: 0;
  visibility: hidden;
}
.gridBtn {
  float: right;
  margin-right: -4%;
  margin-top: -56%;
  width: 0%;
  /* height: 58%; */
  z-index: 999999999999999999;
}
.grida{
    /*margin-left: 22px;*/
    /*float: left;*/
    /*margin-right: 10px;*/
}


.insertgridimg{
    height:30px;
    width:50px;
    cursor:pointer;
}
.insertgroupimg{
    height:30px;
    width:50px;
    cursor:pointer;
    /*border-top: thick groove #ff0000;*/
    /*border-right:thick groove #ff0000;*/
    /*border-bottom:thick groove #ff0000;*/
    /*border-left:thick groove #ff0000;*/
    /*border-width:1px;*/
}
.rgb{
/*    float: right;
    display: flex;
    flex-direction: row-reverse;
    !*margin-top: -4%;*!
    margin-right: 3%;*/
    float: right;
    /* display: flex; */
    flex-direction: row-reverse;
    margin-top: 0%;
    margin-right: 3%;
}

.userBtn {
    width: 500px;
    display: flex;
    justify-content: space-between;
}

.userBtn .username {
    text-align: right;
    margin : auto;
    width: 200px;
    margin-right: 20px;
}

.userBtn .username > span {
    letter-spacing: 0px;
    color: #83817D;
    opacity: 1;
    font-size: 27px;
}

.loginInfo .count{
    text-align: left;
    letter-spacing: 0px;
    color: #83817D;
    opacity: 1;
    font-size: 13px;
}

.loginInfo {
    text-align : center;
    width: 160px;
}

.icon-admin{
    width: 30px;
    height: 46px;
    margin-right: 9px;
    cursor: pointer;
}
/* dropdown */
/* 1800 */
@media all and (max-width: 1900px) {
  .deleteBtn {
    z-index: 99;
    width: 20px;
    height: 20px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
/*    bottom: 248px;
    right: 28px;*/
    bottom: 175px;
    left: 140px;
    cursor: pointer;
  }

  .resizeBtn {
    z-index: 99;
    width: 20px;
    height: 20px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
    bottom: 212px;
    left: 140px;
    cursor: pointer;
    top: -39px;
  }
}
/* 1800 */
/* 1700 */

@media all and (max-width: 1700px) {
  .magnifierBtn{
    float: right;
    margin-right: -10%;
    margin-top: -104%;
    width: 39px;
    height: 45px;
    z-index: 999999999999999999;
  }
  .gridBtn {
    float: right;
    margin-right: -4%;
    margin-top: -64%;
    width: 0%;
    /* height: 58%; */
    z-index: 999999999999999999;
  }
  .image-sec {
    padding: 0 50px;
  }
  .img-container {
    width: 620px;
    width: 36.471vw;
    height: 646px;
    height: 38vw;
  }
  .image-sec .list {
  /*height: 38vw;*/
  }
  .content {
    width: 44.6vw;
    height: 42vw;
  }
  .content .tab_container {
    width: 130px;
    height: 260px;
    right: -123px;
  }
  .deleteBtn {
    z-index: 99;
    width: 20px;
    height: 20px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
/*    bottom: 246px;
    right: 27px;*/
    bottom: 175px;
    left: 140px;
    cursor: pointer;
  }
  .resizeBtn {
      /*z-index: 99;*/
      /*width: 20px;*/
      /*height: 20px;*/
      /*background-position: top;*/
      /*!* background-color: rgba(0,0,0,.5); *!*/
      /*background-repeat: no-repeat;*/
      /*position: relative;*/
      /*bottom: 212px;*/
      /*left: 110px;*/
      /*cursor: pointer;*/
      /*top: -40px;*/
    display: none;
  }
}

/* 1700 */

/* 1500 */

@media all and (max-width: 1700px) {
  .gridBtn{
    float: right;
    margin-right: -5%;
    margin-top: -69%;
    width: 0%;
    /* height: 58%; */
    z-index: 999999999999999999;
  }
  header {
    height: 44px;
  }
  header .loginBtn {
    font-size: 11px;
  }
  header .logo img {
    width: 110px;
  }
  .image-sec {
    padding: 0 30px;
  }
  .tab-content {
    height: 60px;
  }
  .tab-content ul li button {
    font-size: 26px;
  }
  .gnb {
    height: 60px;
  }

  .current-gnb {
    grid-template-columns: repeat(auto-fill, 115px);
  }
  .current-gnb li {
    width: 115px;
  }

  .dropdown-menu > li {
    padding: 35px 8px 0 0;
  }
  .dropdown-menu {
    padding: 30px 0 32px 95px;
    box-sizing: content-box;
  }
  .dropdown-menu button {
    font-size: 14px;
    padding: 30px 8px 0;
  }
  .gnb > ul > li {
    width: 115px;
  }
  .dropdown-menu > li > ul {
    grid-template-columns: repeat(auto-fill, 115px);
  }
  .dropdown-menu > li > ul > li {
    width: 115px;
  }
  .gnb span {
    font-size: 14px;
  }
  .gnb .sub-gnb li button {
    font-size: 14px;
  }
  .gnb-open-btn i {
    width: 18px;
    height: 18px;
  }
  .gnb > ul > li > .gnb-drop-btn.active span::after {
    margin-top: 5px;
    height: 2px;
  }

  .content {
    height: calc(100vh - 164px);
    height: calc(100vh - 12.542vw);
    height: 40.935vw;
    width: 47.5vw
  }
  .img-container {
    width: 566px;
    width: 36.516vw;
    /* width: calc(100vh - 75px - 210px); */
    height: 588px;
    height: 37.935vw;
    /* height: 100%; */
  }
  .img-box {
    width: 275px;
  }
  .img-box {
    width: 100%;
  }
  .image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList {
    height: calc(100vh - 164px);
    grid-template-columns: repeat(4, 1fr);
    width: 530px;
    width: 43.194vw;
    height: 38.935vw;
    overflow-x: hidden;
  }
  .image-sec .list li {
    width: 100%;
    height: 125px;
    /*height: 8.129vw;*/
  }

  .content .tab_container ul li img {
    width: 50px;
    height: 50px;
  }
  .content .tab_container ul li {
    margin-bottom: 8px;
  }
  .img-controller {
    gap: 35px;
    left: 70px;
    bottom: -30px;
  }
  .back-btn i,
  .upload-btn i,
  .save-btn i,
  .share-btn i,
  .face-btn i{
    width: 30px;
    height: 30px;
  }
  .img-controller .share-group li img {
    width: 28px;
    height: 28px;
  }
  .faceModalBtn img, .clearBtn img, .faceSave img {
    width:28px;
    height:28px;
  }
  .gnb-open-btn.show i {
    width: 18px;
    height: 2px;
  }
  .dropdown-menu .dropdown-menu-item {
    grid-template-columns: repeat(auto-fit, 115px);
  }
  .dropdown-menu .dropdown-menu-item li {
    width: 115px;
    font-size: 16px;
  }
  .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .gnb div > ul:not(.sub-gnb) {
    min-width: 768px;
  }
    .content .tab_container div ul li div ul li:first-child {
      margin-right: 30px;
      margin-bottom: 0px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background-color: #000;
      color: #fff;
      border: 2px solid #fff;
      float: left;
      font-weight: bold;
  }
  .content .tab_container ul li p {
      margin-bottom: 16px;
      font-size: 10px;
      font-family: "myriad";
      font-weight: 500;
      color: #bc9b86;
      text-align: center;
  }
   .resizeBtn {
      z-index: 99;
      width: 20px;
      height: 20px;
      background-position: top;
      /* background-color: rgba(0,0,0,.5); */
      background-repeat: no-repeat;
      position: relative;
      bottom: 212px;
      left: 95px;
      cursor: pointer;
      top: -40px;
  }
}

/* 1500 */

/* 1450 */

@media all and (max-width: 1500px) {

  .magnifierBtn{
    float: right;
    margin-right: -10%;
    margin-top: -104%;
    width: 34px;
    height: 45px;
    z-index: 999999999999999999;
  }

  .gridBtn{
    float: right;
    margin-right: -5%;
    margin-top: -56%;
    width: 3%;
    /* height: 58%; */
    z-index: 999999999999999999;
  }
  .img-container {
    width: 36.563vw;
    height: 37.969vw;
  }
  .image-sec {
    padding: 0 80px;
    /*padding: 0 3.125vw;*/
  }
  .image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList {
    width: 367px;
    height: calc(100vh - 164px);
    height: 37.969vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .image-sec .list ul {
    width: 100%;
  }
  .image-sec .list li {
    width: 100%;
    height: 100px;
  }
  .img-controller {
    left: 55px;
    bottom: -27px;
    gap: 30px;
  }
  .back-btn i,
  .upload-btn i,
  .save-btn i,
  .share-btn i,
  .face-btn i{
    width: 26px;
    height: 26px;
  }
  .img-controller .share-group {
    left: 60px;
  }
  .img-controller .share-group img {
    width: 26px;
    height: 26px;
  }
  .faceModalBtn img, .clearBtn img, .faceSave img{
    width:26px;
    height:26px;
  }
  .content {
    height: calc(100vh - 230px);
    height: calc(100vh - 17.969vw);
    height: 40.969vw;
    width: 46.6vw;
  }
  .content .tab_container {
    width: 80px;
    height: 144px;
    right: -70px;
    padding: 10px 0;
    overflow-y: scroll;
  }
  .content .tab_container ul li img {
    width: 35px;
    height: 35px;
  }
  .content .tab_container ul li p {
    margin-top: 0px;
  }
  footer p {
    font-size: 14px;
  }
  .logo-icon {
    width: 51px;
    height: 44px;
  }

  .content .tab_container::-webkit-scrollbar {
    height: 3px;
    /* background: none; */
  }
  .content .tab_container::-webkit-scrollbar-thumb {
    background: #8d8d8d;
    opacity: 0.4;
  }
  .ProductItemUl, .FabricItemUl{
   /*margin-top: 60px;*/
    margin-top: 0px;
    margin-bottom: 30px;

  }
  .ProductItemUl1, .FabricItemUl1{
    margin-top: 50px;
        margin-bottom: 30px;
  }
  .ProductItemUl2, .FabricItemUl2{
    margin-top: 0px;
        margin-bottom: 30px;
  }
  .ProductItemUl3, .FabricItemUl3{
    margin-top: 50px;
        margin-bottom: 30px;
  }
  .content .tab_container ul li div {
      width: 40px;
      height: 40px;
      border-radius: 100%;
  }
  .content .option {
      width: 56px;
      height: 144px;
      right: -60px;
      padding: 10px 0;
      overflow-y: scroll;
  }
  .content .tab_container div ul li div ul li:first-child {
      margin-right: 15px;
      margin-bottom: 0px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background-color: #000;
      color: #fff;
      border: 2px solid #fff;
      float: left;
      font-weight: bold;
  }
  .deleteBtn {
    z-index: 99;
    width: 17px;
    height: 17px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
/*    bottom: 576px;
    right: 29px;*/
    bottom: 175px;
    left: 140px;
    cursor: pointer;
  }
  
  .content .tab_container div ul li div div div:nth-child(1) {
  position: relative;
  top : -9px;
  right : -32px;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(2) {
  position: relative;
  top : -9px;
  right : -39px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(3) {
  position: relative;
  top : -7px;
  right: -42px;
  margin-bottom: 0px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(4) {
  position: relative;
  top : -5px;
  right : -39px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}

.content .tab_container div ul li div div div:nth-child(5) {
  position: relative;
  top : -5px;
  right : -34px;
  margin-bottom: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 100%;
  background-color: #D0D6E1;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  float: left;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
}
  .resizeBtn {
      z-index: 99;
      width: 20px;
      height: 20px;
      background-position: top;
      /* background-color: rgba(0,0,0,.5); */
      background-repeat: no-repeat;
      position: relative;
      bottom: 212px;
      left: 142px;
      cursor: pointer;
      top: -40px;
  }
}

/* 1280 */

/* 1024 */

@media all and (max-width: 1024px) {

  .magnifierBtn{
    display: none;
  }

    /* 크롬기능 비활성화 */
    .img-controller > li:nth-child(4){
      position: relative;
      height: 20px;
      display: none;
    }

  #rgbimg{
    display: none;
  }

  .gridBtn{
    display: none;
  }
  header {
    height: 46px;
    position: relative;
    background-color: #eff0f3;
  }
  main {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 1000;
    padding-bottom: 473px;
    background-color: #eff0f3 !important;
  }
  .image-sec {
    flex-direction: column;
    align-items: center;
    position: static;
    margin: 0;
    background-color: #fff !important;
    padding-top: 34px;
  }

  br.mo {
    display: block;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }

  footer {
    border-top: 2px solid #000;
    padding-bottom: 24px;
    background-color: #eff0f3;
  }
  footer strong {
    line-height: 1.25;
    padding-top: 4px;
    font-size: 10px;
    border-top: 2px solid #000;
  }
  footer .sns-link {
    position: static;
    margin-bottom: 12px;
    margin-top: 18px;
  }
  footer ul:not(.sns-link) {
    display: none;
  }
  footer h1 + p {
    display: none;
  }
  footer h1 {
    margin-bottom: 0;
  }
  footer h1 img {
    width: auto;
    height: 12px;
  }
  footer h1 + p + p {
    margin-top: 8px;
    font-size: 10px;
  }
  .logo-icon {
    display: none;
  }
  .content {
    margin-bottom: 90px;
    width: calc(56vh);
    height: calc(70vh - 170px);
    overflow-x: visible;
    overflow-y: visible;
  }
  .img-container {
    width: 82%;
    height: 304px;
    height: 100%;
  }
  .img-box {
    width: 100%;
    height: 100%;
  }
  .content .tab_container {
    padding: 2px 10px 0;
    overflow-y: scroll;
  }
  .content .tab_container ul {
    flex-direction: column;
    align-items: center;
    /*justify-content: flex-start;*/
    /*gap: 13px;*/
  }
  .content .tab_container ul li {
    margin: 0;
  }
  .content .tab_container ul li p {
    font-size: 12px;
    margin-top: 3px;
  }

  .img-controller {
    bottom: -36px;
    left: 49%;
    transform: translateX(-50%);
  }
  .share-group {
    position: relative;
    z-index: 100000;
  }
  .share-group li {
    position: absolute;
  }
  .share-group li:nth-child(1) {
    right: -7px;
    top: -52px;
  }
  .share-group li:nth-child(2) {
    right: -21px;
    top: -19px;
  }
  .share-group li:nth-child(3) {
    right: -21px;
    bottom: -48px;
  }
  .share-group li:nth-child(4) {
    right: -7px;
    bottom: -80px;
  }
/*crop child*/
.faceBtn_content .face-group {
    position: relative;
    z-index: 100000;
  }
  .faceBtn_content .face-group li {
    position: absolute;
  }
  .faceBtn_content .face-group li:nth-child(1) {
    right: -7px;
    top: -52px;
  }
  .faceBtn_content .face-group li:nth-child(2) {
    right: -21px;
    top: -19px;
  }
  .faceBtn_content .face-group li:nth-child(3) {
    right: -21px;
    bottom: -48px;
  }
  .faceBtn_content .face-group li:nth-child(4) {
    right: -7px;
    bottom: -80px;
  }
  .image-sec .list {
    position: absolute;
    bottom: 0;
  }
  .tab-content ul li:last-child button {
    border-left: 3px solid #cbcaca;
  }
  .tab-content ul li button {
    border-bottom: 3px solid #cbcaca;
  }
  .sub-gnb {
    display: none;
  }
  .gnb-open-btn-wrap {
    display: none;
  }
  .gnb {
    width: calc(100vw - 25px);
    overflow-x: scroll;
  }
  .gnb > ul {
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-column-gap: 20px;
    width: max-content;
  }
  .gnb > ul > li {
    width: 100%;
  }
  .gnb > ul > li > .gnb-drop-btn.active span::after {
    display: none;
  }
  .gnb > ul > li > .gnb-drop-btn.active span {
    opacity: 0.6;
  }
  .dropdown-menu {
    display: none;
  }
  .image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 12px;
    width: 700px;
    height: 473px;
    padding-top: 40px;
  }
  .image-sec .list li {
    width: 100%;
    height: 115px;
  }
  .image-sec .list ul:nth-child(3) {
    /*margin-top: -19px*/
  }
  .image-sec .list ul:nth-child(4) {
    /*margin-top: 0;*/
  }
  .gnb {
    background-color: #f9f9fa !important;
  }
  .gnb > ul + ul {
    background-color: #f9f9fa !important;
  }
  .category {
    z-index: 9898989898989898989;
    background-color: #fff !important;
  }
  .category.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
  }
  footer .sns-link a.home i {
    width: 19px;
    height: 24px;
  }
  footer .sns-link a.youtube i {
    width: 27px;
    height: 21px;
  }
  footer .sns-link a.instagram i {
    width: 22px;
    height: 22px;
  }

  .swiper {
    width: 100%;
    height: 62px;
  }
  .gnb + .mo > div {
    display: none;
    position: relative;
  }
  .gnb + .mo > div.active {
    display: block;
  }
  .swiper-slide {
    display: flex;
    gap: 22px;
    justify-content: center;
    padding-top: 10px;
    position: relative;
  }
  .swiper-slide button {
    font-size: 13px;
    color: #bc9b86;
  }
  .swiper-slide button.active {
    color: #d9c8c0;
  }
  .gnb + .mo > div + div .swiper-slide button {
    color: #4d5a4c;
  }
  .gnb + .mo > div + div .swiper-slide button.active {
    color: #a1a78d;
  }
  .gnb + .mo .swiper-pagination-bullet {
    background-color: #e2dad5;
  }
  .gnb + .mo .swiper-pagination-bullet-active {
    background-color: #bc9b86;
  }
  .gnb + .mo > div + div .swiper-pagination-bullet {
    background-color: #a1a78d;
  }
  .gnb + .mo > div + div .swiper-pagination-bullet-active {
    background-color: #4d5a4c;
  }
  .gnb + .mo > div.active .swiper-container {
    display: none;
  }
  .gnb + .mo > div.active .swiper-container.active {
    display: block;
  }

  .swiper-back-btn {
    width: 45px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 1000000;
  }
  .swiper-back-btn.active {
    opacity: 1;
    visibility: visible;
  }
  .swiper-back-btn img {
    width: 100%;
    height: auto;
  }
  .ProductItemUl{
   /*margin-top: 60px;*/
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ProductItemUl1{
    margin-top: 80px;
    margin-bottom: 0px;
  }
  .ProductItemUl2{
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .ProductItemUl3{
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .FabricItemUl{
     /*margin-top: 60px;*/
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .FabricItemUl1{
    margin-top: 80px;
    margin-bottom: 0px;
  }
  .FabricItemUl2{
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .FabricItemUl3{
     margin-top: 50px;
    margin-bottom: 0px;
  }
  .deleteBtn {
    z-index: 99;
    width: 15px;
    height: 15px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
/*    bottom: 442px;
    right: 31px;*/
    bottom: 175px;
    left: 140px;
    cursor: pointer;
  }
  .magnifier {
      width: 150px;
      height: 150px;
      position: absolute;
      /* border-radius: 100%; */
      box-shadow: 0 0 0 3px rgb(255 255 255 / 85%), 0 0 3px 3px rgb(0 0 0 / 25%);
      display: none;
      z-index: 999;
      /*position: absolute;*/
      /*top: 0;*/
      /*left: 0;*/
      /*width: 100%;*/
      /*height: 100%;*/
      /*background-repeat: no-repeat;*/
      /*background-position: center;*/
      /*background-size: cover;*/
      /*transition: transform .5s ease-out;*/
  }

  .content .tab_container {
    width: 90px;
    height: 144px;
    right: -70px;
    padding: 10px 0;
    overflow-y: scroll;
    
  .resizeBtn {
      z-index: 99;
      width: 20px;
      height: 20px;
      background-position: top;
      /* background-color: rgba(0,0,0,.5); */
      background-repeat: no-repeat;
      position: relative;
      bottom: 212px;
      left: 95px;
      cursor: pointer;
      top: -40px;
  }
}

/* 1024 */

/* 768 */

@media all and (max-width: 768px) {
  .content {
    width: calc(100vh - 250px);
    height: calc(100vh - 250px);
  }
  .changeFabric{
    display: none;
  }
  .viewerBtn{
    display: none;
  }
}

/* 600 */

@media all and (max-width: 600px) {

  header .loginBtn{
    cursor : pointer;
    font-size: 13px;
    font-family: "myriad";
    font-weight: 500;
    color: #8d8d8d;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 3.7px;
    border: 0.3235729932785034px solid #83817D;
    opacity: 1;
    background: white;
    border-radius: 20px;
    width: 80px;
    height: 25px;
    text-align: center;
    display: table;
    opacity: 0.5;
  }

  header .loginBtn > span{
    display: table-cell;
    vertical-align: middle;
  }

  .userBtn .username > span {
    display: none;
  }

  .userBtn .loginInfo > div > input:nth-child(1) {
    display: none;
  }

  .icon-admin {
    display: none;
  }

  .loginInfo .count{
    display: none;
  }


  header .loginBtn {
    font-size: 11px;
  }
  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .loginBtn {
    /*position: absolute;*/
    /*right: 24px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
  }

  .content {
    margin-bottom: 150px;
    width: calc(100vw - 68px);
    height: calc(100vw - 68px);
  }

  .img-controller {
    bottom: -100px;
    left: 49%;
    transform: translateX(-50%);
  }
  .content .tab_container {
    bottom: -74.5px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: max-content;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 2px 10px 3.5px 10px;
  }

  #tab0 {
    margin-top:0px;
  }

  .img-container {
    width: 96%;
}
  .content .tab_container ul {
    flex-direction: row;
    margin-bottom: -13px;
    align-items: center;
    /*justify-content: flex-start;*/
    /*gap: 13px;*/
  }
  .content .tab_container ul li {
    /*margin: 0;*/
    margin-left: 20px;
  }
  .content .tab_container ul li p {
    font-size: 10px;
    margin-top: 3px;
  }

  .image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    width: 338px;
  }
  .ProductItemUl, .FabricItemUl{
   /*margin-top: 60px;*/
   margin-top: 0px;
  }
  .ProductItemUl1, .FabricItemUl1{
   margin-top: 50px;
  }
  .ProductItemUl2, .FabricItemUl2{
   margin-top: 0px;
  }
  .ProductItemUl3, .FabricItemUl3{
   margin-top: 50px;
  }
  .image-sec .list li {
    width: 100%;
    height: 130px;
  }
  .content .tab_container div ul li div ul li:first-child {
      margin-right: -7px;
      margin-left: 0px;
      margin-bottom: 0px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background-color: #000;
      color: #fff;
      border: 2px solid #fff;
      float: left;
      font-weight: bold;
  }
  .deleteBtn {
    z-index: 99;
    width: 15px;
    height: 15px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
/*    bottom: 396px;
    right: 34px;*/
    bottom: 175px;
    left: 140px;
    cursor: pointer;
  }
  .magnifier {
      width: 100px;
      height: 100px;
      position: absolute;
      /* border-radius: 100%; */
      box-shadow: 0 0 0 3px rgb(255 255 255 / 85%), 0 0 3px 3px rgb(0 0 0 / 25%);
      display: none;
      z-index: 999;
      /*position: absolute;*/
      /*top: 0;*/
      /*left: 0;*/
      /*width: 100%;*/
      /*height: 100%;*/
      /*background-repeat: no-repeat;*/
      /*background-position: center;*/
      /*background-size: cover;*/
      /*transition: transform .5s ease-out;*/
  }
  .resizeBtn {
      z-index: 99;
      width: 20px;
      height: 20px;
      background-position: top;
      /* background-color: rgba(0,0,0,.5); */
      background-repeat: no-repeat;
      position: relative;
      bottom: 212px;
      left: 108px;
      cursor: pointer;
      top: -40px;
  }
}

/* 600 */


/* 400 */
@media all and (max-width: 400px) {
.userBtn{
    font-size: 4px;
    margin-left: -30px;
}
header .loginBtn {
    font-size: 4px;
  }
  .magnifier {
      width: 100px;
      height: 100px;
      position: absolute;
      /* border-radius: 100%; */
      box-shadow: 0 0 0 3px rgb(255 255 255 / 85%), 0 0 3px 3px rgb(0 0 0 / 25%);
      display: none;
      z-index: 999;
      /*position: absolute;*/
      /*top: 0;*/
      /*left: 0;*/
      /*width: 100%;*/
      /*height: 100%;*/
      /*background-repeat: no-repeat;*/
      /*background-position: center;*/
      /*background-size: cover;*/
      /*transition: transform .5s ease-out;*/
  }
  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .loginBtn {
    /*position: absolute;*/
    /*right: 24px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
  }

  .content {
    margin-bottom: 150px;
    width: calc(100vw - 68px);
    height: calc(100vw - 68px);
  }

  .img-controller {
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .content .tab_container {
    bottom: -67.5px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: max-content;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 2px 10px 3.5px 10px;
  }
  .content .tab_container ul {
    flex-direction: row;
    margin-bottom: -13px;
    align-items: center;
    /*justify-content: flex-start;*/
    /*gap: 13px;*/
  }
  .content .tab_container ul li {
    /*margin: 0;*/
    margin-left: 20px;
  }
  .content .tab_container ul li p {
    font-size: 10px;
    margin-top: 3px;
  }

  .image-sec .list.active .ContentWrap .ProductItemWrap .ProductItemList,.image-sec .list.active .ContentWrap .FabricItemWrap .FabricItemList {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    width: 286px;
  }
  .ProductItemUl, .FabricItemUl{
   /*margin-top: 60px;*/
   margin-top: 0px;
  }
  .ProductItemUl1, .FabricItemUl1{
   margin-top: 50px;
  }
  .ProductItemUl2, .FabricItemUl2{
   margin-top: 0px;
  }
  .ProductItemUl3, .FabricItemUl3{
   margin-top: 50px;
  }
  .image-sec .list li {
    width: 100%;
    height: 130px;
  }
  .content .tab_container div ul li div ul li:first-child {
      margin-right: -7px;
      margin-left: 0px;
      margin-bottom: 0px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background-color: #000;
      color: #fff;
      border: 2px solid #fff;
      float: left;
      font-weight: bold;
  }
  .deleteBtn {
    z-index: 99;
    width: 15px;
    height: 15px;
    background-position: top;
    /* background-color: rgba(0,0,0,.5); */
    background-repeat: no-repeat;
    position: relative;
/*    bottom: 396px;
    right: 34px;*/
    bottom: 167px;
    left: 134px;
    cursor: pointer;
  }
  .resizeBtn {
      z-index: 99;
      width: 20px;
      height: 20px;
      background-position: top;
      /* background-color: rgba(0,0,0,.5); */
      background-repeat: no-repeat;
      position: relative;
      bottom: 212px;
      left: 108px;
      cursor: pointer;
      top: -40px;
  }
}

