
/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加class名稱
例如：

在HTML裡：
<div class="abc">我要增加背景</div> 

在css裡：
.abc{
    background-image: url(../images/body_bg.webp);  <------圖檔位置
    background-position: center; <-----圖片在區塊/方塊裡的定位
    background-size: cover;  <-----圖片在區塊/方塊裡的大小
}

 */

/* 補充 
    學習資料
    https://ithelp.ithome.com.tw/articles/10223887
    https://ithelp.ithome.com.tw/articles/10224214
*/



/* 全站背景 */
body {
    background-image: url(../images/body_bg.jpg);
    background-color: #87a2fb;
    background-position: center;
    background-size: 2400px;
}

main .visualBox {
    background-image: url(../images/topBn_bgrepeat.webp);
    background-size: 100% 100%;
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-repeat: repeat-x;
}

section.visualBox {
    background-image: none;
    background-size: cover;
    background-position: center;
    }

.body-under {
    background-image: url(../images/bbg-1_06.png);
    background-color: #820000;
    background-position: tpo;
    background-size: 2400px;
}

a.hvr-wobble-vertical {
    display: block;
    }

.bbg-1-1{
    background-image: url(../images/bbg-1_01.png);
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    margin-top: -75px;
    padding-top: 0px;

}

.bbg-1-2{
    background-image: url(../images/bbg-1_02.png);
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.bbg-1-3{
    background-image: url(../images/bbg-1_03.png);
    background-color: #ffe2ff;
    background-position: inherit;
    background-size: cover;
}

.bbg-1-4{
    background-image: url(../images/bbg-1_04.png);
    background-position: center;
    background-size: cover;
}

.bbg-1-5{
    background-image: url(../images/bbg-1_05.png);
    background-position: center;
    background-size: cover;
}



.bbg-2-1{
    background-image: url(../images/bbg-2_01.png);
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.bbg-2-2{
    background-image: url(../images/bbg-2_02.png);
    background-position: center;
    background-size: cover;
}

.bbg-3-1{
    /* background-image: url(../images/bbg-1_15.png); */
    background-position: center;
    background-size: cover;
    background-color: #b4dd99;
    /* border: 4px solid #b4dd99; */
    border-radius: 40px;
}

.bbg-3-2{
    /* background-image: url(../images/bbg-1_15.png); */
    background-position: center;
    background-size: cover;
    background-color: #f6b090;
    /* border: 4px solid #b4dd99; */
    border-radius: 0px;
    margin-top: -80px;
    padding-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bbg-3-3{
    /* background-image: url(../images/bbg-1_15.png); */
    background-position: center;
    background-size: cover;
    background-color: #dcb8b5;
    border: 4px solid #ffffff;
    border-radius: 40px;
    margin-top: -75px;
    padding-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
   
}


.bbg-2-0{
    /* background-image: url(../images/bbg-2.jpg); */
    /* background-color: #ffffff; */
    background-position: center;
    background-size: 1400px;
    border: 3px solid #c0c0c0;
    border-radius: 40px;
}

.bbg-2-3{
    /* background-image: url(../images/bbg-2.jpg); */
    background-color: #39b4af;
    background-position: center;
    background-size: 1400px;
    /* border: 3px solid #c0c0c0; */
    border-radius: 0px;
}
.box-1{
    /* background-image: url(../images/bbg-2.jpg); */
    background-color: #e4bfae;
    background-position: center;
    background-size: 1400px;
    border: 10px solid #e4bfae;
    border-radius: 0px;
}

.frame-1 {
    position: relative;
    background-color: #fffe00;
    font-size: 1.6em; 
}

.container.ppadding{
    padding-top: 12%
}

.label-1{
    margin-top: -55px;    
}


.label-2{
    margin-top: 20px;    
}

.part1 {
    position: relative;
    /* background-color: #84a3bd; */
    /* border: 5px solid #84a3bd; */
    margin-top: -90px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.part2 {
    position: relative;
    /* background-color: #84a3bd; */
    /* border: 5px solid #84a3bd; */
    margin-top: 0px;
    padding-top: 60px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.part3 {
    position: relative;
    /* background-color: #84a3bd; */
    /* border: 5px solid #84a3bd; */
    margin-top: 0px;
    padding-top: 60px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.upup{
    position: relative;
    z-index: 2;
}

.upup-1{
    position: relative;
    z-index: 2;
    margin-top: -22px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}
.section_bar {
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to right, #efe5bc, #fffced,#efe5bc);
}

a.linkset{
    margin: 0 3px;
    color: #fbff00 !important;
}



/* 按鈕顏色 */
.btnset a {
    color: #e951a5;
    border: 3px solid #e951a5;
    background-color: #fff;
    box-shadow: 3px 5px #e951a5;
    line-height: 1.2;
}/*來去逛逛*/

.btnset a:hover {
/*    color: rgb(44, 40, 1);*/
    color:#fff;
    border: 3px solid #e951a5;
    background-color: #e951a5;
    box-shadow: 3px 5px #e951a5;
}/*來去逛逛滑鼠移入*/

.nocarslideinnBox01 {
    background-color: #084B7D;
    padding: 10px;
}

/* 其他東西自己寫這↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */


.squarepppinfoinn-box.pppinfobox{
    background: #075F9E;
    text-decoration: none;
    color: #fff;
}

.animeItem {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.topppmbbox{
    position: relative;
    z-index: 2;
}

/* 斷點區 */

@media screen and (max-width: 1659px){
    
}
@media screen and (max-width: 1399px){
    
}
@media screen and (max-width: 1199px){
    
}

@media screen and (max-width: 991px){
    
}

@media screen and (max-width: 767px){
 
    body {
        /* background-image: url(../images/body_bg-mm.jpg); */
        /* background-color: #F8F4E8; */
        background-position: center;
        background-size: 640px;
    }   
    
    
    .bbg-1-1mm {
        background-image: url(../images/bbg-1_01.png);
        background-position: center;
        background-size: cover;
        border-radius: 0px;
        margin-top: -35px;
        padding-top: 0px;
    }

    .label-1mm {
        margin-top: -22px;
    }

    .part1_mm {
        position: relative;
        /* background-color: #84a3bd; */
        /* border: 5px solid #84a3bd; */
        margin-top: -80px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-radius: 0px;
    }
    
    .part2_mm {
        position: relative;
        /* background-color: #84a3bd; */
        /* border: 5px solid #84a3bd; */
        margin-top: 0px;
        padding-top: 75px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-radius: 0px;
    }

   
    .bbg_1_2mm {
        background-image: url(../images/bbg-1_02.png);
        background-position: center;
        background-size: cover;
        border-radius: 0px;
        margin-top: -30px;
        padding-top: 120px;
    }

    .frame-1{
        font-size: 1em; }

}

@media screen and (max-width: 640px){
    
}

@media screen and (max-width: 480px){

}