
.container {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.container .contents{
	width: 100%;
	min-width: 1320px;
	margin: 0 auto;
	padding: 0 0 300px 0;
}
.container .contents .visual__top_wrap {
	position: relative;
}
.container .contents .visual__top_wrap .visual_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	z-index: 5;
}
button{
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}

button > span{
	position: relative;
	font-family: Pretendard;
}

.container .contents .header__visual {
	width: 100%;
	height: 512px;
	background-color: #efefef;
	background-size: cover;
	background-position: center;
}

.contents .contents__top_wrap, .contents .contents__btm_wrap {
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	display: block;
	text-align: center;
}
.contents .contents__top_wrap{
	padding: 60px 0 20px 0;
}
.contents .contents__btm_wrap {
	padding: 0 0 20px 0;
}
.cont__wide{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}
.top__wrap{
	text-align: left;
}
.title__wrap{
	position: relative;
}
.title__wrap .title00 {
	font-weight: 900;
	font-size: 30px;
}
.title__wrap .title01 {
	font-weight: 700;
	font-size: 60px;
}
.title__wrap .title00 + .title01 {
	margin-top: 70px;
	line-height: 1.13;
}

.contents__btm_wrap .cont__title{
	padding: 20px 0;
	display: block;
	font-size: 1.5rem;
	letter-spacing: -1px;
}
.contents__btm_wrap .cont__title span{
	display: inline-block;
}
.contents__btm_wrap .cont__title span:after { 
	content: ''; 
	display: block; 
	width: 100%; 
	height: 3px; 
	position: relative; 
	background: #333;
}
.subtitle__wrap{
	display: inline-block;
	width: 100%;
}
.subtitle__wrap .title{
    font-size: 1.8rem;
	  font-weight: 300; 
		display: inline-block;
		padding: 0 0 10px 0;
}
.subtitle__wrap .txt{
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.4;
}
.subtitle__wrap .title__img img{
	float: right;
	position: relative;
	bottom: 165px;
}


.title__wrap .subtext01{
	font-weight: 400;
	margin-top: 50px;
	font-size: 18px;
	color: #333;
	line-height: 1.44;
}
.title_wrap p {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

.contents__top_wrap .title__wrap strong {
	display: block;
}
.sonome__part{
	background-color: #d2e8fd;
}
.sonome__part .aos__wrap{
	padding: 50px 0 50px 0;
}
.category__part .aos__wrap{
	padding: 100px 0 0 0;
}
.aos__wrap{
	min-width: 1080px;
	margin: 0 auto;
	display: inline-block;
	padding: 100px 0 0 0;
}
.top__wrap{
	text-align: left;
}
.contents .top__wrap{
	margin-bottom: -100px;
}
.bionet__contents .title__wrap{
	padding: 0 0 40px 0;
}
.sonome__home{
	text-align: right;
	cursor: pointer;
}
.sonome__home img{
	width: 10px;
}
.sonome__button{
	color: #fff;
	background: none;
	pointer-events: auto;
	cursor: pointer;
	border: none;
	padding: 0.8rem 1.5rem;
	margin: 0;
	position: relative;
	display: inline-block;
}
.sonome__button span{
	font-size: 1.3rem;
	display: block;
	color: #000;
	transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}
.sonome__button::before, .sonome__button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sonome__button::before {
	content: '';
	background: #a2cef7 !important;
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	transition: clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}
.sonome__button:hover::before {
	background: #a2cef7;
	-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.sonome__button:hover span {
	transform: translate3d(-10px,0,0);
}

.category__part .left__wrap{
	padding-left: 40px;
}
.category__part .en__title{
	padding: 20px 0;
	font-size: 2.2rem;
	letter-spacing: -1px;
}
.category__part .kr__title{
	font-weight: 300;
	font-size: 2rem;
}
.animal__health .cate__img .img__wrap{
	width: 372px;
	float: left;
}
.animal__health .cate__img .img__wrap span{
	font-size: 1.3rem;
	font-weight: 400;
}




/* 오시는길 css */
.container .cont__wide{
	width: 100%;
}
.container .cont__wrap{
	/* max-width: 1320px; */
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}
.map{
	margin: 20px 10px;
}
.iw_inner{
	padding: 15px 10px;
  text-align: center;
  position: relative;
  display: block;
}
.map__cont{
	display: inline;
	float: left;
}
.location__info{
	text-align: center;
}
.location__info .info__wrap{
	width: 100%;
}
.info__cont{
	padding: 20px;
	width: 100%;
	height: 150px;
	display: inline-block;
}
.info__cont p{
	padding: 0 0 10px 0;
}
.left{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.right{
	width: 50%;
	float: right;
	box-sizing: border-box;
}
.info__wrap .title__wrap{
	width: 100%;
	text-align: left;
	float: left;
}
.location__info .bx{
	font-size: 30px;
	display: block !important;
}
.location__info .info__icon{
	display: inline;
	float: left;
}
.location__info .info__title{
	text-align: left;
	font-size: var(--title-font-size);
	font-weight: 500;
	width: 100%;
	position: relative;
	display: block;
}
.location__info .info__text{
	font-size: var(--content-font-size);
	font-weight: 300;
	float: left;
	display: block;
	text-align: left;
}



/* ============  works.php ============ */
.box_tab_menu{
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
.sm_select{
	position: relative;
	width: 100%;
	max-width: 300px;
}
.box_tab_menu._4depth .tab_menu {
	border: 1px solid #ddd;
}
.box_tab_menu._4depth ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
}
.box_tab_menu .tab_menu {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	white-space: nowrap;
}
.box_tab_menu._4depth .tab.on {
	background-color: #0072ce;
}
.box_tab_menu._4depth .tab {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	background-color: #fff;
}
.box_tab_menu._4depth .tab.on button, .box_tab_menu._4depth .tab.on a {
	color: #fff;
	font-weight: 700;
}
.box_tab_menu._4depth .tab button, .box_tab_menu._4depth .tab a {
	display: block;
	width: 100%;
	padding: 14px 0;
	border-left: 1px solid #cbcbcb;
	text-align: center;
	color: #666;
}
.box_tab_menu .current{
	background-color: #0072ce !important;
}
.box_tab_menu .current a{
	color: #fff !important;
}

.sm_select {display: none;}
.sm_select select {
	width:100%;
	height: 40px;
}

/* 데스크탑에서 사용될 스타일을 먼저 작성합니다. */

@media screen and (max-width: 768px) {
	.container .contents{
		max-width: 400px !important;
	}
	.container .contents .header__visual{
		height: 159px !important;
	}
	/* .sm_select {
		display: block;
	}

	.box_tab_menu {
		display: none;
	} */

 }	

/*  ========== works.php blog type =========== */

.column__box{
	padding-top: 50px;
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 50px;
}
.card__item .col__item {
	overflow: visible;
	margin-bottom: 60px;
	float: left;
	border-radius: 2px;
}

.card__item a{
	width: 33.3%;
	padding: 0 30px;
}
/* 
.card__item .col__item:nth-child(3n + 1) {
	margin-left: 0px;
}
.card__item .col__item:nth-child(3n + 3) {
	margin-right: 0px;
} */

@media screen and (min-width: 768px){
	.card__item .col__item {
		margin-bottom: 60px;
	}

	.card__item .img__box {
		width: 100%;
		height: 230px;
	}

	.card__item .img__box img {
		width: 100%;
		height: 100%;
	}
	.card__item .txt__box {
    padding: 25px 30px;
}
}

.colum__box .card__item {
	justify-content: flex-start;
}
/* .card__item .col__item:nth-child(3n + 1) {
	padding-left: 0;
} */

.card__item .img__box {
	width: 100%;
	height: 230px;
	max-height: 230px;
}
.card__item .img__box img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
}
.card__item .txt__box {
	margin: 0;
	padding: 30px 30px 36px;
	background: #fff;
	text-align: left;
	box-shadow: 0 1px 1px rgba(0,0,0,0.08);
}
.card__item .txt__box .txt_title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card__item .title__wrap {
	height: 100px;
	overflow: hidden;
}
.card__item .title__wrap span{
	font-weight: 300;
	color: #444;
}
.card__item .title__wrap h4 {
	padding: 3px 0 8px 0;
	font-weight: 800;
	font-size: 20px;
	color: #333;
}
.card__item .title__wrap h5 {
	margin-top: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #777;
}

.txt__subtitle{
	text-decoration: none !important;
	color: #333;
}

.card__item .info__box {
	margin-top: 30px;
	font-weight: 300;
}

.bionet_wwd{
	margin: 10px 0 100px 0;
}
.card__wrap{
  display: inline-block;
}
.what_we_do .txt__box{
	font-weight: 400;
	text-align: center;
	padding: 25px 0;
	font-size: 1rem;
}
.what_we_do{
	float: left;
	margin: 0 28px 0 0;
	box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
	position: relative;
	text-align: center;
}
.what_we_do:last-child{
	margin-right: 0;
}

.sonome__part .left__wrap{
	text-align: left;
	display: inline-block;
}
.sonome__part .left__wrap .top__title{
	padding: 10px 0 50px 0;
	font-weight: 400;
	font-size: 2rem;
}
.sonome__part .title__wrap .sonome__title{
	font-size: 2.5rem;
	font-weight: 900;
	padding: 0 0 10px 0;
}
.sonome__part .title__wrap .sonome__title .blue{
	color: #1b60d4;
}
.sonome__part .title__wrap .sonome__subtitle {
	font-weight: 300;
	font-size: 1.2rem;
	margin-bottom: 77px;
}
.sonome__part .sonome__txt ul {
	list-style: disc !important;
	list-style-position: inside !important;
}
.sonome__part .sonome__txt ul li {
	font-weight: 300;
	position: relative;
	font-size: 1.15rem;
	padding: 0 0 5px 20px;
}
.sonome__part .sonome__txt ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333;
}
.sonome__button .bx{
	width: 23px;
	height: 23px;
	vertical-align: bottom;
}


/* ===  synology === */
.circle{
	background: #e7eff9;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 4px solid #555f70;
	opacity: 0.8;
	position: absolute;
	cursor: pointer;
}
.circle:hover{
	background: #c8d7ef;
	border: 4px solid #93b4e1;
}
.circle__txt {
	width: 100%;
	display: block;
}
.circle__top{
	color: #777;
	font-size: 1.7rem;
}
.circle__bottom{
	font-size: 2.5rem;
	font-weight: 900;
}

.synology__contents .aos__wrap .cont__title strong{
	font-weight: 900 ;
}
.synology__contents .aos__wrap .cont__title span{
	font-size: 2rem;
}
.synology__contents .cont__wide .pentagon__img img, .consulting__wrap{
	padding: 10px 0 100px 0;
}

.circle__content{
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  margin: auto;
  left: 50%;
}


/* check__content */
.check__wrap{
	background: #e4e9f3;
}
.check__wrap .aos__wrap{
	padding: 50px 0 50px 0;
}
.check__wrap .aos__wrap .check__title span{
	font-size: 2.5rem;
	font-weight: 900;
	padding: 0 0 0 100px;
}
.check__wrap .right__wrap ul li{
	text-align: left;
	display: block;
	font-weight: 500;
	padding: 10px;
	font-size: 1.2rem;
}
/* check img */

.consulting__wrap .aos__wrap{
	display: block;
}
.check__wrap .right__wrap ul li .bx{
  margin-right: 10px;
}
.consulting__wrap .title__wrap .bx{
	font-size: 3rem;
	position: absolute;
}
.consulting__wrap .title__wrap .bxs-quote-left{
	left: 20%;
}
.consulting__wrap .title__wrap .bxs-quote-right{
	right: 20%;
}
.consulting__wrap .title__wrap .title__span{
	font-size: 1.6rem;
	line-height: 1.6;
}
.consulting__wrap .aos__wrap .top__obj{
	background: #d7e3fa;
	width: 300px;
	height: 300px;
	border: 8px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 0 5px rgb(117 164 255);
	margin: 0 auto;
	font-size: 2.3rem;
	position: relative;
}
.consulting__wrap .aos__wrap .top__obj p{
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  margin: auto;
  left: 50%;
	width: 70%;
}

.consulting__wrap .aos__wrap .top__obj:before{
	background-color: #fff;
	border: 1px solid #d7e3fa;
}

/* request a quote wrap */
.quote__wrap {
	background: url("../img/contents/synology/request__Back.png"); 
	background-size: auto 100%;
	box-sizing: border-box;
	height: 487px;
	display:block; 
	width:100%; 
	z-index:0;
	position: relative;
}
.quote__wrap .quote__cont {
	text-align: left;
}
.quote__wrap .quote__text{
	color: #fff;
	font-size: 2.4rem;
	position: absolute;
	bottom: 100px;
}
.quotebtn__wrap{
	float: right;
	margin-right: 200px;
}
.quote__wrap .quote__cont button{
	position: absolute;
	bottom: 100px;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: -1.7px;
	border: 4px solid #6c9ae9;
	padding: 18px 48px;
	background-color: rgba( 255, 255, 255, 0.2 );
	border-radius: 4px;
	cursor:pointer;
}

.quote__wrap .quote__cont button:hover{
	background-color:#6c9ae9;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	padding: 18px 48px;
	text-decoration:none;
	/* text-shadow:0px 1px 0px #263666; */
}

/* synology -- qna__wrap */
.qna__wrap{
	margin-top: 40px;
}
.right__wrap .qna__list {
	display: block;
	white-space: normal;
}
.qna__wrap .left__wrap{
	width: 230px;
}
.qna__wrap .left__wrap .qna__title span{
	font-size: 1.5rem;
	color: #3c77dd;
}
.qna__wrap .right__wrap{
	flex: 1;
	padding-top: 0;
	float: left;
}
.qna__wrap .right__wrap ul li{
	display: block !important;
	white-space: normal;
}
.qna__wrap .left__wrap {
	white-space: nowrap;
	display: inline-block;
	float: left;
	margin: 0 40px 0 0;
}

.qna_toggle__list li {
	background-color: #f9f9f9;
}
.qna_toggle__list li.on {
	background: #fff;
}
.qna_toggle__list li.on {
	border: solid 1px #000000;
	background-color: #ffffff;
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.11);
}
.qna_toggle__list .qnabtn__more {
	font: inherit;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	width: 800px;
	height: 73px;
	padding: 0 35px;
	text-align: left;
}
.qna_toggle__list li.on .txt_q {
	color: #000;
}
.qna_toggle__list .txt_q {
	margin-right: 26px;
	font-weight: 700;
	font-size: 20px;
	color: #888;
}
.qna_toggle__list {
	font-size: 1.1rem;
}
.qna_toggle__list li.on .txt_title {
	font-weight: 700;
}
.qna_toggle__list .txt_title {
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	padding-right: 20px;
}
.qna_toggle__list .qnabtn__more .btn_arrow, .qna_toggle__list .qnabtn__more .btn_arrow {
	position: absolute;
	right: 35px;
	top: 32px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transition: all 0.3s ease;
}
.qna_toggle__list li.on .qnabtn__more .btn_arrow, .qna_toggle__list li.on .qnabtn__more .btn_arrow {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
}

.qna_toggle__list li.on .toggle__answer {
	min-height: 128px;
	padding: 15px 115px 36px 35px;
	background: #fff;
}
.qna_toggle__list li.on .toggle__answer  {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.qna_toggle__list li.on .txt_a {
	margin-right: 26px;
}
.qna_toggle__list li.on .txt_a {
	font-weight: 700;
	color: #0072ce;
}
.qna_toggle__list li.on .txt_content {
	line-height: 1.62;
	color: #666666;
	text-align: left;
	font-weight: 400;
}
.qna_toggle__list li .toggle__answer {
	display: none;
}
.qna_toggle__list li {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	box-sizing: border-box;
}
.qna_toggle__list li + li {
	margin-top: 15px;
}



/* ==========  network.php  ============== */
.network__contents .backup__wrap .cont__title{
	margin-bottom: 100px;
}
.network__contents .backup__wrap .cont__wide{
	margin: 0 0 0 0;
}
.network__contents .backup__wrap .backup__card{
	margin: 80px 0 100px 0;
}
.network__contents .backup__wrap .step__card{
	width: 350px;
	height: 250px;
	border-radius: 20px;
	border: 1px solid #0072ce;
	display: inline-block;
	margin-right: 5px;
}
.network__contents .backup__wrap .step__card:hover{
	background-color: #e0ecfd;
	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.2s;
}
.network__contents .backup__wrap .step__card:last-child{
	margin-right: 0;
}


.network__contents .backup__wrap .step__card .card__inner{
	text-align: left;
	margin: 30px 0 0 18px;
}
.network__contents .backup__wrap .step__card .step__number{
	margin: 0 0 20px 0;
}

@font-face {
	font-family: 'GmarketSansBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.network__contents .backup__wrap .step__card .step__title span{
	font-family: 'GmarketSansBold';
	font-size: 1.5rem;
}

.network__contents .backup__wrap .step__card .step__title .title__left{
	margin: 0 15px 0 0;
}
.network__contents .backup__wrap .step__card .step__title .title__right{
	margin: 0 0 0 15px;
}

.network__contents .backup__wrap .step__card .step__text{
	margin: 30px 0 0 0;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.4;
}







/* ===  bottom_area  === */
.btn_area, .bottom_area {
	position: relative;
}
.bottom_area {
	margin-top: 35px;
}
.bottom_area .pagination {
	margin-top: 0;
}
.pagination {
	margin-top: 50px;
	text-align: center;
	white-space: nowrap;
}
.pagination .btn_paging_prev {
	background-image: url('../icons/btn_page_prev.png');
}
.pagination .btn_paging_next {
	background-image: url('../icons/btn_page_next.png');
}
.pagination .btn_paging_last {
	background-image: url('../icons/btn_page_last.png');
}
.pagination .bx{
	font-size: 1.2rem;
	width: 26px;
	height: 26px;
	line-height: 1.3;
	vertical-align: middle;
}
.pagination a {
	width: 26px;
	height: 26px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
}
.pagination button, .pagination .page_num {
	display: inline-block;
	vertical-align: middle;
}
.pagination .page_num {
	margin: 0;
}
.pagination .page_num a, .pagination .page_num strong {
	margin: 0 2px !important;
	background-color: #fff;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #353535;
}
.pagination .page_num a:first-child{
	margin-left: 0;
}
.pagination .page_num strong {
	position: relative;
	color: #fff;
	border-color: #0072ce;
	background-color: #0072ce;
}
/* 

.tabs {
  position:relative;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
	max-width: 1160px;
}
.tabs .tab-header {
  background:#fff;
  padding:10px;
  display:flex;
}
.tabs .tab-header > div {
  position:relative;
  width: 25%;
  text-align:center;
  padding:10px;
  z-index:2;
  font-weight:600;
  color:#888;
  cursor:pointer;
  transition:all 300ms ease-in-out;
}
.tabs .tab-header > div.active {
  color: var(--first-color);
}
.tabs .tab-indicator {
  position:absolute;
  width:calc(16.6% - 3px);
  height:40px;
  background:#e0f2ff;
  top:12px;
	left:20px;
  border-radius:20px;
  transition:all 300ms ease-in-out;
}
.tabs .tab-body {
  position:relative;
  padding:20px;
  background:#fff;
  border-top:1px solid #ddd;
  height:calc(100% - 50px);
  overflow:hidden;
}
.tabs .tab-body > div {
  position:absolute;
  opacity:0;
  top:-100%;
  transform:translateY(-10px);
  transition:opacity 300ms ease-in-out,
            transform 300ms ease-in-out;
}
.tabs .tab-body > div.active {
  transform:translateY(0px);
  top:30px;
  opacity:1;
}
.tabs .tab-body h1 {
  color:#222;
  margin-bottom:10px;
}
.tabs .tab-body p {
  color:#555;
  font-size:15px;
} */