/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
main section .row .col .miniwiz_hr {
  height: 5px;
  line-height: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 0px;
}
main section .row .col #solution_desc {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
main section .row .col#solution_detail_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
main section .row .col#solution_detail_content #carousel-example-generic {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-inner {
  width: 100%;
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-inner .item {
  width: 100%;
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-inner .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-control {
  top: 45%;
  display: block;
  width: 30px;
  height: 50px;
  background-image: none;
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-control span {
  display: block;
  width: 30px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-control.left span {
  background-image: url(../images/ic_left_nor.svg);
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-control.left:hover span {
  background-image: url(../images/ic_left_hover.svg);
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-control.right span {
  background-image: url(../images/ic_right_nor.svg);
}
main section .row .col#solution_detail_content #carousel-example-generic .carousel-control.right:hover span {
  background-image: url(../images/ic_right_hover.svg);
}
main section .row .col#switch_bar {
  text-align: center;
  margin-top: 50px;
}
main section .row .col#switch_bar a {
  display: inline-block;
  width: 150px;
  height: 30px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
main section .row .col#switch_bar a.curr {
  background-color: #a00;
  color: #fff;
}
main section .row .col#switch_bar a + a {
  margin-left: 46px;
}
main section .row .col#switch_bar br + a {
  margin-left: 46px;
}
main section .row .col #video_wrapper {
  width: auto;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
main section .row .col #video_wrapper #video_cell {
  text-align: center;
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 50px;
  height: 0;
  overflow: hidden;
}
main section .row .col #video_wrapper #video_cell iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section .row#content_row {
  margin-top: 50px;
  margin-bottom: 50px;
}
main section .row#content_row #img_cell img + img {
  margin-top: 20px;
}
main section .row #link_bar {
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 50px;
}
main #list_container .list_a {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
main #list_container .list_a:hover, main #list_container .list_a:active {
  text-decoration: none;
}
main #list_container .list_a .list_title {
  margin-top: 11px;
  overflow: hidden;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
main #list_container .list_a .list_photo {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
main #list_container .list_a .list_photo .bg_photo {
  height: 0;
  padding-bottom: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
main #list_container .list_a .list_photo .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  top: 0;
  left: 0;
}
main #list_container .list_a .list_photo .mask_content {
  position: absolute;
  display: table;
  top: -1000px;
  bottom: -1000px;
  right: -1000px;
  left: -1000px;
  margin: auto;
  width: 85%;
  height: 70px;
}
main #list_container .list_a .list_photo .mask_content div.content_wrapper {
  display: table-cell;
  height: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
main #list_container .list_a .list_photo .mask_content div.content_wrapper img {
  width: 70px;
}
main #list_container .list_a .list_photo .mask_content div.content_wrapper p {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}
main #list_container .list_a .list_photo .mask_bg {
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  right: -1000px;
  left: -1000px;
  margin: auto;
  width: 800px;
  height: 800px;
  background: #000;
  opacity: .7;
}

/* lg md sm */
@media only screen and (min-width: 768px) {
  main #breadcrumb_bar {
    position: relative;
    top: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    height: 0;
    overflow: visible;
  }
  main #breadcrumb_bar a {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }
  main #breadcrumb_bar a:hover, main #breadcrumb_bar a:active {
    text-decoration: none;
  }
  main #list_container.container {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
  main #list_container.container .row {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  main #list_container.container .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  main #breadcrumb_bar {
    position: relative;
    top: 67px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    height: 0;
    overflow: visible;
  }
  main #breadcrumb_bar a {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }
  main #breadcrumb_bar a:hover, main #breadcrumb_bar a:active {
    text-decoration: none;
  }
  main #list_container.container {
    margin: 0 auto;
    padding: 0;
    width: 1480px;
  }
}
/* xs */
@media only screen and (max-width: 767px) {
  main #breadcrumb_bar {
    left: -10px;
    top: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    height: 0;
    overflow: visible;
  }
  main #breadcrumb_bar a {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
  main section .row .col .miniwiz_hr {
    border-bottom: 1px solid #000;
  }
  main section .row .col #solution_desc {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }
  main section .row .col#solution_detail_content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  main section .row .col#solution_detail_content #carousel-example-generic .carousel-control {
    top: 37%;
    width: 20px;
  }
  main section .row .col#solution_detail_content #carousel-example-generic .carousel-control span {
    width: 20px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
    background-size: 10px;
  }
  main section .row .col#switch_bar {
    margin-top: 10px;
  }
  main section .row .col#switch_bar a {
    width: 100px;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
  }
  main section .row .col#switch_bar a + a {
    margin-left: 20px;
  }
  main section .row .col#switch_bar #blog_a {
    margin-left: 0;
    margin-top: 10px;
  }
  main section .row .col #video_wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  main section .row#content_row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main section .row#content_row #img_cell {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  main section .row#content_row #img_cell img + img {
    margin-top: 10px;
  }
  main section .row #link_bar {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 20px;
  }
  main #list_container .list_a {
    margin-bottom: 20px;
  }
  main #list_container .list_a .list_title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  main #list_container .list_a .list_photo .mask_content {
    margin: auto;
    width: 85%;
    height: 220px;
  }
  main #list_container .list_a .list_photo .mask_content div {
    display: table-cell;
    height: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  main #list_container .list_a .list_photo .mask_content div a {
    display: block;
    width: 90px;
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #a00;
    color: #fff;
  }
  main #list_container .list_a .list_photo .mask_bg {
    position: absolute;
    top: -1000px;
    bottom: -1000px;
    right: -1000px;
    left: -1000px;
    margin: auto;
    width: 800px;
    height: 800px;
    background: #000;
    opacity: .7;
  }
}
