@media all and (max-width: 768px) {
body {
	font-size: 13.5px;
}
#logo {
	top: 16px;
	width: 90px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
header {
	height: 90px;
}
#nav {
	top: 64px;
	left: 0;
	width: 100%;
}
.lmt { width:calc(100% - 32px) !important; margin-left:auto; margin-right:auto; }
header section {
	width: calc(100% - 32px);
}
.content {
	padding: 0;
	margin: 110px auto 10px;
}
#menu-gnb {
	text-align: center;
}
#menu-gnb li {
	margin-right: 10px;
	margin-left: 10px;
}
#menu-gnb li a {
	font-size: 15px;
}
/* about 
   --------------------------------- */
#about-cont {
	margin-bottom: 20px;
	height: auto;
}
#about-cont section {
	width: 90%;
	margin: 0 auto;
	position: static;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: auto;
}
#about-cont img {
	width: 26%;
}
#about-cont p {
	font-size: 16px;
}
/* footer
   --------------------------------- */
.page-template-main footer {
	bottom: 0;
	width: 100%;
}
footer section {
	padding: 16px 0;
}
/* common 
   --------------------------------- */
.slick-prev {
	left: 16px;
}
.slick-next {
	right: 16px;
}
ul.th-list {
	width: 100%;
	margin-left: 0;
}
ul.th-list li {
	height: auto;
	margin-bottom: 24px;
	width: 100%;
	margin: 0 0 30px;
}
ul.th-list li:last-child {
	margin-bottom: 0;
}
ul.th-list li a h3 {
	font-size: 15px;
	top: calc(100% + 12px);
}
/* single 
   --------------------------------- */
#portfolio-view .single-head, 
#portfolio-view .single-body {
	width: 100%;
}
#portfolio-view .single-head {
	margin-bottom: 24px;
}
#portfolio-view .single-head h2 {
	margin-bottom: 10px;
	font-size: 18px;
}
#portfolio-view a#gotolist {
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	margin-top: 20px;
}
#portfolio-view .single-head p {
	font-size: 15px;
}
#portfolio-view .single-head a#gotolist {
	font-size: 15px;
}
#portfolio-view .single-list {
	margin-top: 24px;
}
.single-list ul.th-list {
	font-size: 0;
}
.single-list ul.th-list li {
	width: 48%;
	display: inline-block;
	margin-bottom: 4%;
}
.single-list ul.th-list li:nth-child(even) {
	margin-left: 4%;

}
.single-list ul.th-list li h3 {
	font-size: 13px;
	margin-top: 10px;
	color: #999;
	line-height: 1.5;
}
/* contact 
   --------------------------------- */
.page-head {
	height: 120px;
}
.page-head section {
	margin-top: 120px;
	padding: 0 16px;
}
.page-head section h1 {
	text-align: center;
	font-size: 16px;
}
#contact-cont h3.title {
	margin-bottom: 16px;
}
#contact-cont .info iframe {
	height: 240px;
}
.wpcf7-form p {
	margin-bottom: 10px;
}
#contact-cont .info {
	margin-bottom: 20px;
}
#contact-cont .info,
#contact-cont h3.title {
	width: 100%;
	float: none;
}
#contact-cont {
	margin-top: 48px;
	margin-bottom: 0px;
}
}
