.JGTree.JGTreeFixer {
    position: relative;
}
article .bread__text h1 {
    font-size: 1.1875rem;
    text-align: center;
}
.art__tree {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.art__title {
    font-size: 2.1375rem;
    font-weight: 300;
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
}
.art__title::after {
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-color: #dcd3c2;
    z-index: -1;
}
.art__title + p {
    font-size: 1.1875rem;
    margin-top: 70px;
    line-height: 1.6;
}
.art__title + p:after {
    position: relative;
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    margin-top: 25px;
}
.art__title + p + div {
    margin-top: 30px;
    line-height: 1.5;
}
.art__title + p + div h2 {
	font-size: 1.1875rem;
	font-weight: 700;
    margin-bottom: 5px;
}
.art__title + p + div > p {
    font-size: 17px;
	font-weight: 300;
}
.art__title + p a ,.art__title + p + div > p a {
    display: inline-block;
}
.art__title + p a {
    color: #3f4d97;
}
.art__title + p + div > p a {
    color: #032f69;
}
.art__title + p + div > p:not(:last-child) {
    margin-bottom: 20px;
}
.art__icon {
    max-width: 1300px;
    height: 800px;
    margin: 100px auto 0;
}
.art__icon_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1000ms ease-in-out;
    -o-transition: opacity 1000ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
    opacity: 0;
}
.JGcar {
    position: absolute;
    width: 50px;
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    right: 0;
    padding: 20px 29px;
}
.JGone__whiter {
    width: 50px;
    height: 400px;
    background-color: transparent;
}
.JGCircle {
    width: 10px;
    height: 10px;
    background-color: #FFF;
	border-radius: 10px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 900ms ease-in-out;
	transition: -webkit-transform 900ms ease-in-out;
	-o-transition: transform 900ms ease-in-out;
	transition: transform 900ms ease-in-out;
    transition: transform 900ms ease-in-out, -webkit-transform 900ms ease-in-out;
}
.JGLine {
    width: 1px;
    height: 300px;
    background-color: #FFF;
}
.JG__dots {
    margin-top: 40px;
}
.JG__dot {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 50%;
    cursor: pointer;
}
.JG__dotup::before, .JG__dotdown::before {
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.JG__dotup::before {
    border-bottom: 10px solid #000;
}
.JG__dotdown::before {
    border-top: 10px solid #000;
}
.JG__dotdown{
	margin-top: 15px;
}
.JG__freeze{
	pointer-events:none;
}
.JG_art_related {
    position: relative;
    margin-top: 175px;
}
.JG_art_relatedTree {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 0;
	background-color: #EFEEEE;
}
.JG_rleft,.JG_rright {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.JG_rright {
	background-color: rgba(220,211,194,.8);
}
.JG_rleft > h2 {
    position: relative;
    font-size: 39px;
    padding-left: 250px;
    z-index: 1;
}
.JG_rleft > h2:before {
    top: 0;
    left: 0;
    width: 490px;
    height: 100%;
    background: #dcd3c2;
    z-index: -1;
}
.JGR--rockbox {
    padding: 20px 50px;
    max-width: 720px;
}
.JGR--rockbox h2 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.1;
    min-height: 93px;
}
.JG--boatbox , .JG--pp > p , .JR_icon > img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.JR_icon {
    width: 380px;
    height: 255px;
}
.JR_icon > img {
	width: 100%;
    height: 100%;
}
.JG--pp {
    height: 83px;
    overflow-y: hidden;
    margin-bottom: 50px;
}
.JG--pp > p { 
    font-size: 17px;
}
.JG--pp > .JGA__pargh__act ,.JG--pp .play__fair__opp , .JG--boatbox.play__fair__opp , .JR_icon > .i_show {
    opacity: 1;
}
.JG--pp > .JGA__pargh__act {
    -webkit-transition: opacity 1000ms cubic-bezier(0.72, -0.01, 0.11, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.72, -0.01, 0.11, 1);
    transition: opacity 1000ms cubic-bezier(0.72, -0.01, 0.11, 1);
}
.JG--pp .play__fair__opp , .JG--boatbox.play__fair__opp , .JR_icon > .i_show {
    -webkit-transition: opacity 2000ms cubic-bezier(0.72, -0.01, 0.11, 1);
    -o-transition: opacity 2000ms cubic-bezier(0.72, -0.01, 0.11, 1);
    transition: opacity 2000ms cubic-bezier(0.72, -0.01, 0.11, 1);
}
.JGR--roller {
    width: 500px;
    height: 345px;
    margin-left: 25%;
    margin-top: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
}
.JGR--rbody {
    position: absolute;
    top: 35px;
    left: 0;
    min-width: 100%;
    height: 300px;
    overflow: hidden;
}
.JGR--rtext {
	-webkit-transition: -webkit-transform 1000ms ease-in-out;
	transition: -webkit-transform 1000ms ease-in-out;
	-o-transition: transform 1000ms ease-in-out;
	transition: transform 1000ms ease-in-out;
	transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
}
.JGR--rolling {
    position: absolute;
    width: 30px;
    height: 140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.JGR--rtext > li {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
.JGR--rtext > .JGInactive {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0.5;
}
.JGR--rtext > .JGActive {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	color: #342B25;
}
@media screen and ( max-width: 1440px ){
	.JG_rleft > h2 {
		font-size: 35px;
		padding-left: 100px;
	}
}
@media screen and ( max-width: 1366px ){
	.art__title {
		font-size: 2.1875rem;
	}
}
@media screen and ( max-width: 1280px ){
.JG_art_relatedTree {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.JG_rleft > h2 {
	font-size: 27px;
	padding-left: 50px;
}
.JGR--roller {
	width: 100%;
	margin-left: 50px;
	margin-top: 50px;
}
.JGR--rockbox h2 {
	font-size: 31px;
	margin-bottom: 10px;
}
.JG--pp {
	margin-bottom: 20px;
}
.JG--pp > p {
	font-size: 17px;
}
}
@media screen and ( max-width: 1024px ){
.JG_art_relatedTree {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.art__icon {
	height: 600px;
}
.JR_icon {
	width: 0;
	height: 0;
	display: none;
}
}
@media screen and ( max-width: 991px ){
.JG_rleft,.JG_rright {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.JG_rright {
	margin-top: 50px;
}
.JGR--roller {
	margin-left: 0;
}
}
@media screen and ( max-width: 800px ){
.art__icon {
	height: 450px;
}
.JGcar {
	background-color: rgba(0,0,0,.25);
}
.JGone__whiter {
	opacity: 0;
	height: 0;
}
}
@media screen and ( max-width: 604px ){
.art__icon {
	height: 350px;
}
}
@media screen and ( max-width: 600px ){
.JG_rleft > h2:before {
	width: 220px;
}
}
@media screen and ( max-width: 480px ){
.art__title {
	font-size: 1.8125rem;
	margin-top: 50px;
	padding-left: 0;
}
.art__title:after {
	height: 50px;
}
.art__title + p,.art__title + p + div > p {
	font-size: 15px;
}
.art__title + p {
	margin-top: 30px;
}
.JGcar {
	background-color: rgba(0,0,0,0);
	margin-right: 0;
	bottom: 0;
}
.art__icon{
	margin-top: 50px;
}
.JG__dot {
	background-color: rgba(0,0,0,.35);
}
.JG__dotup:before {
	border-bottom-color: #FFF;
}
.JG__dotdown:before {
	border-top-color: #FFF;
}
.art__icon_box.JG__background {
	background-size: contain;
}
.JG_art_related {
	margin-top: 80px;
}
.JG_art_relatedTree {
	padding-bottom: 0;
}
.JGR--rtext > li {
	font-size: 19px;
}
.JGR--rockbox {
	padding-left: 20px;
	padding-right: 20px;
}
.JGR--rockbox h2 {
	font-size: 25px;
}
.JG--pp {
	height: 92px;
}
.JG--pp > p {
	font-size: 15px;
}
}
@media screen and (max-width: 414px){
.art__title {
	font-size: 23px;
}
.art__title:after {
	width: 100%;
	height: 100%;
	left: 0;
}
.art__icon {
	height: 265px;
}
.JG__dot {
	width: 35px;
	height: 35px;
}
.JG__dotup:before,.JG__dotdown:before {
	border-left-width: 7px;
	border-right-width: 7px;
}
.JG__dotup:before {
	border-bottom-width: 8px;
}
.JG__dotdown:before {
	border-top-width: 8px;
}
}