.bg_portfolio {
	font-size: 62.5px;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
	background-image: url(../img/portfolio/bg_portfolio.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-portfolio {
	position: relative;
	top: 74px;
	padding-bottom: 182px;
}

.nav-portfolio {
	position: relative;
	top: -28px;
	z-index: 99;
	font-size: 4px;
	display: flex;
	justify-content: center;
}
.nav-portfolio ul li.is_active::before {
    content: "";
    position: absolute;
    margin-left: -4px;
    bottom: -4px;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #1f1f1f;
    transform: rotate(45deg);
}

.nav-portfolio ul {
	background-color: white;
	display: flex;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.nav-portfolio li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16.67px;
	line-height: 41.67px;
	font-weight: 500;
	width: 270px;
	height: 70px;
}

.nav-portfolio li:hover {
	cursor: pointer;
}

.main-portfolio main {
	display: inline-block;
	flex-direction: column;
	align-items: center;
}

.wrapper-portfolio {
	margin-top: 278px;
	display: flex;
}

.wrapper-portfolio.sec {
	margin-top: 258px;
}

.wrapper-portfolio.thr {
	margin-top: 310px;
}

.wrapper-portfolio.four {
	margin-top: 368px;
}

.wrapper-portfolio.five {
	margin-top: 360px;
}

.wrapper-portfolio.five .txt_portfolio.left {
	padding-top: 99px;
	padding-right: 80px;
}

.txt_portfolio {
	padding-top: 122px;
}

.txt_portfolio.left {
	padding-right: 56px;
}

.txt_portfolio.right {
	padding-left: 130px;
}

.artist_name {
	font-size: 12.5px !important;
	line-height: 29.17px;
}

.wrapper-portfolio .desc {
	font-size: 20.83px;
	line-height: 29.17px;
	color: #3b3b3b;
	font-weight: 300;
	margin: 72px 0 152px;
}

.wrapper-portfolio div {
	display: flex;
	flex-direction: column;
}

.wrapper-portfolio div p {
	font-size: 7px;
}

.wrapper-portfolio div p span {
	font-size: 10px;
	font-weight: bold;
}

.main-portfolio section {
	display: flex;
	justify-content: center;
}

.main-portfolio section button {
	margin-top: 284px;
	font-size: 15px;
	width: 16rem;
	height: 3rem;
	border: 1px solid black;
	transition: 0.3s;
}
.main-portfolio section button:hover{
	background: #000;
	transition: 0.3s ease;
}

/* illust */
.wrapper-portfolio.illust {
	margin-top: 322px;
}

.illust .txt_portfolio {
	padding-top: 100px;
}

.illust .left {
	padding-right: 224px;
}

.illust .left .desc {
	margin: 70px 0 150px;
}

.wrapper-portfolio.illust_sec {
	margin-top: 334px;
}

.illust_sec .txt_portfolio {
	padding-top: 223px;
}

.illust_sec .left {
	padding-left: 112px;
}

.wrapper-portfolio.illust_thr {
	margin-top: 231px;
}

.illust_thr .left {
	padding-right: 16px;
}

.illust_thr .txt_portfolio {
	padding-top: 165px;
}

.illust_thr .desc {
	margin: 70px 0 150px;
}

.wrapper-portfolio.illust_four {
	margin-top: 312px;
}

.illust_four .left {
	padding-left: 132px;
}

.illust_four .txt_portfolio {
	padding-top: 157px;
}

.illust_four .desc {
	margin: 70px 0 150px;
}

/* webtoon */
.wrapper-portfolio .webtoon {
	margin-top: 322px;
}

.webtoon .left {
	padding-right: 66px;
}

.webtoon_sec {
	margin-top: 332px;
}

.webtoon_sec .right {
	padding-left: 130px;
}

.webtoon_thr {
	margin-top: 362px;
}

.webtoon_thr .left {
	padding-right: 130px;
}

/* meta */
.wrapper-portfolio .meta {
	margin-top: 238px;
}

.meta .left {
	padding-right: 124px;
}

.meta .img_title {
	width: 455px;
}

.meta .txt_portfolio {
	padding-top: 165px;
}

.meta .desc {
	margin: 70px 0 150px;
}

.wrapper-portfolio .meta_sec {
	margin-top: 333px;
}

.meta_sec .right {
	padding-left: 122px;
}

.meta_sec .img_title {
	width: 339px;
}

.meta_sec .txt_portfolio {
	padding-top: 68px;
}

.meta_sec .desc {
	margin: 70px 0 150px;
}

/* all layout */
.btn_portfolio_down {
	padding: 24px 80px;
	border: 1px solid #202020;
	border-radius: 35px;
}

#gameSection{
	background-image: url(../img/portfolio/bg_game.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#illustSection{
	background-image: url(../img/portfolio/bg_illust.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#webtoonSection{
	background-image: url(../img/portfolio/bg_webtoon.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#metaSection{
	background-image: url(../img/portfolio/bg_meta.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.webtoonPlay:hover{ 
	opacity: 0.8;
	transition: 0.3s ease;
}

@media screen and (max-width: 1200px) {

	.main-portfolio {
		padding: 52px 0 49px;
		top: 0;
	}
	.bg_portfolio {
		height: 226px;
		font-family: Pretendard;
		font-size: 22px;
		font-weight: 900;
		line-height: 1.11;
		color: #fff;
	}
	.nav-portfolio {
		top: 0;
	}
	.nav-portfolio ul {
		display: flex;
		width: 100%;
	}
	.nav-portfolio ul li {
		position: relative;
		width: auto;
		flex: 1;
		font-family: Pretendard;
		font-size: 8.5px;
		font-weight: 500;
		line-height: 1.71;
		height: 25px;
	}
	.nav-portfolio ul li.is_active:before {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -4px;
		bottom: -4px;
		transform: translateX(-50%);
		width: 8px;
		height: 8px;
		background-color: #1f1f1f;
		transform: rotate(45deg);
	}
	main {
		padding: 0 40px;
	}
	.wrapper-portfolio {
		margin-top: 57px;
		flex-direction: column-reverse;
	}
	.wrapper-portfolio:nth-of-type(2n) {
		flex-direction: column !important;
	}
	.wrapper-portfolio.illust {
		margin-top: 57px;
	}
	.wrapper-portfolio + .wrapper-portfolio {
		margin-top: 45px;
	}
	.txt_portfolio {
		position: relative;
		padding: 18px 0 0 !important;
	}
	.txt_portfolio .desc {
		font-family: Pretendard;
		font-size: 8.5px !important;
		line-height: 1.53 !important;
		color: #3b3b3b !important;
		margin: 20px 0 0 !important;
	}
	.txt_portfolio .artist_name {
		position: absolute;
		top: 10px;
		right: 0px;
		font-family: Pretendard;
		font-size: 4.5px;
		line-height: 2.22;
		color: #3a3a3a;
		transform: scale(0.7);
	}
	.col_pc_50 {
		width: 100%;
	}
	.main-portfolio section button {
		height: 26px;
		padding: 9px 27px;
		border-radius: 12.2px;
		border: solid 1px #202020;
		background-color: #fff;
		margin-top: 107px;
		width: auto;
	}
	.main-portfolio section button img {
		height: 7px;
	}


	#gameSection{
		background-image: url(../img/portfolio/bg_mobile_game.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#illustSection{
		background-image: url(../img/portfolio/bg_mobile_illust.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#webtoonSection{
		background-image: url(../img/portfolio/bg_mobile_webtoon.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#metaSection{
		background-image: url(../img/portfolio/bg_mobile_meta.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/*# sourceMappingURL=portfolio.css.map */
