/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif');

@font-face{
	font-family: "Noto Sans KR"; 
	font-weight: 100;
	src: url('../fonts/NotoSansCJKkr-Thin.otf') format('opentype');
 }
@font-face{
	font-family: "Noto Sans KR"; 
	font-weight: 200;
	src: url('../fonts/NotoSansCJKkr-Light.otf') format('opentype');
 }
@font-face{
	font-family: "Noto Sans KR"; 
	font-weight: 400;
	src: url('../fonts/NotoSansCJKkr-Regular.otf') format('opentype');
 }
@font-face{
	font-family: "Noto Sans KR"; 
	font-weight: 500;
	src: url('../fonts/NotoSansCJKkr-Medium.otf') format('opentype');
 }
/*common*/
ul,ol,li {
	list-style: none;
}
.p-none {
	padding: 0px;
}
@media (min-width: 1750px) {
	.container {
		width: 1750px;
	}
}
@media (max-width: 1749px) and (min-width: 1550px){
	.container {
		width: 1550px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
	letter-spacing: -0.5px;
}
/*header*/
@media (max-width: 1024px){
	.hamb-mob-icon {
		font-size: 20px;
	}
}
@media (min-width: 991px){
	.header .logo-2{
		margin-left: 54px;
	}
}
@media (max-width: 768px){
	.hamb-mob-icon {
		padding: 20px 17px 22px 5px;
	}
	.header .logo-2 a img {
		width: 130px;
	}
}
/*slider*/
#slider .slotholder {
    padding: 15px !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
/*main-man*/
.main-man {
	min-height: 100vh;
	position: relative;
}
.main-man .header-content-fixed {
	min-height: 100vh;
	/*background: url(../images/main_slide.jpg) no-repeat center;*/
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	position: fixed;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
.main-man .main_slide {
	position: absolute;
	left: 0;
    top: 0;
	max-width: none;
	
    -webkit-animation: focus_circle 30s linear infinite;
    -moz-animation: focus_circle 30s linear infinite;
    -ms-animation: focus_circle 30s linear infinite;
    -o-animation: focus_circle 30s linear infinite;
    animation: focus_circle 30s linear infinite;
}
@keyframes focus_circle {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
        transform: scale(1);
		opacity: 1; 
	}
	50% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
        transform: scale(1.3);
		opacity: 1; 
	}
	100% {
		-webkit-transform: scale(1));
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
        transform: scale(1));
		opacity: 1; 
	}  
}
.main-man .whoim {
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 100px;
}
.main-man .name {
	font-size: 60px;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	z-index: 3;
	letter-spacing: 10px;
}
.main-man h3.name {
	font-size: 19px;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    letter-spacing: 3px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}
.main-man .job {
  position: relative;
  display: inline-block;
  z-index: 3;
  border-bottom: 1px solid #000000;
  padding: 10px;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
	.main-man .header-content-fixed {
		position: relative;
	}
	.main-man .name {
		font-size: 3em;
	}
}
@media (max-width: 768px) {
	.main-man .name img {
		width: 200px;
	}
	.main-man h3.name {
		font-size: 13px;
		margin-top: 15px;
	}
}
/*bt_sec*/
#bt_sec {
	position: relative;
	z-index: 10;
	background-color: #fff;
}
/*HELPER*/
.bg1 {
  background-image: url(../images/bg1.jpg);
}
.bg2 {
  background-image: url(../images/bg2.jpg);
}
.container-medium {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.container-mini {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
  position: relative;
  z-index: 1;
}
.container-xs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 625px;
  position: relative;
  z-index: 1;
}
.content-table {
  display: table;
  position: relative;
  width: 100%;
}
.content-table .v-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  float: none;
}
/*bt_scr*/
.bt_scr {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
}
@media (max-width: 768px) {
	.bt_scr .scroll_dw {
		width: 15px;
	}
}
/*main-menu*/
#main-menu .navbar .nav li a {
    font-size: 18px;
    font-weight: 500;
    padding: 40px 3px 5px 3px;
    letter-spacing: 3px;
}
@media (min-width:991px){	
	#main-menu .navbar .nav li a .main-menu-title {
		position: relative;
	}
	#main-menu .navbar .nav li a .main-menu-title span {
		position: absolute;
		width: 100%;
		height: 1px;
		text-align: center;
		bottom: 5px;
		left: 0;
	}
	#main-menu .navbar .nav li a .main-menu-title span:after {
		content: "";
		display: inline-block;
		width: 0px;
		background-color: #1e1e1e;

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;	
	}
	#main-menu .navbar .nav li a:hover .main-menu-title span:after {
		width: 100%;
		height: 1px;
	}
	.header-1 #main-menu .navbar .nav > li.current > a {
		border-bottom: 0px;
		padding: 45px 3px 5px 3px;
	}
}
@media (max-width:768px){	
	#main-menu .navbar .nav {
		background-color: #3d3d3d;
    	padding: 10px 0;
	}
	#main-menu .navbar .nav li a {
		font-size: 13px;
		letter-spacing: 1px;
		font-weight: 300;
		padding: 10px 15px !important;
	}
}
/*msec01_wrp*/
#msec01_wrp .portfolio-item {
	width:100%;
}
#msec01_wrp .portfolio-item img {
	width: auto;
	display: inline-block;
}
#msec01_wrp .owl-prev, 
#msec01_wrp .owl-next {
	line-height: 66px;
}
/*msec01*/
#msec01 {
	background: url(../images/msec01.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100vh;
}
#msec01.msec01_02 {
	background: url(../images/msec01_02.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100vh;
}
#msec01.msec01_03 {
	background: url(../images/msec01_03.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100vh;
}
#msec01.msec01_04 {
	background: url(../images/msec01_04.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100vh;
}
#msec01 .txtbox .img_wrp {
	margin-bottom: 70px;
	padding-top: 100px;
}
#msec01 .txtbox p {
	color: #fff;
    font-size: 18px;
    line-height: 2em;
    font-weight: 200;
    letter-spacing: -0.5px;
	margin-bottom: 70px;
}
#msec01 .btn_wrp a {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 3;
    letter-spacing: 3px;
    font-family: 'PT Serif', serif;
    font-style: italic;
	border-bottom: 1px solid #fff;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#msec01 .btn_wrp a:hover {
	opacity: 0.6;
}
@media (min-width: 991px){	
	#msec01 {
		padding-right: 84px;
	}
}
@media (max-width: 992px){	
	#msec01 {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 768px){
	#msec01 .txtbox .img_wrp {		
		margin-bottom: 30px;
	}
	#msec01 .txtbox .img_wrp img {
		width: 250px;	
	}	
	#msec01 .txtbox p {
		font-size: 13px;
		margin-bottom: 30px;
		word-break: keep-all;
	}
	#msec01 .btn_wrp a {
		font-size: 13px;
	}
}
/*footer*/
#footer {
	background-color: #fff;
}
#footer .foot_con {
	position: relative;
}
#footer .foot_con p {
	font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    color: #231815;
}
#footer .foot_con .bt_sns {
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: none;
}	
@media (max-width: 768px){
	#footer {
		padding: 30px 0;
	}
	#footer .foot_con {
		padding: 0 15px;
		padding-right: 100px;
	}
	#footer .foot_con p {
		font-size: 12px;
		word-break: keep-all;
	}
	#footer .foot_con .bt_sns {
		top: 0px;
		padding-right: 15px;
	}
	#footer .foot_con .bt_sns img {
		width: 30px;
	}
}
/*back-top*/
@media (min-width: 769px){
	#back-top a {
		font-size: 50px;
		padding: 0px;
		height: 50px;
		width: 50px;
	}
}
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(openhand.cur), default;
}
.tp-carousel-wrapper.dragged {
	cursor:url(closedhand.cur), default;
}
