.headroom--top .header-logo {
    opacity: 0 !important;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.rslides_tabs {
    position: absolute;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    font-size: 0px;
    text-align: center;
    z-index: 10;
    padding: 0px;
    margin: 0px;
}

.rslides_tabs li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0px 8px;
    cursor: pointer;

    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -ms-transition: background 0.6s;
    transition: background 0.6s;
}

.rslides_tabs li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0px;
    top: 0px;
}

.rslides_tabs li:hover {
    background: #fff;

    -webkit-transition: background 0.6s;;
    -moz-transition: background 0.6s;;
    -ms-transition: background 0.6s;;
    transition: background 0.6s;;
}

.rslides_tabs li.rslides_here {
    background: #fff !important;
}

.f-top {
    position: relative;
    display: block;
    width: 100%;
    /* height: 792px; */
    height: 100vh;
    background: url('../../img/design/flats/flats-top-background.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
    overflow: hidden;
}

.f-top-bg {
    position: absolute;
    display: block;
    font-size: 0px;
}

.f-top-bg-img {
    position: relative;
    display: block;
    max-width: unset !important;
    max-height: unset !important;
}

.f-top-bg-content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.f-top-bg-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    height: calc(100% / 3);
}

.f-top-content {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 1096px;
    font-size: 0px;
    padding-top: 6.72vh;
}

.f-top-content > * {
    font-size: 16px;
}

.f-top-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    line-height: 26px;
    color: #fff;
}

.f-top-side.left {
    padding-right: 112px;
    margin-right: 24px;
}

.f-top-side.right {
    padding-top: 98px;
}

.f-logo {
    position: relative;
    display: block;
    width: 20.31vw;
    margin-bottom: 35px;
}

.f-top-star-icon {
    position: absolute;
    display: block;
    width: 2.47vw;
}

.f-top-star-icon.star1 {
    left: -4.03vw;
    top: -10.10vh;
}

.f-top-star-icon.star2 {
    /* right: -4.03vw; */
    right: 3.25vw;
    bottom: -10.10vh;
}

.f-top-cross-icon {
    position: absolute;
    display: block;
    width: 11.7vw;
    top: 18.93vh;
    left: -13.34vw;
}

.f-top-circle-icon {
    position: absolute;
    display: block;
    right: -11.71vw;
    top: -5.30vh;
}

.f-top-vid-content {
    position: relative;
    display: block;
    width: 100%;
}

.f-top-vid-content img {
    opacity: 0;
}

.f-top-vid-content > * {
    position: relative;
    display: block;
    z-index: 1;
}

.f-top-vid-content iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 1;
}

.f-top-vid-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 8px;
    top: 8px;
}

.f-top-but {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    left: calc((100% - 64px) / 2);
    bottom: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
}

.f-top-but:before {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 24px;
    left: calc((100% - 24px) / 2);
    top: calc((100% - 16px) / 2);
    background: url('../../img/design/svg/arrow_icon_white.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    animation: animateBottomArrow 3s infinite;
}

@keyframes animateBottomArrow {
    0% {
        top: calc((100% - 16px - 2px) / 2);
    }

    40% {
        top: calc((100% - 16px - 2px) / 2);
    }

    80% {
        top: calc(100% + 16px);
    }

    80.1% {
        top: -16px;
    }

    100% {
        top: calc((100% - 16px - 2px) / 2);
    }
}

.f-period {
    position: relative;
    display: block;
    background: url('../../img/design/flats/flats-background2.jpg') no-repeat;
    background-size: cover !important;
    background-position: 50% !important;
    padding: 155px 0px 237px;
}

.f-period-title {
    position: relative;
    display: block;
    margin: 0px auto 60px;
    line-height: 38px;
    font-size: 38px;
    color: #8e87ef;
    letter-spacing: 2px;
    text-align: center;
}

.f-period-content {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1320px;
    margin: 0px auto;
    padding-top: 96px;
}

.f-period-item {
    position: relative;
    display: block;
    border-radius: 40px;
    width: 100%;
}

.f-period-item-content:before {
    content: '';
    position: absolute;
    display: block;
    /* width: calc(100% - 40px); */
    /* max-width: 536px; */
    width: 100%;
    height: 100%;
    left: 8px;
    top: 8px;
    border-radius: 40px;
}

.f-period-item-content {
    position: relative;
    display: block;
    /* width: 100%; */
    width: calc(50% - 48px);
    max-width: 536px;
    border-radius: 40px;
    /* overflow: hidden; */
}

.f-period-item > * {
    z-index: 1;
}

.f-period-line {
    position: absolute;
    display: block;
}

.f-period-line.line1 {
    width: 2px;
}

.f-period-line.line2 {
    height: 2px;
}

.f-period-item.item1 {
    margin-bottom: 240px;
}

.f-period-dot {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.f-period-dot:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    left: calc((100% - 16px) / 2);
    top: calc((100% - 16px) / 2);
    border-radius: 50%;
}

.f-period-item.item1 {
    z-index: 3;
}

.f-period-item.item2 {
    z-index: 3;
}

.f-period-item.item1 .f-period-line.line1 {
    /* top: -96px; */
    right: calc(50% - 1px);
    height: 508px;
    background: #8e87ef;
}

.f-period-item.item1 .f-period-line.line1:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 0px;
    left: calc((100% - 16px) / 2);
    background: #8e87ef;
}

.f-period-item.item1 .f-period-line.line2 {
    /* top: 410px; */
    right: 50%;
    width: 117px;
    background: #8e87ef;
}

.f-period-item.item1 .f-period-dot {
    /* top: calc(410px + (48px / 2)); */
    right: calc(50% - (48px / 2));
    background-image: linear-gradient(to bottom, #9089ef, #1ba7d4);
}

.f-period-item.item2 {
    position: absolute;
    /* right: 0px; */
    top: 496px;
}

.f-period-item.item2 .f-period-item-content {
    position: absolute;
    right: 0px;
    top: 0px;
}

.f-period-item.item2 .f-period-line.line1 {
    /* top: 0px; */
    right: calc(50% - 1px);
    /* height: 410px; */
    background: #17a6d3;
}

.f-period-item.item2 .f-period-line.line2 {
    /* top: 410px; */
    left: 50%;
    width: calc(117px + 8px);
    background: #17a6d3;
}

.f-period-item.item2 .f-period-dot {
    /* top: calc(410px + (48px / 2)); */
    left: calc(50% - (48px / 2));
    background-image: linear-gradient(to bottom, #1ba7d4, #32e19e);
}

.f-period-item.item3 .f-period-line.line1 {
    /* top: calc(-586px + 240px); */
    right: calc(50% - 1px);
    /* height: calc(998px - 240px); */
    background: #2fe19b;
}

.f-period-item.item3 .f-period-line.line2 {
    /* top: 410px; */
    right: 50%;
    width: 117px;
    background: #2fe19b;
}

.f-period-item.item1 .f-period-item-content:before {
    background: #16a6d3;
}

.f-period-item.item2 .f-period-item-content:before {
    background: #2fe19b;
}

.f-period-item.item3 .f-period-item-content:before {
    background: #8e87ef;
}

.f-period-item.item3 .f-period-dot {
    /* top: calc(410px + (48px / 2)); */
    right: calc(50% - (48px / 2));
    background-image: linear-gradient(to bottom, #32e19e, #2fe19b);
}

.f-period-slides {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 40px 40px 0px 0px;
    overflow: hidden;
}

.f-period-item-article {
    position: relative;
    display: block;
    /* padding: 40px 40px 90px; */
    padding: 40px 40px 0px;
    color: #fff;
    border-radius: 0px 0px 40px 40px;
    overflow: hidden;
}

.item3 .f-period-item-article {
    padding: 40px 40px 60px;
}

.f-period-item-title {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    margin: 0px;
    letter-spacing: 1.2px;
}

.f-period-item.item1 .f-period-item-article {
    background: #8e87ef;
}

.f-period-item.item2 .f-period-item-article {
    background: #16a6d3;
}

.f-period-item.item3 .f-period-item-article {
    background: #2fe19b;
}

.f-period-y {
    position: relative;
    display: block;
    font-size: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.f-period-desc {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
}

.f-period-desc.switch {
    display: none;
    /* padding: 30px 40px 90px; */
    padding: 30px 40px 50px;
    left: -40px;
    width: calc(100% + 80px);
}

.ketuhanan.f-period-desc.switch {
    background: #8e87ef;
}

.pendidikan.f-period-desc.switch {
    background: #16a6d3;
}

.karakter.f-period-desc.switch {
    background: #2fe19b;
}

.pendidikan2.f-period-desc.switch {
    background: #16a6d3;
}

.ketuhanan2.f-period-desc.switch {
    background-image: linear-gradient(to right, #68a0d7, #2ede9e);
}

.f-period-desc.active {
    display: block;
}

.f-period-desc p {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px 0px 30px;
}

.f-period-desc p:last-child {
    margin-bottom: 0px;
}

.f-period-sub-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.f-period-tab-group {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;
    /* margin: 0px 0px 30px; */
    overflow: hidden;
}

.f-period-tab-group > * {
    font-size: 16px;
}

.f-period-tab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    line-height: 50px;
    border-radius: 13px 13px 0px 0px;
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.item1 .f-period-tab:nth-child(1) {
    background: #8e87ef;
    color: #fff;
    z-index: 2;
}

.item1 .f-period-tab.active:nth-child(1) {
    background: #fff;
    color: #8e87ef;
}

.item1 .f-period-tab:nth-child(2) {
    background: #16a6d3;
    color: #fff;
    z-index: 1;
}

.item1 .f-period-tab.active:nth-child(2) {
    color: #16a6d3;
    background: #fff;
}

.item1 .f-period-tab:nth-child(2):before {
    content: '';
    position: absolute;
    background: #16a6d3;
    width: 30px;
    height: 100%;
    left: -15px;
    top: 0px;
}

.item1 .f-period-tab.active:nth-child(2):before {
    background: #fff;
}

.item1 .f-period-tab:nth-child(3) {
    background: #2fe19b;
    color: #fff;
}

.item1 .f-period-tab.active:nth-child(3) {
    color: #2fe19b;
    background: #fff;
}

.item1 .f-period-tab:nth-child(3):before {
    content: '';
    position: absolute;
    background: #2fe19b;
    width: 30px;
    height: 100%;
    left: -15px;
    top: 0px;
}

.item1 .f-period-tab.active:nth-child(3):before {
    background: #fff;
}

.item2 .f-period-tab:nth-child(1) {
    color: #fff;
    background: #16a6d3;
    z-index: 2;
}

.item2 .f-period-tab.active:nth-child(1) {
    background: #fff;
    color: #16a6d3;
}

.item2 .f-period-tab:nth-child(2) {
    background-image: linear-gradient(to right, #68a0d7, #2ede9e);
    color: #fff;
    z-index: 1;
    width: calc((100% / 3) * 2);
}

.item2 .f-period-tab.active:nth-child(2) {
    background: #fff;
}

.item2 .f-period-tab.active:nth-child(2) span {
    background: linear-gradient(to right, #68a0d7, #2ede9e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: #fff; */
    z-index: 1;
    width: calc((100% / 3) * 2);
}

.item2 .f-period-tab:nth-child(2):before {
    content: '';
    position: absolute;
    background: #68a0d7;
    width: 30px;
    height: 100%;
    left: -15px;
    top: 0px;
}

.item2 .f-period-tab.active:nth-child(2) .after {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.item2 .f-period-tab.active:nth-child(2):before {
    background: #fff;
}

.f-fas {
    position: relative;
    display: block;
    width: 100%;
    background: url('../../img/design/flats/fasilitas-background.jpg') no-repeat;
    padding: 82px 0px 113px;
    background-size: cover !important;
    background-position: 50% !important;
    margin-bottom: 40px;
}

.f-fas-icon {
    position: relative;
    display: block;
    width: 64px;
    margin: 0px auto 10px;
}

.f-fas-title {
    position: relative;
    display: table;
    font-size: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin: 0px auto 58px;
    letter-spacing: 1.6px;
}

.f-fas-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    left: -38px;
    top: -64px;
    background: url('../../img/design/svg/plus_white_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.f-fas-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    right: -38px;
    bottom: -64px;
    background: url('../../img/design/svg/plus_white_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.f-fas-content {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1320px;
    margin: 0px auto;
    font-size: 0px;
}

.f-fas-content > * {
    font-size: 16px;
}

.f-fas-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 3) - 24px);
    margin-right: 24px;
}

.f-fas-item:last-child {
    margin-right: 0px;
}

.f-fas-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    left: 8px;
    top: 8px;
    background: #2fe09c;
}

.f-fas-item-header {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0px 25px;
    border-radius: 25px 25px 0px 0px;
}

.f-fas-item:nth-child(1) .f-fas-item-header {
    background: #8e87ef;
}

.f-fas-item:nth-child(2) .f-fas-item-header {
    background: #16a6d3;
}

.f-fas-item:nth-child(3) .f-fas-item-header {
    background: #2fe19b;
}

.f-fas-item-icon {
    position: relative;
    display: block;
    margin: 0px auto 15px;
    height: 48px;
}

.f-fas-item-title {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
}

.f-fas-item-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 36px 40px;
    font-size: 16px;
    line-height: 26px;
    background: #fff;
    border-radius: 0px 0px 25px 25px;
}

.f-fas-item-content ol {
    padding-left: 18px;
    margin: 0px;
}

.f-syar {
    position: relative;
    display: block;
    margin-bottom: 160px;
}

.f-syar-icon {
    position: relative;
    display: block;
    width: 54px;
    margin: 0px auto 10px;
}

.f-syar-title {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 1.4px;
    margin: 0px auto 55px;
}

.f-syar-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 181px;
    height: 29px;
    background: url('../../img/design/svg/diagonal_line_landscape_icon_gradient.svg	') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    top: 100%;
    left: calc((100% - 181px) / 2);
}

.f-syar-content {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1320px;
    margin: 0px auto 45px;
    font-size: 0px;
}

.f-syar-content > * {
    font-size: 16px;
}

.f-syar-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 3) - 24px);
    margin-right: 24px;
    border-radius: 25px;
    padding: 60px 30px;
    font-size: 16px;
    line-height: 26px;
}

.f-syar-item:last-child {
    margin-right: 0px;
}

.f-syar-item:nth-child(1) {
    border: 4px solid #2fe19b;
}

.f-syar-item:nth-child(2) {
    border: 4px solid #16a6d3;
}

.f-syar-item:nth-child(3) {
    border: 4px solid #8e87ef;
}

.f-syar-item:nth-child(1):after {
    content: '';
    position: absolute;
    display: block;
    width: 128px;
    height: 7px;
    background: #2fe19b;
    bottom: 0px;
    left: calc((100% - 128px) / 2);
}

.f-syar-item:nth-child(2):after {
    content: '';
    position: absolute;
    display: block;
    width: 128px;
    height: 7px;
    background: #16a6d3;
    bottom: 0px;
    left: calc((100% - 128px) / 2);
}

.f-syar-item:nth-child(3):after {
    content: '';
    position: absolute;
    display: block;
    width: 128px;
    height: 7px;
    background: #8e87ef;
    bottom: 0px;
    left: calc((100% - 128px) / 2);
}

.f-syar-item-title {
    position: relative;
    display: block;
    font-size: 28px;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}

.f-syar-item:nth-child(1) .f-syar-item-title {
    color: #2fe19b;
}

.f-syar-item:nth-child(2) .f-syar-item-title {
    color: #16a6d3;
}

.f-syar-item:nth-child(3) .f-syar-item-title {
    color: #8e87ef;
}

.f-syar-item-desc {
    position: relative;
    display: block;
}

.f-syar-item-desc ul {
    padding-left: 18px;
}

.f-syar-quote {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1320px;
    margin: 0px auto;
    background-image: linear-gradient(to right, #c9aa53, #907834);
    padding: 90px 20px 60px;
    color: #fff;
    font-size: 38px;
    letter-spacing: 1.1px;
    text-align: center;
    line-height: 38px;
    border-radius: 25px;
}

.f-syar-quote:after {
    content: '';
    position: relative;
    display: block;
    width: 128px;
    height: 8px;
    margin: 20px auto 0px;
    background: #fff;
}

.f-gath {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto 240px;
    min-height: 453px;
}

.f-gath-image {
    position: relative;
    display: block;
    width: 51.56% !important;
}

.f-gath-content {
    position: absolute;
    right: 0px;
    top: 80px;
    display: block;
    width: 51.56%;
    min-height: 453px;
    padding: 50px 20px;
    background: url('../../img/design/flats/flats-gathering-background.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
    color: #fff;
    z-index: 2;
}

.f-gath-content .mid {
    position: absolute;
    left: 0px;
    top: 0px;
}

.f-gath-art {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 390px;
    margin: 0px auto;
}

.f-gath-title {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}

.f-gath-desc {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.f-part {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.f-part-title {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 38px;
    margin: 0px auto 5px;
    text-align: center;
    letter-spacing: 1.2px;
}

.f-part-content {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% - 100px);
    max-width: 1320px;
    margin: 0px auto 90px;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 3px solid #c8a74e;
}

.f-part-content:last-child {
    border: 0px;
    padding-bottom: 0px;
}

.f-part-content-title {
    position: relative;
    display: table;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #222;
    margin: 0px auto 90px;
    line-height: 20px;
}

.f-part-content > * {
    font-size: 16px;
}

.f-part-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - (24px * 3)) / 3);
    margin: 0px 12px 40px;
    text-align: center;
}

.f-part-item.nf {
    margin-bottom: 90px;
}

.f-part-item:last-child {
    margin-right: 0px;
}

.f-part-item-icon {
    position: relative;
    display: block;
    width: 100%;
    /* height: 64px; */
    margin: 0px auto 35px;
}

.f-part-item-icon.pka {
    background: url('../../img/design/home/pka-logo.png') no-repeat;
    background-size: auto 64px !important;
    background-position: 50% !important;
}

.f-part-item-icon.universitas-ciputra {
    background: url('../../img/design/home/universitas-ciputra-logo.png') no-repeat;
    background-size: auto 54px !important;
    background-position: 50% !important;
}

.f-part-item-icon.neutron {
    background: url('../../img/design/home/neutron-logo.png') no-repeat;
    background-size: auto 48px !important;
    background-position: 50% !important;
}

.f-part-item-title {
    position: relative;
    display: block;
    margin: 0px auto;
    font-size: 16px;
    line-height: 27px;
}

.f-part-item-title span {
    position: relative;
    display: block;
}

@media screen and (max-width : 1366px) {}

@media screen and (max-width : 1024px) {
    .f-top-content {
        max-width: calc(100% - 60px);
    }

    .f-top-star-icon.star1 {
        left: 0px;
    }
}

@media screen and (max-width : 768px) {
    .f-top-side.left {
        padding-right: 50px;
    }

    .f-top-side.left br {
        display: none;
    }

    .f-period {
        padding: 100px 0px;
    }

    .f-period-content {
        padding-top: 40px;
        width: calc(100% - 60px);
    }

    .f-period-item {
        position: relative;
        margin-bottom: 100px !important;
    }

    .f-period-item.item2 {
        top: 0px;
        position: relative;
    }

    .f-period-item.item2 .f-period-item-content {
        position: relative;
    }

    .f-period-item-content {
        width: 100%;
        max-width: unset;
        margin: 0px auto 50px;
    }

    .item1 .f-period-line.line1 {
        display: none;
    }

    /* .f-period-line {
        display: none;
    } */

    .f-period-dot {
        display: none;
    }

    .f-fas {
        padding: 150px 0px;
    }

    .f-fas-content {
        width: calc(100% - 60px);
    }

    .f-fas-item {
        width: 100%;
        margin: 0px auto 50px !important;
    }

    .f-syar-content {
        width: calc(100% - 60px);
    }

    .f-syar-item {
        width: 100%;
        margin: 0px auto 50px;
    }

    .f-syar-quote {
        width: calc(100% - 60px);
    }

    .f-gath {
        margin: 0px auto 150px;
    }

    .f-gath-image {
        width: calc(100% - 30px) !important;
    }

    .f-gath-content {
        position: relative;
        display: block;
        top: 0px;
        width: calc(100% - 30px);
        margin: -60px 0px 0px 30px;
    }

    .f-part-content {
        width: calc(100% - 60px);
    }

    .f-part-item {
        width: calc(50% - 12px);
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .f-part-item.nf:nth-child(even) {
        margin-right: 24px;
    }

    .f-part-item:nth-child(1) {
        margin-right: 24px;
    }

    .f-part-item:last-child() {
        margin: 0px;
    }
}

@media screen and (max-width : 500px) {
    .f-logo {
        width: 45vw;
        margin-bottom: 25px;
    }

    .f-top-circle-icon {
        width: 230px;
        top: -6.3vh;
    }

    .f-top-side {
        width: 100%;
        display: block;
        padding: 0px !important;
    }

    .f-top-side.left {
        margin-bottom: 40px;
    }

    .f-top-content {
        max-width: unset;
        padding-bottom: 20px;
    }

    .f-top-but {
        width: 45px;
        height: 45px;
        left: calc((100% - 45px) / 2);
    }

    .f-top-but:before {
        height: 12px;
        width: 18px;
        left: calc((100% - 18px) / 2);
        top: calc((100% - 12px) / 2);
    }

    @keyframes animateBottomArrow {
    0% {
        top: calc((100% - 12px - 2px) / 2);
    }

    40% {
        top: calc((100% - 12px - 2px) / 2);
    }

    80% {
        top: calc(100% + 12px);
    }

    80.1% {
        top: -12px;
    }

    100% {
        top: calc((100% - 12px - 2px) / 2);
    }
}

    .f-period {
        padding: 80px 0px;
    }

    .f-period-content {
        padding-top: 0px;
        width: calc(100% - 40px);
    }

    .f-period-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 0px auto 50px;
    }

    .f-period-item {
        margin-bottom: 50px !important;
    }

    .f-period-item:last-child {
        margin-bottom: 0px !important;
    }

    .f-period-item-article {
        padding: 30px 20px 0px;
    }

    .item3 .f-period-item-article {
        padding: 30px 20px 50px;
    }

    .item1 .f-period-tab:nth-child(2):before {
        width: 23px;
    }

    .f-fas {
        /* background-position: top right !important; */
        margin-top: -130px;
        padding: 150px 0px 130px;
        margin-bottom: 0px;
    }

    .f-fas-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .f-fas-content {
        width: calc(100% - 40px);
    }

    .f-fas-item-content {
        padding: 30px 20px;
    }

    .f-syar {
        margin-bottom: 100px;
    }

    .f-syar-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .f-syar-content {
        width: calc(100% - 40px);
    }

    .f-syar-item {
        pad: 40px 20px;
    }

    .f-syar-item-title {
        margin-bottom: 30px;
    }

    .f-syar-quote {
        width: calc(100% - 40px);
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .f-gath {
        margin-bottom: 100px;
    }

    .f-gath-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .f-gath-image {
        /* width: calc(100% - 20px) !important; */
        width: 100% !important;
    }

    .f-gath-content {
        position: relative;
        display: block;
        top: 0px;
        width: 100%;
        margin: 0px 0px 0px 0px;
        min-height: 350px;
    }

    .f-part-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .f-part-content {
        width: calc(100% - 40px);
        margin-bottom: 50px;
    }

    .f-part-content:last-child {
        margin-bottom: 80px;
    }

    .f-part-content-title {
        margin-bottom: 50px;
    }

    .f-part-item {
        width: 100% !important;
        margin: 0px auto 50px !important;
    }

    .f-part-item:last-child {
        margin: 0px auto !important;
    }

    .f-part-item-icon {
        margin-bottom: 20px;
    }
}
