@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {	
	color:#333333;
	text-decoration:none;
}
a:hover {	
	text-decoration:none;
}

body{
	font-family: 'Noto Sans KR', sans-serif;
	overflow-x: hidden;
}

.none{
	display:none;
}
.abs{
	position:absolute;
}

.rel{
	position:relative;
}

ul li{
	list-style: none;
}

.clear:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	height: 0;
	width: 0;
	font-size:0;
}


::selection {
	background-color: #f36f21;
	color: #fff;
}




#wrap{
	width:100%;
	overflow: hidden;
	min-width: 1400px;
}


/****************헤더 부분입니다****************/

#header{
	width: 100%;
	position: fixed;
	z-index: 9999;
	height: 80px;
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition:-moz-transform 0.3s;
    transition:0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, .27); /*.27는 alpha 투명값이다.*/
}

#header:hover,
#header.on{
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .09); /*.27는 alpha 투명값이다.*/
}
.logo{
	background: url("../img/logo.png") no-repeat;
	position: absolute;
	width: 132px;
	height: 31px;
	left: 100px;
	top: 25px;
}
#header:hover .logo,
#header.on .logo{
	background: url("../img/logo_on.png") no-repeat;
}
#header:hover #nav li,
#header.on #nav li{
	color: #1b1b1b;
}

#nav{
	position: relative;
	margin-left: 300px;
	width: 770px;
}

#nav li{
	float: left;
	display: inline-block;
	line-height: 80px;
	width: 110px;
	font-family: 'Noto Sans KR', sans-serif;;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
#nav li:hover{
	color: #f36f21 !important;
}

#header>#nav>li:before{
	content: '';
	position: absolute;
	bottom: -20px;
	display: block;
	width:100%;
	height:3px;
	background-color:#f36f21;
	margin:0 auto;
	margin-bottom:20px;
	opacity:0;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transition:transform .30s,opacity .1s;
	-webkit-transition:-webkit-transform .30s,opacity .1s;
	-moz-transition:-moz-transform .30s,opacity .1s;
}

#header>#nav>li:hover:before{
	 opacity:1;
	 transform:scaleX(1);
	 -webkit-transform:scaleX(1);
	 -moz-transform:scaleX(1);
	 -ms-transform:scaleX(1);
}
/****************헤더 끝나는 부분입니다****************/




/****************퀵버튼 부분****************/

#quick{
	position:fixed;
	width:13px;
	left:50px;
	top:50%;
	z-index:50;
}

#quick>a{
	position:relative;
	display:block; 
	width:19px; 
	height:19px; 
	margin:4px 0;
	background: url("../img/sc_btn.png") no-repeat;
	transition: .1s;
}

#quick>a:hover,
#quick>a.on{
	background: url("../img/sc_btn_on.png") no-repeat;
}

/****************퀵버튼 끝나는 부분입니다****************/



/****************메인인덱스 박스 높이값설정 부분입니다****************/

#con{
	position:relative;
}

#con>section{
	position:relative;
	width: 100%;
	height: 1020px;
}

#con section.conbox01{background-color:#fff;}
#con section.conbox02{background-color:#fff;}
#con section.conbox03{background-color:#f2f2f2;}
#con section.conbox04{background-color:#fff;}
#con section.conbox05{background-color:#fff;}
#con section.conbox06{background-color:#fff;}
#con section.conbox07{background-color:#fff;}


/****************메인인덱스 박스 높이값설정 끝나는 부분입니다****************/



/****************section01 홈 부분입니다****************/
.home{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.sc_icon{
	position: absolute;
	left: 50%;
	margin-left: -41px;
	bottom: 250px;
}

.main_copy_box{
	position: absolute;
	left: 360px;
	z-index: 10;
	top: 38%;
}

.main_copy_box .main_copy{
	font-family: 'Lora', serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 55px;
	color: #fff;
	position: relative;
}
.main_copy_box .main_copy_s{
	font-family: 'Lora', serif;
	font-size: 70px;
	font-weight: 800;
	line-height: 75px;
	color: #fff;
	position: relative;
}

.main_copy_box>.main_copy_s>span{
	color: #f36f21;
}


.main_copy_s:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f36f21;
	right: -18px;
	bottom: 0;
}

.main_copy_box .mainsub_copy01{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 35px;
	color: #fff;
	opacity: 0.59;
	position: relative;
	padding: 30px 0 14px 0px;
}
.main_copy_box .mainsub_copy02{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	position: relative;
}

/****************section01 홈 끝 부분입니다****************/




/****************section02 어바웃 부분입니다****************/
.about{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	top: 120px;
	opacity: 0;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
}
.about.on{
	top: 0px;
	opacity: 1;
}


.about_title_box{
	position: relative;
	text-align: center;
	padding-top: 125px;
	padding-bottom: 50px;
}

.about_copy{
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: 800;
	color: #000;
	position: relative;
	display: inline-block;
}

.about_copy:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f36f21;
	right: -18px;
	bottom: 0;
}

.aboutcons{
	padding-top: 20px;
	width: 1300px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.about_box{
	width: 430px;
	text-align: center;
}

.abt_name{
	font-size: 27px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 900;
}

.abt_icon{
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 30px 0 60px 0; 
}

.abt_date{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12.3px;
	font-weight: 400;
	color: #323232;
	line-height: 21px;
	letter-spacing: -0.5px
}

.adt_img{
	padding-top: 60px;
}


/****************section02 어바웃 끝 부분입니다****************/



/****************section03 히스토리 부분입니다****************/
.history{
	width: 1920px;
	height: 975px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.his_leftbox{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	left: -100px;
	opacity: 0;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
}
.his_leftbox.on{
	left: 0px;
	opacity: 1;
}

.his_imgbox{
	position: absolute;
	right: 150px;
	top: 260px;
}


.his_rightbox{
	width: 50%;
	height: 100%;
	float: right;
	position: relative;
	right: -100px;
	opacity: 0;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
}
.his_rightbox.on{
	right: 0px;
	opacity: 1;
}

.right_datawrap{
	width: 600px;
	padding-left: 30px;
}


.history_title_box{
	position: relative;
	padding-top: 125px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}

.history_copy{
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: 800;
	color: #000;
	position: relative;
	display: inline-block;
}

.history_copy:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f36f21;
	right: -18px;
	bottom: 0;
}

.history_subcopy{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 45px;
	font-weight: 100;
	color: #000;
	position: relative;
	display: inline-block;
	padding-top: 40px;
	line-height: 60px;
}

.history_subcopy span{
	font-weight: 600;
}

.history_data{
	margin-top: 20px;
}

.his_yearbox{
	width: 100%;
	display: inline-block;
}

.his_yearbox dt,
.his_yearbox dd{
	float: left;
	padding: 5px 0;
	line-height: 25px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
}

.his_yearbox dt{
	margin-right: 30px;
	font-weight: 700;
	color: #000;
}

.his_yearbox dd{
	color: #696969;
}
/****************section03 히스토리 끝 부분입니다****************/




/****************section04 오리젠테이션 부분입니다****************/
.organization{
	width: 1920px;
	position: relative;
	left: 50%;
	height: 100%;
	margin-left: -960px;
	overflow: hidden;
	background: url("../img/org_bg.jpg") no-repeat center ;
	background-size: cover;
}
.organization_title_box{
	position: relative;
	text-align: center;
	padding-top: 125px;
	padding-bottom: 50px;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	opacity: 0;
	top: 100px
}
.organization_title_box.on{
	top: 0;
	opacity: 1;
}


.organization_copy{
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: 800;
	color: #fff;
	position: relative;
	display: inline-block;
}

.organization_copy:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f36f21;
	right: -18px;
	bottom: 0;
}

.organization_subcopy{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 45px;
	font-weight: 100;
	color: #fff;
	position: relative;
	padding-top: 40px;
	line-height: 60px;
}

.organization_subcopy span{
	font-weight: 600;
}

.organization_box{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	opacity: 0;
	top: 100px
}

.organization_box.on{
	top: 0;
	opacity: 1;
}


.org_common{
	position: relative;
	width: 1200px;
	padding: 5px 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;	
}

.org_common li{
	position: relative;
	display: block;
	float: left;
	width: 390px;
	text-align: center;
}

.org_common li div{
	height: 200px;
	text-align: center;
	background-color: rgba(0, 0, 0, .6); /*.27는 alpha 투명값이다.*/
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition:-moz-transform 0.3s;
    transition:0.3s;
}

.org_common li div:hover{
	background-color: #ed6d00;
}
.org_common li div:hover p.orgbox_tt{
	color: #fff;
}

.org_common li div p{
	font-family: 'Noto Sans KR', sans-serif;
}

.org_common li div p.orgbox_tt{
	font-size: 20px;
	color: #f36f21;
	font-weight: 500;
	letter-spacing: -.1px;
	padding: 60px 0 15px 0;
}
.org_common li div p.orgbox_st{
	font-size: 34px;
	color: #fff;
	font-weight: 500;
	letter-spacing: -.1px;
}


.org_oribox{
	text-align: center;
}
.org_oribox p{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	font-weight: 100;
	padding-top: 30px;
}

/****************section04 오리젠테이션 끝 부분입니다****************/



/****************section05 워크 부분입니다****************/
.work{
	width: 1920px;
	height: 100%;
	background: url("../img/work_bg.jpg");
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.work_tabslide,
.work_title_box{
	top: 100px;	
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	opacity: 0;
}
.work_tabslide.on,
.work_title_box.on{
	top: 0px;	
	opacity: 1;
}

.work_title_box{
	position: relative;
	text-align: center;
	padding-top: 125px;
	padding-bottom: 50px;
}

.work_copy{
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: 800;
	color: #000;
	position: relative;
	display: inline-block;
}

.work_copy:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f36f21;
	right: -18px;
	bottom: 0;
}

.print_box{
	position: absolute;
	right: 460px;
	top: 500px;
	z-index: 11;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	opacity: 0;
}

.print_box.on{
	top: 400px;	
	opacity: 1;
}

.print_box .pint_title{
	font-size: 28px;
	font-weight: 900;
	font-family: 'Noto Sans KR', sans-serif;
}

.print_box .pint_stitle{
	font-size: 20px;
	font-weight: 400;
	padding-top: 12px;
	color: #888888;
	font-family: 'Noto Sans KR', sans-serif;
}

.work_tabslide{
	width: 1600px;
	margin: 0 auto;
	position: relative;
}

.tab_bar{
	width: 100%; 
	height: 50px; 
}
.tab_bar ul{
	width: 300px; 
	margin: 0 auto; 
	padding: 0;
}
.tab_bar ul li{
	float: left; 
	width: 90px; 
	line-height: 50px; 
	text-align: center;
	position: relative;
}
.tab_bar ul li p{
	display: inline-block;
	color: #4d4d4d; 
	font-size: 17px;
	font-weight: 600;
	font-family: 'Noto Sans KR', sans-serif;
	cursor: pointer;
}
.tab_bar ul li.on p{
	display: inline-block;
	color: #f36f21;
	font-size: 17px;
	font-weight: 600;
}
.all_view{
	position: relative;
}
.all_view a{
	color: #4d4d4d; 
	font-size: 17px;
	font-weight: 600;
	float: left; 
	width: 120px; 
	line-height: 50px; 
	text-align: center;
	position: relative;
	font-family: 'Noto Sans KR', sans-serif;
}

.all_view:hover a{
	color: #f36f21;
}

#tabBox{
	width: 100%;
	position: relative;
	padding-top: 100px;
}
#tabBox>div.tab_area{
	width: 1600px;
	margin: 0 auto;
	position: relative;
}
#tabBox>div.tab_area>div{
	width: 1600px;
	background-color: #f2f2f2;
	height: 513px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition:-moz-transform 0.3s;
    transition:0.3s;
}
#tabBox>div.tab_area>div.on{
	z-index: 10;
	width: 1600px;
	height: 513px;
	opacity: 1;
}

.print_box{
	position: absolute;
}


.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.swiper-slide {
	background-size: cover;
	background-position: center;
	position: relative;
}
.gallery-top {
	width: 804px;
	height: 508px;
}
.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 212px;
	height: 212px;
	opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.slide_thumbox{
	width: 680px;
	height: 213px;
	position: absolute;
	right: 0;
	top: 140px;
}

.gallerybox{
	width: 804px;
	height: 508px;
	left: 0px;
	position: absolute;
}
.slide_client{
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .8); /*.27는 alpha 투명값이다.*/
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}
.slide_client p{
	padding: 3px 0;
}

.thum_tbox p:nth-child(1){
	padding: 8px 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.5px;
}
.thum_tbox p:nth-child(2){
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: -0.5px;
	color: #484646;
}

.arrow{
	position: absolute;
	width: 80px;
	height: 18px;
	right: 600px;
	top: 460px;
}
.arrow:before{
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	background: #000;
	left: 50%;
	bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 13px !important;
  height: 18px !important;
  z-index: 10;
  cursor: pointer;
  background-size: 13px 18px !important;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-button-next{
	top: 0 !important;
	margin-top: 0 !important;
}
.swiper-button-prev{
	background: url("../img/work_preve.png");
}
.swiper-button-next{
	background: url("../img/work_next.png");
}

/****************section05 워크 끝 부분입니다****************/




/****************section06 클라이언트 부분입니다****************/
.clients{
	width: 1920px;
	position: relative;
	left: 50%;
	height: 100%;
	margin-left: -960px;
	overflow: hidden;
}
.clients_title_box{
	position: relative;
	padding-top: 125px;
	padding-bottom: 50px;
}

.clients_copy{
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: 800;
	color: #000;
	position: relative;
	display: inline-block;
}

.clients_copy:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f36f21;
	right: -18px;
	bottom: 0;
}

.clients_subcopy{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 45px;
	font-weight: 100;
	color: #000;
	position: relative;
	padding-top: 40px;
	line-height: 60px;
}

.clients_subcopy span{
	font-weight: 600;
}

.clients_box{
	width: 1243px;
	margin: 0 auto;
	position: relative;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	opacity: 0;
	top: 100px;
}

.clients_box.on{
	opacity: 1;
	top: 0px;
}

.clients_area{
	width: 1242px;
	text-align: center;
}
/****************section06 클라이언트 끝 부분입니다****************/




/****************section07 컨텍 부분입니다****************/

.contact{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.contact_box{
	width: 100%;
	height: 448px;
	background: url("../img/contact_bg.jpg") no-repeat center ;
	background-size: cover;
}

.contact_title_box{
	position: relative;
	padding-top: 105px;
	padding-bottom: 50px;
	text-align: center;
}

.contact_copy{
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: 800;
	color: #fff;
	position: relative;
	display: inline-block;
}

.contact_copy:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #f36f21;
	right: -18px;
	bottom: 0;
}

.contact_subcopy{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 45px;
	font-weight: 100;
	color: #fff;
	position: relative;
	padding-top: 20px;
	line-height: 60px;
}

.contact_subcopy span{
	font-weight: 600;
}
.mapbox{
 	position: relative;
}

.mapbox:before{
 	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 5px;
}

.mapbox ul{
	width: 430px;
	margin: 0 auto;
}
.mapbox ul li{
	float: left;
	width: 50%;
	text-align: center;
}

.mapbox ul li a{
	color: #fff;
	font-size: 19px;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -0.5px;
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition:-moz-transform 0.3s;
    transition:0.3s;
}

.mapbox ul li a:hover{
	color: #f36f21;
}


#footer{
	width: 100%;
	height: 527px;
	position: relative;
}

.footer_box{
	width: 1200px;
	margin: 0 auto;
}

.footer_arae{
	position: relative;
	padding-top: 240px
}

.footer_logo{
	position: absolute;
	top: 110px;
	left: 0px;
}

.footer_arae  .ft01,
.footer_arae  .ft02,
.footer_arae  .ft03{
	display: inline-block;
	height: 110px;
	float: left;
}
.footer_arae .ft01{
	width: 550px;
}
.footer_arae .ft02{
	width: 325px;
}
.footer_arae .ft03{
	width: 325px;
}

.footer_arae > .ft01>p{
	font-size: 22px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
}
.footer_arae > .ft01>p:nth-child(1){
	padding-bottom: 20px;
}


.footer_arae .ft02 p{
	font-family: 'Noto Sans KR', sans-serif;
}

.footer_arae .ft02 p:nth-child(1){
	padding-bottom: 10px;
}
.footer_arae .ft02 p:nth-child(2){
	padding-bottom: 10px;
}

.footer_arae .ft02 p span.num_n{
	font-size: 17px;	
	margin-right: 35px; 
}

.footer_arae .ft02 p span.tel_number{
	font-size: 21px;
	font-weight: 700
}



.footer_arae .ft03 p{
	font-family: 'Noto Sans KR', sans-serif;
}

.footer_arae .ft03 p:nth-child(1){
	padding-bottom: 10px;
}
.footer_arae .ft03 p:nth-child(2){
	padding-bottom: 10px;
}

.footer_arae .ft03 p.emaill_nav{
	font-size: 21px;
	font-weight: 700
}

.footer_arae .ft03 p.company_info a{
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	color: #f36f21;
	font-family: 'Noto Sans KR', sans-serif;
	border-bottom: 1px solid #f36f21;
	padding-bottom: 5px
}
.footer_arae .ft03 p.company_info a:before{
	content: '';
	display: block;
	width: 27px;
	height: 13px;
	position: absolute;
	background: url("../img/ft_arrow.png") no-repeat;
	right: -40px;
	bottom: 5px;
}

.ft_ori{
	padding-top:  160px;
}

p.ft_ori {
	color: #000;
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
}

 p.ft_ori a{
	color: #000;
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
}

/****************section07 컨텍 끝 부분입니다****************/




@media all and (min-width:1600px){

	.main_copy_box{
		position: absolute;
		left: 340px;
		z-index: 10;
		top: 38%;
	}
	
	
}

