#section-package-reason {margin-bottom: 100px;}
#section-package-reason .section-title {margin-bottom: 15px;}
.package-reason-desc {font-size: 16px; color: #45c0be; max-width: 380px; margin: auto; line-height: 1.3em; margin-bottom: 40px;}
.package-reason-wrapper {display: grid; grid-auto-rows: 1fr; grid-template-columns: 33.33% 33.33% 33.33%; padding-bottom: 80px; border-bottom: 2px solid #d3eefc;}
.package-reason-item {padding-left: 5%; padding-right: 5%;}
.package-reason-item-box {
    border-radius: 20px 20px 50px 20px; background: rgb(189,231,250); position: relative; height: 100%; padding: 2px;
    background: linear-gradient(90deg, rgba(189,231,250,1) 0%, rgba(84,201,245,1) 100%);
    box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -webkit-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -moz-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75);
}
.package-reason-item-content {height: 100%; border-radius: 20px 20px 50px 20px; background: #FFF; display: flex; align-items: center; justify-content: center; padding: 15px 10% 15px 10%;}
.package-reason-item-icon {margin-right: 10%;}
.package-reason-item-desc {font-size: 18px; color: var(--blue)}
.package-filter-wrapper {float: left; width: 25%; padding-right: 2.5%;}
.package-list-wrapper {float: left; width: 75%; padding-left: 2.5%;}
.package-list {margin-bottom: 30px;}
.package-filter-title {font-weight: bold; font-size: 16px; color: var(--blue); margin-bottom: 15px;}
.package-filter-choices-label {font-weight: bold; font-size: 16px; color: var(--blue); margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #95dbda; display: flex; align-items: center; justify-content: space-between; padding-right: 5%;}
.package-filter-item {margin-bottom: 5px; display: flex; align-items: center; justify-content: space-between; padding-right: 5%;}
.package-filter-item-label {font-size: 14px; color: #003f68;}
.package-filter-item-label label {cursor: pointer;}
.package-filter-item-radio input {accent-color: #003f68; cursor: pointer;}
.package-list {display: grid; grid-auto-rows: 1fr; grid-template-columns: 50% 50%;}
.package-item {margin-bottom: 30px;}
.package-item.left {padding-right: 2.5%;}
.package-item.right {padding-left: 2.5%;}
.package-item-box {position: relative; border-radius: 20px; background: url('../images/package-item-bg.png') no-repeat 0 0; background-size: 100% 100%; background-color: #e6f8ff; padding: 20px 5% 20px 5%;}
.package-item-popular-box {position: absolute; width: 142px; height: 46px; background: url('../images/package-popular-box.png') no-repeat 0 0; top: -15px; right: -11px; color: #FFF; font-size: 14px; text-align: center; padding-top: 5px;}
.package-item-name {font-size: 21px; font-family: var(--domaine); font-weight: 500;}
.package-item-hospital-code {font-size: 16px; color: #003f68; font-family: var(--domaine);}
.package-item-star-wrapper {display: flex; align-items: center; margin-bottom: 20px;}
.package-item-star-wrapper img {width: 14px; margin-right: 5px; }
.package-item-review-number {margin-left: 5px; font-size: 12px; font-weight: bold; color: #c1bcbc;}
.package-item-detail-list {padding-bottom: 5px; border-bottom: 2px solid #45c0be; margin-bottom: 20px;}
.package-item-detail-list ul {list-style-image: url('../images/icon-bullet-black.png'); padding-left: 20px;}
.package-item-detail-list li {font-size: 14px; line-height: 1.5em;}
.package-item-otherinfo {padding-bottom: 10px; margin-bottom: 15px; border-bottom: 2px solid #45c0be;}
.package-item-otherinfo-item {display: flex; align-items: center;}
.package-item-otherinfo-item-icon {flex: 0 0 25px;}
.package-item-otherinfo-item-label {font-size: 14px; flex: 0 0 130px;}
.package-item-otherinfo-item-value {font-size: 14px;}
.package-item-button {background-color: #45c0be; letter-spacing: 1px; color: #FFF; font-size: 11px; font-weight: bold; border-radius: 5px 20px 5px 20px; padding: 7px 20px;}
.package-item-button:hover {background-color: var(--blue); color: #FFF;}
.pagination {--bs-pagination-padding-y: 0.1rem; --bs-pagination-padding-x: 0.9rem;}
.page-item {width: 35px; height: 35px; position: relative;}
.page-item:first-child, .page-item:first-child + .page-item, .page-item:last-child {border: 0;}
.page-link {border: 0; background-color: transparent !important; font-family: var(--poppins); font-weight: 900; font-size: 13px; color: #0077b0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.page-item:first-child {background: url('../images/pagination-prev.png') no-repeat center center;}
.page-item:last-child {background: url('../images/pagination-next.png') no-repeat center center;}
.page-item:first-child .page-link, .page-item:last-child .page-link {text-indent: -99999px}
.page-item.active {border: 1px solid #0077b0 !important; border-radius: 50%;}
.page-item.active .page-link {color: #0077b0;}

#section-package-detail-top{margin-bottom: 60px}
.package-detail-title-wrapper {float: left; width: 50%; padding-right: 5%; text-align: center;}
.package-detail-title-wrapper .section-title {margin-bottom: 15px; line-height: 1.1em;}
.package-detail-title-wrapper .section-subtitle {font-weight: bold; font-size: 20px; color: var(--blue);}
.package-detail-info-wrapper {float: left; width: 50%; padding-left: 5%;}
.package-detail-info-item {margin-bottom: 20px;}
.package-detail-info-box {
    background: #FFF; border: 1px solid #89bedd; border-radius: 10px; padding: 10px 5%; display: grid; grid-auto-rows: 1fr; grid-template-columns: 40px 140px calc(100% - 180px);
    box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -webkit-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -moz-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75);
}
.package-detail-info-icon {margin-right: 1%;}
.package-detail-info-label {font-size: 16px;}
.package-detail-info-value {font-weight: bold; font-size: 16px; padding-left: 5%;}

#section-package-detail-item {background: url('../images/package-detail-item-bg.webp') no-repeat center top; background-size: 100% auto; padding: 100px 10% 100px 10%;}
#section-package-detail-item .section-title {position: relative; padding-bottom: 15px; margin-bottom: 25px;}
#section-package-detail-item .section-title-small-border {left: 0; transform: none; background-color: #5bcbf5;}
.package-detail-item-img {float: left; width: 50%; padding-right: 2.5%;}
.package-detail-item-img img {width: 100%;}
.package-detail-item-list-wrapper {float: left; width: 50%; padding-left: 2.5%;}
.package-detail-item-list ul {column-gap: 10%; column-count: 2; list-style-image: url('../images/icon-bullet2.png'); padding-left: 20px;}
.package-detail-item-list li {font-size: 16px; color: var(--blue);}

#section-package-requirement {margin-bottom: 150px; padding-top: 100px;}
.package-req-left {float: left; padding-right: 5%; width: 50%;}
.package-req-right {float: left; padding-left: 5%; width: 50%;}
.package-req-item {margin-bottom: 20px;}
.package-req-box {
    background: #FFF; border: 1px solid #89bedd; border-radius: 10px; padding: 10px 5%; display: grid; grid-auto-rows: 1fr; grid-template-columns: 40px calc(100% - 40px);
    box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -webkit-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -moz-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75);
}
.package-req-icon {margin-right: 1%;}
.package-req-desc {font-size: 16px;}

#section-package-ourservice {margin-bottom: 150px;}
#section-package-ourservice .section-title {position: relative; margin-bottom: 50px;}
.title-decor-blue {position: absolute; top: -33px; left: -32px; background: url('../images/title-decor-blue.png'); width: 33px; height: 32px;}
.package-service-list {display: flex; justify-content: space-evenly;}
.package-service-item {padding-right: 3%; flex: 1 0 auto; width: 16%;}
.package-service-item-icon {position: relative; background-color: #FFF; background-repeat: no-repeat; background-position: center center; height: 140px; width: 100%; border-radius: 10px 50px 10px 50px; overflow: hidden; /*border: 1px solid #77d4f6;*/ margin-bottom: 20px;}
.package-service-item-number-box {background-color: #0073b5; width: 33px; height: 33px; position: absolute; top: 0; left: 0; border-radius: 0 0 15px 0;}
.package-service-item-number {font-size: 12px; color: #FFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 600;}
.package-service-item-name {position: relative; font-size: 18px; color: var(--blue); line-height: 1.2em; padding-left: 10%; padding-right: 10%;}

#section-package-procedure {margin-bottom: 150px}
.package-procedure-left {float: left; width: 30%; padding-right: 2.5%;}
.package-procedure-right {float: left; width: 70%; padding-left: 2.5%;}
.package-procedure-item-wrapper {display: grid; grid-auto-rows: 1fr; grid-template-columns: 50% 50%;}
.package-procedure-item {margin-bottom: 20px;}
.package-procedure-item.left {padding-right: 1%;}
.package-procedure-item.right {padding-left: 1%;}
.package-procedure-box {
    background: #FFF; padding: 20px 10%; display: flex; height: 100%; align-items: center; border-radius: 20px;
    box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -webkit-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -moz-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75);
}
.package-procedure-item-icon {flex: 0 0 72px;}
.package-procedure-item-desc {padding-left: 5%; font-size: 18px; color: var(--blue);}

#section-package-review {margin-bottom: 150px; overflow: hidden;}
#section-package-review .section-title {margin-bottom: 40px;}
/* .review-list-wrapper {margin-left: -10%;} */
.review-item {padding-left: 15px; padding-right: 15px; padding-bottom: 20px;}
.review-item-box {height: 100%; border-radius: 20px; height: 100%; padding: 20px; background: #FFF; box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -webkit-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -moz-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75);}
.review-item-top {margin-bottom: 10px;}
.review-item-avatar {float: left; width: 50px; height: 50px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-right: 10px;}
.review-item-top-right {overflow: hidden; justify-content: space-between;}
.review-item-name-wrapper {overflow: hidden;}
.review-item-name {font-family: var(--domaine); font-size: 20px; line-height: 1.1em;}
.review-item-city {color: #bababa; font-size: 12px;}
.review-item-poin {white-space: nowrap; width: 100px; float: right;}
.review-item-poin img {width: 16px;}
.review-item-hospital-code {margin-bottom: 10px; font-weight: 600;}
.review-item-content {font-size: 14px; line-height: 1.2em; margin-bottom: 10px;}
.review-item-date {min-height: 17px; padding-left: 25px; background: url('../images/icon-calendar.png') no-repeat left center;}

#section-package-faq {margin-bottom: 30px;}
#section-package-faq .section-title {font-family: var(--domaine); font-weight: 500; font-size: 46px; color: #0073b0; margin-bottom: 50px; line-height: 1.1em;}
.package-faq-item {padding-bottom: 25px; margin-bottom: 25px; border-bottom: 2px solid #7fbbd7;}
.package-faq-item-q-symbol {float: left; width: 50px; font-size: 23px; font-weight: bold; color: var(--blue);}
.package-faq-item-q-content {overflow: hidden; font-size: 24px; font-weight: 600; color: #0073b0; line-height: 1.1em;}
.package-faq-item-a-symbol {float: left; width: 50px; font-size: 23px; font-weight: bold;}
.package-faq-item-a-content {overflow: hidden; font-weight: 300; font-size: 16px; color: #000;}
.package-faq-item .package-faq-item-row:first-child {margin-bottom: 10px;}

#section-packageorder {margin-bottom: 40px;}

label{font-size: 14px; color: var(--blue); margin-bottom: 5px;}
input[type="text"], input[type="date"], input[type="time"], input[type="password"], input[type="email"], input[type="number"], select {width: 100%; border: 2px solid #94dbda; outline: none; border-radius: 10px; padding: 6px 20px; font-size: 17px; color: #939393;}
input[type="text"]:disabled, input[type="date"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, select:disabled {background: #CCC; color: #FFF;}
input[type="checkbox"] {width: 20px; height: 20px;}
.form-group-row {display: flex; justify-content: space-between;}
.form-group-col {width: 47.5%;}
.form-group {position: relative;}
.dica-custom-date {position: relative; z-index: 1; background-color: transparent; cursor: pointer;}
.datepicker-icon {width: 19px; height: 21px; background: url('../images/icon-calendar-green.png') no-repeat 0 0; background-size: 100% 100%; position: absolute; bottom: 10px; right: 20px; z-index: 0;}
.dica-upload-form-wrapper { position: relative;}
.dica-btn-upload {border: 0; border-radius: 5px; position: absolute; width: 100%; max-width: 105px; height: 30px; background-color: #939393; font-size: 12px; color: #FFF; top: 50%; right: 15px; transform: translateY(-50%);}

.packageorder-title-wrapper {margin-bottom: 30px; padding-left: 250px;}
.packageorder-title {font-weight: bold; font-size: 36px; color: var(--blue); line-height: 1.1em;}
.packageorder-subtitle {font-size: 17px; line-height: 1.3em; color: #a0a0a0;}
.packageorder-step-wrapper {width: 250px; float: left; padding-right: 5%;}
.packageorder-step-item {transition:var(--transition); display: block; border-radius: 10px; background-color: #f2f2f2; padding: 10px 20px; margin-bottom: 20px; cursor: pointer; position: relative;}
.packageorder-step-item-title {transition:var(--transition); font-size: 16px; font-weight: bold; color: var(--blue);}
.packageorder-step-item-desc {transition:var(--transition); font-size: 12px; color: var(--blue);}
.packageorder-step-item:hover, .packageorder-step-item.active {background-color: var(--blue); box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -webkit-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -moz-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75);}
.packageorder-step-item:hover .packageorder-step-item-title, .packageorder-step-item:hover .packageorder-step-item-desc, .packageorder-step-item.active .packageorder-step-item-title, .packageorder-step-item.active .packageorder-step-item-desc {color: #FFF; }
.packageorder-step-active-arrow {transition: var(--transition); width: 20px; height: 20px; background-color: var(--blue); position: absolute; top: 50%; right: -10px; transform: translateY(-50%) rotate(45deg); opacity: 0;}
.packageorder-step-item.active .packageorder-step-active-arrow {opacity: 1;}

.packageorder-form {display: none;}
#packageorder-form-1 {display: block;}

.packageorder-box-wrapper {padding-left: 5%;}
.packageorder-box {float: left; width: calc(100% - 250px); background: #FFF; border-radius: 30px; border: 2px solid #d9d9d9; padding: 30px 5%; box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -webkit-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75); -moz-box-shadow: 5px 5px 10px -5px rgba(60,60,60,0.75);}
.packageorder-box-title {font-size: 24px; font-weight: bold; color: var(--blue); margin-bottom: 20px; line-height: 1.3em;}
.packageorder-box-header {display: flex; align-items: center; justify-content: space-between;}
.packageorder-box-footer {display: flex; align-items: center; justify-content: space-between;}
.packageorder-box-footer button {margin-right: 10px;}
.packageorder-box-footer button:last-child {margin-right: 0;}
.packageorder-box-button-right {display: flex; align-items: center;}
.packageorder-item {padding-bottom: 50px; margin-bottom: 50px; border-bottom: 2px solid #bfbfbf;}

.summary-item-title {font-size: 14px; font-weight: bold; color: #FFF; background-color: var(--blue); padding: 5px 10px; border-radius: 5px; margin-bottom: 10px; display: inline-block;}
.summary-item-left {float: left; width: 50%; padding-right: 2.5%;}
.summary-item-right {float: left; width: 50%; padding-left: 2.5%;}
.summary-item-group {margin-bottom: 20px;}
.summary-item-label {font-size: 14px; color: #46c1be; margin-bottom: 5px;}
.summary-item-value {font-weight: bold; font-size: 17px; color: var(--blue);}

@media screen and (max-width: 1000px) {
    .package-reason-item-desc {font-size: 17px;}
    .package-item-name {font-size: 20px;}
    .package-item-hospital-code {font-size: 15px;}
    #section-package-detail-top .inline-container3 {padding-left: 5%; padding-right: 5%;}
    .package-detail-item-list li {font-size: 15px;}
    .package-service-item-name {font-size: 16px;}
    #section-package-requirement {padding-top: 90px;}
}

@media screen and (max-width: 900px) {
    .package-reason-item-desc {font-size: 16px;}
    .package-item-name {font-size: 19px;}
    .package-item-hospital-code {font-size: 14px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 13px;}
    .package-item-otherinfo-item-label {flex: 0 0 110px;}
    .package-detail-info-value, .package-detail-info-label {font-size: 15px;}
    .package-detail-info-box {grid-template-columns: 40px 120px calc(100% - 160px);}
    .package-detail-item-list li {font-size: 14px;}
    .package-req-left {padding-right: 2%;}
    .package-req-right {padding-left: 2%;}
    .package-service-item-name {font-size: 14px;}
    #section-package-requirement {padding-top: 80px;}
}

@media screen and (max-width: 800px) {
    .package-reason-item-desc {font-size: 15px;}
    .package-item-name {font-size: 18px;}
    .package-item-hospital-code {font-size: 13px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 12px;}
    .package-item-otherinfo-item-label {flex: 0 0 100px;}
    .package-detail-info-value, .package-detail-info-label {font-size: 14px;}
    .package-detail-info-box {grid-template-columns: 40px 110px calc(100% - 150px);}
    .package-detail-title-wrapper {padding-right: 2%;}
    .package-detail-info-wrapper {padding-left: 2%;}
    .package-detail-item-list li {font-size: 13px;}
    .package-req-desc {font-size: 15px;}
    .package-procedure-item-desc {font-size: 16px;}
    #section-package-requirement {padding-top: 70px;}
    .form-group-col {width: 100%;}
}

@media screen and (max-width: 750px) {
    .package-detail-info-value, .package-detail-info-label {font-size: 13px;}
    .package-detail-info-box {grid-template-columns: 40px 100px calc(100% - 140px);}
}

@media screen and (max-width: 700px) {
    .package-reason-item-desc {font-size: 14px;}
    .package-item-name {font-size: 17px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 11px;}
    .package-item-otherinfo-item-label {flex: 0 0 90px;}
    .package-detail-info-value, .package-detail-info-label {font-size: 13px;}
    .package-detail-info-value, .package-detail-info-label {font-size: 12px;}
    .package-detail-info-box {grid-template-columns: 40px 90px calc(100% - 130px);}
    .package-req-desc {font-size: 14px;}
    .package-service-item-name {font-size: 18px;}
    .package-service-item {width: 33.33%; margin-bottom: 30px;}
    .package-service-list {flex-wrap: wrap;}
    .package-procedure-item-desc {font-size: 14px;}
    #section-package-requirement {padding-top: 60px;}
}

@media screen and (max-width: 600px) {
    .package-reason-item-desc {font-size: 18px;}
    .package-reason-wrapper {grid-template-columns: 100%;}
    .package-reason-item {padding-left: 0; padding-right: 0; margin: auto; margin-bottom: 20px; max-width: 320px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 14px;}
    .package-item-otherinfo-item-label {flex: 0 0 120px;}
    .package-filter-wrapper {float: none; width: 100%; padding-right: 0; margin-bottom: 30px;}
    .package-list-wrapper {float: none; width: 100%; padding-left: 0;}
    .package-item-name {font-size: 21px;}
    .package-item-hospital-code {font-size: 16px;}
    .package-detail-title-wrapper {padding-right: 0; width: 100%; float: none; margin-bottom: 30px;}
    .package-detail-info-wrapper {padding-left: 0; width: 100%; float: none;}
    .package-detail-info-value, .package-detail-info-label {font-size: 16px;}
    .package-detail-info-box {grid-template-columns: 40px 140px calc(100% - 180px);}
    .package-detail-item-list li {font-size: 16px;}
    .package-detail-item-img {float: none; width: 100%; padding-right: 0; margin-bottom: 30px;}
    .package-detail-item-list-wrapper {float: none; width: 100%; padding-left: 0;}
    .package-req-left {padding-right: 0; float: none; width: 100%; margin-bottom: 30px;}
    .package-req-right {padding-left: 0; float: none; width: 100%;}
    .package-req-desc {font-size: 16px;}
    .package-service-item-name {font-size: 16px;}
    .package-procedure-left {float: none; margin-bottom: 30px; width: 100%; padding-right: 0;}
    .package-procedure-right {float: none; width: 100%; padding-left: 0;}
    .package-procedure-item-desc {font-size: 18px;}
    #section-package-detail-top {margin-bottom: 135px;}
    #section-package-detail-item {background-image: url('../images/package-detail-item-bg-mobile.webp'); padding-top: 0; padding-bottom: 0;}
    .package-detail-item-content {position: relative; top: -75px;}
    #section-package-requirement .section-title {text-align: center;}
    #section-package-ourservice {margin-bottom: 40px;}
    #section-package-procedure {margin-bottom: 40px;}
    #section-package-review {margin-bottom: 40px;}
    #section-package-review .tns-outer {padding-bottom: 35px !important;}
    #section-package-review .tns-controls {top: 100%; height: 70px;}
    #section-package-review .tns-controls button:first-child {left: calc(50% - 43px);}
    #section-package-review .tns-controls button:nth-child(2) {right: calc(50% - 43px);}
    #section-package-faq .section-title {font-size: 43px;}
    .package-faq-item-q-content {font-size: 23px;}
    #section-package-requirement {padding-top: 0px;}
}

@media screen and (max-width: 550px) {
    .package-item-name {font-size: 20px;}
    .package-item-hospital-code {font-size: 15px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 13px;}
    .package-item-otherinfo-item-label {flex: 0 0 110px;}
    .package-detail-item-list li {font-size: 15px;}
    .package-service-item-name {font-size: 15px;}
    .package-procedure-item-desc {font-size: 17px;}
    .package-procedure-item-icon {flex: 0 0 64px;}
    #section-package-faq .section-title {font-size: 40px;}
    .package-faq-item-q-content {font-size: 22px;}
}

@media screen and (max-width: 500px) {
    #section-package-reason .section-title {font-size: 30px;}
    .package-item-name {font-size: 19px;}
    .package-item-hospital-code {font-size: 14px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 12px;}
    .package-item-otherinfo-item-label {flex: 0 0 100px;}
    .package-detail-info-value, .package-detail-info-label {font-size: 15px;}
    .package-detail-info-box {grid-template-columns: 40px 120px calc(100% - 160px);}
    .package-service-item-name {font-size: 14px;}
    .package-procedure-item-desc {font-size: 16px;}
    .package-procedure-item-icon {flex: 0 0 56px;}
    #section-package-faq .section-title {font-size: 37px;}
    .package-faq-item-q-content {font-size: 21px;}
}

@media screen and (max-width: 450px) {
    #section-package-reason .section-title {font-size: 28px;}
    .package-reason-desc {font-size: 15px;}
    .package-item-name {font-size: 21px;}
    .package-item-hospital-code {font-size: 16px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 14px;}
    .package-item-otherinfo-item-label {flex: 0 0 120px;}
    .package-list {grid-template-columns: 100%;}
    .package-detail-item-list li {font-size: 16px;}
    .package-procedure-item-icon {flex: 0 0 48px;}
    .package-detail-item-list ul {column-count: 1;}
    .package-service-item-name {font-size: 18px;}
    .package-service-item {width: 50%;}
    .package-procedure-item-wrapper {grid-template-columns: 100%;}
    .package-procedure-item.left {padding-right: 0;}
    .package-procedure-item.right {padding-left: 0;}
    #section-package-faq .section-title {font-size: 34px;}
    .package-faq-item-q-content {font-size: 20px;}
    .package-faq-item-a-content {font-size: 15px;}
}

@media screen and (max-width: 400px) {
    .package-reason-item-desc {font-size: 16px;}
    #section-package-reason .section-title {font-size: 26px;}
    .package-reason-desc {font-size: 14px;}
    .package-item-name {font-size: 20px;}
    .package-item-hospital-code {font-size: 15px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 13px;}
    .package-item-otherinfo-item-label {flex: 0 0 110px;}
    .package-detail-info-value, .package-detail-info-label {font-size: 13px;}
    .package-detail-info-box {grid-template-columns: 40px 100px calc(100% - 140px);}
    #section-package-faq .section-title {font-size: 31px;}
    .package-faq-item-q-content {font-size: 19px;}
}

@media screen and (max-width: 350px) {
    .package-reason-item-desc {font-size: 15px;}
    .package-item-name {font-size: 19px;}
    .package-item-hospital-code {font-size: 14px;}
    .package-item-otherinfo-item-label, .package-item-otherinfo-item-value {font-size: 12px;}
    .package-item-otherinfo-item-label {flex: 0 0 100px;}
    #section-package-faq .section-title {font-size: 28px;}
    .package-faq-item-q-content {font-size: 18px;}
}