/* page-main.css */
@import url("notosans-cjk-kr.css");
@import url("scoredream.css");
@import url("common.css");
@import url("animate.css");
@import url("effects.css");
@import url("../vendor/slick/slick.css");
@import url("../vendor/slick/slick-theme.css");
@import url("layout.css");
@import url("floating.css");
@import url("comps.css");
/*
	* MAIN
*/
.main-slide {
	height: 100%;
	min-height: 100vh;
	height: 100vh;
}

.main-slide-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.main-slide-img {
	z-index: 1;
	width: 100%;
	height: 100%;
/*	background: url('../img/main/bg-sc-main.png') 50% 50%/100% 100% no-repeat;*/
background: url('../img/main/bg-sc-main.jpg') 50% 50%/100% 100% no-repeat;
	background-size: cover;
}

/* 메인 슬라이드 텍스트 */
.main-carousel-up {
	z-index: 15;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.mc-up-title {
	position: relative;
	padding-bottom: 30px;
	font: 600 70px 'scd';
	color: #FFF;
	line-height: 1;
}

.mc-up-p1,
.mc-up-p2 {
	font: 400 22px 'noto';
	line-height: 1.4;
	color: #FFF;
}
/* 소개 */
.sc-info {
	padding-top: 70px;
}

.sc-info .img-area {
	float: left;
	width: calc(50% - 140px);
	margin-left: 140px;
	overflow: visible;
}

.sc-info .img {
	position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
	padding-bottom: 113%;
	background-image: url('../img/main/bg-sc-01-01.png');
}

.sc-info .txt,
.sc-comp .txt {
	float: right;
	width: 50%;
	padding-left: 70px;
	text-align: left;
}

.sc-info .txt {
	padding-top: 120px;
	padding-bottom: 75px;
}

.sc-info .txt .title {
	padding-bottom: 20px;
}

.sc-info .txt .title h3 {
	font: 600 70px 'scd';
	color: #4D4D4D;
	line-height: 1;
}

.sc-info .txt .desc p {
	font: 400 20px 'noto';
	color: #333;
	line-height: 1.4;
}

.sc-comp .img-area {
    float: left;
    width: 50%;
    overflow: visible;
}

.sc-comp .img {
	z-index: 20;
	position: absolute;
	top: 37px;
	left: 27px;
	width: 76%;
	padding-bottom: 43%;
	background-image: url('../img/main/bg-sc-01-02.png');
}

.sc-comp .txt {
	padding-top: 50px;
	padding-bottom: 90px;
}

.sc-comp .txt .title {
	padding-bottom: 25px;
}

.sc-comp .txt .title h3 {
	font: 500 22px 'noto';
	color: #333;
	line-height: 1;
}

.sc-comp .txt .desc {
	padding-bottom: 35px;
}

.sc-comp .txt .desc p {
	font: 400 16px 'noto';
	color: #333;
	line-height: 1.4;
}

.sc-comp .txt .link a {
	position: relative;
	padding-right: 70px;
	font: 500 16px 'noto';
	color: #2A2A2A;
	line-height: 1;
}

.sc-comp .txt .link a:before,
.main-board .mb-title .link a:before {
	content: '';
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	position: absolute;
	right: 8px;
	top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(0, 132, 255,.7);
    z-index: 2;
}

 @keyframes w1{
    to{  transform:scale(5, 5); opacity: .0;}
 }

.sc-comp .txt .link a:after,
.main-board .mb-title .link a:after {
	content: '';
	z-index: 5;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 44px;
	height: 32px;
	background: transparent url('../img/icons/ico-link-arrow-right-bl.png') 50% 50%/100% 100% no-repeat;
}
/* // 소개 */
/* 서비스 */
.sc-svc {
	padding-bottom: 47%;
	background: transparent url('../img/main/bg-sc-02-01.png') 50% 50%/100% 100% no-repeat;
}

.sc-svc-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sc-svc .partner {
	padding-left: 170px;
}

.sc-svc .partner .desc {
	float: left;
	text-align: center;
}

.sc-svc .partner .desc h4 {
	font: 400 20px 'noto';
	color: #333;
	line-height: 1;
}

.sc-svc .partner .desc h3 {
	padding: 12px 0 16px 0;
	font: 400 46px 'noto';
	color: #333;
	line-height: 1;
}

.sc-svc .partner .desc p {
	font: 400 16px 'noto';
	color: #333;
	line-height: 1;
}

.svc-area {
	padding-top: 75px;
}

.svc-list li {
	float: left;
	position: relative;
	width: 21.25%;
	padding: 80px 0 60px 0;
	margin: 0 2.5%;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 50px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 50px 5px rgba(0,0,0,0.1);
	text-align: center;
}

.svc-list li:first-child {
	margin-left: 0;
}

.svc-list li:last-child {
	margin-right: 0;
}

.svc-list li .title {
	position: relative;
	width: 100%;
}

.svc-list li .title:before {
	content: '';
	z-index: 10;
	position: absolute;
	left: 50%;
	top:-54px;
	-ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font: 600 70px 'scd';
    color: #F1F0F0;
    line-height: 1;
}
.svc-list li .title.t01:before {
	content: '01';
}
.svc-list li .title.t02:before {
	content: '02';
}
.svc-list li .title.t03:before {
	content: '03';
}
.svc-list li .title.t04:before {
	content: '04';
}
.svc-list li .title h4 {
	z-index: 20;
	position: relative;
	font: 500 22px 'noto';
	color: #333;
	line-height: 1.3;
	min-height: 55px;
}

.svc-list li .desc {
	padding-top: 20px;
}

.svc-list li .desc p {
	font: 400 16px 'noto';
	color: #333;
	line-height: 1.4;
}
/* // 서비스 */
/* 회계사 소개 */
.sc-worker {
	background-color: #F6F6F6;
}

.sc-worker .title {
	padding: 55px 0 60px 0;
	text-align: center;
}

.sc-worker .title h3 {
	padding-bottom: 14px;
	font: 400 46px 'noto';
	color: #333;
	line-height: 1;
}

.sc-worker .title p {
	font: 400 16px 'noto';
	color: #333;
	line-height: 1;
}

.sc-worker .title p > br {
	display: none;
}

.sc-worker .worker-area {
	padding-bottom: 100px;
}

.sc-worker .slick-list {
	overflow: visible;
}

.worker-list li:focus {
	outline: none;
}

.worker-list li .inner {
	padding: 0 15%;
}

.worker-list li .sub-inner {
	padding: 40px 5px 10px 40px;
	background-color: #FFF;
    -webkit-box-shadow: 0 0 50px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 50px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 50px 5px rgb(0 0 0 / 10%);
}

.worker-list li .img-area {
	float: left;
	width: 31%;
}

.worker-list li .img {
	padding-bottom: 100%;
	margin-bottom: 15px;
	border-radius: 500px;
	background-image: url('../img/dummy/user-profile.png');
}

.worker-list li .info {
	float: left;
	width: 69%;
	padding-left: 8%;
	text-align: left;
}

.worker-list li .info .name {
	padding-bottom: 12px;
}

.worker-list li .info .name h5 {
	font: 400 24px 'noto';
	color: #333;
	line-height: 1;
}

.worker-list li .info .name h5 em {
	padding-left: 5px;
	font: 400 16px 'noto';
}

.worker-list li .info .expert {
	padding-right: 30px;
	padding-bottom: 10px;
}

.worker-list li .info .expert p {
	font: 400 14px 'noto';
	color: #333;
	word-break: keep-all;
}

.worker-list li .info .contact {
	margin-bottom: 10px;
	text-align: left;
	background-color: transparent;
}

.worker-list li .info .contact th {
	position: relative;
	width: 100px;
	min-width: 100px;
	padding: 2px 0 2px 12px;
	font: 500 14px 'noto';
	color: #333;
	text-align: left;
}

.worker-list li .info .contact th:before {
	content: '\00B7';
    position: absolute;
    left: 0;
    top: 2px;
    font: inherit;
    color: inherit;
}

.worker-list li .info .contact td {
	font: 400 14px 'noto';
	color: #333;
}

/* 회계사 소개 네비 */
.worker-list .slick-dots {
	top: auto;
	bottom: -65px;
}

.worker-list .slick-dots li {
	margin: 0 7px;
}

.worker-list .slick-dots li.slick-active button {
	border-radius: 100px;
	background-color: #EAEAEA;
}

.worker-list .slick-dots li button {
	width: 24px;
	height: 24px;
}

.worker-list .slick-dots li button:before {
	top: 8px;
	left: 8px;
	background-color: #C2C2C2;
}

.worker-list .slick-dots li.slick-active button:before {
	background-color: #000;
}

.worker-list .slick-prev,
.worker-list .slick-next {
	width: 32px;
	height: 67px;
}

.worker-list .slick-prev {
	left: 23%;
	background: transparent url('../img/icons/ico-carsl-left-bl.png') 50% 50%/100% 100% no-repeat;
}

.worker-list .slick-next {
	right: 23%;
	background: transparent url('../img/icons/ico-carsl-right-bl.png') 50% 50%/100% 100% no-repeat;
}
/* // 회계사 소개 */
/* 메인 게시판 */
.main-board .mb-title {
	float: left;
	width: 270px;
	padding: 110px 0;
}

.main-board .mb-title .title h2 {
	margin-bottom: 25px;
	font: 200 40px 'noto';
	color: #333;
	line-height: 1.2;
}

.main-board .mb-title .title h2 > em {
	font: 400 40px 'noto';
	color: #333;
	line-height: 1.2;
}

.main-board .mb-title .link a {
	position: relative;
	padding-right: 70px;
	font: 500 16px 'noto';
	color: #333;
	line-height: 1;
}

.mb-list {
	float: left;
	position: relative;
	width: calc(100% - 270px);
	padding: 50px 0 0 160px;
}

.mb-list table {
	position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

.mb-list table tr {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

.mb-list table tr:nth-of-type(1) {
	border-top: 0;
}

.mb-list table th {
	width: 90%;
	padding: 23px 8px;
	font: 400 18px 'noto';
	color: #333;
	text-align: left;
	vertical-align: middle;
}

.mb-list table td {
	padding-right: 10px;
	font: 400 15px 'noto';
	color: #333;
	vertical-align: middle;
}

@media(max-width: 1023px) {
	/*
		* MAIN
	*/
	/* 메인 슬라이드 텍스트 */
	.main-carousel-up {
		padding: 0 15px;
		left: 50%;
		top: 50%;
		-ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 100%;
	}

	.mc-up-title {
		padding-bottom: 15px;
		font: 500 30px 'noto';
		line-height: 1.3;
	}

	.mc-up-p1,
	.mc-up-p2 {
		font: 400 16px 'noto';
		line-height: 1.4;
	}

	/* 메인 게시판 */
	.main-board {
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.main-board .mb-title {
		float: none;
		width: 100%;
		padding: 35px 0 0 15px;
	}

	.main-board .mb-title .title h2 {
		margin-bottom: 20px;
		font: 200 26px 'noto';
		line-height: 1.2;
	}

	.main-board .mb-title .title h2 > em {
		font: 500 26px 'noto';
		line-height: 1.2;
	}

	.main-board .mb-title .title h2 > br {
		display: none;
	}

	.main-board .mb-title .link a {
		padding-right: 55px;
		font: 500 15px 'noto';
		line-height: 1;
	}

	.mb-list {
		float: none;
		width: 100%;
		padding: 20px 15px;
	}

	.mb-list table tr:nth-of-type(1) {
		border-top: 1px solid #BEBEBE;
	}

	.mb-list table th {
		width: 85%;
		padding: 12px 5px;
		font: 400 16px 'noto';
	}

	.mb-list table td {
		padding: 0 5px;
		font: 400 14px 'noto';
	}
}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1023px) {

	.main-carousel-up {
		padding: 0 80px;
	}

	.mc-up-title {
		font: 500 40px 'noto';
	}

	.mc-up-p1, 
	.mc-up-p2 {
	    font: 400 18px 'noto';
	    line-height: 1.4;
	}

	/* 소개 */
	.sc-info {
		padding-top: 40px;
	}

	.sc-info .img-area {
		width: 35%;
		margin-left: 15%;
	}

	.sc-info .txt,
	.sc-comp .txt {
		padding-left: 5%;
	}

	.sc-info .txt {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.sc-info .txt .title {
		padding-bottom: 16px;
	}

	.sc-info .txt .title h3 {
		font: 600 40px 'scd';
		line-height: 1;
	}

	.sc-info .txt .desc p {
		font: 400 16px 'noto';
		line-height: 1.4;
	}

	.sc-comp .img {
		top: 30px;
		left: 30px;
	}

	.sc-comp .txt {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sc-comp .txt .title {
		padding-bottom: 20px;
	}

	.sc-comp .txt .title h3 {
		font: 500 18px 'noto';
		line-height: 1;
	}

	.sc-comp .txt .desc {
		padding: 0 15px 30px 0;
	}

	.sc-comp .txt .desc p {
		font: 400 15px 'noto';
		line-height: 1.4;
	}

	.sc-comp .txt .desc p > br {
		display: none;
	}

	.sc-comp .txt .link a {
		padding-right: 55px;
		font: 500 15px 'noto';
	}

	.sc-comp .txt .link a:before,
	.main-board .mb-title .link a:before {
		display: none;
	}

	.sc-comp .txt .link a:after,
	.main-board .mb-title .link a:after {
	    width: 36px;
	    height: 26px;
	}
	/* // 소개 */
	/* 서비스 */
	.sc-svc {
		padding-bottom: 47%;
		background: transparent url('../img/main/bg-sc-02-01.png') 50% 50%/100% 100% no-repeat;
	}

	.sc-svc-wrap {
		position: relative;
		left: 0;
		top: 0;
		-ms-transform: translate(0%, 0%);
	     -webkit-transform: translate(0%, 0%);
	    -moz-transform: translate(0%, 0%);
	    -o-transform: translate(0%, 0%);
	    transform: translate(0%, 0%);
	}

	.sc-svc .partner {
		position: absolute;
		left:10%;
		top: 30px;
		width: auto;
		padding-left: 0;
	}

	.sc-svc .partner .desc h4 {
		font: 400 16px 'noto';
		line-height: 1;
	}

	.sc-svc .partner .desc h3 {
		padding: 10px 0 14px 0;
		font: 400 30px 'noto';
		line-height: 1;
	}

	.sc-svc .partner .desc p {
		font: 400 14px 'noto';
		line-height: 1;
	}

	.svc-area {
		position: absolute;
		left: 0;
		top: 145px;
		padding: 0 15px;
	}

	.svc-list li {
		padding: 40px 5px 30px 5px;
	}

	.svc-list li .title:before {
		top: -40px;
	    font: 600 44px 'scd';
	}
	.svc-list li .title h4 {
	    font: 500 18px 'noto';
	    line-height: 1.3;
	    min-height: 46px;
	}

	.svc-list li .desc {
		padding-top: 15px;
	}

	.svc-list li .desc p {
		font: 400 12px 'noto';
	    line-height: 1.4;
	}
	/* // 서비스 */
	/* 회계사 소개 */
	.sc-worker .title {
		padding: 40px 0;
	}

	.sc-worker .title h3 {
		padding-bottom: 12px;
		font: 400 32px 'noto';
		line-height: 1;
	}

	.sc-worker .title p {
		font: 400 15px 'noto';
		line-height: 1;
	}

	.sc-worker .title p > br {
		display: none;
	}

	.sc-worker .worker-area {
		padding-bottom: 80px;
	}

	.worker-list li .inner {
		padding: 0 8%;
	}

	.worker-list li .sub-inner {
		padding: 30px 5px 10px 30px;
	}

	.worker-list li .info .name h5 {
		font: 400 22px 'noto';
		line-height: 1;
	}

	.worker-list li .info .name h5 em {
		font: 400 15px 'noto';
	}

	.worker-list li .info .expert p {
		font: 400 13px 'noto';
	}

	.worker-list li .info .contact {
		background-color: transparent;
	}

	.worker-list li .info .contact th {
		width: 90px;
		min-width: 90px;
		font: 500 13px 'noto';
	}

	.worker-list li .info .contact td {
		font: 400 13px 'noto';
	}

	/* 회계사 소개 네비 */
	.worker-list .slick-dots {
		top: auto;
		bottom: -52px;
	}

	.worker-list .slick-prev {
		left: 8%;
	}

	.worker-list .slick-next {
		right: 8%;
	}
	/* // 회계사 소개 */
}

/* 모바일 */
@media(max-width: 767px) {

	.main-slide-img {
		background: url('../img/main/bg-sc-main-m.png') 50% 50%/100% 100% no-repeat;
		background-size: cover;
	}

	/* 소개 */
	.sc-info {
		padding: 15px;
	}

	.sc-info .img-area {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.sc-info .img {
		position: relative;
		padding-bottom: 100%;
		background-position: 50% 0%;
	}

	.sc-info .txt,
	.sc-comp .txt {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: left;
	}

	.sc-info .txt {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.sc-info .txt .title {
		padding-bottom: 15px;
	}

	.sc-info .txt .title h3 {
		font: 600 40px 'scd';
		line-height: 1;
	}

	.sc-info .txt .desc p {
		font: 400 16px 'noto';
		line-height: 1.4;
	}

	.sc-comp .img-area {
	    float: none;
	    width: 100%;
	    padding:0 15px;
	}

	.sc-comp .img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 15px auto;
		padding-bottom: 56%;
	}

	.sc-comp .txt {
		padding: 10px 15px 40px 15px;
	}

	.sc-comp .txt .title {
		padding-bottom: 15px;
	}

	.sc-comp .txt .title h3 {
		font: 500 18px 'noto';
		line-height: 1;
	}

	.sc-comp .txt .desc {
		padding-bottom: 20px;
	}

	.sc-comp .txt .desc p {
		font: 400 15px 'noto';
		line-height: 1.4;
	}

	.sc-comp .txt .desc p > br {
		display: none;
	}

	.sc-comp .txt .link a {
		padding-right: 55px;
		font: 500 15px 'noto';
		line-height: 1;
	}

	.sc-comp .txt .link a:before,
	.main-board .mb-title .link a:before {
		display: none;
	}

	.sc-comp .txt .link a:after,
	.main-board .mb-title .link a:after {
		width: 36px;
		height: 26px;
	}
	/* // 소개 */
	/* 서비스 */
	.sc-svc {
		margin-top: 180px;
		padding-bottom: 550px;
		background: transparent url('../img/main/bg-sc-02-01-m.png') 50% 50%/100% 100% no-repeat;
		background-size: cover;
	}

	.sc-svc-wrap {
		position: relative;
		left: 0;
	    top: 0;
	    -ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
    	transform: translate(0, 0);
	}

	.sc-svc .partner {
		position: absolute;
	    left: 0;
	    top: -135px;
		padding-left: 0;
	}

	.sc-svc .partner .desc {
		float: none;
		width: 100%;
	}

	.sc-svc .partner .desc h4 {
		font: 400 18px 'noto';
		line-height: 1;
	}

	.sc-svc .partner .desc h3 {
	    padding: 8px 0 12px 0;
	    font: 400 36px 'noto';
	    line-height: 1;
	}

	.sc-svc .partner .desc p {
		font: 400 15px 'noto';
		line-height: 1;
	}

	.svc-area {
		position: absolute;
		left: 50%;
		top: 48px;
		-ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 15px 0 15px;
		max-width: 550px;
	}

	.svc-list li {
		float: left;
		position: relative;
		width: calc(50% - 10px);
		padding: 50px 0 40px 0;
		margin: 20px 10px;
		height: 190px;
	}

	.svc-list li:nth-of-type(2n-1) {
		margin-left: 0;
	}

	.svc-list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.svc-list li .title:before {
		top: -40px;
	    font: 600 44px 'scd';
	}
	.svc-list li .title h4 {
		font: 500 18px 'noto';
		line-height: 1.3;
		min-height: 46px;
	}

	.svc-list li .desc {
		padding-top: 15px;
	}

	.svc-list li .desc p {
		font: 400 14px 'noto';
		line-height: 1.4;
	}
	/* // 서비스 */
	/* 회계사 소개 */
	.sc-worker .title {
		padding: 40px 15px;
	}

	.sc-worker .title h3 {
		padding-bottom: 12px;
		font: 400 30px 'noto';
		line-height: 1;
	}

	.sc-worker .title p {
		font: 400 15px 'noto';
		line-height: 1.4;
	}

	.sc-worker .title p > br {
		display: block;
	}

	.sc-worker .worker-area {
		padding-bottom: 80px;
	}

	.worker-list li .inner {
		padding: 0 9%;
	}

	.worker-list li .sub-inner {
		padding: 20px 15px;
	}

	.worker-list li .img-area {
		float: none;
		width: 100%;
	}

	.worker-list li .img {
		width: 80%;
		padding-bottom: 80%;
		margin: 0 auto 20px auto;
	}

	.worker-list li .info {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: left;
	}

	.worker-list li .info .name h5 {
		font: 400 18px 'noto';
		line-height: 1;
	}

	.worker-list li .info .name h5 em {
		padding-left: 5px;
		font: 400 14px 'noto';
	}

	.worker-list li .info .expert {
		padding-right: 0;
	}

	.worker-list li .info .expert p {
		font: 400 13px 'noto';
	}

	.worker-list li .info .contact {
		margin-bottom: 0;
		background-color: transparent;
		text-align: left;
	}

	.worker-list li .info .contact th {
		width: 75px;
		min-width: 75px;
		padding: 2px 0 2px 10px;
		font: 500 11px 'noto';
	}

	.worker-list li .info .contact td {
		font: 400 10px 'noto';
	}

	/* 회계사 소개 네비 */
	.worker-list .slick-dots {
		bottom: -50px;
	}

	.worker-list .slick-prev,
	.worker-list .slick-next {
		width: 20px;
		height: 42px;
	}

	.worker-list .slick-prev {
		left: 9%;
	}

	.worker-list .slick-next {
		right: 9%;
	}
}

/* PC 구간 */
@media(min-width: 1023px){

	header .header-nav-link:after {
		background-color: #FFF;
		transition: all .25s ease-in-out;
	}

	header .header-nav-link:after {
		background-color: #333;
	}

	/* 메뉴 호버 */
	header .nav-area .list-item:hover .header-nav-link {
        /*color: #0084FF;*/
    } 

    header .nav-area .list-item:hover .header-nav-link:after {
        opacity: 1;
        visibility: visible;
        background-color: #FFF;
        width: 100%;
    }

	/* 메뉴 호버 fixed */
	header.fixed .nav-area .list-item:hover .header-nav-link:after {
		opacity: 1;
        visibility: visible;
        background-color: #333;
        width: 100%;
	}

	/* 자세히 보기 wave */
	.sc-comp .txt .link a:hover:before,
	.main-board .mb-title .link a:hover:before {
		opacity: 1;
		visibility: visible;
		animation: 2s w1 infinite;
	}
}


/* PC 최소구간 설정 */
@media (min-width: 1024px) and (max-width: 1200px) {
	.worker-list li .inner {
	    padding: 0 10%;
	}

	.worker-list .slick-next {
		right: 15%;
	}

	.worker-list .slick-prev {
		left: 15%;
	}

}