/* ============================================================
NAV
============================================================ */
.user-data{
	width: 200px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
	background: #ffffff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .4);
	border-radius: 5px;
	position: relative;
	display: none;
}

.user-data-container{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

.avatar{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #333333;
	margin: 0 auto;
	position: relative;
}

.avatar-container{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.avatar img{
	width: 100%;
}

.avatar-camera{
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #ffffff;
	background: rgba(0, 0, 0, .7);
}

.avatar-camera a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.user-link{
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

.user-link ul li{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
    position: relative;
    border-top: 1px solid #cccccc;
}

.user-link ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.user-log{
	width: 100%;
}

.logout .user-log{
	border-top: 1px solid #666666;
	padding-bottom: 10px;
}

.logout-btn{
	margin: 10px auto;
}

.login .user-log{
	border-top: none;
	padding: 20px 0;
}


/* ============================================================
SECTION.UPLOAD
============================================================ */
.upload-attention {
	margin-top: 30px;
}

.upload-attention h3 {
	font-weight: 500;
	font-size: 1.5em;
	margin-top: 1em;
}

.upload-attention ul li{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #222222;
	list-style: disc;
	line-height: 1.8em;
	text-align: justify;
	margin: 0.5rem 0 0.5rem 1.5rem;
}

.upload-attention .space {
	margin: 2em 0;
}

table.upload-period{
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 10px 0;
}

table.upload-period.index-period{
	margin: 10px auto;
}

table.upload-period.upload-item-intro{
	width: 100%;
	max-width: 100%;
}

table.upload-period tr td{
	width: 30%;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #222222;
	border-top: 1px solid #222222;
	padding: 5px 0;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

table.upload-period tr td:nth-last-child(1){
	border-right: 1px solid #222222;
	width: 30%;
}

table.upload-period tr:nth-last-child(1) td{
	border-bottom: 1px solid #222222;
}

table.upload-period tr:nth-child(1) td{
	background: #000000;
	color: #ffffff;
}

table.upload-item-intro tr td:nth-child(1){
	background: #cccccc;
}

.upload-attention ul li a,
.upload-attention a {
	color: #000000;
	font-weight: 600;
	/* padding-bottom: 5px; */
	border-bottom: 2px solid #ffcc00;
	transition: .2s linear;
}

.upload-attention ul li a:hover,
.upload-attention a:hover {
	background: #ffcc00;
}


/* step1 */
.upload-steps-tip{
	width: 90%;
	max-width: 600px;
	position: relative;
	margin: 20px auto;
}

.upload-steps-nums{
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.steps-num{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.steps-circle{
	width: 50px;
	height: 50px;
	border: 5px solid #000000;
	box-sizing: border-box;
	border-radius: 50%;
	background: #f5f5f5;
	font-size: 1.5em;
	color: #000000;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.steps-info{
	text-align: center;
	color: #222222;
	font-size: 1em;
}

.steps-num.active .steps-circle{
	background: #ffcc00;
}

.steps-tip-line{
	width: 50%;
	border-top: 5px solid #000000;
	position: absolute;
}

.steps-tip-line:nth-child(1){
	top: 22px;
	left: 20px;
}

.steps-tip-line:nth-child(2){
	top: 22px;
	right: 20px;
}

@media all and (max-width: 640px) {
	.steps-circle{
		width: 40px;
		height: 40px;
		font-size: 1.25em;
		line-height: 30px;
	}

	.steps-tip-line:nth-child(1){
		top: 20px;
		left: 20px;
	}

	.steps-tip-line:nth-child(2){
		top: 20px;
		right: 20px;
	}
}


.upload-step1-form {
	width: 100%;
	position: relative;
}

.input-wrap {
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	position: relative;
	padding: 10px 0;
    /* border-bottom: 1px solid #cccccc; */
}

@media all and (max-width: 705px) {
	.input-wrap{
		padding: 20px 0;
	}
}

.input-wrap.show-flex {
	display: flex;
	justify-content: start;
}

.input-wrap a {
	color: #000000;
	font-weight: 600;
	border-bottom: 2px solid #ffcc00;
    transition: .2s linear;
}

.input-wrap a:hover {
	background: #ffcc00;
}
.input-item{
	margin-bottom: 5px;
	/* text-transform: uppercase; */
}

.input-item, 
.input-wrap label{
	color: #999999;
	font-size: 1em;
	font-weight: 400;
	display: block;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.input-wrap label{
	margin: 0 10px;
}

.input-wrap input[type="checkbox"] {
	transform: scale(1.5);
}

.input-wrap input[type="checkbox"] + label {
	width: calc(100% - 40px);
	color: #000000;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.input-content{
	/* padding: 15px 10px; */
	font-size: 1em;
	color: #000000;
	font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    /* min-width: 200px; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.input-br{
	margin: 1%;
	background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    width: 48%;
}

.input-br-3{
	width: calc(94%/3);
}

.input-br.divide2{
	width: 49%;
	margin: 0;
	
}
.input-br.divide2:first-child {
	margin: 0 2% 0 0;
}

.input-br.divide3{
	width: 23%;
	margin: 0 1% 0 0;
}

.input-br.divide3:last-child{
	width: 49%;
}

.input-br.full {
	width: 100%;
	margin: 10px 0;
}

.input-inline{
	display: inline-block;
}

.input-text{
	padding: 10px;
	font-size: 1em;
	color: #000000;
	font-weight: 500;
	border: none;
    box-sizing: border-box;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

/* .input-text.name-ch{
	width: 250px;
	max-width: calc(100% - 55px);
}*/

/*.input-text.name-en{
	 width: 93%;
	max-width: 480px; */
	/* width: 180px; 
	min-width: 92%; 
} */

.input-br input[type=radio] {
    transform: scale(1.5);
}

.input-br input[type=radio] + label {
	cursor: pointer;
	width: calc(100% - 60px);
	height: 100%;
}

.input-gender label{
	width: 70px;
	color: #000000;
}

.input-wrap label.input-inline{
	display: inline-block;
}

input::-webkit-input-placeholder{
	color: #666666;
}

form.form-address{
	width: 100%;
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.input-address {
	width: 100%;
}

.input-full {
	width: 100%;
}

@media all and (max-width: 705px) {
	/* .input-text.name-en{
		min-width: 98%;
	} */
}

/* .input-text.identity{
	width: 250px;
	max-width: 98%;
} */

/* .input-text.add02{
	width: calc(100% - 65px);
} */

/* .input-text.area{
	width: 130px;
	height: 45px;
	padding: 0 10px;
} */

/* .input-text.add01{
	width: 150px;
	height: 45px;
	padding: 0 10px;
} */

@media all and (max-width: 480px) {
	.input-br{
		margin: 1% 0;
		width: 100%;
	}
	
	.input-inline{
		width: 48%;
	}
	
}


.upload-remind{
	padding: 15px 0;
	font-size: 1em;
	color: #ff0000;
	font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.upload-remind ol, .upload-remind ol li{
	list-style: decimal;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	margin-left: -0.5em;
}

.upload-btns{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.upload-back-btn{
	float: left;
}

.upload-next-btn{
	width: calc(100% - 140px);
	float: right;
}

.upload-btns:after{
	content: '';
	display: table;
	clear: both;
}


p.step1-fixed{
	font-size: 1em;
    color: #000000;
    font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    width: 100%;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


@media all and (max-width: 480px) {
	.cube-btn.upload-back-btn, .cube-btn.upload-next-btn{
		width: 100%;
		float: none;
		margin: 10px 0;
	}
}


/* step2 */
.upload-step2{
	width: 100%;
	position: relative;
}

.step2-wrap{
	margin: 50px 0;
}

.upload-step2-period{
	width: 100%;
	max-width: 400px;
}

.upload-step2-period tr td{
	width: 50%;
	text-align: center;
	padding: 10px 0;
	vertical-align: middle;
	font-size: 1em;
	color: #222222;
	font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    border: 1px solid #999999;
    opacity: .5;
}

.upload-step2-period tr.step2-period-active td{
	opacity: 1;
	border: 2px solid #222222;
	background: #000000;
    color: #ffcc00;
}

.step2-form{
	margin: 20px 0;
}

.step2-form input[type=radio]{
	width: 20px;
	height: 20px;
	zoom: 1.1;
}

.step2-form label{
	font-size: 1.2em;
	color: #222222;
	font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.step2-form label p{
	font-size: .85em;
	color: #333333;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    margin-left: 32px;
    line-height: 1.4em;
}

.bill-wrap{
	width: 100%;
	padding: 50px 0;
	background: #ffffff;
	position: relative;
}

.bill-container{
	width: 90%;
	position: relative;
	margin: 0 auto;
}

.bill-container table{
	width: 100%;
	position: relative;
	border-collapse: collapse;
}

.bill-container table tr td{
	padding: 10px 0;
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1.1em;
}

.bill-container table tr td:nth-child(1){
	width: 60%;
}

.bill-container table tr td:nth-last-child(1){
	text-align: right;
	font-weight: 600;
}

/* .bill-container table tr:nth-last-child(1) td{
	
} */

.bill-container table tr:nth-last-child(1) td h6{
	font-size: 2em;
	color: #ff0000;
}

.bill-container table tr.sum-cost {
	border-top: 1px solid #cccccc;
}

.bill-container table tr:nth-last-child(1) td h6 em{
	font-size: .5em;
	color: #666666;
}

.bill-container table tr td .note{
	font-size: 0.875rem;
	color: #666666;
}

/* step3 */
.upload-step3 {
	margin-top: 30px;
}

.upload-step3-tab{
	width: 100%;
	background: #ffffff;
	position: relative;
}

.step3-tab-container{
	width: 95%;
	max-width: 700px;
	position: relative;
	margin: 0 auto;
}

.step3-tab-container ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: stretch;
}

.step3-tab{
	width: 20%;
	text-align: center;
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1.1em;
    padding: 10px 0;
    position: relative;
}

br.w415{
	display: none;
}

@media all and (max-width: 415px) {
	.step3-tab{
		font-size: .9em;
		line-height: 1.2em;
	}

	br.w415{
		display: block;
	}

	.step3-tab-container ul{
		align-items: center;
	}
}

.step3-tab:after{
	content: '';
	display: table;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	background: #ffcc00;
	opacity: 0;
	transition: .2s linear;
}

.step3-tab:hover.step3-tab:after{
	opacity: 1;
}

.step3-tab a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.step3-tab.active:after{
	content: '';
	display: table;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	background: #ffcc00;
	opacity: 1;
}

.item-container{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	flex-wrap: wrap;
}

ul.list-point li {
	list-style-type: disc;
	line-height: 1.5rem;
}

.category-title { 
	text-align: center;
	margin: 3rem 0 1rem 0;
	position: relative;
	font-size: 1.2em;
}
.category-title span{
	position: inherit;
    background: #f5f5f5;
    display: inline-block;
    z-index: 2;
    padding: 0 20px;
} 

.category-title::before{
	content: "";
	position: absolute;
	top: 50%;
	background: #C3C3C3;
	width: 100%;
	height: 1px;
	left: 0;
}

.finish-status.block {
	padding: 5rem 0;
}
.finish-status p {
	text-align: center;
	font-size: 1.2em;
}

.finish-status p a {
	color: #000000;
	position: relative;
}

.finish-status p a:after{
	content: "";
	width: 100%;
	height: 3px;
	background: #ffcc00;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.finish-status .upload-remind {
	padding: 0 0 20px;
}


.card-wrap {
	text-align: center;
}

.photo-card {
	width: 230px;
    height: 280px;
    margin: 10px 3px;
    background: #FFFFFF;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	transition: all 0.4s ease;
}

.photo-card.empty {
    border: 2px dashed #D9D9D9;
}

.photo-card a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.4s ease;
}

.photo-card:hover a {
    opacity: 1;
}

.photo-card.empty:hover {
	cursor: pointer;
	background: #FFFCEF;
	border: 2px dashed #B6B6B6;
}
.photo-card .btn-overlay {
	background: rgba(0,0,0,0.30);
}


.photo-card .delete{
    padding: 10px;
    position: absolute;
    right: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
}

.photo-card:hover .delete{
	opacity: 1;
	cursor: pointer;
}

.photo-card .btn-overlay .edit{
	text-align: center;
	border: 1px solid;
	padding: 10px;
    width: 100px;
    position: absolute;
    left: 54px;
    color: #ffffff;
    top: 120px;
    border-radius: 3px;
}

.photo-card .cover,
.photo-card .cover img {
	width: 100%;
	height: 145px;
}

.photo-card .cover {
	overflow: hidden;
    background: #ffcc00;
}

.photo-card .text {
	padding: 0.75rem;
}

.photo-card .caption{
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}
.photo-card .category {
	margin-top: 5px;
	font-size: 0.875rem;
	color: #999999;
}

.photo-card .finish-mark {
	width: 80px;
    border: 1px solid #ffcc00;
    color: #EDBE00;
    border-radius: 5px;
    transform: rotate(-10deg);
    margin-left: 115px;
	text-align: center;
	font-size: 0.875rem;
}

.btn-create {
	background: url(https://www.hkphotocontest.com/img/icon-add.svg) no-repeat center top;
    width: 100px;
    text-align: center;
    margin: 100px auto 0 auto;
	padding-top: 2.3rem;
	color: #666666;
}

.photo-card .coner-ribbon {
	width: 85px;
    text-align: center;
    color: #2B2B2B;
    transform: rotate(-42deg);
	background: #FACC01;
	position: absolute;
    left: -20px;
    top: 10px;
    letter-spacing: 3px;
}


.upload-top {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 30px 0;
}

.upload-top .upload-info {
	width: 100%;
	max-width: 528px;
}

.upload-top .photos-number {
	text-align: center;
}

.upload-top .photos-number em {
	font-size: 2rem;
	margin: 0 1rem;
}

.upload-full {
	width: 100%;
	max-width: 960px;
	margin: 20px auto;
}
.upload-full p{
	text-indent: -1rem;
	font-weight: 500;
}

.upload-left, .upload-right{
	width: 48%;
}

.upload-left .upload-intro {
	padding-left: 1rem;
	padding-bottom: 3rem;
}

.upload-left .upload-intro p,
.upload-right .upload-intro p {
	text-indent: -1rem;
	font-weight: 500;
}

h5.mobile-hint{
	font-size: 1.2em;
	font-weight: 600;
}


.upload-area{
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.upload-drag{
	width: 100%;
	padding-bottom: 66.6667%;
	border: 3px dotted #999999;
	box-sizing: border-box;
	position: relative;
}

.upload-drag a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.upload-img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.upload-drag-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.upload-drag-text p{
	text-align: center;
	color: #999999;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
}

.upload-drag-text p em{
	font-size: 4em;
}

.upload-file{
	width: 150px;
	padding: 10px 0;
	text-align: center;
	/* color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1.1em;
    border: 1px solid #222222;
    box-sizing: border-box;
    background: #ffffff; */
}

p.upload-unit{
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1.1em;
}

p.upload-unit em{
	font-size: 1em;
	color: #666666;
}

.upload-img-info{
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

.upload-img-info textarea{
	width: 100%;
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.upload-plus{
	width: 100%;
	height: 40px;
	background: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 1.5em;
	cursor: pointer;
}

.rotate-img {
	text-align: center;
	margin-top: 1rem;
}

.rotate-img .turn-left,
.rotate-img .turn-right {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 4px;
	padding: 4px;
	border-radius: 3px;
	background-image: url(../img/icon-turnleft.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #333333;
	cursor: pointer;
	transition: all 0.4s ease;
}

.rotate-img .turn-left:hover,
.rotate-img .turn-right:hover {
	background-color: #000000;
} 

.rotate-img .turn-right {
	background-image: url(../img/icon-turnright.svg);
}


/* right */
.upload-info{
	margin-bottom: 20px;
}

.upload-info .input-text{
	width: 100%;
	margin-top: 10px;
}

.upload-info .input-br label {
	color: #666666;
}

.upload-info input[type=checkbox]{
	width: 20px;
	height: 20px;
	zoom: 1.1;
	vertical-align: middle;
}

.mobile-assign{
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
}

.upload-info textarea{
	width: 100%;
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 10px;
    text-align: justify;
}

.upload-remind ol.ol-number li{
	color: #ff0000;
	margin-left: 0;
}

.upload-remind ol.ol-number{
	margin-left: 0;
}

.upload-remind ol.ol-number li em{
	border-bottom: 2px solid #ff0000;
}

.upload-step3-btns{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}



.youth-form{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
}


@media all and (max-width: 768px) {
	.item-container{
		display: block;
	}

	.upload-left, .upload-right{
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	.upload-step3-btns{
		display: block;
	}

	.cube-btn.half-width{
		width: 100%;
	}
}


.sub-nav-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}

/* ============================================================
SECTION.AVATAR CROPPER
============================================================ */
.avatar-cropper-btns{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

@media all and (max-width: 480px) {
	.avatar-cropper-btns{
		display: block;
	}

	.cube-btn.half-width{
		width: 100%;
	}
}


/* ============================================================
SECTION MEMBER
============================================================ */
.member-intro{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}

.member-avatar{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;/* 
	background: url('../img/avatar-sample.jpg') no-repeat;
	background-size: cover;
	background-position: center center; */
}

.member-avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.member-avatar a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.member-info{
	width: calc(100% - 150px);
	position: relative;
	border-bottom: 1px solid #cccccc;
}

h3.user-name{
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
	line-height: 1.4em;
	width: calc(100% - 70px);
}

h6.user-jointime{
	color: #999999;
	font-size: .9em;
	font-weight: 400;
	width: calc(100% - 70px);
}

p.user-description{
	color: #666666;
	font-size: 1em;
	font-weight: 400;
	margin: 10px 0;
	width: 100%;
	height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.member-setting{
	width: 40px;
	height: 40px;
	border: 1px solid #222222;
	box-sizing: border-box;
	color: #222222;
	line-height: 40px;
	text-align: center;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	right: 0;
	transition: .2s linear;
}

.member-setting a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.member-setting:hover{
	color: #ffffff;
	background: #222222;
}

@media screen and (orientation: portrait) {
	.member-setting:hover{
		color: #222222;
		background: none;
	}

}

.membertemp{
	width: 100%;
	position: relative;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.member-tab{
	min-width: 120px;
	margin-left: 150px;
}

.member-tab ul li{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #222222;
	text-transform: uppercase;
}

.member-tab ul li em{
	font-weight: 600;
	color: #f3c200;
	font-size: 1.1em;
}

.member-tab ul li em a{
	color: #f3c200;
}

.member-sort label{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: .9em;
	color: #222222;
}

.member-sort select{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: .9em;
	color: #222222;
	width: 120px;
	height: 36px;
	border: 1px solid #cccccc;
    background: #ffffff;

    /*移除箭頭樣式*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

	/*改變右邊箭頭樣式*/
	background: url("../img/sort-down.svg") no-repeat 90% center transparent;
	background-size: 12%;
    padding: 0 10px;
}

.member-photos{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.member-photos ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
}

.member-photos ul li{
	width: 32%;
	padding-bottom: 32%;
	position: relative;
	margin: 0.6%;
}

.photo-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.photo-container img{
	object-fit: cover;
	object-position: 50% 50%; /* default value: image is centered*/
	height: 100%;
	width: 100%;
}

a.photo-link{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.vote-btn{
	width: 90px;
	height: 90px;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}

.vote-clap{
	width: 36px;
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	transform: scale(1);
	transition: .2s linear;
}

.vote-clap img{
	width: 100%;
}

.vote-clap-animate{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.vote-clap-animate-run{
	animation: clapVote .65s ease-in-out forwards;
}

.vote-clap-animate img{
	width: 100%;
}

.vote-btn h6{
	font-size: .9em;
	color: #ffcc00;
	font-weight: 500;
	text-align: center;
	margin-top: -2px;
}

.vote-btn p{
	font-size: 1em;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}

.vote-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.vote-btn:hover .vote-clap{
	transform: rotate(-10deg);
}

.album-icon{
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 35px;
	color: #cccccc;
}

@keyframes clapVote{
	0%{
		transform: scale(1.5);
		opacity: 0;
	}

	50%{
		transform: scale(2.5);
		opacity: 1;
	}

	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.photo-share{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	display: none;
	opacity: 0;
}

.photo-share, .share-back{
	z-index: 2;
}

.share-btns{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	display: flex;
	justify-content: center;
}

.share-btns a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.share-circle{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	font-size: 2em;
	margin: 10px;
	position: relative;
	opacity: 1;
	transition: .2s linear;
}

.share-circle a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.share-circle:hover{
	opacity: .7;
}

.photoshare-fb{
	background: #3b5998;
}

.photoshare-line{
	background: #00c300;
}

.photoshare-link{
	background: #ffffff;
	color: #222222;
}

.share-back{
	width: 80px;
	height: 30px;
	border-radius: 5000px;
	background: #ffcc00;
	color: #000000;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1em;
	font-weight: 400;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	transition: .2s linear;
}

.share-back:hover{
	background: #ffffff;
}

@media all and (max-width: 1100px) {
	.member-photos ul li{
		width: 49%;
		padding-bottom: 49%;
		margin: 0.5%;
	}
}


@media all and (max-width: 640px) {
	.member-intro{
		display: block;
	}

	.member-avatar{
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.member-info{
		width: 100%;
	}

	h3.user-name{
		/* text-align: center; */
		width: 100%;
		font-size: 1.2em;
	}

	h6.user-jointime{
		text-align: center;
		width: 100%;
	}

	p.user-description{
		height: 70px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	}

	.member-tab{
		margin-left: 0;
	}

	.member-sort form{
		text-align: right;
	}

	.share-circle{
		margin: 5px;
	}

	
}

@media all and (max-width: 480px) {
	.vote-btn{
		width: 70px;
		height: 70px;
	}

	.vote-clap{
		width: 25px;
	}

	.vote-btn h6{
		font-size: .8em;
	}

	.vote-btn p{
		font-size: .9em;
	}

	.photo-share, .share-back{
		display: none;
	}
}

/* ============================================================
COLLECTION
============================================================ */
.search-btn{
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	font-size: 1.1em;
	color: #222222;
}

.search-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.collection-tab{
	margin: 20px 0;
}

.ad300250{
	background: #ffffff;
	border: 5px solid #ffcc00;
	box-sizing: border-box;
	/* box-shadow: 5px 5px 0px rgba(0,0,0,.5); */
}

.ad300250-container{
	position: absolute;
	width: 300px;
	height: 280px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ad300250-container p{
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #999999;
	font-size: .9em;
}

.member-sort.collection{
	margin: 10px 0;
}

@media all and (max-width: 960px){
	.search-btn{
		top: 50px;
		padding: 0;
		width: 50px;
	    height: 50px;
	    text-align: center;
	    line-height: 50px;
	    background: #ffcc00;
	    border-radius: 50%;
	}
}


@media all and (max-width: 700px) {
	.member-photos ul li.ad300250{
		width: 320px;
		height: 300px;
		margin: 20px auto;
	}
}

@media all and (max-width: 640px) {
	.member-sort.collection form {
	    text-align: left;
	}

	
}


.searchpop{
	width: 90%;
	max-width: 900px;
	height: 70vh;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 2;
	display: none;
}

.searchpop-container{
	width: 90%;
	height: calc(70vh - 60px);
	position: absolute;
	left: 5%;
	top: 30px;
}

.close-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	z-index: 2;
}

.close-line{
	width: 50px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	/* left: 50%; */
	transform: translate(-50%, -50%);
}

.close-line:nth-child(1){
	transform: rotate(45deg);
}

.close-line:nth-child(2){
	transform: rotate(-45deg);
}

.searchpop-content{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.searchpop-sort label{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: .9em;
	color: #ffffff;
}

.searchpop-sort select{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: .9em;
	color: #ffffff;
	width: 120px;
	height: 36px;
	border: 1px solid #cccccc;
    background: #000000;

    /*移除箭頭樣式*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

	/*改變右邊箭頭樣式*/
	background: url("../img/sort-down_w.svg") no-repeat 90% center transparent;
	background-size: 12%;
    padding: 0 10px;
}

.searchpop-input{
	width: 100%;
	position: relative;
	margin: 20px 0;
}

.searchpop-input-css{
	width: 100%;
	height: 50px;
	padding: 0 60px 0 10px;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 50px;
	color: #ffffff;
	border: 1px solid #cccccc;
	background: none;
	box-sizing: border-box;
	border-radius: 5px;
}

.searchpop-icon{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 0;
	line-height: 50px;
	text-align: center;
	font-size: 1.25em;
	color: #ffffff;
}

.searchpop-icon a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* ============================================================
prev-next
============================================================ */
.prev-next{
	width: 100%;
	position: relative;
	margin: 24px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.collection-direction{
	width: 120px;
	padding: 10px 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	opacity: 1;
	transition: .2s linear;
	position: relative;
}

.collection-direction:hover{
	opacity: .7;
}

.collection-direction p{
	font-size: 1em;
	vertical-align: middle;
	color: #222222;
}

.collection-direction i{
	vertical-align: middle;
}

.collection-direction a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.collection-prev p{
	text-align: left;
}

.collection-next p{
	text-align: right;
}

.collection-direction.disable{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.collection-direction.disable p{
	color: #999999;
}

.collection-direction.disable:hover{
	opacity: 1;
}



/* ============================================================
SEARCH RESULT
============================================================ */
.search-result-text{
	width: 100%;
	position: relative;
	margin: 20px auto;
}

.search-result-text p{
	color: #666666;
	font-size: .9em;
	font-weight: 400;
	text-align: left;
}

.search-result-text h3{
	color: #222222;
	font-size: 2em;
	font-weight: 600;
	text-align: left;
	line-height: 1.4em;
}

.search-result-text.sub-nav-fixed{
	background: #f5f5f5;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

.search-result-text.sub-nav-fixed p, .search-result-text.sub-nav-fixed h3{
	text-align: center;
}

.search-result-text.sub-nav-fixed h3{
	font-size: 1.5em;
}

/* ============================================================
PICTURE
============================================================ */
.picture-container{
	width: 100%;
	padding-bottom: 66.66667%;
	position: relative;
	margin: 20px auto;
	background: #ffffff;
	overflow: hidden;
}

.album-container{
	padding-bottom: 60px;
	/* margin-bottom: 60px; */
	background: none;
}

.picimg-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.picimg-container img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.picture-author{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0;
}

.author-content{
	width: calc(100% - 180px);
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.author-avatar{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.author-avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-avatar a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.author-text p{
	color: #222222;
}

h3.author-name{
	color: #ffcc00;
	line-height: 1.6em;
	width: auto;
}

.author-name a{
	color: #ffcc00;
}

.picture-vote{
	width: 170px;
}

.picture-vote-btn{
	position: relative;
	left: auto;
	bottom: auto;
	margin-left: calc(170px - 90px);
	margin-bottom: 20px;
}

.picture-circle{
	width: 40px;
	height: 40px;
	font-size: 1.5em;
	line-height: 42px;
	margin: 5px;
}

.picture-share-btns{
	width: 160px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media all and (max-width: 640px) {
	.picture-author{
		display: block;
	}

	.author-content{
		width: 100%;
	}

	.picture-vote-btn{
		margin: 0;
		float: right;
	}

	.picture-share{
		float: left;
	}

	.picture-vote{
		width: 100%;
		position: relative;
		margin-top: 20px;
	}

	.picture-vote:after{
		content: '';
		display: table;
		clear: both;
	}
}

@media all and (max-width: 480px){
	.author-content{
		/* display: block; */
	}

	.author-avatar{
		width: 100px;
		height: 100px;
		/* margin: 15px auto; */
	}

	/* .author-text, .author-text h3, .author-text p{
		width: 100%;
		text-align: center;
	} */

	.author-text{
		width: calc(80% - 100px);
	}
}

.picture-info{
	width: 100%;
	position: relative;
	margin: 20px auto;
}

.picture-ad{
	width: 320px;
    height: 300px;
    position: relative;
    /* float: right; */
    margin: 10px auto;
}

.picture-intro{
	width: 100%;
	position: relative;
	float: left;
}

.picture-info:after{
	content: '';
	display: table;
	clear: both;
}

.picture-sub{
	font-size: 1em;
	color: #ffbc38;
	font-weight: 500;
}

.picture-title{
	font-size: 2em;
	color: #222222;
	font-weight: 600;
	line-height: 1.8em;
}

.picture-description{
	font-size: 1.1em;
	color: #444444;
	line-height: 1.4em;
	letter-spacing: .05em;
	/* margin: 10px 0; */
}

.picture-description em{
	font-weight: 500;
	color: #111111;
}

.picture-info{
	margin: 10px 0;
}

h6.hashtag{
	font-size: 1.1em;
	font-weight: 400;
	color: #444444;
	margin: 20px 0;
}

h6.hashtag a{
	color: #444444;
	text-decoration: underline;
}

@media all and (max-width: 768px) {
	.picture-ad, .picture-ad{
		float: none;
	}

	.picture-ad{
		width: 100%;
		margin: 20px auto;
	}

	.picture-intro{
		width: 100%;
	}
}


.picture-recommend{
	width: 100%;
	position: relative;
	padding: 20px;
	margin: 50px 0;
	background: #ffffff;
	box-sizing: border-box;
}

h5.recommend-title{
	font-size: 1.25em;
	font-weight: 600;
	border-left: 5px solid #ffcc00;
	padding-left: 10px;
	margin-bottom: 10px;
}

.recommend-content ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.recommend-content ul li{
	width: calc(88%/6);
	padding-bottom: calc(88%/6);
	margin: 1%;
	position: relative;
	overflow: hidden;
}

.recommend-content ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.recommend-content ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (max-width: 768px){
	.recommend-content ul li{
		width: calc(94%/3);
		padding-bottom: calc(94%/3);
	}
}

@media all and (max-width: 480px){
	.recommend-content ul li{
		width: calc(96%/2);
		padding-bottom: calc(96%/2);
	}
}


/* ============================================================
ALBUM SLIDE
============================================================ */

.content-album{
	width: 100%;
	position: relative;
	/* margin: 20px auto; */
	border-bottom: 5px solid #000000;
	/* overflow: hidden; */
}

.con-slide{
	width: 100%;
	padding-bottom: 66.66666%;
	position: relative;
	background: #ffffff;
	overflow: hidden;
}

.con-slide{
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.slide-list{
	/* width: 300%; */
	overflow: hidden;
	position: absolute;
}

.album-memo .slide-list{
	position: relative;
}

.slide-list li{
	float: left;
	text-align: center;
	overflow: hidden;
}

.slide-list li img{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.slide-list li p{
	width: 90%;
	position: relative;
	margin: 20px auto;
	/* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.slide-list:after{
	content: '';
	display: table;
	clear: both;
}


.slide-control{
	position: absolute;
	bottom: -51px;
	right: 0;
	z-index: 2;
}

.slide-prev, .slide-next{
	width: 50px;
	height: 50px;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	background: rgba(0, 0, 0, .8);
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

.slide-control:after{
	content: '';
	display: table;
	clear: both;
}

.slide-prev a, .slide-next a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slide-page{
	width: 120px;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	background: rgba(0, 0, 0, .8);
	float: right;
}

.slide-current, .slide-sum{
	display: inline-block;
}

h5.slide-current{
	font-size: 1.7em;
}

h6.slide-sum{
	font-size: 1.2em;
}

.album-memo{
	/* width: calc(100% - 250px); */
	height: auto;
	overflow: hidden;
	position: relative;
	background: #ffffff;
}

.album-item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}



/* ============================================================
SETTING
============================================================ */
.setting-avatar{
	width: 120px;
	height: 120px;
	border: none;
	margin-bottom: 20px;
}

.setting-camera{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #ffffff;
	background: rgba(0, 0, 0, .7);
}

.setting-avatar a{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.avatar-camera a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.setting-profile{
	margin-bottom: 20px;
}

.setting-profile h3.user-name{
	text-align: center;
	width: 100%;
}

.setting-profile h6.user-jointime{
	text-align: center;
	width: 100%;
}

.setting-tab {
	width: 100%;
	/* padding: 10px 0; */
	position: relative;
	margin: 0 auto;
	/* background: #ffffff; */
}


.setting-tab ul{
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.setting-tab ul li{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	color: #222222;
	width: calc(100%/2);
	position: relative;
	text-align: center;
	border-bottom: 5px solid #222222;
	padding: 10px 0;
	margin: 2px;
	transition: .2s linear;
}

.setting-tab ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.setting-tab ul li:hover{
	border-bottom: 5px solid #ffcc00;
}

.setting-tab ul li.active{
	border-bottom: 5px solid #ffcc00;
}

.setting-tab ul li.active:after{
	content: '▼';
	display: table;
	position: absolute;
	text-align: center;
	color: #ffcc00;
	width: 100%;
    margin-top: 5px;
}

.account-content, .user-content{
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 20px auto;
}

.setting-wrap{
	margin: 20px 0;
	width: 100%;
	position: relative;
}

.setting-item{
	margin-bottom: 5px;
	color: #666666;
	font-size: 1.15em;
	font-weight: 400;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.setting-content{
	padding: 10px 0;
	font-size: 1em;
	color: #000000;
	font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    min-width: 200px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.passwords-content{
	width: calc(100% - 150px);
	float: left;
	min-width: auto;
}

.mail2-content{
	width: calc(100% - 150px);
	float: left;
	min-width: auto;
}

.area-content, .intro-content{
	width: 100%;
	min-width: auto;
	font-size: 1em;
	color: #222222;
	font-weight: 500;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	background: #f5f5f5;
	box-sizing: border-box;
	display: inline-table;
}

.intro-content{
	border: 1px solid #cccccc;
}

.passwords-btn, .area-btn, .intro-btn, .situation-btn{
	float: right;
	margin: 0;
}

.account-passwords:after, .account-mail:after, .user-area:after, .account-intro:after{
	content: '';
	display: table;
	clear: both;
}

.area-content{
	border-bottom: none;
}

.area-content select{
	width: 100%;
	height: 40px;
	font-size: 1em;
	color: #222222;
	font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    border: 1px solid #cccccc;
    background: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/sort-down.svg') no-repeat 95% center transparent;
    background-size: 10%;
    padding: 0 10px;
}


.setting-content label {
    color: #666666;
    font-size: 1.15em;
    font-weight: 400;
    margin: 0 10px;
}

.user-situation select{
	width: 100%;
	height: 40px;
	font-size: 1em;
	color: #222222;
	font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    border: 1px solid #cccccc;
    background: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/sort-down.svg') no-repeat 95% center transparent;
    background-size: 3%;
    padding: 0 10px;
}

.input-text.situation {
    width: 100%;
    height: 45px;
    padding: 0 10px;
}

.situation-content{
	width: calc(100% - 150px);
	float: left;
	min-width: auto;
}

.situation-container:after{
	content: '';
	display: table;
	clear: both;
}

.situation-container{
	margin: 5px 0;
	display: none;
}

.situation-content{
	border-bottom: none;
	color: #ff0000;
}


/* work */
.work-content{
	width: 100%;
	max-width: 900px;
	position: relative;
	margin: 20px auto;
}

h6.all-photo-num{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #222222;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 5px;
	padding: 0 10px;
	box-sizing: border-box;
}

h6.all-photo-num em{
	font-weight: 600;
	color: #f3c200;
	font-size: 1.1em;
}

.work-sort select{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: .9em;
	color: #222222;
	width: 180px;
	height: 36px;
	border: 1px solid #cccccc;
    background: #ffffff;

    /*移除箭頭樣式*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

	/*改變右邊箭頭樣式*/
	background: url("../img/sort-down.svg") no-repeat 90% center transparent;
	background-size: 7%;
    padding: 0 10px;
}

.work-item{
	width: 100%;
	position: relative;
	padding: 0 0 10px 0;
	margin: 20px 0;
	border-bottom: 1px solid #cccccc;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

li.work-item:nth-child(1){
	border-top: 1px solid #cccccc;
	padding: 20px 0 10px 0;
}

.work-collection{
	width: 100%;
	position: relative;
	margin: 20px auto;
}

.work-item-photo{
	width: 25%;
	padding-bottom: 25%;
	position: relative;
}

.work-item-intro{
	width: 72%;
	position: relative;
}

.picture-title.work-title{
	font-size: 1.5em;
}

.picture-description.work-description{
	margin: 5px 0;
}

br.w370{
	display: none;
}

@media all and (max-width: 480px) {
	/* .work-item {
		display: block;
	}

	.work-item-photo{
		width: 100%;
		padding-bottom: 100%;
	}

	.work-item-intro{
		width: 100%;
		margin-top: 15px;
	} */

	.picture-title.work-title{
		font-size: 1.2em;
	}

	.picture-description.work-description{
		margin: 0;
		letter-spacing: 0;
		font-size: 1em;
	}

	.work-btn{
		margin: 10px 0;
	}
}

@media all and (max-width: 370px) {
	br.w370{
		display: block;
	}
}

.page-num{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.page-num-container{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

li.page-num-item{
	width: 45px;
	height: 45px;
	margin: 3px;
	position: relative;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	color: #222222;
	text-align: center;
	line-height: 45px;
	background: #e2e2e2;
	transition: .2s linear;
}

li.page-num-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

li.page-num-item.active{
	background: #ffcc00;
}

li.page-num-item.arrow-left{
	border: 1px solid #222222;
	background: none;
	box-sizing: border-box;
}

li.page-num-item.arrow-right{
	background: #000000;
	color: #ffffff;
}

li.page-num-item.disable{
	background: #999999;
	color: #666666;
	border: none;
}

li.page-num-item:hover{
	background: #ffcc00;
}

li.page-num-item.arrow-left:hover{
	background: none;
}

li.page-num-item.arrow-right:hover{
	background: #000000;
}

li.page-num-item.disable:hover{
	background: #999999;
	color: #666666;
	border: none;
}

@media screen and (orientation: portrait) {
	li.page-num-item:hover{
		background: #e2e2e2;
	}
}

@media all and (max-width: 480px) {
	li.page-num-item:nth-child(6),
	li.page-num-item:nth-child(7){
		display: none;
	}

	li.page-num-item{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

/* edit */
.edit-img{
	border: 1px dotted #999999;
}

.edit-sub{
	float: left;
}

.edit-description{
	font-size: 1em;
	margin: 5px 0;
	float: right;
	letter-spacing: 0;
}

.edit-info:after{
	content: '';
	display: table;
	clear: both;
}

.cube-btn.mobile-half {
    width: 48%;
}


/* edit album */
.drag-intro{
	margin: 5px 0;
}

.drag-intro p{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1.1em;
    font-weight: 500;
    color: #000000;
}
.edit-drag{
	width: 100%;
	position: relative;
	background: #ffffff;
}

.edit-drag-container{
	width: 96%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 2% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.edit-album-item{
	width: 31.3333%;
	padding-bottom: 31.3333%;
	margin: 1%;
	position: relative;
	cursor: move;
}

.edit-album-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.edit-album-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* .edit-album-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} */

.popup-edit{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
	z-index: 10;
	opacity: 0;
	display: none;
}

.popup-edit-container{
	width: 90%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ffffff;
}

.popup-edit-content{
	width: 90%;
	position: relative;
	margin: 5% auto;
}

.popup-edit-0{
	display: none;
}

.popup-img{
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}

.popup-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}


.popup-intro p {
    color: #222222;
    font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1.1em;
}

.popup-intro textarea {
    width: 100%;
    color: #222222;
    font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.popup-btns{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup-btns .cube-btn{
	margin: 1%;
}

/* ============================================================
CONTACT
============================================================ */
.mail-form{
	width: 90%;
	max-width: 800px;
	position: relative;
	margin: 20px auto;
	background: #ffffff;
}

.mail-form-contaoner{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 5% 0;
}

.mail-form-wrap{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    position: relative;
	color: #222222;
}

.mail-item label, .contact-item{
	color: #666666;
	font-size: 1.1em;
	margin-right: 10px;
}

.mail-item-inline input{
	min-width: 160px;
}

.mail-item{
	margin: 10px 0;
	margin-right: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.mail-agree{
	align-items: flex-start;
}

.mail-item-inline{
	display: inline-block;
}

.mail-item input{
	width: calc(100% - 175px);
}

.mail-item-contact input{
	width: calc(100% - 120px);
}

.mail-item input.agree-check{
	width: 20px;
    zoom: 1.5;
}

.mail-select{
	width: calc(100% - 120px);
    height: 45px;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/sort-down.svg') no-repeat 96% center transparent;
    background-size: 2.5%;
}

.mail-content{
	width: 100%;
	padding: 15px 10px;
    font-size: 1em;
    color: #000000;
    font-weight: 500;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.mail-item-out{
	display: block;
}

.mail-thx{
	text-align: center;
	font-size: 1.1em;
    color: #222222;
    font-weight: 500;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.refund-all, .bank-related{
	display: none;
}

.contact-br{
	padding: 10px 0;
	margin: 0;
}

@media all and (max-width: 640px){
	.mail-item-inline{
		display: block;
	}

	.mail-item input{
		width: calc(100% - 60px);
	}

	.mail-item{
		border-bottom: 1px solid #cccccc;
    	padding-bottom: 15px;
	}

	.mail-item input.agree-check{
		width: 50px;
	    zoom: 1.5;
	}
}




/* ============================================================
INDEX
============================================================ */
header.index-header{
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #000000;
}

.kv-bg{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

.kv-bg:after{
	content: '';
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}

.kv-img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.kv-img-1 {
	z-index: 2; 
	opacity: 1;
}

.kv-img-5 {
	/* opacity: 1; */
}

.kv-img.turnin{
	animation: kvFadeIn 2s forwards;
}

.kv-img.turnout{
	animation: kvFadeOut 2s 1s forwards;
}

@keyframes kvFadeIn{
	0{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

@keyframes kvFadeOut{
	0{
		opacity: 1;
	}

	100%{
		opacity: 0;
	}
}

.kv-img-1{
	/* opacity: 1; */
}

.kv-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.kv-desktop{
	display: block;
	object-fit: cover;
	object-position: center;
}

.kv-mobile{
	display: none;
}


.svgWrap {
	position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
}

.svgWrap img {
	object-fit: cover;
    object-position: top;
}

@media all and (max-width: 640px){
	.svgWrap{
		width: 100%;
		background-color: rgb(0 0 0 / 40%);
	}

	.svgWrap img {
		display: none;
	}
}

#svg{
	height: 100%;
}

.kv-author{ 
	position: absolute;
	left: 10%;
	padding-left: 8px;
	bottom: 60px;
	/* transform: rotate(90deg); */
	z-index: 2;
	color: #ffffff;
}

.kv-author h6{
	font-size: 1em;
	font-weight: 300;
	color: #ffffff;
}

.kv-author h6 em{
	font-weight: 600;
}

.kv-author-line {
	width: 100px;
	border-top: 1px solid #ffffff;
	position: absolute;
	top: 50%;
	left: -110px;
}

.kv-img-go{
	animation: kvSwipe 2s forwards;
}

.kv-img-back{
	animation: kvSwipe 2s forwards reverse;
}

@keyframes kvSwipe{
	0%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}


@media screen and (orientation: portrait) {
	.kv-desktop{
		display: none;
	}

	.kv-mobile{
		display: block;
		object-fit: cover;
	}

	#svg{
		height: 50%;
	}
}

.h1{
	width: 80%;
	position: absolute;
	top: 35%;
	left: 10%;
	transform: translate(0,-50%);
	z-index: 3;
}

.h1 h1{
	color: #ffffff;
	font-size: 2.2em;
	font-weight: 600;
	margin: 20px 0;
}

.h1 h5{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 400;
}

.h1 h1 img {
	width: 100%;
    max-width: 480px;
}

.main-sponsor {
	width: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 30px;
    right: 40px;
    align-items: center;
}

.main-sponsor img {
	max-height: 50px;
	padding-left: 30px;
}

.main-sponsor-logo{
	width: 150px;
	position: relative;
	margin-top: 25px;
}

.main-sponsor-logo img{
	width: 100%;
}


@media all and (max-width: 640px) {
	.h1 h1{
		font-size: 1.45em;
	}

	.h1 h5{
		font-size: .95em;
	}

	.kv-author{
		right: -20px;
		bottom: 70px;
		font-size: 14px;
	}

	.kv-author h6{
		font-size: .9em;
	}

	.main-sponsor{
		margin-top: 20px;
	}

	.main-sponsor-logo{
		width: 130px;
		margin-left: 20px;
		margin-top: 20px;
	}
}


.index-logo {
	width: 230px;
	height: 120px;
	margin-top: 30px;
	margin-left: 30px;
}

.index-nav {
	background: rgba(0, 0, 0, 0);
	
}



@media all and (max-width: 640px){
	.index-logo {
	    width: 145px;
	    height: 75px;
	    margin-top: 20px;
	    margin-left: 20px;
	}
}


section.index-about {
	background: #FFCC00;
	text-align: center;
}

section.index-about p {
	margin-bottom: 1rem;
}

@media all and (max-width: 750px){

	section.index-about p {
	    text-align: left;
	}
}

section.index-news {
	margin: 0 auto;
	padding: 3rem 0;
	/* background: rgba(0, 0, 0, .5); */
	text-align: center;
	color: #ffffff;
	/* background-color: rgba(0, 0, 0, .5); */
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)),
					 url(../img/kv-5.jpg?v20231005);
  	background-repeat  : no-repeat,no-repeat;
	background-position: center, center;
	background-size: cover, cover;
}

section.index-news h3 {
	font-size: 1.5em;
}

section.index-news p {
	text-align: center;
}

section.index-info {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #f5f5f5;
}

.index-title {
	position: relative;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.index-title h3{
	font-size: 1.5em;
	color: #222222;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index-title:before{
	content: '';
	display: table;
	position: absolute;
	width: 80px;
	height: 20px;
	background: #ffcc00;
	bottom: 10px;
	left: 50%;
	z-index: 1;
}

.index-info p{
	font-size: 1.1em;
	color: #222222;
	text-align: center;
}
.index-info p a {
	color: #222222;
	border-bottom: 2px solid #ffcc00;
	transition: all 0.3s ease;
}

.index-info p a:hover {
	background: #ffcc00;
	transition: all 0.3s ease;
}

.photo-theme {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.photo-theme.index-table {
	width: 100%;
	max-width: 800px;
}

.photo-theme td {
	padding: 15px 20px;
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.photo-theme td:first-child {
	width: 100px;
	text-align: center;
	font-weight: 500;
}

@media all and (max-width: 640px){
	.photo-theme td:first-child {
		width: 50px;
		padding: 15px 10px;
	}
}

.photo-theme td.special {
	background: #fff7d8;
	color: #222222;
	font-weight: 500;
	text-align: center;
	font-weight: bold;
}

section.index-awards{
	background: #ffffff;
}

p.index-awards-intro{
	color: #222222;
	font-size: 1.1em;
	margin: 20px 0;
}

.index-rule-btn{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

.index-rule-btn .cube-btn {
	margin: 20px 10px;
}


@media all and (max-width: 768px) {
	.index-rule ul li, .index-rule ul li.index-sort-4, .index-rule ul li.index-sort-5{
		width: 100%;
	}

}

@media all and (max-width: 480px) {
	.index-title h3{
		font-size: 1.3em;
	}

	.index-info p{
		font-size: 1em;
	}

	.index-rule-container h2{
		font-size: 1.5em;
	}

	.index-rule-container p{
		font-size: 1em;
	}

	.index-sort-4 h4, .index-sort-5 h4{
		font-size: 1.3em;
	}

	p.index-awards-intro{
		font-size: 1em;
	}
}

.index-awards-table{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.index-awards-td{
	padding: 10px 20px;
	box-sizing: border-box;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.index-awards-td:nth-child(odd){
	width: 25%;
}

.index-awards-td:nth-child(even){
	width: 75%;
	border-right: 1px solid #cccccc;
}

.index-awards-td:nth-last-child(1), .index-awards-td:nth-last-child(2){
	border-bottom: 1px solid #cccccc;
}


.index-awards-td h6{
	font-size: 1em;
	font-weight: 600;
	width: 100%;
}

.index-awards-td p{
	font-size: 1em;
	font-weight: 400;
	margin: 10px 0;
	width: 100%;
	color: #222222;
}

.index-awards-td p em{
	font-size: 1em;
	font-weight: 500;
}

.index-awards-td:nth-child(even) p em{
	color: #ffb400;
}

.index-awards-td li span{
	background: #ffcc00;
	padding: 5px;
}

.index-awards-td ol, .index-awards-td ol li{
	list-style: disc;
	margin: 0;
	margin-left: -10px;
	margin-bottom: 10px;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
}

.index-awards-td:nth-child(1), .index-awards-td:nth-child(2){
	background: #000000;
}

.index-awards-td:nth-child(1) h6, .index-awards-td:nth-child(2) h6{
	color: #ffffff;
}

@media all and (max-width: 640px) {
	.index-awards-td:nth-child(odd){
		width: 100%;
		background: #000000;
	}

	.index-awards-td:nth-child(odd) p{
		color: #ffffff;
	}

	.index-awards-td:nth-child(even){
		width: 100%;
	}

	.index-awards-td{
		border-right: 1px solid #cccccc;
	}

	.index-awards-td:nth-child(1), .index-awards-td:nth-child(2){
		background: none;
		display: none;
	}

	.index-awards-td:nth-child(1) h6, .index-awards-td:nth-child(2) h6{
		color: #222222;
	}
}

section.sponsor{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #333333;
}

.sponsor-title h3{
	text-align: left;
	color: #ffffff;
}

.sponsor-title:before{
	left: 50px;
}

.sponsor-logos{
	width: 100%;
	position: relative;
	margin: 20px 0 40px 0;
}

.sponsor-logos ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.sponsor-logos ul li{
	/* width: calc(100%/6); */
	height: 50px;
	position: relative;
	margin: 2%;
	opacity: 1;
	transition: .2s linear;
}

.sponsor-logos ul li img{
	width: 100%;
	max-width: 160px;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.sponsor-logos ul li img.sp-eneloop{
	max-width: 190px;
	margin-top: 4px;
}

.sponsor-logos ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sponsor-logos ul li:hover{
	opacity: .7;
}

.sponsor-container{
	padding: 40px 0 20px 0;
}

@media all and (max-width: 480px) {
	.sponsor-logos ul li{
		margin: 3%;
	}

	.sponsor-logos ul li img{
		max-width: 120px;
	}

	.sponsor-logos ul li img.sp-eneloop{
		max-width: 133px;
	}
}


/* index section -  competition groups */
.competition {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}

.competition .group {
	width: 100%;
	height: 200px;
	color: #ffffff;
	text-align: center;
	border: 5px solid #facc01;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/comp-group1.jpg) center;
	background-size: cover;
	position: relative;
	transition: all 0.4 ease-in;
}

.competition .group:hover {
	opacity: 0.9;
}

.group h4 {
	color: #ffffff;
	margin: 4rem 0 0.5rem;
    font-size: 2.5rem;
}

.group p {
	color: #ffffff;
}

.group .special-mark {
	background: #facc01;
	color: #000000;
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: 8%;
    padding: 2px 8px;
	font-weight: 500;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.block-link {
	width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

.competition p {
	margin-top: 1rem;
}

@media all and (max-width: 480px) {
	
	.competition .group {
		height: 140px;
	}

	.group h4 {
		margin: 2rem 0 0.5rem;
		font-size: 1rem;
	}

	.group p,
	.group .special-mark { 
		font-size: 0.75rem;
	}
}


/* ============================================================
NEWS
============================================================ */
.news-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
.piece-of-news {
	margin: 60px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.piece-of-news .cube-btn {
	width: 100%;
    max-width: 290px;
	margin: 20px auto;
}

.news-bigtitle {
	margin: 30px 0;
	text-align: center;
	font-size: 2rem;
}

.news-bigtitle .sub-title {
	margin-top: 30px;
    text-align: center;
	font-size: 0.8em;
}

.news-bigtitle h3 {
	margin: 15px 0;
	font-size: 1.5em;
	line-height: 3rem;
}

.news-bigtitle h4 {
	font-size: 0.7em;
    line-height: 1.2em;
	letter-spacing: 4px;
	font-weight: lighter;
}

.news-bigtitle h4 .lang-en{
    letter-spacing: 0;
}

.news-bigtitle h5 {
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0;
}

.news-kv-shot {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.news-offline-event {
	font-weight: 700;
    border-bottom: 1px solid;
    display: inline;
}
.news-kv-shot img {
	width: 100%;
}

.exhibition-offline {
	width: 100%;
	margin: 30px auto 0;
	padding-bottom: 60px;
	text-align: center;
	border-bottom: 1px solid #C2C2C2;
}

.exhibition-offline img {
	width: 100%;
}

.exhibition-offline .mobile {
	display: none;
}

@media all and (max-width: 768px) {
	.exhibition-offline .pc {
		display: none;
	}
	.exhibition-offline .mobile {
		display: block;
	}
}

.news-container p {
	margin-bottom: 15px;
	line-height: 1.68em;
}

.news-container p em {
	font-weight: bold;
}

.news-container p ul li {
	font-family: inherit;
}

.news-area-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly
}

.news-area-left {
	width: 60%;
}

.news-area-right{
	width: 40%;
}

@media all and (max-width: 991px) {
	.news-area-left,
	.news-area-right {
		width: 100%;
	}
}

ul.list-disc,
ul.list-decimal {
	padding-left: 1.5em;
}

ul.list-decimal li {
	margin-bottom: 10px;
	list-style: decimal;
}

ul.list-disc li {
	margin-bottom: 10px;
	list-style: disc;
}

.news-theme {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.news-theme.index-table {
	width: 100%;
	max-width: 800px;
}

.news-theme td {
	padding: 10px 10px;
	text-align: left;
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.news-theme td.space {
	padding: 10px;
	text-align: left;
}

@media all and (max-width: 991px) {
	.news-theme td,
	.news-theme td.space {
		padding: 5px;
	}
}

.news-theme td.caption {
	background: #333333;
	color: #ffffff;
}

.news-theme td.special {
	background: #fff7d8;
	font-weight: 500;
}

.news-container p a,
.news-container a.news-link{
	color: #000000;
	font-weight: 500;
	border-bottom: 2px solid #ffcc00;
    transition: .2s linear;
}

img.news-winner{
	max-width: 100px;
}

img.news-winner.portrait{
	max-width: 72px;
}

.news-sponsor-wrap {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.news-sponsor-wrap .sponsor {
	margin-right: 40px;
    font-size: 0.875rem;
}

@media all and (max-width: 991px) {
	.news-sponsor-wrap .sponsor {
		margin-bottom: 30px;
		margin-right: 20px;
	}
}

.news-sponsor-wrap .sponsor img {
	width: auto;
	height: 60px;
	margin-top: 15px;
}

.news-sponsor-wrap .sponsor.min img {
	width: auto;
	height: 75px;
	margin-top: 5px;
}



@keyframes slideWall{
	0% {
		background-position: 0;
	}
	100% {
		background-position: -2120px;
	}
}

.photo-slide-wall{
	width: 100%;
	height: 280px;
	background-image: url(../img/news/news-wall.jpg);
	background-size: cover;
	background-repeat: repeat-x;
	animation: slideWall 30s linear 0s infinite;
}

@media all and (max-width: 991px) {
	.photo-slide-wall{
		height: 160px;
	}
}

.news-container p a:hover,
.news-container a.news-link:hover {
	background:  #ffcc00;
}

.news-container p ul.list-decimal li em {
	font-weight: 500;
}

.news-viewmore {
	text-align: left;
}

.news-contact-wrap {
	display: flex;
	flex-wrap: wrap;
}

.news-contact-wrap .contact {
	width: 10%;
}
.news-contact-wrap .tel {
	width: 20%;
}
.news-contact-wrap .mail {
	width: 70%;
}

@media all and (max-width: 991px) {
	.news-contact-wrap {
		margin-top: 10px;
    	line-height: 1.5rem;
	}
	
	.news-contact-wrap .contact{
		width: 100%;
		margin-left: 1.5rem;
		font-weight: bold;
		display: list-item;
	}

	.news-contact-wrap .tel,
	.news-contact-wrap .mail {
		width: 100%;
	}
}

.news-contact-wrap .mail a {
	color: #333333;
	font-weight: 500;
}

.news-contact-wrap .mail a:hover {
	text-shadow: rgba(0, 0, 0, .4);
}

@media all and (max-width: 640px){
	.news-container p {
		text-align: left;
	}

	.photo-theme td {
		padding: 15px 5px;
	}
}

.photo-theme td.special {
	background: #fff7d8;
	color: #222222;
	font-weight: 500;
	text-align: center;
	font-weight: bold;
}

.news-article {
	width: calc(88%/3);
	margin: 2% 2%;
	position: relative;
	opacity: 1;
	transition: .2s linear;
	background: #ffffff;
}

.news-article:hover{
	opacity: .9;
}

@media all and (max-width: 960px) {
	.news-article{
		width: calc(92%/2);
		margin: 2% 2%;
		position: relative;
	}
}

@media all and (max-width: 480px) {
	.news-article {
		width: 100%;
		margin: 2% 0;
		position: relative;
	}
}

.news-article a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.news-article-pic {
	width: 100%;
	padding-bottom: 66.6667%;
	position: relative;
}

.article-pic-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* overflow: hidden; */
}

.article-pic-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-article-title{
	width: 100%;
	position: relative;
	padding: 20px 0; 
	border-bottom: 5px solid #ffcc00;
}

.news-article-title h2 {
	text-align: left;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 600;
    color: #222222;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin: 10px 0;
	padding: 0 10px;
}

@media all and (max-width: 640px) {
	.news-article-title h2{
		font-size: 1.25em;
		height: 55px;
	}
}

.news-article-title p{
	width: 100%;
	text-align: right;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: .9em;
    font-weight: 400;
    color: #666666;
    letter-spacing: .05em;
}

.news-share-back{
	bottom: -15px;
}

.photo-share, .share-back{
	z-index: 2;
}

@media screen and (orientation: portrait) {
	.news-article:hover{
		opacity: 1;
	}

}

@media all and (max-width: 480px) {
	.news-share-back, .news-photo-share{
		display: block;
	}
}

.logo-np360 {
	margin-left: 10px;
	max-width: 120px;
}


/* ============================================================
NEWS on index page
============================================================ */

.news-wrap {
	background-color: #f5f5f5;
}

.index-news-container {
	width: calc(90% - 100px);
	max-width: 1000px;	
	padding-top: 0;
}


.event-slide{
	text-align: center;
}

.news-card {
	display: inline-block;
	background: #ffffff;
	width: 298px;
	margin: 1rem 0;
	border-bottom: 5px solid #ffcc00;
	opacity: 1;
	transition: .2s linear
}

.news-card:hover{
	opacity: .9;
}

.cover img {
	width: 100%;
}

.news-article-pic{
	width: 100%;
	padding-bottom: 66.6667%;
	position: relative;
}

.article-pic-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* overflow: hidden; */
}

.article-pic-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-card p {
	margin: 1rem;
	text-align: left;
}

.news-card .news-title {
	text-align: left;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 600;
    color: #222222;
    /* height: 60px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-top: 30px
}

.news-card .news-date {
    text-align: right;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: .9em;
    font-weight: 400;
    color: #666666;
    letter-spacing: .05em;
}

.news-card a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.swiper-button-disabled {
    display: none !important;
}

.swiper-button-next, .swiper-button-prev {    
    color: #fff !important;
    background-color: rgba(0, 0, 0, .5);
	padding: 25px 10px;
	outline: none;
	z-index: 2;
}
.swiper-button-next {
    right: -50px !important;
}
.swiper-button-prev {
    left: -50px !important;
}


/* ============================================================
RULES
============================================================ */
.rules-title {
	display: inline-block;
}

.rules-title h3 {
	text-align: left;
	color: #222222;
	font-size: 1.5em;
	display: inline;
	position: relative;
	z-index: 2;
}

/* .rules-title:before  {
	content: '';
	position: absolute;
	width: 80px;
	height: 20px;
	background: #ffcc00;
	bottom: 10px;
	left: 60%;
	z-index: 0;
} */

.rules-title-long:before {
	left: 23%;
}

@media all and (max-width: 640px) {

	.rules-title h3 {
		font-size: 1.2em;
		line-height: 1.25em;
		font-weight: bold;
	}	

	/* .rules-title:before {
		bottom: -2px;
	} */
}


.rules-title-short:before {
	left: 25px;
}

h5.contest-time{
	font-size: 1.1em;
	font-weight: 500;
}

.rules-container{
	margin: 20px 0;
}

.rules-table {
	width: 100%;
	position: relative;
	display: table;
}

.table-tr {
	display: table-row;
}

.table-td {
	display: table-cell;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 25%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.table-td:first-child {
	width: 15%;
}

.table-td:nth-last-child(1){
	border-right: 1px solid #cccccc;
}


.table-td.col-full {
	width: 100%;
}

.table-td a{
	color: #000000;
	font-weight: 500;
	/* text-decoration: underline #ffcc00; */
	border-bottom: 3px solid #ffcc00;
}

.table-ul, .table-ul li{
	list-style: disc;
	margin-left: 10px;
}

.table-wrap{
	display: flex;
	align-items: stretch;
}

.rules-table-left {
	width: 70%;
	background: #ffffff;
}

.rules-table-right {
	width: 30%;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

h4.rules-title{
	font-size: 1.25em;
	font-weight: 600;
	/* width: 80px; */
	/* border-bottom: 3px solid #ffcc00; */
}

h5.rules-title{
	font-size: 1.1em;
	font-weight: 600;
	display: none;
}

.table-td p em{
	color: #000000;
	background: #ffcc00;
}

.table-td p em.desktop-only{
	color: #000000;
	background: none;
}

.table-tr:last-child .table-td{
	border-bottom: 1px solid #cccccc;
}

.table-tr:last-child .table-td.no-border {
	border: 0;
}

.table-tr:nth-child(even) .table-td{
	background: #ffffff;
}

.table-tr:nth-child(odd) .table-td{
	background: #fff7d8;
}

.table-tr:nth-child(1) .table-td{
	background: #000000;
}

.table-tr:nth-child(1) .table-td p{
	color: #ffffff;
}

.table-tr.table-mobile-sp .table-td{
	background: #ffffff;
	border-top: none;
}

h5.rules-sub-title{
	font-size: 1.3em;
	text-align: left;
	font-weight: 500;
	margin: 20px 0 10px 0;
}

h5.rules-sub-title em{
	font-weight: 600;
	border-bottom: 2px solid #ffcc00;
}

.rules-how-container p{
	color: #222222;
	line-height: 1.8em;
	margin: 0px 0 10px 0;
}

h6.rules-little-title{
	font-size: 1.1em;
	text-align: left;
	font-weight: 600;
	margin-top: 15px;
}

.text-red, 
ol.text-red li, 
.rules-how-container ol.text-red, 
.rules-how-container ol.text-red li,
.rules-how-container ol.text-red li p{
	color: #ff0000;
}

.prize-sponsor-logo {
	margin: 20px 0;
}

.prize-sponsor-logo span{
	font-size: 14px;
	color: #666666;
}

.prize-sponsor-logo img {
	height: 50px;
	margin: 10px 20px 0 0;
}

.desktop-only{
	display: inline-block;
}

.mobile-only{
	display: none;
}

@media all and (max-width: 768px) {
	h5.rules-title{
		display: block;
	}

	.rules-table{
		display: block;
	}

	.table-wrap {
		display: block;
	}
	
	.rules-table-left,
	.rules-table-right {
		width: 100%;
		border: 0;
	}

	.table-tr:nth-child(1) .table-td.mobile-hide {
		display: none;
	}

	.table-tr{
		display: block;
	}

	.table-td{
		display: block;
		padding: 5px 20px;
		box-sizing: border-box;
		width: 100%;
		/* border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc; */
		border: none;
	}

	.table-td:first-child {
		width: 100%;
		display: block;
	}

	.table-tr:nth-child(1) .table-td{
		/* display: none; */
		/* height: 20px; */
		display: block;
		width: 100%;
    	padding: 10px;
	}

	.table-tr:nth-last-child(1) .table-td,
	.table-td:nth-last-child(1){
		border: none;
	}

	.table-td:nth-child(1){
		padding-top: 20px;
	}

	.table-td:nth-last-child(1){
		padding-bottom: 20px;
	}

	.desktop-only{
		display: none;
	}

	.mobile-only{
		display: block;
	}
}

.rules-how-container ol, .rules-how-container ol li{
	list-style: decimal;
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    margin: 10px 0;
}

.rules-how-container ul, .rules-how-container ul li {
	list-style: decimal;
	color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    margin: 10px 0;
}
.rules-how-container ul.dotted li {
	list-style: disc;
}

ul.list-number > li {
	list-style: decimal;
	font-weight: 500;
} 

.rules-how-container ul {
	padding-left: 1.1em;
}

.rules-how-container li em {
	font-weight: 600;
}

.rules-how-container ul.list-none {
	padding-left: 0;
}

.rules-how-container ul.list-none li {
	list-style: none;
}

.rules-how-container ul.list-num {
	padding-left: 1rem;
}

.rules-how-container ul.list-num li {
	list-style: decimal;
}

.rules-how-container.list-disc ul li {
	list-style: disc;
}

table.rules-table-in{
	width: 100%;
	position: relative;
}

table.rules-table-in tr td{
	width: 28%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

table.rules-table-in tr td:nth-child(1){
	width: 10%;
	background: #eaeaea;
}

table.rules-table-in tr td:nth-last-child(1){
	border-right: 1px solid #cccccc;
}

table.rules-table-in tr:nth-last-child(1) td{
	border-bottom: 1px solid #cccccc;
}

@media all and (max-width: 480px) {
	table.rules-table-in tr td{
		width: 22%;
		padding: 3px 5px;
	}

	table.rules-table-in tr td:nth-child(1){
		width: 7%;
	}

	table.rules-table-in tr td{
	    font-size: .9em;
	}
}

ul.list-square, ul.list-square li{
	list-style: square;
}

.rules-how-container a{
	color: #222222;
	border-bottom: 3px solid #ffcc00;
}


.em-blod {
	font-weight: 500;
	margin: 1rem 0;
}

.space-bottom {
	margin: 0 0 1rem;
}

/* ============================================================
SHORTLIST
============================================================ */
.shortlist-container{
	margin: 20px 0;
}

.shortlist-container .tip {
	margin-top: 15px;
	padding: 5px 15px;
	background: #E8E8E8;
	color: #666666;
	border-left: 5px solid #B0B0B0;
	font-size: 0.875em;
	display: block;
    width: fit-content;
}

.shortlist-container .venue {
	margin-top: 15px;
	padding:10px 15px;
	background: #E8E8E8;
	color: #555555;
	border-left: 5px solid #B0B0B0;
	font-size: 0.875em;
	display: block;
	width: fit-content;
	letter-spacing: 1px;
}

.shortlist-container p {
	text-align: left;
}

.photo-wall-wrap .tabs a {
	width: calc(100%/10);
	color: #666666;
}

.photo-wall-wrap .tabs ul {
	border-bottom: 1px solid #D6D6D6;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* for winner */
.past-winners {
	display: flex;
	justify-content: center;
}

.past-winners .year-tag {
    margin: 10px 5px;
    padding: 5px 15px;
	background: #dddddd;
	border-radius: 5px;
	color: #999999;
	transition: all 0.4s ease;
}

.past-winners .year-tag:hover {
	background: #ffcc00;
	color: #333333;
	transition: all 0.4s ease;
}

.past-winners .year-tag.active {
	background: #000000;
	color: #ffcc00;
}

.past-winners .year-tag.active:hover {
	background: #000000;
	color: #ffcc00;
}

.photo-wall-wrap.final-winner .tabs ul {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 60px;
}

.tab-limited {
	width: 90%;
    max-width: 1100px;
	margin: auto;
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.photo-wall-wrap .tabs ul li {
    width: calc(70%/6 - 20px);
    margin: 0 10px;
}

.photo-wall-wrap .tabs ul li.active {
	border-bottom: 4px solid #ffcc00;
}

.photo-wall-wrap .tabs ul li a {
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.photo-wall-wrap .tabs ul li.active a {
	color: #000000;
	font-weight: 700;
}

.photo-wall-wrap .tabs >  div {
	min-height: 560px;
	margin-top: 20px;
}

.photo-wall {
	display: flex;
	flex-wrap: wrap;
}

.photo-wall img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.2s ease;
	background: #ffcc00;
}

.photo-wall img:hover {
	border: 5px solid #ffcc00;
	box-sizing: border-box;
	transform: scale(1.3);
	cursor: pointer;
}

.modal-content a {
	width: 100%;
	max-width: 400px;
	height: 44px;
	line-height: 44px;
	display: block;
	margin: 30px auto;
	background: #ffcc00;
	color: #000000;
	font-weight: 500;
	text-align: center;
}
.modal-content.zoom-mode {
	display: flex;
	flex-wrap: wrap;
}

.detail-photo-wrap {
	width: calc(75% - 30px);
	margin-right: 30px;
	background-color: #000000;
	overflow: hidden;
}

.detail-photo {
	width: 100%;
	/* min-height: 600px; */
	min-height: 80vh;
	text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
}

.detail-text-wrap {
	width: 24%;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.detail-title,
.detail-author {
	/* width: calc(50% - 18px); */
    margin: 20px 0;
}

.detail-title > span:first-child,
.detail-author > span:first-child,
.detail-title > span:nth-child(2),
.detail-author > span:nth-child(2) {
	border-left: 5px solid #ffcc00;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}

.detail-title > span:last-child,
.detail-author > span:last-child {
	color: #000000;
	font-weight: 500;
}

@media all and (min-width: 1024px) {
	.detail-title > span:last-child,
	.detail-author > span:last-child {
		display: block;
		margin: 10px 0;
	}
}

.detail-desc {
	color: #666666;
	padding-bottom: 2em;
}
.detail-desc > span:first-child {
	margin: 30px 0 10px;
    display: block;
}

.detail-desc p {
	color: #000000;
}

/* override modal */
body .blocker {
	padding: 0;
}

body .modal {
	max-width: 1400px;
	padding: 15px;
}

body .modal a.close-modal {
    width: 32px;
    height: 32px;
	background-color: #000000;
    top: 0;
    right: 0;
}
@media all and (max-width: 1280px) {
	.detail-photo {
		min-height: 70vh;
	}
	.detail-desc p {
		max-height: 320px;
    	overflow-y: auto;
	}
}

@media all and (max-width: 1024px) {
	.photo-wall-wrap .tabs a {
		width: calc(100%/8);
	}

	.detail-photo-wrap,
	.detail-text-wrap{
		width: 100%;
		margin: 0;
	}

	.detail-photo {
		min-height: 480px;
	}
}
@media all and (max-width: 768px) {
	body .modal {
		max-height: 82vh;
    	overflow: auto;
	}

	.photo-wall-wrap .tabs a {
		width: calc(100%/5);
	}
	.photo-wall-wrap .tabs ul li {
		width: calc(100%/6 - 10px);
		margin: 0 5px;
	}
	.photo-wall-wrap .tabs ul li.active {
		background: #ffffff;
	}
	.detail-photo {
		min-height: 280px;
	}
	
}

@media all and (max-width: 640px) {
	.photo-wall-wrap .tabs a {
		width: calc(100%/4);
	}
}


/* ============================================================
AWARDS
============================================================ */
.awards-intro{
	width: 100%;
	position: relative;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.awards-intro-text{
	width: 100%;
}

.awards-intro-text p{
	font-size: 1em;
	color: #222222;
	text-align: center;
	margin: 10px 0;
}

.awards-intro-text p em{
	font-weight: 600;
}

.awards-container{
	width: 100%;
	position: relative;
	margin: 50px 0 150px 0;
}

.awards-container h3{
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: 600;
	text-align: center;
}

.awards-container h3 em{
	font-size: .8em;
}

.awards-container h4{
	font-size: 1.25em;
	color: #222222;
	font-weight: 500;
	text-align: center;
}

.awards-title-sub{
	text-align: center;
}

.awards-content{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 30px 0 50px 0;
}

.awards-name{
	width: 100%;
    position: relative;
    margin: 10px auto;
    border-left: 10px solid #ffcc00;
    padding-left: 10px;
    box-sizing: border-box;
}

.awards-name p{
	font-size: 1.4em;
	font-weight: 600;
	color: #000000;
}

.awards-name p em{
	font-size: .85em;
	font-weight: 400;
}

.awards-flex{
	width: calc(88%/3);
	margin: 2%;
	position: relative;
}

@media all and (max-width: 768px){
	.awards-flex{
		width: 96%;
		margin: 2%;
	}
}

.awards-img{
	width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.awards-img img{
	width: 100%;
	height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: 50% 50%;
}

.awards-text{
	margin-top: 10px;
}

.awards-text h5{
	font-size: 1.25em;
	text-align: center;
	color: #222222;
	font-weight: 500;
}

.awards-text h5 em{
	font-size: .8em;
}

.awards-text p{
	text-align: center;
	font-size: 1em;
	color: #222222;
	font-weight: 400;
}

.medal{
	/* width: 30%; */
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
}

.medal p{
	font-size: 1.2em;
	text-align: center;
	line-height: 56px;
	font-weight: 500;
}

.champion{
	background: #daa520;
}

.champion p{
	color: #ffffff;
}

.runnerup{
	background: #c0c0c0;
}

.runnerup p{
	color: #000000;
}

.thethirdplace{
	background: #b57400;
}

.thethirdplace p{
	color: #ffffff;
}

.excellentwork{
	background: #ffcc00;
}

.excellentwork p{
	color: #000000;
}

.popularity{
	background: #000000;
}

.popularity p{
	color: #ffffff;
}

.sponsoraward{
	background: #ffffff;
}

.sponsoraward p{
	color: #000000;
}

/* .medal img{
	width: 100%;
} */



p.awards-memo{
	color: #222222;
	font-size: 1em;
}


/* ============================================================
WINNERS
============================================================ */
.winner-outside {
	background-image: linear-gradient(90deg, #FFCC00 50%, #FFFFFF 50%);
	padding: 40px 0;
}

.winner-1 {
	width: 90%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.winner-1 .winner-photo {
	width: 60%;
	background: none;
}

.winner-1 .winner-intro {
	width: 35%;
	margin-left: 3%;
}

.winner-photo {
	position: relative;
	background: #eeeeee;
}

.winner-photo img {
	width: 100%;
	display: block;
	transition: all 0.4s ease;
	min-height: 150px;
}

.winner-photo.portrait img {
	width: 50%;
	margin: auto;
}

.winner-1:hover .winner-photo img {
	box-shadow: 0 10px 35px 0 rgba(0,0,0,0.32);
}

.winner-2,
.winner-3 {
	width: calc(50% - 20px);
    margin: 60px 10px 30px;
	padding: 20px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0 5px 35px 0 rgba(0,0,0,0.12);
	transition: all 0.4s;
	position: relative;
}

.winner-nice {
	width: calc(33% - 18px);
    margin: 20px 10px;
	padding: 20px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0 5px 35px 0 rgba(0,0,0,0.12);
	transition: all 0.4s;
	position: relative;
}

.winner-2:hover,
.winner-3:hover,
.winner-nice:hover {
	box-shadow: 0 5px 35px 0 rgba(0,0,0,0.32);
	cursor: pointer;
}

.winner-intro .title {
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: 700;
	color: #000000;
	text-align: left;
}

.winner-intro .author {
	width: calc(100% - 92px);
	margin: 20px 0;
    padding-left: 10px;
    display: inline-block;
	border-left: 5px solid #ffcc00;
	text-align: left;
}

.winner-intro .desc {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.winner-intro .zoom {
    color: #666666;
    font-size: 0.875em;
    text-align: right;
    background: url(../img/zoom-len.svg) no-repeat;
    background-position: left;
    background-size: contain;
    width: 70px;
    transition: all 0.4s;
    display: inline-block;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.winner-1:hover .winner-intro .zoom ,
.winner-2:hover .winner-intro .zoom ,
.winner-3:hover .winner-intro .zoom, 
.winner-nice:hover .winner-intro .zoom {
	color: #ffcc00;
	background: url(../img/zoom-len-yellow.svg) no-repeat;
	background-position: left;
    background-size: contain;
}

.winner-1 .winner-intro .zoom {
	margin: 15px 0;
	display: block;
}

.winner-intro .zoom img {
	width: 20px;
    margin-bottom: -5px;
    margin-right: 5px;
}

.winner-flag {
	width: 90px;
	height: 100px;
	padding-top: 26px;
	box-sizing: border-box;
	position: absolute;
	right: 20px;
	top: -35px;
	text-align: center;
    font-weight: bold;
	font-size: 1.25em;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

.winner-flag.no1 {
	background: url(../img/flag-winner-1.svg) no-repeat;
	color: #4D3D00;
	right: 10px;
}

.winner-flag.no2 {
	background: url(../img/flag-winner-2.svg) no-repeat;
	color: #525252;
	right: 0;
}

.winner-flag.no3 {
	background: url(../img/flag-winner-3.svg) no-repeat;
	color: #733715;
	right: 0;
}

.winner-flag.nice {
	background: #ffcc00;
	width: 80px;
    height: 80px;
    padding-top: 25px;
	border-radius: 100%;
	color: #635109;
	right: -10px;
}
a.modal-fade.winner-detail {
	display: block;
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}

@media all and (max-width: 768px) {

	.winner-1 {
		display: block;
		padding: 20px;
		box-sizing: border-box;
		background: #ffffff;
		box-shadow: 0 5px 35px 0 rgba(0,0,0,0.12);
		transition: all 0.4s;
	}


	.winner-1 .winner-photo {
		width: 100%;
		background: none;
	}
	
	.winner-1 .winner-intro {
		width: 100%;
		margin-left: 0;
	}

	.winner-1 .winner-intro .zoom {
		margin: 15px 0 15px auto;
	}

	.tab-limited {
		display: block;
	}

	.winner-2,
	.winner-3,
	.winner-nice { 
		width: 100%;
		margin: 60px auto 30px;
		padding: 20px;
		box-sizing: border-box;
		background: #ffffff;
		box-shadow: 0 5px 35px 0 rgba(0,0,0,0.12);
	}
}

.lang-en.runner-up {
    /* display: inline-block !important; */
    margin-top: -10px;
	padding: 0 15px;
    font-size: 16px;
    line-height: 1em;
}
.lang-en.runner-up p {
	margin-top: -35px;
    padding: 0 15px;
	text-align: center;
}

/* ============================================================
WINNERS EXHIBITION
============================================================ */
.exhibition-container {
	/* margin-bottom: -5px; */
}

.screen-container.exhibition {
	padding: 0 0 60px;
}

a.content-link {
	color: #000000;
    font-weight: 600;
    border-bottom: 2px solid #ffcc00;
    transition: .2s linear;
}
a.content-link:hover {
	background: #ffcc00;
    transition: .2s linear;
}


/* ============================================================
MOBILE
============================================================ */
.mobile-banner{
	width: 100%;
	position: relative;
	margin: 20px auto;
}

.mobile-banner-main{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.mobile-banner-cricle{
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background: #ffcc00;
	position: absolute;
	left: -30%;
	top: 50%;
	transform: translate(0, -50%);
}

.mobile-title{
	width: 46%;
	max-width: 500px;
	position: relative;
	margin: 2%;
}

.mobile-product{
	width: 46%;
	max-width: 500px;
	position: relative;
	margin: 2%;
}

.mobile-product img{
	width: 100%;
	padding-top: 35px;
}

.mobile-title h2{
	font-size: 2em;
	color: #000000;
	text-align: left;
	font-weight: 600;
	line-height: 1.8em;
}

.mobile-title h5{
	font-size: 1.25em;
	color: #000000;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
}

@media all and (max-width: 768px) {
	.mobile-banner-main{
		display: block;
	}

	.mobile-product{
		width: 80%;
		margin: 0 auto;
	}

	.mobile-title{
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 30px 0;
	}

	.mobile-banner-cricle{
		left: 50%;
		top: -30%;
		transform: translate(-50%, 0);
	}

	.mobile-title h2, .mobile-title h5{
		text-align: center;
	}
}

@media all and (max-width: 480px){
	.mobile-title h2{
		font-size: 1.5em;
	}

	.mobile-title h5{
		font-size: 1em;
	}
}


.mobile-intro-container{
	width: 100%;
	position: relative;
	margin: 50px auto;
}

.mobile-info{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.mobile-info.reverse{
	flex-direction: row-reverse;
}

.mobile-text{
	width: 50%;
	position: relative;
}

.mobile-text-100, .mobile-text-100center {
	width: 100%;
	margin: 30px 0;
}

.mobile-pic{
	width: 50%;
	position: relative;
}

.mobile-pic-100{
	width: 100%;
	margin-bottom: 30px;
}

.mobile-text.mobile-screen{
	width: 40%;
}

.mobile-pic.mobile-screen{
	width: 30%;
	margin: 2%;
}

.mobile-text-container{
	width: 80%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}

.mobile-text h3{
	color: #333333;
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
	line-height: 1.5em;
}

.mobile-text p{
	color: #222222;
	font-size: 1em;
	font-weight: 400;
	text-align: justify;
}

.mobile-pic img{
	width: 100%;
}

.mobile-num{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.mobile-num-item{
	width: 50%;
	position: relative;
	margin: 15px 0;
}

.mobile-text-100center h3, .mobile-text-100center p{
	text-align: center;
}

@media all and (max-width: 1100px){
	.mobile-num{
		flex-wrap: wrap;
	}

	.mobile-num-item{
		width: 50%;
	}
} 

@media all and (max-width: 480px){
	.mobile-num-item{
		width: 100%;
	}
}

.mobile-num-item h5{
	font-size: 1.3em;
	color: #f3c200;
	font-weight: 600;
	text-align: left;
}

.mobile-num-item p{
	font-size: 1em;
	color: #333333;
	font-weight: 400;
	text-align: left;
}

h4.mobile-gift{
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 600;
	color: #222222;
	text-align: center;
}

p.mobile-price{
	color: #333333;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
}

p.mobile-price em{
	font-size: 1.25em;
	color: #ff0000;
	font-weight: 600;
}

p.mobile-memo{
	font-size: .95em;
	color: #333333;
	text-align: center;
}

p.mobile-feature{
	font-size: 1em;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.mobile-list{
	width: 90%;
	max-width: 440px;
	position: relative;
	margin: 10px auto;
}

ul.mobile-list, ul.mobile-list li{
	list-style: disc;
}

.mobile-gift-pic{
	width: 80%;
	max-width: 500px;
	position: relative;
	margin: 20px auto;
}

.mobile-gift-pic img{
	width: 100%;
}

@media all and (max-width: 768px) {
	.mobile-info{
		display: block;
	}

	.mobile-text, .mobile-pic{
		width: 100%;
	}

	.mobile-text.mobile-screen{
		width: 100%;
	}

	.mobile-pic.mobile-screen{
		width: 100%;
		max-width: 350px;
		position: relative;
		margin: 0 auto;
	}

	.mobile-text-container{
		width: 90%;
	}
}


/* ============================================================
ADVERTISEMENT
============================================================ */
.ad-tip{
	color: #999999;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}

/* 300 */
.ad-300250, .ad-300600{
	width: 300px;
	position: relative;
	margin: 20px auto;
}

/* 970 */
.ad-970250{
	width: 970px;
	position: relative;
	margin: 50px auto;
}

.ad-300250 .ad-content{
	width: 300px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.ad-300600 .ad-content{
	width: 300px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

.ad-970250 .ad-content{
	width: 970px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.ad-content picture{
	width: 100%;
}

@media all and (max-width: 1100px){
	.ad-970250{
		width: 300px;
		margin: 20px auto;
	}

	.ad-300600 .ad-content{
		width: 300px;
		height: 250px;
	}
}

/* ============================================================
aw-winner
============================================================ */
.aw-winner-content{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.aw-win>a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.aw-win-1{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.aw-win-pic{
	position: relative;
} 

.aw-win-pic img{
	width: 100%;
	position: relative;
	z-index: 2;
}

.aw-win-album{
	background: #333333;
}

.aw-award-item{
	width: 100%;
	max-width: 200px;
	height: 40px;
	position: relative;
	padding: 0 7px;
	box-sizing: border-box;
	background-image: linear-gradient(to right, rgba(255, 204, 0, 1.0), rgba(255, 204, 0, 0));
	margin-bottom: 10px;
}

.aw-award-item h3{
	font-size: 1.2em;
	color: #000000;
	line-height: 40px;
}

.aw-win-text{
	position: relative;
}

.aw-win-text h2{
	color: #000000;
	font-size: 2em;
	font-weight: 700;
}

.aw-win-text h4{
	color: #222222;
	font-size: 1.3em;
	font-weight: 500;
	margin: 5px 0;
}

.aw-win-text p{
	color: #333333;
	font-size: 1em;
	font-weight: 400;
}

.aw-win-text a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.aw-pic-logo {
	width: 100px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.aw-pic-logo img{
	width: 100%;
}

.aw-win-pic-1{
	width: 65%;
	position: relative;
}

.aw-win-pic-1:before{
	content: '';
	display: table;
	width: 100%;
	padding-bottom: 66.6667%;
	background: #ffcc00;
	position: absolute;
	bottom: -5%;
	right: -2.5%;
	z-index: 1;
}

.aw-win-text-1{
	width: 30%;
}

.aw-win-2{
	width: 55%;
	position: relative;
	margin: 100px 0;
}

.aw-win-pic-2{
	width: 100%;
	position: relative;
	/* margin-left: 15%; */
	z-index: 1;
}

.aw-win-text-2{
	width: 100%;
	/* position: absolute;
	bottom: -30px;
	left: 0; */
	background: rgba(245,245,245,.8);
	z-index: 2;
	padding: 0 20px 0 0;
	font-size: 13px;
}

.aw-win-3{
	width: 40%;
	position: relative;
}

.aw-win-pic-3{
	width: 100%;
	position: relative;
	z-index: 1;
}

.aw-win-text-3{
	width: 100%;
	/* position: absolute;
	bottom: -30px;
	right: 0; */
	position: relative;
	/* background: rgba(245,245,245,.8); */
	z-index: 2;
	padding: 0 20px 0 0;
	font-size: 13px;
}

.aw-win-4, .aw-win-5, .aw-win-6{
	width: 32%;
	position: relative;
}

.aw-win-text-4, .aw-win-text-5, .aw-win-text-6{
	position: relative;
	font-size: 13px;
}

.aw-win-2.aw-win-0{
	margin: 0 auto;
}

.aw-win-3.aw-win-00{
	width: 55%;
    margin-left: 22.5%;
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #999999;
}

@media all and (max-width: 768px){
	.aw-winner-content{
		display: block;
	}

	.aw-win-pic-1{
		width: 100%;
		position: relative;
	}

	.aw-win-text-1{
		width: 100%;
		margin-top: 50px;
	}

	.aw-win-2, .aw-win-3,
	.aw-win-4, .aw-win-5, .aw-win-6{
		width: 100%;
	}

	.aw-win-2{
		margin: 50px 0;
	}

	.aw-win-3, .aw-win-4, .aw-win-5, .aw-win-6{
		margin-bottom: 50px;
	}

	.aw-win-3.aw-win-00{
		width: 100%;
		margin-left: 0;
	}
}

/* ============================================================
SLIDER
============================================================ */
.slider{
	width: 100%;
	/* height: 500px; */
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
	/* margin-top: -30px; */
	padding-bottom: 66.67%;
}

.slider-btn-all{
	position: absolute;
    top: 0;
    left: 0;
}

.slider-btn{
	/* width: 100%; */
	float: left;
	/* margin-left: 100px; */
	position: relative;
}

.slider-btn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	vertical-align: bottom;
}



/*control*/
.slider-control-aw{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.slider-prev, .slider-next{
	width: 50px;
	height: 50px;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	background: rgba(0, 0, 0, .8);
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

.slider-control:after{
	content: '';
	display: table;
	clear: both;
}

.slider-prev a, .slider-next a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ============================================================
award tag
============================================================ */
.pic-award-tag{
	width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 5px 5px;
    box-sizing: border-box;
    background: #9a0a0a;
    border-radius: 5px;
    margin: 10px 0;
}

.pic-award-tag h5{
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 500;
}

.pic-award-tag h5 em{
	font-size: .8em;
	font-weight: 400;
}

.pic-award-icon{
	width: 5%;
	min-width: 60px;
	position: absolute;
	top: 0;
	left: 15px;
	background: rgba(255, 204, 0, .8);
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	font-size: 2em;
}

.pic-award-tag.pic-up{
	font-size: 13px;
    position: absolute;
    background: rgba(154, 10, 10, .8);
    max-width: 250px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media all and (max-width: 768px){
	.pic-award-tag.pic-up{
		display: none;
	}
}


/* ============================================================
index POPUP
============================================================ */
.popup-index{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 50
}

.popup-index-container{
	width: 90%;
	max-width: 780px;
	border-radius: 10px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.popup-index-content{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 40px 0; 
}

.popup-index-content h2{
	font-size: 3em;
	text-align: center;
	color: #ffcc00;
	margin-bottom: 10px;
}

.popup-index-content h4{
	font-size: 1.2em;
	color: #333333;

}

.popup-index-container p {
	max-height: 60vh;
	margin-top: 1rem;
	overflow: auto;
	text-align: left;
}

.popup-index-btn{
	max-width: 340px;
	min-height: 45px;
	background: #ffcc00;
	position: relative;
	margin: 10px auto;
	text-align: center;
	line-height: 45px;
	color: #000000;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	border-radius: 5px;
	cursor: pointer;
}

@media all and (max-width: 768px){ 
	.popup-index-btn{
		line-height: 30px;
	}
}

.scrollfixed{
	overflow: hidden;
}



/* ============================================================
! IMPORTANT
============================================================ */
.sub-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    box-shadow: 0 2px 10px rgba(0,0,0,.3)
}



