

/* MAIN index.php font IOS/OS X 폰트 깨짐 현상 수정
===================================================*/
:root {
  --main-color: #00a0b6;
  --light-grey: #f1f1f1;
  --dark-grey: #545454;
  --star-color: #ffd700;
  --point-color: #ff8886;
    /* grey */
  --main-dark-grey: #9E9E9E;
  --font-family: 'Nanum Barun Gothic', sans-serif;
}


/* MAIN index.php style modify */

/* MAIN TOP  */
#main-searchbtn {
  position: absolute;
  background: url(../img/search.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 20px 20px;
  top: 66px;
  left: 4.5vw;
}

#seller-searchbtn {
  position: absolute;
  background: url(../img/search.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 20px 20px;
  top: 9px;
  left: 20px;
}

.seller-search {
  /* size */
  width: 100%;
  /* padding */
  padding: 10px 0;
  padding-left: 34px;
  /* border */
  border: 1px solid #c2c0c0;
  border-radius: 4px;
}

.seller-search-box,
.style-search-box {
  /* padding */
  padding: 0 10px;
}

.style-search-box {
  /* margin */
  margin-top: 10px;
}

/* SELLER&STYLE MORE PAGE SEARCH */
@media screen and (min-width: 420px) and (max-width: 767px) {
  .style-search-box {
    /* margin */
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .seller-search-box {
    /* margin */
    margin-top: 40px;
  }
  .style-search-box {
    /* margin */
    margin-top: 20px !important;
  }
}

/* MAIN CATEGORY */
.main-ca-btn {
  line-height: 1rem;
}

/* NEW DESIGNER */
.main-new-box-img {
  width: 100%;
  height: 29vw;
  background: #00a0b6;
  margin-bottom: 10px;
  border-radius: 50%;
}

.middlebanner {
  height: 20vw;
  margin-bottom: 2vw;
}


#artistList {
  /* size */
  height: 79vw;
}

/* MIAN index.php page Responsive part */


.artist_img {
  object-fit: cover;
}

/* 768 */
@media screen and (min-width: 768px) {

  /* MAIN TOP SEARCH BAR RESPONSIVE */
  .main-top .main-search {
    font-size: 1.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
  /* CATEGORY MAIN */

  .main-ca-box {
    width: 20%;
  }
  .main-ca-box img {
    margin: 0 0 6px;
  }

  .main-ca-boxes-scroll {
    width: 100%;
    height: 286px;
    overflow: hidden;
  }

  .main-ca-boxes {
    margin-top: 35px;
  }

  .main-ca-box p {
    font-size: 15px;
  }

  /* STYLES LIST*/
  /* NEW DESIGNER */
  .main-new-box {
    width: 19%;
  }

  #artistlist {
    height: 49vw;
  }

  .main-new-box-img {
    width: 100%;
    height: 18vw;
  }

  .artist_img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  /* review */
  .main-review-boxes {
    width: 100%;
    height: 50vw;
    overflow: hidden;
  }
}

.main-review-boxes-more {
  /* size */
  width: 100%;
  height: 100%;
  /* padding */
  padding: 15px 20px;
}

.main-review-box-more {
  /* background */
  background-color: #fff;
  /* border */
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .main-review-boxes-more {
    /* padding */
    padding-top: 40px;
  }
}

/* Main review */
.main-review-box {
  width: 100%;
  height: 24vw;
  margin-bottom: 15px;
}

.main-review-box-title {
  font-weight: bold;
  padding-top: 5px;
}

.main-review-box-txt {
  height: 75px;
  overflow: hidden;
  padding-top: 2.5vw;
}

@media screen and (min-width: 768px) {
  .main-review-box-txt {
    height: 100px;
    overflow: hidden;
    padding-top: 2.5vw;
    font-size: 24px;
    line-height: 30px;
  }
}

/* SHOW MORE STYLED */
.showmore-active {
  height: auto !important;
}

/* MY PAGE mypage.php font IOS/OS X 폰트 깨짐 현상 수정
===================================================*/

/* MY PAGE HEADER */
.mypage-subhead {
  width: 100%;
  height: 8%;
  background-color: #ffffff;
  margin-bottom: 1vw;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding */
  padding: 2px 2.5vw;
}

.headtitle3 {
  font-family: var(--font-family);
}

.sub-stats {
  /* size */
  height: 100%;
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* 빽버튼과 타이틀 */
.sub-stats:nth-of-type(1) {
  /* size */
  width: 23vw;
  gap: 15px;
}

/* 셋팅, 장바구니, 북마크 */
.sub-stats:nth-of-type(2) {
  /* flex */
  justify-content: space-between;
  /* size */
  width: 25vw;
}

.back-btn {
  width: 10%;
  height: 100%;
  background: url(../img/back.png) 100% 100% no-repeat;
  background-size: 2vw auto;
  background-position: left center;
  z-index: 99999;
  left: 0;
}

.subhead-icons-styled {
  /* position */
  position: relative;
  /* size */
  width: 100%;
}

.basket-cnt {
  /* size */
  width: 5vw;
  /* padding */
  padding: 0.1vw 0;
  /* position */
  position: absolute;
  top: -1.5vw;
  right: 1.5vw;
  /* font */
  font-family: var(--font-family);
  font-size: 3vw;
  color: #ffffff;
  /* background */
  background-color: var(--point-color);
  /* text */
  text-align: center;
  /* border */
  border-radius: 4vw;
}

.username {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
}

.editprofile {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
}
.userpoint,
.in-app-point-info {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
}

#gifttab,
#auctiontab,
#desgintab {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .rowcontent1 {
    display: block;
    width: 100%;
    height: 95px;
    background: #fff;
    border-bottom: solid 1px #f1f1f1;
    background: #fff;
  }
}

/* USEREDIT 유저 정보 수정 GUI 개선 작업 
====================================================*/
.join_inner .join_form {
  /* padding */
  padding: 7.5vw 6vw 7.5vw;
  width: 90%;
}

.righthead {
  /* cursor */
  cursor: pointer;
}

#form1 {
  /* size */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_inner label {
  /* font */
  display: table-cell;
  width: 18.6vw;
  height: 9.5vw;
  font-size: 3vw;
  line-height: 9.5vw;
  font-weight: bold;
  vertical-align: top;
}

.join_inner .join_top {
  width: 90%;
}

.join_inner .join_top .form_type {
  font-family: var(--font-family);
}

.join_inner .join_form label,
.may_inner .join_form .form_inner .label {
  width: 35%;
  font-family: var(--font-family);
  font-weight: bold;
}

.may_inner .btn_group {
  /* size */
  width: 90%;
  /* margin */
  margin-right: 10px;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.may_inner .join_form .form_inner:nth-of-type(2) {
  margin-bottom: 5.5vw;
}

.may_inner .join_form .form_inner:nth-of-type(3) {
  /* padding */
  padding-top: 5vw;
  /* border */
  border-top: 0.6vw dotted var(--point-color);
}




/* Responsive for tablet */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .may_inner .join_form .form_inner .input {
    font-size: 20px;
  }
  .may_inner .btn_group li a {
    font-size: 18px;
  }
  .may_inner .btn_group {
    /* size */
    width: 450px;
    float: right;
    margin-top: 0.1vw;
    margin-right: 20px;
    margin-bottom: 4vw;
    /* flex */
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .may_inner .join_form .form_inner .input {
    font-size: 20px;
  }
  .may_inner .btn_group li a {
    font-size: 18px;
  }
  .may_inner .btn_group {
    width: 450px;
    margin-top: -4px;
    margin-right: 20px;
    margin-bottom: 4vw;
  }
  .subhead {
    height: 70px;
  }
  .subheadEdit {
    /* size */
    width: 100%;
    /* flex */
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 0 30px;
  }

  .saveButton {
    /* position */
    position: relative;
    top: -7px;
    font-size: 20px;
  }
  .backbtn {
    /* position */
    top: 0;
    /* cursor */
    cursor: pointer;
  }
  .join_inner {
    top: 50px;
  }
}

/* 마켓형 스타일 수정 */
@media screen and (min-width: 768px) and (max-width: 991px) {

  .searchicon3 {
    position: fixed;
    background: url(../img/search_off.png) 50% 50% no-repeat;
    background-size: 5vw auto;
    background-position: center center;
    height: 12vw;
    width: 8vw;
    float: right;
    z-index: 120000;
    right: 8vw;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .category_topbanners {
    /* position */
    top: 13vw;
  }
}

/* 역경매 상단 프로그래스 마진 값 0 -> 상단 여백없이 붙임
===================================================*/
.ui.progress {
  /* 상단 붙이기 수정 마진 */
  margin: 0 0 2.5em;
}

/* 예약 상세보기 GUI 개선
================================================== */

/* 상단 제안서 스타일 -------------------------- */

.reserve-artist-name {
  font-family: var(--font-family);
}

.order_inner .goods .cont li .txt2 {
  font-family: var(--font-family);
}

.order_inner .goods .cont li .cost3 {
  font-family: var(--font-family);
}

/* 상하단 PNG 이미지 ( 추후 스타일 변경하면 서 SVG로 변경 예정 )  */
.top-bottom-style-img {
  /* position */
  position: relative;
  /* margin */
  margin: 0 3.8vw;
  /* size */
  width: auto;
  height: 3vw;
  /* border */
  border-bottom: 1px solid #ffffff;
  z-index: 2;
}

.top-style-img {
  /* margin */
  margin-top: 5vw;
  /* background */
  background: url(../img/reserve-top-bottom-img.png) no-repeat center/cover;
}

/* Top Style Responsive */
@media screen and (max-width: 768px) and (min-width: 420px) {
  .top-style-img {
    /* margin */
    margin-top: 8vw;
  }
}

.bottom-style-img {
  /* position */
  top: -3px;
  /* margin */
  margin-bottom: 5vw;
  /* background */
  background: url(../img/reserve-top-bottom-img.png) no-repeat center/cover;
  /* transform */
  transform: rotate(180deg);
}

.reserve-wrapper {
  width: 100%;
}

.reserve-wrapper > ul {
  width: 100%;
  /* flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reserve-wrapper > ul > li {
  width: 100%;
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}


/* 링크 부분 예외 */
.reserve-wrapper > ul > .link-wrapper {
  width: 100%;
  /* flex */
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  gap: 10px;
}


.middle-line {
  width: 100%;
  height: 1px;
  border-top: 0.6vw dotted var(--main-color);
}

/* 예약 상세보기 메인바디 */

.order_inner .goods {
  /* border */
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(89, 89, 89, 0.56);
  box-shadow: 0px 0px 15px 1px rgba(89, 89, 89, 0.56);
  z-index: 1;
}

.order_inner .highst-top {
  /* margin */
  margin-top: 10vw;
  /* z-index */
  z-index: 0;
}

.order_inner .goods .tit2 {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  color: var(--dark-grey);
  font-size: 4.6vw;
  border-bottom: 0.6vw #c2c0c0 solid;
}

.reserve-wrapper > ul > li > .txt2 {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  font-size: 3vw;
  color: var(--dark-grey);
  white-space: nowrap;
  margin: 0;
  width: auto;
  padding: 0 1vw;
}

.reserve-wrapper > ul > li > .cost3 {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  font-size: 4.3vw;
  color: var(--dark-grey);
  white-space: nowrap;
  padding: 0 1vw;
}

.reserve-wrapper > ul > li > .link_cost{
	white-space: normal;
	min-width: 120px;
	font-size: 3.5vw;
}

.reserve-color-wrapper {
  width: 100%;
  margin-top: -3vw;
  padding: 0 1vw;
}

.reserve-divider {
  border-bottom: 1px solid #c2c0c0;
  padding: 1.5vw 0;
  margin-bottom: 5vw;
}

.reserve-divider-bold {
  border-bottom: 0.6vw solid #c2c0c0;
  padding: 1.5vw 0;
}

.reserve-top-padding-styled {
  padding-top: 2vw;
}

.reserve-plan-styled {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  color: var(--dark-grey);
  font-size: 4.6vw;
  padding-top: 3vw;
}

.reserve_main > .auction-view-request-box {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  color: var(--dark-grey);
  width: 100%;
  height: 40vw;
  background-color: #ffffff;
  border: 0.4vw solid var(--main-color);
  border-radius: 2vw;
  padding: 3vw;
}

.total {
  /* margin */
  margin-top: 2vw;
  /* size */
  width: 100%;
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.reserve_inner .goods .total .total-title,
.reserve_inner .goods .total .total-result {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: normal;
  font-size: 5vw;
  color: var(--main-color);
  white-space: nowrap;
  padding: 0 1vw;
  margin: 0;
}

.reserve_inner .goods .total .total-result {
  font-weight: bold;
}

.middle-line-grey {
  border-color: #c2c0c0;
}

/* 예약 상세보기 Responsive */
@media screen and (min-width: 768px) {
  /* 상하단 영수증 */
  .top-bottom-style-img {
    position: relative;
    margin: -1px 30px;
    width: auto;
    height: 3vw;
  }
  .top-style-img {
    /* margin */
    margin-top: 4vw;
  }
  /* Shadow */
  .order_inner .goods {
    -webkit-box-shadow: 0px 0px 20px 8px rgba(89, 89, 89, 0.6);
    box-shadow: 0px 0px 20px 8px rgba(89, 89, 89, 0.6);
  }
}


/* reserve textarea */
.reserve_main_info textarea {
  width: 71%;
  height: 80px;
  /* border */
  border: 0.4vw solid var(--main-color);
  /* background */
  background: #ffffff;
  /* font */
  font-family: var(--font-family);
  /* border */
  border-radius: 2.5vw;
  /* padding */
  padding: 1.5vw;
  /* float */
  float: right;
}

/* 상세보기 GUI 개선 detail.php
===================================================*/

/* detail info  */
.infoline1 > span {
  /* size */
  width: auto;
  height: auto;
  /* position */
  position: absolute;
  left: 6vw;
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
}

@media screen and (max-width: 768px) and (min-width: 420px) {
  .subhead {
    /* size */
    height: 65px;
  }
  .coupon_inner .coupon_list li {
    padding: 10px 10px 0px 24vw;
  }
}

/* 쿠폰 리스타일 */
@media screen and (min-width: 768px) {
  .coupon_detail {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #00a0b6;
    font-size: 2vw;
    transform: translate(-60%, -65%);
  }
  .coupon_title {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 7vw;
  }

  .coupon_comment {
    margin-top: 1%;
    font-size: 2.5vw;
  }
}

/* detail.php, detail_gift.php art_info 박스 리스타일링 */
.art_info {
  /* size */
  height: auto;
  background:white;
  margin-bottom: 10px;
}

.artistdetailinfo {
  float: left;
  margin-left: 20px;
  width: calc(100% - 80px);
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

.krmedium {
  font-family: var(--font-family);
  font-weight: 500;
}

.category {
  font-weight: bold;
  font-family: var(--font-family);
}

.headtitle2 {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
}

.long-to-short {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  cursor: pointer;
}

.detailtitle > .title {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
}

.detailmenu > .menu {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  color: var(--dark-grey);
  border: 0;
}

.detailmenu > .active {
  /* position */
  position: relative;
  color: var(--main-color);
  background: #ffffff;
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
}

.detailmenu > .active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.3vw;
  width: 100%;
  height: 1vw;
  background-color: var(--main-color);
}

.detailmenu {
  /* box shadow */
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.33);
  /* border */
  border-bottom: 0.3vw solid var(--light-grey);
}

.basicinfo {
  margin-top: 0;
}

.priceinfo {
  height: 50vw;
}

#preview_info {
  /* size */
  height: 60vw;
}

.pricetop {
  position: relative;
  width: 100%;
  height: 46px;
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  margin-left: 5vw;
}
#optioncont {
  padding-top:20px;
}
.order-option-list {
  padding-top:40px;
}
#pricetop-styled {
  padding: 8vw 20px;
/*   padding-bottom: 3vw; */
}

#workinfo-styled{ 
	padding: 8vw 20px;
  padding-bottom: 3vw;	
}

.art_con_text {
 margin-top: 20px;


}

.brand-sdp-item-attr  {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
}

.brand-sdp-item-attr > table {
  font-size: 14px;
  line-height: 30px;
  border-collapse: initial;
  border-spacing: 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;;
}

.brand-sdp-item-attr > table > tbody > tr {
  height:50px;
}

.brand-sdp-item-attr > table > tbody > th > div {
  text-align: left;
  padding-left: 20px;
  color : #656565;
}

.gifttabletitle {
  text-align: left;
  padding-left: 10px;
  color: #656565;
  width: 32%;
  line-height: 50px;
  font-weight: 500;
  font-size: 14px;
}

.brand-sdp-item-attr > table > tbody > td {
  text-align: right;
  padding-right: 20px;
  color: black;
  font-weight: bold;
}

.item-basic-info-detail {
  border: 2px solid #e9e9e9;
  padding: 10px;
  position: relative;
}

.item-base-info-row {
  height: 50px;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  position: relative;
  display: flex;
}

#item-basic-info-detail {
  border: 1px solid #e9e9e9;
  padding-left: 10px;
  padding-right: 10px;
}


.gifttablecont {
  text-align: right;
  padding-right: 10px;
  color: black;
  font-weight: bold;
  float: left;
  width: 68%;
  line-height: 50px;
  font-size: 14px;
}

.pricetop,
.priceititle {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  font-size: 5.5vw;
  color: var(--dark-grey);
  padding: 0;
}

.detail-side-icon {
  margin-top: -1vw;
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 50%;
  border: 1.4vw solid var(--main-color);
}


.price-box-styled {
  /* flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  /* size */
  width: 25vw;
  height: 27vw;
  /* border */
  border-radius: 5vw;
  padding: 3vw 2vw;
}

.price-box-styled > p {
  width: 100%;
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  font-size: 3.5vw;
  text-align: center;
  padding-bottom: 2vw;
}

.price-box-styled > span {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  font-size: 6vw;
}


.work-info {
  margin-top: 5vw;
  width: 100%;
}


/* Product DESC */
.product_desc {
  margin: 0 5vw;
}

.reddotted {
  padding-top: 5vw;
  width: 100%;
  height: 1px;
  border-bottom: 0.7vw dotted var(--point-color);
  background-color: #ffffff;
}

.artist_info-wrapper {
  /* flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}

.artistinfo {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #e9e9e9;
  padding: 10px;
  margin-top: 10px;
}

.artist-info {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 5px 7px 10px -1px rgba(0, 0, 0, 0.227);
  box-shadow: 5px 7px 10px -1px rgba(0, 0, 0, 0.227);
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.artistdetailinfo > p {
  font-weight: 700;
}

.circle-img {
  width: 100%;
  height: 100%;
  /* margin */
  margin: 0;
  /* border */
  border-radius: 50%;
}

.artist_info-wrapper > p {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  font-size: 5vw;
}

.artist_info-wrapper > .artist-name {
  color: var(--main-color);
}

.artist_info-wrapper > .artist-category {
  font-weight: normal;
  max-width: 80%;
  width: 100%;
  text-align: center;
  color: var(--dark-grey);
}

.artist_desc {
  padding: 6vw 0;
  /* flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.artist_desc_title {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  font-size: 5vw;
  color: var(--dark-grey);
}

.artist_desc_cont {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: normal;
  font-size: 5vw;
  color: var(--dark-grey);
  /* padding */
  padding-top: 3vw;
}

.artist_history {
  /* font */
  font-size: 3vw;
  /* padding */
  padding: 3vw 5vw;
}

/* goods bottom footer */
.goods_bottom {
  /* box shadow */
  -webkit-box-shadow: 0px 2px 15px 2px rgb(0 0 0 / 27%);
  box-shadow: 0px 2px 15px 2px rgb(0 0 0 / 27%);
  z-index: 10000;
}

.goods_bottom img {
  width: 20vw;
  height: 20vw;
  margin: 4vw;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .goods_bottom img {
    width: 120px !important;
    height: auto !important;
    margin: 15px 54px !important;
  }
}

.tithead {
  /* font */
  font-family: var(--font-family);
}

#bottom-title {
  position: absolute;
  top: 6vw !important;
  left: 24vw !important;
  font-size: 5vw !important;
}

#bottom-description {
  /* position */
  position: absolute;
  top: 13.5vw !important;
  left: 24vw !important;
  font-size: 3vw !important;
  color: #9b9b9b;
}

.txt_cancel {
  cursor: pointer;
  color: var(--dark-grey);
  margin-right: 4vw;
  font-family: var(--font-family);
  font-weight: bold;
  /* border */
  border: 0.6vw solid #d2d2d2;
  /* padding */
  padding: 2vw 8vw;
  /* border */
  border-radius: 2vw;
}

.btn_area {
  position: absolute;
  font-size: 4vw;
  font-weight: 700;
  bottom: 4vw;
  right: 2vw;
  display: inline-flex;
}

.txt_red {
  cursor: pointer;
  color: #ffffff !important;
  /* background */
  background-color: var(--main-color);
  margin-right: 4vw;
  font-family: var(--font-family);
  font-weight: bold;
  /* border */
  border: 0.6vw solid var(--main-color);
  /* padding */
  padding: 2vw 8vw;
  /* border */
  border-radius: 2vw;
}

/* 상품 문의 Responsive */
@media screen and (min-width: 420px) {
  .send_contact {
    /* position */
    top: 20px !important;
    /* size */
    width: 60px !important;
    /* font */
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .send_contact {
    /* position */
    top: 20px !important;
    /* size */
    width: 100px !important;
    /* font */
    font-size: 20px;
  }
}

.cnt > span {
  /* display */
  display: inline-block;
    font-family: var(--font-family);
    font-size: 17px;
    color: var(--dark-grey);
    height: 100%;
    position: relative;
}

.cnt > .base_qna_cnt {
  /* position */
  top: -3px;
  /* font */
  color: var(--main-color);
}

/* 상세보기 BOTTOM REPONSIVE */
@media screen and (min-width: 768px) {
  .goods_bottom {
    height: 20vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .goods_bottom img {
    width: 18vw !important;
    height: 18vw !important;
    margin: 15px 34px !important;
  }
  #bottom-title {
    top: 4vw !important;
    left: 22vw !important;
    font-size: 4vw !important;
  }

  #bottom-description {
    /* position */
    top: 9.5vw !important;
    left: 22vw !important;
    font-size: 2.5vw !important;
  }

  .btn_area {
    font-size: 3vw;
    /* position */
    bottom: 2vw;
  }
}

/* DETAIL GIFT detail_gift.php */

/* 장바구니 가기 팝업 GUI 개선 */
.bottom-btn {
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.bottom-btn > .btn_type {
  width: 50%;
  height: 50px;
  margin-top: 20px;
}

/* 옵션 선택 및 구매하기 폼 */
.popup_option {
  /* position */
  position: fixed;
}

.order-choice-nothumb {
  width: 14vw;
  height: 14vw;
  /* background */
  background: none;
  background-color: var(--main-color);
  /* border */
  border: none;
  border-radius: 1.5vw;
  /* margin */
  margin: 4vw;
}


.order-choice {
  /* margin */
  margin: 0;
}

.order-choice p {
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 4vw;
  /* margin */
  margin: 0;
  /* position */
  top: 2vw;
  /* size */
  width: 100%;
  /* min */
  min-width: 0;
}

.option_info_span {
  /* font */
  font-size: 3.2vw;
  color: #9b9b9b;
}

.optiontype4 > .optionselect > .optionitem > .optionitemName,
.optiontype4 > .optionselect > .optionitem > .optionitemPrice {
  font-family: var(--font-family);
}

/* 옵션을 선택하시오 */
.order-choice-btn {
  display: block;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
    width: 95%;
    padding: 3vw 0;
    margin: 0 auto;
    margin-top: 3vw;
    border: 3px solid #dbdbdb;
    border-radius: 20px;
    margin-bottom: 70px;
    position: relative;
}

.order-check-selected-box {
  /* padding */
  padding: 4vw;
  /* border */
  border-radius: 2.5vw;
}

.order-check-selected-box-title {
  /* font */
  font-family: var(--font-family);
  font-size: 4vw;
  font-weight: bold;
}

.order-check-selected-box b {
  /* position */
  position: absolute;
  right: 50px;
  bottom: 50px;
}

/* 하단 총주문 프라이스 */
.order-bottom-price-right {
  top: 6vw;
}
@media screen and (min-width: 560px) and (max-width: 768px) {
  .order-bottom-price-right {
    top: 4vw;
  }
}

.order-bottom-price-right span {
  font-family: var(--font-family);
}

/* 옵션 선택지 섹션 */
.optiontype4 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12vw;
}

/* 이미지 파일 업로드 및 작업요청사항 */
.diyInfo-wrapper {
  width: 90%;
  max-width: 600px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* 닫기버튼 */
.btn_close {
  /* size */
  width: 100%;
  /* text */
  text-align: right;
  /* padding */
  padding: 4vw 5vw;
}

/* DIY 이미지 업로드 작업 요청사항 */
.diyImageUpload-wrapper,
.diyRequest-wrapper {
  position: relative;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  
}
.diy-tit,
.request-tit {
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;;
}

.uploadBox {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 1.5px solid var(--point-color);
  margin-bottom: 20px;
}

.uploadBox-txt{
    /* font */
    font-family: var(--font-family);
    font-size: 12px;
    color: var(--dark-grey);
    /* text */
    white-space: nowrap;
    /* position */
    position: absolute;
    left: 50%;
    top: 50%;
    /* transform */
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Responsive */
@media screen and (min-width: 650px) {
    /* uploadBOx */
    .uploadBox {
        /* transform */
        transform: translateX(-50%) scale(180%);
          /* margin */
        margin: 10vw 0;
    }
}

.clickme {
  /* position */
  position: relative;
  /* size */
  width: 100%;
  height: 100%;
}

.diy-add-img-btn {
  width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail-img {
  /* position */
  position: absolute;
  top: 0;
  left: 0;
  /* size */
  width: 100%;
  height: 100%;
}

.diycomment-textarea {
  font-family: var(--font-family);
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 1.5px solid var(--main-color);
  padding: 7px;
}

/* diy 취소 확인 버튼 */
.diy-bottom-btn {
  /* size */
  width: 100%;
  /* padding */
  padding: 10px 10px;
  /* flex */
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.diy-btn-type {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: var(--dark-grey);
  width: 48%;
  height: 44px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

.diy-close-btn {
  /* background */
  background-color: #e2e2e2;
}

/* Detail gift Reponsive */
@media screen and (min-width: 768px) {
  /* Option choice title */
  .order-choice-thumb {
    margin-bottom: 10px;
  }

  .order-choice p {
    font-size: 20px;
    width: 70%;
    line-height: 30px;
  
  }

  .optiontype1 > .optionselect > .optionitem {
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    color: #141415;;
    font-weight: 700;
    background: url(../img/check_off.png) 100% 100% no-repeat;
    background-size: 24px;
    background-position: left center;
    background-position-x: 10px;
    display: flex;
    justify-content: space-between;
  }

  .optiontype1 > .optionselect > .active {
    color: #141415;;
    font-weight: 700;
    background: url(../img/check_on.jpg) 100% 100% no-repeat;
    background-size: 24px;
    background-position: left center;
    background-position-x: 10px;
}

  .option_info_span {
    font-size: 16px;
    color: #9b9b9b;
  }

  .optiontype1 > .optionselect > .optionitem > .optionitemName {
    float: left;
    margin-left: 50px;
    font-family: var(--font-kr);
    font-weight: 700;
    line-height: 30px;
  } 

  .optiontype1 > .optionselect > .optionitem > .optionitemPrice {
    float: right;
    margin-right: 50px;
    font-family: var(--font-kr);
    font-weight: 700;
    line-height: 30px;
  }
  /* order-choice-btn */
  .order-choice-btn {
    padding: 10px 0;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .order-check-selected-box-title {
    /* font */
    font-size: 3vw;
  }
  /* 배송비 wrapper */
  .order-bottom-price {
    height: 10vw;
    background: white;
    padding: 20px;
    position: relative;
  }
  /* 하단 총주문 프라이스 */

  .order-bottom-price-right {
    /* position */
    top: 3.5vw;
  }

  .order-bottom-price-right > span,
  .order-bottom-price-right > b > span {
    /* font */
    font-size: 3.5vw;
  }
  /* 배송비  */

  .order-bottom-price p {
    font-size: 2.5vw;
  }
  .order-bottom-price small {
    font-size: 2vw;
  }
}

/* CATEGORY PAGE MARKET, AUCTION, GIFT
======================================================== */

.categoryitem {
  display: block;
  float: left;
  width: 33.3%;
  border-right: solid 1px #f1f1f1;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
  background: #fff;
  height: 33vw;
  text-align: center;
  padding-top: 22vw;
  font-size: 3.5vw;
  font-weight: normal;
  padding-bottom: 2vw;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--font-family);
}

/* More pages category item */
.categoryitem-detail {
  /* text */
   word-break: keep-all; 
}

.menu-bg {
  /* position */
  position: fixed;
  top: 0;
  /* size */
  width: 100vw;
  height: 100vh;
  /* background */
  background-color: #54545430;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* z-index */
  z-index: 10000;
}

.headtitle {
  /* margin */
  margin: 0;
  /* font */
  font-family: var(--font-family);
}

#menu-modal {
  /* position */
  position: fixed;
  top: 50%;
  left: 50%;
  /* transform */
  transform: translate(-50%, -55%);
  /* size */
  width: 75vw;
  height: 90vw;
  /* background */
  background-color: #ffffffe0;
  /* z-index */
  z-index: 10001;
  /* flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  /* padding */
  padding: 3vw 0;
  /* border */
  border-radius: 5vw;
  /* box-shadow */
  box-shadow: 1px 10px 27px 0px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 1px 10px 27px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 10px 27px 0px rgba(0, 0, 0, 0.45);
}

.top-line {
  /* width */
  width: 12vw;
  height: 1vw;
  /* background */
  background-color: #9b9b9b;
  /* border */
  border-radius: 4vw;
  /* margin */
  margin-bottom: 4vw;
}

#menu-modal > p {
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 4.5vw;
  /* text */
  text-align: center;
}

#choose-type {
  /* size */
  width: 100%;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#choose-type > img {
  width: 30vw;
}

/* GIFT CATEGORY */
@media screen and (min-width: 768px) {
  .categoryList {
    padding-bottom: 20vw;
  }

  .categoryitem {
    display: block;
    float: left;
    width: 20%;
    border-right: solid 1px #f1f1f1;
    background: #fff;
    border-bottom: solid 1px #f1f1f1;
    background: #fff;
    height: 30vw;
    text-align: center;
    padding-top: 22vw;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 2vw;
    position: relative;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-family: var(--font-family);
  }

  .categoryitem > img {
    width: 13vw;
    height: 13vw;
    position: absolute;
    top: 4vw;
    left: 3.5vw;
  }
}

/* BOOKMARK bookmark.php 북마크 페이지 GUI 개선
=================================================== */

/* title */
.bookmark_subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11vw;
  z-index: 100000;
  position: fixed;
  border-bottom: solid 1px #c2c0c0;
  background-color: #fff;
  flex-shrink: 0;
}

.bookmarkgift {
  background-color: white;
}


.bookmark_content {
  height: 100vh;
  /* padding */
  padding-bottom: 40vw;
  /* overflow */
  overflow-x: hidden;
  /* top */
  top: 50px;
}

/* Bookmark Responsive */
@media screen and (min-width: 768px) {
  .bookmark_content {
    /* top */
    top: 120px;
  }
}
@media screen and (min-width: 500px) {
  .bookmark_content {
    top: 15vw;
  }
}

.bookmarkmenu {
  width: 100%;
  height: 10vw;
  position: fixed;
  margin-top: 11vw;
  z-index: 9999;
  background-color: #fff;
}

/* Category Bar */
@media screen and (max-width: 768px) and (min-width: 420px) {
  .categorybar {
    top: 65px;
  }
}

/* 768 991 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .style_option {
    position: absolute;
    top: calc(100% - 25px);
    right: 20px;
    width: auto;
    height: 28px;
  }
}

/* Market RESERVATION reserve.php GUI개선 작업 
=================================================*/

/* 상단 타이틀 */
.order_inner .goods .tit {
  font-family: var(--font-family);
  font-weight: bold;
  /* border */
  border-bottom: 0.6vw #c2c0c0 solid;
}

/* LIST */

.reserve-wrapper > ul {
  /* flex */
  gap: 3vw;
}

.reserve-wrapper > ul > li .cost2 {
  /* font */
  font-weight: bold;
  font-size: 4.3vw;
  white-space: nowrap;
  /* padding */
  padding: 0 1vw;
}

.order_inner .guide li {
  /* font */
  font-size: 3.2vw;
  font-weight: bold;
  font-family: var(--font-family);
}

.order_inner .guide {
  /* padding */
  padding-top: 0;
}

.order_inner .guide .txt_info {
  /* font */
  font-family: var(--font-family);
}

/* 시안 요청일 선택-------------------------------- */
.reserveDate {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  height: 12vw;
  margin-top: 5vw;
  background: #ff8886;
  color: white;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 13vw;
  position: relative;
  font-family: var(--font-family);
}

.btn-calendar {
  margin-left: 2vw;
}

/* 사진 전송 및 요청 사항 -------------------------- */
.order_inner .memo .review_form {
  padding: 0;
}

.ui.grid > .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ui.centered.grid,
.ui.centered.grid > .row,
.ui.grid > .centered.row {
  /* text */
  text-align: center;
  /* flex */
  justify-content: center;
  /* margin */
  margin: 0.5vw 0;
  /* padding */
  padding: 0;
}

.row > p:first-child {
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 5.5vw;
  color: var(--dark-grey);
  /* margin */
  margin: 0;
}

#btn_mainimg {
  /* font */
  font-family: var(--font-family);
  background: #00a0b6;
  min-height: 17vw;
  min-width: 17vw;
  margin-right: 1.5%;
  /* border */
  border-radius: 2vw;
}

.btn_add_mainimg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.order_inner .memo .review_form .reserve-textarea {
  /* font */
  font-family: var(--font-family);
  /* border */
  border: 0.5vw solid var(--main-color);
  border-radius: 2vw;
  /* background */
  background-color: #ffffff;
  /* padding */
  padding: 2vw;
}

.image-btn-area {
  /* size */
  width: 100%;
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* margin */
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.review_inner .review_form .btn_add_img {
  display: inline-block;
  width: 19vw;
  height: 19vw;
  background: url(../img/reserve-img-btn.png) no-repeat center/cover;
}

/* FOOTER -------------------------------------*/
.reserve_bottom-bg {
  /* size */
  width: 100%;
  height: 20vw;
  /* position */
  position: fixed;
  bottom: 0;
  /* Background */
  background-color: #ffffff;
  z-index: 1000;
  /* padding */
  padding: 2.5vw 4vw;
  /* box shadow */
  -webkit-box-shadow: 0px 2px 15px 2px rgb(0 0 0 / 27%);
  box-shadow: 0px 2px 15px 2px rgb(0 0 0 / 27%);
}

.order {
  /* position */
  position: relative;
  /* szie */
  width: 100%;
  height: 100%;
  /* z-index */
  z-index: 1000;
  /* background */
  background: #00a0b6;
  /* color */
  color: #fff;
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  /* padding */
  padding: 2.7vw 0vw;
  /* border */
  border-radius: 2.5vw;
}

.order-preview {
  /* size */
  width: 100%;
  height: 20vw;
  /* position */
  position: fixed;
  bottom: 0;
  /* z-index */
  z-index: 1000;
  /* background */
  background: #00a0b6;
  color: #fff;
  /* padding */
  padding: 0;
  /* flex */
  display: flex;
  align-items: center;
}

.order-preview > .orderprice {
  position: relative;
  height: auto;
  line-height: normal;
  font-size: 5.5vw;
  font-weight: bold;
  float: none;
  font-family: var(--font-family);
  white-space: nowrap;
}

.bottom-middle-line {
  /* size */
  width: 0.4vw;
  height: 100%;
  /* background */
  background-color: #ffffff;
}

.order > .reserve {
  width: auto;
  height: auto;
  font-size: 5.5vw;
  line-height: normal;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-align: left;
  padding-left: 0;
  font-family: var(--font-family);
}

.order > .orderprice {
  position: relative;
  height: auto;
  line-height: normal;
  font-size: 5.5vw;
  font-weight: bold;
  float: none;
  font-family: var(--font-family);
  white-space: nowrap;
}

/* 제안서 예약내역 proposal_detail.php
============================================== */

.proposal-textarea {
  /* border */
  border: 0.5vw solid var(--main-color);
  /* background */
  background-color: #ffffff;
  /* border */
  border-radius: 2vw;
}

/* Reserve view reserve_view */
.reserve_view-wrapper {
  /* margin */
  margin-top: 3vw;
}

/* SETTING setting.php */
.set_inner .set_tit {
  font-family: var(--font-family);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .set_inner .set_tit {
    font-family: var(--font-family);
  }
}

/* Basket basket.php 장바구니 GUI 개선 
================================================*/
.baseheader {
  width: 100%;
  height: 40px;
  background: #fff;
  margin-bottom: 2px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-family: var(--font-family);
  display: flex
;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* basket item */
.basketitem {
  width: 100%;
  position: relative;
  height: auto;
  background: white;
  margin-bottom: 2px;
  padding: 10px 6px;
  display: flex;
  gap: 8px;
}

/* 주문하기 */
.basket_order {
  /* position */
  position: fixed;
  left: 0;
  bottom: 0;
  /* size */
  width: 100%;
  height: 15vw;
  /* background */
  background-color: var(--main-color);
  /* flex */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* padding */
  padding: 0 6vw;
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
}

.basket_order > .reserve,
.basket_order > .orderprice {
  /* font */
  font-size: 18px;
  color: #ffffff;
}

/* basket Responsive */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .basket_content {
    /* paddng */
    padding: 10vw 0;
  }
  /* 상품명 */
  .product_name {
    /* font */
    font-family: var(--font-family);
    font-size: 25px;
  }
  /* 배송비 */
  .delivery {
    font-size: 19px;
  }
  /* 옵션명 */
  .optionname {
    /* font */
    font-family: var(--font-family);
    font-size: 19px;
  }
}

@media screen and (min-width: 420px) and (max-width: 580px) {
  .basket_content {
    padding: 17vw 0;
  }
}

/* Artist detail artist_detail.php 셀러 상세
============================================== */

.artist_detail_content {
  /* margin */
  margin: 0;
}

.artist_info {
  height: 36vw;
}

.artist_info_wrapper {
  width: 100%;
  height: 30vw;
  float: left;
  position: relative;
  z-index: 1;
}

/* 셀러 프로필 사진 */
.artist_pic_styled {
  margin-top: 9vw;
}

/* 셀러 서브타이틀 */
.infotitle {
  /* size */
  width: 95%;
  height: 40px;
  /* margin */
  margin-top: 8vw;
  margin-left: 10px;
  /* paddding */
  padding-left: 3vw;
  /* font */
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: bold;
}

.infotitle > .info {
  /* font */
  font-family: var(--font-family);
}

/* 셀러 상세 카테고리 */
.category_info {
  padding-bottom: 10vw;
}

.infomark > div {
  /* font */
  font-family: var(--font-family);
  line-height: 4vw;
  font-size: 3.5vw;
}

/* 등록된 상품 스타일 */
.artist_products {
  padding-bottom: 10vw;
}

.artist_item_middle_cont {
  margin-top: 8px;
  width: 100%;
  height: 0;
  padding-top: 2vw;
  padding-bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.artist_item_star_rate {
  width: 55%;
  white-space: nowrap;
}

.artist_item_review_cnt {
  width: auto;
}

/* 다루는 툴, 언어 등 스타일 */
.toolitem {
  /* font */
  font-family: var(--font-family);
}

/* Artist Footer  */
.artist-footer-companyinfo {
  padding: 10vw 2vw;
}

.artist-footer-companyinfo > div {
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
  color: #c2c0c0;
}

.artist-footer-companyinfo > div:nth-of-type(1) {
  /* font */
  font-size: 4vw;
  /* margin */
  margin-bottom: 3vw;
}

.artist-footer-companyinfo > div:nth-of-type(2) {
  /* font */
  font-size: 3vw;
  /* text */
  line-height: 6vw;
}

.artist-basicinfo-contents {
  max-width: 90%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 5vw;
  margin: 0 auto;
}

/*  Artist Detail Responsive */
@media screen and (min-width: 420px) {
  /* profile */
  .profile_margin {
    /* margin */
    margin: 8vw auto !important;
  }
  /* background image */
  .profile_bg_img {
    /* size */
    width: 100% !important;
    height: 100% !important;
    /* position */
    left: 50% !important;
    top: 50% !important;
    /* transform */
    transform: translate(-50%, -50%) !important;
  }
}

/* Artist Review 셀러 리뷰 */
.menureview {
  /* size */
  width: 100%;
  height: auto;
  /* background */
  background-color: #ffffff;
  /* margin */
  margin: 0 auto;
}

.menureview_artist {
  /* padding */
  padding: 5vw 4vw;
}

.reviewheader {
  /* size */
  height: 35vw;
}

.giftreview {
  /* size */
  height: auto;
}
.reviewstararea {
  /* padding */
  padding: 5vw 4vw;
}

.no_data_area {
  /* size */
  height: 100px;
  /* padding */
  padding-top: 8vw;
}
/* Review Responsive */
@media screen and (max-width: 768px) {
  .reviewheader {
    /* size */
    height: 40vw;
  }
  .reviewheader > .reviewstararea {
    height: 40vw;
  }
  .giftreview {
    /* size */
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .giftreview {
    /* size */
    height: auto;
  }
  .reviewheader > .reviewstararea {
    height: 40vw;
  }
}

@media screen and (min-width: 768px) {
  .myreview_inner .myreview_area li .review_star {
    padding: 0;
  }
  .myreview_inner li .review_star .ico_star.on,
  .myreview_inner li .review_star .ico_star.off,
  .myreview_inner li .review_star .ico_star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .myreview_inner .myreview_area li .date {
    font-size: 2vw;
    top: -1.2vw;
    position: relative;
  }
  .myreview_inner li .cont .txt {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 400px) {
  .menureview_artist {
    height: 100%;
  }
}

/* review header */
.artist_review_header {
  /* size */
  width: 100%;
  height: 13vw;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_header_left {
  /* size */
  width: 45%;
  height: auto;
  /* flex */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.star_area {
  /* size */
  width: 36vw;
  height: 100%;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_count {
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 5vw;
}

.review_header_right {
  /* size */
  width: 45%;
}

.photo_review_only_wrapper {
  /* flex */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  /* cursor */
  cursor: pointer;
}

.photo_review_toggle_img {
  /* size */
  width: 20%;
}

.photo_review_only_wrapper > p {
  /* font */
  font-family: var(--font-family);
  font-weight: bold;
  color: var(--dark-grey);
  font-size: 5vw;
}

/* gray middle line artist page */
.gray_middle_line {
  /* size */
  width: 100%;
  height: 0.3vw;
  /* background */
  background-color: var(--light-grey);
  /* margin */
  margin: 0 auto;
  margin-top: 7vw;
}

/* 셀러약력 스타일 */
.art_desc {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  padding-bottom: 8vw;
}

/* 셀러 상세페이지 Responsive */
@media screen and (min-width: 768px) {
  /* 셀러 상품목록 */
  .artist_item {
    width: 31.3%;
    height: 0;
    border: none;
    background-color: #fff;
    margin: 1%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    padding-bottom: 60%;
  }

  /* Review */
  /* right */
  .star_area {
    /* size */
    width: 26vw;
  }

  .review_count {
    /* font */
    font-size: 3.5vw;
  }
  /* Toggle img */
  .photo_review_toggle_img {
    /* size */
    width: 15%;
  }

  .photo_review_only_wrapper > p {
    /* font */
    font-family: var(--font-family);
    font-weight: bold;
    color: var(--dark-grey);
    font-size: 3.5vw;
  }
}

/* Auction Order Detail auction_order_detail.php 주문내역 상세보기 */

/* 상단 폰트 깨짐 */

.ui.grid > .row {
  /* font */
  font-family: var(--font-family);
}

.auction_detail_wrapper {
  /* marign */
  margin-top: 5vw;
}

.reserve_content {
  /* padding */
  padding-bottom: 4vw;
}

/* Search search.php 검색 페이지 */

.searchinput > input {
  border: 1px solid #a2a2a2;
  padding-left: 20px;
  height: 9vw;
  top: 10%;
  border-radius: 7px;
}

/* 리셋 버튼 */
.searchinput button {
  position: absolute;
  border: none;
  display: block;
  width: 5vw;
  height: 5vw;
  line-height: 16px;
  font-size: 4vw;
  border-radius: 50%;
  top: 0;
  bottom: 1.5vw;
  right: 1.3vw;
  margin: auto;
  background: #ddd;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: 0.1s;
  color: var(--dark-grey);
}

/* 검색 버튼 */
.searchbtn {
  position: absolute;
  background: url(../img/search.png) no-repeat;
  width: 5vw;
  height: 5vw;
  background-size: 5vw 5vw;
  top: 3.3vw;
  right: 4vw;
  left: unset;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .searchbar {
    width: 100%;
    height: 0;
    position: fixed;
    padding-bottom: 11%;
    margin-top: 9.5%;
    z-index: 9999;
    border: solid 1px #c2c0c0;
    background-color: #fff;
  }
  .main-design {
    margin: 15px 0;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .artistitem {
    padding-bottom: 50% !important;
  }
}

/* FAQ PAGE 고객센터 페이지 */

/* 고객센터 responsive */
@media screen and (min-width: 992px) {
  /* FAQ HEADER */
  #faq_header {
    /* size */
    width: 100%;
    /* flex */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding */
    padding: 0 20px;
  }

  #faq_header .righthead {
    /* postion */
    position: relative;
    top: 0;
    /* size */
    height: auto;
  }

  #faq_header .headtitle3 {
    /* size */
    width: 0;
    /* text */
    text-align: center;
  }

  #faq_header .righthead a {
    /* font */
    font-size: 20px;
  }

  /* FAQ AREA */
  .faq_list_inner .faq_area {
    margin-top: -100px;
  }

  .faq_list_inner .tit2 {
    /* size */
    height: 100px;
    line-height: 100px;
    /* font */
    font-size: 30px;
  }

  .faq_list_inner .tit {
    /* size */
    height: 100px;
    line-height: 100px;
    /* font */
    font-size: 30px;
  }

  .faq_list_inner .cont li {
    padding: 10px 50px;
    border-bottom: 1px #f1f1f1 solid;
  }

  .faq_list_inner .cont li .txt {
    padding-right: 5vw;
    font-size: 1.5vw;
    line-height: 5.5vw;
    font-weight: bold;
    background: url(../img/btn_open.png) right center no-repeat;
    background-size: 2.2vw 1vw;
  }

  .faq_list_inner .cont li.open .txt {
    background: url(../img/btn_close.png) right center no-repeat;
    background-size: 2.2vw 1vw;
  }

  .faq_list_inner .cont li .view p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
  }

  .faq_list_inner .cont li .view a {
    margin-bottom: 0;
    font-size: 15px;
  }
}

/* Notice notice.php 공지 */
.qna_list_inner.faq_list_inner li .txt_area .txt {
  /* font */
  font-family: var(--font-family);
}

/* 나의문의 myqnalist.php */
.faq_list_inner .cont li .txt {
  /* font */
  font-family: var(--font-family);
}

/* QNA LIST  */
.qna_request {
  position: absolute;
  top: 10px;
  width: 62px;
  right: 10px;
  height: 30px;
  line-height: 25px;
  color: #00a0b6;
  font-weight: bold;
}

/* QNA LIST RESPONSIVE */
@media screen and (min-width: 420px) {
  .qna_request {
    /* size */
    width: 75px;
    /* position */
    top: 55%;
    /* transform */
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 520px) {
  .qna_request {
    /* size */
    width: 115px;
  }
}

/* JOIN 
======================================== */

/* LAST ERROR */
.last_error {
  width: 100%;
  font-size: 2.8vw;
  text-align: center;
  margin-top: 30px;
  color: #ff8886;
}

.join_back {
  width: 10%;
  height: 100%;
  background: url(../img/back.png) 100% 100% no-repeat;
  background-size: 2vw auto;
  background-position: left center;
  position: absolute;
  float: left;
  z-index: 99999;
  left: 0;
  margin-left: 4%;
}

@media screen and (min-width: 768px) {
  .join_head {
    top: 0;
    width: 100%;
    height: 43px;
    z-index: 10003;
    position: fixed;
    border-bottom: solid 1px #c2c0c0;
    background-color: #fff;
    flex-shrink: 0;
  }

  .join_back {
    background: url(../img/back.png) 100% 100% no-repeat;
    width: 100%;
    height: 22px;
    background-size: 8px auto;
    background-position: left center;
    padding-bottom: 2%;
    position: absolute;
    left: 0;
    top: 50%;
    float: left;
    z-index: 1000;
    transform: translateY(-50%);
  }
  /* JOIN TOP */
  .join_inner .join_top {
    width: 450px;
    padding: 4vw 0 3.7vw;

    margin: 0 6.2vw;
    background-color: #fff;
    border-radius: 1.4vw;
    margin: 0 auto;
  }
  /* Profile image */
  .join_inner .join_top .profile_area .profile {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-size: 100px;
  }
  /* Profile Edit */
  .join_inner .join_top .profile_area .img_edit {
    position: absolute;
    left: 6px;
    bottom: 0;
    width: 89px;
    height: 29px;
    background-size: 89px 29px;
  }

  /* Name Input */
  .join_inner .join_top .form_area {
    /* size */
    width: 300px;
    /* margin */
    margin: 0 auto;
  }
  .join_inner .join_top .form_type {
    /* font */
    font-size: 20px;
    font-family: var(--font-family);
    /* text */
    line-height: 15px;
    /* size */
    height: 40px;
  }
  
  /* NAME CLRER */
  .join_inner .join_top .form_area .delete {
    position: absolute;
    padding: 30px 18px;
    top: -30.5px;
    right: 10px;
    background-size: 18px 18px;
  }

  /* MORE INFO INPUT WRAPPER */
  .join_inner .join_form {
    padding: 10px 30px 10px;
    /* size */
    width: 450px;
    /* margin */
    margin: 15px auto;
  }
  


  .join_inner .join_form .form_inner {
    margin-bottom: 20px;
  }

  /* LABEL STYLE */
  .join_inner .join_form label,
  .may_inner .join_form .form_inner .label {
    /* font */
    font-size: 17px;
  }

  /* JOIN INNER  */
  .join_inner .join_form .form_inner:last-child label {
    /* text */
    line-height: 30px;
    /* padding */
    padding-top: 35px;
  }
  /* JOIN INFO INPUT */
  .join_inner .join_form .form_type {
    height: 50px;
    font-size: 20px;
    /* padding-top: 12px; */
    padding: 0 6px;
    margin-top: 32px;
    font-size: 15px;
  }
  /* WARNING MESSAGE */
  .join_inner .join_form .has_error .txt_error {
    width: auto;
    font-size: 13px;
    margin-left: -140px;
  }

  /* LAST ERROR */
  .last_error {
    font-size: 16px;
  }

  /* LAST SUBMIT BUTTON */
  .bnt_bottom .btn_type2 {
    font-size: 20px;
    /* size */
    width: 450px;
    height: auto;
    padding: 20px 0;
    line-height: 15px;
    font-family: var(--font-family);
    /* margin */
    margin: 0 auto;
    margin-top: 25px;
    /* border */
    border-radius: 18px;
  }
}

/* JOIN POLICY
================================================== */

.join_policy h1 {
  font-family: var(--font-family);
}

.bnt_bottom .btn_type .center {
  font-family: var(--font-family);
}

@media screen and (min-width: 768px) {
  /* JOIN POLICY */
  .join_policy {
    /* padding */
    padding-top: 20px;
  }
  /* JOIN POLICY H1 */
  .join_policy h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    font-family: var(--font-family);
  }
  /* JOIN POLICY AGREE AREA */

  .join_policy .agree_area {
    padding: 30px 103px 1vw;
    width: 600px;
    /* margin */
    margin: 0 auto;
  }

  /* 전부 동의 버튼 */
  .join_policy .agree_area .agree_all {
    padding: 0 1.5vw 0 2vw;
    height: 50px;
    line-height: 55px;
    background-color: #f1f1f1;
    border-radius: 1.4vw;
  }
  /* 전부 동의 버튼 */
  .join_policy .agree_area .agree_all .btn_ck,
  .join_policy .agree_area .agree_all .btn_ck.on {
    width: 30px;
    height: 30px;
    background-size: 30px;
    /* margin */
    margin-top: 10px;
  }
  /* 전부 동의 버튼 타이틀 */
  .join_policy .agree_area .agree_all span {
    font-size: 18px;
    font-weight: bold;
  }


  /* 동의 리스트 */
  .join_policy .agree_area ul {
    padding: 0;
  }

  .join_policy .agree_area li {
    padding: 15px 8px;
    /* cursor */
    cursor: pointer;
  }

  .join_policy .agree_area li a {
    /* font */
    font-size: 18px;
  }

  /* 체크 */
  .join_policy .agree_area ul ::after,
  .join_policy .agree_area ul .on::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 18px;
    width: 30px;
    height: 22px;
    background-size: 30px 22px;
  }

  /* Modal */
  .modal-body {
    /* font */
    font-size: 15px;
    font-family: var(--font-family);
  }

  /* BOTTOM LIST */
  .bottom_list {
    /* padding */
    padding: 15px 0;
    /* font */
    font-size: 18px;
  }

  .join_policy .agree_area li p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 9px;
  }

  .join_policy .agree_area li p:nth-of-type(1) {
    /* padding */
    padding-top: 20px;
  }

  /* BOTTOM NEXT BUTTON */
  .bnt_bottom {
    position: relative;
  }

  .bnt_bottom .btn_type {
    display: block;
    width: 250px;
    height: auto;
    /* padding */
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    font-family: var(--font-family);
    text-align: center;
    background-color: #00a0b6;
    border-radius: 15px;
    /* margin */
    margin: 0 auto;
  }

  .bnt_bottom #cashadd_btn {
    display: block;
    width: 100%;
    height: 14vw;
    padding: 64px 54px;
    color: #fff;
    font-size: 4vw;
    line-height: normal;
    font-weight: bold;
    font-family: var(--font-family);
    text-align: left;
    background-color: #00a0b6;
    border-radius: 0;
    margin: 0 auto;
  }
}

/* LOGIN
============================================= */

.login_text {
  font-family: var(--font-family);
}

.login-logo {
  /* size */
  width: 80%;
}

.login_logo {
  position: absolute;
  z-index: 10;
  height: 40%;
  width: auto;
  vertical-align: middle;
  left: 2rem;
}

.flexbox img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  /* LongSpace */
  .longspace {
    /* margin */
    margin: 15px 0;
  }
  /* Login Logo */
  .login-logo {
    /* position */
    /* size */
    width: 300px;
  }

  /* SNS 버튼 */
  .img_button {
    /* size */
    height: 80px;
  }
  .flexbox_login {
    width: 100%;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    margin: 0 auto;
    margin-bottom: 2vw;
  }

  .login_text {
    /* font */
    font-size: 18px;
    font-family: var(--font-family);
  }

  .login_button {
    /* size */
    width: 500px;
    /* margin */
    margin: 0 auto;
  }

  .login_sns_logo {
    /* position */
    position: absolute;
    left: 34px;
  }

  /* flex */
  .flexbox .login_button_img {
    height: 50px;
  }
}

/* TOP BUTTON
================================= */
.top_btn_normal,
.top_btn_search {
  /* display */
  display: none;
  /* position */
  position: fixed;
  right: 3vw;
  bottom: 90px;
  /* font */
  font-size: 25px;
  color: var(--dark-grey);
  /* size */
  width: 60px;
  height: 60px;
  /* z-index */
  z-index: 1200;
  /* background */
  background-color: #ffffff;
  /* border */
  border-radius: 50%;
  /* box shadow */
  -webkit-box-shadow: 0px 0px 15px 4px rgba(179, 179, 179, 0.88);
  box-shadow: 0px 0px 15px 4px rgba(179, 179, 179, 0.88);
}

.more_top_btn {
  /* position */
  bottom: 20px;
}

.top_btn-active {
  /* display */
  display: block;
}

/* Customer Faq 고객센터 제안 */
.customer_faq {
  margin-top: 20px;
}

/* Preview
====================================== */
.preview_title {
  /* position */
  position: relative;
  /* z-index */
  z-index: 1200;
  /* background */
  background: #fff;
  /* size */
  width: 100%;
  height: auto;
  /* padding */
  padding: 20px;
  /* font */
  color: #141415;;
  font-size: 15px;
  /* border */
  border-bottom: 0.5px solid #d7d7d7;
}
.bottominfo {
  /* size */
  height: 0;
  /* position */
  position: relative;
  top: 15vw;
}

/* Reply 답글 */

.review_title {
  width: 100%;
  position: relative;
  height: 65px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2.5vw 4.4vw;
  background: #fff;

}

.review_cnt {
  float: left;
  line-height: 46px;
  font-size: 17px;
  font-weight: bold;
}

.reply_top {
  width: 100%;
  height: 30px;
  background: #e8e8e8;
}

.reply_cont {
  background: #F3F3F3;
  border-radius: 0 16px 16px 15px;
  padding: 14px;
  display: inline-block;
  width: 100%;
}

.cont_top {
  width: 100%;
  height: auto;
}

.artist {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  height: 20px;
  line-height: 20px;
}

.write_date {
  font-size: 12px;
  height: 20px;
  float: left;
  line-height: 20px;
}

.comment {
  text-align: left;
  width: 100%;
  float: left;
  margin-top: 11px;
  font-size: 3vw;
}

/* detail.php Responsive */
@media screen and (min-width: 768px) and (max-width: 819px) {
  .detailmenufixed {
    top: 65px;
  }
}

@media screen and (min-width: 769px) {
  .detailmenufixed {
    top: 80px;
  }
}

/* Policy 약관동의 스타일 변경 */

.policy_blank {
  /* display */
  display: none;
}

@media screen and (min-width: 420px) and (max-width: 768px) {
  .top_policy_blank {
    height: 65px !important;
  }
}

@media screen and (min-width: 992px) {
  .policy_blank {
    display: block;
    /* size */
    width: 30px;
  }
  .subhead {
    width: 100%;
    height: 70px;
  }

  .policy_head {
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding */
    padding: 0 20px;
  }

  .headtitle {
    position: relative;
    width: auto;
    height: auto;
  }
  .backbtn {
    width: 40px;
    height: 22px;
    left: 0;
    top: 0;
    float: none;
    z-index: 1000;
    margin: 0;
  }
  .tab_inner {
    position: relative;
    top: 26px;
    background-color: #fff;
    border-bottom: 1px #f1f1f1 solid;
  }

  .tab_inner .tab_area li {
    display: table-cell;
    width: calc(100% / 3);
    height: 100px;
    vertical-align: middle;
    border-right: 1px #f1f1f1 solid;
  }

  .tab_inner .tab_area li.active a {
    display: table-cell;
    width: calc(100% / 10);
    height: 100px;
    vertical-align: middle;
    padding-left: 1px;
    color: #fffefe;
  }

  .tab_inner .tab_area li a {
    display: block;
    color: #545454;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .content {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 10px;
    position: relative;
    margin-top: 35px !important;
    padding-top: 20px;
    font-size: 20px !important;
  }
}

/* gift.php shopping cart */

.shopping_cart {
  /* size */
  width: 15vw;
  height: 15vw;
  /* position */
  position: fixed;
  right: 4vw;
  bottom: 80px;
  /* box shadow */
  -webkit-box-shadow: 0px 0px 15px 4px rgb(179 179 179 / 88%);
  box-shadow: 0px 0px 15px 4px rgb(179 179 179 / 88%);
  /* background */
  background-color: #fff;
  /* z-index */
  z-index: 11000;
  /* border */
  border-radius: 50%;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping_cnt {
  /* position */
  position: absolute;
  top: -1px;
  right: -1px;
  /* size */
  width: 4.5vw;
  /* padding */
  padding: 0.5vw 0;
  /* border */
  border-radius: 50%;
  /* background */
  background-color: var(--point-color);
  /* text */
  text-align: center;
  /* font */
  font-size: 3vw;
  color: #fff;
}

/* shopping img */
.shopping_img {
  /* size */
  width: 60%;
  height: 60%;
  /* background */
  background: url('../img/basket.png') no-repeat center/contain;
}

@media screen and (min-width: 500px) {
  .shopping_cart {
    /* size */
    width: 70px;
    height: 70px;
  }

  .shopping_cnt {
    /* size */
    width: 25px;
    /* padding */
    padding: 4px 0;
    /* font */
    font-size: 15px;
  }
}

/* 나의 리뷰 style  review.php*/
.myreview_inner .myreview_area li {
  /* margin */
  margin: 0;
  /* padding */
  padding: 20px 0;
}

.review_reply_cont {
  /* padding */
  margin-bottom: 20px;
}

.review_btn_area {
  /* position */
  bottom: 7vw;
}

.result_title {
  /* font */
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .myreview_title {
    height: 90px !important;
  }
}

/* 쿠폰 coupon */

.coupon_inner .coupon_list li .name {
  margin-bottom: 2px;
  color: #484848;
  font-size: 4vw;
  font-weight: bold;
}

.coupon_inner .coupon_list li .date {
  /* font */
  font-family: var(--font-family);
  font-size: 3vw;
  font-weight: bold;
  /* text */
  white-space: nowrap;
}

.coupon_inner .coupon_list li .date span {
  /* position */
  position: relative;
  /* display */
  display: block;
  /* font */
  font-weight: 600;
}

.coupon_inner .coupon_list li .cost {
  font-size: 4vw;
}

.coupon_inner .coupon_list li .txt {
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  .coupon_inner .coupon_list li .txt {
    font-size: 2vw;
  }
}

/* 회원가입 style 수정 */
.regist a {
  /* cursor */
  cursor: pointer;
}

.btn_type_regist {
  /* cursor */
  cursor: pointer;
}

/* Bookmark icon */
.go_bookmark {
  /* position */
  position: fixed;
  right: 17vw;
  /* z-index */
  z-index: 120000;
  /* size */
  height: 12vw;
  width: 8vw;
  /* flex */
  display: flex;
  align-items: center;
  /* font */
  font-size: 6vw;
  color: #c2c0c0;
}

@media screen and (min-width: 768px) {
  .go_bookmark {
    /* position */
    height: 10vw;
  }
}

/* Num highlight */
.num_highlight {
  /* font */
  color: var(--main-color) !important;
}

.ui.form .eight.fields .ui.input input,
.ui.form .five.fields .ui.input input,
.ui.form .four.fields .ui.input input,
.ui.form .nine.fields .ui.input input,
.ui.form .seven.fields .ui.input input,
.ui.form .six.fields .ui.input input,
.ui.form .ten.fields .ui.input input,
.ui.form .three.fields .ui.input input,
.ui.form .two.fields .ui.input input,
.ui.form .wide.field .ui.input input {
  width: 100% !important;
}

.ui.labeled.input > .label {
  /* position */
  position: absolute;
  top: 5vw;
}

@media screen and (max-width: 767px) {
  .ui.labeled.input > .label {
    /* position */
    position: absolute;
    top: 85px;
  }
}


/* DIY */
.pop .join_pop .btn_close .diypop-close {
  width: 20px;
  height: 20px;
  background: url(../img/close_off.png) center no-repeat;
  background-size: 20px 20px;
  margin-top: 6px;
  margin-right: 2px;
}

.pop .pop_inner .diy-tit {
  font-size: 15px;
}

#diyinfocont {
  /* margin */
  margin: 0 auto;
  /* padding */
  padding: 15px 20px 35px;
  /* position */
  top: 15%;
}

#diy-bnt-bottom button {
  /* size */
  width: 45%;
  height: 50px !important;
  /* text */
  line-height: 0 !important;
  /* font */
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #diy-bnt-bottom {
    margin-top: 4vw;
  }
  #diyinfocont {
    /* transform */
    transform: scale(150%);
  }
}

#auth_cmmt {
  font-family: 'Nanum Barun Gothic', sans-serif;
  font-weight: bold;
  color: var(--dark-grey);
  width: 100%;
  height: 40vw;
  background-color: #ffffff;
  border: 0.4vw solid var(--main-color);
  border-radius: 2vw;
  padding: 3vw;
}


.diy-click{
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  background-color: #00a0b6;
  border-radius: 12px;
}

/* DIY width 값이 넘어가는 경우 */
.biggerUploadBox{
	/* transform */
	transform: scale(60%) translate(-84%);
}

@media screen and (min-width: 650px){
	.biggerUploadBox{
		/* transform */
		transform: scale(100%) translate(-50%);
	}

}

@media screen and (min-width: 992px){
	  .may_inner .join_form .form_inner:nth-of-type(2){
	  margin-bottom: 20px;
  }
    .may_inner .join_form .form_inner:nth-of-type(3) {
	    padding-top: 1vw;
	    border-top: 4px dotted var(--point-color);
	}
	
	.may_inner .join_form .form_inner label {
	    height: 10px !important;
	    line-height: 80px;
	}
	
	
	.may_inner .join_form .form_type {
	    margin-top: 15px;
	}

  
	.join_inner .join_form label, .may_inner .join_form .form_inner .label {
	    font-size: 14px !important;
	}
	.may_inner .join_form .form_inner .label, .may_inner .join_form .form_inner .input  {
		height: 10px !important;
		line-height: 80px !important;
	}
	.join_inner .join_top .form_area .delete {
    position: absolute;
    padding: 30px 18px;
    top: -30.5px;
    right: 10px;
    background: url(../img/close_off.png) right 45px no-repeat;
    background-size: 13px 13px;
  }
  
}
