@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600;700&amp;display=swap");
/* 페이지 컨트롤러 */
#main-menu {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 6rem;
    transform: translateY(-50%);
    transition: all 0.3s;
    font-family: "Roboto", sans-serif;
}
#main-menu li:not(:first-child) {
    margin-top: 0.8rem;
}
#main-menu li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.3rem;
    font-weight: 400;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 1.5rem;
    transition: all 0.3s;
}
.fp-viewing-ABOUT #main-menu li a,
.fp-viewing-SNS #main-menu li a {
    color: rgba(0, 0, 0, 0.65);
}
#main-menu li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.15rem;
    background: rgba(0, 90, 212, 0.3);
    transition: all 0.6s;
}
#main-menu li.active a,
#main-menu li a:hover {
    color: #005ad4;
    font-size: 1.6rem;
    font-weight: 500;
}
#main-menu li.active a {
    height: 4rem;
    line-height: 4rem;
}
#main-menu li.active a:before {
    background: rgba(0, 90, 212, 1);
    height: 4rem;
}
/* 페이지 컨트롤러 END */
/* 페이지 디자인 */
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7 {
    text-align: center;
}
#section1 {
    background-color: transparent;
}
#section2 {
    background-color: rgba(255, 255, 255, 1);
}
#section3 {
    background-color: transparent;
}
#section4 {
    background: url(../img/main/main_information_bg.jpg) no-repeat;
    background-size: cover;
}
#section5 {
    background-color: transparent;
}
#section6 {
    background-color: transparent;
    background-size: cover;
}
#section7 {
    background-color: #fff;
}
#section8 {
    color: #fff;
}

.about_tit_area > button,
.info_bt_area > button,
.diag_bt_area > button {
    margin-top: 5rem;
    padding: 1.5rem 5rem;
    border: 1px solid #333;
    transition: all 0.3s;
}
.about_tit_area > button:hover,
.info_bt_area > button:hover,
.diag_bt_area > button:hover {
    background-color: #333;
    padding: 1.5rem 6rem;
    color: #fff;
}
.info_bt_area > button,
.diag_bt_area > button {
    margin-top: 0;
}
.space_bt_area > button {
    padding: 1.5rem 5rem;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s;
}
.space_bt_area > button:hover {
    padding: 1.5rem 6rem;
}
/* MORE 버튼 END */
.slick-prev:before,
.slick-prev:after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 0.15rem;
    left: calc(50% - 0.8rem);
}
.slick-prev:before {
    top: 2.4rem;
    transform: rotate(135deg);
}
.slick-prev:after {
    top: 3.4rem;
    transform: rotate(-135deg);
}
.slick-next:before,
.slick-next:after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 0.15rem;
    right: calc(50% - 0.8rem);
}
.slick-next:before {
    top: 2.4rem;
    transform: rotate(45deg);
}
.slick-next:after {
    top: 3.4rem;
    transform: rotate(-45deg);
}
.section4 .slick-prev:before,
.section4 .slick-prev:after,
.section4 .slick-next:before,
.section4 .slick-next:after,
.section7 .slick-prev:before,
.section7 .slick-prev:after,
.section7 .slick-next:before,
.section7 .slick-next:after {
    background-color: #555;
}
.section6 .slick-prev:before,
.section6 .slick-prev:after,
.section6 .slick-next:before,
.section6 .slick-next:after {
    background-color: #fff;
}
/* 공통부분 END */

/* header 부분 */
.fp-viewing-MAIN .gnb > li a,
.fp-viewing-STARTUPS .gnb > li a,
.fp-viewing-INFORMATION .gnb > li a,
.fp-viewing-SPACE .gnb > li a {
    color: #fff;
}
.fp-viewing-MAIN header:hover .gnb > li a,
.fp-viewing-STARTUPS header:hover .gnb > li a,
.fp-viewing-INFORMATION header:hover .gnb > li a,
.fp-viewing-SPACE header:hover .gnb > li a {
    color: #333;
}
.fp-viewing-MAIN header:hover .gnb > li a:hover,
.fp-viewing-STARTUPS header:hover .gnb > li a:hover,
.fp-viewing-INFORMATION header:hover .gnb > li a:hover,
.fp-viewing-SPACE header:hover .gnb > li a:hover {
    color: #005ad4;
}
.fp-viewing-INFORMATION header {
    background-color: rgba(0, 0, 0, 0.2);
}
.fp-viewing-INFORMATION header:hover,
.fp-viewing-INFORMATION header.on,
.fp-viewing-FOOTER header {
    background-color: #fff;
}
/* 비행기로고 부분 */
.fp-viewing-ABOUT header h1 a,
.fp-viewing-SNS header h1 a,
.fp-viewing-DIAGNOSIS header h1 a,
.fp-viewing-FOOTER header h1 a {
    background: url() no-repeat center;
}
/* 비행기로고 부분 END */
/* header > util_menu icon 부분 */
.fp-viewing-MAIN .searchTop,
.fp-viewing-STARTUPS .searchTop,
.fp-viewing-INFORMATION .searchTop,
.fp-viewing-SPACE .searchTop {
    background: url() no-repeat center bottom;
}
.fp-viewing-MAIN header:hover .searchTop,
.fp-viewing-STARTUPS header:hover .searchTop,
.fp-viewing-INFORMATION header:hover .searchTop,
.fp-viewing-SPACE header:hover .searchTop {
    background: url() no-repeat center;
}
.fp-viewing-MAIN header:hover .searchTop:hover,
.fp-viewing-STARTUPS header:hover .searchTop:hover,
.fp-viewing-INFORMATION header:hover .searchTop:hover,
.fp-viewing-SPACE header:hover .searchTop:hover {
    background: url() no-repeat center;
}

.fp-viewing-MAIN .email,
.fp-viewing-STARTUPS .email,
.fp-viewing-INFORMATION .email,
.fp-viewing-SPACE .email {
    background: url() no-repeat center bottom;
}
.fp-viewing-MAIN header:hover .email,
.fp-viewing-STARTUPS header:hover .email,
.fp-viewing-INFORMATION header:hover .email,
.fp-viewing-SPACE header:hover .email {
    background: url() no-repeat center;
}
.fp-viewing-MAIN header:hover .email:hover,
.fp-viewing-STARTUPS header:hover .email:hover,
.fp-viewing-INFORMATION header:hover .email:hover,
.fp-viewing-SPACE header:hover .email:hover {
    background: url() no-repeat center;
}

.fp-viewing-MAIN .login,
.fp-viewing-STARTUPS .login,
.fp-viewing-INFORMATION .login,
.fp-viewing-SPACE .login {
    background: url(/theme/basic/genres/img/icon/login_icon_white.svg) no-repeat center bottom;
}
.fp-viewing-MAIN header:hover .login,
.fp-viewing-STARTUPS header:hover .login,
.fp-viewing-INFORMATION header:hover .login,
.fp-viewing-SPACE header:hover .login {
    background: url(/theme/basic/genres/img/icon/login_icon.svg) no-repeat center;
}
.fp-viewing-MAIN header:hover .login:hover,
.fp-viewing-STARTUPS header:hover .login:hover,
.fp-viewing-INFORMATION header:hover .login:hover,
.fp-viewing-SPACE header:hover .login:hover {
    background: url(/theme/basic/genres/img/icon/hover_login_icon.svg) no-repeat center;
}
.fp-viewing-MAIN .mypg,
.fp-viewing-STARTUPS .mypg,
.fp-viewing-INFORMATION .mypg,
.fp-viewing-SPACE .mypg {
    background: url(/theme/basic/genres/img/icon/mypg_icon_white.svg) no-repeat center bottom;
}
.fp-viewing-MAIN header:hover .mypg,
.fp-viewing-STARTUPS header:hover .mypg,
.fp-viewing-INFORMATION header:hover .mypg,
.fp-viewing-SPACE header:hover .mypg {
    background: url(/theme/basic/genres/img/icon/mypg_icon.svg) no-repeat center;
}
.fp-viewing-MAIN header:hover .mypg:hover,
.fp-viewing-STARTUPS header:hover .mypg:hover,
.fp-viewing-INFORMATION header:hover .mypg:hover,
.fp-viewing-SPACE header:hover .mypg:hover {
    background: url(/theme/basic/genres/img/icon/hover_mypg_icon.svg) no-repeat center;
}

.fp-viewing-MAIN .mypg.bell,
.fp-viewing-STARTUPS .mypg.bell,
.fp-viewing-INFORMATION .mypg.bell,
.fp-viewing-SPACE .mypg.bell {
    background: url(/theme/basic/genres/img/icon/mypg_icon_white_bell.svg) no-repeat center bottom;
    background-size: 27px 22px;
}
.fp-viewing-MAIN header:hover .mypg.bell,
.fp-viewing-STARTUPS header:hover .mypg.bell,
.fp-viewing-INFORMATION header:hover .mypg.bell,
.fp-viewing-SPACE header:hover .mypg.bell {
    background: url(/theme/basic/genres/img/icon/mypg_icon_bell.svg) no-repeat center;
    background-size: 27px 22px;
}
.fp-viewing-MAIN header:hover .mypg.bell:hover,
.fp-viewing-STARTUPS header:hover .mypg.bell:hover,
.fp-viewing-INFORMATION header:hover .mypg.bell:hover,
.fp-viewing-SPACE header:hover .mypg.bell:hover {
    background: url(/theme/basic/genres/img/icon/hover_mypg_icon_bell.svg) no-repeat center;
    background-size: 27px 22px;
}

.fp-viewing-MAIN .adpg,
.fp-viewing-STARTUPS .adpg,
.fp-viewing-INFORMATION .adpg,
.fp-viewing-SPACE .adpg {
    background: url(/theme/basic/genres/img/icon/adpg_icon_white.svg) no-repeat center bottom;
    background-size: 27px 22px;
}
.fp-viewing-MAIN header:hover .adpg,
.fp-viewing-STARTUPS header:hover .adpg,
.fp-viewing-INFORMATION header:hover .adpg,
.fp-viewing-SPACE header:hover .adpg {
    background: url(/theme/basic/genres/img/icon/adpg_icon.svg) no-repeat center;
    background-size: 27px 22px;
}
.fp-viewing-MAIN header:hover .adpg:hover,
.fp-viewing-STARTUPS header:hover .adpg:hover,
.fp-viewing-INFORMATION header:hover .adpg:hover,
.fp-viewing-SPACE header:hover .adpg:hover {
    background: url(/theme/basic/genres/img/icon/hover_adpg_icon.svg) no-repeat center;
    background-size: 27px 22px;
}
.fp-viewing-MAIN .smap,
.fp-viewing-STARTUPS .smap,
.fp-viewing-INFORMATION .smap,
.fp-viewing-SPACE .smap {
    background: url(/theme/basic/genres/img/icon/smap_icon_white.svg) no-repeat center bottom;
}
.fp-viewing-MAIN header:hover .smap,
.fp-viewing-STARTUPS header:hover .smap,
.fp-viewing-INFORMATION header:hover .smap,
.fp-viewing-SPACE header:hover .smap {
    background: url(/theme/basic/genres/img/icon/smap_icon.svg) no-repeat center;
}
.fp-viewing-MAIN header:hover .smap:hover,
.fp-viewing-STARTUPS header:hover .smap:hover,
.fp-viewing-INFORMATION header:hover .smap:hover,
.fp-viewing-SPACE header:hover .smap:hover {
    background: url(/theme/basic/genres/img/icon/hover_smap_icon.svg) no-repeat center;
}
/* header > util_menu icon END 부분 */
/* header 부분 END */
/* 메인1 fade 부분 */
.fade_wrap {
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.fade_wrap .slick-arrow {
    position: absolute;
    right: 6rem;
    z-index: 2;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border: 1px solid #fff;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.fade_wrap .slick-prev:hover,
.fade_wrap .slick-next:hover {
    width: 7rem;
}
.fade_wrap .slick-next:hover {
    right: 3rem;
}
.fade_wrap .slick-dots {
    position: absolute;
    right: 9.2rem;
    z-index: 2;
    color: #fff;
}
.fade_wrap .slick-dots li:not(:first-child) {
    margin-top: 0.2rem;
}
.fade_wrap .slick-dots button {
    position: relative;
    font-size: 0;
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    padding: 0;
    transition: all 0.3s;
    box-sizing: border-box;
}
.fade_wrap .slick-dots .slick-active button {
    background-color: rgba(255, 255, 255, 1);
    width: 1.6rem;
    height: 1.6rem;
}
.fade_wrap .slick-prev,
.fade_wrap .slick-next {
    top: 45%;
}
.fade_wrap .slick-prev {
    right: 9.9rem;
}
.fade_wrap .slick-prev::before,
.fade_wrap .slick-prev::after,
.fade_wrap .slick-next::before,
.fade_wrap .slick-next::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background-color: #fff;
    left: calc(50% - 0.6rem);
}
.fade_wrap .slick-prev::before {
    top: 1.4rem;
    transform: rotate(-45deg);
}
.fade_wrap .slick-prev::after {
    top: 2.1rem;
    transform: rotate(45deg);
}
.fade_wrap .slick-next::before {
    top: 1.4rem;
    transform: rotate(45deg);
}
.fade_wrap .slick-next::after {
    top: 2.1rem;
    transform: rotate(-45deg);
}
.fade_wrap .slick-dots {
    top: 51%;
}
.main01_bg01,
.main01_bg02,
.main01_bg03 {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    height: 100vh;
}
.main01_bg01 {
    background: url(../img/main/main_bg02.jpg) no-repeat;
    background-size: cover;
}
.main01_bg02 {
    background: url(../img/main/main_bg.jpg) no-repeat;
    background-size: cover;
}
.main01_bg03 {
    background: url(../img/main/main_bg03.jpg) no-repeat;
    background-size: cover;
}
/* 메인1 fade 부분 END */
/* 메인1 */
/* 메인1 slicks 부분 */
ul.main01_slicks {
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 45%;
}
ul.main01_slicks li img {
    margin: 0 auto;
    width: 7rem;
    height: 7rem;
	transform: scale(0.85);
	transition: all 0.3s;
}
ul.main01_slicks li img:hover{transition: all 0.3s; transform: scale(1);}
ul.main01_slicks li p {
    color: #fff;
    margin-top: 1rem;
}
ul.main01_slicks .slick-arrow {
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 0;
    transform: translateY(-50%) scale(1);
    transition: all 0.3s;
}
ul.main01_slicks .slick-arrow:hover {
    transform: translateY(-50%) scale(1.2);
    background-color: rgba(0, 0, 0, 0.3);
}
ul.main01_slicks .slick-arrow.slick-next {
    right: -5rem;
    background-image: url(/theme/basic/genres/img/icon/icon_slick_next.svg);
    background-repeat: no-repeat;
}
ul.main01_slicks .slick-arrow.slick-prev {
    left: -5rem;
    background-image: url(/theme/basic/genres/img/icon/icon_slick_prev.svg);
    background-repeat: no-repeat;
}
/* 메인1 slicks 부분 END */
.section1 .slogan_area {
    position: absolute;
    width: 70%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 1;
}
.section1 .slogan_area h2 {
    font-family: "Spoqa Han Sans Neo", sans-serif;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    line-height: 1.4;
}
.section1 .slogan_area p:first-child {
    
    margin-bottom: 1rem;
    letter-spacing: 0;
    color: rgba(255, 255, 2555, 0.8);
}
.section1 .slogan_area p:first-child::after {
    content: "";
    display: inline-block;
    width: 10rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-9px);
    margin-left: 2rem;
}
.section1 .slogan_area .font3XLS {
    font-size: 6rem;
    transition: all 0.2s;
}
@font-face {
    font-family: "gaonfont";
    font-style: normal;
    font-weight: 700;
    src: url(font/gaonWebB.eot) format("eot"), url(font/gaonWebB.woff) format("woff"), url(font/gaonWebB.woff2) format("woff2");
}
@media all and (max-width: 1400px) {
    .section1 .slogan_area .fontM {
        font-size: 2rem;
    }
    .section1 .slogan_area p:first-child {
        margin-bottom: 1rem;
    }
    .section1 .slogan_area p:first-child::after {
        transform: translateY(-7px);
    }
    .section1 .slogan_area .font3XL {
        font-size: 6rem;
    }
    .section1 .slogan_area .font3XLS {
        font-size: 5rem;
    }
}
@media all and (max-width: 1024px) {
    .section1 .slogan_area .font3XL {
        font-size: 5rem;
    }
    .section1 .slogan_area .font3XLS {
        font-size: 4rem;
    }
    .fp-viewing-MAIN .searchTop,
    .fp-viewing-STARTUPS .searchTop,
    .fp-viewing-INFORMATION .searchTop,
    .fp-viewing-SPACE .searchTop {
        background: url() no-repeat center;
    }
    .fp-viewing-MAIN .email,
    .fp-viewing-STARTUPS .email,
    .fp-viewing-INFORMATION .email,
    .fp-viewing-SPACE .email {
        background: url() no-repeat center;
    }
    .fp-viewing-MAIN .login,
    .fp-viewing-STARTUPS .login,
    .fp-viewing-INFORMATION .login,
    
    .fp-viewing-MAIN .mypg,
    .fp-viewing-STARTUPS .mypg,
    .fp-viewing-INFORMATION .mypg,
    
    .fp-viewing-MAIN .mypg.bell,
    .fp-viewing-STARTUPS .mypg.bell,
    .fp-viewing-INFORMATION .mypg.bell,
    
    .fp-viewing-MAIN .adpg,
    .fp-viewing-STARTUPS .adpg,
    .fp-viewing-INFORMATION .adpg,
    
    .fp-viewing-MAIN .smap,
    .fp-viewing-STARTUPS .smap,
    .fp-viewing-INFORMATION .smap,
    
}
@media all and (max-width: 600px) {
    .section1 .slogan_area .fontM {
        font-size: 1.8rem;
    }
    .section1 .slogan_area p:first-child {
        margin-bottom: 0;
    }
    .section1 .slogan_area p:first-child::after {
        display: none;
    }
    .section1 .slogan_area .font3XL {
        font-size: 4rem;
    }
    .section1 .slogan_area .font3XLS {
        font-size: 3rem;
    }
}
@media all and (max-width: 375px) {
    .section1 .slogan_area {
        text-align: center;
    }
    .section1 .slogan_area .fontM {
        font-size: 1.6rem;
    }
    .section1 .slogan_area p:first-child {
        margin-bottom: 0;
    }
    .section1 .slogan_area .font3XL {
        font-size: 4rem;
    }
    .section1 .slogan_area .font3XLS {
        font-size: 3rem;
    }
}
/* 메인1 END */

/* 메인 ABOUT */
.about_tit_area {
    position: absolute;
    text-align: left;
    left: 14%;
    top: 20%;
    z-index: 2;
}
.about_img_area,
.about_key_area {
    position: absolute;
}
.about_img_area {
    right: 8%;
    bottom: 14%;
    display: block;
    width: 58rem;
    height: 46rem;
    overflow: hidden;
}
.about_img_area_sky {
    position: absolute;
    width: 192rem;
    height: 100%;
    top: 0;
    background: url(../img/main/main_section2_sky_3.jpg) no-repeat center;
    animation-name: sky_ani;
    animation-duration: 300s;
    animation-iteration-count: infinite;
}
@keyframes sky_ani {
    0% {
        left: -134rem;
    }
    50% {
        left: 0;
    }
    100% {
        left: -134rem;
    }
}
.about_img_area > .about_img_area_cover {
    position: absolute;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    left: -0.5rem;
    top: -0.5rem;
    background: url(../img/main/about_img_area_cover.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}
.about_key_area {
    bottom: 14%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 2;
}
.about_key_area > span {
    position: relative;
    padding: 1rem;
    /* border: 1px solid #333; */
    border-radius: 2.3rem;
    background-color: #fff;
    cursor: pointer;
}
.about_key_area > span:not(:first-child) {
    margin-left: 1rem;
}
.about_key_area > span::before {
    content: "#";
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
/* 메인 ABOUT END */
/* 메인 STARTUPS */
.list_portfolio {
    height: 100%;
    display: flex;
    color: #fff;
    z-index: 1;
}
.bg_port01,
.bg_port02,
.bg_port03 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.bg_port01 {
    background: url(../img/main/main_STARTUPS_bg01.jpg) no-repeat center;
    background-size: cover;
}
.bg_port02 {
    display: none;
    background: url(../img/main/main_STARTUPS_bg02.jpg) no-repeat center;
    background-size: cover;
}
.bg_port03 {
    display: none;
    background: url(../img/main/main_STARTUPS_bg03.jpg) no-repeat center;
    background-size: cover;
}
.list_portfolio li:nth-child(1) {
    width: 37%;
}
.list_portfolio li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.list_portfolio li:nth-child(2) {
    cursor: pointer;
}
.list_portfolio li .counter {
    visibility: hidden;
    opacity: 0;
    font-size: 9rem;
    font-weight: 500;
    transition: all 0.4s;
}
.list_portfolio li .counter.on {
    visibility: visible;
    opacity: 1;
}
.list_portfolio li > div > h3 {
    font-size: 4.6rem;
    font-family: "jost", sans-serif;
    margin: 1rem 0;
}
.lipo_01,
.lipo_02,
.lipo_03 {
    transition: all 0.3s;
    padding: 0 3rem;
}
.lipo_01:hover,
.lipo_02:hover,
.lipo_03:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.list_portfolio li:nth-child(1) > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    padding-right: 4rem;
}
.list_portfolio li:nth-child(2),
.list_portfolio li:nth-child(3),
.list_portfolio li:nth-child(4) {
    width: 21%;
}
.list_portfolio li:nth-child(2) > div,
.list_portfolio li:nth-child(3) > div,
.list_portfolio li:nth-child(4) > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 15rem;
    transition: all 0.3s;
}
.list_portfolio li:nth-child(2):hover > div,
.list_portfolio li:nth-child(3):hover > div,
.list_portfolio li:nth-child(4):hover > div {
    top: 40%;
}
.list_portfolio > li:first-child > div > h2.mobile {
    display: none;
}
/* 메인 STARTUPS END */
/* 메인 INFORMATION */
.info_tit_area,
.info_bt_area {
    width: 65%;
    margin: 0 auto;
}
.info_card_area {
    position: relative;
    width: calc(65% - 8rem);
    margin: 4rem auto;
}
.info_card_area li {
    margin: 0 3rem;
}
.info_card_area li > div {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 3.5rem auto;
    background-color: #fff;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1);
    transition: all 0.3s;
}
.info_card_area li:hover > div {
    transform: scale(1.1);
}
.info_card_area li > div > .status_mark_area {
    position: absolute;
    right: -1rem;
    top: -1rem;
}
.status_mark_area > span:last-child {
    margin-left: 0.5rem;
}
.status_mark_area .ch_news,
.status_mark_area .new_news,
.status_mark_area .ch_info {
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.3rem;
}
.status_mark_area .ch_news {
    background-color: #005ad4;
}
.status_mark_area .ch_info {
    background-color: #333;
}
.status_mark_area .new_news {
    background-color: #f1553c;
}
.info_card_area li > div > .info_tit {
    text-align: left;
    padding: 2rem 2rem 1rem 2rem;
    line-height: 2.2rem;
    height: 3.84rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.info_card_area li > div > .info_date {
    text-align: right;
    padding: 1rem 2rem 2rem 2rem;
}
.info_card_area li > div > .info_img {
    display: block;
    height: 15rem;
}
.section4 .slick-prev,
.section4 .slick-next {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    font-size: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s;
}
.section4 .slick-prev:hover,
.section4 .slick-next:hover {
    transform: translateY(-50%) scale(1.2);
}
.section4 .slick-prev {
    left: -8rem;
}
.section4 .slick-next {
    right: -8rem;
}
/* 메인 INFORMATION END */
/* 메인 DIAGNOSIS */
.diag_wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.diag_wrap .diag_bg_area,
.diag_wrap .diag_con_area {
    width: 50%;
}
.diag_wrap .diag_bg_area {
    background: url(../img/main/main_diagnosis_bg.jpg) no-repeat center;
    background-size: cover;
}
.diag_wrap .diag_con_area {
    position: relative;
    text-align: left;
}
.diag_con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5rem;
}
.diag_con h2 {
    font-size: 9rem;
}
.diag_bt_area {
    margin-top: 5rem;
}
.diag_txt_mobile {
    display: none;
}
/* 메인 DIAGNOSIS END */
/* 메인 SPACE */
.space_img_area {
    height: 100%;
}
.space_img_area .slick-slider {
    height: 100%;
}
.space_img_area ul.main06_slicks .slick-next,
.space_img_area ul.main06_slicks .slick-prev {
    position: absolute;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 6rem;
    height: 6rem;
    font-size: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    transform: scale(1);
    transition: all 0.3s;
    z-index: 3;
}
.space_img_area ul.main06_slicks .slick-next:hover,
.space_img_area ul.main06_slicks .slick-prev:hover {
    transform: translateY(-50%);
    transform: scale(1.2);
}
.space_img_area ul.main06_slicks .slick-prev {
    left: 15%;
}
.space_img_area ul.main06_slicks .slick-next {
    right: 15%;
}
.space_img {
    background-color: rgba(255, 0, 0, 0.2);
    height: 100vh;
    color: #fff;
}
.space_img_cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.space_img_cover_w {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
}
.space_tit_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
}
.space_bt_area {
    margin-top: 5rem;
}
/* 메인 SPACE END */
/* 메인 SNS */
.SNS_con_area {
    margin: 0 auto;
    margin-top: 5rem;
    width: 100%;
}
.mov_box {
    position: relative;
    display: block;
    width: 100%;
    height: 30rem;
    background-color: rgba(0, 0, 0, 0.2);
}
.mov_box > iframe {
    width: 100%;
    height: 100%;
}
.SNS_con_area .slick-prev,
.SNS_con_area .slick-next {
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 50%;
    font-size: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s;
}
.SNS_con_area .slick-prev:hover,
.SNS_con_area .slick-next:hover {
    transform: translateY(-50%) scale(1.2);
}
.SNS_con_area .slick-prev {
    left: -8rem;
}
.SNS_con_area .slick-next {
    right: -8rem;
}
.SNS_con_area .slick-dots li {
    display: inline-block;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    font-size: 0;
    border-radius: 0.5rem;
    background-color: rgb(221, 221, 221);
    transition: all 0.3s;
}
.SNS_con_area .slick-dots li.slick-active {
    background-color: #005ad4;
    width: 3rem;
}
.SNS_con_area .slick-dots li:not(:first-child) {
    margin-left: 1rem;
}
.SNS_con_area .slick-slide {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.SNS_con_area .slick-slide.slick-current {
    visibility: visible;
    opacity: 1;
}
.SNS_wrap {
    position: absolute;
    width: 62rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.SNS_bottom_area {
    margin-top: 3rem;
}
.SNS_bottom_area ul {
    text-align: right;
}
.SNS_bottom_area li {
    display: inline-block;
}
.SNS_bottom_area li:not(:first-child) {
    margin-left: 1rem;
}
.icon_facebook,
.icon_youtube,
.icon_blog,
.icon_instargram {
    width: 3rem;
    height: 3rem;
    font-size: 0;
}

/* 메인 SNS END */
.notice_pop {
    display: none;
    position: absolute;
    right: 5rem;
    bottom: 5rem;
    z-index: 300;
}
.notice_pop.show {
    display: block;
}
.notice_pop a {
    position: relative;
    display: block;
    width: 38rem;
    height: 38rem;
    background-color: #ebf6ff;
    border: 10px solid #005ad4;
    border-radius: 100%;
    box-shadow: 8px 8px 16px rgba(0, 90, 212, 0.2);
    text-align: center;
}
.notice_pop a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35rem;
    height: 35rem;
    border: 2px dashed rgba(0, 90, 212, 0.25);
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.notice_pop button {
    position: relative;
    z-index: 310;
    top: 8rem;
    font-size: 0;
    width: 4rem;
    height: 4rem;
}
.notice_pop button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 2px;
    background-color: #ffb700;
    transform: rotate(45deg);
    margin-left: -2px;
}
.notice_pop button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 2px;
    background-color: #ffb700;
    transform: rotate(-45deg);
    margin-left: -2px;
}
.notice_pop p {
    line-height: 1.4;
}
.notice_pop p .fontS {
    font-size: 2rem;
    color: #333;
    transition: all 0.3s;
}
.notice_pop p:first-of-type {
    display: block;
    margin: 8.5rem 0 1rem 0;
}
.notice_pop p:last-of-type {
    display: none;
    margin: 0.5rem 0;
}
/* 20220512 비활성화
.notice_pop div {
    width: 70%;
    height: 12rem;
    margin: 0 auto;
    background: url(../img/main/notice_pop_bg.svg) no-repeat center;
}
*/
.notice_pop div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../img/main/notice_pop_demoday2.png) no-repeat center;
}
.notice_pop b {
	color: white;
    line-height: 54rem;
    font-size: 3.6rem;
    font-weight: 600;
}
@media all and (max-width: 600px) {
    .notice_pop.show {
        display: none;
    }
    .notice_pop a {
        width: 22rem;
        height: 22rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .notice_pop a::before {
        width: 19rem;
        height: 19rem;
    }
    .notice_pop button {
        top: 6.5rem;
    }
    .notice_pop p .fontS {
        font-size: 1.6rem;
    }
    .notice_pop p:first-of-type {
        display: none;
    }
    .notice_pop p:last-of-type {
        display: block;
        margin-top: 6rem;
    }
    .notice_pop div {
        display: none;
    }
}

@media all and (min-width: 1025px) and (max-width: 1585px) {
    .main .section1 h2,
    .main .section2 h2 {
        font-size: 8rem;
    }
}
@media all and (min-width: 600px) and (max-width: 1024px) {
    .tb.fp-viewing-ABOUT h1 a,
    .tb.fp-viewing-ABOUT header:hover h1 a,
    .tb.fp-viewing-ABOUT header.on h1 a,
    .tb.fp-viewing-SNS h1 a,
    .tb.fp-viewing-SNS header:hover h1 a,
    .tb.fp-viewing-SNS header.on h1 a,
    .tb.fp-viewing-FOOTER h1 a,
    .tb.fp-viewing-FOOTER header:hover h1 a,
    .tb.fp-viewing-FOOTER header.on h1 a {
        background-size: 80%;
    }
    .tb.fp-viewing-MAIN header h1 a,
    .tb.fp-viewing-STARTUPS header h1 a,
    .tb.fp-viewing-INFORMATION header h1 a,
    
    .tb.fp-viewing-MAIN header:hover h1 a,
    .tb.fp-viewing-STARTUPS header:hover h1 a,
    .tb.fp-viewing-INFORMATION header:hover h1 a,
    
    #main-menu {
        left: 4rem;
    }
    /* 메인 1 */
    .fade_wrap .slick-arrow,
    .fade_wrap .slick-dots {
        right: 4rem;
    }
    .main h2 {
        position: relative;
        font-size: 7rem;
        color: #fff;
    }
    .main .section2 h2,
    .main .section5 h2,
    .main .section7 h2 {
        position: relative;
        font-size: 7rem;
        color: #333;
    }
    .main h2 + p {
        font-size: 2.2rem;
    }
    .section1 .slogan_area {
        width: 60%;
        top: 40%;
        left: 55%;
    }
    ul.main01_slicks {
        bottom: 15%;
    }
    .fade_wrap .slick-arrow,
    .fade_wrap .slick-dots {
        visibility: hidden;
    }
    /* 메인 1 END */
    /* 메인 2 */
    .about_tit_area {
        position: absolute;
        text-align: left;
        left: inherit;
        right: 10%;
        top: 18%;
        width: 60%;
    }
    .about_img_area {
        right: 0;
        bottom: 0;
        transform: scale(0.6);
    }
    .about_key_area {
        display: none;
    }
    .about_tit_area > p:first-child,
    .diag_con > p:first-child,
    .info_tit_area > p:first-child,
    .space_tit_area > p:first-child,
    .SNS_tit_area > p:first-child {
        font-size: 2rem;
    }
    /* 메인 2 END */
}
@media all and (min-width: 376px) and (max-width: 599px) {
    .mb.fp-viewing-ABOUT h1 a,
    .mb.fp-viewing-ABOUT header:hover h1 a,
    .mb.fp-viewing-ABOUT header.on h1 a,
    .mb.fp-viewing-SNS h1 a,
    .mb.fp-viewing-SNS header:hover h1 a,
    .mb.fp-viewing-SNS header.on h1 a,
    .mb.fp-viewing-DIAGNOSIS h1 a,
    .mb.fp-viewing-DIAGNOSIS header:hover h1 a,
    .mb.fp-viewing-DIAGNOSIS header.on h1 a,
    .mb.fp-viewing-FOOTER h1 a,
    .mb.fp-viewing-FOOTER header:hover h1 a,
    .mb.fp-viewing-FOOTER header.on h1 a {
        background-size: 80%;
    }
    .mb.fp-viewing-MAIN header h1 a,
    .mb.fp-viewing-STARTUPS header h1 a,
    .mb.fp-viewing-INFORMATION header h1 a,
    
    .mb.fp-viewing-MAIN header:hover h1 a,
    .mb.fp-viewing-STARTUPS header:hover h1 a,
    .mb.fp-viewing-INFORMATION header:hover h1 a,
    
    #main-menu {
        left: 2rem;
    }
    .fp-viewing-INFORMATION #main-menu,
    .fp-viewing-DIAGNOSIS #main-menu,
    .fp-viewing-SPACE #main-menu {
        left: 2rem;
        top: 75%;
    }
    /* 메인 1 */
    .fade_wrap .slick-arrow,
    .fade_wrap .slick-dots {
        right: 2rem;
    }
    .main h2 {
        position: relative;
        font-size: 5rem;
        color: #fff;
    }
    .main .section2 h2,
    .main .section5 h2,
    .main .section7 h2 {
        color: #333;
    }
    .main h2 + p {
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .section1 .slogan_area {
        width: 60%;
        left: 35%;
        top: 43%;
    }
    ul.main01_slicks {
        bottom: 10%;
    }
    .fade_wrap .slick-arrow,
    .fade_wrap .slick-dots {
        visibility: hidden;
    }
    /* 메인 1 END */
    /* 메인 2 */
    .about_tit_area {
        position: absolute;
        text-align: right;
        left: inherit;
        right: 6%;
        top: 24%;
        width: 55%;
    }
    .about_img_area {
        display: none;
    }
    .about_key_area {
        display: none;
    }
    .about_tit_area > p:first-child,
    .diag_con > p:first-child,
    .SNS_tit_area > p:first-child {
        font-size: 2rem;
    }
    /* 메인 2 END */
}
@media all and (max-width: 375px) {
    .mb.fp-viewing-ABOUT h1 a,
    .mb.fp-viewing-ABOUT header:hover h1 a,
    .mb.fp-viewing-ABOUT header.on h1 a,
    .mb.fp-viewing-SNS h1 a,
    .mb.fp-viewing-SNS header:hover h1 a,
    .mb.fp-viewing-SNS header.on h1 a,
    .mb.fp-viewing-FOOTER h1 a,
    .mb.fp-viewing-FOOTER header:hover h1 a,
    .mb.fp-viewing-FOOTER header.on h1 a {
        background-size: 80%;
    }
    .mb.fp-viewing-MAIN header h1 a,
    .mb.fp-viewing-STARTUPS header h1 a,
    .mb.fp-viewing-INFORMATION header h1 a,
    .mb.fp-viewing-SPACE header h1 a {
        background: url() no-repeat center;
        background-size: 80%;
    }
    .mb.fp-viewing-MAIN header:hover h1 a,
    .mb.fp-viewing-STARTUPS header:hover h1 a,
    .mb.fp-viewing-INFORMATION header:hover h1 a,
    .mb.fp-viewing-SPACE header:hover h1 a {
        background: url() no-repeat center;
        background-size: 80%;
    }
    #main-menu {
        visibility: hidden;
    }
    .main h2 {
        position: relative;
        font-size: 4.6rem;
        color: #fff;
    }
    .main .section2 h2,
    .main .section5 h2,
    .main .section7 h2 {
        color: #333;
    }
    .main h2 + p {
        font-size: 1.8rem;
    }
    .section1 .slogan_area {
        width: 80%;
        left: 50%;
        top: 45%;
    }
    .fade_wrap .slick-arrow,
    .fade_wrap .slick-dots {
        visibility: hidden;
    }
    /* 메인 2 */
    .about_tit_area {
        position: absolute;
        text-align: center;
        left: 50%;
        top: 30%;
        width: 80%;
        transform: translateX(-50%);
    }
    .about_img_area {
        display: none;
    }
    .about_key_area {
        display: none;
    }
    .about_tit_area > p:first-child,
    .diag_con > p:first-child,
    .space_tit_area > p:first-child,
    .SNS_tit_area > p:first-child {
        font-size: 2rem;
    }
    .section1 .slogan_area {
        top: 40%;
    }
    ul.main01_slicks {
        bottom: 15%;
    }
    /* 메인 2 END */
}
@media all and (max-width: 320px) {
    /* 메인 2 */
    .about_tit_area {
        position: absolute;
        text-align: center;
        left: 50%;
        top: 30%;
        width: 80%;
        transform: translateX(-50%);
    }
    .about_img_area {
        display: none;
    }
    /* 메인 2 END */
}
@media all and (max-width: 249px) {
    ul.main01_slicks {
        display: none;
    }
}
@media all and (min-width: 1280px) and (max-width: 1570px) {
    .list_portfolio li:nth-child(1) {
        width: 49%;
    }
    .list_portfolio li:nth-child(2),
    .list_portfolio li:nth-child(3),
    .list_portfolio li:nth-child(4) {
        width: 17%;
    }
    .list_portfolio li > div > h3 {
        font-size: 3.6rem;
    }
}
@media all and (min-width: 1151px) and (max-width: 1279px) {
    .list_portfolio li:nth-child(1) {
        width: 55%;
    }
    .list_portfolio li:nth-child(2),
    .list_portfolio li:nth-child(3),
    .list_portfolio li:nth-child(4) {
        width: 15%;
    }
    .list_portfolio li > div > h3 {
        font-size: 2.8rem;
    }
    .lipo_01,
    .lipo_02,
    .lipo_03 {
        padding: 0 2rem;
    }
    .list_portfolio li > div > .text_detail {
        font-size: 1.5rem;
    }
}
@media all and (max-width: 1150px) {
    .list_portfolio {
        flex-direction: column;
        justify-content: flex-start;
    }
    .list_portfolio li {
        width: 75% !important;
        margin-top: 3rem;
        margin-left: auto;
        top: 0;
    }
    .list_portfolio li:first-child {
        margin-top: 10rem;
    }
    .list_portfolio li:not(:first-child) {
        border-left: none;
    }
    .list_portfolio li:first-child > div {
        text-align: center;
        padding-right: 0;
    }
    .list_portfolio li:first-child > div > p:last-child {
        display: none;
    }
    .list_portfolio li > div > h3 {
        font-size: 2.8rem;
    }
    .lipo_01,
    .lipo_02,
    .lipo_03 {
        padding: 0;
    }
    .list_portfolio li > div > .text_detail {
        font-size: 1.5rem;
    }
    .list_portfolio li > div > h3 {
        margin: 0.5rem 0;
        font-size: 3rem;
    }
    .list_portfolio li > div > p:first-child {
        font-size: 2rem;
    }
    .list_portfolio > li:first-child > div > h2.mobile {
        display: block;
        font-size: 7rem;
    }
    .list_portfolio > li:first-child > div > h2.web {
        display: none;
    }
    .list_portfolio li:nth-child(2):hover > div,
    .list_portfolio li:nth-child(3):hover > div,
    .list_portfolio li:nth-child(4):hover > div {
        top: 0;
        transform: translateY(0);
        height: inherit;
    }
    .list_portfolio li .counter {
        font-size: 5rem;
        visibility: visible;
        opacity: 1;
    }
}
@media all and (max-width: 600px) {
    .list_portfolio li {
        width: 62% !important;
        margin-left: auto;
        margin-top: 1.5rem;
    }
    .list_portfolio li > div,
    .list_portfolio li:first-child > div {
        text-align: right;
        padding-right: 2rem;
    }
    .list_portfolio li > div > h3 {
        margin: 0.5rem 0;
        font-size: 3rem;
    }
    .list_portfolio li > div > p:first-child {
        font-size: 1.6rem;
    }
    .lipo_01,
    .lipo_02,
    .lipo_03 {
        transition: all 0.3s;
        padding: 0;
    }
    .list_portfolio > li:first-child > div > h2.mobile {
        display: block;
        font-size: 4.3rem;
    }
    .list_portfolio > li:first-child > div > h2.web {
        display: none;
    }
    .info_card_area {
        display: none;
    }
    .info_bt_area {
        margin-top: 5rem;
    }
    .info_tit_area > p:first-child,
    .space_tit_area > p:first-child {
        font-size: 2rem;
    }
}
@media all and (max-width: 375px) {
    .list_portfolio li {
        width: 100% !important;
        margin-left: auto;
        margin-top: 1.5rem;
        padding: 0 2rem;
        box-sizing: border-box;
    }
    .list_portfolio li > div,
    .list_portfolio li:first-child > div {
        text-align: center;
        padding-right: 0;
    }
}
@media all and (max-width: 1024px) {
    .main .section4 h2 {
        color: #333;
    }
}
@media all and (max-width: 700px) {
    #section4 {
        background-position: -20rem 0;
    }
}
@media all and (max-width: 500px) {
    #section4 {
        background-position: -17rem 0;
    }
}
@media all and (max-width: 920px) {
    #section5 .diag_bg_area {
        width: 30%;
    }
    #section5 .diag_con_area {
        width: 70%;
    }
}
@media all and (max-width: 680px) {
    #section5 .diag_bg_area {
        display: none;
    }
    #section5 .diag_con_area {
        width: 100%;
        text-align: right;
    }
    #section5 .diag_con_area .diag_con {
        left: inherit;
        right: 5rem;
    }
    .fp-viewing-DIAGNOSIS #main-menu {
        left: 2rem;
        top: 75%;
    }
    .fp-viewing-DIAGNOSIS #main-menu li a {
        color: rgba(0, 0, 0, 0.65);
    }
    .fp-viewing-DIAGNOSIS #main-menu li.active a,
    .fp-viewing-DIAGNOSIS #main-menu li a:hover {
        color: #005ad4;
    }
}
@media all and (max-width: 489px) {
    #section5 .diag_con_area {
        text-align: center;
    }
    #section5 .diag_con_area .diag_con {
        left: 50%;
        top: 45%;
        right: inherit;
        transform: translate(-50%, -50%);
    }
    .diag_txt_web {
        display: none;
    }
    .diag_txt_mobile {
        display: block;
        font-size: 2rem;
        line-height: 2.6rem;
        font-weight: 500;
    }
}
/* SPACE */
@media all and (max-width: 1200px) {
    .space_img_area ul.main06_slicks .slick-prev {
        left: inherit;
        right: 8%;
        top: 45%;
    }
    .space_img_area ul.main06_slicks .slick-next {
        right: 8%;
        top: 55%;
    }
}
@media all and (max-width: 450px) {
    .space_tit_area {
        top: 40%;
    }
    .space_img_area ul.main06_slicks .slick-prev {
        top: 46%;
    }
    .space_img_area ul.main06_slicks .slick-next {
        top: 54%;
    }
    .space_img_area ul.main06_slicks .slick-prev,
    .space_img_area ul.main06_slicks .slick-next {
        transform: scale(0.9);
    }
    .space_img_area ul.main06_slicks .slick-prev:hover,
    .space_img_area ul.main06_slicks .slick-next:hover {
        transform: scale(1);
    }
}
@media all and (max-width: 375px) {
    .space_tit_area {
        top: 45%;
    }
    .space_img_area ul.main06_slicks .slick-prev {
        top: 75%;
        right: inherit;
        left: 8%;
    }
    .space_img_area ul.main06_slicks .slick-next {
        top: 75%;
    }
}
/* SPACE END */
@media all and (max-width: 1160px) {
    .SNS_wrap {
        width: 62rem;
        left: 58%;
    }
}
@media all and (max-width: 980px) {
    .SNS_wrap {
        width: 46rem;
        left: 56%;
    }
}
@media all and (max-width: 820px) {
    .SNS_wrap {
        width: 46rem;
        left: 56%;
    }
    .SNS_con_area .slick-prev {
        top: inherit;
        bottom: -8rem;
        left: 0;
    }
    .SNS_con_area .slick-next {
        top: inherit;
        bottom: -8rem;
        right: 0;
    }
    .SNS_bottom_area {
        margin-top: 8rem;
    }
}
@media all and (max-width: 700px) {
    .SNS_wrap {
        width: 60%;
        left: 58%;
    }
    .SNS_con_area .slick-prev {
        top: inherit;
        bottom: -8rem;
        left: 0;
    }
    .SNS_con_area .slick-next {
        top: inherit;
        bottom: -8rem;
        right: 0;
    }
    .main .section7 h2 {
        font-size: 4.6rem;
    }
    .main .section7 h2 + p {
        font-size: 2rem;
    }
    .SNS_con_area {
        margin-top: 3rem;
    }
}
@media all and (max-width: 470px) {
    .fp-viewing-SNS #main-menu {
        display: none;
    }
    .SNS_wrap {
        width: 80%;
        left: 50%;
    }
    .mov_box {
        height: 22rem;
    }
    .main .section7 h2 {
        font-size: 4rem;
    }
}
