@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url('https://fonts.googleapis.com/css?family=Nanum Gothic:400,500,600,700');

html {
    background:#f7f7f7;
}

body {
    margin: 0 auto;          /* 가운데 정렬 핵심 */
    padding: 0;
    border: 0;
    font-family: 'Nanum Gothic', sans-serif;
    overflow-x: hidden;
    background: #f7f7f7;

    min-width: 360px;
    max-width: 1920px;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

.main-info { padding: 0 20px; }
.main-info p { text-align: center; }
.main-msg { margin-bottom:20px; font-family: 'Nanum Gothic', sans-serif; font-size: 13px; color: #ababab; }
.hor-line {display: block;
	height: auto;
	overflow: hidden;
	line-height: 1;
	padding-bottom: 23px;
	border-bottom: 1px solid #b2b2b2;
	margin: 0 10px 23px 10px;
	opacity:0.3;}
.ctypeTxt { margin-top: 0 !important; }
.sideNav li .ctypeTxt li a {
	display: block;
	color: #949494;
	font-weight: 500;
	font-size: 18px;
	line-height: 15px;
	/* padding: 5px 25px; */
	/* margin-bottom: 20px; */
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/*opacity: 0.6;*/
}

.footer-info { position: absolute; float: left; margin-left: 70px; }

.side { overflow-y:hidden;  max-height: none;  }
.condisplay { display:none; }
.cityCondisplay { display:none; }

ul li,
ol li {
	list-style: none;
}
.header .logo {
	height:70px;
	margin: 0 auto;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	line-height: 82px;
}
.header .logo img {
	width: 100px;
}
/*
.header .logo {
	padding-top:25px;
	padding-bottom:35px;
	margin: 0 auto;
	width: 100px;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	line-height: 1px;
}
.header .logo img {
	width: 100px;
}
*/

/*
.header .keywords {
	 margin:0 auto;
	 text-align: center;
	 width:68%;
	 word-wrap: break-word;
	 line-height: 1;
	 letter-spacing: -0.01em;
	 margin-bottom: 0px;
	 padding: 0%;
	 pointer-events: none;
 }
.header .keywords span {
	font-family: 'Nanum Gothic', sans-serif;
	color: #9a9a9a;
	text-transform: uppercase;
	font-size: 11px;
	pointer-events: none;
}
.header .keywords span.underline {
	text-decoration: underline;
}
.header .keywords span.bold {
	font-weight: bold; color:#9a9a9a;
	border-bottom: 1px dotted;
}
*/

.header .icon {
	position: absolute;
	width:25px; height:21px;
	top:30px; left:0;
}
.header .icon .ver1 {
	position:absolute;
	top: 50%;
	transform:translate(0, -50%);
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #000;
}

.header .icon.ver2 {
	top: 33px;
	left: 20px;
	width: 17px;
	height: 22px;
	border: 2px solid #000;
}
.header .icon.ver3 {
	top: 10px;
	left: -8px;
	width: 40px;
	height: 4px;
	transform: rotate(-45deg);
	background-color: #000;
}
.header .icon.ver4 {
	top: 38px;
	left: 0;
	width: 15px;
	height: 12px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
/*@media (max-width: 767px) {*/
/*.contents .col-sm-4 {*/
/*padding: 0;*/
/*}*/
/*}*/

@media (min-width: 768px) {
	.col-sm-4 {
		width: 100%;
	}
}

.col-sm-4{
	padding-right: 0px;
	padding-left: 0px;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
		padding-right: 0px;
		padding-left: 0px;
	}
}

.contents .section-row {
	height:auto; overflow:hidden; display:block; clear:both;
	margin-bottom: 70px;
}
.contents .section-row:hover {
	cursor: pointer;
}
.contents .section-row.img-center {
	padding: 0 5%;
}
.contents .section-row.img-left {
	padding-right: 10%;
}
.contents .section-row.img-right {
	padding-right: 5%;
}
.contents .section-row.img-right .content {
	text-align: right;
}
.contents .section-row.img-right .content .img {
	display: inline-block;
}
.contents .section-row.img-right .content p {
	text-align: right;
}
.contents .section-row.img-left .content p {
	text-align: right;
}
.contents .section-row.post-slide .content {
	position: relative;
	overflow: hidden;
}
.contents .section-row.post-slide .content .slide-title {
	text-transform: uppercase;
	position: relative;
}
.contents .section-row.post-slide .content .slide-title > p {
	font-weight: bold;
	font-size: 16px;
}
.contents .section-row.post-slide .content .slide-title .hashtag {
	font-size: 11px;
	color: #333;
	opacity:0.6;
}
.contents .section-row.post-slide .content .slide-title .hashtag span {
	margin-right: 3px;
}
.contents .section-row.post-slide .content .slide-title .arrow {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/arrow.png') center no-repeat;
	background-size: 34px 13px;
	width: 34px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 5px;
}
.contents .section-row.post-slide .content .cityCircle {
	background: #000;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	z-index: 2;
}
.contents .section-row.post-slide .content .cityCircle p {
	color: #fff;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
}
.contents .section-row.post-slide .content .post-slide {
	width: 75%;
	float: right;
	margin-top: 10px;
}
.contents .section-row.post-slide .content .post-slide .swiper-wrapper {
	height: auto;
}

/*
.contents .section-row.post-slide .content .post-slide .swiper-slide:nth-child(3n-2) {
	width: 25%;
	height: 160px;
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide1.png') center no-repeat;
	background-size: cover;
}
.contents .section-row.post-slide .content .post-slide .swiper-slide:nth-child(3n-1) {
	width: 25%;
	height: 180px;
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide2.png') center no-repeat;
	background-size: cover;
}
.contents .section-row.post-slide .content .post-slide .swiper-slide:nth-child(3n) {
	width: 50%;
	height: 90px;
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide3.png') center no-repeat;
	background-size: cover;
}
*/
.contents .btns { padding: 15px 15px 10px 0; text-align: right; }
.contents .btns a { display: inline-block; }
.contents .btns a.btn-close { width: 15px; height: 15px; margin-left: 15px; }

.contents .btns a img {
	width: 15px;
}


.contents .section-row.creative-slide .content {
	position: relative;
	overflow: hidden;
}
.contents .section-row.creative-slide .content .slide-title {
	text-transform: uppercase;
	position: relative;
}
.contents .section-row.creative-slide .content .slide-title > p {
	font-weight: bold;
	font-size: 20px;
}
.contents .section-row.creative-slide .content .slide-title .hashtag {
	font-size: 12px;
	color: #333;
}
.contents .section-row.creative-slide .content .slide-title .hashtag span {
	margin-right: 3px;
}
.contents .section-row.creative-slide .content .slide-title .arrow {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/arrow.png') center no-repeat;
	background-size: 34px 13px;
	width: 34px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 5px;
}
.contents .section-row.creative-slide .content .cityCircle {
	background: #000;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	z-index: 2;
}
.contents .section-row.creative-slide .content .cityCircle p {
	color: #fff;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
}
.contents .section-row.creative-slide .content .creative-slide {
	width: 75%;
	float: right;
	margin-top: 10px;
}
.contents .section-row.creative-slide .content .creative-slide .swiper-slide .thumb {
	height: 190px;
}
.contents .section-row.creative-slide .content .creative-slide .swiper-slide:nth-child(3n-2) .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/creative1.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.creative-slide .content .creative-slide .swiper-slide:nth-child(3n-1) .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/snap1.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.creative-slide .content .creative-slide .swiper-slide:nth-child(3n) .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler1.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.creative-slide .content .creative-slide .swiper-slide p {
	font-size: 10px;
	color: #888;
	padding: 5px 0;
}

.contents .section-row.friend-slide .content {
	position: relative;
	overflow: hidden;
}
.contents .section-row.friend-slide .content .slide-title {
	position: relative;
}
.contents .section-row.friend-slide .content .slide-title > p {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.contents .section-row.friend-slide .content .slide-title .hashtag {
	font-size: 12px;
	color: #333;
}
.contents .section-row.friend-slide .content .slide-title .hashtag span {
	margin-right: 3px;
}
.contents .section-row.friend-slide .content .slide-title .arrow {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/arrow.png') center no-repeat;
	background-size: 34px 13px;
	width: 34px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 5px;
}
.contents .section-row.friend-slide .content .friend-slide {
	margin-top: 10px;
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .thumb {
	height: 160px;
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .thumb.thumb1 {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler1.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .thumb.thumb2 {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler2.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .dim {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .txt {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-bottom: 10px;
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .txt .name {
	font-size: 16px;
	color: #fff;
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .txt .line {
	width: 8px;
	height: 1px;
	background: #fff;
	margin: 5px auto 10px;
}
.contents .section-row.friend-slide .content .friend-slide .swiper-slide .txt .city {
	font-size: 10px;
	color: #fff;
}
.contents .section-row.post-center .content .img {width: 100%;}
/*
.contents .section-row.post-center .content .img {
	width: 100%;
	height: 200px;
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main1.png') center no-repeat;
	background-size: cover;
}
*/
.contents .section-row.post-left {
	padding-left: 5%;
}
.contents .section-row.post-left .content .img {
	width: 200px;
	height: 300px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row .content p {
	margin-bottom: 0;
	line-height: 1;
}
.contents .section-row.post-center .content p.title {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}
.contents .section-row.post-left .content p.title {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}
.contents .section-row .content p.title {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}

.contents .section-row .content p.snapTitle {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
	margin-top: 10px;
}

.contents .section-row .content p.desc {
	font-size: 11.5px;
	color: #9e9e9e;
	margin-top: 3px;
}
.contents .section-row.snap-left .content .img {
	width: 100%;
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main2.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.snap-left .content p.title {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	text-transform:uppercase;
}
.contents .section-row.snap-right .content .img {
	width: 50%;
	height: 350px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main5.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.snap-right .content p.title {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}
.contents .section-row.edition.type1 .content {
	position: relative;
}
.contents .section-row.edition.type1 .content .date {
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.contents .section-row.edition.type1 .content .date {
	left: 10%;
}
.contents .section-row.edition.type1 .content .name {
	left: 50%;
}
.contents .section-row.edition.type1 .content .date p {
	line-height: 1.3;
	font-size: 24px;
	font-weight: bold;
}
.contents .section-row.edition.type1 .content .name p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
}
.contents .section-row.edition.type1 .content .name p.small {opacity:0.7;}
.contents .section-row.edition.type2 .content {
	height: 350px;
	background: #000;
	text-align: center;
}
.contents .section-row.edition.type2 .content .date,
.contents .section-row.edition.type2 .content .name {
	color: #fff;
}
.contents .section-row.edition.type2 .content .date {
	padding-top: 40px;
}
.contents .section-row.edition.type2 .content .name {
	padding-top: 40px;
}
.contents .section-row.edition.type2 .content .date p {
	line-height: 1.2;
	font-size: 40px;
	font-weight: bold;
}
.contents .section-row.edition.type2 .content .name p {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
}
.contents .section-row.section6 .content {
	position: relative;
	overflow: hidden;
}
.contents .section-row.section6 .content .slide-title {
	text-transform: uppercase;
	position: relative;
}
.contents .section-row.section6 .content .slide-title p.forYou {
	font-weight: bold;
	font-size: 20px;
}
.contents .section-row.section6 .content .slide-title .hashtag {
	font-size: 12px;
	color: #333;
}
.contents .section-row.section6 .content .slide-title .hashtag span {
	margin-right: 3px;
}
.contents .section-row.section6 .content .slide-title .arrow {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/arrow.png') center no-repeat;
	background-size: 34px 13px;
	width: 34px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 5px;
}
.contents .section-row.section6 .content .cityCircle {
	background: #000;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	z-index: 2;
}
.contents .section-row.section6 .content .cityCircle p {
	color: #fff;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
}
.contents .section-row.section6 .content .main-slide {
	width: 80%;
	float: right;
	margin-top: 10px;
}
.contents .section-row.section6 .content .main-slide .swiper-wrapper {
	height: 180px;
}
.contents .section-row.section6 .content .main-slide .swiper-slide {
	position: absolute;
	bottom: 0;
}
.contents .section-row.section6 .content .main-slide .swiper-slide:nth-child(3n-2) {
	width: 25%;
	height: 160px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide1.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.section6 .content .main-slide .swiper-slide:nth-child(3n-1) {
	width: 25%;
	height: 180px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide2.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.section6 .content .main-slide .swiper-slide:nth-child(3n) {
	width: 50%;
	height: 90px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide3.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.topic-theme {
	height: 300px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main3.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.topic-creative-theme {
	height: 300px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main4.png') center no-repeat;*/
	background-size: contain;
}
.contents .section-row .content .duration i {
	font-size: 18px;
	position: relative;
	top: 4px;
}
.contents .section-row.music .content .img {
	height: 230px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main9.png') left no-repeat;*/
	background-size: contain;
}
.contents .section-row.music .content .duration {
	color: #000;
	font-size: 12px;
	margin: 10px 0;
}
.contents .section-row.music .content .title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.contents .section-row.music .content > p {
	padding: 0 5%;
}
.contents .section-row .content .album {
	margin-top: 30px;
}
.contents .section-row .content .album .version {
	margin-bottom: 30px;
}
.contents .section-row .content .album .ver1 {
	overflow: hidden;
}
.contents .section-row .content .album .ver1 .sub,
.contents .section-row .content .album .ver1 .stream-slide {
	float: left;
	height: 100px;
}
.contents .section-row .content .album .ver1 .sub {
	width: 30%;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
	position: relative;
}
.contents .section-row .content .album .ver1 .sub .txt-top {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 10px;
	color: #000;
}
.contents .section-row .content .album .ver1 .sub .count {
	position: absolute;
	bottom: 8px;
	left: 8px;
}
.contents .section-row .content .album .ver1 .sub .count .txt-num {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.contents .section-row .content .album .ver1 .sub .count .songs {
	color: #888;
	font-size: 10px;
}
.contents .section-row .content .album .ver1 .stream-slide {
	width: 70%;
}
.contents .section-row .content .album .ver1 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.contents .section-row .content .album .ver2 {
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
	overflow: hidden;
}
.contents .section-row .content .album .ver2 .sub {
	height: 130px;
	position: relative;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main6.png') right center no-repeat;*/
	background-size: 130px;
}
.contents .section-row .content .album .ver2 .sub .txt-top {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 12px;
	color: #000;
}
.contents .section-row .content .album .ver2 .sub .count {
	position: absolute;
	bottom: 12px;
	left: 12px;
}
.contents .section-row .content .album .ver2 .sub .count .txt-num {
	font-size: 28px;
	color: #000;
	font-weight: bold;
}
.contents .section-row .content .album .ver2 .sub .count .songs {
	color: #888;
	font-size: 10px;
}
.contents .section-row .content .album .ver3 .sub .txt-top {
	overflow: hidden;
}
.contents .section-row .content .album .ver3 .sub .txt-top .right {
	font-style: italic;
	padding-right: 4px;
}
.contents .section-row .content .album .ver3 .sub .thumb {
	position: relative;
	height: 120px;
}
.contents .section-row .content .album .ver3 .sub .thumb .bg {
	height: 100%;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main6.png') center -250px no-repeat;*/
	margin-top: 5px;
}
.contents .section-row .content .album .ver3 .sub .thumb .dim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.contents .section-row .content .album .ver3 .sub .thumb .dim .count {
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.contents .section-row .content .album .ver3 .sub .thumb .dim .count .txt-num {
	font-size: 30px;
}
.contents .section-row .content .album .ver4 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main6.png') center -200px no-repeat;*/
	background-size: 400px;
}
.contents .section-row .content .album .ver4 .thumb .sub {
	width: 120px;
	height: 120px;
	background-color: #000;
	position: relative;
	color: #fff;
}
.contents .section-row .content .album .ver4 .thumb .sub .txt-top {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 10px;
}
.contents .section-row .content .album .ver4 .thumb .sub .count {
	position: absolute;
	bottom: 12px;
	left: 12px;
}
.contents .section-row .content .album .ver4 .thumb .sub .count .txt-num {
	font-size:  26px;
}
.contents .section-row .content .album .ver4 .thumb .sub .count .songs {
	font-size: 10px;
}
.contents .section-row .content .album .ver4 .txt-bottom {
	font-size: 10px;
	text-align: right;
	margin-top: 3px;
}
.contents .section-row.video .content .duration {
	color: #000;
	font-size: 12px;
	margin: 10px 0;
}
.contents .section-row.video .content .title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.contents .section-row.video .content p {
	padding: 0 5%;
}
.contents .section-row.video .content .video-slide {
	padding-left: 5%;
	margin-top: 30px;
}
.contents .section-row.video .content .video-slide .swiper-slide img {
	width: 100%;
}
.contents .section-row.artpic.main1 {
	height: 350px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main7.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.traveler.main1 {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main8.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.artpic.main2 {
	height: 350px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick1.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.traveler.main2 {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main8.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.artpic.main3 {
	height: 350px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick2.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.traveler.main3 {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/travel1.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.artpic.main4 {
	height: 350px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick3.png') center no-repeat;*/
	background-size: cover;
}
.contents .section-row.traveler.main4 {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/travel2.png') center no-repeat;*/
	background-size: cover;
}
/*@media (min-width: 1024px) {*/
/*.contents .section-row {*/
/*padding: 0;*/
/*}*/
/*.contents .section-row.section9 .content p {*/
/*padding: 0;*/
/*}*/
/*}*/
/*@keyframes fadeIn {*/
/*0% { transform: translateY(70px); opacity: 0; }*/
/*100% { transform: translateY(0); opacity: 1; }*/
/*}*/
/*@media (max-width: 1024px) {*/
/*.contents .section-row.fadeIn {*/
/*animation: fadeIn 1.5s;*/
/*opacity: 1;*/
/*}*/
/*.contents .section-row {*/
/*opacity: 0;*/
/*}*/
/*}*/

.header {
	position: relative;
	margin-bottom: 30px;
}
/*
.header {
	position: relative;
}
*/
/*
.navTrigger {
	cursor: pointer;
	width: 25px;
	height: 22px;
	position: absolute;
	top: 30px;
	right: 15px;
	z-index: 30;
 }
@media (min-width: 786px) {
 	.navTrigger {
 		width: 30px;
 	}
 }
.navTrigger i {
    background-color: #000;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
 }
.navTrigger  i:nth-child(1) {
    -webkit-animation:outT 0.3s backwards;
    animation:outT 0.3s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
  }
.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation:outM 0.3s backwards;
    animation:outM 0.3s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
  }
.navTrigger  i:nth-child(3) {
    -webkit-animation:outBtm 0.3s backwards;
    animation:outBtm 0.3s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
}
.navTrigger.active i:nth-child(1) {
    -webkit-animation:inT 0.3s forwards;
    animation:inT 0.3s forwards;
}
.navTrigger.active i:nth-child(2) {
    -webkit-animation:inM 0.3s forwards;
    animation:inM 0.3s forwards;
}
.navTrigger.active i:nth-child(3) {
    -webkit-animation:inBtm 0.3s forwards;
    animation:inBtm 0.3s forwards;
}

@-webkit-keyframes inM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes inM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes outM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes outM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes inT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(9px) rotate(0deg);}
100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes outT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(9px) rotate(0deg);}
100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes inBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}

@-webkit-keyframes outBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}
*/
.sideNav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding:40px;
	box-sizing:border-box;
	background-color: #FFF;
	opacity: 1.0;
	z-index: 9999;
	transform: translateX(-100%);
	transition: transform 0.4s;
	overflow-y: auto;
}
.sideNav.active {
	transform: translateX(-20.5%);
	width:83%;
}

.sideNav .logo {display: block; height: auto; overflow: hidden; padding-top: 15px;}
.sideNav .logo img {width: 137px;}

/* add 190218 */
.memberInfo {display:block; height:auto; overflow:hidden; position:relative; padding:43px 0; margin-top:20px; border-bottom:1px solid #f5f5f5;}
.memberInfo p {margin:0; padding:0; line-height:1.0;}
.memberInfo .memBox {display:block; height:64px; overflow:hidden; position:relative;}
.memberInfo .memBox.login {padding:12px 0 0 80px;}
.memberInfo .memBox .txtWelcome {color:#000; font-size:27px; font-weight:600; margin-bottom:10px;}
.memberInfo .memBox .desc {color:#666; font-size:16px; font-weight:400;}
.memberInfo .memBox .arLogin {position:absolute; right:0; top:50%; transform:translate(0, -50%); width:50px; height:50px; background:url(../images/new/ar_login.png) no-repeat right 50%; background-size:11px 19px;}
.memberInfo .memBox.login .arLogOut {position:absolute; right:0; top:50%; transform:translate(0, -50%); width:50px; height:50px; background:url(../images/new/ar_logout.png) no-repeat 16px 50%; background-size:20px 20px; border:1px solid #d5d5d5; border-radius:50%; box-sizing:border-box;}

.memberInfo .memBox .userPhoto {position:absolute; left:0; top:0; width:64px; height:64px; border-radius:10px; overflow:hidden; text-align:center;}
.memberInfo .memBox .userPhoto img {width:100%;}
.memberInfo .memBox .userName {color:#000; font-size:20px; font-weight:600; margin-bottom:5px;}
.memberInfo .memBox .userInfo {color:#666; font-size:14px; font-weight:400;}

.navMenu {display:block; height:auto; overflow:hidden; margin:30px 0 100px 0;}
.navMenu li {display:block; height:58px; line-height:58px; font-size:22px; text-align:left; text-transform:uppercase; font-weight:400;}
.navMenu li a {display:block; color:#000; text-decoration:none;}
.navMenu li span {display:inline-block; position:relative; padding:0px;}
.navMenu li.on span {color:#000; font-weight:600;}
.navMenu li.on span:after {content:''; position:absolute; left:0; bottom:13px; width:100%; height:3px; background:#000; z-index:-1;}
.navMenu li a span.new {padding-right:12px;}
.navMenu li a span.new:after {content:''; position:absolute; right:0; top:12px; width:6px; height:6px; border-radius:50%; background:#ff2352;}

.navFooterWrap {position:fixed; left:0; bottom:10px; width:100%; height:auto; overflow:hidden; padding:0 30px; box-sizing:border-box;}
/*.navFooterWrap {position: absolute; bottom: 10px; display:block; height:auto; overflow:hidden; padding:0 15px; box-sizing:border-box;}*/
.navFooter {display:block; height:auto; overflow:hidden; padding:24px 0; position:relative; border-top:1px solid #ebebeb;}
.navFooter .instaLogo {position:absolute; left:0; top:50%; transform:translate(0, -50%); width:40px; height:40px; border-radius:50%; overflow:hidden; background:#ebebeb url(../images/new/logo_ingko.png) no-repeat 50% 50%; background-size:20px 20px;}
.navFooter .footer {display:block; height:auto; overflow:hidden; padding-left:55px; box-sizing:border-box;}
.navFooter .footer p {margin:0px;}
.navFooter .footer .footerMenu {display:block; height:auto; overflow:hidden; line-height:1.2;}
.navFooter .footer .footerMenu span a {display:inline-block; font-size:13px; color:#000; margin-right:5px; text-transform:uppercase;}
.navFooter .footer .copyright {color:#7b7b7b; font-size:9px; margin-top:3px;}
/* add 190218 */


.sideNav .util {
	position: relative;
	top: 50px;
	bottom: 100px;
	width: 100%;
	height:200px;
	padding:0 20px;
	box-sizing:border-box;
}
.sideNav .util .goSearch {display:block; height:auto; overflow:hidden; line-height:1; padding-bottom:23px; border-bottom:1px solid #b2b2b2; margin: 20px 10px 30px 10px; opacity: 0.3;}
.sideNav .util .goSearch a {color:#3d21c9; font-size:17px; font-style:italic; background:url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/ar_search.png') no-repeat right 50%; background-size:15px 10px; padding-right:25px;}
.sideNav .util .sns {
	margin: 5px 0 20px 20px;
	width: 30px;
	float: left;
}
.sideNav .util .sns img {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.sideNav .util .contactus a {display:block; height:auto; overflow:hidden; color:#b3b3b3; font-size:10px; text-transform:uppercase; /* padding-bottom:7px; margin-bottom:10px; */ position:relative; font-family: Arial; font-weight: bold;}
/* .sideNav .util .contactus a:after {content:''; position:absolute; left:0; bottom:0; width:6px; height:1px; background:#000;} */
.sideNav .util .words {
	/* margin-bottom: 5px; */
}
.sideNav .util .words p {
	text-transform: uppercase;
	margin: 0;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
}
.sideNav .util .words p a {
	color: #b3b3b3;
}
.sideNav .util .words .line {
	width: 15px;
	height: 1px;
	background-color: #585858;
	margin: 10px 0;
}
.sideNav .util .copyright p {
	font-family: Arial;
	font-size: 10px;
	color: #808080;
	line-height:1.3;
	margin: 0;
}

.sideNav-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9998;
	display: none;
}

.modal-sample {
	max-height: none !important;
	height: 100%;
	position: fixed;
}
.modal-sample .close-modal {
	height: 54px;
	padding: 15px;
	text-align: right;
}
.modal-sample .close-modal i {
	color: #fff;
}
.modal-sample .close-modal i:hover {
	cursor: pointer;
}
.modal-sample .contents {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.modal-city {
	max-height: none !important;
	height: 81%;
	position: fixed;
}
.modal-city .close-modal {
	height: 54px;
	padding: 15px;
	text-align: right;
}
.modal-city .close-modal i {
	color: #fff;
}
.modal-city .close-modal i:hover {
	cursor: pointer;
}
.modal-city .contents {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


.modal-sub {
	max-height: none !important;
	height: 100%;
	position: fixed;
}
.modal-sub .close-modal {
	height: 54px;
	padding: 15px;
	text-align: right;
}
.modal-sub .close-modal i {
	color: #fff;
}
.modal-sub .close-modal i:hover {
	cursor: pointer;
}
.modal-sub .contents {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


.video-js .vjs-big-play-button {
	display: none;
}

/* post1 */
.post1 .btns {
	padding: 20px;
	text-align: right;
}
.post1 .btns a {
	display: inline-block;
}
.post1 .btns a.btn-share {
	width: 15px;
	height: 18px;
}
.post1 .btns a.btn-close {
	width: 15px;
	height: 15px;
	margin-left: 15px;
}
.post1 .btns a img {
	width: 100%;
}
.post1 .profile {
	margin-left: 15px;
}
.post1 .profile .thumb {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post-creative.png') -10px center no-repeat;*/
	background-size: 200%;
}
.post1 .profile .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.post1 .profile .title > img {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-bottom: 2px;
}
.post1 .profile .title .vertical-line {
	display: inline-block;
	margin-bottom: 2px;
	width: 2px;
	height: 10px;
	background-color: #ccc;
}
.post1 .profile .title a {
	display: inline-block;
	width: 20px;
	height: 17px;
}
.post1 .profile .title a.share-fb {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/btn-fb.png') center no-repeat;
}
.post1 .profile .title a.share-pin {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/btn-pin.png') center no-repeat;
}
.post1 .profile .creative {
	font-size: 12px;
	color: #4c4c4c;
}
.post1 .desc {
	margin: 40px 15px 20px;
}
.post1 .desc .post-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.post1 .desc .desc-txt {
	font-size: 12px;
	color: #4c4c4c;
	margin-top: 5px;
}
.post1 .post-wrap {
	overflow: hidden;
}
.post1 .post-item {
	margin-bottom: 20px;
}
.post1 .post-square {
	margin-left: 15px;
}
.post1 .post-square .thumb {
	width: 200px;
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: 200px;
}
.post1 .post-item .post-desc {
	font-size: 12px;
	color: #4c4c4c;
	padding: 5px 0;
}
.post1 .post-horizontal .thumb {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post1.png') center no-repeat;*/
	background-size: cover;
}
.post1 .post-horizontal .post-desc {
	padding-left: 15px;
}
.post1 .post-vertical {
	float: right;
}
.post1 .post-vertical .thumb {
	width: 200px;
	height: 300px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post3.png') center no-repeat;*/
	background-size: cover;
}

/*post2*/
.post2 .btns {
	padding: 20px;
	text-align: right;
}
.post2 .btns a {
	display: inline-block;
}
.post2 .btns a.btn-share {
	width: 15px;
	height: 18px;
}
.post2 .btns a.btn-close {
	width: 15px;
	height: 15px;
	margin-left: 15px;
}
.post2 .btns a img {
	width: 100%;
}
.post2 .profile {
	position: relative;
	height: 50px;
}
.post2 .profile .thumb {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post-creative.png') -10px center no-repeat;*/
	background-size: 200%;
	position: absolute;
	right: 15px;
	top: 5px;
}
.post2 .profile .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	position: absolute;
	left: 15px;
	border-bottom: 1px solid #000;
	line-height: 1;
}
.post2 .profile .title img {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-bottom: 2px;
}
.post2 .profile .creative {
	font-size: 12px;
	color: #4c4c4c;
	position: absolute;
	bottom: 5px;
	left: 15px;
}
.post2 .desc {
	margin: 40px 15px;
}
.post2 .desc .desc-txt {
	font-size: 12px;
	color: #4c4c4c;
	margin-top: 5px;
}
.post2 .post-item {
	position: relative;
}
.post2 .post-item .thumb {
	height: 200px;
}
.post2 .post-item .post-desc {
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	padding: 5px 15px;
}
.post2 .post-item:nth-child(1) .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post1.png') center no-repeat;*/
	background-size: cover;
}
.post2 .post-item:nth-child(2) .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: cover;
}
.post2 .post-item:nth-child(3) .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post3.png') center no-repeat;*/
	background-size: cover;
}

/*snap1*/
.snap1 {
	overflow-y: hidden;
	background: #000;
}

.snap1 .snap1-wrap {
	height: 100vh;
	overflow-y: hidden;
}

.snap1 .snap1-wrap .img {
	line-height: 80vh;
	overflow-y: hidden;
}

.snap1 .snap1-wrap img {
	vertical-align: middle;
	overflow-y: hidden;
}

.snap1 .horizontal {
	background: #000;
	overflow-y: hidden;
}

.snap1 .snap-txt {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 20px 5%;
	box-sizing: border-box;
	text-transform: uppercase;
}
.snap1 .snap-txt .snap-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
	width:80%;
}
.snap1 .snap-txt .snap-location {
	font-size: 10px;
	height:30px;
	color: #FFF; opacity:0.7;
	margin-bottom:0px;
}
.snap1 .snap-txt .snap-desc {
	font-size: 9px;
	color: #FFF; opacity:0.7;
}
.snap1 .btn-share2 {
	display: inline-block;
	width: 15px;
	height: 18px;
	position: absolute;
	bottom: 70px;
	right: 20px;
}
.snap1 .btn-share2 img {
	width: 100%;
}
.snap1 .btn-close2 {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.snap1 .btn-close2 img {
	width: 100%;
}

/*snap2*/
.snap2 {
	height: 100vh;
	overflow-y:hidden;
	position: relative;
}
.snap2 .snap2-wrap {
	height: 100%;
	overflow: hidden;
}
.snap2 .vertical .img {
	height: 100%;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/snap1.png') center no-repeat;*/
	background-size: cover;
}
.snap2 .horizontal {
	background: #000;
}
.snap2 .horizontal .img {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 33%;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/snap2.png') center no-repeat;*/
	background-size: cover;
}
.snap2 .snap-txt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.snap2 .snap-txt .snap-title {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.snap2 .snap-txt .snap-location {
	font-size: 12px;
	color: #b3b3b3;
	margin-top: 5px;
	text-transform: uppercase;
}
.snap2 .btn-share2 {
	display: inline-block;
	width: 15px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.snap2 .btn-share2 img {
	width: 100%;
}
.snap2 .btn-close2 {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 100px;
	right: 20px;
}
.snap2 .btn-close2 img {
	width: 100%;
}
.snap2 .snap-slide {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;
	background: rgba(0,0,0,0.5);
	padding: 15px 0 15px 15px;
}
.snap2 .snap-slide .more {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
}
.snap2 .snap-slide .more:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 19px;
	right: 35px;
}
.snap2 .snap-slide .swiper-container {
	height: 65px;
}
.snap2 .snap-slide .swiper-container .swiper-slide:nth-child(odd) {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post1.png') center no-repeat;*/
	background-size: cover;
}
.snap2 .snap-slide .swiper-container .swiper-slide:nth-child(even) {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: cover;
}

.snap-txt .shareBox {position:absolute; right:5%; top:22px; text-align:right;}
.snap-txt .shareBox .share {display:inline-block; width:13px; height:13px; padding-right:35px; margin-right:6px;}
.snap-txt .shareBox .share:last-child {margin-right:0px; padding-right:0px;}
.snap-txt .shareBox .share.after {position:relative;}
.snap-txt .shareBox .share.after:after {content:''; position:absolute; right:0; top:50%; transform:translate(0, -50%); width:1px; height:10px; background:#a5a5a5;}
.snap-txt .shareBox .share.fb {background:url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/share_fb.png') no-repeat 50% 50%; background-size:10px 13px;}
.snap-txt .shareBox .share.pin {background:url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/share_pin.png') no-repeat 50% 50%; background-size:10px 13px;}
.snap-txt .shareBox .share a {display:block; width:100%; height:100%;}

/*edition1-1*/
.edition1 .main-img {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition1.png') center no-repeat;*/
	background-size: cover;
	position: relative;
}
.edition1 .main-img .dim {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.edition1 .main-img .txt {
	position: absolute;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.edition1 .main-img .txt > div {
	float: left;
	height: 100px;
	color: #fff;
	text-transform: uppercase;
}
.edition1 .main-img .txt .left {
	margin-right: 10px;
}
.edition1 .main-img .txt .left .cap {
	font-size: 70px;
	line-height: 1;
	position: relative;
	top: 48%;
	transform: translateY(-50%);
}
.edition1 .main-img .txt .city {
	font-size: 14px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.edition1 .main-img .txt .city .x-img {
	width: 15px;
	height: 15px;
	margin: 3px 0;
}
.edition1 .main-img .txt .city .x-img img {
	width: 100%;
}
.edition1 .content {
	padding: 20px 15px;
}
.edition1 .content .profile {
	margin-bottom: 20px;
}
.edition1 .content .profile .name img {
	display: block;
	width: 12px;
	height: 12px;
}
.edition1 .content .profile .name p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.edition1 .content .profile .term {
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 2px;
}
.edition1 .content .profile .desc {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 1.2;
}
.edition1 .content .edition-item {
	margin-bottom: 20px;
}
.edition1 .content .edition-item .thumb {
	width: 90%;
	height: 200px;
	margin-right: 10%;
}
.edition1 .content .edition-item.square .thumb {
	width: 200px;
	height: 200px;
	margin: 0;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition2.png') center no-repeat;*/
	background-size: 200px;
}
.edition1 .content .edition-item .desc {
	font-size: 12px;
	color: #737373;
	margin-top: 5px;
}
.edition1 .content .edition-item.item2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition3.png') center no-repeat;*/
	background-size: cover;
}
.edition1 .content .edition-item.item3 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition4.png') center no-repeat;*/
	background-size: cover;
}

/*edition1-2*/
.edition2 .main-img {
	height: 250px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition1.png') center no-repeat;*/
	background-size: cover;
	position: relative;
}
.edition2 .main-img .dim {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.edition2 .main-img .txt {
	position: absolute;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.edition2 .main-img .txt > div {
	float: left;
	height: 100px;
	color: #fff;
	text-transform: uppercase;
}
.edition2 .main-img .txt .left {
	margin-right: 10px;
}
.edition2 .main-img .txt .left .cap {
	font-size: 70px;
	line-height: 1;
	position: relative;
	top: 48%;
	transform: translateY(-50%);
}
.edition2 .main-img .txt .city {
	font-size: 14px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.edition2 .main-img .txt .city .x-img {
	width: 15px;
	height: 15px;
	margin: 3px 0;
}
.edition2 .main-img .txt .city .x-img img {
	width: 100%;
}
.edition2 .content {
	padding: 20px 15px;
}
.edition2 .content .profile {
	margin-bottom: 20px;
}
.edition2 .content .profile .name img {
	display: block;
	width: 12px;
	height: 12px;
}
.edition2 .content .profile .name p {
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0 10px;
}
.edition2 .content .profile .term {
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 2px;
}
.edition2 .content .profile .desc {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 1.2;
}
.edition2 .content .edition-wrap {
	overflow: hidden;
}
.edition2 .content .edition-wrap .col-xs-6:first-child {
	padding: 0;
	padding-right: 4px;
}
.edition2 .content .edition-wrap .col-xs-6:last-child {
	padding: 0;
	padding-left: 4px;
}
.edition2 .content .edition-wrap .col-xs-6 > div {
	margin-bottom: 8px;
}
.edition2 .content .edition-wrap .edition-item1 {
	height: 150px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide3.png') center no-repeat;*/
	background-size: cover;
}
.edition2 .content .edition-wrap .edition-item2 {
	height: 120px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide1.png') center no-repeat;*/
	background-size: cover;
}
.edition2 .content .edition-wrap .edition-item3 {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/snap1.png') center no-repeat;*/
	background-size: cover;
}
.edition2 .content .edition-wrap .edition-item4 {
	height: 120px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition4.png') center no-repeat;*/
	background-size: cover;
}
.edition2 .content .edition-wrap .edition-item5 {
	height: 100px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition2.png') center no-repeat;*/
	background-size: cover;
}
.edition2 .content .edition-wrap .edition-item6 {
	height: 180px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition3.png') center no-repeat;*/
	background-size: cover;
}

/*edition2-1*/
.header .logo.no-space {
	padding-bottom: 0;
}
.header .category-title {
	text-align: center;
	color: #707070;
	font-size: 12px;
}
.edition-tab {
	margin-top: 30px;
}
.edition-tab .edition-city {
	text-align: center;
}
.edition-tab .edition-city ul {
	overflow: hidden;
	display: inline-block;
}
.edition-tab .edition-city ul li {
	float: left;
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	padding: 15px;
	font-weight: bold;
	position: relative;
}
.edition-tab .edition-city ul li.active {
	color: #000;
}
.edition-tab .main-img {
	height: 120px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition1.png') center no-repeat;*/
	background-size: cover;
	position: relative;
}
.edition-tab .main-img .dim {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.edition-tab .main-img .txt {
	position: absolute;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.edition-tab .main-img .txt > div {
	float: left;
	height: 100px;
	color: #fff;
	text-transform: uppercase;
}
.edition-tab .main-img .txt .left {
	margin-right: 10px;
}
.edition-tab .main-img .txt .left .cap {
	font-size: 70px;
	line-height: 1;
	position: relative;
	top: 48%;
	transform: translateY(-50%);
}
.edition-tab .main-img .txt .city {
	font-size: 14px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.edition-tab .main-img .txt .city .x-img {
	width: 15px;
	height: 15px;
	margin: 3px 0;
}
.edition-tab .main-img .txt .city .x-img img {
	width: 100%;
}
.edition2-1.content {
	padding: 20px 15px;
}
.edition2-1.content .profile {
	margin-bottom: 20px;
}
.edition2-1.content .profile .name img {
	display: block;
	width: 12px;
	height: 12px;
}
.edition2-1.content .profile .name p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.edition2-1.content .profile .term {
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 2px;
}
.edition2-1.content .profile .desc {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 1.2;
}
.edition2-1.content .edition-item {
	margin-bottom: 20px;
}
.edition2-1.content .edition-item .thumb {
	width: 90%;
	height: 200px;
	margin-right: 10%;
}
.edition2-1.content .edition-item.square .thumb {
	width: 200px;
	height: 200px;
	margin: 0;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition2.png') center no-repeat;*/
	background-size: 200px;
}
.edition2-1.content .edition-item .desc {
	font-size: 12px;
	color: #737373;
	margin-top: 5px;
}
.edition2-1.content .edition-item.item2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition3.png') center no-repeat;*/
	background-size: cover;
}
.edition2-1.content .edition-item.item3 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition4.png') center no-repeat;*/
	background-size: cover;
}

/*edition2-2*/
.edition-tab2 {
	padding: 20px 15px;
	overflow: hidden;
}
.edition-tab2 .city {
	width: 33.3%;
	height: 110px;
	float: left;
	position: relative;
}
.edition-tab2 .city:nth-child(1) {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition-city1.png') center no-repeat;*/
	background-size: cover;
}
.edition-tab2 .city:nth-child(2) {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition-city2.png') center no-repeat;*/
	background-size: cover;
}
.edition-tab2 .city:nth-child(3) {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition-city3.png') center no-repeat;*/
	background-size: cover;
}
.edition-tab2 .city .city-txt {
	color: #fff;
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	background: rgba(255,255,255,0.6);
}
.edition-tab2 .city.active .city-txt {
	background: rgba(0,0,0,0.5);
}
.edition2-1.content .profile .line {
	width: 12px;
	height: 2px;
	background: #000;
	margin-bottom: 5px;
}
/*edition2-3*/
.edition2-3 .edition-city ul li:before {
	content: '';
	display: none;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
}
.edition2-3 .edition-city ul li.active:before {
	display: block;
}
.edition-wrap .col-xs-6 .profile {
	padding: 20px 10px;
	text-align: center;
}
.edition-wrap .col-xs-6 .profile .title {
	font-size: 15px;
	font-weight: bold;
}
.edition-wrap .col-xs-6 .profile .title img {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-bottom: 3px;
}
.edition-wrap .col-xs-6 .profile .term {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.edition-wrap .col-xs-6 .profile .desc {
	font-size: 10px;
}

/*topic1*/
.topic1 {
	margin-top: 120px;
}
.topic1 .topic-title {
	margin-bottom: 90px;
	padding: 0 50px;
}
.topic1 .topic-title p.title {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	display: inline-block;
	position: relative;
}
.topic1 .topic-title p.title img {
	position: absolute;
}
.topic1 .topic-title p.title img.left {
	top: 3px;
	left: -10px;
}
.topic1 .topic-title p.title img.right {
	bottom: 3px;
	right: -10px;
}
.topic1 .topic-title p.phrase-title {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border-top: 1px solid #666;
}
.topic1 .topic-title p.phrase-desc {
	font-size: 12px;
	padding-right: 40px;
	color: #888;
}
.topic1 .line {
	width: 30px;
	height: 2px;
	background: #000;
	margin: 0 auto;
	margin-bottom: 20px;
}
.topic1 .topic-post {
	margin-bottom: 10px;
}
.topic1 .topic-post.post1 .thumb {
	height: 250px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition2.png') center no-repeat;*/
	background-size: cover;
}
.topic1 .topic-post .desc {
	font-size: 12px;
	padding: 5px 15px;
	margin: 0;
	color: #888;
}
.topic1 .topic-post.post2 .thumb {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition3.png') center no-repeat;*/
	background-size: cover;
}
.topic1 .topic-post.post3 .thumb {
	height: 250px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition4.png') center no-repeat;*/
	background-size: cover;
}
.topic1 .topic-post.img-left {
	padding-right: 5%;
}
.topic1 .topic-post.img-center {
	padding: 0 5%;
}
.topic1 .topic-post.img-center .desc {
	padding: 5px 0;
}

/*topic2*/
.topic2 {
	padding-top: 30px;
}
.topic2 .topic-title {
	margin: 0 15px;
	padding: 20px 15px;
	border-left: 2px solid #ccc;
}
.topic2 .topic-title .title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.topic2 .topic-title .title span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #888;
}
.topic2 .topic-title .phrase-desc {
	font-size: 12px;
	color: #888;
	padding-right: 30px;
}
.topic2 .swiper-slide {
	height: 300px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition4.png') center no-repeat;*/
	background-size: cover;
}
.topic2 .next,
.topic2 .prev {
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 2;
}
.topic2 .next {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.topic2 .prev {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.topic2 .next .arrow,
.topic2 .prev .arrow {
	margin-top: 10px;
	width: 9px;
	height: 9px;
}
.topic2 .next .arrow {
	margin-left: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.topic2 .prev .arrow {
	margin-left: 12px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
}
.topic2 .topic-desc {
	padding: 0 30px;
}
.topic2 .topic-desc .desc {
	font-size: 12px;
	padding: 10px 0 20px;
	color: #333;
}
.topic2 .topic-desc .desc span {
	text-decoration: underline;
	font-weight: bold;
}
.topic2 .topic-desc .hashtag {
	font-size: 12px;
	color: #999;
}
.topic2 .topic-desc .hashtag span {
	margin-right: 5px;
}

/*topic3*/
.topic3 {
	padding-top: 20px;
}
.topic3 .topic-title {
	text-align: center;
	margin-bottom: 30px;
}
.topic3 .topic-title .title {
	font-size: 30px;
	font-weight: bold;
}
.topic3 .topic-title .line {
	width: 8px;
	height: 2px;
	background: #000;
	margin: 5px auto 15px;
}
.topic3 .topic-title .phrase-title {
	font-size: 12px;
	font-weight: bold;
	color: #888;
	margin-bottom: 5px;
}
.topic3 .topic-title .phrase-desc {
	font-size: 12px;
	color: #888;
	padding: 0 40px;
}
.topic3 .swiper-container {
	height: 270px;
}
.topic3 .swiper-slide {
	height: 250px;
	top: 10px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/edition4.png') center no-repeat;*/
	background-size: cover;
	transition: all 0.2s;
}
.topic3 .swiper-slide.swiper-slide-active {
	top: 0;
	height: 270px;
}
.topic3 .topic-desc {
	padding-top: 10px;
	text-align: center;
}
.topic3 .topic-desc .desc {
	font-size: 12px;
	color: #888;
}
.topic3 .topic-desc .desc span {
	text-decoration: underline;
}
.topic3 .topic-desc .hashtag {
	font-size: 12px;
	color: #666;
	margin-top: 40px;
}
.topic3 .topic-desc .hashtag span {
	margin-right: 5px;
}

/*topic-creative1*/
.topic-creative1 {
	padding: 30px 15px 0;
}
.topic-creative1 .creative-profile {
	padding-bottom: 5px;
}
.topic-creative1 .creative-profile .job {
	font-size: 12px;
}
.topic-creative1 .creative-profile .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
}
.topic-creative1 .creative-profile .words {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.topic-creative1 .creative-profile .desc {
	font-size: 12px;
	color: #888;
}
.topic-creative1 .line {
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #000;
	transform: rotate(-50deg);
}
.topic-creative1 .title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0 40px;
}
.topic-creative1 .topic-post {
	margin-bottom: 60px;
}
.topic-creative1 .topic-post.img-right {
	text-align: right;
}
.topic-creative1 .topic-post.img-right .thumb {
	width: 200px;
	height: 300px;
	display: inline-block;
}
.topic-creative1 .topic-post.post1 .thumb {
	height: 300px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post1.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative1 .topic-post.post2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative1 .topic-post .desc {
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	color: #888;
}
/*topic-creative2*/
.topic-creative2 {
	margin-top: 20px;
}
.topic-creative2 .topic-banner {
	text-align: center;
	height: 270px;
	position: relative;
}
.topic-creative2 .topic-banner .thumb {
	height: 100%;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/main-slide2.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative2 .topic-banner .txt {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.topic-creative2 .topic-banner .txt .name {
	font-size: 30px;
	color: #fff;
	padding: 70px 0 40px;
}
.topic-creative2 .topic-banner .txt .line {
	width: 10px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}
.topic-creative2 .topic-banner .txt .title {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
}
.topic-creative2 .topic-banner .dim {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.topic-creative2 .words,
.topic-creative2 .desc {
	padding: 0 15px;
	font-size: 12px;
}
.topic-creative2 .words {
	padding: 20px 15px;
}
.topic-creative2 .desc {
	color: #888;
}
.topic-creative2 .topic-post {
	margin-top: 50px;
	padding: 0 15px;
	overflow: hidden;
}
.topic-creative2 .topic-post .photo {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}
.topic-creative2 .topic-post .column {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.topic-creative2 .topic-post .column > div {
	margin-bottom: 10px;
}
.topic-creative2 .topic-post .column.left  {
	padding-right: 5px;
}
.topic-creative2 .topic-post .column.right  {
	padding-left: 5px;
}
.topic-creative2 .topic-post .column.left .post1 {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative2 .topic-post .column.left .post2 {
	height: 150px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick8.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative2 .topic-post .column.left .post3 {
	height: 100px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick13.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative2 .topic-post .column.right .post1 {
	height: 150px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative2 .topic-post .column.right .post2 {
	height: 100px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick8.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative2 .topic-post .column.right .post3 {
	height: 200px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick13.png') center no-repeat;*/
	background-size: cover;
}

/*topic-creative3*/
.topic-creative3 {
	padding: 20px 15px 0 15px;
}
.topic-creative3 .creative-profile {
	text-align: center;
	padding: 0 20px 30px 20px;
}
.topic-creative3 .creative-profile .thumb {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick4.png') center no-repeat;*/
	background-size: cover;
	margin: 0 auto;
}
.topic-creative3 .creative-profile .name {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}
.topic-creative3 .creative-profile .words {
	font-size: 14px;
}
.topic-creative3 .creative-profile .desc {
	font-size: 12px;
	color: #888;
}
.topic-creative3 .title {
	border-top: 2px solid #ccc;
	padding: 40px 0 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.topic-creative3 .topic-post {
	margin-bottom: 60px;
}
.topic-creative3 .topic-post.img-right {
	text-align: right;
}
.topic-creative3 .topic-post.img-right .thumb {
	width: 200px;
	height: 300px;
	display: inline-block;
}
.topic-creative3 .topic-post.post1 .thumb {
	height: 300px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post1.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative3 .topic-post.post2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post2.png') center no-repeat;*/
	background-size: cover;
}
.topic-creative3 .topic-post .desc {
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	color: #888;
}
/*creative*/
.creative {
	padding: 0px 5%;
}
#creativeInfo {
	padding: 30px 5% 0 5%;
}

.creative .creative-row {
	padding-bottom: 30px;
}

.creative .creative-row .img {
	padding-bottom: 30px;
}

.creative .creative-row .thumb {
	overflow: hidden;
}
.creative .creative-row .thumb .left,
.creative .creative-row .thumb .right {
	float: left;
	width: 57%;
	height: auto;
	overflow:hidden;
}
.creative .creative-row .thumb .left img {
	margin: auto;
	height: 190px;
	min-width: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	opacity: 0.8;
	filter: gray;
}
.creative .creative-row .thumb .right img {
	margin: auto;
	height: 220px;
	min-width: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	filter: gray;
}
.creative .creative-row .thumb .left img:hover,
.creative .creative-row .thumb .right img:hover{
	-webkit-filter: grayscale(0%);
}


.creative .creative-row .thumb > div.w40 {
	width: 40%;
}
.creative .creative-row .thumb > div.w60 {
	width: 60%;
}
.creative .creative-row.row1 .thumb .left {position:relative;}
.creative .creative-row .thumb > div.contain-txt {
	position: absolute;
	width: 43%;
	right: 6%;
	z-index: 5;
	-webkit-box-shadow: 0px 14px 40px -16px rgba(120,120,120,0.75);
	-moz-box-shadow: 0px 14px 40px -16px rgba(120,120,120,0.75);
	box-shadow: 0px 14px 40px -16px rgba(120,120,120,0.75);
}
.creative .creative-row .thumb > div.contain-txt > .dim {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.255);
}
.creative .creative-row .thumb > div.contain-txt > .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
}
.creative .creative-row .thumb > div.contain-txt > .txt.big p {
	font-size: 34px;
	color: #fff;
	margin: 0 0 4px !important;
}
.creative .creative-row .thumb > div.contain-txt > .txt .line {
	width: 15px;
	height: 2px;
	background: #fff;
	display: inline-block;
	transform: rotate(-50deg);
}
.creative .creative-row .thumb > div.contain-txt > .txt .p10 {
	padding-top: 10px;
}
.creative .creative-row.row1 .thumb .right {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/creative2.png') center no-repeat;*/
	background-size: cover;
}
.creative .creative-row .name {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin-bottom:5px;
}
.creative .creative-row > .line {
	width: 5px;
	height: 1px;
	background: #888;
	margin-bottom: 2px;
}
.creative .creative-row .city {
	font-size: 11.5px;
	color: #888;
	padding: 5px 0 3px 0;
	margin-bottom:0px;
}
.creative .creative-row.row2 .thumb .left {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler1.png') center no-repeat;*/
	background-size: cover;
	margin-top:15px;
}.creative .creative-row .thumb .right img
 .creative .creative-row.row2 .thumb .right {
	 /*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/post-creative.png') center no-repeat;*/
	 background-size: cover;
 }
.creative .creative-row .thumb > div.contain-txt > .txt.small p {
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	text-transform:uppercase;
}

/*artpic*/
.header .btn-close {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 30px;
	right: 25px;
}
.header .btn-close img {
	width: 100%;
}

.header .ifound-btns{
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 25px;
}

.artpic-thumb {
	margin-top: 30px;
	padding-left: 20px;
	height: 180px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick4.png') center no-repeat;*/
	background-size: cover;
}
.artpic-thumb .creative {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.artpic-thumb .creative .job {
	font-size: 10px;
	color: #ccc;
	text-decoration: underline;
	margin-bottom: 5px;
}
.artpic-thumb .creative .name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.artpic-content {
	margin-top: 40px;
}
.artpic-content .artpic-row {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.artpic-content .artpic-row.few-margin {
	margin-bottom: 20px;
}
.artpic-content .artpic-row > div {
	float: left;
	box-sizing: border-box;
}
.artpic-content .artpic-row .category {
	width: 30%;
	padding-left: 15px;
	min-height: 1px;
}
.artpic-content .artpic-row .category .section {
	font-size: 12px;
}
.artpic-content .artpic-row .category + div {
	padding-left: 15px;
}
.artpic-content .artpic-row .w45 {
	width: 45%;
}
.artpic-content .vertical-img .thumb {
	height: 233px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick5.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .w20 {
	width: 20%;
	float: right;
}
.artpic-content .artpic-row .w20 .post1 {
	margin-bottom: 20px;
}
.artpic-content .artpic-row .w20 .post1 .thumb {
	height: 100px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick6.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .w20 .post2 .thumb {
	height: 100px;
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick7.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .pic-detail {
	position: absolute;
	bottom: 13px;
	left: 15px;
	font-size: 10px;
	color: #999;
	line-height: 1.1;
}
.artpic-content .artpic-row .txt {
	font-size: 10px;
	color: #999;
}
@font-face {
	/*font-family: 'magnolia';*/
	/*src: url('../fonts/Magnolia-Script.ttf') format('truetype'), url('../fonts/Magnolia-Script.woff') format('woff');*/
}
.artpic-content .artpic-row .txt-box {
	width: 70%;
	padding-right: 15px;
	float: right;
}
.artpic-content .artpic-row .txt-box .phrase {
	font-family: 'magnolia';
	font-size: 12px;
	margin-bottom: 50px;
}
.artpic-content .artpic-row .txt-box .desc {
	font-size: 12px;
}
.artpic-content .artpic-row .artpic-post {
	width: 70%;
}
.artpic-content .artpic-row .artpic-post .post {
	margin-bottom: 20px;
}
.artpic-content .artpic-row .artpic-post .post .thumb {
	width: 100%;
	height: 140px;
}
.artpic-content .artpic-row .artpic-post .post.post1 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick8.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .artpic-post .post.post2 .thumb.w60 {
	width: 60%;
}
.artpic-content .artpic-row .artpic-post .post.post2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick9.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .artpic-post .post.post3 .grid {
	overflow: hidden;
}
.artpic-content .artpic-row .artpic-post .post.post3 .grid > div {
	float: left;
	width: 50%;
}
.artpic-content .artpic-row .artpic-post .post.post3 .grid .left .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick10.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .artpic-post .post.post3 .grid .right .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick11.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .artpic-post .post.post4 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick12.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .img-only {
	width: 70%;
}
.artpic-content .artpic-row .img-only .img {
	width: 100%;
	height: 140px;
}
.artpic-content .artpic-row .img-only .img.img1 {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick13.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .img-only .img.img2 {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/artpick14.png') center no-repeat;*/
	background-size: cover;
}
.artpic-content .artpic-row .img-only + .pic-detail {
	bottom: 0;
}
.artpic-content .artpic-row .interview {
	font-size: 12px;
}
.artpic-content .artpic-row .interview .question {
	margin-bottom: 10px;
}
.artpic-content .artpic-row .interview .name {
	font-weight: bold;
}
.artpic-content .artpic-row .txt-box .date {
	padding-top: 50px;
	padding-bottom: 30px;
	border-top: 2px solid #999;
	font-size: 13px;
	font-weight: bold;
}
.artpic-content .artpic-row .txt-box .introduce {
	font-size: 12px;
}
/*traveler1*/
.traveler-type1 {
	margin-top: 30px;
}
.traveler-type1 .travel {
	margin-bottom: 5px;
	position: relative;
}
.traveler-type1 .travel .thumb {
	height: 180px;
}
.traveler-type1 .travel .dim {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
}
.traveler-type1 .traveler1 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler1.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type1 .traveler2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler2.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type1 .traveler3 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler3.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type1 .traveler4 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler4.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type1 .travel .job {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 2px 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.traveler-type1 .travel .txt {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}
.traveler-type1 .travel .txt .name {
	font-size: 18px;
	font-weight: bold;
}
.traveler-type1 .travel .txt .introduce {
	font-size: 12px;
	padding-right: 35px;
}

/*traveler2*/
.traveler-type2 {
	margin-top: 30px;
}
.traveler-type2 .travel {
	margin-bottom: 5px;
	position: relative;
}
.traveler-type2 .travel .thumb {
	height: 180px;
}
.traveler-type2 .traveler1 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler1.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type2 .traveler2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler2.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type2 .traveler3 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler3.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type2 .traveler4 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler4.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type2 .travel .dim {
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.traveler-type2 .travel .txt {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.traveler-type2 .travel .txt .name {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}
.traveler-type2 .travel .txt .line {
	width: 10px;
	height: 1px;
	background: #ddd;
}
.traveler-type2 .travel .txt .job {
	font-size: 12px;
	color: #ddd;
	padding-top: 2px;
}
/*traveler3*/
.traveler-type3 {
	margin-top: 30px;
}
.traveler-type3 .introduce p {
	font-size: 14px;
	text-align: center;
}
.traveler-type3 .introduce .line {
	width: 20px;
	height: 2px;
	background: #000;
	margin: 10px auto 20px;
}
.traveler-type3 .travel {
	position: relative;
}
.traveler-type3 .travel .thumb {
	height: 200px;
}
.traveler-type3 .travel .dim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.5);
}
.traveler-type3 .traveler1 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler1.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type3 .traveler2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler2.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type3 .traveler3 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler3.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type3 .traveler4 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler4.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type3 .travel .txt {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}
.traveler-type3 .travel .txt .job {
	font-size: 11px;
	line-height: 1;
	padding-bottom: 5px;
}
.traveler-type3 .travel .txt .name {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
/*traveler4*/
.traveler-type4 {
	margin-top: 30px;
}
.traveler-type4 .travel {
	padding: 5px 15px;
	position: relative;
}
.traveler-type4 .travel .thumb {
	height: 170px;
}
.traveler-type4 .travel .dim {
	height: 170px;
	margin-top: -170px;
	background: rgba(0,0,0,0.5);
}
.traveler-type4 .traveler1 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler1.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type4 .traveler2 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler2.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type4 .traveler3 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler3.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type4 .traveler4 .thumb {
	/*background: url('https://image-at.lg-graphy.com/contents/resource/v2.0.7/images/traveler4.png') center no-repeat;*/
	background-size: cover;
}
.traveler-type4 .travel .txt {
	position: absolute;
	top: 20px;
	left: 30px;
}
.traveler-type4 .travel .txt .job {
	color: #fff;
	font-size: 11px;
}
.traveler-type4 .travel .txt .name {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.traveler-type4 .travel .txt .hashtag {
	font-size: 12px;
	color: #aaa;
}
.traveler-type4 .travel .txt .hashtag span {
	margin-right: 5px;
}
.traveler-type4 .travel .city {
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
/*creative*/
.creative-wrap {
	margin-top: 30px;
	position: relative;
}
.creative-wrap .square1 {
	position: absolute;
	top: 10%;
	left: 35%;
	width: 80px;
	height: 80px;
	border: 1px solid #888;
}
.creative-wrap .square2 {
	position: absolute;
	top: 50%;
	left: 45%;
	width: 100px;
	height: 150px;
	border: 1px solid #888;
}

/* add */

.btnClose {position:absolute; right:5%; top:30px;}
.btnClose img {width:17px;}
.goHome {margin-bottom:0; line-height:1;}
.goHome a {display:block; font-size:30px; font-weight:bold; color:#ffffff; text-transform:uppercase; margin-top:80px; /*margin-left:23px; width:20%;*/ margin-bottom:10px;}

.content .shareBox {display:block; height:auto; overflow:hidden; text-align:right; margin:12px 0 20px 0; padding:0 5%; position:relative;}
.content .shareBox .share {display:inline-block; width:13px; height:13px; padding-right:35px; margin-right:10px;}
.content .shareBox .share:last-child {margin-right:0px; padding-right:0px;}
.content .shareBox .share.after {position:relative;}
.content .shareBox .share.after:after {content:''; position:absolute; right:0; top:50%; transform:translate(0, -50%); width:1px; height:10px; background:#a5a5a5;}

.content .shareBox .share.fb {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.1.0/images/share_fb_b.png') no-repeat 50% 50%;
	background-size: 10px 13px;
	opacity: 0.4;
	margin-right: 2px;
}

.content .shareBox .share.pin {
	background: url('https://image-at.lg-graphy.com/contents/resource/v2.1.0/images/share_pin_b.png') no-repeat 50% 50%;
	background-size: 10px 13px;
	opacity: 0.4;
	margin-left: 7px;
}
.content .shareBox .share.cpUrl {
	background: url(https://image-at.lg-graphy.com/contents/resource/v2.1.0/images/ico_url.png) no-repeat 50% 50%;
	background-size: 10px 13px;
	opacity: 0.4;
	margin-right: 2px !important;
}
.content .shareBox .share a {display:block; width:100%; height:100%;}

.img img {width:100%; max-width:660px; height:auto;}
.fLeft {float:left !important;}
.fRight {float:right !important;}

.arLeft {text-align:left !important;}
.arRight {text-align:right !important;}

.wdPer50 {width:50%;}
.wdPer51 {width:51%;}
.wdPer52 {width:52%;}
.wdPer53 {width:53%;}
.wdPer54 {width:54%;}
.wdPer55 {width:55%;}
.wdPer56 {width:56%;}
.wdPer57 {width:57%;}
.wdPer58 {width:58%;}
.wdPer59 {width:59%;}
.wdPer60 {width:60%;}
.wdPer61 {width:61%;}
.wdPer62 {width:62%;}
.wdPer63 {width:63%;}
.wdPer64 {width:64%;}
.wdPer65 {width:65%;}
.wdPer66 {width:66%;}
.wdPer67 {width:67%;}
.wdPer68 {width:68%;}
.wdPer69 {width:69%;}
.wdPer70 {width:70%;}
.wdPer71 {width:71%;}
.wdPer72 {width:72%;}
.wdPer73 {width:73%;}
.wdPer74 {width:74%;}
.wdPer75 {width:75%;}
.wdPer76 {width:76%;}
.wdPer77 {width:77%;}
.wdPer78 {width:78%;}
.wdPer79 {width:79%;}
.wdPer80 {width:80%;}
.wdPer81 {width:81%;}
.wdPer82 {width:82%;}
.wdPer83 {width:83%;}
.wdPer84 {width:84%;}
.wdPer85 {width:85%;}
.wdPer86 {width:86%;}
.wdPer87 {width:87%;}
.wdPer88 {width:88%;}
.wdPer89 {width:89%;}
.wdPer90 {width:90%;}
.wdPer91 {width:91%;}
.wdPer92 {width:92%;}
.wdPer93 {width:93%;}
.wdPer94 {width:94%;}
.wdPer95 {width:95%;}
.wdPer96 {width:96%;}
.wdPer97 {width:97%;}
.wdPer98 {width:98%;}
.wdPer99 {width:99%;}
