@charset "utf-8";

/*
 *
 * CSS CONTENTS:
 *
 * 01. Web Font
 * 02. Type Selector Reset
 * 03. Accessibility Navigation
 * 04. Layout Selector
 * 05. Components
 * 06. Entry Content
 * 07. Comment
 * 08. Widget & Template Page
 * 09. ETC
 * 10. Column & Color Type
 * 11. Retina Displayparallax1
 * 12. Media Screen - Tablet
 * 13. Media Screen - Mobie
 *
 */

/* Web Font Load */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* Type Selector Reset */
body {
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	line-height: 1.25;

}
@media screen and (min-width: 769px) {
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;!important;
}
}

@media screen and (min-width: 481px) and (max-width: 768px){
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10.2083333px;!important;
}
}

@media screen and (min-width: 401px) and (max-width: 480px) {
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 8.54166667px;!important;
}
}

@media screen and (min-width: 361px) and (max-width: 400px) {
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 7.5px;!important;
}
}

@media screen and (min-width:300px) and (max-width:360px){
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 6.25px;!important;
}
}

}


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block;
}
button, input[type=submit], input[type=reset], input[type=button] {
	overflow: visible;
	cursor: pointer;
}
input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
	-webkit-appearance: none;
}
input, select, textarea, button {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 100%;
	border-radius: 0;
}
button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
ul li {
	list-style: none;
}
img, fieldset {
	border: none;
	vertical-align: top;
}
hr {
	display: none;
}

/* Accessibility Navigation */
#acc-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
}
#acc-nav a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
	color: #000;
	white-space: nowrap;
}
#acc-nav a:focus, #acc-nav a:hover, #acc-nav a:active {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #000;
	color: #fff;
	z-index: 1000;
}

/* Layout Selector */
#wrap {
	position: relative;
}
#header {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	display: none;
}
#header .inner {
	max-width: 1200px;
	margin: 0 auto;
}
#header .inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
#header h1 {
	float: left;
	max-width: 500px;
	overflow: hidden;
	padding: 26px 0;
	font-size:1.25em;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#header h1 a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #7a583a;
}
#header h1 img {
	width: auto;
	height: 28px;
}
#header .mobile-menu {display: none;}
#gnb  {
	position: relative;
	float: right;
}
#gnb ul li {
	float: left;
	padding:26px 16px;
	font-size: 0.875em;
}
#gnb ul li a {
	display: block;
	position: relative;
	padding:0 4px;
	text-decoration: none;
	line-height: 28px;
	color: #000;
}
#gnb ul li a:hover {
	color: #7a583a;
}
#gnb ul li a:hover:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: 22px;
	background-color: #7a583a;
}
#content .inner {
	overflow: hidden;
	max-width: 860px;
	margin: 0 auto 40px;

}
#aside {
	margin: 10px 0 10px 0;
	padding: 0px 0 0 0;
	border-top: 1px solid #e6e6e6;
	display:none;
}
#aside .inner {
	overflow:hidden;
	max-width: 1200px;
	margin: 0 auto;
	display:none;
}
#aside h2 {
	margin-bottom: 6px;
	font-size:1em;
	color:#666;
}
#aside .sidebar-1 {
	float: left;
	width: 25%;
	min-height: 10px;
	padding-right: 36px;
	box-sizing: border-box;
}
#aside .sidebar-2 {
	float: left;
	width: 50%;
	min-height: 10px;
	margin: 0 0 40px;
	padding:0 12px;
	box-sizing: border-box;
}
#aside .sidebar-3 {
	float: left;
	width: 25%;
	min-height: 10px;
	padding-left: 36px;
	box-sizing: border-box;
}
#aside .posts {
	margin-bottom: 56px;
}
#aside .posts li {
	border-bottom: 1px solid #e6e6e6;
}
#aside .posts li a {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 8px 0;
	text-overflow: ellipsis;
	text-decoration:none;
	white-space: nowrap;
	font-size:0.875em;
	line-height:1.5714;
	color: #b2b2b2;
}
#aside .posts li a:hover {
	color: #7a583a;
}
#aside .tags {
	margin: 0 0 40px;
}
#aside .tags h2 {
	margin-bottom: 10px;
}
#aside .tags .items {
	margin-bottom: 5px;
}
#aside .tags .more {
	text-decoration:none;
	font-size: 12px;
	line-height: 2;
	color: #d4bca7;
}
#aside .tags .more:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 8px;
	margin-left: 6px;
	background: url(./images/ico_package.png) no-repeat 0 -300px;
	vertical-align: baseline;
}
#aside .tags .more:hover {
	color: #7a583a;
}
#aside .tags .more:hover:after {
	background-position-x: -50px;
}
#aside .search {
	margin-bottom: 57px;
}
#aside .search fieldset {
	position:relative;
	margin-top: 19px;
	padding-right:38px;
	border: 1px solid #e6e6e6;
}
#aside .search input {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: 0;
	font-size: 0.875em;
	line-height: 1.5714;
	color: #b2b2b2;
	box-sizing: border-box;
}
#aside .search input::-webkit-input-placeholder {color: #d6d6d6;}
#aside .search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	background: url(./images/ico_package.png) no-repeat 13px -337px;
	text-align: left;
	text-indent:-999em;
}
#aside .search button:hover,
#aside .search button:focus,
#aside .search input:focus+button {
	background-position-x: -37px;
}
#aside .count {
	margin: 0 0 40px;
}
#aside .count .total {
	margin: 11px 0 2px;
	font-size: 1.875em;
	color: #7a583a;
}
#aside .count ul li {
	overflow: hidden;
	padding: 4px 0;
	border-bottom: 1px solid #e6e6e6;
	text-align: right;
	font-size: 0.875em;
	line-height: 2.1428;
	color: #b2b2b2;
}
#aside .count ul li strong {
	float: left;
	font-weight: normal;
}

#footer {
	padding:18px 0;
	background-color: #ffffff;
}
#footer .copyright {
	text-align: center;
	font-size: 0.75em;
	color: #999;
}
#footer a {
	text-decoration:none;
	color: #7a583a;
}
#footer .admin:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 11px;
	margin: 1px 9px 2px;
	background-color: #b2b2b2;
	vertical-align: middle;
}

/* Components */
.btn, a.btn {
	display: inline-block;
	position: relative;
	width: 300px;
	padding: 0 10px;
	border: 1px solid #001ef0;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 38px;
	color: #001ef0;
	-webkit-transition: color .1s, background-color .1s;
	transition: color .1s, background-color .1s;
}
.btn:after {
	content: "";
	position: absolute;
	top:50%;
	right:10px;
	width: 11px;
	height: 9px;
	margin-top: -5px;
}
.btn:hover {
	background-color: #001ef0;
	border-color: #001ef0;
	color: #fff;
}
.btn:hover:after {
	background-position-x: 0;
}

.cover-slider {
	position: relative;
	overflow:hidden;
	height: 0;
	padding-bottom: 40%;
	margin:-1px 0 80px;
}
.cover-slider .prev,
.cover-slider .next {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:20;
	width: 49px;
	height: 83px;
	margin-top: -42px;
	background-image: url(./images/ico_package.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}
.cover-slider .prev {
	margin-left: -600px;
	background-position: 0 -200px;
}
.cover-slider .prev:hover {
	background-position-x: -100px
}
.cover-slider .next {
	margin-left: 551px;
	background-position: -50px -200px;
}
.cover-slider .next:hover {
	background-position-x: -150px
}
.cover-slider .paging {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 20;
	width: 100%;
	text-align: center;
}
.cover-slider .paging button {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 1px;
	margin: 0 5px;
	background-color: #b2b2b2;
	text-indent: -999em;
	vertical-align: bottom;
}
.cover-slider .paging .current {
	height: 5px;
	margin-top: 0;
	background-color: #333;
}
.cover-slider ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cover-slider ul li {
	display: table;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: 50% 50%;
}
.cover-slider ul li .text-box {
	display: table-cell;
	background-color: rgba(0,0,0,0.25);
	text-align:center;
	vertical-align: middle;
	font-weight:100;
	text-decoration: none;
}
.cover-slider ul li .text-box strong {
	font-weight: 700;
}
.cover-slider ul li .text-box .title {
	display: block;
	margin-bottom: 40px;
	text-shadow: 0 0 24px rgba(0,0,0,0.4);
	font-size: 3.75em;
	line-height:1;
	color: #fff;
}
.cover-slider ul li .text-box .title em {
	display: block;
	margin-bottom: 15px;
	text-shadow: 0 0 24px rgba(0,0,0,0.4);
	font-style: normal;
	font-size: 0.5em;
	line-height:1;
	color: #fff;
}
.cover-slider ul li .text-box .btn {
	z-index: 10;
	border-color: #fff;
	color: #fff;
	background-color: rgba(170,170,170,0.1);
	box-shadow: 0 0 24px rgba(170,170,170,0.3);
}
.cover-slider ul li .text-box .btn:after {
	background-position-x: 0;
}
.cover-slider ul li .text-box .btn:hover {
	background-color: #fff;
	color: #7a583a;
}
.cover-slider ul li .text-box .btn:hover:after {
	background-position-x: -100px;
}

.cover-slider.slide-on ul li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.cover-thumbnail-list-1 {
	overflow: hidden;
	max-width: 1200px;
	margin: 80px auto 71px;
	box-sizing: border-box;
}
.cover-thumbnail-list-1 h2 {
	float: left;
	width: 24%;
	font-weight: 300;
	font-size: 1.875em;
	line-height: 1.3333;
	color: #7a583a;
}
.cover-thumbnail-list-1 h2:after {
	content: "";
	display: block;
	width: 30px;
	height:1px;
	margin-top:31px;
	background-color: #7a583a;
}
.cover-thumbnail-list-1 h2 em {
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 700;
	font-size:0.4666em;
	color: #000;
}
.cover-thumbnail-list-1 ul {
	float: left;
	width: 76%;
}
.cover-thumbnail-list-1 ul li {
	float: left;
	width: 33.3333%;
	padding-left: 16px;
	text-align: center;
	font-size: 0.875em;
	line-height: 2.25;
	color: #666;
	box-sizing: border-box;
}
.cover-thumbnail-list-1 ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.cover-thumbnail-list-1 ul li .thum {
	display: block;
	margin-bottom: 7px;
	position: relative;
}
.cover-thumbnail-list-1 ul li .thum img {
	width: 100%;
	height: auto;
}
.cover-thumbnail-list-1 ul li .title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cover-thumbnail-list-1 ul li a:hover {
	color: #000;
}
.cover-thumbnail-list-1 ul li .thum:before {
	content: "";
	background-color: rgba(255,255,255,0);
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}
.cover-thumbnail-list-1 ul li a:hover .thum:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}

.cover-special-contents {
	max-width: 1200px;
	margin: 71px auto 80px;
}
.cover-special-contents ul li {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.cover-special-contents ul li .thum {
	display: block;
	float: left;
	width: 50%;
}
.cover-special-contents ul li .thum img {
	max-width: 100%;
	height: auto;
}
.cover-special-contents ul li .box {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	margin-top: -230px;
}
.cover-special-contents ul li:nth-child(even) .thum {
	float: right;
}
.cover-special-contents ul li:nth-child(even) .box {
	left: 0;
}
.cover-special-contents ul li .category {
	display: block;
	margin: 0 0 17px;
	font-weight: 700;
	font-size: 0.875em;
	color: #7a583a;
}
.cover-special-contents ul li .title {
	display: block;
	margin: 0 0 32px;
	font-weight: 300;
	font-size: 1.875em;
	line-height: 1.3333;
	color: #000;
}
.cover-special-contents ul li .title:after {
	content: "";
	display: block;
	width: 40px;
	height:1px;
	margin:33px auto 0;
	background-color: #000;
}
.cover-special-contents ul li .excerpt {
	display: block;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	overflow: hidden;
	height: 12.8568em;
	margin-bottom: 51px;
	padding:0 21%;
	font-size: 0.875em;
	line-height: 2.1428;
	text-overflow:ellipsis;
	color: #666;
}

.cover-wide-panel {
	max-width: 1200px;
	margin: 80px auto 120px;
}
.cover-wide-panel .bg {
	height:300px;
	background-position: 50% 50%;
	background-size: cover;
}
.cover-wide-panel .box {
	max-width: 1000px;
	margin: -100px auto 0;
	padding-top:58px;
	text-align: center;
	background-color: #fff;
}
.cover-wide-panel .category {
	display: block;
	margin-bottom:9px;
	font-weight: 700;
	font-size: 0.875em;
	color: #7a583a;
}
.cover-wide-panel h2 {
	display: block;
	margin-bottom: 32px;
	padding:2px 0 3px;
	font-weight: 300;
	font-size: 1.875em;
	line-height: 1.3333;
	color: #7a583a;
}
.cover-wide-panel h2:after {
	content: "";
	display: block;
	width: 40px;
	height:1px;
	margin:33px auto 0;
	background-color: #7a583a;
}
.cover-wide-panel p {
	display: block;
	margin-bottom: 48px;
	padding:0 125px;
	font-size: 0.875em;
	line-height: 2.1428;
	color: #666;
}

.post-header {
	position: relative;
	z-index: 10;
	overflow: hidden;
	max-width: 860px;
	margin: 40px auto 0;
	border-bottom: 1px solid #7a583a;
	text-align: left;
	color: #7a583a;
}
.post-header:first-child {
	margin-top: 75px;
}
.post-header h2 {
	display: inline-block;
	font-size: 0.875em;
	line-height: 40px;
	vertical-align: top;
}
.post-header .list-type {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}
.post-header .list-type button {
	float: left;
	width:30px;
	height: 30px;
	margin: 0 0 0 5px;
	border: 1px solid #D4BCA7;
	background-image: url(./images/ico_package.png);
	text-indent: -999em;
	box-sizing: border-box;
}
.post-header .list-type .thum {
	background-position: 0 -100px;
}
.post-header .list-type .thum:hover,
.post-header .list-type .thum.current {
	background-position: -100px -100px;
	outline: none;
}
.post-header .list-type .list {
	background-position: -50px -100px;
	outline: none;
}
.post-header .list-type .list:hover,
.post-header .list-type .list.current {
	background-position: -150px -100px;
	outline: none;
}

.post-item {
	float: left;
	width: 23.255813953488372%;
	padding:20px 0 33px 2.325581395348837%;
	border-bottom: 1px solid #e6e6e6;
}
.post-item:nth-child(4n+1) {
	padding-left: 0;
}

.cover-thumbnail-list-2 {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.cover-thumbnail-list-2 h2 {
	position: relative;
	z-index: 10;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #7a583a;
	border-bottom: 1px solid #7a583a;
	text-align: center;
	font-size: 0.875em;
	line-height: 40px;
	color: #7a583a;
}
.cover-thumbnail-list-2 ul {
	margin-left: -16px;
}
.cover-thumbnail-list-2 ul li {
	float: left;
	width: 25%;
	padding:20px 0 33px 16px;
	box-sizing: border-box;
}
.post-item .thum,
.cover-thumbnail-list-2 ul li .thum {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	margin-bottom: 17px;
	padding-bottom: 98.4848%;
	background-color: #ebebeb;
}
.post-item .thum:before,
.cover-thumbnail-list-2 ul li .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 22px;
	height: 18px;
	margin: -9px 0 0 -11px;
	background: url(./images/ico_package.png) no-repeat -150px -300px;
}
.post-item .thum img,
.cover-thumbnail-list-2 ul li .thum img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.post-item a,
.cover-thumbnail-list-2 ul li a {
	display: block;
	text-decoration: none;
}
.post-item .title,
.cover-thumbnail-list-2 ul li .title {
	display: block;
	overflow: hidden;
	width: 90%;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	font-size: 1em;
	color: #000;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.post-item .excerpt,
.cover-thumbnail-list-2 ul li .excerpt {
	display: block;
	display:-webkit-box;
	overflow: hidden;
	width: 90%;
	height: 4.125rem;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-bottom: 16px;
	text-overflow:ellipsis;
	font-size: 0.875em;
	line-height: 1.375rem;
	color: #666;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.post-item .excerpt.protected:before,
.cover-thumbnail-list-2 ul li .excerpt.protected:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 13px;
	margin-right: 10px;
	background: url(./images/ico_package.png) no-repeat -100px -350px;
	vertical-align: middle;
}
.post-item .more,
.cover-thumbnail-list-2 ul li .more {
	display: inline-block;
	font-size: 0.75em;
	color: #d4bca7;
	vertical-align: top;
}
.post-item .more:after,
.cover-thumbnail-list-2 ul li .more:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 8px;
	margin: 3px 0 4px 6px;
	background: url(./images/ico_package.png) no-repeat 0 -300px;
	vertical-align: top;
}
.post-item .thum:after,
.cover-thumbnail-list-2 ul li .thum:after {
	content: "";
	background-color: rgba(255,255,255,0);
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}
.post-item a:hover .thum:after,
.cover-thumbnail-list-2 ul li a:hover .thum:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.post-item a:hover .title,
.cover-thumbnail-list-2 ul li a:hover .title{
	color: #7a583a;
}
.post-item a:hover .excerpt,
.cover-thumbnail-list-2 ul li a:hover .excerpt{
	color: #000;
}
.post-item a:hover .more,
.cover-thumbnail-list-2 ul li a:hover .more {
	color: #7A583A;
}
.post-item a:hover .more:after,
.cover-thumbnail-list-2 ul li a:hover .more:after {
	background-position-x: -50px;
}

.post-type-text .post-item {
	float: none;
	width: auto;
	margin-left: 0;
	padding: 28px 0;
}
.post-type-text .post-item a {
	overflow: hidden;
	width: 100%;
}
.post-type-text .post-item .thum {
	float: right;
	width: 210px;
	height: 148px;
	margin: 0 0 0 78px;
	padding-bottom:0;
}
.post-type-text .post-item .thum:before {
	display: none;
}
.post-type-text .post-item .thum img {
	position: relative;
	width: 100%;
	height: auto;
	margin: -29px 0 0;
}
.post-type-text .post-item .title {
	width: auto;
	margin-bottom: 3px;
	padding: 10px 0 0;
	font-size: 1.125em;
}
.post-type-text .post-item .excerpt {
	width: auto;
}
.post-type-text .post-item .more {
	line-height: 1.25;
}

.hgroup {
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 78px 0 40px;
	border-bottom: 1px solid #7a583a;
	display: none;
}
.hgroup .category {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 0.875em;
	color: #000;
}
.hgroup h1 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.0666;
	color: #7a583a;
}
.hgroup .post-meta {
	margin: 18px 0 -2px;
	font-size: 0.75em;
	color: #b2b2b2;
}
.hgroup .post-meta a {
	text-decoration: none;
	color: #d4bca7;
}
.hgroup .post-meta a:hover {
	color: #7A583A;
}
.hgroup .post-meta span:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 9px;
	margin:0 9px;
	background-color: #b3b3b3;
	vertical-align: middle;
}
.hgroup .post-meta span:first-child:before {
	content: none;
}

.hgroup.guest h2 {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
    color: #7a583a;
}
.hgroup.guest {
    max-width: 860px;
    margin: 0 auto 60px;
    padding: 75px 0 0;
    border-bottom: 1px solid #7a583a;
}

.hgroup.tag {
    max-width: 860px;
    margin: 0 auto 60px;
    padding: 75px 0 0;
    border-bottom: 1px solid #7a583a;
}
.hgroup.tag h2 {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
    color: #7a583a;
}


.post-btn {
	max-width: 1200px;
	margin: 200px auto 20px;
}
.post-btn button {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 2px;
	text-align: left;
	text-indent: -999em;
	background-image: url(./images/ico_package.png);
	background-repeat: no-repeat;
	border: 1px solid #D4BCA7;
	box-sizing: border-box;
}
.post-btn .share {
	background-position: 0 -50px;
}
.post-btn .report {
	background-position: -50px -50px;
}
.post-btn .share:hover {
	background-position: -100px -50px;
}
.post-btn .report:hover {
	background-position: -150px -50px;
}

.another-category {
	max-width: 1200px;
	margin: 20px auto 36px;
	padding:38px 0 0;
	border-top: 1px solid #7a583a;
}
.another-category h4 {
	margin-bottom: 10px;
	font-size: 1em;
	color: #666;
}
.another-category table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875em;
	color: #b2b2b2;
}
.another-category table th {
	padding: 8px 0 4px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	font-weight: 400;
}
.another-category table th a {
	text-decoration: none;
	color: #b2b2b2;
}
.another-category table th a:hover {
	color: #7A583A;
}
.another-category table th span {
	font-size: 0.75em;
}
.another-category td {
	width: 60px;
	padding: 8px 0 4px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 0.75em;
	line-height: 1;
	color: #b2b2b2;
}

/* Style Important */
.another_category table {border: none !important;}
.another_category td {border: none !important;}

.tags {
	position: relative;
	overflow: hidden;
	max-width: 860px;
	margin: 200px auto 32px;
	color: #b2b2b2;
	display:none;
}
.tags h2 {
	margin-bottom: 10px;
	font-size: 1em;
	color: #666;
}
.tags .items {
	margin: 0 0 0 -18px;
}
.tags .items a {
	display:inline-block;
	margin-left: 18px;
	text-decoration:none;
	font-size: 0.875em;
	line-height: 2.1428;
	color: #b2b2b2;
}

.tags .items a:hover {
	color: #7a583a;
}
.tags .items a:before {
	content: "#";
}
#content .tags .items a {
	margin-left: 8px;}
#content .tags .items {
	margin: 0 0 0 -18px;
	    padding-left: 10px;
}


.related-articles {
	overflow: hidden;
	max-width: 1200px;
	margin: 170px auto 80px;
}
.related-articles h2 {
	margin-bottom: 28px;
	border-top: 1px solid #7a583a;
	border-bottom: 1px solid #7a583a;
	text-align: center;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 40px;
	color: #666;
}
.related-articles h2 strong {
	font-weight: 700;
	color: #000;
}
.related-articles ul {
	margin-left: -20px;
	vertical-align: top;
}
.related-articles ul li {
	float: left;
	position: relative;
	width:25%;
	padding:0 0 0 20px;
	box-sizing: border-box;
}
.related-articles ul li a {
	overflow: hidden;
	display: block;
	position: relative;
}
.related-articles ul li .thum {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 98.4848%;
	background-color: #ebebeb;
}
.related-articles ul li .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 22px;
	height: 18px;
	margin: -9px 0 0 -11px;
	background: url(./images/ico_package.png) no-repeat -150px -300px;
}
.related-articles ul li .thum img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.related-articles ul li .title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
	line-height: 40px;
	color: #fff;
	box-sizing: border-box;
}

.comments {
	max-width: 860px;
	margin: 0 auto;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 100px;
}
.comments h2 {
	font-size: 1em;
	color: #666;
}
.comments h2 .count {
	color: #7a583a;
}
.comments .comment-list {
	font-size:16px;
	margin-bottom: 6px;
	overflow:hidden;
}
.comments .comment-list ul li {
	padding: 30px 0 25px;
	border-top: 1px solid #e6e6e6;
	position: relative;
	min-height: 48px;
}
.comments .comment-list ul li:first-child {
	border: none;
}
.comments .comment-list ul li ul li {
	padding: 26px 0 0 60px;
	border-top: 0;
	border-bottom: 0;
}
.comments .comment-list ul li .author-meta {
	position: absolute;
	overflow: hidden;
	top:30px; height:48px;
	left:0; right:0;
	padding: 4px 0 0 60px;
}
.comments .comment-list ul li ul li .author-meta {
	top:26px;
	left:60px;
}
.comments .comment-list ul li .author-meta .avatar {
	position: absolute;
	left:0; top:0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comments .comment-list ul li .author-meta span {
	display:inline-block;
}

.comments .comment-list ul li .author-meta a {
	text-decoration:none;
	color: #000;
}
.comments .comment-list ul li .author-meta .nickname {
	float:left;
	font-size: 0.875em;
	line-height: 20px;
}
.comments .comment-list ul li .author-meta .nickname .tistoryProfileLayerTrigger {
	margin-bottom: 3px;
	margin-right: 0;
	vertical-align: bottom;
}

.comments .comment-list ul li .author-meta .date {
	float:left;
	margin-left: 10px;
	font-size: 0.75em;
	color: #999;
	line-height:20px;
}
.comments .comment-list ul li .author-meta .date:before,
.comments .comment-list ul li .author-meta .date a:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 9px;
	margin-right: 10px;
	background-color: #b2b2b2;
}
.comments .comment-list ul li .author-meta .date a {
	margin-left: 10px;
}
.comments .comment-list ul li .control {
	position: absolute;
	top: 33px;
	right:0;
}
.comments .comment-list ul li ul li .control {
	top: 29px;
}
.comments .comment-list ul li .control a {
	margin:0 2px;
	text-decoration: none;
	font-size: 12px;
	color: #999;
}
.comments .comment-list ul li p {
	position:relative;
	margin: 29px 0 0 60px;
	font-size: 0.875em;
	line-height: 1.5714;
	color: #666;
}
.comments .comment-form .field {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.comments .comment-form input[type=text],
.comments .comment-form input[type=password],
.comments .comment-form textarea {
	border: 1px solid #e6e6e6;
	font-size: 0.875em;
	line-height: 1.25;
	color: #666;
}
.comments .comment-form input[type=text],
.comments .comment-form input[type=password] {
	width: 120px;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
}
.comments .comment-form input::-webkit-input-placeholder,
.comments .comment-form textarea::-webkit-input-placeholder {color: #d6d6d6;}
.comments .comment-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	resize: none;
	box-sizing: border-box;
}
.comments .comment-form .field .secret {
	float: right;
}
.comments .comment-form .field .secret input {
	display: none;
}
.comments .comment-form .field .secret label {
	font-size: 0.875em;
	line-height: 40px;
	color: #666;
	outline: none;
	cursor: pointer;
}
.comments .comment-form .field .secret label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 9px;
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	background-color: #fff;
}
.comments .comment-form .field .secret input[type=checkbox]:checked+label:before {
	background-image: url(./images/ico_package.png);
	background-repeat: no-repeat;
	background-position: -97px -295px;
}
.comments .comment-form .submit {
	margin-bottom: 10px;
	text-align: right;
}

.pagination {
	max-width: 860px;
	margin: 60px auto 160px;
	text-align: center;
	display: none!important;
}
.pagination a {
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 30px;
	color: #d4bca7;
	vertical-align: middle;
}
.pagination a:hover {
	color: #7A583A;
}
.pagination .selected {
	color: #000;
}
.pagination .prev,
.pagination .next {
	width: 30px;
	height: 30px;
	background-image: url(./images/ico_package.png);
	background-repeat: no-repeat;
	border: 1px solid #D4BCA7;
	text-indent: -999em;
	vertical-align: middle;
	box-sizing: border-box;
}
.pagination .prev {
	background-position: 0 -150px;
}
.pagination .prev:hover {
	background-position: -100px -150px;
}
.pagination .next {
	background-position: -50px -150px;
}
.pagination .next:hover {
	background-position: -150px -150px;
}
.pagination .no-more-prev,
.pagination .no-more-next {display: none;}

.pagination .view-more {
	display: block;
	width: 100%;
	margin: 0;
	padding: 14px 0 11px;
	border: 1px solid #d4bca7;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	color: #d4bca7;
}
.pagination .view-more:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 9px;
	background: url(./images/ico_package.png) no-repeat 0 -400px;
}
.pagination .view-more:hover {
	background-color: #d4bca7;
	color: #fff;
}
.pagination .view-more:hover:before {
	background-position-x: -50px;
}

/* Entry Content */
.entry-content {
	max-width: 1200px;
	margin: 0 auto;
}
.entry-content h1 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 1.6875em;
	line-height: 1.5;
	color: #000;
	text-align:center;
}
.entry-content h2 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 1.5em;
	line-height: 1.5;
	color: #fff;
}
.entry-content h3 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 1.3125em;
	line-height: 1.5;
	color: #000;
}
.entry-content h4 {
	clear: both;
	margin: 29px 0 22px;
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.5;
	color: #000;
}
.entry-content p {
	margin-bottom: 22px;
	word-break: break-all;
	text-align:center;
}
.entry-content p img {
	max-width: 100%;
	height: auto;
}
.entry-content hr {
	display: block;
	height: 0;
	border: 0;
	border-bottom: 1px solid #000;
}
.entry-content pre {
	word-break:break-all;
	white-space:pre-wrap;
	word-wrap:break-word;
}
.entry-content pre code.hljs {
	padding: 20px;
}
.entry-content ul {
	list-style: disc inside;
	margin-bottom: 22px;
}
.entry-content ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 1em;
	line-height: 1.5714;
	color: #000;
	list-style: inherit;
}
.entry-content ol {
	list-style: decimal inside;
	margin-bottom: 22px;
}
.entry-content ol li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 16px;
	font-size: 1em;
	line-height: 1.5714;
	color: #666;
	text-indent: -15px;
	list-style: inherit;
}
.entry-content a {
	color: #d4bca7;
}
.entry-content img.alignleft {
	float: left;
	margin: 0 22px 22px 0;
}
.entry-content img.aligncenter {
	display: block;
	margin: 0 auto 22px;
}
.entry-content img.alignright {
	float: right;
	margin: 0 0 22px 22px;
}
.entry-content blockquote {
	margin-top: 10px;
	padding: 16px 20px;
	border-left: 4px solid #e6e6e6;
}
.entry-content blockquote p {
	margin: 22px 0 0;
}
.entry-content blockquote p:first-child {
	margin-top: 0;
}
.entry-content table {
	width:100%;
	margin-bottom: 22px;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	text-align: center;
	font-size: 1em;
	line-height: 1.5714;
	color: #666;
}
.entry-content table thead th {
	padding:7px 0 11px;
	border-left: 1px solid #e6e6e6;
}
.entry-content table tbody td {
	padding:7px 0 11px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.entry-content input {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	font-size: 0.875em;
	line-height: 1.25;
	color: #666;
	box-sizing: border-box;
	vertical-align: middle;
}
.entry-content .protected_form {
	margin-bottom: 40px;
	padding: 120px 0 200px;
	border-bottom: 1px solid #7a583a;
	text-align: center;
}
.entry-content .protected_form input {
	width: 200px;
	margin-bottom: 10px;
	vertical-align: top;
}
.entry-content .cap1 {
	text-align: center;
	font-size: 0.875em;
	font-style: italic;
}
.entry-content .iframe-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.entry-content .iframe-wrap iframe:not([mapdata]) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Comment */

/* Widget & Template Page */

/* ETC */
#dimmed {
	position:fixed;
	top:0;
	left:0;
	z-index:500;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
}

#mediaLogNest {
	max-width:1200px;
	margin: 0 auto;
}

/* Column & Color Type */
.layout-float #wrap {
	padding-left: 240px;
}
.layout-float #header {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 240px;
	height: 100%;
	border-bottom-width: 0;
	border-right: 1px solid #e6e6e6;
	background-color: #fff;
}
.layout-float #header h1 {
	float: none;
	padding: 80px 0 60px;
	text-align: center;
}
.layout-float #gnb {
	float: none;
	padding: 0 40px;
}
.layout-float #gnb ul li {
	float: none;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}
.layout-float #gnb ul li a {
	padding: 10px 0 1px;
}
.layout-float #gnb ul li a:hover:after {
	margin: 0;
}
.layout-float #content {
	max-width: 900px;
	padding: 80px 0 0 60px;
}
.layout-float #aside {
	padding-left: 60px;
}
.layout-float #aside .inner {
	max-width: 900px;
	margin: 0;
}
.layout-float #footer .copyright {
	max-width: 900px;
	padding-left: 60px;
	display: none;
}
.layout-float .cover-slider {
	padding-bottom: 53.3333%;
}
.layout-float .cover-slider .prev {
	margin-left: -430px;
}
.layout-float .cover-slider .next {
	margin-left: 381px;
}
.layout-float .cover-slider ul li .text-box .title {
	font-size: 3em;
}
.layout-float .cover-thumbnail-list-1 ul li {
	padding-left: 36px;
}
.layout-float .cover-special-contents ul li .category {
	margin-top: 57px;
}
.layout-float .cover-special-contents ul li .title {
	margin-bottom: 26px;
	font-size: 1.5em;
}
.layout-float .cover-special-contents ul li .title:after {
	margin-top: 22px;
}
.layout-float .cover-special-contents ul li .excerpt {
	height: 10em;
	margin-bottom: 35px;
	padding: 0 55px;
	line-height: 1.7142;
}
.layout-float .cover-wide-panel .box {
	width: 800px;
	margin-top: -80px;
}
.layout-float .cover-wide-panel h2 {
	font-size: 1.5em;
}
.layout-float .cover-wide-panel p {
	padding:0 60px;
}

.layout-float .post-item {
	width: 30.6666%;
}
.layout-float .post-item:nth-child(4n+1) {
	padding-left: 4%;
}
.layout-float .post-item:nth-child(3n+1) {
	padding-left: 0;
}
.layout-float.post-type-text .post-item {
	width: auto;
	padding-left: 0;
}
.layout-float .related-articles ul li .thum {
	padding-bottom: 100% ;
}
.layout-float .cover-thumbnail-list-2 ul {
	margin-left: -36px;
}
.layout-float .cover-thumbnail-list-2 ul li {
	width: 33.3333%;
	padding-left: 36px;
}
.layout-float #aside .sidebar-1,
.layout-float #aside .sidebar-2,
.layout-float #aside .sidebar-3 {
	width: 33.3333%;
}
.layout-float #aside .sidebar-1 {
	padding-right: 24px;
}
.layout-float #aside .sidebar-3 {
	padding-left: 24px;
}
.layout-float .related-articles ul {
	margin-left: -36px;
}
.layout-float .related-articles ul li {
	padding-left: 36px;
}

/* Black Type */
.color-dark,
.color-dark #header,
.color-dark .cover-wide-panel .box,
.color-dark #aside .search input,
.color-dark .comments .comment-form input[type=text],
.color-dark .comments .comment-form input[type=password],
.color-dark .comments .comment-form textarea {
	background-color: #141414;
}
.color-dark .entry-content ul li:before {
	background-color: #333;
}
.color-dark #footer {
	background-color: #000;
}
.color-dark #gnb ul li a:hover:after,
.color-dark .cover-thumbnail-list-1 h2:after,
.color-dark .cover-special-contents ul li .title:after {
	background-color: #d4bca7;
}
.color-dark .btn:hover,
.color-dark .pagination .view-more:hover {
	background-color: #7A583A;
}
.color-dark #header,
.color-dark #aside,
.color-dark .post-item,
.color-dark .cover-thumbnail-list-2 ul li,
.color-dark .comments .comment-list ul li,
.color-dark .comments {
	border-color: #000;
}
.color-dark .hgroup,
.color-dark .another-category,
.color-dark .related-articles h2 {
	border-color: #d4bca7;
}
.color-dark #gnb ul li,
.color-dark #aside .posts li,
.color-dark #aside .count ul li,
.color-dark #aside .search fieldset,
.color-dark .entry-content blockquote,
.color-dark .entry-content table,
.color-dark .entry-content table thead th,
.color-dark .entry-content table tbody td,
.color-dark .another-category table th,
.color-dark .another-category table td,
.color-dark .comments .comment-form input[type=text],
.color-dark .comments .comment-form input[type=password],
.color-dark .comments .comment-form textarea,
.color-dark .comments .comment-form .field .secret label:before {
	border-color: #333;
}
.color-dark .btn,
.color-dark .pagination .view-more,
.color-dark .post-header .list-type button,
.color-dark .pagination .prev,
.color-dark .pagination .next,
.color-dark .entry-content a,
.color-dark .cover-thumbnail-list-2 h2,
.color-dark .post-header {
	border-color: #7A583A;
}
.color-dark .post-item .more,
.color-dark .cover-thumbnail-list-2 ul li .more,
.color-dark .pagination a,
.color-dark .entry-content a {
	color: #7a583a;
}
.color-dark #header h1 a {
	color: #d4bda9;
}
.color-dark #gnb ul li a:hover,
.color-dark #aside .posts li a:hover,
.color-dark #aside .tags .more:hover,
.color-dark #aside .count .total,
.color-dark #footer a,
.color-dark .tags .items a:hover,
.color-dark .cover-thumbnail-list-1 h2,
.color-dark .cover-special-contents ul li .title,
.color-dark .cover-wide-panel h2,
.color-dark .post-item a:hover .title,
.color-dark .post-item a:hover .more,
.color-dark .cover-thumbnail-list-2 ul li a:hover .title,
.color-dark .cover-thumbnail-list-2 ul li a:hover .more,
.color-dark .pagination a:hover,
.color-dark .hgroup h1,
.color-dark .pagination .selected,
.color-dark .comments h2 .count,
.color-dark .cover-thumbnail-list-1 ul li a:hover {
	color: #d4bca7;
}
.color-dark #gnb ul li a,
.color-dark #aside h2,
.color-dark .hgroup .category,
.color-dark .cover-thumbnail-list-1 h2 em,
.color-dark .cover-special-contents ul li .category,
.color-dark .cover-wide-panel .category,
.color-dark .entry-content h2,
.color-dark .post-item a:hover .excerpt,
.color-dark .cover-thumbnail-list-2 h2,
.color-dark .cover-thumbnail-list-2 ul li a:hover .excerpt,
.color-dark .post-header h2,
.color-dark .another-category h4,
.color-dark .tags h2,
.color-dark .related-articles h2 strong,
.color-dark .comments h2,
.color-dark .comments .comment-list ul li .author-meta .nickname,
.color-dark .comments .comment-list ul li .author-meta a,
.color-dark .btn:hover,
.color-dark .pagination .selected,
.color-dark .pagination .view-more:hover {
	color: #fff;
}
.color-dark #aside .posts li a,
.color-dark #aside .count ul li,
.color-dark #aside .search input,
.color-dark .cover-thumbnail-list-1 ul li a,
.color-dark .cover-special-contents ul li .excerpt,
.color-dark .cover-wide-panel p,
.color-dark .post-item .excerpt,
.color-dark .cover-thumbnail-list-2 ul li .excerpt,
.color-dark .entry-content p,
.color-dark .entry-content ul li,
.color-dark .entry-content ol li,
.color-dark .entry-content table,
.color-dark .tags .items a,
.color-dark .another-category table th a {
	color: #808080;
}
.color-dark #aside .search input::-webkit-input-placeholder,
.color-dark .comments .comment-form input::-webkit-input-placeholder,
.color-dark .comments .comment-form textarea::-webkit-input-placeholder {
	color: #333;
}
.color-dark #aside .tags .more,
.color-dark .btn,
.color-dark .pagination .view-more,
.color-dark .comments .comment-list ul li .author-meta .control a {
	color: #7a583a;
}
.color-dark .post-item .title,
.color-dark .cover-thumbnail-list-2 ul li .title {
	color: #ccc;
}
.color-dark #aside .search button {
	background-position-x: -37px;
}
.color-dark #aside .search button:hover,
.color-dark #aside .search button:focus,
.color-dark #aside .search input:focus+button {
	background-position-x: 13px;
}
.color-dark #aside .tags .more:after {
	background-position-x: -50px;
}
.color-dark #aside .tags .more:hover:after {
	background-position-x: 0;
}
.color-dark .pagination .prev {
	background-position-x: -100px;
}
.color-dark .pagination .next {
	background-position-x: -150px;
}
.color-dark .pagination .prev:hover {
	background-position-x: 0;
}
.color-dark .pagination .next:hover {
	background-position-x: -50px;
}
.color-dark .post-header .list-type .thum {
	background-position-x: -100px;
}
.color-dark .post-header .list-type .thum:hover,
.color-dark .post-header .list-type .thum.current {
	background-position-x: 0;
}
.color-dark .post-header .list-type .list {
	background-position-x: -150px;
}
.color-dark .post-header .list-type .list:hover,
.color-dark .post-header .list-type .list.current {
	background-position-x: -50px;
}
.color-dark .pagination .view-more:before {
	background-position-x: -100px;
}
.color-dark .pagination .view-more:hover:before {
	background-position-x: -50px;
}
.color-dark .btn:after {
	background-position-x: -100px;
}
.color-dark .btn:hover:after,
.color-dark .pagination .view-more:hover {
	background-position-x: 0;
}
.color-dark .post-item .more:after,
.color-dark .cover-thumbnail-list-2 ul li .more:after {
	background-position-x: -50px;
}
.color-dark .post-item a:hover .more:after,
.color-dark .cover-thumbnail-list-2 ul li a:hover .more:after {
	background-position-x: 0;
}

.color-dark #header .mobile-menu span,
.color-dark #header .mobile-menu:before,
.color-dark #header .mobile-menu:after {
	background-color: #D4BCA7;
}
.color-dark #gnb {
	background-color: #141414;
}

.color-dark .container_postbtn .postbtn_like .txt_like {
	color: #808080;
}

/* Retina Display */
@media  only screen and (-webkit-min-device-pixel-ratio:1.5) {
	#aside .tags .more:after,
	#aside .search button,
	.btn:after,
	.cover-slider .prev,
	.cover-slider .next,
	.post-header .list-type button,
	.post-item .thum:before,
	.cover-thumbnail-list-2 ul li .thum:before,
	.post-item .more:after,
	.cover-thumbnail-list-2 ul li .more:after,
	.post-btn button,
	.related-articles ul li .thum:before,
	.comments .comment-form .field .secret input[type=checkbox]:checked+label:before,
	.pagination .prev,
	.pagination .next,
	.pagination .view-more:before {background-image: url(./images/ico_package_2x.png); background-size: 200px auto;}
}

/* Media Screen - Tablet */
@media screen and (max-width:1199px) {
	#header,
	#aside,
	#content .inner,
	.cover-thumbnail-list-1,
	.cover-special-contents,
	.cover-thumbnail-list-2,
	.pagination {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cover-slider .prev {
		left: 20px;
		margin-left: 0;
	}
	.cover-slider .next {
		left: auto;
		right: 20px;
		margin-left: 0;
	}
	.cover-special-contents ul li .box {
		margin-top: -177px;
	}
	.cover-special-contents ul li .excerpt {
		height: 6.4284em;
		-webkit-line-clamp: 3;
	}
	.cover-wide-panel .box {
		max-width: none;
		margin-left: 50px;
		margin-right: 50px
	}
	.entry-content img.alignleft,
	.entry-content img.alignright {
		max-width: 50%;
	}

	.layout-float #header,
	.layout-float .cover-thumbnail-list-1,
	.layout-float .cover-special-contents,
	.layout-float .cover-wide-panel,
	.layout-float .cover-thumbnail-list-2,
	.layout-float .pagination,
	.layout-float #content .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.layout-float .cover-thumbnail-list-1 h2,
	.layout-float .cover-special-contents ul li .title,
	.layout-float .cover-wide-panel h2 {
		font-size: 1.25em;
	}
	.layout-float .cover-thumbnail-list-1 ul li {
		padding-left: 20px;
	}
	.layout-float .cover-special-contents ul li .category {
		margin-top: 30px;
	}
	.layout-float .cover-special-contents ul li .title {
		margin-bottom: 17px;
	}
	.layout-float .cover-special-contents ul li .title:after {
		margin-top: 16px;
	}
	.layout-float .cover-special-contents ul li .excerpt {
		height: 5.1426em;
		margin-bottom: 21px;
		padding: 0 10%;
		font-size: 0.75em;
	}
	.layout-float .cover-wide-panel {
		margin-bottom: 80px;
	}
	.layout-float .cover-wide-panel p {
		padding: 0 10%;
		font-size: 0.75em;
	}
	.layout-float .cover-thumbnail-list-2 ul {
		margin-left: -20px;
	}
	.layout-float .cover-thumbnail-list-2 ul li {
		padding-left: 20px;
	}
	.layout-float .cover-thumbnail-list-2 ul li .title,
	.layout-float .post-item .title {
		font-size: 1em;
	}
	.layout-float .cover-thumbnail-list-2 ul li .excerpt,
	.layout-float .post-item .excerpt {
		height: 5em;
		font-size: 0.75em;
		line-height: 1.6666;
	}
	.layout-float .post-header {
		margin: 0;
	}
	.layout-float #content {
		padding: 80px 34px 0;
	}
	.layout-float .cover-wide-panel .box {
		width: auto;
	}
	.layout-float #aside {
		padding-left: 34px;
		padding-right: 34px;
	}
	.layout-float #aside .sidebar-1 {
		width: 50%;
		padding: 0 10px 0 0;
	}
	.layout-float #aside .sidebar-2 {
		width: 50%;
		margin: 0;
		padding: 0 0 0 10px;
	}
	.layout-float #aside .sidebar-3 {
		clear: both;
		float: none;
		width: auto;
		padding: 0;
	}
	.layout-float #aside .search {
		float: left;
		width: 50%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.layout-float #aside .count {
		float: right;
		width: 50%;
		margin: 0;
		padding-left: 10px;
		box-sizing: border-box;
	}
}
@media screen and (max-width:1023px) {
	#header h1 {
		float: none;
		padding: 20px 50px 20px 0;
	}
	#header h1 img {
		width: auto;
		height: 28px;
	}
	#header .mobile-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 19px;
		width: 48px;
		height: 48px;
		margin-top: -24px;
		text-indent: -999em;
		outline: none;
	}
	#header .mobile-menu span,
	#header .mobile-menu:before,
	#header .mobile-menu:after {
		position: absolute;
		top: 50%;
		left:50%;
		width: 18px;
		height: 2px;
		margin-left: -9px;
		background-color: #7a583a;
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
	}
	#header .mobile-menu span {
		top: 50%;
		margin-top: -1px;
	}
	#header .mobile-menu:before {
		content: "";
		margin-top: -8px;
	}
	#header .mobile-menu:after {
		content: "";
		margin-top: 6px;
	}
	#header .mobile-menu.on {
		position: fixed;
		top: 10px;
		margin-top: 0;
		z-index: 610;
		outline: none;
	}
	#header .mobile-menu.on span {
		display: none;
	}
	#header .mobile-menu.on:before {
		margin-top: -1px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .mobile-menu.on:after {
		margin-top: -1px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#gnb {
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 600;
		width: 300px;
		height: 100%;
		padding-top: 68px;
		background-color: #fff;
		box-sizing: border-box;
		-webkit-transition: right .3s;
		transition: right .3s;
	}
	#gnb ul {
		overflow-y: auto;
		height: 100%;
	}
	#gnb ul li {
		float: none;
		padding: 0;
		border-top: 1px solid #ebebeb;
		font-size: 1.125em;
	}
	#gnb ul li a {
		padding: 19px 30px 12px;
	}
	#gnb ul li a:hover:after {
		display: none;
	}
	#gnb.on {
		right: 0;
	}
	#aside {
		margin-top: 80px;
	}
	#aside .sidebar-1 {
		width: 50%;
		padding: 0 10px;
	}
	#aside .sidebar-2 {
		width: 50%;
		margin: 0;
		padding: 0 10px;
	}
	#aside .sidebar-3 {
		clear: both;
		float: none;
		width: auto;
		padding: 0;
	}
	#aside .search {
		float: left;
		width: 50%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	#aside .count {
		float: right;
		width: 50%;
		margin: 0;
		padding-left: 10px;
		box-sizing: border-box;
	}
	#header,
	.cover-thumbnail-list-1,
	.cover-special-contents {
		padding: 0 34px;
	}
	.cover-slider {
		margin-bottom: 50px;
		padding-bottom: 39.0625%;
	}
	.cover-slider ul li .text-box .title {
		margin-bottom: 21px;
		font-size: 2.25em;
	}
	.cover-slider ul li .text-box .title em {
		margin-bottom: 8px;
		font-size: 0.5555em;
	}
	.btn, a.btn {
		width: 300px;
	}
	.cover-thumbnail-list-1 {
		margin-bottom: 41px;
	}
	.cover-thumbnail-list-1 h2 {
		font-size: 1.5em;
	}
	.cover-thumbnail-list-1 h2 em {
		margin-bottom: 3px;
		font-size: 0.5833em;
	}
	.cover-thumbnail-list-1 h2:after {
		width: 40px;
		margin-top: 24px;
	}
	.cover-thumbnail-list-1 ul li {
		padding-left: 20px;
		font-size: 0.75em;
	}
	.cover-special-contents {
		margin-bottom: 50px;
	}
	.cover-special-contents ul li .category {
		margin: 48px 0 -46px;
	}
	.cover-special-contents ul li .title {
		margin: 48px 0 26px;
		font-size: 1.5em;
	}
	.cover-special-contents ul li .title:after {
		margin-top: 21px;
	}
	.cover-special-contents ul li .excerpt {
		height: 5.1426em;
		margin-bottom: 38px;
		padding:0 10%;
		line-height: 1.7142;
	}
	.cover-wide-panel {
		margin-bottom: 100px;
	}
	.cover-wide-panel .bg {
		height: 180px;
	}
	.cover-wide-panel .box {
		margin-top: -65px;
		padding-top: 48px;
	}
	.cover-wide-panel .category {
		margin-bottom: 0;
	}
	.cover-wide-panel h2 {
		margin-bottom: 20px;
		font-size: 1.5em;
	}
	.cover-wide-panel h2:after {
		margin-top: 24px;
	}
	.post-header:first-child {
		margin-top: 50px;
	}
	.cover-thumbnail-list-2 ul {
		margin-left: -20px;
	}
	.cover-thumbnail-list-2 ul li {
		padding: 20px 0 0 20px;
	}
	.post-header {
		margin: 0 34px;
	}
	.post-item .title,
	.cover-thumbnail-list-2 ul li .title {
		font-size: 1.125em;
	}
	.post-item {
		width: 22.75%;
		padding-left: 3%;
	}
	.post-type-text .post-item {
		padding: 30px 0 22px;
	}
	.post-type-text .post-item .title {
		margin: 0 0 2px;
		padding: 0;
		font-size: 1em;
	}
	.post-type-text .post-item .excerpt {
		margin-bottom: 9px;
		-webkit-line-clamp: 2;
		font-size: 0.75em;
	}
	.hgroup {
		margin-bottom: 50px;
		padding-bottom: 30px;
	}
	.related-articles {
		margin-bottom: 80px;
	}
	.related-articles ul {
		margin-left: -20px;
	}
	.related-articles ul li {
		padding-left: 20px;
	}
	.related-articles ul li .title {
		font-size: 0.75em;
	}
	.comments {
		margin-bottom: 40px;
	}
	.layout-float #wrap {
		padding-left: 180px;
	}
	.layout-float #header {
		width: 180px;
	}
	.layout-float #gnb {
		position: relative;
		width: auto;
		top: auto;
		right: auto;
		padding:0 30px;
	}
	.layout-float #gnb ul li {
		font-size: 0.875em;
		border-top: 0;
	}
	.layout-float .post-item {
		padding-left: 4%;
	}
	.layout-float #header .mobile-menu {
		display: none;
	}
	.layout-float .cover-slider {
		padding-bottom: 57.6923%;
	}
	.layout-float .cover-slider ul li .text-box .title {
		font-size: 1.875em;
	}
	.layout-float .related-articles ul {
		margin-left: -20px;
	}
	.layout-float .related-articles ul li {
		padding-left: 20px;
	}
}

/* Media Screen - Mobie */
@media screen and (max-width:767px) {
	#header,
	#content .inner,
	.cover-thumbnail-list-1,
	.cover-thumbnail-list-2 {
		padding: 0 0px;
	}
	.pagination {
		padding: 0 20px;
    margin: 20px auto 60px;
	}
	.cover-special-contents {
		padding: 0;
	}
	#header h1 {
		line-height: 20px;
	}
	#header h1 img {
		height: 20px;
	}
	#header .mobile-menu {
		right: 0;
	}
	#header .mobile-menu.on {
		top: 6px;
	}
	#gnb {
		padding-top: 60px;
	}
	#aside {
		padding:40px 20px;
	}
	#aside .sidebar-1,
	#aside .sidebar-2,
	#aside .sidebar-3,
	#aside .search,
	#aside .count {
		float: none;
		width: auto;
		padding: 0;
	}
	#aside .posts li a {
		padding: 7px 0 4px;
	}
	.cover-slider {
		padding-bottom: 75%;
	}
	.cover-slider .prev,
	.cover-slider .next {
		width: 24px;
		height: 42px;
		margin-top: -21px;
		background-size: 100px auto;
	}
	.cover-slider .prev {
		left: 10px;
		background-position: 0 -100px;
	}
	.cover-slider .prev:hover {
		background-position-x: -50px;
	}
	.cover-slider .next {
		right: 10px;
		background-position: -25px -100px;
	}
	.cover-slider .next:hover {
		background-position-x: -75px;
	}
	.cover-slider .paging {
		bottom: 20px;
	}
	.cover-slider ul li .text-box .title {
		margin-bottom: 28px;
		padding: 0 30px;
		font-size: 1.5em;
	}
	.cover-slider ul li .text-box .title em {
		margin-bottom: 10px;
		font-size: 0.75em;
	}
	.cover-thumbnail-list-1 {
		margin-bottom: 30px;
	}
	.cover-thumbnail-list-1 h2 {
		float: none;
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.cover-thumbnail-list-1 h2 br {
		display: none;
	}
	.cover-thumbnail-list-1 h2:after {
		margin: 24px auto 0;
	}
	.cover-thumbnail-list-1 ul {
		float: none;
		width: auto;
	}
	.cover-thumbnail-list-1 ul li {
		float: none;
		width: auto;
		margin-bottom: 10px;
		padding: 0;
		font-size: 0.875em;
		line-height: 2.2857;
	}
	.cover-thumbnail-list-1 ul li .thum img {
		width: 100%;
	}
	.cover-special-contents {
		margin: 0;
	}
	.cover-special-contents ul li,
	.cover-special-contents ul li:nth-child(even) {
		width: auto;
		margin-bottom: 100px;
		padding: 0;
	}
	.cover-special-contents ul li .thum,
	.cover-special-contents ul li:nth-child(even) .thum {
		float: none;
		width: auto;
		margin: 0;
	}
	.cover-special-contents ul li .box {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin: 0;
	}
	.cover-special-contents ul li .category {
		margin: 28px 0 -25px;
	}
	.cover-special-contents ul li .title {
		margin: 28px 0 16px;
	}
	.cover-special-contents ul li .title:after {
		margin-top: 13px;
	}
	.cover-special-contents ul li .excerpt {
		margin-bottom: 26px;
	}
	.cover-wide-panel {
		margin-bottom: 80px;
	}
	.cover-wide-panel .bg {
		height: 100px;
	}
	.cover-wide-panel .box {
		margin: -20px 10px 0;
	}
	.cover-wide-panel p {
		padding: 0 10px;
	}
	.cover-thumbnail-list-2 {
		margin-bottom: 20px;
	}
	.cover-thumbnail-list-2 ul {
		margin-left: -10px;
	}
	.cover-thumbnail-list-2 ul li {
		width: 50%;
		margin-bottom: 20px;
		padding-left: 10px;
	}
	.post-item .title,
	.cover-thumbnail-list-2 ul li .title {
		padding-right: 10%;
		font-size: 1em;
		box-sizing: border-box;
	}
	.post-item .excerpt,
	.cover-thumbnail-list-2 ul li .excerpt {
		height: 2.5rem;
		margin-bottom: 8px;
		padding-right: 10%;
		font-size: 0.75em;
		line-height: 1.25rem;
	}
	.post-header {
		margin: 0 20px;
	}
	.post-item {
		width: 50%;
		padding-left: 0;
		box-sizing: border-box;
	}
	.post-type-thumbnail .post-item {
		border-bottom: none;
	}

	.post-item:nth-child(odd) {
		padding-right: 5px;
	}
	.post-item:nth-child(even) {
		padding-left: 5px;
	}
	.post-type-text .post-item .thum {
		width: 100px;
		height: 100px;
		margin-left: 28px;
	}
	.post-type-text .post-item .thum img {
		width: 100px;
		margin: 0;
	}
	.hgroup {
		padding: 49px 0 30px;
	}
	.hgroup.guest {
    margin: 0 20px 25px;
	}
	.hgroup.tag {
    margin: 0 20px;
	}
	#content .tags.section {
		padding: 0 20px;
	}
	.entry-content h2 {
		font-size: 1.125em;
		color:#fff;
	}
	.entry-content .table-wrap {
		overflow: auto;
		width: 100%;
	}
	.entry-content table {
		width: 680px;
		table-layout: fixed;
		font-size: 0.75em;
	}
	.entry-content img.alignleft,
	.entry-content img.alignright {
		max-width: 100%;
	}
	.related-articles ul {
		margin-left: -10px;
	}
	.related-articles ul li {
		width: 50%;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.comments {
		margin-bottom: 20px;
	}
	.comments .comment-list {
		margin-bottom:10px;
		border-top: 1px solid #e6e6e6;
	}
	.comments .comment-list ul li {
		padding-bottom:0;
	}
	.comments .comment-list ul li ul {
		border-top: 1px solid #e6e6e6;
	}
	.comments .comment-list ul li ul li {
		padding:20px 0 0 48px;
	}
	.comments .comment-list ul li .author-meta,
	.comments .comment-list ul li ul li .author-meta {
		position:relative;
		top:0;
		left:0;
	}
	.comments .comment-list ul li .author-meta img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.comments .comment-list ul li .author-meta .nickname,
	.comments .comment-list ul li .author-meta .date {
		display: block;
		float: none;
		line-height: 1.5;
	}

	.comments .comment-list ul li .author-meta .nickname .tistoryProfileLayerTrigger {
		margin-bottom:4px;
	}

	.comments .comment-list ul li .author-meta .date {
		margin-left: 0;
		margin-top: 2px;
	}
	.comments .comment-list ul li .author-meta .date::before {
		display: none;
	}

	.comments .comment-list ul li p {
		margin: 14px 0 0;
	}

	.comments .comment-list ul li .control {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: 9px 0 18px -2px;
	}
	.comments .comment-list ul li ul li .control {
		top: auto;
	}
	.comments .comment-form .field {
		width: auto;
		margin: 0;
		padding-right: 80px;
	}
	.comments .comment-form .field .secret {
		float: none;
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	.comments .comment-form .field .secret label {
		line-height: 20px;
	}
	.comments .comment-form input[type=text],
	.comments .comment-form input[type=password] {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.comments.guest {
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.pagination a {
		margin: 0 5px;
	}
	.layout-float #wrap {
		padding: 0;
	}
	.layout-float #header {
		float: none;
		position: relative;
		z-index: auto;
		width: 100%;
		height: auto;
		padding: 0 10px;
		border-bottom-width: 1px;
		box-sizing: border-box;
	}
	.layout-float #header h1 {
		float: none;
		padding: 20px 0;
		text-align: left;
	}
	.layout-float #header .mobile-menu {
		display: block;
	}
	.layout-float #gnb {
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 600;
		width: 300px;
		height: 100%;
		padding: 60px 0 0;
		background-color: #fff;
		box-sizing: border-box;
		-webkit-transition: right .3s;
		transition: right .3s;
		box-sizing: border-box;
	}
	.layout-float #gnb.on {
		right: 0;
	}
	.layout-float #gnb ul li {
		float: none;
		padding: 0;
		border-top: 1px solid #ebebeb;
		border-bottom: none;
		font-size: 1.125em;
		text-align: left;
	}
	.layout-float #gnb ul li a {
		padding: 19px 30px 12px;
	}
	.layout-float #content {
		padding: 0;
	}
	.layout-float .cover-thumbnail-list-1 ul li {
		padding:0;
	}
	.layout-float #header,
	.layout-float .cover-thumbnail-list-1,
	.layout-float .cover-special-contents,
	.layout-float .cover-wide-panel,
	.layout-float .cover-thumbnail-list-2,
	.layout-float .pagination,
	.layout-float #content .inner {
		padding: 0 10px;
	}
	.layout-float .cover-slider {
		padding-bottom: 75%;
	}
	.layout-float .cover-slider .prev {
		left: 10px;
		margin-left: 0;
	}
	.layout-float .cover-slider ul li .text-box .title {
		margin-bottom: 28px;
		padding: 0 30px;
		font-size: 1.5em;
	}
	.layout-float .cover-slider ul li .text-box .title em {
		margin-bottom: 10px;
		font-size: 0.75em;
	}
	.layout-float .cover-thumbnail-list-1 h2,
	.layout-float .cover-special-contents ul li .title,
	.layout-float .cover-wide-panel h2 {
		font-size: 1.5em;
	}
	.layout-float .cover-special-contents ul li .excerpt {
		height: 5.1426em;
		margin-bottom: 46px;
		padding: 0 10%;
		line-height: 1.7142;
		font-size: 0.875em;
	}
	.layout-float .cover-wide-panel .box {
		margin: -20px 10px 0;
	}
	.layout-float .cover-wide-panel p {
		margin-bottom: 48px;
		padding:0 10px;
		font-size: 0.875em;
		line-height: 2.1428;
	}
	.layout-float .cover-thumbnail-list-2 ul {
		margin-left: -10px;
	}
	.layout-float .cover-thumbnail-list-2 ul li {
		width: 50%;
		padding-left: 10px;
	}
	.layout-float .post-header {
		margin: 0 10px;
	}
	.layout-float .post-item {
		width: 50%;
		padding-left: 0;
	}
	.layout-float .post-item:nth-child(4n+1) {
		padding-left: 0;
	}
	.layout-float .post-item:nth-child(even) {
		padding-left: 5px;
	}
	.layout-float .related-articles ul {
		margin-left: -10px;
	}
	.layout-float .related-articles ul li {
		padding-left: 10px;
	}
	.layout-float #aside {
		padding: 40px 10px;
	}
	.layout-float #aside .sidebar-1,
	.layout-float #aside .sidebar-2,
	.layout-float #aside .sidebar-3,
	.layout-float #aside .search,
	.layout-float #aside .count {
		float: none;
		width: auto;
		padding: 0;
	}
	.layout-float.color-dark #gnb {
		background-color: #141414;
	}
	.layout-float.color-dark #gnb ul li {
		border-color: #333;
	}
}
/* whatever_nav
------------------------------------------------ */
#gnb .tt_category li a.link_tit {display: none;}
#gnb ul li {font-size: 0.875rem;padding: 26px 10px;}
#gnb .sub_category_list {display: none; position: absolute; z-index: 999; min-width: 120px; background-color: #ffffff; border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); font-size: .875rem;}
#gnb .category_list li:hover .sub_category_list {display: block;}
#gnb .sub_category_list li {float: none; padding: 0;}
#gnb .sub_category_list a:hover:after {display: none;}
#gnb .sub_category_list li a {text-align: left; padding: 6px 16px; line-height: 18px;}
#gnb > ul {display: inline-block;}
#gnb>ul.tt_category>li {padding: 0; border: 0;}
.layout-float #gnb > ul {display: block;}
.layout-float #gnb ul li {text-align: left; font-size: 1rem; border-bottom: 0;}
.layout-float #gnb .sub_category_list {display: block; position: static; min-width: 100%; margin: 2px 0 13px 15px; border-left: 3px solid #f1f1f1;
  border-bottom-left-radius: 0; border-bottom-right-radius: 0; box-shadow: none; font-size: .875rem;}
.layout-float #gnb .sub_category_list li a {padding: 6px 0px 6px 16px;}
.layout-float #gnb ul li a:hover:after {display: none;}
.color-dark #gnb .sub_category_list {background-color: #141414;box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.2);}
.layout-float.color-dark #gnb .sub_category_list {box-shadow:none;}
@media screen and (max-width: 928px) {
  #gnb>ul {display: block;}
  #gnb {overflow-y: auto; height: 100%;}
  #gnb ul {overflow: hidden; height: auto;}
  #gnb ul li {padding: 0; border-top: 0;}
  #gnb ul li a{padding: 8px 30px 8px;}
  #gnb .sub_category_list {display: block; position: static; min-width: 100%; margin: 2px 0 13px 40px; border-left: 3px solid #f1f1f1; border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; box-shadow: none; font-size: .875rem;}
  .color-dark #gnb .sub_category_list {box-shadow: none;}
}
@media screen and (max-width: 767px) {
  .layout-float #gnb ul li {border-top: 0;}
  .layout-float #gnb .sub_category_list {margin: 2px 0 13px 45px;}
  .layout-float #gnb ul li a {padding: 8px 30px 8px;}
}
#countdown,

        #HourCountdown,

        #countExpire {

            display: inline;

            color: red;

            font-weight: bold;

        }

#Hz {

  width:100%;
	max-width: 360px;
	display: block;
	margin: auto auto 130px auto;

}

#Hz img {

    float:left;

    display:block;

    max-width:50%;

    width:50%;

    height:auto;

}

#Hz img:last-child {

    float:right;

    display:block;

}
.clearfix {

   clear:both;

}

#bottom-cta-ins-pre img {

  width:100%;
	max-width: 550px;
	height:auto;
	display:block;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;

}



.container_postbtn {display: none;}

div#ctas{
	position:fixed;
	bottom:0;
  left:0;
  right:0;
	max-width:768px;
	max-height:340px;
	width:100%;
	height:auto;
	margin: 0 auto;
	z-index: 300;
}



img#quiz-cta1{
	max-width:860px;
	width:100%;
	height:auto;
	margin: 0 auto;
}

img#bottom-fixed-cta-web{
	width:100%;
	height:auto;
	margin: 0 auto;
}

img#bottom-fixed-cta-inapp{
	width:100%;
	height:auto;
	margin: 0 auto;
}

div#absent_page_cta{
	position:fixed;
	bottom:0;
  left:0;
  right:0;
	max-width:768px;
	max-height:340px;
	width:100%;
	height:auto;
	margin: 0 auto;
	z-index:1;
}
img#absent_post{
	max-width:860px;
	width:100%;
	height:auto;
	margin: 0 auto;
}

@keyframes scaleBounce{
	from{transform:scale(.7)}
	to{transform:scale(1.3)}
}

div#kakao-share-element{
	display:none;
}

div.open{
margin-bottom:-20px;
background-color:#cccccd!important;
}

div[data-ke-type="moreLess"]{
	background-color:#000000;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

div[data-ke-type="moreLess"] .btn-toggle-moreless{
	color:#fff!important;
	font-size:18px!important;
}

div.open a.btn-toggle-moreless{
	color:#000!important;
}

img#cardoc-logo{
	margin:0 auto;
	display:block;
}

@media screen and (max-width:820px) {
#share-group{
	display:block;
	max-width:600px;
	width:100%;
	margin:auto auto 180px auto;
}
}

@media screen and (min-width:820px) {
#share-group{
	display:block;
	max-width:600px;
	width:100%;
	margin:auto auto 220px auto;
}
}

#writing{
	padding:0 15px 0 15px;
}

.container{
	padding-left:0px!important;
	padding-right:0px!important;
	max-width:768px;
}

.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
width: 22px!important;
height: 22px!important;
}
.col-lg-12{
	padding-left:0px!important;
  padding-right:0px!important;
}

.txt{
 padding-top:22px;
}

.small-txt{
 font-size:12px!important;
 color:#777795!important;
}

#big-title{
	position:absolute;
	top:30%;
	left:10%;
	font-size:30px;
	font-weight:700;
}

#bbig-title{
	position:absolute;
	top:10%;
	left:50%;
	font-size:30px;
	font-weight:700;
  transform:translateX(-50%);
}

.fwt-600{
	color:#d3d3d3!important;
}

.fwt-900{
	color:#fff!important;
}


.cardoc-logo{
	width:60px;
	height:13.75px;
	position: absolute;
	left: 50%;
	top: 10%;
	margin-top: -6.875px;
	margin-left: -30px;
}

.card-img{

position:absolute;
	left:50%;
	top:75%;
	z-index:1;
	width:100%;
	height:auto;
	display:block;
	margin-left:-50%;
	margin-top:-25%;
}

.card-img2{
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	width:160px;
	height:80px;
	display:block;
	margin-left:-80px;
	margin-top:-40px;
}

.card-img3{
	position:absolute;
	left:50%;
	top:50%;
	z-index:2;
	width:300px;
	height:600px;
	margin-left:-150px;
	margin-top:-300px;
}

.card-img5{
	position:absolute;
	left:50%;
	top:60%;
	z-index:2;
	width:305px;
	height:600px;
	margin-left:-152.5px;
	margin-top:-300px;
}

.card-img6{
	margin: 30px auto 30px auto;
	width:300px;
	height:auto;
	display:block;
}

.card-img7{
  position:absolute;
	left:50%;
	bottom:0%;
	z-index:2;
	width:360px;
	height:auto;
	margin-left:-180px;
}

.compare-man{
  position:absolute;
	left:52%;
	top:40%;
	z-index:2;
	width:360px;
	height:auto;
	margin-left:-180px;
}


.card-img8{
  position:absolute;
	left:50%;
	top:65%;
	z-index:3;
	width:320px;
	height:auto;
	margin-left:-160px;
}

.expert-img{
  position:absolute;
	left:50%;
	bottom:0%;
	z-index:2;
	height:36rem;
	transform:translateX(-50%);
}

.ins-estimate-img{
	position:absolute;
  bottom:0;
	width:48rem;
	height:auto;
	margin-left:-24rem;
	left:50%;
}

.card-img9{
  position:absolute;
	left:50%;
	top:85%;
	z-index:3;
	width:360px;
	height:auto;
	margin-left:-180px;
}

.card-img10{
  position:absolute;
	left:50%;
	top:50%;
	width:360px;
	height:auto;
	margin-left:-180px;
}

.card-img20{
  position:absolute;
	left:50%;
	bottom:35%;
	z-index:3;
	width:320px;
	height:auto;
	margin-left:-160px;
	border-radius:10px;
	box-shadow:0 0 20px 20px #F0F0F0;
}

.card-img21{
  position:absolute;
	left:50%;
	bottom:5%;
	z-index:3;
	width:320px;
	height:auto;
	margin-left:-160px;
	border-radius:10px;
	box-shadow:0 0 20px 20px #F0F0F0;
}

.card-img22{
  position:absolute;
	left:50%;
	bottom:3%;
	z-index:3;
	width:320px;
	height:10px;
	margin-left:-160px;
	border-radius:10px;
	background-color:#F0F0F0;
	box-shadow:0 -5px 20px 20px #F0F0F0;
}

.down-arrow{
	position:absolute;
	left:12%;
	top:70%;
	width:40px;
	height:auto;
}

.down-arrow2{
	position:absolute;
	left:25%;
	top:43%;
	width:50px;
	height:auto;
	margin-left:-25px;
}

#cardview0{
  background-color:#fff;
	height:auto;
	
}

#cardview1{
	background-color:#fff;
	height:600px;
}

#cardview2{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#fafafa;
}

#cardview3-1{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#f3f6f8;
	height:1000px;
}

#cardview3{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#fff;
}

#cardview333{
	background-color:#fff;
}

#cardview3333{
	background-color:#fff;
}

#cardview3-2{
	padding-top:100px;
	padding-bottom:100px;
}

#cardview4-1{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#fafafa;
}


#cardview5{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#f3f6f8;
	height:800px;
}

#cardview6{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#fff;
	height:800px;
}

#cardview7{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#f3f6f8;
	height:800px;
}

#cardview8{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#fff;
	height:800px;
}

#cardview9{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#f3f6f8;
	height:600px;
}

#cardview10{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#fff;
	height:600px;
}

#cardview13{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#f3f6f8;
	height:600px;
}

#cardview14{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#3a4961;
	height:800px;
}

.output{
	width:100%;
	height:100px;
	color:#ffffff;
	background-color:#000;
}



.test {
    animation: fadein 0.7s;
    -moz-animation: fadein 0.7s; /* Firefox */
    -webkit-animation: fadein 0.7s; /* Safari and Chrome */
    -o-animation: fadein 0.7s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

  .graph {
    height:300px;
    width:50px;
    border-radius:40px;
		padding:50px;
		background-color:#000;
		color:#fff;
  }
.graph span{
	display:block;
	height:300px;
    width:50px;
    border-radius:40px;
		padding:50px;
		background-color:#333;
		color:#000;
		animation:stack 2s 1;
	
}

@keyframes stack{
	100% {height:100%;}
	0% {height:0;}
}


.fwt-800{
	font-weight:700;
	font-size:100px!important;
	color:#000!important;
}



.fwt-1100{
	font-weight:700;
	font-size:60px!important;
	color:#fff!important;
}

.banner_wraper { height: 19.25rem; width:100%; position: absolute; overflow: hidden; border: 0 none; top:66%;}
.banner_wraper img { height: 13.313rem; position: absolute; }
.ccc{height: 100%; width:13.313rem; position: absolute;; box-shadow:  0 0 20px 27px  #0068ff; background-color:#0068ff; left:-11.316rem;z-index:2;}
.ddd{height: 100%; width:13.313rem; position: absolute;; box-shadow:0 0 20px 27px #0068ff; background-color:#0068ff; right:-11.316rem;z-index:2;}

.banner_wraper2 { height: 19.25rem; width:100%; position: absolute; overflow: hidden; border: 0 none; bottom:5%;}
.banner_wraper2 img { height: 13.313rem; width: 13.313rem; position: absolute; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.steam {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #A1BCD7;
  z-index: 2;
  opacity: 0;
	left:38%;
	top:40%;
	margin-left:-60px;
}

#steam-one {
  -webkit-animation: steam-one 4s ease-out infinite;
  animation: steam-one 4s ease-out infinite;
}

#steam-three {
  -webkit-animation: steam-one 4s ease-out 1s infinite;
  animation: steam-one 4s ease-out 1s infinite;
}

@-webkit-keyframes steam-one {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
}

@keyframes steam-one {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
}

#steam-two {
  -webkit-animation: steam-two 4s ease-out 0.5s infinite;
  animation: steam-two 4s ease-out 0.5s infinite;
}

#steam-four {
  -webkit-animation: steam-two 4s ease-out 1.5s infinite;
  animation: steam-two 4s ease-out 1.5s infinite;
}

@-webkit-keyframes steam-two {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
}

@keyframes steam-two {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
}

.item{
	background-color:#fff;
	border-radius:16px;
	height:45rem;
	width:37.5rem;
}

.owl-carousel{
padding-left:20px;
padding-top:40px;

}



.item > p{
	color:#454f5d;
	padding-left:20px;!important;
	padding-right:20px!important;
}

.item > h3{
	color:#000;
	padding-left:20px!important;
	padding-right:20px!important;
	font-weight:700;
}

.review-profile-font{
	position:absolute;
	left:60px;
	top:30px;
}

.review-img{
	position:absolute;
	left:3rem;
	top:3rem;
	width:100%;
	height:auto;
}

.owl-carousel .owl-item img{
	width:5rem!important;
}


#imgimg{
	text-align:center;
	margin-top:20px;
}

#imgimg1{
	position:absolute;
  left:50%;
	margin-left:-125px;
	z-index:1;
}

ul.tbs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:center;
}

ul.tbs li{
  display: inline-block;
	color: black;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tbs li.crt{
	color: #222;
	text-decoration:underline;
	
}

.tb-content{
  display: none;
	background: #e0e0e0;
	padding: 12px;
}

.tb-content.crt{
	display: inherit;
}

#vd{
	height:500px;
}

.imgimg2{
	position:absolute;
	top:20%;
  left:10%;
}

.img2txt{
	position:absolute;
	top:100%;
  left:10%;
	text-align:left;
}


.imgimg3{
	position:absolute;
	top:50%;
  left:40%;
}

.img3txt{
	position:absolute;
	top:100%;
  left:40%;
		text-align:right;
}

.imgimg4{
	position:absolute;
	top:80%;
  left:10%;
}

.img4txt{
	position:absolute;
	top:100%;
  left:10%;
		text-align:left;
}

#pinContainer {
	width: 100%;
	height: 600px;
	overflow: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

#slideContainer {
	width: 400%;// 100*4 slides
	height: 600px;
}

.panel {
	float: left;
	width: 25%; // 400/25 = 100%
	height: 100%;
	font-size: 60px;
	text-align: center;
	color: #fff;
}



#animate2{
	position:absolute;
	left:-72%;
	top:-10%;
	z-index:2;
}

#cardview22{
  height:120vh;
	position:relative;
	z-index:60;
	background-color:#000;
}

#cardview23{
	height:800px;
}

.cardview22-2{
	color:#fff!important;

}

#ppinContainer {
	width: 100%;
	height: 600px;
	overflow: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.panel2 {
	width: 100%;
	height: 100%;
	font-size: 60px;
	text-align: center;
	background-color: #000;
}

.ooo{
	color:#fff!important;
}

#3dd{
  position:relative;
  max-width:800px;
  padding:300px 0;
  background:#eee;
 // float:right;
}

.c{
  background:darkblue;
  transform:translateZ(55px);
   position:absolute;
  height:200px;
  width:300px;
  bottom:40px;
		top:300px;
  left:600px;
  //box-shadow:-10px 10px 10px;
}
.b{
  background:tomato;
   position:absolute;
  height:200px;
  width:300px;
  bottom:40px;
		top:300px;
  left:600px;
  //box-shadow:-10px 10px 10px;
}
.a{
  background:chartreuse;
   position:absolute;
  height:200px;
  width:300px;
  bottom:40px;
	top:300px;
  left:600px;
  //box-shadow:-10px 10px 10px;
}

#animate6{

}

#imgimg2{
	height:100%;
}

.ig1{
	position:absolute;
	left:-32%;
	top:-16%;
}
.ig2{
	position:absolute;
	left:-42%;
	top:-18%;
}
.ig3{
	position:absolute;
	left:-32%;
	top:-22%;
}
.ig4{
	position:absolute;
	left:-52%;
	top:-12%;
}
.ig5{
	position:absolute;
	left:-72%;
	top:-13%;
}
.ig6{
	position:absolute;
	left:-48%;
	top:-15%;
}

#cardview110 {
	
}

#cardview111 {

}

.circle1 {
position:absolute;
left:100%;
top:85%;
background-color:rgba(255, 200, 0, 0.2);
width:20px;
height:20px;
border-radius:75px;
box-shadow: 0 0 4em 6em rgba(0, 0, 0, 0) inset,0 0 4em 6em rgba(255, 200, 0, 0.2);
}

.circle2 {
position:absolute;
left:0%;
top:85%;
background-color:rgba(255, 200, 0, 0.2);
width:20px;
height:20px;
border-radius:75px;
margin-left:-20px;
box-shadow: 0 0 4em 6em rgba(0, 0, 0, 0) inset,0 0 4em 6em rgba(255, 200, 0, 0.2);
}

#cardview101 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.face-1 {
		top:0;
		left:50%;
  position: absolute;
	z-index:31;
	opacity:0;
	width:200px;
}

.face-2 {
		top:0;
	left:50%;
  position: absolute;
	z-index:32;
	opacity:0;
	width:200px;
}

.face-3 {
		top:0;
		left:50%;
  position: absolute;
	z-index:33;
	opacity:0;
	width:200px;
}


#imagesequence{
	text-align:center;
	margin-top:20px;
}

.backg{
	position:absolute;
	z-index:1;
	top:30%;
	left:50%;
	opacity:0;
	width:400px;
	margin-left:-200px;
}

.line-1{
    position: relative;
    top: 50%;  
    width: 20.18em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}

#cardview102 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}



.section22{
	position:absolute;
	top:70%;

}

.section222{
	position:absolute;
	top:80%;
	

}

.section22222{
	position:absolute;
	top:70%;
	

}

.#trigger4-1{
	position:absolute;
	top:70%;
	

}

.suri{
	width:100%;
	filter: saturate(0%);
	opacity:1;
	position:absolute;
	top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	z-index:51;
	
}

.bg1 {
  background-image: url(http://unsplash.it/1200?image=152); 
  background-size: cover;
  background-position: 50% 50%;
}

.bg2 {
  background-image: url(http://unsplash.it/1200?image=130); 
  background-size: cover; 
  background-position: 50% 50%;
}

.parallaxParent1 {
  height: 100vh;
  overflow: hidden;
}

.bgg {
  height: 200%;
  position: relative;
  top: -100%;
}


.wrap1 {
  width: 100%;
  height: auto;
}

.panel1 {
  position: relative;
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  font-size: 60px;
  text-align: center;
  color: #fff;
  
  &.green {
    // margin-bottom: 400px;
  }
}

.one1 {
    background-color: #67D5B5;
}

.two1 {
    background-color: #EE7785;
}

.three1 {
    background-color: #C89EC4;
}

.four1 {
    background-color: #84B1ED;
}

.top1 {
  height: 500px;
  font-size: 30px;
}

.bgg2{
	height:500px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

 /* Scene1 */

#cardview-1{
  background-color:#fff;
	height:80rem;
}

#main-title{
	position:absolute;
	top:19.938rem;
	left:50%;
  transform:translateX(-50%);
	text-align:center;
	opacity:0;
}

.fwt-100{
	font-weight:800;
	font-size:5.626rem;
	color:#222222!important;
	display:inline-block;
	white-space:nowrap;
}

.fwt-101{
	font-weight:800;
	font-size:7.75rem;
	color:#0068ff!important;
	display:inline-block;
	white-space:nowrap;
	line-height:8rem;
	letter-spacing:0.065rem;
}

#sub-title{
	position:absolute;
	top:13.125rem;
	left:50%;
  transform:translateX(-50%);
	text-align:center;
	opacity:0;
}

.fwt-110{
	color:#222222!important;
	white-space:nowrap;
	font-size:3.625rem;
	line-height:4.563rem;
	font-weight:600;
	text-align:center;
}

.smartphone{
	position:absolute;
  left:50%;
  transform:translateX(-50%);
	height:46.75rem;
  top:35.125rem;
	opacity:0;
}




#spacer33{
  background-color:#fff;
	height:33.063rem;
	width:100%;
}

#spacer34{
  background-color:#fff;
	height:37.5rem;
	width:100%;
}

#middle-small-text99{
	position:absolute;
	top:14.938rem;
	left:10%;
	text-align:left;
	font-size:2.25rem;
	white-space:nowrap;
	font-weight:700;
	color:#8E8A8A;
	line-height:3.25rem;
	
}

#middle-small-text100{
	position:absolute;
	top:5.125rem;
	left:10%;
	text-align:left;
	font-size:2.375rem;
	white-space:nowrap;
	font-weight:700;
	color:#0068FF;
	line-height:3.375rem;
}

#middle-small-text101{
	position:absolute;
	top:15.5rem;
	left:10%;
	text-align:left;
	font-size:2.25rem;
	white-space:nowrap;
	font-weight:700;
	color:#8E8A8A;
	line-height:3.25rem;
	
}


 /* Scene2 */

#cardview-2{
  background-color:#F6F7F8;


}

.animation-text3{
	position:absolute;
	top:calc(50% - 11rem/2 - 21.125rem);
	left:50%;
  transform:translateX(-50%);
  opacity:0;
	font-size:4.125rem;
	white-space:nowrap;
	font-weight:800;
}

.section2,
.spacer2 {
  height: 100vh;
}

.section170{
	height:75.75rem;
}

.ssss{
	width:100%;
	opacity:0;
}

.inputimg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:43.375rem;
	height:22.75rem;
}

#text2 {
	position:absolute;
	top:5.813rem;
  font-size: 2.313rem;
  font-weight: 700;
	z-index:2;
	left: 4.313rem;
	text-align: left;
	white-space:nowrap;
}

#text3 {
	position:absolute;
	top:15.625rem;
  font-size: 2.313rem;
  font-weight: 700;
	z-index:2;
	left: 4.313rem;
	text-align: left;
	white-space:nowrap;
}

.authentification-box{
	opacity:0;
	height:8.25rem;
	position:absolute;
  bottom:15%;
	left:50%;
	transform:translateX(-50%);
	z-index:50;
}

.radio-btn{
	opacity:0;
	width:19.813rem;
	position:absolute;
	top:26rem;
	left: 3rem;
	
}
 /* Scene3 */

#cardview-3{
  background-color:#fff;

}
#cardview100 {
  height: 75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animation-text1{
	position:absolute;
	top:calc(50% - 11rem/2 - 20.75rem);
	left:50%;
  transform:translateX(-50%);
  opacity:0;
	font-size:4.125rem;
	white-space:nowrap;
	font-weight:800;
}

.animation-text2{
 	position:absolute;
	top:calc(50% - 11rem/2 - 20.75rem);
	left:50%;
  transform:translateX(-50%);
  opacity:0;
	font-size:4.125rem;
	white-space:nowrap;
	font-weight:800;
}
/* Animation */
.anim-typewriter{
  width:0;
  /*animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;*/
}

/*@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}

@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}*/

.box-1 {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:38;
	opacity:0;
	width:20rem;
}

.box-3 {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:32;
	opacity:0;
	width:18.75rem;
}

.box-5 {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:33;
	opacity:0;
	width:18.75rem;
}
.box-6 {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:34;
  opacity:0;
	width:18.75rem;
}
.box-7 {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:35;
	opacity:0;
	width:18.75rem;
}
.box-8{
	top:27.25rem;
	left:50%;
  transform:translateX(-50%);
  position: absolute;
	z-index:26;
	opacity:0;
	width:48rem;
}

.boxWrap {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:27;
	opacity:1;
  background-color:#fff;
  width:25em;
  height:25em;
  border-radius:12.25em;
	border:0.2em solid #000;
}

.spacer{
	
}

 /* Scene4 */
#cardview-4{
  height:75.75rem;
	width:100%;
}

#middle-small-text{
	position:absolute;
	top:16.25rem;
	left:50%;
  transform:translateX(-50%);
	text-align:center;
	font-size:2.375rem;
	white-space:nowrap;
	font-weight:600;
	color:#C4C4C4!important;
	line-height:3.375rem;
	opacity:0;
}


#middle-big-text{
	position:absolute;
	top:21.63rem;
	left:50%;
  transform:translateX(-50%);
	text-align:center;
	font-size:4.125rem;
	white-space:nowrap;
	font-weight:800;
	line-height:5.5rem;
	opacity:0;
}

.suri-img100{
	opacity:0;
	width:100%;
	height:auto;
}

 /* Scene5 */
#cardview-5{
  height:77.5rem;
	width:100%;
	background-color:#1F2123;
}

 /* Scene6 */

#cardview4{
	
	background-color:#fff;
	height:106.9rem;
}

#middle-small-text2{
	padding-top:10rem;
	font-size:2rem;
	line-height:3rem;
	font-weight:300;
	color:#9E9E9E!important;
	text-align:center;
}

#middle-big-text2{
	margin-top:0.75rem;
	line-height:5.5rem;
	text-align:center;
	text-align:center;
}

.fwt-1000{
	font-weight:800;
	font-size:4.125rem;
	color:#0068FF;
	display:inline-block;
}

.fwt-1001{
	font-weight:800;
	font-size:4.125rem;
	line-height:5.5rem;
	color:#222222;
	display:inline-block;
}

#middle-title{
	margin-top:2.063rem;
	margin-bottom:7.5rem;
	font-weight:600;
	font-size:2.375rem;
	line-height:3.375rem;
	text-align:center;
	color:#222222;
}


ul.tabs{
	margin: 0px;
	padding: 0px!important;
	list-style: none;
	text-align:center;
	font-size:1.875rem;
	font-weight:700;
}

ul.tabs li{
  display: inline-block;
	color: #C4C4C4;
	margin: 0 1rem 0 1rem;
	cursor: pointer;
	padding-left:0px!important;
}

ul.tabs li.current{
	color: #222;
	border-bottom:0.25rem solid #222222;
	padding-bottom:0.5rem;
	padding-left:0px!important;
	
}

.tab-content{
  display: none;
	background: #F6F7F8;
	padding: 0.75rem 0.75rem 0 0.75rem;
}

.tab-content.current{
	display: inherit;
	text-align:center;
	height:64.75rem;
}

.fwt-1012{
	margin-top:6.75rem;
	font-weight:800;
	font-size:3.5rem;
	line-height: 5.25rem;
	color:#222222;
	display:inline-block;
	white-space:nowrap;
}

.fwt-1013{
	margin-top:1.25rem;
	font-weight:600;
	font-size:2rem;
	line-height: 3rem;
	color:#5C5C5C;
	display:inline-block;
	white-space:nowrap;
}

.smartphone2{
	position:absolute;
  left:50%;
  transform:translateX(-50%);
	height:42rem;
  bottom:0;
	width:48rem;
}

 /* Scene7 */
#middle-title2{
	padding-top:30.69rem;
	font-weight:600;
	font-size:2.375rem;
	line-height:3.375rem;
	text-align:center;
	white-space:nowrap;
	color:#E6E6E6;
}

#middle-big-text3{
	padding-top:1.75rem;
	line-height:5.5rem;
	text-align:center;
	white-space:nowrap;
	font-weight:800;
	font-size:4.125rem;
	color:#ffffff;
}

/* Scene8 */
#cardview300{
  height:80rem;
	width:100%;
	background-color:#ffffff;
}
#middle-big-text33{
	padding-top:11.25rem;
	line-height:5.5rem;
	text-align:center;
	white-space:nowrap;
	font-weight:800;
	font-size:4.125rem;
	color:#222222;
}
#middle-title22{
	padding-top:2rem;
	padding-bottom:5.5rem;
	font-weight:600;
	font-size:2.375rem;
	line-height:3.375rem;
	text-align:center;
	white-space:nowrap;
	color:#9E9E9E;
}

.smartphone3{
	position:absolute;
	top:36rem;
  left:50%;
  transform:translateX(-50%);
	height:44rem;
	z-index:5;
}

.smartphone4{
  top:0;
	height:44rem;
	position:absolute;
	left:50%;
  transform:translateX(-50%);
	opacity:0;

}

.befor-img1{
	position:absolute;
	top:30%;
  left:-50%;
  z-index:100;
	height:11.5rem;
}

.befor-img2{
	position:absolute;
	top:10%;
  left:70%;
	z-index:100;
	height:10.38rem;
}
.befor-img3{
	position:absolute;
	top:65%;
  left:-25%;
	z-index:100;
	height:9.25rem;
}
.befor-img4{
	position:absolute;
	top:60%;
  left:50%;
	z-index:100;
	height:11.5rem;
}





#cardview301{
  height:80rem;
  width:100%;
	background-color:#ffffff;
}

#smartBox{
  width:25.75rem;
	height:44rem;
	position:absolute;
	top:36rem;
  left:50%;
  transform:translateX(-50%);
	z-index:5;

}


#myimg{
	width:100%;
	height:auto;
}

.faceWrapper{
	position: absolute;
  width: 24.75rem;
  height: 36rem;
  left:50%;
	transform:translateX(-50%);
  top: 24.25rem;
	z-index:3;
}

.item1{
	position: absolute;
  width: 12.63rem;
  height: 12.63rem;
  left: 2.5rem;
  top: 50rem;
		opacity:0;

}

.item2{
	position: absolute;
  width: 12.63rem;
  height: 12.63rem;
  left: 11rem;
  top: 36rem;
		opacity:0;

}

.item3{
	position: absolute;
  width: 12.63rem;
  height: 12.63rem;
  right: 11rem;
  top: 36rem;
		opacity:0;

}

.item4{
	position: absolute;
  width: 12.63rem;
  height: 12.63rem;
  right: 2.5rem;
  top: 50rem;
	opacity:0;

}

.textBox{
	position: absolute;
  width: 38.38rem;
  height: 7.5rem;
  left: 50%;
	transform:translateX(-50%);
  top: 70rem;
  background: #E5EFFE;
  border-radius: 2rem;
	opacity:0;
	
}

#textBoxtext{
position: absolute;
left: 50%;
top: 6.5rem;
	transform:translateX(-50%);
font-weight: 600;
font-size: 1.75rem;
line-height: 2.375rem;
text-align: center;
color: #5C5C5C;
		opacity:0;
		white-space:nowrap;
}

#cardview130 {
  width: 100%;
  height: 80rem;
  background: #F7F8F9;
}

ul.tabs2{
	margin: 0px;
	padding: 0px!important;
	list-style: none;
	text-align:center;
	font-size:1.875rem;
	font-weight:700;
}

ul.tabs2 li{
  display: inline-block;
	color: #C4C4C4;
	margin: 0 1rem 0 1rem;
	cursor: pointer;
	padding-left:0px!important;
}

ul.tabs2 li.current{
	color: #222;
	border-bottom:0.25rem solid #222222;
	padding-bottom:0.5rem;
	padding-left:0px!important;
	
}

.tab2-content{
  display: none;
	background: #F6F7F8;
	padding: 0.75rem 0.75rem 0 0.75rem;
}

.tab2-content.current{
	display: inherit;
	text-align:center;
	height:64.75rem;
}

/*마지막*/

#cardview-66{
   height: 80rem;
   background-image: url("https://cardoc-images.cardoc.co.kr/cardoc/2103307b4f1e8945c6d2fb5d09880942f1edd6e504f3c6.png");
	background-repeat: no-repeat;
        background-position: center center;
	background-size:100%, 80rem;
}

.AppLogo{
	padding-top:23.5rem;
  display:block;
	text-align:center;
}

#middle-big-text4{
	padding-top:4.5rem;
	line-height:5.5rem;
	text-align:center;
	white-space:nowrap;
	font-weight:800;
	font-size:4.125rem;
	color:#ffffff;
}

#middle-title4{
	padding-top:2.125rem;
	font-weight:600;
	font-size:2.375rem;
	line-height:3.375rem;
	text-align:center;
	white-space:nowrap;
	color:#E6E6E6;
}

.smartphone55{
	position:absolute;
	top:36rem;
  left:50%;
  transform:translateX(-50%);
	height:54.06rem;
	z-index:5;
}

#card-00{
	height:80rem;
}

#card-01{
	height:75.75rem;

	
}

#card-02{
	height:79.75rem;
}

#card-03{
	height:77.5rem;
}

#card-04{
	height:52.688rem;
}

#card-05{
	height:82rem;
}

#card-06{
	height:70rem;
}

#spacer-00{
	height:9.375rem;
	background:black;
	width:100%;
}

.blue-logo{
	width:11.563rem;
	position:absolute;
	top:10rem;
  left:4rem;
}

.shortcut{
	width:5rem;
	position:absolute;
	top:36.438rem;
  left:4rem;
	z-index:100;
}

#insurance-main-title{
  position:absolute;
	top:15.438rem;
	left:4rem;
	line-height:5.5rem;
	text-align:left;
	white-space:nowrap;
	font-weight:800;
	font-size:4rem;
}

.black-font{
	color:#222222!important;
	display:inline-block;
}

.blue-font{
	color:#0068ff!important;
	display:inline-block;
}

.blue-font2{
	color:#9ACCFD!important;
	display:inline-block;
}

.grey-font{
	color:#C4C4C4!important;
	display:inline-block;
}

.grey-font2{
	color:#ababab!important;
	display:inline-block;
}

.white-font{
	color:#ffffff!important;
	display:inline-block;
}

.body-img-1{
	height:41.375rem;
	width:48rem;
	position:absolute;
	top:34.938rem;
	left:50%;
	margin-left:-24rem;
}

.body-img-2{
	height:44rem;
	width:48rem;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-24rem;
	
}

.body-img-2-1{
  position:absolute;
	top:57rem;
	z-index:3;
	left:50%;
	width:35rem;
	margin-left:-17.5rem;
	
}

.body-img-3{
	height:44rem;
	width:48rem;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-24rem;
	
}

.body-img-3-1{
  position:absolute;
	top:45rem;
	z-index:3;
	left:50%;
	width:20.625rem;
	margin-left:-10.3125rem;
	
}

#insurance-middle-small-title{
	padding-top:9.313rem;
	line-height:3.375rem;
	text-align:center;
	white-space:nowrap;
	font-weight:400;
	font-size:2.375rem;
}

#insurance-middle-big-title-1{
	padding-top:3.188rem;
	line-height:4.125rem;
	text-align:center;
	white-space:nowrap;
	font-weight:600;
	font-size:3.125rem;
}

.carousel-inner{
	height:48.875rem;
	width:100%;

}

#insurance-middle-big-title-2{
	padding-top:3.188rem;
	line-height:4.125rem;
	text-align:center;
	white-space:nowrap;
	font-weight:600;
	font-size:3.125rem;
}

#insurance-middle-text{
	padding-top:1.813rem;
	line-height:3rem;
	text-align:center;
	white-space:nowrap;
	font-weight:400;
	font-size:2rem;
}

#big-text{
	padding-top:13rem;
	line-height:3rem;
	text-align:center;
	white-space:nowrap;
	font-weight:700;
	font-size:12.5rem;
}

.insurance-review-profile{
	padding-top:4rem;
	padding-left:9rem;
	padding-right:1.25rem;
	text-align:left;
	white-space:nowrap;
	font-size:1.5rem;
	color:#454f5d;
}

.insurance-review-title{
	padding-left:3rem;
	padding-right:1.25rem;
	padding-top:4rem;
	line-height:1.5;
	text-align:left;
	white-space:nowrap;
	font-size:2.5rem;
	color:#000000;
	font-weight:600;
}

.insurance-review-text{
	padding-left:3rem;
	padding-top:2rem;
	padding-right:2rem;
	line-height:1.5;
	text-align:left;
	font-size:2rem;
	color:#454f5d;
}