@charset "UTF-8";

/* section */
.cyber {padding-top: 80px;}
.cyber .inner {width: 90%; margin: 0 auto;}
.cont-h1 {margin-bottom: 10px; font-size: 3.0rem; font-family: 'Godo'; text-align: center; font-weight: 700;}
.cont-h2 {margin-bottom: 20px; font-size: 2.0rem; font-family: 'Godo'; text-align: center; font-weight: 700;}
.cont-h3 {margin-bottom: 20px; font-size: 1.5rem; font-family: 'Godo'; text-align: center; font-weight: 400;}
.cont-p1 {font-size: 1.4rem;text-align: center;color: #888; word-break: keep-all; line-height: 1.5;}
.cont-p2 {font-size: 2.0rem;text-align: center;color: #888; word-break: keep-all; line-height: 1.5;}
.detail {padding-top: 40px;}

/* se01 */
.se01 {padding-top: 50px; background: #f7f7f7 url(/cyber/img/main/se01-bg.png) no-repeat center top/contain;}
.category {padding-bottom: 40px;}
.category .cont-h1 {font-family: 'yg-jalnan';}
.ct-cont {display: block; position: relative; width: 100%; height: 100px; padding: 20px; margin-bottom: 10px; border-radius: 15px; box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.05);}
.ct-cont .ct-p1 {position: absolute; top: 20px; left: 20px; font-size: 2.0rem; font-family: 'Godo'; color: #000; z-index: 2;}
.ct-cont .ct-icon {position: absolute;top: 50%; right: 20px; width: 70px;height: 70px; background: url(/cyber/img/main/icon01.png) no-repeat center/contain; transform: translateY(-50%); z-index: 1;}

.ct-cont.cont01 {background: #fff;}
.ct-cont.cont02 {background: #fff;}
.ct-cont.cont03 {background: #fff;}
.ct-cont.cont04 {background: #fff;}
.ct-cont.cont05 {background: #fff;}
.ct-cont.cont06 {background: #fff;}

.ct-cont:hover:after, .ct-cont:active:after, .ct-cont:focus:after {opacity: 0;}

.ct-cont.cont01 .ct-icon {background-image: url(/cyber/img/main/icon01.png);}
.ct-cont.cont02 .ct-icon {background-image: url(/cyber/img/main/icon02.png);}
.ct-cont.cont03 .ct-icon {background-image: url(/cyber/img/main/icon03.png);}
.ct-cont.cont04 .ct-icon {background-image: url(/cyber/img/main/icon04.png);}
.ct-cont.cont05 .ct-icon {background-image: url(/cyber/img/main/icon05.png);}
.ct-cont.cont06 .ct-icon {background-image: url(/cyber/img/main/icon06.png);}

.exhibition {position: relative;}
.exhibition .detail {position: relative; height: 450px; padding: 80px 0;}
.ex-cont {position: absolute; width: 100%;}
.ex-cont .tab-dl {position: absolute; top: -50px; width: 30%; height: 35px; background: #fff; border-radius: 30px; box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1); line-height: 35px; text-align: center; font-size: 1.4rem; font-weight: 600; color: #888;}
.ex-cont .tab-dl.on {background: #00397f; color: #fff;}
.ex-cont.cont01 .tab-dl {left: 0;}
.ex-cont.cont02 .tab-dl {left: 50%; transform: translateX(-50%);}
.ex-cont.cont03 .tab-dl {right: 0;}
.ex-cont .tab-dd {display: flex; flex-wrap: wrap; width: 100%;}
.ex-cont .tab-dd-link {position: relative; display: block; flex: 0 0 100%; max-width: 100%; height: 160px; margin-bottom: 20px; border-radius: 15px; overflow: hidden;}
.ex-cont .tab-dd-link.video:after {content: ""; position: absolute; top: 50%; left: 50%; width: 57px; height: 40px; background: url(/cyber/img/main/play-btn.png) no-repeat center/contain; transform: translate(-50%, -50%);}
.ex-cont .tab-dd-link img {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%);}

@media screen and (min-width: 501px){
    .section {padding-top: 20px;}
    .se01 {padding-top: 50px; background-size: cover; }
    .ct-wrap {display: flex; flex-wrap: wrap;}
    .ct-cont {flex: 0 0 49%; max-width: 49%; margin-bottom: 10px; }
    .ct-cont:nth-child(2n-1) {margin-right: 2%;}
    .exhibition .detail {height: 300px;}
    .ex-cont .tab-dd-link {height: 140px; flex: 0 0 48%; max-width: 48%;}
    .ex-cont .tab-dd-link:first-child {margin-right: 4%;}
    .ex-cont .tab-dd-link.video:after {width: 50px; height: 35px;}
}
@media screen and (min-width: 768px){
    .cont-h1 {margin-bottom: 15px; font-size: 4.0rem;}
    .cont-h2 {font-size: 1.8rem;}
    .cont-p1 {font-size: 1.8rem;}
    .cont-p2 {font-size: 2.4rem;}
    .cont-h3 {font-size: 1.8rem;}
    .ct-cont .ct-p1 {font-size: 2.5rem;}

    .exhibition .detail {height: 390px; padding: 120px 0 80px;}
    .ex-cont .tab-dl {top: -90px; height: 52px; line-height: 52px; font-size: 2.0rem;}
    .ex-cont .tab-dd-link {height: 190px;}
    .ex-cont .tab-dd-link.video:after {width: 70px; height: 50px;}
}

@media screen and (min-width: 1024px){
    .se01 .wrap {position: relative;}
    .se01 .category .detail {padding-top: 45px;}

    .ct-wrap {position: relative; display: block; height: 600px;}
    .ct-cont {position: absolute; height: 30%; max-width: none;}
    .ct-cont:nth-child(2n-1) {margin-right: 0;}
    .ct-cont.cont01 {top: 0; left: 0; width: 17%;}
    .ct-cont.cont02 {top: 35%; left: 0; width: 17%;}
    .ct-cont.cont03 {top: 70%; left: 0; width: 48.5%;}
    .ct-cont.cont04 {top: 0; right: 0; width: 17%;}
    .ct-cont.cont05 {top: 35%; right: 0; width: 17%;}
    .ct-cont.cont06 {top: 70%; right: 0; width: 48.5%;}
    .ct-cont .ct-icon {top: 75%;}
    .ct-cont .ct-p1 {top: 30px; left: 30px;}
    .ct-cont .ct-p1 .txt01 {display: block;}

    .exhibition {position: absolute; top: 133px; left: 50%; width: 62%; transform: translateX(-50%);}
    .exhibition .title .cont-h1 {display: inline-block; padding-right: 10px; font-size: 3.0rem;}
    .exhibition .title .cont-p1 {display: inline-block; font-size: 1.6rem; color: #222;}
    .exhibition .detail {height: auto; padding: 110px 0 0;}
    .exhibition .title {text-align: center;}
    .ex-cont .tab-dd-link {height: 200px;}
    .ex-cont .tab-dl {width: 26%;}
    .ex-cont.cont01 .tab-dl {left: 50px;}
    .ex-cont.cont03 .tab-dl {right: 50px;}
}
@media screen and (min-width: 1280px){
    .cyber .inner {width: 1200px;}
    .se01 {padding: 80px 0; background-size: cover;}
    .category .cont-h1 {font-size: 4.4rem;}
    .ct-cont .ct-p1 {top: 28px; left: 25px; font-size: 2.4rem; font-weight: 600;}
    .ct-cont .ct-icon {width: 180px; height: 180px; transition: 0.6s;}
    .ct-cont.cont01 {overflow: hidden;}
    .ct-cont.cont02 {overflow: hidden;}
    .ct-cont.cont03 {background: #061e2d;}
    .ct-cont.cont03 .ct-p1 {top: 30px; left: 30px; color: #fff; font-size: 2.8rem;}
    .ct-cont.cont04 {overflow: hidden;}
    .ct-cont.cont05 {overflow: hidden;}
    .ct-cont.cont06 {background: #0048a0;}
    .ct-cont.cont06 .ct-p1 {top: 30px; left: 30px; color: #fff; font-size: 2.8rem;}
    .ct-cont.cont01 .ct-icon {top: 89%; right: -30px;}
    .ct-cont.cont02 .ct-icon {top: 102%; right: -10px;}
    .ct-cont.cont03 .ct-icon {top: 75%; right: 35px; width: 200px; height: 200px;}
    .ct-cont.cont04 .ct-icon {top: 96%; right: -34px;}
    .ct-cont.cont05 .ct-icon {top: 79%; right: -35px;}
    .ct-cont.cont06 .ct-icon {top: 76%; right: 35px; width: 200px; height: 200px;}
    .ct-cont:hover .ct-icon {transform: translateY(-50%) scale(1.1);}
    .exhibition .detail {padding: 92px 0 0;}
    .exhibition .title .cont-h1 {font-size: 4.0rem;}
    .exhibition .title .cont-p1 {font-size: 1.8rem;}
    .ex-cont .tab-dd { width: 98%; margin: 0 auto; justify-content: space-around;}
    .ex-cont .tab-dd-link {flex: 0 0 47%; max-width: 47%; height: 217px; box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);}
}
@media screen and (min-width: 1400px){
	.se01 {padding: 120px 0;}
}
/* se02 */
.se02 {padding: 40px 0 150px; background: #fff url(/cyber/img/main/se02-bg.png) no-repeat center/cover;}
.se02 .detail {padding-top: 75px;}
.youtube-frame {width: 100%; height: 250px; border-radius: 15px; background: #f1f1f1; overflow: hidden;}
.youtube-frame iframe {width: 100%; height: 100%;}
.youtube-text {display: none;}
.youtube-btn {margin-top: 25px; text-align: right;}
.youtube-btn .btn {padding: 20px 70px 20px 25px; border-radius: 10px; background: url(/portal/img/main/icon-link-w.png) no-repeat 90%;}
@media screen and (min-width: 501px){
    .se02 {padding: 70px 0 200px;}
    .youtube-frame {height: 350px;}
}
@media screen and (min-width: 768px){
    .youtube-frame {height: 500px;}
}
@media screen and (min-width: 1024px){
    .se02 {background-image: url(/cyber/img/main/se02-bg-pc.png);}
    .se02 .detail {display: flex; flex-direction: row-reverse;}
    .youtube-frame {flex: 0 0 73%; max-width: 73%;}
    .youtube-btn {flex: 0 0 24%; max-width: 24%; margin-right: 3%; text-align: left;}
    .youtube-text {display: block;}
    .youtube-text .cont-h1 {margin-bottom: 40px; font-size: 3.0rem; text-align: left;}
    .youtube-text .cont-p1 {margin-bottom: 40px; text-align: left; color: #118ad9; font-weight: 600;}
    .youtube-text .pcb {display: block; font-weight: 400;}
    .youtube-text .pcb b {font-weight: 500; color: #118ad9;}
    .youtube-btn .btn {width: 200px; height: 57px; line-height: 15px; box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);}
}

/* se03 */
.se03 {padding: 85px 0; background: #f7f7f7 url(/cyber/img/main/se03-bg-pc.png) no-repeat 0 0/contain;}
.se03 .sns-group {padding-top: 30px;}
.se03 .sns-ul {padding-top: 0px; text-align: center;}
.se03 .sns-li {display: inline-block; width: 45px; height: 45px; margin: 0 3px; border-radius: 50%; overflow: hidden;}
.se03 .sns-li a {display: block; width: 100%; height: 100%; background: #00397f url(/cyber/img/main/facebook.svg) no-repeat center/38px; transition: 0.4s;}
.se03 .sns-li a:hover, .se03 .sns-li a:active, .se03 .sns-li a:focus {background-color: #71879b;}
.se03 .sns-li .facebook {background-image: url(/cyber/img/main/facebook.svg);}
.se03 .sns-li .insta {background-image: url(/cyber/img/main/insta.svg);}
.se03 .sns-li .blog {background-image: url(/cyber/img/main/blog.svg);}

.se03 .sns-slider .slick-arrow {position: absolute; top: 50%; width: 45px; height: 45px; background: #71879b url(/cyber/img/main/right-arrow.png) no-repeat center/20px; border-radius: 50%; text-indent: -9999px; z-index: 2;}
.se03 .sns-slider .slick-arrow.slick-prev {left: 0; right: auto; background-image: url(/cyber/img/main/left-arrow.png);}
.se03 .sns-slider .slick-arrow.slick-next {left: auto; right: 0;}
.se03 .sns-slider .slick-arrow.slick-disabled {opacity: 0.5;}

.se03 .sns-link {position: relative; height: 350px; margin: 5px 20px; background: #fff; border-radius: 20px; box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1); overflow: hidden;}
.se03 .sns-img {position: absolute; top: 0; left: 0; width: 100%; height: 200px; z-index: 1;}
.se03 .sns-img:after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 150%; background:#00306b; opacity: 0; transition: 0.4s;}
.se03 .sns-img:before {content: ""; position: absolute; top: 60%; left: 50%; width: 50px; height: 50px; border-radius: 50%; background: #fff url(/cyber/img/main/facebook.svg) no-repeat center/40px; transform: translateX(-50%); z-index: 2; opacity: 0; transition: 0.4s;}
.se03 .sns-link:hover .sns-img:after, .se03 .sns-link:active .sns-img:after, .se03 .sns-link:focus .sns-img:after {opacity: 0.8;}
.se03 .sns-link:hover .sns-img:before, .se03 .sns-link:active .sns-img:before, .se03 .sns-link:focus .sns-img:before {top: 43%; opacity: 1;}

.se03 .sns-img.facebook:before {background-image: url(/cyber/img/main/facebook-blue.svg);}    
.se03 .sns-img.insta:before {background-image: url(/cyber/img/main/insta-blue.svg);}    
.se03 .sns-img.blog:before {background-image: url(/cyber/img/main/blog-blue.svg);}    
.se03 .sns-img img {position: absolute; top: 0; left: 50%; width: 120%; transform: translateX(-50%);}
.se03 .sns-cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/cyber/img/main/sns-cover.png) no-repeat center/cover; z-index: 2;}
.sns-text {position: absolute; bottom: 20px; left: 50%; width: 94%; transform: translateX(-50%); z-index: 2;}
.sns-text .cont-h2 {width: 90%; margin: 0 auto 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.hashtag {width: 80%; margin: 0 auto; text-align: center;}
.hashtag li {display: inline-block; font-size: 1.4rem; color: #888;}

@media screen and (min-width: 1280px){
    .se03 {background-size: cover;}
    .se03 .title {position: relative;}
    .se03 .sns-group {position: absolute; top: 35px; right: 0; display: flex; align-items: center;}
    .se03 .sns-group .cont-h3 {margin-bottom: 0; margin-right: 20px;}
    .se03 .sns-li {margin: 0;}
    .se03 .sns-link {margin:5px 15px;}
    .se03 .sns-link.link02 {margin: 40px 15px 0 15px;}
    .se03 .sns-link.link03 {margin: 80px 15px 0 15px;}
    .se03 .sns-link.link05 {margin: 40px 15px 0 15px;}

    .se03 .slick-list {overflow: visible;}
    .se03 .detail {padding-top: 76px;}
}

/* 220411 fullpage css */
.fp-section.fp-table:last-child {height: auto!important;}
.fp-section.fp-table:last-child .fp-tableCell {height: auto!important;}

/* 220414 nanan */
.cyber { padding-top: 0; }
.cyber .inner { padding: 0; }
.se01, .se02, .se03 { padding: 0; }
.section { padding-top: 0; }
.se01 .category { padding-top: 120px; }
.se02 .inner, .se03 .inner { padding-top: 0; }

.category .cont-h1 { font-size: 3.4rem; }
.ex-cont .tab-dd-link.video:hover:after { background-image: url(/cyber/img/main/play-btn_on.png); }
.se02 .youtube-frame { background: #3175b1; }
.se03 .detail { margin-top: 0px; }
.se03 .sns-link { height: 300px; }

@media screen and (min-width: 501px){
	.se03 .detail { margin-top: 60px; }
	.se03 .sns-link { height: 350px; }
}
@media screen and (min-width: 768px){
	.se01 { background-image: url(/cyber/img/main/se01-bg-pc.png); background-size: cover; background-position: left top; }
	.se02 { background-image: url(/cyber/img/main/se02-bg-tablet.png); background-size: contain; background-position: 50% 70%; }
	.se02 .detail { padding-top: 60px; }
	.se02 .youtube-frame { height: 400px; }
	.se03 .sns-group { padding-top: 60px; }
	.se03 .detail { margin-top: 50px; }
}
@media screen and (min-width: 1024px){
	.category .cont-h1 { font-size: 4.4rem; }
	.ct-cont .ct-p1, .ct-cont.cont03 .ct-p1, .ct-cont.cont06 .ct-p1 { font-size: 2.2rem; font-weight: 500; }
	.exhibition .title .cont-h1, .cont-h1 { font-size: 3.8rem; }
	.se01 .category { padding-top: 60px; }
	.se01 .inner { padding: 80px 0 0 0; }
	.se02 .inner { padding: 0 0 0 80px; }
	.se01 .exhibition { top: 205px; }
	.se02 .youtube-frame { height: 510px; }
	.se02 .youtube-text .cont-h1 { text-align: left; font-size: 2.8rem; }
	.se02 .youtube-text .cont-p1 { margin-bottom: 20px; }
	.se03 .detail { margin-top: 30px; }
}
@media screen and (min-width: 1200px){
	.se01 .exhibition { top: 180px; }
	.se01 .category { padding-bottom: 50px; }
	.se01 .ct-cont.cont03 .ct-icon, .se01 .ct-cont.cont06 .ct-icon { width: 80px; height: 80px; top: 60%; }
	.se01 .ct-cont.cont03 .ct-icon { top: 65%; background-size: 80%; }
	.se01 .ct-cont.cont06 .ct-icon { top: 65%; background-size: 70%; }
	.se02 { background-image: url(/cyber/img/main/se02-bg-pc.png); background-size: cover; background-position: 50% 50%; }
}
@media screen and (min-width: 1280px){
	.se01 .category .detail { padding-top: 35px; }
	.se01 .exhibition { top: 170px; }
	.se01 .ct-cont.cont03 .ct-icon, .se01 .ct-cont.cont06 .ct-icon { width: 200px; height: 200px; top: 60%; }
	.se01 .ex-cont { margin-top: 23px; }
	.se03 .sns-group { top: 50px; }
	.se03 .detail { margin-top: 70px; }
	.se03 .sns-li { margin: 0 2px 0; }
}
@media screen and (min-width: 1400px){
	.cyber .inner { height: 100vh; }
	.footer .inner { height: 260px; }
	.section { overflow: hidden; }
	.se01 .inner, .se02 .inner, .se03 .inner { padding: 120px 0 0 0; }
	.se01 .ct-wrap { height: 600px; }
	.se01 .category .detail { padding-top: 25px; }
	.se01 .exhibition { top: 185px; }
	.se02 .title, .se03 .title { padding-top: 60px; }
	.se02 .detail { padding-top: 40px; padding-bottom: 50px; }
	.se02 .youtube-text .pcb { display: block; }
	.se03 .sns-group { top: 140px; }
}
