@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);

body{
	background-color: #eeeeee;
	/*font-weight: lighter;*/
	font-family: 'source-han-serif-tc', 'source-han-serif-korean', 'serif';
}

img {
    max-width: 100%;
}

.maincolor{
	color: #a0c538;
}

.mainbg{
	background-color: #a0c538;
}

.hide{
	display: none;
}

.text-gold{
	color: #B38C5D;
}

.text-silver{
	color: #C9BC9C;
}

.text-green{
	color: #8FC31F;
}

.bg-gold{
	background-color: #B38C5D;
	color: white;
}

.center{
	text-align: center;
}

section {
    min-height: 800px;
    padding: 4rem 0;
}

.mobile_show{
	display: none;
}

.mobile_hidden{
	display: block;
}

.mid-title > .mobile_hidden {
    display: contents;
}


h3{
	font-size: 1.3rem;
}

h2.section-title {
    font-size: 3em;
	font-weight: 800;
}

h3.subtitle {
    font-size: 1.8em;
}

#slide {
    padding: 0;
    min-height: unset;
}

#menu {
    line-height: 4em;
    font-size: 16px;
    position: fixed;
    z-index: 10000;
    width: 100%;
	background-color: black;
}

#menu .row {
    margin: 0;
}

#menu .logo img{
	max-width: 160px;
	/*margin-left: 100px;*/
}

#menu h1 {
    font-size: 16px;
    color: white;
    line-height: 4rem;
    margin: 0;
}

#top-menu {
    display: flex;
	margin-bottom: 0;
}

#top-menu li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
    text-align: center;
}

#top-menu li a{
	color: rgba(200,187,155,1);
    display: inline-block;
    width: 100%;
    border-radius: 25px;
    height: 2em;
    line-height: 2em;
	font-weight: 600;
}

.main-slide {
    padding-top: 4rem;
}

.main-slide .item{
	width: 100%;
	min-height: 50vw;
    padding-bottom: 100px;
	background-size: cover;
    background-position: center;
}

#slide1 {
    position: relative;
	background-image: url('../images/slideshow_desktop.jpg');
	background-size: cover;
	background-position: center center;
}

#slide1.slide-center {
    position: absolute;
}

#slide1 .slide-center {
    text-align: center;
    padding-top: 190px;
    z-index: 2;
    position: absolute;
    width: 100%;
}

#slide1 .slide-center .info {
	color: white;
	font-size: 14px;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

#slide1 .slide-center .info i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #a6ce39;
    border-radius: 50%;
    font-size: 12px;
	margin-left: 20px;
	margin-right: 5px;
}

#slide1 .slide-center .call-to-action button {
    background: transparent;
    font-size: 18px;
    color: white;
    padding: 15px 55px;
    border: 2px solid white;
    border-radius: 35px;
}

#slide1 .slide-center .call-to-action button:hover,
.product-info button:hover,
#events .calltoaction button:hover,
#top-menu li:hover a{
	border: transparent;
	color: white;
}
#slide1 .slide-center .call-to-action button:hover{
	box-shadow: 0 0 40px black;
}

#slide1 .slide-center .share{
	color: white;
	font-size: 15px;
	margin: 100px 0;
}

#slide1 .slide-center .share a{
	color: white;
}

#slide1 .share i {
    margin: 0 6px;
}
/*
#slide1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
}
*/

#story {
    background-image: url(../images/bg_story.jpg);
	background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

h2 > img {
    max-height: 2em;
    margin-bottom: 3rem;
}

.brief > p {
    text-align: center;
    line-height: 2.5em;
    margin-bottom: 2em;
    font-weight: 500;
}

.line-promo {
    margin-top: 5em;
    padding-top: 5em;
    border-top: 1px solid lightgrey;
}

.line-logos img {
    max-width: 150px;
	margin: 0 1em;
}

.line-promo ul {
    width: 25rem;
    list-style: none;
	max-width: 100%;
}

.line-promo li {
    line-height: 2em;
    text-align: left;
    font-size: 1.1rem;
}

.line-promo li:before {
	content: "\f14a";
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	margin-left: -1.5em;
}


#character{
	background-image: url(../images/bg_character.jpg);
	background-size: cover;
    background-position: top center;
	padding-top: 4rem;
	color: white;
}

.role {
    /*min-height: 260px;*/
    border-style: double;
    border-color: #DFBC82;
    margin-top: 7em;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% - 20px);
}

.role.col-md-6 {
    max-width: calc(50% - 20px);
    margin-top: 5em;
}

.role-desc {
    padding: 2em;
}

.role-name {
    font-weight: 800;
    font-size: 2.5rem;
	border-bottom: 1px solid #DFBC82;
    padding-bottom: 1rem;
}

.role-intro {
    font-size: 1.1rem;
    line-height: 2rem;
	text-align: justify;
}

.role-img {
    max-height: 180px;
    padding-top: 3em;
	max-width: 100%;
}

.role-img.leading {
	max-height: none;
    position: absolute;
    bottom: 0;
    right: 0;
	max-height: 450px;
}


#combo {
    background-image: url("../images/bg_combo.jpg");
    background-size: cover;
    background-position: top center;
}

#combo h4,
#gift h4{
    font-size: 2.5em;
    font-weight: 700;
}

#combo h4 + h5,
#gift h4 + h5{
    font-weight: 600;
    margin-bottom: 1em;
}

#combo .price {
	font-size: 1.2rem;
}

.framed {
    border-style: double;
    border-color: #B38C5D;
    padding: 2em;
    margin-top: 3em;
}

.framed.silver{
	border-color: #C9BC9C;
}

.price {
	font-weight: 600;
}

.price > s {
    font-weight: lighter;
}

#combo .section-title {
    color: black;
}

.section-title small {
    font-size: 60%;
    letter-spacing: 0.2em;
    margin-left: 10px;
}

.hr {
    position: relative;
	margin: 1em 0 3em 0;
}

.hr:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	border-top: 1px solid #B38C5D;
	top: 50%;
}

.hr > small {
    display: inline-block;
    background: white;
    position: relative;
    z-index: 100;
	padding: 0 1em;
}

#gift {
    background-image: url("../images/bg_gift.jpg");
    background-size: cover;
    background-position: top center;
	color: white;
}

.hr-2 {
    position: relative;
}

.hr-2:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% - 12em);
    border-top: 1px solid #C9BC9C;
    top: 50%;
    right: 0;
}

.hr-2:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% - 12em);
    border-top: 1px solid #C9BC9C;
    top: 50%;
    left: 0;
}

hr.silver-line {
    border-color: #C9BC9C;
    margin: 5em 0;
}

h5.set-title {
    font-size: 2em;
    font-weight: 700;
    margin-top: 1em;
}

h5.set-title > small {
    font-size: 65%;
    font-weight: 700;
}

#gift .product hr {
    border-top: 1px solid rgba(255,255,255,0.5);
    width: 70%;
}

.mid-title {
    line-height: 1.5em;
    font-size: 2em;
	margin-top: 2em;
	font-weight: 600;
}

.mid-title:before, 
.mid-title:after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	background-image: url('../images/deco_01.png');
	display: inline-block;
	background-size: contain;
	position: absolute;
}

.mid-title:before {
    margin-left: -2em;
}

.mid-title:after {
    margin-left: 0.5em;
}

.mid-title + p {
    font-size: 1.2em;
}

h6.sm-title {
    font-size: 1.2rem;
    margin-top: 2em;
}

.bookstore-links > a {
    color: white;
    background-color: #C9BC9C;
    margin: 0 2px;
}


#info {
    background-image: url("../images/bg_combo.jpg");
    background-size: cover;
    background-position: top center;
}

.book-data {
    list-style: none;
    padding-left: 5em;
}

.book-trail {
    width: 60%;
    border: 0;
    font-weight: 600;
    padding: 6px 0;
	border-radius: 0;
}

.author-intro {
    font-size: 1.2em;
    margin-bottom: 3em;
    margin-top: 1em;
}


#event {
    background-image: url("../images/bg_gift.jpg");
    background-size: cover;
    background-position: top center;
	color: white;
}




.showcase-tabs {
    text-align: center;
}

.showcase-tabs li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: normal;
    color: #333;
    padding: 5px 30px;
    border-bottom: 2px solid transparent;
}

.showcase-tabs li.active {
    border-bottom: 2px solid #a3ca39;
	color: #a3ca39;
}

.product-item {
    background-color: #f9f9f9;
    border-radius: 20px;
    margin: 10px;
    max-width: calc(50% - 20px);
}

.product-logo {
    background-color: white;
    border-radius: 20px 0 0 20px;
}

.product-logo img {
    max-width: 100%;
	margin: 50% 0;
}

.product-logo h6 {
    text-align: center;
    font-weight: lighter;
    color: #9f9fac;
}

.product-info{
	padding: 45px 10px 15px 30px;
}

.product-info .product-title {
    margin-bottom: 35px;
    color: #333333;
    font-weight: normal;
    font-size: 17px;
}

.product-info .product-title:after {
    content: "";
    width: 30px;
    display: block;
    border-bottom: 2px solid #a3ca39;
    margin-top: 30px;
}

.product-info button {
    border: 0;
    background-color: #dbdbdb;
    color: white;
    padding: 10px 50px;
    border-radius: 25px;
}


.fancybox-content {
    width: 680px;
    max-width: 95%;
    border-radius: 25px;
    position: relative;
    padding-top: 80px;
}

.fancybox-content h3 {
    position: absolute;
    width: 100%;
    background-color: #a0c538;
    top: 0;
    left: 0;
    color: white;
    padding: 20px 44px;
    font-weight: lighter;
}

.fancybox-button svg {
    color: white;
    top: 10px;
    right: 10px;
    width: 130%;
    height: 130%;
}

.fancybox-content h4 {
    color: #a0c538;
    font-size: 18px;
    margin-bottom: 1em;
}

.fancybox-content h4:after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 1px solid #a0c538;
    margin-top: 10px;
}

.fancybox-content p{
    text-align: justify;
}


.showcase-content .tab{
	display: none;
}
.showcase-content .tab.active{
	display: block;
}

.theme-item {
    background-color: white;
    margin: 50px 0;
    border-radius: 25px;
	box-shadow: 0 0 20px #CCC;
}

.theme-item .row {
    margin: 0;
}

.theme-img {
    background-size: cover;
    background-position: 100% center;
}

.theme-item:nth-child(2n-1) .theme-img {
    border-radius: 25px 0 0 25px;
}

.theme-item:nth-child(2n) .theme-img {
    border-radius: 0 25px 25px 0;
}

.theme-info {
    padding: 100px 50px;
}

.theme-info h5 {
    color: #a3ca39;
	margin-bottom: 1.5em;
	font-size: 25px;
}

.theme-info p {
    text-align: justify;
    line-height: 1.8em;
    font-weight: 300;
}


.event-card-outer {
    /*width: 350px;
    margin: auto;*/
	position: relative;
	min-height: 600px;
}

.event-title {
    color: white;
    font-size: 30px;
    font-weight: normal;
    padding: 50px 40px;
    border-radius: 25px 25px 0 0;
}

.event-card-inner {
    background-color: white;
    border-radius: 25px;
    width: 350px;
	min-height: 600px;
	position: absolute;
	z-index: 1;
    left: 18%;
}

.calltoaction {
    text-align: center;
	position: absolute;
    width: 100%;
    bottom: 50px;
}

.calltoaction button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #a0c538;
    border-radius: 30px;
}

.event-desc {
    padding: 50px 40px;
    line-height: 2.5em;
    text-align: justify;
}

.event-desc p, .event-desc ol {
    background-image: url("../images/notebook_bg.png");
    background-size: 2.5em;
	margin-bottom: 0;
}

.event-card-outer:after {
    content: "";
    /*background-color: gray; */
	background-image: url("../images/dot_bg.png");
	background-size: cover;
    display: block;
    width: 350px;
    height: 420px;
    position: absolute;
    bottom: -70px;
    left: 13%;
    z-index: 0;
}

.event-card-inner:hover {
    box-shadow: -5px 5px 20px lightgrey;
	left: 20%;
	top: -2%;
}

.event-desc ol{
    padding-left: 1em;
}

.event-cards.owl-carousel,
.showcase-slide.owl-carousel {
    display: flex;
	margin: 0;
}


#sidebar {
	display: none;
    position: fixed;
    top: 40vh;
	right: 10px;
    font-size: 13px;
	z-index: 1000;
}

#sidebar.show{
	display: block;
}

#sidebar ul {
    padding: 0;
}

#sidebar li {
    list-style: none;
    text-align: right;
}

#sidebar li >a:after {
    content: "";
    width: 15px;
    display: inline-block;
    border-top: 2px solid #749131;
    height: 0.5em;
	margin-left: 8px;
}

#sidebar li >a.active:after,
#sidebar li >a:hover:after {
    width: 30px;
	border-top: 2px solid #a0c538;
}

#sidebar li > a {
    color: transparent;
	text-decoration: none;
}

#sidebar li > a.active,
#sidebar li > a:hover {
    color: #a0c538;
}

.join_now button {
    background: white;
    border-radius: 15px;
    height: 90px;
    width: 90px;
    color: #a0c538;
    border: 3px solid #a0c538;
	box-shadow: 1px 1px 5px grey;
	font-size: 2em;
	text-align: center;
}

.join_now {
    text-align: right;
}

.inactive {
    border: 1px solid lightgrey !important;
    color: lightgrey !important;
}
.inactive:hover {
    background: transparent !important;
}

footer {
    background-color: black;
    color: white;
    font-size: 0.5em;
    padding: 2em 0;
}

footer a {
    color: lightgrey;
}