
/* MAIN index.php font IOS/OS X 폰트 깨짐 현상 수정
===================================================*/
:root {
  --font-family: 'NanumSquareNeo', sans-serif;
}

/* PC 버전의 앱 구현을 위한 미디어 쿼리 */
@media screen and (min-width: 992px){
/* 하단 탭바 */
#tabBar{
  display: none;
}
/* FAQ 버튼 */
.faq-button{
  right: 70px;
  bottom: 40px;
}


/* All body TEST */
body{

	font-family: var(--font-family);
}

/* index 메인 홈 페이지 PC 버전 */

  /* Policy 약관 PC 버전 */
  .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;
    height: auto;
    margin-top: 10px;
    position: relative;
    margin: 0 auto;
    font-size: 15px !important;
    line-height: 25px;
  }

  /* 상품  */
  .item {
    width: 18%;
    border: 0;
    background-color: #fff;
    margin: 1%;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  /* 하단 푸터 */
  .companyinfo{
    margin-top: 40px;
  }
  .company_info_limit{
    max-width: 1300px;
    width: 100%;
  }
/* company info header */
  .company_info_header{
    /* size */
    width: 100%;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

    /* 하단 로고 */
    .footer-logo{
      width: 240px;
    }

    .like {
      /* flex */
      justify-content: flex-end !important;
      gap: 8px !important;
      margin-bottom: 0px !important;
    }


  .address1 {
    margin-top: 40px;
  }
  /* 컨텐츠 리스트 */
  .contentList{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
   /* artist list */
  .artist_lists{
    width: 12.5%;
    /* flex */
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    margin-bottom: 25px;
  }
  /* 셀러 리스트 프로필 사진 */
  .artist_profile_img{
    width: 120px;
    height: 120px;
  }
  /* 셀러 리스트 닉네임 */
  .artist_list_nickname{
    width: 100%;
    text-align: center;
    padding: 14px 0 5px 0;
  }

  /* 디자이너 리스트 헤더 */
  .artist_list_pc_header{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    /* padding */
    padding: 40px 0 15px 0;
    /* font */
    color: #000;
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 90% */
    padding-left: 20px;
  }
  

  /* UXI 개선안 네비게이션 */
  .pc_nav_wrapper{
    width: 100%;
    /* position */
    position: sticky;
    top: 0;
    left: 0;
    /* bg */
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    /* padding */
    padding: 20px 0;
    /* display */
    display: block;
    /* z-index */
    z-index: 1000000;
  }
  
  /* inner wrapper */
  .pc_nav_inner_wrapper{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* 양옆 wrapper */
  .pc_nav_left_wrapper, .pc_nav_right_wrapper{
    width: 50%;
  }

  /* 왼쪽 wrapper */
  .pc_nav_left_wrapper{
    /* flex */
    display: flex;
    align-items: center;
  }

  /* 로고 */
  .pc_logo_box{
    display: inline-block;
    /* size */
    width: 100px;
  }

  /* 네비 리스트 */
  .pc_nav_link_list{
    margin-left: 120px;
    /* flex */
    display: flex;
    align-items: center;
    gap: 50px;
    /* list */
    list-style: none;
  }

  .pc_nav_link_items{
    color: #000;
    text-align: right;
    font-family:'NanumSquareNeoExtraBold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    cursor: pointer;
  }

  .pc_nav_link_items.active{
    font-weight: 700;
    color: var(--main-color);
  }

  .pc_logo_box img{
    width: 100%;
  }

  /* 네비 오른쪽 */
  .pc_nav_right_wrapper{
    /* flex */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  /* 네비 검색 필터 섹션 */
  .pc_nav_search{
    position: relative;
    width: 280px;
    height: 30px;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* search filter */
  .pc_search_type_filter{
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    border: 1px solid var(--dark-main-color);
    background: #fff url(../img/icon/dropdown.png) no-repeat right 4px center;
    background-size: 8px 8px;
    font-size: 10px;
    color: var(--dark-main-color);
    width: 60px;
    padding: 4px 0;
    padding-right: 5px;
    text-align: center;
  }

  /* Search button */
  .pc_submit_button{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* 검색 아이콘 */
  .pc_submit_button img {
    width: 20px;
    height: 20px;
  }

  /* Search Input */
  .pc_search_input{
    width: 100%;
    height: 100%;
    padding-left: 80px;
    padding-right: 8px;
    border: 0;
    border-radius: 4px;
    background: var(--main-light-grey);
    font-size: 14px;
  }
  
  .pc_search_input::placeholder{
    color: var(--main-dark-grey);
  }

  /* 장바구니 표시등 */
  .pc_basket_new{
    position: absolute;
    top: 1px;
    right: 0px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--point-color);
    border-radius: 50%;
  }

  /* 내 정보 링크  */
  .pc_mypage_link, .pc_mypage_link:is(:hover, :focus){
    /* flex */
    display: flex;
    align-items: center;
    gap: 5px;
    /* font */
    color: var(--dark-main-color);
    text-align: right;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    cursor: pointer;
  }

  /* 장바구니 */
  .pc_nav_go_basket, .pc_nav_go_basket:is(:hover, :focus){
    position: relative;
    /* flex */
    display: flex;
    align-items: center;
    gap: 5px;
    /* font */
    color: #000;
    text-align: right;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    cursor: pointer;
  }

  /* pc 네비 아이콘 */
  .pc_nav_icon{
    display: inline-block;
    width: 25px;
    height: 25px;
  }

  .pc_nav_icon img{
    width: 100%;
    height: 100%;
  }

  /* PC 로그인중인경우 */
  .pc_nav_go_myboard_login_y{
    color: #000;
    text-align: right;
    font-family: var(--font-kr);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
  }
  /* PC 네비 로그인 안되어있을 경우 */
  .pc_nav_go_myborad_login_n{
     /* font */
     color: var(--main-dark-grey);
     text-align: right;
     font-family: var(--font-kr);
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 14px; /* 100% */
     cursor: pointer;
  }
  
  
.aimainpoupcont {
  width: 80%;
  margin: auto;
  margin-top: 100px;
  height: 80%;
  background: white;
  border-radius: 10px;
  max-width: 1300px;
  max-height: 800px;
}

.btn_main_close {
  width: 100%;
  text-align: right;
  padding: 10px;
}

.btn_main_close button {
  width: 20px;
  height: 20px;
  background: url(../img/popupcloseblack.png) center no-repeat;
  background-size: 20px;
}

.aipopupcont, .apluspopupcont {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  display: flex;
  height: calc(100% - 60px);
  justify-content: space-between;
}

.imagearea {
  width: auto;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  margin-right: 50px;
}

.aipopupdetail {
  width: auto;
    display: block;
    flex: 1;
    margin-top: 50px;
}

.popupcategory {
  margin-top: 2vh;
  font-size: 2.2vh;
  font-weight: 500;
  margin-bottom: 1vh;
}

.popupprompt {
  width:100%;
  height:auto;
  margin-top: 1.8vh;
}

.prompttitle {
  font-size: 1.5vh;
  font-weight: bold;
  line-height: 2vh;
}

.promptarea {
  font-size: 1.5vh;
}

.popupbtnarea {
  width:100%;
  display:flex;
  height:40px;
  justify-content: end;
}

  .search_content > .contentList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 6vw;
    padding-bottom: 1%;
  }

  .RNB {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10001;
    filter: alpha(opacity=50);
  }

}

/* 타블렛 네비를 위한 media query */
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .pc_nav_inner_wrapper{
    padding: 0 20px;
  }
}

/* 중간에 서치바 축소 시키기 위한 Media query */
@media screen and (max-width: 1045px) {
  .pc_nav_search{
    width: 240px;
  }
}

