@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    background: #FFF!important;
    margin: 0;
    padding: 0;
    font-family: "Microsoft JhengHei", "Arial", "Helvetica", "sans-serif", "微軟正黑體"!important;
    font-weight: bold;
}

header {
    position:absolute;
    width: 100%;
    height: 0px;
    z-index: 999;
}


/* logoBar */

.LGlogo {
    width: 145px;
    height: 130px;
    margin-top: 10px;
    margin-left: 30px;
    background: url(../images/LGlogo.png) 0 0 no-repeat;
    float: left;
}

.nav {
    width: 100%;
    height: 30px;
    margin-top: 40px;
    margin-bottom: -20px;
}

.m1logo {
    width: 140px;
    height: 30px;
    background: url(../images/m1Logo.png) no-repeat;
    position: absolute;
    right: 20px;
    z-index: 999;
    transition: 0.2s;
}


.fb-share {
    width: 80px;
    height: 30px;
    background: url(../images/fbLogo.png) no-repeat;
    position: absolute;
    right: 20px;
    z-index: 999;
    transition: 0.2s;
}

.m1logo:hover {
    background: url(../images/m1Logo_hover.png) no-repeat;
    right: 40px;
}

.fb-share:hover {
    background: url(../images/fbLogo_hover.png) no-repeat;
    right: 40px;
}

.nav-bar {
    width: 20px;
    height: 1px;
    margin: 15px 0 0 0;
    background: #000;
    transition: 0.3s;
    float: right;
}

.nav:hover .nav-bar {
    width: 40px;
    background: #d7085b;
}

.clear_both {
    clear: both;
}


/* container */

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background-color: #FFF;
}
.wrapper_bg {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    position: relative;
    background: url(../images/kv_bg.png) center no-repeat;
}

.img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.go_top {
    display: none;
    width: 80px;
    height: 80px;
    z-index: 150;
    position: fixed;
    bottom: 50px;
    right: 20%;
}
.incl{display: block;}
.inop{display: none;}

/* KV */

.Top-section {
    width: 1200px;
    height: 650px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slogan{
    width: 450px;
    height: 250px;
    left: 30px;
    top: 240px;
    background: url(../images/title.png) center no-repeat;
    position: absolute;
    z-index: 2;
    
}


.scrollA {
    width: 330px;
    height: 75px;
    top: 580px;
    right: 18%;
    background: url(../images/A_btn.png) no-repeat 0 0;
    /*animation: scrollani 1s linear infinite alternate;*/
    /*animation: scrollani 1.2s ease-in-out infinite;*/
    position: absolute;
    z-index: 1;
}
.scrollB {
    width: 330px;
    height: 75px;
    top: 580px;
    right: 36%;
    background: url(../images/B_btn.png) no-repeat 0 0;
    /*animation: scrollani 1s linear infinite alternate;*/
    /*animation: scrollani 1.2s ease-in-out infinite;*/
    position: absolute;
    z-index: 1;
}

.scroll:hover {
    background: url(../images/A_btn_hover.png) 0 0 no-repeat;
    transition: 0.3s ease-in 0.1s;
}
#btndown {
    margin-left: 265px;
    margin-top: 20px;
    animation: btndownani 1.2s ease-in-out infinite;
}


@keyframes btndownani {
  0% {transform: translate(0%, -10%);}
  50% {transform: translate(0%, 10%);}
  100% {transform: translate(0%, -10%);}

 /* from { transform: scaleY(0); }
  to   { transform: scaleY(1); }*/
}


/* 文章 */

.article {
    width: 100%;
    height: auto;  
    background: url(../images/a_bg.jpg) center no-repeat;
}

.edit_content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.edit_ad {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: url(../images/edit_ad_bg.png) center no-repeat;
    position: relative;
    overflow: hidden;
}

/* 編輯 */

.h1 {
    width: 1180px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0 10px;
    position: relative;
}  
.area01 {
    width: 1180px;
    height: 280px;
    float:left;
    margin: 0px;
    padding: 0 10px;
    background: url(../images/edit_img.png) center no-repeat;
    transition: 0.3s ease-out;
}

.edit_t {
    font-size: 25px;
    color:#d7085b;
    font-weight: bold;
    margin: 10px 0 0 25px;
    letter-spacing: 2px;
}
.edit_name {
    font-size: 25px;
    color:#FFF;
    margin: 55px 0 0 600px;
    letter-spacing: 2px;
}

.edit_p {
    font-size: 25px;
    color:#FFF;
    margin: 30px 0 0 600px;
    line-height: 35px;

}

.line_bar {
    width: 50px;
    height: 1px;
    margin: 15px 0 0 25px;
    background: #dd5c1d;
    transition: 0.3s;
    float: left;
}
.area01:hover  {
    background: url(../images/edit_img_hover.png) center no-repeat;
    transition: 0.3s;
}

.area01:hover .edit_name {
    color: #FFF;
}

.area01:hover .edit_p {
    color: #FFF;
    font-weight: bold;
}


/* 編輯文章 */

.h2 {
    width: 1180px;
    height: 75px;
    margin: 35px 0px;
    padding: 0 10px;
    background: url(../images/h2.png) center no-repeat;
    position: relative;
} 

.area02 {
    width: 560px;
    height: 200px;
    float:left;
    margin: 25px 10px 10px 35px;
    background: url(../images/A2-01.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

.area03 {
    width: 560px;
    height: 200px;
    float:left;
    margin: 25px 10px 10px 20px;
    background: url(../images/A2-02.jpg) center no-repeat;
    transition: 0.3s ease-out;
}
.area04 {
    width: 560px;
    height: 200px;
    float:left;
    margin: 25px 10px 10px 35px;
    background: url(../images/A2-03.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

.area05 {
    width: 560px;
    height: 200px;
    float:left;
    margin: 25px 10px 10px 20px;
    background: url(../images/A2-04.jpg) center no-repeat;
    transition: 0.3s ease-out;
}
.green{
    color:#316600;
    margin: 10px 0 0 35px;
}

.area02:hover {
    background: url(../images/A2-01-2.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

.area03:hover {
    background: url(../images/A2-02-2.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

.area04:hover {
    background: url(../images/A2-03-2.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

.area05:hover {
    background: url(../images/A2-04-2.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

/* 網友文章 */

.aBox{
    width: 1180px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}

.h3 {
    width: 1180px;
    height: 75px;
    margin:  50px auto;
    background: url(../images/h3.png) center no-repeat;
    position: relative;
} 
.Astyle {
    transition: 0.3s ease-out;
}

.aBox li a  {
    display: inline-block;
    float: left;
    width: 225px;
    height: 225px;
    position: relative;
}

.aBox li #abox1:nth-of-type(1){
    margin-left: 0px;
}
.tbox{
    width: 1180px;
    height: auto;
    margin: 20px auto;

}



.ph1 {
    background: url(../images/A01.jpg) center no-repeat;}
.ph2 {
    background: url(../images/A02.jpg) center no-repeat;}
.ph3 {
    background: url(../images/A03.jpg) center no-repeat;}
.ph4 {
    background: url(../images/A04.jpg) center no-repeat;}
.ph5 {
    background: url(../images/A05.jpg) center no-repeat;}
.ph6 {
    background: url(../images/A06.jpg) center no-repeat;}
.ph7 {
    background: url(../images/A07.jpg) center no-repeat;}
.ph8 {
    background: url(../images/A08.jpg) center no-repeat;}
.ph9 {
    background: url(../images/A09.jpg) center no-repeat;}
.ph10 {
    background: url(../images/A10.jpg) center no-repeat;}
.ph11 {
    background: url(../images/A11.jpg) center no-repeat;}
.ph12 {
    background: url(../images/A12.jpg) center no-repeat;}
.ph13 {
    background: url(../images/A13.jpg) center no-repeat;}
.ph14 {
    background: url(../images/A14.jpg) center no-repeat;}
.ph15 {
    background: url(../images/A15.jpg) center no-repeat;}
.ph16 {
    background: url(../images/A16.jpg) center no-repeat;}
.ph17 {
    background: url(../images/A17.jpg) center no-repeat;}
.ph18 {
    background: url(../images/A18.jpg) center no-repeat;}
.ph19 {
    background: url(../images/A19.jpg) center no-repeat;}
.ph20 {
    background: url(../images/A20.jpg) center no-repeat;}
.ph21 {
    background: url(../images/B01.jpg) center no-repeat;}
.ph22 {
    background: url(../images/B02.jpg) center no-repeat;}
.ph23 {
    background: url(../images/B03.jpg) center no-repeat;}
.ph24 {
    background: url(../images/B04.jpg) center no-repeat;}
.ph25 {
    background: url(../images/B05.jpg) center no-repeat;}
.ph26 {
    background: url(../images/B06.jpg) center no-repeat;}
.ph27 {
    background: url(../images/B07.jpg) center no-repeat;}
.ph28 {
    background: url(../images/B08.jpg) center no-repeat;}
.ph29 {
    background: url(../images/B09.jpg) center no-repeat;}
.ph30 {
    background: url(../images/B10.jpg) center no-repeat;}
.ph31 {
    background: url(../images/B11.jpg) center no-repeat;}
.ph32 {
    background: url(../images/B12.jpg) center no-repeat;}
.ph33 {
    background: url(../images/B13.jpg) center no-repeat;}
.ph34 {
    background: url(../images/B14.jpg) center no-repeat;}
.ph35 {
    background: url(../images/B15.jpg) center no-repeat;}
.ph36 {
    background: url(../images/B16.jpg) center no-repeat;}
.ph37 {
    background: url(../images/B17.jpg) center no-repeat;}
.ph38 {
    background: url(../images/B18.jpg) center no-repeat;}
.ph39 {
    background: url(../images/C01.jpg) center no-repeat;}
.ph40 {
    background: url(../images/C02.jpg) center no-repeat;}
.ph41 {
    background: url(../images/C03.jpg) center no-repeat;}
.ph42 {
    background: url(../images/C04.jpg) center no-repeat;}
.ph43 {
    background: url(../images/C05.jpg) center no-repeat;}
.ph44 {
    background: url(../images/C06.jpg) center no-repeat;}
.ph45 {
    background: url(../images/C07.jpg) center no-repeat;}
.ph46 {
    background: url(../images/C08.jpg) center no-repeat;}
.ph47 {
    background: url(../images/C09.jpg) center no-repeat;}
.ph48 {
    background: url(../images/C10.jpg) center no-repeat;}
.ph49 {
    background: url(../images/C11.jpg) center no-repeat;}
.ph50 {
    background: url(../images/C12.jpg) center no-repeat;}
.ph51 {
    background: url(../images/C13.jpg) center no-repeat;}
.ph52 {
    background: url(../images/C14.jpg) center no-repeat;}
.ph53 {
    background: url(../images/C15.jpg) center no-repeat;}
.ph54 {
    background: url(../images/C16.jpg) center no-repeat;}

/*hover*/
.ph1:hover {
    background: url(../images/A01_2.png) center no-repeat;}
.ph2:hover {
    background: url(../images/A02_2.png) center no-repeat;}
.ph3:hover {
    background: url(../images/A03_2.png) center no-repeat;}
.ph4:hover {
    background: url(../images/A04_2.png) center no-repeat;}
.ph5:hover {
    background: url(../images/A05_2.png) center no-repeat;}
.ph6:hover {
    background: url(../images/A06_2.png) center no-repeat;}
.ph7:hover {
    background: url(../images/A07_2.png) center no-repeat;}
.ph8:hover {
    background: url(../images/A08_2.png) center no-repeat;}
.ph9:hover {
    background: url(../images/A09_2.png) center no-repeat;}
.ph10:hover {
    background: url(../images/A10_2.png) center no-repeat;}
.ph11:hover {
    background: url(../images/A11_2.png) center no-repeat;}
.ph12:hover{
    background: url(../images/A12_2.png) center no-repeat;}
.ph13:hover {
    background: url(../images/A13_2.png) center no-repeat;}
.ph14:hover {
    background: url(../images/A14_2.png) center no-repeat;}
.ph15:hover {
    background: url(../images/A15_2.png) center no-repeat;}
.ph16:hover {
    background: url(../images/A16_2.png) center no-repeat;}
.ph17:hover {
    background: url(../images/A17_2.png) center no-repeat;}
.ph18:hover {
    background: url(../images/A18_2.png) center no-repeat;}
.ph19:hover {
    background: url(../images/A19_2.png) center no-repeat;}
.ph20:hover {
    background: url(../images/A20_2.png) center no-repeat;}
.ph21:hover {
    background: url(../images/B01_2.png) center no-repeat;}
.ph22:hover {
    background: url(../images/B02_2.png) center no-repeat;}
.ph23:hover {
    background: url(../images/B03_2.png) center no-repeat;}
.ph24:hover {
    background: url(../images/B04_2.png) center no-repeat;}
.ph25:hover {
    background: url(../images/B05_2.png) center no-repeat;}
.ph26:hover{
    background: url(../images/B06_2.png) center no-repeat;}
.ph27:hover {
    background: url(../images/B07_2.png) center no-repeat;}
.ph28:hover {
    background: url(../images/B08_2.png) center no-repeat;}
.ph29:hover {
    background: url(../images/B09_2.png) center no-repeat;}
.ph30:hover {
    background: url(../images/B10_2.png) center no-repeat;}
.ph31:hover {
    background: url(../images/B11_2.png) center no-repeat;}
.ph32:hover {
    background: url(../images/B12_2.png) center no-repeat;}
.ph33:hover {
    background: url(../images/B13_2.png) center no-repeat;}
.ph34:hover {
    background: url(../images/B14_2.png) center no-repeat;}
.ph35:hover {
    background: url(../images/B15_2.png) center no-repeat;}
.ph36:hover {
    background: url(../images/B16_2.png) center no-repeat;}
.ph37:hover {
    background: url(../images/B17_2.png) center no-repeat;}
.ph38:hover {
    background: url(../images/B18_2.png) center no-repeat;}
.ph39:hover {
    background: url(../images/C01_2.png) center no-repeat;}
.ph40:hover {
    background: url(../images/C02_2.png) center no-repeat;}
.ph41:hover {
    background: url(../images/C03_2.png) center no-repeat;}
.ph42:hover {
    background: url(../images/C04_2.png) center no-repeat;}
.ph43:hover {
    background: url(../images/C05_2.png) center no-repeat;}
.ph44:hover {
    background: url(../images/C06_2.png) center no-repeat;}
.ph45:hover {
    background: url(../images/C07_2.png) center no-repeat;}
.ph46:hover {
    background: url(../images/C08_2.png) center no-repeat;}
.ph47:hover {
    background: url(../images/C09_2.png) center no-repeat;}
.ph48:hover {
    background: url(../images/C10_2.png) center no-repeat;}
.ph49:hover {
    background: url(../images/C11_2.png) center no-repeat;}
.ph50:hover {
    background: url(../images/C12_2.png) center no-repeat;}
.ph51:hover {
    background: url(../images/C13_2.png) center no-repeat;}
.ph52:hover {
    background: url(../images/C14_2.png) center no-repeat;}
.ph53:hover {
    background: url(../images/C15_2.png) center no-repeat;}
.ph54:hover {
    background: url(../images/C16_2.png) center no-repeat;}

.at_bg{
    width: 225px;
    height: 40px;
    background: url(../images/aa.png) center no-repeat;
    margin-top: 185px;

}
.at_bg2{
    width: 225px;
    height: 40px;
    background: url(../images/bb.png) center no-repeat;
    margin-top: 185px;

}
.at_bg3{
    width: 225px;
    height: 40px;
    background: url(../images/cc.png) center no-repeat;
    margin-top: 185px;

}
.artcle_t{
    font-size: 16px;
    color: #FFF;
    line-height: 40px;
    margin-left: 60px;

}

.artcle_t2{
    display: none;
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
    margin-left: 60px;
}
.artcle_t3{
    display: none;
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
    margin-left: 60px;
}

.artcle_p{
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin: 60px 20px 0 20px;
    word-wrap: break-word;
    /*transition: 1s ease-out;*/
}

.Astyle:hover .at_bg {display:none;}
.Astyle:hover .at_bg2 {display:none;}
.Astyle:hover .at_bg3 {display:none;}
.Astyle:hover .artcle_t {display:none;}
.Astyle:hover .artcle_t2 {display:block;}
.Astyle:hover .artcle_t3 {display:block;}
.Astyle:hover .artcle_p {display:block;}

/*文章選單點點樣式*/
.slick-dots ,.slick-dots2 li button {
    font-size: 10px!important;
 
}
.slick-dots ,.slick-dots2 li button:hover:before{
    color: #696969!important;
}
.slick-dots ,.slick-dots2 li button:before {
    font-size: 18px!important;
}
.slick-dots ,.slick-dots2  li.slick-active ,.slick-dots2 button:before {
    opacity: .75;
    color: #ff995e!important;
}
.slick-dotted.slick-slider ,.slick-dots2 {
    margin-bottom: 0px!important; 
    padding: 0 0 30px 0;
}
.slick-dots ,.slick-dots2{
    bottom: 0!important;
    width: 1160px!important;
    text-align: right!important;
    margin-top: 20px!important;
}
.slick-dots ,.slick-dots2 li {
    margin: 0 3px!important;
}

/* footer */
footer{
    width: 100%;
    height: 36px;
    background-color: #000;
    position: absolute;
    box-sizing: border-box;
    border: none;
    margin-top: 50px;

}
footer p{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
}
.toptop{
    margin-top: 50px;
}

@media screen and (max-width:1200px){
.go_top {right: 0px;}

.slogan{
    left: 60px; 
}
.more_btn{
    display: block;
    width: 285px;
    height: 60px;
    background: url(../images/come.png) center no-repeat;
}


}

