@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
    font-family: 'jua';
	src: url('/fonts/jua.eot');
  	src: url(/fonts/jua.eot?#iefix) format('embedded-opentype'),
       url(/fonts/jua.woff) format('woff'),
       url(/fonts/jua.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'NanumSquare';
  src: url('/fonts/NanumSquareOTFR.eot'); /* IE9 Compat Modes */
  src: url('/fonts/NanumSquareOTFR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/NanumSquareOTFR.woff') format('woff'), /* Modern Browsers */
       url('/fonts/NanumSquareOTFR.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/NanumSquareOTFR.svg#9e23ceb0c858ca37642ba540402577eb') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	outline: none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
/************** end reset **************/

body{
	font-family: 'jua';
}
div {
	text-align: center;
}
p {
	font-size:46px;
}
.container {
	margin:0px auto;
}

/************** 메뉴 관련 start **************/
	.fixed {
		top:0;
		transition: top 0.2s ease-in-out;
		position:fixed;
		z-index:101;
		border-bottom:1px solid #333;
	}
	.p-menu {
		font-size:20px;
	}
	.p-menu ul {
		list-style:none;
		margin:0;
		padding:0;
		float:right;
	}
	.p-menu li {
		margin: 25px 40px 0 0;
		padding: 0 0 0 0;
		border : 0;
		float: left;
	}
	.p-menu a {
		color:#222;
	}
	.menu_back
	{
		z-index: 102;
		display: block;
		position: fixed;
		width:100%;
		height:100%;
		background-color: rgba(0,0,0,0.9)
	}
	.menu_back ul {
		margin-top:10px;
	}
	.menu_back ul>li {
		padding:10px;
	}
	.menu_back ul>li>a {
		color:#fff;
		font-size:24px;
	}
	/* 메뉴별 색상 표시 start */
	.menu-active {
		color:#e2abb0 !important;
	}
	.menu-active2 {
		color:#d5e29a !important;
	}
	.menu-active3 {
		color:#8fc4d4 !important;
	}
	.menu-active4 {
		color:#fbdb78 !important;
	}
	.menu-active5 {
		color:#ff946a !important;
	}
  .menu-active6 {
		color:#a8e9dd !important;
	}
	/* 메뉴별 색상 표시 end */
	.menu-trigger {
		margin:7px 0 7px -29px;
		position: relative;
		height: 27px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger span {
		position: absolute;
		left: 0px;
		width: 29px;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0px;
	}
	/* 메뉴 전체가 회전하면서 엑스자 버튼 만들기 */
	.menu-trigger.active-1 {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	.menu-trigger.active-1 span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}

	.menu-trigger.active-1 span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active-1 span:nth-of-type(3) {
		opacity: 0;
	}

	.facebook2 {
	}
	.naver2 {
	}
	.kakao2 {
		color:#eddf00;
	}
	.tel2 {
		color:#efbe2d;
	}
	.menu_center {
		width:100%;
	}
	.me1 {
		width:50%;
		float:left;
		text-align:right;
		padding:0 10px 20px 0;
	}
	.me2 {
		width:50%;
		float:left;
		text-align:left;
		padding:0 0 20px 10px;
	}
	.menu_back a {
		font-size:24px;
		text-decoration:none;
	}

/************** 메뉴 관련 end **************/

.logo img
{
	width:100%;
}


/************** 서브 타이틀 영역 관련 **************/
	/* 메뉴별 타이틀 색상 표시 start */
	.sub_title_back1 {
		background-color:#e2abb0;
	}
	.sub_title_back1:before {
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		background:
			linear-gradient(
			45deg, transparent 33.333%,
			#e2abb0 33.333%, #e2abb0 66.667%,
			transparent 66.667%
		),
			linear-gradient(
			-45deg, transparent 33.333%,
			#e2abb0 33.333%, #e2abb0 66.667%,
			transparent 66.667%
		);
		background-size: 20px 40px;
	}
	.sub_title_back2 {
		background-color:#d5e29a;
	}
	.sub_title_back2:before {
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		background:
			linear-gradient(
			45deg, transparent 33.333%,
			#d5e29a 33.333%, #d5e29a 66.667%,
			transparent 66.667%
		),
			linear-gradient(
			-45deg, transparent 33.333%,
			#d5e29a 33.333%, #d5e29a 66.667%,
			transparent 66.667%
		);
		background-size: 20px 40px;
	}
	.sub_title_back3 {
		background-color:#8fc4d4;
	}
	.sub_title_back3:before {
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		background:
			linear-gradient(
			45deg, transparent 33.333%,
			#8fc4d4 33.333%, #8fc4d4 66.667%,
			transparent 66.667%
		),
			linear-gradient(
			-45deg, transparent 33.333%,
			#8fc4d4 33.333%, #8fc4d4 66.667%,
			transparent 66.667%
		);
		background-size: 20px 40px;
	}
	.sub_title_back4 {
		background-color:#fbdb78;
	}
	.sub_title_back4:before {
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		background:
			linear-gradient(
			45deg, transparent 33.333%,
			#fbdb78 33.333%, #fbdb78 66.667%,
			transparent 66.667%
		),
			linear-gradient(
			-45deg, transparent 33.333%,
			#fbdb78 33.333%, #fbdb78 66.667%,
			transparent 66.667%
		);
		background-size: 20px 40px;
	}
	.sub_title_back5 {
		background-color:#ff946a;
	}
	.sub_title_back5:before {
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		background:
			linear-gradient(
			45deg, transparent 33.333%,
			#ff946a 33.333%, #ff946a 66.667%,
			transparent 66.667%
		),
			linear-gradient(
			-45deg, transparent 33.333%,
			#ff946a 33.333%, #ff946a 66.667%,
			transparent 66.667%
		);
		background-size: 20px 40px;
	}
  .sub_title_back6 {
		background-color:#a8e9dd;
	}
	.sub_title_back6:before {
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		background:
			linear-gradient(
			45deg, transparent 33.333%,
			#a8e9dd 33.333%, #a8e9dd 66.667%,
			transparent 66.667%
		),
			linear-gradient(
			-45deg, transparent 33.333%,
			#a8e9dd 33.333%, #a8e9dd 66.667%,
			transparent 66.667%
		);
		background-size: 20px 40px;
	}
	/* 메뉴별 타이틀 색상 표시 end */

	.s1 {
		color:#fff;
		margin:0 0 20px 0;
		text-align:left;
		text-shadow: 0 1px 0 #ccc,
				   0 2px 0 #c9c9c9,
				   0 3px 0 #bbb,
				   0 4px 0 #b9b9b9,
				   0 5px 0 #aaa,
				   0 6px 1px rgba(0,0,0,.1),
				   0 0 5px rgba(0,0,0,.1),
				   0 1px 3px rgba(0,0,0,.3),
				   0 3px 5px rgba(0,0,0,.2),
				   0 5px 10px rgba(0,0,0,.25),
				   0 10px 10px rgba(0,0,0,.2),
				   0 20px 20px rgba(0,0,0,.15);
	}
	.simg img {
		width:100%;
	}
	.s2 {
		color:#222;
	}
/************** 서브 타이틀 영역 관련 end**************/

.c2 {
	font-family: 'NanumSquare', sans-serif;
	font-size:18px
}
.cimg img {
	width:100%;
}

.black_bubble {
	font-family: 'NanumSquare', sans-serif;
	width:100%;
	color:#fff;
	background-color:#222;
	position:relative;
	margin: 50px 0 50px 0;
	padding: 5px;
	font-size:20px;
}
.black_bubble .tail{
	left:50%;
	margin-left:-18px;
	border-right :18px solid transparent;
	border-top:18px solid #222;
	border-left : 18px solid transparent;
	position:absolute;
	bottom:-18px;
	width:0; height:0;
}

.contact_tb {
	font-family: 'NanumSquare', sans-serif;
}
.contact_tb td {
	letter-spacing: 1px;
	line-height:20px;
	padding: 25px 0;
	font-size:18px;
}
.contact_tb p {
	letter-spacing: 1px;
	line-height:20px;
	font-size:18px !important;
	padding:0 0 5px 0;
}

.contact {
	font-family: 'NanumSquare', sans-serif;
	margin: 15px 10px 30px 10px;
}
.contact p {
	font-size:16px
}
.c_wrap {
	margin:20px;
}
.btn-xl {
    color: #fff;
    background-color: #ff946a;
    border-color: #ff946a;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 22px;
    padding: 15px 40px;
}

/************* portfolio *************************/
.boxgrid { overflow: hidden;  position: relative; margin-bottom:3%}
.hovercover{position: absolute; top: 0; left: 50%; background: rgba(0,0,0,0.7); width: 90%; height: 100%; display: none; margin-left: -45%; padding: 10% 8%; border-radius:3px }
.hovercover p{color:#fff; font-family: 'NanumSquare', sans-serif;}
.hovercover p.hover_title{font-weight:600}
.hovercover p.hover_desc{margin: 10%; color:#d6d6d6}
.hovercover hr { width:25px; border:1px solid white; margin:10px auto 20px }

div.pmodal-body{position: relative;}
div.pmodal-content{position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); box-shadow: 0 3px 9px rgba(0,0,0,.5);}
div.portfolioimgwrap{height:325px; background:#fff}
div.portfoliodeswrap{background:#f1f1f1; padding:20px 0 15px}
div.portfoliodes{height: 140px; overflow-y: scroll; padding: 0 7.1%; font-family:'NanumSquare',sans-serif }
div.myButton{cursor:pointer}
p.projecttitle{font-size: 17px; font-weight: bold; text-align:left; float:left; margin-right: 3.1%}
p.projectdate{font-size: 11px; font-weight: bold; text-align:left; float:left; line-height:23px; color:#777777}
p.projectdes{font-size: 11px; font-weight: bold; text-align:left; clear:both; line-height: 16px; padding-top: 8px; color:#0d0d0d}
p.projectdes .projectdesimg{margin-right:1.6%}
.swiper-slide p{display: table-cell; vertical-align: middle;}
.swiper-slide p img{width:100%}
.modalclbtn{padding: 0px 5px 5px !important; border: solid 3px #c1c1c1 !important; margin: 8px; opacity: 1; position: absolute; top: 0; right: 0; z-index: 2;}
a.modalclbtn2{font-family:'NanumSquare',sans-serif; font-size: 13px; background: #d43338; padding: 13px 0; width: 100%; display: block; margin: 0 auto; color: #fff; font-weight: bold; display:none}
a.modalclbtn2:hover{text-decoration:none; color: #fff; cursor:pointer}
.dateicon { width:13px; margin-right:8px; padding-bottom:3px }


.slide_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px!important;
  height:40px!important;
  background: rgba(0,0,0,0.3);
  z-index:9;
  transition: all 0.3s ease;
  cursor:pointer
}
.slide_arrow:hover {
  width:70px!important;
  height:40px!important;
}
.arrowR:before {
  content: "";
  width: 20px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease;
  right:10px
}
.arrowR:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  transition: all 0.3s ease;
}
.arrowR:hover:before {
  right: 30px;
  width: 30px;
}
.arrowR:hover:after {
  right: 30px;
  right: 30px;
}
.arrowL:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent white transparent;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 10px;
  transition: all 0.3s ease;
}
.arrowL:after {
  content: "";
  width: 20px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease;
  left:10px
}
.arrowL:hover:before {
  left: 30px;
  left: 30px;
}
.arrowL:hover:after {
  left: 30px;
  width: 30px;
}



/************** 푸터 영역 관련 start**************/
.footer {
	font-family: 'NanumSquare', sans-serif;
	font-size:12px;
	background-color:#222;
	letter-spacing: 1px;
	line-height:20px;
}
.copyright {
	float:left;
	padding:20px 10px;
	color:#fff;
	width:100%;
}
/************** 푸터 영역 관련 end**************/

@media (min-width: 992px) {
	/* header 영역 */
	.header{
		width:100%;
		height:80px;
		color:white;
		background-color:#FFF;
		text-align:center;
	}
	.nav-up {
		top: -80px;
	}
	.logo
	{
		float:left;
		width:70px;
		display: block;
	}

	/* sub title 영역 */
	.sub_title .s2 {
		font-size:25px;
		text-align:left;
	}
	.sub_title {
	  position: relative;
	  width: 100%;
	  height: 250px;
	}
	.stitle {
		padding:18px 0 0 0;
	}
	.s1 {
		font-size:54px;
	}

	/* sub content 영역 */
	.c1 {
		margin:30px 0 0 0;
	}
	.c2 {
		margin: 30px 0 ;
	}
	.cimg2 img {
		width:70%;
	}
	/* portfolio */
	.portImg img {
		padding:0 20px;
	}
	.hovercover {
		padding-top:40px;

	}
	.hovercover p.hover_title {
		font-size:17px
	}
	.hovercover p.hover_desc {
		font-size:13px;
	}
	/* footer 영역 */
	.copyright {
		text-align:left;
	}
}

@media (min-width:768px) {
	div.portfolioimgwrap{height:500px}
	div.portfoliodeswrap{height: 200px; padding: 30px 0;}
	p.projecttitle{font-size: 23px}
	p.projectdate{font-size: 14px; line-height:32px}
	p.projectdes{font-size: 13px; line-height: 24px; padding-top: 12px;}
	.modalclbtn { position:absolute; right:0; top:0;  margin:0; width:50px; height:50px; padding:0!important; background: #d43338!important; box-sizing: border-box; border: 0!important; opacity:0.9;}
	.modalclbtn > span { color:white; text-shadow:none; font-size:25px; font-family: 'nanumsquare',sans-serif; font-weight: normal;  }
}

@media (max-width:455px){
	div.portfolioimgwrap{height:259px}
}

@media (max-width:768px){
	.modalclbtn{display:none}
	a.modalclbtn2{display:block}
	div.portfoliodes{height: 110px;}
	.hovercover hr { display:none }
	.projectdes {font-size:12px	}
	.c2 { font-size:13px }
	.contact_tb td { font-size:13px; line-height:13px }
	.contact p { font-size:13px }
	.contact_tb td > p { font-size:13px!important; font-weight:600 }
	.contact_tb td { padding:5px 0 }
	.contact_tb img { width:20px; margin-right:15px }
	.businessimg img { width:60%!important }
	.copyright { font-size:12px; line-height: 15px; }
}

@media (min-width: 769px) and (max-width: 991px) {
	/* header 영역 */
	.header{
		width:100%;
		height:80px;
		color:white;
		background-color:#FFF;
		text-align:center;
	}
	.nav-up {
		top: -80px;
	}
	.logo
	{
		float:left;
		width:70px;
		display: block;
	}

	/* sub title 영역 */
	.sub_title .s2 {
		font-size:22px;
		text-align:left;
	}
	.sub_title {
	  position: relative;
	  width: 100%;
	  height: 200px;
	}
	.stitle {
		padding:12px 0 0 0;
	}
	.s1 {
		font-size:40px;
	}
	.simg {
		padding:10px 0 0 0;
	}

	/* sub content 영역 */
	.c1 {
		margin:30px 0 0 0;
	}
	.c2 {
		margin: 30px 0 ;
	}
	.cimg, .cimg2 {
		padding:0 20px;
	}
	.cimg2 img {
		width:100%;
	}
	/* portfolio */
	.portImg img {
		padding:0 20px;
	}
	.portImg {
		width:50%;
		float:left;
		padding:0;
	}
	.hovercover {
		padding-top:60px
	}
	.hovercover p.hover_title {
		font-size:17px
	}
	.hovercover p.hover_desc {
		font-size:13px;
	}
	.projectdes {
		font-size:13px
	}
	/* footer 영역 */
	.copyright {
		text-align:left;
	}
}
@media (min-width: 601px) and (max-width: 768px) {
	/* header 영역 */
	.header{
		width:100%;
		height:80px;
		color:white;
		background-color:#FFF;
		text-align:center;
	}
	.nav-up {
		top: -80px;
	}
	.logo
	{
		float:left;
		width:70px;
		display: block;
	}
	.p-menu {
		display:none;
	}
	.m-menu {
		display:block !important;
		float:right;
		margin: 15px;
		background-color: #333;
		width:43px;
		height: 40px;
	}

	/* sub title 영역 */
	.sub_title .s2 {
		font-size:22px;
		text-align:left;
	}
	.sub_title {
	  position: relative;
	  width: 100%;
	  height: 200px;
	}
	.stitle {
		padding:22px 55px;
	}
	.s1 {
		font-size:30px;
	}

	/* sub content 영역 */
	.simg {
		display:none;
	}
	.c1 {
		margin:30px 0 0 0;
	}
	.c2 {
		margin: 30px 0 ;
	}
	.cimg, .cimg2 {
		padding:0 20px;
	}
	.cimg2 img {
		width:100%;
	}
	/* portfolio */
	.portImg img {
		padding:0 20px;
	}
	.portImg {
		width:50%;
		float:left;
		padding:0;
	}
	.hovercover {
		padding-top:60px
	}
	.hovercover p.hover_title {
		font-size:16px
	}
	.hovercover p.hover_desc {
		font-size:13px;
	}
	/* footer 영역 */
	.copyright {
		text-align:center;
	}
}
@media (max-width: 600px) {
	/* header 영역 */
	.header{
		width:100%;
		height:60px;
		color:white;
		background-color:#FFF;
		text-align:center;
	}
	.nav-up {
		top: -60px;
	}
	.logo
	{
		float:left;
		width:50px;
		display: block;
	}
	.menu
	{
		display:none;
	}
	.p-menu {
		display:none;
	}
	.m-menu {
		display:block !important;
		float:right;
		margin:5px;
		background-color: #333;
		width:43px;
		height: 40px;
	}

	/* sub title 영역 */
	.sub_title .s2 {
		font-size:16px;
		text-align:left;
	}
	.sub_title {
	  position: relative;
	  width: 100%;
	  height: 160px;
	}

	.stitle {
		padding:5px 10px;
	}
	.s1 {
		font-size:25px;
	}

	/* sub content 영역 */
	.simg {
		display:none;
	}
	.c1 {
		margin:30px 0 0 0;
	}
	.c1 img {
		width:100%;
	}
	.c2 {
		margin: 30px 5px ;
	}
	.cimg, .cimg2 {
		padding:0 20px;
	}
	.cimg2 img {
		width:100%;
	}
	/* portfolio */
	.portImg img {
		padding:0 20px;
	}
	.portImg {
		width:50%;
		float:left;
		padding:0;
	}
	.hovercover p.hover_title {
		font-size:13px
	}
	.hovercover p.hover_desc {
		font-size:11px;
	}
	/* footer 영역 */
	.copyright {
		text-align:center;
	}
	/* cumilia */
	.col-md-4 img {
		width:100%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
 @media (max-width: 600px) {
}
 @media (min-width: 601px) and (max-width: 799px) {

}
}
