@charset "utf-8";
@import url('style.css');


/* 서브비주얼 */
.visual{overflow:hidden; position:relative; width:100%; height:200px; background-size:cover !important;}
.visual .visual-img-con{
	position:absolute; left:0; width:100%; height:100%; 
	-ms-transform: scale(1.1,1.1) rotate(0.0001deg);
    -o-transform: scale(1.1,1.1) rotate(0.0001deg);
    -moz-transform: scale(1.1,1.1) rotate(0.0001deg);
    -webkit-transform: scale(1.1,1.1) rotate(0.0001deg);
     transform: scale(1.1,1.1) rotate(0.0001deg);
	-webkit-transition:transform 5s  ease-in-out ;
	-moz-transition:transform 5s ease-in-out ;
	-o-transition:transform 5s ease-in-out ;
	-ms-transition:transform 5s ease-in-out ;
    transition:transform 5s ease-in-out ;	
}
.visual .visual-txt-con{position:relative; width:100%; height:100%; margin:0 auto; letter-spacing:-0.5px; text-align:center; color:#fff; padding:0 5%; z-index:2;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.visual .visual-tit{font-family: 'GmarketSansMedium';color:#fff; font-size:45px;line-height:1;letter-spacing:-0.00em;text-shadow: 0px 1px 3px rgba(0,0,0,.7);padding-top:60px; padding-bottom:15px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.visual .visual-sub-txt{font-style: normal; font-weight: 600; color:#f1f1f1;font-size:24px;line-height:1;letter-spacing:-0.01em;text-shadow: 0px 1px 3px rgba(0,0,0,.7); }


.visual .visual-tit, .visual .visual-sub-txt{position:relative; opacity:0;filter:Alpha(opacity=0); visibility:hidden;
	-moz-transition:transform 0.8s, opacity 1.0s;
	-ms-transition:transform 0.8s, opacity 1.0s;
	-webkit-transition:transform 0.8s, opacity 1.0s;
	-o-transition:transform 0.8s, opacity 1.0s;
	transition:transform 0.8s, opacity 1.0s;
}
/* Active */
.visual.active .visual-img-con{
	-ms-transform: scale(1.0,1.0) rotate(0.0001deg);
    -o-transform: scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);
     transform: scale(1.0,1.0) rotate(0.0001deg);
}
.visual.active .visual-tit, .visual.active .visual-sub-txt{
	opacity:1.0;filter:Alpha(opacity=100); visibility:visible;
	-ms-transform: translateX(0) rotate(0.0001deg);
    -o-transform: translateX(0) rotate(0.0001deg);
    -moz-transform: translateX(0) rotate(0.0001deg);
    -webkit-transform: translateX(0) rotate(0.0001deg);
     transform: translateX(0) rotate(0.0001deg); 
}
.visual.active .visual-tit{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s}
.visual.active .visual-sub-txt{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s}


.visual .about{background:url('/images/content/sub_visual01.jpg') no-repeat center center/cover;}
.visual .business{background:url('/images/content/sub_visual02.jpg') no-repeat center center/cover;}
.visual .partner{background:url('/images/content/sub_visual03.jpg') no-repeat center center/cover;}
.visual .contact{background:url('/images/content/sub_visual04.jpg') no-repeat center center/cover;}
.visual .customer, .visual .notice{background:url('/images/content/sub_visual05.jpg') no-repeat center center/cover;}




/* 서브컨텐츠 */
#subCon {width:1200px; margin:50px auto 0;padding: 0px 0 100px;overflow: hidden}
#subCon .left_wrap {float: left;display: block;width:250px}
#subCon .left_wrap h2 {background:#2d3e84;display:block;color:#fff;font-size:20px;padding:20px 0 20px 25px;margin:0; font-family:"NotoSans-Medium";}
#subCon .left_wrap ul {border:1px solid #d9d9d9;}
   	#subCon .left_wrap li {overflow:hidden; }
		 #subCon .left_wrap li a {width:100%; display:block; border-bottom:1px solid #d9d9d9; line-height:3.2; padding-left:20px;font-size:14px;}
		 #subCon .left_wrap li:last-child a {border-bottom: none;}
   	#subCon .left_wrap li a:hover,
   	#subCon .left_wrap li a:focus,
		 #subCon .left_wrap li.on a {background:#f9f9f9 url("../images/content/left_menuon.gif") 210px center no-repeat;}
		 #subCon .left_wrap li.on a {line-height:2.65; font-family:"NotoSans-Medium"; font-size:1.05em; color:#2d3e84; }
		 #subCon .sub_customer {width:250px; height:167px; margin-top:25px; background:url('../images/sub_customer.jpg') no-repeat;}	
		 #subCon .sub_customer > div {float:right; width:160px; padding:15px 10px; text-align:right}
		 #subCon .sub_customer > div p.slogan {font-family:"NotoSans-Regular"; font-size:15px; font-weight:300; color:#021058; line-height:17px}
		 #subCon .sub_customer > div p.tel {margin-top:7px; font-family:"NotoSans-Regular"; font-size:20px; font-weight:500; color:#eb743c;  line-height:23px; text-align:right}
		 #subCon .sub_customer > div p.fax {margin-top:3px; font-family:"NotoSans-Regular"; font-size:20px; font-weight:500; color:#3a3a3a; text-align:right}
		 #subCon .sub_customer > div p.btn_customer {margin-top:14px; text-align:right; }
		 #subCon .sub_customer > div p.btn_customer a {width:135px; height:30px; line-height:29px; font-weight:400; font-size:15px; letter-spacing:0.09em; background:#bf2932; font-family:"NotoSans-Medium"; }
		 #subCon .sub_customer > div p.btn_customer a.btn_b05:hover {background:#000}
		 #subCon .sub_customer > div p.btn_customer a.btn_b05 {display:inline-block;background:#4f4f4f;color:#fff;text-decoration:none;vertical-align:middle; text-align:center}
		 #subCon .sub_customer .radius {-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}




/* 사업내용 탑메뉴 PC */
#subCon .sbt_wrap {display:none; margin-bottom:50px}
#subCon .sbt_wrap:after {display:block;visibility:hidden;clear:both;content:""}
#subCon .sbt_wrap .topw_title {display:none}
#subCon .sbt_wrap .topw_subm li {float:left; margin-left:25px}
#subCon .sbt_wrap .topw_subm li:first-child {margin-left:0}
#subCon .sbt_wrap .topw_subm li a {display:inline-block; position:relative; padding-bottom:10px; font-family:"NotoSans-Medium"; color:#a7a7a7}
#subCon .sbt_wrap .topw_subm li:hover a {color:#2d3e84}
#subCon .sbt_wrap .topw_subm li:hover a:after {display:block; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#2d3e84; content:""}
#subCon .sbt_wrap .topw_subm li.on a {color:#2d3e84}
#subCon .sbt_wrap .topw_subm li.on a:after {display:block; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#2d3e84; content:""}

/* 사업내용 탑메뉴 Mobile */
#cBody .sbtm_wrap {display:none; position:relative;width:100%;height:45px;margin:0px; z-index: 2;}
#cBody .sbtm_wrap .topw_subm .topw_title {position:relative;width:100%;height:45px;text-align:left;font-weight:700;font-size:16px;line-height:38px;letter-spacing:-0.03em;color:#333; background:#fff; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; padding:0 50px 0 5%;box-sizing: border-box;}
#cBody .sbtm_wrap .topw_subm .topw_title:before{position: absolute; top:2px; right:20px; font-size:.78em; content:'▼'}
#cBody .sbtm_wrap .topw_subm .topw_toggle {display:none; position:absolute;left:0%;top:45px;width:100%;padding:8px 0;background:#fff;border-bottom:1px solid #dfdfdf;box-sizing: border-box; z-index:3}
#cBody .sbtm_wrap .topw_subm li {width:100%; text-align:left; box-sizing: border-box}
#cBody .sbtm_wrap .topw_subm li a {display: inline-block;width:100%;text-align:left;font-family:"NotoSans-Medium";font-weight: 400;font-size:15px;color:#a7a7a7;;line-height:40px;letter-spacing:-0.03em;padding:0 5%;border-bottom:0px solid #ebebeb;box-sizing: border-box;}
#cBody .sbtm_wrap .topw_subm li.on a {color:#2d3e84}

		 

#subCon .ctn_wrap {float:right; width:900px}
/* title,textType */
h2 {font-family:'NotoSans-Black'; font-size:40px; color:#000; /*text-align:center;*/margin-bottom: 10px;/*margin-top:80px*/}
.tit-sub1 {outline:2px solid red; margin: 0;font-size: 28px;line-height: 1;color: #000;margin: 60px auto 60px;font-family:"NotoSans-bold";}
.tit-sub1 span {display: inline-block;padding-bottom: 12px;border-bottom: 2px solid #bf2932;}
/* locationBar */
.locationBar { position:relative; top:0; z-index:9;min-height:50px; background-color:#fff;border-bottom: 1px solid #d9d9d9}
.intro-locTab {width:1200px; margin:0 auto;position: relative;}
.intro-locTab ul {display: table;height: 50px;}
.intro-locTab li {display: table-cell;position: relative;vertical-align: middle;border-right: 1px solid #d9d9d9;}
.intro-locTab li:first-child {border-left: 1px solid #d9d9d9;}
.intro-locTab li a {display:block; line-height:50px; text-align:center; font-size:14px;padding:0 40px}
.intro-locTab li.active a, .intro-locTab li a:hover{ background-color:#bf2932; color:#fff;}
.intro-locTab .share {position: absolute;right: 0;top:0;}
.intro-locTab .share a {display:block; width:50px; height:50px; background:#f2f2f2 url("../images/content/share.png") no-repeat 50% 50%;text-indent:-55555px; transition: all 0.2s ease-in;}
.intro-locTab .share>ul{display:none;height:235px;}
.intro-locTab .share>ul>li:first-child>a{background: url("../images/content/share_daumCafe.png") no-repeat 50% 50%; top:50px;}
.intro-locTab .share>ul>li:nth-child(2)>a{background: url("../images/content/share_webhard.png") no-repeat 50% 50%;top:99px;margin-top:-1px}
.intro-locTab .share>ul>li:nth-child(3)>a{background: url("../images/content/share_mail.png") no-repeat 50% 50%;top:150px;margin-top:-1px}
.intro-locTab .share>ul>li>a {padding:0;border:0}
.intro-locTab .share>ul>li {border: 0;display: block}
.m_share{display:none;}



/* 서브 타이틀 (레이아웃) */
#subCon .ctn_wrap h2 {position:relative; font-size:17px; font-family:"NotoSans-Medium"; margin-top:3px}
#subCon .ctn_wrap h2 > em{display:inline-block; font-size:24px; margin-bottom:10px;}
#subCon .ctn_wrap h2 > span{position:absolute; right:5px; top:12px; font-family:"NotoSans-Light"; font-size:12px; color:#897f76}
#subCon .sub_con {line-height:1.5}


/* 인사말 */
.about_us .head_img img {width:100%; margin-bottom:50px}
.about_us .ceo_photo {float:left; padding:0 20px 14px 0}
.about_us h3 {color:#333; margin-top:13px}
.about_us p {color:#454545; margin-top:14px}
.about_us p em {font-family:"NotoSans-Medium"}
.about_us p:last-child {color:#333; font-family:"NotoSans-Medium"; text-align:right; font-size:1.1em}



/* 사업내용  */
.business .head_img img {width:100%; outline:1px solid #dfdfdf}
.business table {margin-top:50px}
.business th {width:160px; font-size:18.72px; font-family:"NotoSans-Medium"; vertical-align:top; text-align:left; background:#f5f5f5; color:#333}
.business td {width:calc(100% - 160px); color:#454545}
.business th, .business td {padding:15px 3%; border:1px solid #dfdfdf; box-sizing:border-box;}
.business ol { padding-left:16px}
.business ul {display:flex; flex-wrap:wrap}
.business ul > li {display:flex; align-items:center; justify-content:center; float:left; width:calc(50% - 40px);  padding:20px}
.business ul > li > img {width:90%}
.business ul > li:nth-child(16) img,
.business ul > li:nth-child(11) img,
.business ul > li:nth-child(10) img,
.business ul > li:nth-child(9) img,
.business ul > li:nth-child(7) img,
.business ul > li:nth-child(6) img,
.business ul > li:nth-child(5) img,
.business ul > li:nth-child(2) img,
.business ul > li:nth-child(1) img {width:67.505%}
.business h3 {display:none; background-color:#f5f5f5; padding:7px 20px; margin-bottom:30px; border-bottom:1px solid #dfdfdf;}
.business tr:first-child h3 {margin-top:0}
.business02 ol {padding-left:0; list-style:none}
.business02 ul > li > img {width:90% !important}



/* 파트너 */
.partner_con .row ul {display:flex; flex-wrap:wrap}
.partner_con .row h3 {margin-bottom:15px; color:#333}
.partner_con .row h3 img {display:inline-block; height:20px; vertical-align:middle}
.partner_con .row li {display:flex; align-items:center; justify-content:center; text-align:center; float:left; border:1px solid #dfdfdf; margin-left:12.5px; padding:15px 5px; box-sizing:border-box; color:#454545; background-color:#fdfdfd; line-height:1.4}

.partner_con .row01 li {width:calc(20% - 10px)}
.partner_con .row01 li:nth-child(5n+1) {margin-left:0}
.partner_con .row01 li:nth-child(n+6) {margin-top:15px}

.partner_con .row02 {border-top:1px solid #efefef; margin-top:50px; padding-top:50px}
.partner_con .row02 li {width:calc(50% - 6.25px)}
.partner_con .row02 li:nth-child(2n+1) {margin-left:0}
.partner_con .row02 li:nth-child(n+3) {margin-top:15px}



/* 미디어쿼리 시작 */
@media all and (max-width:1220px) {
	#subCon .left_wrap {display: none;}
	#subCon .ctn_wrap {width: 100%;float:none;}
	#subCon {width:94%; padding:0 0 70px}		
	#subCon .sbt_wrap {display:block}
}


@media all and (max-width:1040px) {
	/*서브비주얼*/
	.visual .visual-tit{font-size:37px; padding-top:70px}
	.visual .visual-sub-txt{font-size:20px}

	.m_share.open>ul{opacity:1;transition:0.5s;transform:translate(0, 0);}

	#subCon .ctn_wrap h2 {text-align: center}
	#subCon .ctn_wrap h2 > span{display:none}


	/* 사업내용 탑메뉴 PC */
	#cBody .sbt_wrap {display:none}

	/* 사업내용 탑메뉴 Mobile */
	#cBody .sbtm_wrap {display:block}
}





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

	#subCon {margin-top: 30px}	


	/* 서브비주얼 */
	.visual > h1 {font-size:44px}
	.visual .introduction,
	.visual .product,
	.visual .portfolio,
	.visual .estimate,
	.visual .notice{background-size: 130%}

	.project_img img {width:100%;}
}

@media all and (max-width:758px){
	#subCon .ctn_wrap h2 > em{font-size:21px}
	#subCon .ctn_wrap h3 {font-size:17px}
	.partner_con .row h3 img {height:17px}
	
	/* 서브비주얼 */
	.visual > h1 {font-size:32px}
	.visual .introduction,
	.visual .product,
	.visual .portfolio,
	.visual .estimate,
	.visual .notice{background-size: 200%;}
	.visual .visual-tit{font-size:32px}
	.visual .visual-sub-txt{font-size:17px}

	/*서브비주얼*/
	.visual .about{background:url('/images/content/sub_visual_m01.jpg') no-repeat center center/cover;}
	.visual .product{background:url('/images/content/sub_visual_m02.jpg') no-repeat center center/cover;}
	.visual .portfolio{background:url('/images/content/sub_visual_m03.jpg') no-repeat center center/cover;}
	.visual .estimate{background:url('/images/content/sub_visual_m04.jpg') no-repeat center center/cover;}
	.visual .notice{background:url('/images/content/sub_visual_m05.jpg') no-repeat center center/cover;}


	/* 인사말 */
	.about_us .head_img img {margin-bottom:20px}
	.about_us .ceo_photo {width:110px; padding:0 10px 10px 0}
	.about_us .ceo_photo img {width:100%}
	.about_us h3 {margin-top:12px}
	.about_us p {font-size:.87em}
	.about_us p:last-child {font-size:1em}


	/* 사업내용 */
	.business table {margin-top:30px}
	.business th {display:none}
	.business h3 {display:block}
	.business td {font-size:.87em; padding:0 0 30px 0}
	.business ul > li:nth-child(2),
	.business ul > li:nth-child(1) {padding-top:0}
	.business ul > li > img {width:100%}
	.business ul > li:nth-child(16) img,
	.business ul > li:nth-child(11) img,
	.business ul > li:nth-child(10) img,
	.business ul > li:nth-child(9) img,
	.business ul > li:nth-child(7) img,
	.business ul > li:nth-child(6) img,
	.business ul > li:nth-child(5) img,
	.business ul > li:nth-child(2) img,
	.business ul > li:nth-child(1) img {width:77.505%}
	.business p, .business ol {margin-left:30px}


	/* 파트너 */
	.partner_con .row li {margin-left:15px; font-size:.87em}
	.partner_con .row01 li {width:calc(33.333% - 10px)}
	.partner_con .row01 li:nth-child(5n+1) {margin-left:15px}
	.partner_con .row01 li:nth-child(3n+1) {margin-left:0}
	.partner_con .row01 li:nth-child(n+4) {margin-top:15px}
	.partner_con .row02 {margin-top:40px; padding-top:40px}
	.partner_con .row02 li {width:100%; margin-left:0}
	.partner_con .row02 li:nth-child(n+2) {margin-top:15px}
	
}

@media all and (max-width:570px){	
	.ceoDiv .ceoText i{display:none}		
}


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

	/* 파트너 */
	.partner_con .row li {margin-left:15px}
	.partner_con .row01 li {width:calc(50% - 10px)}
	.partner_con .row01 li:nth-child(3n+1) {margin-left:15px}
	.partner_con .row01 li:nth-child(2n+1) {margin-left:0}
	.partner_con .row01 li:nth-child(n+3) {margin-top:15px}
	.partner_con .row02 {margin-top:40px}
}




@media all and (max-width:350px){	
	.list-table.project td {vertical-align:top; line-height:150%}
}




