

/* overwrite style.css */
.modules-content #hd table th {
    background-color: transparent !important;
}
.modules-content {
    font-family: "Helvetica Now Display W05 Light","Roboto",Arial,sans-serif !important;
    font-size: 16px;
}
.modules-content sup {
    top: 0 !important;
}


/* overwrite athena */
#overview #sectionOverview img, #overview #old-sectionOverview img {
    max-width: 100%;
}
#overview #sectionOverview {
    font-size: 16px;
    line-height: inherit;
}


@media screen and (max-width: 767px) {    
#fp-nav.right {
    display: none;
}
}


#hd .proart-title {
    font-family: 'Roboto',Arial,sans-serif;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2em;
	padding-bottom: 10px;
	position: relative;
	color:#fff;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1400px) {    
#hd .proart-title {
	font-size: 34px;
}
}
@media screen and (max-width: 1024px) {    
#hd .proart-title {
	font-size: 28px;
}
}
@media screen and (max-width: 500px) {    
#hd .proart-title {
    text-align: center;
}
}

#hd img {
	max-width: 100%;
}
#hd p {
	line-height: 1.5em;
	margin: 1em 0;
}
#hd .note {
    color: #aaa;
    font-size: 0.8em;
}

/*-------btn-------*/

#hd .glow-btn{
    margin-bottom: 40px;
}
#hd .glow-btn:after{
    content: '';
    display: block;
    clear: both;
}
#hd .glow-btn a{
    display: block;
    width: calc(400px * 0.6);
    height: calc(100px * 0.6);
    background: url(../img/proart/play.png) 20px center no-repeat;
    background-size: 25px;
    box-sizing: border-box;
    padding: 20px 0 0 65px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid #bf9f75;
    position: relative;
    opacity: 0.8;
    line-height: 1em;
    text-decoration: none;
}
#hd .glow-btn a:before{
    content: '';
    display: block;
    width: 120px;
    height: 10px;
    background: url(../img/proart/glow.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: -5px;
    transition: all 0.6s;
}
#hd .glow-btn a:after{
    content: '';
    display: block;
    width: 120px;
    height: 10px;
    background: url(../img/proart/glow.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    bottom: -7px;
    transition: all 0.6s;
}
#hd .glow-btn a:hover{
    opacity: 1;
    border-color: #e6c599;
}
#hd .glow-btn a span{
    background: -webkit-linear-gradient(top, #e1bee3 , #6dcfe6);
    background: -o-linear-gradient(bottom, #e1bee3, #6dcfe6);
    background: -moz-linear-gradient(bottom, #e1bee3, #6dcfe6);
    background: linear-gradient(to bottom, #e6c599 , #b6946e); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hd .glow-btn a:hover:before{
    right: 110px;
}
#hd .glow-btn a:hover:after{
    left: 110px;
}



#hd .section-title h2{
    color: #fff;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-size: 35px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
    line-height: 1.3em;
}
@media screen and (max-width: 768px) {    
#hd .section-title h2{
    font-size: 25px;
}
}
@media screen and (max-width: 450px) {    
#hd .section-title h2{
    font-size: 20px;
}
}

/*-------tab-------*/
#hd .tab-wrapper{
    position: relative;
}
#hd .tab-switch{
    display: flex;
    align-items: strech;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1340px;
    margin: 30px auto;
}
#hd .tab-switch .entry{
    width: 33.33%;
    box-sizing: border-box;
    padding: 18px 6px;
    border-top: 1px solid transparent;
    border-bottom: 2px solid #e6c599;
    background: linear-gradient(to right, #2b2c2e 0%, #1c1f22 100%); 
    color: #fff; /*20220119*/
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s, border-color 0.3s;
    position: relative;
}
#hd .tab-switch.element-count-5 .entry{
    width: 20%;
}

#hd .tab-switch .entry h3{
    font-size: 16px;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    min-height: 2.4em;
    display: flex;
    align-items: center;
}
#hd .tab-switch .entry h3 span{
    display: block;
    width: 100%;
}
#hd .tab-switch .entry:hover{
    color: #e6c599;
}
#hd .tab-switch .entry.active{
    border-top: 1px solid #8a6f4b;
    border-bottom: 5px solid #e6c599;
    color: #e6c599;
}

#hd .tab-switch .entry:before{
    content: '';
    display: block;
    width: 160px;
    height: 10px;
    background: url(../img/proart/glow.png) center no-repeat;
    position: absolute;
    right: calc(50% - 80px);
    top: -5px;
    transition: all 1s;
    opacity: 0;
}
#hd .tab-switch .entry.active:before{
    opacity: 1;
}

#hd .tab-picture .entry{
    position: absolute;
    opacity: 0;
    z-index: 1;
}
#hd .tab-picture .entry.active{
    position: relative;
    opacity: 1;
    transition: opacity 1s;
    z-index: 2;
}
@media screen and (max-width: 900px) {    
#hd .tab-switch .entry{
    width: 33.333%;
    margin-bottom: 15px;
}
#hd .tab-switch.element-count-5 .entry{
    width: 33.33%;
}
}
@media screen and (max-width: 500px) {    
#hd .tab-switch {
    margin-top: 10px;
    margin-bottom: 0px;
}
#hd .tab-switch .entry h3{
    font-size: 13px;
}
}


/*-------hero-------*/

#proart-hero{
	background: #000 url(../img/proart/kv.jpg) center top no-repeat;
	background-size: 100% auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    max-width: 2560px;
    min-height: 60vw;
    margin: 0 auto;
}
#proart-hero .inner{
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1000px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#proart-hero .text-wrapper{
    position: relative;
}
#proart-hero .text{
    margin-top: 4vw;
    position: relative;
    z-index: 2;
    text-align: center;
}
#hd #proart-hero .proart-title {
	margin-bottom: 33vw;
    font-weight: 300;
    font-size: 3vw;
    color: #d3b892;
    letter-spacing: -1px;
    line-height: 1em;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
}
#proart-hero .name{
    font-size: 2vw;
    margin-bottom: 0.5em;
    font-family: "Poppins", "Open Sans", "Arial", sans-serif;
}
@media screen and (min-width: 2560px) {    
#proart-hero{
    background-image: url(../img/proart/kv.jpg);
    background-size: auto;
    min-height: 1500px;
}
#proart-hero .text{
    margin-top: 150px;
}
#hd #proart-hero .proart-title {
    margin-bottom: 900px;
    font-size: 60px;
}
#proart-hero .name{
    font-size: 40px;
}
}
@media screen and (max-width: 767px) {    
#proart-hero{
    background-image: url(../img/proart/kv-m.jpg);
}
#hd #proart-hero .name {
    font-size: 4vw;
}
#hd #proart-hero .proart-title {
    font-size: 5vw;
    margin-bottom: 50vw;
}
}




/*-------feature-------*/

#proart-feature{
    background: #000;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#proart-feature .inner{
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1000px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#proart-feature .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
#proart-feature .row .item{
    background: #222;
    background: linear-gradient(to bottom, #0d151e 0%, #1c2d41 70%); 
    border-radius: 12px;
    width: 100%;
    border: 5px solid #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 20px 5px;
}
#proart-feature .row .item.no-padding{
    padding: 0;
}
#proart-feature .row.single .item{
    width: 100%;
}
#proart-feature .row.four .item{
    width: 25%;
}
#proart-feature .row.three .item{
    width: 25%;
}
#proart-feature .row.three .item:last-child{
    width: 50%;
}
#proart-feature .row.two .item{
    width: 50%;
}


#proart-feature .text{
    text-align: center;
    padding: 5px 5px;
}
#proart-feature .text .title{
    color: #d6b891;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    background: -webkit-linear-gradient(#dbc19e, #bb9972);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#proart-feature .text .desc{
    color: #fff;
    font-size: 13px;
}
#proart-feature .image img{
    display: block;
    margin: 0 auto;
}
#proart-feature .image.duo{
    width: 100%;
    text-align: center;
}
#proart-feature .image.duo img{
    display: inline-block;
    max-width: 48%;
}
#proart-feature .row.single .item.with-image .image{
    width: 50%;
}
#proart-feature .row.single .item.with-image .text{
    width: 50%;
    padding: 15px 10px;
    box-sizing: border-box;
}
#proart-feature .row.three .item .text{
    width: 100%;
}

@media screen and (max-width: 767px) {    
#proart-feature .text .title{
    font-size: 18px;
}
}

@media screen and (max-width: 550px) {    
#proart-feature .inner{
    padding: 0 10px;
}
#proart-feature .row.four .item{
    width: 50%;
}
#proart-feature .row.three .item{
    width: 50%;
}
#proart-feature .row.three .item:last-child{
    width: 100%;
}
#proart-feature .row.two .item{
    width: 100%;
}
}



/*-------video-------*/

#proart-video{
    background: #000;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}
#proart-video .inner{
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1000px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#proart-video .video-wrapper{
    margin: 30px auto 0 auto;
    width: 100%;
}
#proart-video video{
    width: 100%;
}
#hd #proart-video .youtube-wrapper iframe{
    width: 100%;
    height: 560px;
}

@media screen and (max-width: 1024px) {    
#hd #proart-video .youtube-wrapper{
    width: calc(100vw - 80px);
}
#hd #proart-video .youtube-wrapper iframe{
    height: 50.625vw;
}
}






/*-------creators-------*/

#proart-creators{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #000 url(../img/proart/creators-bg.jpg) center top no-repeat;
}
#proart-creators .inner{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}
#hd #proart-creators .section-title {
    text-align: center;
    margin-bottom: 50px;
}
#hd #proart-creators .inner {
    display: flex;
    flex-wrap: wrap;
}
#hd #proart-creators .inner .entry{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 5px;
}
#hd #proart-creators .inner .entry .text{
    padding-right: 40px;
}
#hd #proart-creators .inner .entry h3{
    color: #d3b892;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 1em;
}

@media screen and (max-width: 768px) {    
#hd #proart-creators .inner .entry .text{
    padding-right: 10px;
}
}

@media screen and (max-width: 650px) {    
#hd #proart-creators .inner .entry{
    width: 100%;
    margin-bottom: 30px;
}
#hd #proart-creators .inner .entry .text{
    padding-right: 0px;
    text-align: center;
}
}





/*-------oled-------*/

#proart-oled{
    padding-top: 50px;
    padding-bottom: 50px;
}
#proart-oled .inner{
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}
#hd #proart-oled .tab-switch {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
#hd #proart-oled .section-title {
    text-align: center;
    margin-bottom: 0px;
}
#hd #proart-oled .section-title img{
    max-width: 100px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#hd #proart-oled .entry .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 1400px;
}
#hd #proart-oled .entry.entry-1{
    background: url(../img/proart/oled-bg.jpg) center top no-repeat;
    background-size: contain;
}
#hd #proart-oled .entry .row .image{
    width: 50%;
}
#hd #proart-oled .entry .row .text{
    width: 50%;
}
#hd #proart-oled .entry .row .text h3{
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    color: #d3b892;
    font-size: 25px;
    margin-top: 1em;
}


#hd #proart-oled .entry.entry-2 .row {
    flex-direction: row-reverse;
}
#hd #proart-oled .entry.entry-4 .row {
    flex-direction: row-reverse;
}
#hd #proart-oled .entry.entry-1 .image{
}
#hd #proart-oled .entry.entry-1 .text {
    padding-left: 30px;
}
#hd #proart-oled .entry.entry-2 .image{
    width: 60%;
}
#hd #proart-oled .entry.entry-2 .text {
    width: 40%;
}
#hd #proart-oled .entry.entry-3 .image{
    width: 60%;
}
#hd #proart-oled .entry.entry-3 .text {
    width: 40%;
}
#hd #proart-oled .entry.entry-4 .image{
    width: 60%;
}
#hd #proart-oled .entry.entry-4 .text {
    width: 40%;
    padding-right: 15px;
}
#hd #proart-oled .entry.entry-5 .image{
    width: 65%;
}
#hd #proart-oled .entry.entry-5 .text {
    width: 35%;
    padding-left: 40px;
}
#hd #proart-oled .entry.entry-5 .caption{
    display: flex;
}
#hd #proart-oled .entry.entry-5 .caption > div{
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {    
#proart-oled .inner{
    padding: 0 15px;
}
#hd #proart-oled .entry .image{
    width: 100% !important;
}
#hd #proart-oled .entry .text {
    width: 100% !important;
    padding: 0 10px !important;
}
#hd #proart-oled .entry.entry-5 .caption > div{
    font-size: 13px;
}
#hd #proart-oled .section-title img{
    max-width: 50px;
}
#hd #proart-oled .entry .text{
    text-align: center;
}
}





/*-------calibration-------*/

#proart-calibration{
    padding-top: 50px;
}
#proart-calibration .inner{
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}
#hd #proart-calibration .section-title {
    text-align: center;
    margin-bottom: 0px;
}
#hd #proart-calibration .tab-picture {
    margin-top: 50px;
}
#hd #proart-calibration .entry .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd #proart-calibration .entry .row .image{
    width: 50%;
}
#hd #proart-calibration .entry .row .text{
    width: 50%;
}
#hd #proart-calibration .entry .row .text h3{
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    color: #d3b892;
    font-size: 25px;
}

#hd #proart-calibration .entry.entry-1{
    max-width: 1100px;
    margin: 0 auto;
}
#hd #proart-calibration .entry.entry-1 .row {
    flex-direction: row-reverse;
}
#hd #proart-calibration .entry.entry-1 .image{
    width: 65%;
}
#hd #proart-calibration .entry.entry-1 .text {
    padding-right: 30px;
    width: 35%;
}
#hd #proart-calibration .entry.entry-2 .image{
    width: 65%;
    position: relative;
}
#hd #proart-calibration .entry.entry-2 .text {
    padding-left: 30px;
    width: 35%;
}
#hd #proart-calibration .entry.entry-2 .image .indicator{
    position: absolute;
    left: 8%;
    bottom: 40%;
    background: url(../img/proart/chip.png) center left no-repeat;
    background-size: auto 100%;
    width: 40%;
    box-sizing: border-box;
    height: 50px;
    padding-left: 60px;
    opacity: 0;
    margin-left: -15%;
    transition: opacity 1s, margin 1s;
}
#hd #proart-calibration .entry.entry-2.active .image .indicator{
    opacity: 1;
    margin-left: 0%;
}
#hd #proart-calibration .entry.entry-2 .image .indicator p{
    padding: 8px 0 8px 0;
    margin: 0;
    border-bottom: 2px solid #d3b892;
}


#hd #proart-calibration .entry.entry-3 .row {
    flex-flow: column;
}
#hd #proart-calibration .entry.entry-3 .image{
    width: 100%;
}
#hd #proart-calibration .entry.entry-3 .text {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {    
#proart-calibration .inner{
    padding: 0 15px;
}
#hd #proart-calibration .entry .image{
    width: 100% !important;
}
#hd #proart-calibration .entry .text {
    width: 100% !important;
    padding: 0 10px !important;
}
#hd #proart-calibration .entry.entry-2 .image .indicator{
    transform: scale(0.6);
    transform-origin: left center;
    left: 2%;
    width: 80%;
}
#hd #proart-calibration .entry .text{
    text-align: center;
}
#hd #proart-calibration .entry.entry-3 .row {
    flex-flow: column-reverse;
}
#hd #proart-calibration .entry.entry-3 .text .icon img{
    max-height: 40px;
}
}





/*-------hdr-------*/

#proart-hdr{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
    background: #000;
}
#proart-hdr .inner{
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
#hd #proart-hdr .section-title {
    text-align: center;
    margin-bottom: 0px;
}
#hd #proart-hdr .tab-switch {
    padding: 0 20px;
}
#hd #proart-hdr .tab-picture {
    margin-top: 50px;
}
#hd #proart-hdr .entry .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd #proart-hdr .entry .row .image{
    width: 50%;
}
#hd #proart-hdr .entry .row .text{
    width: 50%;
}
#hd #proart-hdr .entry .text h3{
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    color: #d3b892;
    font-size: 25px;
}
#hd #proart-hdr .entry.entry-1 .row {
    flex-direction: row-reverse;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#hd #proart-hdr .entry.entry-1 .image{
    width: 65%;
}
#hd #proart-hdr .entry.entry-1 .text {
    width: 35%;
    padding-left: 20px;
}
#hd #proart-hdr .entry.entry-1 .text strong{
    font-weight: bold;
}


#hd #proart-hdr .entry.entry-3 .row {
    max-width: 1200px;
    margin: 0 auto;
}
#hd #proart-hdr .entry.entry-3 .image{
    width: 65%;
}
#hd #proart-hdr .entry.entry-3 .text {
    width: 35%;
    padding-right: 20px;
}



#hd #proart-hdr .entry.entry-2{
    background: url(../img/proart/mountain.jpg) center no-repeat;
}
#hd #proart-hdr .entry.entry-2 .row {
}
#hd #proart-hdr .entry.entry-2 .image{
    width: 100%;
}
#hd #proart-hdr .entry.entry-2 .text {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
#hd #proart-hdr .entry.entry-2 .list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 50px auto 0 auto;
    box-sizing: border-box;
}
#hd #proart-hdr .entry.entry-2 .list .item{
    width: 33.33%;
    padding: 0 20px;
    box-sizing: border-box;
}
#hd #proart-hdr .entry.entry-2 .list h3{
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    margin-top: 1em;
}
#hd #proart-hdr .entry.entry-2 .picture{
    position: relative;
}
#hd #proart-hdr .entry.entry-2 .picture img{
    display: block;
    width: 100%;
}
#hd #proart-hdr .entry.entry-2 .picture .cube{
    position: absolute;
    left: 70%;
    top: 19%;
    width: 17%;
    height: 25%;
    border: 3px solid #ba8748;
    box-sizing: border-box;
    opacity: 0;
    margin-top: 15%;
    transition: opacity 1s, margin 1s;
}
#hd #proart-hdr .entry.entry-2.active .picture .cube{
    opacity: 1;
    margin-top: 0%;
}
#hd #proart-hdr .entry.entry-2 .picture .cube-2{
    left: 58%;
    top: 65%;
}



@media screen and (max-width: 650px) {    
#hd #proart-hdr .entry.entry-1 .image{
    width: 100%;
}
#hd #proart-hdr .entry.entry-1 .text {
    width: 100%;
    padding: 0 20px;
}
#hd #proart-hdr .entry.entry-2 .list .item{
    width: 100%;
    margin-bottom: 30px;
}
#hd #proart-hdr .entry.entry-3 .image{
    width: 100%;
}
#hd #proart-hdr .entry.entry-3 .text {
    width: 100%;
    padding: 0 20px;
}
#hd #proart-hdr .entry .text{
    text-align: center;
}
#hd #proart-hdr .entry .list{
    text-align: center;
}
}




/*-------workflow-------*/

#proart-workflow{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
#proart-workflow .inner{
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
#hd #proart-workflow .section-title {
    text-align: center;
}
#hd #proart-workflow .section-title h2 {
    color: #000;
}
#hd #proart-workflow .tab-switch {
    padding: 0 20px;
}
#hd #proart-workflow .tab-picture {
    margin-top: 50px;
    color: #000;
}
#hd #proart-workflow .entry .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd #proart-workflow .entry .row .image{
    width: 50%;
}
#hd #proart-workflow .entry .row .text{
    width: 50%;
}
#hd #proart-workflow .entry .text h3{
    color: #9a6c4c;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    font-size: 25px;
}

@media screen and (max-width: 767px) {    
#hd #proart-workflow .entry .text h3{
    text-align: center;
}
}

/*-------tab-------*/
#hd #proart-workflow .tab-switch .entry{
    border-bottom: 2px solid #b99770;
    background: linear-gradient(to right, #f5f0eb 0%, #fefefd 100%); 
    color: #765c3c;
}
#hd #proart-workflow .tab-switch .entry:hover{
    color: #000;
}
#hd #proart-workflow .tab-switch .entry.active{
    border-top: 1px solid transparent;
    border-bottom: 5px solid #b99770;
    color: #000;
    background: #b99770;
}
#hd .tab-switch .entry:before{
    display: none;
}

#hd #proart-workflow .entry.entry-1 .row .text{
    padding-left: 20px;
    padding-right: 20px;
}


#hd #proart-workflow .entry.entry-2 .row {
    flex-direction: row-reverse;
    max-width: 1100px;
    margin: 0 auto;
}
#hd #proart-workflow .entry.entry-2 .row .image{
    width: 65%;
}
#hd #proart-workflow .entry.entry-2 .row .text{
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {    
#hd #proart-workflow .entry.entry-2 .row .text{
    width: 100%;
    text-align: center;
}
#hd #proart-workflow .entry.entry-2 .row .image{
    width: 100%;
}
}


#hd #proart-workflow .entry.entry-3 .inner {
    display: flex;
    flex-flow: column;
}
#hd #proart-workflow .entry.entry-3 .text {
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
#hd #proart-workflow .entry.entry-3 .picture {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#hd #proart-workflow .entry.entry-3 .picture > div{
    width: 50%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
#hd #proart-workflow .entry.entry-3 .picture .item .indicator{
    position: absolute;
    left: -15%;
    top: 54%;
    width: 32%;
    padding-bottom: 5px;
    line-height: 1.2em;
    font-size: 16px;
    border-bottom: 2px solid #000;
}
#hd #proart-workflow .entry.entry-3 .picture .item .indicator p{
    margin: 0;
    font-weight: 400;
}
#hd #proart-workflow .entry.entry-3 .picture .item.item-1 .indicator{
    margin-left: -20%;
    opacity: 0;
    transition: opacity 1s, margin 1s;
}
#hd #proart-workflow .entry.entry-3.active .picture .item.item-1 .indicator{
    margin-left: 0%;
    opacity: 1;
}
#hd #proart-workflow .entry.entry-3 .picture .item.item-2 .indicator{
    left: 75%;
    top: 21%;
    width: 32%;
    text-align: right;
    margin-left: 20%;
    opacity: 0;
    transition: opacity 1s, margin 1s;
}
#hd #proart-workflow .entry.entry-3.active .picture .item.item-2 .indicator{
    margin-left: 0%;
    opacity: 1;
}
@media screen and (max-width: 1100px) {    
#hd #proart-workflow .entry.entry-3 .picture {
    max-width: 700px;
}
}
@media screen and (max-width: 900px) {    
#hd #proart-workflow .entry.entry-3 .picture > div{
    width: 65%;
    margin: 0 auto 30px; auto;
}
}
@media screen and (max-width: 767px) {    
#hd #proart-workflow .entry.entry-3 .text {
    text-align: center;
}
#hd #proart-workflow .entry.entry-3 .inner {
    flex-flow: column-reverse;
}
#hd #proart-workflow .entry.entry-3 .picture .item .indicator{
    font-size: 13px;
}
}
@media screen and (max-width: 400px) {    
#hd #proart-workflow .entry.entry-3 .picture .item.item-2 .indicator{
    top: 8%;
}
}


#hd #proart-workflow .entry.entry-4 .row {
    flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
}
#hd #proart-workflow .entry.entry-4 .row .text{
    padding-left: 20px;
    padding-bottom: 100px;
    width: 35%;
}
#hd #proart-workflow .entry.entry-4 .row .image{
    position: relative;
    width: 65%;
}
#hd #proart-workflow .entry.entry-4 .row .image .indicator{
    position: absolute;
    left: -15%;
    bottom: 25%;
    width: 30%;
    padding-bottom: 10px;
    background: url(../img/proart/line-1.png) right bottom no-repeat;
    background-size: 100% auto;
    opacity: 0;
    margin-bottom: -10%;
    transition: opacity 1s, margin 1s;
}
#hd #proart-workflow .entry.entry-4.active .row .image .indicator{
    opacity: 1;
    margin-bottom: 0%;
}
#hd #proart-workflow .entry.entry-4 .row .image .indicator p{
    margin: 0;
    font-weight: 400;
}

@media screen and (max-width: 767px) {    
#hd #proart-workflow .entry.entry-4 .row .text{
    padding-bottom: 0px;
    width: 100%;
    padding-right: 20px;
    text-align: center;
}
#hd #proart-workflow .entry.entry-4 .row .image{
    width: 80%;
}
}
@media screen and (max-width: 500px) {    
#hd #proart-workflow .entry.entry-4 .row .image .indicator p{
    font-size: 13px;
}
}


#hd #proart-workflow .entry.entry-5{
    max-width: 1500px;
    margin: 0 auto;
}
#hd #proart-workflow .entry.entry-5 .inner {
    flex-flow: column;
    display: flex;
}
#hd #proart-workflow .entry.entry-5 .text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
#hd #proart-workflow .entry.entry-5 .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: center;
}
#hd #proart-workflow .entry.entry-5 .list .item{
    padding: 0 20px;
    box-sizing: border-box;
}
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(1){
    width: 33%;
}
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(2){
    width: 14%;
}
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(3){
    width: 25%;
}
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(4){
    width: 28%;
}
@media screen and (max-width: 767px) {    
#hd #proart-workflow .entry.entry-5 .list .item{
    font-size: 13px;
    padding: 0 10px;
}
#hd #proart-workflow .entry.entry-5 .inner {
    flex-flow: column-reverse;
}
}
@media screen and (max-width: 550px) {    
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(1){
    width: 66%;
}
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(2){
    width: 28%;
}
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(3){
    width: 50%;
}
#hd #proart-workflow .entry.entry-5 .list .item:nth-child(4){
    width: 50%;
}
}





#hd #proart-workflow .entry.entry-1 .flex-container {
    display: flex;
    flex-flow: column;
}
#hd #proart-workflow .entry.entry-1 .text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}
#hd #proart-workflow .entry.entry-1 .picture {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
}
#hd #proart-workflow .entry.entry-1 .picture .side-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#hd #proart-workflow .entry.entry-1 .picture .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#hd #proart-workflow .entry.entry-1 .picture .dot{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: 400;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div{
    position: absolute;
    left: 0;
    top: 0;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div:nth-child(1){
    left: 15%;
    top: 40%;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div:nth-child(2){
    left: 15%;
    top: 62%;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div:nth-child(3){
    left: 15%;
    top: 72%;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div:nth-child(4){
    left: 74%;
    top: 41%;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div:nth-child(5){
    left: 74%;
    top: 71%;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div span{
    background: #ab885f;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    display: none;
}
#hd #proart-workflow .entry.entry-1 .picture .dot > div{
    position: absolute;
    left: 0;
    top: 0;
    background: #ab885f;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#hd #proart-workflow .entry.entry-1 .picture .dot > div:nth-child(1){
    left: 23%;
    top: 42%;
}
#hd #proart-workflow .entry.entry-1 .picture .dot > div:nth-child(2){
    left: 23%;
    top: 63%;
}
#hd #proart-workflow .entry.entry-1 .picture .dot > div:nth-child(3){
    left: 23%;
    top: 73%;
}
#hd #proart-workflow .entry.entry-1 .picture .dot > div:nth-child(4){
    left: 73%;
    top: 43%;
}
#hd #proart-workflow .entry.entry-1 .picture .dot > div:nth-child(5){
    left: 73%;
    top: 72%;
}


@media screen and (max-width: 1300px) {    
#hd #proart-workflow .entry.entry-1 .picture .indicator{
    font-size: 15px;
}
}
@media screen and (max-width: 1200px) {    
#hd #proart-workflow .entry.entry-1 .picture .indicator{
    font-size: 13px;
}
}


@media screen and (max-width: 1023px) {    
#hd #proart-workflow .entry.entry-1 .picture .dot{
    display: block;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator{
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div{
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-bottom: 10px;
}
#hd #proart-workflow .entry.entry-1 .picture .indicator > div span{
    display: inline-block;
}
}

@media screen and (max-width: 767px) {    
#hd #proart-workflow .entry.entry-1 .flex-container {
    flex-flow: column-reverse;
}
}



/* scroll color */

.screen{
    width: 400px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    /*display: none;*/
}
.screen2{
    width: 200px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    /*display: none;*/
}

#hd #proart-color{
    position: relative;
    background: #000;
    margin-top: 50px;
}
#hd #proart-color .proart-title{
    color: #fff;
}
#hd #proart-color .scrollstuff-wrapper{
    height: 700px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
#hd #proart-color .scrollstuff-wrapper.fixed{
    position: fixed;
}
#hd #proart-color .scrollstuff-wrapper.end{
    top: 1400px;
}

#hd #proart-color .scrollstuff-understudy{
    height: 2100px;
    width: 100%;
    position: relative;
}
#hd #proart-color .scrollstuff-understudy .anchor{
    position: absolute;
    left: 0;
    height: 700px;
}
#hd #proart-color .scrollstuff-understudy .anchor-1{ top: 0;}
#hd #proart-color .scrollstuff-understudy .anchor-2{ top: 700px;}


#hd #proart-color .scrollstuff-wrapper > .inner{
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div{
    width: 50%;
    position: relative;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div .sticker{
    width: 70%;
    background: rgba(0,0,0,1);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 1s;
    z-index: 10;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div .sticker.active{
    opacity: 1;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div.left-image .sticker{
    left: 30%;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div.right-image .sticker{
    left: 0;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div .mask{
    width: 100%;
    background: rgba(0,0,0,0.8);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s;
    z-index: 9;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div .mask.active{
    opacity: 1;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div.right-image .mask{
}

#hd #proart-color .scrollstuff-wrapper .sticker .text{
    padding: 100px 50px 50px 50px;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text h3{
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 1em 0;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text h4{
    font-weight: normal;
    font-size: 22px;
    color: #d3b892;
    margin: 0 0 10px 0;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text p{
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info{
    color: #d3b892;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info .item{
    width: 25%;
    text-align: center;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info .item .t1{
    font-size: 30px;
    margin: 0;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info .item .t2{
    font-size: 12px;
    margin: 0;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info .item .image{
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info .item .image img{
    max-width: 70px;
    display: block;
    margin: 0 auto;
}



@media screen and (min-width: 1800px) {    
#hd #proart-color{
}
#hd #proart-color .scrollstuff-wrapper{
    height: 800px;
}
#hd #proart-color .scrollstuff-wrapper.end{
    top: 1600px;
}

#hd #proart-color .scrollstuff-understudy{
    height: 2400px;
}
#hd #proart-color .scrollstuff-understudy .anchor{
    height: 800px;
}
#hd #proart-color .scrollstuff-understudy .anchor-1{ top: 0;}
#hd #proart-color .scrollstuff-understudy .anchor-2{ top: 800px;}


#hd #proart-color .scrollstuff-wrapper > .inner{
}
}

@media screen and (max-width: 1300px) {    
#hd #proart-color .scrollstuff-wrapper > .inner > div .sticker{
    width: 90%;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div.left-image .sticker{
    left: 10%;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text{
    padding: 100px 20px 20px 20px;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text h3{
    font-size: 22px;
    margin: 0 0 0.5em 0;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text h4{
    font-size: 18px;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text p{
    font-size: 13px;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info .item .t1{
    font-size: 22px;
}
}

@media screen and (max-width: 767px) {    
#hd #proart-color{
    margin-top: 50px;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div .sticker{
    width: 100%;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div.left-image .sticker{
    left: 0%;
}
#hd #proart-color .scrollstuff-wrapper .sticker .text .info .item{
    width: 50%;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 550px) {    
#hd #proart-color .scrollstuff-wrapper > .inner > div .sticker{
    width: 200%;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div.left-image .sticker{
    left: 0%;
}
#hd #proart-color .scrollstuff-wrapper > .inner > div.right-image .sticker{
    left: -100%;
}
}





/* no scroll version */

#hd #proart-color .no-scroll > .inner{
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#hd #proart-color .no-scroll > .inner > div{
    position: relative;
    min-height: 780px;
    width: 100%;
}
#hd #proart-color .no-scroll > .inner > div.right-image{
    min-height: 900px;
}
#hd #proart-color .no-scroll > .inner > div .main-image{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#hd #proart-color .no-scroll > .inner > div .sticker{
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hd #proart-color .no-scroll > .inner > div .sticker.active{
    opacity: 1;
}
#hd #proart-color .no-scroll > .inner > div.left-image .sticker{
    left: 50%;
}
#hd #proart-color .no-scroll > .inner > div.right-image .sticker{
    left: 10%;
}
#hd #proart-color .no-scroll > .inner > div.right-image .main-image{
    left: 40%;
    width: 60%;
}

#hd #proart-color .no-scroll .sticker .text{
    padding: 50px;
}
#hd #proart-color .no-scroll .sticker .text h3{
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    font-size: 35px;
    margin: 0 0 1em 0;
}
#hd #proart-color .no-scroll .sticker .text h4{
    font-weight: normal;
    font-size: 25px;
    color: #d3b892;
    margin: 0 0 10px 0;
}
#hd #proart-color .no-scroll .sticker .text p{
}
#hd #proart-color .no-scroll .sticker .text .info{
    color: #d3b892;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
#hd #proart-color .no-scroll .sticker .text .info .item{
    width: 25%;
    text-align: center;
}
#hd #proart-color .no-scroll .right-image .sticker .text .info .item{
    width: 50%;
}
#hd #proart-color .no-scroll .sticker .text .info .item .t1{
    font-size: 40px;
    margin: 0;
}
#hd #proart-color .no-scroll .sticker .text .info .item .t2{
    font-size: 12px;
    margin: 0;
}
#hd #proart-color .no-scroll .right-image .sticker .text .info .item .t1{
    font-size: 50px;
}
#hd #proart-color .no-scroll .sticker .text .info .item .image{
}
#hd #proart-color .no-scroll .sticker .text .info .item .image img{
    max-width: 70px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1800px) {    
#hd #proart-color .no-scroll > .inner > div{
    min-height: 40vw;
}
#hd #proart-color .no-scroll > .inner > div.right-image{
    min-height: 45vw;
}
#hd #proart-color .no-scroll > .inner > div .sticker{
    width: 40%;
}
#hd #proart-color .no-scroll > .inner > div.right-image .sticker{
    left: 0;
}
}
@media screen and (max-width: 1400px) {    
#hd #proart-color .no-scroll > .inner > div .sticker{
    width: 45%;
}
}

@media screen and (max-width: 1200px) {    
#hd #proart-color .no-scroll .sticker .text{
    padding: 100px 20px 20px 20px;
}
#hd #proart-color .no-scroll .sticker .text .info .item .t1{
    font-size: 28px;
}
#hd #proart-color .no-scroll .right-image .sticker .text .info .item .t1{
    font-size: 35px;
}
#hd #proart-color .no-scroll .sticker .text .info{
    margin-top: 10px;
}
#hd #proart-color .no-scroll .sticker .text .info .item .image img{
    max-width: 40px;
}
}
@media screen and (max-width: 1023px) {    
#hd #proart-color .no-scroll > .inner > div{
    min-height: 60vw;
}
#hd #proart-color .no-scroll > .inner > div.right-image{
    min-height: 70vw;
}
}

@media screen and (max-width: 767px) {    
#hd #proart-color .no-scroll > .inner > div .main-image{
    width: 100%;
    position: relative;
    left: auto !important;
    top: auto;
}
#hd #proart-color .no-scroll > .inner > div.right-image .main-image{
    width: 100%;
    margin-left: 8%;
}
#hd #proart-color .no-scroll > .inner > div.left-image .sticker{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
}
#hd #proart-color .no-scroll > .inner > div.right-image .sticker{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
}
#hd #proart-color .no-scroll .sticker .text {
    padding: 20px;
    text-align: center;
}
#hd #proart-color .no-scroll .sticker .text h3{
    font-size: 25px;
}
#hd #proart-color .no-scroll .sticker .text .info .item{
    width: 50%;
    margin-bottom: 20px;
}
#hd #proart-color .no-scroll .sticker .text .info .item .t1{
    font-size: 35px;
}
#hd #proart-color .no-scroll .right-image .sticker .text .info .item .t1{
    font-size: 45px;
}
}





/* 20220531 new : color video */

#hd #proart-color .color-video{
    max-width: 1400px;
    padding: 0 40px;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
}
#hd #proart-color .color-video .text{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
}
#hd #proart-color .color-video .text h3 {
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-weight: normal;
    font-size: 35px;
    margin: 0 0 1em 0;
}
#hd #proart-color .color-video .video-caption{
    display: flex;
    padding-top: 15px;
}
#hd #proart-color .color-video .video-caption > div{
    width: 50%;
    align-items: center;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    color: #c8a780;
}

@media screen and (max-width: 767px) {    
#hd #proart-color .color-video .text h3 {
  font-size: 25px;
}
#hd #proart-color .color-video{
    padding: 0 20px;
}
#hd #proart-color .color-video .video-caption > div{
    font-size: 14px;
}
}






/*popout*/

.video-popout-wrapper{
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}
.video-popout-wrapper.active{
    display: flex;
}
.video-popout-item{
    background: #000;
    width: 68vw;
    height: 38.25vw;
    width: 60vw;
    height: 30vw;
    margin: 0 auto;
    position: relative;
}
.video-popout-item .close{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    right: -25px;
    top: -25px;
    background: #e6c599 url(../img/proart/close-light.png) center no-repeat;
    background-size: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.video-popout-item .close:hover{
    background-color: #cfae82;
}
.video-popout-wrapper .video{
}
.video-popout-wrapper .video iframe{
    width: 100%;
    height: 30vw;
}



@media screen and (orientation:portrait) {
.video-popout-item{
    width: 100vw;
    height: 56.25vw;
}
.video-popout-wrapper .video iframe{
    height: 56.25vw;
}
.video-popout-item .close{
    right: 10px;
    top: -60px;
}
}






/*-------adobe-------*/

#proart-adobe{
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #fff;
    color: #000;
}
#proart-adobe .inner{
    max-width: 2560px;
    margin: 0 auto;
}
#proart-adobe .text{
    text-align: center;
    color: #000;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
#proart-adobe .proart-title{
    color: #000;
}
#proart-adobe .image{
    margin-top: -3%;
    position: relative;
    z-index: 1;
}
#proart-adobe .image img{
    display: block;
    width: 100%;
}

#proart-adobe .list{
    text-align: center;
    max-width: 1200px;
    margin: -5% auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}
#proart-adobe .list .entry{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}
#proart-adobe .list .entry p:first-child{
    color: #7948e0;
    font-family: "Helvetica Now Display W05 Rg", "Roboto", sans-serif !important;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 8px;
}
#proart-adobe .list .entry p:last-child{
    font-size: 1em;
    line-height: 1.1em;
    margin-top: 0;
}


#proart-adobe .action{
    text-align: center;
    max-width: 800px;
    margin: 30px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
#proart-adobe .action .links{
}
#proart-adobe .action .links div{
    display: inline-block;
}
#proart-adobe .action .links div a{
    display: block;
    background: #25282f;
    padding: 15px 25px;
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    transition: all 0.3s;
}
#proart-adobe .action .links div a:hover{
    background: #7948e0;
}
#hd #proart-adobe .note {/*20220119*/
    color: #000;
}
@media screen and (min-width: 2560px) {    
#proart-adobe{
    padding-top: 100px;
    padding-bottom: 100px;
}
}

@media screen and (max-width: 768px) {    
#proart-adobe .list .entry p:first-child{
    font-size: 1.2em;
}
#proart-adobe .list .entry p:last-child{
    font-size: 0.9em;
}
}
@media screen and (max-width: 500px) {    
#proart-adobe .list{
    padding: 0;
}
#proart-adobe .list .entry{
    width: 50%;
}
#proart-adobe .action .links div{
    display: block;
    margin-bottom: 20px;
}
}





/* video control */

.video-wrapper{
    position: relative !important;
}
.video-wrapper video{
    width: 100%;
}
.video-control{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}
.video-control button{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    border: 4px solid #fff;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background: url(../img/proart/play-pause.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: -69px center;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.video-control button:hover{
    opacity: 1;
}
.video-control button:active{
    opacity: 0.7;
}
.video-control button.play{
    background-position: 9px center;
}









