@charset "UTF-8";
/* CSS Document */
.ui-loader {
	display: none;
}

body {
	background: url(../images/bg.jpg) no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
}
body article {
	background: rgba(000,000,000,0.7);
  /* min-width: 100vw; */
	width: 100%;
  min-height:100vh
}
h1 {
	width: 1102px;
	text-align: center;
	margin: 0 auto 30px;
}
section {
	width: 980px;
	margin: 0 auto;
}

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

p {
	color: #fff;
}

.txt1 {
	font-size: 21px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin: 0 0 64px;
}
.txt2 {
	color: #E6C383;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.9em;
	margin: 0 0 80px;
}
.txt3 {
	color: #E6C383;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.9em;
	margin: 0 0 80px;
}

.txt4 {
	font-size: 24px;
	padding: 0 0 84px 144px;
}
.txt4 span {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin: 0 40px 0 0;
}

.txt6 {
	font-size: 24px;
	padding: 0 0 84px 238px;
	
}
.txt4 svg,
.txt6 svg {
	width: 34px;
	height: auto;
	vertical-align: text-bottom;
}
.txt5 {
	font-size: 18px;
	padding: 0 0 20px 270px;
}
.txt7 {
	font-size: 18px;
	padding: 0 0 40px 270px;
}
.txt8 {
	font-size: 25px;
	text-align: center;
	background: #000;
	padding: 2px 0;
	margin: 0 0 24px;
}

.photo li {
	display: inline-block;
	padding: 0 5px;
	width: 310px;
	margin: 0 0 10px;
}
.photo li a {
	text-decoration: none;
}

.photo li .img {
	width: 310px;
	height: 193px;
	overflow: hidden;
	margin: 0 0 4px;
	position: relative;
}
.photo li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.photo .txt {
	font-size: 13px;
	text-align: center;
	background: #000;
	padding: 2px 0;
	height: 45px;
}
.photo .txt span {
	font-size: 10px;
	display: block;
	text-align: center;
}

.photo {
	margin: 0 0 70px;
}
.txt9 {
	text-align: center;
	margin: 0 0 20px;
}
.txt9 a {
	font-size: 20px;
	color: #D9981E;
	font-weight: bold;
}
.txt10 {
	text-align: center;
	margin: 0 0 70px;
}
.txt10 a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.txt11 a,
.txt12 a {
	color: #fff;
	font-weight: bold;
}
.txt11 {
	margin: 0 0 70px;
	font-weight: bold;
}
.txt12 {
	margin: 0 0 60px;
	font-weight: bold;
}
.share {
	float: left;
	width: 50%;
}

.share li {
	display: inline-block;
	width: 39px;
	margin: 0 5px 0 0;
}

.logo {
	float: right;
	width: 266px;
	margin: 0 0 60px;

}

small {
	display: block;
	text-align: center;
}
small a {
	color: #BEBCC2;
	text-decoration: none;
}

/* detail */
#detail article {
	background: rgba(000,000,000,0.8);
}
#detail section {
	padding: 50px 0 0;
	position: relative;
}
.dtlimg {
	width: 100%;
	max-width: 1201px;
	margin: 0 auto;
}
.close {
	position: absolute;
	right: 30px;
	top: 30px;
}

.right {
	position: absolute;
	right: 5%;
	top: 50%;
}
.left {
	position: absolute;
	left: 5%;
	top: 50%;
}
.right a,
.left a {
	display: inline-block;
}
.close,
.right,
.left {
	width: 40px;
	height: auto;
}

#detail h2 {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}
#detail .txt {
	font-size: 12px;
	text-align: center;
	width: 465px;
	margin: 0 auto;
}
#detail .txt span {
	display: block;
	margin: 0 0 20px;
	font-size: 12px;
}

@media screen and (max-width:768px) {


* {
	max-width: 100% !important;
}
section {
	width: 92%;
	margin: 0 auto;
	position: relative;
}
h1 {
	margin: 0 0 15px;
}
.txt1 {
	font-size: 16px;
	margin: 0 0 40px;
}
.txt1 br {
	display: none;
}
.txt2,
.txt3 {
	font-size: 16px;
	margin: 0 0 40px;
}
.txt4,
.txt5,
.txt6,
.txt7 {
	padding: 0;
	text-align: left;
	line-height: 1.8em;
	margin: 0 0 14px;
}
.txt4,
.txt6 {
	font-size: 18px;
}
.txt4 span {
	display: block;
	font-size: 18px;
	text-align: center;
}
.txt5,
.txt7 {
	font-size: 16px;
	margin: 0 0 30px;
}
.txt4 svg,
.txt6 svg {
	width: 20px;
}

.photo li,
.photo li .img {
	width: 100%;
}


.txt9 a {
	font-size: 18px;
}
.txt10 {
	margin: 0 0 30px;
}
.txt11,
.txt11 a,
.txt12,
.txt12 a {
	line-height: 1.8em;
	font-size: 12px;
}
.txt11,
.txt12 {
	margin: 0 0 30px;
}
.share {
	float: none;
	text-align: center;
	width: 100%;
	margin: 0 0 20px;
}

.logo {
	float: none;
	width: 60%;
	margin: 0 auto 20px;
}

/* detail */
#detail article {
	background: rgba(000,000,000,1);
}
#detail section {
	padding: 50px 0 0;
}
#detail .dtlimg {
	position: absolute;
	z-index: 0;
	width: 100%;
}
#detail .dtlimg img {
	width: 120%;
	height: auto;
}

#detail h2,
#detail .txt {
	position: relative;
	z-index: 1;
}
#detail h2 {
	padding: 240px 0 0 0;
}

.right {
	top: 20%;
}
.left {
	top: 20%;
}
.close,
.right,
.left {
	width: 20px;
	height: auto;
	z-index: 3;
}

}