/* main slider - owl carousel */
@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.main-carousel {
	padding: 0;
	display: block;
}

.main-carousel .item {
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.main-carousel .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/main_visual_cover.png) center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 300px;
	opacity: .9;
	z-index: 1
}

.main-carousel .jarallax {
	height: 900px;
}

.main-carousel .img01 {
	background-image: url('../img/contents/index/main_01.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.main-carousel .img02 {
	background-image: url('../img/contents/index/main_02.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.main-carousel .img03 {
	background-image: url('../img/contents/index/main_03.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.main-carousel .owl-nav {
	position: absolute;
	width: 100%;
	bottom: 50%;
	transform: translateY(-50%);
	font-family: 'GmarketSansMedium' !important;
}
.main-carousel .owl-nav .owl-prev {
	width: 40px;
	height: 30px;
	position: absolute;
	left: 50px;
	font-size: 50px !important;
	color: #fff !important;
	padding-top: 5px;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
}
.main-carousel .owl-nav .owl-next {
	width: 40px;
	height: 30px;
	position: absolute;
	right: 50px;
	font-size: 50px !important;
	color: #fff !important;
	padding-top: 5px;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
}
/* 아이폰 SE */

@media only screen and (min-device-width : 320px) and (max-device-width : 374px) {

}

/* 스마트폰 모바일(세로) */

@media only screen and (min-device-width : 375px) and (max-device-width : 479px) {
	.main-carousel .owl-nav .owl-prev {
		left: 5px;
	}
	.main-carousel .owl-nav .owl-next {
		right: 5px;
	}
}
.main-carousel .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	bottom: 20px;
}
.owl-carousel button.owl-dot{
	color: #fff !important;
}
.main-carousel .item .copy_area {
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.main-carousel .item .copy_area .inner__txt-1 {
	font-size: 4rem;
	font-weight: 100;
	line-height: 1.3;
	letter-spacing: -4px;
	color: #fff;
	padding: 0 20px;
	text-align: center
}

.main-carousel .item .copy_area .inner__txt-2 {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	margin: 15px 0 20px 0;
	color: #ddd;
	padding: 0 20px;
	word-break: keep-all
}



/*===== SECTION =====*/
.l-section {
  background-color: #eff2f9;
}
.d-section {
  background-color: #4e4e4e;
}

.bionet__section{
  background-color: #4e4e4e !important;
}
.canon__section{
  background-color: #353535 !important;
}
.synology__section{
  background-color: #595959 !important;
}

.section {
  /* height: 100vh; */
  /* max-width: 1420px; */
  /* margin-left: 1rem;
  margin-right: 1rem; */
  padding: 5rem 0 5rem 0;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__data {
  margin-bottom: 10rem;
}

.section__title {
  font-size: 3rem;
  letter-spacing: -1px;
  color: var(--dark-color);
  padding: 5rem 0 0 0;
  text-align: center;
  font-weight: 900;
}
.section__subtitle {
  font-size: 2.5rem;
  color: var(--dark-color);
  text-align: center;
  font-weight: 400;
  margin: 10px 0 80px 0;
}

.section__img {
  width: 285px;
  border-radius: .5rem;
}

.card__section{
  width: calc(33.333% - 20px);
  height: 567px;
  border: 1px solid #333;
  background-color: #fff;
  float: left;
  margin-right: 30px;
  box-shadow: 0px 8px 16px 6px rgba(130,130,130,0.6);
  cursor: pointer;
}
.card__section:hover{
	transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
	transition: 0.3s;
}

.card__section:last-child{
  margin-right: 0;
}
.card__section img{
  width: 100%;
}

.card__title, .card__text{
  color: #000;
  letter-spacing: -0.5px;
}
.card__title{
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.d-section .section__title{
  color: #fff !important;
  font-size: 2.8rem;

}
.card__text{
	line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 25px;
}
.card__arrow{
  background-image: url(../img/contents/index/arrow-right.png);
  margin-bottom: 42px;
  width: 30px;
  height: 16px;
  display: inline-block;
}
.card__contents{
  margin-top: 57px;
  margin-left: 31px;
}

/* 아이폰 SE */

@media only screen and (min-device-width : 320px) and (max-device-width : 374px) {

}

/* 스마트폰 모바일(세로) */

@media only screen and (min-device-width : 375px) and (max-device-width : 479px) {
	.section{
		padding: 1rem 0 !important;
		margin: 0 1rem;
	}
	.section__title{
		font-size: 2rem;
	}
	.section__subtitle{
		font-size: 1.4rem;
	}
	.card__section{
		width: 100%;
    margin-right: 0;
		margin: 0 0 20px 0;
    box-shadow: 0px 8px 16px 6px rgb(130 130 130 / 20%);
	}
}






.d-section .service__wrap{
  display: inline-block;
  position: relative;
  margin: 10px 0 120px 0;
}
.d-section .service__logo img{
  width: 150px;
}
.services__text{
  font-size: 2.6rem;
  line-height: 1.16;
  padding: 68px 0 100px 96px;
}
.bionet .services__text{
  color: #3ccaf1;
}
.canon .services__text {
  color: #ffadb0;
}
.synology .services__text {
  color: #eaeaea;
}
.prdtab__wrap ul{
  margin-bottom: 66px;
}
.prdtab__wrap .left__wrap ul li span{
  font-family: var(--body-font);
  display: inline-block;
  padding: 0 0 10px 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #eee;
}
.bionet .prdtab__wrap .left__wrap .on button span{
  color: #3ccaf1;
}
.canon .prdtab__wrap .left__wrap .on button span{
  color: #fd4f56;
}
.synology .prdtab__wrap .left__wrap .on button span{
  color: #000000;
}
.list__box>.tab-pane{
  display: none;
}
.list__box>.active {
  display: block !important;
}
.more__arrow{
  margin-bottom: 42px;
  width: 63px;
  height: 63px;
  display: inline-block;
}
.bionet .more__arrow{
  background-image: url(../img/contents/index/round-arrow-right_01.png);
}
.canon .more__arrow{
  background-image: url(../img/contents/index/round-arrow-right_02.png);
}
.synology .more__arrow{
  background-image: url(../img/contents/index/round-arrow-right_03.png);
}
.d-section .section__data{
  margin: 0 auto;
}
.left__wrap{
  float: left;
}
.prdtab__wrap .right__wrap{
  width: 1040px;
  margin-left: 40px;
}
.right__wrap{
  float: right;
}
.right__wrap ul li{
  display: inline-block;
  margin-right: 20px;
}
.right__wrap .list__box {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 20px;
  display: inline-block;
}
.right__wrap .list__box .img__box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  height: 280px;
  position: relative;
  width: 300px;
  height: 236px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
  cursor: pointer;
}
.right__wrap .list__box .img__box:hover {
  transform: translateY(0) scale(1.02);
}
.bionet .right__wrap .list__box .img__box:hover{
  background-color: #7fe3ff;
}
.canon .right__wrap .list__box .img__box:hover{
  background-color: #ffbbbd;
}
.synology .right__wrap .list__box .img__box:hover{
  background-color: #b1b1b1;
}
.right__wrap .list__box .img__box img{
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.right__wrap .list__box .txt__box {
  text-align: left;
  margin-top: 10px;
}
.right__wrap .list__box .txt__box .title__wrap {
  margin-bottom: 30px;
}
.right__wrap .list__box .txt__box .title__wrap .prdname {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.canon .midcate{
  padding: 20px 0 10px 0;
  color: #ffd7d9;
}
.canon .midcate:first-child{
  padding-top: 0;
}

/* 스마트폰 모바일(세로) */

@media only screen and (min-device-width : 375px) and (max-device-width : 479px) {
	.service__wrap {
		width: 100% !important;
	}
	.d-section .service__wrap{
		margin: 40px 0 100px 0 !important;
	}
	.d-section .section__title{
		font-size: 2rem;
	}
	.d-section .service__logo{
		width: 150px;
    padding: 20px 0;
	}
	.services__text{
		font-size: 1.6rem;
		padding: 0 0 40px 0;
	}
	.canon__section,
	.synology__section{
		margin: 0 !important;
		padding: 0 1rem !important;
	}
}

