@charset "utf-8";

/*選單與標題*/
.top-menu-btn-box>div, .top-menu-btn-box>a {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 46px;
    background-color: #3E3A39;
    color: #fff;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.top-menu-btn-box>div, .top-menu-btn-box>a {
    border-right: 1px solid #595757;
}
.top-menu-btn-box>div:last-child, .top-menu-btn-box>a:last-child {
    border-right: 0px;
}
.top-menu-btn-box>div:hover, .top-menu-btn-box>a:hover {
}
.top-menu-btn-box>div.active , .top-menu-btn-box>a.active {
}
.nav-pills .nav-link {
    border-radius: 0px;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: inherit;
    background-color: whitesmoke;
}

.scrollspy-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    will-change: transform;
    z-index: 5;
}
.scrollspy-menu.show {
    position: fixed;
    -webkit-transform: translate(0px, 46px);
    transform: translate(0px, 46px);
}
.scroll-body-new {
    height: 0px;
}
.scroll-body-new.active {
    height: 46px;
}
/*選單與標題*/

/*main*/
body {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 1);
}
.bottom-img-box {
	height: 274px;
    width: 100%;
    bottom: 0px;
    position: absolute;

    z-index: 5;
	
    background-image: url(../images/bg_b.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-color: transparent;
}
.copy-padding {
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
}
.main--boss-box {
	max-width: 680px;
}
@media (max-width: 680px) {

.bottom-img-box {
	background-size: 1028px;
}
}

/*main*/