@charset "utf-8";
/* CSS Document */



.thum_t1{font-size:19px;}
.thum_t2{font-size:14px;}


.bg_black{
	background:#000; 
	width:100%;
	height:auto;
}


.section_box:after{
	content:"";
	display:block;
	clear:both;
}

/*** 어바웃 m ***/
#about_con02{
	margin-bottom:80px;
}
.left_profile{
	width: 100%;
	margin:0 auto;
	height: auto;
}
.left_profile img{
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius:10px;
}
.right_text{
	width:100%;
}
.small_title{
	font-size:11px;
	margin-bottom:10px;
	margin-top:50px;
}
.right_text ul{
	margin-bottom:35px;
}
.right_text .r_t1{
	font-size:27px;
}
.right_text .r_t2{
	font-size:15px;
	line-height:1.6;
}
.right_text .r_t2 li{
	margin-bottom:25px;
}

#about_con03 {
	width:100%;
	height:auto;
	background:#000;
	color:#fff;
	padding: 80px 0;
	overflow-x: hidden;
}
.about_keyword{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.about_keyword li{
	font-size:22px;
}



#about_con04 {
	padding:10px 0px 60px 0;
}
#about_con04 .about_text_in{
	margin-bottom: 7px;
	line-height: 1.6;
	font-size: 15px;
}
.about_text_in span{
	background:#ddd;
	border-radius: 6px;
	padding: 1px 9px;
	margin-right: 10px;
}
.about_line{
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
}



#about_con05{
	width:100%;
	height:auto;
	background:#000;
	color:#fff;
	padding:80px 0;
}

#about_con05 .t1{
	font-size:38px;
	line-height:1.1;
	margin-bottom:40px;
}
#about_con05 .t2{
	font-size:15px;
	margin-bottom:35px;
}
#about_con05 .t3 i{
	margin-right:10px;
}
/*메인 contact 방향*/
#about_con05 .section_box{
	position: relative;
}
#about_con05 .fp_inner{
	border: 1px solid #fff;
	border-radius: 74px;
	padding: 32px 32px;
	position: absolute;
	right: 2%;
	top: 78%;
}
#about_con05 .fp_inner .arrow{
	position: absolute;
	width: 39px;
	height: 5px;
	right: 0;
	top: 46%;
	margin-right: 18px;
	background:url('../images/main_btn_arrow_white.png') no-repeat center;
	background-size:27px;

	animation-name: arrow;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	-webkit-animation-name: arrow;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}


#about_con05 .fp_inner:hover{
	background:#fff;
	transition:all 0.3s ease-out;
}
#about_con05 .fp_inner:hover .arrow{
	background:url('../images/main_btn_arrow.png') no-repeat center;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrow {
  0%   {right: 0;}
  100% {right: -10px;}
}

/* Standard syntax */
@keyframes arrow {
  0%   {right: 0;}
  100% {right: -10px;}
}
/*메인 contact 방향 끝*/




/*** 포트폴리오 m ***/
.big_title{
	padding: 160px 0 60px 0;
    font-size: 40px;
	letter-spacing:-6px;
}

#portfolio_con02{
	margin-bottom:100px;
}

#filter_btn{
	margin-bottom:30px;
}
#filter_btn .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  margin-bottom:5px;
  color:#000;
  border-radius:5px;
  font-size:13px;
}
#filter_btn .btn:hover {
  background-color: #ddd;
}
#filter_btn .btn.active {
  background-color: #181818;
  color: white;
   font-weight:500;
}

.filter_box {
	overflow: hidden;
	display:grid;
	grid-template-columns:repeat(1,1fr);
	grid-gap:1.5rem;
}
.filter_box .filterDiv {
	/*margin: 2px;*/
	display: none;
}
.filter_box .show {
	display: block;
}
.filter_thum_img{
	display: block;
    position: relative;
    padding-bottom: 65%;
    border-radius: 6px;
    overflow: hidden;
    min-height: auto;
	/*min-height: 185px;*/
} 
.filter_thum_img img:hover, 
.filter_thum_img video:hover {
	transform: scale(1.2, 1.2); 
	transition-duration: 0.5s;
}
.filter_thum_img img, .filter_thum_img video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
	transition-duration: 0.3s;
}
.filter_thum_text{
	margin:15px 0;
}


 
 /* .filter_thum_img img {transition-duration: 0.3s;}/



/*프로젝트 m*/
#project_con01 .proj_text{
	padding:150px 0 70px 0;
}
#project_con01 .proj_text .t1{
	font-size:35px;
	font-weight:800;
	margin-bottom:30px;
}
#project_con01 .proj_text .t2{
	font-size:15px;
	color:#555;
	margin-bottom:30px;
	line-height:1.5;
}	
#project_con01 .proj_text .t3{
	font-size:14px;
	color:#000;
	line-height:1.6;
}	
#project_con01 .proj_text button{
	font-size:12px;
	font-weight:500;
	color:#fff;
	background:#181818;
	padding:15px 28px;
	margin-top:35px;
}	


#project_con02 .detail_in{
	width:100%;
	height:auto;
}
#project_con02 .detail_in .sp{
	width:100%;
	margin:8% 0;
}
#project_con02 .detail_in img{
	width:100%;
}
#project_con02 .padding{
	padding:3% 25%;
}
#project_con02 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
	overflow:hidden;
}

#project_con03 ul{
	width: 100%;
	height:auto;
    border-top: 1px solid #000;
    margin-top: 50px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
#project_con03 ul li{
	padding:10px 0;
}

#project_con03 ul a:nth-child(2) li{
	border-radius:30px;
	background:#eee;
	padding:12px 15px;
}
#project_con03 ul a:nth-child(2) li:hover{
	background:#000;
	color:#fff;
	transition: all 0.3s ease-out;
}

.tudor_bg{
	background:url('../images/tudor_img_08.jpg') no-repeat center;
	width:100%;
	height:auto;
}
.tudor_bg img{
	padding:0px 39% 0% 39%;
}
.han_bg {
	background:#f79727;
	width:100%;
	height:auto;
}
.han_bg img{
	padding:0 10%;
}
.han_bg img:nth-child(1){
	padding-top:10%;
}
.han_bg img:nth-child(2){
	padding-bottom:10%;
}


/*프로젝트 밑에 들어가는 컨텍m*/
#footer_contact{
	background:#eee;
	width:100%;
	height:auto;
}
#footer_contact .f_contact_text{
	padding: 20% 0;
	text-align:center;
	line-height: 1.6;
}
#footer_contact .f_contact_text .p1{
	font-size:15px;
	font-weight:500;
}
#footer_contact .f_contact_text .p2{
	font-size: 27px;
	font-weight:600;
}

.is-animetion span {
      display: inline-block;
      animation: wave-text 1s ease-in-out 1;
      letter-spacing: -7px;
    }

    .is-animetion span:nth-of-type(1) { animation-delay: 0.0s; }
    .is-animetion span:nth-of-type(2) { animation-delay: 0.1s; }
    .is-animetion span:nth-of-type(3) { animation-delay: 0.2s; }
    .is-animetion span:nth-of-type(4) { animation-delay: 0.3s; }
    .is-animetion span:nth-of-type(5) { animation-delay: 0.4s; }
    .is-animetion span:nth-of-type(6) { animation-delay: 0.5s; }
    .is-animetion span:nth-of-type(7) { animation-delay: 0.6s; }
    .is-animetion span:nth-of-type(8) { animation-delay: 0.7s; }
    .is-animetion span:nth-of-type(9) { animation-delay: 0.8s; }
    .is-animetion span:nth-of-type(10) { animation-delay: 0.9s; }
    .is-animetion span:nth-of-type(11) { animation-delay: 1.0s; }
    .is-animetion span:nth-of-type(12) { animation-delay: 1.2s; }
    .is-animetion span:nth-of-type(13) { animation-delay: 1.3s; }
    .is-animetion span:nth-of-type(14) { animation-delay: 1.4s; }
    .is-animetion span:nth-of-type(15) { animation-delay: 1.5s; }
    .is-animetion span:nth-of-type(16) { animation-delay: 1.6s; }
    .is-animetion span:nth-of-type(17) { animation-delay: 1.7s; }

    @keyframes wave-text {
      00% {
        transform: translateY(0em);
      }
      60% {
        transform: translateY(-0.4em);
      }
      100% {
        transform: translateY(0em);
      }
    }



/*컨텍 m*/
/*#contact_con01{
	height:100vh;
}*/
#contact_con01 .contact_in p {
    text-align: center;
    line-height: 0.95;
    letter-spacing: -3px;
    font-size: 60px;
}

#contact_con01 .contact_text {
    text-align: center;
	margin-bottom:60px;
}
#contact_con01 .contact_text .t1 {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0px 20%;
}
#contact_con01 .contact_text .t2 {
    font-size: 15px;
    margin-bottom:45px;
    padding: 0 20%;
}
#contact_con01 .contact_text .t3 {
    font-size: 26px;
    text-decoration: underline;
    margin-bottom: 5px;
}


#contact_con02 .flow_contact_banner {
	overflow: hidden;
	display: flex;
	flex: 1;
}
#contact_con02 .flow_contact_banner .list{
	display: flex;
}
#contact_con02 .flow_contact_banner .list > li{
	white-space: nowrap;
	width: 100%;
	font-size:70px;
	color:#eee;
	margin-bottom:50px;
	margin-right:20px;
}

@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}




}
/* ***************************************************************** */
@media screen and (min-width:600px){ /*-모바일 가로-*/


}/* ***************************************************************** */
@media screen and (min-width:768px){/*-● 타블렛 세로-*/

/*- 어바웃 t -*/
.left_profile{
	width: 100%;
	margin:0 auto;
}
.left_profile img{
	width: 100%;
	height: 400px;
	object-fit:cover;
	border-radius:10px;
}
.right_text{
	width:100%;
}
.small_title{
	font-size:11px;
	margin-bottom:20px;
	margin-top:50px;
}
.right_text ul{
	margin-bottom:35px;
}
.right_text .r_t1{
	font-size: 28px;
}
.right_text .r_t2{
	font-size: 16px;
	line-height:1.6;
}
.right_text .r_t2 li{
	margin-bottom:25px;
	width: 90%;
}

#about_con03 {
	width:100%;
	height:auto;
	background:#000;
	color:#fff;
	padding: 80px 0;
	overflow-x: hidden;
}
.about_keyword{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 21px 12px;
}
.about_keyword li{
	font-size: 21px;
}



#about_con04 .about_text_in{
	margin-bottom: 6px;
	line-height: 1.6;
	font-size: 16px;
}


#about_con05 .t1{
	font-size:45px;
	line-height:1.1;
	margin-bottom:40px;
	/* width:50%; */
}
#about_con05 .t2{
	font-size:16px;
	margin-bottom:35px;
	width:56%;
}
#about_con05 .t3{
	font-size:18px;
}
#about_con05 .t3 i{
	margin-right:10px;
}



/*메인 contact 방향*/
#about_con05 .section_box{
	position: relative;
}
#about_con05 .fp_inner{
	border: 1px solid #fff;
	border-radius: 74px;
	padding: 53px 53px;
	position: absolute;
	right: 0%;
	top: 48%;
}
#about_con05 .fp_inner .arrow{
	position: absolute;
	width: 39px;
	height: 5px;
	right: 0;
	top: 46%;
	margin-right: 36px;
	background:url('../images/main_btn_arrow_white.png') no-repeat center;
	/*background-size:27px;*/

	animation-name: arrow;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	-webkit-animation-name: arrow;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrow {
  0%   {right: 0;}
  100% {right: -10px;}
}

/* Standard syntax */
@keyframes arrow {
  0%   {right: 0;}
  100% {right: -10px;}
}
/*메인 contact 방향 끝*/




/*- 포트폴리오 t-*/
.filter_box {
	grid-template-columns:repeat(2,1fr);
}


/*프로젝트 t*/
#project_con01 .proj_text .t1{
	font-size:40px;
}
#project_con01 .proj_text .t2{
	font-size:16px;
	margin-bottom:35px;
	width:85%;
}	
#project_con01 .proj_text .t3{
	font-size:15px;
}	
#project_con01 .t_left{
	display:inline-block;
	margin-right:15px;
}



#footer_contact .f_contact_text{
	padding: 15% 0;
	text-align:center;
	line-height: 1.6;
}
#footer_contact .f_contact_text .p1{
	font-size:16px;
	font-weight:500;
}
#footer_contact .f_contact_text .p2{
	font-size: 35px;
	font-weight:600;
}


.is-animetion span {
  letter-spacing:-8px;
}




/*컨텍 t*/
#contact_con01 .contact_in p {
    font-size: 85px;
}
#contact_con01 .contact_text {
    text-align: center;
	margin-bottom:100px;
}
#contact_con01 .contact_text .t1 {
    font-size: 17px;
    margin-bottom: 3px;
    padding: 0px 20%;
    margin-top: 10px;
}
#contact_con01 .contact_text .t2 {
    font-size: 17px;
    margin-bottom: 50px;
    padding: 0 20%;
}
#contact_con01 .contact_text .t3 {
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 5px;
}

#contact_con02 .flow_contact_banner .list > li{
	white-space: nowrap;
	width: 100%;
	font-size:100px;
	color:#eee;
	margin-bottom:70px;
	margin-right:20px;
}

}/* ***************************************************************** */
@media screen and (min-width:900px){/*-타블렛 가로-*/


}/* ***************************************************************** */
@media screen and (min-width:1024px){/*-● 피씨 데스크탑-*/
/*- 어바웃 p -*/
#about_con02 .section_box{
	display:flex;
}
.left_profile{
	width: 40%;
	margin:0 auto;
}
.left_profile img{
	width: 100%;
	height: 95%;
	object-fit:cover;
	border-radius:10px;
}
.right_text{
	width: 53%;
	margin-left: 7%;
}


.small_title{
	font-size: 11px;
	margin-bottom:15px;
	margin-top:0px;
}
.right_text ul{
	margin-bottom: 45px;
}
.right_text .r_t1{
	font-size: 32px;
}
.right_text .r_t2{
	font-size: 16px;
	line-height:1.6;
}
.right_text .r_t2 li{
	margin-bottom:25px;
	width: 100%;
}

#about_con03 {
	width:100%;
	height:auto;
	background:#000;
	color:#fff;
	padding: 80px 0;
	overflow-x: hidden;
}
.about_keyword{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 21px 33px;
}
.about_keyword li{
	font-size: 21px;
}



#about_con04 {
	padding:80px 0px 30px 0;
}
#about_con04 .about_text_in{
	margin-bottom: 6px;
	line-height: 1.6;
	font-size: 16px;
}
.about_text_in span{
	background:#ddd;
	border-radius: 6px;
	padding: 1px 9px;
	margin-right: 10px;
}

.about_text01{
	margin-bottom:40px;
}



/*- 포트폴리오 p-*/
.thum_t1{font-size:18px;}
.thum_t2{font-size:14px;}


.big_title{
	padding: 200px 0 100px 0;
    font-size: 60px;
}


#filter_btn{
	margin-bottom:35px;
}
#filter_btn .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  margin-bottom:5px;
  color:#000;
  border-radius:5px;
  font-size:13px;
}

.filter_box {
	grid-template-columns:repeat(2,1fr);
}
.filter_thum_img{
    padding-bottom: 60%;
}
.filter_thum_text{
	margin:15px 0;
}


/*프로젝트 p*/
#project_con01 .proj_text .t2{
	width:100%;
}	




#footer_contact .f_contact_text{
	padding: 10% 0;
	text-align:center;
	line-height: 1.6;
}
#footer_contact .f_contact_text .p1{
	font-size:17px;
	font-weight:500;
}
#footer_contact .f_contact_text .p2{
	font-size: 36px;
	font-weight:600;
}

.is-animetion span {
  letter-spacing:-10px;
}

/*컨텍 p*/
/*#contact_con01{
	height:100vh;
}*/

#contact_con01 .contact_in p {
    font-size: 85px;
}
#contact_con01 .contact_text {
    text-align: center;
	margin-bottom:100px;
}
#contact_con01 .contact_text .t1 {
    font-size: 19px;
    margin-bottom: 3px;
    padding: 0px 20%;
    margin-top: 10px;
}
#contact_con01 .contact_text .t2 {
    font-size: 19px;
    margin-bottom: 60px;
    padding: 0 20%;
}
#contact_con01 .contact_text .t3 {
    font-size: 33px;
    text-decoration: underline;
    margin-bottom: 5px;
}

#contact_con02 .flow_contact_banner .list > li{
	white-space: nowrap;
	width: 100%;
	font-size:100px;
	color:#eee;
	margin-bottom:50px;
	margin-right:20px;
}



}/* ***************************************************************** */
@media screen and (min-width:1200px){/*-● 피씨 데스크탑-*/

/*- 어바웃 p -*/
#about_con02 .section_box{
	display:flex;
}
.left_profile{
	width: 30%;
	margin:0 auto;
}
.left_profile img{
	width: 100%;
	height: 95%;
	object-fit:cover;
	border-radius:10px;
}
.right_text{
	width: 62%;
	margin-left: 8%;
}
.small_title{
	font-size: 12px;
	margin-bottom:20px;
	margin-top:0px;
}
.right_text ul{
	margin-bottom: 60px;
}
.right_text .r_t1{
	font-size: 37px;
}
.right_text .r_t2{
	font-size: 17px;
	line-height:1.6;
}
.right_text .r_t2 li{
	margin-bottom:25px;
	width: 90%;
}

#about_con03 {
	width:100%;
	height:auto;
	background:#000;
	color:#fff;
	padding: 90px 0;
}
.about_keyword{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px 60px;
}
.about_keyword li{
	font-size:36px;
}
#about_con04 {
	padding:80px 0px 70px 0;
}
#about_con05{
	padding:90px 0;
}
/*#about_con05 .main_con05_in {
	margin-bottom: 100px;
	margin-top: 50px;
}*/
#about_con05 .t1{
	font-size: 65px;
	line-height:1.1;
	margin-bottom:40px;
	width: 100%;
}
#about_con05 .t2{
	font-size: 20px;
	margin-bottom:35px;
	width: 39%;
}
#about_con05 .t3{
	font-size: 20px;
}
#about_con05 .t3 i{
	margin-right:10px;
}



/*메인 contact 방향*/
#about_con05 .section_box{
	position: relative;
}
#about_con05 .fp_inner{
	border: 1px solid #fff;
	border-radius: 74px;
	padding: 70px 70px;
	position: absolute;
	right: 0%;
	top: 39%;
	background:#000;
}
#about_con05 .fp_inner .arrow{
	position: absolute;
	width: 39px;
	height: 5px;
	right: 36px;
	top: 46%;
	margin-right: 55px;
	background:url('../images/main_btn_arrow_white.png') no-repeat center;

	animation-name: arrow;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	-webkit-animation-name: arrow;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrow {
  0%   {right: 0;}
  100% {right: -10px;}
}

/* Standard syntax */
@keyframes arrow {
  0%   {right: 0;}
  100% {right: -10px;}
}
/*메인 contact 방향 끝*/



/*프로젝트 p*/
.filter_box {
	grid-template-columns:repeat(3,1fr);
}

#project_con01 .proj_text .t1{
	font-size:48px;
}
#project_con01 .proj_text .t2{
	font-size: 18px;
    margin-bottom: 40px;
    width: 80%;
}	
#project_con01 .proj_text .t3{
	font-size:16px;
}


#footer_contact .f_contact_text{
	padding: 10% 0;
	text-align:center;
	line-height: 1.6;
}
#footer_contact .f_contact_text .p1{
	font-size:21px;
	font-weight:500;
}
#footer_contact .f_contact_text .p2{
	font-size: 48px;
	font-weight:600;
}


.is-animetion span {
  display: inline-block;
 /*animation: wave-text 1s ease-in-out infinite; 무한반복*/
  animation: wave-text 1s ease-in-out 1;
  letter-spacing:-13px;
}

.han_bg img:nth-child(1){
	padding:10% 14%;
}
.han_bg img:nth-child(2){
	padding:10% 14%;
}


/*컨텍 pp*/
#contact_con01{
	/*height:100vh;*/
}
#contact_con01 .contact_in p {
    font-size: 120px;
}
#contact_con01 .contact_text {
    text-align: center;
    margin-bottom: 150px;
    margin-top: 30px;
}
#contact_con01 .contact_text .t1 {
    font-size: 22px;
    margin-bottom: 3px;
    padding: 0px 20%;
    margin-top: 10px;
}
#contact_con01 .contact_text .t2 {
    font-size: 22px;
    margin-bottom: 90px;
    padding: 0 20%;
}
#contact_con01 .contact_text .t3 {
    font-size: 38px;
    text-decoration: underline;
    margin-bottom: 5px;
}

#contact_con02 .flow_contact_banner .list > li{
	white-space: nowrap;
	width: 100%;
	font-size:110px;
	color:#eee;
	margin-bottom:50px;
	margin-right:20px;
}

}/* ***************************************************************** */
@media screen and (min-width:1930px){/*-피씨 빅데스크탑-*/

/*- 어바웃 p -*/
#about_con02 .section_box{
	display:flex;
}
.left_profile{
	width: 30%;
	margin:0 auto;
}
.left_profile img{
	width: 100%;
	height: 90%;
	object-fit:cover;
	border-radius:10px;
}
.right_text{
	width: 62%;
	margin-left: 8%;
}
.small_title{
	font-size: 13px;
	margin-bottom:20px;
	margin-top:0px;
}
.right_text ul{
	margin-bottom: 60px;
}
.right_text .r_t1{
	font-size: 41px;
}
.right_text .r_t2{
	font-size: 19px;
	line-height:1.6;
}
.right_text .r_t2 li{
	margin-bottom: 26px;
	width: 89%;
}

#about_con03 {
	width:100%;
	height:auto;
	background:#000;
	color:#fff;
	padding: 100px 0;
}
.about_keyword{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 78px;
}
.about_keyword li{
	font-size: 40px;
}
#about_con04 {
	padding: 100px 0px 90px 0;
}
#about_con05{
	padding:90px 0;
}
/*#about_con05 .main_con05_in {
	margin-bottom: 100px;
	margin-top: 50px;
}*/
#about_con05 .t1{
	font-size: 65px;
	line-height:1.1;
	margin-bottom:40px;
	width: 100%;
}
#about_con05 .t2{
	font-size: 20px;
	margin-bottom:35px;
	width: 39%;
}
#about_con05 .t3{
	font-size: 20px;
}
#about_con05 .t3 i{
	margin-right:10px;
}






/*- 포트폴리오 p-*/
.thum_t1{font-size: 23px;}
.thum_t2{font-size: 16px;}

.big_title {
    padding: 250px 0 100px 0;
    font-size: 60px;
}


.filter_thum_text {
    margin: 23px 0;
}

#contact_con01{
	/*height:100vh;*/
	padding-top:50px;
}

#contact_con01 .contact_in p {
    font-size: 130px;
}


}




