@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700|Sen&display=swap');

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1;
}
ol, ul, nav, li {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	height: auto;
	max-width: 100%;
	width: 100%;
	display: block;
}
a img {
	border: none;
}
a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
textarea, input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* common 
------------------------------------------------------------------------ */
.apr {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
	transition: opacity 1s, transform 0.6s cubic-bezier(0.165,  0.840, 0.440, 1);
}
ul.th-list {
	box-sizing: border-box;
	width: calc(100% + 16px);
	margin-left: -8px;
	font-size: 0;
}
@media all and (min-width: 1441px) and (max-width: 9999px) {
ul.th-list {
}
}
ul.th-list li {
	vertical-align: top;
	margin: 0 8px 16px;
	margin-bottom: 6vh;
	width: calc(33.3333% - 16px);
	position: relative;
	display: inline-block;
	transform: translate(0, 20px);
	opacity: 0;
}
ul.th-list li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.th-list li a img {
	width: 100%;
	height: auto;
}
ul.th-list li a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0);
}
ul.th-list li a:hover::before {
	background: rgba(255, 255, 255, .8);
	transition: .4s;
}
ul.th-list li a h3 {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	color: #737b80;
	opacity: 0;
}
ul.th-list li a:hover h3 {
	opacity: 1;
	transition: .4s;
}
.under::before {
	content: "";
	width: 0%;
	height: 1px;
	background-color: #737b80;
	position: absolute;
	bottom: -3px;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}
.under:hover::before {
	width: 100%;
	background-color: #737b80;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}
.off {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
}
.on {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 1.2s cubic-bezier(0.165, 0.840, 0.440, 1), opacity 1s ease;
}
.zero {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
}
.lmt { width:calc(100% - 48px) !important; margin-left:auto; margin-right:auto; }
.ellipsis {
	width: 200px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
	display: block;
}
.ellipsismx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	margin-top:1px;
	max-height:80px;
	overflow:hidden;
	vertical-align:top;
	text-overflow: ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.btn {
	padding: 8px 20px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	background-color: #1c1c59;
}
.btn-g {
	border: 1px solid #aaa;
	color: #737b80;
}
.btn:hover {
	color: #fff;
}
.nice {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.nice:hover {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
}
.nices {
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
}
.nices:hover {
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
}
.ctw {
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.cth {
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.cent {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
::selection {
	background-color: #333;
	color: #999;
}

/* layout
------------------------------------------------------------------------ */
body {
	position: relative;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
	line-height: 1.7;
	word-break: keep-all;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	color: #737b80;
	font-family:
		'Sen',
		'Noto Sans KR',
		"애플SD 고딕네오",
		"Apple SD Gothic Neo",
		"맑은 고딕",
		"Malgun Gothic",
		"돋움",
		"Dotum",
		sans-serif;
}
/* header 
------------------------------------------------------------------------ */
header {
	width: 100%;
	height: 64px;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 7;
}
.page-template-contact header, 
.home header {
	background-color: rgba(255, 255, 255, 0);
	border-bottom: transparent;
}
header.act {
	background-color: transparent;
}
header section {
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.home header section, 
header.wh section {
	background-color: transparent;
}
header #logo a img.wh {
	display: none;
}
header #logo a img.bk {
	display: block;
}
#logo {
	position: absolute;
	left: 0;
	top: 50%;
	overflow: hidden;
	z-index: 7;
}
@media all and (min-width: 1441px) and (max-width: 9999px) {
#logo {
	left: 0;
}
}
#logo a {
	display: block;
}
#logo a img {
	display: block;
	width: 104px;
}
.page-head {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background-color: #adb5bd;
	position: relative;
}
.page-head section {
	width: 100%;
	margin: 0 auto;
	margin-top: 180px;
	box-sizing: border-box;
	padding: 0 32px;
}
@media all and (min-width: 1441px) and (max-width: 9999px) {
.page-head section {
	padding: 0;
}
}
.page-head h1 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.025em;
}
#nav {
	width: auto;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9;
}
@media all and (min-width: 1441px) and (max-width: 9999px) {
#nav {
	right: 0;
}
}
#menu-gnb li {
	letter-spacing: 0.02em;
	text-align: left;
	display: inline-block;
	margin-left: 30px;
}
#menu-gnb li:first-child {
	margin-left: 0;
}
#menu-gnb li a {
	color: #737b80;
	font-size: 17px;
	text-transform: capitalize;
	position: relative;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}
#menu-gnb li a::before {
	content: "";
	width: 0%;
	height: 1px;
	background-color: #737b80;
	position: absolute;
	bottom: -3px;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}
#menu-gnb li a:hover {
	color: #333;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}
#menu-gnb li a:hover::before {
	width: 100%;
	background-color: #333;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}
header #menu-gnb li.current-category-ancestor a,
header #menu-gnb li.current-post-ancestor a, 
header #menu-gnb li.current-menu-item a {
	color: #333;
}
header #menu-gnb li.current-category-ancestor a::before,
header #menu-gnb li.current-post-ancestor a::before, 
header #menu-gnb li.current-menu-item a::before {
	background-color: #333 !important;
	width: 100%;
}
/* header white */
header.wh #logo a img.bk {
	display: none;
}
header.wh #logo a img.wh {
	display: block;
}
header.wh #menu-gnb li a {
	color: #737b80;
}
header.wh #menu-gnb li a:hover {
	color: #fff;
}
header.wh #menu-gnb li.current-category-ancestor a,
header.wh #menu-gnb li.current-post-ancestor a, 
header.wh #menu-gnb li.current-menu-item a {
	color: #fff;
}
header.wh #menu-gnb li a::before, 
header.wh #menu-gnb li a:hover::before {
	background-color: #fff !important;
}
header.wh #menu-gnb li.current-category-ancestor a::before,
header.wh #menu-gnb li.current-post-ancestor a::before, 
header.wh #menu-gnb li.current-menu-item a::before {
	width: 100% !important;
	background-color: #fff !important;
}
/* footer 
------------------------------------------------------------------------ */
footer {
	letter-spacing: 0.02em;
	width: 100%;
}
.home footer {
	position: fixed;
	bottom: 0;
}
footer section {
	position: relative;
	padding: 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}
@media all and (min-width: 1441px) and (max-width: 9999px) {
footer section {
	padding: 20px 0;
}
.home footer section {
	padding: 20px 0;
}
}
footer #copy {
	color: #737b80;
}
footer.wh #copy {
	color: #fff;
}
.home footer section, 
footer.wh section {
	background-color: transparent;
}
/* content 
------------------------------------------------------------------------ */
.content {
	width: 100%;
	margin: 48px auto;
	box-sizing: border-box;
	padding: 0;
}
@media all and (min-width: 1441px) and (max-width: 9999px) {
.content {
	padding: 0;
}
}
/* main 
------------------------------------------------------------------------ */
.main-visual {
	background-color: #000;
	width: 100%;
	height: 100vh;
}
.main-visual div {
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #000;
	margin: 0;
}
.main-visual div::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 0;
}
/* about 
------------------------------------------------------------------------ */
#about-cont {
	margin-top: 120px;
	position: relative;
	height: 70vh;
}
#about-cont section {
	position: absolute;
	width: 75%;
	top: 50%;
	left: 50%;
}
#about-cont p {
	margin-bottom: 20px;
	font-size: 17px;
	text-align: center;
}
#about-cont img {
	width: 20%;
	max-width: 100px;
	float: right;
}
/* portfolio 
------------------------------------------------------------------------ */
#portfolio-cont {
	margin-top: 120px;
}
.sub-menu {
	margin-bottom: 20px;
}
.menu-tag-container, 
#menu-tag {
	display: inline-block;
}
#menu-tag li.current-menu-item a {
	color: #323232 !important;
}
#menu-tag li {
	display: inline-block;
	margin-right: 10px;
}
#menu-tag li a {
	text-transform: uppercase;
	color: #737b80;
}
/* single 
------------------------------------------------------------------------ */
#portfolio-view {
	margin-top: 0px;
}
.single header {
	background-color: rgba(255, 255, 255, 0);
}
#portfolio-view .single-wrap {
	overflow: auto;
}
#portfolio-view .single-head {
}
#portfolio-view .single-head h2 {
	font-size: 22px;
	margin-bottom: 16px;
	color: #333;
}
#portfolio-view .single-head p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 12px;
}
#portfolio-view a#gotolist {
	font-size: 13px;
	border: 1px solid #ccc;
	color: #737b80;
	padding: 10px 0;
	display: block;
	width: 120px;
	text-align: center;
	margin: 0 auto;
	margin-top: 32px;
}
#portfolio-view a#gotolist:hover {
	background-color: #f9f9f9;
}
#portfolio-view .single-body {
	width: 100%; 
	box-sizing: border-box;
}
#portfolio-view .single-body .wp-block-columns {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	margin-top: 48px;
}
#portfolio-view .single-body .wp-block-columns h2 {
	font-size: 40px;
	color: #000;
	margin-bottom: 8px;
}
#portfolio-view .single-body .wp-block-columns h3 {
	font-size: 24px;
	color: #333;
}
#portfolio-view .single-body .wp-block-columns p {
	font-size: 16px;
	margin-bottom: 24px;
}
.single-thumbnail {
		margin-bottom: 2rem;
}

.single-thumbnail img {
		width: 100%;
			   	height: auto;
}

.wp-block-gallery.slick-initialized {
		/* 슬라이더 스타일 */
}
#portfolio-view .single-list {
	margin-top: 48px;
	clear: both;
}
#portfolio-view .single-list h3 {
	margin-bottom: 16px;
}
/* contact
------------------------------------------------------------------------ */
#contact-cont {
	overflow: auto;
}
#contact-cont h3.title {
	font-size: 18px;
	margin-bottom: 20px;
}
#contact-cont .info {
	width: 100%;
	margin-bottom: 50px;
	margin-top: -4px;
}
#contact-cont section {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
#form {
	width: 100%;
	margin-top: 24px;
}
#touch {
	width: 100%;
	margin-top: 30px;
}
#touch p a {
	color: #737b80;
	border-bottom: 1px solid;
}
#touch p a:hover {
	border-bottom: none;
}
.wpcf7-form label {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
}
.wpcf7-form label#message {
	margin-bottom: 0;
}
.wpcf7-form input {
	width: 100%;
	border: 0;
	border: 1px solid #ccc;
	appearance: none;
	-o-appearance: none; /* Firefox */
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	border-radius: 0;
	font-size: 14px;
	height: 36px;
	padding-left: 8px;
	box-sizing: border-box;
	font-family:
		'Sen',
		'Noto Sans KR';
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: #333;
}
.wpcf7-form textarea {
	padding: 12px;
	font-size: 14px;
	width: 100%;
	border-color: #ced4da;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	font-family:
		'Sen',
		'Noto Sans KR';
}
.wpcf7-form p:nth-child(3) {
	display: none;
}
.wpcf7-form h5 {
	margin-bottom: 28px;
}
.wpcf7-form .wpcf7-submit {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: #adb5bd;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.05em;
	height: 40px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	appearance: none;
	-o-appearance: none; /* Firefox */
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	border-radius: 0;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #343a40;
}
.wpcf7-form .wpcf7-submit:focus {
	outline: none;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	border: 0 !important;
	padding: 0 !important;
	text-align: center;
	margin: 0 !important;
	padding: 2em 0 !important;
	background: #e9ecef;
	margin-top: 40px !important;
}
div.wpcf7 img.ajax-loader {
	display: none !important;
}
.wpcf7-form-control-wrap {
	position: relative !important;
}
.wpcf7-not-valid-tip {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	display: block !important;
	width: 100%;
}
.wp-block-gallery .blocks-gallery-image figure img,
.wp-block-gallery .blocks-gallery-item figure img {
	display: block;
	width: 100%;
}
