<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.none {
  display: none;
}
.loading {
  display: block;
  margin: 0 auto;
  width: 300px;
}
@font-face {
  font-family: mykfont;
  src: url(/assets/font/blair_itc_medium1.ttf);
}
body {
  font-size: 14px;
  color: #fff;
}
body a:link,
body a:visited {
  color: #fff;
  text-decoration: none;
}
body a {
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
body a:hover {
  color: orange;
}
.auto-scroll {
  overflow-y: hidden;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: #000;
}
.bg-image.top {
  background: url(/assets/img/top/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.philo {
  background: url(/assets/img/philo/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.team {
  background: url(/assets/img/philo/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.about {
  background: url(/assets/img/philo/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.overview {
  background: #000;
  background-size: cover;
}
.bg-image.private {
  background: url(/assets/img/private/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.venture {
  background: url(/assets/img/venture/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.alternate {
  background: url(/assets/img/alternate/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.partners {
  background: url(/assets/img/partners/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.news {
  background: url(/assets/img/news/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.contact {
  background: url(/assets/img/contact/bg.png) no-repeat;
  background-size: cover;
}
.bg-image.terms {
  background: url(/assets/img/top/bg.png) no-repeat;
  background-size: cover;
}
.bg-gradation {
  height: 184px;
  width: 100%;
  background: url(/assets/img/navi/gradation.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -90;
}
header {
  font-size: 12px;
  width: 100%;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
header .switch-lang {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 25px;
  right: 25px;
}
header .switch-lang ul li {
  float: left;
  padding-bottom: 4px;
}
header .switch-lang ul li:before {
  content: "/";
  padding: 0 10px;
}
header .switch-lang ul li:first-child:before {
  content: "";
}
header .switch-lang ul li .on {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
header .logo {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}
header .logo img {
  width: 177px;
  height: 125px;
}
header nav {
  margin-top: 10px;
  border-bottom: 8px solid #412B48;
  padding-bottom: 3px;
}
header nav .nav-area {
  z-index: 200;
  position: relative;
  text-align: center;
}
header nav .nav-area .menu {
  margin-left: 60px;
  margin-left: 100px;
  display: inline-block;
  position: relative;
}
header nav .nav-area .menu.first.home {
  margin-left: 65px;
}
header nav .nav-area .menu:first-child {
  margin-left: 0;
}
header nav .nav-area .menu .gmenu {
  padding-top: 5px;
  display: inline-block;
}
header nav .nav-area .menu ul {
  position: absolute;
  margin-top: -5px;
  padding-top: 5px;
}
header nav .nav-area .menu ul li {
  white-space: nowrap;
  background: url(/assets/img/bg-box.png);
  text-align: left;
  padding: 0 8px;
}
header nav .nav-area .menu ul li.clear-panel {
  background: none;
  height: 11px;
}
header nav .nav-area .menu ul li.list-bottom {
  padding-bottom: 4px;
}
header nav .nav-area .menu ul li a {
  display: block;
  border-top: 1px solid #444;
  padding: 4px 8px;
}
header nav .nav-area .menu ul li a.no-border {
  border-top: none;
}
footer {
  height: 74px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/assets/img/footer/footer_wh_band.png) repeat-x;
}
footer .social-area {
  position: absolute;
  top: 26px;
  left: 30px;
}
footer .social-area img {
  margin-right: 12px;
}
footer .terms-area {
  color: #333;
  position: absolute;
  top: 30px;
  right: 30px;
}
footer .terms-area a:link,
footer .terms-area a:visited {
  color: #333;
  text-decoration: none;
}
.main-content-panel {
  z-index: -80;
  position: absolute;
  width: 100%;
  top: 230px;
  bottom: 113px;
  background: #000;
  opacity: 0.23;
  filter: alpha(opacity=23);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=23)";
  /* ie 8 */
  -moz-opacity: 0.23;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.23;
  /* Safari 1.x */
  zoom: 1;
}
.wrapper {
  width: 1024px;
  margin: 33px auto 0;
  overflow: hidden;
}
.content-left {
  margin-top: 0px;
  float: left;
  width: 500px;
  position: relative;
}
.content-right {
  margin-top: 0px;
  float: left;
  margin-left: 24px;
  width: 500px;
  position: relative;
}
#alternate.wrapper {
  position: relative;
}
#alternate.wrapper .btn-back {
  right: 40px;
}
.btn-back {
  position: absolute;
  top: 5px;
  right: 0;
}
.mykfont {
  font-family: mykfont;
  letter-spacing: 1px;
}
.reset-font {
  font-family: normal!important;
}
.bg-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/assets/img/bg-box.png) repeat;
  width: 480px;
  padding: 20px;
  padding-right: 20px;
  margin-top: 33px;
  margin-left: 20px;
}
.bg-box.clear {
  background: none;
}
.bg-box ul {
  padding: 18px;
}
.bg-box ul li {
  list-style: disc!important;
  line-height: 1.41em;
  padding: none;
}
#contact .bg-box ul {
  padding: 0;
}
#contact .bg-box ul li {
  list-style: none!important;
}
.content-title {
  border-bottom: 1px solid  #fff;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.content-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.content-area.fit-notitle {
  text-align: center;
}
article {
  word-wrap: break-word;
}
article.news {
  padding-bottom: 60px;
}
article.news .mykfont {
  font-size: 14px;
}
article.news .title {
  font-size: 16px;
  font-weight: bold;
}
article.news .body {
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
}
#top {
  position: relative;
}
#top.wrapper {
  width: 1200px;
}
#top.wrapper .content-left {
  width: 600px;
}
#top.wrapper .content-right {
  margin-left: 80px;
}
#top .text-top {
  padding-left: 20px;
  margin-top: 59px;
  font-size: 30px;
  text-shadow: none;
  width: 600px;
}
#top .text-top.mykfont {
  letter-spacing: 1.4px;
  line-height: 1.8em;
}
#team .content-left .bg-box {
  margin-left: 0;
}
#team .content-left .content-title {
  font-family: mykfont;
}
#team .content-right {
  margin-top: 30px;
}
#team .content-right .facelist {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#team .content-right .facelist .item {
  float: left;
  width: 136px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
#team .content-right .facelist .item a {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#team .content-right .facelist .item a.on {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#team .content-right .facelist .item a.on .btn-profile {
  display: none;
}
#team .content-right .facelist .item img {
  display: block;
  height: 136px;
  width: 136px;
}
#team .content-right .facelist .item .name {
  font-size: 10px;
  text-align: left;
  margin-top: 3px;
  font-family: mykfont;
  height: 38px;
}
#team .content-right .facelist .item .btn-profile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  text-align: right;
  position: absolute;
  line-height: 20px;
  font-size: 12px;
  padding-right: 5px;
  top: 116px;
  left: 0;
  width: 136px;
}
#overview.wrapper {
  width: 100%;
  margin-top: 0;
}
#overview ul.overview-menu-list li {
  float: left;
  width: 33.3333%;
  height: 100%;
  background: #fff;
}
#overview ul.overview-menu-list li.menu-private {
  background: url(/assets/img/private/bg.png) no-repeat;
  background-size: cover;
}
#overview ul.overview-menu-list li.menu-venture {
  background: url(/assets/img/venture/bg.png) no-repeat;
  background-size: cover;
}
#overview ul.overview-menu-list li.menu-alternate {
  background: url(/assets/img/alternate/bg.png) no-repeat;
  background-size: cover;
  background-position: -100px 0;
}
#overview ul.overview-menu-list li .link-area {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}
#overview ul.overview-menu-list li .link-area .readmore-title {
  text-align: center;
}
#overview ul.overview-menu-list li .link-area .readmore-title .overview-category {
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
}
#overview ul.overview-menu-list li .link-area .readmore {
  margin-top: 10px;
  text-align: center;
}
#venture .content-right .bg-box,
#private .content-right .bg-box {
  padding: 10px;
}
.v-fit {
  width: 460px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#partners .content-left .content-title {
  text-align: left;
}
#partners .content-left img {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}
#partners .content-left .content-area {
  text-align: left;
}
#partners .content-right .item {
  width: 175px;
  float: left;
  margin: 20px;
}
#partners .content-right img {
  width: 175px;
  height: auto;
}
#contact .bg-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 1004px;
  padding: 20px 40px 20px 20px;
}
#contact .bg-box .company-name {
  margin-bottom: 5px;
}
#contact .bg-box .email-area {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
#contact .bg-box p {
  line-height: 1.6em;
}
#contact ul {
  margin-left: -30px;
}
#contact .address {
  float: left;
  width: 210px;
  margin-left: 30px;
  margin-bottom: 20px;
}
#contact .address .title {
  width: 210px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}
.wide-panel {
  background: url(/assets/img/bg-box.png) repeat;
  width: 80%;
  margin: 33px auto 0;
  padding: 20px 60px;
}
.wide-panel .content-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.wide-panel .content-area {
  height: 160px;
}
#news .select-news-cat,
#top .select-news-cat {
  color: #fff;
  float: left;
}
#news .select-news-cat li,
#top .select-news-cat li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
  z-index: 30;
  cursor: pointer;
  padding: 10px 20px;
  border-top: 1px solid #555;
}
#news .select-news-cat li:first-child,
#top .select-news-cat li:first-child {
  border-top: none;
}
#news .select-news-sub-cat,
#top .select-news-sub-cat {
  width: 125px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  zoom: 1;
  color: #fff;
  position: absolute;
  left: 50px;
}
#news .select-news-sub-cat:first-child,
#top .select-news-sub-cat:first-child {
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  zoom: 1;
  left: 120px;
}
#news .select-news-sub-cat li,
#top .select-news-sub-cat li {
  cursor: pointer;
  padding: 10px 20px;
  border-top: 1px solid #555;
}
#news .select-news-sub-cat li:first-child,
#top .select-news-sub-cat li:first-child {
  border-top: none;
}
#news .select-news-cat-area,
#top .select-news-cat-area {
  height: 1000px;
  margin-top: 20px;
  position: relative;
  margin-left: 70px;
}
#news .select-news-cat-area li,
#top .select-news-cat-area li {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#news .select-news-cat-area li:hover,
#top .select-news-cat-area li:hover {
  background: rgba(50, 50, 50, 0.8);
}
#news .select-news-cat-area li.on,
#top .select-news-cat-area li.on {
  background: rgba(50, 50, 50, 0.8);
}
#news .select-news-cat-area li.off,
#top .select-news-cat-area li.off {
  background: rgba(0, 0, 0, 0);
  border: none;
  height: 44px;
  cursor: default;
}
#news .news-list-area,
#top .news-list-area {
  width: 640px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  zoom: 1;
  float: left;
  left: 253px;
  position: absolute;
  color: #fff;
  display: none;
}
#news .news-list-area:first-child,
#top .news-list-area:first-child {
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  zoom: 1;
  display: block;
}
#news .news-list-area li,
#top .news-list-area li {
  padding: 10px;
  border-top: 1px solid #555;
}
#news .news-list-area li:first-child,
#top .news-list-area li:first-child {
  border-top: none;
}
#news .wrapper,
#top .wrapper {
  position: relative;
}
#news .wrapper .content-left,
#top .wrapper .content-left {
  width: 1024px;
}
#news .popup-panel-click-area,
#top .popup-panel-click-area {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
#news .popup-panel-click-area .loading,
#top .popup-panel-click-area .loading {
  margin-top: 285px;
}
#news .popup-panel-wrapper,
#top .popup-panel-wrapper {
  background: #fff;
  position: fixed;
  z-index: 10000;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 800px;
  margin: 0 auto;
}
#news .popup-panel,
#top .popup-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11000;
  padding: 0px 20px 20px;
  width: 1024px;
  margin: 0 auto;
  margin-top: -150px;
  color: #444;
  position: fixed;
  font-size: 18px;
  text-align: left;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#news .popup-panel .date,
#top .popup-panel .date {
  color: #666;
  font-size: 20px;
}
#news .popup-panel .popup-title,
#top .popup-panel .popup-title {
  border-bottom: 4px solid #402A45;
  padding-bottom: 5px;
}
#news .popup-panel .btn-panel-close,
#top .popup-panel .btn-panel-close {
  font-size: 30px;
  cursor: pointer;
  padding-top: 5px;
  text-align: right;
  margin-bottom: 5px;
  margin-right: -10px;
  color: #aaa;
}
#news .popup-panel .message-wrapper,
#top .popup-panel .message-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#news .popup-panel .message-wrapper .article-title,
#top .popup-panel .message-wrapper .article-title {
  margin-top: -10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
#news .popup-panel .message-wrapper .article-title .date,
#top .popup-panel .message-wrapper .article-title .date {
  color: #ccc;
  font-size: 14px;
}
#news .popup-panel .message-wrapper .body-wrapper,
#top .popup-panel .message-wrapper .body-wrapper {
  position: relative;
}
#news .popup-panel img,
#top .popup-panel img {
  max-width: 900px;
  margin: 20px;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border: 6px solid #fff;
}
#news .popup-panel li,
#top .popup-panel li {
  list-style-type: circle;
}
#news .popup-panel a:link,
#top .popup-panel a:link,
#news .popup-panel a:visited,
#top .popup-panel a:visited {
  color: #402A45;
  text-decoration: underline;
}
#terms .bg-box {
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
}
pre {
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word;
}
#top .popup-panel {
  margin-left: 88px;
}
.oe_overlay {
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
ul.oe_menu {
  list-style: none;
  position: relative;
  margin: 30px 0px 0px 60px;
  margin: 30px auto 0 80px;
  width: 860px;
  float: left;
  overflow: visible;
  clear: both;
}
ul.oe_menu &gt; li {
  width: 112px;
  width: 141px;
  width: 172px;
  padding-bottom: 2px;
  float: left;
  position: relative;
}
ul.oe_menu &gt; li &gt; a {
  font-family: mykfont;
  display: block;
  background-color: #101010;
  color: #aaa;
  text-decoration: none;
  font-size: 12px;
  width: 90px;
  width: 120px;
  width: 151px;
  height: 80px;
  height: 45px;
  padding: 10px;
  margin: 1px;
  text-shadow: 0px 0px 1px #000;
  opacity: 0.8;
}
ul.oe_menu &gt; li &gt; a:hover,
ul.oe_menu &gt; li.selected &gt; a {
  background: #fff;
  color: #101010;
  opacity: 1.0;
}
.oe_wrapper ul.hovered &gt; li &gt; a {
  background: #fff;
  text-shadow: 0px 0px 1px #FFF;
}
ul.oe_menu div.oe_inner {
  position: absolute;
  position: relative;
  border-top: 5px solid #402a45;
  left: 1px;
  background: #fff;
  width: 498px;
  width: 960px;
  width: 859px;
  max-height: 250px;
  padding: 0;
  display: none;
}
ul.oe_menu div ul.oe.cat {
  width: 200px;
  width: 172px;
  font-family: mykfont;
  font-size: 14px;
  color: #101010;
  height: 260px;
  padding: 0px 0 10px 0px;
  background: rgba(64, 42, 69, 0.8);
  background: #402a45;
  margin-right: 0;
}
ul.oe_menu div ul.oe.cat a:link,
ul.oe_menu div ul.oe.cat a:visited {
  color: #ccc;
}
ul.oe_menu div ul.oe.cat a:hover {
  background: rgba(64, 42, 69, 0.9);
  background: rgba(255, 255, 255, 0.8);
  color: #101010;
}
ul.oe_menu div ul.oe.cat li.active {
  background: #fff;
}
ul.oe_menu div ul.oe.cat li.active a:link,
ul.oe_menu div ul.oe.cat li.active a:visited {
  color: #101010;
}
ul.oe_menu div ul.oe.title {
  position: relative;
  height: 250px;
  overflow: auto;
  font-size: 14px!important;
  border: 10px solid rgba(64, 42, 69, 0.9);
  background: rgba(64, 42, 69, 0.9);
  border: 10px solid rgba(255, 255, 255, 0.6);
  background: #fff;
  margin-right: 0;
}
ul.oe_menu div ul.oe.title a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 620px;
  width: 667px;
  width: 650px;
  padding: 15px 8px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #555;
  font-size: 14px;
}
ul.oe_menu div ul.oe.title a:link,
ul.oe_menu div ul.oe.title a:visited {
  background: rgba(64, 42, 69, 0.9);
  background: #fff;
}
ul.oe_menu div ul.oe.title a:hover {
  background: #eee;
}
ul.oe_menu div ul.oe.title li {
  padding: 0;
  border-bottom: 1px solid #ddd;
}
ul.oe_menu div ul.oe.title p {
  font-weight: bold;
  font-size: 14px;
  font-family: mykfont;
}
ul.oe_menu div ul li a {
  text-decoration: none;
  color: #555;
  padding: 8px 2px 8px 10px;
  margin: 0px;
  display: block;
  font-size: 16px;
  font-size: 14px;
  font-size: 12px;
}
ul.oe_menu div ul li a:hover {
  background: #000;
  color: #fff;
}
ul.oe_menu div ul.oe_full {
  width: 50%;
}
ul.oe_menu li ul {
  list-style: none;
  float: left;
  width: 640px;
  width: 667px;
  margin-right: 10px;
}
li.oe_heading {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
}
ul.oe_menu div.lead-text p {
  display: block;
  font-family: normal!important;
  font-weight: normal!important;
  color: #888;
}
.cat-menu2 {
  left: -171px !important;
}
.cat-menu3 {
  left: -343px !important;
}
.cat-menu4 {
  left: -515px !important;
}
.cat-menu5 {
  left: -687px !important;
}
.popup-wrapper {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.disclaimerPanel {
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.disclaimerPanel .message-panel {
  width: 800px;
  margin: 0 auto;
  font-size: 14px;
  color: #444;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 10px;
  font-family: normal;
  position: relative;
}
.disclaimerPanel .message-panel .message-panel-body {
  padding-top: 10px;
  position: relative;
}
.disclaimerPanel .agree-check {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #aaa;
  text-align: center;
}
.disclaimerPanel .agree-check.top {
  border-top: none;
  border-bottom: 1px solid #aaa;
}
.disclaimerPanel .agree-check a:link,
.disclaimerPanel .agree-check a:visited {
  color: #333;
}
.disclaimerPanel .agree-check .agree:hover {
  color: orange;
}
.disclaimerPanel .agree-check .disagree:link,
.disclaimerPanel .agree-check .disagree:visited {
  color: #999;
}
.disclaimerPanel .logo-area {
  text-align: center;
  padding-top: 24px;
}
.w-line {
  height: 3px;
  background: #fff;
  width: 70%;
  margin: 7px auto;
}
pre {
  padding: 0;
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word;
}
pre p {
  color: #444;
  font-family: normal!important;
  font-size: 16px!important;
}
</pre></body></html>