@charset "UTF-8";

#curWrap {
    margin: 64px 0 80px;
}

/* 커리큘럼 이미지 */
#curImgWrap {
	padding: 32px 0 48px 0;
}

/* 베이커리커리큘럼 */
.bakeryBtn {
	background-color: #EFF1F3;
	color: #BEC0C4;
	padding: 16px 64px;
    text-align: center;
    border-radius: 100px;
    width: 288px;
    height: 72px;
    line-height: 32px;
    box-sizing: border-box;
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.bakeryBtnWrap {
	background-color: #EFF1F3;
	padding: 10px 8px;
    border-radius: 100px;
    margin: 0 45px 16px 45px;
}

/* 케이크 커리큘럼 */
.cakeBtn {
	background-color: #EFF1F3;
	color: #BEC0C4;
    padding: 0 28px;
    text-align: center;
    border-radius: 100px;
    width: 216px;
    height: 64px;
    /* line-height: 32px; */
    box-sizing: border-box;
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.cakeBtnWrap {
	background-color: #EFF1F3;
	padding: 10px 8px;
    border-radius: 100px;
    margin: 0 7px 16px 7px;
}

.cakeBtnWrap .curOn_Ani {
    height: 64px;
    width: 212px;
}

/* 바리스타커리큘럼 */
.bariBtn {
	color: #BEC0C4;
	padding: 16px 34px;
    text-align: center;
    border-radius: 100px;
    width: 333px;
    height: 72px;
    line-height: 32px;
    box-sizing: border-box;
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.bariBtnWrap {
	background-color: #EFF1F3;
	padding: 10px 8px;
    border-radius: 100px;
    margin-bottom: 16px;
}
/* 공통 커리큘럼 탭 버튼 영역 */
.curriBtnWrap {
	display:flex;
	background-color: #EFF1F3;
	padding: 10px 8px;
    border-radius: 100px;
    margin: 0 7px 16px 7px;
}
.curriBtn {
	background-color: #EFF1F3;
	color: #BEC0C4;
    padding: 0 28px;
    text-align: center;
    border-radius: 100px;
    width: 148px;
    height: 64px;
    box-sizing: border-box;
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.col4 .curriBtn{width: calc(100% / 4);}
.col4  .curOn_Ani {
    height: 64px;
    width: 164px;
}
/* 커리큘럼 텍스트 */

.curOn {
    color: #1A1E27 !important;
    position: relative;
}

.curOn_Ani {
    position: absolute;
    height: 72px;
    width: 333px;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.07), 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    transition: transform 0.1s ease-in-out;
}

.curOn .On_Bcolor {
	color: #1A1E27 !important;
}

/* 수강생 인터뷰 */
#interview #cardWrap .card-container {
    position: relative;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: 688px 728px;
}

#interview #cardWrap .card-container:not(:first-child) {
	margin-top: 48px;
}

#interview #cardWrap .card-container:last-child {
	margin-bottom: 112px;
}

#interview #cardWrap .card-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 24px;
}

#interview #cardWrap .card-container .card-content, #interview #cardWrap .card-container .card-btn {
	position: relative;
}

#interview #cardWrap .card-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

/* 커뮤니티 수강생 인터뷰 */
#commuInterview #cardWrap .card-container {
    position: relative;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: 688px 728px;
}

#commuInterview #cardWrap .card-container:not(:first-child) {
	margin-top: 48px;
}

#commuInterview #cardWrap .card-container:last-child {
	margin-bottom: 32px;
}

#commuInterview #cardWrap .card-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 24px;
}

#commuInterview #cardWrap .card-container .card-content, #commuInterview #cardWrap .card-container .card-btn {
	position: relative;
}

#commuInterview #cardWrap .card-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

/* 커뮤니티 수강생 포트폴리오 */
#portfolio #cardWrap .card-container {
    position: relative;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: 330px 330px;
   	width: 330px;
    height: 330px;
    box-shadow: none;
        margin-bottom: 16px;
}

#portfolio #cardWrap .wrap:not(:last-child) {
	margin-bottom: 64px;
}


#portfolio #cardWrap .card-container .card-content, #portfolio #cardWrap .card-container .card-btn {
	position: relative;
}

#portfolio #cardWrap .card-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

#portfolio #cardWrap .wrap:nth-child(odd) {
	margin-right: 22px;
}