@charset "UTF-8";html{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;min-height:100vh;padding-top:110px}.w_base{margin:0 auto;width:1000px}.hd_bg{position:fixed;top:0;left:0;width:100%;z-index:9999;-webkit-transition:All .5s ease;transition:All .5s ease}.hd_bg .hd{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1240px;height:110px;margin:0 auto}.hd_bg .hd .hd_logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hd_bg .hd .hd_logo a{color:#0290d0;font-size:16px;text-decoration:none;line-height:1.5}.hd_bg .hd .hd_logo a span{color:#111;font-size:26px}.hd_bg .hd .nav{overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hd_bg .hd .nav .nav_list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:40px;width:100%;padding-right:20px}.hd_bg .hd .nav .nav_list::before{position:absolute;top:50%;right:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);content:'';display:block;width:1px;height:14px;background:#111}.hd_bg .hd .nav .nav_list>li{position:relative;z-index:1000}.hd_bg .hd .nav .nav_list>li>a{position:relative;display:block;height:100%;padding:10px 0;color:#111;font-weight:800;text-align:center;text-decoration:none;-webkit-transition:all .5s ease;transition:all .5s ease}.hd_bg .hd .nav .nav_list>li>a::after{position:absolute;bottom:0;left:0;content:'';width:0;height:2px;background-image:-webkit-gradient(linear,left top,right top,from(#0290d0),to(#d2e4f2));background-image:linear-gradient(to right,#0290d0,#d2e4f2);-webkit-transition:.3s;transition:.3s}.hd_bg .hd .nav .nav_list>li>a:hover::after{width:100%}.hd_bg .hd .nav .nav_list>li.current-page-ancestor>a::after,.hd_bg .hd .nav .nav_list>li.current_page_item>a::after{width:100%}.hd_bg .hd .nav .nav_list>li:hover .sub-menu{display:block;-webkit-animation:nav_active 1s ease 0s 1 alternate;animation:nav_active 1s ease 0s 1 alternate}.hd_bg .hd .nav .nav_list>li>.sub-menu{position:absolute;top:42px;left:0;display:none;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:380px;padding:25px 0;background:#fff;-webkit-box-shadow:0 0 1px #ccc;box-shadow:0 0 1px #ccc;-webkit-transition:All .5s ease;transition:All .5s ease}.hd_bg .hd .nav .nav_list>li>.sub-menu>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.7)}.hd_bg .hd .nav .nav_list>li>.sub-menu>li>a{-ms-flex-negative:0;flex-shrink:0;display:block;width:100%;padding:5px 20px;color:#333;font-size:14px;text-decoration:none}.hd_bg .hd .nav .nav_list>li>.sub-menu>li>a.current,.hd_bg .hd .nav .nav_list>li>.sub-menu>li>a:hover{color:#0290d0}.hd_bg .hd .nav .nav_list>li>.sub-menu>li:hover .sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1;-webkit-animation:nav_active 1s ease 0s 1 alternate;animation:nav_active 1s ease 0s 1 alternate}.hd_bg .hd .nav .nav_list>li>.sub-menu>li>.sub-menu{position:absolute;top:0;bottom:10px;left:100%;display:none;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%;padding:10px;background:#fff;-webkit-box-shadow:0 0 1px #ccc;box-shadow:0 0 1px #ccc;border-left:1px solid #ddd}.hd_bg .hd .nav .nav_list>li>.sub-menu>li>.sub-menu>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% / 2);border-bottom:1px solid rgba(255,255,255,.4);border-left:1px solid rgba(255,255,255,.4)}.hd_bg .hd .nav .nav_list>li>.sub-menu>li>.sub-menu>li>a{display:block;padding:5px;color:#333;font-size:14px;text-decoration:none}.hd_bg .hd .nav .nav_list>li>.sub-menu>li>.sub-menu>li>a.current,.hd_bg .hd .nav .nav_list>li>.sub-menu>li>.sub-menu>li>a:hover{color:#0290d0}.hd_bg .hd .nav .nav_list>li.sub-right>.sub-menu{left:-260%;max-width:260px}.hd_bg .hd .nav .nav_lang{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;padding-bottom:10px;padding-left:20px}.hd_bg .hd .nav .nav_lang a{color:#111;display:inline-block;font-size:14px;font-weight:800;text-decoration:none;border:1px solid #111;border-radius:5px;padding:5px 5px;line-height:0}.hd_bg .hd .nav .nav_lang a.current{color:#0290d0}.hd_bg .hd .nav .nav_lang a::before{content:url(../images/icon_earth_color.png);margin-right:5px}.hd_bg .hd .hd_sns{position:absolute;top:20px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.hd_bg .hd .hd_sns li a{-webkit-transition:all .3s ease;transition:all .3s ease}.hd_bg .hd .hd_sns li a:hover{opacity:.8}.hd_bg.smaller{background:rgba(0,144,240,.8);color:#fff!important}.hd_bg.smaller .hd_logo a{color:#fff!important}.hd_bg.smaller .hd_logo a span{color:#fff!important}.hd_bg.smaller .nav .nav_list::before{background:#fff}.hd_bg.smaller .nav .nav_list>li>a{color:#fff}.hd_bg.smaller .nav .nav_lang a{color:#fff;border:1px solid #fff}.hd_bg.smaller .nav .nav_lang a::before{content:url(../images/icon_earth.png)}.hd_bg.smaller .nav .nav_lang a.current{color:#0290d0}.hd_bg.smaller .hd_sns>li a{position:relative}.hd_bg.smaller .hd_sns>li a img{display:none}.hd_bg.smaller .hd_sns>li.facebook a::before{content:'';display:inline-block;width:20px;height:20px;background:url(../images/icon_fb_color.png) no-repeat center center}.hd_bg.smaller .hd_sns>li.instagram a::before{content:'';display:inline-block;width:20px;height:20px;background:url(../images/icon_insta_color.png) no-repeat center center}@-webkit-keyframes nav_active{0%{opacity:0}100%{opacity:1}}@keyframes nav_active{0%{opacity:0}100%{opacity:1}}.con_bg .con{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0 30px}.index .con_bg .con{padding-top:0}.con_bg .con main{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.con_bg .con main .view_more{width:200px;height:46px}.con_bg .con main .view_more.index_news_more{margin:0 auto}.con_bg .con main .view_more a{position:relative;z-index:1;display:block;width:100%;height:100%;border:2px solid #0290d0;color:#fff;text-decoration:none;text-align:center}.con_bg .con main .view_more a span{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;z-index:2;color:#0290d0;font-size:16px;font-weight:600;line-height:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.con_bg .con main .view_more a span::after{position:absolute;top:0;bottom:0;left:0;margin:auto;content:'';vertical-align:middle}.con_bg .con main .view_more a span::before{position:absolute;top:0;bottom:0;left:0;margin:auto;content:'';vertical-align:middle;left:15px;width:10px;height:2px;background:#0290d0}.con_bg .con main .view_more a span::after{left:18px;width:6px;height:6px;border-top:2px solid #0290d0;border-right:2px solid #0290d0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.con_bg .con main .view_more a::before{position:absolute;top:-2px;left:-2px;z-index:1;content:'';width:100%;height:100%;background:#fff;border:2px solid #0290d0;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.con_bg .con main .view_more a::after{position:absolute;top:8px;right:8px;content:'';width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(#0290d0),to(#d2e4f2));background:linear-gradient(to right,#0290d0,#d2e4f2);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.con_bg .con main .view_more a:hover span{color:#fff}.con_bg .con main .view_more a:hover span::before{background:#fff}.con_bg .con main .view_more a:hover span::after{border-top:2px solid #fff;border-right:2px solid #fff}.con_bg .con main .view_more a:hover::before{background:#0290d0;border:2px solid #0290d0}.con_bg .con main .view_more a:hover::after{top:0;right:0;width:100%;height:100%}.con_bg .con .sub{width:calc(30% - 30px);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.con_bg .con .sub h3{background-color:rgba(255,255,255,.1);padding:5px;margin-bottom:5px}.con_bg .con .sub .sub_list{margin-bottom:20px}.con_bg .con .sub .sub_list li{border-bottom:1px solid rgba(255,255,255,.4)}.con_bg .con .sub .sub_list li a{color:#fff}.con_bg .con .sub .sub_list li a:hover{opacity:.8}.ft_bg{margin-top:auto;background:#0290d0}.ft_bg .ft{padding:20px 0}.ft_bg .ft .ft_copy{color:#fff;font-size:12px;text-align:center}.pt{border-radius:50%;background-color:#153142;bottom:30px;cursor:pointer;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:60px;right:30px;position:fixed;width:60px;z-index:100}.pt:hover{opacity:.6}.pt_btn{cursor:pointer;display:block;width:20px;height:20px;margin-top:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative}.pt_btn::after{background-color:#fff;content:'';display:block;top:0;left:0;position:absolute}.pt_btn::before{background-color:#fff;content:'';display:block;top:0;left:0;position:absolute;width:7px;bottom:0}.pt_btn::after{height:7px;right:0}.index_slider_bg .index_slider{position:relative;width:100%;margin:0 auto}.index_slider_bg .index_slider .index_slider_ttl{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;font-size:50px;font-weight:700;text-align:center}.index_slider_bg .index_slider .index_slider_ttl span{color:#fff;opacity:0;-webkit-transition:.6s ease-in-out;transition:.6s ease-in-out}.index_slider_bg .index_slider img{width:100%;max-height:620px!important;-o-object-fit:cover;object-fit:cover;font-family:'object-fit: cover!important;'}.index_main{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.index_main h2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 30px;color:#0290d0;font-size:40px;font-weight:700;line-height:1}.index_main h2::before{content:'';display:block;width:6px;height:40px;margin:-7px 10px 0 0;background-image:-webkit-gradient(linear,left top,left bottom,from(#0290d0),to(#d2e4f2));background-image:linear-gradient(to bottom,#0290d0,#d2e4f2)}.index_main .index_greet{padding:70px 0 50px;font-size:16px}.index_main .index_history .index_history_con{padding:0 0 115px}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative;padding:18px 28px 18px 85px;background:#fff;color:#0290d0;font-size:28px;border:2px solid #0290d0;-webkit-transition:all .5s ease;transition:all .5s ease}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl .icon_wrap{position:absolute;top:50%;left:28px;-webkit-transform:translatey(-50%);transform:translatey(-50%);content:'';width:40px;height:40px;background-image:-webkit-gradient(linear,left top,right top,from(#0290d0),to(#d2e4f2));background-image:linear-gradient(to right,#0290d0,#d2e4f2);border:1px solid #0290d0;-webkit-transition:all .5s ease;transition:all .5s ease}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl .icon_wrap .icon{position:relative;display:inline-block;width:100%;height:100%}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl .icon_wrap .icon:after{position:absolute;content:'';display:block;-webkit-transition:all .5s;transition:all .5s;background:#fff;left:50%;top:50%;width:50%;height:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl .icon_wrap .icon:before{position:absolute;content:'';display:block;-webkit-transition:all .5s;transition:all .5s;background:#fff;left:50%;top:50%;width:50%;height:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl.opened{background-color:#58878c;background-image:-webkit-gradient(linear,left top,right top,from(#0290d0),to(#d2e4f2));background-image:linear-gradient(to right,#0290d0,#d2e4f2);color:#fff;border:2px solid #0290d0}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl.opened .icon_wrap{background:0 0;border:1px solid #fff}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_ttl.opened .icon_wrap .icon:before{z-index:1;background:#fff;-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.index_main .index_history .index_history_con .index_history_list .index_history_item .index_history_item_txt{display:none;padding:30px;background:#fff;color:#111;border:2px solid #0290d0;border-top:none}.index_main .index_news{width:100vw;margin:0 calc((50% - 50vw));background:url(../images/body_bg.png) no-repeat center center fixed;background-size:cover;image-rendering:-webkit-optimize-contrast;border-top:1px solid #d0e1f4;border-bottom:1px solid #d0e1f4}.index_main .index_news_con{padding:80px 0}.index_main .index_news .index_news_scrl{max-height:300px;margin-top:40px;margin-bottom:50px;overflow:auto}.index_main .index_news .index_news_scrl h2{margin-bottom:0}.index_main .index_news .index_news_scrl .index_news_item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;width:100%;padding:15px 0;border-bottom:1px solid #d0e1f4}.index_main .index_news .index_news_scrl .index_news_item:first-of-type{border-top:1px solid #d0e1f4}.index_main .index_news .index_news_scrl .index_news_item_date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:175px;font-size:16px;border-right:1px solid #d0e1f4}.index_main .index_news .index_news_scrl .index_news_item_ttl{width:calc(100% - 185px);padding:0 30px}.index_main .index_news .index_news_scrl .index_news_item_icon_new{display:inline-block;color:#0290d0;font-size:.9em;font-weight:700;margin-left:.3em}.index_main .index_news .index_news_scrl .index_news_item_icon_new:before{content:'NEW'}.index_main .index_access{width:100vw;margin:0 calc((50% - 50vw)) -30px;border-top:1px solid #d0e1f4}.index_main .index_access .index_access_wrap{padding:80px 0}.index_main .index_access .index_access_wrap .index_access_con p{margin-bottom:30px;font-size:16px;font-weight:500}.index_main .index_access .index_access_wrap .index_access_map{width:100%;height:350px;margin-bottom:40px}.index_main .index_access .index_access_wrap .index_access_map iframe{width:100%;height:100%}.mcon{word-wrap:break-word}.mcon a img:hover{opacity:.8;-webkit-transition:all .3s ease;transition:all .3s ease}.mcon h1{position:relative;width:100vw;margin:0 calc((50% - 50vw)) 40px;padding:40px 0;background:url(../images/body_bg.png) no-repeat center center fixed;background-size:cover;image-rendering:-webkit-optimize-contrast;border-top:1px solid #d0e1f4;border-bottom:1px solid #d0e1f4}.mcon h1 span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:36px}.mcon h2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 30px;color:#0290d0;font-size:40px;font-weight:700;line-height:1}.mcon h2::before{content:'';display:block;width:6px;height:40px;margin:-7px 10px 0 0;background-image:-webkit-gradient(linear,left top,left bottom,from(#0290d0),to(#d2e4f2));background-image:linear-gradient(to bottom,#0290d0,#d2e4f2)}.mcon h3{position:relative;margin:20px 0;font-size:20px;font-weight:500;border-bottom:1px solid #153142}.mcon h3::before{position:absolute;bottom:-2px;left:0;z-index:2;content:'';width:20%;height:3px;background:#0290d0}.mcon h4{position:relative;font-size:18px;font-weight:500;margin:20px 0;padding-left:25px}.mcon h4::before{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;content:'';display:inline-block;width:15px;height:1px;border-top:1px solid #0290d0}.mcon h5,.mcon h6{margin:20px 0;font-size:1.1em}.mcon hr{border:none;border-top:1px dotted #ccc}.mcon iframe{max-width:100%}.mcon img{max-width:100%;height:auto}.mcon ol{margin-top:1em;margin-bottom:.5em}.mcon ol li{margin-left:2em;margin-bottom:.5em}.mcon p{margin-bottom:1em}.mcon ul{margin-top:1em;margin-bottom:.5em}.mcon ul li{list-style-type:disc;margin-left:1.5em;margin-bottom:.5em}.archive_list .archive_item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;width:100%;padding:15px 0;border-bottom:1px solid #d0e1f4}.archive_list .archive_item:first-of-type{border-top:1px solid #d0e1f4}.archive_list .archive_item .archive_date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:175px;font-size:16px;border-right:1px solid #d0e1f4}.archive_list .archive_item .archive_ttl{width:calc(100% - 185px);padding:0 30px}.single .con_bg .con main{width:100%}.single .mcon .single_mcon_maintitle{position:relative;width:100%;margin:0 0 20px;font-size:18px;padding:20px 10px;background:0 0;border-top:2px solid #d0e1f4;border-bottom:1px solid #d0e1f4}.single .single_mcon_date{margin-bottom:20px;font-size:14px;text-align:right}.member-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.member-profile-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;width:50%;padding-right:30px}.member-profile-item-thum{-ms-flex-negative:0;flex-shrink:0;width:150px;height:200px;background-color:#efefef}.member-profile-item-thum img{-o-object-fit:cover;object-fit:cover;height:200px;width:150px}.member-profile-item-text{margin-left:20px}.member-profile-item-text dt{font-size:18px}.stage-company-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.stage-company-list li{margin:0 10px 10px 0}summary{position:relative;max-width:600px;padding:10px 50px 10px 20px;cursor:pointer;background-color:#353535;color:#fff;margin:10px auto}summary::-webkit-details-marker{position:absolute;color:transparent}summary:hover{background-color:#804747;margin-bottom:0}details[open] summary{background-color:#804747;margin-bottom:0}summary::after{content:'+';font-size:130%;position:absolute;top:55%;right:15px;-webkit-transform:translateY(-55%);transform:translateY(-55%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}details[open] summary::after{-webkit-transform:translateY(-55%) rotate(45deg);transform:translateY(-55%) rotate(45deg)}.answer{padding:20px 20px;background-color:#e6e6e6;max-width:630px;margin:auto}.answer p{background:0 0}details[open] .answer{-webkit-animation:fadein .5s ease-in-out;animation:fadein .5s ease-in-out}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}summary{position:relative;max-width:100%;padding:10px 50px 10px 20px;cursor:pointer;background-color:#0d73b3;color:#fff;margin:10px auto;text-align:center}summary::-webkit-details-marker{position:absolute;color:transparent}summary:hover{background-color:#0d73b3;margin-bottom:0}details[open] summary{background-color:#0d73b3;margin-bottom:0}summary::after{content:'+';font-size:130%;position:absolute;top:55%;right:15px;-webkit-transform:translateY(-55%);transform:translateY(-55%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}details[open] summary::after{-webkit-transform:translateY(-55%) rotate(45deg);transform:translateY(-55%) rotate(45deg)}.answer{max-width:100%;margin:auto;padding:20px 20px;background-color:#d2e4f2}.answer p{background:0 0}details[open] .answer{-webkit-animation:fadein .5s ease-in-out;animation:fadein .5s ease-in-out}@keyframes fadein{0%{opacity:0}100%{opacity:1}}