/* common */
html, body {
	margin: 0;
	overflow-x: hidden;
}
body {
    background: #fff;
    color: #191919;
    font-family: 'Mark Pro', 'Noto Sans KR', sans-serif;
    font-weight: normal;
    padding: 0;
}
* {
    box-sizing: border-box
}
a, a:hover, a:active, a:visited {
    color: #191919;
    text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
input:focus { outline: none; }
::-webkit-input-placeholder { text-align:right; color: #191919; font-family: 'Mark Pro', 'Noto Sans KR', sans-serif; font-weight: bold; }
input:-moz-placeholder { text-align:right; color: #191919; font-family: 'Mark Pro', 'Noto Sans KR', sans-serif; font-weight: bold; }
.column {
    float: left;
}
.row {
    overflow: hidden;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.container .fluid {
    width: 100%;
}
/* mainpage */
.main {
	position: relative;
}
.main_product .row {
	display: flex;
}
.main_product .column {
    width: 50%;
}
.main_product .column.col-1 {
    border: 20px solid #00a172;
}
.main_product .column.col-2 {
    border: 20px solid #69318d;
}
.main_product .column.col-3 {
    border: 20px solid #e7373d;
}
.main_product .column.col-4 {
    border: 20px solid #fcd008;
}
.main_product img {
	width: 100%;
	vertical-align: middle;
}
.main_product h4 {
	font-size: 36px;
	text-align: center;
	width: 100%;
	margin-top: calc(50% - 46px);
	line-height: 1.1;
}
.text-block-1 {
	border: 13px solid #00a172;
}
/* Menu */
header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	background:transparent;
	height:90px;
	z-index:9999;
}
header.scrolled {border-bottom: 1px solid #191919; background: #fff;}
header nav {
	clear:both;
	display: block;
	line-height: 90px;
	height:90px;
	position:relative;
}
.menu-container {
	padding: 0 40px;
	position: relative;
}
.grt-menu-row {
	display: flex;
	flex-direction: row;
}
.top-search {
	position: absolute;
	top: 0;
	right: 0;
}
a.grt-logo {display:inline-block;}
a.grt-logo img {
    height: 32px;
    margin-top: 29px;
    margin-right: 52px;
}
.grt-mobile-button {display:none;}
.grt-mobile-button:focus {
	border:0;
	outline:0;
}
.body-overflow {overflow:hidden;}
ul.grt-menu {
	display: block;
	float:right;
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.grt-menu:after {
	content:"";
	clear:both;
	display:block;
}
ul.grt-menu li {
	display: inline-block;
	margin:0;
	padding:0;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
ul.grt-menu li a {
	padding: 0 28px 0 0;
	font-size:14px;
	font-weight: bold;
	display: inline-block;
	color:#191919;
	line-height: 1.1em;
	box-shadow: inset 0 0 0 0 #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	position:relative;
	text-decoration: none;
	text-align: left;
}
ul.grt-menu li.active a:after  {
    position: absolute;
    bottom: 1px;
    content: "";
    left: 12px;
    right: 12px;
    border-bottom: 2px solid #ee2b34;
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
ul.grt-menu li.grt-dropdown:hover {
	cursor:pointer;
}
ul.grt-menu li.grt-dropdown:hover a {box-shadow: none;}
ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
	display:none;
	position:absolute;
	background:none;
	top: 70px;
	background: url(/home/img/menubar-stripe.png) no-repeat left top;
	margin: 0;
	padding: 0;
	min-width:150px;
	animation: fadeIn 0.8s;
	z-index: 999;
}
ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
	display:block;
	font-size:12px;
	color: #191919;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 9px 0 0 0;
}
ul.grt-menu li.grt-dropdown .stripe li {float: left;}
ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li:last-child a {padding-bottom:15px;}
ul.grt-menu li.grt-dropdown.active-dropdown {background: none;}
ul.grt-menu li.grt-dropdown.active-dropdown ul.grt-dropdown-list {display:block !important;}
ul.grt-menu li.grt-dropdown.active-dropdown a {color:#191919;}
ul.grt-menu li.grt-dropdown:hover > a + ul.grt-dropdown-list {
	display:block;
}
ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li {display:block;}
ul.grt-menu li.grt-dropdown:hover > a {
	color:#191919;
}
ul.grt-menu li a:hover {
	color:#191919;
}
.top-search input[type=text] {
    float: right;
    border: 4px solid transparent;
    font-size: 17px;
    background: none;
    width: 534px;
    height: 90px;
    padding: 0 10px;
}
.top-search input[type=text]:hover {
    border: 4px solid #191919;
    -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
/* slider */
.mySlides {
    /*display: none;*/
    position: relative;
}
.mySlides img {
	vertical-align: middle;
}
.slideshow-container {
	position: relative;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: gray;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
	z-index:999;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.prev:hover, .next:hover {
    color: rgba(0, 0, 0, 0.8);
}
.text {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 100%;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #717171;
}
/* footer */
.footer {
    border: 20px solid #191919;
    height: 180px;
}
.footer .row {
    padding: 51px;
}
.footer .copyright {
    width: calc(100% - 170px);
}
.footer .logo {
    width: 170px;
    text-align: right;
}
.footer ul {
    display: table;
    margin: 0;
    padding: 0;
}
.footer li {
    display: table-cell;
    padding-right: 20px;
    font-size: small;
}
.footer img {
    width: 170px;
}
/* about */
.about {
	width: 100%;
	border: 20px solid #191919;
	border-bottom: none;
	height: calc(100vh - 270px);
	margin-top: 90px;
	display: flex;
}
.about img {
	width: 238px;
	margin: 20px 0;
}
.main .copy {
	display: block;
	margin: 20px auto;
	text-align: center;
	position: absolute;
	top: 10px;
	width: 100%;
	font-size: small;
	font-weight: normal;
}
.left_stripe {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.right_stripe {
	position: absolute;
	right: 0;
	top: calc(50% - 24px);
}
ul.stripe {
	margin: 0;
	padding: 0;
	width: 20px;
}
ul.stripe li {
	height: 20px;
	display: block;
}
ul.stripe li:first-child {
	background: #e7373d;
}
ul.stripe li:nth-child(2) {
	background: #1d50a1;
}
ul.stripe li:nth-child(3) {
	background: #00a172;
}
ul.stripe li:nth-child(4) {
	background: #ec6d20;
}
ul.stripe li:nth-child(5) {
	background: #69318d;
}
ul.stripe li:nth-child(6) {
	background: #fcd008;
}
h5.l_text {
	position: absolute;
	font-size: small;
	left: 37px;
	top: calc(50% + 72px);
	transform-origin: 0;
	transform: rotate(-90deg);
	margin: 0;
}
h5.r_text {
	position: absolute;
	font-size: small;
	right: 37px;
	top: calc(50% + 120px);
	transform-origin: 100%;
	transform: rotate(90deg);
	margin: 0;
}
.about .row {
	margin: auto;
}
.about .column {
	margin: 0 30px;
	font-weight: bold;
}
/* contact */
dl.contact dt {
	float: left;
	clear: left;
	width:  120px;
	font-weight: bold;
	padding: 10px 0;
	text-align: right;
	position: relative;
	font-size: 16px;
}
dl.contact dd {
	float: left;
	font-weight: bold;
	padding: 10px 0;
	font-size: 16px;
}
ul.stripe {
	margin: 0;
	padding: 0;
	width: 20px;
}
.contact .stripe {
	height: 3px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 4px;
}
.contact .stripe div {
	width: 15px;
	height: 3px;
	display: block;
	float: left;
}
.contact .stripe div:first-child {
	background: #e7373d;
}
.contact .stripe div:nth-child(2) {
	background: #1d50a1;
}
.contact .stripe div:nth-child(3) {
	background: #00a172;
}
.contact .stripe div:nth-child(4) {
	background: #ec6d20;
}
.contact .stripe div:nth-child(5) {
	background: #69318d;
}
.contact .stripe div:nth-child(6) {
	background: #fcd008;
}
/* product list */
.hero-image {
  background: url("/home/img/title-product-list-1.jpg");
  height: 764px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00a172;
  border: 20px solid #00a172;
  padding: 0 50px;
  background: #fff;
}
.hero-text h1 {
    font-size: 45px;
}
.product-list .cards {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
	grid-auto-rows: minmax(450px, auto);
	align-content: space-evenly;
}
.product-list .card3 img, .product-list .card6 img {
	width: 100%;
}
.product-list .cards li {
	border-right: 1px solid #191919;
	border-top: 1px solid #191919;
	text-align: center;
	position: relative;
}
.product-list .cards li img {
	max-width: 100%;
}
.product-list .card1 {
	grid-column: 1;
	grid-row: 1;
	height: 450px;
}
.product-list .card2 {
	grid-column: 1;
	grid-row: 2;
	height: 450px;
}
.product-list .card3 {
	grid-column: 2;
	grid-row: 1 / 3;
}
.product-list .card4 {
	grid-column: 2;
	grid-row: 3;
	height: 450px;
}
.product-list .card5 {
	grid-column: 2;
	grid-row: 4;
	height: 450px;
}
.product-list .card6 {
	grid-column: 1;
	grid-row: 3 / 5;
}
.space {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	display: table;
	border: 20px solid transparent;
}
.space:hover {
	cursor: pointer;
}
.space span {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.space .name {
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.detail-slide {
	position: absolute; 
	display: none; 
	top: 0; 
	left: 0;
	width: 100%;
    background: white;
    border: 20px solid #00a172;
	transition: 0.6s ease;
}
.detail-slide img {
	width: 100%;
}
.mySlides1, .mySlides2 {display: none;}
.mySlide1 img {vertical-align: middle;}
/* search list */
.search-image {
  background: #f5f5f5;
  height: 337px;
  position: relative;
  display: block;
}
.search-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 20px solid #191919;
  padding: 0;
  background: #fff;
  width :700px;
  height: 160px;
}
.search-text h1 {
	font-size: 45px;
	margin: 0;
	line-height: 120px;
}
.search_product .column {
	width: 50%;
	border-bottom: 1px solid #646464;
	position: relative;
	height: 450px;
	white-space: nowrap;
	text-align: center;
}
.search_product img {
	max-width: 100%;
}
.search_product .column:nth-child(2n):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	background: #646464;
	height: 450px;
}
.column .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.search_product .column img, .product-list .column img {
	vertical-align: middle;
}
.column .name {
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-size: 14px;
	text-align: left;
	margin: 0;
}
/* product detail */
.product-detail {
	margin-top: 90px;
}
.product-detail .column {
	float: left;
	width: 50%;
	border-top: 1px solid #646464;
	position: relative;
}
.product-detail .column:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-detail .column .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-detail .column:nth-child(odd):before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	background: #646464;
	z-index: 1;
}
.product-detail .column:nth-child(2):before {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #646464;
	z-index: 1;
}
.product-detail .column img {
	position:absolute;
    max-width:100%; 
    max-height:100%;
    width:auto; 
    height:auto;
    margin:auto;
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
}
/* related product */
.related-product .row {
	display: -ms-flexbox; /* IE 10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE 10 */
	flex-wrap: wrap;
}
.related-product .row .column img {
	max-width: 100%;
	vertical-align: middle;
	margin: 15% 0;
}
.related-product .column {
	-ms-flex: 50%; /* IE 10 */
	flex: 50%;
	position: relative;
}
.related-product .column .product-name {
	background: #e7373d;
	color: #fff;
	padding: 50px;
	font-size: 14px;
}
.related-product .column .product-name h3 {
	font-size: 45px;
	margin: 0 0 20px 0;
}
.related-one, .back-to-list {
	border: 20px solid #e7373d;
}
.back-to-list {
	text-align: center;
	height: 249px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.back-to-list a {
	font-size: 45px;
	text-transform: uppercase;
	color: #e7373d;
	line-height: 209px;
	font-weight: bold;
}
.related-product .column .content {
	border-left: 1px solid #686868;
}
.related-product .column .box {
	position: relative;
	text-align: center;
	border-width: 20px;
	border-style: solid;
	border-color: #fff;
}
.related-product .column:first-child:before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	background: #646464;
	z-index: 1;
}
.related-product .column .box:nth-child(2):before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: calc(100% + 40px);
	height: 1px;
	background: #646464;
	z-index: 1;
}
.related-product .column .box.last:before {
	content: '';
	position: absolute;
	bottom: -21px;
	left: -20px;
	width: calc(100% + 40px);
	height: 1px;
	background: #646464;
	z-index: 1;
}

.related-product .column .box img:nth-child(1) {
  position: absolute;
}
.related-product .column .box img:nth-child(2) {
  opacity: 0;
}
/* media query */
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.mo {
		display: block;
	}
	header {height: 46px;}
	header nav {
	    line-height: 46px;
	    height: 46px;
	    position: inherit;
	}
    .menu-container {padding: 0 15px;}
	a.grt-logo img {
	    height: 16px;
	    margin-top: 15px;
	    margin-right: 0;
	}
	.top-search {
		position: unset;
		height: 46px;
		border: 3px solid #191919;
	}
	.grt-mobile-button {
		display:inline-block;
		position:absolute;
		right:15px;
		top:15px;
		background:transparent;
		color:#3d3d3d;
		margin:0;
		padding:0;
		cursor:pointer;
		border: 0;
		width:12px;
	}
	.grt-mobile-button .line1, .grt-mobile-button .line2, .grt-mobile-button .line3 {
		width: 12px;
		height: 2px;
		background-color: #333;
		margin: 3px 0;
		transition: 0.4s;
		display:block;
	}
	.grt-mobile-button .line2 {width:10px;}
	ul.grt-menu {
		display:none;
		margin:0;
  		height: 0;
	}  
	ul.open-grt-menu {
		position: fixed;
		background: #FFF;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		height:100%;
		float: none;
		display: flex;
		flex-direction: column;
		transition: 0.4s;
	}
	.grt-mobile-button-open {
		position: fixed;
		z-index:99999;
		right:15px;
		top:15px;
	}
	.grt-mobile-button-open .line1 {
		-webkit-transform: rotate(-45deg) translate(-4px, 0px);
		transform: rotate(-45deg) translate(-4px, 0px);
	}
	.grt-mobile-button-open .line2 {opacity: 0;}
	.grt-mobile-button-open .line3 {
		-webkit-transform: rotate(45deg) translate(-7px, -3px);
		transform: rotate(45deg) translate(-7px, -3px);
	}
	ul.grt-menu li {
		display: block;
		line-height: 3.5em;
	}
	ul.grt-menu li a {
		padding: 6px 10px;
		font-size:16px;
	}
	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
		width:100%;
		position: inherit;
		display:none;
		background: none;
	}
	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
		display: block;
		font-size: 16px;
		padding-left: 20px;
	}
	.top-search input[type=text] {
		float: left;
	    border: 0;
	    font-size: 17px;
	    background: none;
	    width: 90%;
	    height: 40px;
	    padding: 0 0 0 10px;
	}
	.top-search input[type=text]:hover {
		border: none;
	}
	/* slider */
	.text {
	    font-size: 16px;
	    left: 30px;
	    bottom: 30px;
	}
	/* mainpage */
	.main_product .row {
		display: block;
	}
	.main_product .column {
	    width: 100%;
 	    vertical-align: middle;
	}
	.main_product .column.col-1 {
	    border: 10px solid #00a172;
	}
	.main_product .column.col-2 {
	    border: 10px solid #69318d;
	}
	.main_product .column.col-3 {
	    border: 10px solid #e7373d;
	}
	.main_product .column.col-4 {
	    border: 10px solid #fcd008;
	}
	.main_product img {
		max-width: 100%;
		vertical-align: middle;
	}
	.main_product h4 {
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding: 20% 0;
		width: 100%;
		line-height: 1.1;
	}
	.text-block-1 {
		border: 13px solid #00a172;
	}
	/* about */
	ul.stripe {
	    width: 10px;
	}
	ul.stripe li {
	    height: 10px;
	}
	h5.l_text {
	    left: 20px;
	    top: calc(50% + 72px);
	}
	h5.r_text {
	    right: 20px;
	    top: calc(50% + 100px);
	}
	.about {
	    border: 10px solid #191919;
	    height: calc(100vh - 285px);
	    margin-top: 46px;
	    border-bottom: 0;
	}
	.about img {
	    width: 158px;
	}
	.about .column {
		float: none;
		font-size: 12px;
		font-weight: bold;
	}
	.main .copy {
	   	font-size: x-small;
	    font-weight: normal;
	    padding: 0 20px;
	    top: 0;
	}
	/* contact */
	dl.contact dt {
	    width: 90px;
	    font-size: 12px;
	}
	dl.contact dd {
	    font-size: 12px;
	    margin-left: 20px;
	}
	.contact .stripe div {
	    width: 10px;
	    height: 2px;
	}
	/* product list */
	.hero-image {
		height: 200px;
	}
	.hero-text h1 {
	    font-size: 16px;
	}
	.hero-text {
		border-width: 10px;
		width: 270px;
		padding: 0 20px;
		border-width: 10px !important;
	}
	.product-list .cards {
	    display: block;
    }
    .product-list .cards li {
	    border-right: 0;
	    height: 160px;
	}
	.product-list .cards li img {
	    max-height: 80px;
	    width: auto;
	}
	.detail-slide {
		width: 100%;
		text-align: center;
		background: #fff;
		height: 160px;
		border-width: 10px;
	}
	.detail-slide img {
		max-height: 120px !important;
	}
	.product-list .card1, .product-list .card2, .product-list .card3, .product-list .card4, .product-list .card5, .product-list .card6 {
		height: 160px;
	}
	.space {
		border: 10px solid transparent;
	}
	.space .name {
	    bottom: 14px;
	    left: 14px;
	    font-size: small;
	}
	/* product detail */
	.product-detail {
	    margin-top: 46px;
	}
	.product-detail .column {
		width: 100%;
		float: none;
	}
	.product-detail .column:nth-child(odd):before {
	    content: none;
	}
	.column .name {
		left: 14px;
		bottom: 14px;
	}
	.related-product .column {
		display: block;
		flex: inherit;
		position: unset; 
	}
	.related-product .column .box {
		border-width: 10px;
	}
	.related-product .column .box:before {
	    content: '';
	    position: absolute;
	    top: -20px;
	    left: -20px;
	    width: calc(100% + 40px);
	    height: 1px;
	    background: #646464;
	    z-index: 1;
	}
	.related-product .column:first-child:before {
	    content: none;
	}
	.related-product .column .box:nth-child(2):before {
	    top: -10px;
	}
	.related-product .column .box.last:before {
	    top: -11px;
	}
	.related-one, .back-to-list {
		border-width: 10px !important;
	}
	.back-to-list {
		height: 140px;
	}
	.back-to-list a {
		line-height: 120px;
		font-size: 16px;
	}
	.related-product .column .content {
		padding: 0 10px;
	}
	/* search list */
	.search-image {
	    height: 46px;
	    position: relative;
	    display: block;
	}
	.search-text {
	    text-align: left;
	    position: absolute;
	    width: 100%;
	    border: 4px solid #191919;
	    background: transparent;
	    height: 46px;
	    z-index: 10000;
	}
	.search-text h1 {
	    font-size: 12px;
	    margin: 0;
	    line-height: 38px;
	    margin-left: 8px;
	    display: block;
	    background: white;
	}
	.search_product .column {
	    width: 100%;
	    height: 160px;
	}
	.search_product .column:nth-child(2n):before {
		content: none;
	}
	.search_product .column img {
		height: 80px;
	}
	/* footer */
	.footer {
	    border: 10px solid #191919;
	    height: auto;
	}
	.footer .row {
	    padding: 15px;
	}
	.footer .copyright {
	    width: 100%;
	}
	.footer .logo {
	    width: 100%;
	    text-align: right;
	    margin: 20px 0 0 0;
	}
	.footer ul {
	    display: block;
	    margin: 0;
	    padding: 0;
	}
	.footer li {
	    font-size: small;
	    display: block;
	}
	.footer img {
	    height: 16px;
	    width: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.pc {
		display: block;
	}
	.mo {
		display: none;
	}
	header {
		height:60px;
	}
	header nav {
		line-height: 60px;
		height:60px;
	}
	.product-detail {
	    margin-top: 60px;
	}
	a.grt-logo img {
	    height: 20px;
	    margin-top: 20px;
	    margin-right: 52px;
	}
	.top-search input[type=text] {
	    float: right;
	    border: 4px solid transparent;
	    font-size: 17px;
	    background: none;
	    width: 534px;
	    height: 60px;
	    padding: 0 10px;
	}
	/* main */
	.main_product .column.col-1, .main_product .column.col-2, .main_product .column.col-3, .main_product .column.col-4 {
	    border-width: 10px;
	}
	/* about */
	ul.stripe {
	    width: 10px;
	}
	ul.stripe li {
	    height: 10px;
	}
	h5.l_text {
	    left: 20px;
	    top: calc(50% + 72px);
	}
	h5.r_text {
	    right: 20px;
	    top: calc(50% + 100px);
	}
	.about {
	    border: 10px solid #191919;
	    height: calc(100vh - 144px);
	    margin-top: 60px;
	    border-bottom: 0;
	}
	.about img {
	    width: 211px;
	}
	.about .column {
		font-size: 14px;
		font-weight: bold;
	}
	.main .copy {
	    top: 0;
	}
	/* product list */
	.hero-image {
	    height: 325px;
	}
	.hero-text {
	    border-width: 10px;
	}
	.hero-text h1 {
	    font-size: 32px;
	}
	.space {
	    border-width: 10px;
	}
	.space:hover {
	    border-width: 10px;
	}
	.product-list .card1, .product-list .card2, .product-list .card4, .product-list .card5 {
		height: 190px;
	}
	.product-list .cards {
	    grid-auto-rows: minmax(190px, auto);
	}
	.product-list .card3 img, .product-list .card6 img {
		width: 314px;
	}
	.product-list .card1 img, .product-list .card2 img, .product-list .card4 img, .product-list .card5 img {
		width: 192px;
	}
	.column .name {
		left: 20px;
		bottom: 20px;
	}
	.space .name {
	    bottom: 20px;
	    left: 20px;
	}
	.detail-slide {
		height: 449px;
	}
	.card3 .detail-slide {
		height: 900px;
	}
	.slideshow-container {
		margin-top: 140px;
	}
	.card3 .slideshow-container {
		margin-top: 332px;
	}
	/* search list */
	.search-image {
	    height: 200px;
	    position: relative;
	    display: block;
	}
	.search-text {
	    border: 10px solid #191919;
	    background: transparent;
	    height: 76px;
	    width: 312px;
	}
	.search-text h1 {
	    font-size: 16px;
	    margin: 0;
	    line-height: 56px;
	}
	.search_product .column {
	    width: 50%;
	    height: 190px;
	}
	.search_product .column img {
		height: 80px;
	}
	.search_product .column .name {
		left: 14px;
		bottom: 14px;
	}
	/* footer */
	.footer {
	    height: 84px;
	    border-width: 10px;
	}
	.footer .row {
	    padding: 13px;
	}
	.footer img {
		width: 106px;
		margin-top: 8px;
	}
	.footer .copyright {
	    width: calc(100% - 106px);
	}
	.footer .logo {
	    width: 106px;
	}
	.footer li {
	    padding-right: 10px;
	}
}
@media only screen and (min-width: 1080px) and (max-width: 1799px) {
	.pc {
		display: block;
	}
	.mo {
		display: none;
	}
	/* product list */
	.detail-slide {
		height: 450px;
	}
	.card3 .detail-slide, .card6 .detail-slide, .card9 .detail-slide {
		height: 900px;
	}
	.detail-slide .slideshow-container {
		display: table;
		height: 410px;
	}
	.card3 .detail-slide .slideshow-container, .card6 .detail-slide .slideshow-container, .card9 .detail-slide .slideshow-container {
		margin-top: 243px;
	}
	.slideshow-container > div > a {
		display: table-cell;
		width: 100%;
		height: 410px;
		vertical-align: middle;
	}	
	.detail-slide img {
		width: 90%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1800px) {
	.pc {
		display: block;
	}
	.mo {
		display: none;
	}
	/* product list */
	.detail-slide {
		height: 450px;
	}
	.card3 .detail-slide, .card6 .detail-slide, .card9 .detail-slide {
		height: 900px;
	}
	.detail-slide .slideshow-container {
		margin-top: 28px;
	}
	.card3 .detail-slide .slideshow-container, .card6 .detail-slide .slideshow-container, .card9 .detail-slide .slideshow-container {
		margin-top: 90px;
	}	
	.detail-slide img {
		width: 90%;
		margin: 22px auto;
	}
	.product-list .cards li img {
	    width: auto;
	    height: 320px;
	}
	.product-list .cards .card3 img, .product-list .cards .card6 img, .product-list .cards .card9 img {
		height: auto;
	}
}