@import url("https://fonts.googleapis.com/css?family=Baloo+Paaji");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
#loading {
  background: #FFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#loading .logo {
  position: absolute;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
}
#loading .logo .img {
  position: relative;
  z-index: 1;
}
#loading .logo .icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all 1s ease-in-out 0.6s;
  -moz-transition: all 1s ease-in-out 0.6s;
  -ms-transition: all 1s ease-in-out 0.6s;
  -o-transition: all 1s ease-in-out 0.6s;
  transition: all 1s ease-in-out 0.6s;
}
@media only screen and (min-width: 751px) {
  #loading .logo {
    width: 250px;
    left: 50%;
    top: 50%;
    margin: -232px 0 0 -125px;
  }
  #loading .logo img {
    width: 100%;
  }
  #loading .logo .icon {
    width: 52%;
  }
}
@media only screen and (max-width: 750px) {
  #loading .logo {
    width: 54%;
    left: 50%;
    top: 20%;
    margin-left: -27%;
  }
  #loading .logo .icon {
    width: 52%;
  }
}
#loading.open .logo {
  opacity: 1;
}
#loading.open .icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/***************************/
.main_area {
  position: relative;
}
.main_area .main_img {
  position: relative;
}
.main_area .main_img .chatch {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 751px) {
  .main_area {
    max-width: 1600px;
    margin: 0 auto 100px;
  }
  .main_area .ova_bnr{
    width: 14.3%;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .main_area .ova_bnr:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .main_area .main_img {
    float: right;
    max-width: 1200px;
    width: 74%;
  }
  .main_area .main_img img {
    width: 100%;
  }
  .main_area .banner_left {
    position: absolute;
    width: 26%;
    left: 0;
    top: 1080px;
  }
  .main_area .banner_left .slider {
    width: 230px;
    margin: 0 auto 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
  .main_area .banner_left .slider ul {
    width: 1000%;
  }
  .main_area .banner_left .slider li {
    width: 230px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    float: left;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .main_area .banner_left .slider li:hover {
    opacity: 0.65;
  }
  .main_area .banner_left .pager {
    text-align: center;
    width: 100%;
  }
  .main_area .banner_left .pager li {
    display: inline-block;
    background: url("../img/common/top/mark_off.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .main_area .banner_left .pager li.current {
    background-image: url("../img/common/top/mark_on.png");
  }
}
@media only screen and (max-width: 750px) {
  .main_area {
    padding-top: 20%;
  }
}

@media only screen and (min-width: 751px) {
  .main_area .left_cont h1 {
    width: 362px;
  }
}
@media only screen and (max-width: 750px) {
  .banner_top {
    margin: 50px 20px 0;
    padding: 0 5px 5px 0;
    overflow: hidden;
  }
  .banner_top .slider {
    margin-bottom: 10px;
  }
  .banner_top .slider ul {
    width: 1000%;
  }
  .banner_top .slider li {
    float: left;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 5px;
  }
  .banner_top .pager {
    text-align: center;
    width: 100%;
  }
  .banner_top .pager li {
    display: inline-block;
    background: url("../img/common/top/mark_off.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .banner_top .pager li.current {
    background-image: url("../img/common/top/mark_on.png");
  }
}
.top_bnr_area li {
  float: left;
}
@media only screen and (min-width: 751px) {
  .top_bnr_area {
    width: 730px;
    margin: 0 auto 100px;
  }
  .top_bnr_area li {
    width: 230px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .top_bnr_area li img {
    width: 230px;
  }
  .top_bnr_area li:nth-of-type(3n),
  .top_bnr_area li:last-child {
    margin-right: 0;
  }
  .top_bnr_area li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media only screen and (max-width: 750px) {
  .top_bnr_area {
    margin: 45px 5% 40px;
  }
  .top_bnr_area li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .top_bnr_area li:nth-child(even) {
    margin-right: 0;
  }
}

.info_area .news_cont {
  text-align: center;
}
.info_area .news_cont .news_wrap {
  background: url("../img/common/top/img_line_dot.png") repeat-x top;
  text-align: left;
}
.info_area .news_cont .news_wrap li {
  background: url("../img/common/top/img_line_dot.png") repeat-x bottom, url("../img/common/top/ico_arrow.png") no-repeat right center;
  position: relative;
}
.info_area .news_cont .news_wrap li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.info_area .news_cont .news_wrap li .title {
  line-height: 1.4;
  color: #50397d;
}
.info_area .news_cont .news_wrap li .date {
  color: #01a9e4;
  font-family: "Baloo Paaji", cursive;
}
.info_area .twitter_cont {
  text-align: center;
}
.info_area .btn_more {
  clear: both;
  background: #ff9125;
  display: inline-block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.info_area .btn_more a {
  color: #FFF;
  display: block;
  text-align: center;
  font-family: "Baloo Paaji", cursive;
  text-decoration: none;
}
.info_area .news_cont .btn_more a {
  background: url("../img/common/top/btn_ico_arrow.png") no-repeat right center;
}
.info_area .twitter_cont .twitter_wrap {
  background: url("../img/common/top/img_line_dot.png") repeat-x bottom, url("../img/common/top/img_line_dot.png") repeat-x top;
}
.info_area .twitter_cont .btn_more a {
  background: url("../img/common/top/btn_ico_twitter.png") no-repeat;
}
@media only screen and (min-width: 751px) {
  .info_area {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  .info_area .btn_more {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .info_area .btn_more:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .info_area .news_cont {
    float: left;
    width: 465px;
  }
  .info_area .news_cont .news_wrap {
    margin-left: 50px;
    margin-bottom: 40px;
  }
  .info_area .news_cont .news_wrap li {
    padding: 18px 0;
    -webkit-background-size: auto,18px;
    -o-background-size: auto,18px;
    background-size: auto,18px;
  }
  .info_area .news_cont .news_wrap li .title {
    font-size: 14px;
    padding-right: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .info_area .news_cont .news_wrap li .date {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .info_area .news_cont .news_wrap li:hover .title {
    color: #d70051;
  }
  .info_area .news_cont .news_wrap li:hover .date {
    color: #ff9125;
  }
  .info_area .news_cont .btn_more a {
    padding: 30px 80px;
    font-size: 18px;
    background-position: 130px center;
    -webkit-background-size: auto 18px;
    -o-background-size: auto 18px;
    background-size: auto 18px;
  }
  .info_area .twitter_cont {
    float: right;
    width: 465px;
  }
  .info_area .twitter_cont .twitter_wrap {
    height: 280px;
    padding: 10px 0;
    margin-left: 50px;
    margin-bottom: 40px;
  }
  .info_area .twitter_cont .btn_more a {
    padding: 30px 47px 30px 70px;
    font-size: 18px;
    background-position: 48px center;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
  }
  .info_area .info_title {
    float: left;
  }
  .info_area .info_title img {
    width: 28px;
  }
}
@media only screen and (max-width: 750px) {
  .info_area {
    margin: 0 5%;
  }
  .info_area .info_title {
    width: 36px;
    width: 5.37%;
    float: left;
  }
  .info_area .news_cont {
    margin-bottom: 60px;
  }
  .info_area .news_cont .news_wrap {
    margin-left: 10%;
    margin-bottom: 30px;
  }
  .info_area .news_cont .news_wrap li {
    padding: 13px 0;
    -webkit-background-size: auto,18px;
    -o-background-size: auto,18px;
    background-size: auto,18px;
  }
  .info_area .news_cont .news_wrap li .title {
    font-size: 14px;
    padding-right: 23px;
    margin-bottom: 6px;
    font-weight: 700;
  }
  .info_area .news_cont .news_wrap li .date {
    font-size: 14px;
  }
  .info_area .news_cont .btn_more {
    width: 300px;
    width: 40%;
  }
  .info_area .news_cont .btn_more a {
    padding: 20px 0;
    font-size: 20px;
    background-position: 83% center;
    -webkit-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
    text-decoration: none;
  }
  .info_area .twitter_cont .twitter_wrap {
    margin-left: 10%;
    margin-bottom: 30px;
    height: 270px;
    padding: 20px 0;
    overflow: hidden;
  }
  .info_area .twitter_cont .btn_more {
    width: 520px;
    width: 69.33%;
  }
  .info_area .twitter_cont .btn_more a {
    padding: 20px 0;
    font-size: 20px;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-position: 10% center;
    text-decoration: none;
    padding-left: 10%;
  }
}

.add_blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.floatcontents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  opacity: 0;
}
.floatcontents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.floatcontents .close {
  position: absolute;
}
.floatcontents .player {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  .floatcontents .close {
    left: 50%;
    top: 50%;
    margin: 185px 0 0 -27px;
  }
  .floatcontents .close img {
    width: 54px;
  }
  .floatcontents .player {
    width: 690px;
    height: 390px;
    top: 50%;
    left: 50%;
    margin: -245px 0 0 -345px;
  }
}
@media only screen and (max-width: 750px) {
  .floatcontents .close {
    left: 50%;
    top: 63%;
    width: 64px;
    width: 8.53%;
    margin-left: -4%;
  }
  .floatcontents .player {
    top: 23%;
    width: 100%;
    height: 33.5%;
  }
}