
#topCon{
	position: relative;
	top: 0px;
	z-index: 10;
	width: 100%;
}

.mainVisual{
	position: relative;
	max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#leftMenu{
    display: flex;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    max-width: 100%;
}

/* .pfon {
  transition-timing-function: ease-in;
  transition: 0.4s;
  opacity:0;
} */

.pfOn{
  display: inline-block;
  height: 325px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 20px;
  background-color: #ee3a42;
  /* background-image: url('/resource/image/nextt_img/Untitled-1.png'); */
  transition-timing-function: ease-in;
  transition: 0.4s;
  /* opacity:0; */
}

.load {
  display: inline-block;
  transition-timing-function: ease-out;
  opacity: 1;
}


.pfOn span{
  float: right;
  position: relative;
  top: -20px;
  font-size: 18px;
  color: #000000;
}

#category0, #category1, #category2  {
	display: block;
    width: 100%;
	text-align:center;
}

#category0 br{
	display:none;
}
#category1 br{
	display:none;
}
#category2 br{
	display:none;
}
.category br{
	display:none;
}

.pfOff span{
	position: relative;
	float: right;
	font-size: 18px;
	color: #000000;
}

.pfOff{
	width:100%;
	display: block;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f4f4f4;
	font-size: 20px;
	font-family: 'Gmarket Sans';
	letter-spacing:-1px;
	padding-top: 26px;
	color: #999;
	/* transition: all 0.2s ease-in 0.1s; */
}


.pfOnclicked{
	display: block;
	height: 70px;
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #222222;
}

.catezone {
	width:100%;
	position:relative;
	text-align:center;
	cursor: pointer;
}

.catezone span{
	color:#fff;
}

.porType{
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}

.porType h1{
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	line-height:inherit;
	margin-bottom:0px;
	text-decoration:none!important;
}

#portfolio1, #portfolio2 {
  display: none;
}

.porList{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}

.porNameOn{
	display: inline-block;
	color: #000000;
	opacity: 1 !important;
	cursor: pointer;
}

.porNameOn span{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 5px;
	top: 8px;
	background-color: white;
}

.porName{
	display: inline-block;
	color: #000000;
	opacity: .5;
	cursor: pointer;
}

.porName:hover{
	/* color: #000000; */
	opacity: 1;
	text-decoration: underline;
}

.btnMore{
	display: inline-block;
	width: 70px;
	height: 30px;
	padding-top: 7.5px;
	font-size: 12px;
	text-align: center;
	color: white;
	border: 1px solid white;
	transition: 0.5s;
	cursor: pointer;
}

.btnMore:hover{
	font-weight: bolder;
	color: #ee3a42;
	background-color: white;
}

.rightCon{
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height:auto;
	margin-top: 14px;
}

.porTextBox{
    display: block;
    z-index: 10;
    display: block;
    position: absolute;
	left: 3%;
    top: 7%;
}

#porTitle{
	letter-spacing: 3px;
    display: inline-block;
    position: relative;
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 7px;
    font-family: 'Gmarket Sans';
    z-index: 10;
}
#porTitle:before{
	top: 76px;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
}

.ppcol{
	color:#fff!important;
}

#porDescription {
	/* display:none!important; */
	
	top: 34px;
	font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    z-index: 10;
    letter-spacing: 2px;
}

.porButton{
	display:none!important;
	
	bottom: 20px;
    right: 20px;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.porButton a{
	cursor:pointer;
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}

.porBoxOn{
	display: inline-block;
	width: 50px;
    height: 5px;
	background-color: #222;
}

.porBoxOff{
	display: inline-block;
	width: 50px;
    height: 5px;
	background-color: rgba(0,0,0,.4);
	opacity: .5;
	border: 0;
    outline: 0;
}

.porBoxOn,.porBoxOff:hover{
	background-color: #222;
	opacity: 1;
}

#pc_porImg{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}

#pc_porImg img{
	width:100%;
}

#mo_porImg{
	display:none;
}

@media (max-width: 1420px) {
	.porButton {
		text-align: center;
		width: 100%;
		bottom: 12px;
		right: 0px;
		display: block;
		position: absolute;
		z-index: 1;
		left: 0px;
	}
}

@media (max-width: 991px) {
	.pfOff {
		height: 60px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 18px;
		padding-top: 22px;
	}
	.pfOnclicked {
		height: 60px;
		padding-top: 21px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.rightCon {
		margin-top: 90px;
	}
	.porTextBox {
		width:100%;
		display:block;
		left: 0%;
		top: -60px;
	}
	#porTitle{
		display:block;
		letter-spacing: 1px;
		font-size: 42px;
		color: #222;
		margin-bottom: 2px;
	}
	#porDescription{
		top: 19px;
		position: absolute;
		color: #222;
		right: 0px;
	}
	#porTitle:before{
		content: none!important;
	}
	.porButton {
		bottom: -18px;
	}
	
	.ppcol{
		color:#222!important;
	}
}

@media (max-width: 767px) {
	.m_nonebr{
		display:none;
	}
	.mainVisual {
		padding-left: 2.5%;
		padding-right: 2.5%;
		margin-top: 20px;
	}
	/* .m_padLR1{ */
		/* padding-left: 18px!important; */
		/* padding-right: 18px!important; */
	/* } */
	/* .m_padLR2{ */
		/* padding-left: 8px!important; */
		/* padding-right: 8px!important; */
	/* } */
	.rightCon {
		margin-top: 20px;
	}
	#category0 br{
		display:block!important;
	}
	#category1 br{
		display:block!important;
	}
	#category2 br{
		display:block!important;
	}
	.category br{
		display:block!important;
	}
	.category h1 br{
		display:block!important;
	}
	.pfOff {
		display: flex;
		height: 50px;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 13px;
		padding-top: 2px;
		line-height: 18px;
		align-items: center;
	}
	.porType h1 {
		font-size: 13px;
		line-height: inherit;
	}
	.porType {
		font-size: 13px;
	}
	#mo_porImg{
		display: block;
		position: relative;
		left: 0px;
		top: 0px;
		width:100%;
		height:100%;
	}

	#mo_porImg img{
		width:100%;
	}

	#pc_porImg{
		display:none;
	}
	
	
	.porTextBox {
		position: relative;
		left: 0%;
		top: inherit;
		margin-bottom: 10px;
	}
	#porTitle {
		font-size: 26px;
	}
	#porDescription {
		top: 7px;
		font-size: 13px;
		line-height: 20px;
	}
}
