@charset "UTF-8";

.c-content {
    max-width: 1000px;
    margin: 0 auto 120px auto;
    overflow: visible;
}

.notice__description {
    width: 100%;
    max-width: 700px;
    font-size: 14px;letter-spacing: 1.5px;
    line-height: 2;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
    color: #3f3f3f;
    margin: 20px auto 100px auto;
    text-align: center;
}

/****訂購需知物件****/
.notice__item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    margin: 0 auto 60px auto;
}

.notice__item:last-child {
    margin: 0 auto;
}

.notice__item__content {
    width: calc(50% - 35px);
    padding: 35px;
    background: #fff;
    z-index: 10;
}

.notice__item__content__sub {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #3f3f3f;
    font-family: 'NotoSerifTC-M', 'Microsoft JhengHei', 'PingFang', sans-serif;
    margin: 0 0 10px 0;
}

.notice__item__content__title {
    font-size: 21px;
    color: #3f3f3f;
    font-family: 'NotoSerifTC-M', 'Microsoft JhengHei', 'PingFang', sans-serif;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.notice__item__content__description,
.notice__item__content__description p {
    font-size: 14px;
    line-height: 1.5;
    color: #909090;
    text-align: justify;
}

.notice__item__content__description p {
    margin: 0 0 20px 0;
}

.notice__item__content__description b {
    color: #000;
    font-weight: bold;
}

.notice__item__content__description ol {
    list-style-type: decimal;
    margin: 0 0 20px 18px;

}

.notice__item__content__description ol li {
    font-size: 14px;
    line-height: 1.5;
    color: #909090;
    text-align: justify;
    margin: 0 0 10px 0;
}

.notice__item__content__description *:last-child {
    margin-bottom: 0;
}

.notice__item__pic {
    width: calc(50% + 165px);
    margin: 0 0 0 -130px;
}

/**訂購需知物件裝飾**/
.notice__item__acc-step {
    position: absolute;
    top: -5px;
    left: -100px;
    width: 140px;
    pointer-events: none;
}

.notice__item__acc-name {
    position: absolute;
    top: 50%;
    right: -25px;
    font-size: 14px;
    color: #000;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Calibri-L', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    opacity: .5;
    writing-mode: tb-rl;
    writing-mode: vertical-lr;
    transform-origin: center;
    transform: translate(0, -50%);
}

@media screen and (max-width: 1200px) {

    /**訂購需知物件裝飾**/
    .notice__item__acc-step {
        left: -15px;
        opacity: .5;
        z-index: 20;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .notice__item {
        flex-wrap: wrap;
    }

    .notice__item__content {
        width: calc(100% - 30px);
        max-width: 500px;
        margin: 0 auto -60px auto;
    }

    .notice__item__pic {
        width: 100%;
        margin: 0 auto;
    }

    /**訂購需知物件裝飾**/
    .notice__item__acc-step,
    .notice__item__acc-name {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .c-content{
        width: 100%;
        margin: 0 auto 50px auto;
    }
    .notice__description {  width: calc(100% - 30px);
        margin: 20px auto 40px auto;
    }.notice__item__content{
        padding: 20px;
    }
    .notice__item__content__title{
        font-size: 18px;
        margin: 0 0 15px 0;
    }
}



/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}