/* Importing Google Font - Montserrat */

.popup-wrap {
	max-width:1300px;
	width:100%;
}

.home-popup {
	position:fixed;
	/*transform:translate(-50%, -50%);*/
	margin-left:0 !important;
	margin-top:0 !important;
	background:none;
	box-shadow:none;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.align_center {
	display:flex;
	justify-content: center;
	gap:15px;
}

.card-list .card-item {
  height: auto;
  color: #fff;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow:hidden;
  background: rgba(255, 255, 255, 0.2);
}
.card-list  .card-item-margin {
	margin:0 !important;
}
.card-list .card-item a img {
	max-width:100%;
}

.card-list .card-item .user-name {
	display:none;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

.popup-btn-wrap {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:2rem;
	gap:1.5rem;
}

.popup-btn-wrap a {
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:13px;
	padding:0 3.5rem;
	background:rgba(0, 0, 0, 0.4);
	border:1px solid rgba(254, 254, 254, 0.8);
	font-weight:600;
	z-index:9999999999999999;
	text-decoration:none;
}

.popup-btn-wrap a:hover {
	background:#fff;
	color:#333;
	transition: all 0.3s;
}

.popup-btn-wrap a i {
	font-weight:600;
}

.popupListTit {
	position:relative;
	font-size:28px;
	line-height:45px;
	font-weight:800;
	color:#0098b7;
	margin-bottom:50px;
	padding:0 0 20px 0;
	border-bottom:3px solid #0098b7;
}
.popupListTit span {
	display:inline-block;
	font-size:14px;
	height:40px;
	line-height:40px;
	border:2px solid #0098b7;
	border-radius:50px;
	padding:0 25px;
	vertical-align:top;
	margin-left:10px;
}
.popupListTit a {
	display:block;
	color:#0098b7;
	position:absolute;
	top:2px;
	right:0;
	font-weight:800;
}
.MyOfficeRuleBtn_line {
	width:40%;
	line-height:22px;
	padding:15px 0;
	display:block;
	border:1px solid #0098b7;
	background:#fff;
	color:#0098b7;
	border-radius:50px;
	font-size:17px;
	font-weight:800;
	text-align:center;
	margin:30px auto 0 auto;
}
.MyOfficeRuleBtn_line:hover {
	background:#0098b7;
	color:#fff;
}

@media (max-width: 768px) {
  .card-list .card-item {
  	width:100% !important;
  	height:auto;
  }
  .card-list .card-item a img {
  	max-width:100%;
  }
  .slider-wrapper {
    width:auto;
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    color:#222;
    font-weight:800;
  }
}

/****************** 마이오피스 로그인 이용약관 ******************/
.loginRule {
	font-size:17px;
	line-height:26px;
	font-weight:600;
	text-align:center;
}
.loginRule p {
	font-size:31px;
	font-weight:800;
}
.loginRule p span {
	position:relative;
	color:#0098b7;
}
.loginRule p span:before {
	content:'';
	position:absolute;
	bottom:-3px;
	width:100%;
	height:3px;
	background:#0098b7;
}

@media screen and (max-width: 768px) {
	.align_center {
		justify-content: unset;
		gap:unset;
	  }
	.card-list  .card-item-margin {
		margin-right:25px !important;
	  }
	.loginRule {
		font-size:16px;
		line-height:24px;
		font-weight:600;
		text-align:center;
	}
	.loginRule p {
		font-size:24px;
		line-height:36px;
		font-weight:800;
	}
	.loginRule p span {
		position:relative;
		color:#0098b7;
	}
	.loginRule p span:before {
		content:'';
		position:absolute;
		bottom:-3px;
		width:100%;
		height:3px;
		background:#0098b7;
	}
	.popupListTit {
		position:relative;
		font-size:20px;
		line-height:25px;
		font-weight:800;
		color:#0098b7;
		margin-bottom:30px;
		padding:0 0 10px 0;
		border-bottom:3px solid #0098b7;
	}
	.popupListTit span {
		display:inline-block;
		font-size:14px;
		height:40px;
		line-height:40px;
		border:2px solid #0098b7;
		border-radius:50px;
		padding:0 25px;
		vertical-align:top;
		margin-left:10px;
	}
	.popupListTit a {
		display:block;
		color:#0098b7;
		position:absolute;
		top:2px;
		right:0;
		font-weight:800;
	}
	.MyOfficeRuleBtn_line {
		width:100%;
		font-size:16px;
		line-height:20px;
		padding:15px 0;
	}
}
/****************** 마이오피스 로그인 이용약관 ******************/