<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.simplebar, [
	data-simplebar-direction]
{
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.simplebar .simplebar-scroll-content, [
	data-simplebar-direction] .simplebar-scroll-content
{
	overflow-y: scroll;
	overflow-x: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-ms-overflow-style: none;
}
.simplebar-scroll-content::-webkit-scrollbar
{
	display: none;
}
[data-simplebar-direction="horizontal"] .simplebar-scroll-content, .simplebar.horizontal .simplebar-scroll-content
{
	overflow-x: scroll;
	overflow-y: auto;
}
.simplebar-track
{
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 11px;
}
.simplebar-track .simplebar-scrollbar
{
	position: absolute;
	right: 2px;
	border-radius: 7px;
	min-height: 10px;
	width: 7px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: #6c6e71;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
}
.simplebar-track:hover .simplebar-scrollbar
{
	opacity: 0.7;
	-webkit-transition: opacity 0 linear;
	transition: opacity 0 linear;
}
.simplebar-track .simplebar-scrollbar.visible
{
	opacity: 0.7;
}
[data-simplebar-direction="horizontal"] .simplebar-track, .simplebar.horizontal .simplebar-track
{
	top: auto;
	left: 0;
	width: auto;
	height: 11px;
}
[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar, .simplebar.horizontal .simplebar-track .simplebar-scrollbar
{
	right: auto;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}
.gdlmg
{
	width: 700px;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .35s ease-in-out;
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
	z-index: 9;
	background: url('https://www.gdlmg.net/wp-content/uploads/2017/10/leftgirl.png');
}
@media (max-width: 767px)
{
	.gdlmg
	{
		width: 100%;
		background: #fff;
	}
} .gdlmg, .gdlmg h1, .gdlmg h2, .gdlmg h3, .gdlmg h4, .gdlmg h5, .gdlmg h6
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gdlmg.is-opened
{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.gdlmg-content
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 113px;
	width: 100%
}
.gdlmg-contentLogo
{
	display: block;
	margin: 100px auto 30px;
}
@media (max-width: 767px)
{
	.gdlmg-contentLogo
	{
		margin-top: 30px;
	}
} .gdlmg-contentTitle
{
	margin: 0 60px;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.4;
}
.gdlmg-contentDesc
{
	margin: 0 60px;
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 55px;
	line-height: 1.4;
}
@media (max-width: 767px)
{
	.gdlmg-contentDesc
	{
		margin-bottom: 25px;
	}
} .gdlmg-gallery
{
	list-style: none;
	margin: 0 2px 4px;
	padding: 0;
}
.gdlmg-gallery:after, .gdlmg-gallery:before
{
	content: " ";
	display: table;
}
.gdlmg-gallery:after
{
	clear: both;
}
.gdlmg-galleryItem
{
	float: left;
	margin: 2px;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
}
.gdlmg-galleryBox
{
	display: block;
	position: relative;
	background: #000;
}
.gdlmg-galleryBoxImg
{
	opacity: .7;
	display: block;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
@media (max-width: 767px)
{
	.gdlmg-galleryBoxImg
	{
		width: 100%
	}
} .gdlmg-galleryBoxTitle
{
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.gdlmg-galleryBoxType
{
	font-weight: 300;
	font-size: 12px;
	display: block;
}
.gdlmg-galleryBox:hover .gdlmg-galleryBoxImg
{
	opacity: 1;
}
.gdlmg-galleryBox:hover .gdlmg-galleryBoxTitle
{
	opacity: 0;
}
.gdlmg-galleryBox.gdlmg-galleryBox--soon
{
	pointer-events: none;
}
.gdlmg-galleryBox.gdlmg-galleryBox--soon .gdlmg-galleryBoxImg
{
	opacity: .4;
}
.gdlmg-galleryBox.gdlmg-galleryBox--soon .gdlmg-galleryBoxTitle
{
	opacity: .5;
}
.gdlmg-galleryBox.gdlmg-galleryBox--more
{
	background: rgba(0, 0, 0, 0.2);
}
.gdlmg-galleryBox.gdlmg-galleryBox--more .gdlmg-galleryBoxTitle
{
	opacity: 1;
}
.gdlmg-galleryBox.gdlmg-galleryBox--more .gdlmg-galleryBoxTitle:after
{
	content: '\00b7\00b7\00b7';
	display: block;
	color: #000;
	opacity: 0.3;
	font-size: 30px;
	line-height: 0.6;
}
.gdlmg-purchase
{
	background: #FFF;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}
.gdlmg-purchaseBtn
{
	font-size: 13px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	padding: 20px 35px;
	background: #66cc66;
	border-radius: 3px;
	display: inline-block;
	margin: 30px 0;
}
.gdlmg-purchaseBtn:hover, .gdlmg-purchaseBtn:focus
{
	color: #fff;
}
@media (max-width: 767px)
{
	.gdlmg-purchaseBtn
	{
		font-size: 12px;
		padding: 15px 20px;
		margin: 20px 0;
	}
} .gdlmg-purchaseBtn:hover
{
	background: #519E51;
}
.gdlmg-close
{
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 23px;
	cursor: pointer;
}
.gdlmg-close:hover circle
{
	fill: #ccc;
}
.gdlmg.is-opened .gdlmg-close
{
	display: block;
}
.gdlmg-settings
{
	/*background: #fff;*/
	border-radius: 3px 0 0 3px;
	position: absolute;
	left: 100%;
	top: 320px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.0);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.0);
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s ease-out, visibility .4s ease-out;
	transition: opacity .4s ease-out, visibility .4s ease-out;
	width: 123px;
}
@media (max-width: 767px)
{
	.gdlmg-settings
	{
		width: 48px;
		height: 45px;
	}
} .gdlmg-settings svg
{
	margin: 15px 17px;
}
@media (max-width: 767px)
{
	.gdlmg-settings svg
	{
		margin: 10px 12px;
	}
} .gdlmg-settings:hover
{
	/*background: #efefef;*/
}
.gdlmg.is-opened .gdlmg-settings
{
	opacity: 0;
	visibility: hidden;
}
/* Call to action button in demo */ .gdlmg-fixedBtn
{
	position: fixed;
	z-index: 8;
	bottom: 10px;
	right: -62px;
	padding: 15px;
	background: rgba(64, 64, 64, 0.7);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border-radius: 4px 0 0 4px;
}
.gdlmg-fixedBtn:hover
{
	right: 0;
}
.gdlmg-fixedBtn .gdlmg-purchaseBtn
{
	margin: 0;
	padding: 10px 17px;
	font-size: 12px;
	font-weight: 500;
}
.gdlmg-purchaseBtn span
{
	opacity: .5;
	display: inline-block;
	border-left: 1px solid #fff;
	width: 1px;
	margin: 0 5px;
	height: 20px;
	vertical-align: middle;
}
.is-opened + .gdlmg-fixedBtn
{
	opacity: 0;
}
/* Tweaks */ #totop
{
	top: auto;
	bottom: 100px;
	z-index: 9;
}
/*other*/
#leftboxarea {
    width: 350px;
    height: 750px;
    margin: 0 auto;
    }
.right_top_area {
    width: 230px;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 30px;
}
.menuarea {
    width: 300px;
    height: 470px;
    position: absolute;
    right: 60px;
    top: 110px;
}

.titlearea {
    width: 300px;
    height: 46px;
}
.btarea {
    width: 350px;
    height: 25px;
}
.btarea li {
    width: 60px;
    float: left;
}
.btarea li a {
    padding: 5px 5px;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    font-family: arial, "å¾®è»Ÿæ­£é»‘é«”";
}
a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
    text-shadow: #405205 0px 0px 0px;
}

.titlearea2 {
    width: 300px;
    height: 46px;
    margin-top: 10px;
}
.btarea2 {
    width: 350px;
    height: 55px;
}

.btarea3 {
    width: 350px;
    height: 25px;
}

.bt-bottom_area {
    float: right;
    width: 300px;
    display: block;
    height: 150px;
    margin-top: 770px;
}
.bottom_main {
    position: absolute;
    z-index: 100;
    left: -97px;
    width: 200px;
    height: 150px;
    display: block;
}
.left-nav__item-h {
    background: url(https://www.gdlmg.net/wp-content/uploads/2017/10/left-bt-comm01.png) 50% 0 no-repeat;
}
.left-nav__item-b {
    background: url(https://www.gdlmg.net/wp-content/uploads/2017/10/left-bt-comm03.png) 50% 0 no-repeat;
}
.left-nav__item-c {
    background: url(https://www.gdlmg.net/wp-content/uploads/2017/10/left-bt-comm02.png) 50% 0 no-repeat;
}
.left-nav__item-s_r3 {
    margin: -170px 0px 0px 302px;
}
.left-nav__item-s_r5 {
    margin: -218px 0px 0px 385px;
}
.left-nav__item-s_r6 {
    margin: -123px 0px 0px 385px;
}
.left-nav__item {
    float: left;
    width: 100px;
    height: 100px;
    padding: 0px 0px;
    /*margin: 20px 20px;*/
    display: inline-block;
    vertical-align: top;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}</pre></body></html>