@import url("https://fonts.googleapis.com/css?family=Kanit");
@import url("https://fonts.googleapis.com/css?family=Chonburi");
@import url("https://fonts.googleapis.com/css?family=Chonburi|Monoton");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
body .boxDetail {
  width: 1400px;
  width: 80%;
  padding: 20px 0 0 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #def0c9;
  background: linear-gradient(0deg, #def0c9 40%, #fff); }
  body .boxDetail .box1 {
    background-image: url(../img/bgCon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex: 1; }
    body .boxDetail .box1 .box1-1 {
      flex: 1;
      display: flex; }
      body .boxDetail .box1 .box1-1 img {
        width: 70%;
        align-self: center;
        margin: 0 auto;
        border: 2px solid #8bc34a;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7); }
    body .boxDetail .box1 .box1-2 {
      flex: 2;
      display: flex; }
      body .boxDetail .box1 .box1-2 img {
        width: 90%;
        border: 10px solid #115e3b;
        margin: 20px auto;
        align-self: center;
        border-radius: 95%;
        padding: 4px;
        background-color: #8bc34a;
        box-shadow: 3px 2px 12px #1e2e0c; }
    body .boxDetail .box1 .box1-3 {
      flex: 1;
      display: flex; }
      body .boxDetail .box1 .box1-3 img {
        width: 70%;
        align-self: center;
        margin: 0 auto;
        border: 2px solid #8bc34a;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7); }
  body .boxDetail .box2 {
    font-size: 24px;
    color: darkgreen;
    text-shadow: 1px 1px 3px #82d621; }
  body .boxDetail .box3 {
    font-size: 18px;
    color: darkgray;
    font-style: italic; }
  body .boxDetail .box4 ul#ulDetail {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; }
    body .boxDetail .box4 ul#ulDetail li {
      display: flex; }
      body .boxDetail .box4 ul#ulDetail li img {
        width: 55%;
        margin: 10px auto;
        height: 100%; }
  body .boxDetail .boxshare {
    display: flex;
    align-items: center;
    padding: 10px; }
    body .boxDetail .boxshare img {
      width: 150px; }
  body .boxDetail .box5 {
    padding: 50px 20px 20px 20px; }
    body .boxDetail .box5 ul#imgNews2 {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      body .boxDetail .box5 ul#imgNews2 li {
        flex-basis: 300px;
        align-self: center;
        margin: 0 auto; }
        body .boxDetail .box5 ul#imgNews2 li img {
          width: 100%;
          border: 2px solid #115e3b;
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6); }
  body .boxDetail .box1,
  body .boxDetail .box2,
  body .boxDetail .box3,
  body .boxDetail .box4,
  body .boxDetail .box5 {
    padding: 10px; }

@media only screen and (max-width: 1400px) {
  body .boxDetail {
    width: 90%; } }
@media only screen and (max-width: 1024px) {
  body .boxDetail {
    width: 95%; } }
@media only screen and (max-width: 800px) {
  body .boxDetail .box4 ul#ulDetail li img {
    width: 80%; } }

/*# sourceMappingURL=detailStyle.css.map */
