/* ==========================================================================
Global Styles
========================================================================== */

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.weg-modal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	z-index:99;
	display:none;
}

.weg-modal-wrap {
	width:95%;
	margin:20% auto 0 auto;
}

.weg-modal-body a {
	display:block;
	width:100%;
	font-size:0;
}

.weg-modal-body img {
	width:100%;
}

.weg-modal-footer {
	width:100%;
	padding:0.5em 2.5%;
	background:#1a1a1a;
	color:#ddd;
	font-size:0.8em;
}

.weg-modal-footer .close {
	float:right;
}


*:focus {
	outline:none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.no-padding {
	padding:0 !important;
}

.hidden {
	display:none !important;
}

*:disabled {
	background:transparent;
}

input {
	color:#555;
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
	resize: none;
	color:#555;
}

.visible-android {
	display:none;
}
.visible-ios {
	display:none;
}
.on-device .visible-android, .on-device .visible-android {
	display:inherit;
}
.device-ios .visible-android {
	display:none !important;
}
.device-ios .hidden-ios {
	display:none !important;
}
.device-android .hidden-android {
	display:none !important;
}
.device-android .visible-ios {
	display:none !important;
}

.visible-webview {
	display:none;
}


/* ==========================================================================
Document Styles
========================================================================== */

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
	margin:0;
	padding:0 0 60px 0;
	font-weight:200;
	font-family: "Apple SD Gothic Neo", "AppleGothic", "Roboto", "Noto Sans CJK KR", "Malgun Gothic", "Dotum", Sans-serif;
	line-height: 1.4;
	background:#e9e9e9;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-highlight: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
 모달, 혹은 body 위에 올라오는 뷰가 있는 경우 body 가 스크롤되지 않도록 함
 http://stackoverflow.com/questions/18979531/prevent-dialog-on-mobile-screen-from-scrolling-the-body
*/
body.prevent-scroll {
	left: 0;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	width: 100%;
}

.enable-touch-callout {
	-webkit-touch-callout: default;
}

li {
	list-style:none;
}

a, a:focus, a:visited {
	color:inherit;
	outline:none;
	text-decoration:none;
}

/* ==========================================================================
SIDE NAVIGATION
========================================================================== */

/* Navigation Contents  */

.profile {
	padding:1.5em 0;
}

.profile .photo {
	width:3.6em;
	height:3.6em;
	background-color:#fff;
	background-image:url(/tingle/images/profile-default.png);
	background-repeat:no-repeat ;
	background-position:center 7px;
	background-size:3.3em auto;
	border:1px solid #ddd;
	border-radius:100%;
	margin:0 auto;
	overflow:hidden;
}

.profile .photo img {
	height:100%;
}

.profile .upload:after {
	content:'';
	position:absolute;
	top:63px;
	left:140px;
	width:20px;
    height: 20px;
	padding:10px;
    background:#ccc url(/tingle/images/icon/camera.png) no-repeat center center;
	background-size:15px auto;
	border-radius:100%;
    overflow: hidden;
}

.profile .upload input {
	position:absolute;
	top:25px;
	left:101px;
    width: 3.8em;
    height: 3.8em;
    opacity: 0;
	margin:0 auto;
    overflow: hidden;
	z-index:1;
	cursor:pointer;
}

.profile .info {
	text-align:center;
	width:100%;
}

.profile .name {
	color:#555;
	font-weight:300;
	height:1.4em;
	margin:10px auto 0 auto;
	overflow:hidden;
}

.profile .account {
	font-size:0.8em;
	color:#aaa;
	margin:0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap:nowrap;
}

.divider {
	display:block;
	border:none;
	height:1px;
	margin:1em 0 1em 0;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 115, from(#ccc), to(#fff));
}

.divider.first {
	margin:0 0 1.5em 0;
}

/*
.menu {
	padding:5% 0 0 0;
}

.menu a {
	display:block;
	font-size:1em;
	padding:5% 0;
	text-align:center;
}

.menu .active {
	color:#fe4e5b;
	font-weight:bold;
}

.menu a.active span {
	background:#fff;
	position: relative;
	top: -0.6em;
	padding:0 13px;
}

.menu .notice {
	position:absolute;
	left:20px;
	bottom:-0.5em;
	width:2.5em;
	height:2.5em;
	background:url(/tingle/images/icon/alarm.png) no-repeat center center;
	background-size:1.2em auto;
}

.menu .setup {
	position:absolute;
	left:200px;
	bottom:-0.5em;
	width:2.5em;
	height:2.5em;
	background:url(/tingle/images/icon/setup.png) no-repeat center center;
	background-size:1.2em auto;
}
*/

.sb-slidebar.sb-active {
	z-index:99;
}


/* ==========================================================================
HEADER
========================================================================== */

.header {
	width:100%;
	height:45px;
	position:fixed;
	z-index:99;
	-webkit-transition: background 0.1s;
		  transition: background 0.1s;
}

.header .title {
	position:absolute;
	left:50%;
	width:4.5em;
	padding:11px 0;
	margin:0 0 0 -2.25em;
	font-size:1.2em;
	font-weight:400;
	text-align:center;
	color:#fff;
}

.header .logo {
	top:8px;
	padding:0;
	margin-left:-40px;
	width:80px;
	height:30px;
	background:url(/tingle/images/logo-white.png) no-repeat center center;
	background-size:contain;
}

i.caret-down {
	float:right;
	width:0.8em;
	height:0.8em;
	margin:0.22em 0 0 -0.7em;
	background:url(/tingle/images/caret-down-white.png) no-repeat center center;
	background-size:contain;
	opacity:0.7;
}

.btn-search {
	position: relative;
	overflow: hidden;
	float:left;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	background:url(/tingle/images/btn-search-white.png) no-repeat center center;
	background-size:25px auto;
}

.btn-back {
	position: relative;
	overflow: hidden;
	float:left;
	margin: 2px 0 0 5px;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	background:url(/tingle/images/btn-back-white.png) no-repeat center center;
	background-size:25px auto;
}

.btn-close {
	float:right;
	background:url(/tingle/images/btn-close-white.png) no-repeat center center;
	background-size:20px auto;
}


.search-field {
	position:fixed;
	width:100%;
	height:100%;
	z-index:101;
	background:#eee;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-field.open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.search-field .not-found p {
	background: url('../images/img-search-question.png') top center no-repeat;
	background-size: 30px 49px;
	padding-top: 71px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	color: #7c7c7c;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 20%;
}

.search-header {
	position:fixed;
	top:0;
	left:0;
	z-index:101;
	width:100%;
	height:46px;
	padding:4px 0;
	background:#fff;
	border-bottom:1px solid #e4e4e4;
}

.btn-search-close {
	position: relative;
	overflow: hidden;
	float:left;
	margin: -1.5px 0 0 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	background:url(/tingle/images/btn-back.png) no-repeat center center;
	background-size:20px auto;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.search-input {
	border:0;
	height:40px;
	margin:0 0 0 -5px;
	width:80%;
	color:#444;
	font-weight:200;
}

.form-clear {
	position:absolute;
	top:14px;
	right:14px;
	border:0;
	background:rgba(0,0,0,0) url('../images/btn-search-reset.png') no-repeat center center;
	background-size: 18px;
	width: 18px;
	height: 18px;
	z-index:101;
}

/* this is the big trick*/
.search-field .tabs:before {
	content:'';
	float: left;
	height: 100%;
}
.search-field .tabs {
	height: 100%;
}

/* this is the big trick*/
.search-field .tabs:after {
	content:'';
	display: block;
	clear: both;
}
.search-field .tabs .nav.tabs-nav{
	height: 50px;
}

.search-field .recommended-keywords {
	height: 100%;
	padding: 40px 10px 0;
}

.search-field .recommended-keywords li {
	display: inline-block;
	border-radius: 17px;
	margin-top: 14px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	margin-left: 8px;
	padding: 0 20px;
	font-size: 18px;
	border: 1px solid #ff4b5b;
	color: #ff4b5b;
}

.search-field .content-wrap {
	overflow: hidden;
	position: absolute;
	top: 90px; /* nav padding-top(40px) + nav height (50px) */
	bottom: 0px;
	left: 0;
	right: 0;
}

.search-field .content-wrap section {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 200%;
	display: block;
	overflow: scroll;
}

.search-field .content-wrap section.content-current {
	/*display: block;*/
	left: 0;
}

.search-field .item {
	margin: 5px;
}

/*
.btn-nav {
	position: relative;
	overflow: hidden;
	float:right;
	margin: 1px 5px 0 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	background:transparent;
}

.btn-nav:focus {
	outline:0;
}

.btn-nav span {
	display: block;
	position: absolute;
	top: 21px;
	left: 7px;
	right: 7px;
	height: 1.5px;
	background: #fff;
}

.btn-nav span::before,
.btn-nav span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: #fff;
	content: "";
}

.btn-nav span::before {
	top: -9px;
}

.btn-nav span::after {
	bottom: -9px;
}

.btn-nav span::before,
.btn-nav span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
		  transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
		  transition-delay: 0.3s, 0s;
}

.btn-nav span::before {
	-webkit-transition-property: top, -webkit-transform;
		  transition-property: top, transform;
}

.btn-nav span::after {
	-webkit-transition-property: bottom, -webkit-transform;
		  transition-property: bottom, transform;
}
*/

.fixed {
	background:#fe4e5b;
}

.header.fixed .title {
	color:#fff;
}


/*
.header.fixed .logo {
	background:url(/tingle/images/logo.png) no-repeat center center;
	background-size:contain;
}

.header.fixed .btn-search {
	background:url(/tingle/images/btn-search.png) no-repeat center center;
	background-size:25px auto;
}

.header.fixed .btn-back {
	background:url(/tingle/images/btn-back.png) no-repeat center center;
	background-size:25px auto;
}

.header.fixed .btn-nav span:before,
.header.fixed .btn-nav span:after,
.header.fixed .btn-nav span {
	background:#000;
}
*/

/* ==========================================================================
FOOTER
========================================================================== */

.footer {
	width:100%;
	height:45px;
	bottom:0;
	padding:9px 0 0 0;
	position:fixed;
	text-align:center;
	z-index:99;
	background:#fff;
	border-top:1px solid #ddd;
}

.footer a {
	display:inline-block;
	width:25px;
	height:25px;
	margin:0 8%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}

.footer .home {
	background-image:url(/tingle/images/icon/home.png);
}

.footer .magazine {
	background-image:url(/tingle/images/icon/magazine.png);
}

.footer .item {
	background-image:url(/tingle/images/icon/item.png);
}

.footer .setup {
	background-image:url(/tingle/images/icon/setup.png);
}

.footer .home.active {
	background-image:url(/tingle/images/icon/home-active.png);
}

.footer .magazine.active {
	background-image:url(/tingle/images/icon/magazine-active.png);
}

.footer .item.active {
	background-image:url(/tingle/images/icon/item-active.png);
}

.footer .setup.active {
	background-image:url(/tingle/images/icon/setup-active.png);
}


/* ==========================================================================
MAIN PAGE
========================================================================== */

.swiper-slide .images {
	padding-bottom:65%;
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
	z-index:1;
	background-size:cover;
}

.swiper-slide .one {
	background:url(/tingle/images/main/slide01.jpg) no-repeat center center;
	background-size:cover;
}

.swiper-slide .two {
	background:url(/tingle/images/main/slide02.jpg) no-repeat center center;
	background-size:cover;
}

.swiper-slide .three {
	background:url(/tingle/images/main/slide03.jpg) no-repeat center center;
	background-size:cover;
}

.swiper-slide .four {
	background:url(/tingle/images/main/slide04.jpg) no-repeat center center;
	background-size:cover;
}

.swiper-slide .caption {
	position:absolute;
	color:#fff;
	z-index:2;
	margin:41% 0 0 15px;
}

.swiper-slide .caption h1 {
	font-weight:300;
	margin:-3px 0 0 0;
	letter-spacing:-2px;
}

.swiper-slide .caption h2 {
	font-weight:100;
	margin:0;
	letter-spacing:-2px;
}

#box, .tile-container {
	width:97%;
	margin:0 auto;
}

#waterfall-loading {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#000;
	opacity:0.1;
}

.waterfall-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#000;
	opacity:0.1;
}

#waterfall-disabled-loading {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#000;
	opacity:0.1;
}


#box .item,
.tile-container .item {
	width:100%;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
}

#box img,
.tile-container img {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:60%;
}

#box .image,
.tile-container .image {
	display:block;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-bottom:10em;
	background-color:#f4f4f4;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

#box .caption,
.tile-container .caption {
	font-size:1.05em;
	padding:4.5% 5.5%;
	color:#555;
	border-bottom:1px solid #e9e9e9;
}

#box .caption p,
.tile-container .caption p {
	margin:0 0 4.5% 0;
	letter-spacing:-1px;
}

#box .caption small,
.tile-container .caption small {
	display:block;
	font-size:0.8em;
	font-weight:300;
	color:#888;
	letter-spacing:0;
}
/*
#box .caption .stats,
.tile-container .caption .stats {
	font-size:0.8em;
	color:#aaa;
	margin:0;
	padding: 0 0 0 1.4em;
	font-weight:bold;
}

#box .caption .stats span,
.tile-container .caption .stats span {
	margin: 0 2.5em 0 0;
}

#box .caption .stats span:before,
.tile-container .caption .stats span:before {
	content:"";
	position:absolute;
	width:0.9em;
	height:0.9em;
	margin:0.13em 0 0 -1.25em;
}

#box .caption .stats .likes:before,
.tile-container .caption .stats .likes:before {
	background:url(/tingle/images/content/icon-likes.png) no-repeat left center;
	background-size:contain;
}

#box .caption .stats .comment:before,
.tile-container .caption .stats .comment:before {
	margin:0.13em 0 0 -1.2em;
	background:url(/tingle/images/content/icon-comment.png) no-repeat left center;
	background-size:contain;
}

#box .caption .stats .favorite:before,
.tile-container .caption .stats .favorite:before {
	margin:0.13em 0 0 -1.15em;
	background:url(/tingle/images/content/icon-favorite.png) no-repeat left center;
	background-size:contain;
}
*/

#box .description,
.tile-container .description {
	padding:5%;
	font-size:0.8em;
	color:#888;
}

.contents-list {
	margin:52px auto !important;
}

/* ==========================================================================
CONTENTS PAGE
========================================================================== */

/* Magazine Contents */

.intro .text {
	position:absolute;
	padding:0 3%;
	color:#fff;
	top:10em;
	z-index:2;
}

.intro .text h3 {
	font-weight:400;
	margin:0;
	color:#eee;
}

.intro .text h1 {
	margin:0.4em 0 0.6em 0;
	font-size:1.7em;
	font-weight:500;
	letter-spacing:-1px;
}

.intro .text p {
	margin:0 0 0 0.1em;
}

.intro .text .name {
	color:#eee;
	display:inline-block;
	margin:0 0.5em 0 0;
}

.intro .text .date {
	color:#eee;
}

.intro .overlay {
	display:block;
	position:absolute;
	width:100%;
	height:20em;
	background:rgba(0, 0, 0, 0.3);
	z-index:1;
}

.intro .image {
	width:100%;
	height:20em;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.ending {
	position:relative;
}

.ending .wrap {
	position:absolute;
	text-align:center;
	padding:0 8%;
	width:100%;
	bottom:2em;
	z-index:2;
}

.ending .wrap .label-tag {
	border-radius:4px;
	padding:3px 5px 2px 5px;
	line-height:2em;
	background:#fe4e5b;
	color:#fff;
	opacity:0.8;
}

.ending .wrap .editor {
	color:#fff;
	width:100%;
    padding:0 2em;
	text-align:center;
}

.ending .wrap .editor .photo {
	display:block;
	width:2.3em;
	height:2.3em;
	margin:0 auto;
	border-radius:100%;
	background:url(/tingle/images/example/editor-profile.jpg) no-repeat center center;
	background-size:cover;
	overflow:hidden;
}

.ending .wrap .editor .name {
	display:block;
	color:#eee;
}

.ending .overlay {
	display:block;
	position:absolute;
	width:100%;
	height:13em;
	background:rgba(0, 0, 0, 0.3);
	z-index:1;
}

.ending .image {
	width:100%;
	height:13em;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	/*
	-webkit-filter: brightness(0.7) saturate(0.5);
	filter: brightness(0.7) saturate(0.5);
	*/
}

#box.recommend {
	width:100%;
	padding:2.5% 2.5% 50px 2.5%;
	background:#e9e9e9;
}

.recommend h4 {
	display:table;
	border-radius:50px;
	color:#fe4e5b;
	padding:3px 12px 1px 12px;
	font-weight:400;
	margin:1em 0 1em 0;
	border:1px solid #fe4e5b;
}

#box.recommend .item {
	display:inline-block;
	width:47%;
	margin:1.5% 1%;
}

.bottom-ui {
	position:fixed;
	bottom:45px;
	color:#fff;
	width:100%;
	height:40px;
	padding:11px 0 0 4%;
	background:rgba(0, 0, 0, 0.8);
	z-index:1;
	text-align: center; /* TGSVC2-145 */
}

.bottom-ui > a {
	display:inline-block;
	/*padding:0 4%;*/ /* TGSVC2-145 */
}

.bottom-ui .hits {
	width:30%;
	padding:0;
	color:#3de4fc;
	font-weight:600;
}

.bottom-ui a span {
	float:left;
	margin:-0.1em 0 0 0.4em;
}

.bottom-ui .btn-likes i {
	float:left;
	margin:0;
	width:1em;
	height:1em;
	background:url(/tingle/images/btn-likes-white.png) no-repeat left center;
	background-size:contain;
}

.bottom-ui .btn-comments i {
	float:left;
	margin:0;
	width:1.1em;
	height:1.1em;
	background:url(/tingle/images/btn-comments-white.png) no-repeat left center;
	background-size:contain;
}

.bottom-ui .btn-share i {
	float:left;
	margin:-0.5px 0 0 0;
	width:1.15em;
	height:1.15em;
	background:url(/tingle/images/btn-share.png) no-repeat left center;
	background-size:contain;
}

.dimmed {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0, 0, 0, 0.7);
	z-index:8;
}

.share-component {
	position:relative;
	display: block;

	width: 498px;
	max-width: 92%;
	height: 293px;
	margin: 0 auto;

	top: 20%;
	background:#ebebeb;
	opacity: 0.9;
	border-radius: 10px;
	z-index:9;

	overflow: hidden;
	/*padding: 19px 19px 0;*/
}


.share-component.loaded {
	display: block;
}

.share-component .share-url {
	display: block;
	height: 54px;
	background-color: #ebebeb;
	border: 2px solid #aaa;
	border-radius: 8px;
	vertical-align: middle;
	padding: 0 6px;

	font-size: 22px;
	line-height: 2.45;
	margin: 19px;

	overflow: hidden;
	white-space: nowrap;
}
.share-component .buttons {
	text-align: center;
	margin: 19px 0 42px 0;

}

.share-component .buttons a {
	display:inline-block;
	margin: 0 20px;
	width: 70px;
	height: 70px;

	font-size: 1px;
	text-indent: -10000em;
}

.share-component .buttons a:nth-child(2) {
	/*margin:0;*/
}

.share-component .buttons .share-facebook {
	background: url(/tingle/images/icon/ico-facebook.png) no-repeat center center;
	background-size: auto 100%;
	display:none;
}

.share-component .buttons .share-kakaotalk {
	background: url(/tingle/images/icon/ico-kakao.png) no-repeat center center;
	background-size: auto 100%;
}

.share-component .buttons .share-twitter {
	background: url(/tingle/images/icon/ico-twitter.png) no-repeat center center;
	background-size: auto 100%;
}

.share-component a.close {
	display: block;
	text-align: center;
	border-top: 2px solid #b4b3b3;
	font-size: 25px;
	line-height: 2;
	padding: 9px 0;
}

.content.content-comment {
	padding:7% 0 5% 0;
}

.content-comment li {
	width:100%;
	padding:5% 0;
	background:#fff;
	border-bottom:1px solid #dedede;
}

.content-comment .row {
	padding:0 3%;
}

.content-comment li .profile {
	float:left;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:100%;
	overflow:hidden;
	width:3.5em;
	height:3.5em;
	border:1px solid #fff;
}

.content-comment li .contents {
	display:inline-block;
	width:77%;
	margin:0 0 0 4%;
}

.content-comment li .contents h4 {
	margin:0;
	font-weight:500;
}

.content-comment li .contents h4 i {
	position:absolute;
	font-style:normal;
	font-weight:600;
	margin:0.15em 0 0 0.5em;
	border-radius:30px;
	padding:2px 10px 0 10px;
	font-size:0.7em;
	color:#fff;
	background:#fe4e5b;
	opacity:0.8;
}

.content-comment li .contents h5 {
	margin:0.3em 0 0.6em 0;
	font-weight:200;
	color:#444;
}

.content-comment li .contents p {
	float:right;
	margin:0;
	font-size:0.85em;
	color:#aaa;
}

.content-comment li .contents .date {
	margin:0 0.6em 0 0;
}

.content-comment .profile .photo {
	width:3em;
	height:3em;
	margin:0 0 0.3em 0;
}

.content-comment .buttons > div {
	display:inline-block;
	color:#777;
	font-size:0.8em;
	padding:0 0 0 0.1em;
}

.content-comment .buttons .btn-delete {
	margin:0 2em;
}

.content-comment .buttons .btn-report {
	margin:0 0 0 2em;
}

.content-comment .btn-likes i {
	float:left;
	margin:0.2em 0 0 0;
	width:0.85em;
	height:0.85em;
	background:url(/tingle/images/btn-likes.png) no-repeat left center;
	background-size:contain;
	opacity:0.7;
}

.content-comment .btn-likes span {
	margin:0 0 0 0.3em;
}

.bottom-input {
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px;
	background:#f0f0f0;
	z-index:9;
}

.bottom-input input {
	float:left;
	border:0;
	border-radius:3px;
	width:83%;
	color:#555;
	font-weight:200;
	padding:7px 10px 5px 10px;
	box-shadow:0 0 5px #ddd;
}

.bottom-input .btn-submit {
	float:left;
	width:15%;
	opacity:1;
	border-radius:3px;
	font-size:0.9em;
	padding:8px 0 6px 0;
	margin:0 0 0 2%;
	opacity:0.8;
}


/* Item Contents */

.program-list {
	position:absolute;
	left:50%;
	top:15px;
	width:10em;
	margin-left:-5em;
	opacity:0;
}

.item-images .swiper-slide {
	width: 100%;
    height: 20em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
}

.content .info {
	padding:0 2.5% 7% 2.5%;
}

.content .info h3 {
	color:#888;
	font-weight:300;
	margin:1em 0 0 0;
}

.content .info h1 {
	font-weight:400;
	font-size:1.8em;
	margin:0 0 0.2em 0;
}

.content .info .tags {
	margin:0 0 2em 0;
}

.content .info .tags .label-tag {
	border-radius:4px;
	padding:3px 5px 2px 5px;
	line-height:2em;
	background:#fe4e5b;
	color:#fff;
}

.content .info .tags .label-tag:nth-child(even) {
	margin:0 7px;
}

/*
.content .info i.home {
	display:block;
	width:1em;
	height:1em;
	background:url(/tingle/images/icon/home.png) no-repeat center center;
	background-size:contain;
}
*/

.content .info .table {
	width:100%;
	padding:0;
	border-bottom:1px solid #ddd;
}

.content .info .table li {
	border-top:1px solid #ddd;
	padding:1em 0.5em;
}

.content .info .table .th {
	display:inline-block;
	font-weight:bold;
}

.content .info .table .td {
	display:block;
	width:100%;
	margin:0.2em 0;
}

.content .images {
	position:relative;
}

.content .images span {
	position:absolute;
	bottom:1em;
	left:0.5em;
	font-size:0.7em;
	color:#fff;
	opacity:0.8;
	z-index:1;
}

/* ==========================================================================
GLOABAL TAB STYLES AND MY FEED
========================================================================== */

/* Global Styles */

.container {
	padding:40px 0 0 0;
	height:100%;
	background:#fff;
}

.content {
	padding:3.5% 3% 5% 3%;
	color:#444;
	position:relative;
	z-index:1;
}

.content img {
	width:100%;
}

.content iframe {
	width:100%;
	height:12.4em;
}

.content p {
	font-size:1.05em;
	line-height:1.45;
}


/* Tab styles */
.tabs {
	padding:40px 0 0 0;
}

.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:10px 0 8px 0;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav a small {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #fe4e5b;
}

.tabs nav a:focus {
	outline: none;
}

.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
}

.content-wrap section.content-current {
	display: block;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

.tabs-style-linemove nav {
	background: #fff;
}

.tabs-style-linemove nav li:last-child::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fe4e5b;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

/* three tabs */
.tabs-style-linemove .tab-3 li:first-child.tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
}

.tabs-style-linemove .tab-3 li:nth-child(2).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

/* four tabs */
.tabs-style-linemove .tab-4 li:first-child.tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0);
}

.tabs-style-linemove .tab-4 li:nth-child(2).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
}

.tabs-style-linemove .tab-4 li:nth-child(3).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.tabs-style-linemove nav a {
	font-size:1.4em;
	font-weight:200;
	color: #555;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
	color: #fe4e5b;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tabs .no-data {
	padding:7em 0 0 0;
	text-align:center;
	color:#999;
}

.tab-comments ul {
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
}

.tab-comments li {
	width:100%;
	padding:0.7em;
	height:5em;
	background:#fff;
	border-top:1px solid #ccc;
}

.tab-comments li .thumb {
	float:left;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:3.5em;
	height:3.5em;
	border:1px solid #ccc;
}

.tab-comments li .text {
	display:inline-block;
	height:3em;
}

.tab-comments li .text h4 {
	margin:0;
}

.tab-comments li .text h5 {
	margin:0;
}

.tab-comments li .text p {
	margin:0;
}

.tab-tags {
	padding:100px 2.5% 2.5% 2.5%;
	text-align:center;
}

.tab-tags .label-tag {
	display:inline-block;
	border-radius:4px;
	padding:3px 5px 2px 5px;
	margin:3px 2px;
	background:#fe4e5b;
	color:#fff;
}

/* ==========================================================================
GLOBAL FORM STYLES AND QNA
========================================================================== */

.form-control {
	width:100%;
	border-top:1px solid #eaeaea;
	padding:12px 0;
	background:#fff;
}

.form-control input {
	border:0;
	width:100%;
	padding:2px 12px 0 12px;
	font-size:1.05em;
	font-weight:200;
}

.form-control textarea {
	border:0;
	width:100%;
	height:10em;
	padding:2px 10px 0 10px;
	font-size:1.05em;
	font-weight:200;
}

.form-control select {
	border:0;
	width:100%;
	padding:2px 12px 0 8px;
	font-size:1.05em;
	font-weight:200;
	background:transparent;
}

.form-control option:disabled {
	color:#bbb;
}

.form-control select option:not(:disabled) {
	color:#000;
}

.form-control.select:after {
	content:"";
	position:absolute;
	right:15px;
	margin:-0.9em 0 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #aaa transparent transparent transparent;
}

.btn-submit {
	width:92%;
	margin:0.9em 0 0 0;
	border:0;
	background:#fe4e5b;
	color:#fff;
	font-size:1.2em;
	padding:12px 0 9px 0;
	opacity:0.4;
}

.tab-write {
	text-align:center;
}

/*
.accordion .transition,
.accordion p,
*/
.accordion li i:before,
.accordion li i:after {
  transition: all 0.25s ease-in-out;
}

.accordion .no-select, .accordion h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion h2 {
  font-size: 1em;
  font-weight: 200;
  display: block;
  color:#555;
  background-color: #fff;
  padding:14px 15px 11px 15px;
  margin: 0;
  cursor: pointer;
  padding-right: 36px;
}

.accordion h2 span {
	float:left;
	color:#fff;
	font-size:0.8em;
	background:#fe4e5b;
	border-radius:50px;
	padding:2px 5px 1px 5px;
	margin:0px 6px 0 0;
}

.accordion .confirm h2 span {
	background:#ccc;
}

.accordion h2 small {
	position:absolute;
	left:68%;
	margin:1px 0 0 0;
	color:#bbb;
}

.accordion .content-container
{
  color: #444;
  background:#ddd;
  font-size: 0.9em;
  line-height:1.4;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  opacity: 1;
  transform: translate(0, 0);
  margin:0;
}

.accordion .content-container .content-wrapper
{
	display:block;
	color:#777;
	padding:15px 25px 12px 45px;
}

.accordion .content-container .content-wrapper:first-child
{
	border-top:1px solid #eee;
}

.accordion .content-container .content-wrapper:before
{
	position:absolute;
	margin-top:-0.3em;
	left:17px;
	font-weight:200;
	font-size:1.6em;
	color:#bbb;
}

.accordion p .answer {
	color:#bababa;
}

.accordion .confirm .answer {
	color:#fe4e5b;
}

.accordion p .question:before {
	content:"Q.";
}

.accordion p .answer:before {
	content:"A.";
}

.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}
.accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion li:last-of-type {
  padding-bottom: 0;
}
.accordion li i {
  position: absolute;
  transform: translate(-14px, 0);
  margin-top: 1em;
  right: 15px;
}
.accordion li i:before, .accordion li i:after {
  content: "";
  position: absolute;
  background-color: #aaa;
  width: 2px;
  height: 12px;
}
.accordion li i:before {
  transform: translate(-4px, 0) rotate(45deg);
}
.accordion li i:after {
  transform: translate(4px, 0) rotate(-45deg);
}
.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion li input[type=checkbox]:checked ~ .content-container {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(4px, 0) rotate(45deg);
}
.accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-4px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/* ==========================================================================
INVITE
========================================================================== */

.container .background {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-filter: saturate(0.7) brightness(0.8);
}

.content-invite {
	padding:5% 6%;
	color:#fff;
	text-align:center;
}

.content-invite h1 {
	font-weight:400;
	font-size:1.7em;
	margin:2.7em 0 0.2em 0;
	letter-spacing:-1px;
}

.content-invite p {
	font-weight:200;
	margin:0 0 2em 0;
	color:#dadada;
}

.invite-buttons a {
	display:block;
	text-align:center;
	padding:11px 0;
	margin:23px 0;
	font-weight:400;
	color:#fff;
	background:#fe4e5b;
	opacity:0.9;
}


/* ==========================================================================
SEARCH AND TAG
========================================================================== */

/* Tags */

.collection {
	margin:40px 0 0 0;
	width:100%;
}

.collection .current-tag {
	position:absolute;
	width:100%;
	margin:2.7em 0 0 0;
	font-size:1.2em;
	color:#fff;
	text-align:center;
	z-index:1;
}

.collection #subscribe {
	display:none;
}

.collection #subscribe + label {
	position:absolute;
	display:block;
	left:50%;
	width:5em;
	text-align:center;
	border-radius:50px;
	color:#fff;
	padding:4px 0 2px 0;
	background:rgba(254, 78, 91, 0.8);
	border:1px solid #fe4e5b;
	font-weight:400;
	margin:5em 0 0 -2.5em;
	z-index:1;
}

.collection #subscribe:checked + label {
	color:#fe4e5b;
	background:rgba(0, 0, 0, 0.2);
}

.collection .image {
	width:100%;
	height:10em;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-filter: brightness(0.7) saturate(0.7);
	filter: brightness(0.7) saturate(0.7);
}

.collection .image.enabled {
	-webkit-filter: brightness(0.5) saturate(0);
	filter: brightness(0.5) saturate(0);
}


/* ==========================================================================
NOTICE
========================================================================== */

.content-notice h2 small {
	display:block;
	position:static;
}

.content-notice li i {
	margin:1.7em 0 0 0;
}

.content-notice .content-container .content-wrapper {
	padding:20px 25px;
}

.content-notice .content-container .content-wrapper img{
	max-width: 100%;
}

/* ==========================================================================
SETUP
========================================================================== */

.content-setup {
	padding:0.05% 0 0 0;
	height:100%;
	background:#eee;
}

.content-setup h6 {
	padding:0 3.5%;
	font-size:0.8em;
	font-weight:300;
	margin:1.5em 0 0.5em 0;
}

.content-setup .row {
	display:block;
	width:100%;
	padding:12px 4% 10px 3.5%;
	background:#fff;
	margin-bottom:1px;
}

.content-setup .row h5 {
	display:inline-block;
	width:22%;
	font-size:1em;
	font-weight:200;
	margin:0;
}

.content-setup .btn-link h5 {
	width:auto;
}

.content-setup .row input {
	color:#aaa;
	border:0;
	width:78%;
}

.icon-facebook {
	position:absolute;
	width:20px;
	height:20px;
	border-radius:100%;
	right:3.5%;
	background:#3d5a98 url(/tingle/images/icon/facebook.png) no-repeat 6px 3px;
	background-size:8px auto;
}

.icon-kakaotalk {
	position:absolute;
	width:20px;
	height:20px;
	border-radius:100%;
	right:3.5%;
	background:#fbe300 url(/tingle/images/icon/kakaotalk.png) no-repeat center center;
	background-size:auto 12px;
}

.icon-naver {
	position:absolute;
	width:20px;
	height:20px;
	border-radius:100%;
	right:3.5%;
	background:#1ec800 url(/tingle/images/icon/naver.png) no-repeat center center;
	background-size:auto 18px;
}

.btn-withdrawal {
	margin:1.5em 0 0 0;
	color:#fe4e5b;
	font-weight:100;
}

/* ==========================================================================
LOGIN AND SIGN UP
========================================================================== */

.content-login .btn-submit,
.content-signup .btn-submit {
	width:100%;
	opacity:0.75;
}

.content-login .reset-password {
	display:block;
	text-align:center;
	color:#fff;
	margin:1em 0;
	font-size:1.05em;
}

.content-login .sign-up {
	display:block;
	text-align:center;
	text-decoration:underline;
	color:#fff;
	font-size:1.05em;
}

.sns-buttons {
	margin:5em 0 2em 0;
	text-align:center;
}

.sns-buttons a {
	display:inline-block;
	width:3.8em;
	height:3.8em;
	overflow:hidden;
	text-align:center;
	text-indent:-9999px;
	font-weight:400;
	color:#fff;
	border-radius:100%;
	opacity:0.85;
	box-shadow:0 0 5px #333;
}

.sns-buttons .btn-facebook {
	background:#3b589e url(/tingle/images/icon/login-facebook.png) no-repeat center center;
	background-size:auto 1.65em;
}

.sns-buttons .btn-naver {
	background:#19ad01 url(/tingle/images/icon/login-naver.png) no-repeat center center;
	background-size:auto 1.4em;
	margin:0 5%;
}

.sns-buttons .btn-kakaotalk {
	background:#f8de0a url(/tingle/images/icon/login-kakaotalk.png) no-repeat center center;
	background-size:auto 1.65em;
}

.content-signup p {
	color:#eee;
	font-size:0.9em;
	font-weight:300;
	text-align:center;
	margin:2em 0 0 0;
	padding:0 5%;
}

.content-signup a {
	color:#fe4e5b;
	font-weight:400;
	text-decoration:underline;
}

span.error {
	display:none;
	font-size:0.8em;
	margin:0 0 0 1.8em;
	text-indent:-0.7em;
	font-weight:400;
	color:#fe4e5b;
	opacity:0.7;
}

span.error:before {
	content:'*';
	position:absolute;
	float:left;
	margin:0.4em 0 0 0;
}


/* ==========================================================================
MEDIA QUERIES
========================================================================== */

@media screen and (max-width: 320px) {
	.form-control textarea {
		height:8em;
	}

	.content-comment li .contents {
		width:75%;
	}

	.content-comment .buttons .btn-delete {
		margin:0 1em;
	}

	.content-comment .buttons .btn-report {
		margin:0 0 0 1em;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-height: 1200px) and (max-device-height: 1300px) and (orientation: portrait) {
	.swiper-slide .caption h2 {
		font-weight:100;
		margin:17% 0 0 0;
		letter-spacing:-2px;
	}
}
