
@font-face{
  font-family:SomfySans-Regular;
  src:url(../fonts/SomfySans-Regular.eot);
  src:url(../fonts/SomfySans-Regular.woff) format("woff");
  src:url(../fonts/SomfySans-Regular.eot?#iefix) format("eot"),url(../fonts/SomfySans-Regular.woff) format("woff"),url(../fonts/SomfySans-Regular.ttf) format("truetype"),url(../fonts/SomfySans-Regular.svg) format("svg");
  font-style:"normal";
  font-weight:"normal"
}
@font-face{
  font-family:SomfySans-Light;src:url(../fonts/SomfySans-Light.eot);
  src:url(../fonts/SomfySans-Light.woff) format("woff");src:url(../fonts/SomfySans-Light.eot?#iefix) format("eot"),url(../fonts/SomfySans-Light.woff) format("woff"),url(../fonts/SomfySans-Light.ttf) format("truetype"),url(../fonts/SomfySans-Light.svg) format("svg");
  font-style:"normal";
  font-weight:"normal"
}
@font-face{
  font-family:SomfySans-ExtraLight;src:url(../fonts/SomfySans-ExtraLight.eot);src:url(../fonts/SomfySans-ExtraLight.woff) format("woff");
  src:url(../fonts/SomfySans-ExtraLight.eot?#iefix) format("eot"),url(../fonts/SomfySans-ExtraLight.woff) format("woff"),url(../fonts/SomfySans-ExtraLight.ttf) format("truetype"),url(../fonts/SomfySans-ExtraLight.svg) format("svg");
  font-style:"normal";
  font-weight:"normal"
}
@font-face{
  font-family:SomfySans-Bold;src:url(../fonts/SomfySans-Bold.eot);src:url(../fonts/SomfySans-Bold.woff) format("woff");
  src:url(../fonts/SomfySans-Bold.eot?#iefix) format("eot"),url(../fonts/SomfySans-Bold.woff) format("woff"),url(../fonts/SomfySans-Bold.ttf) format("truetype"),url(../fonts/SomfySans-Bold.svg) format("svg");
  font-style:"normal";
  font-weight:"normal"
}

body.notice {
  font-family: "SomfySans-Light", Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  /*background: url("../img/bottom-background.png") repeat-x bottom 80px left; */
}
  body.notice.noscroll {
    overflow: hidden; }

.notice ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.notice a, .notice a:hover {
  color: inherit;
  text-decoration: none; }
.notice .clearfix {
  clear: both; }
.notice .container {
  width: auto;
  max-width: 1272px; }
@media (min-width: 1330px) {
  .notice .row .col-xl-4 {
    width: 33.33333333%;
    float: left; } }
/*.notice header {
  height: 89px;
  padding: 19px 0 14px 0; }
  @media (min-width: 768px) {
    .notice header {
      height: 119px;
      padding: 34px 0 29px 0; } }
  .notice header .container {
    max-width: 990px; }
    @media (min-width: 992px) {
      .notice header .container {
        padding: 0; } }
  .notice header img {
    width: 160px;
    height: auto;
    margin-top: 6px; }
    @media (min-width: 768px) {
      .notice header img {
        width: auto;
        margin: 0; } }
  .notice header .notice__dropdown {
    margin-top: 14px; }*/
.notice footer {
  padding: 22px 10px; }
  .notice footer .container {
    padding: 0; }
  .notice footer p {
    text-align: center;
    margin-bottom: 48px; }
.notice-product {
  margin-top: 66px; }

.notice .form-group label {
  display: block;
  text-align: left;
  font-family: "SomfySans-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal; }
.notice .form-control {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 13px 18px;
  height: 50px;
  font-size: 16px;
  box-shadow: none; }
.notice button[type=submit] {
  padding: 9px 18px;
  height: 50px;
  font-size: 24px;
  background: #fab800;
  border-radius: 4px;
  color: white;
  border: none; }
  .notice button[type=submit]:hover, .notice button[type=submit]:focus {
    background: #ec9b0e; }
  .notice button[type=submit] img {
    float: right;
    margin-left: 10px;
    margin-top: 5px; }

select[notice-selector] {
  display: none; }

.notice__selector {
  position: relative;
  text-align: left;
  position: relative; }
  .notice__selector::before {
    position: absolute;
    z-index: 2;
    content: ' ';
    top: 50%;
    margin-top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #4a4a4a; }
  .notice__selector__current {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 13px 18px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    background: white; }
    .notice__selector__current:hover, .notice__selector__current:focus {
      outline: none;
      background: #f7f7f7; }
  .notice__selector ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
    .notice__selector ul li {
      cursor: pointer;
      padding: 13px 18px;
      height: 50px;
      font-size: 16px; }
      .notice__selector ul li:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
      .notice__selector ul li:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
      .notice__selector ul li:hover, .notice__selector ul li:focus {
        outline: none;
        background: #f7f7f7; }
  .notice__selector.active {
    z-index: 5; }
    .notice__selector.active ul {
      display: block; }
    .notice__selector.active::before {
      border: none;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #4a4a4a;
      margin-top: -3px;
      margin-right: -3px; }

.notice__dropdown {
  display: inline-block;
  position: relative;
  z-index: 1000;
  text-align: left;
  float: right;
  font-size: 18px;
  font-family: "SomfySans-Regular", Helvetica, Arial, sans-serif;
  text-align: left; }
  .notice__dropdown__current {
    padding: 8px 16px;
    padding-right: 50px;
    border-bottom: 3px solid #e3e4e8;
    border-radius: 3px 3px 4px 4px;
    cursor: pointer;
    background: #fff url(../img/chevron-dropdown-right.png) no-repeat right 8px top 9px; }
  .notice__dropdown.active .notice__dropdown__current {
    background: #fff url(../img/chevron-dropdown-down.png) no-repeat right 8px top 8px; }
  .notice__dropdown ul {
    display: none;
    position: absolute;
    top: 29px;
    min-width: 100%;
    border-bottom: 3px solid #e3e4e8;
    border-radius: 0 0 4px 4px; }
    .notice__dropdown ul li a {
      display: block;
      padding: 4px 16px;
      cursor: pointer; }
      .notice__dropdown ul li a:hover {
        background: #fbb43b; }
  .notice__dropdown.active ul {
    display: block;
    background: #fff; }

.notice__header {
  text-align: center;
  color: white;
  background: #8996a4;
  padding-top: 20px;
  margin-bottom: 65px; }
  .notice__header h1 {
    font-size: 42px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .notice__header h1 {
        font-size: 60px;
        margin-bottom: 0; } }
  .notice__header p {
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative; }
    @media (min-width: 992px) {
      .notice__header p {
        font-size: 20px;
        margin-bottom: -100px;
        z-index: 2;
        position: relative; }
        .notice__header p br {
          display: none; } }
  .notice__header img {
    transform: translateY(30%);
    max-width: 100%; }

.notice__slider {
  display: none; }
  @media (min-width: 992px) {
    .notice__slider {
      display: block; } }
  .notice__slider__prev, .notice__slider__next {
    margin-top: 8px;
    text-align: left;
    cursor: pointer;
    opacity: .7; }
    .notice__slider__prev:hover, .notice__slider__prev:focus, .notice__slider__next:hover, .notice__slider__next:focus {
      opacity: 1; }
  .notice__slider__prev {
    text-align: right; }
  .notice__slider__img {
    height: 70px;
    line-height: 70px; }
  .notice__slider__container {
    overflow: hidden; }
    .notice__slider__container ul {
      display: inline-block;
      white-space: nowrap;
      width: 100%;
      transition: margin-left .4s; }
      .notice__slider__container ul li {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        outline: none; }
        .notice__slider__container ul li:not(:first-child) {
          margin-left: -3px; }
        .notice__slider__container ul li img.on {
          display: none; }
        .notice__slider__container ul li p {
          line-height: 16px;
          padding: 0 10px;
          white-space: pre-line;
          text-transform: uppercase; }
        .notice__slider__container ul li.active p {
          color: #fab800; }
        .notice__slider__container ul li.active img.off {
          display: none; }
        .notice__slider__container ul li.active img.on {
          display: inline; }

.notice__search {
  text-align: center;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .notice__search {
      padding-bottom: 82px; } }
  .notice__search h2 {
    font-size: 26px; }
    @media (min-width: 768px) {
      .notice__search h2 {
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .notice__search h2 {
        font-size: 30px; } }
  .notice__search .form-group {
    padding-top: 5px; }
    @media (min-width: 992px) {
      .notice__search .form-group {
        padding-top: 0; } }
    .notice__search .form-group label {
      margin-bottom: 6px; }
      @media (min-width: 992px) {
        .notice__search .form-group label {
          margin-bottom: 10px; } }
    .notice__search .form-group button {
      width: 100%;
      text-align: left; }
  @media (min-width: 992px) {
    .notice__search__keywords {
      margin-top: 25px; } }
  .notice__search__keywords label {
    display: none !important; }
    @media (min-width: 768px) {
      .notice__search__keywords label {
        display: block !important; } }
    @media (min-width: 992px) {
      .notice__search__keywords label {
        display: inline-block !important;
        width: auto;
        margin-right: 10px; } }
  @media (min-width: 992px) {
    .notice__search__keywords .form-control {
      display: inline-block !important;
      width: 60%; } }
  .notice__search__category {
    border-top: 1px solid #e3e4e8;
    border-bottom: 1px solid #e3e4e8;
    margin-top: 40px;
    padding-top: 15px !important;
    padding-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .notice__search__category {
        border: none;
        padding-top: 0 !important;
        padding-bottom: 0;
        margin-top: 5px; } }
    @media (min-width: 992px) {
      .notice__search__category {
        border: none;
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .notice__search__category label {
        text-align: center !important;
        padding-bottom: 15px; } }
    @media (min-width: 992px) {
      .notice__search__category .notice__selector {
        display: none; } }
  .notice__search__submit {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .notice__search__submit {
        margin-top: 34px; } }
    @media (min-width: 992px) {
      .notice__search__submit {
        width: 33.3333%;
        padding: 0 10px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto; } }

.notice__results {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
  background: white;
  background: #f7f7f7; }
  .notice__results p {
    font-size: 20px; }
    @media (min-width: 992px) {
      .notice__results p {
        font-size: 18px; } }
  .notice__results h2 {
    font-size: 40px;
    margin-bottom: 40px; }
  .notice__results__result {
    width: 75%;
    background: white;
    padding: 20px 0;
    cursor: pointer;
    margin: auto;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .notice__results__result {
        width: auto; } }
    @media (min-width: 992px) {
      .notice__results__result {
        width: auto;
        padding: 35px 0;
        margin-bottom: 0; } }
    .notice__results__result h3 {
      font-family: "SomfySans-Regular", Helvetica, Arial, sans-serif;
      font-size: 20px;
      margin: 0; }
      .notice__results__result h3 + p {
        font-size: 20px;
        margin-bottom: 26px;
        position: relative;
        z-index: 1; }
    .notice__results__result figure {
      height: 200px;
      line-height: 200px; }
      .notice__results__result figure img {
        vertical-align: bottom;
        max-width: 100%;
        transition: transform .2s; }
    .notice__results__result:hover figure img, .notice__results__result:focus figure img {
      transform: scale(1.06); }
  .notice__results--products {
    background: white; }
  .notice__results--products .row {
    margin: 0; }
    .notice__results--products .row .col-md-3 {
      padding: 0; }
  .notice__results--products .notice__results__result {
    background: none;
    padding: 20px 10px;
    margin-top: 20px;
    margin-bottom: 0; }
    .notice__results--products .notice__results__result h3 + p {
      margin-bottom: 0; }
    .notice__results--products .notice__results__result figure {
      height: 260px;
      line-height: 260px; }
  .notice__results--products .row .col-md-3:not(:last-child) {
    border-bottom: 1px solid #ebebec; }
  @media (min-width: 992px) {
    .notice__results--products .row .col-md-3 {
      border-right: 1px solid #ebebec; }
      .notice__results--products .row .col-md-3:not(:last-child) {
        border-bottom: none; }
      .notice__results--products .row .col-md-3:nth-child(4n+1) {
        border-left: 1px solid #ebebec; } }

.notice__lightbox {
  display: none;
  position: fixed;
  z-index: 4000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto; }
  @media (min-width: 768px) {
    .notice__lightbox {
      padding: 20px; } }
  @media (min-width: 992px) {
    .notice__lightbox {
      padding: 100px 20px 50px 20px; } }
  .notice__lightbox__close {
    max-width: 1330px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: -85px;
    padding-right: 35px;
    cursor: pointer; }
  .notice__lightbox__content {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding-top: 50px; }

.notice__intro {
  text-align: left;
  max-width: 790px;
  margin: auto;
  padding: 0 30px; }
  @media (min-width: 992px) {
    .notice__intro {
      padding: 0; } }
  .notice__intro__title {
    margin-bottom: 30px; }
    .notice__intro__title h1 {
      font-size: 80px;
      line-height: 75px; }
      @media (min-width: 768px) {
        .notice__intro__title h1 {
          font-size: 90px; } }
    .notice__intro__title h2 {
      font-size: 30px;
      margin-top: 40px;
      margin-bottom: 20px; }
  .notice__intro__content img {
    max-width: 100%; }
    .notice__intro__content img.controller {
      display: none; }
      @media (min-width: 769px) {
        .notice__intro__content img.controller {
          display: inline; } }
    .notice__intro__content img.controller-mobile {
      display: inline; }
      @media (min-width: 769px) {
        .notice__intro__content img.controller-mobile {
          display: none;
          margin-bottom: 40px; } }

.notice__tabs {
  position: relative;
  padding-top: 78px;
  margin-top: 50px; }
  .notice__tabs__content {
    display: none; }
    @media (min-width: 768px) {
      .notice__tabs__content {
        display: block !important; } }
  .notice__tabs__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    cursor: pointer;
    text-align: center;
    border-bottom: 4px solid transparent; }
    .notice__tabs__title.active {
      border-bottom: 4px solid #fab800; }
      .notice__tabs__title.active h2 {
        color: #fab800; }
    @media (min-width: 768px) {
      .notice__tabs__title {
        position: static;
        width: auto;
        margin-bottom: 40px;
        border-bottom: none !important; }
        .notice__tabs__title.active h2 {
          color: black; } }
    .notice__tabs__title h2 {
      font-family: "SomfySans-Regular", Helvetica, Arial, sans-serif;
      font-size: 40px;
      color: #d8d8d8; }
      @media (min-width: 768px) {
        .notice__tabs__title h2 {
          color: black;
          font-size: 50px; } }
  .notice__tabs__title.active + .notice__tabs__content {
    display: block !important; }
  .notice__tabs__content + .notice__tabs__title {
    left: 50%; }
  .notice__tabs.novideo .notice__tabs__title, .notice__tabs.novideo .notice__tabs__content + .notice__tabs__title + .notice__tabs__content {
    display: none !important; }

.notice__file {
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .notice__file {
      width: 700px;
      margin-bottom: 40px; } }
  @media (min-width: 1330px) {
    .notice__file {
      width: 400px;
      margin-bottom: 30px; } }
  .notice__file__content {
    background: #efefef;
    margin-bottom: 1px; }
  .notice__file__header {
    float: left;
    width: 95px;
    text-align: center;
    padding: 35px 5px 15px 5px;
    min-height: 84px; }
    @media (min-width: 768px) {
      .notice__file__header {
        float: none;
        width: auto;
        text-align: left;
        padding: 10px 22px; } }
    .notice__file__header img {
      display: inline-block;
      vertical-align: middle;
      margin: auto; }
      @media (min-width: 768px) {
        .notice__file__header img {
          margin-right: 30px; } }
    .notice__file__header h3 {
      display: inline-block;
      vertical-align: middle;
      font-family: "SomfySans-Regular", Helvetica, Arial, sans-serif;
      font-size: 18px;
      margin-top: 10px;
      color: #fbb43b; }
      @media (min-width: 768px) {
        .notice__file__header h3 {
          font-size: 20px; } }
  .notice__file__text {
    margin-left: 95px;
    padding: 30px 10px 15px 10px;
    min-height: 104px; }
    @media (min-width: 768px) {
      .notice__file__text {
        padding: 0 22px 6px 22px;
        margin-left: 0; } }
    .notice__file__text p {
      font-size: 20px;
      line-height: 20px; }
      @media (min-width: 480px) {
        .notice__file__text p {
          font-size: 26px;
          line-height: 28px; } }
      @media (min-width: 768px) {
        .notice__file__text p {
          font-size: 18px;
          line-height: 21px; } }
    .notice__file__text aside {
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 480px) {
        .notice__file__text aside {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 768px) {
        .notice__file__text aside {
          font-size: 14px;
          line-height: 18px; } }
  .notice__file__footer {
    clear: both; }
  .notice__file__download {
    float: left;
    padding: 14px 20px;
    background: #fbb43b;
    height: 77px; }
  .notice__file__info {
    background: #d8d8d8;
    margin-left: 96px;
    padding: 10px 10px;
    height: 77px; }
    .notice__file__info h4 {
      margin: 0;
      font-family: "SomfySans-Regular", Helvetica, Arial, sans-serif;
      font-size: 20px; }
    .notice__file__info p {
      font-size: 16px;
      line-height: 15px; }
    .notice__file__info .notice__dropdown {
      margin-top: 5px;
      margin-right: 10px; }

.notice__video {
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer; }
  @media (min-width: 768px) {
    .notice__video {
      width: 700px;
      margin-bottom: 40px; } }
  @media (min-width: 1330px) {
    .notice__video {
      width: 400px;
      margin-bottom: 30px; } }
  .notice__video__thumbnail img {
    width: 100%;
    height: auto; }
  .notice__video__text {
    background: #efefef;
    padding: 12px 10px;
    padding-bottom: 3px; }
    .notice__video__text h3 {
      margin: 0;
      font-family: "SomfySans-Regular", Helvetica, Arial, sans-serif;
      font-size: 20px;
      color: #fab800; }
    .notice__video__text p {
      font-size: 16px;
      line-height: 15px; }

.notice__overlay {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  color: #fff;
  overflow: scroll; }
  .notice__overlay.active {
    display: block; }
  .notice__overlay .notice__video {
    width: 100%; }
    .notice__overlay .notice__video__text {
      background: none;
      color: white; }
      .notice__overlay .notice__video__text h3 {
        color: white; }
      .notice__overlay .notice__video__text p {
        padding-left: 0;
        text-transform: none; }
  .notice__overlay__container {
    width: 1060px;
    margin: auto;
    padding: 15px 50px; }
  .notice__overlay__close {
    margin-bottom: 10px;
    text-align: right; }
    .notice__overlay__close img {
      cursor: pointer; }
  .notice__overlay__video .notice__video__text {
    border-bottom: 1px solid #fff; }
    .notice__overlay__video .notice__video__text h3 {
      font-size: 20px; }
    .notice__overlay__video .notice__video__text p {
      font-size: 18px; }
  .notice__overlay__others {
    position: relative; }
    .notice__overlay__others ul li {
      padding: 0 5px; }

  .file_extension {
    text-transform: uppercase;
  }
/*# sourceMappingURL=notice.css.map */
