﻿@charset "UTF-8";

/* -------------------------------------------------	
	date : 2017-03-30
	author :  hyo , Somi Park	
------------------------------------------------- */

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('//fonts.googleapis.com/css?family=Noto+Serif');
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@font-face {
  font-family: 'Amble-Bold';
  src: url('font/Amble-Bold.ttf');
  src: url('font/Amble-Bold.eot');
  src: url('font/Amble-Bold.woff2') format('woff2'),
       url('font/Amble-Bold.woff') format('woff'),
       url('font/Amble-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------------------
    INIT
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html, body {

}
html {
	border: 0;
	outline: 0;
	min-height: 100%;
}
body {
	font-size: 16px;
	font-weight:300;
	line-height: 1.5em;
	color: #000;
	letter-spacing: -0.05em;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	font-family: 'Noto Sans', 'Noto Sans kr', Malgun Gothic,'Apple SD Gothic Neo','Android Sans',NanumGothic,microsoft neogothic,Sans-serif,Helvetica,'돋움',Dotum;
	overflow-y:scroll;
}

.site-header,
.site-body,
.site-footer{
	/*margin-left: 75px;
	margin-right: 75px */
	margin-left: 120px;
	margin-right: 120px
}

.noscroll {
	overflow-y: hidden !important;
}
::selection {
	color: #fff;
	background-color: #444;
}
::-moz-selection {
	color: #fff;
	background-color: #444;
}
h1, h2, h3, h4, h5, h6 { line-height: 1em; }
img { margin: 0;border: none; }
ul, ol, dl, li { list-style: none; }
cite, em, address {	font-style: normal; }
iframe {
	border: none;
	outline: 0;
}
a > span { cursor: pointer; }
a { text-decoration: none;color:#000; }
a:hover { text-decoration: none; }
a:focus,textarea:focus, input:focus { outline: 0; }
textarea { border:1px solid #b6b6b6 }

.dim,
.dim-white  {
	background:#000;
	opacity:.4;
	filter:alpha(opacity=40);
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none;
	z-index:100;
}
.dim-white {
	background:#fff;
	opacity:.8;
}
.dim.open {
	display:block;
}

/* scroll */
.mCSB_scrollTools .mCSB_draggerRail {
	background:#e6e6e6;
}
.mCSB_scrollTools .mCSB_dragger_bar {
	border-bottom-right-radius:1em !important;
	padding:0 4px !important; 
	background:#c8c8c8 !important;
}

/* -------------------------------------------------
    FORM
------------------------------------------------- */
fieldset {
	border: 0;
	display: block;
}
fieldset legend {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
button,
input,
textarea {
	color: #000;
	border-radius: 0;
	box-sizing: border-box;
}
textarea {
	padding: 10px;
}
input {
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 13px;
	padding: 0;
	border: 1px solid #b4b4b4;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea:hover,
textarea:focus,
input:hover,
input:focus {
	outline: 0;
}
* + html body input { }
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="time"] {
	padding-left: 10px;
	padding-right: 10px;
}
input[required] { }
input[type="radio"],
input[type="checkbox"] {
	padding: 0;
	width: 13px;
	height: 13px;
	line-height: normal;
	border: 1px solid #707070;
}
input[readonly],
input[disabled] {
	background: #f9f9f9;
	color: #888;
}
input[type="file"] { }

select {
	padding:0 30px 0 15px;
	min-width: 130px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	background: url('../images/common/select-arrow.png') right center no-repeat #fff;
	 appearance:none;
    -moz-appearance:none; 
    -webkit-appearance:none; 
	vertical-align:middle;
	font-size:16px;
	color:#74787b;
}
select::-ms-expand {
    display: none;
}

.ac { text-align: center !important; }
.al { text-align: left !important; }
.ar { text-align: right !important; }
.size10 { width: 10%; }
.size20 { width: 20%; }
.size30 { width: 30%; }
.size40 { width: 40%; }
.size50 { width: 50%; }
.size60 { width: 60%; }
.size70 { width: 70%; }
.size80 { width: 80%; }
.size90 { width: 90%; }
.size100 { width: 100%; }

.full-img {
	margin:0 auto;
	max-width:1530px;
}
full-img a {
	display:block;
}
.full-img img{
	display:block;
	width:100%;
}
.m-block { display: none; }
.m-none { display: block; }

/* -------------------------------------------------
    JQUERY-UI
------------------------------------------------- */
.cal {
	width: 200px;
}
.cal + .ui-datepicker-trigger {
	position: relative;
	margin-left: -12px;
	left: -10px;
	vertical-align: middle;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
}
.ui-selectmenu-button,
.ui-selectmenu-open {
	font-size: 12px;
	color: #fff;
	border: 1px solid #3f3a32;
	white-space: nowrap;
}
.ui-selectmenu-button {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 0 0 15px;
	height: 27px;
	line-height: 27px;
	background: url('../images/common/ico-arrow-bottom.png') center right no-repeat;
	background-size: 12px;
	white-space: nowrap;
	width: 15em;
	text-align: left;
	vertical-align: middle;
}
.ui-selectmenu-open {
	display: block;
	background: #000;
	border: 1px solid #3f3a32;
}
.ui-selectmenu-open li {
	padding: 0 27px 0 17px;
}
.ui-selectmenu-open li:hover {
	cursor: pointer;
	background: #3f3a32;
}

/* jquery-plugin  datepicker */
.ui-datepicker { background-color:#fff;border: 1px solid #dddddd;width: 200px;padding:12px 5px 5px;display: none; }
.ui-datepicker .ui-datepicker-header { position: relative;padding: 0 0; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { overflow:hidden;position: absolute;top: 0px;width: 20px;height: 30px;background-image:url('../img/web/datepick_arr.png');text-indent:-999px;background-repeat:no-repeat;cursor:pointer; }
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover { background-image:url('../img/web/datepick_arr_on.png'); }
.ui-datepicker .ui-datepicker-prev { left: 5px;background-position:0 center ; }
.ui-datepicker .ui-datepicker-next { right: 5px;background-position:right center ; }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span { display: block;position: absolute;left: 50%;margin-left: -8px;top: 45%;margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 1em;line-height: 30px;text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size: 1em;margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 40%;margin:0 2px;padding:1px;border:1px solid #aaa; }
.ui-datepicker table { width: 100%;font-size: .9em;border-collapse: collapse;margin: 10px 0 .2em;border-top:2px solid #aaa; }
.ui-datepicker th { padding: .3em .3em;font-size:11px;text-align: center;height:14px;font-weight: bold;border: 0;border-bottom:1px solid #ddd;background-color:#fff;background:#f9f9f9;}
.ui-datepicker tr:first-child td { border-top:0; }
.ui-datepicker td {	text-align:center;border: 0;padding: 1px;height:14px; }
.ui-datepicker td span,
.ui-datepicker td a { display: block;padding: .2em;text-decoration: none;border-bottom:0; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none;margin: .7em 0 0 0;padding: 0 .2em;border-left: 0;border-right: 0;border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right;margin: .5em .2em .4em;cursor: pointer;padding: .2em .6em .3em .6em;width: auto;overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* -------------------------------------------------
    BTN
------------------------------------------------- */
.btn-cont {
	margin-top: 20px;
	text-align: right;
}
.btn-cont a,
.btn,
.btn-s {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	box-sizing: border-box;
}
.btn-cont a,
.btn {
	padding: 0 40px;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	border-radius: 2px;
}
.btn-s {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: 600;
}
.btn-cont a,
.btn,
.btn-s {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

/* btn : default */
.btn-cont a,
.btn,
.btn-s {
	background: #ededed;
	color: #333;
}
.btn:hover, .btn:focus,
.btn-s:hover, .btn-s:focus { background: #ddd; }

/* btn : spot */
.btn-cont a.spot,
.spot {
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.025em;
	background-color: #494949;
	color: #fff;
}
.spot:hover, .spot:focus { background-color: #494949; }
.btn-cont.center {
	margin-top: 30px;
	text-align: center;
}
.btn-cont a.btn-gray,
.btn-cont a.btn-orange,
.btn-orange ,
.btn-cont a.btn-red {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.025em;
	background-color: #bd2b29;
	color: #fff;
	vertical-align:middle;
}

/* -------------------------------------------------
    SITE-HEADER
------------------------------------------------- */
.site-header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:72px;
	/* ### CUSTOM :: KTW :: 2019-11-25 
	border-bottom:1px solid #ebebeb;
	*/
	background:#fff;
	z-index:99;
}
.site-header h1 {
	padding-top:27px;
	margin:0 auto 25px auto;
	width:133px;
	height:20px;
}
.site-header h1 a{
	display:block; 
	width:100%;
	height:100%;
	background:url("../images/common/logo.png") center 0 no-repeat;
	background-size:132px;
	overflow:hidden;
	text-indent:-9999px;
}
.site-header .toggle-menu {
	position: absolute;
	margin-top: -14px;
	top: 50%;
	width: 26px;
	height: 28px;
	background: url('../images/header/ico_menu.png') center no-repeat;
	background-size:26px 23px;
	text-indent: -9999px;	
}

/*.site-header .instagram {
	position: absolute;
	margin-top: -14px;
	top: 50%;
	width: 71px;
	height: 28px;
	background: url('../images/header/ico_menu.png') center no-repeat;
	background-size:26px 23px;
	text-indent: -9999px;	
}
.site-header .instagram {
	left:auto;
	right: 0;
	background: url('../images/header/sns_instagram.png') no-repeat;
	background-size:70px;
}*/
.site-header .btn-instagram,
.site-header .btn-contact {
    position: absolute;
    margin-top: -14px;
    left:auto;
    right:33px;
    top: 50%;
    width: 68px;
    height: 28px;
    background: url('../images/header/btn_contact.png') no-repeat;
    background-size:68px;
    text-indent: -9999px;
}
.site-header .btn-instagram {
    right: 0;
    width:28px;
    height:28px;
    background: url('../images/header/btn_instagram.png') no-repeat;
    background-size: 28px;
}
.site-header nav.site-menu {
	display: none;
	position: fixed;
	top: 0;
	left: -210px;
	bottom: 0;
	width: 210px;
	background-color: #fff;
	padding: 14px 0;
	padding: 70px 50px 55px;
	color: #000;
	z-index: 200;
	overflow: auto;
	/*background: url('../images/header/nav_bg.png') 50px bottom no-repeat #fff;*/
}

.site-header nav > ul  {
	overflow:hidden;	
}
.site-header nav > ul > li {
	border-bottom:1px solid #b0b0b0;
}
.site-header nav > ul > li > a{
	display:block;
	padding:10px 0;
	font-size:15px;
	color:#000;
	font-weight:700;
}
.site-header nav li ul li {

}
.site-header nav li ul  {
	margin-bottom:12px;
}
.site-header nav li ul li a {
	display:block;
	line-height:1em;
	font-size:13px;
	font-weight:700;
	color:#838383;
	padding:12px 0;
}
.site-header nav > ul > li > a:hover,
.site-header nav > ul > li > a:focus,
.site-header nav li ul li a:hover,
.site-header nav li ul li a:focus {
	color:#444;
}
.site-header nav .close-menu {
	position: absolute;
	top: 12px;
	right: 11px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	background: url('../images/common/ico_close_s.png') center no-repeat;
	background-size:18px;
}

.site-header nav .menu-img {
	display:block;
	position:absolute;
	bottom:0;
	max-width:100%;
}

/*
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
	*/
/* -------------------------------------------------
    SITE-BODY
------------------------------------------------- */
.site-body { 
	padding: 55px 0 0 0;
	position: relative;
	/*min-height:500px;*/
	*zoom:1;
}
.site-body.main {
	/*
	padding-top:109px;
	*/
}
.site-body:after {
	content:"";
	display:block;
	clear:both;
}
.wrap {
	max-width:1530px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/* lnb */
.site-lnb {
	text-align:center;
	border-bottom:1px solid #ebebeb;
}
.site-lnb.fixed {
	position:fixed;
	top:73px;
	left:0;
	right:0;
	margin:0 120px;
	z-index:9;
	background:#fff;
}
.site-lnb li{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin:0 17px;
}
.site-lnb li a {
	display:block;
	padding:5px 0 6px;
	font-weight:700;
	font-size:13px;
	color:#a9aaaa;
	letter-spacing:0.025em;
}
.site-lnb li a:hover,
.site-lnb li a:focus {
	color:#444;
}


/* -------------------------------------------------
	PORRFOLIO
------------------------------------------------- */
.portfolio-list {
	overflow:hidden;
	margin:17px 0 0 -1px;
}
.portfolio-list li {
	float:left;
	width:33.33%;
	margin:0 0 1px;
}
.portfolio-list >li > a {
	display:block;
	position:relative;
	margin-left:1px;
	height:0;
	padding-bottom:70.8%;
} 
.portfolio-list li img {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.portfolio-label {
	position:absolute;
	top:0;
	left:23px;
	display:block;
	width:93px;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.01em;
	text-align:center;
	background:#444;
	z-index:2;
}
.label-package {
	background:#8566b1;
}
.label-product {
	background:#d59149;
}
.label-cibi {
	background:#7aa341; 
}
.label-print {
	background:#239d98;
}
.label-ad {
	background:#f3718b;
}
.label-web {
	background:#5186df;
}
.label-etc {
	background:#575757;
}
.btn-portfolio:hover  .portfolio-hover{
	 opacity: 1;
	 transition: opacity 1000ms;
}
.portfolio-hover {
	 opacity: 0;
	 transition: opacity 300ms;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.6);
	color:#fff;
	text-align:center;
}
.portfolio-hover strong {
	display:block;
	margin-top:30%;
	margin-bottom:10px;
	font-weight:400;
	font-size:20px;
	line-height:1.250em;
}
.portfolio-hover span {
	display:block;
	margin:0 auto;
	font-size:11px;
	letter-spacing:0.075em;
	border:1px solid #fff;
	width:107px;
	height:21px;
	line-height:21px;
}
/*portfolio-view*/
.portfolio-view {
	display:none;
	position:fixed;
	height:85%;
	top:0;
	left:50%;
	margin-top:60px;
	margin-left:-565px;
	width:1128px;
	z-index:999;
	background:Red;
}
.portfolio-contents {
	height:100%;
	padding:20px;
	border:1px solid #848484;
	background:#fff;
	overflow:auto;
	position:relative;
}
.portfolio-txt {
	position:absolute;
	width:20%;
	padding-top:35px;
	top:20px;
	right:50px;
	z-index:99;
}
.portfolio-txt .portfolio-label {
	left:0;
}
.portfolio-txt strong {
	display:block;
	font-size:22px;
	line-height:1.3em;
	font-weight:400;
	color:#3e3e3e;
	letter-spacing:-0.075em;
}
.portfolio-txt p {
	position:relative;
	margin-top:30px;
	padding-top:30px;
	font-size:14px;
	line-height:1.6em;
	color:#797979;
	letter-spacing:-0.075em;
}
.portfolio-txt p:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:1px;
	background:#ccc;
}
.portfolio-img {
	height:100%;
}
.loading { 
	width:210px;
	height:210px;
	position:absolute;
	left:38.5%;
	top:50%;
	margin-left:-105px;
	margin-top:-105px;
}
.loading img {
	width:100%;
}
.portfolio-img .mCSB_inside {
	padding-right:23%;
}
.portfolio-img.mCS_no_scrollbar .mCSB_inside {
	padding-right:24%;
}
.portfolio-img img {
	display:block;
	width:100%;
}
.close-portfolio {
	display: block;
	position: absolute;
	top:-35px;
	right:0;
	width: 26px;
	height: 26px;
	background: url('../images/common/ico_close.png') no-repeat;
	background-size:26px;
	text-indent:-9999px;
}

/* -------------------------------------------------
	CONTACT US
----------------------------------------------- */
.contact {
	overflow:hidden;
}
.request {
	float:left;	
	width: 28%;
	position:relative;
	margin-top:14%;
}
.location {
	float:right;
	width: 65.5%;
	position:relative;
	margin-top:14%;
}
.request h2,
.location h2 {
	position:absolute;
	width:117px;
	height:117px;
	padding-top:46px;
	top:-152px;
	left:0;
	border-radius:50%;
	font-size:15px;
	line-height:25px;
	font-weight:600;
	text-align:center;
	background:#000;
	color:#fff;
	box-sizing:border-box;
	transition:all .5s;
}
.request > div ,
.location > div {
	padding:20px 0 ;
	border-top:2px solid #797979;
	border-bottom:2px solid #797979;
	color:#797979;
} 
.request-write li {
	margin-bottom:10px;
}
.request-write label,
.request-write input {
	display:block;
}
.request-write label {
	margin-bottom:5px;
	font-size:15px;
	line-height:1.2em;
	letter-spacing:-0.025em;
}
.request-write input,
.file-style span,
.file-style em {
	width:100%;
	height:29px;
	line-height:29px;
	font-size:14px;
}
.request-write textarea {
	display:block;
	width:100%;
}
.file {   
	position: relative;
	min-height:29px;
}
.file-input {
	height:0;
	width:0;
	overflow:hidden;
	opacity: 0;
}
.file-style {
	display:block;
	top:0;
	width:100%;
	position: absolute;
	cursor: pointer;
}
.file-style span {
	float:left;
	display:block;
	border:1px solid #b4b4b4;
	width:calc(100% - 74px);
	vertical-align:middle;
	box-sizing:border-box;
	padding-left:10px;
	overflow:hidden;
}
.file-style em {
	float:right;
	display:block;
	width:69px;
	background-color:#797979;
	color:#fff;
	text-align:center;
	letter-spacing:-0.05em;
}
.btn-request {
	display:block;
	margin:34px auto 17px;
	width:170px;
	padding:9px 0 10px;
	font-size:19px;
	letter-spacing:-0.025em;
	color:#fff;
	background-color:#000;
	text-align:center;
}
.request p {
	font-size:14px;
	font-size:0.68vw;
	letter-spacing:-0.065em;
	line-height:20px;
	text-align:center;
}
.request p br {
	display:none;
}
.location .map{
	height:460px;
}
.location-info {
	margin-top:30px;
}
.location-info li {
	position:relative;
	font-size:16px;
	letter-spacing:-0.025em;
}
.location-info li + li {
	margin-top:5px;
}
.location-info cite {
	position:absolute;
	top:0;
	left:0;
	color:#000;
	font-weight:700;
}
.location-info p {
	padding-left:95px;
}
.location-info .btn-tel { display:none;}

/* -------------------------------------------------
	COMPANY
------------------------------------------------- */
.w1600 { display:none; }
.w480 { display:none; }
.company { 
	margin-top:15.5%;
	margin-top:27vh;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.company > section { 
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	*zoom:1;
	width:28%;
	max-width:580px;
	height:460px;
	height:17.95vw;
	min-height:380px;
	padding-top:66px;
	padding-top:2.6vw;	
	vertical-align:top;
	border-top:2px solid #a0a0a0;
	border-bottom:2px solid #a0a0a0;
}
.company > section + section {
	margin-left:6%;
}
.company > section h2 {
	position:absolute;
	width:117px;
	height:117px;
	padding-top:46px;
	top:-152px;
	left:0;
	border-radius:50%;
	font-size:15px;
	line-height:25px;
	font-weight:600;
	text-align:center;
	background:#000;
	color:#fff;
	box-sizing:border-box;
	transition:all .5s;
}
.company p span {
	color:#797979;
	font-size:18px;
	font-weight:400;
}
.company p strong {
	font-family:"Amble-Bold";
	display:block;
	font-size:57px;
	font-size:2.22vw;
	line-height:1.07em;
	line-height:2.38vw;
	color:#000;
	white-space:nowrap;
	letter-spacing:-0.025em;
}
.company p span + strong { margin-top:16px;margin-top:0.65vw; }

.company .pentreeis { 
	border-top:1px solid #cbcbcb;
	margin-top:6%;
	padding-top:8%;
	margin-top:1.35vw;
	padding-top:1.85vw;
}
.company .pentreeis li {
	display:inline-block;
	box-sizing:border-box;
	width:30%;
	padding:0 2%;
	vertical-align:top;
}
.company .pentreeis li cite {
	font-size:40px;
	font-size:1.6vw;
	font-weight:300;
}
.company .pentreeis li p {
	margin-top:12px;
	color:#797979;
	font-size:15px;
	line-height:1.4em;
	font-weight:400;
	white-space:nowrap;
}
.company .workarea {
	border-top:1px solid #cbcbcb;
	margin-top:7%;
	padding-top:8%;
	margin-top:1.35vw;
	padding-top:1.85vw;
}
.company .workarea li {
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	font-size:0.71vw;
	font-weight:600;
	margin:0 4%;
}
.company .workarea + p {
	margin-top:19px;
	color:#797979;
	font-size:15px;
	line-height:1.4em;
	font-weight:400;
	white-space:nowrap;
}
.company .award {
	margin-top:-10px;
	text-align:left;
}
.company .award li { 
	display:inline-block;
	width:32%;
	box-sizing:border-box;
	padding-left:10px;
	margin-bottom:20px;
	margin-bottom:1vw;
}
.company .award li:before {
	content:"";
	display:block;
	width:50px;
	height:51px;
	background:url("../images/common/ico_award.png") no-repeat;
}
.company .award li.rd:before { background-position:0 0; }
.company .award li.it:before { background-position:-50px 0; }
.company .award li.if:before { background-position:-100px 0; }
.company .award li.ada:before { background-position:-150px 0; }
.company .award li strong { 
	font-size:13px;
	color:#818181;
	font-weight:600;
	display:block;
	white-space:nowrap;
}
.company .award li span {
	font-size:11px;
	line-height:1.2em;
	color:#818181;
	font-weight:400;
	display:block;
}
.company .award + p { 
	border-top:1px solid #cbcbcb;
	margin-top:15px;
	padding-top:22px;
	margin-top:0.6vw;
	padding-top:0.9vw;
}

/* -------------------------------------------------
    SITE-FOOTER
------------------------------------------------- */
.site-footer {
	clear:both;
	position:relative;
	margin-top:40px;
	border-top:1px solid #ebebeb;
	padding:19px 0;
}
.site-footer.pc-fixed {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
	background-color:#fff;
}
.site-footer > div {
	margin-top:-9px;
	padding-left:85px;
	overflow:hidden;
}
.site-footer > div * {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-right:7px;
	vertical-align:middle;
	font-size:12px;
	letter-spacing:-0.01em;
	color:#a9aaaa;
	line-height:1.2em;
	/*white-space: nowrap;*/
}
.site-footer .logo {
	position:absolute;
	top:19px;
	left:0;
	background:url("../images/common/logo.png") center 0 no-repeat;
	background-size:68px;
	width:68px;
	height:10px; 
	overflow:hidden;
	text-indent:-9999px;
}

.site-footer .copyright {
	float:right;
	font-size:12px;
	line-height:1.2em;
	font-weight:300;
	color:#a9aaaa;
	margin-top:-16px;
	letter-spacing:-0.01em;
}

.site-footer .copyright br {
	display:none;
}

/* -------------------------------------------------    
	- PC MAX-WIDHT 2080
------------------------------------------------- */
@media screen and (max-width:2080px) {
	.company p strong {
		font-size:45px;
		letter-spacing:-0.07em;
		line-height:1.07em;
	}
}
/* -------------------------------------------------    
	- PC MAX-WIDHT 1600 	
------------------------------------------------- */
@media screen and (max-width:1600px) {
	.site-header,
	.site-body,
	.site-footer,
	.site-lnb.fixed{
		margin-left:70px;
		margin-right:70px;
	}
	/* -------------------------------------------------
		PORRFOLIO
	------------------------------------------------- 
	.portfolio-list {
		margin:40px 0 0 -1px;
	}
	.portfolio-list li {
		float:left;
		width:50%;
		margin:0 0 1px;
	}
	*/

	/*portfolio-view
	.portfolio-view {
		margin-left:-512px;
		width:1024px;
	}
	*/
	/* contact */
	.request p  {
		font-size:12px;
		line-height:15px;
		margin-bottom:-10px;
	}
	.request p br {
		display:block;
		text-align:center;
	}

	/* -------------------------------------------------
		COMPANY
	------------------------------------------------- */
	.w2560 { display:none; }
	.w1600 { display:block; }
	.w480 { display:none; }
	.company > section { 
		max-width:400px;
		height:500px;
		height:32vw;
		min-height:460px;
		padding:30px 0 0 0;
	}
	.company > section + section {
		margin-left:7%;
	}
	.company p span {
		font-size:1.13vw;
	}
	.company p strong {
		font-size:3.6vw;
		line-height:1.02em;
		letter-spacing:0em;
	}
	.company p span + strong { margin-top:10px; }

	.company .pentreeis { 
		margin-top:7%;
		padding-top:7%;
		margin-top:2vw;
		padding-top:2vw;
	}
	.company .pentreeis li cite {
		font-size:34px;
		font-size:1.9vw;
		font-weight:300;
	}
	.company .workarea {
		margin-top:7%;
		padding-top:6%;
		margin-top:2vw;
		padding-top:1.4vw;
	}
	.company .workarea li {
		display:block;
		font-size:19px;
		font-size:1.35vw;
		margin:0 8%;
		text-align:left;
	}
	.company .workarea + p {
		margin-top:-120px;
		position:absolute;
		text-align:left;
		left:50%;
		font-size:13px;
		line-height:1.6em;
	}
	.company .award {
		margin-top:-10px;
		text-align:left;
	}
	.company .award li {
		width:40%;
	}
	.company .award li:nth-child(odd) { 		
		float:left;
		clear:left;
	}
	.company .award li:nth-child(even) {
		float:right;
		clear:right;
	}
	.company .award li.if {
		float:right;
	}
	.company .award + p { 
		border-top:0;
		margin-top:0;
		padding-top:0;
		text-align:left;
		position:absolute;
		bottom:40px;
        top:62%;
		left:10px;
	}
	
	/* -------------------------------------------------
		CONTACT
	------------------------------------------------- */
	.request ,
	.location {
		margin-top:200px;
	}

	/* -------------------------------------------------
		SITE-FOOTER
	------------------------------------------------- */
	.site-footer {
		text-align:center;
	}
	.site-footer > div {
		margin-top:0;
		padding-left:0;
	}
	.site-footer > div * {
		font-size:11px;
	}
	.site-footer > div ul {
		/*margin-bottom:10px;
		display:block;*/
	}
	.site-footer .logo {
		position:static;
		top:19px;
		left:0;
		display:block;
		margin:0 auto;
		background:url("../images/common/logo.png") center 0 no-repeat;
		background-size:65px;
		width:65px;
		height:10px; 
		overflow:hidden;
		text-indent:-9999px;
	}

	.site-footer .copyright {
		margin-top:0;
		float:none;
		font-size:11px;
		text-align:center;
	}
}


/* -------------------------------------------------
	- PC MAX-WIDHT 1280
------------------------------------------------- */
@media screen and (max-width:1280px) {
	/* -------------------------------------------------
		PORRFOLIO
	------------------------------------------------- */
	.portfolio-list {
		margin:40px 0 0 -1px;
	}
	.portfolio-list li {
		float:left;
		width:50%;
		margin:0 0 1px;
	}

	/*portfolio-view*/
	.portfolio-view {
		margin-left:-512px;
		width:1024px;
	}

	.company > section { 
		max-width:400px;
		width:31%;
		height:500px;
		height:35vw;
		min-height:400px;
		padding:30px 0 0 0;
	}
	.company > section + section { margin-left:3%; }
	.company .workarea + p {
		left:46%;
	}
	
	.company .award + p { 
		bottom:20px;
        top:65%;
	}
}

/* -------------------------------------------------    
	- PC MAX-WIDHT 1024	
------------------------------------------------- */
@media screen and (max-width:1024px) {
	.site-header,
	.site-body,
	.site-footer {
		margin-left:15px;
		margin-right:15px;
	}
	/* -------------------------------------------------
		SITE-HEADER
	------------------------------------------------- */
	.site-header {
		height:61px;
		/*
		border-bottom:1px solid #ebebeb;
		*/
	}
	.site-header h1 {
		padding-top:22px;
		width:117px;
		height:18px;
	}
	.site-header h1 a{
		background-image:url("../images/common/logo_m.png");
		background-size:117px;
	}
	.site-header .toggle-menu{
		margin-top: -10px;
		width: 20px;
		height: 22px;
		background-size:20px;}

	/*.site-header .instagram {
		margin-top: -10px;
		width: 57px;
		height: 20px;
		background-size:57px;	
        background-size:57px 20px;
	}*/
    .site-header .btn-instagram,
	.site-header .btn-contact {
		margin-top: -10px;
		right:23px;
		width: 50px;
		height: 20px;
		background-size:50px;
	}
	.site-header .btn-instagram {
		right: 0;
		width:20px;
		height:20px;
		background-size: 20px;
	}
	.site-header .toggle-menu {
		background-image:url("../images/header/ico_menu_m.png");
	}

		

	/* -------------------------------------------------
		SITE-BODY
	------------------------------------------------- */
	.site-body {
		/*
		padding-top:62px;
		*/
	}
	.site-body.main {
		/*
		padding-top:96px;
		*/
	}
	/* lnb */
	.site-lnb li a {
		padding:4px 0 5px;
		font-size:12px;
	}
	.site-lnb.fixed {
		top:62px;
		margin:0 15px;
	}
	
	/* -------------------------------------------------
		PORRFOLIO
	------------------------------------------------- */
	.portfolio-list {
		margin-top:20px;
	}
	.portfolio-label {
		left:12px;
		width:63px;
		height:14px;
		line-height:14px;
		font-size:8px;
		font-weight:700;
	}
	/*portfolio-view*/
	.portfolio-view {
		width:90%;
		margin-left:0;
		left:5%;
	}
	/*portfolio-view*/
	/*.portfolio-view {
		display:none;
		position:fixed;
		height:100%;
		top:0;
		left:50%;
		padding-top:60px;
		margin-left:-565px;
		max-width:1128px;
		z-index:999;
	}*/


	/* -------------------------------------------------
		CONTACT US
	----------------------------------------------- */
	.request,
	.location {
		float:none;	
		width: 100%;
		max-width:640px;
		margin-top:120px;
		margin-left:auto;
		margin-right:auto;
	}	
	.request h2,
	.location h2{
		position:absolute;
		width:81px;
		height:81px;
		padding-top:28px;
		top:-91px;
		font-size:11px;
		letter-spacing:-0.01em;
	}
	.request > div ,
	.location > div {
		padding:20px 0 15px;
		border:none;
	}
	.request > div {
		margin-bottom:30px;
		border-bottom:2px solid #797979;
	} 
	.request-write li {
		position:relative;
		margin-bottom:5px;
		padding-left:95px;
	}
	.request-write label {
		position:absolute;
		top:3px;
		left:0;
		margin-bottom:0;
		font-size:11px;
	}
	.request-write input,
	.file-style span,
	.file-style em{
		height:22px;
		line-height:22px;
		font-size:12px;
	}
	.btn-request {
		display:block;
		margin:20px auto 15px;
		width:116px;
		padding:6px 0 6px;
		font-size:13px;
		letter-spacing:-0.025em;
		color:#fff;
		background-color:#000;
		text-align:center;
	}
	.request p {
		font-size:13px;
		margin-bottom:10px;
	}
	.request p br {
		display:none;
	}
	.location .map{
		height:276px;
	}
	.location-info {
		margin-top:15px;
		margin-bottom:14px;
	}
	.location-info li {
		font-size:11px;
		line-height:1.3em;
	}
	.location-info li + li {
		margin-top:5px;
	}
	.location-info p {
		padding-left:70px;
	}
	.location .btn-tel { 
		display:inline-block;
		margin-left:5px;
		background:#000;
		color:#fff;
		padding:2px 10px;
		font-size:10px;
	}

	/* -------------------------------------------------
		COMPANY
	------------------------------------------------- */	
	.w1600 { display:none; }
	.w2560 { display:block; }
	.company { 
		margin-top:20px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		max-width:640px;
	}
	.company > section { 
		display:block;
		width:100%;
		max-width:100%;
		min-width:470px;
		height:auto;
		min-height:auto;
		padding-top:40px;
		padding-bottom:40px;
		border-bottom:0;
		padding-left:250px;
		padding-left:calc(100% - 390px);
	}
	.company > section:first-child { border-top:0; }
	.company > section + section { margin-left:0; }
	.company > section h2 {
		position:absolute;
		width:81px;
		height:81px;
		padding-top:28px;
		top:40px;
		font-size:11px;
		letter-spacing:-0.01em;
	}
	.company p span {
		font-size:13px;
	}
	.company p strong {
		font-size:40px;
		line-height:1.07em;
		letter-spacing:-0.04em;
	}
	.company p span + strong { margin-top:5px; }
	.company .pentreeis { 
		margin-top:25px;
		padding-top:30px;
	}
	.company .pentreeis li cite {
		font-size:28px;
	}
	.company .pentreeis li p {
		font-size:12px;
	}

	.company .workarea {
		margin-top:25px;
		padding-top:30px;
	}
	.company .workarea li {
		display:inline-block;
		font-size:13px;
		margin:0 3%;
	}
	.company .workarea + p {
		position:static;
		margin-top:10px;
		text-align:center;
		font-size:11px;
	}
	.company .award li:nth-child(odd),
	.company .award li:nth-child(even) {
		float:none;
	}
	.company .award li { 
		margin-bottom:20px;
	}
	.company .award li strong { 
		font-size:9px;
	}
	.company .award li span {
		font-size:8px;
	}
	.company .award + p { 
		position:static;
		border-top:1px solid #cbcbcb;
		margin-top:25px;
		padding-top:30px;
	}


	/* -------------------------------------------------
		SITE-FOOTER
	------------------------------------------------- */
	.site-footer {
		margin-top:20px;
		padding:15px 0;
		text-align:center;
	}
    
    .site-footer.pc-fixed {
        position:static;
    }
	.site-footer > div {
		margin:0 auto;
		padding-left:0;
		overflow:hidden;
	}
	.site-footer > div * {
		font-size:9px;
	}
	.site-footer .logo {
		position:static;
		display:block;
		margin:0 auto 5px;
		background-size:61px;
		width:61px;
		height:9px; 
	}
	.site-footer .copyright {
		font-size:9px;
	}
}

/* -------------------------------------------------
	- MOBILE MAX-WIDHT 768	
------------------------------------------------- */
@media screen and (max-width:768px) {
	.site-header,
	.site-body,
	.site-footer,
	.site-lnb.fixed {
		margin-left:10px;
		margin-right:10px;
	}
	/* -------------------------------------------------
		SITE-HEADER
	------------------------------------------------- */
	.site-header h1 {
		padding-top:21px;
		width:117px;
	}
	.site-header h1 a{
		background-size:117px;
	}
	.site-header nav.site-menu {
		display:none;
		position:fixed;
		top:0;
		left:-110px;
		bottom:0;
		width:160px;
		background-color:#fff;
		padding:14px 0;
		padding:50px 38px;
		color:#000;
		overflow:auto;
	}
	.site-header nav > ul > li {
		border-bottom:1px solid #b0b0b0;
	}
	.site-header nav > ul > li > a{
		display:block;
		padding:5px 0;
		font-size:11px;
		color:#000;
		font-weight:700;
	}
	.site-header nav li ul li {

	}
	.site-header nav li ul  {
		margin-bottom:12px;
	}
	.site-header nav li ul li:first-child a {
		padding-top:4px;
	}
	.site-header nav li ul li a {
		display:block;
		line-height:1em;
		font-size:10px;
		font-weight:700;
		color:#838383;
		padding:9px 0;
	}
	.site-header nav > ul > li > a:hover,
	.site-header nav > ul > li > a:focus,
	.site-header nav li ul li a:hover,
	.site-header nav li ul li a:focus {
		color:#444;
	}
	.site-header nav .close-menu {
		position: absolute;
		top: 12px;
		right: 11px;
		width: 30px;
		height: 30px;
		overflow: hidden;
		text-indent: -999px;
		background: url('../images/common/ico_close_s.png') center no-repeat;
		background-size:13px;
	}

	.site-header nav .menu-img {
		position:static;
	}

	/*portfolio-view*/
	.portfolio-view {
		height:80%;
		min-height:450px;
	}
	.portfolio-contents {
		height:100%;
		padding:20px 10px;
		border:1px solid #848484;
		background:#fff;
		overflow:auto;
		text-align:center;
	}
	.portfolio-hover strong {
		margin-top:30%;
		margin-bottom:5px;
		font-size:14px;
	}
	.portfolio-hover span {
		font-size:9px;
		width:80px;
		height:15px;
		line-height:15px;
	}
	.portfolio-txt {
		position:relative;
		float:none;
		width:auto;
		padding-top:0;
		right:0;
		top:0
	}
	.portfolio-txt .portfolio-label {
		position:static;
		left:0;
		margin:0 auto;
	}
	.portfolio-txt strong {
		display:block;
		margin-top:10px;
		font-size:15px;
		line-height:1.3em;
		font-weight:400;
		color:#3e3e3e;
		letter-spacing:-0.075em;
	}
	.portfolio-txt p {
		position:relative;
		margin-top:0;
		padding:10px;
		font-size:10px;
		font-size:10px;
		line-height:1.4em;
		color:#797979;
		letter-spacing:-0.075em;
	}
	.portfolio-txt p:before {
		display:none;
	}
	.portfolio-img {
		float:none;
		width:auto;
		height:auto;
	}
	
	.portfolio-img .mCSB_inside {
		padding-right:0;
	}
	.portfolio-img img {
		display:block;
		width:100%;
	}
	.close-portfolio {
		display: block;
		position: absolute;
		top:-25px;
		right:0;
		width: 20px;
		height: 20px;
		background: url('../images/common/ico_close.png') no-repeat;
		background-size:18px;
		text-indent:-9999px;
	}

	/* -------------------------------------------------
		SITE-FOOTER
	------------------------------------------------- */
	.site-footer {
		margin-top:20px;
		padding:15px 0;
		text-align:center;
	}
	.site-footer > div {
		margin:0 auto;
		padding-left:0;
		overflow:hidden;
	}
	.site-footer > div * {
		font-size:2.2vw;
	}
	.site-footer > div ul {
		display:block;
		margin-bottom:10px;
	}
	.site-footer .logo {
		position:static;
		display:block;
		margin:0 auto 5px;
		background-size:61px;
		width:61px;
		height:9px; 
	}
	.site-footer .copyright {
		font-size:1.7vw;
	}
	.site-footer .copyright br {
		display:block;
	}
}

/* -------------------------------------------------    
	- MOBILE MAX-WIDHT 640	
------------------------------------------------- */
@media screen and (max-width:640px){
	/* scroll */
	.mCSB_scrollTools .mCSB_dragger_bar {
		/*border-bottom-right-radius:1em !important;*/
		padding:0 1px !important; 
		/*background:#c8c8c8 !important;*/
	}
	/* -------------------------------------------------
		SITE-BODY
	------------------------------------------------- */
	/* lnb */
	.site-lnb li {
		margin:0 3px;
	}
	.site-lnb li a {
		font-size:12px;
	}
	
	/* -------------------------------------------------
		PORRFOLIO
	------------------------------------------------- */
	.portfolio-list {
		margin-left: -2px;
	}
	.portfolio-list li {
		margin-bottom:2px;
	}
	.portfolio-list > li > a{
		margin-left:2px;
	}
	.portfolio-label {
		left:12px;
		width:63px;
		height:14px;
		line-height:14px;
		font-size:8px;
		font-weight:700;
	}
	.portfolio-hover strong {
		margin-top:25%;
		margin-bottom:8px;
		font-size:12px;
	}
	.portfolio-hover span {
		font-size:8px;
		width:70px;
		height:15px;
		line-height:15px;
	}
}

/* -------------------------------------------------
	- MOBILE MAX-WIDHT 480
------------------------------------------------- */
@media screen and (max-width:480px) {
	/* -------------------------------------------------
		COMPANY
	------------------------------------------------- */
	.w480 { display:block; }
	.w1600 { display:block; }
	.company { margin-top:0;
		min-width:300px; }
	.company > section h2 {
		width:61px;
		height:61px;
		padding-top:18px;
		font-size:7px;
		top:25px;
	}
	.company > section { 
		min-width:320px;
		margin-top:30px;
		padding:97px 0 0 69%;
	}
	.company > section + section {
		border-top-width:1px;
		border-color:#ebebeb;
	}

	.company > section + section + section {
		margin-top:50px;
	}
	.company > section > p { 
		position:absolute;
		top:100px;
		left:0;
		text-align:left;
	}
	.company p span {
		font-size:14px;
		line-height:1.4em;
		display:block;
	}
	.company p strong {
		font-size:33px;
		line-height:1.1em;
		display:block;
	}
	.company p span + strong { margin-top:15px;}

	.company .pentreeis { 
		border-top:0;
		margin-top:0;
		padding-top:0;
	}
	.company .pentreeis li {
		display:block;
		width:100%;
		padding:0;
		text-align:left;
	}
	.company .pentreeis li .w1600 { display:none; }
	.company .pentreeis li cite {
		font-size:21px;
		font-weight:400;
	}
	.company .pentreeis li p {
		margin-top:2px;
		margin-bottom:15px;
		font-size:10px;
	}
	.company .workarea {
		border-top:0;
		margin-top:0;
		padding-top:0;
	}
	.company .workarea li {
		display:block;
		font-size:15px;
		line-height:1.4em;
		margin:0;
		text-align:left;
		letter-spacing:0;
	}
	.company .workarea + p {
		margin-top:10px;
		font-size:8px;
		line-height:1.45em;
		text-align:left;
	}
	.company .workarea + p .w1600 {display:none;}
	.company .workarea + p .w480 {display:block;}

	.company > section:nth-child(3) {
		padding-left:46%;
	}
	.company .award {
		margin-top:-70px;
	}
	.company .award li { 
		display:inline-block;
		width:49%;
		box-sizing:border-box;
		padding-left:0;
		margin-bottom:15px;
		vertical-align:top;
	}
	.company .award li:before {
		width:25px;
		height:26px;
		background:url("../images/common/ico_award.png") no-repeat;
		background-size:auto 26px;
	}
	.company .award li.rd:before { background-position:0 0; }
	.company .award li.it:before { background-position:-25px 0; }
	.company .award li.if:before { background-position:-50px 0; }
	.company .award li.ada:before { background-position:-75px 0; }
	.company .award li strong { 
		font-size:8px;
	}
	.company .award li span {
		font-size:7px;
	}
	.company .award + p { 
		border-top:0;
		margin-top:0;
		padding-top:0;
		left:0;
		top:100px;
		position:absolute;
	}	

	.request,
	.location { margin-top:91px; }
	.request h2,
	.location h2{
		width:61px;
		height:61px;
		padding-top:18px;
		font-size:7px;
		top:-61px;
		white-space:nowrap;
	}

	.request > div { border-bottom:1px solid #ccc; }
	.request p { display:none; }

	.loading { 
		width:210px;
		height:210px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-105px;
		margin-top:-105px;
	}
	.loading img {
		max-width:100%;
	}
}

/* -------------------------------------------------    
	- MOBILE MAX-WIDHT 380	
------------------------------------------------- */
@media screen and (max-width:380px) {
	/* -------------------------------------------------
		SITE-BODY
	------------------------------------------------- */
	/* lnb */
	.site-lnb li {
		margin:0 2px;
	}
	.site-lnb li a {
		font-size:10px;
	}
}





/* ### CUSTOM :: KTW :: 2021-11-11 */
.portfolio-list-web {
	overflow:hidden;
	margin:35px 0 0 -1px;
}
.portfolio-list-web li {
	float:left;
	width:19.05%;
	margin:0px 1% 0px 1px;
}
.portfolio-list-web li:nth-child(5n) {
	margin:0px 0px 0px 1px;
}
/*
.portfolio-list-web li:nth-child(10) {
	margin:0 0 1px;
}
.portfolio-list-web li:nth-child(15) {
	margin:0 0 1px;
}
.portfolio-list-web li:nth-last-child() {
	margin:0 0 1px;
}
*/

.portfolio-list-web >li > a {
	display:block;
	position:relative;
	margin-left:1px;
	height:0;
	padding-bottom:166%;
	margin-bottom:15px;
} 
.portfolio-list-web li img {
	position:absolute;
	display:block;
	width:100%;
	top:0;
	left:0;
}



.btn-portfolio:hover  .portfolio-hover-web{
	 opacity: 1;
	 transition: opacity 1000ms;
}
.portfolio-hover-web {
	opacity: 0;
	transition: opacity 300ms;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.6);
	color:#fff;
	text-align:center;
	vertical-align:center;
}
.portfolio-hover-web strong {
	padding:10px;
	display:block;
	margin-top:60%;
	margin-bottom:10px;
	font-weight:400;
	font-size:17px;
	line-height:1.250em;
}
.portfolio-hover-web span {
	display:block;
	margin:0 auto;
	font-size:11px;
	letter-spacing:0.075em;
	border:1px solid #fff;
	width:107px;
	height:21px;
	line-height:21px;
}





@media screen and (max-width:1600px) {
	
}
@media screen and (max-width:1024px) {
	.portfolio-list-web {
		margin:40px 0 0 -1px;
	}
	.portfolio-list-web li {
		float:left;
		width:48%;
		margin:0px 3% 0px 1px;
	}	
	.portfolio-list-web li:nth-child(2n) {
		margin:0 0 1px;
	}
	.portfolio-list-web li:nth-child(5) {
		margin:0px 3% 0px 1px;
	}
	.portfolio-list-web li:nth-child(10) {
		margin:0 0 1px;
	}
	.portfolio-list-web li:nth-child(15) {
		margin:0px 3% 0px 1px;
	}

}
@media screen and (max-width:640px){
	/*
	.portfolio-list-web {
		margin-left: -2px;
	}
	.portfolio-list-web li {
		margin-bottom:2px;
	}
	.portfolio-list-web > li > a{
		margin-left:2px;
	}
	*/
}