.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 0px;
    padding-left: 0px;
}

.guide-wrap {
    width: 100%;
    margin: 40px auto 0;
    display: inline-block;
}

.howcanido-sec {
    padding: 50px 0;
    background-image: url(../img/guide_P01.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.bg-color-dark {
    background-color: #333;
}

.font-white {
    color: #fff;
}

.page-title {
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.title-align-l {
    justify-content: flex-start;
}

.dialogue-cnt.mid {
    width: calc(100% - 450px);
}

.dialogue-center {
    text-align: center;
}

.dialogue-parag {
    font-size: 16px;
    margin: 0 0 20px;
}

.font-gray04 {
    color: #777;
}

.font-gray06 {
    color: #ccc;
}

.emphasis {
    font-weight: 700;
    display: inline-flex;
    margin: 0 4px;
}

.font-domo-cis-ylw {
    color: #f4d700;
}

.advise-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px 24px;
}

.advise-list {
    list-style-type: decimal;
    color: #918048;
    font-weight: 700;
    font-size: 20px;
}

.note-parag {
    font-size: 14px;
    color: #727272;
    display: flex;
}

.note-parag::before {
    display: inline-flex;
    content: '*';
    margin-right: 4px;
    color: #964b4b;
}


/*第二區*/

.confused-sec {
    padding: 50px 0;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: 15% 50%;
    background-color: #efefef;
    background-size: 30%;
}

.whatisdomo-cnt {
    display: flex;
    justify-content: flex-end;
}

.knowdomo-cnt {
    width: 50%;
}

.knowdomo-img {
    width: 420px;
    height: 123px;
    margin: 16px auto;
}

.knowdomo-img img {
    width: 100%;
    height: auto;
}

.font-heavy-gold {
    color: #918048;
}

.guide-title-small {
    color: #333;
    font-weight: 700;
    padding: 8px 0px;
}


/*第三區*/

.whatisdomo-sec {
    padding: 50px 0;
    background-color: #fff;
}

.confused-cnt {
    display: flex;
    justify-content: space-between;
}

.howchoose-ul {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 40px;
}

.howchoose-list {
    font-family: 'font awesome 5 pro';
    list-style: '\2714';
    color: #918048;
    font-weight: 700;
    font-size: 20px;
}

.howchoose-list-text {
    color: #555;
    font-weight: 700;
    font-size: 20px;
    margin-left: 8px;
}

.confused-fig.suit {
    background: #b9b08c;
}

.confused-fig.not-suit {
    background: #cfafb4;
}

.confused-fig {
    width: 48%;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    border: 4px solid rgba(255, 255, 255, .5);
}

.confused-fig-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.confused-fig-title::before {
    font-family: 'font awesome 5 pro';
    font-style: normal;
    font-weight: 300;
    display: block;
    font-size: 3rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}

.confused-fig-title.suit::before {
    content: '\f4fc';
}

.confused-fig-ul {
    padding: 0px 16px;
}

.confused-fig-list {
    list-style: disc;
}

.con-fig-text {
    font-size: 16px;
}


/*第4區*/

.feature-sec {
    display: flex;
}

.feature-range-l {
    justify-content: flex-end;
    background: url(../img/domo_guide_feature_bg_01.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.feature-range-l::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #9b9391;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .95;
}

.feature-range-l-cnt {
    padding: 2% 4% 2% 4%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.feature-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .3);
}

.feature-parag {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
}

.pdt-price-ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.pdt-price-list {
    background: #fff;
    display: inline-flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: baseline;
    color: #9b9391;
    font-size: 18px;
    border-radius: 30px;
    margin-bottom: 12px;
    position: relative;
    box-shadow: 0 0 8px rgba(255, 255, 255, .2);
}

.note-point {
    display: inline-flex;
    font-size: 16px;
    color: #eb4b4b;
}

.video-link {
    color: #555;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    font-size: 16px;
    padding: 6px 20px;
    margin-bottom: 30px;
    align-self: center;
    border: 1px solid #555;
    transition: .3s;
}

.video-link:hover {
    background: #555;
    color: #fff;
}

.feature-note {
    font-size: 14px;
    color: #fff;
    margin: 0 0 6px;
    font-weight: 300;
}

.feature-range-r {
    justify-content: flex-start;
    background: url(../img/domo_guide_feature_bg_02.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.feature-range-r::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #927171;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .8;
}

.feature-range-r-cnt {
    padding: 2% 4% 2% 4%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.feature-range-l,
.feature-range-r {
    width: 50%;
    display: flex;
    padding: 50px 0;
}

.text-fw700 {
    font-weight: 700;
}


/*第五區*/

.container.pdt-type-cnt {
    overflow: visible;
}

.pdt-type-sec {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.pdt-type-name-ul {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 160px;
    padding: 0 0 20px;
    z-index: 3;
}

.pdt-type-name {
    font-size: 20px;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #f8f8f8;
    color: #918048;
    opacity: .9;
    border-bottom: 1px solid #918048;
}

.pdt-type-name>img {
    display: block;
    width: 40%;
}

.type-points-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.type-point-fig {
    width: 32%;
    padding: 20px;
    background: #fff;
}

.type-point-fig.case {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.type-suit {
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #918048;
    padding: 0 0 10px;
    margin: 0 0 40px;
}

.type-suit-example {
    display: flex;
    position: relative;
    margin: 0 0 60px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.type-suit-pic {
    display: flex;
    position: relative;
    width: 60%;
    padding-bottom: 60%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #918048;
    margin: 0 0 6px;
}

.type-suit-pic>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.type-suit-example>p {
    z-index: 2;
    width: 100%;
    color: #918048;
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.guide-wrap h1 {
    font-size: 2em;
    color: #918048;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;
}

.type-point-fig-mblabel {
    display: none;
    font-size: 18px;
    -webkit-position: sticky;
    -moz-position: sticky;
    -o-position: sticky;
    -ms-position: sticky;
    position: sticky;
    top: 100px;
    z-index: 3;
    justify-content: center;
    width: 100%;
    background: #918048;
    color: #fff;
    box-shadow: 0 5px 8px #91804870;
    padding: 8px;
    margin: 0 0 10px;
}

.feature-parag.advantage {
    display: flex;
    flex-direction: column;
    color: #15a46d;
}

.feature-ol>li {
    list-style: decimal;
    margin: 0 0 8px 20px;
}

.feature-parag.weakness {
    display: flex;
    flex-direction: column;
    color: #eb4b4b;
}


/*第六區*/

.other-question-sec {
    padding: 50px 0;
}

.other-question-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.oq-fig {
    display: flex;
    flex-direction: column;
    width: calc((100% - 4px) /3);
    padding: 20px;
    align-items: center;
}

.oq-fig.half {
    width: calc((100% - 2px) /2);
    margin: 0 0 2px 0;
}

.oq-fig:nth-child(1),
.oq-fig:nth-child(2) {
    background-color: #555;
}

.oq-fig:nth-child(3) {
    background-color: #927171;
}

.oq-fig:nth-child(4) {
    background-color: #A19177;
}

.oq-fig:nth-child(5) {
    background-color: #9B9391;
}

.oq-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 10px 0;
}

.oq-title::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    display: block;
    font-size: 60px;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
}

.oq-title.continued::before {
    content: '\f073';
}

.oq-title.takecare::before {
    content: '\f5bd';
}

.oq-title.shopway::before {
    content: '\f873';
}

.oq-title.madetime::before {
    content: '\f1da';
}

.oq-title.warranty::before {
    content: '\f059';
}

.oq-fig>ol {
    width: 100%;
    margin: 0 0 20px 0;
}

.oq-fig>ol li {
    color: rgba(255, 255, 255, 1);
    list-style: decimal;
    margin: 0 0 6px 16px;
    font-size: 14px;
}

.oq-fig>ol li:nth-last-child(1) {
    margin: 0 0 0 16px;
}

.oq-fig>p {
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 0.5px;
}

@media (max-width: 1200.98px) {
    .feature-range-l-cnt {
        padding: 2% 6% 2% 50px;
    }
    .feature-range-r-cnt {
        padding: 2% 50px 2% 6%;
    }
    .pdt-type-name-ul {
        top: 100px;
        padding: 0 0 20px 0;
    }
    .appli-case-msg>h4 {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .confused-sec {
        padding: 50px 0;
        background-image: url(../img/logo.svg);
        background-repeat: no-repeat;
        background-position: 50% 12%;
        background-color: #efefef;
        background-size: 58%;
    }
    .guide-title-small {
        text-align: center;
    }
    .title-align-l {
        justify-content: center;
    }
    .font-gray04 {
        text-align: center;
    }
    .howcanido-sec {
        background-position: 120% 50%;
    }
    .whatisdomo-cnt {
        flex-direction: column;
    }
    .whatisdomo-sec {
        background-position: 50% 50px;
        background-size: 60%;
    }
    .dialogue-cnt.mid {
        width: calc(110% - 450px);
    }
    .knowdomo-cnt.mid {
        width: 100%;
        margin: 35% 0 0 0;
    }
    .applicable-case-fig {
        width: 100%;
    }
    .applicable-case-fig:nth-last-child(2) {
        margin: 0 0 130px 0;
    }
    .appli-case-msg>h4 {
        font-size: 18px;
    }
    .pdt-type-sec {
        padding: 50px 0px 0px;
    }
    .other-question-sec {
        padding: 0px 0px 50px;
    }
}

@media (max-width: 775.98px) {
    .howcanido-sec {
        background-position: 50% calc(100% + 250px);
    }
    .confused-sec {
        background-position: 50% 8%;
    }
    .knowdomo-cnt.mid {
        margin: 30% 0 0 0;
    }
    .dialogue-cnt.mid {
        width: 100%;
        margin: 0 0 300px 0;
    }
    .guide-title-small {
        text-align: center;
    }
    .feature-sec {
        flex-wrap: wrap;
    }
    .feature-range-l,
    .feature-range-r {
        width: 100%;
    }
    .feature-range-l-cnt,
    .feature-range-r-cnt {
        width: 100%;
        padding: 0 30px;
    }
    .oq-fig.half {
        width: 100%;
        margin: 0 0 8px 0;
    }
    .oq-fig {
        width: 100%;
        margin: 0 0 8px 0;
    }
}

@media (max-width: 697.98px) {
    .pdt-type-name-ul {
        display: none;
    }
    .type-point-fig {
        width: 100%;
    }
    .type-point-fig-mblabel {
        display: flex;
    }
    /* .type-point-fig:nth-child(1)::before,
    .type-point-fig:nth-child(2)::before,
    .type-point-fig:nth-child(3)::before {
        display: inline-flex;
        content: attr(data-label);
        font-size: 18px;
        -webkit-position: sticky;
        -moz-position: sticky;
        -o-position: sticky;
        -ms-position: sticky;
        position: sticky;
        top: 100px;
        z-index: 3;
        justify-content: center;
        width: 100%;
        background: #918048;
        color: #fff;
        opacity: 0.9;
        box-shadow: 0 5px 8px #91804870;
        padding: 8px;
        margin: 0 0 10px 0;
    } */
    .type-point-fig:nth-child(1) {
        order: 1;
    }
    .type-point-fig:nth-child(2) {
        order: 3;
    }
    .type-point-fig:nth-child(3) {
        order: 5;
    }
    .type-point-fig:nth-child(4) {
        order: 2;
    }
    .type-point-fig:nth-child(5) {
        order: 4;
    }
    .type-point-fig:nth-child(6) {
        order: 6;
    }
    .type-point-fig.case {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: baseline;
        padding: 0 20px 40px 20px;
    }
    .type-suit {
        margin: 0 0 20px 0;
    }
    .type-suit-pic {
        width: 80%;
        padding-bottom: 80%;
        border: 2px solid #918048;
    }
    .type-suit-example {
        width: 32%;
        margin: 0 0 0 0;
    }
}

@media (max-width: 539.98px) {
    .advise-list {
        font-size: 18px;
    }
    .confused-cnt {
        flex-direction: column;
    }
    .confused-sec {
        background-position: 50% 5%;
        background-size: 70%;
    }
    .confused-fig {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .confused-fig:nth-last-child(1) {
        margin: 0 0 0 0;
    }
    .howchoose-list {
        font-size: 16px;
        display: flex;
        margin: 0 0 8px 0;
    }
    .comic-god-block {
        width: 100%;
    }
    .ladysview-pic-block {
        width: 100%;
    }
    .ladysview-video-block {
        width: 100%;
    }
    .appli-case-msg>h4 {
        font-size: 14px;
    }
    .appli-case-msg>h5 {
        font-size: 12px;
    }
    .appli-case-data>h4 {
        font-size: 16px;
    }
    .appli-case-data>h5 {
        font-size: 12px;
    }
    .type-point-fig-mblabel {
        top: 116px;
    }
}

@media (max-width: 421.98px) {
    .confused-sec {
        background-position: 50% 3%;
    }
    .video-link {
        flex-direction: column;
        align-items: center;
    }
    .video-link::before {
        margin-right: 0;
        margin-bottom: 4px;
        font-size: 24px;
    }
}

@media (max-width: 374.98px) {
    .applicable-case-fig {
        flex-wrap: wrap;
    }
    .appli-case-pic {
        width: 100%;
        padding-bottom: 100%;
    }
    .appli-case-msg {
        position: relative;
        width: 100%;
        padding-bottom: unset;
        border-radius: 14px;
        top: unset;
        transform: translateY(-20%);
        padding: 10px;
    }
    .appli-case-msg>h4 {
        position: relative;
        text-align: center;
        width: 100%;
        top: unset;
        left: unset;
        transform: translateY(0);
    }
    .appli-case-msg>h5 {
        position: relative;
        text-align: center;
        width: 100%;
        top: unset;
        left: unset;
        transform: translateY(0);
        margin: 0 0 0 0;
    }
    .howchoose-ul {
        align-items: flex-start;
        margin: 0 20px 20px 20px;
    }
    .type-point-fig.case {
        justify-content: center;
    }
    .type-suit-example {
        width: 80%;
        margin: 0 0 10px 0;
    }
}