/*!
 * 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 {
	font-family: 'Pretendard-Regular';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #000;
	height: 100%
}
body {
	margin: 0;
	height: 100%;
	font-family: 'Pretendard-Regular';
}
* {
	-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;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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: #23527c;
}
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;
}
/*head */
.nav_container {
	width: 1280px;
	margin: 0 auto
}
nav {
	padding-bottom: 20px
}
.navbar-header {
	float: left;
	margin-left: -15px;
}
.language-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: 20px;
}
.language-nav > li {
	position: relative;
	float: left;
	margin-top: 50px;
}
.language-nav > li > a {
	position: relative;
	display: block;
	padding: 14px 0px 0px 10px;
	color: #fff;
	font-size: 0.85em;
}
.language-nav > li.on a {
	color: #cc25b1;
	font-weight: 600
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-brand {
	float: left;
	padding-top: 35px;
}
ul {
	list-style: none;
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-inverse {/*대메뉴 */
	background-color: transparent;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li {
	padding-top: 60px
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-right: 50px
}
.navbar-inverse .navbar-nav > li.on > a {
	color: #cc25b1;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #cc25b1;
	background-color: transparent;
}
.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;
}
/*head */

/*main */
.fullpage-main {
	text-align: center;
	padding-top: 60px
}
.fullpage-main p {
	color: #fff;
	font-size: 1.4em;
	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;
	margin-top: 50px
}
.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: 39px;
	height: 39px;
	border-radius: 100%;
	padding: 7px 2px;
	text-align: center;
	margin: 0px 10px 10px
}
footer p {
	font-size: 1.1em;
	color: #787878;
	padding-bottom: 30px
}
footer {
	text-align: center;
	background-color: #212121
}
footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.foot-menu {
	text-align: center;
}
.foot-menu:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.foot-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none
}
.foot-menu li {
	display: inline-block;
	font-size: 1.083em;
	line-height: 14px;
	margin: 10px 25px 0px;
}
.foot-menu li a {
	color: #fff;
	font-weight: 600
}
footer .fa {
	color: #cc25b1;
}
/*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: 1.2em
}
.text-primary {
	color: #a4a4a4;
	font-size: 1.3em;
	padding: 10px 0px 5px
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #fff;
}
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: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 1382px;
}
@media (min-width: 1600px) {
.main_container {
	width: 80%;
	margin: 0 auto
}
}
@media (max-width: 1599px) {
.main_container {
	width: 90%;
	margin: 0 auto
}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.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 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.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 {
	float: left;
}
.col-sm-13 {
	width: 37%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 31.5%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 20%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
	padding: 3%;
}
.col-sm-2 {
	width: 14.2857%;
}
.col-sm-1 {
	width: 25%;
}
.col-sm-0 {
	float: left
}
.col-sm-push-1 {
	left: 8%;
}
.col-sm-push-2 {
	left: 1%;
}
.col-sm-push-3 {
	left: 37.5%;
}
.col-sm-push-4 {
	width: 41.66666667%;
}
.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
}
.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: 17px 46px;
	font-size: 20px;
	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: 200px
}
.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: 3em;
	font-family: 'Pretendard-Bold';
}
h1 span {
	font-family: 'Pretendard-Regular';
	font-weight: 300 !important
}
h2 {
	font-size: 2em
}
h2 small {
	font-weight: normal !important;
	color: #c1c1c1
}
h3 {
	color: #FFF;
	font-weight: 400;
	font-size: 1.3em;
	padding-bottom: 60px
}
h4 {
	color: #c1c1c1;
	font-size: 1.3em;
	margin-top: -20px;
	font-weight: lighter !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: 24px;
	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; 
}
.hover_text .con {
	font-size: 1.5em; letter-spacing:-1px;font-family: 'Pretendard-Bold';
}
.main_text {
	font-size: 4em;
}
.about001 {
	background-image: url(/img/about001.jpg);
	background-size: cover;
	min-height: 900px;
	text-align: center;
	background-position: top;
	color: #FFF;
}
.about001 .con {
	font-size: 1.1em;
	/*padding-top: 20px;
	font-weight: 600*/
}
.about001 img {
	padding-top: 20px
}
.about001 p {
	padding-top: 20px;
	font-size: 0.9em;
	/*font-weight: 600;*/
}
.bar_right {
	border-right: 2px solid #52505c;
	min-height: 340px
}
.bar_top {
	border-top: 2px solid #52505c;
	min-height: 2px;
}
.call_right {
	border-right: 2px solid #fff;
}
.about002 {
	background-image: url(/img/about002.jpg);
	background-size: cover;
	min-height: 1500px;
	text-align: left;
	background-position: top;
	color: #FFF;
}
.about002 .con {
	font-size: 1.5em;
	font-weight: 900
}
.panel {
	margin-bottom: 20px;
}
.panel-body {
	padding: 20px;
	font-size: 1.3em;
	margin-top: 550px
}
.panel-heading {
	font-size: 1.6em;
	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);
	margin-top: 400px
}
.panel3-default > .panel-heading {
	color: #fff;
	background-color: #cc25b1;
}
.panel3-default > .panel-body {
	background-color: rgba(240,37,177,0.18);
	margin-top: 250px
}
.panel4-default > .panel-heading {
	color: #fff;
	background-color: #cc25b1;
}
.panel4-default > .panel-body {
	background-color: rgba(240,37,177,0.30);
	margin-top: 0px
}
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: 850px;
	text-align: left;
	background-position: top;
	color: #FFF;
}
.about004 {
	background-image: url(/img/about004.jpg);
	background-size: cover;
	min-height: 900px;
	text-align: center;
	background-position: top;
	color: #FFF;
}
.about004 .con {
	font-size: 2.2em;
	padding-top: 30px;
	font-weight: 900
}
.about004 p {
	padding: 30px 0px;
	font-size: 1.1em;
}
.technoligy001 {
	background-image: url(/img/technoligy001.jpg);
	background-size: cover;
	text-align: left;
	background-position: top;
	color: #FFF;
	height: 100%
}
.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.4em;
	font-weight: 600;
	padding-top: 20px
}
.technoligy002 p {
	color: #d4d4d5;
	font-size: 1.1em
}
.technoligy003 {
	background-image: url(/img/technoligy003.jpg);
	background-size: cover;
	min-height: 800px;
	text-align: center;
	background-position: top;
}
.radius_purple_lg {
	border: 2px solid #622c90;
	width: 460px;
	height: 460px;
	border-radius: 100%;
	padding: 60px 50px 0px;
	float: left;
	margin-left: -20px;
	margin-top: 30px;
	color: #fff
}
.radius_purple_lg h2 {
	font-size: 2.2em;
	color: #fff;
	line-height: 1em;
	font-family: 'Pretendard-Bold';
}
.radius_purple_lg p {
	font-size: 1.2em
}
.radius_purple_lg img {
	padding: 40px 0px 10px
}
.radius_purple {
	border: 2px solid #622c90;
	width: 350px;
	height: 350px;
	border-radius: 100%;
	padding: 60px 50px 0px;
	float: left;
	margin-left: -20px;
	margin-top: 30px;
	color: #fff
}
.radius_purple h1 {
	font-size: 1.7em;
	letter-spacing: -1px
}
.radius_purple h2 {
	font-size: 1.5em;
	color: #929193
}
.radius_purple h1 small {
	font-size: 80%;
	font-weight: lighter!important
}
.radius_purple p {
	color: #ccafe5;
	font-size: 1.1em
}
.radius {
	border: 2px solid #fdfdfd;
	width: 270px;
	height: 270px;
	border-radius: 100%;
	float: left;
	margin-top: 30px;
	color: #fff;
	margin: 20px
}
.radius h1 {
	font-size: 2em;
	font-weight: 900;
	padding-top: 75px
}
.radius h2 {
	font-size: 2em;
	font-weight: 900;
	padding-top: 30px
}
.radius h2 small {
	display: block;
	font-size: 80%;
	margin-top: 20px
}
.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: 10px;
	text-align: center;
	width: 300px;
	position: absolute;
	border-radius: 30px;
	left: 50%;
	margin-left: -150px;
	font-size: 1.5em;
	margin-top: -30px;
	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: 900px;
	text-align: center;
	background-position: top;
}
.technoligy005 {
	background-image: url(/img/technoligy005.jpg);
	background-size: cover;
	min-height: 900px;
	text-align: center;
	background-position: top;
}
.technoligy006 {
	background-image: url(/img/technoligy006.jpg);
	background-size: cover;
	min-height: 900px;
	text-align: center;
	background-position: top;
}
.technoligy007 {
	background-image: url(/img/technoligy007.jpg);
	background-size: cover;
	min-height: 900px;
	text-align: center;
	background-position: top;
}
.technoligy008 {
	background-image: url(/img/technoligy008.jpg);
	background-size: cover;
	min-height: 1400px;
	text-align: center;
	background-position: top;
}
.business001 {
	background-image: url(/img/business001.jpg);
	background-size: cover;
	text-align: left;
	background-position: center;
	color: #FFF;
	height: 100%
}
.business002 {
	background-image: url(/img/business002.jpg);
	background-size: cover;
	height: 100%;
	text-align: center;
	background-position: top;
}
.business003 {
	background-image: url(/img/business003.jpg);
	background-size: cover;
	text-align: left;
	background-position: center;
	color: #FFF;
	height: 800px;
	padding-top: 140px
}
.business004 {
	background-image: url(/img/business004.jpg);
	background-size: cover;
	text-align: left;
	background-position: center;
	color: #FFF;
	height: 800px;
	padding-top: 180px
}
.business005 {
	background-image: url(/img/business005.jpg);
	background-size: cover;
	text-align: left;
	background-position: center;
	color: #FFF;
	height: 800px;
	padding-top: 140px
}
.business006 {
	color: #FFF;
	background-color: #000;
	padding: 50px 0px 150px;
}
.business006 :after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.business006 h1 {
	font-size: 2.6em
}
.business006 h2 {
	font-size: 1.4em
}
.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: ""
}
.client img {
	padding: 20px
}
.div_height {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.div_height_img{
	position: absolute;
	left: 32%; top: 50%; transform: translate(-20%, -50%); 
}
.text_w {
	font-size: 1.2em;
	color: #FFF;
}
.category_menu {
	text-align: center
}
.category_menu> li {
	margin: 30px 0px 80px;
	border-left: 2px solid #fff;
	line-height: 13px;
	display: inline-block;
	padding: 5px 30px;
	font-size: 1.3em;
	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: 2px solid #a4a4a4;
	padding: 5px 15px;
	font-size: 1.1em;
	border-radius: 25px;
	display: inline-block;
	color: #a4a4a4;
	margin: 30px 0px;
	font-weight: 600
}
.search {
	border-bottom: 2px solid #fff;
	margin: 100px 0px
}
.form-control {
	background-color: #000;
	width: 225px;
	border: none;
	line-height: 2.5em;
	height: 60px;
	color: #fff;
	font-size: 20px;
	margin-left: 35px
}
input::placeholder {
 color:#a4a4a4;
font-family: 'Pretendard-Regular';
font-size: 20px
}
 textarea::placeholder {
 color:#a4a4a4;
}
input:focus {
	outline: none;
}
.portfolio .tit {
	padding-bottom: 70px;
	font-size: 1.3em;
	color: #FFF;
	
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 50px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portfolio .tit_2 {
	font-size: 1.3em;
	color: #FFF;
	height: 90px;
	padding-top: 20px
}
.portfolio .con {
	color: #a4a4a4;
	font-size: 1.1em;
	height: 120px;
}
.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.4em
}
.controls label {
	color: #fff;
	display: block;
	line-height: 3em
}
.form-contact {
	border: 2px solid #a4a4a4;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #000;
	color: #a4a4a4;
	padding-left: 20px
}
.form-textarea {
	border: 2px solid #a4a4a4;
	border-radius: 3px;
	height: 150px;
	width: 100%;
	background-color: #000;
	color: #a4a4a4;
	padding-left: 20px
}
.well {
	border: 2px solid #a4a4a4;
	border-radius: 3px;
	padding: 20px;
	color: #a4a4a4
}
.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: 0;
 padding-left: 0;
}
}
.chk_box {
	display: block;
	position: relative;
	padding-left: 45px;
	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: 35px;
	height: 35px;
	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: 12px;
	top: 8px;
}
.call {
	color: #fff;
	font-size: 1.3em;
	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: 3px;
	font-size: 0.8em;
	margin-left: 10px
}
.call small {
	font-size: 90%;
	font-weight: lighter !important;
	margin: 0px 40px 0px 20px
}
.list {
}
.list li {
	color: #c1c1c1;
	font-size: 1.1em;
	float: left;
	line-height: 2em
}
.list li:nth-child(even) {
	width: calc(100% - 40px);
}
.list li:nth-child(odd) {
	width: 40px
}
.gray_mask {
	z-index: 2;
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.veiwList-btn {
	padding: 50px 0;
	text-align: center;
}
.veiwList-btn a {
    display: inline-block;
    max-width: 400px;
    width: 60%;
    border: #ccc solid 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
}
.view-contents {
    padding-bottom: 50px;
    border-bottom: #aaa solid 1px;
	color:#fff;
	text-align:center;
}
.view-top {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: #aaa solid 1px;
	color:#fff;
}
.view-top .view-date {
    color: #bbb;
}
.view-top .view-tit {
    font-size: 30px;
    font-weight: 700;
}
.view-top .view-date span {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
}