@charset "utf-8";
.sub_wrep{
  position: relative;
}
.mt50{
  margin-top: 50px;
}
.w100{
  width: 100% !important;
}
/* 인사말페이지 시작 */
.greetings_areas{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-top: 36px;
}
.greetings_area01{
  width: 1280px;
  display: flex;
  align-items: flex-end;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.greetings_area-img{
  width: 345px;
  height: 372px;
  display: none;
}
.greetings_area-img img{
  width: 100%;
  height: 100%;
}
.greetings_area-txtbox{
  padding: 24px;
  width: 100%;
}
.greetings_area-txtbox h2{
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 48px;
}
.greetings_area-txtbox p{
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 22px;
}
.greetings_area-txtbox h3{
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-top: 14px;
  text-align: end;
}
.greetings_area02{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  background-color: #F9F9F9;
  padding-top: 49px;
  padding-bottom: 47px;
  margin-bottom: 108px;
}
.greetings_area02 h2{
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}  
.greetings_area02 h2 b{
  color: #5E7034;
}
.greetings_items{
  width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.greetings_item{
  height: 344px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.greetings_item span{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}
.greetings_item h3{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.greetings_item p{
  color: #191919;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}
.greetings_item .greetings_item-img{

}
/* 인사말페이지 끝 */

/* 회사 소개 시작 */
.aboutus_areas{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;  
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.aboutus_area{
    width: 100%;
    height: 287px;
    display: flex;
    align-items:flex-end;
    justify-content: center;
    position: relative;
}
.aboutus_area_iconbox{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    border:2px solid #CED3C0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutus_area_txtbox{
    border-radius: 20px;
    background: #FCFDF8;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 70px;
    gap: 20px;
    width: 100%;
}
.aboutus_area_txtbox h2{
    color: #66773D;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.aboutus_area_txtbox p{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
}
/* 회사 소개 끝 */

/* 처방라인업 시작 */
.about3{
  background: url(../images/sub/about3_bk.png) no-repeat center center;
  background-size: cover;
}
.lineup_area{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  width: 1180px;
}
.lineup_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 2px;
  position: relative;
}
.lineup_img{
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f1f1f1;
  transition: 0.5s;
  overflow: hidden;
}
.lineup_txt{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 95%;
  gap: 3px;
}
.lineup_txt h2{
  color: #343434;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lineup_txt p{
  color: #666666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.lineup_item:hover .lineup_img{
  border: 2px solid #91684b;
  border-radius: 0px 50px 0px 50px;
}
/* 처방라인업 끝 */

/* 제품상세페이지 시작*/
.product_detail_area{
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 70px;
}
.product_area{
  width: 1000px;
}
.product_infor{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product_imgarea{
  display: flex;
  flex-direction: column;
}
.product_img{
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_img img{
  max-width: 100%;
}
.product_imglist{
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.product_imglistitem{
  width: 90px;
  height: 100%;
  cursor: pointer;
}

.product_imglistitem img{
  padding: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ebe9e9;
  transition: 0.3s;
}
.product_imglistitem.active img{
  border: 1px solid #000;
}
.product_inforbox{
  width: 500px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.product_inforitems{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.product_inforitem{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product_inforitem span{
  width: 150px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 8px;
}
.product_quantity.product_inforitem span{
  width: 100px;
}
.product_inforitem p{
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product_price{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.product_price h4{
  color: #F00;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: line-through;
}
.product_price h3{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product_quantity{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.product_option{
  padding: 5px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  overflow-y: auto;
  max-height: 228px;
  gap: 5px;
}
.product_optionitem{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:2px 5px;
  border-radius: 3px;
}
.product_optionitem.active{
  border: 1px solid #888888;
}
.product_optioninfor{
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_optionimg{
  width: 50px;
  height: 50px;
}
.product_optionimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_optionprice h1{
  font-size: 14px;
  font-weight: 400;
  color: #343434;
}
.product_optionprice h1 i{
  color: #000;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
}
.quantity_select select{
  padding: 4px 12px;
  border: 1px solid #666;
  font-style: normal;
  line-height: normal;
  font-size: 13px;
    font-weight: 500;
    color: #191919
}
.quantity_selectbut{
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  cursor: pointer;
}
.quantity_selectbut img{
  width: 100%;
  height: 100%;
}
.quantity_select input{
  height: 30px;
  width: 50px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 50px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  text-align: center;
}
.quantity_select{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.quantity_select p{
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 6px;
}
.product_buts{
  width: 100%;
  display: flex;
  gap: 12px;
}
.product_but{
  width: 50%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans KR;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #4A473D;
  border: 1px solid #4A473D;
  background: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
.product_sold-out{
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans KR;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  background-color: #a31414;
  border: 1px solid #a31414;
  border-radius: 3px;
}
.product_but:nth-child(2){
  background: #4A473D;
  border: none;
  color: #FFF;
}
.product_information{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 130px;
  gap: 120px;
}
.product_information_item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.information_name{
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #343434;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information_nameitem{
  width: 33.333%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  border: 1px solid #343434;
  border-bottom: none;
  margin-bottom: -1px;
  background-color: #ffffff;
  border-radius: 3px 3px 0 0;
}
.information_tab{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.information_tabitem{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #999;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.information_tabitem.active{
  color: #000;
  font-weight: 500;
  border: 1px solid #000000;
  border-bottom: none;
}
.information_gridarea{
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
.information_grid{
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.information_title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-bottom: 1px solid #DBDBDB;
  background: #FAFAFA;
}
.information_title p{
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.information_explanation p{
  color: #666666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
}
.information_explanation{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  border-bottom: 1px solid #DBDBDB;
  background: #ffffff;
}
.information_explanation2{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  border-bottom: 1px solid #DBDBDB;
  background: #ffffff;
  gap: 12px;
}
.information_explanation2 p{
  width: calc(100% - 89px);
  display: inline-block;
}
.information_explanation2 a{
  padding: 6px 12px;
  color: #4A473D;
  border: 1px solid #4A473D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.related_products{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;

}
.related_product_item{
  max-height: 200px;
  border-radius: 5px;
}
.related_product_infor{
  display: flex;
  flex-direction: column;
  width: 100%; 
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.related_product_img{
  width: 100%;
  height: 120px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  overflow: hidden;
}
.related_product_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_product_txt{
  padding: 5px;
}
.related_product_txt h1{
  font-size: 13px;
  margin-top: 5px;
}
.related_product_txt p{
  font-size: 12px;
}
.related_product_move{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000079;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.related_product_item:hover .related_product_move{
  display: flex;
}
.infor_wrap{
  padding: 8px 14px;
  color: #000000;
  border: 1px solid #4A473D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product_information_imgbox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 640px;
}
.product_information_img{
  width: 640px;
}
.product_information_img img{
  width: 100%;
  object-fit: cover;
}

.dictionary_popup{
  width: 100vw;
  height: 100vh;
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999998;
  display: none;
  justify-content: center;
  overflow-y: auto;
  padding: 6% 0;
}
.dictionary_popup02{
  width: 100vw;
  height: 100vh;
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  padding: 6% 0;
  justify-content: center;
  overflow-y: auto;
}
.dictionary_popup02 > div {
 margin: 0;
}
.Prescription_popup{
  width: 100vw;
  height: 100vh;
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
  padding-top: 130px;
  justify-content: center;
}
.dictionary_popuparea{
  position: relative;
  width: 1000px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 25px;
  height: fit-content;
  min-height: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.productlist_popup h1{
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  padding-left: 10px;
  position: relative;
}
.productlist_popup h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 3px;
  height: 90%;
  background-color: #958d7d;
  border-radius: 100px;
  transform: translateY(-50%);
}
.dictionary_popuparea h1{
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  padding-left: 10px;
  position: relative;
}
.dictionary_popuparea h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 3px;
  height: 90%;
  background-color: #958d7d;
  border-radius: 100px;
  transform: translateY(-50%);
}
.dictionary_popuparea h1 i{
  color: #67520D;
  font-style: normal;
}
.dictionary_popup_tabmenuarea{
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dictionary_popup_tabmenu{
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  margin-top: 30px;
}
.dictionary_popup_tabmenuitem{
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000040;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
}
.dictionary_popup_tabmenuitem:hover{
  background-color: #eeeeee;
  color: #888888;
}
.dictionary_popup_tabmenuitem.active:hover{
  background-color: #ffffff;
  color: #000;
}
.dictionary_popup_tabmenuitem.active{
  color: #000000;
  border: 1px solid #000000;
  border-bottom: none;
}
.dictionary_popup_tabmenuitem.active::before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 100%;
  position: absolute;
}
.zxc{
  display: flex;
}
.dictionary_popupcontents{
  width: 100%;
}

.dictionary_popupcontent{
  width: 100%;
  display: none;
  flex-direction: column;
  margin-bottom: 10px;
}
.dictionary_popupcontent.active{
  display: flex;
}
.dictionary_popupcontentitem{
  display: flex;
}
.dictionary_popupcontentitem2{
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}

.dictionary_popupcontentitem:last-child{
  border-bottom: 1px solid #dbdbdb;
}
.dictionary_popupcontentitem2 .dictionary_popupcontentitem{
  border: 0 !important;
  width: 50%;
}
.dictionary_popupcontentitem3{
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.dictionary_popupcontentitem3 .dictionary_popupcontentitem{
  border: 0 !important;
  width: 33.333%;
}
.dictionary_popupcontentitemh{
  background: #FAFAFA;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.dictionary_popupcontentitem2 .dictionary_popupcontentitem:nth-child(2) .dictionary_popupcontentitemt{
  border-right: 1px solid #dbdbdb;
}
.dictionary_popupcontentitemt{
  width: calc(100% - 120px);
  display: flex;
  gap: 4px;
  align-items: center;
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 10px;
}
.dictionary_popupcontentitemt button{
  font-size: 12px;
  height: 100%;
  padding: 0 10px;
}
.dictionary_popupcontentitemt.note{
  height: 120px;
  align-items: flex-start;
}
.dictionary_popupcontentitemt.note textarea{
  width: 100%;
  height: 100%;
  resize: none;
}
.dictionary_popupcontentitemt input,
.dictionary_popupcontentitemt select{
  font-size: 13px;
}
.dictionary_popupcontentitemt h2{
  color: #67520D;
  font-weight: 600;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
}
.dictionary_popupflexd{
  width: 100%;
  margin-top: 20px;
}
.dictionary_popupflexd h2{
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  position: relative;
  margin-left: 8px;
  margin-bottom: 20px;
}
.dictionary_popupflexd h2::before{
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #95937d;
  left: -8px;
  top: 0px;
}
.dictionary_registrationitems{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.dictionary_registrationitems2{
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  margin-top: 10px;
}
.dictionary_registrationitem{
  display: flex;
  flex-direction: column;
}
.dictionary_registrationitemh{
  background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    color: #343434;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.dictionary_registrationitemt{
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 10px;
  border-bottom: 1px solid #dbdbdb;
}
.dictionary_registrationitems2 .dictionary_registrationitemt{
  min-height: 44px;
}
.dictionary_registrationitemt h3{
  color: #67520D;
  font-weight: 600;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
}
.dictionary_registrationitemt select{
  width: 33%;
  padding: 4px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.dictionary_popupbutarea{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.dictionary_popupbut{
  width: fit-content;
  padding:8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans KR;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  background-color: #4A473D;
  border-radius: 3px;
}
.popup_close,
.file_popup2_close,
.load_dosage_popupclose{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
.popup_close img,
.file_popup2_close img,
.load_dosage_popupclose img{
  width: 16px;
}
.popup_closeh2{
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  position: relative;
  margin-left: 8px;
  margin-bottom: 20px;
}
.popup_closeh2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #95937d;
  left: -8px;
  top: 0px;
}
.prescription_history{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 183px;
}
.prescription_historyh{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #FAFAFA;
  width: 100%;
}
.prescription_historyd{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
}
.prescription_historyd_item{
  padding: 6px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prescription_historyd_item a{
  border: 1px solid #E23600;
  padding:2px 8px;
  color:#E23600;
  font-weight: 400;
}
.prescription_historyh_item:nth-child(1),
.prescription_historyd_item:nth-child(1){
  width: 12%;
}
.prescription_historyh_item:nth-child(2),
.prescription_historyd_item:nth-child(2){
  width: 12%;
}
.prescription_historyh_item:nth-child(3),
.prescription_historyd_item:nth-child(3){
  width: 44%;
}
.prescription_historyh_item:nth-child(4),
.prescription_historyd_item:nth-child(4){
  width: 12%;
}
.prescription_historyh_item:nth-child(5),
.prescription_historyd_item:nth-child(5){
  width: 10%;
}
.prescription_historyh_item:nth-child(6),
.prescription_historyd_item:nth-child(6){
  width: 10%;
}

.prescription_historyh_item2:nth-child(1),
.prescription_historyd_item2:nth-child(1){
  width: 12%;
}
.prescription_historyh_item2:nth-child(2),
.prescription_historyd_item2:nth-child(2){
  width: 12%;
}
.prescription_historyh_item2:nth-child(3),
.prescription_historyd_item2:nth-child(3){
  width: 38%;
}
.prescription_historyh_item2:nth-child(4),
.prescription_historyd_item2:nth-child(4){
  width: 12%;
}
.prescription_historyh_item2:nth-child(5),
.prescription_historyd_item2:nth-child(5){
  width: 10%;
}
.prescription_historyh_item2:nth-child(6),
.prescription_historyd_item2:nth-child(6){
  width: 10%;
}
.prescription_historyh_item2:nth-child(7),
.prescription_historyd_item2:nth-child(7){
  width: 6%;
}
.prescription_historyh_item{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  color: #343434;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* 제품상세페이지 끝*/


/* 찾아오시는길 시작 */
.directions_areas{
    display: flex;
    width: 1190px;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.directions_mapbox{
    width: 70%;
    height: 500px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.directions_txtboxs{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 30%;
  height: 500px;
}
.directions_txtbox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 16px 0;
  border: 1px solid #dbdbdb;
}
.directions_numbertxt{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
}
.directions_txtbox_icon{
    margin-bottom: 6px;
    transition: 0.3s;
}
.directions_txtbox:hover .directions_txtbox_icon{
    transform: translateY(-8px);
}
.directions_txtbox h2{
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.directions_txtbox p{
    color: #666;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* 찾아오시는길 끝 */

/* 사전조제신청 시작 */
.preparation_area{
  width: 1360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.preparation_area2{
  width: 1360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.preparation_manual{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.manual_item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.manual_txt p{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.preparation_graphs{
  width: 100%;
  border-top:1px solid  #000000;
  border-bottom:1px solid  #DBDBDB;
}
.preparation_graph{
  display: flex;
  position: relative;
}
.preparation_soldout{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preparation_graph.soldout .preparation_soldout{
  visibility: visible;
  opacity: 1;
}
.preparation_graph_item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.preparation_graph_item p{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preparation_graph_title .preparation_graph_item{
  height: 40px;
  background: #FAFAFA;
}
.preparation_graph_content .preparation_graph_item p{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preparation_graph_infor i{
  color: #E23600;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preparation_graph_item:nth-child(1){
  width: 10%;
}
.preparation_graph_item:nth-child(2){
  width: 17%;
}
.preparation_graph_item:nth-child(3){
  width: 29%;
}
.preparation_graph_item:nth-child(4){
  width: 15%;
}
.preparation_graph_item:nth-child(5){
  width: 15%;
}
.preparation_graph_item:nth-child(6){
  width: 14%;
}
.preparation_graph_img{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preparation_graph_img img{
  width: 95%;
  height: 95%;
  object-fit: cover;
}
.preparation_graph_content{
  border-bottom: 1px solid #dbdbdb;
}
.preparation_graph_content:last-child{
  border-bottom: none;
}
.preparation_graph_infor{
  flex-direction: column;
  align-items: flex-start;
  padding: 0 12px;
  gap: 2px;
}
.preparation_nextbut{
  display: inline-flex;
  padding: 10px 22px;
  align-items: flex-start;
  background: #4A473D;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.preparation_graph_item.preparation_graph_item2:nth-child(1){
  width: 9%;
}
.preparation_graph_item.preparation_graph_item2:nth-child(2){
  width: 13%;
}
.preparation_graph_item.preparation_graph_item2:nth-child(3){
  width: 26%;
}
.preparation_graph_item.preparation_graph_item2:nth-child(4){
  width: 13%;
}
.preparation_graph_item.preparation_graph_item2:nth-child(5){
  width: 13%;
}
.preparation_graph_item.preparation_graph_item2:nth-child(6){
  width: 13%;
}
.preparation_graph_item.preparation_graph_item2:nth-child(7){
  width: 13%;
}
.preparation_graph_item2 select{
  padding:4px 6px;
  color: #232323;
  border: 1px solid #666666;
}
.preparation_detailbut{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.preparation_detailbut a:nth-child(1){
  display: inline-flex;
  padding: 10px 22px;
  align-items: flex-start;
  color: #4A473D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #4A473D;
}
.preparation_detailbut a:nth-child(2){
  display: inline-flex;
  padding: 10px 22px;
  align-items: flex-start;
  background: #4A473D;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
/* 사전조제신청 끝 */

/* 조제신청 시작 */
.preparation_area3{
  width: 1360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.user_infor{
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #dbdbdb;
}
.user_infor_grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.user_infor_grid:nth-child(1){
  border-bottom: 1px solid #dbdbdb;
}
.user_infor_griditem{
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_infor_grid:nth-child(1) .user_infor_griditem{
  padding: 12px;
  background-color: #FAFAFA;
}
.user_infor_griditem p{
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.user_infor_grid:nth-child(1) .user_infor_griditem p{
  color: #232323;
  font-weight: 500;
}

.user_infor_grid:nth-child(2) .user_infor_griditem p{
  color: #666;
  font-weight: 400;
}
.user_infor_gridimg{
  width: 100px;
  height: 100px;
}
.preparation_listarea{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap:40px;
}
.preparation_find{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.preparation_find a{
  padding: 11px 0;
  width: 120px;
  border: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;

  color: #DBDBDB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preparation_find a.active{
  background-color: #91684b;
  color: #ffffff;
  font-weight: 500;
}
.preparation_lists{
  width: 100%;
}
.preparation_listop{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.preparation_listop i{
  color: #F00;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preparation_search{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.preparation_search input{
  width: 200px;
  padding:8px;
  color: #343434;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #dbdbdb;
}
.preparation_search input::placeholder{
  color: #999999;
}
.preparation_search button{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  border-left: none;
  background-color: #ffffff;
  cursor: pointer;
}
.listop_area{
  display: flex;
  align-items: center;
}
.listop_area span{
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 8px;
}
.listop_area span i{
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.listop_area select{
  border: 1px solid #DBDBDB;
  padding: 6px;
  color: #999999;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preparation_list{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 8px;
}
.preparation_listitems{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
}
.preparation_listitems:last-child{
  border-bottom:none;
}
.preparation_listitem p{
  color: #232323;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preparation_listitems:nth-child(1) .preparation_listitem p{
  font-size: 14px;
  font-weight: 500;
}
.preparation_listitem:nth-child(1){
  width: 9.5%;
}
.preparation_listitem:nth-child(2){
  width: 27%;
}
.preparation_listitem:nth-child(3){
  width: 11%;
}
.preparation_listitem:nth-child(4){
  width: 11%;
}
.preparation_listitem:nth-child(5){
  width: 11%;
}
.preparation_listitem:nth-child(6){
  width: 21%;
}
.preparation_listitem:nth-child(7){
  width: 9.5%;
}
.preparation_listitem{
  display: flex;
  align-items: center;
  justify-content: center;
}
.preparation_listitems:nth-child(1) .preparation_listitem{
  padding: 12px 0;
  background: #FAFAFA;
}
.preparation_listimg{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preparation_listimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preparation_listitle{
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.preparation_listitle p:nth-child(1),
.preparation_listitle p:nth-child(1) i{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preparation_listitle p:nth-child(2){
  color: #757575;
  font-size: 13px;
  font-style: normal;
  font-weight:400;
  line-height: normal;
}
.preparation_listprice{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.preparation_listprice.listprice2 p:nth-child(1),
.preparation_listprice.listprice2 p:nth-child(1) i{
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}

.preparation_listprice.listprice2 p:nth-child(2),
.preparation_listprice.listprice2 p:nth-child(2) i{
  color: #F00;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.preparation_listprice.listprice1 p{
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preparation_listprice.listprice1 p i{
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.preparation_listbut1{
  padding: 10px 22px;
  display: none;
  align-items: center;
  justify-content: center;

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background-color: #E23600;
  border-radius: 2px;
}
.preparation_listitem.active1 .preparation_listbut1{
  display: flex;
}
.preparation_listbut2{
  padding: 10px 22px;
  display: none;
  align-items: center;
  justify-content: center;

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background-color: #4A473D;
  border-radius: 2px;
}
.preparation_listitem.active2 .preparation_listbut2{
  display: flex;
}
/* 조제신청 끝 */


/* 조제지시(장바구니) 시작*/
.preparation_area4{
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.preparation_area5{
  width: 1160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.preparation_cart{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.progress_tab{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  padding: 0 12px;
}
.progress_tabitem{
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  border-bottom: 2px solid #DBDBDB;
  
  color: #DBDBDB;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.progress_tabitem.active{
  color: #343434;
  border-bottom: 2px solid #343434;
  font-weight: 800;
}
.cartlist{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dbdbdb;
}
.preparation_cartlist{
  width: 100%;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #dbdbdb;
}
.cartlist:first-child .cartlist_item{
  padding: 12px 0;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartlist:first-child .cartlist_item p{
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cartlist_item:nth-child(1){
  width: 50%;
  padding:6px 36px;
  display: flex;
  align-items: center;
  gap:24px;
}
.cartlist_item:nth-child(2){
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartlist_item:nth-child(3){
  width: 18.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cartlist_item:nth-child(4){
  width: 18.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cartlist_img{
  width: 100px;
  height: 100px;
}
.cartlist_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cartlist_item:nth-child(1) p{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cartlist_item:nth-child(1) i{
  color: #E23600;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cartlist_item:nth-child(2) p{
  color: #343434;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cartlist_item select{
  width: 50px;
  padding: 2px 0;

  color: #343434;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #343434;
}
.cartlist_item button{
  display: flex;
  padding: 4.5px 12px;
  justify-content: center;
  align-items: center;
  background: #4A473D;
  border: none;

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.cartlist_item:nth-child(4) p{
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cartlist_item:nth-child(4) button{
  background: #ffffff;
  color: #E23600;
  border: 1px solid #E23600;
  font-weight: 500;
  padding: 4.5px 10px;
}
.cartlist_none{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
  color: #222222;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.alldelete_but{
  display: flex;
  width: 120px;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #E23600;
  background: #FFF;
  cursor: pointer;

  color: #E23600;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 12px;
}
.total_payment{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  margin-top: 40px;
}
.total_paymentarea{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.total_paymentarea:first-child .total_paymen_item{
  background-color: #FAFAFA;
  border-bottom: 1px solid #dbdbdb;
}
.total_paymen_item{
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.total_paymen_item p{
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.total_paymentarea:nth-child(2) .total_paymen_item{
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.total_paymentarea:nth-child(2) .total_paymen_item p{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.total_paymentarea:nth-child(2) .total_paymen_item p:nth-child(1){
  font-size: 16px;
  font-weight: 600;
}
.total_payment_buts{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.total_payment_buts a{
  display: flex;
  width: 160px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-family: Noto Sans KR;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.total_payment_buts a:nth-child(1){
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: rgba(153, 153, 153, 0.96);
}
.total_payment_buts a:nth-child(2){
  color: #FFF;
  background: #4A5164;
}

.cartlist_item.cartlist_item2 p{
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.total_paymentarea .total_paymen_item.total_paymen_item2 p{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.paymentcompleted_txtbox{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding:50px 0;
}
.paymentcompleted_txtbox h2{
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.paymentcompleted_txtbox p{
  color: #666666;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.paymentcompleted_infor{
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 120px;
}
.paymentcompleted_items{
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid #dbdbdb;
}
.paymentcompleted_items:last-child{
  border-bottom:none;
}
.paymentcompleted_item{
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  gap: 4px;
}
.paymentcompleted_item:nth-child(2){
  background-color: #ffffff;
  justify-content: flex-start;
  padding: 12px 20px;
  border-left: 1px solid #dbdbdb;
}
.paymentcompleted_item p{
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* 조제지시(장바구니) 끝*/


/* 회원가입절차 시작 */
.instruction_area{
  width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.instruction_area_buts{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.instruction_area_but{
  padding: 12px 0;
  width: 220px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #DBDBDB;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
}
.instruction_area_but.active{
  color: #4A473D;
  border: 1px solid #4A473D;
  font-weight: 600;
}
.instruction_txt{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  padding: 30px;
  width: 100%;
}
.instruction_icon{
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instruction_txtbox{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.instruction_txtbox p{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.instruction_txtarea{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.instruction_txtarea a{
  width: fit-content;
  padding: 6px 13px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
}
.instruction_txtarea .redbut{
  color: #E23600;
  border: 1px solid #E23600;
}
.instruction_txtarea .bluebut{
  color: #0076E2;
  border: 1px solid #0076E2;
}
.instruction_areatxtbox{
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 40px;
}
.instruction_areatxtbox.active{
  display: flex;
}
.instruction_txtarea2{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 12px;
}
.instruction_txtarea2 p{
  color: #454545;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
/* 회원가입절차 끝 */

/* 자주묻는질문 시작 */
.faq_areas{
    width: 1200px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.faq_menus{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background: #FFF;
    gap: 4px;
}
.faq_menu{
    width: 100%;
    padding: 14px 0;
    color: #dbdbdb;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #dbdbdb;
}

.faq_menu.active{
  border: 1px solid #999999;
    color: #222222;
    font-weight: 500;
}
.faq_detail_boxs{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 60px;
}
.faq_detail_box{
    width: 100%;
}
.faq_detail_box_question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #DBDBDB;
    cursor: pointer;
}
.faq_detail_box_question svg{
    transition: 0.3s;
}
.faq_detail_box_question.active svg{
    transform: rotate(180deg);
}
.faq_detail_box_question h2{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.faq_detail_box_answer{
    padding: 16px;
    border-bottom: 1px solid #DBDBDB;
    background: #F8F8F8;
    display: none;
}
.faq_detail_box_answer p{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.faq_detail_box_answer p:last-child{
    margin-bottom: unset;
}
/* 자주묻는질문 끝 */
/* 게시판 시작 */
.notice_board_area{
    width: 100%;
    height: 100%;
}
.notice_board_area table{
    width: 100%;
    border-top:1px solid #000000 ;
    border-collapse: collapse;
}
table thead tr{
    border-bottom:1px solid #dbdbdb ;
    background: #FAFAFA;
}
table thead tr th {
  padding: 10px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #ffffff;
}
table tbody tr{
    border-bottom:1px solid #dbdbdb ;
    transition: 0.3s;
}
table tbody tr:hover{
    background-color: #fafafa;
}
table tbody tr td{
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding:0 10px;
    height: 46px;
}
table tbody tr td p.ship-discount{
  text-decoration: line-through;
}
.ship-discount-postList{
  text-decoration: line-through;
}
table tbody tr td a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
}
table tbody tr td h3{
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap; /* 텍스트가 줄바꿈되지 않도록 설정 */
  overflow: hidden;    /* 넘치는 부분을 숨김 */
  text-overflow: ellipsis; /* 넘치는 부분에 말줄임표 처리 */
  max-width: 460px; /* 원하는 최대 넓이를 설정 (예: 200px) */
  max-height: 45px;
  color: #000000;
  text-align: center;
  max-height: 19px;
}
table tbody tr td h3 p {
  display: none;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  font-style: normal;
  line-height: normal;
  text-align: center;
  text-align: center;
}
table tbody tr td h3 p:first-of-type {
  display: inline-block;
}
.notice_board_areas{
    width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.notice_board_areas2{
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.board_but{
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBFBFB;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  color: #4A473D;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 10px;
}
  /* 게시판 끝 */

  /* 게시판디테일 페이지 시작 */
  .detail_content{
    width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .detail_content_buts{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 10px;
  }
  .detail_content_buts a{
    font-size: 13px;
    padding: 8px 10px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #4A473D;
    border: 1px solid #4A473D;
    border-radius: 3px;
    font-weight: 400;
  }
  .detail_content_title{
    width: 100%;
    display: flex;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #BAC4CB;
    background: #F6F6F6;
    padding: 15px;
  }
  .detail_content_file{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #BAC4CB;
    background: #F6F6F6;
    padding: 15px;
  }
  .detail_content_file a{
    text-align: left;
    padding-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .representative_but{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .representative_but button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border-radius: 2px;
    background: #FBFBFB;
    border: 1px solid #dbdbdb;
    color: #999999;
    transition: 0.3s;
  }
  .representative_but button:hover{
    color: #E23600;
  }
  .detail_content_title_item p{
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #343434;
  }
  .detail_content_title_item:nth-child(1){
    width: 70%;
  }
  .detail_content_title_item:nth-child(1) p{
    text-align: left;
    padding-left: 20px;
  }
  .detail_content_title_item:nth-child(2){
    width: 10%;
  }
  .detail_content_title_item:nth-child(3){
    width: 10%;
  }
  .detail_content_title_item:nth-child(4){
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .contactus_detail_title_item:nth-child(1){
    width: 80%;
    text-align: left;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .contactus_detail_title_item:nth-child(2){
    width: 10%;
  }
  .contactus_detail_title_item:nth-child(3){
    width: 10%;
  }
  .contactus_detail_title_item b{
    color: #000000;
    font-size: 14px;
  }
  .contactus_detail_title_item p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #454545;
  }
  .contactus_detail_title_item:nth-child(3) p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #888888;
  }
  .contactus_detail_title_item:nth-child(3) i{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #E23600;
  }
  .answer_area{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #999999;
    padding-left: 20px;
  }
  .answer_area p{
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #343434 !important;
  }
  .detail_content_title_item_iocn {
    display: flex;
    align-items: center;
    justify-content: center;
}
  .detail_content_title_tbox{
    width: 100%;
    padding: 40px;
    border-bottom: 1px solid #BAC4CB;
    margin-bottom: 20px;
  }
  .detail_content_title_tbox p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
  }
  .detail_content_title_btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .detail_content_title_btn {
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #4A473D;
    border-radius: 3px;
  }
  .detail_content_title_btnn {
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #999999;
    border-radius: 3px;
  }


  /* 로그인페이지 */
  .login_area{
    width: 500px;
    padding:36px 0;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #343434;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }
  .login_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .login_title h1{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .login_title p{
    color: #343434;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .login_infor{
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .login_inputboxs{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .login_inputbox{
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    overflow: hidden;
  }
  .login_inputbox input::placeholder{
    color: #b4b4b4;
  }
  .login_inputbox input{
    width: 100%;
    padding: 12px;
    border: none;
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .login_infor button{
    width: 100%;
    padding: 12px 0;
    background: #4A5164;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
    border-radius: 3px;
  }
  .find_signup{
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 12px;
    border-top: 1px solid #DBDBDB;
  }
  .find_signup a{
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* 아이디비밀번호찾기 */
  .find_title h2{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .find_buts{
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .find_butss{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .find_but{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .find_but button{
    width: 50%;
    border:1px solid #DBDBDB;
    background-color: #ffffff;
    border-radius: 0;
    padding: 12px 0;
    color: #DBDBDB;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
  }
  .find_but button:last-child{
    border-left: none;
  }
  .find_but button.active{
    background: #787E8F;
    color: #ffffff;
  }
  .find_buts p{
    color: #343434;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
  }
  .find_buts p.active{
    display: inline-block;
  }
  .find_area{
    width: 360px;
  }
  .find_box{
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }
  .find_box.active{
    display: flex;
  }
  .find_input{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  .find_input input{
    width: 100%;
    padding: 12px;
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #dbdbdb;
  }
  .find_input input::placeholder{
    color: #b4b4b4;
  }
  .find_box button{
    width: 100%;
    padding: 12px 0;
    background: #4A5164;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
  }
.find_box button:disabled {
  background: #B0B7C3;  /* 비활성화 시 배경색 */
  color: #D0D6E0;        /* 비활성화 시 텍스트 색 */
  cursor: not-allowed;   /* 비활성화 시 커서 변경 */
}
  /* 회원가입페이지 */
  .memberarea{
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
  .memberarea2{
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .memberarea h2{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .agreement_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .agreement_box h3{
    color: #000;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-left: 10px;
  }
  .agreement_box h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    width: 3px;
    height: 90%;
    background-color: #95937d;
    border-radius: 100px;
    transform: translateY(-50%);
}
  .agreement_infor{
    width: 100%;
    height: 250px;
    border: 1px solid #dbdbdb;
    overflow-y: auto;
    padding: 16px;
    font-size: 13px;
    word-wrap: break-word;
    word-break: break-all;
  }
  .consentbox{
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .consentbox input{
    width: 14px;
    height: 14px;
    border: 1px solid #343434;
    border-radius: 0;
  }
  .consentbox label{
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .infor_generations{
    width: 100%;
  }
  .infor_generation{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .joininfor_area p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .infor_generation h2{
    color: #000;
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .joininfor_area{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .joininfor_area button{
    padding: 0 24px;
    height: 38px;
    background: #787E8F;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    border-radius: 3px;
  }
  .joininfor_inputs{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
  }
  .joininfor_input{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .joininfor_input p{
    color: #000;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .joininfor_input input{
    border: 1px solid #dbdbdb;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 3px;
  }
  .join_button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }
  .join_button a{
    width: 160px;
    padding: 12px 0;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  .join_button a:first-child{
    border: 1px solid #DBDBDB;
    background: #FFF;
    color: rgba(153, 153, 153, 0.96);
  }
  .join_button a:last-child{
    color: #FFF;
    background: #4A5164;
  }
  .infor_generationarea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
  }

  .new_inforarea{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .new_inforarea form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;

  }
  .new_inforareatitle:last-child{
    margin-bottom: 0;
  }
  .new_inforareatitle h3{
    color: #000;
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-left: 10px;
  }
  .new_inforareatitle h3::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    width: 3px;
    height: 90%;
    background-color: #95937d;
    border-radius: 100px;
    transform: translateY(-50%);
  }
  .new_inforareatitle h4{
    color:#E23600;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .new_inforbox{
    background: #FFF;
    width: 100%;
  }
  .new_inforitmes{
    border: 1px solid #DBDBDB;
    border-bottom: none;
    width: 100%;
  }
  .diagnosis_list .new_inforbox .new_inforitmes:first-child{
    border-top: none;
  }
  .new_inforbox .new_inforitmes:last-child{
    border-bottom: 1px solid #dbdbdb;
    }
  .new_inforitmes1{
    display: grid;
    grid-template-columns: 1fr;  
  }
  .new_inforitmes2{
    display: grid;
    grid-template-columns: 1fr 1fr;  
  }
  .new_inforitme{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .new_inforitmetitle{
    width: 160px;
    padding: 0 16px;
  }
  .new_inforitmetitle p{
    color: #000;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .new_inforitmetitle p i{
    color: #F00;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .new_inforitmeinput{
    width: calc(100% - 160px);
    padding: 7px 0;
    border-left: 1px solid #dbdbdb;
    padding-left: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 45px;
  }
  .new_inforitmeinput img{
    max-width: 280px;
    max-height: 40px;
  }
  .new_inforitmeinput img.cl_img{
    max-width: 280px;
    max-height: 80px;
  }
  .new_inforitmeinput input{
    color: #343434;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #dbdbdb;
  }
  .new_inforitmeinput1 input{
    width: 160px;
    padding:5px 6px;
  }
  .new_inforitmeinput2 input{
    width: 250px;
    padding:5px 6px;
  }
  .new_inforitmeinput3 input{
    width: 60px;
    padding:5px 6px;
  }
  .new_inforitmeinput7 input{
    width: 400px;
    padding:5px 6px;
  }
  .new_inforitmeinput7 select{
    width: 130px;
  }
  .new_inforitmeinput8{
    padding-right: 16px;
  }
  .new_inforitmeinput8 input{
    width: 100%;
    padding:5px 6px;
  }
  .new_inforitmeinput3{
    align-items: baseline;
    gap: 8px;
  }
  
  .new_inforitmeinput4{
    flex-direction: column;
    align-items: flex-start;
  }
  .new_inforitmeinput4 input{
    border: none;
  }
  .new_inforitmeinput5{
    gap: 6px;
    align-items: baseline;
  }
  .new_inforitmeinput5 input{
    padding:4px 6px;
  }
  .new_inforitmeinput5 input:nth-child(1){
    width: 60px;
  }
  .new_inforitmeinput5 input:nth-child(2){
    width: 50px;
  }
  .new_inforitmeinput5 input:nth-child(3){
    width: 80px;
  }
  .new_inforitmeinput6{
    flex-direction: column;
    gap: 6px;
  }
  .address_infor{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 600px;
  }
  .address_infor input{
    padding:4px 6px;
    height: 29px;
    width: 100%;
  }
  .address_infor button{
    white-space:nowrap;
    cursor: pointer;
    font-size: 11px;
  }
  .new_inforitmes2 .new_inforitme:last-child{
    border-left: 1px solid #dbdbdb;
  }
  .new_inforitmeinput button{
    color: #FFF;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: #787E8F;
    padding: 6px 12px;
    border:none;
  }
  .new_inforitmeinput p{
    color: #343434;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  input[type="radio"]{
    width: unset !important;
    width: 16px !important;
    height: 16px !important;
    accent-color: #787E8F; /* 브라우저 기본 스타일 대신 파란색을 사용 */
    cursor: pointer;
  }
  .radio_layouts{
    min-height: 45px;
    align-items: center;
  }
  .radio_layout{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .radio_layout label{
    cursor: pointer;
    color: #343434;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .at_symbol{
    font-size: 13px;
  }
  .new_inforitmeinput select{
    border: 1px solid #dbdbdb;
    padding: 4px 6px;
    font-size: 13px;
    font-weight: 500;
    color: #343434;
  }
  .check-box{
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .check-box input{
    width: 12px;
    height: 12px;
  }
  .check-box label{
    font-size: 12px;
    white-space:nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .new_inforitmeinput textarea{
    padding:8px;
    color: #000;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #dbdbdb;
    width: 600px;
    height: 150px;
    resize: none;
  }
  .new_inforitmeinput.new_inforitmeinput1.payment input{
    width: 70px;
    text-align: right;

    color: #333333;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
  }
  .new_inforitmeinput.new_inforitmeinput1.payment p{
    color: #333333;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
  }
  .new_inforitmeinput.new_inforitmeinput1.payment p span{
    font-size: 13px;
    font-weight: 600;
    color: #000;
  }


  .file_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
  .input_file{
    width: 100px;
    height: 100px;
  }
  .input_file img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 포인트 시작*/
  .preparation_area6{
    width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }
  .point_infor{
    display: flex;
    margin-bottom: 4px;
    gap: 24px;
    margin-left: 80px;
  }
  .point_infortxt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .point_infortxt p{
    font-size: 12px;
  }
  .point_infortxt h2{
    font-size:20px;
    padding-top: 2px;
    padding-left: 6px;
  }
  .point_inforbut{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    background: #4D515A;
    border: unset;
    cursor: pointer;
    border-radius: 2px;
  }
  .point_graph{
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #dbdbdb;
  }
  .point_graph_area{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top:1px solid #dbdbdb;
  }
  .point_graph_area:nth-child(1){
    border-top:none;
  }
  .point_graph_item{
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .point_graph_item p {
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #000000;
    font-weight: 400;
  }
  .point_graph_area:nth-child(1) .point_graph_item p{
    color: #232323;
    font-weight: 500;
  }
  .point_graph_area:nth-child(1) .point_graph_item {
    padding: 12px;
    background-color: #FAFAFA;
  }
  .point_graph_item:nth-child(1){
    width: 11%;
  }
  .point_graph_item:nth-child(2){
    width: 65%;
  }
  .point_graph_area:nth-child(1) .point_graph_item:nth-child(2){
    justify-content:center;
  }
  .point_graph_item:nth-child(3){
    width: 12%;
  }
  .point_graph_item:nth-child(4){
    width: 12%;
  }
  .point_graph_item.point_content{
    padding-left: 24px;
  }
  .point_graph_item.point_content p{
    text-align: left;
  }
  .point_graph_item.blue p{
    font-weight: 500;
    color: #0076E2;
  }
  .point_graph_item.red p{
    font-weight: 500;
    color: #E23600;
  }
  .point_infortxtarea{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 11px;
  }
  .point_infortxtbox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .point_infortxtbox1{
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .point_svg{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .point_infortxtarea h2{
    font-size: 18px;
    line-height: 16px;
    font-style: normal;
    color: #000000;
    font-weight: 400;
    text-align: center;
  }
  .point_infortxtarea p{
    font-size: 20px;
    font-style: normal;
    line-height: 16px;
    color: #91684b;
    font-weight: 600;
    text-align: center;
  }
  .point_infortxtarea p i{
    font-weight: 900;
    font-style: normal;
  }
  .point_inputbox{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .point_inputbox_item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .point_inputbox_item input{
    padding:2px 6px;
    border: 1px solid #4A473D;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #4a473d;
    font-weight: 400;
    width: 140px;
    height: 30px;
  }
  .point_inputbox_item:nth-child(2) input{
    font-weight: 400;
  }
  .point_inputbox_item:nth-child(2) button{
    border: 1px solid #4A473D;
    padding:0 8px;
    font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
  }
  .point_popup{
    width: 100vw;
    height: 100vh;
    background-color: rgba(34, 34, 34, .5);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    padding: 6% 0;
  }
  .point_popup_area{
    position: relative;
    width: 400px;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 25px 25px;
    height: fit-content;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }
  .point_popup_area h1{
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  .point_popup_input{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 20px auto;
  }
  .point_popup_input input::placeholder{
    color: #c0c0c0;
    font-weight: 300;
  }
  .point_popup_input input{
    border: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    letter-spacing: -.15px;
    line-height: 18px;
    padding: 3px 0;
    width: 100%;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
  }
  .point_popup_input input:focus {
    outline: none; /* 기본 아웃라인 제거 */
    border-bottom:2px solid #999999;
  }
  .point_popup_input p{
    color: #E23600;
    font-size: 12px;
    line-height: 18px;
  }
  .point_popup_input h3{
    font-size: 14px;
    color: #343434;
    text-align: center;
    margin-bottom: 20px;
  }
  .point_popup_input button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    background: #4D515A;
    border: unset;
    cursor: pointer;
    border-radius: 2px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .pointhelp-btn{
    position: relative;
  }
  .pointhelp_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 3px;
  }
  .pointhelp_guidetextbox{
    display: none;
    position: absolute;
    bottom: 30px;
    left: -3px;
    border-radius: 2px;
    border: 1px solid #949494;
    padding: 6px 10px;
    width: 256px;
    background-color: #ffffff;
  }
  .pointhelp-btn:hover .pointhelp_guidetextbox{
    display: inline-block;
  }
  .pointhelp_guidetext span{
    color: #343434;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .pointhelp_guidetext{
    position: relative;
  }
  .pointhelp_guidetext::before{
    content: "";
    position: absolute;
    width: 7.5px;
    height: 1px;
    background-color: #ffffff;
    bottom: -7px;
    left: 1px;
    z-index: 9;
  }
  .pointhelp_guidetextbg{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -6px;
    left: 9px;
  }
  /* 포인트 끝*/
  
  /* 조제 내역 확인 시작 */
  .preparation_area7{
    width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .checkdetails_tab{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
  }
  .checkdetails_input{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .checkdetails_input input{
    height: 35px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 6px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    padding: 0 5px;
    cursor: pointer;
  }
  .checkdetails_month{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .checkdetails_months{
    display: flex;
  }
  .checkdetails_month a{
    height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding:5px 0;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dbdbdb;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
  }
  .checkdetails_month a.active{
    color: #000000;
    border: 1px solid #000000;
  }
  .checkdetails_month a.reset_but{
    color: #4A473D;
    border: 1px solid #4A473D;
    margin-left: 8px;
  }
  .checkdetails_but{
    height: 35px;
    padding: 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    background: #4D515A;
    border: unset;
    cursor: pointer;
    border-radius: 2px;
  }

  input[type="date"].transparent::-webkit-datetime-edit-year-field,
  input[type="date"].transparent::-webkit-datetime-edit-month-field,
  input[type="date"].transparent::-webkit-datetime-edit-day-field {
    color: transparent;
  }

  input[type="date"].transparent::-webkit-datetime-edit-text {
      color: transparent;
  }

  input[type="date"]:not(.transparent)::-webkit-datetime-edit-year-field,
  input[type="date"]:not(.transparent)::-webkit-datetime-edit-month-field,
  input[type="date"]:not(.transparent)::-webkit-datetime-edit-day-field {
      color: #4A473D; /* 혹은 원하는 색상 */
  }

  .checkdetails_graph{
    width: 100%;
    border-top: 1px solid #000000;
  }
  .checkdetails_graph_area{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
  }
  .checkdetails_graph > .checkdetails_graph_area:nth-child(1){
    background-color: #FAFAFA;
  }
  .checkdetails_graph > .checkdetails_graph_area:nth-child(1) .checkdetails_graph_item p{
    color: #232323;
    font-weight: 500;
  }
  .checkdetails_graph_item{
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  .checkdetails_graph_item p{
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #000000;
    font-weight: 400;
  }
  .checkdetails_graph_item:nth-child(1){
    width:11%;
  }
  .checkdetails_graph_item:nth-child(2){
    width: 11%;
  }
  .checkdetails_graph_item:nth-child(3){
    width: 34%;
  }
  .checkdetails_graph_item:nth-child(4){
    width:11%;
  }
  .checkdetails_graph_item:nth-child(5){
    width: 11%;
  }
  .checkdetails_graph_item:nth-child(6){
    width: 11%;
  }
  .checkdetails_graph_item:nth-child(7){
    width: 11%;
  }
  .checkdetails_graph > .checkdetails_graph_area:nth-child(1) .checkdetails_graph_item:nth-child(3) p{
    text-align: center;
  }
  .checkdetails_graph_item:nth-child(3) p{
    text-align: left;
  }
  .checkdetails_graph_item p.payment_txt{
    font-weight: 400;
    color: #000000;
  }
  .checkdetails_graph_item p.point_txt{
    font-size: 13px;
    font-weight: 400;
    color: #000000;
  }
  .checkdetails_graph_item p.completion_txt{
    font-weight: 500;
    color: #000000;
  }
  .checkdetails_graph_item p.registration_txt{
    font-weight: 500;
    color: #000000;
  }
  .checkdetails_graph_item p.registration_txt2{
    color: red;
    font-weight: 500;
  }
  .checkdetails_graph_item p.cancellation_txt{
    font-weight: 500;
    color: #000000;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(1){
    width: 40px;
    padding: 0;
    cursor: pointer;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(2){
    width: 100px;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(3){
    width: 170px;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(3) p{
    text-align: center;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(4){
    width: 240px;
  }
.checkdetails_graph_item.checkdetails_graph_item2:nth-child(5){
  width: 130px;
}
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(6){
    width: 100px;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(7){
    width:calc(100% - 1000px);
  }
  .checkdetails_graph_box .checkdetails_graph_item.checkdetails_graph_item2:nth-child(7) p{
    text-align: left;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(8){
    width: 120px;
  }
  .checkdetails_graph_item.checkdetails_graph_item2:nth-child(9){
    width: 100px;
  }

.checkdetails_graph_item.checkdetails_graph_item3:nth-child(1){
  width: 40px;
  padding: 0;
  cursor: pointer;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(2){
  width: 120px;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(3){
  width: 170px;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(3) p{
  text-align: center;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(4){
  width: 240px;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(5){
  width: 120px;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(6){
  width: 100px;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(7){
  width:calc(100% - 1120px);
}
.checkdetails_graph_box .checkdetails_graph_item.checkdetails_graph_item3:nth-child(7) p{
  text-align: left;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(8){
  width: 100px;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(9){
  width: 100px;
}
.checkdetails_graph_item.checkdetails_graph_item3:nth-child(10){
  width: 100px;
}


  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(1){
    width: 40px;
    padding: 0;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(2){
    width: 80px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(3){
    width: 110px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(3) p{
    text-align: center;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(4){
    width: 160px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(5){
    width: calc(100% - 990px);
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(6){
    width: 120px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(7){
    width: 120px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(8){
    width: 120px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(9){
    width: 120px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(10){
    width: 60px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(11){
    width: 60px;
  }
  .checkdetails_graph_item.checkdetails_graph_item4:nth-child(11) a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkdetails_graph_item4 button{
    cursor: pointer;
  }

.checkdetails_graph_item.checkdetails_graph_item5:nth-child(1){
  width: 40px;
  padding: 0;
  cursor: pointer;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(2){
  width: 100px;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(3){
  width: 170px;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(3) p{
  text-align: center;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(4){
  width: 240px;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(5){
  width: 120px;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(6){
  width: 100px;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(7){
  width:calc(100% - 900px);
}
.checkdetails_graph_box .checkdetails_graph_item.checkdetails_graph_item5:nth-child(7) p{
  text-align: left;
}
.checkdetails_graph_item.checkdetails_graph_item5:nth-child(8){
  width: 100px;
}


  .tied_up{
    background-color: #4A473D;
    font-size: 12px;
    border: 0px;
    border-radius: 3px;
    padding: 2px 4px;
    color: #ffffff;
  }
  .bundle{
    background-color: #E23600;
    font-size: 12px;
    border: 0px;
    border-radius: 3px;
    padding: 2px 4px;
    color: #ffffff;
  }
  .delivery_tracking{
    text-decoration: underline;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
  }
  .checkdetails_graph_area:hover .delivery_tracking{
    display: flex;
  }
  .delivery_tracking2{
    left: 0;
    width: calc(100% - 200px);
  }
  .delivery_tracking3{
    left: 40px;
    width: calc(100% - 140px);
  }
  .delivery_tracking4{
    left: 40px;
    width: calc(100% - 160px);
  }
  /* 조제 내역 확인 끝 */

  .informationuse2_img img{
    width: 100%;
    border: 1px solid #dbdbdb;
  }
  .regis_complete{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 4px 40px 0px #E0E0E0;
    border-radius: 3px;
  }
  .regis_complete h2{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .regis_complete h3{
    color: #4A473D;
    font-size: 19px;
    font-style: normal;
    font-weight:500;
    line-height: normal;
  }
  .regis_complete p{
    color: #222222;
    font-size: 16px;
    font-style: normal;
    font-weight:500;
    line-height: normal;
    text-align: center;
  }
  .regis_completebuts{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .infor_noneicon{
    visibility: hidden;
    opacity: 0;
  }

.verdigris_sub{
    background:#627b8d;
}
.ocher_sub{
  background: rgb(175 145 100);
}
.light_green_sub{
  background: rgba(119, 120, 61);
}
.black_blue_sub{
  background: rgb(133 137 145);
}
.black_green_sub{
  background: #6e8d62;
}


.prior_prescription_list{
  width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; 
}
.prior_prescription_item{
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prior_prescription_infor:hover img{
  transform: scale(1.1);
}
.prior_prescription_itemimg{
  width: 100%;
  height: 200px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.prior_prescription_itemimg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
.prior_prescription_itemimg .soldout {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99;
  top: 0;
  left: 0;
}
.prior_prescription_itemtxt{
  width: 100%;
  height: 70px;
  padding: 5px;
}
.prior_prescription_itemtxt h2{
  color: #000;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 보여줄 줄 수 설정 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.prior_prescription_itemtxt p{
  margin-top: 8px;
  color: #232323;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 보여줄 줄 수 설정 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.prior_prescription_infor{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.prior_prescription_butarea{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prior_prescription_butarea h2{
  font-size: 13px;
  color: #343434;
  font-weight: 500;
  padding: 0 5px;
  margin: 9px 0;
}
.prior_prescription_butarea h2 i{
  font-size: 14px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
}
.prior_prescription_buts{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:10px;
  margin-top: 5px;
}
.prior_prescription_daybox{
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 7px;
}
.prior_prescription_butitem{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.prior_prescription_buts p{
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  line-height: 14px;
}
.prior_prescription_buts P i{
  font-style: normal;
  font-weight: 700;
  color: #676767;
}
.prior_prescription_butitem div{
  width: calc(50% - 2.5px);
  border-radius: 3px;
  padding: 6px 0;
  display: flex;
  padding:0px 8px;
}
.prior_prescription_caution{
  border: 1px solid rgba(62, 62, 62, 1);
  padding: 4px 9px;
  border-radius: 25px;
}
.prior_prescription_caution p b{
  color: #FF4949;
}
.prior_prescription_day{
  color: #848484;
  padding: 4px 9px;
  border: 1px solid #848484;
  border-radius: 25px;
}
.prior_prescription_but{
  padding: 8px 0 !important;
  color: #191919;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
}
.prior_prescription_but2{
  position: relative;
  border: 1px solid #c7c7c7;
  background-color: #4A5164;
  color: #ffffff;
}
.prior_prescription_butitem2 .prior_prescription_but{
  width: 100%;
}
.prior_prescription_butitem2 .prior_prescription_day{
  color: #95937d;
  padding: 4px 9px;
  border: 1px solid rgba(132, 132, 132, 1);
  border-radius: 25px;
  width: unset;
}
.prior_prescription_but2 span{
  display: flex;
}
.buynow_areas{
  display: none !important;
  position: absolute;
  padding-top: 10px;
  top: 100%;
  z-index: 999;
  right: 0;
}
.prior_prescription_but2.active .buynow_areas{
  display: flex !important;
}
.buynow_area{
  border: 1px solid #888888;
  padding:5px;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.05); /* x-offset, y-offset, blur, color */
  max-height: 230px;
  overflow-y: auto;
}
.buynow_item{
  background-color: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: 0.3s;
  border-radius: 3px;
}
.buynow_item:hover{
  background-color: #dbdbdba6;
}
.buynow_item:last-child{
  border: none;
}
.buynow_item_title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.buynow_item_img{
  width: 30px;
  height: 30px;
}
.buynow_item_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buynow_item_txt{
  width: 300px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.buynow_item_txt p{
  color: #343434;
  font-size: 12px;
}
.buynow_item_txt i{
  font-size: 11px;
  color: #999999;
  font-style: normal;
}
.buynow_item_price{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.buynow_item_price h2{
  font-size: 11px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.buynow_item_price h2 i{
  color: #000;
  font-weight: 700;
  font-size: 12px;
}
.buynow_soldout{
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  white-space:nowrap;
}

/* 환자관리 */
.preparation_area8{
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.patientmanagement_areas{
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.patientmanagement_area{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
.patientmanagement_table{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #dbdbdb;
}
.patientmanagement_tableitems{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom:1px solid #dbdbdb;
}
.patientmanagement_tableitems:last-child{
  border-bottom: none;
}
.patientmanagement_tableitem{
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.patientmanagement_tableitem:nth-child(1){
  width: 50px;
}
.patientmanagement_tableitem:nth-child(2){
  width: 110px;
}
.patientmanagement_tableitem:nth-child(3){
  width: 150px;
}
.patientmanagement_tableitem:nth-child(4){
  width: 50px;
}
.patientmanagement_tableitem:nth-child(5){
  width: 140px;
}
.patientmanagement_tableitem:nth-child(6){
  width:300px;
}
.patientmanagement_tableitem:nth-child(7){
  width:300px;
}
.patientmanagement_tableitem:nth-child(8){
  width: 100px;
}
.patientmanagement_tableitem:nth-child(9){
  width: 80px;
}
.patientmanagement_tableitem:nth-child(10){
  width: 100px;
}
.patientmanagement_tableitem:nth-child(11){
  width: 80px;
}
.patientmanagement_tableitem.patientmanagement_tableitemnone{
  width: 100%;
}
.patientmanagement_tableitemh{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
  background-color: #FAFAFA;
}
.patientmanagement_tableitem p{
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #000000;
  font-weight: 400;
}
.detailedinfor_but{
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #E23600;
  text-decoration: underline;
  font-weight: 500;
}
.detailedinfor_but2{
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
}
.patientmanagement_tableitemh .patientmanagement_tableitem p{
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #232323;
  font-weight: 500;
}
.diagnosis_lists{
  width: 100%;
  display: grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.diagnosis_list{
  width: 100%;
}
.diagnosis_list .new_inforbox{
  display: none;
}
.diagnosis_list_item{
  width: 100%;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 3px;
}
.diagnosis_list_item.active{
  border: 1px solid #E23600;
}
.diagnosis_list_item p{
  color: #000;
  font-family: Noto Sans KR;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.diagnosis_list_svg{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.diagnosis_list .new_inforitmeinput textarea{
  width: 100%;
}
.diagnosis_list .new_inforitmetitle {
  width: 130px;
  padding: 0 16px;
}
.diagnosis_list.active .diagnosis_list_item{
  border-bottom: none;
}
.diagnosis_list .diagnosis_list_item svg{
  transition: 0.3s;
}
.diagnosis_list_item.active svg{
  transform: rotate(180deg);
}

.diagnosis_but{
  width: 120px;
  padding: 10px 0;
  font-family: Noto Sans KR;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  margin: 0 auto;
  cursor: pointer;
}
.family_patient_but{
  width: 120px;
  padding: 10px 0;
  font-family: Noto Sans KR;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
.patientmanagement_popuparea{
  position: relative;
  width: 700px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 25px;
  height: fit-content;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.dictionary_popup h1{
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  position: relative;
  padding-left: 10px;
}
.dictionary_popup h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 3px;
  height: 90%;
  background-color: #958d7d;
  border-radius: 100px;
  transform: translateY(-50%);
}
.patientmanagementpopup_table{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 20px;
}
.patientmanagementpopup_tableitems{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
}
.patientmanagementpopup_tableitems:last-child{
  border-bottom: none;
}
.patientmanagementpopup_tableitem {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.patientmanagementpopup_tableitem p{
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #666;
  font-weight: 400;
}
.patientmanagementpopup_tableitemh{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
  background-color: #FAFAFA;
}
.patientmanagementpopup_tableitemh p{
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #232323;
  font-weight: 500;
}
.patientmanagementpopup_tableitem i{
  font-size: 14px;
  font-style: normal;
  line-height: 6px;
  text-align: center;
  color: red;
  font-weight: 400;
}
.patientmanagementpopup_tableitem:nth-child(1){
  width: 25px;
  padding-left: 10px;
}
.patientmanagementpopup_tableitem:nth-child(2){
  width: 80px;
}
.patientmanagementpopup_tableitem:nth-child(3){
  width: 110px;
}
.patientmanagementpopup_tableitem:nth-child(4){
  width: 50px;
}
.patientmanagementpopup_tableitem:nth-child(5){
  width: 110px;
}
.patientmanagementpopup_tableitem:nth-child(6){
  width: 80px;
}
.patientmanagementpopup_tableitem:nth-child(7){
  width: calc(100% - 455px);
}


.patientmanagementpopup_tableitem.patientmanagementpopup_tableitem2:nth-child(1){
  width: 70px;
}
.patientmanagementpopup_tableitem.patientmanagementpopup_tableitem2:nth-child(2){
  width: 80px;
}
.patientmanagementpopup_tableitem.patientmanagementpopup_tableitem2:nth-child(3){
  width: 110px;
}
.patientmanagementpopup_tableitem.patientmanagementpopup_tableitem2:nth-child(4){
  width: 50px;
}
.patientmanagementpopup_tableitem.patientmanagementpopup_tableitem2:nth-child(5){
  width: 110px;
}
.patientmanagementpopup_tableitem.patientmanagementpopup_tableitem2:nth-child(6){
  width: 80px;
}
.patientmanagementpopup_tableitem.patientmanagementpopup_tableitem2:nth-child(7){
  width: calc(100% - 500px);
}

.patientmanagementpopup_tableitem input[type="text"] {
  width: 100%;
  border: 1px solid #999999;
  padding: 2px 6px;
  border-radius: 2px;
}
.patientmanagementpopup_tableitem input[type="checkbox"] {
  border: 1px solid #dbdbdb;
}
.patientmanagement_popuparea h2{
  font-size: 11px;
  font-weight: 400;
  color: #888888;
}
.patientmanagement_popuparea h2 i{
  color: red;
}
.patientmanagementpopup_but{
  width: 76px;
  padding: 4px 0;
  font-family: Noto Sans KR;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
.familypatient_area{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
}
.familypatient_radioitem{
  width: 100%;
  border: 1px solid #dbdbdb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
}
.familypatient_radioitem input{  
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.familypatient_radioitem p{
  color: #000;
  font-family: Noto Sans KR;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.familypatient_radioitem i{
  color: #E23600;
  font-family: Noto Sans KR;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.familypatient_radioitem.selected {
  border: 1px solid #E23600 ; /* 선택된 상태에서 테두리를 파란색으로 설정 */
}
.search_containerarea{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.patientmanagement_buts{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.patientmanagement_buts a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border-radius: 2px;
}
.patientmanagement_excelbut{
  color: #216f44;
  border: 1px solid #216f44;
  border-radius: 3px;
  transition: 0.3s;
  padding: 0 8px !important;
}
.patientmanagement_excelbut:hover{
  background-color: #216f44;
  color: #ffffff;
}
.patientmanagement_registrationbut{
  color: #4A473D;
  border: 1px solid #4A473D;
  border-radius: 3px;
  transition: 0.3s;
}
.patientmanagement_registrationbut:hover{
  background-color: #4A473D;
  color: #ffffff;
}
.correction_but{
  width: fit-content;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans KR;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  background-color: #4A473D;
  border-radius: 3px;
  cursor: pointer;
  z-index: 99;
}
.dictionary_popupcontentitemt input{
  padding:2px 6px;
}
.dictionary_popupcontentitemt textarea{
  padding:2px 6px;
}
.dictionary_popupcontentitemarea{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 290px;
}
.prescription_movearea{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
}
.prescription_movearea a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  padding:8px 0;
  color: #ffffff;
  border: 1px solid #4A473D;
  background-color: #ffffff;
  cursor: pointer;
  color: #4A473D;
  transition: 0.3s;
}
.prescription_movearea a:hover{
  background-color: #4A473D;
  color: #ffffff;
}
.dictionary_popupcontentitems{
  display: none;
}
.dictionary_popupcontentzone{
  margin-bottom: 2px;
}
.dictionary_popupcontentzone:last-child{
  margin-bottom: 0;
}
/* 환자관리 끝 */

/* 결제페이지 */
.payment_area{
  width: 1280px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.payment_inforarea{
  width: 820px;
}
.payment_inforbox{
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 9px;
  margin-top: 16px;
  border-radius: 2px;
}
.payment_inforitem{
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}
.payment_inforitem:last-child{
  margin-bottom: 0;
}
.payment_inforitem_t{
  width: 100px;
  min-height: 32px;
  display: flex;
  align-items:center;
  padding-left: 9px;
  padding-top: 6px;
}
.payment_inforitem_t i{
  color: #FF4929;
  font-style: normal;
  margin-left: 4px;
}
.payment_inforitem_t p{
  font-size: 13px;
  color: #000;
  font-weight: 400;
}
.payment_inforitem_d{
  width:calc(100% - 100px);
  min-height: 32px;
  display: flex;
  align-items:center;
  padding-top: 7px;
  padding-left: 12px;
  gap: 9px;
  flex-wrap: wrap;
}
.payment_inforitem_d p{
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}
.payment_inforitem_input{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}
.payment_inforitem_input label{
  margin-right: 2px;
}
.payment_inforitem_input input{
  margin-right: 6px;
}
.payment_inforitem_d b{
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}
.payment_inforitem_d h5{
  font-size: 13px;
  color: #191919;
  font-weight: 500;
}

.payment_inforitem_d textarea{
  width: calc(100% - 5px);
  border: 1px solid #c7c7c7;
  padding: 8px;
  font-size: 12px;
  color: #666666;
  resize: none; /* 크기 조절 불가 */
  min-height: 100px;
}
.payment_grapharea{
  width: 1280px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment_graph_alldelete{
  width: 70px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #E23600;
  min-width: 60px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #E23600;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 13px;
  transition: 0.3s;
}
.payment_graph_alldelete:hover{
  color: #ffffff;
  background-color: #E23600;
}
.payment_graph_addproduct{
  width: 115px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #556B2F; /* 다크 그린 테두리 */
  min-width: 60px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #556B2F; /* 다크 그린 글자 */
  background-color: #FFFFFF; /* 흰색 배경 */
  cursor: pointer;
  transition: 0.3s;
  margin-left: 8px;
}
.payment_graph_addproduct:hover{
  color: #ffffff; /* 다크 그린 글자 */
  background-color: #556B2F; /* 흰색 배경 */
}



.payment_graphareabuts{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment_graph{
  width: 100%;
  border-top:1px solid rgb(213, 213, 213);
  border-bottom:1px solid rgb(213, 213, 213);
}
.payment_grapht{
  width: 100%;
  height: 35px;
  border-bottom:1px solid rgb(213, 213, 213);
  display: flex;
}
.payment_graphtitem{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment_graphtitem p{
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.payment_graphtitem:nth-child(1){
  width: 70px;
}
.payment_graphtitem:nth-child(2){
  width: calc(100% - 770px);
}
.payment_graphtitem:nth-child(3){
  width: 140px;
}
.payment_graphtitem:nth-child(4){
  width: 140px;
}
.payment_graphtitem:nth-child(5){
  width: 180px;
}
.payment_graphtitem:nth-child(6){
  width: 140px;
}
.payment_graphtitem:nth-child(7){
  width: 100px;
}
.payment_grapht2 .payment_graphtitem.payment_graphtitem2:nth-child(1){
  width: 30%;
}
.payment_grapht2 .payment_graphtitem.payment_graphtitem2:nth-child(2){
  width: 70%;
}
.payment_graphd{
  width: 100%;
  display: flex;
}
.payment_graphditem{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.payment_graphditem:nth-child(1){
  width: 70px;
}
.payment_graphditem:nth-child(2){
  width: calc(100% - 770px);
  justify-content: flex-start;
  padding-left:20px;
  gap: 20px;
}
.payment_graphditem:nth-child(3){
  width: 140px;
}
.payment_graphditem:nth-child(3) b{
  font-size: 13px;
  font-weight: 600;
  color: #E23600 ;
}
.payment_graphditem:nth-child(4){
  width: 140px;
}
.payment_graphditem:nth-child(4) b{
  font-size: 13px;
  font-weight: 600;
  color: #191919 ;
}
.payment_graphditem:nth-child(5){
  width: 180px;
  gap: 4px;
}
.payment_graphditem:nth-child(6){
  width: 140px;
}
.payment_graphditem:nth-child(6) b{
  font-size: 13px;
  font-weight: 600;
  color: #000000 ;
}
.payment_graphditem:nth-child(7){
  width: 100px;
}
.payment_graphditem.payment_graphditem2:nth-child(1){
  width: 30% !important;
  min-height: 34px !important;
}
.payment_graphditem.payment_graphditem2:nth-child(2){
  width: 70% !important;
  min-height: 34px !important;
  justify-content: center !important;
  padding: 0 !important;
}

.payment_graphditem:nth-child(1){
  width: 70px;
}
.payment_graphditem:nth-child(2){
  width: calc(100% - 770px);
  justify-content: flex-start;
  padding-left:20px;
  gap: 20px;
}

.payment_graphditem p{
  font-size: 13px;
  font-weight: 500;
  color: #454545;
}
.payment_graphd_imgbox{
  width: 60px;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.payment_graphd_imgbox img{
  width: 100%;
  height: 100%;
}
.payment_graphditem .number_adjustment{
  width: 30px;
  height: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
.payment_graphditem .number_adjustment:hover{
  border: 1px solid #999999;
}
.payment_graphditem .number_adjustment img{
  width: 100%;
}
.payment_graphditem input{
  width: 35%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  min-width: 60px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #191919;
}
.payment_graphd_delete{
  width: 70px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  min-width: 60px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.payment_graphd_delete:hover{
  border: 1px solid #E23600;
  color: #E23600;
}
.shipping_name{
  height: 30px;
  width: 150px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  padding-left: 6px;
}
.phone_numberbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.phone_numberbox p{
  font-size: 12px;
  color: #666666;
  font-weight: 500;
}
.phone_numberbox select{
  height: 30px;
  width: 55px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  text-align: center;
}
.phone_numberbox input{
  height: 30px;
  width: 55px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  text-align: center;
}
.addressbox1{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
.addressbox1 input{
  height: 30px;
  width: 208px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  padding-left: 6px;
}
.addressbox1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 70px;
  border-radius: 2px;
  border: 1px solid #888888;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #eeeff2;
}
.addressbox2 {
  width: 80%;
}
.addressbox2 input{
  height: 30px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  padding-left: 6px;
}
.payment_inforarea2{
  width: 400px;
  position: relative;
}
.payment_infor{
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  padding: 10px 27px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #ffffff;
}
.payment_infor:last-child{
  margin-bottom: 0;
}
.payment_inforfixed{
  padding-top: 89px;
}
.payment_inforfixed.payment_inforfixed2{
  padding-top: 36px;
}
.payment_inforfixed.payment_inforfixed2.on{
  height: 85%;
  overflow-y: auto;
}
.payment_inforfixed.on{
  position: fixed;
  padding: 0;
  top: 90px;
  width: 400px;
  z-index: 999;
}
.payment_method{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.payment_method:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
.payment_methodt{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
.payment_methodt label{
  display: flex;
  align-items: center;
  position: relative;
  gap: 6px;
  cursor: pointer;
}
.payment_methodt label p{
  color: #000;
  font-weight: 400;
  font-size: 13px;
}
.payment_methodt label input[type="radio"] {
  accent-color:#2871d5 !important;
  cursor: pointer !important;
  width: 20px !important;
  height: 20px !important;
  z-index: 99 !important;
}
.payment_methodt label span{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999999;
  border-radius: 50%;
}
.payment_methodd{
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 12px;
}
.payment_methodd.active{
  display: flex;
}
.payment_methodd_buts{
  display: flex;
  align-items: center;
  gap: 2px;
  padding-left: 22px;
}
.payment_methodd_but{
  display: block;
    width: 33.333%;
    height: 32px;
    line-height: 31px;
    font-size: 14px;
    font-weight: 500;
    color: #222222 ;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background-color: #FFF;
    text-align: center;
    font-size: 12px ;
    transition: 0.3s;
    cursor: pointer;
}
.payment_methodd_but.active{
  color: #ffffff ;
  border: 1px solid #2871d5;
  background-color: #2871d5;
}
.account_deposit{
  padding-left: 26px;
  width: 100%;
  display: none;
  flex-direction: column;
  margin-top: 12px;
  gap: 8px;
}
.account_deposit.active{
  display: flex;
}
.account_deposititem{
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.account_deposititemt{
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.account_deposititemt p{
  font-size: 13px;
  font-weight: 500;
  color: #191919;
}
.account_deposititemd{
  width: calc(100% - 60px);
  height: 100%;
}

.account_deposititemd select{
  padding: 0 10px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #343434;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}
.account_deposititemd p{
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.account_deposititemt2{
  width: 90px;
}
.account_deposititemd2{
  width: calc(100% - 90px);
}
.depositor_name{
  height: 30px;
  width: 100px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  padding-left: 6px;
}

.account_deposititemt3{
  width: 100px;
}
.account_deposititemd3{
  width: calc(100% - 100px);
}
.account_deposititemd3_radio{
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  flex-wrap: wrap;
}
.account_deposititemd3_radio label{
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.account_deposititemd3_radioadd{
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.account_deposititemd3_radioadd.active{
  display: flex;
}
.business_numberbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.business_numberbox input{
  height: 30px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  text-align: center;
}
.business_numberboxinput1{
  width: 80px;
}
.business_numberboxinput2{
  width: 30px;
}
.business_numberboxinput3{
  width: 130px;
}
.creditcard_area{
  display: flex;
  align-items: center;
  gap: 6px;
}
.creditcard_area select{
  padding: 0 10px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #343434;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}

.flex01 select{
  padding: 0 10px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #343434;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}
.creditcard_area a{
  font-size: 12px;
  color: #e03d25;
  border: 1px solid #e03d25;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  margin: 0;
  transition: 0.3s;
  height: 30px;
}
.cardpay_registration_but {
  width: 250px;
  border: 1px dashed #999999;
  border-radius: 15px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0;
  margin-top: 12px;
  gap: 12px;
}

.cardpay_registration_icon {
  width: 30px;
  height: 30px;
  background-color: #dbdbdb;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.cardpay_registration_icon div{
	display: inline-block;
	width: 12px;
	height: 12px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cardpay_registration_icon div:last-child{
	transform: translate(-50%, -50%) rotate(90deg);
}
.cardpay_registration_but p {
  font-size: 12px;
  color: #222222;
  transition: 0.3s;
}
.cardpay_registration_but:hover{
  border: 1px dashed #2871d5;
  background-color: #f9f9f9;
}

.cardpay_registration_but:hover .cardpay_registration_icon{
	background: #2871d5;
}
.payment_infor2item{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.payment_infor2itemt{
  width: 80px;
  height:30px;
  display: flex;
  align-items: center;
}
.payment_infor2itemd{
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.payment_infor2itemd.payment_infor2itemd2{
  flex-direction: column;
}
.payment_infor2itemdtxtbox{
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
}
.payment_infor2itemdtxtbox i{
  font-size: 11px;
  font-style: normal;
}
.payment_infor2itemdtxt{
  color: #FF4929 !important; 
  font-size: 13px !important;
}
.payment_infor2itemd p{
  font-size: 14px;
    color: #232323;
    font-weight: 400 !important;
}
.payment_infor2itemd span{
  font-size: 14px;
    color: #232323;
    font-weight: 600 !important;
}
.payment_infor2item p {
  font-size: 14px;
  color: #232323;
  font-weight: 500;
}
.payment_infor2item b{
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.payment_infor2itemlast{
  padding-bottom: 14px;
  border-bottom: 1px solid #888888;
}
.pay_button{
  width: 100%;
  background-color: #2871d5;
  color: #FFF;
  border: 1px solid #f9f9f9;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 3px;
  margin-top: 18px;
}

/* 결제완료페이지 */
.payment_grapht2 .payment_graphtitem:nth-child(1){
  width: 50px;
}
.payment_grapht2 .payment_graphtitem:nth-child(2){
  width: calc(100% - 320px);
}
.payment_grapht2 .payment_graphtitem:nth-child(3){
  width: 90px;
}
.payment_grapht2 .payment_graphtitem:nth-child(4){
  width: 90px;
}
.payment_grapht2 .payment_graphtitem:nth-child(5){
  width: 90px;
}

.payment_graphd2 .payment_graphditem:nth-child(1){
  width: 50px;
}
.payment_graphd2 .payment_graphditem:nth-child(2){
  width: calc(100% - 320px);
}
.payment_graphd2 .payment_graphditem:nth-child(3){
  width: 90px;
}
.payment_graphd2 .payment_graphditem:nth-child(4){
  width: 90px;
}
.payment_graphd2 .payment_graphditem:nth-child(5){
  width: 90px;
}
.payment_graph2{
  margin-top: 18px;
}
.phone_numberbox span{
  font-size: 13px;
  color: #454545;
  font-weight: 500;
}
.addressbox2_editbox{
  display: flex;
  align-items: center;
  gap: 6px;
}
.addressbox2_editbox button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #888888;
  min-width: 50px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #eeeff2;
  cursor: pointer;
}
.payment_completionbuts{
  display: flex;
  align-items: center;
  gap: 6px;
}
.payment_completionbuts a{
  width: 50%;
  background-color: #ffffff;
  color: #343434;
  border: 1px solid #dbdbdb;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 3px;
  margin-top: 18px;
  font-size: 14px;
}
.payment_completionbuts a:last-child{
  color: #ffffff;
  background-color: #2871d5;
}
.processing_guide{
  width: 1280px; 
  margin-bottom: 40px;
}
.processing_guidearea1{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.processing_guideimg{
  width: 150px;
  height: 150px;
  border: 2px solid #556B2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.processing_guidearea1 h2{
  font-size: 27px;
  color: #5BA848;
  margin-top: 16px;
  text-align: center;
}
.processing_guidearea1 h3{
  color: #E03D25;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 600;
}
.processing_guidearea2 h2{
  color: #191919;
  font-size: 16px;
  font-weight: 600;
}
.processing_guidearea2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 30px 60px;
  margin-top: 30px;
}
.processing_guidearea2 a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 100px;
  border-radius: 2px;
  border: 1px solid #888888;
  min-width: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  transition: 0.3s;
}
.processing_guidearea2 a:hover{
  background-color: #f6f6f6;
}
.payment_graph2 .payment_graphditem p{
  color: #000;
  font-weight: 500;
}




/* 처방하기 */
.prescribe_area1{
  width: 820px;
}
.prescribe_area2{
  width: 380px;
}
.patientinfor_but{
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.diagnosis_list_x{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.patient_searchbut{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #4D515A;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background-color: #4D515A;
  cursor: pointer;
  padding: 0 12px;
}
.medicine_searchbutbox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.reset_searchbut{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  min-width: 60px;
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0 12px;
}
.medicine_searchpopupbut{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #999999;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #f7f7f7;
  cursor: pointer;
  padding: 0 12px;
  transition: 0.3s;
}
.medicine_searchpopupbut.hideSetting_B{
  border: 1px solid #2871d5;
  background-color: #2871d5;
  color: #ffffff;
}
.medicine_searchpopupbut.hideSetting_B:hover{
  background-color: #5e89c3;
}

.medicine_searchpopupbut.hideSetting_C{
  border: 1px solid #2871d5;
  background-color: #2871d5;
  color: #ffffff;
}
.medicine_searchpopupbut.hideSetting_C:hover{
  background-color: #5e89c3;
}

.medicine_searchpopupbut:hover{
  background-color: #cccccc;
}
.payment_inforitem_d #sb_cd_text{
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}
.prescription_name{
  width: 80%;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  padding-left: 6px;
}
.medicine_name{
  width: 150px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  padding-left: 6px;
}
.drug_listarea{
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  margin-top: 10px;
}
.drug_listitems{
  display: flex;
  width: 100%;
  min-height: 34px;
  height: 34px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.drug_listitem{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.drug_listitem p{
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  text-align: center;
}
.drug_listitem p b{
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}
.drug_listitem:nth-child(1){
  width: 50px;
}
.drug_listitem:nth-child(2){
  width: calc(100% - 580px);
}
.drug_listitem:nth-child(3){
  width:110px;
}
.drug_listitem:nth-child(4){
  width: 50px;
}
.drug_listitem:nth-child(5){
  width: 100px;
}
.drug_listitem:nth-child(6){
  width: 90px;
}
.drug_listitem:nth-child(7){
  width: 90px;
}
.drug_listitem:nth-child(8){
  width: 90px;
}
.cheopryang_input{
  height: 26px;
  width: 70px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  text-align: center;
}
.drug_listitem a{
  height: 26px;
  width: 50px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  background-color: #4A5164;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.drug_listzone{
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  /*overflow-y: auto;*/
  /*max-height: 367px;*/
}
/*.drug_listitemsh.on{*/
/*  width: calc(100% - 18px);*/
/*}*/
.select_optionarea{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:6px;
  margin-top: 20px;
}
.select_optionitem{
  display: flex;
  align-items: center;
  border: 1px solid #DBDBDB;
  height: 40px;
  width: calc(50% - 3px);
}
.select_optionitem2{
  width: calc(50% - 3px);
  margin-right: 10px;
}
.select_optionitemt{
  padding: 0 21px;
  background-color: #F7F7F7;
  border-right: 1px solid #dbdbdb;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
}
.select_optionitemt p{
  font-size: 12px;
  color: #191919;
  font-weight: 500;
}
.select_optionitemd{
  padding: 0 10px 0 16px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: calc(100% - 110px);
}
.select_optionitem2 .select_optionitemd{
  justify-content: flex-start;
  padding-right: 0px;
}
.select_optionitemd select{
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  /*min-width: 60px;*/
  font-size: 12px;
  font-weight: 500;
  color: #343434;
  height: 32px;
  padding: 0 0px 0 6px;
  width: 100%;
}
.select_optionitem2 .select_optionitemd select{
  width: unset;
}
.select_optionitemt i {
  color: #FF4929;
  font-style: normal;
  margin-left: 2px;
}
.select_optionitemd p{
  font-size: 13px;
  color: #191919;
  font-weight: 500;
}
.select_optionitemd p
.select_optionitemd .quantity{
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  width: 80px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  height: 32px;
  text-align: center;
}
.other_settingsarea{
  width: 100%;
  display: flex;
  margin-top: 20px;
  gap: 6px;
}
.requestarea{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.requestareat{
  width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #dbdbdb;
  height: 35px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requestareat p{
  color: #191919;
  font-size: 12px;
  font-weight: 500;
}
.requestareat i{
  color: #191919;
  font-size: 12px;
  font-weight: 500;
  color: #FF4929;
  font-style: normal;
  margin-left: 2px;
}
.requestarea textarea{
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  padding: 10px;
  resize: none;  /* 사용자가 크기를 조정할 수 없도록 설정 */
  min-height: 140px;
  color: #191919;
  font-size: 12px;
  font-weight: 500;
}
.packaging_method{
  width: 100%;
  display: flex;
  gap: 3px;
}
.packaging_methoditem{
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  min-height: 140px;
  cursor: pointer;
  padding: 2px;
  position: relative;
  border-top: 0px;
}
.packaging_methodimgbox{
  width: 100%;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}
.packaging_methodimgbox img{
  width: 150px;
  height: 100%;
  object-fit: cover;
}
.packaging_methodtxtbox{
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:6px;
  
}
.packaging_methodtxtbox p{
  font-size: 12px;
  font-weight: 500;
  color: #343434;
  text-align: center;
}
.packaging_methodhover{
  position: absolute;
  border: 1px solid #000000;
  padding: 4px;
  background-color: #ffffff;
  display: none;
  gap: 3px;
  top: 100%;
  left: 0;
  z-index: 9999;
  overflow-x: auto;
  border-radius: 3px;
  width: 160% !important;
}
.packaging_methodhover.on{
  display: grid;
}
.packaging_methodhoveritem{
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 220px;
  cursor: pointer;
  padding: 2px;
  transition: 0.3s;
  position: relative;
}
.packaging_methodck{
  position: relative;
}
.packaging_methodck_a{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #999999;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 0 12px;
  transition: 0.3s;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.packaging_methodck_a:hover{
  background-color: #f7f7f7;
}
/* .packaging_sold 클래스가 있을 때 cursor를 none으로 설정 */
.packaging_methodhoveritem.packaging_sold {
  cursor: not-allowed;
}
.packaging_methodsoldout{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;

}
.packaging_methodhover .packaging_methodhoveritem:hover{
  background-color: #dbdbdb;
}
.packaging_methodhoveritem.on{
  background-color: #7695ab;
}
.packaging_methodhoveritem.on .packaging_methodimgbox{
  border: 1px solid #7695ab;
}
.packaging_methodhover .packaging_methodhoveritem.on:hover{
  background-color: #7695ab;
}
.packaging_methodhoveritem.on p{
  color: #ffffff;
  font-weight: 400;
}
.patientsearch_popup{
  width: 700px;
  display: none;
}
.medicinesearch_popup{
  width: 580px;
  margin-left: 350px;
  display: none;
}
.medicinalitems_popup{
  min-width: 930px;
  width: unset;
  display: none;
}
.patientsearch_graph{
  width: 100%;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #dbdbdb;
  margin: 15px 0;
  max-height: 516px;
  overflow-y: auto;
}
.medicinesearch_graph{
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #000000;
  max-height: 500px;
  overflow-y: auto;
}
.patientsearch_grapht,
.medicinesearch_grapht,
.medicinalitems_grapht{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #FAFAFA;
  width: 100%;
}
.patientsearch_graphtitem,
.medicinesearch_graphtitem,
.medicinalitems_graphtitem{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.patientsearch_graphtitem:nth-child(1){
  width: 40px;
}
.patientsearch_graphtitem:nth-child(2){
  width: 80px;
}
.patientsearch_graphtitem:nth-child(3){
  width: 150px;
}
.patientsearch_graphtitem:nth-child(4){
  width: 60px;
}
.patientsearch_graphtitem:nth-child(5){
 width: 100px;
}
.patientsearch_graphtitem:nth-child(6){
  width: 90px;
}
.patientsearch_graphtitem:nth-child(7){
  width: calc(100% - 480px);
}
.patientsearch_graphd,
.medicinesearch_graphd,
.medicinalitems_graphd{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.patientsearch_graphd:last-child,
.medicinesearch_graphd:last-child,
.medicinalitems_graphd:last-child{
  border-bottom: none;
}
.patientsearch_graphditem,
.medicinesearch_graphditem,
.medicinalitems_graphditem{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.patientsearch_graphditem p,
.medicinesearch_graphditem p,
.medicinalitems_graphditem p{
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}
.patientsearch_graphtitem:nth-child(1),
.patientsearch_graphditem:nth-child(1){
  width: 90px;
}
.patientsearch_graphtitem:nth-child(2),
.patientsearch_graphditem:nth-child(2){
  width: calc(100% - 480px);
}
.patientsearch_graphtitem:nth-child(3),
.patientsearch_graphditem:nth-child(3){
  width: 90px;
}
.patientsearch_graphtitem:nth-child(4),
.patientsearch_graphditem:nth-child(4){
  width: 120px;
}
.patientsearch_graphtitem:nth-child(5),
.patientsearch_graphditem:nth-child(5){
 width: 100px;
}
.patientsearch_graphtitem:nth-child(6),
.patientsearch_graphditem:nth-child(6){
 width: 80px;
}
.patientsearch_graphdnone{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}
.patientsearch_graphdnone p{
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  font-family: "Nanum Gothic", sans-serif !important;
}
.check_radiolabel{
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check_radioinput{
  z-index: 99;
  opacity: 0;
}
.check_radiolabel span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #777777;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check_radiolabel span img{
  display: none;
}
.check_radiolabel.checked span img{
  display: inline-block;
}
.patientsearch_graphditem input[type="text"] {
  /* 원하는 스타일 속성을 여기에 추가합니다 */
  width: 100%; /* 예: 너비를 100%로 설정 */
  padding: 2px 6px; /* 예: 패딩 추가 */
  border: 1px solid #ccc; /* 예: 테두리 설정 */
  border-radius: 3px; /* 예: 둥근 모서리 */
  box-sizing: border-box; /* 예: 박스 크기를 조정 */
}
input[type="text"][disabled] {
  background-color: #dbdbdb; /* 예: 배경색 변경 */
}

.medicinesearch_graphtitem:nth-child(1),
.medicinesearch_graphditem:nth-child(1){
  width: calc(100% - 500px);
}
.medicinesearch_graphtitem:nth-child(2),
.medicinesearch_graphditem:nth-child(2){
  width: 160px;
}
.medicinesearch_graphtitem:nth-child(3),
.medicinesearch_graphditem:nth-child(3){
  width: 160px;
}
.medicinesearch_graphtitem:nth-child(4),
.medicinesearch_graphditem:nth-child(4){
  width: 80px;
}
.medicinesearch_graphtitem:nth-child(5),
.medicinesearch_graphditem:nth-child(5){
  width: 100px;
}


.medicinesearch_graphtitem2:nth-child(1),
.medicinesearch_graphditem2:nth-child(1){
  width: 150px;
}
.medicinesearch_graphtitem2:nth-child(2),
.medicinesearch_graphditem2:nth-child(2){
  width: 100px;
}
.medicinesearch_graphtitem2:nth-child(3),
.medicinesearch_graphditem2:nth-child(3){
  width: 230px;
}
.medicinesearch_graphtitem2:nth-child(4),
.medicinesearch_graphditem2:nth-child(4){
  width: 80px;
}
.medicinesearch_graphtitem2:nth-child(5),
.medicinesearch_graphditem2:nth-child(5){
  width: calc(100% - 560px);
}

.medicinesearch_graphtitem3:nth-child(1),
.medicinesearch_graphditem3:nth-child(1){
  width: 120px;
}
.medicinesearch_graphtitem3:nth-child(2),
.medicinesearch_graphditem3:nth-child(2){
  width: 120px;
}
.medicinesearch_graphtitem3:nth-child(3),
.medicinesearch_graphditem3:nth-child(3){
  width: calc(100% - 460px);
}
.medicinesearch_graphtitem3:nth-child(4),
.medicinesearch_graphditem3:nth-child(4){
  width: 120px;
}
.medicinesearch_graphtitem3:nth-child(5),
.medicinesearch_graphditem3:nth-child(5){
  width: 100px;
}



.medicinesearch_graphtitem4:nth-child(1),
.medicinesearch_graphditem4:nth-child(1){
  width: 120px !important;
}
.medicinesearch_graphtitem4:nth-child(2),
.medicinesearch_graphditem4:nth-child(2){
  width: 130px !important;
}
.medicinesearch_graphtitem4:nth-child(3),
.medicinesearch_graphditem4:nth-child(3){
  width:calc(100% - 530px) !important;
}
.medicinesearch_graphtitem4:nth-child(4),
.medicinesearch_graphditem4:nth-child(4){
  width: 100px !important;
}
.medicinesearch_graphtitem4:nth-child(5),
.medicinesearch_graphditem4:nth-child(5){
  width: 110px !important;
}
.medicinesearch_graphtitem4:nth-child(6),
.medicinesearch_graphditem4:nth-child(6){
  width: 70px !important;
}




.medicinesearch_graphtitem5:nth-child(1),
.medicinesearch_graphditem5:nth-child(1){
  width: 150px;
}
.medicinesearch_graphtitem5:nth-child(2),
.medicinesearch_graphditem5:nth-child(2){
  width: 100px;
}
.medicinesearch_graphtitem5:nth-child(3),
.medicinesearch_graphditem5:nth-child(3){
  width: 230px;
}
.medicinesearch_graphtitem5:nth-child(4),
.medicinesearch_graphditem5:nth-child(4){
  width: 400px;
}
.medicinesearch_graphditem5:nth-child(4) p{
  text-align: left;
}
.medicinesearch_graphtitem5:nth-child(5),
.medicinesearch_graphditem5:nth-child(5){
  width: 110px;
}
.medicinesearch_graphtitem5:nth-child(6),
.medicinesearch_graphditem5:nth-child(6){
  width: 80px;
}

.medicinesearch_graphtitem6:nth-child(1),
.medicinesearch_graphditem6:nth-child(1){
  width: 100px;
}
.medicinesearch_graphtitem6:nth-child(2),
.medicinesearch_graphditem6:nth-child(2){
  width: 240px;
}
.medicinesearch_graphtitem6:nth-child(3),
.medicinesearch_graphditem6:nth-child(3){
  width: 480px;
}
.medicinesearch_graphtitem6:nth-child(4),
.medicinesearch_graphditem6:nth-child(4){
  width: 70px;
}
.medicinesearch_graphditem5:nth-child(4) p{
  text-align: left;
}
.medicinesearch_graphtitem7:nth-child(1),
.medicinesearch_graphditem7:nth-child(1){
  width: 120px;
}
.medicinesearch_graphtitem7:nth-child(2),
.medicinesearch_graphditem7:nth-child(2){
  width:calc(100% - 320px) ;
}
.medicinesearch_graphtitem7:nth-child(3),
.medicinesearch_graphditem7:nth-child(3){
  width: 100px;
}
.medicinesearch_graphtitem7:nth-child(4),
.medicinesearch_graphditem7:nth-child(4){
  width: 100px;
}


.standardformulary_searcharea{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 15px;
}
.standardformulary_searchbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.standardformulary_select{
  display: flex;
  align-items: center;
  border: 1px solid #DBDBDB;
  height: 40px;
}
.standardformulary_select_t{
  width: 90px;
  background-color: #F7F7F7;
  border-right: 1px solid #dbdbdb;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #191919;
  font-weight: 500;
}
.standardformulary_select_d{
  padding: 0 10px;
  width: 200px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.standardformulary_select_d select{
  width: 100%;
  border-radius: 2px;
    border: 1px solid #c7c7c7;
    min-width: 60px;
    font-size: 12px;
    font-weight: 500;
    color: #343434;
    height: 32px;
    padding: 0 10px 0 12px;
}
.standardformulary_select_d input[type="text"] {
  height: 30px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  padding-left: 6px;
}
.standardformulary_select_d button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #4D515A;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background-color: #4D515A;
  cursor: pointer;
  padding: 0 12px;
}
.standardformulary_searchbut{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standardformulary_searchbut button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #4D515A;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background-color: #4D515A;
  cursor: pointer;
  padding: 0 12px;
}
.patientsearch_graphditem button,
.medicinesearch_graphditem button{
  min-width: 50px;
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #888888;
  border: 1px solid #5d5d5d;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 10px;
}
.patientsearch_graphditem button{
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #888888;
  border: 1px solid #5d5d5d;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}
.medicinesearch_graphditem button.active{
  background-color: #dbdbdb;
  color: #343434;
}
.medicinesearch_area{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}
.medicinesearch_area .medicine_name{
  width: 210px;
}
.medicinesearch_graphditem p.strikethrough {
  text-decoration: line-through;
}

.drug_listitem p.strikethrough {
  text-decoration: line-through;
  color: red;
}

.medicinalitems_grapharea{}
.medicinalitems_graph{
  border-bottom: 1px solid #000000;
  display: none;
}
.medicinalitems_graph1.active,
.medicinalitems_graph2.active,
.medicinalitems_graph3.active{
  display:block;
}

.medicinalitems_graphtitem:nth-child(1),
.medicinalitems_graphditem:nth-child(1){
  width: 60px;
}
.medicinalitems_graphtitem:nth-child(2),
.medicinalitems_graphditem:nth-child(2){
  width: calc(100% - 400px);
}
.medicinalitems_graphtitem:nth-child(3),
.medicinalitems_graphditem:nth-child(3){
  width: 150px;
}
.medicinalitems_graphtitem:nth-child(4),
.medicinalitems_graphditem:nth-child(4){
  width: 90px;
}
.medicinalitems_graphtitem:nth-child(5),
.medicinalitems_graphditem:nth-child(5){
  width: 100px;
}
.medicinalitems_graphtitem:nth-child(6),
.medicinalitems_graphditem:nth-child(6){
  width: 120px;
}
input[type="radio"]:checked + span img{
  display: inline-block;
}
.medicinalitems_details p{
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
.medicinalitems_details{
  position: relative;
}
.medicinalitems_detailinfor{
  position: absolute;
  top: 0;
  left: 100%;
  width: 360px;
  border: 1px solid #999999;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 8px;
  z-index: 999;
  max-height: 400px;
  overflow-y: auto;
  display: none;
}
.medicinalitems_details.active .medicinalitems_detailinfor{
  display: block;
}
.prescription_historyd_item {
  position: relative; /* 부모를 기준으로 자식 위치 설정 */
}

.prescription_historyds {
  position: fixed;
  top: 0;
  left: 100%; /* 부모의 오른쪽에 배치 */
  width: 360px;
  border: 1px solid #999999;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 8px;
  z-index: 999;
  max-height: 400px; /* 높이 제한 */
  overflow: hidden; /* 스크롤 없이 내용 잘리도록 */
  display: none; /* 기본적으로 숨김 */
}

.prescription_historyds.active {
  display: block; /* active 클래스가 추가되면 표시 */
}

.detailinforpopup_close{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 16px;
  padding: 0px 3px;
  margin: 3px 0;
}
.detailinforpopup_close img{
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.medicinalitems_detailinforitem{
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.medicinalitems_detailinforitem:last-child{
  border: none;
}
.medicinalitems_detailinforitemt{
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #191919;
  font-weight: 500;
  min-height: 30px;
  padding: 7px 0;
}
.medicinalitems_detailinforitemd{
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  padding-left: 10px;
  padding: 7px 0;
}
.medicinalitems_detailinforitemd p{
  font-size: 12px;
  color: #666666;
  font-weight: 500;
  text-decoration: unset;
}
.medicinalitems_detailinforitemd p b{
  color: #000;
}
.medicinalitems_graphd:nth-child(8) .medicinalitems_details .medicinalitems_detailinfor,
.medicinalitems_graphd:nth-child(9) .medicinalitems_details .medicinalitems_detailinfor,
.medicinalitems_graphd:nth-child(10) .medicinalitems_details .medicinalitems_detailinfor,
.medicinalitems_graphd:nth-child(11) .medicinalitems_details .medicinalitems_detailinfor{
  top: unset;
  bottom: 0;
}



.history_butbox{
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.history_but{
  color: #4A473D;
  border: 1px solid #4A473D;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border-radius: 2px;
  transition: 0.3s;
}
.history_but:hover{
  background-color: #4A473D;
  color: #ffffff;
}
.preparation_inforarea{
  width: 100%;
  margin-top: 60px;
}
.infor_tabutbox{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: -1px;
  z-index: 9;
  position: relative;
}
.infor_tabut{
  width: 110px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00000040;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
}
.infor_tabut.active {
  color: #000000;
  border: 1px solid #000000;
  border-bottom: none;
  background-color: #ffffff;
}
.preparation_infor{
  width: 100%;
  border-top: 1px solid #000000;
  position: relative;
  min-height: 340px;
}
.preparation_infor_btns{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.preparation_infor_btns a{
  width: fit-content;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBFBFB;
  border: 1px solid #4A473D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  color: #4A473D;
  border-radius: 3px;
  margin: 0;
}
.preparation_inforbox{
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 9px;
  margin-top: 16px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.preparation_inforbox.active{
  visibility: visible;
  opacity: 1;
}
.preparation_inforbut{
  width: fit-content;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBFBFB;
  border: 1px solid #4A473D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  color: #4A473D;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 20px;
}
.prescription_area{
  width: 710px;
  height: fit-content;
  background-color: #ffffff;
  position: relative;
  border-radius: 3px;
}



.prescription_box{
  width: 100%;
  margin-top: 60px;
  padding: 0 40px;
  padding-bottom: 50px;
}
.prescription_title{
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: flex-end;
}
.prescription_title h2{
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}
.print_but {
  position: absolute;
  right: 60px;
  top: 13px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  transition: 0.3s;
}
.print_but a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prescription_inforarea{
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #000000;
}
.prescription_inforitem{
  width: 100%;
  height: 32px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 10px;
  border-bottom: none;
}
.prescription_inforitemcheck{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.prescription_inforitemcheck span{
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  border-radius: 2px;
}
.prescription_inforitemcheck p{
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
}
.prescription_inforitemcheck span.active{
  background-color: #000000;
}
.prescription_inforitems2{
  width: 100%;
  display: flex;
}
.prescription_inforitem2{
  display: flex;
  align-items: center;
  height: 28px;
  border: 1px solid #000000;
  width: 50%;
}
.prescription_inforitem2t{
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
  border-right: 1px solid #000000;
  padding-left: 8px;
}
.prescription_inforitem2t p{
  font-size: 12px;
}
.prescription_inforitem2d{
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
  width: 60%;
  padding: 0 8px;
}
.prescription_inforitem2d p{
  font-size: 12px;
}
.prescription_infortable {
  width: 100%;
  border-collapse: collapse;
}
.prescription_infortable th, .prescription_infortable td {
  border: 1px solid black; /* 모든 셀에 검은색 테두리 */
  padding: 4px;
  text-align: center;
  font-size: 12px;
}
.prescription_infortable thead tr{
  background-color: #eeeeee;
}
.prescription_inforitems{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items:center;
  border: 1px solid #000000;
  border-bottom: none;
  padding: 12px 0;
}
.prescription_inforitems h2{
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.prescription_inforitems3{
  display: flex;
  border: 1px solid #000000;
  width: 100%;
  height: 84px;
  border-top: none;
}
.prescription_logo{
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000000;
}
.prescription3_items{
  width: 70%;
  height: 100%;
}
.prescription3_item{
  width: 100%;
  height: 33.333%;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prescription3_item:first-child p{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prescription3_item:last-child{
  border-bottom: none;
}
.prescription3_itemt{
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #000000;
  padding-left: 8px;
}
.prescription3_itemt p{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prescription3_itemd{
  width: calc(100% - 100px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
}
.prescription3_itemd p{
  font-size: 12px;
}
.productlist_popup{
  position: relative;
    width: 1200px;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 25px;
    height: fit-content;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}





.mymedicine_graph_item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  align-items: center;
  justify-content:center;
  height: 43px;
}
.checkdetails_graph .mymedicine_graph_item p {
  color: #000000;
  font-weight: 400;
}
.mymedicine_graph_item p{
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #666;
  font-weight: 400;
}
.checkdetails_graph_area:nth-child(2) .mymedicine_graph_item:nth-child(2) p {
  text-align: left;
}
.checkdetails_graph_area:nth-child(2) .mymedicine_graph_item:nth-child(3) p {
  text-align: left;
}
.mymedicine_graph_item a{
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  color: #000000;
  text-decoration:underline ;
}
.mymedicine_graph_item:nth-child(1){
  width: 80px;
}
.mymedicine_graph_item:nth-child(2){
  width: 200px;
}
.mymedicine_graph_item:nth-child(3){
  width: calc(100% - 780px);
}
.mymedicine_graph_item:nth-child(4){
  width: 70px;
}
.mymedicine_graph_item:nth-child(5){
  width: 70px;
}
.mymedicine_graph_item:nth-child(6){
  width: 70px;
}
.mymedicine_graph_item:nth-child(7){
  width: 100px;
}
.mymedicine_graph_item:nth-child(8){
  width: 90px;
}
.mymedicine_graph_item:nth-child(9){
  width: 100px;
}
.medicinalitems_buts{
  /*margin-top: 30px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
}
.medicinalitems_buts a{
  font-family: Noto Sans KR;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #FFF;
  background: #4A5164;
  width: 55px;
  padding: 5px 0;
  text-decoration: none;
}
.medicinalitems_buts a.btn-delete{
  background-color: #e95323;
  font-weight: 400;
}

.patientmanagement_tableitem a.btn-delete{
  font-family: Noto Sans KR;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #FFF;
  background: #4A5164;
  width: 55px;
  padding: 5px 0;
  text-decoration: none;
  background-color: #e95323;
  font-weight: 400;
}

.mymedicine_graph_item.active .medicinalitems_detailinfor{
  display: inline-block;
}
.mymedication_but{
  background-color: #ffffff;
  color: #343434;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkdetails_tab select{
  min-width:70px;
  height: 35px;
  color: #999;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 2px;
  border-radius: 2px;
}
.easy_paymentpopup{
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
}
.easy_paymentpopuparea{
  width: 530px;
  max-height: 700px;
  background-color: #ffffff;
  padding: 28px 24px 28px 37px;
  position: relative;
}
.termsuse_areas{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.termsuse_area{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.termsuse_area h5{
  font-size: 15px;
  color: #191919;
  font-weight: 600;
  font-family: 'Pretendard' !important;
}
.termsuse_area .c_label{
  display: flex;
  align-items: center;
  gap: 3px;
}
.termsuse_area .c_label i{
  font-size: 12px;
  color: #191919;
  font-style: normal;
  font-weight: 400;
}
.termsuse_areacheckbox{
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.termsuse_area h6{
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}
.termsuse_areabox{
  display: flex;
  align-items: center;
  gap: 10px;
}
.termsuse_areabox a{
  font-size: 11px;
  text-decoration: underline;
}
.termsuse_area a{
  font-size: 11px;
  text-decoration: underline;
}
.delivery_trackingpopupinfor_item input{
  width: 100%;
  border-radius: 3px;
  font-size: 12px;
  color: #000;
  height: 34px;
  border: 1px solid #dbdbdb;
  padding-left: 6px;
}
.delivery_trackingpopupinfor_item input::placeholder{
  font-size: 11px;
}
.delivery_trackingpopupinfor_item span{
  font-size: 11px;
  color: #191919;
  width: 16px;
  display: flex;
  justify-content: center;
}
.delivery_trackingpopupinfor_item3 input{
  width: 65px;
}
.delivery_trackingpopupinfor_item3-1 input:nth-child(1){
  width: 65px;
}
.delivery_trackingpopupinfor_item3-1 input:nth-child(3){
  width: 65px;
}
.delivery_trackingpopupinfor_item4 input{
  width: calc(25% - 12px);
}
.delivery_trackingpopupinfor_item2 input{
  width:42px;
}
.delivery_trackingpopupinfor_item1 input{
  width: 80px;
}
.delivery_trackingpopupinfor_item select{
  font-size: 11px;
  width: auto;
  padding: 7px 26px 7px 8px;
  border-radius: 3px;
}
.easy_paymentpopupareabox{
  overflow-y: auto;
  max-height: 550px;
  padding-right: 12px;
  margin: 24px 0;
}
.easy_paymentpopupareabox.easy_paymentpopupareaboxguide{
  max-height: 590px;
}
.view_details{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 28px 24px 28px 37px;
}
.view_detailsinfor{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.view_detailsinfor h6{
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.view_detailsinfor p{
  font-size: 12px;
  color: #555555;
}
.view_detailsinfor p b{
  font-weight: 500;
}
.view_detailsinfor_but{
  width: 100%;
  background-color: #2871d5;
  text-align: center;
  padding: 12px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
  font-family: 'Pretendard' !important;

}
.prescriptionregistration_popuparea{
  max-width: 400px;
  min-height: unset;
}
.prescriptionregistration_table {
  border: 1px solid #dbdbdb; /* 테두리 두께와 색상 지정 */
  border-collapse: collapse; /* 테두리 중복 제거 */
  margin: 15px 0;
  width: 100%;
}

.prescriptionregistration_table th, 
.prescriptionregistration_table td {
  border: 1px solid #dbdbdb; 
  padding: 8px;
}
.prescriptionregistration_table td{
  text-align: left;
}
.prescriptionregistration_table td:nth-child(1){
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #FAFAFA;
  text-align: center;
}
.prescriptionregistration_table td input{
  border: 1px solid #D7D7D7 ;
  font-size: 12px;
  font-weight: 400 ;
  color: #000000;
  border-radius: 3px ;
  height: 32px ;
  padding: 6px 10px;
}
.prescriptionregistration_table td button{
  color: #FFF;
  font-family: Noto Sans KR;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background: #787E8F;
  padding: 6px 12px;
  border: none;
}
.prescriptionregistration_table td select{
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  min-width: 50px;
  font-size: 12px;
  font-weight: 500;
  color: #343434;
  height: 32px;
  padding: 0 0px 0 6px;
}
.registration_buttonarea{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
.registration_button{
  font-family: "Nanum Gothic", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #4A5164;
  min-width: 60px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  background-color: #4A5164;
  cursor: pointer;
  padding: 6px 12px;
}

.medicine_request{
  width: 100%;
  border: 1px solid #dbdbdb;
  min-height: 60px;
  display: flex;

}
.medicine_request_h{
  width: 20%;
  padding: 10px 21px;
  background-color: #F7F7F7;
  border-right: 1px solid #dbdbdb;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.medicine_request_h button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #999999;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0 12px;
  transition: 0.3s;
  width: 72px;
}
.medicine_request_h button:hover{
  background-color: #cccccc;
}
.medicine_request_d{
  width: 80%;
  height: 100%;
  max-height: 170px;
  overflow-y: auto;
}
.medicine_request_d textarea{
  width: 100%;
  padding: 10px;
  resize: none;
  min-height: 100px;
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  border: none;
  height: 100%;
}
.medicine_request p{
  font-size: 12px;
  color: #191919;
  font-weight: 400;
}
.medicine_request_d .dosage_text_area{
  width: 100%;
  height: 150px;
  overflow-y: auto;
  pointer-events: none;
  padding: 10px;
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.dictionary_popup03{
  width: 100vw;
  height: 100vh;
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  padding-top: 40px;
  justify-content: center;
  overflow-y: auto;
}
.dictionary_popup03 h2{
  font-size: 13px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  margin: 10px 0;
  position: relative;
}
.dictionary_popup03 h2 button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #999999;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #f7f7f7;
  cursor: pointer;
  padding: 0 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.dictionary_popup03 h2 button:hover{
  background-color: #cccccc;
}
.dictionary_popup03_table {
  width: 100%;
  border-collapse: collapse; /* 테두리 겹침을 제거 */
  border-top: 1px solid #999999;
}

.dictionary_popup03_table thead{
  border-bottom: 1px solid #dbdbdb;
}
.dictionary_popup03_table th{
  background-color: #FAFAFA;
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dictionary_popup03_table th, 
.dictionary_popup03_table td {
  padding: 10px; /* 셀 안의 여백 */
  text-align: left; /* 텍스트 정렬 */
}
.dictionary_popup03_table th{
  text-align: center;
}
.dictionary_popup03_table a{
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}
.dictionary_popup03_table thead tr th:nth-child(1),
.dictionary_popup03_table tbody tr td:nth-child(1){
  text-align: center;
}
.dictionary_popup03_table tbody tr td:nth-child(3) p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 520px;
  text-align: center;
}
table tbody tr.pin_y td{
  color: #E23600;
  font-weight: 600;
}
table tbody tr.pin_y td:nth-child(1){
  position: relative;
}
table tbody tr.pin_y td:nth-child(1)::before{
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left:50%;
  display: inline-block;
  position: absolute;
  transform: translate(-50% , -50%);
  background: url(/images/shop/sub/pin_y.png) no-repeat center center;
  background-size: cover;
}
table tbody tr.pin_y td a{
  color: #E23600;
  font-weight: 600;
}
.request_popup{
  width: 850px;
  min-height: 400px;
  display: none;
}
.dosage_popup{
  display: none;
  max-height: unset;
  height: 1300px;
  width: 900px;
  overflow: hidden;
  margin-bottom: 30px;
}
.dosage_popuparea{
  width: 100%;
  display: flex;
  flex-direction: column;  
}
.file_popup{
  margin-top: 150px;
  min-height: 270px;
  width: 730px;
  display: none;
}
.file_popup2{
  position: fixed;
  min-height: 200px;
  width: 730px;
  display: none;
  top: 17%;
  left: 63%;
  transform: translate(-50% , -50%);
  z-index: 9999;
  border: 1px solid #999999;
}
.dosage_popuparea_contents{
  padding-top: 10px;
}
.dosage_popuparea_tap{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #666666;
}
.dosage_popuparea_tapitem{
  width: 110px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000040;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
}
.dosage_popuparea_tapitem.on{
  border: 1px solid #000000;
  border-bottom: none;
  background-color: #ffffff;
  color: #000000;
}
.dosage_popuparea_content{
  width: 100%;
  display: none;
  padding: 20px;
  height: 1020px;
}
.dosage_popuparea_content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dosage_popuparea_content.on{
  display: block;
}
.dosage_popuparea_content_hd{
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  padding-bottom: 20px;
}
.dosage_popuparea_content_item{
  width: 100%;
  height: 681px;
  overflow-y: auto;
  margin: 5px 0;
  padding:  0 70px;
}
.dosage_popuparea_content_ft{
  width: 100%;
  padding: 10px;
  padding-left: 100px;
}
.popuparea_content_ft_item{
  width: 100%;
  padding: 10px ;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.popuparea_content_ft_item:nth-child(2){
  gap: 100px;
}
.ci_img{
  width: 240px;
  height: 80px;
  border: 1px solid #95937d;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ci_img b{
  color: #95937d;
  cursor: pointer;
  text-decoration:underline;
}
.ci_img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: unset;
}
.ci_txt{
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ci_txt p{
  font-size: 16px !important;
  font-weight: 600 !important;
}
.popuparea_content_ft_itemend p{
  font-size: 14px ;
  font-weight: 400;
}
.popuparea_content_ft_itemend{
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popuparea_content_ft_item p{
  font-size: 13px;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
}
.dosage_text_file{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.dosage_text_file a{
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
  color: #343434;
  cursor: pointer;
}
.dosage_text_file a:nth-child(2){
  color: #ab2525;
  text-decoration:unset;
}
.pupupfile_area{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.pupupfile_area a{
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
  color: #343434;
  cursor: pointer;
}
.pupupfile_area button{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #666666;
    min-width: 60px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
    padding: 0 12px;
    transition: 0.3s;
    width: 120px;
}
.load_dosage_popup{
  position: fixed;
  width: 800px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 25px;
  height: fit-content;
  min-height: 550px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  top: 33%;
  left: 60%;
  z-index: 999999999999;
  transform: translate(-50%, -50%);
  display: none;
  border: 1px solid #999999;
}
.load_dosage_popup h1{
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}
.load_dosage_popup h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 3px;
  height: 90%;
  background-color: #958d7d;
  border-radius: 100px;
  transform: translateY(-50%);
}
.load_dosage_popuptable {
  width: 100%;
  border-collapse: collapse; /* 테두리 겹침을 제거 */
  border-top: 1px solid #999999;
}

.load_dosage_popuptable thead{
  border-bottom: 1px solid #dbdbdb;
}
.load_dosage_popuptable th{
  background-color: #FAFAFA;
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.load_dosage_popuptable th, 
.load_dosage_popuptable td {
  padding: 10px; /* 셀 안의 여백 */
  text-align: center; /* 텍스트 정렬 */
}
.load_dosage_popuptable a{
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 370px;
}

.template_bg {
  width: 100%;
  height: 1083px;
  padding: 0;   /* 추가 */
  margin: 0;    /* 추가 */
  border: none; /* 추가 */
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  overflow: hidden; /* 추가 */
}



.delivery_trackingpopup{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
}
.delivery_trackingpopupbox{
	width: 900px;
	max-height:700px;
	background-color: #ffffff;
	padding: 28px 37px;
	position: relative;
}
.delivery_trackingpopup_h{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.delivery_trackingpopup_h h2{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 1em;
	font-family: 'Pretendard' !important;
}
.delivery_trackingpopup_h a{
	width: 26px;
    height: 26px;
    padding: 0;
    text-indent: -9999px;
    background: url(/images/icon/pop_close.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.delivery_trackingpopuparea{
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.delivery_trackingpopupinfor{
	width: 100%;
	border: 1px solid #e1e1e1;
}
.delivery_trackingpopupinfor_items{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e1e1e1;
}
.delivery_trackingpopupinfor_items:last-child{
	border: none;
}
.delivery_trackingpopupinfor_item:nth-child(1){
	width: 100px;
	border-right: 1px solid #e1e1e1;
	padding: 12px 7px;
	background-color: #f8f8f8;
	color: #41454b;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.delivery_trackingpopupinfor_item:nth-child(1) p{
  color: #41454b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.delivery_trackingpopupinfor_item:nth-child(2){
	width: calc(100% - 100px);
	padding:10px 8px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #4c4c4c;
}
.delivery_locationinfor{
	width: 100%;
	border: 1px solid #e1e1e1;
	max-height: 387px;
	overflow-y: auto;
	margin-bottom: 60px;
}
.delivery_locationinfor_items{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e1e1e1;
}
.delivery_locationinfor_items:first-child{
	background-color: #f9f9f9;
}
.delivery_locationinfor_items:first-child .delivery_locationinfor_item{
    color: #41454b;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.delivery_locationinfor_items:last-child{
	border: none;
}
.delivery_locationinfor_item{
	width: 25%;
	padding:10px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 12px;
    color: #4c4c4c;
}
.delivery_locationinfor_item div{
	text-align: center;
}
.delivery_trackingpopupiconbox{
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 10px;
}
.delivery_trackingpopupicon{
	width: 14px;
	height: 14px;
	background-color:#dbdbdb ;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e1e1e1;
	position: relative;
	z-index: 9;
}
.delivery_trackingpopupicon.active{
	background-color: #E03D25;
	border: none;
}
.delivery_trackingpopupiconline{
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #e1e1e1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.delivery_trackingpopupicon span{
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	position: relative;
}
.delivery_trackingpopupicon span p{
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 11px;
	color: #999999;
}
.delivery_trackingpopupicon.active span{
	width: 6px;
	height: 6px;
	border: none;
}
.delivery_trackingpopupicon.active span p{
	color: #191919;
	font-weight: 600;
}
.consonant_search{
  display: flex;
  align-items: center;
  gap: 1px;
}
.consonant_searchitem.active{
  background-color: #DBDBDB;
}
.consonant_searchitem{
  padding: 0 6px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 2px;
}
.consonant_searchitem:hover{
  border: 1px solid #000000;
  font-weight: 500;
  background-color: #f1f1f1;
}
.checkdetails_graph_box{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.checkdetails_graph_boxitem{
  display: none;
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  border-top: 0;
  border-bottom: 0;
}
.checkdetails_graph_box.on .checkdetails_graph_boxitem{
  background-color: #dbdbdb;
}
.radio_boxarea{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.radio_boxarea label{
  display: flex;
  align-items: center;
  gap: 3px;
}
.radio_boxarea label p{
  font-size: 13px;
  font-weight: 500;
  color: #4A473D;
}
.radio_content{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.instructions_area{
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.instructions_h{
  width: 100%;
  display: flex;
  border-bottom: 1px solid #000000;
  
  background: #F6F6F6;
  padding: 15px 10px;
}
.instructions_h p{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding-left: 20px;
  text-align: left;
}
.instructions_txt{
  width: 100%;
  padding: 40px;
  border-bottom: 1px solid #BAC4CB;
}
.instructions_txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #666666;
}
/* 프린트 */
.print-hide {display:show;}
.print-show { display:none;}
@media print{
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body{
    margin: 0;
    padding: 0 50px;
  }
  .prescription_box{
    padding: 0;
  }
  .prescription_inforarea{
    height: 100%;
    border: 0px;
  }
  .prescription_box{
    max-height: unset;
    height: 100%;
    padding: 0;
  }
  .sign_pop{
    z-index: 999;
 }
 .prescription_inforitem2d{
  overflow: unset !important;
 }
}
@page {
   size: A4;
   margin: 1cm;
   margin-top: 2cm;
   margin-bottom: 2cm;
}
.shopping_cart_payment{
  width: 100%;
  display: inline-block;
}
.shopping_cart_payment_h{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopping_cart_payment_h h2{
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 6px;
  margin: 10px 0;
}
.shopping_cart_payment_h h2 b{
  color: #E23600;
}
.shopping_cart_payment_h a{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #4D515A;
    min-width: 60px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background-color: #4D515A;
    cursor: pointer;
    padding: 0 12px;
}
.bundle-shipping-but{
  display: flex;
  align-items: center;
  gap: 12px;
}
.bundle-shippingbut{
  position: relative;
}
.bundle-shippingsvg{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundle-shipping-txtbox{
  display: none;
  position: absolute;
  bottom: 30px;
  left: -10px;
  z-index: 999;
}
.bundle-shipping-txt{
  border-radius: 2px;
  border: 1px solid #949494;
  padding: 6px 10px;
  width: 300px;
  background-color: #ffffff;
  position: relative;
}
.bundle-shippingbut:hover .bundle-shipping-txtbox{
  display: inline-block;
}
.bundle-shippingbg{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -6px;
  left: 14px;
}
.bundle-shipping-txt p{
  color: #343434;
  font-size: 12px;
}
.bundle-shipping-txt::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  bottom: -2px;
  left: 15px;
  z-index: 99;
}
.shopping_cart_paymentablebox{
  width: 100%;
  display: inline-block;
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.shopping_cart_paymentablebox.noscrolls{
  height: unset;
  overflow-y: unset;
}
.shopping_cart_paymentable{
  border-collapse: collapse; /* 테이블의 경계를 하나로 합침 */
  margin: 0;
  padding: 0;
  width: 100%; /* 필요에 따라 조절 가능 */
}
table.shopping_cart_paymentable thead tr th{
  background-color: #FAFAFA;
}
.dictionary_popuparea3{
  width: 1300px;
}
p.tied_up, p.bundle{
  width: 60px;
  display: inline-block;
}
.shopping_cart_paymentarea{
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
}
.shopping_cart_paymentbox2{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.shopping_cart_paymentbox2t{
  width: 110px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  background-color: #F7F7F7;
  z-index: 99;
}
.shopping_cart_paymentbox2t p{
  font-size: 12px;
  color: #191919;
  font-weight: 500;
}
.shopping_cart_paymentbox2d{
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #ffffff;
  padding-left: 20px;
}
.shopping_cart_paymentbox2d p{
  font-size: 12px;
  color: #555555;
  font-weight: 500;
}
.shopping_cart_paymentareas{
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000000;
}
.shopping_cart_paymentbox2d input{
  height: 28px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-right: 5px;
  padding: 0 6px;
}
.shopping_cart_paymentbox2d button{
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #999999;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #f7f7f7;
  cursor: pointer;
  padding: 0 6px;
  transition: 0.3s;
}
.shopping_cart_paymentbox2t p i{
  color: #FF0000;
}
.shopping_cart_paymentbox1{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}
.shopping_cart_paymentbox2d .payment_methodt{
  width: auto;
  margin-right: 10px;
}
.shopping_cart_paymentbox2d .payment_methodt label input[type="radio"]{
  margin: 0;
}
.shopping_cart_paymentbox2d .payment_methodt label p{
  font-size: 12px;
  color: #555555;
  font-weight: 500;
  line-height: normal;
}
.shopping_cart_paymentbox2d .payment_methodt label{
  align-items: flex-start;
}
.shopping_cart_paymentbox1 .payment_methodd{
  padding-top: 12px;
  align-items: flex-start;
}
.shopping_cart_paymentbox1 .payment_methodd_buts{
  padding: 0;
}
.shopping_cart_paymentbox1 .payment_methodd_but{
  width: auto;
  padding: 0 8px;
}
.shopping_cart_payment_b{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopping_cart_payment_b h2{
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 6px;
}
.shopping_cart_payment_b h2 b{
  color: #E23600;
}
.shopping_cart_payment_b a{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #d52828;
    min-width: 60px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    background-color: #d52828;
    cursor: pointer;
    padding: 0 12px;
}
.shopping_cart_paymentselectareas i{
  color: #E23600;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  display: inline-block;
  
}
.shopping_cart_paymentselectarea{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.shopping_cart_paymentselectarea h2{
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 6px;
}
.shopping_cart_paymentselectarea a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #4D515A;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background-color: #4D515A;
  cursor: pointer;
  padding: 0 12px;
}
.shopping_cart_paymentselectbox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.shopping_cart_paymentselectbox select{
  border: 1px solid #dbdbdb;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 6px;
  min-width: 500px;
  height: 30px;
}
.add_productinforitem{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.add_productselect{
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.add_productselect.on{
  z-index: 99;
}
.add_productselect_h{
  border: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.add_productselect.on .add_productselect_h{
  border: 1px solid #0076E2;
}
.add_productselect.on .add_productselectitem{
  border-right: 1px solid #0076E2;
  border-left: 1px solid #0076E2;
}
.add_productselect.on .add_productselectitem:last-child{
  border-bottom:  1px solid #0076E2;
}
.add_productselect p{
  font-weight: 500;
  color: #333333;
  font-size: 13px;
  padding-left: 12px;
}
.add_productselectarea{
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  max-height: 203px;
  overflow-y: auto;
  display: none;
}
.add_productselectitem{
  width: 100%;
  height: 40px;
  border: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 0px;
  transition: 0.3s;
}
.add_productselect_svg{
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.add_productselectitem:hover{
  background-color: #f9f9f9f9;
}
.add_productselect.on .add_productselectarea{
  display: block;
}
.add_productselect.on .add_productselect_h .add_productselect_svg{
  transform: rotate(180deg);
}
.add_productselectitems{
  display: block;
  border-top: none;
  border-bottom: 1px solid #bbbbbb;
}
.add_productselectitems:last-child{
  border-bottom: 1px solid #0076E2;
}
.options_of_option{
  width: 100%;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  transition: 0.3s;
  border: 1px solid #e9e8e8;
  border-bottom: none;
}
.options_of_option:hover{
  background-color: #f9f9f9;
}
.add_productselectitems .add_productselectitem{
  border: 0px;
}
.add_productselectitems.on .options_of_option{
  display: flex;
}
.add_productselectxtbox{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.add_productselectxtbox h1{
  font-size: 14px;
  font-weight: 400;
  color: #343434;
}
.add_productselectxtbox h1 i{
  color: #000;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
}
.add_productinforlist{
  width: 100%;
  display: flex;
  align-items: center;
}
.add_productinforlistxt{
  width: calc(100% - 146px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3px;
  padding-right: 10px;
}
.add_productinforlistxt p {
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: calc(100% - 75px);
  white-space: nowrap; /* 텍스트 줄바꿈 방지 */
  overflow: hidden; /* 넘치는 텍스트 숨기기 */
  text-overflow: ellipsis; /* 줄임표(...) 표시 */
}

.add_productinforlistxt h1{
  font-size: 14px;
  font-weight: 400;
  color: #343434;
}
.add_productinforlistxt h1 i {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
}
.add_productinforlistbox{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  max-height: 110px;
  overflow-y: auto;
}
.add_productselectitems.on .options_of_option{
  border-right: 1px solid #0076E2;
  border-left: 1px solid #0076E2;
}
.add_productselect.on .add_productselect_h p{
  color: #0076E2;
}
.add_productselect.on .add_productselect_h .add_productselect_svg svg path{
  stroke: #0076E2;
}
.payment_optiontxtbox{
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  min-height: 70px;
  padding-top: 15px;
}
.payment_optiontxt_h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.payment_optiontxt_h a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #4D515A;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background-color: #4D515A;
  cursor: pointer;
  padding: 0 12px;
}
.payment_optiontitem{
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #343434;
  padding-left: 6px;
  margin: 3px 0;
}
.number_adjustment.number_adjustment2{
  width: 24px;
  height: 24px;
}
.number_adjustment.number_adjustment2.ml10{
  margin-left: 10px;
}
.payment_graphditem input.number_adjustmentinput2{
  width: 40px;
  height: 24px;
  min-width: 40px;
  margin: 0 3px;
  font-size: 11px;
  flex-wrap: 500;
}
.payment_graphditem_option{
  align-items: flex-start;
}
.payment_optiontitem i{
  font-size: 12px;
  font-weight: 400;
  color: #454545;
  font-style: normal;
  margin: 0 6px;
}
.payment_optiontitems{
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 80px;
  overflow-y: auto;
}
.add_productinforlistxt h1::before{
  display: none;
}
.productlist_popup .add_productinforitem{
  margin-top: 20px;
}
.popup_butt{
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans KR;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  background-color: #2871d5;
  border-radius: 3px;
  cursor: pointer;
  width: 90px;
}
.productlist_popup .add_productinforlistbox{
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
  max-height: 130px;
}
#pw_chk{
  width: 100%;
}
#pw_chk input{
  width: calc(100% - 110px);
}
#pw_chk button{
  width: 100px;
  margin-left: 5px;
}

.find_areatxt{
  color: #343434;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


/* 이용안내 화원가입절차 */
.useguide_area{
  width: 100%;
}
.useguide_area h2{
  font-size: 22px;
  color: #333333;
}
.useguide_item{
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
.useguide_icon{
  width: 140px;
  float: left;
}
.guide-video-link {
    width: 100%;
    height: 440px;
    display: flex;
    background: url(/images/shop/sub/guide-video-link.png) no-repeat;
    background-size: contain;
}

.useguide_iconimg{
  background: url(/images/shop/sub/bg_step1_ico.png) no-repeat;
  display: block;
  width: 60px;
  height: 60px;
}
.useguide_iconimg2{
  background: url(/images/shop/sub/bg_step2_ico.png) no-repeat;
}
.useguide_iconimg3{
  background: url(/images/shop/sub/bg_step3_ico.png) no-repeat;
}
.useguide_iconimg4{
  background: url(/images/shop/sub/bg_step4_ico.png) no-repeat;
}
.useguide_txtbox{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: max-content;
}
.useguide_txtbox p{
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 400;
}
.useguide_txtarea a.preview {
  display: inline-block;
  width: 140px;
  height: 44px;
  margin-top: 5px;
  margin-right: 10px;
  text-indent: -9999px;
  background: url(/images/shop/sub/bg_preview_ico.png) no-repeat;
}
.useguide_txtarea a.download1{
  display: inline-block;
  width: 138px;
  margin-left: 0;
  height: 42px;
  margin-top: 5px;
  text-indent: -9999px;
  background: url(/images/shop/sub/bg_download_ico.png) no-repeat;
} 
.useguide_txtarea ul li{
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}
.useguide_txtarea span,
.useguide_txtarea ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}
.useguide_txtarea ul li p{
  padding-left: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}
.useguide_txtarea i{
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.payment_managementarea{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.payment_infor2item2{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.payment_infor2itemt2{
  height: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.payment_infor2itemt2 p{
  font-size: 14px;
  color: #232323;
  font-weight: 500;
  padding-left: 5px;
}
.payment_infor2itemt2 input{
  height: 100%;
  text-align: center;
}
.payment_infor2itemt2 button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #999999;
  min-width: 46px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #f7f7f7;
  cursor: pointer;
  padding: 0 6px;
}
.payment_infor2item2area{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.payment_infor2item3{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.payment_infor2item3 p{
  font-size: 14px;
    color: #232323;
    font-weight: 400;
    padding-right: 5px;
    padding-top: 10px;
}
.checkdetails_graph_none{
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkdetails_graph_none p{
  font-size: 13px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #666;
    font-weight: 400;
}
.popup_dosage{
  background-color: #ffffff;
  padding: 40px;
  border-radius: 5px;
  height: fit-content;
  margin-bottom: 20px;
  position: relative;
}
.popup_dosagearea{
  width: 790px;
  height: 950px;
  background: url(/images/shop/sub/template_bg.png)no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.popup_dosagearea_h{
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.popup_dosagearea_txt{
  width: 100%;
  max-width: 768px;
  height: 630px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}
.popup_dosagearea_txt p{
  font-size: 14px;
}
.popup_dosagearea_footer{
  width: 100%;
  height: 199px;
  border-radius: 6px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup_dosagearea_footer_name{
  display: flex;
  align-items: center;
  gap: 30px;
}
.popup_dosagearea_footer_name p{
  font-size: 14px;
  font-weight: 400;
}
.popup_dosagearea_footer_infor{
  display: flex;
  height: 80px;
  gap: 100px;
}
.popup_dosagearea_footer_img{
  width: 240px;
  height: 100%;
  border: 1px solid #95937d;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_dosagearea_footer_img img{
  width: 100%;
  height: 100%;
}
.popup_dosagearea_footer_infortxt{
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}
.popup_dosagearea_footer_infortxt h3{
  font-size: 16px;
  font-weight: 600;
}
.popup_dosagearea_footer h6{
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

@charset "utf-8";
/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* 초기화부분 */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  font-family: "Noto Sans KR", serif;
}
ol,ul,li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #000;
}

.wrep_agreement{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.agreement_content{
  width: 794px;
  height: 1123px;
  border: 1px solid #777777;
  padding:70px;
  background-color: #ffffff;
}
.agreement_content h1{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}
.agreement_content p{
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.agreement_contentxtbox{
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}
.agreement_contentxtbox h2{
  font-size: 15px;
  font-weight: 600;
}
.agreement_contentxt-p p{
  padding-left: 12px;
  margin-bottom: 8px;
}
.agreement_contentxt-p p:last-child{
  margin-bottom: 0;
}
.agreement_contentxt-p span{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 21px;
  display: block;
  margin-bottom: 8px;
}

.agreement_footer-p{
  text-align: center;
  margin-bottom: 30px;
}

.agreement_footerinfor{
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 130px;
}
.agreement_footerinfor:last-child{
  margin-top: 60px;
}
.agreement_footerinfor_name{
  position: relative;
  width: fit-content;
  margin-top: 10px;
}
.agreement_footerinfor_name-img{
  position: absolute;
  top: -10px;
  left: 75%;
  height: 80px;
}
.agreement_footerinfor_name-img img{
  width: unset;
  height: 100%;
  object-fit: cover;

}


.agreement_tablearea{
  width: 100%;
  height: 100%;
  border: 2px solid;
  display: flex;
  flex-direction: column;
}
.agreement_tabletitle{
  border-bottom: 2px solid;
  padding: 10px 0;
}
.agreement_tabletitle h1{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.agreement_tablebox{
  width: 100%;
  border-bottom: 2px solid;
  display: flex;
}
.agreement_tablebox_h{
  width: 120px;
  padding: 10px;
  border-right: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement_tablebox_h h3{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.agreement_table{
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
}
.agreement_tableitem{
  border-bottom: 1px solid;
  display: flex;
}
.agreement_tableitem-h{
  width: 100px;
  border-right: 1px solid;
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement_tableitem-d{
  width: calc(100% - 100px);
  padding: 5px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement_tableitem-d p b{
  font-weight: 500;
}
.agreement_tableitem p{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
p.address-p{
  text-align: left !important;
}
.agreement_table-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.agreement_table-grid .agreement_tableitem:nth-child(2) .agreement_tableitem-h{
  border-left: 1px solid;
}
.agreement_table-grid:last-child .agreement_tableitem{
  border-bottom: 0px;
}

.agreement_tableitem-check{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 26px;
}
.agreement_tableitem-checkbox{
  width: 13px;
  height: 13px;
  border-radius: 1px;
  border: 1px solid;
}
.agreement_tableitem-checkbox.on{
  background-color: #000;
}
.agreement_tableitem-checktxt{
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
  line-height: 14px;
}
.agreement_tableite-address{
  justify-content: unset;
}
.agreement_table-grid2item{
  padding: 4px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-bottom: 1px solid;
}
.agreement_table-grid2item:first-child{
  border-right: 1px solid;
}
.agreement_table-grid .agreement_table-grid:first-child .agreement_table-grid2item:last-child{
  border-right: 1px solid;
}
.agreement_table-grid:last-child .agreement_table-grid .agreement_table-grid2item{
  border-bottom: 0px;
}
.agreement_tablebox_txt{
  width: calc(100% - 120px);
  padding: 10px;
}
.agreement_tablebox_txt p{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
.agreement_tablebox_txt p:last-child{
  margin-bottom: 0;
}
.agreement_tableinfor{
  width: 100%;
  padding:20px 30px;
  border-bottom: 2px solid;
}
.agreement_tableinfor p{
  text-align: center;
  margin-bottom: 10px;
}
.agreement_tableinfor-p{
  position: relative;
}
.agreement_tableinfor-p .agreement_footerinfor_name-img {
  position: absolute;
  top: -25px;
  left: 90%;;
  height: 80px;
}
.agreement_tableinfor p:last-child{
  margin-bottom: 0;
}
.dictionary_popup4{
  width: 100vw;
  height: 100vh;
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999998;
  display: none;
  justify-content: center;
  overflow-y: auto;
}

.dictionary_popup4 iframe{
  width: 100%;
  height: 100%;
}
.wrep_agreements{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrep_agreementbox{
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}
.new_inforareatitle button{
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #999999;
  min-width: 60px;
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 0 12px;
  transition: 0.3s;
  margin-top: 10px;
}
.new_inforareatitle button:hover{
  background-color: #F7F7F7;
}
.prescription_areabox{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
}

/* 시설안내 */
.facilities_areas{
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding-bottom: 108px;

}
/* 시설안내  끝*/


/* 조제시설소개 */
.making_areas{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 108px;
}
.making_area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 1280px;
}
.making_area h2{
  color: #000000;
  font-size: 36px;
  font-weight: 700;
}
.making_area-items{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;

}
.making_area-item{
  border-radius: 12px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.making_area-itemtxt{
  padding: 24px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.making_area-itemtxt span{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.making_area-itemtxt h3{
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
.making_area-itemtxt p{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

/* 조제시설소개 끝*/

/* 한약소개 */
.kor-herbal_areas{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 108px;
}
.kor-herbal_teb{
  width: 1280px;
  margin-bottom: 70px;
}
.kor-herbal_area{
  width: 1280px;
}
.kor-herbal_item{
  width: 100%;
  display: none;
}
.kor-herbal_item.on{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.kor-herbal_box{
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
.kor-herbal_img{
  width: 342px;
  height: 372px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kor-herbal_img img{
  width: 100%;
  height: 100%;
}
.kor-herbal_txt{
  width: calc(100% - 369px);
  height: 372px;
  padding-bottom: 19px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.kor-herbal_txtitle{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.kor-herbal_txtitle h3{
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.kor-herbal_txtitle span{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.kor-herbal_txtbox{
  width: 100%;
  height: calc(100% - 35px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kor-herbal_detail h4{
  background-color: #344F93;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 8px;
  height: 27px;
  margin-bottom: 12px;

  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.kor-herbal_detail p{
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 6px;
}
/* 한약소개 끝 */











@media print {
  body * {
    overflow: visible !important;
    visibility: hidden; /* 모든 요소 숨기기 */
  }
  .wrep_agreement, .wrep_agreement * {
    visibility: visible; /* 특정 요소만 보이도록 설정 */
  }

  #print_box, #print_box * {
    visibility: visible; /* 특정 요소만 보이도록 설정 */
  }

  .wrep_agreement {
    position: absolute;
    top: 0;
    left: 0;
  }
  .wrep_agreement{
    gap: 0;
  }
  .agreement_content{
    border: 0px;
    padding-left: 20px;
  }
  .wrep_agreementbox{
    margin: 0;
  }
  .wrep_agreement .print_but{
    display: none;
  }
  .wrep_agreement .popup_close{
    display: none;
  }
  .agreement_footer-p{
    margin-top: 100px;
  }
  .prescription_areabox{
    all:unset;
  }
  .prescription_box{
    margin-top: 30px
  }

}









/* 새로운 css */
.deposit-info-box{
  width: 100%;
  height: 56px;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  margin-top: 16px;
}
.deposit-info-title{
  width: 150px;
  height: 100%;
  border-right: 1px solid #DBDBDB;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposit-info-title p{
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.deposit-info-data{
  width: 260px;
  height: 100%;
  border-right: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposit-info-data:last-child{
  border-right: none;
}
.deposit-info-data p{
    font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.deposit-wrap{
  width: 100%;
  padding: 16px 18px;
  height: 100px;
  border: 1px solid #DBDBDB;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.deposit-title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
    font-size: 13px;
  color: #333333;
  font-weight: 500;
}
.deposit-options{
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.option-item{
  cursor: pointer;
}
.option-item label{
  display: flex;
  align-items: center;
  gap: 8px;
}
.option-item label input[type="radio"] {
    width: unset !important;
    width: 16px !important;
    height: 16px !important;
    accent-color: #2871d5;
    cursor: pointer;
}
.option-item label span{
      font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.option-item.etc-item{
  display: flex;
  align-items: center;
  gap: 4px;
}
.etc-input-wrap{
  display: flex;  
  align-items: center;
  gap: 4px;
}
.etc-input-wrap input{
  width: 164px;
  height: 28px;
  padding: 0 11px;
  border: 1px solid #DBDBDB;
  font-size: 12px;
  color: #000000;
}
.etc-guide{
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.bank-transfer-wrap{
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #DBDBDB;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bank-transfer-title{
  display: flex;
  gap: 8px;
  align-items: center;
}
.bank-transfer-title input[type="radio"] {
    width: unset !important;
    width: 16px !important;
    height: 16px !important;
    accent-color: #2871d5;
    cursor: pointer;
}
.bank-transfer-title span{
  font-size: 13px;
  color: #000;
}
.bank-transfer-box{
  width: 630px;
  height: 140px;
  border: 1px solid #DBDBDB;
  border-bottom: none;
  margin-top: 16px;
}
.bank-transfer-box2{
  width: 100%;
  height: unset;
  margin-top: 24px;
  margin-bottom: 24px;
}
.bank-transfer-box .row:nth-child(1){
  width: 100%;
  height: 55px;
  display: flex;
}
.bank-transfer-box .row:nth-child(2){
  width: 100%;
  height: 85px;
  display: flex;
}
.bank-transfer-box2 .row:nth-child(2){
  height: 55px;
}
.row-title{
  width: 150px;
  height: 100%;
  border-right: 1px solid #DBDBDB;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #000;
}
.bank-transfer-box2 .row-title{
  width: 180px;
}
.bank-transfer-box .row .row-title{
  border-bottom: 1px solid #dbdbdb;
}
.bank-transfer-box .row .row-content{
  border-bottom: 1px solid #dbdbdb;
}
.row-content{
  width: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0 0 18px;
}
.bank-transfer-box2 .row-content{
  width: calc(100% - 180px);
}
.row-content input{
      width: 230px;
    height: 28px;
    padding: 0 11px;
    border: 1px solid #DBDBDB;
    font-size: 12px;
    color: #000000;
}
.row-content p{
  font-size: 14px;
  color: #CC0000;
}
.payment-bank-transfer{
  width: 160px;
  height: 48px;
  border-radius: 2px;
  background-color: #2871D5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 1px solid #dbdbdb;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.usage-guide-inner{
  width: 100%;
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  background-color: #FAFAFA;
  height: 500px;
  padding: 56px 0 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 66px;
}
.guide-col{
  display: flex;
  flex-direction: column;
  width: 360px;
}
.guide-col-title{
  all: unset !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin-bottom: 4px !important;
}
.guide-section{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.guide-section-title{
  all: unset !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin-top: 24px !important;
}
.guide-list{
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
  color: #333;
}
.guide-section a{
  color: red;
  font-weight: bold;
}
.bank-transfer-box2 .row{
    width: 100%;
    height: 55px;
    display: flex;
}
.deposit-complete-header{
  display: flex;
  flex-direction: column;
}
.deposit-complete-header h1{
  all: unset !important;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-bottom: 12px !important;
  color: #000 !important;
}
.deposit-complete-header h2{
  all: unset !important;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin-bottom: 8px !important;
}
.deposit-complete-desc{
  all: unset !important;
  font-size: 14px !important;
  color: #333 !important;
}
.deposit-complete-notice{
  all: unset !important;
  margin-top: 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #cc0000 !important;
}
.payment-actions{
  width: fit-content;
  display: flex;
  gap: 18px;
  margin-top: 36px;
}
.btn-save-temp{
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #DBDBDB;
  background-color: #fff;
}
.btn-payment{
    width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: #2871D5;
  border: 1px solid #DBDBDB;
}

.point_graph.deposit-request-list .point_graph_area .point_graph_item:nth-child(1){
  width: 12%;
}
.point_graph.deposit-request-list .point_graph_area .point_graph_item:nth-child(2){
  width: 10%;
}
.point_graph.deposit-request-list .point_graph_area .point_graph_item:nth-child(3){
  width: 48%;
}
.point_graph.deposit-request-list .point_graph_area .point_graph_item:nth-child(4){
  width: 10%;
}
.point_graph.deposit-request-list .point_graph_area .point_graph_item:nth-child(5){
  width: 10%;
}
.point_graph.deposit-request-list .point_graph_area .point_graph_item:nth-child(6){
  width: 10%;
}
.point_graph.deposit-request-list .point_graph_area .point_graph_item a{
      font-size: 13px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #E23600;
    text-decoration: underline;
    font-weight: 500;
}
.deposit-balance-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deposit-balance-box .point_infor{
  margin: 0;
}
.deposit-balance-box .point_infor .point_infortxtbox1{
  flex-direction: unset;
}
.point_graph.deposit-application-list .point_graph_area .point_graph_item:nth-child(1){
  width: 12%;
}
.point_graph.deposit-application-list .point_graph_area .point_graph_item:nth-child(2){
  width: 64%;
}
.point_graph.deposit-application-list .point_graph_area .point_graph_item:nth-child(3){
  width: 12%;
}
.point_graph.deposit-application-list .point_graph_area .point_graph_item:nth-child(4){
  width: 12%;
}
.deposit-container{
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 30px;
}
.deposit-container h2{
    color: #000;
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-left: 10px;
}
.deposit-container h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    width: 3px;
    height: 90%;
    background-color: #95937d;
    border-radius: 100px;
    transform: translateY(-50%);
}
