/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center img {
  margin: 0 auto;
}
body {
  background-color: #f0f0f0;
  background: url(../images/common/background.jpg);
  background-size: 100%;
  background-position: center;
}
@media (max-width: 768px) {
  body {
    background-color: #FFF;
    background-image: none;
  }
}
.over-hide {
  overflow: hidden;
}
.col-bordered {
  border-radius: 5px;
  border: 1px solid #ccc;
}
#footer {
  margin-top: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  background: url(../images/common/footer_bg.jpg);
  background-size: 100% center;
  font-family: 'dotum';
  overflow: auto;
}
#footer li {
  color: #9d9d9d;
  font-size: 9pt;
}
.top-btn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 100px;
  cursor: pointer;
}
.main-container {
  /*margin-top:10px;*/
  color: #666;
  line-height: 1.5;
  text-align: justify;
  font-weight: normal;
}
.main-container .padded {
  padding: 20px;
}
.main-container .highlight {
  color: #86268c;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
}
.main-container p {
  text-align: justify;
  margin-bottom: 24px;
  word-break: break-all;
}
.main-container p img {
  margin: 0px;
}
.main-container h3 {
  font-family: 'nexen_r', sans-serif;
  font-style: italic;
  /*font-weight:normal;*/
  color: #86268c;
  line-height: 1.4;
  padding-left: 50px;
  vertical-align: bottom;
  background: url(../images/common/contens_sub_titile_bg.jpg) left top no-repeat;
  margin: 50px 0 10px 0;
  text-align: left;
  font-size: 17pt;
}
@media only screen and (max-width: 1200px) {
  .main-container h3 {
    font-size: 17pt;
  }
}
@media only screen and (max-width: 992px) {
  .main-container h3 {
    font-size: 17pt;
  }
}
@media only screen and (max-width: 768px) {
  .main-container h3 {
    font-size: 17pt;
  }
}
@media only screen and (max-width: 480px) {
  .main-container h3 {
    font-size: 13pt;
  }
}
.main-container h3.in {
  text-indent: -25px;
  padding-left: 65px;
}
.main-container .content-btn-box {
  margin-top: 20px;
  margin-left: 1px;
}
.main-container .row .con_block {
  margin-top: 40px;
}
.main-container .head_box {
  margin-bottom: 28px;
}
.main-container .img_box {
  margin-bottom: 15px;
}
.main-container .aticle {
  padding-bottom: 80px;
}
.main-container .aticle .aticle_btn_box {
  margin-top: 50px;
}
.main-container .aticle img {
  margin: 10px 0;
}
.main-container .aticle .stamp {
  margin: -4px 0 0 5px;
  vertical-align: middle;
}
.top-m-5 {
  margin-top: 5px;
}
.top-m-10 {
  margin-top: 12px;
}
.top-m-20 {
  margin-top: 20px;
}
.top-m-30 {
  margin-top: 30px;
}
.pop-container .padded {
  padding: 15px;
}
.pop-container h3 {
  font-family: 'nexen_r', sans-serif;
  font-style: italic;
  color: #86268c;
  font-size: 17pt;
  line-height: 1.4;
  padding-left: 50px;
  vertical-align: bottom;
  background: url(../images/common/contens_sub_titile_bg.jpg) left top no-repeat;
}
.pop-container h3.in {
  text-indent: -23px;
  padding-left: 64px !important;
}
.sidebox {
  margin-top: 0px;
  position: relative;
}
.sidebox img {
  margin-bottom: 5px;
  border: 0;
}
.sidebox a {
  text-decoration: none;
}
.sidebox .sidebar_head {
  margin-bottom: 25px;
  color: #86268c;
  border-top: 1px solid #86268c;
  border-bottom: 2px solid #86268c;
  font-weight: bold;
  padding: 5px 0;
}
.sidebox .sidebar_item {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
.sidebox .sidebar_item a img {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .sidebox .sidebar_item {
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .sidebox .sidebar_item {
    height: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .sidebox .sidebar_item {
    height: 25rem;
  }
}
@media only screen and (max-width: 480px) {
  .sidebox .sidebar_item {
    height: 17rem;
  }
}
.sidebox .sidebar_item.eol {
  background: none;
  border-bottom: none;
  padding-bottom: 0px;
}
.sidebox .sidebar_item .title {
  margin-top: 5px;
  text-align: right;
  font-family: 'nexen_r', sans-serif;
  font-size: 6pt;
  line-height: 1.4;
  color: #666;
}
.sidebox .sidebar_item .sm-btn {
  margin-bottom: 10px;
}
.sidebox .sidebar_button {
  margin-top: 5px;
  margin-bottom: 0px;
}
.base_bg {
  background: url(../images/common/top_bg.jpg) center top no-repeat;
  background-repeat: no-repeat;
  background-size: 130%;
  position: absolute;
  z-index: -1;
  height: 1000px;
  width: 100%;
  top: 0;
  left: 0;
}
.img-full img {
  width: 100% !important;
}
.img-max img {
  max-width: 100% !important;
}
.bnt-nexen {
  border-radius: 5px;
  font-family: 'nexen_r', sans-serif;
  background-color: #86268c;
  border: 1px solid #58005e;
  color: #FFF;
  font-size: 17px;
  padding: 14px 20px;
  line-height: 17px;
}
.bnt-nexen:hover {
  color: #FFF;
}
.bnt-close {
  border-radius: 5px;
  font-family: 'nexen_r', sans-serif;
  background-color: #999;
  border: 1px solid #666;
  color: #FFF;
  font-size: 17px;
  padding: 14px 20px;
  line-height: 17px;
}
.bnt-close:hover {
  color: #FFF;
}
.recommendBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0;
}
.recommendBox .e_answerBox img,
.recommendBox .e_answerBox input {
  margin: 10px 0;
}
.recommendBox .e_answerBox .e_answer {
  border: 1px solid #777;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-image: url(../images/main/pop_answer.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 85px;
  width: 80%;
}
.recommendBox .pop-container {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 2000;
}
.recommendBox .pop-container .result_list {
  font-weight: bold;
  line-height: 1.8;
}
.recommendBox .pop-container .result_list span {
  color: #86268c;
}
.recommendBox .pop-container .panel {
  border-radius: 0;
  border: 2px solid black;
  max-width: 734px;
  margin: 0 auto;
}
.recommendBox .pop-container .head img {
  width: 100%;
}
.recommendBox .pop-container .title {
  text-align: left;
  font-weight: bold;
}
.recommendBox .pop-container h3 {
  margin-top: 50px;
  font-family: 'nexen_r', sans-serif;
  font-style: normal;
  color: #17a7d1;
  font-size: 15pt;
  line-height: 1.4;
  padding-left: 50px;
  vertical-align: bottom;
  background: url(../images/common/contens_sub_titile_bg.jpg) left top no-repeat;
}
.recommendBox .pop-container .btn-box {
  margin: 50px 0;
}
.recommendBox .modal-shadow {
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
/* col-xs*/
.pull-md-right {
  float: none;
}
.pull-lg-right {
  float: none;
}
.pull-xs-right {
  float: right !important;
}
.img-xs-full img {
  width: 100% !important;
}
.img-xs-normal img {
  width: auto !important;
}
/* col-sm */
@media (min-width: 768px) {
  .img-sm-full img {
    width: 100% !important;
  }
  .img-sm-normal img {
    width: auto !important;
  }
  .recommendBox .pop-container .title {
    text-align: center;
  }
  .pull-xs-right {
    float: none;
  }
  .pull-lg-right {
    float: none;
  }
  .pull-md-right {
    float: right !important;
  }
  .base_bg {
    background: url(../images/common/top_bg.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 150%;
    position: absolute;
    z-index: -1;
    height: 1000px;
    width: 100%;
    top: 0;
  }
  .content-btn-box > div {
    padding: auto;
  }
}
.main-btn {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .main-btn {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .main-btn {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main-btn {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .main-btn {
    padding-bottom: 10px;
  }
}
/* col-md */
@media (min-width: 992px) {
  .pull-xs-right {
    float: none;
  }
  .pull-md-right {
    float: none;
  }
  .pull-lg-right {
    float: right !important;
  }
  .recommendBox .pop-container .title {
    text-align: center;
  }
  .img-md-full img {
    width: 100% !important;
  }
  .img-md-normal img {
    width: auto !important;
  }
  .sidebox .sidebar_item .title {
    font-size: 8.4pt;
  }
  .base_bg {
    background: url(../images/common/top_bg.jpg) center top no-repeat;
    background-repeat: no-repeat;
    /*background-size:100%;*/
    position: absolute;
    z-index: -1;
    height: 1000px;
    width: 100%;
    top: 0;
  }
  .sidebox {
    margin-top: 143px;
  }
}
/* col-lg */
@media (min-width: 1200px) {
  .recommendBox .pop-container .title {
    text-align: center;
  }
  .img-lg-full img {
    width: 100% !important;
  }
  .img-lg-normal img {
    width: auto !important;
  }
  /*.main-container{margin-top:310px;}*/
  .col-lg-c {
    margin: 0;
    padding: 0;
    width: auto;
    margin-right: 7px;
  }
}
.laster-list {
  paddin: 0;
  margin: 10px 0;
  list-style: none;
  overflow: hidden;
}
.laster-list .laster-item {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
}
.laster-list .laster-item img {
  margin: 0 10px;
}
.mobile-laster-list {
  paddin: 0;
  margin: 10px 0;
  list-style: none;
  overflow: hidden;
}
.mobile-laster-list .laster-item {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  padding: 10px;
}
.mobile-laster-list .laster-item img {
  border: 1px solid #B177B5;
  margin: 0 auto;
  width: 100%;
}
.mobile-laster-list .laster-item img:hover {
  border: 1px solid #86278D;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 1000;
  position: absolute;
  display: block;
  height: 19px;
  width: 12px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
}
.slick-prev {
  left: 0px;
  background-image: url(../images/main/laster_list_left.png);
}
.slick-next {
  right: 0px;
  background-image: url(../images/main/laster_list_right.png);
}
.visible-xs .slick-prev,
.visible-xs .slick-next {
  height: 37px;
  width: 17px;
  margin-top: -20px;
}
.visible-xs .slick-list {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.visible-xs .slick-prev {
  left: 0px;
  background-image: url(../images/main/mobile/laster-left.jpg);
  background-size: 100%;
}
.visible-xs .slick-next {
  right: 0px;
  background-image: url(../images/main/mobile/laster-right.jpg);
  background-size: 100%;
}
.mobile-nav {
  background-image: url('../images/common/mobile_nav_03.jpg');
  background-position: center center;
  background-repeat: repeat-x;
  letter-spacing: -5px;
  text-align: center;
  margin-bottom: 15px;
}
.mobile-nav a {
  display: inline-block;
  width: 15%;
  margin: 0;
  padding: 0;
}
.mobile-nav a img {
  width: 100%;
  vertical-align: middle;
  margin: 0 !important;
}
