@charset "utf-8";
/* *******************************************************
 * filename : style.css
 * description : 메인 CSS
 * date : 
******************************************************** */

@media all and (min-width:1200px) {
	.container-fluid {
		padding-right: 50px;
		padding-left: 50px;
	}
}

/* HEADER */
#nt_header {
	position: fixed;
	width: 100%;
	box-shadow: 0 0 35px rgba(0, 0, 0, .05);
	background-color: #fff;
	z-index: 9;
}

#header_pc .header-logo > a {display: inline-block;}
#header_pc .header-logo > a > img {
	max-width: 250px;
	max-height: 40px;
	/* -webkit-filter: grayscale(100%) brightness(0);
	filter: grayscale(100%) brightness(0); */
}

#nt_menu {
	box-shadow: none;
	-webkit-box-shadow: none
}

#nt_menu .me-a {
	font-size: 15px;
	line-height: 1.5 !important;
	font-weight: 300;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #212121;
}

#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {
	background: transparent !important;
	color: #000;
	font-weight: 600;
}

.header-sns-link a {
	display: block;
}
.header-sns-link img {
	max-height: 25px;
	transition: opacity .3s;
}
.header-sns-link a:hover img {opacity: .5;}
.header-sns-link .header-tel span {
	display: inline-block;
	padding-top: 2.5px;
}


@media all and (min-width:1200px) {
	#header_pc .header-wrap {
		padding: 40px 0;
	}
}

@media all and (max-width:1199px) {
	#header_pc .header-wrap {
		padding-top: 20px;
	}
	
	.header-menu {
		/* padding-top: 5px; */
		margin: 20px 0 0;
		border-top: 3px double #ddd;
		border-bottom: 3px double #ddd;
	}
  
  .header-menu .nt-menu {
    display: none;
  }
}


@media all and (max-width:767px) {
	#header_pc .header-logo > a > img {
		max-height: 32px;
	}
	
	#nt_menu>.nt-container>.d-flex {
		white-space: nowrap;
		overflow: hidden;
		position: relative;
		/* overflow-x: scroll;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
		scrollbar-width:none */
	}
	
	/* #nt_menu>.nt-container>.d-flex::-webkit-scrollbar {
		display:none
	} */
	
	/* #nt_menu > .nt-container > .d-flex .nav-slide {flex-wrap: nowrap;} */
	
	/* #nt_menu .me-list .me-li {
		border: 1px solid;
	} */
	#nt_menu .me-a {
		font-size: 13px;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	#nt_body {
		min-height: 50vh;
	}
}


#nt_footer {
	margin-top: var(--section-padding);;
	padding: 80px 0;
	background-color: #EFEFEF;
}

#nt_footer .footer-logo {text-align: center;}
#nt_footer .footer-logo > a {display: inline-block;}
#nt_footer #logo_img {max-height: 40px;}

@media all and (max-width:767px) {
	#nt_footer {
		padding: 35px 0;
		font-size: 12px !important;
	}
	#nt_footer #logo_img {max-height: 20px;}
}

.quick_link {
	position: fixed;
	bottom: 80px;
	right: 5px;
	z-index: 9;
}

.quick_link li {
}

.quick_link li:not(:first-of-type) {
	margin-top: 10px;
}

.quick_link li > a {
	display: flex;
	flex-direction: column!important;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 150px;
	border: 1px solid #e7e7e7;
	text-align: center;
	font-size: 12px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.05);
	transition: all .3s;
}

.quick_link li > a:hover {
	background-color: #efefef;
	/* color: #fff; */
}

.quick_link li > a:not(.kakao-link):hover img {
	/* filter: brightness(0) invert(1); */
}


.quick_link li > a > img {
	margin-bottom: 5px;
	width: 30px;
}

@media all and (max-width:767px) {
  .quick_link {display: none;}
	.quick_link li > a > img {
		margin-bottom: 3px;
		width: 20px;
	}
	
	.quick_link li > a {
		width: 60px;
		height: 60px;
		font-size: 11px;
	}
	
	#nt_sidebar_move {
		right: 15px !important;
	}
}


/*  */
#main-body #nt_footer {
	margin-top: 0;
}


/* section */
section {
	padding-top: var(--section-padding);
}

.section-padding-bottom {
	padding-bottom: var(--section-padding);
}

/* #ctt_con section:first-of-type{ 
  padding-top: 0;
} */

#bo_list_wrap section {
	padding-top: inherit;
}
.section-title {
	padding: 0 15px;
	margin-bottom: 100px;
	text-align: center;
}

.section-title i {
	font-size: 40px;
}

.section-title h3 {
	margin-bottom: 30px;
}

.section-title h3 > span {
	font-weight: 600;
}

.section-title p {
	position: relative;
	font-weight: 300;
}

/* .section-title p::before,
.section-title p::after {
	content: "";
	position: absolute;
	background-image: url("../img/songdo/quot.png");
	background-repeat: no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
	opacity: .6;
}

.section-title p::before {
	top: -5px;
	left: -7px;
}

.section-title p::after {
	bottom: -5px;
	right: -7px;
	transform: rotate(180deg);
} */

/* .main-content-title > h3 {color: #8c5f46;} */
.main-content-title > h3 > span {font-weight: 600;}



#nt_title {
	position: relative;
	padding: 50px 0;
  /* margin-bottom: var(--section-padding); */
	background-size: cover;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/songdo/section_bg.jpg');
	border-bottom: none;
	color: #000;
}

#nt_title .page-title {text-align: center;}
#nt_title .page-title h4 {font-weight: 600;}
#nt_title .page-title h4,
#nt_title .page-title h6 {overflow: hidden;}

#nt_title .page-title h4 > span,
#nt_title .page-title h6 > span {display: inline-block;}
#nt_title .page-title h6 > span {font-weight: 300;}

/* #nt_title.cover-background {color: #fff;}
#nt_title.cover-background::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}
#nt_title.cover-background .nt-container {height: inherit;}
#nt_title.cover-background .nt-container .page-title-container {
	aspect-ratio: 16/7;
} */

#nt_title .breadcrumb a {color: #8c5f46;}
#nt_title .breadcrumb-item + .breadcrumb-item::before {
	color: #8c5f46;
}

@media all and (max-width:767px) {
	.section-title {
		margin-bottom: 30px;
	}
	
	.section-title h5 {
		padding: 10px 20px;
		line-height: 1.7;
	}
	
	.section-title h2 {
		margin-bottom: 15px;
	}
	.section-title p {
    font-size: 12px !important;
  }
	
	.section-title i {
		font-size: 20px;
	}
	
	.section-title h3 {
		margin-bottom: 20px;
	}
	
	
	.section-title h5::before,
	.section-title h5::after {
		background-size: 18px;
		width: 18px;
		height: 18px;
	}
	
	/* .section-title p {line-height: 1.4;} */
	
	#nt_title {
		padding: 25px 0;
	}
	#nt_title.cover-background .nt-container .page-title-container {
		height: auto;
		aspect-ratio: 16/9;
	}
}

/* main */

#main-video video {
	display: block;
	width: 100%;
	height: 75vh;
	object-fit: cover;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}


@media all and (max-width:991px) {
	#main-video video {
		height: 80vw;
	}
}


.masonry-img {
	position: relative;
	overflow: hidden;
}

.gallery-masonry .grid-item {
	width: 25%;
}


.cover-background {
	position: relative !important;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}


/* MASONRY-SECTION */
.masonry-section .masonry-filter {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}


.masonry-section .masonry-filter>li>a {
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
}

.masonry-section .masonry-grid {overflow: hidden;}
.masonry-section .masonry-grid .grid-item {margin: 5px;}
.masonry-section .masonry-grid .masonry-img img {width: 100%;}
.masonry-section .visible_item {display: none;}

.load-more {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.load-more > a {

}


/* contents */
.content-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.content-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #999;
}

.content-title h2 {
	position: relative;
	/* color: #8c5f46; */
}

.content-title h2 > span {
	font-weight: 600;
}

.content-title h2::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #666;
}

.content-title a {
	/* color: #b59683; */
	transition: color .3s;
}
.content-title a:hover {}
.content-title a > i {padding-left: 10px;}


/* CONTENT-BLOG */
.content-blog .na-title .na-item {
	flex-wrap: wrap;
	flex-direction: column!important;
	align-items: start;
}
.content-blog .na-title .na-item h6 {}
.content-blog .na-title .na-item p {
	word-break: keep-all;
}

.view-btn {
	position: relative;
	color: #b59683;
}

.view-btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
	height: 1px;
	background-color: #b59683;
}

@media all and (max-width: 767px) {
	/* contents */
	.content-title {
		margin-bottom: 30px;
	}

	
	.content-blog .na-title .na-item p {
		word-break: break-all;
		font-size: 12px;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* 보여질 줄 수 */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


/* .content-insta {} */

.img-banner {text-align: center;}
.product-top-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: 1px solid #999;
}

.product-top-title > img {
	max-height: 30px; 
	opacity: .3;
}

.product-banner {
	min-height: 50vh;
}


@media all and (min-width: 992px) {
	.product-top {
		position: sticky;
		top: 200px;
		padding-bottom: 80px;
	}
}

@media all and (max-width: 991px) {
	.product-top {text-align: center;}
	.product-top-title {
		margin-bottom: 10px;
		border-bottom: none;
	}
	
	.product-top .img-banner img {border-radius: 10px;}
	
	.product-top > a {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}

@media all and (max-width: 767px) {
	.product-top-title > img {
		max-height: 20px;
	}
	
	.product-banner {
		min-height: inherit;
		aspect-ratio: 16/10;
		background-attachment: local;
	}
	
}



/* .product-top-title::after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 80px;
	background-color: #000;
} */


/*  */
.mo_button,
.mo_full,
.mo_fiex_menu,
.mobile_bottom {
  display: none;
}



@media all and (max-width: 1199px) {
  .mo_button {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  
  .mo_button div {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    transition: transform .5s, top .5s, bottom .5s, opacity .5s;
  }
  
  .mo_button div:nth-of-type(1) {top: 0;}
  .mo_button div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .mo_button div:nth-of-type(3) {bottom: 0;}
  
  /* menuOn */
  .mo_button.menuOn div:nth-of-type(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  
  .mo_button.menuOn div:nth-of-type(2) {
    transform: translateX(-80%);
    opacity: 0;
  }
  
  .mo_button.menuOn div:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 8px;
  }
  
  
  /*  */
  .mo_full {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    
    padding: 65px 0 77px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    
    transition-duration: 0.6s;
    z-index: 99;
    opacity: 0;
  }
  
  .mo_full.menuOn {
    transform: translateY(0);
    opacity: 1;
  }
  
  .mo_full ul {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .mo_full ul > li {
    width: 100%;
  }
  
  .mo_full ul > li > a {
    padding: 6px 0;
    font-size: 20px;
    font-weight: 500;
    color: #888;
    transition: color .3s, font-weight .3s;
  }
  
  .mo_full ul > li.on a,
  .mo_full ul > li > a:hover {
    color: #222;
    font-weight: 700;
  }
  
  .mo_fiex_menu {
    display: flex;
  }
  
  .mo_fiex_menu > li {
    width: 33.3%;
    text-align: center;
  }
  
  .mo_fiex_menu > li > a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  
}


@media all and (max-width: 767px) {
  .studio-info {font-size: 15px;}
  
  .responsive .wrapper {
    padding-bottom: 57px;
  } 
  #nt_sidebar_move {
    bottom: 70px !important;
  }
  
  
  /*  */
  .mobile_bottom {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    border-top: 3px double #ddd;
    z-index: 100;
  } 
  
  
  .mobile_bottom > li {
    flex: 1!important;
    position: relative;
    background: #f67c89;
  }
  
  /* .mobile_bottom > li:nth-of-type(2n) {
    background-color: #ececec;
  } */
  
  .mobile_bottom > li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #fff;
  }
  
  .mobile_bottom > li:last-of-type::after {
    content: none;
  }
  
  .mobile_bottom > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
  }
  
  .mobile_bottom > li > a img {
    margin-right: 6px;
    max-width: 20px;
    max-height: 20px;
    filter: brightness(0) invert(1);
  }
  
  
}

@media all and (max-width: 767px) {

}
















