table {
    width: 600px;
    margin: auto;
}
.content-wrapper {
    font-family: 'Poppins';
    line-height: normal;
}

.booking-info-title {
    position: relative;
}

.booking-info-title img {
    width: 100%;
    height: 214px;
    object-fit: cover;
    object-position: 50% 30%;
}

.booking-info-title .dimmed {
    background-color: rgba(5, 5, 5, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.city-name  {
    font-size: 38px;
    
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-bar {
    height: 64px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab {
    width: 180px;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    
    text-align: center;
    color: #bebebe;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    cursor: pointer;
}

.tab:not(:first-child) {
    margin-left: 37px;
}

.tab.active {
    border-bottom: 4px solid #512772;
    color: #512772;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.concept {
    padding-top: 55px;
    padding-bottom: 102px;
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    margin: auto;
}

.section-title {
    font-size: 35px;
    
    color: #050505;
}

.section-subtitle {
    font-size: 20px;
    
    margin-bottom: 10px;
    margin-top: 5px;
}
.section-subtitle-small {
    font-size: 18px;

    margin-bottom: 10px;
    margin-top: 5px;
}

.concept-service-description {
    font-size: 16px;
    
    padding-top: 16px;
}

.concept-button-wrapper {
    margin-top: 32px;
    width: 100%;
    display: flex;
}

.concept-image {
    flex: 1;
    padding-left: 73px;
}

.concept-image img {
    max-width: 500px;
}

.process {
    background-color: #f2f2f2;
}

.process-list {
    padding-top: 32px;
    display: flex;
}

.process-list-item {
    flex: 1;
}

.process-list-item-text-wrapper {
    flex: 1;
    margin-top: 14px;
}

.process-list-item-text {
    font-size: 19px;
    color: #050505;
    
}

.process-list-item-text2 {
    font-size: 17px;
    color: #6d6d6d;
    
}

.process-list-item img {
    height: 100px;
}

.process-list-arrow {
    margin-top: 30px;
}

.process-list-arrow img {
    width: 40px;
}

.operation-image {
    margin-top: 32px;
}

.operation-description {
    width: 832px;
    margin-top: 48px;
    padding: 25px 32px 17px;
    border-radius: 16px;
    background-color: rgba(190, 190, 190, 0.1);
    text-align: left;
}

.operation-description-content {
    display: inline-block;
    vertical-align: top;
}

.operation-description-content:not(:first-child) {
    margin-left: 70px;
}

.operation-description-content-icon {
    margin-right: 13px;
    display: inline-block;
    vertical-align: top;
}

.operation-description-content-text {
    display: inline-block;
}

.operation-description-content-title {
    font-size: 16px;
    
    color: #050505;
}

.operation-description-content-body {
    margin-top: 2px;
    font-size: 16px;
    
    color: #6d6d6d;
}

.steps {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    min-width: 260px;
}

.step {
    flex: 1;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
}

.step:not(:first-child) {
    margin-top: 16px;
}

.step-title {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 10px;
}


.step-title-text {
    display: inline-block;
    margin-left: 5px;
    font-size: 22px;
    
    color: #050505;
}

.step-title-tag {
    display: inline-block;
    position: relative;
}

.step-title-tag-text {
    position: absolute;
    left: 5px;
    color: white;
    font-size: 20px;
}

.step-details {
    margin-top: 14px;
    text-align: left;
    justify-content: center;
}

.step-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.step-detail img {
    width: 14px;
    margin-top: 2px;
}

.step-detail-text {
    margin-left: 5px;
    font-size: 18px;
    
    color: #0f0d0e;
}

.step-img-wrapper {
    margin-top: 14px;
    overflow: auto;
    text-align: center;
}

.step-img-wrapper img {
    width: 100% !important;
    max-width: 500px !important;
    height: auto;
}

.icon-vertical-top {
    vertical-align: top;
}

.step img {
    width: 80px;
}

.steps-notice {
    color: #d1877d;
    
    font-size: 12px;
    margin: 31px 10px 0;
}

.steps-button-wrapper {
    margin: 40px 10px 0;
}

.price {
    position: relative;
    background-color: #f2f2f2;
}

.price-info {
    margin-top: 30px;
    position: relative;
}

.price-info-table {
    font-weight: 500;
    font-size: 17px;
    box-shadow: 0 0 0 2px #512772;
    border-radius: 10px;
}

.head-cell {
    background-color: #512772;
    color: white;
    border-right: 2px solid #512772;
}

.head-cell-text {
    padding: 10px;
    text-align: center;
    white-space: pre-line;
}

.small-price-cell {
    position: relative;
    padding: 10px;
}

.small-price-wrapper {
    display: inline-block;
}

.before-price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #777777;
}

.after-price {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.after-price-text {
    color: #782bc3;
    font-size: 18px;
    margin-bottom: 3px;
}

.column-head-cell {
    padding: 5px;
}

.column-head-icon-wrapper {
    display: inline-block;
    margin-right: -4px;
}

.column-head-text {
    font-size: 18px;
    vertical-align: bottom;
}

.column-head-text-wrapper {
    display: inline-block;
    background-color: #512772;
    color: white;
    vertical-align: middle;
    padding: 8px 10px;
    border-radius: 0 10px 10px 0;
    margin-top: 5px;
    line-height: 13px;
}

.small-bag-icon {
    width: 24px;
}

.big-bag-icon {
    width: 37px;
}

.discount-info {
    margin-top: 20px;
}

.discount-info-text {
    font-size: 22px;
}

.discount-description {
    font-size: 14px;
    color: #777777;
    
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    line-height: 23px;
    white-space: pre-line;
}

.discount-description div:not(:first-child) {
    margin-top: 10px;
}
.porter-service-notice {
    font-size: 14px;
    color: #777777;
    
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
    white-space: pre-line;
}

.book-button {
    width: 235px;
    height: 62px;
    border-radius: 8px;
    background-color: #512772;
    font-size: 24px;
    
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-button:focus, .book-button:hover {
    color: white;
}

.book-button-outline {
    width: 301px;
    height: 62px;
    border-radius: 8px;
    border: solid 2px #512772;
    font-size: 24px;
    font-weight: bold;
    
    color: #512772;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-button-outline:focus, .book-button-outline:hover {
    color: #512772;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
}

.section.notice {
    
}

.section-container {
    text-align: center;
    width: 100%;
    max-width: 900px;
}

.delivery table td {
    padding: 10px;
}

.delivery-description {
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    line-height: 23px;
    font-size: 14px;
    color: #777777;
}

.tracking {
    background-color: #f2f2f2;
}

.tracking .section-subtitle {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
}

.how-to-upload {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.camera-icon {
    width: 30px;
    margin-right: 5px;
}

.how-to-upload-list {
    margin-top: 20px;
}

.bullet-number {
    width: 18px;
    margin-right: 5px;
}

.how-to-upload-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
}

.tracking-image-box {
    border-radius: 20px;
    border: 2px solid #512772;
    display: inline-block;
    padding: 0 50px;
    margin-top: 20px;
}

.luggage-image {
    width: 200px;
    margin-right: 50px;
}

.luggage-tag-image {
    width: 130px;
}

.notice-container-list {
    width: 832px;
}

.red {
    color: #d71111;
}

.bold {
    font-weight: bold;
}

.semi-bold {
    font-weight: 500;
}

.strikethrough-icon {
    width: 84px;
    height: 6px;
}

.notice-container {
    text-align: left;
}

.notice-container:not(:first-child) {
    margin-top: 80px;
}

.notice-title {
    font-size: 24px;
    font-weight: bold;
    color: #050505;
    margin-bottom: 16px;
}

.notice-title-icon {
    width: 18px;
    margin-right: 5px;
}

.notice-list {
    margin-top: 16px;
}

.notice-block-title {
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 20px;
}

.notice-block-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.notice-block-bullet-number {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-right: 5px;
}

.notice-block-text {
    font-size: 14px;
    color: #777777;
}

.notice-list-item {
    border-bottom: 1px solid #bebebe;
    padding: 24px 0;
    font-size: 18px;
    color: #050505;
    cursor: pointer;
    position: relative;
}

.notice-list-item:after {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 32px;
    top: 50%;
    content: "";
    transform: translate(0, -50%);
    background: url("/images/icd/ic_arrow_down-37b683e3ace0f9b9e30ff217788d00da.svg") no-repeat;
    background-size: 48px 48px;
}

.notice-list-item.active:after {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 32px;
    top: 50%;
    content: "";
    transform: translate(0, -50%);
    background: url("/images/icd/ic_arrow_up-25bdc94908dea9d1ccd990cbd920dddc.svg") no-repeat;
    background-size: 48px 48px;
}

.notice-list-item-content {
    background-color: #fbfbfb;
    padding: 32px 24px 30px 16px;
    display: none;
}

.notice-list-item-content.active {
    display: block;
}

.notice-list-item-content-title {
    font-size: 14px;
    font-weight: bold;
    color: #050505;
}

.notice-list-item-content-title:not(:first-child) {
    margin-top: 40px;
}

.notice-list-item-content-list {
    margin-top: 12px;
}

.notice-list-item-content-list-item {
    margin-top: 6px;
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    color: #6d6d6d;
}

.notice-list-item-content-list-item:before {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 10px;
    content: "";
    transform: translate(0, -50%);
    background: url("/images/icd/icon-checklist-29f495faddcde66f21939094443cc7c9.svg") no-repeat;
    background-size: 16px 16px;
}

.notice-list-item-content-body {
    font-size: 13px;
    color: #6d6d6d;
    margin-top: 8px;
}

.notice-others {
    width: 832px;
    padding: 32px 46px 38px 32px;
    background-color: #f6f4f8;
}

.notice-others-body {
    display: flex;
}

.notice-others-body-icon {
    align-items: center;
    display: flex;
}

.notice-others-body-text {
    margin-left: 32px;
}

.notice-others-body-title {
    font-size: 14px;
    font-weight: bold;
    color: #512772;
}

.notice-others-body-content {
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 8px;
}

.notice-button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.restriction-items {
    padding: 30px 14px; border: 0.5px solid #ae9abd; border-radius: 10px; margin-top: 40px; position: relative; color: black;
}

.restriction-items-title {
    color: white;
    background-color: #512772;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 10px;
}

.restriction-items-body {
    text-align: center;
}

.restriction-items-body-notice {
    font-size: 12px;
}

.restriction-items-body-notice-description {
    margin-top: 20px; font-size: 10px; margin-bottom: 30px;
}

.restriction-item {
    display: flex; flex-direction: row; align-items: center; margin: 14px 11px 0;
}

.restriction-item-icon-background {
    background-color: white;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.restriction-item-icon-image {
    width: 50px;
}

.restriction-item-content {
    text-align: left; margin-left: 24px; width: 100%;
}

.restriction-item-name {
    font-size: 12px; color: #050505;;
}

.restriction-item-description {
    font-size: 11px; color: #0f0d0e; 
}

.booking_container {
    min-width: 1040px;
    overflow: hidden;
}

.target {
    border: 2px solid #512772;
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
    padding: 30px 20px 20px;
    text-align: left;
}

.target-title {
    border: 2px solid #512772;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 5px 10px;
    color: #512772;
}

.target-item {
    font-size: 15px;
}

.highlighter {
    background: linear-gradient(to top, #fdd8d8 30%, transparent 30%);
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

.center-button-wrapper {
    margin-top: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-button-wrapper .btn-terminal-instruction {
    margin: 10px;
    padding: 10px 20px;
    font-size: 18px;
}

@media (max-width:1039px) {
    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    table {
        width: 100%;
    }

    .booking_container {
        min-width: 360px;
    }

    .tab {
        font-size: 18px;
        width: 83px;
        padding-top: 12px;
        line-height: 16px;
    }

    .concept {
        padding-top: 23px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        text-align: center;
    }

    .section-title {
        font-size: 24px;
        
        font-weight: bold;
    }

    .section-subtitle {
        font-size: 20px;
        
        margin-bottom: 0;
        margin-top: 0;
    }

    .concept-service-description {
        font-size: 20px;
        
        margin-top: 30px;
    }

    .book-button {
        width: 100%;
        height: 50px;
        font-size: 16px;
        
        font-weight: normal;
        margin: auto;
    }

    .concept-button-wrapper {
        margin: 30px auto 0;
        width: 80%;
        justify-content: center;
    }

    .concept-image {
        max-width: 372px;
        margin: 30px auto 0;
        flex: none;
        padding: unset;
    }

    .concept-image img {
        width: 100%;
    }

    .section {
        padding: 40px 20px;
    }

    .process-list {
        padding-top: 30px;
        flex-direction: column;
    }

    .process-list-item {
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border: 0.5px solid #ae9abd;
        padding: 10px 45px 10px 10px;
    }

    .process-list-item-text-wrapper {
        margin-top: 0;
        margin-left: 10px;
        text-align: left;
    }

    .process-list-item-text {
        font-size: 16px;
        
    }

    .process-list-item-text2 {
        font-size: 16px;
        
    }

    .process-list-item img {
        height: 80px;
        margin: 10px;
    }

    .process-list-arrow {
        flex: 1;
        margin-top: 0;
    }

    .process-list-arrow img {
        width: 11px;
    }

    .steps {
        margin-top: 30px;
    }

    .step-title-text {
        font-size: 20px;
    }

    .step-detail {
        justify-content: unset;
    }

    .step img {
        width: 70px;
    }

    .step-detail-text {
        font-size: 17px;
    }

    .step-title-tag-text {
        font-size: 18px;
    }

    .operation-image {
        margin-top: 24px;
    }

    .operation-image img {
        width: 100%;
    }

    .operation-description {
        width: unset;
        padding: 16px 16px 26px;
    }

    .operation-description-content {
        display: flex;
    }

    .operation-description-content:not(:first-child) {
        margin-left: unset;
        margin-top: 18px;
    }

    .operation-description-content-icon {
        margin-right: 8px;
    }

    .operation-description-content-icon img {
        width: 14px;
        vertical-align: baseline;
    }

    .operation-description-content-title {
        font-size: 14px;
        
        font-weight: bold;
    }

    .operation-description-content-body {
        font-size: 12px;
        
    }

    .book-button-outline {
        font-size: 18px;
        
        height: 50px;
        width: 100%;
    }

    .price .section-container {
        z-index: 1;
    }

    .price-info {
        margin-top: 22px;
    }

    .price-info-table {
        font-size: 14px;
    }

    .strikethrough-icon {
        width: 60px;
        margin-bottom: 0;
    }

    .after-price-text {
        font-size: 15px;
    }

    .column-head-text {
        font-size: 13px;
    }

    .column-head-text-wrapper {
        padding: 4px 8px;
        border-radius: 0 3px 3px 0;
    }

    .small-bag-icon {
        width: 20px;
    }

    .big-bag-icon {
        width: 20px;
    }

    .discount-info-text {
        font-size: 17px;
    }

    .discount-description {
        font-size: 14px;
        text-align: left;
    }

    .tracking .section-subtitle {
        font-size: 17px;
        
    }

    .how-to-upload-item {
        font-size: 17px;
        justify-content: unset;
    }

    .tracking-image-box {
        padding: 0 30px 0 20px;
    }

    .luggage-image {
        width: 160px;
        margin-right: 15px;
    }

    .luggage-tag-image {
        width: 100px;
    }

    .notice-container-list {
        width: 100%;
    }

    .notice-title {
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    .notice-list-item {
        font-size: 14px;
        padding: 16px 0;
    }

    .notice-list-item:after {
        width: 32px;
        height: 32px;
        right: 0;
        background-size: 32px 32px;
    }

    .notice-list-item.active:after {
        width: 32px;
        height: 32px;
        right: 0;
        background-size: 32px 32px;
    }

    .notice-list-item-content {
        margin: 0 -16px;
        padding: 24px 16px;
    }

    .notice-list-item-content-title:not(:first-child) {
        margin-top: 30px;
    }

    .notice-others {
        width: 100%;
        padding: 16px;
    }

    .notice-others-body-icon {
        margin-top: 6px;
        align-items: flex-start;
    }

    .notice-others-body-icon img {
        width: 32px;
    }

    .notice-others-body-text {
        margin-left: 16px;
    }

    .notice-others-body-content {
        font-size: 12px;
        margin-top: 12px;
    }

    .notice-button-wrapper {
        margin: 32px 14px 0;
    }

    .target-item {
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .how-to-upload-item {
        align-items: flex-start;
        text-align: left;
    }

    .disabled-person .bullet-number {
        margin-top: 6px;
    }
}
