/* Custom CSS - project MOL */

.site-logo img {
	height: 85px;
	width: auto;
}

.chung-project-top-cover figure {
	width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    position: relative;
    overflow: hidden;
}
.chung-project-top-cover figure img {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
    transition: all 1s;
}

.chung-project-overview {
    padding: 40px 0;
}
.chung-project-overview h1 {
    margin-top: 30px;
    font-size: 2.6rem;
    font-family: 'Mukta Vaani', sans-serif;
	color: #51586B;
}
.chung-project-overview .wp-block-columns {
    margin-bottom: 20px;
    gap: 0;
}
.chung-project-overview .wp-block-columns h4 {
	margin: 0;
    padding: 8px 16px;
    font-size: 18px;
    text-transform: uppercase;
}
.chung-project-overview .wp-block-columns p {
	margin: 8px 0;
	padding-left: 16px;
}
.chung-project-overview .wp-block-buttons {
	margin: 30px 0;
    padding-top: 15px;
}

.chung-project-group-cover .wp-block-cover__inner-container {
	max-width: 1200px !important;
	padding: 50px 15px;
}
.chung-project-group-cover h2 {
	text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
    padding-bottom: 15px;
}
.chung-project-group-cover h3 {
	font-size: 21px;
    margin: 20px 0;
    color: #3F6EA6;
}

.chung-project-group-cover.key-features img {
	max-width: 150px;
    width: 50%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}


.chung-project-group-cover .tabgroup {
	width: 80%;
    margin: 20px 10% 40px 10%;
}
.chung-project-group-cover .tabgroup ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.chung-project-group-cover .tabgroup .tablist {
	text-align: center;
}
.chung-project-group-cover .tabgroup .tab {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border: 1px solid #3F6EA6;
    border-bottom: 0;
    padding: 10px 0;
    cursor: pointer;
    width: 32%;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    color: #3F6EA6;
}
.chung-project-group-cover .tabgroup .tab.active {
    background-color: #3F6EA6;
    color: #fff;
}
.chung-project-group-cover .tabgroup .contentlist {
    border-top: 1px solid #3F6EA6;
    background-color: rgba(177, 193, 252, 0.5);
}
.chung-project-group-cover .tabgroup .content:not(.active) {
    display: none;
}
.chung-project-group-cover .tabgroup .content {
    padding: 30px;
}

.chung-project-group-cover .competitor-tit img {
	max-width: 150px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.chung-project-group-cover .pros-cons img {
	width: 100%;
	max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.chung-project-group-cover .competitor-tit p:nth-child(2) {
	font-size: 0.7rem;
	color: blue;
	display: block;
}
.chung-project-group-cover .competitor-tit p:nth-child(3) {
	font-size: 0.8rem;
}

.chung-project-group-cover .target-detail {
	font-style: italic;
	margin: 0 15% 40px 15%;
}
.chung-project-group-cover .persona-info {
	text-align: center;
}
.chung-project-group-cover .persona-info img {
	max-width: 200px;
	width: 80%;
	margin: 0 auto;
	display: flex;
  	justify-content: center;
  	border-radius: 50%;
}
.chung-project-group-cover .persona-info p {
	margin: 16px 0;
}
.chung-project-group-cover .persona-detail h4 {
	font-style: italic;
	text-align: center;
	font-size: 18px;
}
.chung-project-group-cover .persona-detail .sub-tit {
	font-family: 'Noto Sans KR', Arial, Helvetica, sans-serif;;
    text-transform: capitalize;
}

.chung-project-group-cover .user-story {
	margin-top: 20px;
}

.chung-project-group-cover .task-flow-wireframe img {
	margin-top: 40px;
}
.chung-project-group-cover.final-design img {
    padding: 0 15% 20px 15%;
}

.chung-project-group-cover .prototype-vid {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
    color: #E45755;
}


.chung-project-next-cover {
	min-height: unset;
}
.chung-project-next-cover .wp-block-cover__inner-container {
	max-width: 1200px !important;
	padding: 0 15px;
}
.chung-project-next-cover .next-link {
	text-align: center;
	color: white;
}
.chung-project-next-cover a {
	text-decoration: none;
}
.chung-project-next-cover a:hover {
	text-decoration: underline;
}
.chung-project-next-cover h4 {
	color: #fff;
	margin-top: 30px;
}
.chung-project-next-cover h2 {
	color: #D4AF37;
}
.chung-project-next-cover .next-img-con {
    position: relative;
    overflow: hidden;
    margin-top: -2.2em;
}
.chung-project-next-cover .next-img {
	height: 100%;
	width: 100%;
    bottom: 0;
    transform: translateY(50%);
    transition: all .75s;
    text-align: center;
}


@media (max-width:800px) {
	.chung-project-group-cover .tabgroup {
		width: 100%;
	    margin: 20px 0 40px;
	}

	.chung-project-group-cover.final-design img {
	    padding: 0 0 20px;
	}

	.chung-project-next-cover .next-img-con {
		display: none;
	}
}

@media (max-width: 500px) {
	.chung-project-group-cover .competitor-tit p:nth-child(2) {
		display: none;
	}
}

