:root {
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Noto Sans TC", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
    --mainTitle: 22px;
    --mainTxt: 16px;
    --mainPrice: 20px;
    --mainNote: 15px;
    --font-color-dark: #fff;
    --font-color-light: #111;
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
    --font: -apple-system, BlinkMacSystemFont, "Meiryo UI", Arial, sans-serif;
}

@media (min-width: 768px) {
     :root {
        --mainTitle: 28px;
        --mainTxt: 20px;
        --mainPrice: 20px;
        --mainNote: 15px;
    }
}

img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

figure {
    line-height: 0;
}

.hide {
    display: none;
}

.project .tab {
    font-family: arboria, sans-serif;
    background-color: transparent;
    padding: 10px 0 10px;
    position: relative;
    /* background: url(https://storage-asset.msi.com/event/2023/NB/summer-sale-2023/images/tab-top-bg.png) top center no-repeat; */
    background-size: 100%, 100%;
}

.project .tab .msi__container {
    /* padding: 20% 0px 0 0; */
}

.project .tab__titleBox {
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.project .tab__title {
    background-color: #536fb8;
    color: #000;
    z-index: 20;
    font-size: var(--mainTxt);
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    padding: 2px 35px;
    text-transform: uppercase;
}

.project .tab__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    padding: 30px 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.project .tab__flex--active {
    display: none;
}

.project .tab__flex--active .tab__flexBox {
    margin: 0;
    width: 33.3333333333%;
}

.project .tab__flex--active .tab__flexBoxInside-pic,
.project .tab__flex--active .tab__flexBox-icon {
    display: none;
}

.project .tab__flexMobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.project .tab__flexMobile--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.project .tab__flexMobileBox {
    margin: 0;
    width: 33.3333333333%;
    background-color: #272727;
    border-left: 2px solid #ffffff;
}

.project .tab__flexMobileBox:nth-child(1) {
    border-left: none;
}

.project .tab__flexMobileBox--color {
    background-color: #7f7979;
}

.project .tab__flexBox {
    position: relative;
    width: 30%;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.project .tab__flexBox-icon {
    position: absolute;
    top: unset;
    bottom: -20px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 55px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

.project .tab__flexBox-icon2 {
    position: absolute;
    top: unset;
    bottom: -98px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

.project .tab .select .tab__flexBox-icon2 {
    opacity: 0;
}

.project .tab .select .tab__flexBox-icon {
    opacity: 1;
}

.project .tab .select .tab__flexBox {
    -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
    filter: drop-shadow(0 0 10px #5a5a5a);
}

.project .tab__flexBoxInside {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    z-index: 50;
}

.project .tab__flexBoxInside-pic {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

.project .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
}

.project .tab__flexBoxInside:hover .tab__label {
    background-color: transparent;
}

.project .tab__flexBoxInside--active {
    border-radius: 0;
    background-color: #272727;
    color: #fff;
}

.project .tab__flexBoxInside-mobile {
    border-radius: 0;
    color: #fff;
}

.project .tab__label {
    padding: 5px 5px;
    width: 100%;
    position: relative;
    bottom: 0;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project .tab__label p {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    text-align: center;
}

.project .tab__label p span {
    font-size: 14px;
    display: none;
}

.project .sec3 {
    position: relative;
}

.project .sec3__title {
    display: none;
    margin-bottom: 30px;
    color: #fff;
}

.project .sec3__title--active {
    display: block;
    text-align: center;
}

.project .sec3__intro {
    display: none;
}

.project .sec3__intro--active {
    display: block;
    text-align: center;
}

.project .tc__box {
    text-align: center;
    background: #1a418f;
    background-size: cover;
    padding: 10px 0;
    color: #fff;
}

.project .hatch {
    /* padding-bottom: 40px; */
}


/* .project .hatch__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
} */

.project .hatch__slider {
    /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.project .hatch__box {
    /* position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px; */
}

.project .hatch__flexBoxPic {
    /* width: 90%;
  padding: 10px;
  margin: 0 auto; */
}

.project .hatch__flexBoxPic-toplogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    height: auto;
}

.project .hatch__flexBoxPic-toplogo img {
    /* height: 50px;
  margin: 0 5px; */
}

.project .hatch__flexBoxPic-bottomlogo {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px; */
}

.project .hatch__flexBoxPic-bottomlogo img {
    /* height: 60px; */
}

.project .hatch__flexBoxTxt {
    /* width: 100%; */
}

.project .hatch__flexBoxTxt-title {
    /* font-weight: bolder;
  font-size: 23px; */
}

.project .hatch__flexBoxTxt ul,
.project .hatch__flexBoxTxt li {
    /* font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px; */
}

.project .hatch__flexBoxTxt-note {
    /* border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block; */
}

.project .hatch__flexBoxTxt-price {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 10px 0; */
}

.project .hatch__flexBoxTxt-price del {
    /* display: block;
  font-size: 15px;
  margin-right: 10px; */
}

.project .hatch__flexBoxTxt-price span {
    /* font-weight: bolder;
  font-size: 25px; */
}

.project .hatch__buyNowBtn {
    /* text-align: center;
  cursor: pointer; */
}

.project .hatch__buyNowBtn-buynow {
    /* position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #afb5b8;
  margin: 0 7px;
  color: #fff; */
}

.project .hatch__buyNowBtn-buynow img {
    /* width: 25px;
  margin-left: 10px; */
}

.project .hatch__buyNowBtn-buynow:before,
.project .hatch__buyNowBtn-buynow:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project .hatch__buyNowBtn-buynow:before {
    height: 0%;
    width: 2px;
}

.project .hatch__buyNowBtn-buynow:after {
    width: 0%;
    height: 2px;
}

.project .hatch__buyNowBtn-buynow:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.project .hatch__buyNowBtn-buynow:hover:before {
    height: 100%;
}

.project .hatch__buyNowBtn-buynow:hover:after {
    width: 100%;
}

.project .hatch__buyNowBtn-buynow span:before {
    width: 2px;
    height: 0%;
}

.project .hatch__buyNowBtn-buynow span:after {
    width: 0%;
    height: 2px;
}

.project .hatch__buyNowBtn-buynow:hover span:before {
    height: 100%;
}

.project .hatch__buyNowBtn-buynow:hover span:after {
    width: 100%;
}

.project .hatch__buyNowBtn-buynow span:before,
.project .hatch__buyNowBtn-buynow span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project .hatch__buyNowBtn-buynow--gaming {
    background: #243763;
}

.project .hatch__buyNowBtn-buynow--gaming:before,
.project .hatch__buyNowBtn-buynow--gaming:after {
    background: #243763;
}

.project .hatch__buyNowBtn-buynow--gaming:hover span {
    color: #243763;
}

.project .hatch__buyNowBtn-buynow--gaming span:before,
.project .hatch__buyNowBtn-buynow--gaming span:after {
    background: #243763;
}

.project .hatch__buyNowBtn-buynow--content {
    background: #243763;
}

.project .hatch__buyNowBtn-buynow--content:before,
.project .hatch__buyNowBtn-buynow--content:after {
    background: #243763;
}

.project .hatch__buyNowBtn-buynow--content:hover span {
    color: #243763;
}

.project .hatch__buyNowBtn-buynow--content span:before,
.project .hatch__buyNowBtn-buynow--content span:after {
    background: #243763;
}

.project .hatch__buyNowBtn-buynow--business {
    background: #8c611e;
}

.project .hatch__buyNowBtn-buynow--business::before,
.project .hatch__buyNowBtn-buynow--business::after {
    background: #8c611e;
}

.project .hatch__buyNowBtn-buynow--business span::before,
.project .hatch__buyNowBtn-buynow--business span::after {
    background: #8c611e;
}

.project .hatch__buyNowBtn-buynow--business:hover span {
    color: #8c611e;
}

.project .hatch__buyNowBtn-buynow--RTX40 {
    background: #b278e1;
}

.project .hatch__buyNowBtn-buynow--RTX40 {
    background: #b278e1;
}

.project .hatch__buyNowBtn-buynow--RTX40:before,
.project .hatch__buyNowBtn-buynow--RTX40:after {
    background: #b278e1;
}

.project .hatch__buyNowBtn-buynow--RTX40:hover span {
    color: #b278e1;
}

.project .hatch__buyNowBtn-buynow--RTX40 span:before,
.project .hatch__buyNowBtn-buynow--RTX40 span:after {
    background: #b278e1;
}

.project .hatch__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.project .hatch__icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: calc(50% - 20px);
    margin: 10px;
    background: rgba(255, 255, 255, 0.5411764706);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.project .hatch__tc span {
    text-decoration: underline;
    cursor: pointer;
}

.project .popout {
    background: rgba(54, 49, 41, 0.8392156863);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.project .popout__block {
    position: relative;
    max-width: 760px;
    background: #7e7e7e;
    background-size: 100% 100%;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    max-height: 70vh;
    overflow: auto;
}

.project .popout__block-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    cursor: pointer;
}

.project .popout__dm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30vh;
    padding: 70px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project .popout__dm a {
    width: 100%;
    background: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
}

.project .popout__dm a img {
    height: 50px;
}

.project .offer {
    text-align: center;
    padding-bottom: 40px;
}

.project .offer h2 {
    font-size: var(--mainTitle);
}

.project .offer__flex {
    margin: 20px 0;
}

.project .offer__flexBox {
    position: relative;
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
    color: #000;
}

.project .offer__flexBox-pic img {
    width: 100%;
}

.project .offer__flexBox-note {
    background-color: transparent;
    padding: 20px;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.project .offer__flexBox-note h3 {
    margin-bottom: 10px;
}

.project .offer__flexBox-note p {
    font-size: 16px;
}


/* new start */


/* .project .hatch__flexBoxPic {
  display: flex;
  align-items: flex-start;
} */


/* new end */

@media (min-width: 768px) {
    .project .mainarea {
        background-size: 100%;
        background-position: bottom center;
    }
}

@media (min-width: 996px) {
    .project .mainarea {
        background: url(https://storage-asset.msi.com/event/2024/MM/2024-mm-summer-tech-fest/images/bg-pattern.png) no-repeat;
        background-size: 100%;
        padding-top: 0vh;
    }
    .project .tab {
        font-family: arboria, sans-serif;
        background-color: transparent;
        padding-top: 5%;
        position: relative;
        margin-top: -1px;
    }
    .project .tab .msi__container {
        padding: 0;
        margin-top: 0%;
    }
    .project .tab__title {
        color: #000;
        z-index: 20;
        font-size: 23px;
        padding: 10px 15px;
        border-radius: 5px;
        /* width: auto; */
    }
    .project .tab__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
        padding: 40px 100px 60px;
    }
    .project .tab__flexBox {
        position: relative;
        width: 30%;
        margin: 0 20px;
    }
    .project .tab__flexBox-icon {
        position: absolute;
        top: unset;
        bottom: -39px;
        left: 50%;
        right: unset;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
        width: 100px;
        opacity: 0;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
    }
    .project .tab__flexBox:hover .tab__flexBox-icon {
        opacity: 1;
        opacity: 0.5;
    }
    .project .tab__flexBox-icon2 {
        display: none;
        position: absolute;
        top: unset;
        bottom: -98px;
        left: 50%;
        right: unset;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
        width: 100px;
        opacity: 0;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
    }
    .project .tab__flexBox:hover .tab__flexBox-icon2 {
        opacity: 1;
    }
    .project .tab .select .tab__flexBox-icon2,
    .project .tab .select .tab__flexBox-icon {
        opacity: 1;
    }
    .project .tab .select .tab__flexBox {
        -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
        filter: drop-shadow(0 0 10px #5a5a5a);
    }
    .project .tab__flexBoxInside {
        background-color: #fff;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
        z-index: 50;
    }
    .project .tab__flexBoxInside-pic {
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
    }
    .project .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.3;
        -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
        transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    }
    .project .tab__flexBoxInside:hover .tab__label {
        background-color: transparent;
    }
    .project .tab__label {
        background-color: #fff;
        padding: 10px 20px 15px;
        width: 100%;
        position: absolute;
        bottom: 0;
        min-height: 130px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .project .tab__label p {
        font-size: var(--mainTitle);
        font-weight: bolder;
        padding-bottom: 8px;
        display: block;
        text-align: left;
    }
    .project .tab__label p span {
        font-size: 14px;
        display: block;
    }
}

@media (min-width: 996px) {
    .project .tab__titleBox {
        padding-top: 0;
    }
    .project .hatch {
        /* padding-bottom: 40px; */
    }
    .project .hatch__slider {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
    }
    .project .hatch__box {
        /* position: relative;
    width: calc(50% - 20px);
    margin: 20px 0;
    padding: 10px; */
    }
    .project .hatch__box--gaming {
        /* background-image: url("https://storage-asset.msi.com/event/2023/NB/black-friday-laptop/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover; */
    }
    .project .hatch__box--content {
        /* background-image: url("https://storage-asset.msi.com/event/2023/NB/black-friday-laptop/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover; */
    }
    .project .hatch__box--business {
        /* background-image: url("https://storage-asset.msi.com/event/2023/NB/black-friday-laptop/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover; */
    }
    .project .hatch__flex {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    }
    .project .hatch__flexBoxPic {
        /* width: 40%;
    padding: 10px; */
    }
    .project .hatch__flexBoxPic-toplogo img {
        /* width: 50px;
    margin: 0 5px; */
    }
    .project .hatch__flexBoxPic-bottomlogo {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; */
    }
    .project .hatch__flexBoxPic-bottomlogo img {
        /* height: 60px; */
    }
    .project .hatch__flexBoxTxt {
        /* width: 60%;
    padding-left: 39px; */
    }
    .project .hatch__flexBoxTxt-title {
        /* font-weight: bolder;
    font-size: 21px; */
    }
    .project .hatch__flexBoxTxt ul,
    .project .hatch__flexBoxTxt li {
        /* font-size: 14px; */
    }
    .project .hatch__flexBoxTxt-price {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 10px 0; */
    }
    .project .hatch__flexBoxTxt-price del {
        /* display: block;
    font-size: 20px;
    margin-right: 10px; */
    }
    .project .hatch__flexBoxTxt-price span {
        /* font-weight: bolder;
    font-size: 40px; */
    }
    .project .hatch__buyNowBtn {
        /* text-align: center;
    cursor: pointer; */
    }
    .project .hatch__buyNowBtn-buynow img {
        /* width: 25px;
    margin-left: 10px; */
    }
    .project .hatch__icon {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 10px; */
    }
    .project .hatch__icon-link {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: calc(50% - 20px);
    margin: 10px;
    background: rgba(255, 255, 255, 0.5411764706);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s; */
    }
    .project .hatch__tc {
        text-align: center;
    }
    .project .hatch__tc span {
        text-decoration: underline;
        cursor: pointer;
    }
}

@media (min-width: 996px) {
    .project .offer {
        text-align: center;
        padding-bottom: 40px;
    }
    .project .offer h2 {
        font-size: var(--mainTitle);
    }
    .project .offer__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0;
    }
    .project .offer__flexBox {
        position: relative;
        margin: 0 15px;
        width: 30%;
        overflow: hidden;
    }
    .project .offer__flexBox-note {
        background-color: rgba(255, 235, 194, 0.9411764706);
        padding: 20px;
        text-align: left;
        width: 90%;
        height: 90%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .project .offer__flexBox-note h3 {
        margin-bottom: 20px;
    }
    .project .offer__flexBox-note p {
        font-size: unset;
    }
    .project .offer__flexBox:hover .offer__flexBox-note {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 996px) {
    .project .sec2__wrapper {
        padding: 0 25px;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }
}


/*# sourceMappingURL=default.css.map */