@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900');
body{   font-family: 'Noto Serif TC', serif;}

header, footer {
    position: fixed;
    height: 80px;
    display: block;
    width: 100%;
    -webkit-background-color: rgba(0, 0, 0);
    -moz-background-color: rgba(0, 0, 0);
    -o-background-color: rgba(0, 0, 0);
    -ms-background-color: rgba(0, 0, 0);
    background-color: rgba(0, 0, 0);
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 0;
    z-index: 8888;
}
header{
    height: 60px;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer{
	bottom: 0px;
	background: #291a05;
}
footer h1{
	font-size: 3rem;
    font-weight: 500;
    color: #a99a7b;
    display: inline-block;
    line-height: 1.3;
}
footer img{
	width: 40px;
	margin: 0 10px 10px 0;
}
footer p{
	font-size: 12px;
    color: #9b7a64;
    line-height: 0;
}
/* #menu */
.glenlogo{
    width: 150px;
}
#menu li {
	display:inline-block;
	margin: 16px;
	color: #fff;
}
#menu li.active{
	color: #a99a7b;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #ffecc6;
}
#menu li:hover{

}
#menu li a:hover{
	color: #ffecc6;
		border-bottom: 1px #ffecc6 dashed;
	color: #ffecc6;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
	font-size: 17px;
}
#menu li.active a{
	color: #ffecc6;
}
#menu{
  width: 100%;
  max-width: 800px;
}
#menu img{
	width: 200px;
}
.menu_mb_box{
    display: none;
}
@media (max-width: 769px) {
    #menu{
      display: none;
      position:fixed;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
      z-index: 999;
      padding: 0;
      margin:0;
      background-color: #000;
      margin-top: 60px;
    }
    .menu_mb_box{
        display:none;
        position:fixed;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        z-index: 999;
        padding: 0;
        margin:0;
        background-color: #000;
    }
    footer h1{
        font-size: 2rem;
    }
    footer img {
        width: 27px;
    }
}
/* video */
.videoout{
    margin: auto;
    padding: 80px 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1240px;
    height: auto;
}
.videoout .video-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
}
.videoout .video-container iframe,.videoout .video-container object,.videoout .video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* 主視覺區新增css */
.q_slide .slide .caption .mclogo{}
.q_slide .slide .caption .mclogo img{
	width: 280px;
}

.atc2 .fp-tableCell{
	display: block;
	overflow: hidden;
}


header .logo {
  display: inline-block;
  margin: 6px 20px 0 0;
}

header .logo img {
  width: auto;
  height: 35px;
}

header li {
  cursor: pointer;
}

header .menupc {
  float: right;
  margin-top: 9px;
}

header .menupc li{
  float: left;
  margin-right: 26px;
  transition: 0.4s;
}
header .menupc li a {text-decoration: none;color: #3f4040;}
header .menupc li:hover,header .menupc li a:hover {
  color: #3ce0e4;
}

.open {
  display: none;
}
.menumb {
  display: none;
}

@media (max-width: 769px) {
    #menu li {
    display: block;
}
  header .menupc {
    display: none;
  }
  .menumb {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #001833;
    top: 60px;
    left: 0;
    text-align: center;
    padding-top: 80px;
    z-index: 888;
  }

.menumb li {
    color: #21c5ca;
    letter-spacing: 2px;
    padding: 0 24px;
    font-size: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 50px;
    font-weight: 300;
    cursor: pointer;
  }

  .menumb li a{
    color: #e4f536;
    border-bottom: 2px #e4f536 solid;
    padding-bottom: 6px;
  }

  .menumb li:hover,.menumb li a:hover  {
    color: #ffee92;
  }
  .menumb {
    display: none;
  }
  .open {
    display: block;
    position: fixed;
    width: 30px;
    height: 25px;
    top: 37px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
  }
  .openBtn {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
  }
  .open span:nth-child(1) {
    transition: 0.4s;
    top: 10px;
  }
  .open span:nth-child(2) {
    transition: 0.4s;
    top: 0px;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.3);
  }
  .open span:nth-child(3) {
    transition: 0.4s;
    top: -10px;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.3);
  }
  .opening span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .opening span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0);
  }
  .opening span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
}
@media (max-width: 415px) {

    footer h1 {
    font-size: 1.8rem;
    letter-spacing: 0;
}
footer p {
    line-height: 1.3;
}
footer img {
    width: 22px;
    margin: -5px 3px 0;
}
footer {
    padding: 8px 0;
}
.menumb li {
    font-size: 20px;
}
  header {
    padding: 10px 13px;
  }
  header .menumb li {
    font-size: 24px;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 400;
  }

  .open {
    display: block;
    position: fixed;
    width: 30px;
    height: 25px;
    top: 30px;
    right: 25px;
  }
  header .logo img {
    width: auto;
    height: 25px;
  }
}
@media (max-width: 321px) {
  header {
    padding: 10px 10px;
  }
  .godown {
    left: 3%;
    width: 280px;
}
footer h1 {
    font-size: 18px;
    letter-spacing: 0;
}
}

/* opening */
.opening_box{
  width: 100%;
  height: 100vh;
  background: url(../images/atc_bg.jpg) center repeat;
  background-attachment: fixed;
}
.opening_box .content{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.opening_box .content .ww{
  width: 50%;
}
.opening_box .content .picbox .pic{width: 80%;max-width: 600px;height: auto;margin: auto;padding: 50px;}
.opening_box .content .picbox .pic img{
  width: 100%;
  box-shadow: 2px 2px 6px #291a057a;
}

.opening_box .content .text{
  position: relative;
  top: 0;
  height: 600px;
  background: url(../images/op_tt_bg.png) top center no-repeat;
  background-size: contain;
}
.opening_box .content .text .textbox{
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 310px;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.opening_box .content .text h2{
  color: #ad7109;
  font-size: 26px;
  font-weight: 500;
}
.opening_box .content .text .btn{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.opening_box .content .text .btn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #291a05;
  z-index: 10;
}
.sor{
  display: none;
  color: #d0092d;
    font-size: 15px;
}

@media (max-width: 768px) {
  .opening_box .content .ww{
    width: 100%;
  }
  .opening_box .content .picbox .pic {
    height: auto;
    margin: 50px auto 0;
    padding: 0;
  }
}
@media (max-width: 415px) {
.opening_box .content .text .textbox{
    top: 50%;
  }
}