body.SviArticlePage section.section_mainpicture.jumbotron {
  background-image: url("../img/plan/planmainpc_demo(1920x1080).jpg");
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_mainpicture.jumbotron {
    margin-top: 52px;
    /*background-size: auto 50%;*/
  }
}

body.SviArticlePage .ekko-lightbox-nav-overlay a:last-child span {
  color: #FF920B;
}

body.SviArticlePage .ekko-lightbox-nav-overlay a {
  text-decoration: none;
}

body.SviArticlePage .ekko-lightbox-nav-overlay a span {
  color: #FF920B;
}

body.SviArticlePage .ekko-lightbox-nav-overlay a {
  text-decoration: none;
}

body.SviArticlePage section.section_contents .container {
  margin-top: 108px;
  max-width: 75vw;
}

body.SviArticlePage section.section_contents .container .menu .leftmenu a {
  text-decoration: none;
}

body.SviArticlePage section.section_contents .container .menu .leftmenu a h5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 80%;
  font-size: 18px;
  color: #525252;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-bottom: 3px;
  transition: 0.5s;
  cursor: pointer;
}

body.SviArticlePage section.section_contents .container .menu .leftmenu a h5:hover {
  text-decoration: none;
  color: rgba(82, 82, 82, 0.8);
}

body.SviArticlePage section.section_contents .container .menu .leftmenu a .active {
  color: #FF920B;
}

/* Update */

body.SviArticlePage section.section_contents .container .innertext .title {
  margin-bottom: 17px;
}

body.SviArticlePage section.section_contents .container .innertext .title h3 {
  color: #DD5411;
  margin-bottom: 17px;
  margin-top: 32px;
  line-height: 30px;
}

body.SviArticlePage section.section_contents .container .innertext .date h6 {
  color: rgba(82, 82, 82, 0.8);
  margin-bottom: 17px;
}

body.SviArticlePage section.section_contents .container .innertext .subtitle h5 {
  color: rgba(66, 90, 56, 0.7);
  margin-bottom: 15px;
  line-height: 26px;
}

body.SviArticlePage section.section_contents .container .innertext div h4 {
  margin-bottom: 17px;
  margin-top: 32px;
}

body.SviArticlePage section.section_contents .container .innertext .text {
  font-size: 18px;
  color: #525252;
  margin-bottom: 17px;
}

body.SviArticlePage section.section_contents .container .innertext .text div {
  line-height: 30px !important;
  /*margin-bottom: 45px;*/
  font-size: 18px;
  color: #525252;
}

body.SviArticlePage section.section_contents .container .innertext .imagehorizontal, body.SviArticlePage section.section_contents .container .innertext .imagestraight {
  margin-top: 50px;
  margin-bottom: 50px;
}

body.SviArticlePage section.section_contents .container .innertext .imagehorizontal {
  width: 70%;
  list-style: none;
  position: relative;
  overflow: hidden;
}

body.SviArticlePage section.section_contents .container .innertext .imagehorizontal li {
  display: block;
  position: relative;
}

body.SviArticlePage section.section_contents .container .innertext .imagehorizontal li img {
  display: block;
  position: relative;
  width: 100%;
}

body.SviArticlePage section.section_contents .container .innertext .imagehorizontal li div {
  position: absolute;
  background: #333;
  background: rgba(75, 75, 75, 0.2);
  width: 100%;
  height: 100%;
}

body.SviArticlePage section.section_contents .container .innertext .imagehorizontal li div span {
  display: block;
  padding: 20px 23px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.SviArticlePage section.section_contents .container .innertext .imagestraight {
  width: 70%;
  list-style: none;
  position: relative;
  overflow: hidden;
}

body.SviArticlePage section.section_contents .container .innertext .imagestraight li {
  display: block;
  position: relative;
}

body.SviArticlePage section.section_contents .container .innertext .imagestraight li img {
  display: block;
  position: relative;
  width: 100%;
}

body.SviArticlePage section.section_contents .container .innertext .imagestraight li div {
  position: absolute;
  background: #333;
  background: rgba(75, 75, 75, 0.2);
  width: 100%;
  height: 100%;
}

body.SviArticlePage section.section_contents .container .innertext .imagestraight li div span {
  display: block;
  padding: 20px 23px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.SviArticlePage section.section_contents .container .innertext .line hr {
  margin-top: 50px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}

body.SviArticlePage section.section_contents .container .column {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
}

body.SviArticlePage section.section_contents .container .column .photo {
  flex: 45%;
  max-width: 45%;
  padding: 20px 20px 5px 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

body.SviArticlePage section.section_contents .container .column .photo li {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

body.SviArticlePage section.section_contents .container .column .photo li a img {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.5s;
  cursor: pointer;
}

body.SviArticlePage section.section_contents .container .column .photo li a div {
  position: absolute;
  background: #333;
  background: rgba(75, 75, 75, 0.2);
  width: 100%;
  height: 100%;
}

body.SviArticlePage section.section_contents .container .column .photo li a div span {
  display: block;
  padding: 20px 23px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.SviArticlePage section.section_contents .container .share {
  margin-top: 148px;
  height: 28px;
}

body.SviArticlePage section.section_contents .container .share .sharetext {
  text-align: right;
  font-size: 18px;
  color: #525252;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul {
  display: inline-block;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li a {
  text-decoration: none;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-facebook-with-circle, body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-google-plus-official, body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-line, body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-twitter-with-circle {
  color: #525252;
  padding: 3px;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-facebook-with-circle {
  padding-top: 5px;
  font-size: 35px;
  transition: 0.5s;
  cursor: pointer;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-facebook-with-circle:hover {
  color: #4267B2;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-facebook-with-circle:before {
  content: "";
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-google-plus-official {
  font-size: 38px;
  transition: 0.5s;
  cursor: pointer;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-google-plus-official:hover {
  color: #EE4F1D;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-google-plus-official:before {
  content: "";
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-line {
  font-size: 35px;
  transition: 0.5s;
  cursor: pointer;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-line:hover {
  color: #01BE02;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-line:before {
  content: "";
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-twitter-with-circle {
  font-size: 35px;
  transition: 0.5s;
  cursor: pointer;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-twitter-with-circle:hover {
  color: #53A8E7;
}

body.SviArticlePage section.section_contents .container .share .sharetext ul li .icon-twitter-with-circle:before {
  content: "";
}

body.SviArticlePage section.section_contents .container .share .sharetext hr {
  margin-top: -1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4) !important;
}

@media (min-width: 2000px) {
  body.SviArticlePage section.section_contents .container .innertext .imagehorizontal {
    width: 700px;
  }
}

@media (min-width: 2000px) {
  body.SviArticlePage section.section_contents .container .innertext .imagehorizontal img {
    width: 100%;
  }
}

@media (min-width: 2000px) {
  body.SviArticlePage section.section_contents .container .innertext .imagestraight {
    width: 460px;
  }
}

@media (min-width: 2000px) {
  body.SviArticlePage section.section_contents .container .innertext .imagestraight img {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  body.SviArticlePage section.section_contents .container .innertext .imagehorizontal img {
    width: 70%;
  }
}

@media (min-width: 1440px) {
  body.SviArticlePage section.section_contents .container .innertext .imagestraight img {
    width: 60%;
  }
}

@media (max-width: 1199px) {
  body.SviArticlePage section.section_contents .container {
    max-width: 90vw;
    margin-top: 52px;
  }
}

@media (max-width: 991px) {
  body.SviArticlePage section.section_contents .container {
    margin-top: 52px;
  }
}

@media (max-width: 991px) {
  body.SviArticlePage section.section_contents .container .menu {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  body.SviArticlePage section.section_contents .container .menu .leftmenu a h5 {
    border-bottom: 3px solid transparent;
    width: unset;
    padding-left: 0;
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  body.SviArticlePage section.section_contents .container .menu .leftmenu a h5:hover {
    border-bottom: 3px solid #FF920B;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  body.SviArticlePage section.section_contents .container .innertext .imagehorizontal {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  body.SviArticlePage section.section_contents .container .innertext .imagestraight {
    width: 60%;
  }
}

@media (max-width: 767px) {
  body.SviArticlePage section.section_contents .container .innertext .imagehorizontal {
    width: 70%;
  }
}

@media (max-width: 767px) {
  body.SviArticlePage section.section_contents .container .innertext .imagestraight {
    width: 50%;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container {
    margin-top: 41px;
    max-width: 80vw;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .menu {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .menu .leftmenu a h5 {
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .innertext .imagehorizontal {
    width: 100%;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .innertext .imagestraight {
    width: 100%;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .column {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .column .photo {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .share {
    margin-top: 114px;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .share .sharetext {
    text-align: center;
  }
}

@media (max-width: 575px) {
  body.SviArticlePage section.section_contents .container .share .sharetext ul {
    display: block;
    margin-top: 8px;
  }
}

@media (max-width: 414px) {
  body.SviArticlePage section.section_contents .container {
    margin-top: 0;
  }
}

@media (max-width: 414px) {
  body.SviArticlePage section.section_contents .container .share {
    margin-top: 76px;
  }
}

@media (max-width: 360px) {
  body.SviArticlePage section.section_contents .container .menu .leftmenu a h5 {
    font-size: 16px;
  }
}

