@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');

/* reset */
*{ margin:0; padding:0; font-size:10px; box-sizing:border-box; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:transparent; outline:none; }
html,body{ font-family:'Open Sans','Arial','Noto Sans','Microsoft JhengHei','Apple LiGothic Medium',sans-serif; }
html{ -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
body{ margin:0; -webkit-overflow-scrolling:touch; text-align:center; }
:before,:after{ font-family:'Font Awesome 5 Free','Font Awesome 5 Brands','fontawesome',Arial,'Microsoft JhengHei','Apple LiGothic Medium',sans-serif; }
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,div,a{ display:block; box-sizing:border-box; position:relative;}
a{ background:transparent; text-decoration:none; color:inherit; cursor:pointer; line-height:1em; display:inline-block; font-size:inherit;}
a:active{ outline:0; }
b,strong{ font-weight:bold; }
dfn{ font-style:normal; }
img{ border:0; vertical-align:middle; line-height:0; font-size:0; }
input,textarea,button,select,option{ border:0; margin:0; outline:none; padding:0; font-size:1.6rem; font-family:'Noto Sans','Open Sans','Arial','Microsoft JhengHei','Apple LiGothic Medium',sans-serif; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; }
label,span{ font-size:inherit; }
textarea{ resize:none; }
select::-ms-expand{ display:none; }
input::-moz-placeholder,textarea::-moz-placeholder{ color:#ccc; }
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#ccc; }
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#ccc; }
table{ border-collapse:collapse; border-spacing:0; }
td,th{ padding:0; }
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote{ margin:0; font-weight:normal; line-height:1em; margin-bottom:0;}
ul,ol,li,dl,dd{ margin:0; padding:0; }
ul,ol{ list-style:none; box-sizing:border-box;}
font{ font-size:inherit; }
:lang(en) header nav h2{ letter-spacing:.05em; font-size:2rem; }
:lang(ja) header nav h2{ font-size:2.1rem; letter-spacing:.1em;}
/* reset */

body{ width:100vw; overflow-x:clip; }
.container-full ,.container{ padding:0 15px; width:100%; margin:0 auto;}
p,li,div,td,th{ font-size:1.6rem; }
.images_block img{ max-width:100%; }

/*landing-page*/
#fp-nav{ z-index:90; }
#fp-nav ul li a span{ background:#fff; }
.landing-page .section{ position:relative; overflow:hidden; }
.landing-page .section:before ,.landing-page .section:after{ content:''; position:absolute; top:50%; left:50%;  background-position:center center; background-size:cover;  }
.landing-page .section:before{ z-index:1; width:110vw; padding-top:110vh; opacity:.2; transform:translate(-50%,-55%); transition:transform 6s cubic-bezier(.42,0,1,1),opacity 3s cubic-bezier(.25,.1,.25,1);}
.landing-page .section:after{ z-index:2; width:100vw; padding-top:100vh; transform:translate(-50%,-50%) scale(1.01);}
.landing-page .section:nth-of-type(1):before{ background-image:url('../images/landing-page/bg_cut_1.jpg'); }
.landing-page .section:nth-of-type(2):before{ background-image:url('../images/landing-page/bg_cut_2.jpg'); }
.landing-page .section:nth-of-type(3):before{ background-image:url('../images/landing-page/bg_cut_3.jpg'); }
.landing-page .section:nth-of-type(4):before{ background-image:url('../images/landing-page/bg_cut_4.jpg'); }
.landing-page .section:nth-of-type(1):after{ background-image:url('../images/landing-page/text_cut_1.png'); }
.landing-page .section:nth-of-type(2):after{ background-image:url('../images/landing-page/text_cut_2.png'); }
.landing-page .section:nth-of-type(3):after{ background-image:url('../images/landing-page/text_cut_3.png'); }
.landing-page .section:nth-of-type(4):after{ background-image:url('../images/landing-page/text_cut_4.png'); }
.landing-page .section .text-block{ z-index:3; overflow:visible;}
.landing-page .section .text-block:before ,
.landing-page .section .text-block:after{ content:''; display:block; width:100vw; padding-top:100vh; background-position:center center; background-size:cover; position:absolute; top:50%; left:50%; transition:transform 6s cubic-bezier(.42,0,1,1); transform:translate(-50%,-50%);}
.landing-page .section .text-block:before{ transform:translate(-50%,-70%); }
.landing-page .section .text-block:after{ transform:translate(-50%,-60%); }
.landing-page .section:nth-of-type(1) .text-block:before{ background-image:url('../images/landing-page/text_cut_1-h1.png'); }
.landing-page .section:nth-of-type(2) .text-block:before{ background-image:url('../images/landing-page/text_cut_2-h1.png'); }
.landing-page .section:nth-of-type(3) .text-block:before{ background-image:url('../images/landing-page/text_cut_3-h1.png'); }
.landing-page .section:nth-of-type(4) .text-block:before{ background-image:url('../images/landing-page/text_cut_4-h1.png'); }
.landing-page .section:nth-of-type(1) .text-block:after{ background-image:url('../images/landing-page/text_cut_1-h2.png'); }
.landing-page .section:nth-of-type(2) .text-block:after{ background-image:url('../images/landing-page/text_cut_2-h2.png'); }
.landing-page .section:nth-of-type(3) .text-block:after{ background-image:url('../images/landing-page/text_cut_3-h2.png'); }
.landing-page .section:nth-of-type(4) .text-block:after{ background-image:url('../images/landing-page/text_cut_4-h2.png'); }
.landing-page .section.active:before{ transform:translate(-50%,-50%) scale(1.15); opacity:1; transition:transform 3s cubic-bezier(.42,0,1,1),opacity 3s.5s cubic-bezier(.25,.1,.25,1); }
.landing-page .section.active .text-block:before ,.landing-page .section.active .text-block:after{ }
.landing-page .section.active .text-block:before{ transform:translate(-50%,-50%); transition:transform 3.5s cubic-bezier(.25,.1,.25,1);}
.landing-page .section.active .text-block:after{ transform:translate(-50%,-50%); transition:transform 3s cubic-bezier(.25,.1,.25,1); }
.landing-page .btn-skip{ position:fixed; font-size:1.8rem; right:10px; bottom:10px; display:inline-block; color:#fff; z-index:5; border:solid 1px; padding:.4em 1.5em; overflow:hidden;}
.landing-page .btn-skip:before{ content:''; display:block; position:absolute; width:80px; padding-top:80px; background:#583769; border-radius:50%; bottom:-250%; left:-60%; transform:scale(1); transition:all .6s cubic-bezier(.47,.59,.56,.99); }
.landing-page .btn-skip:after{ content:'SKIP'; position:relative;}
.landing-page .btn-skip:hover:before{ transform:scale(4); }
.landing-page #fp-nav{ z-index:89; }
.landing-page header{ background:transparent; }
.landing-page header .logo{ opacity:0; pointer-events:none; }
.landing-page header form{ display:none; }
.landing-page .navToggle{ z-index:100; }
.landing-page header .nav-box{ top:0; height:100vh; }
.landing-page header .nav-box nav{ padding-top:80px; }

/*landing-page*/

/*header*/
header{ background:#FFF; position:sticky; top:0; left:0; width:100%; z-index:90;}
header .header-container{ position:relative; display:flex; flex-wrap:wrap; align-items:center; padding:20px 10px; height:70px; }
header .logo{ flex:6 1 auto; text-align:left; z-index:2;}
header .logo img{ width:380px; max-width:100%; height:auto; }
header .language{ position:relative; margin:8px 0; border:solid 1px #000; width:100%; }
header .language select{ font-size:1.4rem; color:#6d6d6d; width:100%; padding:4px 26px; position:relative; text-align:center; border-radius:0; }
header .language:before{ content:''; display:inline-block; width:1em; height:1em; background:url(../images/icon_globe.svg) no-repeat; background-size:cover; position:absolute; top:6px; left:6px; z-index:2; }
header .language:after{ pointer-events:none; opacity:.6; line-height:1.5; position:absolute; right:0; top:0; height:100%; width:30px; padding:4px 6px; content:'\f107'; color:#000; font-weight:900; font-size:1em; box-sizing:border-box; text-align:center; }
header form{ border:solid 1px #000; flex:1 0 auto; width:100%; background:#fff; position:relative; }
header form input ,header form button{ background:rgba(255,255,255,0); color:#000; }
header form input{ width:100%; font-size:1.4rem; padding:4px 6px; }
header form ::placeholder{ color:#000; opacity:.6; text-align:center;}
header form input:-ms-input-placeholder{ color:#000; opacity:.6;}
header form input::-ms-input-placeholder{ color:#000; opacity:.6;}
header form button{ cursor:pointer; opacity:.6; transition:all .4s; line-height:1.5; position:absolute; right:0; top:0; height:100%; width:30px; padding:4px 6px; } 
header form button:hover{ opacity:1; }
header form button:active{ transform:translate(1px,1px); }
header form button:before{ content:'\f002'; font-weight:900; padding-right:.4em; font-size:1.4rem;}
.navToggle{ height:40px; margin-left:15px; cursor:pointer; z-index:2; }
.navToggle span ,.navToggle span:before ,.navToggle span:after{ display:block; width:100%; background:#000; height:1px; }
.navToggle span{ position:relative; top:50%; font-size:48px; width:48px;}
.navToggle span:before ,.navToggle span:after{ content:''; position:absolute; }
.navToggle span:before{ top:-12px;  top:-.3em; }
.navToggle span:after{ bottom:-12px; bottom:-.3em; }
.navToggle.navToggle01 span{ transition:background .3s .6s;}
.navToggle.navToggle01 span:before{ transition:transform .1s .3s ,top .3s .7s;}
.navToggle.navToggle01 span:after{ transition:transform .1s .3s ,bottom .3s .7s;}
.navToggle.navToggle01.on span{ background:none; transition:background .3s .6s;}
.navToggle.navToggle01.on span:before{ top:0; transform:rotate(135deg); transition:top .2s .1s,transform .2s .6s;}
.navToggle.navToggle01.on span:after{ bottom:0; transform:rotate(225deg);  transition:bottom .2s .1s,transform .2s .6s;}
header .nav-box{ position:absolute; width:100%; height:calc(100vh - 100px); z-index:-99; pointer-events:none; display:flex; justify-content:flex-end; overflow-x:hidden; top:70px; right:0; background:rgba(0,0,0,0); transition:all .6s 0s; } 
header .nav-box.on{ background:rgba(0,0,0,.3); z-index:1; pointer-events:auto; transition:all .6s 0s;}
header nav{ text-align:left; max-width:360px; color:#000; width:100%; max-width:353px; padding:40px 30px 0; background:#fff; box-shadow:inset 0 2px 4px rgba(0,0,0,.25); min-height:100%; overflow:auto; transform:translateX(100%); transition:all .4s .2s;}
header nav h2{ font-size:2.4rem; line-height:1.4; font-weight:300; letter-spacing:.2em; width:100%; padding:1em 1.5em 1em 0; border-bottom:solid 1px rgba(0,0,0,.3); position:relative;}
header nav h3{ font-size:1.6rem; margin-bottom:1em;  }
header nav .menu-box{ border-bottom:solid 1px rgba(0,0,0,.3); }
header nav .menu-box h2{ cursor:pointer; border:none;}
header nav .menu-box h2:after{ content:'\f107'; font-size:1.6rem; font-weight:900; position:absolute; right:10px; top:50%; transform:translateY(-50%); transition:all .6s;}
header nav .menu-box{ position:relative; width:100%; }
header nav .menu-block{ overflow:hidden; height:0; opacity:0; transition:opacity .6s ,height .6s .6s; }
header nav .menu-block.show{ height:auto; padding-bottom:2em; opacity:1; transition:opacity .6s ,height .6s .6s ; }
header .nav-box.on nav{ transform:translateX(0%); transition:all .6s .6s;}
/*header*/


/*footer*/
footer{ background:#e6e6e6; position:relative;}
footer:before{ position:absolute; content:''; display:block; width:100%; padding-top:4.5%; background:url('../images/radian-gray.png'); background-size:100% 100%; z-index:1; transform:translateY(-98%); top:0; }
footer ul{ display:flex; justify-content:center; align-items:center; height:200px;}
footer ul li{ font-size:1.4rem; color:#747474; }
footer ul li + li:before{ content:'︱'; margin:0 1.5em;}
footer ul li a{ transition:all .6s; }
footer ul li a:hover{ color:#5f5f5f; }
footer.gray{ background:#e6e6e6; }
footer.gray:before{ background-image:url('../images/radian-gray.png'); }
.top-btn{ position:fixed; right:0; bottom:50px; background:#da0635; border-radius:8px 0 0 8px; opacity:.6; transform:translateX(100%); cursor:pointer; z-index:89; transition:all .6s cubic-bezier(.17,.67,.83,.67); }
.top-btn.show{ transform:translateX(0); transition:all .6s cubic-bezier(0,0,.58,1);}
.top-btn:before{ content:'\f062'; font-size:2rem; padding:.2em .6em; display:block; font-weight:900; color:#fff; }
/*footer*/

/*aside*/
aside{ background:#fff; flex-grow:0; flex-shrink:1;}
aside .aside-container{ padding:80px 15px; color:#717171;}
aside .aside-container .asideCheck{ display:none; }
aside h2{ font-size:2.6rem; margin-bottom:1.5em; letter-spacing:.1em; }
aside h2 label{ /*margin-left:.5em;*/ }
aside ul li{ margin-bottom:10px; }
aside ul li a{ display:block; width:100%; padding:.4em 0; } 
aside ul li a span{ display:inline-block; position:relative; letter-spacing:4px; transition:all 1s; }
aside ul li a span:before{ position:absolute; content:''; bottom:-6px; left:0; width:0; height:1px; background:#717171; transition:all .6s; }
aside ul li a span:after{ position:absolute; content:'\f054'; font-weight:900; right:-1.3em; font-size:.8em; transition:all .6s;}
aside ul li a:hover span{ letter-spacing:8px; margin-right:-8px; }
aside ul li a:hover span:before{ width:100%; }
/*aside*/

/*article*/
article{ padding:40px 70px 20vh; background:#f3f3f3; flex-grow:2; flex-shrink:2; }
/*article*/

/*popup*/
.mask{ background:rgba(0,0,0,.9); position:fixed; width:100%; height:100vh; max-height:100vh; top:0; left:0; display:flex; justify-content:center; align-items:center; opacity:0; z-index:-1; transition:opacity 1.2s cubic-bezier(0,.76,.56,1) ,z-index .8s .5s; pointer-events:none; }
.mask .popup-container{ width:100%; position:relative; max-height:100vh; overflow-y:auto;}
.mask .popup-container .container{  margin:80px auto; padding:0px 40px; max-width:800px; }
.mask.open{ opacity:1; z-index:100; pointer-events:auto; transition:opacity 1s cubic-bezier(0,.76,.56,1) ,z-index 0s; }
.popup-container .close{ position:fixed; top:0; right:0; transform:translate(-40px ,30px);}
.popup-container .close:before ,.popup-container .close:after{ display:inline-block; }
.popup-container .close span ,.popup-container .close:after{ vertical-align:middle; opacity:.7; transition:all 1s cubic-bezier(0,.76,.56,1);}
.popup-container .close span ,.popup-container .close span:before{ height:1px; background:#fff; transform:rotate(45deg); display:inline-block; }
.popup-container .close span{ width:18px; position:relative; }
.popup-container .close span:before{ content:''; width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) rotate(90deg); }
.popup-container .close:after{ content:'關閉'; color:#fff; font-size:1.7rem; margin-left:4px;}
.popup-container .close:hover span{ transform:rotate(135deg);opacity:1; }
.popup-container .close:hover:after{ opacity:1; }
.popup-video .text-block{ text-align:left; color:#fff; margin:40px 0;}
.popup-video h3{ color:#ccb481; font-size:3rem; line-height:1.2; margin-bottom:.5em;} 
.popup-video p{ font-size:1.7rem; line-height:1.5; margin-bottom:.5em;}
.popup-video .video-box{ width:100%; }
.popup-video .video-box .video-block{ position:relative; width:100%; padding-top:56.25%; }
.popup-video .video-box .video-block iframe{ position:absolute; width:100%; height:100%; top:0; left:0; }

/* 表格共用設定 */ 
form li{ position:relative; margin-bottom:.4em; line-height:2em;}
form li label{ position:relative; display:block; font-size:inherit; line-height:1em; padding:.5em 0; }
form li.must label:before{ content:'*'; color:#F44336; position:absolute; left:-.6em; top:.7em;}
form li input ,form li textarea{ border:solid 1px #ccc; outline:0; padding:.4em; box-sizing:border-box; width:100%; transition:all .6s; }
form li textarea{ resize:none; height:20em; transition:all .6s; }
form li input:focus ,form li textarea:focus{ border-color:#0098d8; }
form li input[type="checkbox"] ,form li input[type="radio"]{ position:absolute; top:0; left:0; width:100%; height:100%;cursor:pointer; z-index:1; border:none;  opacity:0; }

/* 下拉選單 */
.select-style{ display:flex; justify-content:space-between; }
.select-style li.select-block{ position:relative; display:inline-block; outline:0; width:calc(100% / 2 - 3px); margin-bottom:0; }
.select-style li.select-block:after{ content:'\f107'; font-weight:900; color:#ccc; position:absolute; right:0; top:0; display:inline-block; padding:0 .4em; height:100%; box-sizing:border-box; pointer-events:none;}
.select-style li.select-block select{ position:relative; background:#fff; border:solid 1px #ccc; pointer-events:auto; box-sizing:border-box; padding:.4em 1.5em .4em .6em; -moz-padding:0;  width:100%; outline:none; color:#717171; letter-spacing:.1rem; cursor:pointer;}
.select-style li.select-block select option{ color:#717171; border:none; outline:none; padding:.4rem;}
.select-style select:disabled{ background:#ebebe4; pointer-events:none; }
.select-style li.select-block::-ms-expand{ display:none; }

/* 按鈕 */
form .btn-box{ display:flex; justify-content:center; }
form .btn-style{ position:relative; display:inline-block; outline:0; background:#0098d8; color:#fff; margin:0 6px; border:solid 1px #0098d8; transition:all .6s;}
form .btn-style.btn-white{ background:#c1bfbf; color:#fff; border-color:#c1bfbf;}
form .btn-style:hover{ box-shadow:inset 0 0 0 100px rgba(255,255,255,.2);  }
form .btn-style button{ background:transparent; color:inherit; margin:0; padding:.2em 1.4em; cursor:pointer;}
form .btn-style button:disabled{ background:#ebebe4; border-color:transparent; }
ul.breadcrumb{width:100%; text-align:left; color:#717171; margin-bottom:20px;}
ul.breadcrumb li{ display:inline; }
ul.breadcrumb li:after{ content:'\f054'; font-weight:900; font-size:.8em; margin:0 .7em;}
ul.breadcrumb li:nth-last-of-type(1):after{ display:none; }
ul.breadcrumb li a{ padding-bottom:3px; transition:all .6s; border-bottom:solid 1px transparent;} 
ul.breadcrumb li a:hover{ border-color:initial;  }
hr{ width:100%; border:none; border-bottom:solid 1px #c5c5c5; margin:15px 0;}
section.page-container{ display:flex; justify-content:center; padding:60px 0; }
section.page-container .length-block ,section.page-container .page-block a{ background:#fff; border:solid 1px #dedede; padding:1em 1.5em; font-size:1.2rem; color:#717171; line-height:1;}
section.page-container .page-block ul li a{ min-width:3.5em; padding:1em .5em;} 
section.page-container .page-block ul li + li{ border-left:none; }
section.page-container .page-block a:hover ,section.page-container .page-block ul li.active a{ background:#717171; color:#fff;}
section.page-container .length-block span + span:before{ content:'\/'; }
section.page-container .page-block ,section.page-container .page-block ul{ display:flex; margin:0 4px;}
section.page-container .page-block a.arrow{ padding:1em 1.2em; }
section.page-container .page-block a.arrow:after{ font-weight:900; }
section.page-container .page-block a.arrow.prev:after{ content:'\f104'; }
section.page-container .page-block a.arrow.next:after{ content:'\f105'; }
section.page-container .page-block a.arrow.first:after{ content:'\f100'; }
section.page-container .page-block a.arrow.last:after{ content:'\f101'; }

/*slick*/
/*.slick-slider{ position:relative; }
.slick-slider .slick-arrow{ position:absolute; font-size:0; top:50%; width:5.7%; padding-top:9%; background:url('../images/arrow.png'); background-size:cover; cursor:pointer; z-index:90; transition:.6s;}
.slick-slider .slick-prev{ left:1rem; transform:rotate(180deg);}
.slick-slider .slick-next{ right:1rem; }
.slick-slider .slick-prev:hover{ left:.6rem;}
.slick-slider .slick-next:hover{ right:.6rem; }*/
/*slick*/

/*datePicker*/
.daterangepicker .ranges li.active ,.daterangepicker td.active, .daterangepicker td.active:hover{ background-color:#714d84; }
.daterangepicker td.in-range{ background-color:#f0dff9;  }
.daterangepicker .drp-buttons .btn{ border:solid 1px #714d84; background:transparent; color:#714d84; font-size:14px; font-weight:400; }
.daterangepicker .drp-buttons .btn.applyBtn{ background:#714d84; color:#fff; }
/*datePicker*/



/*loading*/
.loading{ width:100vw; height:100%; min-height:100vh; position:fixed; left:0; top:0; background-color:rgba(0,0,0,.9); z-index:100; display:flex; justify-content:center; align-items:center;}
/*loading 圖*/
.loading-circle circle{-webkit-animation:c1_2 9s linear infinite,c1_3 4.5s infinite; -moz-animation:c1_2 9s linear infinite,c1_3 4.5s infinite; animation:c1_2 9s linear infinite,c1_3 4.5s infinite; }
@-webkit-keyframes c1_2{0%{stroke-width:0; } 10%{stroke-width:8; } 75%{stroke-width:8; } 90%{stroke-width:0; } 100%{stroke-width:0; } }
@-webkit-keyframes c1_3{
0%{stroke-dasharray:104,156; stroke-dashoffset:-52; } 16%{stroke-dasharray:1,156; stroke-dashoffset:-52; }
16.01%{stroke-dasharray:1,156; stroke-dashoffset:-208; } 33%{stroke-dasharray:104,52; stroke-dashoffset:-104; }
33.01%{stroke-dasharray:104,52; stroke-dashoffset:-104; } 49%{stroke-dasharray:1,156; stroke-dashoffset:-104; } 
49.01%{stroke-dasharray:1,156; stroke-dashoffset:52; } 66%{stroke-dasharray:104,52; stroke-dashoffset:156; }
66.01%{stroke-dasharray:104,52; stroke-dashoffset:156; } 82%{stroke-dasharray:1,156; stroke-dashoffset:156; }
82.01%{stroke-dasharray:1,156; stroke-dashoffset:156; } 99.99%{stroke-dasharray:104,52; stroke-dashoffset:256; }
}
/*END  loading 圖*/


/* 404 */
.error .wrap{ min-height:624px; background:; background:url('../images/404-bg.png') top center no-repeat #f3f3f3;}
.error .error-container{ padding:150px 0; display:flex; justify-content:center; align-items:center; color:#767676;}
.error .error-container .text-box_1{ font-size:24rem; font-weight:100; line-height:1; margin-right:40px;}
.error .error-container .text-box_2{ text-align:left; }
.error .error-container .text-box_2 h3{ font-size:4.8rem; font-weight:600; margin:.4em 0; }
.error .error-container .text-box_2 p{ font-size:2.8rem; font-weight:400; margin-bottom:1.5em; }
.error .error-container .btn-box .btn{ background:#0098d8; color:#fff; font-size:2rem; padding:.6em 1em; }
.error .error-container .btn-box .btn + .btn{ margin-left:20px; }
.error .error-container .btn-box .btn:hover{ opacity:.8; }

/*即時快訊*/
body > .news-box{ background:#367A9D; color:#fff; width:100%; text-align:left; padding:6px 10px; }
body > .news-box a.slick-slide{ width:100%; height:50px; display:flex; align-items:center; justify-content:flex-start; gap:8px; }
body > .news-box a.slick-slide h3{ flex:0 0 auto; font-size:1.4rem; padding:5px 0; margin-bottom:4px;}
body > .news-box a.slick-slide h3 .type{ border:solid 1px; padding:4px; font-size:inherit; } 
body > .news-box a.slick-slide h3 .day{ display:inline-block; vertical-align:middle; position:absolute; opacity:0; pointer-events:none;}
body > .news-box a.slick-slide p{ line-height:1.2; border-bottom:solid 1px; display:inline; width:auto; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}


.wrap{ background:#F3F3F3; }
/* index */
.index section{ width:100%; }
.index .title h2{ font-size:7.2rem; font-style:oblique; font-family:'Arial'; font-weight:600; color:#b60005; }
.index .title h3{ font-size:3rem; line-height:2em;  font-weight:300; color:#000;} 
.index .title h3:before,.index .title h3:after{ content:''; width:1.5em; height:1px; display:inline-block; border:none; border-bottom:solid 1px; vertical-align:super; margin:0 .3em; }
.index section.video{ position:relative; width:100%;  }
.index section.video .video-box{ position:relative; width:100%; padding-top:56.25%;}
.index section.video .video-box .video-block ,.index section.video .video-box iframe ,.index section.video .video-box video{position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; }
@media (min-aspect-ratio:16/9) {.index section.video .video-box{ height:300%; top:-100%; } }
@media (max-aspect-ratio:16/9) {.index section.video .video-box{ width:300%; left:-100%; } }
.index section.video .title{ position:absolute; top:50%; left:50%; width:auto; transform:translate(-50%,-70%); color:#fff; text-shadow:0 0 20px #000;}
.index section.video .image-box{ width:100%; padding-top:137%; background:center center no-repeat #000; background-image:url('https://placem.at/places?w=640&h=1024&random=2'); background-size:cover; } 
.index section.event{ height:auto; margin-top:-13vh; padding-top:20vh;  background:url(../images/index/calendar_mask_img.png?v=2) center top; background-size:cover; min-height:560px;}
.index section.event .title{ color:#b60005; }
.index section.event .calendar-box h3{ font-size:1.6rem; display:flex; justify-content:center; color:#b60005; padding:2rem} 
.index section.event .calendar-box .year:after{ content:'\/'; margin:0 .5em;}
.index section.event .calendar-box .month:after{ content:'月'; }
.index section.event .calendar-box a{ padding:0 .5em; }
.index section.event .calendar-box a:before{ display:inline-block; transition:all .6s; }
.index section.event .calendar-box a.prev:before{ content:'\f137'; font-weight:900; }
.index section.event .calendar-box a.next:before{ content:'\f138'; font-weight:900;}
.index section.event .calendar-box a.prev:hover:before{ transform:translateX(-30%); }
.index section.event .calendar-box a.next:hover:before{ transform:translateX(30%); }
.index section.event .calendar-box ul.days-block{ display:flex; justify-content:center; color:#b60005; font-size:1.6rem; padding:1em 0; line-height:2.5;}
.index section.event .calendar-box ul.days-block li{ margin:0 .5em; position:relative; text-align:center; z-index:1;}
.index section.event .calendar-box ul.days-block li.mark{ color:#fff; width:1.2em; cursor:pointer; }
.index section.event .calendar-box ul.days-block li.mark:before{ content:''; width:1.5em; height:1.5em; border-radius:50%; background:#b60005; display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) rotate(0deg); z-index:-1; transition:all .6s;}
.index section.event .calendar-box ul.days-block li.mark:hover:before{ transform:translate(-50%,-50%) rotate(180deg); }
.index section.event .event-box{ color:#000; }
.index section.event .event-box .event-block{ padding:0 1.2em; }
.index section.event .event-box .event-block + .event-block:before{ width:1px; height:100%; content:''; display:block; position:absolute; top:0; left:0; background:#b60005; background:linear-gradient(to bottom, rgba(182,0,5,0) 0%,rgba(182,0,5,0.4) 25%,rgba(182,0,5,0.4) 100%); }
.index section.event .event-box p{ line-height:1.5; text-align:left;}
.index section.event .event-box p.day{ font-weight:600; padding-bottom:2em; text-align:center;}
.index section.event .event-box a{ padding-bottom:.3em; border-bottom:solid 1px; font-size:1.6rem; padding-top:2em;}
.index section.event .event-box a:before{ content:'more'; }
.index section.story{ position:relative; padding:80px 0; height:auto; } 
.index section.story .top-box{ display:flex; flex-direction:row-reverse; align-items:flex-end; width:100%; max-width:1000px; margin:40px auto 80px;} 
.index section.story .top-box .images-block{ width:62%; background-image:url('https://fakeimg.pl/620x410/b60005,255/ddd,255'); background-position:center center; background-size:cover; }
.index section.story .top-box .images-block:before{ content:''; display:block; width:100%; padding-top:66.12%; }
.index section.story .top-box .images-block img{ width:100%; }
.index section.story .top-box .text-block{ width:40%; margin-right:-6%; background:rgba(255,255,255,.9); box-shadow:2px 2px 5px rgba(0,0,0,.2); padding:30px 0; margin-bottom:-20px;} 
.index section.story .top-box .text-block h3{ background:#b60005; font-size:2.2rem; height:5.4em; line-height:1.2; color:#fff; padding:1em 26px 1em 26px; width:calc(100% + 14px); margin-left:-14px; display:flex; justify-content:center; align-items:center;}
.index section.story .top-box .text-block .info{ margin:60px 40px; text-align:left; color:#717171; height:4.5em; overflow:hidden;}
.index section.story .top-box .text-block .info p{ line-height:1.5; }
.index section.story .top-box a.btn.more{ background:#b60005; color:#fff; font-size:1.4rem; padding:.3em .4em;}
.index section.story .top-box a.btn.more:before{ content:'+'; display:inline-block; margin-right:.2em;}
.index section.story .top-box a.arrow{ color:#fff; position:absolute; font-size:2.2rem; top:50%; width:2em;}
.index section.story .top-box a.arrow.prev{ left:0; transform:translate(-50%,50%);}
.index section.story .top-box a.arrow.next{ right:0; transform:translate(50%,50%); }
.index section.story .top-box a.arrow:after{position:relative; font-weight:900;}
.index section.story .top-box a.arrow.prev:after{ content:'\f104'; }
.index section.story .top-box a.arrow.next:after{ content:'\f105'; }
.index section.story .top-box a.arrow:before{ position:absolute; content:''; width:28px; height:28px; background:#b60005; opacity:.7; top:50%; left:50%; transform:translate(-50%,-50%); border-radius:50%; box-shadow:0 0 0 1px #fff; transition:all .6s;}
.index section.story .top-box a.arrow:hover:before{ opacity:1; }
.index section.story ul.list-box{ display:flex; }
.index section.story ul.list-box li{ position:relative; }
.index section.story ul.list-box li .images-block{ position:relative; width:100%; transform:perspective(600px) rotateY(0deg); z-index:1; opacity:1; transition:all .6s; background-image:url(https://fakeimg.pl/620x410/b60005,255/ddd,255); background-position:center center; background-size:cover; }
.index section.story ul.list-box li .images-block img{ width:100%; z-index:0;}
.index section.story ul.list-box li .images-block:before{ content:''; display:block; width:100%; padding-top:66.12%; } 
.index section.story ul.list-box li .images-block:after{ position:absolute; bottom:0; left:0; content:attr(data-title); z-index:1; width:100%;    box-sizing:border-box; padding:1em; background:rgba(0,0,0,.5); color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index section.story ul.list-box li .text-block{ background-image:linear-gradient( 0deg, rgb(218,218,218) 0%, rgb(246,246,246) 100%); padding:28px; display:flex; flex-direction:column; justify-content:center; align-items:center;  transform:perspective(600px) rotateY(180deg); position:absolute; top:0; left:0; z-index:0; backface-visibility:hidden; transition:all .6s; width:100%; opacity:0; height:100%;}
.index section.story ul.list-box li .text-block h3{ color:#b60005; font-size:2.4rem; line-height:1.2; width:100%;}
.index section.story ul.list-box li .text-block .info{ margin:20px 0; text-align:left; color:#717171; width:100%;}
.index section.story ul.list-box li .text-block .info p{ line-height:1.5;}
.index section.story ul.list-box li .text-block a.btn.more{ background:#b60005; color:#fff; font-size:1.4rem; padding:.3em .4em;}
.index section.story ul.list-box li .text-block a.btn.more:before{ content:'+'; display:inline-block; margin-right:.2em;}
.index section.story ul.list-box li:hover .images-block{ transform:perspective(600px) rotateY(-180deg); z-index:0; opacity:0; backface-visibility:hidden;}


.index section.story ul.list-box li:hover .text-block{ transform:perspective(600px) rotateY(0deg); z-index:1; opacity:1;}
.index section.learning{  height:auto; background:url('../images/index/learning_bg.png'),linear-gradient(-150deg ,#C9C8BD 0%, #C9C8BD 26%, #FFFFFB 65%, #C9C8BD 100%); background-repeat:repeat-y; background-position:center center; background-size:contain; }
.index section.learning:before ,.index section.learning:after{ content:''; width:100%; height:35vw; display:block;  background-attachment:fixed; background-size:cover;}
.index section.learning:before{ background-image:url('../images/index/learning_before.jpg?v=2'); background-position:center top;}
.index section.learning:after{ background-image:url('../images/index/learning_after.jpg?v=2'); background-position:center top; }
.index section.learning .container{ padding-top:40px; padding-bottom:40px; }
.index section.learning .title{ color:#fff; }
.index section.learning .list-box{ width:100%; max-width:890px; margin:0 auto; }
.index section.learning .list-box li{ display:flex; padding:30px 0; align-items:center;}
.index section.learning .list-box li + li{ border-top:solid 1px rgba(255,255,255,.2); }
.index section.learning .list-box li .images-block{ width:27%; margin-right:20px;}
.index section.learning .list-box li .images-block img{ width:100%; }
.index section.learning .list-box li:nth-of-type(1) .images-block a{ position:relative; }
.index section.learning .list-box li:nth-of-type(1) .images-block a:before ,
.index section.learning .list-box li:nth-of-type(1) .images-block a:after{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);  }
.index section.learning .list-box li:nth-of-type(1) .images-block a:before{ content:''; width:6rem; height:6rem; background:rgba(217, 7, 54, .4); opacity:.9; border:solid 2px #fff; border-radius:50%; opacity:.9; box-shadow:0 0 6px rgba(0,0,0,.7);}
.index section.learning .list-box li:nth-of-type(1) .images-block a:after{  content:'\f04b'; font-size:3rem; font-weight:900; color:#fff; padding-left:.2em;}
.index section.learning .list-box li .text-block{ text-align:left; color:#000; width:calc(73% - 20px);}
.index section.learning .list-box li .text-block .tag{ width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:1.4rem;} 
.index section.learning .list-box li .text-block h3{ font-size:2rem; color:#b60005; position:relative; line-height:1.3; margin:.5em 0;}
.index section.learning .list-box li .text-block h4.date{ font-size:1.4rem; }
.index section.learning .list-box li .text-block h4.date:before{ content:'發布日期：'; }
.index section.learning .list-box li .text-block a.btn.more{ background:#b60005; color:#fff; font-size:1.4rem; padding:.3em .4em; margin:1em 0 0;}
.index section.learning .list-box li .text-block a.btn.more:before{ content:'+'; display:inline-block; margin-right:.2em;}
/* index */



/*story*/
.story .wrap{ display:flex; }
.story .top-box{ display:flex; margin-bottom:20px;}
.story .top-box ul.tab-block{ display:flex; flex-wrap:wrap;}
.story .top-box ul.tab-block li{ font-size:1.5rem; margin-bottom:6px; margin-right:4px;}
/*.story .top-box ul.tab-block li + li{ margin-left:4px; }*/
.story .top-box ul.tab-block li a{ color:#0098d8; background:#fff; border:solid 1px #0098d8; padding:3px .7em; min-width:3em; box-sizing:content-box; }
.story .top-box ul.tab-block li:hover a ,.story .top-box ul.tab-block li.active a{ color:#fff; background:#0098d8; }
.story .top-box form{ border:solid 1px #7d7d7d; background:#fff; }
.story .top-box form input{ font-size:1.5rem; padding:1px .4em; color:#7d7d7d; width:calc(100% - 2em); }
.story .top-box form button{ cursor:pointer; opacity:.6; transition:all .4s; color:#7d7d7d; line-height:1.5; background:transparent; }
.story .top-box form button:hover{ opacity:1; }
.story .top-box form button:before{content:'\f002'; font-weight:900; padding-right:.4em; }
.story section.tab-info{ background:#0098d8; color:#fff; text-align:left; padding:1.5em 1.2em; margin-bottom:50px;}
.story section.tab-info p{ line-height:1.5; }
.story section.tab-info p + p{ margin-top:.4em; }
.story section.spot .spot-box{ display:flex; flex-direction:row-reverse; align-items:stretch; width:100%; max-width:1000px; margin:40px auto 80px;} 
.story section.spot .spot-box .images-block{ width:55%; background-image:url(https://fakeimg.pl/620x410/0098d8,255/ddd,255); background-position:center center; background-size:cover;} 
.story section.spot .spot-box .images-block:before{ content:''; display:block; width:100%; padding-top:66.12%; }
.story section.spot .spot-box .images-block img{ width:100%; }
.story section.spot .spot-box .text-block{ width:45%; background:#fff; padding:30px 0;} 
.story section.spot .spot-box .text-block h3{ font-size:2.2rem; height:4.4em; line-height:1.2; color:#000; padding:1em 54px 1em 40px; text-align:left;} 
.story section.spot .spot-box .text-block .info{ margin:20px 40px; text-align:left; color:#717171;}
.story section.spot .spot-box .text-block .info p{ line-height:1.5; }
.story section.spot .spot-box .text-block .tags{ text-align:left; margin-top:20px; }
.story section.spot .spot-box .text-block .tags li{ display:inline-block; color:#0098d8; margin-right:.6em;}
.story section.spot .spot-box .text-block .tags li:nth-of-last-type(1){ margin-right:0;}
.story section.spot .spot-box .text-block .tags li a:before{ content:'#'; }
.story section.spot .spot-box a.btn.more{ background:#0098d8; color:#fff; font-size:1.4rem; padding:.3em .4em;}
.story section.spot .spot-box a.btn.more:before{ content:'+'; display:inline-block; margin-right:.2em;}
.story section.spot .spot-box a.arrow{ color:#fff; position:absolute; font-size:2.2rem; top:150px; width:2em;}
.story section.spot .spot-box a.arrow.prev{ left:0; transform:translate(-50%,50%);}
.story section.spot .spot-box a.arrow.next{ right:0; transform:translate(50%,50%); }
.story section.spot .spot-box a.arrow:after{position:relative; font-weight:900;}
.story section.spot .spot-box a.arrow.prev:after{ content:'\f104'; }
.story section.spot .spot-box a.arrow.next:after{ content:'\f105'; }
.story section.spot .spot-box a.arrow:before{ position:absolute; content:''; width:28px; height:28px; background:#0098d8; opacity:.7; top:50%; left:50%; transform:translate(-50%,-50%); border-radius:50%; box-shadow:0 0 0 1px #fff; transition:all .6s;}
.story section.spot .spot-box a.arrow:hover:before{ opacity:1; }
.story section.list-container h4{ margin-bottom:35px; color:#4e4e4e; text-align:left; font-size:1.7rem; } 
.story section.list-container ul{ display:flex; flex-wrap:wrap;}
.story section.list-container ul li.list-block{ position:relative; background:#fff;}
.story section.list-container ul li.list-block .images-block{ position:relative; width:calc(100% - 20px); margin:-16px auto 0; background-image:url(https://fakeimg.pl/620x410/0098d8,255/ddd,255); background-position:center center; background-size:cover;}
.story section.list-container ul li.list-block .images-block:before{ content:''; display:block; width:100%; padding-top:66.12%; }
.story section.list-container ul li.list-block .images-block img{ width:100%; z-index:0;}
.story section.list-container ul li.list-block .text-block{ padding:28px; display:flex; flex-direction:column; justify-content:center; align-items:center; position:static;}
.story section.list-container ul li.list-block .text-block h3{ color:#000; font-size:1.8rem; width:100%; text-align:left;} 
.story section.list-container ul li.list-block .text-block .info{ margin:20px 0; text-align:left; color:#717171; width:100%;}
.story section.list-container ul li.list-block .text-block .info p{ line-height:1.5;}
.story section.list-container ul li.list-block .text-block .info .tags{ text-align:left; margin-top:40px; }
.story section.list-container ul li.list-block .text-block .info .tags li{ display:inline-block; color:#0098d8; margin-right:.6em;}
.story section.list-container ul li.list-block .text-block .info .tags li:nth-of-last-type(1){ margin-right:0;}
.story section.list-container ul li.list-block .text-block .info .tags li a:before{ content:'#'; }
.story section.list-container ul li.list-block .down-block{ display:flex; justify-content:space-between; align-items:flex-end; width:100%; position:absolute; bottom:0; left:0; padding:15px 28px 15px;}
.story section.list-container ul li.list-block .down-block .date{ font-size:1.4rem; color:#4e4e4e; }
.story section.list-container ul li.list-block a.btn.more{ background:#0098d8; color:#fff; font-size:1.4rem; padding:.3em .4em; width:auto;}
.story section.list-container ul li.list-block a.btn.more:before{ content:'+'; display:inline-block; margin-right:.2em;}

/*story*/

/*education*/
.education .wrap{ display:flex; }
.education .top-box form ul{ display:flex; font-size:1.5rem; color:#7d7d7d; }
.education .top-box form li{ position:relative; display:inline-block; outline:0; margin-bottom:0; border:solid 1px #7d7d7d; background:#fff; min-width:7em; }
.education .top-box form .search input ,.education .top-box form li select{ padding:.2em 1.5em .2em .6em; }
.education .top-box form li + li{ margin-left:8px; }
.education .top-box form .datePicker{ display:flex; }
.education .top-box form .datePicker label{ white-space:nowrap; padding:.6em 0;}
.education .top-box form .datePicker input{ border:0; }
.education .top-box form .datePicker:after{ content:'\f073'; opacity:.6; }
.education .top-box form li:after{ content:'\f107'; font-weight:900; position:absolute; right:0; top:50%; transform:translateY(-50%); display:inline-block; padding:0 .4em; pointer-events:none;}
.education .top-box form li select{ position:relative; background:#fff; color:#7d7d7d; pointer-events:auto; box-sizing:border-box; width:100%; outline:none;  letter-spacing:.1rem; cursor:pointer;}
.education .top-box form li select option{ border:none; outline:none; padding:.4rem;}
.education .top-box form select:disabled{ background:#ccc; pointer-events:none; }
.education .top-box form li::-ms-expand{ display:none; }
.education .top-box form .search:after{ display:none; }
.education .top-box form .search input{ color:#7d7d7d; width:calc(100% - 2em); border:none;}
.education .top-box form .search button{ cursor:pointer; opacity:.6; transition:all .4s; line-height:1.5; background:transparent;  color:#7d7d7d; }
.education .top-box form .search button:hover{ opacity:1; }
.education .top-box form .search button:before{content:'\f002'; font-weight:900; padding-right:.4em; }
.education section.list-container h4{ margin-bottom:35px; color:#4e4e4e; text-align:left; font-size:1.7rem; } 
.education section.list-container ul{ display:flex; flex-wrap:wrap; margin-top:40px;}
.education section.list-container ul li.list-block{ position:relative; background:#fff; position:relative;}
.education section.list-container ul li.list-block a{ display:block; position:static;}
.education section.list-container ul li.list-block .type-block{ position:relative; width:calc(100% - 20px); margin:-40px 10px 0;}
.education section.list-container ul li.list-block .type-block ,.education section.list-container ul li.list-block .type-block .triangle{ background:#000;}
.education section.list-container ul li.list-block .type-block:before{ content:''; display:block; width:100%; padding-top:75%;}
.education section.list-container ul li.list-block .type-block .triangle{ position:absolute; width:15px; height:15px; bottom:0; left:50%; display:inline-block; transform:translate(-50%,40%) rotate(45deg); } 
.education section.list-container ul li.list-block .type-block h4{ color:#fff; position:absolute; width:100%; text-align:center; letter-spacing:.2em; top:50%; left:50%; transform:translate(-50%,-50%); font-size:3.8rem; }
.education section.list-container ul li.list-block .text-block{ padding:20px 20px 10px; display:flex; flex-direction:column; justify-content:center; align-items:center; color:#717171; position:static; }
.education section.list-container ul li.list-block .text-block h3{ font-size:1.6rem; width:100%; line-height:1.4; margin-bottom:2em; min-height:2.8em;} 
.education section.list-container ul li.list-block .text-block .date{ position:absolute; left:0; bottom:2px; padding-bottom:10px; width:100%;}
.education section.list-container ul li.list-block .text-block .date p{ display:inline-block; font-size:1.4rem;}
.education section.list-container ul li.list-block .text-block .date p.end:before{ content:'~'; margin:0 4px 0 2px; }
.education section.list-container ul li.list-block a hr{ margin:0; border-bottom-width:2px; position:absolute; bottom:0;}
/*education*/


/*edit*/
.edit .top-container{ display:flex; justify-content:space-between; /*margin-bottom:40px;*/}
.edit section.editor-top{ margin-bottom:40px; display:flex; flex-direction:column;}
.edit section.editor-top .tool-box{ display:flex; justify-content:flex-end;}
.edit section.editor-top .tool-box li{ border:solid 1px #909090;  }
.edit section.editor-top .tool-box li + li{ border-left:none; }
.edit section.editor-top .tool-box li a{ position:relative; width:50px; height:50px; display:table-cell; vertical-align:middle; color:#717171; font-size:2rem; transition:background .4s ease-out; } 
.edit section.editor-top .tool-box li a:hover{ background:#fff;}
.edit section.editor-top .tool-box li a:before ,.edit section.editor-top .tool-box li a:after{ font-weight:900; }
.edit section.editor-top .tool-box li.fb a{ background:#4267b2; color:#fff; }
.edit section.editor-top .tool-box li.line a{ background:#00b900; color:#fff; }
.edit section.editor-top .tool-box li.font-plus a:before ,.edit section.editor-top .tool-box li.font-minus a:before{ content:'\f031'; }
.edit section.editor-top .tool-box li.font-plus a:after ,.edit section.editor-top .tool-box li.font-minus a:after{ position:absolute; right:0; left:0; font-size:6px; transform:scale(.7) translate(16px,-10px); }
.edit section.editor-top .tool-box li.font-plus a:after{ content:'\f067'; }
.edit section.editor-top .tool-box li.font-minus a:after{ content:'\f068'; }
.edit section.editor-top .tool-box li.print a:before{ content:'\f02f';}
.edit section.editor-top .tool-box li.fb a:before{ content:'\f39e'; font-weight:400;}
.edit section.editor-top .tool-box li.line a:before{ content:'\f3c0'; font-weight:400;}
.edit section.editor-top .tool-box li.link a:before{ content:'\f0c1';}
.edit section.editor-top .title{ text-align:left; width:100%; max-width:1000px;}
.edit section.editor-top .title .tags{ text-align:left; margin-bottom:20px; }
.edit section.editor-top .title .tags li{ display:inline-block; color:#0098d8; margin-right:.6em;}
.edit section.editor-top .title .tags li:nth-of-last-type(1){ margin-right:0;}
.edit section.editor-top .title .tags li a:before{ content:'#'; }
.edit section.editor-top .title p{ padding:.6em 0;} 
.edit section.editor-top .title .type{ background:#d80000; color:#fff; padding:.2em .6em; margin-right:.6em; display:inline-block;} 
.edit section.editor-top .title h2{ font-size:3.6rem; color:#0098d8; font-weight:700; line-height:1.3; margin-bottom:.4em;}
.edit section.editor-top .title h3{ font-size:1.6rem; color:#717171; }
.edit section.editor-top .title h3 span.author:after{ content:'\/'; margin:0 .5em; }



.edit .top-container .tool-box{ display:flex; justify-content:flex-end;}
.edit .top-container .tool-box li{ border:solid 1px #909090;  }
.edit .top-container .tool-box li + li{ border-left:none; }
.edit .top-container .tool-box li a{ position:relative; width:50px; height:50px; display:table-cell; vertical-align:middle; color:#717171; font-size:2rem; transition:background .4s ease-out; } 
.edit .top-container .tool-box li a:hover{ background:#fff;}
.edit .top-container .tool-box li a:before ,.edit .top-container .tool-box li a:after{ font-weight:900; }
.edit .top-container .tool-box li.fb a{ background:#4267b2; color:#fff; }
.edit .top-container .tool-box li.line a{ background:#00b900; color:#fff; }
.edit .top-container .tool-box li.font-plus a:before ,.edit .top-container .tool-box li.font-minus a:before{ content:'\f031'; }
.edit .top-container .tool-box li.font-plus a:after ,.edit .top-container .tool-box li.font-minus a:after{ position:absolute; right:0; left:0; font-size:6px; transform:scale(.7) translate(16px,-10px); }
.edit .top-container .tool-box li.font-plus a:after{ content:'\f067'; }
.edit .top-container .tool-box li.font-minus a:after{ content:'\f068'; }
.edit .top-container .tool-box li.print a:before{ content:'\f02f';}
.edit .top-container .tool-box li.fb a:before{ content:'\f39e'; font-weight:400;}
.edit .top-container .tool-box li.line a:before{ content:'\f3c0'; font-weight:400;}
.edit .top-container .tool-box li.link a:before{ content:'\f0c1';}


.edit section.title{ text-align:left; margin-bottom:40px;}
.edit section.title .tags{ text-align:left; margin-bottom:20px; }
.edit section.title .tags li{ display:inline-block; color:#0098d8; margin-right:.6em;}
.edit section.title .tags li:nth-of-last-type(1){ margin-right:0;}
.edit section.title .tags li a:before{ content:'#'; }
.edit section.title p{ padding:.6em 0;} 
.edit section.title .type{ background:#d80000; color:#fff; padding:.2em .6em; margin-right:.6em; display:inline-block;} 
.edit section.title h2{ font-size:3.6rem; color:#0098d8; font-weight:700; line-height:1.3; margin-bottom:.4em;}
.edit section.title h3{ font-size:1.6rem; color:#717171; }
.edit section.title h3 span.author:after{ content:'\/'; margin:0 .5em; }

.edit section.more-info{ display:flex; font-size:1.5rem; justify-content:space-between; margin-bottom:80px; }
.edit section.more-info .article-list{ text-align:left; flex:1 1 80%;}
.edit section.more-info .article-list li{ display:flex; width:100%; align-items:flex-start; }
.edit section.more-info .article-list li + li{ margin-top:10px; }
.edit section.more-info .article-list .btn:before{ border:solid 1px #909090; background:#fff; color:#4e4e4e; margin-right:8px; flex:0 0 4em; text-align:center;}
.edit section.more-info .article-list .btn.prev:before{ content:'上一篇'; }
.edit section.more-info .article-list .btn.next:before{ content:'下一篇'; }
.edit section.more-info .article-list a{ color:#4e4e4e; border-bottom:solid 1px #b5b5b5; padding:4px 0; line-height:1.3; padding-bottom:2px;}
.edit section.more-info .views{ color:#4e4e4e; font-size:1.4rem; text-align:right; flex:1 1 20%;}
.edit section.more-info .views:before{ content:'\f06e'; font-weight:900; margin-right:2px;}
.edit a.btn{ font-size:2rem; color:#fff; background:#0098d8; width:calc(100% / 3); padding:.8em; }


/*編輯器-共用樣式*/
.editor-style{ padding:0 2rem; text-align:left; color:#4e4e4e; margin-bottom:60px;}
.editor-style h3{ font-size:2.1rem; color:#000; margin:.6em 0;}
.editor-style h3:before{ content:''; display:inline-block; vertical-align:middle; width:.8em; margin-right:.2em; margin-left:-1em; height:1px; background:#909090; }


/*編輯器-一般圖文*/
.editor-normal{ text-align:left; font-size:1.6rem; line-height:2; width:100%; max-width:1000px; letter-spacing:.1em; color:#717171; }
.editor-normal p{ line-height:1.5; font-size:1.9rem; margin-bottom:.6em; }
.editor-normal strong ,.editor-normal b ,.editor-normal em ,.editor-normal u{ font-size:inherit; }
.editor-normal img{ margin:20px 0 0; max-width:100%; width:100%; height:auto;}
.editor-normal ol{ list-style-type:decimal; }
.editor-normal ul{ list-style-type:disc; }
.editor-normal ol ,.editor-normal ul{margin-left:2em;}

/*編輯器-檔案下載*/
.editor-download ul.download-list li{ margin-bottom:.5em; }
.editor-download ul.download-list li a{ border-bottom:solid 1px; padding:.4em 0; }
.editor-download ul.download-list a::after{ position:absolute; font-weight:900; margin-left:5px; content:'\f15c'; color:#969696;}
.editor-download ul.download-list a[href$=".doc"]::after ,
.editor-download ul.download-list a[href$=".docx"]::after{ content:'\f1c2'; color:CornflowerBlue;}
.editor-download ul.download-list a[href$=".xlsx"]::after ,
.editor-download ul.download-list a[href$=".xml"]::after ,
.editor-download ul.download-list a[href$=".xls"]::after{ content:'\f1c3'; color:#6cb79e;}
.editor-download ul.download-list a[href$=".ppt"]::after,
.editor-download ul.download-list a[href$=".pptx"]::after{ content:'\f1c4';; color:#ee6363;}
.editor-download ul.download-list a[href$=".zip"]::after,
.editor-download ul.download-list a[href$=".rar"]::after{ content:'\f1c6'; color:#ffd700;}
.editor-download ul.download-list a[href$=".pdf"]::after{ content:'\f1c1'; color:#e64d4d; }



/*編輯器-遠距教學*/
.editor-video .video-box{ width:100%; max-width:600px;}
.editor-video .video-box .video-block{ position:relative; width:100%; padding-top:56.25%;  margin-bottom:20px;}
.editor-video .video-box .video-block iframe{ position:absolute; top:0; left:0; width:100%; height:100%; }


/*report*/
.report .wrap{ display:flex; }
.report .top-box form ul{ display:flex; font-size:1.5rem; color:#7d7d7d; }
.report .top-box form li{ position:relative; display:inline-block; outline:0; margin-bottom:0; border:solid 1px #7d7d7d; background:#fff; min-width:7em; }
.report .top-box form .search input ,.report .top-box form li select{ padding:.2em 1.5em .2em .6em; }
.report .top-box form li + li{ margin-left:8px; }
.report .top-box form li:after{ content:'\f107'; font-weight:900; position:absolute; right:0; top:50%; transform:translateY(-50%); display:inline-block; padding:0 .4em; pointer-events:none;}
.report .top-box form li select{ position:relative; background:#fff; color:#7d7d7d; pointer-events:auto; box-sizing:border-box; width:100%; outline:none;  letter-spacing:.1rem; cursor:pointer;}
.report .top-box form li select option{ border:none; outline:none; padding:.4rem;}
.report .top-box form select:disabled{ background:#ccc; pointer-events:none; }
.report .top-box form li::-ms-expand{ display:none; }
.report .top-box form .search:after{ display:none; }
.report .top-box form .search input{ color:#7d7d7d; width:calc(100% - 2em); border:0;}
.report .top-box form .search button{ cursor:pointer; opacity:.6; transition:all .4s; line-height:1.5; background:transparent; color:#7d7d7d; }
.report .top-box form .search button:hover{ opacity:1; }
.report .top-box form .search button:before{content:'\f002'; font-weight:900; padding-right:.4em; }
.report .download-list{ margin:40px 0; }
.report .download-list li{ display:flex; position:relative; align-items:center;}
.report .download-list li:before{ position:absolute; left:0; bottom:0; content:''; width:100%; height:1px; display:block; background:linear-gradient(to right, rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); background-size:.25em .25em; }
.report .download-list li span ,.report .download-list li p{ line-height:1.2; padding:1em 0;}
.report .download-list li span.date{ width:10em; color:#4e4e4e;}
.report .download-list li:nth-of-type(1) span.date{ color:#000;  }
.report .download-list li p{ text-align:left; display:inline-block; line-height:1.5;}
.report .download-list li.sticky p:before{ content:'置頂'; border:solid 1px #d80000; color:#d80000; padding:0em .6em; font-weight:400; font-size:.9em; display:inline-block; margin-right:.4em;} 
.report .download-list li a p:after{ content:'\f15c'; color:#969696; font-weight:900; margin-left:.5em;}
.report .download-list li a p:after{ position:absolute; font-weight:900; margin-left:5px; content:'\f15c'; color:#969696;}
.report .download-list li a[href$=".doc"] p:after ,
.report .download-list li a[href$=".docx"] p:after{ content:'\f1c2'; color:CornflowerBlue;}
.report .download-list li a[href$=".xlsx"] p:after ,
.report .download-list li a[href$=".xml"] p:after ,
.report .download-list li a[href$=".xls"] p:after{ content:'\f1c3'; color:#6cb79e;}
.report .download-list li a[href$=".ppt"] p:after,
.report .download-list li a[href$=".pptx"] p:after{ content:'\f1c4';; color:#ee6363;}
.report .download-list li a[href$=".zip"] p:after,
.report .download-list li a[href$=".rar"] p:after{ content:'\f1c6'; color:#ffd700;}
.report .download-list li a[href$=".pdf"] p:after{ content:'\f1c1'; color:#e64d4d; }



/*event*/
.event .wrap{ display:flex; }
.event .top-box form ul{ display:flex; font-size:1.5rem; color:#7d7d7d; }
.event .top-box form li{ position:relative; display:inline-block; outline:0; margin-bottom:0; border:solid 1px #7d7d7d; background:#fff; min-width:7em; }
.event .top-box form .search input ,.event .top-box form li select{ padding:.2em 1.5em .2em .6em; }
.event .top-box form li + li{ margin-left:8px; }
.event .top-box form li:after{ content:'\f107'; font-weight:900; position:absolute; right:0; top:50%; transform:translateY(-50%); display:inline-block; padding:0 .4em; pointer-events:none;}
.event .top-box form li select{ position:relative; background:#fff; color:#7d7d7d; pointer-events:auto; box-sizing:border-box; width:100%; outline:none;  letter-spacing:.1rem; cursor:pointer;}
.event .top-box form li select option{ border:none; outline:none; padding:.4rem;}
.event .top-box form select:disabled{ background:#ccc; pointer-events:none; }
.event .top-box form li::-ms-expand{ display:none; }
.event .top-box form .search:after{ display:none; }
.event .top-box form .search input{ color:#7d7d7d; width:calc(100% - 2em); border:none;}
.event .top-box form .search button{ cursor:pointer; opacity:.6; transition:all .4s; line-height:1.5; background:transparent;  color:#7d7d7d; }
.event .top-box form .search button:hover{ opacity:1; }
.event .top-box form .search button:before{content:'\f002'; font-weight:900; padding-right:.4em; }
.event .list-container ul{ display:flex; flex-direction:column; max-width:100%; margin:60px auto;}
.event .list-container ul a{ transition:all .5s cubic-bezier(.46,.22,.57,1.01); }
.event .list-container ul a:hover{ background:#ffffffcc; }
.event .list-container ul li{ display:flex; max-width:100%; border-bottom:dashed 1px #bababa99; align-items:center; } 
.event .list-container ul li div{ line-height:1em; max-width:100%;}
.event .list-container ul li .type span{ background:#d80000; color:#fff; display:block; padding:.2em .6em; }
.event .list-container ul li .text p{ width:100%; font-size:inherit; line-height:1.5em;}
.event .list-container ul li .text.sticky p:after{ content:'置頂'; border:solid 1px #d80000; color:#d80000; padding:0em .6em; font-weight:400; font-size:.9em; display:inline-block; margin-left:.2em;} 
.event .list-container ul li.th{ font-weight:500; }

/*video*/
.video .wrap{ display:flex; }
.video .top-box{ display:flex; margin-bottom:20px;}
.video .top-box form ul{ display:flex; font-size:1.5rem; color:#7d7d7d; }
.video .top-box form li{ position:relative; display:flex; align-items:center; outline:0; margin-bottom:0; border:solid 1px #7d7d7d; background:#fff; min-width:7em; }
.video .top-box form .search input ,.video .top-box form li select{ padding:.2em 1.5em .2em .6em;  }
.video .top-box form input{ border:0; }
.video .top-box form li + li{ margin-left:8px; }
.video .top-box form li:after{ content:'\f107'; font-weight:900; position:absolute; right:0; top:50%; transform:translateY(-50%); display:inline-block; padding:0 .4em; pointer-events:none;}
.video .top-box form li select{ position:relative; background:#fff; color:#7d7d7d; pointer-events:auto; box-sizing:border-box; width:100%; outline:none;  letter-spacing:.1rem; cursor:pointer;}
.video .top-box form li select option{ border:none; outline:none; padding:.4rem;}
.video .top-box form select:disabled{ background:#ccc; pointer-events:none; }
.video .top-box form li::-ms-expand{ display:none; }
.video .top-box form .search:after{ display:none; }
.video .top-box form .search input{ color:#7d7d7d; width:calc(100% - 2em); }
.video .top-box form .search:after{ cursor:pointer; opacity:.6; transition:all .4s; line-height:0; color:#7d7d7d; content:'\f002'; display:inline-block;}
.video .top-box form .datePicker{ padding:.2em; }
.video .top-box form .datePicker:after{ content:'\f073'; opacity:.6;}
.video .top-box form .btn{ background:#7d7d7d; color:#fff; padding:0 1em; margin:0 .5em; cursor:pointer; transition:all .6s;} 
.video .top-box form .btn:hover{ background:#714d84; }
.video .top-box form li label{ white-space:nowrap; }
.video section.list-container ul{ display:flex; flex-wrap:wrap;}
.video section.list-container ul li.list-block{ position:relative; background:#fff; padding-bottom:15px;}
.video section.list-container ul li.list-block .images-block{ position:relative; width:calc(100% - 20px); margin:10px; }
.video section.list-container ul li.list-block .images-block a{ width:100%; padding-top:56.25%; overflow:hidden; position:relative; background:#000;}
.video section.list-container ul li.list-block .images-block a:before{ content:'\f144'; color:#fff; font-size:7rem; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; } 
.video section.list-container ul li.list-block .images-block img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; z-index:0; transition:all .7s ease-out; opacity:.7;}
.video section.list-container ul li.list-block .images-block a:hover img{ opacity:1; transform:translate(-50%,-50%) scale(1.1); }
.video section.list-container ul li.list-block .text-block{ padding:15px 10px; display:flex; flex-direction:column; justify-content:center; align-items:center; position:static; }
.video section.list-container ul li.list-block .text-block h3{ color:#000; font-size:1.8rem; width:100%; text-align:left;} 
.video section.list-container ul li.list-block .text-block .info{ margin:10px 0 15px; text-align:left; color:#717171; width:100%;}
.video section.list-container ul li.list-block .text-block .info p{ line-height:1.5;}
.video section.list-container ul li.list-block .down-block{ display:flex; justify-content:space-between; align-items:flex-end; width:100%; position:absolute; bottom:0; left:0; padding:15px 10px;}
.video section.list-container ul li.list-block .down-block .date{ font-size:1.4rem; color:#4e4e4e; }


/*link*/
.link .wrap{ display:flex; }
.link .top-box form ul{ display:flex; font-size:1.5rem; color:#7d7d7d; }
.link .top-box form li{ position:relative; display:inline-block; outline:0; margin-bottom:0; border:solid 1px #7d7d7d; background:#fff; min-width:7em; }
.link .top-box form .search input ,.link .top-box form li select{ padding:.2em 1.5em .2em .6em; }
.link .top-box form li + li{ margin-left:8px; }
.link .top-box form li:after{ content:'\f107'; font-weight:900; position:absolute; right:0; top:50%; transform:translateY(-50%); display:inline-block; padding:0 .4em; pointer-events:none;}
.link .top-box form li select{ position:relative; background:#fff; color:#7d7d7d; pointer-events:auto; box-sizing:border-box; width:100%; outline:none;  letter-spacing:.1rem; cursor:pointer;}
.link .top-box form li select option{ border:none; outline:none; padding:.4rem;}
.link .top-box form select:disabled{ background:#ccc; pointer-events:none; }
.link .top-box form li::-ms-expand{ display:none; }
.link .top-box form .search:after{ display:none; }
.link .top-box form .search input{ color:#7d7d7d; width:calc(100% - 2em); background:transparent; border:none; }
.link .top-box form .search button{ cursor:pointer; opacity:.6; transition:all .4s; line-height:1.5; background:transparent;  color:#7d7d7d; }
.link .top-box form .search button:hover{ opacity:1; }
.link .top-box form .search button:before{content:'\f002'; font-weight:900; padding-right:.4em; }

.link .link-list{ margin:40px 0; }
.link .link-list .th .type{ text-align:left; }
.link .link-list a{ width:100%; }
.link .link-list li.th{ font-weight:500; }
.link .link-list li{ display:flex; position:relative; padding:.8em 0; max-width:100%; border-bottom:dashed 1px #bababa99; align-items:center; }
.link .link-list li .type span{ background:#d80000; color:#fff; display:block; padding:.4em .6em; }
.link .link-list li div{ padding:1em 1.5em; }




/*history*/
.history .wrap{ display:flex; }
.history section.title h2{ font-size:3.6rem; color:#0098d8; font-weight:700; line-height:1.3; margin-bottom:.4em; text-align:left;} 
.history .years{ width:100%; max-width:750px; margin:80px auto; border-bottom:solid 1px #cb1141; }
.history .years .slick-slide{ color:#cb1141; font-size:2.1rem; }
.history .years a.slick-slide{ cursor:e-resize; }
.history .years .slick-slide:after{ content:''; width:1px; height:16px; background:#cb1141; display:block; margin:16px auto 0; }
.history .years .slick-slide.slick-active.slick-current{ color:#000; }
.history .years .slick-arrow{ font-size:0; background:transparent; position:absolute; bottom:0; cursor:pointer;}
.history .years .slick-arrow.slick-prev{ left:0; transform:translate(-70% ,50%); }
.history .years .slick-arrow.slick-next{ right:0; transform:translate(70% ,50%);}
.history .years .slick-arrow:before{ display:block; font-size:2.2rem; color:#cb1141; font-weight:900; transition:all .6s;}
.history .years .slick-arrow.slick-prev:before{ content:'\f137'; }
.history .years .slick-arrow.slick-next:before{ content:'\f138'; }
.history .editor-history-container{ padding:0; }
.history .editor-history h3{ position:relative; background:#cb1141; border-radius:50%; width:6.5em; text-align:center; font-size:1.6rem; color:#fff; margin:0; margin-left:50px; transform:translateX(-50%); display:flex; align-items:center; justify-content:center;}
.history .editor-history h3:before{ content:''; display:inline-block; margin:0; width:1px; padding-top:100%; background:transparent; }
.history .editor-history h3 span.text-year:after{ content:'年'; }
.history .editor-history h3 span.text-month:after{ content:'月'; }
.history .editor-history .history-box{border-left:solid 1px #cb1141; padding:25px 0 100px 80px; margin-left:50px; position:relative; font-size:1.6rem;}
.history .editor-history .history-box ul{ list-style:disc; }
.history .editor-history .history-box ol{ list-style:decimal; }
.history .editor-history .history-box:before{ content:''; display:block; width:70px; height:1px; background:#cb1141; position:absolute; left:0; top:36px;} 
.history .editor-history .history-box:after{ content:''; display:block; width:7px; height:7px; background:#cb1141; border-radius:50%; position:absolute; left:64px; top:33px;}
.history .editor-history .history-box p ,.history .editor-history .history-box li{ margin-bottom:1em; line-height:2; font-size:1.8rem;}
.history .editor-history .history-box strong ,.history .editor-history .history-box b ,.history .editor-history .history-box em ,.history .editor-history .history-box u{ font-size:inherit; }

.history .editor-history .history-box img{ display:inline-block; width:auto; height:auto; max-width:100%; }
.history section.more-info .views{ color:#4e4e4e; font-size:1.4rem; text-align:right; flex:1 1 20%; }
.history section.more-info .views:before{ content:'\f06e'; font-weight:900; margin-right:2px; }


/*feedback*/
.feedback .wrap{ display:flex; }
.feedback section.title{ text-align:left; }
.feedback section.title h2{ font-size:3.6rem; color:#0098d8; font-weight:700; line-height:1.3; margin-bottom:.4em; } 
.feedback section.title p{ line-height:1.5; color:#717171; }

.feedback .form-container form{ width:100%; max-width:700px; margin:40px 0;}
.feedback .form-container form ul{ display:flex; flex-wrap:wrap; justify-content:space-between; }
.feedback .form-container form ul li{ width:calc(100% / 2 - 6px); margin-bottom:30px; }
.feedback .form-container form ul li:nth-last-of-type(1){ width:100%; }
.feedback .contents-container ul{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.feedback .contents-container ul li{ margin-bottom:1em; font-size:1.7rem; color:#717171; }
.feedback .contents-container ul li:before{ font-weight:900; margin-right:6px; color:#000; }
.feedback .contents-container ul li.tel:before{ content:'\f095'; }
.feedback .contents-container ul li.fax:before{ content:'\f1ac'; }
.feedback .contents-container ul li.mail:before{ content:'\f0e0'; }
.feedback .contents-container ul li.map:before{ content:'\f3c5'; }


/*our-story*/
.our-story .wrap{ display:flex; }
.our-story article{ padding:0 0 20vh; }
.our-story .title h2{ font-size:4.8rem; font-style:oblique; font-family:'Arial'; font-weight:600;}
.our-story .title h3{ font-size:3rem; line-height:2em;  font-weight:300; letter-spacing:.8em;}
.our-story .title h3:before ,.our-story .title h3:after{ content:''; width:1.5em; height:1px; display:inline-block; border:none; border-bottom:solid 1px; vertical-align:super; margin:0 .3em; }
.our-story .title h3:after{ margin-left:-.5em; }
.our-story section.video{ position:relative; width:100%; /*height:87vh;*/ padding-top:160%; overflow:hidden; z-index:0; overflow:hidden;}
.our-story section.video:after{ content:''; background:url('../images/radian-gray-mask.png'); width:100%; padding-top:4.5%; background-size:100% auto; position:absolute; bottom:0; left:0; }
/*.our-story section.video .video-box{ top:0; right:0; bottom:0; left:0; z-index:-99; }
.our-story section.video .video-box .video-block ,.our-story section.video .video-box iframe ,.our-story section.video .video-box video{position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; }
@media (min-aspect-ratio:16/9) {.our-story section.video .video-box{ height:300%; top:-100%; } }
@media (max-aspect-ratio:16/9) {.our-story section.video .video-box{ width:300%; left:-100%; position:absolute;} }*/
.our-story section.video .title{ position:absolute; top:50%; left:50%; width:auto; transform:translate(-50%,-70%); color:#fff; text-shadow:0 0 20px #000;}
.our-story section.video .images_block{ position: absolute; top: 0; left:0; width:100%; height:100%;  } 
.our-story section.video .images_block img{ width:100%; height:100%; object-fit:cover; }
.our-story .nearFuture-container .title{ color:#0f5b92; }
.our-story .nearFuture-container{ width:100%; max-width:880px; margin:0 auto; padding:100px 0;}
.our-story .nearFuture-container ul.icon-box{ display:flex; justify-content:space-between; margin:100px 0 60px; }
.our-story .nearFuture-container ul.icon-box li{ width:200px;  } 
.our-story .nearFuture-container ul.icon-box li img{ width:100%; height:auto; }
.our-story .nearFuture-container ul.icon-box li h3{ font-size:2.1rem; margin:1em;}
.our-story .nearFuture-container .text-block{ text-align:left; line-height:1.5; font-size:1.9rem; margin-bottom:.6em; letter-spacing:.1em; color:#717171; text-align:justify; text-justify:inter-ideograph;}
.our-story .nearFuture-container .text-block p{ font-size:inherit; line-height:1.5; margin-bottom:.6em;  }
.our-story .nearFuture-container .text-block h3{ color:#0f5b92; font-size:2.4rem; font-weight:600; margin-bottom:.8em; }
.our-story .nearFuture-container .text-block h4{ font-size:1.8rem; font-weight:600; margin-bottom:.4em; }
.our-story .nearFuture-container .text-block h4:nth-of-type(n+2){ margin-top:1.5em; }
.our-story .nearFuture-container .text-block ol{ list-style:decimal; margin-left:1.4em; font-size:inherit; }
.our-story .nearFuture-container .text-block img{ width:auto; max-width:100%; border-radius:10px; }
.our-story .ourHistory-container{ background:url('../about/images/our-story/bg-ourHistory.jpg'); background-size:cover; width:100%; padding-top:100px; line-height:0; }
.our-story .ourHistory-container:before{ content:''; background:url('../images/radian-gray-mask.png'); width:100%; padding-top:4.5%; background-size:100% auto; position:absolute; top:0; left:0; transform:rotate(180deg); }
.our-story .ourHistory-container .title{ color:#0098d8; }
.our-story .ourHistory-container .title h3{ letter-spacing:.5em;}
.our-story .ourHistory-container .title h3:after{ margin-left:-.2em; }
.our-story .ourHistory-container .tabs{ }
.our-story .ourHistory-container .tabs > li{ width:100%; max-width:800px; margin:0 auto; padding:40px 0; opacity:0; z-index:-1; height:0; overflow:hidden; position:absolute; transition:opacity 1s; display:flex; flex-direction:row-reverse; align-items:center; justify-content:space-between;}
.our-story .ourHistory-container .tabs > li.active{ opacity:1; height:auto; position:relative; z-index:1; }
.our-story .ourHistory-container .tabs .text-block{ text-align:left; width:65%; }
.our-story .ourHistory-container .tabs h3{ color:#0098d8; font-size:2.4rem; font-weight:600; margin-bottom:.8em;}
.our-story .ourHistory-container .tabs p{ line-height:1.5; }
.our-story .ourHistory-container .tabs .image-block{ width:30%; }
.our-story .ourHistory-container .tabs .image-block > img{  width:100%; }
.our-story .ourHistory-container .tabs .image-block a{ width:283px; margin-left:10px; }
.our-story .ourHistory-container ol.tab-menu{ display:flex; width:100%; overflow:hidden; background:rgba(255,255,255,.8); }
.our-story .ourHistory-container ol.tab-menu li{ width:calc(100% / 5 - 18px); position:relative; height:140px; position:relative; transform:skewX(-30deg); cursor:pointer; }
.our-story .ourHistory-container ol.tab-menu li:nth-of-type(1) ,.our-story .ourHistory-container ol.tab-menu li:nth-last-of-type(1){ width:calc(100% / 5 + 20px); }
.our-story .ourHistory-container ol.tab-menu li:before{ content:''; display:block; width:100%; height:100%;  }
.our-story .ourHistory-container ol.tab-menu li:nth-of-type(1):before ,.our-story .ourHistory-container ol.tab-menu li:nth-last-of-type(1):before{ transform:scale(1.2); }
.our-story .ourHistory-container ol.tab-menu li:nth-of-type(1):before{ transform-origin:right; }
.our-story .ourHistory-container ol.tab-menu li:nth-last-of-type(1):before{ transform-origin:left; }
.our-story .ourHistory-container ol.tab-menu li:after{ position:absolute; content:''; width:1px; height:65%; top:50%; right:1px; transform:translateY(-50%); background:rgba(128, 128, 128, .5); }
.our-story .ourHistory-container ol.tab-menu li:nth-last-of-type(1):after ,.our-story .ourHistory-container ol.tab-menu li.active.active:after{ display:none; }
.our-story .ourHistory-container ol.tab-menu li.active{ pointer-events:none; }
.our-story .ourHistory-container ol.tab-menu li.active:before{ background:#0098d8; }
.our-story .ourHistory-container ol.tab-menu li .text-block{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) skewX(30deg); width:100%; height:90px; overflow:hidden; }
.our-story .ourHistory-container ol.tab-menu li .text-block img{ width:auto; height:180px; position:absolute; top:0; left:50%; transform:translate(-50%,0); }
.our-story .ourHistory-container ol.tab-menu li.active .text-block img{ transform:translate(-50%,-50%);}
.our-story .ourHistory-container .tabs ul{ margin-left:2.8em; list-style:disc; }
.our-story .ourHistory-container .tabs ul li{ line-height:1.7; }



/* sitemap */
.sitemap .wrap{ background:#f3f3f3; padding-bottom:120px; }
.sitemap section{ padding:40px 0; }
.sitemap .title{ color:#0098d8;}
.sitemap .title h2{ font-size:7.2rem; font-style:oblique; font-weight:600;}
.sitemap .title h3{ font-size:3rem; line-height:2em; font-weight:300;}
.sitemap .title h3:before,.sitemap .title h3:after{ content:''; width:1.5em; height:1px; display:inline-block; border:none; border-bottom:solid 1px; vertical-align:super; margin:0 .3em; }
.sitemap .sitemap-container .menu-box{ display:flex; border-bottom:solid 1px #ddd; padding-bottom:30px;}
.sitemap .sitemap-container .menu-box + .menu-box{ margin-top:30px; }
.sitemap .sitemap-container .menu-box h2{ font-size:2.6rem; text-align:right; flex:0 0 9em; padding:0 1em; color:#717171; }
.sitemap .sitemap-container .menu-box .menu-block{  flex:2 2 auto; text-align:left; display:flex; flex-wrap:wrap; color:#333; }
.sitemap .sitemap-container .menu-box h3{ font-size:1.8rem; margin-right:3.5rem; line-height:1.5; }


/* organization */
.organization .wrap{ display:flex; }
.organization section{ padding:40px 0; }
.organization .title{ color:#0098d8;}
.organization .title h2{ font-size:7.2rem; font-weight:600;}
.organization .title h3{ font-size:3rem; line-height:2em; font-weight:300;}
.organization .title h3:before,.organization .title h3:after{ content:''; width:1.5em; height:1px; display:inline-block; border:none; border-bottom:solid 1px; vertical-align:super; margin:0 .3em; }
.organization .text_block{ width:70%; margin:30px auto; }
.organization .text_block p{ line-height:1.7; text-align:left; }
.organization .images_block img{ width:100%; border-radius:10px; }

/* mission */
.mission .wrap{ display:flex; }
.mission section{ padding:40px 0; }
.mission .title{ color:#0098d8;}
.mission .title h2{ font-size:7.2rem; font-weight:600;}
.mission .title h3{ font-size:3rem; line-height:2em; font-weight:300;}
.mission .title h3:before,.mission .title h3:after{ content:''; width:1.5em; height:1px; display:inline-block; border:none; border-bottom:solid 1px; vertical-align:super; margin:0 .3em; }
.mission .text_block{ width:70%; margin:30px auto; }
.mission .text_block p{ line-height:1.7; text-align:left; }
.mission .images_block img{ width:100%; border-radius:10px; }


/* chairman */
.chairman .chairman_box{ display:flex; flex-direction:column; gap:24px; align-items:flex-start;}
.chairman .chairman_box h3{ color:#A50006; font-size:clamp(2.1rem, 5.3vw, 1.8rem); }
.chairman .chairman_box .text_block{ text-align:left; }
.chairman .chairman_box .text_block p, .chairman .chairman_box .text_block li{ line-height:1.7; }
.chairman .chairman_box .text_block p b{ color:#A50006; font-size:inherit; }
.chairman .chairman_box .text_block p + p{ margin-top:1em; }



/* chairman-history */
.chairman-history section.title{ margin-bottom:48px; }
.chairman-history section.title h2{ font-size:3.6rem; color:#0098d8; font-weight:700; line-height:1.3; margin-bottom:.4em; text-align:left;} 
.chairman-history table{ width:100%; font-size:1.6rem; } 
.chairman-history table tbody{ display:flex; flex-direction:column; gap:34px 0; }
.chairman-history table tr{ border-bottom:solid 1px #707070; display:flex; }
.chairman-history table th{ background:#707070; color:#fff; font-weight:normal; flex:0 1 224px; display:flex; justify-content:center; align-items:center;} 
.chairman-history table td{ color:#707070; text-align:center; padding:.2em 0 .6em; flex: 2 2 auto;}


/* --------------------------------------------------------------------------------------------   Large devices (tablets)    -------------------------------------------------------------------------------------------- */
@media( max-width:1199.98px ){ 
.container{ max-width:1140px; }
/*landing-page*/
#fp-nav{ display:none; }
.landing-page .section:nth-of-type(1):before{ background-image:url('../images/landing-page/bg_mobile_cut_1.jpg'); }
.landing-page .section:nth-of-type(2):before{ background-image:url('../images/landing-page/bg_mobile_cut_2.jpg'); }
.landing-page .section:nth-of-type(3):before{ background-image:url('../images/landing-page/bg_mobile_cut_3.jpg'); }
.landing-page .section:nth-of-type(4):before{ background-image:url('../images/landing-page/bg_mobile_cut_4.jpg'); }
.landing-page .section:nth-of-type(1):after{ background-image:url('../images/landing-page/text_mobile_cut_1.png'); }
.landing-page .section:nth-of-type(2):after{ background-image:url('../images/landing-page/text_mobile_cut_2.png'); }
.landing-page .section:nth-of-type(3):after{ background-image:url('../images/landing-page/text_mobile_cut_3.png'); }
.landing-page .section:nth-of-type(4):after{ background-image:url('../images/landing-page/text_mobile_cut_4.png'); }
.landing-page .section:nth-of-type(1) .text-block:before{ background-image:url('../images/landing-page/text_mobile_cut_1-h1.png'); }
.landing-page .section:nth-of-type(2) .text-block:before{ background-image:url('../images/landing-page/text_mobile_cut_2-h1.png'); }
.landing-page .section:nth-of-type(3) .text-block:before{ background-image:url('../images/landing-page/text_mobile_cut_3-h1.png'); }
.landing-page .section:nth-of-type(4) .text-block:before{ background-image:url('../images/landing-page/text_mobile_cut_4-h1.png'); }
.landing-page .section:nth-of-type(1) .text-block:after{ background-image:url('../images/landing-page/text_mobile_cut_1-h2.png'); }
.landing-page .section:nth-of-type(2) .text-block:after{ background-image:url('../images/landing-page/text_mobile_cut_2-h2.png'); }
.landing-page .section:nth-of-type(3) .text-block:after{ background-image:url('../images/landing-page/text_mobile_cut_3-h2.png'); }
.landing-page .section:nth-of-type(4) .text-block:after{ background-image:url('../images/landing-page/text_mobile_cut_4-h2.png'); }

/* 404 */
.error .wrap{ background-position:30% top;  }
.error .error-container{ flex-direction:column; }
.error .error-container .text-box_2{ text-align:center; }
.error .error-container .text-box_2 p{ margin-bottom:2.5em; }
.error .error-container .btn-box{ display:flex; justify-content:center; }
.error .error-container .btn-box .btn{ min-width:8em; }

/* index */
.index section.event{background-image:url(../images/index/calendar_mask_img_mobile.png?v=2); min-height:600px;}
.index section.event .calendar-box ul.days-block{ flex-wrap:wrap; width:33em; margin:auto; font-size:1.8rem;} 
.index section.event .calendar-box ul.days-block li{ margin:0 1em; }
.index section.event .event-box .event-block{ width:calc(100% / 3); position:relative; margin-top:3rem; padding-top:5em; padding-bottom:10em; z-index:0;} 
.index section.event .event-box .event-block{ padding-bottom:120px; min-height:20em; z-index:0;} 
.index section.event .event-box a{ position:absolute; top:12em; left:50%; transform:translateX(-50%); }

.index section.story .top-box{ flex-direction:column; align-items:center;}
.index section.story .top-box .images-block{ width:620px; max-width:100%; }
.index section.story .top-box .text-block{ width:600px; max-width:calc(100% - 20px); margin:-20px auto 0; }
.index section.story .top-box .text-block h3{ width:calc(100% - 40px); margin:0 auto; }
.index section.story ul.list-box{ flex-direction:column; align-items:center;}
.index section.story ul.list-box li{ width:75%; margin-bottom:30px;}
.index section.learning:before ,.index section.learning:after{ height:35vw; background-position:right top; background-size:120%; background-attachment:initial;} 
.index section.learning:after{ background-position:65% top; background-size:100%; }
.index section.learning .list-box li .images-block{ width:33%;}
.index section.learning .list-box li .text-block{ width:calc(68% - 20px); }
/* index */

/*aside*/
aside .aside-container{ padding:30px 15px; }
aside .aside-container input{ position:absolute; }
aside h2{ margin-bottom:0; }
aside h2 .asideToggle{ position:relative; cursor:pointer; }
aside h2 .asideToggle:after{ position:absolute; right:-1em; content:'\f078'; font-weight:900; font-size:.7em; letter-spacing:0; transition:all .6s; }
aside .asideCheck:checked ~ h2 .asideToggle:after{ transform:rotate(-180deg); }
aside .asideCheck:checked ~ ul{ display:none; }
aside .asideSubMenu{ max-height:0; transition:max-height .6s ease-out; overflow:hidden; } 
aside .asideCheck:checked ~ .asideSubMenu{ max-height:500px; transition:max-height .4s ease-in;}
aside .asideSubMenu ul{ margin:40px 0 0; }



/*story*/
.story .wrap{ display:flex; flex-direction:column;}
.story .top-box{ flex-direction:column-reverse; }
.story .top-box form{ margin-bottom:15px; }
.story section.spot .spot-box{ flex-direction:column; align-items:center; }
.story section.spot .spot-box .images-block{ width:100%; }
.story section.spot .spot-box .text-block{ width:100%;  }
.story section.spot .spot-box .text-block h3{ width:calc(100% - 40px); margin:0 auto; padding:10px 20px;}
.story section.list-container ul li.list-block{ width:calc(100% / 2 - 15px); }
.story section.list-container ul li.list-block:nth-of-type(even){ margin-left:30px; }
.story section.list-container ul li.list-block:nth-of-type(n+3){ margin-top:60px; }
.story section.spot .spot-box a.arrow{ top:300px; }
.story section.spot .spot-box a.arrow.prev{ transform:translate(-50%,0); }
.story section.spot .spot-box a.arrow.next{ transform:translate(50%,0); }
/*story*/


/*education*/
.education .wrap{ display:flex; flex-direction:column;}
.education section.list-container ul{ margin-top:0; }
.education section.list-container ul li.list-block{ width:calc(100% / 3 - 15px); margin-left:22px; margin-top:86px;}
.education section.list-container ul li.list-block:nth-of-type(3n+1){ margin-left:0; }
.education section.list-container ul li.list-block .text-block{ padding:20px 10px 10px; }
.education section.list-container ul li.list-block .type-block h4{ font-size:2.8rem; transform:translate(-50%,-85%); }
.education section.list-container ul li.list-block .text-block .date p{ font-size:1.2rem; }

/*report*/
.report .wrap{ display:flex; flex-direction:column;}
.report .download-list li span.date{ /*width:6em;*/ flex:0 0 6em; padding-right:1em; text-align:left; }

/*event*/
.event .wrap{ display:flex; flex-direction:column;}
.event .list-container ul li{ flex-direction:column; padding:.5em;}
.event .list-container ul li > div{ text-align:left; width:100%; text-align:left; padding:.5em; font-size:1.8rem;}
.event .list-container ul li .type span{ width:auto; display:inline-block; }
.event .list-container ul li.th{ display:none; }
.event .list-container ul li .date ,.event .list-container ul li .type{ font-size:.75em; }

/*video*/
.video .wrap{ flex-direction:column; }
.video  .daterangepicker .ranges ul{ display:none; }
.video .top-box form .datePicker label{ display:none; }
.video section.list-container ul li.list-block{ width:calc(100% / 2 - 15px); }
.video section.list-container ul li.list-block:nth-of-type(even){ margin-left:30px; }
.video section.list-container ul li.list-block:nth-of-type(n+3){ margin-top:60px; }


/*link*/
.link .wrap{ flex-direction:column; }
.link .link-list li.th{ display:none; }
.link .link-list li > div{ text-align:left;  text-align:left; padding:0.5em; font-size:1.8rem; }
.link .link-list li{ flex-direction:column; padding:.5em; align-items:flex-start; }
.link .link-list li .type{ font-size:.75em; }
.link .link-list li .text{ width:100%; }

/*history*/
.history .wrap{ flex-direction:column; }



/*feedback*/
.feedback .wrap{ flex-direction:column; }

/*our-story*/
.our-story .wrap{ flex-direction:column; }
.our-story .nearFuture-container ul.icon-box ,.our-story .nearFuture-container .text-block{ padding:0 80px; }
.our-story .nearFuture-container ul.icon-box li{ width:140px; }
.our-story .ourHistory-container .tabs > li{ padding:40px; flex-direction:column; }
.our-story .ourHistory-container .tabs .text-block{ margin-bottom:30px; }

/*popup*/
.popup-container .close{ transform:translate(-40px ,90px); }


/* organization */
.organization .wrap{flex-direction:column; }
/* mission */
.mission .wrap{flex-direction:column; }

}
/* --------------------------------------------------------------------------------------------   small devices (phones)    -------------------------------------------------------------------------------------------- */
@media(max-width:767.98px){ 
.container{ max-width:960px; }
.mask.open{ align-items:flex-start; }
.mask .popup-container{ padding-top:0; padding-bottom:30vh;}
.mask .popup-container .container{ padding:30px 0px 0 30px; max-width:none; margin:0 auto; }
.popup-container .close{ top:auto; bottom:10vh; right:50%; transform:translate(50%,0); border:solid 1px #ccc; padding:.5em 1em; }
.popup-video .text-block{ margin-bottom:0; }

/*landing-page*/
.landing-page .btn-skip{ font-size:1.6rem; right:20px; bottom:20px; }
.landing-page .btn-skip:before{left:-80%;}
/*header*/
header .logo img{ width:190px; height:30px;}
header .nav-box:before{ height:calc(100vh - 70px); top:70px; } 
header form{ position:relative; transition:background .6s;}
header form button{ font-size:1.2rem; }
header form button:before{ font-size:1.2rem; }
header form input::-webkit-search-cancel-button{ opacity:.4; }
header form input::-ms-clear{ opacity:.4; }
header .nav-box{ min-height:calc(100vh - 64px); height:100vh; }
header nav{ /*padding:20px 60px 30vh;*/ padding:20px 60px 100px; }
.navToggle{ width:24px; height:28px; margin-left:10px;}
.navToggle span{ font-size:24px; width:24px;}
/*header*/

/*footer*/
footer ul li + li:before{ margin:0 .5em; }
footer ul{ height:120px; }
/*footer*/

article{ padding:40px 15px; }

/* 404 */
.error .error-container{ flex-direction:column; }
.error .error-container .text-box_1{ font-size:16rem; margin-right:0; }
.error .error-container .text-box_2 h3{ font-size:2.4rem; }
.error .error-container .text-box_2 p{ font-size:1.6rem; margin-bottom:2.5em; }
.error .error-container .btn-box .btn{ font-size:1.8rem; min-width:6em; }


/* index */
.index .title h2{ font-size:3.2rem; }
.index .title h3{ font-size:1.8rem; }
.index section.video .title{ transform:translate(-50%,-150%);}
.index section.event{ min-height:auto; }
.index section.event .calendar-box ul.days-block{ width:auto; } 
.index section.event .event-box{ margin:0 auto;}
.index section.event .event-box .event-block{ margin-top:0; padding-top:2em; }
.index section.story .top-box .text-block h3{ font-size:1.8rem; padding:1em .5em; }
.index section.story .top-box .text-block .info{ margin:30px; }
.index section.story ul.list-box li{ width:calc(100% - 20px);}
.index section.story ul.list-box li .text-block h3{ font-size:2rem; }
.index section.story ul.list-box li .text-block .info{ margin:20px 0; }
.index section.learning:before ,.index section.learning:after{ height:50vw; background-position:right top; background-size:180%; background-attachment:initial;} 
.index section.learning:after{ background-position:65% top; background-size:140%; }
.index section.learning .list-box li{ flex-direction:column; }
.index section.learning .list-box li .images-block{ width:70%; margin:10px auto; }
.index section.learning .list-box li .text-block{ width:100%; }
.index section.learning .list-box li .text-block h3,.index section.learning .list-box li .text-block h4.date{ display:block; }
.index section.learning .list-box li .text-block h3{ width:100%; }
.index section.learning .list-box li .text-block h4.date{ margin:1em 0; }
/* index */

/*story*/
.story .top-box form input{ font-size:1.6rem; }
.story .top-box ul.tab-block li{ font-size:1.4rem; }
.story .top-box ul.tab-block li a{ padding:8px 1.2em; }
.story section.spot .spot-box .text-block h3{ font-size:1.8rem; padding:1em .5em; }
.story section.spot .spot-box .text-block .info{ margin:10px 30px 20px; }
.story section.list-container ul li.list-block{ width:80%; margin-left:auto; margin-right:auto;}
.story section.list-container ul li.list-block:nth-of-type(n+2){ margin-top:60px; }
.story section.list-container ul li.list-block:nth-of-type(even){ margin-left:auto; }
.education section.list-container ul li.list-block:nth-of-type(3n+1){ margin-left:auto; }

/*education*/
.education .top-box form ul{ flex-direction:column; }
.education .top-box form ul li + li{ margin:12px 0 0; }
.education .top-box form .search input ,.education .top-box form li select{ padding:.4em 1.5em .4em .6em; background:transparent;}
.education section.list-container ul li.list-block{ width:calc(100% - 60px); margin:80px auto 0;}
.education section.list-container ul li.list-block .text-block .date p{ font-size:1.4rem; }

/*edit*/
.edit .top-container{ flex-direction:column; }
.edit section.editor-top{ flex-direction:column-reverse; }
.edit section.editor-top .tool-box{ justify-content:flex-start; margin-top:30px; }
.edit a.btn{ width:calc(100% / 2); }

/*report*/
.report .download-list li.sticky p:before{ display:block; width:2em;}


/*event*/
.events .top-box form ul{ flex-direction:column; }
.events .top-box form ul li + li{ margin:12px 0 0; }
.events .top-box form .search input ,.education .top-box form li select{ padding:.4em 1.5em .4em .6em; }

/*video*/
.video .top-box form{ width:75%; min-width:278px; margin:0 auto;}
.video .top-box form ul{ flex-direction:column; }
.video .top-box form li{ margin-bottom:1em; }
.video .top-box form li + li{ margin-left:0; }
.video .top-box form .datePicker{ padding:0; text-align:left; }
.video .top-box form .datePicker > input{ padding:.2em .8em; }
.video .top-box form .btn{ padding:.3em 1em; margin:0; }
.video section.list-container ul li.list-block{ width:80%; margin-left:auto; margin-right:auto;}
.video section.list-container ul li.list-block:nth-of-type(n+2){ margin-top:60px; }
.video section.list-container ul li.list-block:nth-of-type(even){ margin-left:auto; }


/*history*/
.history .years{ width:calc(100% - 60px); }
.history .editor-history .history-box img{ width:100%; height:auto; margin:0 auto 20px; }
.history .editor-history h3{ width:5em; margin-left:40px;}
.history .editor-history h3 .text-block{ display:inline-block; }
.history .editor-history h3 span{ display:block; padding:4px;}
.history .editor-history .history-box{ margin-left:40px; padding:25px 10px 100px 30px; text-align:justify; text-justify:inter-ideograph;}
.history .editor-history .history-box:before{ width:20px; }
.history .editor-history .history-box:after{ left:18px; }

/*feedback*/
.feedback .contents-container ul{ flex-direction:column; align-items:flex-start; }

/*our-story*/
.our-story section.video .title{ transform:translate(-50%,35%); width:80%;}
.our-story section.video .title h3{ letter-spacing:.1em; }
.our-story section.video .title h3:after{ margin-left:.1em; }
.our-story .nearFuture-container .title h3{ font-size:2rem; letter-spacing:.3em; }
.our-story .nearFuture-container .title h3:after{ margin-left:-.1em; }
.our-story .nearFuture-container ul.icon-box{ width:calc(100% - 80px); margin:60px auto 40px; flex-direction:column;}
.our-story .nearFuture-container ul.icon-box li{ display:flex; width:100%; align-items:center; justify-content:center; border-bottom:solid 1px #ddd; margin-bottom:20px; padding-bottom:20px;}
.our-story .nearFuture-container ul.icon-box li img{ width:auto; height:70px; }
.our-story .nearFuture-container ul.icon-box li h3{ font-size:2.4rem; opacity:.7; }
.our-story .nearFuture-container .text-block{ width:calc(100% - 40px); margin:0 auto;  }
.our-story .nearFuture-container ul.icon-box, .our-story .nearFuture-container .text-block{ width:100%; padding:0 40px; }
.our-story .ourHistory-container .tabs .image-block > img{ width:100%; height:auto; max-width:inherit; }
.our-story .ourHistory-container ol.tab-menu{ flex-wrap:wrap; background:rgba(255,255,255,.8); width:calc(100% + 60px); transform:translateX(-30px);} 
.our-story .ourHistory-container ol.tab-menu li{ width:calc(100% / 2); overflow-y:hidden;}
.our-story .ourHistory-container ol.tab-menu li:nth-of-type(1), .our-story .ourHistory-container ol.tab-menu li:nth-last-of-type(1){ width:calc(100% / 2 ); }
.our-story .ourHistory-container ol.tab-menu li:before{ background:transparent; }
.our-story .ourHistory-container ol.tab-menu li:nth-of-type(even):after{ display:none; }
.our-story .ourHistory-container ol.tab-menu li:nth-of-type(odd) .text-block{ transform:translate(-40%,-50%) skewX(30deg); }
.our-story .ourHistory-container ol.tab-menu li:nth-of-type(even) .text-block{ transform:translate(-60%,-50%) skewX(30deg); }
.our-story .ourHistory-container .tabs .image-block{ flex-wrap:wrap; }
.our-story .ourHistory-container .tabs .image-block > img{ margin-bottom:20px; }
.our-story .ourHistory-container .tabs .image-block a{ margin-left:0; }

.our-story .ourHistory-container .title h3,
.our-story .ourHistory-container .tabs h3{ font-size:2rem; }
.our-story .ourHistory-container ol.tab-menu li{ /*height:90px;*/ overflow:hidden; }
.our-story .ourHistory-container .tabs .text-block{ width:100%; }
.our-story .ourHistory-container .tabs .image-block{ width:70%; }


/* sitemap */
.sitemap section{ padding:20px 0; }
.sitemap .title h2{ font-size:4.6rem; }
.sitemap .title h3{ font-size:2.6rem; }
.sitemap .sitemap-container .menu-box{ flex-direction:column; width:calc(100% - 60px); margin:0 auto;} 
.sitemap .sitemap-container .menu-box h2{ text-align:left; flex:auto; padding:.5em 0; }
.sitemap .sitemap-container .menu-box .menu-block{ padding-left:1.5em; }
.sitemap .sitemap-container .menu-box h3{ width:100%; }
.sitemap .sitemap-container .menu-box h3 a{ line-height:1.3; padding:.5em 0;}

/* organization */
.organization section{ padding:20px 0; }
.organization .title h2{ font-size:4.6rem; }
.organization .title h3{ font-size:2.6rem; }
.organization .text_block{ width:100%; }

}
/* --------------------------------------------------------------------------------------------   Extra large devices (desktops)    -------------------------------------------------------------------------------------------- */
@media(min-width:1200px){
body{ display:flex; flex-wrap:wrap; align-items:flex-start; }
.container{ max-width:1200px; }
/*landing-page*/

body > .news-box{ order:0; }
header ,.wrap ,.aside{ order:1; }
header ,aside{ background:#fff; flex:0 0 280px; width:280px; }

header{ margin-left:-280px; background:transparent; height:70px; overflow-y:hidden; }
aside{ position:sticky; top:0; left:0; /*height:100%;*/ } 
aside h2{ margin-top:36px; }
article{ flex-basis:calc(100% - 280px); overflow:hidden;}
header .header-container{ padding:20px; }
.wrap{ flex:1 1 calc(100% - 280px); padding:30px; min-height:calc(100vh - 199px); }
footer{ order:2; width:calc(100% - 280px); left:280px; }
.top-btn:hover{ opacity:1; }

.navToggle{ display:none; }
header .nav-box{ z-index:1; position:relative; top:36px; pointer-events:auto; }
header nav ,header .nav-box.on nav{ transform:unset; box-shadow:unset; padding:0 20px; } 
header .fixed_group{ position:fixed; top:12px; right:16px; display:flex; align-items:center; justify-content:flex-end; flex-direction:row; gap:12px; } 
header .fixed_group form, header .fixed_group .language{ width:160px; }
.index header, .sitemap header ,.search header{ margin-left:unset; overflow-y:visible; }



/* index */
.index section.video .image-box{ background-image:url('https://placem.at/places?w=1920&h=1080&random=2'); padding-top:56.25%; }
.index section.event .event-box .event-block{ width:calc(100% / 5); position:relative; margin-top:3rem; padding-top:5em; padding-bottom:120px; height:auto; min-height:25em; z-index:0;} 
.index section.event .event-box .event-block:after{ width:100%; height:0; content:''; display:block; position:absolute; bottom:0; left:0; background:#fff; background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); z-index:-1; transition:all .3s cubic-bezier(0,0,.58,1);}
.index section.event .event-box .event-block:hover:after{ height:100%; }
.index section.event .event-box a{ position:absolute; top:14em; left:50%; transform:translateX(-50%); }
.index section.story ul.list-box li + li{ margin-left:24px; }
.index section.story ul.list-box li{ width:calc(100% / 3 - 16px); }
.index section.story ul.list-box li .text-block a.btn.more{ opacity:.7; transition:all .6s;}
.index section.story ul.list-box li .text-block a.btn.more:hover{ opacity:1; }
.index section.learning .list-box li .text-block a.btn.more{ opacity:.8; transition:all .6s;}
.index section.learning .list-box li .text-block a.btn.more:hover{ opacity:1; }
/* index */


/*story*/
.story .top-box{ display:flex; justify-content:space-between; align-items:flex-start;}
.story section.list-container ul li.list-block{ width:calc(99.99% / 3 - 17px); transition:all .7s ease-out;}
.story section.list-container ul li.list-block:nth-of-type(3n+2){ margin-left:25px; margin-right:25px; }
.story section.list-container ul li.list-block:nth-of-type(n+4){ margin-top:50px; }
.story section.list-container ul li.list-block:hover{ box-shadow:0 2px 6px 2px rgba(0,0,0,.4); }
.story .top-box form{ min-width:230px; margin-left:20px; } 
/*story*/


/*education*/
.education section.list-container ul li.list-block{ width:calc(100% / 4 - 17px); margin-left:22px; margin-top:50px; transition:all .7s ease-out;}
.education section.list-container ul li.list-block:hover{ box-shadow:0 2px 6px 2px rgba(0,0,0,.4); }
.education section.list-container ul li.list-block:nth-of-type(4n+1){ margin-left:0; }
.education section.list-container ul li.list-block:nth-of-type(n+5){ margin-top:100px; }
/*education*/



/*event*/
.event .list-container ul li div{ padding:1.2em 1.5em; }
.event .list-container ul li .date{ min-width:9.5em; }
.event .list-container ul li .type{ min-width:6.5em; padding-left:0; padding-right:0;}
.event .list-container ul li .text{ max-width:calc(100% - 15em); text-align:left;  }
.event .list-container ul li .type span{ width:100%; }
.event .list-container ul li .text p{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/*video*/
.video section.list-container ul li.list-block{ width:calc(99.99% / 3 - 17px); }
.video section.list-container ul li.list-block:nth-of-type(3n+2){ margin-left:25px; margin-right:25px; }
.video section.list-container ul li.list-block:nth-of-type(n+4){ margin-top:50px; }
.video .top-box form li{ min-width:19em; }

/*history*/
.history .years .slick-arrow.slick-prev:hover:before{ transform:translateX(-30%); }
.history .years .slick-arrow.slick-next:hover:before{ transform:translateX(30%); }
.history .editor-history h3:before{ padding-top:0; height:6.5em;  }

/*our-story*/
.our-story .ourHistory-container ol.tab-menu li:hover:before{ background:#0098d8; opacity:.8; }
.our-story .ourHistory-container ol.tab-menu li:hover .text-block img{ transform:translate(-50%,-50%); }
.our-story .ourHistory-container ol.tab-menu li:hover:after{ display:none; }


/*link*/
.link .link-list li .type{ min-width:9em; padding-left:0; padding-right:0;  }
.link .link-list li .type span{ width:100%; }
.link .link-list li .text{ max-width:calc(100% - 9em); text-align:left; }
.link .link-list a{ transition:all .5s cubic-bezier(.46,.22,.57,1.01); }
.link .link-list a:hover{ background:rgba(255, 255, 255, .8); }

/*chairman-history*/
.chairman-history table tbody{ gap:52px 0; }
.chairman-history table th{ width:224px; }

/* chairman */
.chairman .chairman_box{ position:relative; flex-direction:row; justify-content:center; gap:48px; margin:48px 0 ; }
.chairman .chairman_box .text_block{ min-width:336px; padding-top:48px; }
.chairman .chairman_box h3{ position:absolute; top:0; left:calc(50% + 28px);}


.our-story section.video{ padding-top:56.25%; }




}


/* --------------------------------------------------------------------------------------------   safari hank   -------------------------------------------------------------------------------------------- */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
.index section.story ul.list-box li{ overflow:hidden; }
.index section.story ul.list-box li .images-block{ z-index:1; opacity:1; }
.index section.story ul.list-box li .text-block{ z-index:2; opacity:0; transform:perspective(600px) rotateY(0deg) translateY(100%);  }
.index section.story ul.list-box li:hover .images-block{ transform:perspective(600px) rotateY(0deg); }
.index section.story ul.list-box li:hover .text-block{ transform:perspective(600px) rotateY(0deg) translateY(0); }


}}

