@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    background: #f8f6f4!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: 100px;
    margin-top: 30px;
    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: #093c79;
}

.clear_both {
    clear: both;
}


/* container */

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

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

.go_top {
    display: none;
    z-index: 150;
    position: fixed;
    bottom: 50px;
    right: 35%;
}

.incl{display: block;}
.inop{display: none;}

/* KV */

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

.slogan{
    width: 477px;
    height: 214px;
    left: 600px;
    top: 150px;
    background: url(../images/title.png) center no-repeat;
    position: absolute;
    z-index: 2;
    
}
.lgtone{
    width: 240px;
    height: 342px;
    left: 810px;
    top: 420px;
    background: url(../images/Lg-tone.png) center no-repeat;
    position: absolute;
    z-index: 2;

}
.scroll{
    width: 145px;
    height: 230px;
    top: 650px;
    right: 45%;
    background: url(../images/start_btn.png) no-repeat 0 0;
    animation: scrollani 1s linear infinite alternate;
    position: absolute;
    z-index: 1;
}

.scroll:hover {
    background: url(../images/start_btn.png) 0 0 no-repeat;
    transition: 0.3s ease-in 0.1s;
}

@keyframes scrollani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 30px;
  }
}


/* 文章區 */

.article {
    width: 100%;
    height: auto; 
    position: absolute;
    background-color: #000;
    background: url(../images/bg.jpg) center no-repeat;
}

.edit_content {
    width: 1126px;
    height: auto;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

/* 編輯 */

.area01 {
    width: 1126px;
    height: 376px;
    float: left;
    margin: 0 auto;
    background: url(../images/img_A.png) center no-repeat;
    transition: 0.3s ease-out;
}

.edit_t {
    font-size: 28px;
    color: #FFF;
    margin: 120px 20px 0 600px;
    line-height: 40px;
    letter-spacing: 2px;
}

.edit_btn{
    width: 90px;
    height: auto;
    font-size: 22px;
    color: #5c92d6;
    margin: 80px 0px 0 950px;
    letter-spacing: 2px;
    background-color: #FFF;
    padding: 12px 20px;
}

/*.area01:hover {
     background: url(../images/img_A_hover.png) center no-repeat;
     transition: 0.3s ease-out;
}*/

.edit_btn:hover{
    color: #FFF;
    background-color: #fe893a;
}

.area01:hover .edit_t{
    font-weight: bold;
}

/* 文章 */
.aBox {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.h1 {
    width: 900px;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0px 10px 0px;
    color: #99bfff;
    letter-spacing: 5px;
}


.article-box {
    display: block;
    margin: 0px;
    padding: 0px 37px;
    width: 1126px;
}
}
.article-box li{
    display: block;
    margin: 0px;
    padding: 0px;
}

.article-box li:first-child a{    
    margin-left: 0px;
}

.article-box li:nth-child(5) a{
    margin-left: 0px;
}
.article-box li:nth-child(9) a{
    margin-left: 0px;
}
.article-box li:nth-child(13) a{
    margin-left: 0px;
}

.article-box li:nth-child(4n) a{
    margin-right: 0px;
}

/*.article-box li:nth-child(5) a{
    margin-right: 0px;
}*/

.article-box li a  {
    float: left;
    width: 270px;
    height: 270px;
    margin: 0px 0px 80px 15px;
}
.box {
    width: 210px;
    height: 235px;
}

.incl{
     display: block;
}
.inop{
     display: none;
}

.article-box a:hover .inop{
    display: block;
    position:absolute;
    z-index: 1;
}
.article-box a:hover .incl{
    position:absolute;
    /*display: none;*/
}

.line_bar {
    width: 1126px;
    height: 2px;
    margin: 30px auto;
    background: #99bfff;
    transition: 0.3s;
}

.ph1 {
    background: url(../images/img01.jpg) 0px no-repeat;}
.ph2 {
    background: url(../images/img02.jpg) 0px no-repeat;}
.ph3 {
    background: url(../images/img03.jpg) 0px no-repeat;}
.ph4 {
    background: url(../images/img04.jpg) 0px no-repeat;}
.ph5 {
    background: url(../images/img05.jpg) 0px no-repeat;}
.ph6 {
    background: url(../images/img06.jpg) 0px no-repeat;}
.ph7 {
    background: url(../images/img07.jpg) 0px no-repeat;}
.ph8 {
    background: url(../images/img08.jpg) 0px no-repeat;}
.ph9 {
    background: url(../images/img09.jpg) 0px no-repeat;}
.ph10 {
    background: url(../images/img10.jpg) 0px no-repeat;}
.ph11 {
    background: url(../images/img11.jpg) 0px no-repeat;}
.ph12 {
    background: url(../images/img12.jpg) 0px no-repeat;}
.ph13 {
    background: url(../images/img13.jpg) 0px no-repeat;}
.ph14 {
    background: url(../images/img14.jpg) 0px no-repeat;}


/*hover*/
.ph1:hover {
    background: url(../images/01_hover.png) 0px no-repeat;}
.ph2:hover {
    background: url(../images/02_hover.png) 0px no-repeat;}
.ph3:hover {
    background: url(../images/03_hover.png) 0px no-repeat;}
.ph4:hover {
    background: url(../images/04_hover.png) 0px no-repeat;}
.ph5:hover {
    background: url(../images/05_hover.png) 0px no-repeat;}
.ph6:hover {
    background: url(../images/06_hover.png) 0px no-repeat;}
.ph7:hover {
    background: url(../images/07_hover.png) 0px no-repeat;}
.ph8:hover {
    background: url(../images/08_hover.png) 0px no-repeat;}
.ph9:hover {
    background: url(../images/09_hover.png) 0px no-repeat;}
.ph10:hover {
    background: url(../images/10_hover.png) 0px no-repeat;}
.ph11:hover {
    background: url(../images/11_hover.png) 0px no-repeat;}
.ph12:hover {
    background: url(../images/12_hover.png) 0px no-repeat;}
.ph13:hover {
    background: url(../images/13_hover.png) 0px no-repeat;}
.ph14:hover {
    background: url(../images/14_hover.png) 0px no-repeat;}

/* 文章樣式0904 */
.at_bg{
    width: 270px;
    margin-top: 270px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #99bfff;
    background: url(../images/aa.png) 0px no-repeat;
}

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

.box:hover .at_bg  {
    display:block;
    background: url(../images/bb.png) 0px no-repeat;
}

.box:hover .artcle_t  {display:block;}
.box:hover .artcle_t2 {display:none;}
.box:hover .artcle_p {display:block;}

.artcle_p{
    display: none; 
    width: 220px;
    height:auto;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    z-index: 2;
    position: absolute;
    margin: 8% 2%;
    text-align:center
}



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

}
footer p{
    color: #99bfff;
    margin-left: 24%;
    font-size: 10pt;
    line-height: 50px;
    font-style: italic;
    letter-spacing: 3px;

}

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

footer p {
    margin-left: 30px;
}

}

