body.RetailStore section.section_mainpicture.jumbotron {
  background-image: url("../img/retail/retail_(1920x1080).jpg");
}

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

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

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

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

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

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

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

body.RetailStore 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.RetailStore section.section_contents .container .menu .leftmenu a h5:hover {
  text-decoration: none;
  color: #FF920B;
}

body.RetailStore section.section_contents .container .innertext .notbox {
  margin-bottom: 45px;
}

body.RetailStore section.section_contents .container .innertext .notbox .searchmore, body.RetailStore section.section_contents .container .innertext .notbox .marker, body.RetailStore section.section_contents .container .innertext .notbox .zoom {
  display: flex;
  align-items: center;
  color: #525252;
}

body.RetailStore section.section_contents .container .innertext .notbox .searchmore .text, body.RetailStore section.section_contents .container .innertext .notbox .marker .text, body.RetailStore section.section_contents .container .innertext .notbox .zoom .text {
  margin-left: 20px;
}

body.RetailStore section.section_contents .container .innertext .notbox .searchmore .pic {
  width: 40px;
  padding: 0 2px;
}

body.RetailStore section.section_contents .container .innertext .notbox .searchmore .pic img {
  width: 100%;
}

body.RetailStore section.section_contents .container .innertext .notbox .marker {
  margin-top: 27px;
}

body.RetailStore section.section_contents .container .innertext .notbox .marker .icon {
  width: 40px;
}

body.RetailStore section.section_contents .container .innertext .notbox .marker .icon i {
  font-size: 45px;
  color: #9b2724;
  padding: 0 7px;
}

body.RetailStore section.section_contents .container .innertext .notbox .zoom {
  margin-top: 20px;
}

body.RetailStore section.section_contents .container .innertext .notbox .zoom .pic {
  width: 40px;
  padding: 0 7px;
}

body.RetailStore section.section_contents .container .innertext .notbox .zoom .pic img {
  width: 100%;
  border: 1px solid rgba(191, 191, 192, 0.8);
}

body.RetailStore section.section_contents .container .innertext .title h3 {
  color: #DD5411;
  margin-bottom: 15px;
  line-height: 40px;
}

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

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

body.RetailStore section.section_contents .container .innertext .text p {
  line-height: 30px;
  color: #525252;
}

body.RetailStore section.section_contents .container .innertext .address .searchname {
  margin-bottom: 19px;
  color: #525252;
}

body.RetailStore section.section_contents .container .innertext .address .searchname span {
  color: #BFBFC0;
  font-size: 16px;
  margin-left: 5px;
}

body.RetailStore section.section_contents .container .innertext .address .selectaddress {
  margin-bottom: 45px;
}

body.RetailStore section.section_contents .container .innertext .address .selectaddress select {
  color: #525252;
  border: 1px solid #FF920B;
  margin-right: 20px;
  width: 134px;
  background-color: white;
}

body.RetailStore section.section_contents .container .innertext .address .checkboxsever, body.RetailStore section.section_contents .container .innertext .address .checkboxstore {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}

body.RetailStore section.section_contents .container .innertext .address .checkboxsever label, body.RetailStore section.section_contents .container .innertext .address .checkboxstore label {
  display: flex;
}

body.RetailStore section.section_contents .container .innertext .address .checkboxsever input[type='checkbox'], body.RetailStore section.section_contents .container .innertext .address .checkboxstore input[type='checkbox'] {
  height: 0;
  width: 0;
  display: none;
}

body.RetailStore section.section_contents .container .innertext .address .checkboxsever input[type='checkbox'] + label, body.RetailStore section.section_contents .container .innertext .address .checkboxstore input[type='checkbox'] + label {
  position: relative;
  display: flex;
  margin-right: 18px;
  align-items: center;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

body.RetailStore section.section_contents .container .innertext .address .checkboxsever input[type='checkbox'] + label > span, body.RetailStore section.section_contents .container .innertext .address .checkboxstore input[type='checkbox'] + label > span {
  width: 1.5em;
  height: 1.5em;
  background: transparent;
  border: 2px solid #9E9E9E;
  margin-right: 0.5em;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.RetailStore section.section_contents .container .innertext .address .checkboxsever input[type='checkbox']:checked + label > span, body.RetailStore section.section_contents .container .innertext .address .checkboxstore input[type='checkbox']:checked + label > span {
  border: 12px solid #FF920B;
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}

body.RetailStore section.section_contents .container .innertext .address .checkboxsever input[type='checkbox']:checked + label > span:before, body.RetailStore section.section_contents .container .innertext .address .checkboxstore input[type='checkbox']:checked + label > span:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.5em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: white;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.8em;
    border-color: white;
    transform: translate3d(-0.2em, -0.8em, 0) rotate(45deg);
  }
}

body.RetailStore section.section_contents .container .innertext .address .searchbutton .button {
  background-color: #FF920B;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  margin-bottom: 45px;
  display: inline-block;
  transition: 0.1s;
  cursor: pointer;
}

body.RetailStore section.section_contents .container .innertext .address .searchbutton .button:hover {
  background-color: #c67107;
}

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

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

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

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

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

body.RetailStore 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.RetailStore section.section_contents .container .innertext .imagestraight {
  width: 70%;
  list-style: none;
  position: relative;
  overflow: hidden;
}

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

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

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

body.RetailStore 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.RetailStore section.section_contents .container .innertext .map {
  border: 1px solid black;
  width: 100%;
  height: 500px;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  body.RetailStore 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.RetailStore section.section_contents .container .menu .leftmenu a h5:hover {
    border-bottom: 3px solid #FF920B;
  }
}

@media (max-width: 991px) {
  body.RetailStore section.section_contents .container .innertext .notbox {
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  body.RetailStore section.section_contents .container .innertext .address {
    margin-top: 40px;
  }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
  body.RetailStore section.section_contents .container .innertext .address .selectaddress select {
    display: block;
  }
}

@media (max-width: 575px) {
  body.RetailStore section.section_contents .container .innertext .address .selectaddress .area {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  body.RetailStore section.section_contents .container .innertext .address .checkboxstore, body.RetailStore section.section_contents .container .innertext .address .checkboxsever {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  body.RetailStore section.section_contents .container .innertext .address .checkboxstore input[type='checkbox'] + label, body.RetailStore section.section_contents .container .innertext .address .checkboxsever input[type='checkbox'] + label {
    margin-bottom: 15px;
  }
}

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

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

