*{
    -webkit-box-sizing:border-box;
}

/* 共用設定：間距、顏色、線條 */
#YF027 .red {color: #e42f2f;}
#YF027 .blue {color: #3077d4;}
#YF027 .green {color: #2e6e00;}
#YF027 .orange {color: #ff771c;}
#YF027 .yellow {color: #fff66e;}
#YF027 .pink {color: #f54478;}
#YF027 .purple {color: #6124b4;}

/* 分隔線 */
.PC #YF027 .divider {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 50px 0px 44px 0px;
    }.MOBILE #YF027 .divider {
        width: 100%;
        border-top: 1px solid #ddd;
        margin: 30px 0px 25px 0px;
    }

.PC #YF027 .pc_margin_bottom10{margin-bottom:8px;}
.MOBILE #YF027 .pc_margin_bottom10{margin-bottom:0px;}
.PC #YF027 .margin_top10{margin-top:10px}
.MOBILE #YF027 .margin_top10{margin-top:0px;}

.PC #YF027 .blank_in_br { height: 20px;}
.PC #YF027 .blank_in_s {height: 15px;}
.MOBILE #YF027 .blank_in_br { height: 25px;}
.MOBILE #YF027 .blank_in_s {height: 10px;}


#YF027 .text_box{
    width:100%;
    height: auto;
    margin:15px 0px;
    }.MOBILE #YF027 .text_box{
        width:100%;
        height: auto;
        margin:2px;
    }

.PC #YF027 .ph_HAND{
    position: absolute;
    background-image: url(../images/hand.png);
    width: 50px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }.MOBILE #YF027 .ph_HAND {
        position: absolute;
        background-image: url(../images/hand.png);
        width: 50px;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

#YF027 .txt_input_h2{
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.6rem;
    }.MOBILE #YF027 .txt_input_h2{
        font-size:1.3rem;
        line-height: 2rem;
        margin: 10px auto;
    }

#YF027 .txt_input_h3{
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8rem;;
}

#YF027 .txt_input_h4{
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.6rem;;
}

/* ========================================= */
/* ================ 共用選單 ================ */
/* ========================================= */
#YF027 .the_menu {
    width: 100%;
    height: 55px;
    z-index: 90;
    overflow: hidden;
    background-color: #098b00;
    margin-top: 0;
    box-sizing: border-box;
    }.MOBILE #YF027 .the_menu {
        height: 50px;
    }

#YF027 .LM_MENU {
    display: block;
    width: 100%;
    height: 55px;
    }.MOBILE #YF027 .LM_MENU {
        height: 50px;
    }

#YF027 .LM_MENU ul {
    width: 730px; /* 900px */
    height: 55px;
    margin: 0 auto;
    border-right: 1px solid #d89900;
    border-left: 1px solid #d89900;
    overflow: hidden;
    box-sizing: border-box;
    }.MOBILE #YF027 .LM_MENU ul {
        width: 100%;
        border: none;
    }

#YF027 .LM_MENU li {
    float: left;
    width: 25%;
    height: 55px;
    border-right: 1px solid #d89900;
    box-sizing: border-box;
}

#YF027 .LM_MENU li:last-child {
    border-right: none;
}

#YF027 .LM_MENU li.LINK {
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.7em;
    background-color: #d89900;
    }.MOBILE #YF027 .LM_MENU li.LINK {
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
    }

#YF027 .LM_MENU01 li {
    float: left;
    width: 33.3%;
    height: 55px;
    border-right: 1px solid #d89900;
    box-sizing: border-box;
    }.MOBILE #YF027 .LM_MENU01 li {
        width: 25%;
        height: 50px;
        padding: 0 2px;
    }

#YF027 .LM_MENU li a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 1.7em;
    cursor: pointer;
}.MOBILE #YF027 .LM_MENU li a {
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
}

.PC #YF027 .LM_MENU li a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #d89900;
}

#YF027 .LM_MENU .PRE, #YF027 .LM_MENU .NEX {display: none;}

/* B 版輸入頁：與免費頁一致的四格選單字體。 */
#YF027.input_bg .the_menu {
    position: relative;
    z-index: 90;
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
#YF027.input_bg .LM_MENU ul { width: 100%; padding: 0; list-style: none; }
#YF027.input_bg .LM_MENU li,
#YF027.input_bg .LM_MENU li.LINK { margin: 0; padding: 0; font-size: 16px; }
#YF027.input_bg .LM_MENU li a { font-size: 24px; font-weight: bold; white-space: nowrap; }
.MOBILE #YF027.input_bg .the_menu { width: 100%; }
.MOBILE #YF027.input_bg .LM_MENU li a { font-size: 18px; }
#YF027.input_bg #checkGo_free,
#YF027.input_bg #checkGo_payment,
#YF027.input_bg #checkGo_free *,
#YF027.input_bg #checkGo_payment * { cursor: pointer; }

/* 一張一格，保留左右滑動時的垂直頁面捲動。 */
#YF027.input_bg #slide_case .slide_box { touch-action: pan-y; cursor: grab; user-select: none; }
#YF027.input_bg #slide_case .slide_box:active { cursor: grabbing; }
#YF027.input_bg #slide_case .slide_box ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
    list-style: none;
    will-change: transform;
}
#YF027.input_bg #slide_case .slide_box li { flex: 0 0 100%; margin: 0; padding: 0; }
#YF027.input_bg #slide_case .slide_box img { width: 100%; height: auto; display: block; }
#YF027.input_bg #slide_case .slide_dot .active { background-color: #46b53e; }




/* ========================================= */
/* ================ 按鈕區塊 ================ */
/* ========================================= */
/* 置底按鈕 */
#YF027-wrapper .DOWN_BAR {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    background-image: url(../images/bt_bg.png);
    background-repeat: repeat-x repeat-y;
    z-index: 9999;
    padding: 10px 0;
}

.PC #YF027-wrapper .BT_AREA {
    width: 490px;
    height: auto;
    margin: 0 auto;
}
.MOBILE #YF027-wrapper .BT_AREA {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.PC #YF027-wrapper .BT_AREA a.ONE {
    display: block;
    width: 320px;
    margin: 0 auto;
    height: 48px;
}
.MOBILE #YF027-wrapper .BT_AREA a.ONE {
    display: block;
    width: 95%;
    margin: 0 auto;
    height: 48px;
}

#YF027-wrapper .BT_AREA a {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    width: 220px;
    height: 48px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #b21424;
    background: -moz-linear-gradient(top,
            #fb2121 0%,
            #b21424);
    background: -webkit-gradient(linear, left top, left bottom,
            from(#fb2121),
            to(#b21424));
    border: 1px solid #bf3539;
    -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    margin-left: 10px;
}

#YF027-wrapper .BT_AREA a:hover {
    background-color: #fb2121;
    background: -moz-linear-gradient(top,
            #b21424 0%,
            #fb2121);
    background: -webkit-gradient(linear, left top, left bottom,
            from(#b21424),
            to(#fb2121));
}

/* 輸入頁按鈕 */

/* 按鈕樣式：圓角 */
#YF027 .button_frame .border_smallround{
    border-radius:5px;
}

/* 按鈕顏色：紅色01 */
#YF027 .button_frame .gradient_color_red{
    border: 1px solid #a30000;
    background: #ff0000;
    background: linear-gradient(0deg, #b90000 0%, #ff0000 100%);
}

.PC #YF027 .button_frame .gradient_color_red:hover{
    background: #ff0000;
    background: linear-gradient(0deg, #ff0000 0%, #b90000 100%);
}

/* 按鈕顏色：綠色01 */
#YF027 .button_frame .gradient_color_green{
    border: 1px solid #087500;
    background: #46b53e;
    background: linear-gradient(0deg, #098b00 0%, #46b53e 100%);
}

.PC #YF027 .button_frame .gradient_color_green:hover{
    background: #46b53e;
    background: linear-gradient(0deg, #46b53e 0%, #098b00 100%);
}

/* 按鈕顏色：橘色01 */
#YF027 .button_frame .gradient_color_orange{
    border: 1px solid #FF3C29;
    background: #FF3C29;
    background: linear-gradient(0deg,#ff3c29 0%, #fe6232 100%);
}
    .MOBILE #YF027 .button_frame .gradient_color_orange{
        border: 1px solid #FF3C29;
        background: #FF3C29;
        background: linear-gradient(0deg,#ff3c29 0%, #fe6232 100%);
        line-height: 60px;
    }

.PC #YF027 .button_frame .gradient_color_orange:hover{
    border: 1px solid #FF3C29;
    background: #fe6232;
    background: linear-gradient(0deg,#fe6232 0%, #FF3C29 100%);
}

#YF027 .button_frame{
    width:100%;
    height: auto;
}

#YF027 .button_frame ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#YF027 .button_frame li{width:49%;}
#YF027 .button_frame li:first-child{margin-right:2%;}

#YF027 .button_frame a{
    display:block;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	width:100%;
	margin:0 auto;
	height:50px;
	font-size: 1.5rem;
	line-height:47px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    }.MOBILE #YF027 .button_frame a{
        height: 72px;
        line-height: normal;
        padding:5px 0px;
    }

.PC #YF027 .button_frame .br_subtitle{
    font-size: 1.2rem;
    margin-left: 5px;
    font-weight: normal;
    }.MOBILE #YF027 .button_frame .br_subtitle{
        font-size: 1rem;
        margin-left: 5px;
        font-weight: normal;
        display: block;
    }

/* ========================================== */
/* ================ 主視覺區塊 ================ */
/* ========================================== */
/* 主視覺底圖 */
.PC #YF027.input_bg{
    background-image: url(../images/bg_input.jpg);
    background-color: #b41210;
    }.MOBILE #YF027.input_bg{
        margin-top:45px;
        
       
    }


#YF027 .hero_input{
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    }
    .PC #YF027 .hero_input{
        width:100%;
        height:  445px;
        margin:0 auto; 
        }
    .MOBILE #YF027 .hero_input{
        width: 100%;
        }
    #YF027 .input_top{
        position: relative;
        margin: 0 auto;
     }

    .PC #YF027 .input_top{
            width: 100%;
            max-width:1200px;
            height:  445px;
            }

    .MOBILE #YF027 .input_top{
            width: 100%;
            aspect-ratio: 1200 / 784;  
            margin:0 auto; 
            background-image: url(../images/bg_input_mb.jpg);
            background-size:cover ;
            
            }

#YF027 .input_top h1{
    position: absolute;
    text-indent: -9999px;
    }

    .PC #YF027 .input_top h1{
        width: 630px;
        aspect-ratio: 750 / 445;
        background: url(../images/hero_title_input.png) no-repeat top center;
        left:140px;
        background-size:100% auto;
        }
    
    .MOBILE #YF027 .input_top h1 {
        width: 63%;
        aspect-ratio: 960 / 685;
        background: url(../images/hero_title_input_mb.png) no-repeat top center;
        background-size: cover;
        left:4%;
        top:7%;
    }

#YF027 .input_top .top_bt{
    position: absolute;
}
    .PC #YF027 .input_top .top_bt{
        width: 250px;
        height: 60px;
        left: 330px;
        bottom: 40px;
    }
    .MOBILE #YF027 .input_top .top_bt{
        width: 40%;
        height: 45px;
        left: 15%;
        bottom: 6%;
    }
    
    #YF027 .input_top .top_bt a{
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: linear-gradient(to bottom, #ff5a00, #d70000);
        color: #fff;
        text-align: center;
        border: 2px solid #fff;
        box-shadow: 4px 4px 8px #ffdc3a;
        font-weight: bold;
    }
    .PC #YF027 .input_top .top_bt a:hover{
        background: linear-gradient(to bottom, #d70000, #ff5a00);
    }
    .PC #YF027 .input_top .top_bt a{
        display: block;
        width: 100%;
        height:60px;
        line-height: 56px;
        border-radius: 60px;
        text-align: center;
        font-size: 1.8rem;
    }
    .MOBILE #YF027 .input_top .top_bt a{
        display: block;
        width: 100%;
        height:45px;
        line-height: 41px;
        border-radius: 45px;
        font-size: 1.3rem;
    }


    @media (min-width: 768px) and (max-width: 1024px){ 
        /* 當瀏覽器PC版換成 iPadMini 時控制主視覺底圖 */
        .PC #YF027.input_bg {
            background-color: #b41210;
            background-size: 100% auto;
        }
        

        .PC #YF027 .input_top{
            width: 100%;
            aspect-ratio: 1200 / 784;  
            margin:0 auto; 
            background-image: url(../images/bg_input_mb.jpg);
            background-size:cover ;
            }
        .PC #YF027 .hero_input h1 {
            width: 56%;
            aspect-ratio: 960 / 685;
            background: url(../images/hero_title_input_mb.png) no-repeat top center;
            background-size: cover;
            left:5%;
            top:7%;
        }

        .PC #YF027 .input_top .top_bt{
            width: 300px;
            height: 60px;
            left: 6%;
            bottom: 4%;
        }

        .PC #YF027 .input_top .top_bt a{
            font-size: 2rem;
        }

        .MOBILE #YF027 .input_top h1 {
            width: 62%;
            aspect-ratio: 960 / 708;
            background: url(../images/hero_title_input_mb.png) no-repeat top center;
            background-size: cover;
            left:4%;
            top:10%;
        }
        .MOBILE #YF027 .input_top .top_bt{
            width: 40%;
            height:60px;
            left: 15%;
            bottom: 8%;
        }
        .MOBILE #YF027 .input_top .top_bt a{
            display: block;
            width: 100%;
            height:60px;
            line-height: 51px;
            border-radius: 60px;
            font-size: 1.5rem;
        }

    }
/* ========================================== */
/* ================ 輸入頁框架 ================ */
/* ========================================== */
.PC #YF027 .in_container_bg{
    background-color: #b41210;
    }.MOBILE #YF027 .in_container_bg {
        background-color: #b41210;
        padding: 0px;
    }

.PC #YF027 .in_container_frame{
    width: 730px;
    height: auto;
    margin:0 auto;
    margin-bottom:40px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 8px 4px #ffdead;
    }.MOBILE #YF027 .in_container_frame {
        width:100%;
        height: auto;
        margin: 0px auto;
        background-color: #ffffff;
        box-shadow: inset 0px 0px 0px 0px #fbdeab;
    }

/* 輸入頁：內容框架 */
.PC #YF027 .in_content_box{
    padding: 4% 8%; 
    }.MOBILE #YF027 .in_content_box {
        padding:  4% 4%;
    }

/* 輸入頁：內容圖片樣式 */
.PC #YF027 .in_content_box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    image-rendering: -webkit-optimize-contrast;
    }.MOBILE #YF027 .in_content_box img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        image-rendering: -webkit-optimize-contrast;
    }

/* 輸入頁標題圖盒子 */
#YF027 .phbox_title{
    width:65%;
    height: auto;
    margin:0 auto;
    }.MOBILE #YF027 .phbox_title{
        width:75%;
        height: auto;
        margin:0 auto;
    }

.PC #YF027 .phbox_maintitle{
    width:83%;
    height: auto;
    margin:0 auto;
    }.MOBILE #YF027 .phbox_maintitle{
        width:85%;
        height: auto;
        margin:0 auto;
    }

/* ======================================== */
/* ================ 內容區塊 ================ */
/* ======================================== */
/* 區塊標題頭 */
.PC #YF027 .title_bar {
    background-color: #d89900;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 8px 5px #f2bb09;
    }.MOBILE #YF027 .title_bar {
        background-color: #d89900;
        width: 100%;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 0px 0px 8px 5px #f2bb09;
    }
    

.PC #YF027 .title_bar p {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    }.MOBILE #YF027 .title_bar p{
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        display: flex;
        align-items: center;
    }

.PC #YF027 .title_bar span {
    background-color: #fff66e;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-right: 8px;
    font-weight: normal;
    }.MOBILE #YF027 .title_bar span {
        background-color: #fff66e;
        padding:4px 8px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        margin-right: 8px;
        font-weight: normal;
    }


/* 限時優惠倒數區塊 */
#YF027 .countdown_frame{
    width:100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:15px;
    box-sizing: border-box;
    }

.PC #YF027 .countdown_item{margin-bottom:0px;}
.MOBILE #YF027 .countdown_item{margin-bottom:8px;}

#YF027 .item_ph_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#YF027 .count_phbox{
    width:80px;
    height: 80px;
    margin-right:10px;
    color: #fbff00;
    background-color: #8D5600;
    border-radius: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 1.8rem;
    }.MOBILE #YF027 .count_phbox{
        margin-right:10px;
    }


#YF027 .count_info{
    width:calc(100%-80px);
    height: auto;
}

#YF027 .count_info p{
    font-size:2rem;
    font-weight: bold;
    line-height: normal;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff;
    }.MOBILE #YF027 .count_info p{
        font-size:1.3rem;
        line-height: 1.8rem;
    }

.PC #YF027 .count_info p.count_txt_point{
    font-size:2.6rem;
    }.MOBILE #YF027 .count_info p.count_txt_point{
        font-size:2rem;
    }

#YF027 .count_info .count_txt_point span{
    margin-left:5px;
}

#YF027 .count_info p.line_throught{
    font-size:1.4rem;
    font-weight: normal;
    color: #777777;
    text-decoration: line-through;
    text-shadow:none;
}.MOBILE #YF027 .count_info p.line_throught{
    font-size: 1.2rem;
}

#YF027 .count_gift{
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    border: 1px solid #d89900;
    border-radius: 30px;
    margin-top: 10px;
    
}

#YF027 .count_gift .gift_title{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 50px;
    color: #333;
    text-align: center;
    background-color: #f3ba35;
    font-weight: bold;
}
    .MOBILE #YF027 .count_gift .gift_title{
        font-size: 1.6rem;
    }
#YF027 .count_gift .gift_item{
    width: 90%;
    height: auto;
    color: #333;
    margin: 0 auto;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#YF027 .count_gift .gift_item:last-child{
    border-bottom: none;
}
#YF027 .count_gift .gift_item .gift_icon{
    width: 40px;
    height: 40px;
    background-image: url(../images/input/gif.png);
    background-size: 40px 40px;
}
#YF027 .count_gift .gift_item .gift_content{
    width: calc(100% - 40px);  
    padding-left: 10px;  
}
#YF027 .count_gift .gift_item .gift_t01{
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: bold;  
}.MOBILE #YF027 .count_gift .gift_item .gift_t01{
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;  
}
#YF027 .count_gift .gift_item .gift_t02{
    font-size: 1.2rem;
    line-height: 1.8rem;
}.MOBILE #YF027 .count_gift .gift_item .gift_t02{
    font-size: 1.1rem;
    line-height: 1.6rem;
}
#YF027 .count_gift .gift_item .gift_t03{
    font-size: 1.2rem;
}
   .MOBILE #YF027 .count_gift .gift_item .gift_t03{
        font-size: 1.1rem;
    }


/* 輪播區塊 */
.PC #slide_case{
    width: 100%;
    height: auto;
    position: relative;
    margin-top:20px;
    }.MOBILE #slide_case{
        width: 100%;
        aspect-ratio: 560 / 315;
        margin-top:15px;
        position: relative;
    }
.PC #slide_case .slide_box{
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    }.MOBILE #slide_case .slide_box{
        width: 100%;
        height: auto;
        border-radius: 15px;
        overflow: hidden;
    }


#slide_case ul,
#slide_case li{
    width:100%;
    aspect-ratio: 560 / 315;
    overflow: hidden;
}

#slide_case .slide_arrow_pre{
    aspect-ratio: 1 / 1;
    width:40px;
    height: 40px;
    max-width:40px;
    max-height: 40px;
    background-color: rgba(70, 181, 62, .9);
    border-radius: 50%;
    background-image: url(../images/input_slide/pre.png);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
	top: 46%;
	left: 2%;
	transform: translate(-2%, -46%);
    }.MOBILE #slide_case .slide_arrow_pre{
        aspect-ratio: 1 / 1;
        width:30px;
        height: 30px;
        max-width:30px;
        max-height: 30px;
        border-radius: 50%;
        background-image: url(../images/input_slide/pre.png);
        position: absolute;
        top: 44%;
        left: 2%;
        transform: translate(-2%, -44%);
    }

#slide_case .slide_arrow_next{
    aspect-ratio: 1 / 1;
    width:40px;
    height: 40px;
    max-width:40px;
    max-height: 40px;
    background-color: rgba(70, 181, 62, .9);
    border-radius: 50%;
    background-image: url(../images/input_slide/next.png);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
	top: 46%;
	right: 2%;
	transform: translate(-2%, -46%);
    }.MOBILE #slide_case .slide_arrow_next{
        aspect-ratio: 1 / 1;
        width:30px;
        height: 30px;
        max-width:30px;
        max-height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 44%;
        right: 2%;
        transform: translate(-2%, -44%);
    }


#slide_case .slide_arrow_pre a,
#slide_case .slide_arrow_next a{
    display: block;
    width:100%;
    height: 100%;
    box-shadow: 0px 0px 8px 2px #ffffff;
    border-radius: 50%;
}

#slide_case .slide_dot{
    width:100%;
    height: auto;
    margin-top:10px;
    }.MOBILE #slide_case .slide_dot{
        margin-top:5px;
    }

#slide_case .slide_dot ul{
    width: 22%;
    height: 20px;
    max-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    }.MOBILE #slide_case .slide_dot ul{
        width: 30%;
        height: 20px;
        max-height: 20px;
    }
#slide_case .slide_dot li{
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 12px;
    max-height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
    }.MOBILE #slide_case .slide_dot li{
        width: 100%;
        aspect-ratio: 1 / 1;
        max-width: 10px;
        max-height: 10px;
        border-radius: 50%;
        background-color: #dddddd;
    }


#slide_case .slide_dot li a{
    display: block;
    width:100%;
    height: 100%;
}

#slide_case .slide_dot li.active{
    background-color: #46b53e;
}

/* 方格區塊 */
#YF027 .background_gray_lite{background-color: #f5f5f7;}

#YF027 .block_frame{
    width:100%;
    height: auto;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:20px;
}.MOBILE #YF027 .block_frame{
    width:100%;
    margin-top:10px;
    flex-direction: column;
}

#YF027 .block_box{
    width:49%;
    height: auto;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom:15px;
    position: relative;
    }.MOBILE #YF027 .block_box{
        width: 100%;
        padding: 15px;
        margin-bottom:10px;
    }

#YF027 .block_box:nth-child(3),
#YF027 .block_box:nth-child(6),
#YF027 .block_box:nth-child(8),
#YF027 .block_box:nth-child(10){
    margin-right:0%;
}

/* 八卦襯底配圖 */
#YF027 .ph_bagua::after{
    content:'';
    display: block;
    width:120px;
    height: 120px;
    background-image: url(../images/input/input_bagua.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:2%;
    right: 0%;
    filter: brightness(1.1);
    }.MOBILE #YF027 .ph_bagua::after{
        width:80px;
        height: 80px;
        top:-3%;
        right:1%;
    }

#YF027 .width_full{
    width:100%;
    margin-right:0%;
}

/* 編號標題區塊 */
#YF027 .block_titlebar{
    width:100%;
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom:10px;
    padding-bottom: 12px;
    position: relative;
}

#YF027 .block_titlebar li{margin-bottom:5px;}
#YF027 .block_titlebar li:last-child{margin-bottom:0px;}

#YF027 .block_titlebar::after{
    display: inline-block;
    content: "";
    width:100%;
    border-bottom:3px dotted #cccccc;
    position: absolute;
    bottom:0%;
    left:0%;
}

/* 圖式樣式 */
#YF027 .box_iconitem{
    width:60px;
    height: auto;
    margin-right:10px;
}
    .MOBILE #YF027 .box_iconitem{
        width:40px;
        height: auto;
        margin-right:5px;
    }

/* 編號樣式 */
#YF027 .block_titlebar span.box_number{
    width:40px;
    height: 40px;
    background: #8D5600;
    background: linear-gradient(0deg,rgba(141, 86, 0, 1) 0%, rgba(208, 131, 0, 1) 50%, rgba(232, 191, 118, 1) 100%);
    border:1px solid #a67b36;
    border-radius: 12px;
    box-shadow: inset 0px 0px 4px 1px #ffd9a0;
    font-size:1.5rem;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin-right:10px;
    }.MOBILE #YF027 .block_titlebar span.box_number{
        width:30px;
        height: 30px;
        font-size:1.1rem;
        line-height: 28px;
        border-radius: 10px;
        margin-right:8px;
    }

#YF027 .block_titlebar p.box_title{
    font-size:1.4rem;
    font-weight:bold;
    text-align: left;
    color:#333333;
}.MOBILE #YF027 .block_titlebar p.box_title{
    font-size:1.3rem;
}



#YF027 .color_lineapp{color:#06c755;}
#YF027 .flex_align_center{align-items: center;}

/* 內文區塊 */
#YF027 .block_box .box_info{width:100%;}

.PC #YF027 .block_box p.box_content{
    font-size:1.1rem;
    font-weight: normal;
    }.MOBILE #YF027 .block_box p.box_content{
        font-size:1rem;
        line-height: 1.5rem;
    }

/* 品牌區塊控制寬度 */
.PC #YF027 #brand_block{
    width:730px;
}
