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


*{font-family: 'pretendard', sans-serif; box-sizing: border-box;}
html{font-size: 10px;}
body{font-family: 'pretendard', sans-serif; line-height: 1.3; font-size: 16px; word-break:keep-all;}



/*** 스크롤바 CSS ***/
/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555;/*#ED6A00*/
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}


/*드래그*/
::selection {
  background-color: #e13f1e;
  color: #fff;
}

/*
.fs-h1{font-size: 4.8rem;}
.fs-h2{font-size: 4rem;}
.fs-h3{font-size: 3rem;}
.fs-h4{font-size: 2rem;}
.fs-18{font-size: 1.8rem;}
.fs-16{font-size: 1.6rem;}
.fs-15{font-size: 1.5rem;}
.fs-14{font-size: 1.4rem;}
.fs-13{font-size: 1.3rem;}


*/
.fw_thin{ font-weight:300;}
.fw_regular{ font-weight:400;}
.fw_medium{font-weight:500;}
.fw_bold{ font-weight:700;}
.fw_800{ font-weight:800;}

.fc_gray{color:#9B9B9B;}
.fc_point {color:#e13f1e;}

.fs_italic{font-style: italic;}
.fs_normal{font-style: normal;}

.ff_mon{ font-family: 'Montserrat' , sans-serif;}

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


#top_btn	{display:none;}
#top_btn {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 2%;
    background: #fff;
    color: #7a7a7a;
    padding: 16px 19px;
    border: none;
    border-radius: 50%;
    cursor: pointer; 
	font-size: 24px;
    box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.2);
}


.section_box{
	width:90%;
	max-width:1700px;
	/*max-width:1380px;*/
	margin:0 auto;
}

   

/*** 메인 m ***/
#main_con01{
	height: 100vh;
	display: flex;
    flex-direction: column;
	position:relative;
}
.main_visual{
	position:absolute;
	bottom:15%;
}
.main_visual .t1{
	font-size:45px;
	line-height:1.1;
	font-weight:800;
}
.main_visual .t2{
	font-size:18px;
	margin-top:15px;
}
.main_visual .t3{
	font-size:14px;
	margin-top:5px;
	width:80%;
}
/*움직이는 이미지로*/
.flow_banner,
.flow_banner2 {
	overflow: hidden;
	display: flex;
	flex: 1;
}
.flow_banner .list, 
.flow_banner2 .list {
	display: flex;
}
.flow_banner .list > li, 
.flow_banner2 .list > li {
	white-space: nowrap;
	width: 100%;
}
.flow_banner .list > li img, 
.flow_banner2 .list > li img{
	height: 100%;
	object-fit: cover; 
}

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

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


/* 텍스트로 했을때
#main_con01{
	height: 100vh;
	display: flex;
    flex-direction: column;
	position:relative;
}
.main_visual{
	position:absolute;
	bottom:15%;
}
.main_visual .t1{
	font-size:45px;
	line-height:1.1;
	font-weight:800;
}
.main_visual .t2{
	font-size:18px;
	margin-top:15px;
}
.main_visual .t3{
	font-size:13px;
	margin-top:5px;
	width:80%;
}

.flow_banner,
.flow_banner2 {
	overflow: hidden;
	display: flex;
	user-select: none;
	line-height: 0.7;
}
.flow_banner .list, 
.flow_banner2 .list {
	display: flex;
}
.flow_banner .list > li, 
.flow_banner2 .list > li {
	white-space: nowrap;
	font-size:max(6vh, 530px);
	color: #f7f7f7;
	font-weight: 900;
	font-family: 'Montserrat' , sans-serif;
}
@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes flowRolling2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
*/





#main_con02{
	width: 100%;
	height: auto;
	background: url('../images/main_profile.png') center no-repeat;
	background-size: cover;
	background-position-x: 75.8%;
}
.main_about{
	padding: 65px 0  75px 0;
	color:#fff;
}
.main_about_tit{
	margin-bottom: 40px;
}
.main_txt_tit{
	font-size:29px;
}
.txt_sub3{
	font-size:11px;
	color:#a3a3a3;
	width: 80%;
}
.main_about .txt_sub1{
    font-size: 14px;
    width: 65%;
    word-break: keep-all;
    margin-bottom: 51px;
    line-height: 1.45;
}
.btn_more_light{
	padding:14px 28px;
	background:#eee;
	color:#000;
	font-size:10px;
	border-radius:0px;
}






.main_con03_m{display:block;}
.main_con03_p{display:none;}

#main_con03{
	width: 100%;
	padding: 60px 0  70px 0;
}


/* 메인 아코디언m  start */
.accordion {
	width: 100%;
	margin: 50px 0;
	background: #FFF;
	border-radius: 4px;
}

.link {
	cursor: pointer;
	display: block;
	padding: 22px 20px;
	color: #181818;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #181818;
	position: relative;
	transition: all 0.4s ease;
	font-family: 'Montserrat';
}
.top_line{
	border-top: 1px solid #181818;
}
.link:last-child { border-bottom: 0; }

.link i {
	position: absolute;
	top: 29px;
	left: 12px;
	font-size: 18px;
	color: #181818;
	transition: all 0.4s ease;
}

.link i.fa-chevron-down {
	right: 20px;
	left: auto;
	font-size: 14px;
}

.submenu {
	display: none;
	padding: 30px;
	background: #f6f6f6;
}
.submenu ul{
	
}
.submenu ul li{
	font-size: 12px;
	line-height: 1.65;
	color: #333;
}
.open .link, .open i {
	background: #181818;
	color: #fff;
}

.open i.fa-chevron-down {
	transform: rotate(180deg);
}

/* 아코디언m end */

.btn_more_dark{
	padding:14px 28px;
	background:#181818;
	color:#fff;
	font-size:10px;
	border-radius:0px;
}



#main_con04{
	width:100%;
	padding:0 0 100px 0;
}
#main_con04 .swiper-container {
	width: 100%;
	height: 100%;
}
#main_con04 .swiper-slide {
	text-align: center;
	/*font-size: 18px;
	background: #ddd;
	padding:130px 0;*/

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#main_con04 .swiper-slide{

}
#main_con04 .swiper-slide img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#main_con04 .swiper_img{
	width:100%;
	height:100%;
	object-fit:cover;
}




#main_con05 .main_con05_in {
	margin-bottom:80px;
}
#main_con05 .t1{
	font-size:38px;
	line-height:1.1;
	margin-bottom:40px;
}
#main_con05 .t2{
	font-size:15px;
	margin-bottom:35px;
}
#main_con05 .t3 i{
	margin-right:10px;
}


/*메인 contact 방향*/
#main_con05 .section_box{
	position: relative;
}
#main_con05 .fp_inner{
	border: 1px solid #000;
	border-radius: 74px;
	padding: 32px 32px;
	position: absolute;
	right: 2%;
	top: 78%;
}
#main_con05 .fp_inner .arrow{
	position: absolute;
	width: 39px;
	height: 5px;
	right: 0;
	top: 46%;
	margin-right: 18px;
	background:url('../images/main_btn_arrow.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;
}


#main_con05 .fp_inner:hover{
	background:#000;
	transition:all 0.3s ease-out;
}
#main_con05 .fp_inner:hover .arrow{
	background:url('../images/main_btn_arrow_white.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 방향 끝*/



#footer{
	width:100%;
	height:auto;
	text-align:center;
	background:#181818;
	padding:20px 0;
}
.footer_in{
	color: #afafaf;
    font-size: 14px;
}


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


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

.main_visual{
	position:absolute;
	bottom:15%;
}
.main_visual .t1{
	font-size: 68px;
	line-height:1.1;
	font-weight:800;
}
.main_visual .t2{
	font-size: 25px;
	margin-top: 18px;
}
.main_visual .t3{
	font-size: 15px;
	margin-top:5px;
	width:100%;
}





/* 메인 t */
.main_about{
	padding: 65px 0  75px 0;
}
.main_about_tit{
	margin-bottom: 27px;
}
.main_about .txt_sub1{
    font-size: 15px;
    width: 55%;
    margin-bottom: 58px;
    line-height: 1.5;
}
.btn_more_light{
	padding:13px 30px;
	font-size: 11px;
}



#main_con03{
	width: 100%;
	padding: 60px 0  70px 0;
	position:relative;
}

#main_con03 .btn_more_dark{
	position:absolute;
	top: 215px;
}
.btn_more_dark{
	padding:13px 30px;
	font-size: 11px;
}


.main_con03_m .main_proj{
	display:flex;
}
.main_con03_m .main_proj ul{
	width:32%
	margin-right:2%;
}

/*----------------
.main_con03_p .section_box{
	display:flex;
	justify-content: space-between;
}
.main_con03_p .section_box .txt_sub3{
	width:150px;
}---*/



/*아코디언t  start*/

.accordion {
	width: 66%;
	margin: 0px 0;
	background: #FFF;
	border-radius: 4px;
}

.link {
	cursor: pointer;
	display: block;
	padding: 22px 20px;
	color: #181818;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #181818;
	position: relative;
	transition: all 0.4s ease;
	font-family: 'Montserrat';
}
.top_line{
	border-top: 1px solid #181818;
}
.link:last-child { border-bottom: 0; }

.link i {
	position: absolute;
	top: 29px;
	left: 12px;
	font-size: 18px;
	color: #181818;
	transition: all 0.4s ease;
}

.link i.fa-chevron-down {
	right: 20px;
	left: auto;
	font-size: 14px;
}

.submenu {
	display: none;
	padding: 30px;
	background: #f6f6f6;
}
.submenu ul{
	
}
.submenu ul li{
	font-size: 13px;
	line-height: 1.65;
	color: #333;
}
.open .link, .open i {
	background: #181818;
	color: #fff;
}

.open i.fa-chevron-down {
	transform: rotate(180deg);
}

/*아코디언t end*/



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



/*메인 contact 방향*/
#main_con05 .section_box{
	position: relative;
}
#main_con05 .fp_inner{
	border: 1px solid #000;
	border-radius: 74px;
	padding: 53px 53px;
	position: absolute;
	right: 0%;
	top: 48%;
}
#main_con05 .fp_inner .arrow{
	position: absolute;
	width: 39px;
	height: 5px;
	right: 0;
	top: 46%;
	margin-right: 36px;
	background:url('../images/main_btn_arrow.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 방향 끝*/




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


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



.section_box{
	width: 80%;
	max-width:1700px;
	/*max-width:1380px;*/
	margin:0 auto;
}


.main_visual{
	position:absolute;
	bottom:15%;
}
.main_visual .t1{
	font-size: 72px;
	line-height:1.1;
	font-weight:800;
}
.main_visual .t2{
	font-size: 26px;
	margin-top: 18px;
}
.main_visual .t3{
	font-size: 18px;
	margin-top:5px;
	width:100%;
}



/*- 메인 p -*/ 
#main_con02{
	width: 100%;
	/* height: 410px; */
	background-position-x: 73%;
}
.main_about{
	padding: 85px 0;
}
.main_about_in{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
}
.main_about_tit{
	width:32%;
	margin-right:2%;
}
.main_txt_tit{
	font-size: 35px;
}
.txt_sub3{
	font-size: 13px;
}
.main_about .txt_sub1{
    font-size: 17px;
    width: 43%;
    margin-bottom: 80px;
    line-height: 1.5;
}
.btn_more_light{
	padding: 12px 33px;
	font-size: 11px;
}



#main_con03{
	padding: 85px 0;
}







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

#top_btn	{display:block;}

.section_box{
	width: 75%;
	max-width:1700px;
	/*max-width:1380px;*/
	margin:0 auto;
}



.main_visual{
	position:absolute;
	bottom:15%;
}
.main_visual .t1{
	font-size: 100px;
	line-height:1.1;
	font-weight:800;
}
.main_visual .t2{
	font-size: 32px;
	margin-top: 18px;
}
.main_visual .t3{
	font-size: 20px;
	margin-top:5px;
	width:100%;
}






/*- 메인 pp-*/ 
#main_con02{
	width: 100%;
	/*height: 460px;*/
	height: 500px;
}
.main_about{
	padding: 90px 0;
}
.main_about_in{
    width: 100%;
}
.main_about_tit{
	margin-bottom:40px;
	width: 30%;
	margin-right: 0%;
}
.main_txt_tit{
	font-size: 40px;
}
.txt_sub3{
	font-size: 13px;
}
.main_about .txt_sub1{
    font-size: 21px;
    width: 45%;
    margin-bottom: 120px;
    line-height: 1.5;
}
.btn_more_light{
	padding: 13px 33px;
	font-size: 13px;
}





.main_con03_m{display:none;}
.main_con03_p{display:block;}

#main_con03{
	padding: 90px 0;
	position:relative;
}
.main_proj{
	display:flex;
	width: 100%;
}
.main_proj .main_proj_tit{
	width: 30%;
}
.main_proj_history{
	width: 70%;
}

.his_in{
	display:flex;
	border-top:1px solid #181818;
	padding: 20px;
}
/*.his_year{
	width:20%;
}*/
.his_year{
	width:30%;
	font-size:25px;
	font-weight:700;
}
.history{
	width:70%;
}

.history li{
	font-size: 13px;
	line-height:1.5;
	display: inline-block;
	width: 47%;
	margin-right: 2%;
}


.btn_more_dark{
	padding: 13px 33px;
	font-size: 13px;
	background:#181818;
	color:#fff;
}

#main_con03 .btn_more_dark{
	position:absolute;
	top: 270px;
}




/*
#main_con04{
	width:100%;
	display:flex;
	justify-content:space-between;
}
#main_con04 .work_box{
	width:32.9%;
	height:350px;
	background:#eee;
}
*/



#main_con05 .main_con05_in {
	margin-bottom: 100px;
	margin-top: 50px;
}
#main_con05 .t1{
	font-size: 65px;
	line-height:1.1;
	margin-bottom:40px;
	width: 100%;
}
#main_con05 .t2{
	font-size: 20px;
	margin-bottom:35px;
	width: 39%;
}
#main_con05 .t3{
	font-size: 20px;
}
#main_con05 .t3 i{
	margin-right:10px;
}



/*메인 contact 방향*/
#main_con05 .section_box{
	position: relative;
}
#main_con05 .fp_inner{
	border: 1px solid #000;
	border-radius: 74px;
	padding: 70px 70px;
	position: absolute;
	right: 0%;
	top: 39%;
	background:#fff;
}
#main_con05 .fp_inner .arrow{
	position: absolute;
	width: 39px;
	height: 5px;
	right: 36px;
	top: 46%;
	margin-right: 55px;
	background:url('../images/main_btn_arrow.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 방향 끝*/


}/* ***************************************************************** */
@media screen and (min-width:1930px){/*-피씨 빅데스크탑-*/
/*- 메인 ppp-*/ 
.main_visual{
	position:absolute;
	bottom:15%;
}
.main_visual .t1{
	font-size: 120px;
	line-height:1.1;
	font-weight:800;
}
.main_visual .t2{
	font-size: 33px;
	margin-top: 18px;
}
.main_visual .t3{
	font-size: 22px;
	margin-top:5px;
	width:100%;
}


.main_about_in{
    width: 100%;
}
.main_about .txt_sub1{
    font-size: 22px;
    width: 39%;
    margin-bottom: 120px;
    line-height: 1.5;
}
/*
.main_proj_history{
	display:flex;
	width: 70.8%;
	justify-content: space-between;
}

.history li{
	font-size: 13.5px;
}
*/

.main_about_tit{
	width:32%;
}
#main_con03{
	padding: 100px 0;
	position:relative;
}
.main_proj{
	display:flex;
	width: 100%;
}

.main_proj .main_proj_tit{
	width: 33%;
}
.main_proj_history{
	width: 70%;
}
.his_in{
	display:flex;
	border-top:1px solid #181818;
	padding: 25px 20px;
}
/*.his_year{
	width:20%;
}*/
.his_year{
	width: 32%;
	font-size:25px;
	font-weight:700;
}
.history{
	width: 67%;
}

.history li{
	font-size: 14px;
	line-height:1.6;
	display: inline-block;
	width: 46%;
	margin-right: 3%;
}





}




