/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Bold';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Orioncactus/Pretendard-Bold.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
html {
	overflow-y: scroll;
	height: 100%;
	min-width: 320px;
	font-family: 'Pretendard-Regular';
	background-color: #000;
	min-width: 320px
}
body {
	margin: 0;
	height: 100%;
	font-family: 'Pretendard-Regular';
	min-width: 320px
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fff;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-responsive8 {
	display: block;
	max-width: 50%;
	height: auto;
}
.img-responsive7 {
	display: block;
	max-width: 40%;
	height: auto;
}
.img-responsive6 {
	display: block;
	max-width: 35%;
	height: auto;
}
/*head */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 70px;
	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;
	z-index: 770
}
.down {
	background-color: rgba(0,0,0,.8);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
body.no-scroll {
	overflow: hidden;
}
/* Navigation */

.navbar-brand {
	padding: 20px;
	position: fixed;
	z-index: 10
}
.navbar-brand img {
	height: 35px
}
.nav__navbar-brand {
	padding: 10px 10px 20px;
	list-style-type: none;
}
.nav__navbar-brand img {
	height: 35px
}
.nav {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 5;
	transition: all 0.5s ease-in-out;
	font-weight: 400;
	background-color: #02000c;
}
.nav--active .nav {
	opacity: 1;
	background: #02000c;
}
.nav__list {
	display: flex;
	align-items: baseline;
	text-transform: uppercase;
	justify-content: space-around;
	flex-direction: row;
	padding: 1em 0.5em;
}
.nav__link {
	font-size: 1.5em;
	text-decoration: none;
	color: #f7faff;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
.nav__link:hover {
	color: #f7faff;
}
/* navigation icon */
.nav__trigger {
	display: none;
	position: fixed;
	width: 30px;
	height: 25px;
	z-index: 200;
}
.nav__trigger {
	display: block;
	top: 25px;
	right: 20px;
}
.nav {
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
}
.nav__item {
	text-align: center;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #97969b;
	list-style-type: none;
}
.nav__item .on {
	color: #cc25b1 !important;
}
.nav__list {
	margin: 0;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
}
.nav__link {
	opacity: 0;
}
.nav--active .nav__trigger {
	opacity: 0.5;
}
.nav__icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 3px;
	background-color: #f7faff;
	transition-property: background-color, transform;
	transition-duration: 0.5s;
}
.nav__icon:before, .nav__icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #f7faff;
	transition-property: margin, transform;
	transition-duration: 0.5s;
}
.nav__icon:before {
	margin-top: -10px;
}
.nav__icon:after {
	margin-top: 10px;
}
.nav--active .nav__link {
	opacity: 1;
}
.nav--active .nav {
	transition: all 300ms ease-in-out;
	transform: translateX(0);
}
.nav--active .nav__icon {
	background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:before {
	margin-top: 0;
	transform: rotate(45deg);
}
.nav--active .nav__icon:after {
	margin-top: 0;
	transform: rotate(-45deg);
}
.language-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: center
}
.language-nav > li {
	margin-top: 40px;
	display: inline-block
}
.language-nav > li:first-child {
	border-right: 1px solid #9d9ca1
}
.language-nav > li > a {
	position: relative;
	display: block;
	padding: 0px 30px 0px 30px;
	color: #fff;
	font-size: 1.2em;
	line-height: 0.8em
}
.language-nav > li.on a {
	color: #cc25b1;
}
/*head */

/*main */
.fullpage-main {
	text-align: center;
	padding: 60px 30px
}
.fullpage-main img {
	width: 60%
}
.fullpage-main p {
	color: #fff;
	font-size: 1.2em;
	padding: 35px 0px 40px
}
#section0 {
	background-image: url(/img/main01.png);
	background-size: cover
}
#section1 {
	background-image: url(/img/main02.png);
	background-size: cover
}
#section2 {
	background-image: url(/img/main03.png);
	background-size: cover
}
/*main */

/*foot */
.sns-menu {
	text-align: center;
}
.sns-menu:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.sns-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sns-menu li {
	display: inline-block;
	border: 2px solid #c625ac;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 0px 2px;
	text-align: center;
	margin: 0px
}
.sns-menu li img {
	width: 12px
}
footer {
	background-color: #212121
}
footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.foot-menu {
	margin: 30px 20px
}
.foot-menu:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.foot-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.foot-menu li {
	display: block;
	font-size: 0.7em;
	color: #787878;
	text-align: left;
	letter-spacing: -0.5px;
	line-height: 1.7em
}
.foot-menu li:first-child {
	padding-bottom: 20px
}
.foot-menu img {
	height: 30px;
}
footer p {
	font-size: 0.8em;
	color: #787878;
	padding: 0px 0px 20px 20px
}
footer .fa {
	color: #cc25b1;
	font-size: 0.85em
}
/*foot */



.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-muted {
	color: #cc25b1;
}
.text-muted-lg {
	color: #cc25b1;
	font-size: 0.8em;
	letter-spacing: -0.5px
}
.text-primary {
	color: #a4a4a4;
	font-size: 1em;
	padding: 10px 0px 0px
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #fff;
	font-size: 1.7em;
	font-weight: bold
}

a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #c0c0c0;
	font-size: 2.4em;
	font-weight: bold
}
a.text-info:hover, a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #dde371;
	font-weight: 600
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
ul, ol {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 100%;
}
.row {
	margin-right: 10px;
	margin-left: 10px;
}
.container_center{width:90%;outline: dashed 1px black;
  display: flex;
  justify-content: center; margin:0 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-md-8, .col-md-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16{
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
.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-13, .col-sm-14, .col-sm-15, .col-sm-16{
	float: left;
}

.col-sm-15 {
	width:280px;
}

.col-sm-14 {
	width: 12%; 
}
.col-sm-13 {
	width: 70%;
}/*사용*/
.col-sm-12 {
	width: 100%; 
}/*사용*/
.col-sm-11 {
	width: 33.333%;
}
.col-sm-10 {
	width: 90%; 
}/*사용*/
.col-sm-9 {
	width: 30%;
}
.col-sm-8 {
	width: 23%;
}
.col-sm-7 {
	width: 20%;
}
.col-sm-6 {
	width: 44%;
}
.col-sm-5 {
	width: 60%;
}/*사용*/
.col-sm-4 {
	width: 50%;
}/*사용*/
.col-sm-3 {
	width: 40%;
}/*사용*/
.col-sm-2 {
	width: 27%;
}
.col-sm-1 {
	width: 25%;
}
.col-sm-0 {
	float: left;
}
.col-sm-push-1 {
	left: 15%;
}/*사용*/
.col-sm-push-2 {
	left: 5%;
}/*사용*/
.col-sm-push-3 {
	left: 10%;
}
.bg {
	background-color: #000;
	height: 100%
}
.btn {
	border: none;
	font-size: 20px;
	background-color: #000;
	color: #fff
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff;
	border: none;
	outline: 0;
	cursor: pointer;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #fff;
	background-color: #cc25b1;
	padding: 15px 100px;
	border-radius: 3px;
	margin: 30px 0px;
}
.btn-default:focus, .btn-default.focus {
	color: #fff;
	background-color: #ae1f97;
}
.btn-default:hover {
	color: #fff;
	background-color: #ae1f97;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #ae1f97;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #fff;
	background-color: #ae1f97;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-line {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent; margin-top:-20px
}
.btn-line:focus, .btn-line.focus {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent
}
.btn-line:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent
}
.btn-line:active, .btn-line.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent
}
.btn-primary {
	color: #fff;
	background-color: #cc25b1;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #b6209e;
}
.btn-primary:hover {
	color: #fff;
	background-color: #b6209e
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #b6209e
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 36px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 30px;
	font-weight: 600
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.t220 {
	padding-top: 220px
}
.t200 {
	padding-top: 150px
}
.t120 {
	padding-top: 120px
}
.t100 {
	padding-top: 100px
}
.t80 {
	padding-top: 75px
}
.t70 {
	padding-top: 70px
}
.t50 {
	padding-top: 50px
}
.t40 {
	padding-top: 42px
}
.t20 {
	padding-top: 20px
}
.t10 {
	padding-top: 10px
}
h1 {
	font-size: 2em;
	font-family: 'Pretendard-Bold';
	letter-spacing: -1px
}
h1 span {
	font-family: 'Pretendard-Regular';
	font-weight: 300 !important
}
h2 {
	font-size: 1.5em
}
h2 small {
	font-weight: normal !important;
	color: #c1c1c1
}
h3 {
	color: #FFF; 
	font-weight: 100;
	font-size: 0.98em;
	padding-bottom: 40px;
	letter-spacing: -0.5px
}
h4 {
	color: #c1c1c1;
	font-size: 1.5em;
	font-weight: 600;
}
h5 {
	font-size: 1em;
	color: #c1c1c1;
	letter-spacing: -1px;font-weight: normal !important;
}
h6 {
	font-size: 1em;
	letter-spacing: -1px;
	color: #c1c1c1;font-weight: normal !important;
}
.banner_bg {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	text-align: center
}
.banner_bg:hover:after, .banner_bg:hover > .hover_text {
	display: block;
	content: '';
	position: absolute;
	background: rgba(125, 0, 105, 0.5);
	z-index: 10;
	border-radius: 21px;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.banner_bg:after, .hover_text {
	display: none;
}
.hover_text {
	color: #fff;
	z-index: 20; 
}
.hover_text .tit {
	font-size: 1.1em;
	padding-bottom: 10px; letter-spacing:-1px
}
.hover_text .con {
	font-size: 1.2em;
	letter-spacing: -1px;
	font-family: 'Pretendard-Bold';
}
.main_text {
	color: #fff;
	line-height: 1.2em; font-size:2.4em; 
}
.about001 {
	background-image: url(../img/about001.jpg);
	background-size: cover;
	min-height: 900px;
	text-align: center;
	background-position: top center;
	color: #FFF;
	background-repeat: no-repeat
}
.about001 .con {
	font-size: 1em;
	text-align: left;
	letter-spacing: -0.5px
}
.about001 p {
	font-size: 0.9em;
}
.bar_right {
	border-bottom: 2px solid #52505c;
	padding: 20px 0px 50px; 
}
.bar_right:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.bar_top {
	border-top: 1px solid #52505c;
	min-height: 1px;
}
.about002 {
	background-image: url(../img/about002.jpg);
	min-height: 2600px;
	text-align: left;
	background-position: top;
	color: #FFF;
	background-size: cover;
	background-repeat: no-repeat
}
.about002 .con {
	font-size: 1.4em;
	font-weight: 900
}
.panel {
}
.panel-body {
	padding: 30px 0px 30px 30px;
	font-size: 1.2em;
	background-color: rgba(217,133,203,0.08);
}
.panel-heading {
	font-size: 1.4em;
	text-align: center;
	line-height: 60px;
	font-weight: 900
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color: #2c0326;
}
.panel2-default > .panel-heading {
	color: #fff;
	background-color: #540649;
}
.panel2-default > .panel-body {
	background-color: rgba(204,37,177,0.08);
}
.panel3-default > .panel-heading {
	color: #fff;
	background-color: #7d0f6d;
}
.panel3-default > .panel-body {
	background-color: rgba(240,37,177,0.18);
}
.panel4-default > .panel-heading {
	color: #fff;
	background-color: #cc25b1;
}
.panel4-default > .panel-body {
	background-color: rgba(240,37,177,0.30);
}
panel-body .about002 dl {
	padding-bottom: 15px;
}
.about002 dd {
	margin: 15px;
	font-size: 0.8em;
	color: #c1c1c1;
	letter-spacing: -1px
}
.about002 dt {
	position: absolute;
	font-size: 0.8em;
}
.about003 {
	background-image: url(../img/about003.jpg);
	background-size: cover;
	min-height: 550px;
	background-position: top;
	color: #FFF;
	background-repeat: no-repeat; 
}
.about004 {
	background-image: url(../img/about004.jpg);
	background-size: cover;
	min-height: 1500px;
	text-align: center;
	background-position: top;
	color: #FFF;
	background-repeat: no-repeat
}
.about004 .con {
	font-size: 1.6em;
	padding-top: 40px;
	font-weight: 900
}
.about004 p {
	padding: 10px 0px;
	font-size: 1.1em;
}
.technoligy001 {
	background-image: url(../img/technoligy001.jpg);
	background-size: cover;
	text-align: center;
	background-position: top;
	color: #FFF;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat
}
.technoligy002 {
	background-image: url(../img/technoligy002.jpg);
	background-size: cover;
	height: 100%;
	text-align: center;
	background-position: top;
}
.technoligy002 .title {
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	padding-top: 20px;
	letter-spacing: -1px
}
.technoligy002 p {
	color: #d4d4d5;
	font-size: 0.9em;
	letter-spacing: -1px
}
.technoligy003 {
	background-image: url(../img/technoligy003.jpg);
	background-size: contain;
	min-height: 1400px;
	text-align: center;
	background-position: top;
}
.radius_purple_lg {
	border: 2px solid #622c90;
	width: 270px;
	height: 270px;
	border-radius: 100%;
	padding:0px 20px ;
	float: left;
	margin-top: -15px;
	color: #fff;
}
.radius_purple_lg h2 {
	font-size: 1.6em;
	color: #fff;
	line-height: 1em;
	font-family: 'Pretendard-Bold'; margin-top:-1px
}
.radius_purple_lg p {
	font-size: 1em;
	padding-bottom: 15px; letter-spacing:-0.5px
}
.radius_purple_lg img {
	padding: 40px 0px 10px
}
.radius_purple {
	border: 2px solid #622c90;
	width: 270px;
	height: 270px;
	border-radius: 100%;
	padding:40px 20px 0px;
	float: left;
	margin-top: -25px;
	color: #fff;
}
.radius_purple h1 {
	font-size: 1.4em;
	letter-spacing: -1px
}
.radius_purple h2 {
	font-size: 1.2em;
	color: #929193
}
.radius_purple h1 small {
	font-size: 80%;
	font-weight: lighter!important
}
.radius_purple p {
	color: #ccafe5;
	font-size: 1.1em
}
.square {
  width:100%;
  position: relative;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.radius {
  position: absolute;
  width: 100%;
  height: 100%;border: 2px solid #fdfdfd;border-radius: 100%; color:#fff
}

.radius h1 {
	font-size: 1.3em;
	font-weight: 900;
	padding: 25px 10px
}
.radius h2 {
	font-size: 1.3em;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.3em;
	padding: 5px 10px
}
.radius h2 small {
	display: block;
	font-size: 80%;
	margin-top: 12px;
	;
	line-height: 1.2em
}
.radius_line {
	border: 2px solid #5e5c5b;
	border-radius: 30px;
	padding: 50px 30px 30px;
}
.radius_line:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.radius_title {
	background-color: #622c90;
	color: #fff;
	padding: 5px;
	text-align: center;
	width: 200px;
	position: absolute;
	border-radius: 30px;
	left: 50%;
	margin-left: -100px;
	font-size: 1.1em;
	margin-top: -15px;
	z-index: 100
}
.radius_line h1 {
	color: #fff;
	font-size: 1.5em;
	line-height: 0.1em;
	margin-top: 30px
}
.technoligy004 {
	background-image: url(../img/technoligy004.jpg);
	background-size: cover;
	min-height: 2000px;
	text-align: center;
	background-position: top center;
}
.technoligy005 {
	background-image: url(../img/technoligy005.jpg);
	background-size: cover;
	min-height: 750px;
	text-align: center;
	background-position: top center;
}
.technoligy006 {
	background-image: url(../img/technoligy006.jpg);
	background-size: cover;
	min-height: 1500px;
	text-align: center;
	background-position: top center;
}
.technoligy007 {
	background-image: url(../img/technoligy007.jpg);
	background-size: cover;
	min-height: 1200px;
	text-align: center;
	background-position: top center;
}
.technoligy008 {
	background-image: url(../img/technoligy008.jpg);
	background-size: cover;
	min-height: 2900px;
	text-align: center;
	background-position: bottom center;
}
.business001 {
	background-image: url(../img/business001.jpg);
	background-size: cover;
	text-align: left;
	background-position: center;
	color: #FFF;
	height: 100%;
	text-align: center;
}
.business002 {
	background-image: url(../img/business002.jpg);
	background-size: cover;
	height: 100%;
	text-align: center;
	background-position: top;
	min-height: 1000px;
	background-repeat: no-repeat
}
.business002 h1{ font-size:2em}
.business003 {
	background-image: url(../img/business003.jpg);
	background-size: cover;
	background-position: center bottom;
	color: #FFF;
	height: 800px;
	padding-top: 140px;
	text-align: center;
	background-repeat: no-repeat
}
.business004 {
	background-image: url(../img/business004.jpg);
	background-size: cover;
	text-align: center;
	background-position: center;
	color: #FFF;
	height: 800px;
	padding-top: 100px;
	background-repeat: no-repeat
}
.business005 {
	background-image: url(../img/business005.jpg);
	background-size: cover;
	text-align: center;
	background-position: center;
	color: #FFF;
	height: 700px;
	padding-top: 140px;
	background-repeat: no-repeat
}
.business006 {
	color: #FFF;
	background-color: #000;
	padding: 50px 0px;
}
.business006 :after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.business006 h1 {
	font-size: 2em
}
.business006 h2 {
	font-size: 1em;
	margin-bottom: 20px; font-weight:normal !important
}
.business006 h2 small{ letter-spacing:-1px}
.business006 h4 {
	font-family: 'Pretendard-Bold';
}
.business006 p {
	color: #c1c1c1;
	font-size: 1.1em;
	line-height: 0.75em;
	padding-top: 5px
}
.client {
	color: #FFF;
	background-color: #000;
	padding: 50px 0px 150px;
}
.client :after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.div_height {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%
}
.div_height_img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); width:100%
}
.text_w {
	font-size: 1em;
	color: #FFF;
}
.category_menu {
	text-align: center;
	margin: 5px 0px 40px
}
.category_menu> li {
	border-left: 2px solid #fff;
	line-height: 0.6px;
	display: inline-block;
	padding: 5px 10px;
	font-size: 0.9em;
	font-weight: 600;
}
.category_menu> li:first-child {
	border-left: 0
}
.category_menu> li > a {
	color: #fff
}
.category_menu > li.on a {
	color: #cc25b1
}
.category {
	border: 1px solid #a4a4a4;
	padding: 2px 5px;
	font-size: 0.9em;
	border-radius: 25px;
	display: inline-block;
	color: #a4a4a4;
	margin: 10px 0px;
	font-weight: 600
}
.btn_link {
	border: 1px solid #fff;
	padding: 2px 15px;
	font-size: 0.8em;
	border-radius: 25px;
	display: inline-block;
	color: #fff;
	margin: 10px 0px;
}
.btn_link_square {
	border: 1px solid #fff;
	padding: 2px 35px;
	font-size: 1em;
	display: inline-block;
	color: #fff;
	margin-top: 30px
}
.search {
	border-bottom: 2px solid #fff;
	margin: 30px 0px
}
.form-control {
	background-color: #000;
	width: 80%;
	border: none;
	height: 40px;
	color: #fff;
	font-size: 14px;
	margin-left: 5px
}
input::placeholder {
 color:#a4a4a4;
font-family: 'Pretendard-Regular';
font-size: 14px;
}
 textarea::placeholder {
 color:#a4a4a4;
font-size: 14px;
}
input:focus {
	outline: none;
}
.portfolio .tit {
	padding-bottom: 70px;
	font-size: 1em;
	color: #FFF;
	
	
    display: block;
    display: -webkit-box;
    max-width: 200px;
    height: 50px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portfolio .tit_2 {
	font-size: 1em;
	color: #FFF;
	height: 70px;
	padding-top: 20px
}
.portfolio .con {
	color: #a4a4a4;
	font-size: 1.1em;
	height: 70px;
}
.portfolio {
	margin-bottom: 60px
}
.portfolio:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.contact {
	margin-bottom: 60px
}
.contact:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.controls {
	font-size: 1.2em
}
.controls label {
	color: #fff;
	display: block;
	line-height: 3em
}
.form-contact {
	border: 2px solid #a4a4a4;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-color: #000;
	color: #a4a4a4;
	padding-left: 10px;
	font-size: 14px
}
.board_view {
	border-bottom: 1px solid #a7a7a8
}
.board_view:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.board_view .title {
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	padding-bottom: 30px
}
.board_view .time {
	border-bottom: 1px solid #a7a7a8;
	color: #a7a7a8;
	font-size: 0.7em;
	padding: 20px 0px;
	margin-bottom: 30px
}
.board_view p {
	font-size: 0.8em;
	padding: 30px 0px
}
.form-textarea {
	border: 2px solid #a4a4a4;
	border-radius: 3px;
	height: 150px;
	width: 100%;
	background-color: #000;
	color: #a4a4a4;
	padding-left: 10px
}
.well {
	border: 2px solid #a4a4a4;
	border-radius: 3px;
	padding: 20px;
	color: #a4a4a4;
	font-size: 14px
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0px 70px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 4px 10px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	margin: 0px 4px
}
.pagination > li:first-child > a:hover {
	background-color: #000;
}
.pagination > li:last-child > a:hover {
	background-color: #000;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #cc25b1;
	border-radius: 30px
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #cc25b1;
	border-radius: 30px
}
/* _grid.scss:34 */
.no-gutters {
	margin-right: 0;
	margin-left: 0;
 > .col, > [class*="col-"] {
 padding-right: 15px;
 padding-left: 15px;
}
}
.chk_box {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chk_box input[type="checkbox"] {
	display: none;
}
.selection {
	width: 30px;
	height: 30px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #a5a5a5
}
.chk_box input[type="checkbox"]:checked + .selection {
	background: #cc25b1;
	border: 1px solid #a5a5a5
}
.selection:after {
	content: "";
	position: absolute;
	display: none;
}
.chk_box input[type="checkbox"]:checked + .selection:after {
	display: block;
}
.selection:after {
	width: 8px;
	height: 15px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 5px;
}
.call {
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
}
.call .fa {
	background-color: #cc25b1;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	color: #000;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 1em;
	margin-bottom: 10px
}
.call small {
	font-size: 90%;
	font-weight: lighter !important;
	margin: 0px 10px 0px;
}
.address {
	position: absolute;
	display: inline-block;
	line-height: 1.6em;
	padding-left: 13px
}
.list { margin-top:-20px
}
.list li {
	color: #c1c1c1;
	font-size:0.9em;
	float: left;
	line-height: 2em;
	list-style: none; letter-spacing:-1px
}
.list li:nth-child(even) {
	width: calc(100% - 40px);
}
.list li:nth-child(odd) {
	width: 40px;
}
.t_letter {
	font-size: 0.9em; line-height:2em; color:#c1c1c1; margin-top:-20px
}
.ly_wrap {
	z-index: 50;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.ly_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 260px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 35px 0px 40px 0px;
}
.ly_box p {
	font-size: 15px;
}
.ly_box .btn_close {
	width: 100%;
	height: 40px;
	background-color: #cc25b1;
	color: #fff;
	border: none;
	font-size: 15px;
	bottom: 0px;
	position: fixed;
	margin-left: -50%
}
.gray_mask {
	z-index: 2;
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.letter {
	letter-spacing: -2px
}
.s_tit{ font-size:1.6em}
.sub_tit{color: #FFF;
	font-weight: normal !important;
	font-size: 1.2em;
	padding-bottom: 30px;
	letter-spacing: -0.5px;}