@charset "UTF-8";

/* 맘보 상세페이지 CSS */

/* 탭 메뉴 */

#divider {
  margin: 0 32px;
  border: 2px solid #eff1f3;
}

.tabContents {
  width: 100%;
  display: flex;
}

.tabMenu {
  display: flex;
  flex-direction: row;
  padding: 32px 32px 0 32px;
  gap: 32px;
  position: sticky;
  transition-property: top;
  transition-duration: 300ms;
  top: 94px;
  background: #fff;
  z-index: 9993;
}
.tabMenu.scroll {
	padding-top : 12px
}

.tabItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1a1e27 !important;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  height: 80px;
  text-shadow: 0 0 0.25px;
  transition: all 0.3s;
  position: relative;
}
.tabItem:active,
.tabItem:focus {
  border-radius: 24px;
  background: #e8e8e9;
}

.tabItem.active2 {
  display: flex;
  justify-content: center;
  color: #1a1e27 !important;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-shadow: 0 0 0.25px currentColor;
}

.tabInner {
  display: none;
  flex: 1 1 0%;
}

.tabInner.active2 {
  display: block;
}

.tabContents h1 {
  color: #1a1e27;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

/* 국비지원 과정 */
.tabContents .title {
  margin-top: 0;
  margin-bottom: 0;
  color: #1a1e27;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
.tabContents .detailText {
  margin: 0;
  color: var(--on-color-black-medium-emphasis, #6c6f75);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  padding-top: 32px;
}
.tabContents .detailTextGray {
  margin: 0;
  color: #888a90;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  padding-top: 32px;
}
.regInfoBox {
  margin: 48px 0;
  font-size: 32px;
  color: #888a90;
  font-weight: 300;
}
.regInfoBox .regInfoTitle {
  font-weight: 600;
}
.regInfoList {
  font-size: inherit;
  color: inherit;
}
.regInfoList li {
  position: relative;
  margin-left: 35px;
  font-size: inherit;
  color: inherit;
  font-weight: 300;
}
.regInfoList li:before {
  content: "•";
  position: absolute;
  left: -25px;
  display: block;
}
.applicationBox {
  margin: 0 31px 112px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 32px;
}
.applicationInfo {
  padding-left: 80px;
  background: url("/img/m/icon/integrated.svg") no-repeat 10px center;
}
.applicationInfo .subTitle {
  margin: 0;
  color: var(--On-Color-Black-High-Emphasis, #1a1e27);
  font-size: 32px;
}
.applicationInfo .text {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  color: #6c6f75;
}
.applicationBox a,
.applicationBox a:hover,
.applicationBox a:focus,
.applicationBox a:visited {
  display: flex;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  background: var(--Core-SurfaceB, #eff1f3);
  color: var(--On-Color-Black-High-Emphasis, #1a1e27);
  font-size: 28px;
}
.applicationOrderList {
  margin-bottom: 112px;
  counter-reset: order;
}
.applicationOrderList li {
  position: relative;
  padding: 24px 0 24px;
  margin-left: 128px;
  margin-right: 32px;
  display: list-item;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  border-bottom: 1px solid #dadbde;
}
.applicationOrderList li::before {
  counter-increment: order;
  content: counter(order);
  display: block;
  position: absolute;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
  color: #888a90;
  font-size: 28px;
}

#tab2 {
  padding: 0 32px;
}

.animation-bar {
  background: #feb015;
  height: 4px;
  width: 112px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.1s ease-in-out;
  margin-left: 32px;
}

/* 전체 영역별 CSS */
.introduce {
  padding-top: 32px;
  width: 688px !important;
}

.Img_container {
  padding-top: 98px;
}
.Img_container img {
  width: 100%;
  height: 480px;
}

/* 자격증 소개 */
.certificate {
  padding-bottom: 16px;
  margin: 0 auto;
}
.certificate:nth-child(1) {
  margin-top: 32px;
}
.certificate + .certificate {
  margin-top: 112px;
}
.certificate h3 {
  margin: 0;
  color: var(--on-color-black-medium-emphasis, #6c6f75);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  padding-top: 32px;
}

/* 추천 내용 */
.recommendation {
  margin: 0 auto;
}
.recommendation .contents {
  padding: 16px 0 112px 0;
}
.recommendation .contents div {
  display: flex;
  gap: 50px;
  align-items: center;
}
.recommendation img {
  width: 30px;
  height: 40px;
}
.recommendation h3 {
  padding: 24px 0px;
  color: #1a1e27 !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  border-bottom: 2px solid #dadbde;
  width: 588px;
}
.recommendation .contents > div:last-child h3 {
	border-bottom:none
}

/* 강의개요 */

.outline {
  margin: 0 auto;
}

.outline ul {
  border-radius: 24px;
  border: 2px solid var(--core-outline, #d1d2d4);
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 32px 0 112px 0;
}

.outline li {
  border-bottom: 2px solid #dadbde;
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  align-items: center;
}

.outline li span {
  color: var(--on-color-black-medium-emphasis, #6c6f75);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.outline li b {
  color: var(--black-700, #51545b);
  font-size: 28px;
  font-weight: 500;
  line-height: 32px; /* 114.286% */
}
.outline #notice {
  border-radius: 100px;
  border: 2px solid var(--core-outline, #d1d2d4);
  background: var(--core-surface-a, #fff);
  display: flex;
  padding: 8px 16px;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  color: var(--on-color-black-medium-emphasis, #6c6f75);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  width: 405px;
}
/* 선택해요 */
.choice {
  margin: 0 auto;
  width: 688px;
}
.choice h1 {
  padding: 48px 0 16px;
}
.choice .boxWrap {
  margin: 32px 0 112px;
  display: flex;
}
.choice .boxGray {
  width: 344px;
  padding: 36px 20px 42px;
  border-radius: 12px 0px 0px 12px;
}
.choice .boxYellow {
  width: 344px;
  padding: 36px 20px 42px;
  border-radius: 0px 12px 12px 0px;
}
.choice .txtGray {
  font-size: 26px;
  color: #6c6f75;
  font-weight: 500;
  padding: 0 0 16px;
  margin: 0;
  line-height: normal;
}
.choice .txtBlack {
  font-size: 26px;
  color: #1a1e27;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 0 0 16px;
  margin: 0;
  line-height: normal;
}
.boxGray {
  background-color: #eff1f3;
}

.boxYellow {
  background-color: #fbd17b;
}

.bgGray {
  background-color: #a1a3a7;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding: 8px;
  border-radius: 4px;
}

.bgGreen {
  background-color: #6bc191;
  color: #1a1e27;
  padding: 8px;
  font-size: 26px;
  font-weight: 700;
  border-radius: 4px;
}

.choice .txtWrap div:not(:last-child) {
  border-bottom: 1px solid #595959;
}

.choice .txtWrap div p:last-child {
  margin: 0 0 5px;
  padding-top: 5px;
}

/* 교육과정 슬라이드 */
.course {
  padding-top: 64px !important;
}

.course h1 {
  padding: 0 32px;
}

.course img {
  width: 384px;
  height: 208px;
  border-radius: 12px;
}

.course h2 {
  margin: 0;
  color: #1eb99d;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-top: 16px;
}

.course p {
  margin: 0;
  color: var(--on-color-black-high-emphasis, #1a1e27);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding-top: 8px;
}

.course .wrap {
  padding: 48px 0 112px 0;
}

.course .swiper-wrapper {
  gap: 48px;
}

.course .swiper-slide {
  width: 384px !important;
}

.course .photoStory {
  width: 750px !important;
}

.course .swiper-container::-webkit-scrollbar {
  display: none;
}

.course .swiper-wrapper .swiper-slide:first-child {
  padding-left: 32px;
}

.course .swiper-wrapper .swiper-slide:last-child {
  padding-right: 32px;
}

/* 강사님들 실력 */
.teacher {
  margin: 0 auto;
}

/*학과 포토스토리*/
.photostory h1 {
  padding: 0 32px;
}

/* .photostory .swiper-wrapper .swiper-slide:first-child {
	    padding-left: 32px; 
	}
	
	.photostory .swiperContainer{
		width: 750px;
		padding-top: 32px;
		padding-bottom: 112px;
		overflow: hidden;
	}
	.photostory .swiperContainer img{
		border-radius: 24px;
		width: 632px;
		height: 480px;
		object-fit: cover;
	}
	
	.photostory .swiper-slide-prev, .photostory .swiper-slide-active, .photostory .swiper-slide-next{
		width: 632px !important; 
		margin-right: 16px !important;
	} */

/* 수강생 인터뷰 */
#interview {
  margin: 32px 0 0 32px;
}

/* 커리큘럼 */
.confectionery .List_SimpleL,
.baking .List_SimpleL,
.practice .List_SimpleL {
  display: flex;
  align-items: center;
  justify-content: center;
}

.confectionery .List_SimpleL img,
.baking .List_SimpleL img,
.practice .List_SimpleL img {
  width: 48px;
  height: 48px;
  padding: 40px 40px 40px 8px;
}

/* 자격증 시험 정보 */
.licenseInfo {
  margin: 80px auto;
}
.licenseInfo .inner {
  padding: 92px 48px 32px;
  background: url(/img/m/bakery/bakery-license-background.png) no-repeat center
    center;
  background-size: cover;
}
.licenseInfo .tag {
  margin: 0 auto;
  padding: 12px 0;
  display: block;
  width: 208px;
  color: #f3a814;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  border-radius: 9999px;
  background: #fff5e5;
}
.licenseInfo .titleArea {
  margin: 32px auto 64px;
}
.grayText {
  color: #888a90;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
.licenseInfo .contentTitle {
  margin: 32px;
  color: #1a1e27;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
.licenseInfo .title {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
}
.licenseInfo .subText {
  color: #51545b;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.licenseInfo .content {
  margin-top: 48px;
  display: flex;
  gap: 32px;
  flex-wrap: nowrap;
}
.licenseInfo .content .box {
  width: 50%;
  padding: 48px 16px;
  border-radius: 24px;
  backdrop-filter: blur(3px);
}
.licenseInfo .content .box:nth-child(1) {
  background: rgba(241, 244, 253, 0.62);
}
.licenseInfo .content .box:nth-child(2) {
  background: rgba(255, 187, 52, 0.62);
}

.licenseInfo .box .infoList {
  margin-top: 32px;
}
.licenseInfo .box .listTitle {
  margin-bottom: 32px;
  color: #353941;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
.licenseInfo .box .infoList li {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.88px;
  padding-left: 12px;
  text-indent: -27px;
  margin-left: 10px;
  word-break: keep-all;
}
.licenseInfo .content .box:nth-child(1) .infoList li {
  color: #51545b;
  line-height: 185%;
}
.licenseInfo .content .box:nth-child(2) .infoList li {
  color: #353941;
  line-height: 165%;
}
.licenseInfo .box .infoList li:before {
  content: "⋅ ";
  padding-left: 10px;
}
.licenseInfo .decoText {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 커리큘럼 썸네일형 */
.thumbList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 64px;
  column-gap: 26px;
}
.thumbBox {
  margin-bottom: 16px;
  width: 332px;
  height: 332px;
  overflow: hidden;
  border-radius: 24px;
  background-color: #eee;
}
.thumbBox img {
  width: 100%;
}
.thumbList .count,
.thumbList .nameTitle {
  margin-bottom: 8px;
  display: block;
  color: #1a1e27;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -1.12px;
}
.thumbList .name {
  color: #6c6f75;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  word-break: keep-all;
}

/* 커리큘럼 설명 */
.descContnet {
	margin:64px auto 16px;
    border-radius: 24px;
    background: #EFF1F3;
    padding: 32px 32px 64px;
}
.descTitle {
	margin-bottom: 64px;
    display: flex;
    color:#1A1E27;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    align-items: center;
    gap: 12px;
}
.descList li {
	margin:12px 0;
	display: flex;
    align-items: center;
    gap: 12px;
    color: #51545B;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

/* 자격증 정보 탭 메뉴 */
.tabBtnWrap {
	margin: 32px 0 32px 20px;
	position: relative;
	display: flex;
	padding: 8px;
	width: 512px;
	align-items: center;
	border-radius: 12px;
	background: #F5F6F8;
}
.tabBtnWrap .active {
	content: '';
	position: absolute;
	width: calc(100% / 4);
	height: 56px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 1px rgba(0, 0, 0, 0.07);
	z-index: 1;
	transform: translate(0);
	transition: transform .3s; 
}
.tabBtnWrap .tabBtn {
	width: calc(100% / 4);
	height: 56px;
	color: #BEC0C4;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	border: none;
	background: transparent;
	z-index: 2;
}
.tabBtnWrap .tabBtn.on {
	color: #FEB015;
	font-weight: 700;
}