html,body,img,p,h1,h2,h3,ul,ol,li,hr,div,a{border:0; margin:0; padding:0; list-style-type:none; font-family: Microsoft JhengHei; text-decoration:none; color:inherit; color:#444;}*{ position:relative;}input,select,textarea{font-family: Microsoft JhengHei; font-size: 1em; margin: 0; padding: 0.5em; border: #BBB 1px solid; border-radius: 5px; width: calc(100% - 1em - 2px); resize: none; color:#444; background-color: #FFF; -webkit-appearance:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}select{ background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(315deg, transparent 50%, gray 50%); background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px); background-size: 5px 5px, 5px 5px;  background-repeat: no-repeat;}select:focus{background-image: linear-gradient(225deg, transparent 50%, gray 50%), linear-gradient(135deg, transparent 50%, gray 50%); background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;}input[type="checkbox"],input[type="radio"]{ width:auto;}input[type="checkbox"]:checked{ background:url(../imgs/checked.svg) no-repeat; background-size:contain;}input:disabled { cursor: not-allowed;}select{ width:100%}hr{clear:both; border:0;}p{ line-height:2em; text-align:justify; display:block;}a{ display:inline-block; cursor:pointer; transition:all 0.2s;}ul{line-height: 2em; text-align: left;}img{ width:100%; display: block; max-width: 100%;}#allMask{width: 100%; overflow: hidden; font-size:1.2vw; position:relative;}@media only screen and (max-width: 1100px){#allMask{font-size:1.55vw;}}@media only screen and (max-width: 850px){#allMask{font-size:1em;}}
dl{ margin:0;}

/************************font************************/
@font-face{font-family:'bktype'; src:url('DF_T.TTC') format("truetype");}
@font-face{font-family:'year'; src:url('AP-Bold.otf') format("truetype");}

/************************btnsStyle************************/
.btnStyleA { display: inline-block; background-color: #ffffff; color: #2d3b60; padding: 0.8em 0; transition: all 0.2s; width: 9em; border-radius: 4em; font-weight: bold; letter-spacing: 0.2em; text-align: center; margin: 1em; box-shadow: 0 5px 6px rgb(0 0 0 / 20%);}
.btnStyleA.bl{ color:#FFF; background-color:#2d3b60;}
.btnStyleA:hover{ background-color:#CCC;}
.btnStyleA.bl:hover{ background-color:#485a8b;}
/*
.btnStyleB { background-color: #14305b; color: #FFF; padding: 0.2em 0.5em; transition: all 0.2s; font-weight: bold; margin: 0.3em;}
.btnStyleB:hover{ background-color:#CCC;}
.sbtnStyleA { color: #006AB4; display: inline-block;}
.sbtnStyleA:hover { text-decoration: underline;}

/************************popup************************/
.popup{ position: fixed; background-color: #0000006b; width: 100%; height: 100%; z-index: 99999;}
.popup .box{ background-color: #FFF; text-align: center; padding: 2em 3em; width: 36em; max-width: calc(94% - 8em); max-height: calc(100% - 8em); overflow-y: scroll;border: 0.7em solid #FFF; border-radius: 10px;}
.popup .box::-webkit-scrollbar { height: 5px; width: 5px;}
.popup .box::-webkit-scrollbar-thumb { background-color: #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.popup .closePopup{ background-color: #14305b; position: absolute; top: calc(50% - 15em); left: calc(50% + 16em); z-index: 1; color: #FFF; padding: 0.1em 0.8em; border-radius: 1em;}
.popup .closePopup:hover{background-color: #7abbdb;}
@media only screen and (max-width: 780px){
.popup .closePopup {left: calc(100% - 7em);}
}
@media only screen and (max-width: 600px){
.popup .box{ padding: 2em 1em; max-width: calc(94% - 4em); height: calc(100% - 12em);}
.popup .closePopup { top: 2.5em;}
}
/************************morePage************************/
/*
.morePage { margin: 2em 0;}
.morePage .ctrl { display: inline-block; background-color: #14305b; width: 4em; font-size: 0.8em; font-weight: bold; color: #FFF; border-radius: 1em; margin: 0 0.5em;}
.morePage b a { margin: 0 0.5em; color: #968885; position: relative;}
.morePage b a.use { color: #FFF; z-index: 1;}
.morePage b a.use:after { content: ''; position: absolute; width: 1.55em; height: 1.5em; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: #7abbdb; border-radius: 100%; z-index: -1;}
.morePage b:after { content: '.';}

/************************alignSet************************/
.alignCenter{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.alignX{ position:absolute; left:50%; transform: translateX(-50%);}
.alignY{ position:absolute; top:50%; transform: translateY(-50%);}
/************************Before After************************/
.backSupport:after{content: ''; display: block; width: 100%; padding-top: 100%;}
.roundBg:after { content: ''; position: absolute; width:100%; padding-top: 100%; background-color: #14305b; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; border-radius: 100%;}
/*************************txtdiminish**********************************/
/*
.txtdiminish{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4;}
/************************tablefrom************************/

/*
.form{width: 100%; border:0; margin-bottom: 1.2em;}
.inputTag{position: relative; margin: 1.2em 0.3em ; width: calc(100% - 0.6em); display:inline-block;}
.inputTag > span{position: absolute; top: -0.7em; background-color: #FFF; left: 0.5em; padding: 0 0.5em; font-size: 0.7em; color: #999;}
.form a{background-color: #7abbdb; border: 1px solid #7abbdb; color: #FFF; width: calc(100% - 0.6em); padding: 0.5em 0; border-radius: 5px; position: relative; margin: 1.2em 0.3em; display: inline-block;}
.form.type1 td{width: 25%;}
.form.type1 td[colspan="2"]{width: 50%;}
.form.type2 .inputTag{margin: auto;}
.form.type2 td{ padding:1em 0; border-bottom: 1px solid #DDD;}
.form.type2 tr:nth-child(1) td{ padding:0.5em; background-color:#DDD; text-align:center;}
.form.type2.setC img{ width:8em;}
.form.type3{ text-align:left;}
.form.type3 tr{}
.form.type3 td{width: 50%; padding-left: 1em;}
.form.type3 td:nth-child(2){border-left: 2px solid #BBB;}
.form.type3 .inputTag{margin: 0.5em 0.3em;}
.summary{width: 10em; font-size: 1.2em; font-weight: bold; text-align: right; margin-left: calc(100% - 10em);}
.summary span{float: left;}
.form.type4{text-align: left; border-top: 1px solid #BBB; border-right: 1px solid #BBB;}
.form.type4 tr{}
.form.type4 td{border-bottom: 1px solid #BBB; border-left: 1px solid #BBB;}
.form.type4 td:nth-child(1){ width:7em;}
.form.type4 .inputTag{margin: 0.5em 0.3em;}
@media only screen and (max-width: 600px){
.form.type1 td { width: 50%; display: block; float: left;}
.form.type1 td[colspan="2"],
.form.type1 td[colspan="4"]{width: 100%;}
.form.type2 tr{display: block; margin-bottom: 2em;}
.form.type2 tr:nth-child(1){ display:none;}
.form.type2 td{ display:block; padding: 0.5em 0; text-align: left;}
.form.type2.setA td:nth-child(1) .inputTag:before{ content:'';}
.form.type2.setA td:nth-child(2) .inputTag:before{ content:'';}
.form.type2.setA td:nth-child(3) .inputTag:before{ content:'';}
.form.type2.setA td:last-child { text-align:right;}
.form.type2.setB td:nth-child(1) .inputTag:before{ content:'';}
.form.type2.setB td:nth-child(2) .inputTag:before{ content:'';}
.form.type2.setB td:nth-child(3) .inputTag:before{ content:'';}
.form.type2.setB td:nth-child(4) .inputTag:before{ content:'';}
.form.type2.setB td:nth-child(5) .inputTag:before{ content:'';}
.form.type2.setB td:last-child { text-align:right;}
.form.type2.setC td:nth-child(2) .inputTag:before{ content:'';}
.form.type2.setC td:nth-child(3) .inputTag:before{ content:'';}
.form.type2.setC td:nth-child(4) .inputTag:before{ content:'';}
.form.type2.setC td:nth-child(5) .inputTag:before{ content:'';}
.form.type3 td{width: 100%; display:block; border-left: 2px solid #BBB;}
}
.focus{color: #FFF; margin: 0 0 2em; background-color: #00a0ae; padding: 1em; border-radius: 0.5em; font-weight: bold;}
.fromA{margin-bottom: 2em;}
.fromA td{padding-bottom: 0.6em;}
.fromA td:nth-child(1){ width:5em;}
.fromA td:nth-child(2){ width:calc(100% - 5em);}
.downloadlist{display: flex; display:-webkit-flex; flex-wrap: wrap; justify-content: flex-start;}
.downloadlist a{width: calc(33.33% - 2.5em); background-color: #00a0ae; background: linear-gradient( 0deg , #007680 calc(20%),#00A0AE 100%); color: #FFF; font-weight: bold; margin: 0 0.25em 0.5em; padding: 1em; 
border-radius: 0.2em; text-align: center;}
.downloadlist a:hover{background: linear-gradient(0deg,#025e66 calc(20%),#01848f 100%);}
@media only screen and (max-width: 600px){
.fromA td{display: block; width: 100% !important;}
.downloadlist a{width: calc(100% - 2.5em);}
}
/***********************************************************/

/*==========通用===========*/
h1{ font-size:2.3em;}
h6{ font-size: 1.3em; padding: 2em 1em; border-bottom: 1px solid #666; border-top: 1px solid #666; line-height: 1.6em; color: #2D3B60; font-family: 'bktype'; font-weight: normal; text-align: center;}
p{ color:#333;}
.endBtn{text-align: center; width: 100%;}
.titleName{font-size: 2em; font-family:'bktype'; border-bottom: 1px solid; padding-bottom: 0.2em; color: #2d3b60;}






/*============animetion=============*/
/*
.lefttoright{position: relative; left: 5em; opacity: 0; transition:all 1s;}
.lefttoright.run{left: 0em; opacity: 1;}
.downtotop{position: relative; top: 5em; opacity: 0; transition:all 1s;}
.downtotop.run{top: 0em; opacity: 1;}
/*=========================*/


#toplogo{position:fixed; width:20em; z-index: 2;top: 1em; left: 2em; opacity:0;}
#menuswitch{position:fixed; z-index: 10;top: 2em; right: 2em;}
#menuswitch a{ width:2em; height:2em; overflow:hidden;}
#menuswitch img{ width:200%; max-width: none; position:absolute; transition:all 0.3s;}
#menuswitch img:nth-child(1){ left:0;}
#menuswitch img:nth-child(2){ right:0; opacity:0;}
#mainMenu{position: fixed; display:none; z-index: 9; width: 100%; height: 100%; background: linear-gradient(to right, rgba(45,59,96,0.6) 0%,rgba(45,59,96,95) 60%,rgba(45,59,96,0.97) 100%);}
#mainMenu .off{opacity:0.5;}
#mainMenu .off a{cursor:inherit;}
#mainMenu>ul{position:absolute; top:50%; transform:translateY(-50%);right: 10vw; width: 80vw; text-align: right;}
#mainMenu>ul>li>a{color:#FFF;font-family: 'bktype'; font-size: 1.5em; letter-spacing: 0.3em;}
#mainMenu ul ul{margin-bottom: 1.2em;text-align: right;}
#mainMenu ul ul li{display: inline-block;}
#mainMenu ul ul a{color:#fff; margin: 0.5em;}
#mainMenu ul ul li:after{ content:'/'; color: #FFF; margin-left: 0.2em;}
.menubg{height: 5.5em; width: 100%; position: fixed; top: 0; background-color: rgb(45 59 96 / 65%); z-index: 3; backdrop-filter: saturate(180%) blur(15px); -webkit-backdrop-filter: saturate(180%) blur(15px);transform: translateY(-100%); opacity: 0; transition: all 0.5s;}
.menubg.run{transform: translateY(0); opacity: 1;}
.menubg a{ height:100%;}
.menubg a img{height: calc(100% - 2em); width: auto; margin: 1em 0 0 2em;}
.menubgshow.inpage{ background-color:#2D3B60; height:5.5em;}

#submenu{position: fixed; z-index: 8; top: 50%; transform:translate(-100%,-50%); background: #2d3b60; transition: all 0.4s; padding: 2em 0; box-shadow: 0 5px 6px rgb(0 0 0 / 20%);min-height: 15em;display: flex; justify-content: center; flex-direction: column;}
#submenu:after{content: '||'; position: absolute; width:1.1em; height: 100%; left: 99%; top: 0; background: rgb(45 59 96 / 100%);color: #FFF; display: flex;align-content: center; flex-wrap: wrap; justify-content: center;}
#submenu:hover{ transform:translate(0%, -50%);}
#submenu li{margin: 0.5em 1em;}
#submenu li:before{ content:''; display:inline-block; vertical-align:middle; height:2px; width:16px; background-color:rgb(255 255 255 / 100%); margin-right:0.8em; transition:all 0.3s;}
#submenu li:hover:before{ height:6px;}
#submenu a{color: rgb(255 255 255 / 100%); font-weight: bold; transition:all 0.3s;}
#submenu a:hover{ transform:translateX(4px);}
footer{background-color: #2d3b60; padding: 5em 0; z-index: 1;}
footer .box{width: 60em; max-width: 90vw; margin: auto;display: flex; flex-wrap: wrap; justify-content: space-between;}
footer .logo{width: calc(50% - 3em); max-width: 85vw;}
footer .info{width: calc(50% - 3em); color: #FFF;}
footer .info span{ display:inline-block;}
footer .copyright{width: 100%; font-size:0.8em; color: #FFF; text-align: center; margin-top: 3em;}

@media only screen and (max-width: 800px){
footer .box{flex-direction: column;}
footer .logo{ width:35em; margin-bottom: 2em;}
footer .info{ width:100%;font-size: 0.9em;}
footer .copyright{ text-align:left;}
}
@media only screen and (max-width: 500px){
#menuswitch{top: 1.3em; right: 1.3em;}
.menubg,.menubgshow.inpage{height: 4.5em;}

}


/****home****/
#pillar{ height: 100vh; width: 100%; max-height: 100vw;}
#homeBanner{ position:relative;background-color: #2d3b60;}
#homeBanner .blogoBox{position: absolute; bottom: 100%; height: 100vh; width: 100%; max-height: 100vw; z-index: 2;}
#homeBanner .blogoBox .blogo{ position:absolute; padding: 3em; bottom:0; width:calc(100% - 6em); background: linear-gradient(to right, rgba(45,59,96,0.85) 0%,rgba(45,59,96,0.85) 40%,rgba(45,59,96,0) 100%);}
#homeBanner .blogoBox .blogo img{width:30em; max-width: 60vw;}
#homeBanner .slides {position: absolute; bottom: 100%; z-index: 1; width: 100%; height: 100vh; max-height: 100vw; background-color: #2d3b60;}
#homeBanner .slides li {height: 100%;}
#homeBanner .flex-control-nav{background-color: rgb(45,59,96); position:relative;}
#homeBanner .flex-control-nav + .flex-control-nav{ display:none;}
#homeBanner .flex-control-nav li{position: absolute;}
#homeBanner .flex-control-nav li:last-child{position: relative;}
#homeBanner .flex-control-nav a{ cursor:inherit; padding: 3em 3em 10em; opacity:0; transition:all 1s; display: flex; flex-wrap:wrap; position:relative; z-index:-1}
#homeBanner .flex-control-nav a.flex-active{ opacity:1; position:relative; z-index:1}
#homeBanner .flex-control-nav a .noSlide{margin-bottom: 1em; width:100%;}
#homeBanner .flex-control-nav a .noSlide span{display: inline-block; border: 1px solid #FFF; width: 8em; height: 0.5em; max-width: calc(29vw - 2em);}
#homeBanner .flex-control-nav a .noSlide span.on{background-color: #FFF;}
#homeBanner .flex-control-nav a h1{ color: #FFF; font-size: 5em; height: 1em; width: 2.5em; font-family: 'year';}
#homeBanner .flex-control-nav a p{ color:#FFF; width: calc(100% - 12.5em); align-self: center;}
#homeBanner .flex-direction-nav{position: absolute; z-index:3; top: 8em; width: 100%;}
#homeBanner .flex-direction-nav a{width: 4em; height: 4em; border-radius: 3em; background-color: rgb(49 64 104); box-shadow: 0 5px 10px rgb(0 0 0 / 30%); position: absolute; transform: translate(-50%,-50%);}
#homeBanner .flex-direction-nav li:nth-child(2) a{ right:0; transform: translate(50%,-50%);}
#homeBanner .endBtn{ position:absolute; bottom:5em; z-index: 3;}
#homeReport{min-height: 100vh; background-color: #FFF;}
#homeReport .report{min-height: 100vh; display: flex; flex-wrap: wrap; margin: auto; align-content: center; justify-content: center; width: 50em; max-width: 80vw;z-index: 1;}
#homeReport .report .titleName{width: 50%; margin-right: calc(50% + 1em); margin-bottom: 2em;}
#homeReport .report .link{width: 100%; display: flex; justify-content: space-between;}
#homeReport .report .link a{background-color: #2d3b60; width: calc(50% - 2em); color: #FFF;box-shadow: 0 5px 6px rgb(0 0 0 / 20%);}
#homeReport .report .link a:nth-child(2){background-color: rgb(255 255 255 / 80%);}
#homeReport .report .link a span{display: block; font-size:1.3em; padding:1em; font-weight: bold; min-height: 6em;}
#homeReport .report .link a:nth-child(2) span{ color:#2d3b60;}
#homeReport .report .endBtn{margin-top: 6em;}
#homeReport .report .endBtn:after{ content: ''; position: absolute; background-color: #ffffff; width: 14em; height: 50vh; left: calc(50% - 7em); top: -1em; z-index: -1;}
#homeReport .reportbg{position: absolute; left: 50%; top: 50%; transform: translate(0,-50%); height: 110%; width: 50%; background: #2d3b60 center no-repeat; background-size: cover;}

.linklist{min-height: 100vh; z-index: 1; display: flex; justify-content: flex-end;}
.linklist .alignCenter{width: 100%;}
.linklist .listbg{position: absolute; top: 50%; transform: translate(0,-50%); left: 0; z-index: -1; height: 110%; width: 50%; background: #2d3b60 center no-repeat; background-size: cover;}

.linklist .styleBase{background-color: #FFF; min-height: 100vh; width: 55em; max-width: 80vw; display: flex; flex-wrap: wrap; align-content: center; padding: 3em 0;}
.linklist .styleBase .titleName{margin: 0 2em;}
.linklist .styleBase ul{margin: 0 4em; padding: 1.5em 0; width: calc(100% - 3em);}
.linklist .styleBase ul:before{ content: ''; position: absolute; top: 0; left: -4em; width: 8px; height: 100%; background-color: #2d3b60;}
.linklist .styleBase li{margin: 0.8em 0; display: flex; flex-wrap: wrap;}
.linklist .styleBase li span{color: #2d3b60;}
.linklist .styleBase li span:nth-child(1){ width:6.5em;}
.linklist .styleBase li span:nth-child(2){ width: calc(100% - 6.5em);}
.linklist .styleBase li span:nth-child(2) a{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}

.linklist .styleB .titleName{margin: 0 2em 1em;}
.linklist .styleB ul{display: flex; flex-wrap: wrap;}
.linklist .styleB ul:before{}
.linklist .styleB li{width:calc(33.3333% - 0.6em); margin-right: 0.6em;}
.linklist .styleB li a{width: 100%; min-height: 9em; border-radius: 1em; box-shadow: 2px 2px 6px rgb(0 0 0 / 15%); background-color: #000000; z-index: 0;}
.linklist .styleB li a:after{ content: ''; background: linear-gradient( 135deg, rgba(37,151,210,1) 0%,rgba(107,184,224,1) 68%,rgba(107,184,224,1) 68%,rgba(73,168,217,1) 68%,rgba(48,156,212,1) 100%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 1em; z-index: -1; transition:opacity 0.3s;}
.linklist .styleB li a:hover:after{ opacity:0.7;}
.linklist .styleB li span:nth-child(1){width: auto; margin:1em 1em 2.3em; display: block; line-height: 1.2em; color: #FFF; font-weight: bold; position: unset;}
.linklist .styleB li span:after{ content: '下載'; display: block; position: absolute; bottom: 0.5em; font-size: 0.9em; line-height: 1.5em; width: calc(100% - 2em); border-top: 1px solid #FFF; text-align: right;}
.linklist .styleB.styleB2 li a:after{background: linear-gradient(135deg, rgba(223,172,33,1) 0%,rgba(245,198,46,1) 68%,rgba(255,226,133,1) 68%,rgba(225,175,34,1) 100%);}


@media only screen and (max-width: 750px){
#homeBanner .blogoBox .blogo{padding: 1em 3em;}
#homeBanner .flex-control-nav a h1{ font-size:3em;}
#homeBanner .flex-control-nav a p{ width:100%;}
.linklist .listbg{width: 70%;}
.linklist .styleBase{max-width: 90vw;}
.linklist .styleBase .titleName{margin: 0 1em;}
.linklist .styleBase ul{margin: 0 2em;}
.linklist .styleBase ul:before{ left:-2em;}
.linklist .styleBase li span:nth-child(2){ width:100%;}
.linklist .styleB{}
.linklist .styleB .titleName{}
.linklist .styleB ul{}
.linklist .styleB ul:before{}
.linklist .styleB li span:nth-child(2){}


#homeReport .report{padding: 6em 0;}
#homeReport .report .titleName{width: 100%; margin-right: 0;}
#homeReport .report .link{flex-direction: column;}
#homeReport .report .link a{ width:100%; margin-bottom: 1em;}
#homeReport .report .endBtn{margin-top: 3em;}
#homeReport .reportbg{transform: translate(0,-14em);}

.linklist .styleB li{width: calc(50% - 0.6em);}
}


/****inpage****/

#inpagebanner{background: no-repeat center; background-size: cover; height: 60vh;}
#inpagebanner:before{ content:'';position: absolute; background-color: rgb(0 0 0 / 20%); width: 100%; height: 100%;}
#inpagebanner .title{ color: #FFF; font-size: 2.3em; letter-spacing: 0.2em; font-family: 'bktype'; width: 90vw; text-align: center;}
#inpagebanner.newscontent{height: 30vh; min-height: 16em;}
.listbg{position: absolute; height: 100%; width: 50%; top: 0; left: 0; background: no-repeat center; background-size: cover;}
.linklist.inpage .styleBase{min-height: auto; margin: 7em 0;}
.linklist.inpage .pagenumber{ margin: auto; text-align: center;}
.linklist.inpage .pagenumber a{ margin:0 0.5em;}
.linklist.inpage .pagenumber a:nth-child(1){}

#htmlUpload h4{text-align: center; padding: 1em 0; margin: 0; color:#2D3B60; font-size: 1.3em; font-family: 'bktype'; font-weight:normal; line-height: 1.3em;}
#htmlUpload h5{ max-width: 50em; font-size: 1em; margin: 1em auto; color: #14305b;}
#htmlUpload a{ color:#2597D2; font-weight:bold;}
#htmlUpload a:hover{ text-decoration:underline;}
#htmlUpload p{margin: 1em auto;}
#htmlUpload span{font-size: 0.9em; color: #666; max-width: 40em; margin: 1em auto; display: block;}
#htmlUpload img[sizeM]{width: 35em;}
#htmlUpload img[sizeS]{width: 25em;}
#htmlUpload table{ max-width: 50em; margin: auto;}
#htmlUpload table tr:nth-child(1) td{border-top: 1px #333 solid;}
#htmlUpload table tr td:nth-child(1){vertical-align: top;}
#htmlUpload table tr td:nth-child(2){padding: 0.7em 0.7em 0.7em 0;}
#htmlUpload table td{ padding: 0.7em; border-bottom: 1px #333 solid; text-align:left;}
#htmlUpload > :nth-child(1):before{ content:''; position: absolute; height: 3em; width: 100%; bottom: 100%; left: 0; background-color: white;}
#htmlUpload .title{width: 50em; max-width: calc(100% - 7em); padding: 0 3em;margin: auto; background-color: #FFF;}
#htmlUpload .title h4{padding: 0; text-align: left;}
#htmlUpload .title span{border-bottom: 1px solid; max-width: initial; padding: 1em 0; margin: auto; text-align: right;}
#htmlUpload li{list-style: decimal; margin-left: 1em;}
#htmlUpload.article{ top:-3em;}
#htmlUpload.developing > div:nth-child(1),
#htmlUpload.relatedlinks > div:nth-child(1) {width: 50em; max-width: calc(100% - 7em); padding:0 3em 3em; margin: auto;}
#htmlUpload.developing > div:nth-child(1) h4{padding: unset; padding-bottom: inherit;}

#htmlUpload.relatedlinks .links{display: flex; flex-wrap: wrap;}
#htmlUpload.relatedlinks .links a{width: calc(25% - 2em); margin: 1em;}
#htmlUpload.relatedlinks .links div{box-shadow: 0 3px 8px rgb(0 0 0 / 25%); overflow: hidden; border-radius: 10em;}
#htmlUpload.relatedlinks .links p{text-align: center;}


.picturePart{position: relative; min-height: calc(100vh - 8em); width: calc(50% - 6em); padding:4em 3em; display:inline-block; text-align: left; margin-left: 50%; transform: translateX(0); background-color:#FFF;}
.picturePart.styleLeft{ transform: scaleX(-1) translateX(100%);}
.picturePart.styleLeft > *{ transform: scaleX(-1);}

.picturePart .picture{ position: absolute; width: 100%; height: 100vh; top: 0; left:-100%; width:100%; background-color:#FFF; background-size: cover; background-position: center; background-repeat:no-repeat;}
.picturePart .picture div{ height:100%; width:100%; position:absolute; top:0;}
.picturePart img{margin: 2em 0px;}
.textPart{ padding:3em; text-align: center;}
.textPart h4{text-align: center; padding: 1em 0; margin: 0; color:#2D3B60; font-size: 1.3em; font-family: 'bktype';font-weight:normal;}
.textPart p{ max-width:50em; margin: auto;}
.textPart img{width: 50em; margin: auto; max-width: 100%; position: relative;}
.videoPart{padding:0 3em 4em; position:relative; z-index:2;}
.videoPart .box{position: relative; max-width:50em; margin:auto;}
.videoPart .box:after {padding-top: 56.25%; background-color: #000;}
.videoPart iframe{position: absolute; width: 100%; height: 100%;}
.deepbg p,.deepbg a,.deepbg h1,.deepbg h2,.deepbg h3,.deepbg h4{ color:#FFF !important;}





@media only screen and (max-width: 850px){
.picturePart{width:calc(100% - 6em); margin-left: auto;}
.picturePart.styleLeft{ transform: scaleX(1) translateX(0);}
.picturePart.styleLeft > *{ transform: scaleX(1);}
.picturePart .picture div{ position:relative;}
}
@media only screen and (max-width: 750px){
#htmlUpload.developing > div:nth-child(1),
#htmlUpload.relatedlinks > div:nth-child(1){padding: 1em; max-width: calc(100% - 4em);}
.picturePart{width: calc(100% - 4em); padding:2em;}
.textPart,.videoPart,.features{ padding:2em;}
}
@media only screen and (max-width: 650px){
#htmlUpload.relatedlinks .links a{width: calc(50% - 2em);}
}