@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Basic */
		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;

		
	}

	html{scroll-behavior:smooth;}
	
	body{font-family: 'Pretendard-Regular'; font-size:18px;}
/*
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block !important
	
}*/
/*
	body {
		line-height: 1;
	}
*/

	@-ms-viewport {
		width: device-width;
	}
/*
	body {
		-ms-overflow-style: scrollbar;
	}
	body {
			background: #fff;
		}


*/


.clearfix:after {display:block; clear:both; content:'';}
.inner {position:relative; max-width:1280px; /*width:100%;*/ margin:0 auto; padding:80px 0 100px;}

.s_inner {
    position: relative;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}

.inner:after {display:block; clear:both; content:'';}



/* gnb 호버시 */

.headerWp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 80px;
    /*background: transparent;
    transition: all 0.3s ease;*/
	  background-color:rgba(0,0,0,0);
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  transition-duration:0.4s;
  transition-timing-function:ease;

    overflow: hidden;
    /* background-color: #f00; */
}
.headerWp .inner {
    max-width: 1840px;
    padding: 0 20px;
}

.headerWp h1 {
    position: relative;
    z-index: 9000;
    display: inline-block;
    vertical-align: top;
    padding: 23px 0 0 0;
    
}

.headerWp h1 a img {
    max-width: auto;
    vertical-align: top;
	width: 97%;

}


.headerWp .gnb {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: right;
}
.headerWp .gnb > ul > li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.headerWp .gnb > ul > li > a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.headerWp .gnb > ul > li:last-child {
    margin: 0 300px 0 0;
}

.headerWp .gnb > ul > li:hover > a {font-weight:600;}
.headerWp .gnb > ul > li:hover > a:after {content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:#fff;  transition:all 5s ease-in-out;}


.headerWp .ico ul li {
    display: inline-block;
    text-align: center;
}


/* 토글 */
body.toggleOn {/*overflow:hidden;*/}
.headerWp .ico {
    position: relative;
    z-index: 9000;
    float: right;
}

.headerWp .ico ul {
    padding: 30px 0;
}

.headerWp .ico ul .kakaoIco {
    vertical-align: top;
}

headerWp .ico ul li {
    display: inline-block;
    text-align: center;
}


headerWp .ico ul .kakaoIco img {
    width: 90%;
}

.headerWp .ico ul .kakaoIco a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 12px;
    transition: all 0.3s ease;
}
.headerWp .ico .toggle {position:relative; z-index:2001;display:block; width:22px; height:25px; margin-right:30px;}
.headerWp .ico .toggle span {position:absolute; display:inline-block; height:3px; position:absolute; background:#fff; transition:all 0.3s ease;}
.headerWp .ico .toggle span:nth-child(1) {width:25px; top:6px; right:0;}
.headerWp .ico .toggle span:nth-child(2) {width:25px; top:14px; right:0;}
.headerWp .ico .toggle span:nth-child(3) {width:25px; top:22px; right:0;}
.headerWp .ico ul li .toggle.active span:nth-child(1) {top:50%; width:26px; transform:rotate(45deg)}
.headerWp .ico ul li .toggle.active span:nth-child(2) {right:0; opacity:0;}
.headerWp .ico ul li .toggle.active span:nth-child(3) {top:50%; margin-bottom:-1px; width:26px; transform:rotate(-45deg)}
.headerWp .toogleBox {position:fixed; display:none; width:100%; height:100%; top:0; left:0; bottom:0; right:0; background:#b8ecff; z-index:2000; overflow-x: hidden}
.headerWp .toogleMenu {display:table; width:100%; max-width:1440px; padding:120px 50px 0; height:calc(100vh - 100px); margin:0 auto; box-sizing:border-box;}
.headerWp .toogleMenu > ul {display:table-cell; margin:0 auto; vertical-align:middle; text-align:center;}
.headerWp .toogleMenu > ul:after {content:''; display:block; clear:both;}
.headerWp .toogleMenu > ul > li:first-child{font-size:28px; font-weight:800; color:#000;}
.headerWp .toogleMenu > ul > li {display:block; vertical-align:top; width:100%; padding:0 0 35px; font-family:'Montserrat', sans-serif;}
.headerWp .toogleMenu > ul > li:nth-child(5) {clear:left;}
.headerWp .toogleMenu > ul > li > h2 {display:none; font-size:20px; font-weight:600; color:#fff; cursor:pointer; font-family:'Montserrat', sans-serif;}
.headerWp .toogleMenu > ul > li > a {display:block; font-size:20px; font-weight:700; color:#000;}
.headerWp .toogleMenu > ul > li > ul {display:block; padding:15px 0 0 0;}
.headerWp .btnclose {/*position:absolute; top:50px; right:70px; z-index:2; background:#350343;*/}
.headerWp .btnclose a {background-image:url('/comm/img/layout/toggle_close.png') !important; background-position:center; width:32px; height:32px; display:block; background-repeat:no-repeat;}


.scroll {
  background:#fff;
  border:1px solid #ddd;
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  transition-duration:0.4s;
  transition-timing-function:ease;
}
/* 스크롤 내렸을때 CSS .active */
.headerWp.active {height:88px; background-color:#fff; transition:.5s;}
.headerWp.active .gnb > ul > li > a {color:#222}
.headerWp.active .ico ul .kakaoIco a {color:#222}
.headerWp.active .ico .toggle span {background:#222}
.headerWp.active h1{padding-top:30px;}
.headerWp.active h1 a img {width:80%}


#header .tit{ 
	        -moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			border:0;
			background-color: transparent;
			font-size:1em;
            margin-bottom:30px;} 


a {text-decoration: underline;}

a:hover {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {

font-weight: 300;
line-height: 1.5;
margin: 0 0 1rem 0;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}



/* Form */

	form.method {
		
		margin: 0 0 2rem 0;
		padding:10px; width: 403px; background-color:#fff; border-radius:5px; margin:50px auto;


	}




/* Image */

	.image {
		border-radius: 2px;
		border: 0;
		display: inline-block;
		position: relative;
	}

	.image img {
		border-radius: 2px;
		display: block;
	}



	
/* Wrapper */

	.wrapper {
		padding: 6rem 0 4rem 0 ;
		position: relative;
		margin: 0;
	}

		.wrapper > .inner {
			margin: 0 auto;
			width: 80rem;
		}

		.wrapper.style1 {
			background-color: #8a4680;
			color: #e2d1df;
		}

		

/* Header */


	body.subpage {
		padding-top: 3.25em;
	}

	@-moz-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}



.words{letter-spacing:0; font-size:1em; margin-bottom:15px;}


br.br-m {
	display: none;
}

.email{	vertical-align:middle; }





  .service-list {
      display: flex;
      justify-content: center;
      gap: 40px;
     
      list-style: none;
      margin: 0;
    }
    .service-item {
      position: relative;
      width: 380px;
      height: 480px;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      background-size: cover;
      background-position: center;
      box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    }
    .web {
      background-image: url('https://github.com/bestable1110/bestable/blob/main/web.jpg?raw=true');
    }
    .mobile {
      background-image: url('https://github.com/bestable1110/bestable/blob/main/mobile.jpg?raw=true');
    }
    .uxui {
      background-image: url('https://github.com/bestable1110/bestable/blob/main/uiux.jpg?raw=true');
    }
    .service-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.55);
      z-index: 1;
    }
    .service-content {
      position: relative;
      z-index: 2;
      color: #fff;
      padding: 32px 24px 28px 24px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .service-icon {
      margin-bottom: 18px;
      display: block;
      font-size: 54px;
      color: #fff;
    }
    .service-title {
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      letter-spacing: 0.5px;
    }
    .service-desc {
      font-size: 1.02rem;
      line-height: 1.7;
      font-weight: 400;
      white-space: pre-line;
      letter-spacing: -0.2px;
	  text-align:left;
    }
    @media (max-width: 1100px) {
      .service-list {
        flex-direction: column;
        align-items: center;
        gap: 28px;
		padding-bottom:30px;
      }

	    .service-item {
    width: 96vw;      /* 거의 전체 너비로 */
    max-width: 600px; /* 너무 커지지 않도록 최대값 설정 */
    min-width: 0;
    height: 360px;    /* 높이도 필요에 따라 조정 */

  }
    }
    @media (max-width: 600px) {
      .service-item {
        width: 96vw;
        min-width: 0;
        height: 340px;
      }
    }




















/*input[type="submit"]{padding:5px 15px;

}*/
	

/* Banner */

.banner {
    background-color: #000;
    color: #e2d1df;
    padding: 8em 0;
    position: relative;

	}


/*.banner article {
    background-image: url(../images/main.jpg);
    background-position: center 0px; 
}
*/

	.banner a {
		color: #ffffff;
	}

	.banner a:hover{color:#fff}

	.banner strong, .banner b {
		color: #ffffff;
	}

	.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
		color: #ffffff;
	}

	.banner blockquote {
		border-left-color: rgba(255, 255, 255, 0.25);
	}

	.banner code {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.25);
	}

	.banner hr {
		border-bottom-color: rgba(255, 255, 255, 0.25);
	}

	.banner.full {
		padding: 0;
		min-height: 100vh;
		height: 100vh !important;
	}

	.banner.half {
		padding: 0;
		min-height: 50vh;
		height: 50vh !important;
	}
	.banner:after {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			-moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
			-webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
			-ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
			transition: opacity 1.5s ease-in-out, visibility 1.5s;
			background: #000000;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 2;
		}

		.banner .indicators {
			bottom: 1.5em;
			left: 0;
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 2;
		}

			.banner .indicators li {
				cursor: pointer;
				display: inline-block;
				height: 2em;
				overflow: hidden;
				padding: 0;
				position: relative;
				text-indent: 2em;
				width: 2em;
			}

				.banner .indicators li:before {
					background: rgba(255, 255  , 255, 0.35);
					border-radius: 100%;
					content: '';
					display: inline-block;
					height: 0.8em;
					left: 50%;
					margin: -0.4em 0 0 -0.4em;
					position: absolute;
					text-indent: 0;
					top: 50%;
					width: 0.8em;
				}

				.banner .indicators li.visible:before {
					background: #fff;
				}

		.banner > article {
			-moz-transition: opacity 1.5s ease, visibility 1.5s;
			-webkit-transition: opacity 1.5s ease, visibility 1.5s;
			-ms-transition: opacity 1.5s ease, visibility 1.5s;
			transition: opacity 1.5s ease, visibility 1.5s;
			background-image: url(../images/main.jpg);background-position:0 center;
			background-attachment: fixed;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			text-align: center;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 0;
		}

			.banner > article:before {
				content: '';
				display: inline-block;
				height: 100%;
				vertical-align: middle;
			}

			.banner > article:after {
				content: '';
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: #000;
				opacity: 0.35;
			}

			.banner > article .inner {
				position: relative;
				display: inline-block;
				vertical-align: middle;
				z-index: 1;
			}

				.banner > article .inner > :last-child {
					margin-bottom: 0;

			}

/*

	.banner > article h2 {
		font-size: 7rem;
		margin-bottom: 0;
		color: #FFF;
		font-weight: 300;
	}

*/

	.banner > article h2:after {
		display: none;
	}

	.banner > article a {
				color: #FFF;
				text-decoration: none;
			}

			.banner > article img {
				display: none;
			}

			.banner > article.visible {
				opacity: 1;
				visibility: visible;
			}

			.banner > article.top {
				/*z-index: 1;*/
			}

			.banner > article.instant {
				-moz-transition: none !important;
				-webkit-transition: none !important;
				-ms-transition: none !important;
				transition: none !important;
			}
				


article {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

	

/*

	#header {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	color: #a6a6a6;
	cursor: default;
	height: 3.25em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 10001;
}

	#header > .logo {
		display: inline-block;
		height: inherit;
		left: 1.25em;
		line-height: inherit;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0.3em
	
	}
	
*/
	
	#header > a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		display: inline-block;
		padding: 0 0.75em;
		color: inherit;
		text-decoration: none;
		
	}

	#header > a[href="#menu"] {
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
	}

	#header > a[href="#menu"]:before {
		content: "";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	#header > a[href="#menu"]:before {
		margin: 0 0.5em 0 0;
	}

	#header > a + a[href="#menu"]:last-child {
		border-left: solid 1px rgba(0, 0, 0, 0.15);
		padding-left: 1.25em;
		margin-left: 0.5em;
	}

	#header > a:last-child {
		padding-right: 1.25em;
	}

	#header.reveal {
		-moz-animation: reveal-header 0.5s ease;
		-webkit-animation: reveal-header 0.5s ease;
		-ms-animation: reveal-header 0.5s ease;
		animation: reveal-header 0.5s ease;
			background-color: rgba(255,255,255,0.9);
			color:#000;
			font-weight:bold;
	}

	#header.alt {
		-moz-animation: none;
		-webkit-animation: none;
		-ms-animation: none;
		animation: none;
		background-color: transparent;
		box-shadow: none;
		overflow: hidden;
		position: absolute;
		top: 1.5em;
		color: #fff
		
		 
	}

	#header.alt h1 {
		left: 2.5em;
	}

	#header.alt nav {
		right: 2.5em;
	}



a.down {
position:absolute;
 top:87%;
left:50%;
transform:translate(-50%, -50%);
z-index:999;
padding-top: 150px;
text-decoration:none;
font-size:18px;
margin-top:10px;
letter-spacing:0.2em;
font-family: 'Montserrat', sans-serif;
cursor: pointer;
}

 /*
span.arrow {
 position: absolute;
  top:88%;
  left: 49%;
  width: 30px;
  height: 30px;

  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  z-index:999;

}
*/

.scroll_trigger {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    transform: translateX(-50%);
}


.scroll_trigger i {
    display: block;
    margin-top: 5px;
	animation: floating 2.0s infinite ease-in-out;
}


@keyframes floating{
0% {
    transform: translateY(0);
}

50% {
    transform: translateY(100%);
}
0% {
    transform: translateY(0%);
}
}



.scroll_trigger i img{
    display: block;
    max-width: 100%;
}

.words{font-size:20px; letter-spacing:0.3em; margin-bottom:15px; color:#fff; font-family: 'Montserrat', sans-serif;}

.tit{/*width:800px;*/
	 font-size:2em;
	 /*border-right:3px solid white; */
	 /*animation: blink .5s infinite, typing 2.5s steps(30);*/
	 white-space:nowrap;
	 overflow:hidden;
	 font-family: 'Pretendard-bold';
	 font-weight:500;
	 text-align:center;
	 margin:0 auto;
	 /*margin-bottom:40px;*/
	 background-color: transparent;

	 }
/*
@keyframes blink{
50%{
border-color:transparent;
}
}

@keyframes typing{
from{
width:0;
}
to{ 
width:800px;
}
}
*/


.chat-box {
    margin-bottom: 20px; 
    max-width: 290px;
	height: 300px;
    padding-top: 50px;
	margin: 0 auto;
	/*text-align:center*/
}


.check{
	padding: 0 13px 13px;
    margin-top: 12px;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4em;
	text-align: left;
}


.privacy_tit {position: relative; padding-left: 20px; margin-bottom: 10px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }



.privacy_tit  input[type="checkbox"] { display: none; }


.on { width: 12px; height: 12px; background: #ddd; position: absolute; top: 2px; left: 0; outline:2px solid highlight !important}


.privacy_tit  input[type="checkbox"]:checked + .on { background: #555;}
.on:after { content: ""; position: absolute; display: none; }
.privacy_tit  input[type="checkbox"]:checked + .on:after { display: block; }
.on:after { width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 2px; top: 0px; }


.check .pop_privacy {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	margin-left:5px;
}

.chat-box .items .item {
    margin-bottom: 5px;

}
.chat-box .items .item input {
    width: 100%;
    height: 42px;
    padding: 13px;
    border: 1px solid #e7e7e7;
	background-color: transparent;
    border-radius: 5px;
	font-size:16px;
    font-family: 'S-CoreDream-3Light';
	font-weight: 400;
    color:#fff;
	background-color: rgba(255,255,255,0.1);

	

}

.chat-box .items .item textarea{
	width: 100%;
    height: 80px;
    padding: 13px;
    border: 1px solid #e7e7e7;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'S-CoreDream-3Light';
    font-weight: 400;
    color: #fff;
    background-color: rgba(255,255,255,0.1);}


input::placeholder{

color:#eee;

}
textarea::placeholder {
  color: #eee;
}



.chat-box .item .form-select {
    padding-left: 13px;
    height: 40px;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
	font-family: 'S-CoreDream-3Light';
    letter-spacing: 0;
    line-height: 1.3em;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    width: 100%;
    padding-right: 40px;
    background: transparent url(../images/select.png) right 14px center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color: rgba(255,255,255,0.1);
}


.chat-box .items .item .select-box{

color:#888
}

option {
    font-weight: normal;
    display: block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.quick .check .checkbox label:before {
    width: 12px;
    height: 12px;
    margin: -0.1em 5px 0 0;
}

.quick .check a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}


.chat-btn{
    background-color: #2eb1e0;
   border-radius: 5px;
	margin-top:15px;

}


.chat-btn a {
    display: block;
    width: 290px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3em;
	font-family: 'S-CoreDream-3Light';
	
}


/* 개인정보수집동의 팝업 */

.privacy_popup{
  /*width:100%;*/
  display: inline-block;
}

.popup-wrap{
  background:rgba(0,0,0,0.7);
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:none;
  padding:15px;
}
.popup{
  width:100%;
  max-width:400px;
  background-color:#ffffff;
  border-radius:10px;
  overflow:hidden;
  background-color:#2eb1e0;
  box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
}
.popup-head{
  width:100%;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.head-title {
	padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: -.04em;
    text-align: left;
}
.popup-body{
  width:100%;
  background-color:#ffffff;
}
.body-content{
  width:100%;
 /* padding:10px 0;*/
}
.body-titlebox{
  text-align:center;
  width:100%;
 /* height:40px;
  margin-bottom:10px;*/
}


.body-contentbox{
  word-break:break-word;
  overflow-y:auto;
  min-height:100px;
  max-height:200px;
}

.content{padding:25px 30px;}
/* {padding:25px 30px;   }*/
.sec {margin-bottom:40px; font-size:15px; font-weight:400; line-height:1.5em; letter-spacing:-.03em; color:#505050;}
.sec h3 {color:#222; font-size:1.1em; font-weight:500; margin-bottom:7px;}
.sec p {margin-bottom:1em;}
.sec strong {font-weight:500;}

.popup-foot{
  width:100%;
  height:50px;
}
.pop-btn{
  display:inline-flex;
  width:100%;
  height:100%;
  float:left;
  justify-content:center;
  align-items:center;
  color:#ffffff;
  cursor:pointer;
  font-size: 18px;
}
.pop-btn.confirm{
  border-right:1px solid #3b5fbf;
}





/* 개인정보수집동의 팝업 End */







/*
.email{ font-size:16px; border:none;  box-shadow: none; font-family: 'S-CoreDream-3Light';}
input:focus{outline:1px solid #fff}


.top_btn{font-family: 'S-CoreDream-3Light'; font-size:16px; background-color:#2eb1e0; color:#fff; border-radius:5px; padding: 7px 12px; cursor:pointer; box-shadow: none; outline: none; border:none; margin-left:48px; line-height: 1.3em;}

.top_btn:hover{background-color:#000}
*/


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    /*margin-right: -15px;
    margin-left: -15px;*/
}



.col-lg-3 {
    -ms-flex: 0 0 25%;
    /*flex: 0 0 25%;*/
	flex: 0 0 32.5%;
	margin:0 auto;
    /*max-width: 25%;
	max-width: 33%;*/

}





.service_section {
    text-align: center;
	/*height:1000px*/
}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    /*width: 100%;*/
    /*padding-right: 15px;
    padding-left: 15px;*/
}



.service_section .box {
	padding: 20px;
   /* width: 333px;*/
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom: 10px;
    }

.service_section .box:nth-child(2n){margin-right:0

}

*, *::before, *::after {
    box-sizing: border-box;
}

.bg {
	position: relative;
    z-index: -3;
    background-color: #f4f4f4;
}

.round1{
position:absolute;
top:0;
right:0;


}

.round1 img{
width:450px;

}

.round2{
position:absolute;
bottom:-4px;
left:0;


}

.round2 img{
width:300px;

}




.heading_container{
margin-bottom:50px;
text-align:center;
position:relative;


}

.heading_container h2 {
position: relative;
font-weight: bold;
font-size: 2rem;
font-family: 'Montserrat', sans-serif;
margin-bottom: 0.8rem;

}


.heading_container h2:before {
    background-color: #2eb1e0;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 50px;
    margin-bottom: 1.25rem;
	margin:6px auto;
}



/*
.heading_container h2{
	width:200px;
	height:100px;
	position:relative;
	top:0;
	left:0;
    background-color:rgba(73, 191, 213, 0.2);
}

*/

.heading_container .s_tit{
/*font-family: 'S-CoreDream-3Light'; */


}


.service_section .box::before {
    content: "";
    width: 275px;
    height: 275px;
    position: absolute;
    right: -137.5px;
    bottom: -137.5px;
    background-color: rgba(232,245,250,1);
    z-index: 0;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.service_section .box:hover::before {
    -webkit-transform: scale(5);
    transform: scale(5);
	box-shadow: none;
    background-color: #1da0cf;
}


.service_section .box:hover {
    color: #ffffff;
}


.service_section .box .img-box {
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 10px;
    border-radius: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.service_section .box .img-box img {
    width: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	

}


.service_section .box:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.service_section .box .detail-box h5 {
    font-weight: bold;
    position: relative;
	font-size: 1.3rem;
	margin-bottom:15px;

}

p.desc{

margin-bottom: 1rem;
position: relative;
z-index: 2;
 font-weight:400;
 font-size: 1rem;
 line-height: 1.2em;
	}




a.more{position:absolute;
	   bottom:30px;
	   left:50%;
	   margin-left:-48.7px;
	   font-size: 16px;
	   z-index:5;
	   
	   }


.service_section .box .detail-box a {
    color: inherit;
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #2e9fad;;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #2e9fad;;
}



/* portfolio */



.controls{padding: 0px 0px 20px;}
/*
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
*/


#portfolio{
    padding: 5px;
	float: left;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;

}


/*
.shot-item {  
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}


.shot-item img {
  width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

*/

.works_container {
  display: flex;
 /*align-items: center;*/
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.works_main {
  position: relative;
}


.works_main .advertiser {
 width:100%;
 height:100%;
  overflow: hidden;
  display: inline-block;
}

.works_main img {
  width: 100%;
  height: 100%;
  cursor:pointer;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}


.works_main:hover img {
  transform: scale(1.2);
  transform-origin: center;
  filter: brightness(20%);
  transition: transform 1s ease-in-out, filter 0.5s ease-in-out;
}

.works_main p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  cursor:pointer;
  }

.works_main:hover p {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}


.btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-box a {
font-family: 'GmarketSansMedium';
    display: inline-block;
    padding: 10px 45px;
    border:1px solid #222;
    color: #222;
    /*border-radius: 5px;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom:100px;
}


.btn-box a:hover {
background-color:#222;
color:#fff
}

.btn-box i {
    margin-left: 4em;
    transition: 500ms transform;
    transform: rotate(0);
    transform-origin: center;
}

.xi-plus:before {
    content: "\e913";
}

[class*=" xi-"], [class^=xi-] {
    font-family: xeicon!important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.banner_footer{
padding:70px 0;
color:#fff;
background-image: url(../images/banner_profile.jpg);
background-size:cover;
background-position: center 0px; 
}

.company_profile{
display: block;
margin:25px 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align:center;

}


.company_profile .button_wrap {
	display: flex;
	margin-top: 35px;
	line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}


.company_profile .banner_title{
 font-size:26px;
 font-family: 'GmarketSansMedium';
}


/*
.company_profile .button {
	display:block;
	text-decoration:none;
	min-width: 200px;
    padding: 6px 0;
    font-size: 18px;
	border:1px solid #fff;
	color:#fff;
	border-radius:5px;
	margin-left: 22px;
	font-family: 'GmarketSansMedium';
}



.company_profile .button:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nthree;
}
.company_profile .button:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
.company_profile .button:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}

*/
.banner_stit{font-weight:200; font-size:16px;/*margin-bottom:15px*/}

.button_wrap {
    display: block;
    text-align: center;
}

.button a {display: inline-block; width: 180px; height: 48px; margin-left: 20px; line-height: 46px;font-size: 16px;color: #fff; font-weight: 500;background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2eb1e0), color-stop(50%, transparent));/* background: linear-gradient(to right, #2eb1e0 50%, transparent 50%); */background-size: 200% 100%;background-position: right bottom;border: 1px solid #bbb;border-radius: 25px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}

.button a:hover {background-position: left bottom; color: #fff; border-color: #2eb1e0;}



/* footer section*/

.footer_container {
    background-color: #222;
    color: #ffffff;
	margin:0 auto;
}

.footer_section {
  position: relative;
}

.footer_wrap {
padding: 50px 0;
box-sizing: border-box;
}

.footer_section .container{
display: flex;
justify-content: space-between;
align-items: center;
}

.container{
    width: 100%;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.ft_logo{
padding-bottom: 10px;
}

.ft_logo img{ 
max-width:100px;
}


.footer_1 {
    font-size: 15px;
    letter-spacing: -.03em;
	width:50%;
}

.footer_1 ul {
    overflow: hidden;
    padding-left: 0;
}

.footer_1 ul li {
    display:inline-block;
    margin-right: 5px;
}

.footer_1 .f_add{
margin:10px 0 20px;
line-height: 20px;
letter-spacing: 0.5px;
color:#999;
 box-sizing:border-box;

}


.footer_1 .f_add .tel{display:none}

.footer_1 .displayYear{
color:#999;
text-align:center;
margin:0 auto;
}


.footer_2{text-align:right;
		  width:50%	}



.footer_2 {
    font-size: 15px;
    letter-spacing: -.03em;
	text-align: right;
}
.footer_2 .f_call {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;

}

.footer_2 .f_call img {

vertical-align: middle;
}

.footer_2 .hd_num {
    font-size: 44px;
	font-family: 'GmarketSansMedium';

}

.footer_2 b{
    color: #999;
}

.footer_section p a {
  color: inherit;
}




@media all and (max-width:1400px){
    .headerWp .gnb > ul > li {padding:0 20px;}
}

@media all and (max-width:1150px){
    .headerWp .gnb {display:none;}
}

@media all and (max-width:1024px){
	.wrapper > .inner {width: 75rem;}
	.wrapper > .inner {width: 90%;}

.visible .inner {
   
    padding:0
}

	body.subpage {padding-top: 44px;}


	#header {height: 50px;
	         line-height: 50px;
			 }

	#header > h1 {
		left: 1em;
	}

	#header > h1 a {font-size: 1em;
	}


	
.headerWp h1 a img {
    max-width: 60px;
    width:100%;

}


.headerWp.active h1 a img {
    width: 100%;
}

.headerWp .ico ul .kakaoIco a {margin: 2px 12px 0;}


.headerWp .ico ul .kakaoIco a img{width:32px}


.headerWp .ico .toggle {
	position:relative; 
	display:block; 
	width:22px; 
    height: 32px;
	margin:0
}


	.banner.full {
			padding: 0;
			min-height: 75vh;
			height: 75vh !important;
		}
	.banner.full {
				padding: 0;
				min-height: 50vh;
				height:90vh !important;
			}



	.banner > article {
		background-attachment: scroll;
		/*height: 800px;*/
	}

	a.scroll {
    top: 155%;
    left: 50%;
	}


	.scroll_trigger {
    display: none;
}
	

	.tit{/*width:650px;*/
	 font-size:2em;
	  /*border-right:3px solid white; 
	  animation: blink .5s infinite, typing 2.5s steps(30);*/
	 white-space:nowrap;
	 overflow:hidden;
	 font-family: 'Pretendard-bold';
	 font-weight:500;
	 text-align:center;
	 margin:0 auto;
	 /*margin-bottom:40px;*/
	 background-color: transparent;

	 }

@keyframes blink{
50%{
border-color:transparent;
}
}

@keyframes typing{
from{
width:0;
}
to{ 
width:650px;
}
}


.col-lg-3 {
    -ms-flex: 0 0 48%;
    /* flex: 0 0 25%; */
    flex: 0 48%;
	margin:0 auto;
}

.s_inner {

    padding:50px;
}

#portfolio {
    padding: 5px;
    float: left;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}


.btn-box a {
   display:none;
}

.company_profile .banner_title{font-size:1.2rem}


.button a {
    display: inline-block;
    width: 150px;
    height: 35px;
    margin-left:10px;
    line-height: 35px;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2eb1e0), color-stop(50%, transparent));
    /* background: linear-gradient(to right, #2eb1e0 50%, transparent 50%); */
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid #bbb;
    border-radius: 25px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.company_profile .button_wrap { margin-top: 20px;}


.banner_footer {padding:18px 0}

.banner_stit {
    font-size: 12px;
}

.ft_logo img {
    max-width: 80px;
}

.footer_1{width:55%; margin-right:10px}



.footer_1 ul li {margin-right:3px}

.footer_1 ul li a{font-size:0.9rem}


.footer_1 .displayYear {font-size: 0.9rem; display: block; width:100%; text-align:left
}

.footer_wrap {padding:40px 0}


.footer_1 .f_add {
    line-height: 18px;
	font-size: 0.9rem;

}

.footer_2{width:40%; margin-top: -37px;}

.footer_2 .hd_num {font-size:22px}


.footer_2 b{
    font-size:0.9rem
}


	.wrapper.style3 {background-attachment: scroll;}
    .headerWp .ico ul {padding:25px 0;}


    /* 토글 */
    .headerWp .toogleMenu {padding:0 50px; height:calc(100vh - 100px); margin:0 auto; box-sizing:border-box;}
	span.arrow {
    top: 144%;
	left: 48.5%;
	}

}

@media all and (max-width:768px){
    /*.headerWp .ico {width:130px;}*/
	
	 html, body {min-width: 320px;}
	 .wrapper {padding: 3rem 0 1rem 0;}
	 .box .content {padding: 2rem;}
	 #header {min-width: 320px;}
	 #header > a {padding: 0 0.5em;}
     #header > a + a[href="#menu"]:last-child {
	padding-left: 1em;
	margin-left: 0.25em;


	}

	br.br-m{display:block;}
	br.br-tb{display:none;}

	.headerWp h1 {
    padding-top:18px;
}

	.headerWp.active {
    height: 60px;
}

.headerWp .ico ul .kakaoIco a {margin: 4px 12px 0;}


.headerWp.active h1 a img {
    width: 100%;
}

.headerWp.active h1 {
    padding-top: 15px;
}

.headerWp .ico ul {
    padding: 12px 0;
    /* background: #ffff00; */
}

	.banner > article {
			height:100%
		}


	#header > a:last-child {
		padding-right: 1em;
	}


	.banner > article .inner {
				width: 90%;
				}


	.banner > article h2 {
		font-size: 4em;
	}


    .words{letter-spacing:1px; font-size:0.8em; /* margin:40px 0 10px 0 */}

	.tit{
	 width:100%;
	 font-size:1.5em;
	 border-right:none;
	 animation: none;
	 white-space:none;
	 overflow:hidden;
	 line-height:1.4em;
	 letter-spacing:-1px;
	font-family: 'Pretendard-bold';
	font-weight:bold;
	 }


    .banner > article .inner {top:-20px;}
/*			
br.br-m {
	display: inline;
}
*/
	
	form {
	width:auto;
    margin: 0 0 2rem 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
	margin-top: 30px;

}

input[type="submit"]{padding:none;
}

form.method {
		width:250px; margin:50px auto; 


	}

.email{ font-size:16px; margin-bottom:10px; text-align:left;width:225px; text-align:center;}


.scroll_set{ display:none;}


.top_btn {
	margin:0 auto;
	font-size:18px; 
    background-color: #2e9fad;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: none;
	margin-left:none;
	padding:10px 48px;
    line-height: 1.3em;


}



.col-lg-3 {

    flex: 100%;

}

.s_inner {

    padding:60px 10px 40px;
}

.inner {
    padding: 60px 10px 60px;
}



.round1 img{
display:none;

}

.round2 img{
display:none;

}
.heading_container {margin-bottom:35px}

.heading_container h2 {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.8rem;
}


.s_tit{font-size:0.9rem}

.service_section .box {
    padding:0 1rem;
    height: 260px;
	margin-bottom:7px

}



.service_section .box .img-box img {width:35px;

}
.service_section .box .detail-box h5 {

    font-size: 1.3rem;
    margin-bottom: 0
}



p.desc {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3em;
    margin:1rem 0;
	letter-spacing:-1px;}
	
	

a.more {font-size:1rem; margin-left: -40.7px;}

 
.company_profile .banner_title{margin-top:5px}

.works_main p {font-size:0.8rem; text-align:center}	

.footer_section .container{display:block;}

.footer_1{width:100%; text-align: center;}

.footer_1 .f_add .bul-tb{display:none}

.footer_1 .f_add .tel{display:block;}

.footer_1 .displayYear{

text-align:center
}

.footer_2{display:none;}





	/*.headerWp .ico ul {padding:22px 0;}*/
    .headerWp .ico ul .lang {margin:1vw 0 0 0;}
    .headerWp .ico ul .langIcon {margin:5px 16px 0 0;}
    .headerWp .ico ul .lang a {font-size:3.4vw; margin:0 5px 0 0;}
    .headerWp .toogleMenu > ul > li {width:100%; text-align:center; padding:2vw 0;}
    .headerWp .toogleMenu > ul > li:nth-child(5) {clear:none; margin-left:0;}
    .headerWp .toogleMenu > ul > li > h2 {display:block; font-size:4.5vw;}
    .headerWp .toogleMenu > ul > li > ul {padding:3vw 0 0 0;}
    .headerWp .toogleMenu > ul > li > ul > li {margin:0 0 2vw; text-align:center;}
    .headerWp .toogleMenu > ul > li > ul > li:last-child {margin:0;}
    .headerWp .toogleMenu > ul > li > ul > li > a {font-size:3.6vw;}

	/* 토글 */
    .headerWp .toogleBox {height:100vh;}
	/*.headerWp .ico .toggle {position:relative; display:block; width:22px; height:25px; margin:0;}*/
	.headerWp .ico .toggle span {position:absolute; display:inline-block; height:3px; position:absolute; background:#fff; transition:all 0.3s ease;}
	.headerWp .ico .toggle span:nth-child(1) {width:23px; top:9px; right:0;}
	.headerWp .ico .toggle span:nth-child(2) {width:23px; top:17px; right:0;}
	.headerWp .ico .toggle span:nth-child(3) {width:23px; top:25px; right:0;}

	.headerWp .ico ul li .toggle.active span:nth-child(1) {top:50%; width:25px; transform:rotate(45deg)}
	.headerWp .ico ul li .toggle.active span:nth-child(2) {right:0; opacity:0;}
	.headerWp .ico ul li .toggle.active span:nth-child(3) {top:50%; width:25px; transform:rotate(-45deg)}
}



