@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap')

#buffet {width: 100%; overflow: hidden; color: #333; line-height: 1.3; letter-spacing: -0.025rem;}
#buffet * {box-sizing: border-box;}
#buffet img {display: block; max-width: 100%; margin: 0 auto;}
#buffet button {-webkit-appearance: none; appearance: none;}
#buffet #body_temp {}
.container {max-width: 1320px; padding-left: 20px; padding-right: 20px;}
.quick-bot {display: none;}




.bf-top {height: 920px; padding-top: 32px; position: relative; z-index: 1; background: url('https://img.megastudyth.com/event/2024/buffet_middle/top_bg.png')no-repeat center top / auto 100%;}
.bf-sea {margin-top: -220px; padding-top: 304px; padding-bottom: 80px; position: relative; background: url('https://img.megastudyth.com/event/2024/buffet_middle/sea_bg.jpg')no-repeat center top / cover;}
.bf-sea:before {content: ''; display: block; padding-bottom: 35%; position: absolute; left: 0; right: 0; top: 0; background: url('https://img.megastudyth.com/event/2024/buffet_middle/sea_light.png')no-repeat center top / cover;}
.bf-box {padding: 64px 40px 40px; background: #fff; position: relative; -webkit-border-radius: 24px; border-radius: 24px;}
.bf-num {width: 80px; height: 80px; background: #37357e; color: #fff; font-size: 48px; position: absolute; left: 24px; top: -40px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.bf-title {text-align: center;}
.bf-title h4 {font-family: "Mitr", sans-serif; font-weight: 600; font-size: 56px; color: #3d3dc4;}
.bf-title h4 span {color: #ff2c99;}
.bf-title p {font-size: 20px; margin-top: 32px; line-height: 1.3;}
.bf-title p span {color: #ff4426;}

@media (max-width:1280px) {
	.bf-top {height: auto; padding-top: 3%; padding-bottom: 25%; background-size: cover;}
	.bf-sea {margin-top: -10%; padding-top: 20%;}
	.bf-box {padding: 48px 32px 32px;}
	.bf-title h4 {font-size: 40px;}
	.bf-title p {font-size: 18px; margin-top: 16px;}
}

@media (max-width:992px) {
	.bf-box {padding: 40px 24px 24px;}
	.bf-num {width: 64px; height: 64px; font-size: 40px; top: -32px;}
	.bf-title h4 {font-size: 34px;}
	.bf-title p {font-size: 16px;}
}

@media (max-width:768px) {
	.bf-sea {padding-bottom: 64px;}
	.bf-box {padding: 32px 16px 24px; -webkit-border-radius: 16px; border-radius: 16px;}
	.bf-num {width: 48px; height: 48px; font-size: 30px; top: -24px; left: 16px;}
	.bf-title h4 {font-size: 20px;}
	.bf-title p {font-size: 11px; margin-top: 8px;}
}





.bf-way__title {font-family: "Mitr", sans-serif; font-weight: 600; color: #fff; font-size: 48px; text-align: center; text-shadow: 0px 0px 8px rgba(0,0,0,0.2); position: relative; z-index: 2;}
.bf-way__title span {display: block; margin-top: 8px;}
.bf-way__bubble {display: flex; flex-wrap: wrap; position: relative; padding: 96px 0;}
.bf-way__bubble li {width: 50%; margin: 32px 0; text-align: center; position: relative; z-index: 1;}
.bf-way__bubble li:nth-child(odd) {padding-right: 10%;}
.bf-way__bubble li:nth-child(even) {padding-left: 10%;}
.bf-way__bubble:before {content: ''; display: block; width: 180px; height: 340px; position: absolute; left: 50%; top: 50%; z-index: 1; background: url('https://img.megastudyth.com/event/2024/buffet_middle/way_cha.png')no-repeat center center / cover; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.bf-way__bubble:after {content: ''; display: block; width: 560px; height: 480px; animation: morph 4s ease-in-out infinite; position: absolute; left: 50%; top: 50%; z-index: 0; background: radial-gradient(ellipse at center,  rgba(25,74,129,1) 0%,rgba(28,112,207,1) 100%); border-radius: 60% 40% 30% 70%/60% 30% 70% 40%; transition: all 1s ease-in-out; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.bf-way__bubble div {display: inline-flex; height: 104px; background: #edf6ff; font-size: 20px; border: solid 2px #fff; border-bottom-color: #c9d0d8; font-weight: 600; line-height: 1.3; color: #555; padding: 0 24px; align-items: center; justify-content: center; -webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2); -webkit-border-radius: 24px; border-radius: 24px;}
.bf-way__bubble strong {color: #ff4426; background: #fff7dd;}

@keyframes morph {
	0% {border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;}
	50% {border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;}
	100% {border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;}
}

@media (max-width:1280px) {
	.bf-way__title {font-size: 40px;}
	.bf-way__bubble div {height: 88px; font-size: 16px; padding: 0 16px; -webkit-border-radius: 16px; border-radius: 16px;}
}

@media (max-width:992px) {
	.bf-way__title {font-size: 34px;}
	.bf-way__bubble li {margin: 16px 0;}
	.bf-way__bubble div {font-size: 14px;}
}

@media (max-width:768px) {
	.bf-way__title {font-size: 24px;}
	.bf-way__title span {font-size: 16px; font-weight: 500;}
	.bf-way__bubble {display: block; padding: 0; margin-top: 24px;}
	.bf-way__bubble:before {width: 120px; height: 227px; margin: 0 auto 24px; position: relative; left: auto; top: auto; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
	.bf-way__bubble:after {width: 350px; height: 300px; top: -40px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
	.bf-way__bubble li {width: 100%; margin: 0; margin-bottom: 8px;}
	.bf-way__bubble li:last-child {margin-bottom: 0;}
	.bf-way__bubble div {height: auto; font-weight: 500; padding: 8px 16px; font-size: 12px; -webkit-border-radius: 8px; border-radius: 8px;}
}





.bf-rvw {margin-top: 144px;}
.bf-rvw__title {text-align: center;}
.bf-rvw__title h5 {height: 56px; padding: 0 40px; background: #92d4ff; font-size: 20px; position: relative; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 32px; border-radius: 32px;}
.bf-rvw__title h5 span {color: #3442ff;}
.bf-rvw__title h5:before {content: ''; display: block; width: 17px; height: 26px; position: absolute; left: 8px; top: 8px; background: url('https://img.megastudyth.com/event/2024/buffet_middle/review_light.png')no-repeat center center / cover;}
.bf-rvw__title h5:after {content: ''; display: block; width: 75px; height: 140px; position: absolute; left: 100%; margin-left: 16px; bottom: 16px; background: url('https://img.megastudyth.com/event/2024/buffet_middle/review_bubble.png')no-repeat center center / cover;}
.bf-rvw__title h4 {font-family: "Mitr", sans-serif; font-weight: 600; color: #fff; font-size: 48px; margin-top: 16px; text-align: center; text-shadow: 0px 0px 8px rgba(0,0,0,0.2);}
.bf-rvw__title h4 span {display: block; color: #ffe345;}
.bf-rvw__top {margin-top: 56px; margin-bottom: 20px; position: relative; z-index: 1;}
.bf-rvw__top span {display: block; width: 184px; height: 184px; font-size: 14px; line-height: 1.3; color: #e4ff31; text-align: center; position: absolute; left: -32px; top: 50%; margin-top: -92px; display: flex; align-items: center; justify-content: center; background: url('https://img.megastudyth.com/event/2024/buffet_middle/review_badge.png')no-repeat center center / cover;}
.bf-rvw__top h5 {height: 76px; background: #3c3f7e; color: #fff; font-size: 28px; font-weight: 600; -webkit-border-radius: 16px; border-radius: 16px; display: flex; align-items: center; justify-content: center;}
.bf-rvw__slider {margin: 0 -8px;}
.bf-rvw__slider .slick-arrow {width: 56px; height: 56px; background: #a2ceff; position: absolute; top: 50%; margin-top: -28px; z-index: 1; text-indent: -9999px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.bf-rvw__slider .slick-prev {right: 100%; margin-right: 20px;}
.bf-rvw__slider .slick-next {left: 100%; margin-left: 20px;}
.bf-rvw__slider .slick-arrow:after {content: ''; display: block; width: 16px; height: 16px; box-sizing: border-box; border-top: solid 2px #35417a; border-left: solid 2px #35417a; margin-left: 6px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.bf-rvw__slider .slick-next:after {-webkit-transform: rotate(135deg); transform: rotate(135deg); margin-left: -6px;}
.bf-rvw__item {padding: 0 8px;}
.bf-rvw__item dl {display: flex; flex-direction: column; background: #fff; padding: 24px 24px 48px; -webkit-border-radius: 12px; border-radius: 12px;}
.bf-rvw__item dl dt {font-size: 24px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.bf-rvw__item dl dt:before {content: '★★★★★'; display: block; color: #ff4426; margin-bottom: 24px; font-size: 26px; letter-spacing: 0.2rem;}
.bf-rvw__item dl dd {background: #f2f2f2; padding: 24px; height: 208px; margin-top: 16px; display: flex; flex-direction: column; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-rvw__item dl dd p {flex-grow: 1; font-size: 18px; color: #555; line-height: 1.4;}
.bf-rvw__item dl dd span {flex-shrink: 0; color: #999; align-self: flex-end;}

@media (max-width:1280px) {
	.bf-rvw {margin-top: 96px;}
	.bf-rvw__title h5 {font-size: 18px; height: 48px;}
	.bf-rvw__title h5:before {left: 6px; top: 6px;}
	.bf-rvw__title h4 {font-size: 40px;}
	.bf-rvw__top {margin-top: 32px;}
	.bf-rvw__top span {width: 136px; height: 136px; font-size: 12px; margin-top: -68px;}
	.bf-rvw__top h5 {height: 56px; font-size: 20px;}
	.bf-rvw__item dl {padding: 24px;}
	.bf-rvw__item dl dt {font-size: 18px;}
	.bf-rvw__item dl dt:before {margin-bottom: 16px; font-size: 20px;}
	.bf-rvw__item dl dd {padding: 16px; height: 144px;}
	.bf-rvw__item dl dd p {font-size: 14px;}
}

@media (max-width:992px) {
	.bf-rvw {margin-top: 64px;}
	.bf-rvw__title h5 {font-size: 16px; height: 40px; padding: 0 24px;}
	.bf-rvw__title h5:before {left: 4px; top: 4px; width: 13px; height: 20px;}
	.bf-rvw__title h4 {font-size: 34px;}
	.bf-rvw__top {margin-top: 24px;}
	.bf-rvw__top h5 {height: 48px; font-size: 18px;}
}

@media (max-width:768px) {
	.bf-rvw {margin-top: 56px;}
	.bf-rvw__title h5 {font-size: 14px; height: 32px; padding: 0 16px;}
	.bf-rvw__title h5:before {width: 10px; height: 15px;}
	.bf-rvw__title h4 {font-size: 26px;}
	.bf-rvw__title h4 span {display: inline;}
	.bf-rvw__top {margin-top: 24px; margin-bottom: 8px;}
	.bf-rvw__top span {width: 96px; height: 96px; font-size: 9px; margin-top: -48px; left: -16px; -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
	.bf-rvw__top h5 {height: 48px; font-size: 18px; padding-left: 40px;}
	.bf-rvw__item dl {padding: 16px;}
	.bf-rvw__item dl dt {font-size: 16px;}
	.bf-rvw__item dl dt:before {margin-bottom: 8px; font-size: 16px;}
	.bf-rvw__item dl dd {height: 96px; margin-top: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
	.bf-rvw__item dl dd p {font-size: 12px;}
	.bf-rvw__item dl dd span {font-size: 11px;}

}








.bf-lec {margin-top: 64px;}
.bf-lec__half {display: flex; margin: 0 -10px; padding-top: 32px;}
.bf-lec__half > div {width: 50%; padding: 0 10px;}
.bf-lec__half > div dl {display: flex; height: 100%; padding: 0 32px 32px; flex-direction: column; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-lec__half > div dl dt {flex-grow: 1; text-align: center;}
.bf-lec__half > div dl dt em {height: 48px; padding: 0 24px; font-size: 24px; color: #fff; font-weight: 500; font-style: normal; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 0 0 12px 12px; border-radius: 0 0 12px 12px;}
.bf-lec__half > div dl dt h4 {font-size: 28px; font-weight: 700; margin-top: 32px;}
.bf-lec__half > div dl dt p {font-size: 16px; line-height: 1.3; color: #676767; margin-top: 24px;}
.bf-lec__half > div dl dd {flex-shrink: 0; margin-top: 24px;}
.bf-lec__half > div dl dd ul {display: flex; margin: 0 -4px; justify-content: center;}
.bf-lec__half > div dl dd ul li {width: 20%; padding: 0 4px;}
.bf-lec__half > div dl dd ul li div {background: #fff; padding: 16px 4px; text-align: center; -webkit-border-radius: 8px; border-radius: 8px;}
.bf-lec__half > div dl dd ul li img {display: block; margin: 0 auto; width: 50px;}
.bf-lec__half > div dl dd ul li span {display: block; font-size: 12px; margin-top: 8px; font-weight: 500; white-space: nowrap;}
.bf-lec__half > div:nth-child(1) dl {background: #e3f5ff;}
.bf-lec__half > div:nth-child(1) dl dt em {background: #244ce3;}
.bf-lec__half > div:nth-child(2) dl {background: #ffeaea;}
.bf-lec__half > div:nth-child(2) dl dt em {background: #e32424;}
.bf-lec__bf {text-align: center; margin-top: 20px; padding: 0 40px 40px; background: #f2f2f2; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-lec__bf em {height: 48px; padding: 0 24px; font-size: 24px; background: #268a12; color: #fff; font-weight: 500; font-style: normal; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 0 0 12px 12px; border-radius: 0 0 12px 12px;}
.bf-lec__bf ul {display: flex; margin: 0 -12px; padding-top: 40px; align-items: center;}
.bf-lec__bf ul li {width: 25%; padding: 0 12px; position: relative;}
/* .bf-lec__bf ul li:last-child {width: 40%;} */
.bf-lec__bf ul li:after {content: ''; display: block; box-sizing: border-box; width: 12px; height: 12px; border-top: solid 2px #999; border-right: solid 2px #999; position: absolute; right: -3px; top: 50%; margin-top: -6px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.bf-lec__bf ul li:last-child:after {display: none;}
.bf-lec__bf ul li dl {display: flex; padding: 8px 4px; background: #255a1a; position: relative; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-lec__bf ul li dl dd {width: 100%; padding: 0 4px;}
.bf-lec__bf ul li dl dt {display: none; width: 32px; height: 32px; background: #ffef41; position: absolute; left: 50%; margin-left: -16px; top: 50%; margin-top: -16px; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-lec__bf ul li dl dt:before,
.bf-lec__bf ul li dl dt:after {content: ''; display: block; background: #075f04; position: absolute; left: 50%; top: 50%;}
.bf-lec__bf ul li dl dt:before {width: 16px; height: 2px; margin-left: -8px; margin-top: -1px;}
.bf-lec__bf ul li dl dt:after {width: 2px; height: 16px; margin-left: -1px; margin-top: -8px;}
.bf-lec__box {padding: 24px 0; -webkit-border-radius: 12px; border-radius: 12px;}
.bf-lec__box.grn1 {background: #f0ffed;}
.bf-lec__box.grn2 {background: #cff2c8;}
.bf-lec__box.grn3 {background: #aae89d;}
.bf-lec__box.grn4 {background: #2ead14;}
.bf-lec__box h5 {font-size: 18px;}
.bf-lec__box p {color: #676767; font-size: 14px; margin-top: 8px; line-height: 1.3;}
.bf-lec__box.grn4 h5 {color: #fff;}
.bf-lec__box.grn4 p {color: #d0e8cd;}

@media (max-width:1280px) {
	.bf-lec__half > div dl {padding: 0 16px 16px;}
	.bf-lec__half > div dl dt em {height: 40px; padding: 0 16px; font-size: 20px;}
	.bf-lec__half > div dl dt h4 {font-size: 24px; margin-top: 24px;}
	.bf-lec__half > div dl dt p {font-size: 14px; margin-top: 16px;}
	.bf-lec__bf {padding: 0 16px 16px;}
	.bf-lec__bf em {height: 40px; padding: 0 16px; font-size: 20px;}
	.bf-lec__bf ul {padding-top: 16px;}
	.bf-lec__box p {font-size: 12px;}
}

@media (max-width:992px) {
	.bf-lec__half {display: block; margin: 0; padding-top: 32px;}
	.bf-lec__half > div {width: 100%; padding: 0; margin-bottom: 24px;}
	.bf-lec__half > div:last-child {margin-bottom: 0;}
	.bf-lec__bf ul {display: block; margin: -12px 0;}
	.bf-lec__bf ul li {width: 100%; padding: 12px 0;}
	.bf-lec__bf ul li:last-child {width: 100%;}
	.bf-lec__bf ul li:after {right: auto; top: 100%; left: 50%; margin-left: -6px; margin-top: -10px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
}

@media (max-width:768px) {
	.bf-lec {margin-top: 32px;}
	.bf-lec__half > div dl dt em {height: 32px; font-size: 14px;}
	.bf-lec__half > div dl dt h4 {font-size: 18px; margin-top: 16px;}
	.bf-lec__half > div dl dt p {font-size: 12px; margin-top: 8px;}
	.bf-lec__half > div dl dd {margin-top: 8px;}
	.bf-lec__half > div dl dd ul {flex-wrap: wrap; margin: -4px;}
	.bf-lec__half > div dl dd ul li {width: 33.3333%; padding: 4px;}
	.bf-lec__bf em {height: 32px; font-size: 14px;}
	.bf-lec__box {padding: 8px 0;}
	.bf-lec__box h5 {font-size: 16px;}
	.bf-lec__box p {font-size: 12px;}
	.bf-lec__bf ul li dl {display: block; padding: 4px 8px;}
	.bf-lec__bf ul li dl dd {width: 100%; padding: 4px 0;}
	.bf-lec__bf ul li dl dd:nth-child(2) .bf-lec__box {padding-bottom: 16px;}
	.bf-lec__bf ul li dl dd:nth-child(3) .bf-lec__box {padding-top: 16px;}
}





.bf-edu {margin-top: 64px;}
.bf-edu__detail {padding-top: 24px; display: flex; margin: 0 -8px; flex-wrap: wrap;}
.bf-edu__detail li {width: 25%; padding: 0 8px;}
.bf-edu__detail li img {width: 190px;}
.bf-edu__detail li p {font-size: 24px; font-weight: 500; margin-top: 40px; line-height: 1.3;}
.bf-edu__detail li div {padding: 32px 0; text-align: center; -webkit-border-radius: 24px; border-radius: 24px;}
.bf-edu__detail li:nth-child(1) div {background: #e9ecff;}
.bf-edu__detail li:nth-child(2) div {background: #d8f5de;}
.bf-edu__detail li:nth-child(3) div {background: #ffeae2;}
.bf-edu__detail li:nth-child(4) div {background: #f9f2d8;}

@media (max-width:1280px) {
	.bf-edu__detail li img {width: 160px;}
	.bf-edu__detail li p {font-size: 16px;}
}

@media (max-width:992px) {
	.bf-edu__detail {margin: 0 -4px;}
	.bf-edu__detail li {padding: 0 4px;}
	.bf-edu__detail li img {width: 120px;}
	.bf-edu__detail li p {font-size: 13px; margin-top: 16px;}
	.bf-edu__detail li div {padding: 24px 0;}
}

@media (max-width:768px) {
	.bf-edu {margin-top: 32px;}
	.bf-edu__detail {margin: -4px; padding-top: 8px;}
	.bf-edu__detail li {width: 50%; padding: 4px;}
	.bf-edu__detail li p {font-size: 12px;}
}

@media (max-width:320px) {
	.bf-edu__detail li img {width: 100px;}
	.bf-edu__detail li p {font-size: 10px;}
	.bf-edu__detail li div {padding: 16px 0; -webkit-border-radius: 16px; border-radius: 16px;}
}





.bf-itv {margin-top: 72px; position: relative;}
.bf-itv .bf-num {left: auto; right: 0; top: 0;}
.bf-itv__title {font-family: "Mitr", sans-serif; font-weight: 600; color: #fff; font-size: 56px; text-shadow: 0px 0px 8px rgba(0,0,0,0.2);}
.bf-itv__title span {color: #ffec4f;}
.bf-itv__slider {margin-top: 40px;}
.bf-itv__slider .slick-arrow {width: 56px; height: 56px; background: #fff; position: absolute; top: 50%; margin-top: -28px; z-index: 1; text-indent: -9999px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.bf-itv__slider .slick-prev {left: 0;}
.bf-itv__slider .slick-next {right: 0;}
.bf-itv__slider .slick-arrow:after {content: ''; display: block; width: 16px; height: 16px; box-sizing: border-box; border-top: solid 2px #35417a; border-left: solid 2px #35417a; margin-left: 6px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.bf-itv__slider .slick-next:after {-webkit-transform: rotate(135deg); transform: rotate(135deg); margin-left: -6px;}
.bf-itv__slider .slick-dots {display: flex; justify-content: center; margin-top: 16px;}
.bf-itv__slider .slick-dots li {margin: 0 5px; display: flex; align-items: flex-end; height: 12px;}
.bf-itv__slider .slick-dots li button {background: #ddd; width: 6px; height: 6px; text-indent: -9999px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-itv__slider .slick-dots li.slick-active button {background: #3d3dc4; height: 12px;}
.bf-itv__item {display: flex !important; align-items: flex-end; padding: 0 96px;}
.bf-itv__profile {width: 45%; position: relative;}
.bf-itv__profile img {display: block;}
.bf-itv__profile > div {padding: 0 20% 32px 32px; color: #fff; position: absolute; left: 0; right: 0; bottom: 0;}
.bf-itv__profile p {font-size: 20px; line-height: 1.3;}
.bf-itv__profile h5 {font-size: 32px; font-weight: 600; line-height: 1.2; margin-top: 16px;}
.bf-itv__text {width: 60%; padding: 24px; position: relative; margin-left: -5%; background: #fff; margin-bottom: 32px; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-itv__text h5 {font-size: 24px; color: #3341ff; font-weight: 600;}
.bf-itv__text p {color: #676767; margin-top: 8px; line-height: 1.3; margin-bottom: 32px;}
.bf-itv__text dl {display: flex; align-items: center; padding: 16px; min-height: 80px; background: #f2f2f2; margin-bottom: 8px;}
.bf-itv__text dl:last-child {margin-bottom: 0;}
.bf-itv__text dl dt {flex-shrink: 0; width: 48px; margin-right: 16px;}
.bf-itv__text dl dt img {display: block;}
.bf-itv__text dl dd {font-size: 18px; line-height: 1.3;}

@media (max-width:1280px) {
	.bf-itv__title {font-size: 44px;}
	.bf-itv__profile p {font-size: 14px;}
	.bf-itv__profile h5 {font-size: 24px; margin-top: 8px;}
	.bf-itv__text h5 {font-size: 20px;}
	.bf-itv__text p {font-size: 13px; margin-bottom: 16px;}
	.bf-itv__text dl {padding: 12px; min-height: auto;}
	.bf-itv__text dl dd {font-size: 13px;}
}

@media (max-width:992px) {
	.bf-itv__title {padding-right: 80px; font-size: 32px;}
	.bf-itv__item {align-items: flex-start; padding: 0;}
	.bf-itv__text {margin-bottom: 0; margin-top: 24px;}
}

@media (max-width:768px) {
	.bf-itv {margin-top: 16px;}
	.bf-itv .bf-num {position: static;}
	.bf-itv__title {padding-right: 0; margin-top: 8px; font-size: 26px;}
	.bf-itv__title br {display: none;}
	.bf-itv__slider {margin-top: 16px; margin-left: -20px; margin-right: -20px;}
	.bf-itv__slider .slick-slide {padding: 0 20px;}
	.bf-itv__item {display: block !important;}
	.bf-itv__profile {width: 100%;}
	.bf-itv__profile > div {padding: 16px;}
	.bf-itv__profile p {font-size: 13px;}
	.bf-itv__profile h5 {font-size: 20px; margin-top: 4px;}
	.bf-itv__text {width: 100%; margin-left: 0; margin-top: 16px;}
}






.bf-sys {margin-top: 56px;}
.bf-sys__half {display: flex; padding: 5px 10px; background: #f2f2f2;}
.bf-sys__half > div {width: 50%; padding: 10px;}
.bf-sys__list {height: 100%;}
.bf-sys__list li {height: 33.3333%; padding: 5px 0;}
.bf-sys__list li:last-child {margin-bottom: 0;}
.bf-sys__list li dl {display: flex; align-items: center; background: #fff; height: 100%;}
.bf-sys__list li dl dt {width: 40%; flex-shrink: 0;}
.bf-sys__list li dl dt img {display: block;}
.bf-sys__list li dl dd {padding: 0 16px; font-size: 14px; line-height: 1.3;}
.bf-sys__score {display: flex; flex-direction: column; height: 100%; padding: 5px 0;}
.bf-sys__score dt {flex-shrink: 0; font-size: 14px; line-height: 1.3;}
.bf-sys__score dd {flex-grow: 1; margin-top: 20px;}
.bf-sys__screen {background: #111; padding: 10px; height: 100%; -webkit-border-radius: 20px; border-radius: 20px;}
.bf-sys__screen > div {padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); -webkit-border-radius: 10px; border-radius: 10px;}

@media (max-width:992px) {
	.bf-sys__half {display: block; padding: 16px;}
	.bf-sys__half > div {width: 100%; padding: 0;}
	.bf-sys__list li {padding: 0; margin-bottom: 16px;}
	.bf-sys__list li:last-child {margin-bottom: 0;}
	.bf-sys__list li dl dt {width: 30%;}
	.bf-sys__list li dl dd {font-size: 12px;}
	.bf-sys__score {margin-top: 24px;}
	.bf-sys__score dd {margin-top: 16px;}
	.bf-sys__screen > div {padding: 0;}
}

@media (max-width:768px) {
	.bf-sys__list li dl dt {width: 40%;}
	.bf-sys__list li dl dd {font-size: 10px; padding: 0 8px;}
	.bf-sys__score {margin-top: 16px;}
	.bf-sys__score dt {font-size: 12px;}
}







.bf-tch {margin-top: 56px;}
.bf-tch__tab {display: flex; padding: 8px; margin-top: 24px; background: #f2f2f2; -webkit-border-radius: 40px; border-radius: 40px;}
.bf-tch__tab li {flex: auto;}
.bf-tch__tab li button {width: 100%; height: 48px; font-size: 20px; color: #999; font-weight: 500; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 40px; border-radius: 40px;}
.bf-tch__tab li button.active {background: #ff2c99; color: #fff;}
.bf-tch__cont {margin-top: 20px; display: none;}
.bf-tch__slider {margin: 0 -10px;}
.bf-tch__slider .slick-slide {padding: 0 10px;}
.bf-tch__slider .slick-dots {display: flex; justify-content: center; margin-top: 16px;}
.bf-tch__slider .slick-dots li {margin: 0 5px; display: flex; align-items: flex-end; height: 12px;}
.bf-tch__slider .slick-dots li button {background: #ddd; width: 6px; height: 6px; text-indent: -9999px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-tch__slider .slick-dots li.slick-active button {background: #3d3dc4; height: 12px;}
.bf-tch__item {background: #e6eaf7; padding: 24px 24px 0; display: flex !important; align-items: center; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-tch__item img {display: block; width: 50%;}
.bf-tch__item > div {width: 50%; padding: 0 24px; text-align: center;}
.bf-tch__item h5 {font-size: 28px; font-weight: 700; color: #1a275e;}
.bf-tch__item p {font-size: 20px; color: #676767; margin: 16px 0; padding: 16px 24px; line-height: 1.4; position: relative;}
.bf-tch__item p:before,
.bf-tch__item p:after {content: ''; display: block; width: 20px; height: 20px; position: absolute; background: url('https://img.megastudyth.com/event/2024/buffet_middle/teacher_dots.png')no-repeat center left / cover;}
.bf-tch__item p:before {left: 0; top: 0;}
.bf-tch__item p:after {right: 0; bottom: 0; background-position: right center;}
.bf-tch__item a {width: 150px; height: 48px; background: #3d3dc4; color: #fff; margin: 0 auto; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 24px; border-radius: 24px;}
.bf-tch__item a:before {content: ''; display: block; width: 24px; height: 20px; margin-right: 8px; background: url('https://img.megastudyth.com/event/2024/buffet_middle/teacher_home.png')no-repeat center center / cover;}

@media (max-width:1280px) {
	.bf-tch__tab li button {height: 40px; font-size: 18px;}
	.bf-tch__slider {margin: 0 -5px;}
	.bf-tch__slider .slick-slide {padding: 0 5px;}
	.bf-tch__item > div {padding: 0 16px;}
	.bf-tch__item h5 {font-size: 20px;}
	.bf-tch__item p {font-size: 16px; margin: 8px 0; padding: 8px 24px;}
	.bf-tch__item p:before,
	.bf-tch__item p:after {width: 16px; height: 16px;}
	.bf-tch__item a {width: 120px; height: 40px; font-size: 14px;}
	.bf-tch__item a:before {width: 18px; height: 15px; margin-top: -4px; margin-right: 4px;}
}

@media (max-width:992px) {
	.bf-tch__tab {padding: 4px;}
	.bf-tch__tab li button {height: 36px; font-size: 14px;}
	.bf-tch__item {padding: 24px 16px 0 8px;} 
	.bf-tch__item > div {padding: 0;}
	.bf-tch__item h5 {font-size: 18px;}
	.bf-tch__item p {font-size: 13px; margin: 8px 0; padding: 8px 16px;}
	.bf-tch__item a {width: 100px; height: 34px; font-size: 13px;}
	.bf-tch__item a:before {width: 14px; height: 12px; margin-top: -2px;}
}

@media (max-width:768px) {
	.bf-tch {margin-top: 32px;}
	.bf-tch__tab {margin: 10px -2px -2px; padding: 0; padding: 0; background: none; flex-wrap: wrap;}
	.bf-tch__tab li {padding: 2px;}
	.bf-tch__tab li button {background: #f2f2f2; padding: 0 16px; font-size: 13px;}
}

@media (max-width:320px) {
	.bf-tch__item {padding: 8px 16px 0 8px;} 
	.bf-tch__item p {font-size: 12px; margin: 0;}
	.bf-tch__item p:before,
	.bf-tch__item p:after {width: 12px; height: 12px;}
	.bf-tch__item a {width: 80px; height: 26px; font-size: 12px;}
	.bf-tch__item a:before {display: none;}
}








.bf-stu {margin-top: 56px;}
.bf-stu__title {text-align: center;}
.bf-stu__title h5 {height: 36px; font-size: 20px; color: #fff; background: #3d3dc4; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center;}
.bf-stu__title h5 span {color: #ffed59;}
.bf-stu__title h4 {font-size: 40px; font-weight: 600; margin-top: 16px; margin-bottom: 56px;}
.bf-stu__title h4 strong {font-size: 52px;}
.bf-stu__title h4 span {color: #ff2c99;}
.bf-stu__tcas {height: 72px; color: #fff; font-size: 28px; margin-top: 24px; font-weight: 600; -webkit-border-radius: 16px 16px 0 0; border-radius: 16px 16px 0 0; display: flex; align-items: center; justify-content: center;}
.bf-stu__tcas.blu {background: #3c3f7e;}
.bf-stu__tcas.grn {background: #387b21;}
.bf-stu__tcas br {display: none;}
.bf-stu__wrap {padding: 32px 0;}
.bf-stu__slider .slick-dots {display: flex; justify-content: center; margin-top: 20px;}
.bf-stu__slider .slick-dots li {margin: 0 5px; display: flex; align-items: flex-end; height: 12px;}
.bf-stu__slider .slick-dots li button {background: #ddd; width: 6px; height: 6px; text-indent: -9999px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-stu__slider .slick-dots li.slick-active button {background: #333; height: 12px;}
.bf-stu__slider {margin: 0 -10px;}
.bf-stu__slider .slick-slide {padding: 12px 10px;}
.bf-stu__card {margin-top: 12px; -webkit-transition: all 0.3s;  transition: all 0.3s; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);}
.bf-stu__card dt {border: solid 12px #ddd; position: relative; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-stu__card dt img {display: block; width: 100%;}
.bf-stu__card dt p {padding: 0 24px; height: 40px; font-size: 20px; font-weight: 500; position: absolute; right: 0; bottom: 0; background: #aaa; -webkit-border-radius: 8px 0 0 0; border-radius: 8px 0 0 0; display: flex; align-items: center; justify-content: center; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-stu__card dd {background: #fff; padding: 16px; display: flex; align-items: center;}
.bf-stu__card dd h4 {background: #f2f2f2; color: #999; font-size: 14px; width: 80px; height: 40px; margin-right: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 6px; border-radius: 6px;}
.bf-stu__card dd em {flex-shrink: 0; display: block; width: 44px; height: 44px; margin-right: 8px;}
.bf-stu__card dd div {flex-grow: 1;}
.bf-stu__card dd h5 {font-size: 16px;}
.bf-stu__card dd h5 strong {font-size: 20px; margin-right: 4px;}
.bf-stu__card dd p {}
.bf-stu__slider .slick-slide.on .bf-stu__card {-webkit-transform: translateY(-24px); transform: translateY(-24px);}
.bf-stu__wrap.blu .bf-stu__card dt {border-color: #3d3dc4;}
.bf-stu__wrap.blu .bf-stu__card dt p {background: #3d3dc4; color: #fff;}
.bf-stu__wrap.grn .bf-stu__card dt {border-color: #299f00;}
.bf-stu__wrap.grn .bf-stu__card dt p {background: #299f00; color: #fff;}

@media (max-width:1280px) {
	.bf-stu__title h4 {font-size: 34px; margin-top: 16px;}
	.bf-stu__title h4 strong {font-size: 46px;}
	.bf-stu__tcas {font-size: 24px; height: 64px;}
	.bf-stu__card dt p {padding: 0 16px; height: 32px; font-size: 16px;}
	.bf-stu__card dd {padding: 8px;}
	.bf-stu__card dd h4 {font-size: 12px; width: 56px; height: 32px;}
	.bf-stu__card dd em {width: 32px; height: 32px;}
	.bf-stu__card dd h5 {font-size: 12px;}
	.bf-stu__card dd h5 strong {font-size: 16px;}
	.bf-stu__card dd p {font-size: 12px;}
}

@media (max-width:992px) {	
	.bf-stu__title h5 {height: 32px; font-size: 18px;}
	.bf-stu__title h4 {font-size: 26px;}
	.bf-stu__title h4 strong {font-size: 40px;}
	.bf-stu__tcas {font-size: 20px; height: 56px;}
}

@media (max-width:768px) {
	.bf-stu {margin-top: 20px;}
	.bf-stu__title h5 {height: 24px; padding: 0 8px; font-size: 11px;}
	.bf-stu__title h4 {font-size: 20px; margin-bottom: 0; margin-top: 4px;}
	.bf-stu__title h4 strong {font-size: 26px;}
	.bf-stu__tcas {font-size: 15px; height: 40px; text-align: center; padding: 0 16px;}
	.bf-stu__tcas br {display: block;}
	.bf-stu__wrap {padding: 16px 0;}
	.bf-stu__slider {margin: 0 -5px;}
	.bf-stu__slider .slick-slide {padding: 12px 5px;}
	.bf-stu__slider .slick-dots {margin-top: 0;}
	.bf-stu__card dt {border-width: 8px;}
	.bf-stu__card dt p {padding: 0 0 0 8px; height: 24px; font-size: 11px;}
	.bf-stu__card dd h4 {font-size: 10px; width: 40px; height: 24px;}
	.bf-stu__card dd h5 {font-size: 10px;}
	.bf-stu__card dd h5 strong {font-size: 14px;}
	.bf-stu__card dd em {display: none;}
}

@media (max-width:320px) {
	.bf-stu__title h5 {font-size: 9px;}
	.bf-stu__title h4 {}
}









.bf-curri {margin-top: 56px;}
.bf-curri__table {margin-top: 32px;}
.bf-curri__table table {border: solid 2px #fff;}
.bf-curri__table th,
.bf-curri__table td {padding: 16px; border: solid 1px #ddd; text-align: center; font-weight: 500;}
.bf-curri__table thead th {background: #1a39d5; color: #fff; font-size: 20px;}
.bf-curri__table tbody th {background: #d8e5f8; border-color: #b5caea; text-align: left;}
.bf-curri__table tbody td {background: #fff; color: #555;}

@media (max-width:992px) {
	.bf-curri__table {margin-top: 16px;}
	.bf-curri__table th,
	.bf-curri__table td {padding: 12px; font-size: 14px;}
	.bf-curri__table thead th {font-size: 14px;}
}

@media (max-width:768px) {
	.bf-curri {margin-top: 20px;}
	.bf-curri__wrap {overflow: hidden; margin-left: -16px; margin-right: -16px; }
	.bf-curri__table {margin-top: 16px; padding: 0 16px; overflow-x: auto;}
	.bf-curri__table table {width: 600px;}
	.bf-curri__table th,
	.bf-curri__table td {font-size: 12px;}
	.bf-curri__table thead th {font-size: 12px;}
}




.bf-course {padding: 80px 0; background: url('https://img.megastudyth.com/event/2024/buffet_middle/curri_bg.jpg')no-repeat center center / cover;}
.bf-course__title {text-align: center;}
.bf-course__title h5 {font-size: 40px; color: #fff; font-weight: 600;}
.bf-course__title h4 {font-size: 52px; color: #fff; font-weight: 700;}
.bf-course__title br {display: none;}
.bf-course__list {display: flex; margin: 0 -12px; padding-top: 48px;}
.bf-course__list > div {width: 33.3333%; padding: 0 12px;}
.bf-course__cont {background: #fff; height: 100%; padding: 32px; display: flex; flex-direction: column; position: relative;}
.bf-course__summary {flex-shrink: 0;}
.bf-course__summary > p {height: 32px; background: #000; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-course__summary h4 {text-align: center; margin: 16px 0; font-size: 28px; font-weight: 500; height: 104px;}
.bf-course__summary h4 strong {font-size: 40px; display: block; font-weight: 700; margin-top: 10px;}
.bf-course__summary h4 strong.md {font-size: 32px;}
.bf-course__summary h4 strong.sm {font-size: 24px;}
.bf-course__summary h4 strong em {color: #f2456a; font-style: normal;}
.bf-course__summary h4 strong + strong {margin-top: 0;}
.bf-course__summary dl {display: flex; align-items: center; justify-content: center;}
.bf-course__summary dt {font-size: 12px; color: #999; margin-right: 32px; line-height: 1.2;}
.bf-course__summary dt p {position: relative;}
.bf-course__summary dt p strong {font-size: 20px; font-weight: 500;}
.bf-course__summary dt p:before {content: ''; display: block; background: #f2456a; height: 2px; position: absolute; left: -4px; right: -16px; top: 50%; margin-top: -1px;}
.bf-course__summary dt p:after {content: ''; display: block; background: #f2456a; height: 2px; width: 12px; position: absolute; right: -16px; top: 50%; margin-top: -1px; -webkit-transform: rotate(45deg); transform: rotate(45deg); transform-origin: right center;}
.bf-course__summary dd {color: #f2456a; font-size: 20px; font-weight: 700;}
.bf-course__summary dd strong {font-size: 40px;}
.bf-course__detail {flex-grow: 1; background: #f2f2f2; margin-top: 24px; padding: 16px;}
.bf-course__detail h5 {border-bottom: solid 1px #ddd; font-size: 18px; font-weight: 600; color: #676767; text-align: center; padding-bottom: 16px; margin-bottom: 16px;}
.bf-course__detail ul {}
.bf-course__detail ul li {font-size: 15px; font-weight: 500; margin-bottom: 16px; position: relative; padding-left: 20px;}
.bf-course__detail ul li:last-child {margin-bottom: 0;}
.bf-course__detail ul li:before {content: ''; display: block; width: 14px; height: 12px; position: absolute; left: 0; top: 4px; background: url('https://img.megastudyth.com/event/2024/buffet_high/curri_check.png')no-repeat center center / cover;}
.bf-course__detail ul li span {display: block; font-size: 14px; color: #999; font-weight: 400; margin-top: 8px; display: flex;}
.bf-course__detail ul li span:before {content: attr(dots); flex-shrink: 0; margin-right: 6px;}
.bf-course__link {height: 56px; font-size: 24px; font-weight: 500; margin: 32px -32px -32px; background: #333; color: #fff !important; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.bf-fourse__badge {display: block; width: 124px; height: 124px; position: absolute; right: -62px; top: -62px; text-indent: -9999px; background: url('https://img.megastudyth.com/event/2024/buffet_high/curri_badge.png')no-repeat center center / cover;}
.bf-course__cont.ppl {background: #ffe033;}
.bf-course__cont.ppl .bf-course__summary > p {background: #2a1fff; color: #fff;}
.bf-course__cont.ppl .bf-course__summary h4 {color: #000;}
.bf-course__cont.ppl .bf-course__summary dt {color: #999;}
.bf-course__cont.ppl .bf-course__summary dd {color: #2a1fff;}
.bf-course__cont.ppl .bf-course__detail {background: #fff;}
.bf-course__cont.ppl .bf-course__link {background: #2a1fff; color: #fff !important;}

@media (max-width:1280px) {
	.bf-course__title h5 {font-size: 36px;}
	.bf-course__title h4 {font-size: 46px;}
	.bf-course__list {margin: 0 -8px; padding-top: 32px;}
	.bf-course__list > div {padding: 0 8px;}
	.bf-course__cont {padding: 16px;}
	.bf-course__summary > p {font-size: 14px;}
	.bf-course__summary h4 {font-size: 24px; height: 80px;}
	.bf-course__summary h4 strong {font-size: 32px;}
	.bf-course__summary h4 strong.md {font-size: 26px;}
	.bf-course__summary h4 strong.sm {font-size: 18px;}
	.bf-course__summary dt {margin-right: 24px;}
	.bf-course__summary dd strong {font-size: 34px;}
	.bf-course__detail h5 {font-size: 16px;}
	.bf-course__link {margin: 16px -16px -16px;}
}

@media (max-width:992px) {
	.bf-course__title h5 {font-size: 30px;}
	.bf-course__title h4 {font-size: 40px;}
	.bf-course__summary > p {font-size: 11px;}
	.bf-course__summary h4 {font-size: 16px; height: 56px;}
	.bf-course__summary h4 strong {font-size: 24px; margin-top: 5px;}
	.bf-course__summary h4 strong.md {font-size: 20px;}
	.bf-course__summary h4 strong.sm {font-size: 14px;}
	.bf-course__summary dl {display: block;}
	.bf-course__summary dt span {display: block;}
	.bf-course__summary dt p {display: inline-block;}
	.bf-course__detail {margin-top: 8px;}
	.bf-course__detail h5 {font-size: 14px; margin-bottom: 8px; padding-bottom: 8px;}
	.bf-course__detail ul li {font-size: 13px; margin-bottom: 8px;}
	.bf-course__detail ul li:before {top: 2px;}
	.bf-course__detail ul li span {font-size: 12px; margin-top: 4px;}
	.bf-course__link {font-size: 20px;}
	.bf-fourse__badge {width: 80px; height: 80px; right: -40px; top: -40px;}
}

@media (max-width:768px) {
	.bf-course {padding: 64px 0;}
	.bf-course__title h5 {font-size: 20px;}
	.bf-course__title h4 {font-size: 30px; margin-top: 8px;}
	.bf-course__title br {display: block;}
	.bf-course__summary h4 {height: auto;}
	.bf-course__summary dl {display: flex;}
	.bf-course__list {display: block; margin: 0; padding-top: 24px;}
	.bf-course__list > div {width: 100%; padding: 0; margin-bottom: 20px;}
	.bf-course__list > div:last-child {margin-bottom: 0;}
	.bf-fourse__badge {right: -24px; top: -24px;}
}

@media (max-width:320px) {
	.bf-course__title h5 {font-size: 16px;}
	.bf-course__title h4 {font-size: 22px;}
}






.bf-inquiry {padding: 80px 0; background: url('https://img.megastudyth.com/event/2024/buffet_middle/inquiry_bg.jpg')no-repeat center center / cover;}
.bf-inquiry__title {text-align: center; font-family: "Mitr", sans-serif; font-weight: 600;}
.bf-inquiry__title h4 {font-size: 56px; color: #fff;}
.bf-inquiry__title h4 br {display: none;}
.bf-inquiry__title h5 {font-size: 36px; color: #fff72a; margin-top: 8px;}
.bf-inquiry__inner {max-width: 468px; margin: 0 auto;}
.bf-inquiry__inner h4 {height: 48px; background: #cfdff8; font-size: 22px; font-weight: 600; margin-top: 56px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 24px; border-radius: 24px;}
.bf-inquiry__inner h4:before {content: ''; display: block; flex-shrink: 0; width: 63px; height: 84px; margin-right: 12px; margin-top: -48px; background: url('https://img.megastudyth.com/event/2024/buffet_middle/inquiry_icon.png')no-repeat center center / cover;}
.bf-inquiry__box {background: #fff; padding: 30px; margin: 0 auto; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}
.bf-inquiry__box:before {content: ''; display: block; height: 30px; background: url('https://img.megastudyth.com/event/2024/buffet_high/course_logo.png')no-repeat center center / auto 100%;}
.bf-inquiry__box label:not([type='radio'] + label) {display: block; font-size: 15px; margin-top: 20px; margin-bottom: 10px;}
.bf-inquiry__box li {margin-bottom: 5px; position: relative;}
.bf-inquiry__box li:last-child {margin-bottom: 0; margin-top: 20px;}
.bf-inquiry__box li:first-child label {margin-top: 0;}
.bf-inquiry__box input:not([type='radio']),
.bf-inquiry__box select {display: block; width: 100%; height: 50px; border: solid 1px #ddd; -webkit-border-radius: 0px; border-radius: 0px; -webkit-appearance: none; appearance: none; -webkit-border-radius: 5px; border-radius: 5px;}
.bf-inquiry__box input {padding: 0 10px;}
.bf-inquiry__box select {padding-left: 10px; padding-right: 40px; background: none; cursor: pointer;}
.bf-inquiry__box input:focus,
.bf-inquiry__box select:focus {border-width: 2px; border-color: #0082ff;}
.bf-inquiry__box input[type='radio'] {margin-right: 5px;}
.bf-inquiry__box input[type='radio'] + label {margin-right: 15px; cursor: pointer;}
.bf-inquiry__rdo {display: flex; margin-top: 24px;}
.bf-inquiry__rdo input[type="radio"] {display: none;}
.bf-inquiry__rdo input[type="radio"] + label {width: 50%; height: 52px; margin-right: 0; background: #f2f2f2; color: #999; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; display: flex; align-items: center; justify-content: center;}
.bf-inquiry__rdo input[type="radio"]:checked + label {background: #1f4d79; color: #fff;}
.bf-inquiry__select:after {content: ''; display: block; width: 6px; height: 6px; border-right: solid 1px #333; border-bottom: solid 1px #333; position: absolute; right: 15px; bottom: 24px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.bf-inquiry__btn li button {background: #0082ff; color: #fff; font-weight: 500; font-size: 20px; display: flex; width: 100%; height: 56px; align-items: center; justify-content: center; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; -webkit-appearance: none; appearance: none;}

@media (max-width:1280px) {
	.bf-inquiry__title h4 {font-size: 48px;}
	.bf-inquiry__title h5 {font-size: 30px;}
	.bf-inquiry__rdo input[type="radio"] + label {height: 48px;}
}

@media (max-width:992px) {
	.bf-inquiry__title h4 {font-size: 40px;}
	.bf-inquiry__title h5 {font-size: 26px;}
	.bf-inquiry__box input[type="text"],
	.bf-inquiry__box input[type="tel"],
	.bf-inquiry__box select {height: 40px;}
	.bf-inquiry__box label:not([type='radio'] + label) {margin-top: 16px; margin-bottom: 6px; font-size: 14px;}
	.bf-inquiry__rdo input[type="radio"] + label {height: 40px;}
	.bf-inquiry__btn li button {font-size: 16px;}
}

@media (max-width:768px) {
	.bf-inquiry {padding: 64px 0;}
	.bf-inquiry__title h4 {font-size: 30px;}
	.bf-inquiry__title h5 {font-size: 20px;}
	.bf-inquiry__title h4 br {display: block;}
	.bf-inquiry__inner h4 {height: 40px; font-size: 16px; margin-top: 32px; margin-bottom: 8px;}
	.bf-inquiry__inner h4:before {width: 45px; height: 60px; margin-right: 8px; margin-top: -32px;}
	.bf-inquiry__box {padding: 20px;}
	.bf-inquiry__box:before {height: 24px;}
}

@media (max-width:320px) {
	.bf-inquiry__title h4 {font-size: 26px;}
	.bf-inquiry__title h5 {font-size: 18px;}
	.bf-inquiry__inner h4 {height: 32px; font-size: 14px;}
}
#spinner:not([hidden]) {position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; background: rgba(0,0,0,0.5); z-index:999;}
#spinner::after {content: ""; width: 80px; height: 80px; border: 2px solid #f3f3f3; border-top: 3px solid #f25a41; border-radius: 100%; will-change: transform; animation: spin 1s infinite linear;}
@keyframes spin {from {transform: rotate(0deg);} to {transform: rotate(360deg);}}
.myDiv{font-size:27px; font-weight:600; text-align:center; vertical-align:middle;}
.myDiv span {font-size:15px;}



.bf-guide {padding: 80px 0; background: #36406e;}
.bf-guide__title {text-align: center;}
.bf-guide__title h5 {font-size: 40px; color: #fff; font-weight: 600;}
.bf-guide__title h5 span {display: block; width: 206px; height: 52px; text-indent: -9999px; margin: 0 auto 32px; position: relative; background: #fff url('https://img.megastudyth.com/event/2024/buffet_high/course_logo.png')no-repeat center center / 140px auto; -webkit-border-radius: 32px; border-radius: 32px;}
.bf-guide__title h5 span:after {content: ''; position: absolute; left: 50%; margin-left: -5px; top: 100%; width: 0px; height: 0px; border-style: solid; border-width: 10px 5.5px 0 5.5px; border-color: #ffffff transparent transparent transparent; transform: rotate(0deg);}
.bf-guide__title h4 {font-size: 52px; color: #fff; font-weight: 700;}
.bf-guide__capture {margin-top: 56px; -webkit-border-radius: 24px; border-radius: 24px; -webkit-box-shadow: 0px 0px 16px 0px rgba(69,33,115,0.16); box-shadow: 0px 0px 16px 0px rgba(69,33,115,0.16);}
.bf-guide__capture dt {display: flex; height: 56px; position: relative; align-items: center; justify-content: center; background: #dddddd; -webkit-border-radius: 24px 24px 0 0; border-radius: 24px 24px 0 0;}
.bf-guide__capture dt span {position: absolute; display: flex; align-items: center; left: 16px; top: 50%; margin-top: -8px;}
.bf-guide__capture dt span em {display: block; width: 16px; height: 16px; margin-right: 8px; -webkit-border-radius: 50%; border-radius: 50%;}
.bf-guide__capture dt span em:nth-child(1) {background: #fe5f58;}
.bf-guide__capture dt span em:nth-child(2) {background: #febc2e;}
.bf-guide__capture dt span em:nth-child(3) {background: #28c840; margin-right: 0;}
.bf-guide__capture dt > div {width: 50%; height: 32px; background: #fff; padding: 0 8px; display: flex; align-items: center; justify-content: flex-end; -webkit-border-radius: 8px; border-radius: 8px;}
.bf-guide__capture dt > div:after {content: ''; display: block; width: 15px; height: 15px; background: url('https://img.megastudyth.com/event/2024/buffet_high/course_refresh.png')no-repeat center center / cover;}
.bf-guide__capture dd {background: #fff; padding: 48px; -webkit-border-radius: 0 0 24px 24px; border-radius: 0 0 24px 24px; -webkit-box-shadow: inset 0px -10px 2px -8px rgba(255,255,255,0.5); box-shadow: inset 0px -10px 2px -8px rgba(255,255,255,0.5);}
.bf-guide__capture dd ul {display: flex; flex-wrap: wrap; margin: -10px;}
.bf-guide__capture dd ul li {padding: 10px; width: 50%;}
.bf-guide__capture dd ul li > div {border: solid 1px #ddd; -webkit-border-radius: 12px; border-radius: 12px; overflow: hidden;}
.bf-guide__capture dd ul li img {display: block; width: 100%;}

@media (max-width:1280px) {
	.bf-guide__title h5 {font-size: 34px;}
	.bf-guide__title h5 span {width: 160px; height: 40px; margin: 0 auto 16px; background-size: 104px auto;}
	.bf-guide__title h4 {font-size: 42px;}
	.bf-guide__capture dd {padding: 24px;}
}

@media (max-width:992px) {
	.bf-guide__title h5 {font-size: 30px;}
	.bf-guide__title h5 span {width: 120px; height: 34px; margin: 0 auto 8px; background-size: 80px auto;}
	.bf-guide__title h4 {font-size: 36px;}
	.bf-guide__capture {margin-top: 24px;}
	.bf-guide__capture dd ul {margin: -5px;}
	.bf-guide__capture dd ul li {padding: 5px;}
}

@media (max-width:768px) {
	.bf-guide {padding: 64px 0;}
	.bf-guide__title h5 {font-size: 20px;}
	.bf-guide__title h5 span {width: 96px; height: 28px; background-size: 64px auto;}
	.bf-guide__title h4 {font-size: 26px;}
	.bf-guide__capture {-webkit-border-radius: 12px; border-radius: 12px;}
	.bf-guide__capture dt {height: 40px; -webkit-border-radius: 12px 12px 0 0; border-radius: 12px 12px 0 0;}
	.bf-guide__capture dt span {margin-top: -4px;}
	.bf-guide__capture dt span em {width: 8px; height: 8px; margin-right: 4px;}
	.bf-guide__capture dt > div {height: 24px; -webkit-border-radius: 4px; border-radius: 4px;}
	.bf-guide__capture dd {padding: 16px;}
	.bf-guide__capture dd ul {margin: 0; display: block;}
	.bf-guide__capture dd ul li {width: 100%; padding: 0; margin-bottom: 8px;}
	.bf-guide__capture dd ul li:last-child {margin-bottom: 0;}
}

@media (max-width:320px) {
	.bf-guide__title h4 {font-size: 20px;}
}







.bf-faq {padding: 80px 0 120px; background: url('https://img.megastudyth.com/event/2024/buffet_middle/faq_bg.jpg')no-repeat center bottom / 100%;}
.bf-faq__title {font-size: 52px; font-weight: 700; text-align: center;}
.bf-faq__title br {display: none;}
.bf-faq__list {margin-top: 56px; margin-left: auto; margin-right: auto; max-width: 944px;}
.bf-faq__list li {margin-bottom: 24px;}
.bf-faq__list li:last-child {margin-bottom: 0;}
.bf-faq__list li dl dt {display: flex; align-items: center;}
.bf-faq__list li dl dt strong {width: 64px; height: 64px; font-size: 24px; font-weight: 600; background: #dfe6fa; color: #314786; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.bf-faq__list li dl dt h5 {flex-grow: 1; height: 64px; padding: 0 16px; color: #fff; font-size: 24px; font-weight: 600; line-height: 1.1; display: flex; align-items: center; background: #314786 url('https://img.megastudyth.com/event/2024/buffet_high/faq_list.png')no-repeat right center / auto 100%;}
.bf-faq__list li dl dd {background: #f2f2f2; font-size: 18px; color: #555; padding: 24px; line-height: 1.6; min-height: 104px;}

@media (max-width:1280px) {
	.bf-faq__title {font-size: 44px;}
	.bf-faq__list {margin-top: 40px;}
	.bf-faq__list li dl dt h5 {font-size: 20px;}
	.bf-faq__list li dl dd {font-size: 16px;}
}

@media (max-width:992px) {	
	.bf-faq__title {font-size: 36px;}
	.bf-faq__list {margin-top: 32px;}
	.bf-faq__list li dl dt h5 {font-size: 18px;}
	.bf-faq__list li dl dd {font-size: 14px;}
}

@media (max-width:768px) {
	.bf-faq {padding: 64px 0;}
	.bf-faq__title {font-size: 26px;}
	.bf-faq__title br {display: block;}
	.bf-faq__list {margin-top: 24px;}
	.bf-faq__list li {margin-bottom: 16px;}
	.bf-faq__list li dl dt strong {width: 40px; height: 56px; font-size: 18px;}
	.bf-faq__list li dl dt h5 {font-size: 15px; padding: 0 8px; height: 56px;}
	.bf-faq__list li dl dd {font-size: 13px; padding: 16px;}
}

@media (max-width:320px) {
	.bf-faq__title {font-size: 26px;}
	.bf-faq__list li dl dt h5 {font-size: 14px;}
	.bf-faq__list li dl dd {font-size: 12px;}
}









.bf-quick {position: absolute; right: 0; top: 0; margin-top: 160px; z-index: 101; width: 174px;}
.bf-quick li {margin-bottom: 12px;}
.bf-quick li:last-child {margin-bottom: 0;}
.bf-quick li a {height: 90px; border: solid 1px #333; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.bf-quick li a span {color: rgba(255,255,255,0.7);}
.bf-quick li a strong {font-size: 20px; font-weight: 600; color: #fff; margin-top: 4px;}
.bf-quick li a.red {background: #e95037;}
.bf-quick li a.blu {background: #1472ff;}

@media (max-width:1280px) {	
	.bf-quick {width: 144px;}
	.bf-quick li {margin-bottom: 4px;}
	.bf-quick li a {height: 64px;}
	.bf-quick li a span {font-size: 14px;}
	.bf-quick li a strong {font-size: 16px;}
}

@media (max-width:992px) {	
	.bf-quick {display: none;}	
}








.bf-fixed {
	display: flex; max-width: 1200px; margin: 0 auto; background: #fff; border: solid 2px #333; border-bottom: none; padding-left: 25px; padding-right: 35px;
	justify-content: space-between; position: fixed; left: 20px; right: 20px; bottom: 0; -webkit-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0;
	-webkit-box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.2); box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.2); z-index: 20;
}
.bf-fixed span {height: 60px; padding: 0 20px; background: #333; color: #fff; margin-right: 24px; font-size: 16px; flex-shrink: 0; text-align: center; line-height: 1.3; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 0 0 16px 16px; border-radius: 0 0 16px 16px;}
.bf-fixed strong {height: 80px; display: flex; align-items: center; font-size: 32px; font-weight: 700;}
.bf-fixed strong:before {content: ''; display: block; width: 63px; height: 86px; flex-shrink: 0; margin-right: 16px; margin-top: -40px; background: url('https://img.megastudyth.com/event/2024/buffet_middle/fixed_icon.png')no-repeat center center / cover;}
.bf-fixed em {flex-shrink: 0; display: block; width: 40px; height: 40px; margin-left: 80px; background: #999; position: relative; -webkit-border-radius: 50%; border-radius: 50%;}
.bf-fixed em:before {content: ''; display: block; width: 64px; height: 2px; background: #333; position: absolute; right: 50%; top: 50%; margin-right: -4px;}
.bf-fixed em:after {content: ''; display: block; width: 16px; height: 2px; background: #333; position: absolute; right: 50%; top: 50%; margin-right: -4px; -webkit-transform: rotate(45deg); transform: rotate(45deg); transform-origin: right center;}

@media (max-width:1280px) {
	.bf-fixed strong {font-size: 26px;}
	.bf-fixed em {margin-left: 40px;}
	.bf-fixed em:before {width: 48px;}
}

@media (max-width:992px) {
	.bf-fixed {padding-left: 16px; padding-right: 16px;}
	.bf-fixed span {font-size: 12px; height: 48px; padding: 0 12px;}
	.bf-fixed strong {height: 64px; font-size: 20px;}
	.bf-fixed em {width: 30px; height: 30px; margin-left: 32px;}
	.bf-fixed em:before {width: 32px;}
	.bf-fixed em:after {width: 12px;}
}

@media (max-width:768px) {
	.bf-fixed {padding-left: 8px; padding-right: 8px; left: 8px; right: 8px;}
	.bf-fixed {justify-content: center;}
	.bf-fixed span {display: none;}
	.bf-fixed strong {height: 48px; font-size: 16px;}
	.bf-fixed strong:before {width: 48px; height: 66px; margin-top: -24px;}
}









.bf-crs {padding: 100px 0; background: #F7BB5E;}
.bf-crs__pop {display: none; background: rgba(0,0,0,0.6); position: fixed; overflow-y: auto; z-index: 2000; left: 0; right: 0; top: 0; bottom: 0; padding: 30px 20px;}
.bf-crs__pop > div {width: 100%; height: 100%; display: table;}
.bf-crs__pop > div > div {display: table-cell; width: 100%; vertical-align: middle;}
.bf-crs__pop > div > div > div {background: #fff; padding: 20px; box-sizing: border-box; width: 100%; max-width: 800px; margin: 0 auto; overflow: hidden; position: relative; -webkit-border-radius: 16px; border-radius: 16px;}
.bf-crs__close {display: block; width: 56px; height: 56px; background: none; position: absolute; right: 0; top: 0; text-indent: -9999px;}
.bf-crs__close:before,
.bf-crs__close:after {content: ''; display: block; width: 21px; height: 1px; background: #333; position: absolute; left: 50%; top: 50%; margin-left: -11px; margin-top: -1px;}
.bf-crs__close:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.bf-crs__close:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.bf-crs__title {font-size: 24px; font-weight: 700;}
.bf-crs__list {margin-top: 20px;}
.bf-crs__list > li {border: solid 1px #D8D8D8; margin-bottom: 8px;}
.bf-crs__list > li:last-child {margin-bottom: 0;}
.bf-crs__list > li h5 {padding: 16px; background: #FAFAFA; font-size: 16px; font-weight: 600; color: #222; line-height: 1.4;}
.bf-crs__list > li > ul {padding: 16px;}
.bf-crs__list > li > ul > li {position: relative; padding-left: 10px; margin-bottom: 4px; font-size: 14px; line-height: 1.4;}
.bf-crs__list > li > ul > li:last-child {margin-bottom: 0;}
.bf-crs__list > li > ul > li:before {content: ''; display: block; width: 4px; height: 1px; background: #222; position: absolute; left: 0; top: 10px;}

.bf-crs__top {text-align: center; margin-bottom: 40px; color: #05202A;}
.bf-crs__top h3 {font-size: 44px; font-weight: 700; margin-bottom: 16px;}
.bf-crs__top button {padding: 0 40px; height: 64px; border: solid 1px #000; font-size: 16px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 32px; border-radius: 32px;}
.bf-crs__top button:before {content: ''; display: block; margin-right: 12px; width: 24px; height: 24px; background: url('https://img.megastudyth.com/event/2024/buffet_high/course_info.png')no-repeat center center / cover;}
.bf-crs__top button:after {content: ''; display: block; margin-left: 12px; width: 6px; height: 6px; border-top: solid 2px #000; border-right: solid 2px #000; -webkit-transform: rotate(45deg); transform: rotate(45deg);}

.bf-crs__group {background: #fff; padding: 48px; margin-bottom: 24px;}
.bf-crs__group:last-child {margin-bottom: 0;}
.bf-crs__title {text-align: center; color: #05202A;}
.bf-crs__title h4 {margin: 12px 0; font-size: 32px; font-weight: 700;}
.bf-crs__title p {font-size: 16px; font-weight: 300;}
.bf-crs__title p {font-size: 16px; font-weight: 300; margin-bottom: 8px;}
.bf-crs__title p strong {font-weight: 500;}
.bf-crs__best {width: 122px; height: 34px; margin: 0 auto; background: linear-gradient(to right,  rgba(255,14,14,1) 0%,rgba(204,0,255,1) 100%); display: flex; align-items: center; justify-content: center; position: relative; -webkit-border-radius: 4px; border-radius: 4px;}
.bf-crs__best em {position: relative; display: block; font-style: normal; font-size: 16px; display: inline-block; font-weight: 700; background-clip: text; -webkit-background-clip: text; color: transparent; background-image: url('https://img.megastudyth.com/event/2024/buffet_high/course_gradient.png'); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative;}
.bf-crs__best:before {content: ''; display: block; top: 2px; bottom: 2px; left: 2px; right: 2px; background: #fff; position: absolute; -webkit-border-radius: 2px; border-radius: 2px;}
.bf-crs__best ~ .bf-crs__half {padding-top: 100px;}
.bf-crs__half {padding-top: 32px; margin: 0 -12px; display: flex; justify-content: center;}
.bf-crs__half > div {width: 50%; padding: 0 12px; width: 50%; display: flex; flex-direction: column; position: relative;}
.bf-crs__half.col1 > div {}
.bf-crs__box {border: solid 1px #DBDBDB; border-bottom: none; flex-grow: 1; -webkit-border-radius: 12px 12px 0 0; border-radius: 12px 12px 0 0; position: relative;}
.bf-crs__icon {margin-top: -100px;}
.bf-crs__icon img {display: block;}
.bf-crs__icon h4 {font-size: 28px; font-weight: 400; margin-top: 30px; text-align: center; font-weight: 500;}
.bf-crs__cost {padding: 28px; display: flex; align-items: center; justify-content: center;}
.bf-crs__cost h4 {font-size: 28px; font-weight: 400; margin-right: 30px; text-align: center; font-weight: 500;}
.bf-crs__cost p {font-size: 20px; color: #BCBCBC; position: relative; padding-right: 20px; margin-right: 12px;}
.bf-crs__cost p:before {content: ''; display: block; background: #000; height: 2px; position: absolute; top: 50%; margin-top: -1px; left: -12px; right: 0;}
.bf-crs__cost p:after {content: ''; display: block; width: 12px; height: 12px; border-top: solid 2px #000; border-right: solid 2px #000; position: absolute; right: 0; top: 50%; margin-top: -6px; box-sizing: border-box; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.bf-crs__cost h5 {font-size: 32px; font-weight: 700; color: #000;}
.bf-crs__cost.lg p {font-size: 24px;}
.bf-crs__cost.lg h5 {font-size: 40px;}
.bf-crs__cost p.chkin {padding-right: 100px;}
.bf-crs__cost p.chkin span {width: 70px; height: 70px; text-align: center; background: #000; color: #fff; font-size: 12px; font-weight: 500; position: absolute; right: 12px; top: 50%; margin-top: -35px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}

.bf-crs__btn {height: 64px; background: #000; color: #fff !important; font-size: 16px; font-weight: 500; flex-shrink: 0; position: relative; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 0 0 12px 12px; border-radius: 0 0 12px 12px;}
.bf-crs__btn span {width: 67px; height: 28px; border: solid 1px #ddd; margin-right: 12px; font-weight: 400; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 4px; border-radius: 4px;}
.bf-crs__btn span.org {border-color: #FFA100; color: #FFA100;}
.bf-crs__btn span.grn {border-color: #2EFFF2; color: #2EFFF2;}
.bf-crs__btn.ipad:after {content: ''; display: block; width: 106px; height: 85px; position: absolute; right: 20px; bottom: 0; background: url('https://img.megastudyth.com/event/2024/buffet_high/course_btn_ipad.png')no-repeat center center / cover;}

@media (max-width:1280px) {
	.bf-crs__group {padding: 48px 24px;}
	.bf-crs__icon h4 {font-size: 20px;}
	.bf-crs__cost h4 {font-size: 24px;}
	.bf-crs__cost.lg p {font-size: 20px;}
	.bf-crs__cost.lg h5 {font-size: 32px;}
}

@media (max-width:992px) {
	.bf-crs__top h3 {font-size: 36px;}
	.bf-crs__top button {padding: 0 24px; height: 48px;}
	.bf-crs__title h4 {font-size: 26px;}
	.bf-crs__title p {font-size: 14px;}
	.bf-crs__half {padding-top: 24px; margin: 0 -4px;}
	.bf-crs__half > div {padding: 0 4px;}
	.bf-crs__best ~ .bf-crs__half {padding-top: 60px;}
	.bf-crs__icon {margin-top: -60px;}
	.bf-crs__cost h4 {font-size: 18px;}
	.bf-crs__icon img {height: 180px;}
	.bf-crs__icon h4 {font-size: 16px;}	
	.bf-crs__cost p {font-size: 16px !important;}
	.bf-crs__cost h5 {font-size: 24px !important;}
	.bf-crs__cost p.chkin {padding-right: 80px;}
	.bf-crs__cost p.chkin span {width: 60px; height: 60px; font-size: 11px; line-height: 1.1;}
	.bf-crs__btn.ipad:after {right: 0; width: 70px; height: 56px;}
}

@media (max-width:768px) {
	.bf-crs {padding: 64px 0;}
	.bf-crs__top {margin-bottom: 48px;}
	.bf-crs__top h3 {font-size: 22px; margin-bottom: 8px;}
	.bf-crs__top button {padding: 0 16px; height: 40px; font-size: 12px;}
	.bf-crs__top button:before {margin-right: 8px;}
	.bf-crs__top button:after {margin-left: 8px;}
	.bf-crs__title h4 {font-size: 22px;}
	.bf-crs__title p {font-size: 12px;}
	.bf-crs__group {margin: 0 -20px 10px; padding: 32px 16px 40px;}
	.bf-crs__half {margin: 0; display: block;}
	.bf-crs__half > div {padding: 0; width: 100%; margin-bottom: 16px;}
	.bf-crs__half > div:last-child {margin-bottom: 0;}
	.bf-crs__best ~ .bf-crs__half {padding-top: 100px;}
	.bf-crs__best ~ .bf-crs__half > div:last-child {margin-top: 100px;}
	.bf-crs__icon {margin-top: -80px; margin-bottom: 16px;}
	.bf-crs__icon img {height: 140px;}
	.bf-crs__icon h4 {margin-top: 10px;}
	.bf-crs__cost {padding: 16px; flex-wrap: wrap;}
	.bf-crs__cost h4 {width: 100%; margin-right: 0; margin-bottom: 30px; font-size: 16px;}
	.bf-crs__btn {height: 48px;}
}







.pay-boom {display: block; position: absolute; width: 240px; left: -15%; top: -20%; z-index: 1;}
.pay-boom.md {width: 180px; left: -5%; top: -30%;}

@media (max-width:1280px) {
	.pay-boom {width: 180px;}
	.pay-boom.md {left: -70px; top: -40%;}
}

@media (max-width:992px) {
	.pay-boom,
	.pay-boom.md {width: 140px;}
}

@media (max-width:768px) {
	.pay-boom,
	.pay-boom.md {width: 120px; left: -10%;}
}