/* CSS Document */

.themeSectionTitle {
    color: #E82729;
    font-size: 2.2rem;
    font-weight: 500;
}

.themeBanner {
    position: relative;
    width:  100%;
    height: calc(100vh - 100px);
    background-image: url('../../images/mcat_workshop/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.themeBannerInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
    padding: 50px 50px;
}
.themeBannerCorner {
    position: absolute;
    width: 20%;
    top: 0;
    left: 0;
    z-index: 20;
}
.bannerMouseMoveArea {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 200px;
    transform: translateY(-40px);
}
.bannerMouseMoveItem {
    position: absolute;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
}

.bannerMouseMoveItem.text01 {
    top: 0;
    left: 12%;
}
.bannerMouseMoveItem.text02 {
    top: 0;
    left: 48%;
}
.bannerMouseMoveItem.text03 {
    width: 100%;
    top: 70px;
    left: 0;
    text-align: center;
}
.bannerMouseMoveItem.text04 {
    width: 100%;
    top: 160px;
    left: 0;
    text-align: center;
}

.bannerMouseMoveItem.graphic01 {
    top: 0;
    left: 42.5%;
    width: 26px;
}
.bannerMouseMoveItem.graphic02 {
    top: 80px;
    left: 24%;
    width: 26px;
}
.bannerMouseMoveItem.graphic03 {
    top: 70px;
    left: 73%;
    width: 56px;
}
.bannerMouseMoveItem.graphic04 {
    top: 170px;
    left: 15%;
    width: 70px;
}
.bannerMouseMoveItem.graphic05 {
    top: 160px;
    left: 79%;
    width: 37px;
}

.themeBannerBottomText {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
}
.themeBannerScroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    padding: 10px;
    cursor: pointer;
}

.themeContent {
    position: relative;
    width: 100%;
    padding: 0 50px;
}
.themeContentBox {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
.themeFeaturesList {
    display: flex;
    padding: 100px 0 60px;
    background-image: url('../../images/border-dash.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}
.themeFeaturesItem {
    display: flex;
    flex-direction: column;
}
.themeFeaturesItemCert {
    width: 34%;
}
.themeFeaturesItemTime {
    flex: 1;
}
.themeFeaturesItemQA {
    width: 26%;
}
.themeFeaturesCube {
    height: 240px;
}
.themeFeaturesDetail {
    flex: 1;
    margin-top: 30px;
    padding: 0 30px 0;
    font-size: 1.5rem;
    line-height: 1.4;
    border-left: 1px solid rgba(74, 87, 96, .3);
}
.themeFeaturesTitle {
    margin-bottom: 15px;
}
.themeFeaturesSchduleItem {
    margin-bottom: 15px;
}
.themeFeaturesSchduleItem:last-child {
    margin-bottom: 0;
}

.themeWorkshopCover {
    padding: 60px 0 50px;
    background-image: url('../../images/border-dash.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}
.themeWorkshopInfo {
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 110px;
    background-color: #F47C10;
    font-size: 1.5rem;
    color: #ffffff;
}
.themeWorkshopInfoItem {
    display: flex;
    align-items: center;
    width: 33%;
    height: 100%;
    padding: 0 25px;
}
.themeWorkshopInfoItem.itemCenter {
    flex: 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.themeWorkshopInfoItem sup {
    font-size: 1rem;
}
.themeWorkshopInfoIcon {
    height: 28px;
    display: inline-block;
    margin-right: 15px;
    transform: translateY(4px);
}
.themeWorkshopPrice {
    margin-top: 70px;
    display: flex;
}
.themeWorkshopPriceTitle {
    flex: 1;
}
.themeWorkshopPriceList {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.themeWorkshopPriceItem {
    position: relative;
    width: 48%;
    border: 1px solid #4A57604D;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 25px 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #F47C10;
}
.themeWorkshopPriceItem.highlightItem {
    border: 1px solid #F47C10;
    border-radius: 20px 0 20px 20px;
}
.themeWorkshopPriceItem sup {
    font-size: 1rem;
}
.themeWorkshopPriceBadge {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
}
.themeWorkshopPriceItem-title {
    color: #262626;
}
.themeWorkshopPriceItem-price {
    font-weight: 700;
    font-size: 1.2rem;
}
.themeWorkshopPriceItem-price span {
    font-size: 2rem;
}

.themeApply {
    padding: 60px 0 50px;
}
.themeApplyInner {
    display: flex;
    font-size: 1.3rem;
}
.themeApplyDivStep {
    width: 30%;
}
.themeApplyDivBank {
    flex: 1;
    font-size: 1.5rem;
    text-align: center;
}
.themeApplyDivForm {
    width: 30%;
}
ol.themeApplyStep {
    margin-top: 15px;
    list-style-type: decimal;
    padding-left: 20px;
}
ol.themeApplyStep > li {
    margin-bottom: 15px;
}
.themeApplyDivForm-title {
    color: #E82729;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.themeApplyDivBank-logo {
    width: 70px;
    margin: 0 auto 15px;
}
.themeApplyDivBank-account {
    font-size: 2rem;
    font-weight: 500;
}
.themeApplyDivBank-divider {
    margin: 15px 0 20px;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    text-align: center;
}
.themeApplyDivBank-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(50% + 25px);
    width: 100px;
    height: 1px;
    background-color: rgba(74, 87, 96, .15);
}
.themeApplyDivBank-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 25px);
    width: 100px;
    height: 1px;
    background-color: rgba(74, 87, 96, .15);
}
.themeApplyDivBank-qrcode {
    width: 160px;
    margin: 0 auto;
}
.themeApplyDivCopyBtn {
    margin-top: 20px;
    text-align: center;
}

.themeMovingGraphic {
    position: absolute;
}
.bgGraphicItem01 {
    width: 7%;
    top: 22%;
    right: 0;
    z-index: 5;
}
.bgGraphicItem02 {
    width: 7%;
    top: 46%;
    left: 0;
    z-index: 5;
}
.bgGraphicItem03 {
    width: 7%;
    top: 65%;
    right: 0;
    z-index: 5;
}

.MB_themeApplyDivBankArea {
    display: none;
    margin-top: 50px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.PC_themeApplyStepList {
    display: block;
}
.MB_themeApplyStepList {
    display: none;
}

@media (max-width: 1600px) {
    .themeSectionTitle {
        font-size: 2rem;
    }
    .themeFeaturesCube {
        height: 220px;
    }
    .bgGraphicItem01 {
        width: 5%;
        top: 22%;
    }
    .bgGraphicItem02 {
        width: 5%;
        top: 46%;
    }
    .bgGraphicItem03 {
        width: 5%;
        top: 68%;
    }
}
@media (max-width: 1366px) {
    .themeSectionTitle {
        font-size: 1.8rem;
    }
    .themeBanner {
        height: calc(100vh - 80px);
        max-height: 580px;
    }
    .themeBannerBottomText {
        bottom: 60px;
        font-size: 1.4rem;
    }
    .themeBannerScroll {
        bottom: 20px;
        width: 38px;
        padding: 10px;
    }
    .themeFeaturesCube {
        height: 180px;
    }
    .themeFeaturesDetail {
        margin-top: 30px;
        padding: 0 30px 0;
        font-size: 1.3rem;
    }
    .themeWorkshopInfo {
        height: 90px;
        font-size: 1.3rem;
    }
    .themeWorkshopInfoItem {
        padding: 0 25px;
    }
    .themeWorkshopInfoItem sup {
        font-size: 1rem;
    }
    .themeWorkshopInfoIcon {
        height: 25px;
        margin-right: 12px;
        transform: translateY(4px);
    }
    .themeWorkshopPrice {
        margin-top: 60px;
    }
    .themeWorkshopPriceItem {
        padding: 15px 25px 20px;
        font-size: 1.25rem;
    }
    .themeWorkshopPriceItem-price {
        font-size: 1.15rem;
    }
    .themeWorkshopPriceItem-price span {
        font-size: 1.8rem;
    }
    .themeApplyInner {
        font-size: 1.2rem;
    }
    .themeApplyDivBank {
        font-size: 1.3rem;
    }
    ol.themeApplyStep {
        margin-top: 15px;
        padding-left: 20px;
    }
    ol.themeApplyStep > li {
        margin-bottom: 15px;
    }
    .themeApplyDivForm-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .themeApplyDivBank-logo {
        width: 60px;
        margin: 0 auto 15px;
    }
    .themeApplyDivBank-account {
        font-size: 1.8rem;
    }
    .themeApplyDivBank-divider {
        margin: 15px 0 20px;
        font-size: 1.2rem;
    }
    .themeApplyDivBank-divider::before {
        right: calc(50% + 25px);
        width: 100px;
    }
    .themeApplyDivBank-divider::after {
        left: calc(50% + 25px);
        width: 100px;
    }
    .themeApplyDivBank-qrcode {
        width: 160px;
    }
    
    .themeMovingGraphic {
        display: none;
    }
}
@media (max-width: 1112px) {
    .themeBanner {
        height: auto;
        max-height: unset;
    }
    .themeBannerInner {
        padding: 120px 0 160px;
    }
    .bannerMouseMoveItem {
        position: relative;
        font-size: 2.2rem;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .bannerMouseMoveItem.graphic01, 
    .bannerMouseMoveItem.graphic02, 
    .bannerMouseMoveItem.graphic03, 
    .bannerMouseMoveItem.graphic04, 
    .bannerMouseMoveItem.graphic05 {
        display: none;
    }
    .themeApplyInner {
        flex-wrap: wrap;
    }
    .themeApplyDivStep {
        width: 50%;
        padding-right: 10%;
    }
    .themeApplyDivBank {
        display: none;
    }
    .themeApplyDivForm {
        width: 50%;
    }
    .MB_themeApplyDivBankArea {
        display: block;
    }
}
@media (max-width: 768px) {
    .themeSectionTitle {
        font-size: 1.6rem;
    }
    .themeBannerInner {
        padding: 120px 0 140px;
    }
    .bannerMouseMoveItem {
        font-size: 2rem;
    }
    .themeBannerBottomText {
        bottom: 60px;
        font-size: 1.2rem;
    }
    .themeBannerScroll {
        bottom: 20px;
        width: 38px;
        padding: 10px;
    }
    .themeFeaturesList {
        display: block;
        padding: 60px 0 50px;
    }
    .themeFeaturesItem {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }
    .themeFeaturesItemCert {
        width: 100%;
    }
    .themeFeaturesItemTime {
        width: 100%;
    }
    .themeFeaturesItemQA {
        width: 100%;
    }
    .themeFeaturesCube {
        height: 160px;
    }
    .themeFeaturesDetail {
        margin-top: 0;
        margin-left: 25px;
        padding: 0 30px 0;
        font-size: 1.3rem;
    }
    .themeWorkshopInfo {
        height: 100px;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .themeWorkshopInfo b {
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
    .themeBannerInner {
        padding: 50px 30px 140px;
    }
    .bannerMouseMoveArea {
        height: unset;
        transform: translateY(0);
    }
    .bannerMouseMoveItem {
        font-size: 1.2rem;
    }
    .themeBannerBottomText {
        bottom: 60px;
        font-size: 1rem;
        padding: 0 30px;
    }
    .themeBannerScroll {
        bottom: 20px;
        width: 38px;
        padding: 10px;
    }
    .themeContent {
        padding: 0 30px;
    }
    .themeFeaturesList {
        padding: 60px 0 20px;
    }
    .themeFeaturesCube {
        height: 90px;
    }
    .themeFeaturesDetail {
        margin-top: 0;
        margin-left: 20px;
        padding: 0 0 0 20px;
        font-size: 1.1rem;
    }

    .themeWorkshopCover {
        padding: 40px 0 30px;
    }
    .themeWorkshopInfo {
        display: block;
        border-radius: 0;
        height: unset;
        background-color: transparent;
        font-size: 1.2rem;
    }
    .themeWorkshopInfoItem {
        display: flex;
        align-items: center;
        width: 100%;
        height: 80px;
        padding: 0 25px;
        background-color: #F47C10;
        margin-bottom: 5px;
        border-radius: 20px;
    }
    .themeWorkshopInfoItem.itemCenter {
        width: 100%;
        border-left: none;
        border-right: none;
    }
    .themeWorkshopInfoItem sup {
        font-size: 1rem;
    }
    .themeWorkshopInfoIcon {
        height: 22px;
        margin-right: 5px;
        transform: translateY(4px);
    }
    .themeWorkshopPrice {
        margin-top: 40px;
        display: block;
    }
    .themeWorkshopPriceList {
        width: 100%;
        display: block;
        margin-top: 15px;
    }
    .themeWorkshopPriceItem {
        position: relative;
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .themeApply {
        padding: 40px 0 50px;
    }
    .themeApplyDivStep {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .themeApplyDivForm {
        width: 100%;
    }

    .PC_themeApplyStepList {
        display: none;
    }
    .MB_themeApplyStepList {
        display: block;
    }

    .MB_themeApplyDivBankArea {
        max-width: unset;
    }
}
@media (max-width: 380px) {
  
}