/*-- reset css --*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}











/* remember to define focus styles! */

:focus {
    outline: 0;
}











/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}











/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}











/*-- reset css --*/


/*-- main css --*/

body {
    font-family: "微軟正黑體";
    background-color: #000000;
}

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

a {
    text-decoration: none;
}


.main {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.header {
    background-color: #000000;
    width: 100%;
    height: 76px;
}

.header .topbar {
    display: block;
    max-width: 960px;
    height: 34px;
    margin: 0 auto;
    padding-bottom: 21.5px;
    padding-top: 21.5px;
}

.header:after {
    content: "";
    display: block;
    clear: both;
    /*-- 解決float造成的問題 --*/
}


.topbar{
    display: inline-block;
}

.topbar a:hover{
    opacity: 0.8;
}


.N_logo {
    display: block;
    width: 186px;
    height: 33px;
    background: url("../img/N_coffee_logo.png") no-repeat;
    float: left;
}

.right{
    float: right;
    width:228px;
}

.right a{
    margin:auto 6%;
}

.mb01 {
    display: block;
    background: url("../img/MB01_logo.png") no-repeat;
    width: 134px;
    height: 29px;
    float: left;

}

.str_line {
    background-color: #ffffff;
    display: block;
    width: 2px;
    height: 34px;
    float: left;
}

.fb {
    background: url("../img/FB_logo.png") no-repeat;
    width: 29px;
    height: 29px;
    float: right;
}


.top a {
    display: block;
    border-radius: 67px;
    width: 67px;
    height: 67px;
    z-index: 100;
    border: 2px solid #ffffff;
    position: absolute;
    top: 2085px;
    right: 375px;
    text-align: center;
    background-color: #5d4f3f;
    color: #ffffff;
}


.top a:hover{
    background-color: #a37745;
    color: #000000;
}

.top_text{
    margin-top: 20px;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 1440px) {
    .top {
        display: none;
    }
}



/*-- KV --*/

.part1_kv {
    display: block;
    background: url("../img/KV_bg.png") no-repeat center center;
    width: 100%;
    height: 578px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.part1_all {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.text_content {
    display: block;
    width: 45%;
    text-align: center;
    margin-top: 134px;
    margin-left: 18px;
}







/*-- KV_元素 --*/

.new {
    font-size: 22px;
    display: inline-block;
    width: 68px;
    height: 35px;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 2px;
    background-color: #3c2012;
    margin-bottom: 5%;
}


.text_p{
    margin-bottom: 5%;
}


.text_content .line {
    display: block;
    width: 95%;
    height: 2px;
    background-color: #3c2012;
    margin: 5% auto;
}


/*.text_content h1 {
    font-size: 32px;
    color: #3c2012;
    letter-spacing: 1px;
}


.text_content h1 .N {
    font-family: "Gotham";
    font-weight: 450;
}

.text_content h1 .coffee {
    margin-left: 1%;
}*/

/*.text_content p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #3c332f;
    font-weight: 600;
    margin-top: 20px;
}


.text_content .day {
    margin-bottom: 26px;
}
*/

.kv_btn {
    background: url("../img/KV_BTN_ori.png") no-repeat;
    display: inline-block;
    width: 338px;
    height: 47px;
    border-bottom: solid #81592f 8px;
}

.kv_btn:hover {
    margin-top: 4px;
    border-bottom: solid #81592f 4px;
}








/*-- part2_article --*/

.part2_article {
    background: url("../img/article_part1_bg.png") no-repeat;
    display: block;
    width: 100%;
    height: 706px;
    margin: 0 auto;
}


.part2_title {
    max-width: 816px;
    margin: 0 auto;
}

.big_title {
    background: url("../img/Article_title.png") no-repeat;
    display: inline-block;
    width: 816px;
    height: 44px;
    margin: 58px auto;
}


.part2_article ul {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.part2_article li {
    float: left;
    width: 447px;
    height: 473px;
    background-color: #5d4f3f;
    margin: 0 2%;
    text-align: center;
    position: relative;
}

.part2_article li .light {
    position: absolute;
    left: 0;
}


.part2_article li .editor_name {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin: 30px auto;
    letter-spacing: 2px;
}


.part2_article li .detail {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: justify;
    width: 85%;
    display: inline-block;
    line-height: 1.5;
    margin-top: 3%;
}



.part2_article li a .editor_pic {
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    cursor: pointer;
    transition: all 0.3s ease-out;
    filter: none \9;
}



.part2_article li a:hover .editor_pic {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    cursor: pointer;
    transition: all 0.3s ease-out;
    filter: none \9;
}


.part2_article li a:hover {
    border: 2px solid #e2b278;
    display: block;
    width: 447px;
    height: 473px;
    position: absolute;
    top: -2px;
    left: -2px;
}

.part2_article li:hover {
    background-color: #a37745;
    transition: 0.3s ease;
}





/*-- part3_article --*/

.part3_article {
    background: url("../img/article_part2_bg.png") no-repeat;
    display: block;
    width: 100%;
    height: 865px;
    margin: 0 auto;
}

.part3_article ul {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
}

.part3_article li {
    float: left;
    width: 312px;
    height: 350px;
    background-color: #5d4f3f;
    text-align: center;
    margin: 1.5% 1%;
    position: relative;
}

.part3_article .net_detail {
    width: 90%;
    margin: 2% auto;
    color: #ffffff;
}

.part3_article .net_name {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.part3_article .net_detail span {
    width: 100%;
    height: 2px;
    display: block;
    margin: 4% auto;
    background-color: #ffffff;
}

.part3_article .net_detail .net_title {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: justify;
}

.part3_article li a:hover {
    border: 2px solid #e2b278;
    display: block;
    width: 312px;
    height: 350px;
    position: absolute;
    top: -2px;
    left: -2px;
    background-color: #a37745;
}