
/* 컴포넌트 수정 */

.tabs-docs.only-desktop {
	background-color: #ffffff;
	padding: 24px;
	border-radius: 20px;
}

.tabs-docs.only-desktop li {
	width: 100%;
}

.tabs-docs.only-desktop li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: unset;
	min-height: 64px;
	height: 100%;
	padding: 16px 24px;
	text-align: center;
	line-height: 1.4;
	font-weight: 500;
	color: #939393;
	border: none;
	white-space: nowrap;
}

.tabs-docs.only-desktop li.is-active a {
	background-color: #ecf4ff;
	color: #4696ff;
	font-weight: 700;
	border-radius: 8px;
}

/* .button-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 12px;
	background-color: #ff4444;
	color: #ffffff;
	border-radius: 8px;
	flex-shrink: 0;
} */

/* /컴포넌트 수정 */


/* 회원가입 */

.sign-button-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.sign-button-wrap > div {
	display: flex;
	align-items: center;
	gap: 4px;
}

.section-signup .button-select {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	padding: 0 12px;
	height: 44px;;
}

.section-signup .button-select-del {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #ff4444;
	color: #ffffff;
	font-weight: 700;
	padding: 0 12px;
	height: 44px;;
}

.section-signup .button-insert {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	padding: 0 12px;
	height: 44px;;
}

.ui-group-input .button-add {
	border-radius: 8px;
	padding: 0 12px;
	background-color: #333;
	width: unset;
	flex-basis: unset;
}

@media (max-width: 480px) {

	.sign-button-wrap {
		flex-direction: column;
	}

	.sign-button-wrap > div {
		width: 100%;
		justify-content: space-between;
	}

	.sign-button-wrap > div:last-child {
		margin-top: 16px;
	}
}

/* /회원가입 */

.block-formula .tabs-yakchim {
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 6px;
	padding: 0 80px;
}


.block-formula .tabs-yakchim button {
	border: 1px solid #dee1ed;
	color: #41515f;
}

/* 알림 */

.type-notice {
	position: relative;
}

.type-notice:not(.read)::before{
	position: absolute;
	content: "N";
	display: flex;
	align-items: center;
	justify-content: center;
	left: 12px;
	top: 12px;
	width: 24px;
	height: 24px;
	background-color: #ff4444;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 16px;
}

.type-notice.read {
	border: 4px solid #f7f8fd;
	background-color: #ffffff;
}

/* /알림 */


/* 처방내역확인  */

.section-mypage.prescription-check .ui-table th:nth-child(1) {
    width: 50px;
}

.section-mypage.prescription-check .ui-table th:nth-child(2) {
    width: 115px;
}

.section-mypage.prescription-check .ui-table th:nth-child(3) {
    width: 90px;
}

.section-mypage.prescription-check .ui-table th:nth-child(4) {
    width: 245px;
}

.section-mypage.prescription-check .ui-table th:nth-child(5) {
    width: 60px;
}

.section-mypage.prescription-check .ui-table th:nth-child(6) {
    width: 100px;
}

.section-mypage.prescription-check .ui-table th:nth-child(7) {
    width: 110px;
}

.section-mypage.prescription-check .ui-table th:nth-child(8) {
    width:100px;
}

.section-mypage.prescription-check .ui-table th:nth-child(9) {
    width: 80px;
}



.section-mypage.prescription-check .box-control .ui-select {
	height: 48px;
	border-radius: 8px;
}

.section-mypage.prescription-check .box-control .button-excel {
	height: 48px;
	border: none;
	color: #ffffff;
	background-color: #1bc292;
}

.section-mypage.prescription-check .button-print {
/*	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;*/
  width: 24px;
	height:24px;
/*	padding: 0 8px;
  font-size: 15px;
  font-weight: 700;
	background-color: #ecf4ff;
  color: #4696ff;*/

}
.section-mypage.prescription-check .button-print svg {width: 100%;height: 100%}

/* /처방내역확인  */



/* 처방내역상세  */

.total-price-end {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 16px 0;
	font-size: 18px;
	font-weight: 700;
}

.total-price-end span {
	font-size: 24px;
  font-weight: 700;
  color: #4696ff;
}

.ui-button-primary.is-red {
	color: #ff4444;
	border: 1px solid #ff4444;
	background-color: #ffffff;
}

.section-prescription.detail .option-button-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
}

.section-prescription.detail .option-button-wrap div {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.section-prescription.detail .option-button-wrap .ui-button-primary {
	width: 100%;
	max-width: 160px;
	flex: unset;
}

@media (max-width: 1023px) {
	.total-price-end {
		padding-top:20px;
		margin-top: 24px;
		border-top: 1px solid #000;
		width: 100%;
	}
  
  .section-mypage.prescription-check .button-print {margin: 0 auto;}
  
  .section-prescription.detail .option-button-wrap {flex-wrap: wrap;}
  .section-prescription.detail .option-button-wrap div {flex-wrap: wrap;width: 100%;justify-content: space-between}
  .section-prescription.detail .option-button-wrap .ui-button-primary {max-width: none;}
  .section-prescription.detail .option-button-wrap .ui-button-primary.js-modal-payment-chg-open,
  .section-prescription.detail .option-button-wrap .ui-button-primary.is-red {width:49%}
}


@media (max-width: 480px) {
	.section-prescription.detail .option-button-wrap {
		flex-direction: column;
	}

	.section-prescription.detail .option-button-wrap div {
		width: 100%;
	}

	.section-prescription.detail .option-button-wrap .ui-button-primary {
		width: 100%;
		max-width: unset;
	}
}

/* /처방내역상세  */


/* 약침담기 */

.section-payment.cart .box-item {
  display: grid;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}


.section-payment.cart .box-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 69px;
}


.section-payment.cart .ui-card {
    border: 2px solid #1946b9;
}

.section-payment.cart .ui-card-title {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
}

.section-payment.cart .cart-items .box-item {
    display: grid;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
		border-radius: unset;
		align-items: unset;
}

.section-payment.cart .cart-items .box-item .image {
    width: 60px;
    height: 60px;
}

.section-payment.cart .cart-items .box-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-payment.cart .cart-items .group-text {
    display: flex;
    flex-direction: column;
    grid-column: 2 / span 2;
    grid-row: 1;
}

.section-payment.cart .cart-items .group-text .name {
    font-weight: 700;
    line-height: 26px;
}

.section-payment.cart .cart-items .group-text .condition {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.section-payment.cart .cart-items .group-text .price-unit {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 22px;
}

.section-payment.cart .cart-items .button-delete {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
		inset: unset;
    top: 20px;
    right: 0;
    color: #999;
}

.section-payment.cart .cart-items .button-delete svg {
    width: 10px;
    height: 10px;
}

.section-payment.cart .cart-items .box-stepper {
    display: flex;
    align-items: center;
    width: 97px;
    height: 36px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.section-payment.cart .cart-items .box-stepper > * {
    flex: 1;
}

.section-payment.cart .cart-items .box-stepper button svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.section-payment.cart .cart-items .box-stepper .button-minus {
    color: #999;
}

.cart-items .price-subline {
    font-size: 18px;
    font-weight: 700;
    color: #00194b;
    place-self: end;
}

/* /약침담기 */


/* 제출서류관리  */

.box-icon-buttons-wrap {display: flex;gap:5px}
.box-icon-buttons-wrap > a {display: inline-flex;justify-content: center;align-items: center;width:44px;height: 44px;border-radius: 50%;background:#E9E9E9;font-size: 0}

.box-buttons-wrap {
	display: flex;
	gap: 8px;
}

.section-docs.home .box-buttons .button-print {
	background-color: #ffffff;
	font-weight: 600;
}


.section-docs.submission .ui-table th {
	font-size: 16px;
	padding: 12px 8px !important;
}

.section-docs.submission .ui-table td {
	padding: 12px 8px !important;
}

.section-docs.submission .ui-table .status {
	font-size: 16px;
}

.section-docs.submission .ui-table .description {
	margin-top: 4px;
}


.section-docs.submission .ui-table .status.reviewing {
	color: #666666;
}

.section-docs.submission .ui-table .button-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	font-size: 16px;
	padding: 0 8px;
	line-height: 1.4;
	border-radius: 4px;
}


@media (max-width: 1023px) {
  .section-docs.home .box-buttons {

		position: static;
		transform: unset;
	}
}

/* /제출서류관리  */

/* 회원정보수정 */

.ui-group-input.signature .image-sign {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}

.ui-group-input.signature .image-sign img {
	object-fit: contain;
}

#section-signature .ui-block-form .ui-group-input {
	padding: 24px;
	border: 2px solid #f2f4f9;
	border-radius: 16px;
}

#section-signature .ui-group-input.signature .signature-wrap {
	display: flex;
	gap: 24px;
	width: 100%;
}

#section-signature .ui-group-input.signature .signature-button-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 8px;
}

#section-signature .ui-group-input.signature .image-sign {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-size: 18px;
	width: 100%;
	max-width: 340px;
	height: 120px;
	flex-basis: unset;
}

#section-signature .signature .box-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
}

#section-signature .signature .sign-type {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 12px;
  border-radius: 8px;
	width: 100%;
	max-width: 132px;
	color: #666666;
  background: #f1f1f1;
}

#section-signature .signature .button-insert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 12px;
	background-color: #4696ff;
	border: 1px solid #4696ff;
  color: #ffffff;
  border-radius: 8px;
  flex-shrink: unset;
	width: 100%;
	font-size: 16px;
}

#section-signature .signature .button-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	width: fit-content;
	height: 32px;
	flex-shrink: unset;
	font-size: 14px;
	border-radius: 4px;
  color: #d72828;
  border: 1px solid #d72828;
	background-color: #ffffff;
	transition: all .2s;
}

#section-signature .signature .button-delete:hover {
	background-color: #ff4444;
	border: 1px solid #ff4444;
	color: #ffffff;
	font-weight: 500;
}


#section-signature .signature .signature-button-wrap input[type="text"] {
	flex: unset;
	height: 56px;
}

#section-signature .signature .button-direct {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 16px;
	font-weight: 400;
	color: #999;
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	flex-shrink: 0;
}

#section-signature .signature-input-group {
	display: flex;
	flex-direction: column;
	gap: 8px;;
}


.js-modal-signature-insert .sign-type,
.js-modal-ceo-signature-insert .sign-type {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.js-modal-signature-insert .sign-type div,
.js-modal-ceo-signature-insert .sign-type div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	background-color: #eaeaea;
  color: #777777;
	cursor: pointer;
}

.js-modal-signature-insert .sign-type div.active,
.js-modal-ceo-signature-insert .sign-type div.active {
	background-color: #ecf4ff;
  color: #4696ff;
	font-weight: 700;
}

@media (max-width: 1023px) {
	#section-signature .ui-group-input.signature .signature-wrap {
		flex-direction: column;
		gap: 8px;
	}

	#section-signature .signature .sign-type {
		height: 48px;;
	}
}


/* /회원정보수정 */


/* 자주처방하는 약침 */

.section-prescription.frequent .cart-items.view-grid .box-input-checkbox {
	position: absolute;
	top: 30px;
	left: 30px;
}

.section-prescription.frequent .cart-items.view-grid .button-delete {
	top: 24px;
	right: 20px;
}

.section-prescription.frequent .cart-items.view-grid .box-item {
  padding: 64px 30px 30px 30px;
}

/* /자주처방하는 약침 */



/* 사전처방 */



.prior .box-stepper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.prior .box-stepper button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s;
}

.prior .box-stepper button:hover {
    background-color: #f5f5f5;
}

.prior .box-stepper button:active {
    background-color: #e8e8e8;
}

.prior .box-stepper button svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.prior .box-stepper .button-minus {
    color: #999;
    border-right: 1px solid #dfdfdf;
}

.prior .box-stepper .button-plus {
    color: #1946b9;
    border-left: 1px solid #dfdfdf;
}

.prior .box-stepper input {
    flex: 1;
    height: 100%;
    padding: 0 16px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    color: #333;
    outline: none;
		width: 100% !important;
}

.prior .box-stepper input:focus {
    background-color: #fafafa;
}


/* /사전처방 */


/* 약침처방 */

.page-prescription .list-info .signature {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
}

.page-prescription .list-info .signature img {
	height: 100%;
	object-fit: contain;
}

/* /약침처방 */


/* 프린트 페이지 */

.page-print {
	padding:20px;
  height: 100vh;
}
.page-print .section-docs.sharing-record,
.page-print .section-docs.sharing-record {height: 100%}
.page-print .section-docs.sharing-record .ui-card {padding: 0}
/*
.page-print * {
	font-size: 16px !important;;
}

.page-print .section-detail-info .ui-card .ui-card-title {
	font-size: 32px !important;
}

.page-print .ui-print-tit {
	font-size: 24px !important;
}

.page-print .section-detail-info .ui-card {
	width: 100%;
	height: auto;
	padding: 0px !important;
}

.page-print td,
.page-print th,
.page-print .table-prescriber:not(.type-input) td::before,
.page-print .table-prescription:not(.type-input) td::before {
	padding: 16px 0 !important;
	font-size: 16px !important;;
}

.page-print .section-detail-info .detail-foot .box {
	line-height: 32px;
}*/

@page {
		size: A4;
		margin: 0;
		padding: 40px 40px 40px 40px;
	}
@media print {

	

  html, body {
    width: 210mm;
    height: 297mm;
    padding: 0;
    margin: 0;
		background-color: #ffffff !important;
    -webkit-print-color-adjust: exact;
  }

  .page-print {
    width: 210mm;
    height: 297mm;
    page-break-after: always;
    margin: 0 !important;
		padding: 0 !important;
    border: initial;
    border-radius: initial;
    /*width: initial;*/
    min-height: initial;
    box-shadow: initial;
    background: initial;

  }
}


/* /프린트 페이지 */
.print_foot_logo {margin-top: 80px;margin-bottom: 130px; text-align: center;font-size: 0;}
.print_foot_logo img {width: 734px;margin: 0 auto}

/*20260106 추가*/
.sharing-record .tabs-docs.only-desktop,
.home .tabs-docs.only-desktop {background-color:transparent;padding:0;border-radius:0;}
.sharing-record .tabs-docs.only-desktop li,
.home .tabs-docs.only-desktop li {width:auto;}
.sharing-record .tabs-docs.only-desktop li a,
.home .tabs-docs.only-desktop li a {display: block;min-height: 54px;height:54px;padding:0 40px;line-height: 54px;color: #fff;border: 1px solid #c7d0e7;background-color:#c7d0e7}
.sharing-record .tabs-docs.only-desktop li.is-active a,
.home .tabs-docs.only-desktop li.is-active a {border-color: #002f87;color: #002f87;background-color:#fff;font-weight: 700;border-radius: 27px;}

/*20260110 추가*/
@media screen and (max-width:768px){
  .prior .box-stepper {position: relative;padding-right:24px;height: 45px;border: none;}
  .prior .box-stepper button {position: absolute;right: 0;width:20px;height: 20px;border-radius: 5px;background-color:#F0F0F0}
  .prior .box-stepper input[type=text] {border:1px solid #DFDFDF}
  .prior .box-stepper .button-plus {top:0;}
  .prior .box-stepper .button-minus {bottom:0;}
}

/* 소개페이지 헤더 글자색 조정 */

.ui-header .block-header .member-info {
	color: #ffffff;
}

.ui-header.is-scrolled .block-header .member-info {
	color: #000000;
}




/* 모달 반응형 추가 */

@media (max-width: 1910px) {
.ui-modal {
	padding: 24px;
	max-height: 80vh;
	overflow-y: scroll;
}

.ui-modal .box-border {
	padding: 20px;
}

.ui-modal .box-agree {
	padding: 20px;
}

.modal-privacy,
.modal-terms {
	width: 80%;
}
}


@media (max-width: 768px) {

.ui-modal {
	padding: 16px;
	width: calc(100vw - 40px);
}

}

/* /모달 */


/* 260309 랩탑 반응형 추가적용 */

@media (min-width: 1024px) and (max-width: 1910px) {




/* 게이트 페이지 */

.page-gate {
	width: 100%;
	min-width: 100%;
}

/* /게이트 페이지 */


body {
	font-size: 14px;
	min-width: unset !important;
}

.ui-inner {
	min-width: unset !important;
	width: 100%;
}

.ui-inner.is-subpage {
	width: 100%;
	padding-left: 32px;
	padding-right: 32px;
}

.ui-card {
	padding: 32px;
}


/* 헤더 & 푸터 */
.ui-header-dashboard.is-subpage .ui-inner,
.ui-footer .ui-inner {
	padding: 0 32px;
}

.ui-header-dashboard .button-home {
	width: 280px;
}

.ui-header-dashboard .list-user {
	gap: 24px;
}

.ui-header-dashboard .list-user li:not(:last-child):after {
	right: calc(-13px - 0.5px);
}

.ui-header-dashboard .list-user button {
	font-size: 16px;
}

#list-nav {
	margin-left: 24px;
}

#list-nav ul {
	gap: 24px;
}

#list-nav ul li a {
	font-size: 18px;
}

.ui-header-dashboard .list-shortcut a {
	padding: 0 18px;
	font-size: 16px;
}

.ui-footer .logo-main {
	width: 280px;
	height: unset;
}

.ui-footer .list-links {
	gap: 32px;
	margin-right: 48px;
}

.ui-footer .list-links a {
	font-size: 16px;
}

.ui-footer .button-open {
	width: 180px;
}

.ui-footer .button-top {
	right: 32px;;
}
/* /헤더 & 푸터 */


/* 버튼 */

.ui-button-primary {
	width: 200px;
	height: 56px;
	font-size: 18px;
}


/* /버튼 */



/* 사이드 바 */

.ui-my-sidebar {
	padding: 24px;
	flex: 0 0 280px;
}

.ui-my-sidebar .list-shortcut a {
	font-size: 16px;
}

.section-sidebar-layout > :not(.ui-my-sidebar) {
	width: calc(100% - 300px);
}


/* /사이드 바 */

/* 약침담기 */

.section-prescription.cart .section-sidebar-layout {
	gap: 24px;;
}

.section-sidebar-layout .section-detail {
	width: 65%;
}

.section-prescription.cart .box-item {
	gap: 24px;
}

.section-payment.cart {
	width: 35%;
}

.section-payment.cart .ui-card {
	padding: 32px;
}


/* /약침담기 */


/* 테이블 */

table {
	table-layout: auto;
}

th,
td {
	font-size: 15px !important;
}


.section-mypage.prescription-check .ui-table .status-cell {
	text-align: center;
}

.section-mypage.prescription-check .ui-table .group-status {
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}

.section-mypage.prescription-check .ui-table .group-status .badge {
	width: fit-content;
	min-width: 80px;
	padding: 0 8px;
	margin: 0 auto;
}

.button-add-check {
	min-width: 80px;
	margin: 0 auto;
}


/* /테이블 */




/* 사전처방 */

.block-formula .group-info .box-image {
	width: 40%;
}

.block-formula .group-info .group-table {
	width: 60%;
}

.block-formula .ui-table th:nth-child(1) {
    width: unset;
}

.block-formula .ui-table th:nth-child(2) {
    width: unset
}

/* /사전처방 */



/* 약침처방 */


.page-prescription .block-user {
	width: 100%;
}

.section-prescription.order .section-sidebar-layout {
	gap: 24px;
	width: 100%;
}

.section-prescription.order .section-detail {
	width: calc(65% - 24px);
}

.section-prescription.order .section-payment {
	width: 35%;
}

.section-prescription.order .block-prescription-item .group-info {
	flex-direction: column;
}

.block-prescription-item .table-ingredients {
	flex-basis: unset;
	height: auto;
}

.block-prescription-item .table-ingredients th,
.block-prescription-item .table-ingredients td {
	padding: 8px 0;
}


.block-prescription-item .ui-group-input {
	flex-direction: row;
}

.block-prescription-item .ui-group-input .box-row {
	flex-direction: column;
	align-items: flex-start;
}

.block-prescription-item .ui-group-input .box-title {
	flex-basis: unset
}

.block-prescription-item .box-detail .group-buttons {
	flex-direction: row;
}

.block-prescription-item .button-save {
	width: 100%;
	height: 56px;
}

.block-prescription-item .box-detail .button-register {
	width: 100%;
	height: 56px;
	justify-content: center;
}

.block-prescription-item .box-detail .button-register br {
	display: none;
}


/* /약침처방 */

/* 처방내역상세 */

.section-mypage.prescription-check .group-status .badge {
	width: 100%;
}

.section-mypage.prescription-check .card-recent {
	padding: 20px 20px 20px 12px;
}

.table-prescriber th:nth-child(odd) {
	width: unset;
}

/* /처방내역상세 */



/* 1:1 문의 */


.section-mypage.inquiry .ui-table th:nth-child(1) {
    width: unset;
}

.section-mypage.inquiry .ui-table th:nth-child(2) {
    width: unset;
}

.section-mypage.inquiry .ui-table th:nth-child(3) {
    width: unset;
}


/* /1:1 문의 */


/* 보건소 신고자료 안내 */

.step-list {
	gap: 8px;;
}

.step-box {
	font-size: 18px;
	word-break: unset;
}

.step-area .arrow {
	width: 32px;
	height: 32px;
}

/* /보건소 신고자료 안내 */


/* 공지 */


.ui-list-archive.is-detail .title {
	font-size: 32px;
	line-height: 48px;
}

.ui-list-archive.is-detail  + .ui-block-detail {
    display: flex;
    flex-direction: column;
}

/* /공지 */


/* 회원가입 */

.section-signup.basic-info {
	width: 100%;
}

/* /회원가입 */

}







/* 대시보드 전용 */
@media (min-width: 1024px) and (max-width: 1910px) {


.section-top-banner .ui-inner {
	padding: 0 40px !important;
}

.section-top-banner .group-buttons {
	width: 100%;
}

.section-top-banner .text {
	font-size: 40px;
}


.page-dashboard .ui-inner {
	padding: 0 24px;
}

.page-dashboard .section-main {
	width: 75%;
}

.page-dashboard .section-sidebar {
	width: 25%;
}

.page-dashboard .section-main .title-section {
	font-size: 20px;
	line-height: 1.6;
}

.page-dashboard .section-links {
	width: 100%;
	height: 80px;
}

.page-dashboard .section-recent {
	height: auto;
	padding: 24px;
}

.page-dashboard .section-recent .title-recent {
	font-size: 24px;
}

.page-dashboard .section-recent .button-link {
	font-size: 16px;
	line-height: 36px;
	height:  auto;
	width: fit-content;
	padding: 0 16px;
}

.page-dashboard .section-recent .card-recent {
	padding: 24px;
	height: auto;
}

.page-dashboard .section-recent .group-status {
	height: auto;
	gap: 16px;
	width: 100%;
}

.page-dashboard .section-recent .group-status .group-badge {
	flex-direction: column;
}

.page-dashboard .section-recent .group-status .badge {
	justify-content: center;
}

.page-dashboard .section-recent .card-recent .image {
	width: 96px;
	height: 96px;
	flex-basis: unset;
}

.page-dashboard .section-recent .list-count li {
	font-size: 14px;
}

.page-dashboard .section-recent .list-text .name {
	font-size: 18px;
}

.page-dashboard .section-recent .list-text .name div {
	display: inline;
}

.page-dashboard .section-pharma {
	gap: 16px;
}


.page-dashboard .section-download {
	width: 45%;
	padding: 24px;
	height: auto;
	overflow-y: scroll;
}

.page-dashboard .section-download .group-search .ui-select {
	width: 120px;
}

.page-dashboard .section-download .list-meta li {
	font-size: 15px;
}

.page-dashboard .section-download .group-text .text {
	font-size: 18px;
}

.page-dashboard .section-download .button-select-print {
	font-size: 16px;
	padding: 0 16px;
}

.page-dashboard .section-frequent {
	width: 55%;
	padding: 24px;
	height: auto;
}


.page-dashboard .section-frequent .block-pharma {
	gap: 16px;
	width: 100%;
	overflow-x: scroll;
}

.page-dashboard .section-frequent .card-pharma {
	aspect-ratio: 3/4;
}



.page-dashboard .section-notice {
	width: 100%;
	padding: 24px;
	height: auto;
}

.page-dashboard .section-notice .swiper .card-notice {
	padding: 24px;
	height: auto;
}

.page-dashboard .section-notice .card-notice .title {
	font-size: 20px;
}

.page-dashboard .section-account {
	padding: 24px;
	height: auto;
	gap: 16px;
}

.page-dashboard .section-account .block-info {
	height: auto;
	padding: 16px 16px 16px 0;
}


.page-dashboard .section-account .block-account {
	gap: 24px;
}

.page-dashboard .section-account .box-name {
	font-size: 18px;
}

.page-dashboard .section-account .button-logout {
	width: fit-content;
	padding: 0 12px;
	font-size: 16px;
	height: 48px;
	flex-shrink: 0;
}

.page-dashboard .section-account .block-info li {
	font-size: 18px;
	gap: 16px;
}


.page-dashboard .section-sidebar .section-buttons {
	gap: 16px;
}

.page-dashboard .section-buttons button {
	height: auto;
	padding: 20px;
	font-size: 16px;
}

.page-dashboard .section-guide .card-guide {
	padding: 24px;
}

.page-dashboard .section-guide .card-guide .text {
	font-size: 20px;
}

}
/* 대시보드 전용 */



/* 회원 페이지 모바일 전용 */

/* 모바일 - 사이드바 - 원외탕전실 링크 추가 */
.ui-my-sidebar .ex-main-link {
	display: none;
	justify-content: space-between;
	align-items: center;
	height: 52px;
	margin-top: 80px;
	padding: 0 20px;
	background: rgba(70, 150, 255, 0.1);
	border-radius: 8px;
	font-size: 18px;
}

.ui-my-sidebar .ex-main-link svg {
	width: 16px;
	height: 16px;
}

/* 모바일 - 사이드바 - 원외탕전실 링크 추가 */

/* 모바일 - 고객센터 슬라이드 메뉴 추가 */

.silde-sub-menu {
	display: none;
	position: relative;
	top: 24px;
	align-items: center;
	width: calc(100% + 32px);
	flex-shrink: 0;
	border-bottom: 1px solid #000;
	overflow-x: scroll;
}

.silde-sub-menu::-webkit-scrollbar{
  display:none;
}

.silde-sub-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0 24px 16px;
	flex-shrink: 0;
	font-size: 16px;
	color: #4B4848;
}

.silde-sub-menu a.active {
	color: #004098;
	border-bottom: 2px solid #004098;
	font-weight: 700;
}


/* 모바일 - 고객센터 슬라이드 메뉴 추가 */

@media (max-width: 768px) {

.ui-my-sidebar .ex-main-link {
	display: flex;
}


.silde-sub-menu {
	display: flex;
}

.ui-header-dashboard {
	padding: 24px 16px 24px;
}

.ui-header-dashboard .list-menu {
	position: absolute;
	left: 20px;
	top: 68px;
}


.ui-header-dashboard .ui-inner {
	gap: 16px 0;
	display: flex;
	flex-direction: column;
}

.ui-header-dashboard .block-navigator {
	width: 100%;
}

.ui-header-dashboard .list-user {
	display: flex;
	line-height: 24px;
	justify-self: end;
	gap: 25px;
	justify-content: end;
	width: 100%;
	margin-top: 8px;
}

.ui-header-dashboard .list-shortcut {
	display: flex;
	align-items: center;
	gap: 4px;
	width: 100%;
}

.ui-header-dashboard .list-shortcut li {
	width: 100%;
}

.ui-header-dashboard .list-shortcut a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0px 8px 0 9px;
	font-size: 12px;
	color: #1946b9;
	border: 1px solid #1946b9;
	border-radius: 22px;
}

.ui-header-dashboard .list-shortcut a svg {
	width: 16px;
	height: 16px;
}



.ui-primary-buttons .ui-button-primary {
	width: 100% !important;
	flex: unset;
}

.ui-list-archive.is-detail {
	padding: 0;
}

.section-mypage .ui-card {
	padding: 24px;
}

.section-mypage .ui-card .ui-block-detail {
	padding: 16px;
}

.section-mypage .ui-block-detail .box-attachment {
	margin-top: 16px;
}

.section-prescription.detail .ui-table.table-prescription colgroup {
	display: none;
}

.section-prescription.detail .ui-table.table-prescription td {
	padding: 16px 0;
}

.section-prescription.detail .option-button-wrap div div {
	display: flex;
}

.section-prescription.detail .option-button-wrap div div {
	display: flex;
	flex-wrap: nowrap;
}

#fileList {
	width: 100%;
}

#fileList .file-item:first-child {
	flex-direction: column;
	width: 100%;
	margin-bottom: 24px !important;
}

#fileList .file-item:first-child input {
	flex: auto !important;
}

#fileList .file-item:first-child .button-remove {
	display: none;
}

#fileList .file-item:first-child div {
	width: 100%;
}

#fileList .file-item:first-child div label,
#fileList .file-item:first-child div button {
	display: flex;
	width: 100%;
	flex: auto;
}

#fileList .file-item div .button-remove {
	height: 48px
}

#fileList .file-item:not(:first-child) .file-note,
#fileList .file-item:not(:first-child) .button-remove + .button-action {
	display: none;
}


.prescription-check.reporting .box-has-btn-row {
	background-color: #f9f9f9;
	flex-direction: column;
	padding-bottom: 24px;
	margin-bottom: 24px;
	gap: 0;
}


.section-prescription.prior label.ui-label-checkbox.with-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	font-size: 16px !important;
	padding: 16px !important;
}

.section-prescription.prior label.ui-label-checkbox.with-text .icon-check {
	position: static;
	transform: unset;
	width: 18px;
	height: 18px;
}

}

/* /회원 페이지 모바일 전용 */


/* 소개 페이지 모바일 전용 */

@media (max-width: 1024px) {

.section-main-visual .group-buttons {
	bottom: 24px;
	top: unset;
	transform: unset;
}

}

/* /소개 페이지 모바일 전용 */










/* 소개 사이트 */


@media (min-width: 1911px) {


.page-main .section-special .ui-inner {
	height: 100vh;
	padding-top: 40px;
}

.page-main .section-special .block-text {
	gap: 64px;
}

.page-main .section-special .block-visual {
	width: 640px;
	height: 640px;
	flex: 0 0 640px;;
}


.page-main .section-system {
	height: 100vh;
	padding: 40px 0 0;
	display: flex;
	align-items: center;
}


.page-main .section-system .ui-inner {
	width: 1590px;
}

.page-main .section-system .swiper-slide {
	height: 640px;
}


.page-main .section-pharma {
	height: 100vh;
	padding: 40px 0 0;
	display: flex;
	align-items: center;
}

.page-main .section-pharma .ui-inner {
	width: 1590px;
}

.section-pharma .swiper-slide .image {
	width: 100%;
}

.page-main .section-links .ui-inner {
	width: 1590px;
}

.page-main .section-links {
	height: 100vh;
	padding: 64px 0 0;
	display: flex;
	align-items: center;
}

.page-main .section-links .block-title {
	height: 132px;
}

.page-main .section-links .title-section {
	font-size: 44px;
	line-height: 1.4;
}

.page-main .section-links .block-step {
	margin-top: 32px;
}

.page-main .section-links .list-step li {
	height: 220px;
	padding: 40px;
}

.page-main .section-links .list-step .icon svg {
	height: 56px;
	width: 56px;
	margin-bottom: 24px;
}

.page-main .section-links .group-row {
	margin-top: 24px;
}

.page-main .section-links .block-start {
	height: 320px;
	padding: 60px;
	width: 60%;
	flex-basis: unset;
}

.page-main .section-links .block-tour {
	height: 320px;
	padding: 60px;
	width: 40%;
	flex-basis: unset;
}


}


@media (min-width: 1024px) and (max-width: 1910px) {


/* 홈 화면 */

.ui-header .ui-inner {
	padding: 0 32px;
}

.ui-header .box-logo {
	max-width: 240px;
	min-width: 120px;
	width: 100%;
}

.ui-header .box-logo a {
	width: 100%;
}

.ui-header .list-main-category {
	flex-shrink: 0;
}

.ui-header .list-main-category a {
	padding: 0 24px;
	font-size: 18px;
}

.page-main .section-main-visual {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.page-main .ui-inner {
	width: 100%;
	padding: 0 5%;
}



.page-main .section-special .ui-inner {
	height: auto;
	padding-top: 120px;
	padding-bottom: 80px;
}

.page-main .section-special .title-special {
	font-size: 64px;
}

.page-main .section-special .block-text {
	gap: 40px;
}

.page-main .section-special .block-visual {
	transform: scale(0.8);
}



.page-main .section-system {
	padding: 160px 0 120px;
}

.page-main .section-system .swiper-pagination-bullet {
	padding: 0 32px;
	font-size: 18px;;
}

.page-main .section-system .swiper-slide {
	height: 60vh;
	padding: 0 64px;
}

.page-main .section-system .swiper-slide .category {
	font-size: 32px;
}




.page-main .section-pharma {
	padding: 160px 0 140px;
}

.page-main .section-pharma .swiper-slide {
	padding: 40px;
	height: auto;
}

.page-main .section-pharma .swiper-slide .image {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}


.page-main .section-links {
	padding: 160px 0 120px;
}

.page-main .section-links .block-title .text {
	width: auto;
}

.page-main .section-links .list-step li {
	height: auto;
	font-size: 20px;
}

.page-main .section-links .list-step .icon svg {
	width: 56px;
	height: 56px;
	margin-bottom: 24px;
}


.page-main .group-row:has(.block-tour) {
	display: flex;
	flex-direction: column;
}

.page-main .section-links .block-start {
	width: 100%;
	height: auto;
	flex-basis: unset;
}

/* /홈 화면 */




.ui-subpage-title .ui-inner {
	height: auto;
}

/* 인사말 */


.section-greeting {
	height: 100vh;
}

.section-greeting .text {
	font-size: 56px;
}


.section-overview {
	height: 100vh;
}

.section-goal {
	height: 100vh;
}


.section-goal .group:nth-child(1) { width: 70%;}
.section-goal .group:nth-child(2) { width: 30%;}


.section-goal .text {
	font-size: 32px;
	line-height: 1.6;
}

.section-goal .description {
	font-size: 20px;
	line-height: 1.6;
}

.section-goal .image {
	width: 100%;
	height: auto;
}



.section-philosophy .block.is-active {
	height: 640px;
	padding-bottom: 40px;
}


.section-value {
	height: 100vh;
}

.section-value {
	height: auto;
}

.section-value ul {
	height: 640px;
}

.section-value .alphabet {
	font-size: 240px;
}

.section-value .badge {
	font-size: 24px;
}

.section-value .text {
	font-size: 24px;
	line-height: 1.6;
}

/* /인사말 */




/* 원외탕전실 시스템 */

#section-system .list-step {
	padding: 0 40px;
	grid-column-gap: 64px;
	grid-row-gap: 24px;
}

#section-system .list-step li:not(:first-child)::before {
	width: 32px;
	height: 32px;
	left: -48px;
}


.section-water .list-step {
	grid-column-gap: 40px;
	padding: 32px 32px 160px;
}

.section-water .list-step .card {
	padding: 24px;
}

.section-water .list-step li:not(:first-child)::before {
	width: 24px;
	height: 24px;
	left: -32px;
}

.section-water .list-step li:not(:first-child)::after {
	width: 40px;
	left: -40px;
}

.section-water  .list-step .speech-bubble {
	left: -137px;
}

.section-slider.water .thumb-swiper .swiper-wrapper {
	flex-wrap: wrap;
	box-sizing: border-box;
}

.section-slider.water .thumb-swiper .swiper-slide {
	width: calc(100% / 4 - 4px) !important;
}

.section-slider.water .thumb-swiper .swiper-slide-thumb-active:not(:nth-child(4)) {
	width: calc(100% / 2 - 4px) !important;
}

.section-slider.water .main-swiper .swiper-slide {
	height: 480px;
}

.thumb-swiper .card {
	height: 240px;
}

.section-slider.water .thumb-swiper .text {
	font-size: 16px;
}


#section-packaging .list-step  {
	padding: 0 40px;
	grid-column-gap: 64px;
	grid-row-gap: 24px;
}

#section-packaging .list-step  li:not(:first-child)::before {
	width: 32px;
	height: 32px;
	left: -48px;
}


.section-slider.cleanroom  .main-swiper .swiper-slide {
	height: 480px;
}

.section-slider.cleanroom .thumb-swiper .swiper-wrapper {
	flex-wrap: wrap;
	box-sizing: border-box;
}

.section-slider.cleanroom .thumb-swiper .swiper-slide {
	width: calc(100% / 4 - 4px) !important;
}

.section-slider.cleanroom .thumb-swiper .card {
	height: auto;
}

.section-slider.cleanroom .thumb-swiper .thumbnail {
	height: 80px;
}


.section-quality .list-summary {
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.section-quality .list-summary .text {
	font-size: 18px;
}

.section-slider.quality  .main-swiper .swiper-slide {
	height: 480px;
}

.section-slider.quality .thumb-swiper .swiper-wrapper {
	flex-wrap: wrap;
	box-sizing: border-box;
}

.section-slider.quality .thumb-swiper .swiper-slide {
		width: calc(100% / 5 - 4px) !important;
}

.section-slider.quality .thumb-swiper .card {
	height: auto;
}

.section-slider.quality .thumb-swiper .thumbnail {
	height: 80px;
}


/* /원외탕전실 시스템 */





/* 약침소개 */

.section-gmp .ui-inner {
	width: 100%;
	padding: 180px 32px;
}


.section-gmp .block-left,
.section-gmp .block-right {
	width: 50%;
	flex-basis: unset;
}

.section-gmp .box-bottom {
	width: 100%;
}

.section-visual {
	padding: 0 32px;
}

.section-yakchim .ui-inner {
	width: 100%;
	padding-bottom: 160px;
}

.section-yakchim .yakchim-grid {
	padding: 0 32px;
	row-gap: 120px;
	column-gap: 24px;
}

.section-yakchim .card {
	height: 320px;
	padding: 32px;
}

.section-yakchim .image {
	bottom: -80px;
}

.section-yakchim .image img {
	height: 100%;
}


.section-detail:has(#main-product-image) .card,
.section-detail:has(#main-product-image) .block-text {
	width: 100%;;
}


/* /약침소개 */


/* 이용안내 */

.section-guide .block-guide {
	width: 100%;
}


/* 이용안내 */



}

/* 소개 사이트 */


/* 모바일 소개 사이트 */

@media (max-width: 786px) {

.section-pharma .swiper-slide .text {
	font-size: 16px;
}

.section-yakchim .type {
	font-size: 19px;
	margin-bottom: 4px;
}

.section-yakchim .name {
	font-size: 16px;
}


}

/* /모바일 소개 사이트 */