/* line 4, style.scss */
body.md-default-theme, body, html.md-default-theme, html {
  background-color: #fff;
}

/* line 5, style.scss */
* {
  /* font-family: Malgun Gothic;*/
}

/* line 6, style.scss */
button, html, input, select, textarea {
  font-family: Malgun Gothic;
}

/* line 7, style.scss */
li {
  list-style: none;
}

/* line 8, style.scss */
a:link, a:active, a:focus, a:visited {
  text-decoration: none;
  color: #000;
}

/* line 9, style.scss */
a img {
  border: none;
  vertical-align: middle;
}

/* line 15, style.scss */
.top_gray {
  height: 30px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  width: 1213px;
  margin: auto;
}

/* line 22, style.scss */
.header {
  background-color: #1f4e79;
  width: 1213px;
  margin: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 18px 0;
}
/* line 31, style.scss */
.header .md-nav-bar {
  width: 100%;
}
/* line 33, style.scss */
.header .md-nav-bar ._md-nav-bar-list .md-nav-item {
  /* width: 14%; */
  text-align: center;
}
/* line 36, style.scss */
.header .md-nav-bar ._md-nav-bar-list .md-nav-item a {
  padding: 12px 40px;
}
/* line 41, style.scss */
.header ul {
  margin: 0;
  color: #fff;
  max-width: 240px;
  min-width: 180px;
  font-size: 10pt;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
/* line 50, style.scss */
.header ul li {
  list-style: none;
  text-align: left;
  float: right;
  min-width: 80px;
}
/* line 55, style.scss */
.header ul li.nologin {
  float: right;
  margin-bottom: 10px;
}
/* line 56, style.scss */
.header ul li a {
  cursor: pointer;
  color: #fff;
}
/* line 59, style.scss */
.header ul li a:link {
  color: #fff;
}
/* line 60, style.scss */
.header ul li a:hover {
  color: #ffb81f;
}
/* line 65, style.scss */
.header ul li.loginfor.word {
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}
/* line 70, style.scss */
.header ul li.loginfor.admin {
  min-width: 55px;
  margin-right: 12px;
}
/* line 74, style.scss */
.header ul li.loginfor a {
  padding-right: 15px;
  float: right;
  background-image: url("/img/admin_arrow.png");
  background-repeat: no-repeat;
  background-position: right 5px;
}
/* line 80, style.scss */
.header ul li.loginfor a span {
  max-width: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: -3px;
}

@keyframes leftdoor {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  100% {
    transform: translate(-78px, 0);
    -ms-transform: translate(-78px, 0);
  }
}
@keyframes rightdoor {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  100% {
    transform: translate(78px, 0);
    -ms-transform: translate(78px, 0);
  }
}
/* line 116, style.scss */
.main_body {
  width: 1213px;
  margin: auto;
  overflow: hidden;
  position: static;
}
/* line 121, style.scss */
.main_body .player {
  /*height: 380px;*/
  height: 432px;
  background-color: #252525;
}
/* line 125, style.scss */
.main_body .player img {
  float: left;
}
/* line 126, style.scss */
.main_body .player .player_list {
  width: 278px;
  float: left;
}
/* line 129, style.scss */
.main_body .player .player_list md-toolbar {
  min-height: 50px;
  font-size: 13pt;
  background-color: #212121;
}
/* line 134, style.scss */
.main_body .player .player_list md-toolbar .md-toolbar-tools {
  height: 46px;
  text-align: center;
}
/* line 137, style.scss */
.main_body .player .player_list md-toolbar .md-toolbar-tools span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
/* line 141, style.scss */
.main_body .player .player_list md-toolbar .md-toolbar-tools span a {
  color: #ffb81f;
  font-weight: 800;
}
/* line 145, style.scss */
.main_body .player .player_list md-content {
  border: 3px solid #3c3c3c;
  /* height: 324px;*/
  height: 374px;
  background-color: #252525;
  overflow: hidden;
}
/* line 151, style.scss */
.main_body .player .player_list md-content md-list-item {
  background-color: #252525;
  height: 36.5px;
  min-height: 36.5px;
  border-bottom: 1px solid #3c3c3c;
  display: block;
}
/* line 157, style.scss */
.main_body .player .player_list md-content md-list-item .md-button {
  min-height: 21px;
}
/* line 158, style.scss */
.main_body .player .player_list md-content md-list-item p {
  margin: 0;
  font-size: 10pt;
  color: #ddd;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 250px;
}
/* line 173, style.scss */
.main_body .center_title {
  background-color: #ed7d31;
  display: inline-block;
}
/* line 176, style.scss */
.main_body .center_title h2 {
  margin: 16px 0;
  font-size: 18pt;
  text-align: center;
}
/* line 180, style.scss */
.main_body .center_title h2 a {
  color: #fff;
}
/* line 185, style.scss */
.main_body .doors {
  overflow: hidden;
  background-image: url(/img/main/main_door_right.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 191, style.scss */
.main_body .doors > ul {
  padding: 0;
  margin: 0;
}
/* line 194, style.scss */
.main_body .doors > ul > li {
  float: left;
  position: relative;
  width: 196px;
  height: 430px;
  background-image: url(/img/main/main_door_bg2.png);
}
/* line 201, style.scss */
.main_body .doors > ul > li .door_area {
  position: relative;
  overflow: hidden;
  width: 156px;
  height: 348px;
  margin: 0 auto;
  margin-top: 70px;
  margin-left: 37px;
  background-color: #3e3e3e;
  background-image: url(/img/main/main_door3.png);
  background-position: -34px -60px;
  /*&:hover{
    .door-left.login_door{
      left: -50%;
      cursor: auto;
    }
    .door-right.login_door{
      left: 100%;
      cursor: auto;
    }
  }*/
}
/* line 212, style.scss */
.main_body .doors > ul > li .door_area .door-left, .main_body .doors > ul > li .door_area .door-right {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0%;
  /*            transition: all ease 2.0s;
              -moz-transition: all ease 2.0s;
              -webkit-transition: all ease 2.0s;
              -o-transition: all ease 2.0s;
              -ms-transition: all ease 2.0;*/
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 226, style.scss */
.main_body .doors > ul > li .door_area .door-left {
  left: 0;
  background-image: url(/img/main/main_door_l2.png);
  z-index: 10;
  justify-content: flex-end;
}
/* line 232, style.scss */
.main_body .doors > ul > li .door_area .door-right {
  left: 50%;
  background-image: url(/img/main/main_door_r2.png);
  z-index: 10;
  justify-content: flex-start;
}
/* line 237, style.scss */
.main_body .doors > ul > li .door_area .door-right + ul {
  padding-left: 0;
  background-color: #e0e0e0;
  background-image: url(/img/main/main_door2.png);
  background-position: -34px -60px;
}
/* line 242, style.scss */
.main_body .doors > ul > li .door_area .door-right + ul li {
  font-size: 10pt;
  border-bottom: 1px solid #404040;
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 246, style.scss */
.main_body .doors > ul > li .door_area .door-right + ul li.depth2 {
  background-color: #1f374c;
}
/* line 249, style.scss */
.main_body .doors > ul > li .door_area .door-right + ul li a {
  padding: 5px;
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: url("/img/main_btn_pic.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 13px;
  color: #cecece;
}
/* line 265, style.scss */
.main_body .doors > ul > li .door_area .door-right + ul li a:hover {
  color: #ed7d31;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 282, style.scss */
.main_body .doors > ul > li .door_area .door-left.login_door {
  animation-name: leftdoor;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
/* line 288, style.scss */
.main_body .doors > ul > li .door_area .door-right.login_door {
  animation-name: rightdoor;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
/* line 294, style.scss */
.main_body .doors > ul > li .door_area h3 {
  vertical-align: middle;
  color: #ffb81f;
  margin-top: 0;
  font-size: 13pt;
}
/* line 303, style.scss */
.main_body .doors .door_title {
  position: absolute;
  background-color: #174e00;
  padding: 5px 4px 4px;
  display: inline-block;
  width: 140px;
  color: #ffb81f;
  text-align: center;
  border-radius: 5px;
  margin-left: 40px;
  margin-top: 21px;
  font-weight: 800;
  font-size: 14pt;
  cursor: pointer;
  border: 1px solid #103800;
}
/* line 320, style.scss */
.main_body .mCSB_container_wrapper {
  margin-right: 0 !important;
}
/* line 323, style.scss */
.main_body .mCSB_container_wrapper > .mCSB_container {
  padding-right: 0 !important;
}
/* line 327, style.scss */
.main_body .main_btn_g {
  width: 401px;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
/* line 333, style.scss */
.main_body .main_btn_g li {
  width: 50%;
  float: left;
  height: 38px;
}
/* line 337, style.scss */
.main_body .main_btn_g li a {
  background-color: #2b2b2b;
  color: #fff;
  width: 100%;
  display: inline-block;
  height: 100%;
  line-height: 180%;
  padding: 6px 11px;
  font-size: 10pt;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #383838;
  border-right: 1px solid #383838;
  cursor: pointer;
  background-image: url(/img/arrow/main_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: 180px center;
}
/* line 355, style.scss */
.main_body .main_btn_g li a:hover {
  background-color: #1b1b1b;
  color: #ffb81f;
  background-image: url(/img/arrow/main_btn_arrow_on.png);
}
/* line 363, style.scss */
.main_body .main_center_banner {
  width: 409px;
  float: left;
  background-image: url(/img/main_center_banner.png);
  height: 152px;
  margin-bottom: 4px;
}
/* line 369, style.scss */
.main_body .main_center_banner p {
  width: 50%;
  padding-left: 50%;
  color: #ffb81f;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 10pt;
}
/* line 376, style.scss */
.main_body .main_center_banner p span {
  font-size: 14pt;
  color: #fff;
  display: block;
  padding: 8px 0 3px;
}
/* line 383, style.scss */
.main_body .main_center_banner a {
  background-color: #082c4c;
  color: #fff;
  min-width: 165px;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 13pt;
  margin-left: 50%;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
/* line 396, style.scss */
.main_body .main_center_banner a:hover {
  background-color: #082243;
}
/* line 397, style.scss */
.main_body .main_center_banner a.yellow {
  background-color: #ffb81f;
  color: #000;
  padding: 9px 14px;
}
/* line 401, style.scss */
.main_body .main_center_banner a.yellow:hover {
  background-color: #f3ae1e;
}
/* line 403, style.scss */
.main_body .main_center_banner a img {
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 3px;
}
/* line 410, style.scss */
.main_body .main_post {
  float: left;
  width: 100%;
}
/* line 413, style.scss */
.main_body .main_post div {
  margin-left: 5px;
}
/* line 415, style.scss */
.main_body .main_post div:first-child {
  margin-left: 0;
}
/* line 416, style.scss */
.main_body .main_post div .main_sub_title {
  background-color: #1f4e79;
}
/* line 418, style.scss */
.main_body .main_post div .main_sub_title h3 {
  color: #ffb81f;
  text-align: center;
  background-image: none;
  font-size: 13pt;
  padding-left: 0;
  font-weight: 400;
  margin: 10px 0;
}
/* line 428, style.scss */
.main_body .main_post div ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
/* line 432, style.scss */
.main_body .main_post div ul li {
  font-size: 10.5pt;
  border-bottom: 1px solid #ddd;
}
/* line 435, style.scss */
.main_body .main_post div ul li:hover {
  background-color: #ededed;
}
/* line 438, style.scss */
.main_body .main_post div ul li a {
  padding: 4px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*            background-image: url('/img/main_post_pin.png');
              background-repeat: no-repeat;
              background-position: 12px center;*/
}
/* line 459, style.scss */
.main_body .main_sub_title {
  background-color: #1f4e79;
  min-height: 45px;
  margin-bottom: 4px;
  display: inline-block;
}
/* line 464, style.scss */
.main_body .main_sub_title h3 {
  margin: 11px 0;
  font-size: 12pt;
  padding-left: 25px;
  background-image: url(/img/title_pic.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 471, style.scss */
.main_body .main_sub_title h3 a:link, .main_body .main_sub_title h3 a:active, .main_body .main_sub_title h3 a:focus, .main_body .main_sub_title h3 a:visited {
  color: #fff;
}
/* line 475, style.scss */
.main_body > .slick-slider {
  clear: both;
}
/* line 480, style.scss */
.main_body .product img {
  width: 100%;
}
/* line 486, style.scss */
.main_body .photo slick-slide {
  width: 174px;
}
/* line 487, style.scss */
.main_body .photo .slick-slide img {
  width: 170px !important;
}
/* line 490, style.scss */
.main_body .photo .slick-slide span {
  font-size: 10pt;
  color: #000;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 506, style.scss */
body > div > .vjs-video-wrap {
  display: none;
}

/* line 509, style.scss */
.main_body .player .player_list md-content md-list-item .md-list-item-inner::before, .main_body .player .player_list md-content md-list-item::before {
  content: none;
  display: block !important;
}

/* line 516, style.scss */
.main_banner .more .md-button {
  font-size: 10pt;
  background-color: #ed7d31 !important;
  min-height: 36px;
  min-width: 100px;
  color: #fff;
}
/* line 522, style.scss */
.main_banner .more .md-button.md-default-theme.md-raised:not([disabled]):hover, .main_banner .more .md-button.md-raised:not([disabled]):hover {
  background-color: #e27531 !important;
}
/* line 524, style.scss */
.main_banner md-dialog-actions {
  background-color: #1f4e79;
  color: #fff;
  font-size: 11pt;
}
/* line 528, style.scss */
.main_banner md-dialog-actions md-checkbox {
  margin-bottom: 0;
}
/* line 529, style.scss */
.main_banner md-dialog-actions md-checkbox.md-default-theme:not(.md-checked) .md-icon, .main_banner md-dialog-actions md-checkbox:not(.md-checked) .md-icon {
  border-color: rgba(255, 255, 255, 0.54);
}
/* line 532, style.scss */
.main_banner md-dialog-actions .md-button.md-default-theme:not([disabled]).md-focused, .main_banner md-dialog-actions .md-button:not([disabled]).md-focused, .main_banner md-dialog-actions .md-button.md-default-theme:not([disabled]):hover, .main_banner md-dialog-actions .md-button:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0);
}
/* line 535, style.scss */
.main_banner md-dialog-actions md-icon.md-default-theme, .main_banner md-dialog-actions md-icon {
  color: rgba(255, 255, 255, 0.54);
}

/* line 542, style.scss */
.slick-slider.play_banner {
  width: 655px;
  /* height: 315px;*/
  height: 368px;
  position: absolute;
  top: 175px;
  left: 50%;
  margin-left: -329px;
}
/* line 550, style.scss */
.slick-slider.play_banner div {
  height: 100%;
  background-color: #212121;
}

/* line 557, style.scss */
.footer {
  background-color: #2d2d2d;
  width: 1213px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
/* line 563, style.scss */
.footer ul {
  border-bottom: 1px solid #585858;
  overflow: hidden;
  margin: 0;
  text-align: center;
  padding: 15px;
}
/* line 569, style.scss */
.footer ul li {
  list-style: none;
  text-align: left;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 10.5pt;
}
/* line 576, style.scss */
.footer ul li a {
  cursor: pointer;
  color: #fff;
}
/* line 579, style.scss */
.footer ul li a:link {
  color: #fff;
}
/* line 580, style.scss */
.footer ul li a:hover {
  color: #ffb81f;
}
/* line 583, style.scss */
.footer ul li a.on {
  color: #ffb81f;
}
/* line 587, style.scss */
.footer > div {
  width: 100%;
  text-align: center;
  padding: 25px 0;
}
/* line 591, style.scss */
.footer > div p {
  display: inline-block;
  color: #fff;
  font-size: 10.5pt;
  text-align: left;
  margin: 0;
  vertical-align: middle;
  padding-left: 15px;
  line-height: 150%;
}
/* line 600, style.scss */
.footer > div p a md-icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-top: -5px;
  margin-left: 5px;
}
/* line 608, style.scss */
.footer > div p a:link, .footer > div p a:active, .footer > div p a:focus, .footer > div p a:visited {
  color: #fff;
}
/* line 611, style.scss */
.footer > div p a:hover {
  color: #ffb81f;
}

@media (max-width: 1230px) {
  /* line 621, style.scss */
  .slick-slider.play_banner {
    left: 278px;
    margin-left: 0;
  }
}
