/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

[class*='edbox'] {
  box-sizing: border-box; }

.edbox {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
  .edbox:not(.edbox-alert) {
    align-items: center;
    background: rgba(0, 0, 0, 0.5); }
  .edbox .edbox-close {
    transition: .35s;
    cursor: pointer; }
    .edbox .edbox-close:before {
      display: block;
      transform: rotate(45deg);
      line-height: 0.5;
      font-family: Lucida;
      font-size: 30px;
      content: '+'; }
  .edbox .edbox-load {
    width: 40px;
    height: 40px;
    background: url("https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/loading.svg") center no-repeat #fff;
    background-size: 40px; }
  .edbox .edbox-body {
    display: flex;
    flex-flow: column;
    position: relative;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px); }
    .edbox .edbox-body .edbox-close {
      position: absolute;
      top: 5px;
      right: 5px;
      color: #000; }
    .edbox .edbox-body .edbox-header,
    .edbox .edbox-body .edbox-footer {
      padding: 10px;
      width: 100%;
      background: #eee; }
    .edbox .edbox-body .edbox-header {
      padding-right: 40px; }
      .edbox .edbox-body .edbox-header .edbox-close {
        top: 10px;
        right: 10px;
        color: #000; }
    .edbox .edbox-body .edbox-content {
      overflow: auto; }
      .edbox .edbox-body .edbox-content .edbox-target {
        display: block !important; }
      .edbox .edbox-body .edbox-content > img {
        display: block; }
  .edbox.edbox-scroll-y-true .edbox-body, .edbox.edbox-scroll-y-true .edbox-body .edbox-content {
    height: 100%; }
  .edbox.edbox-scroll-y-true .edbox-body > .edbox-close {
    right: 22px; }
  .edbox.edbox-close-false .edbox-close {
    display: none; }
  .edbox.edbox-alert {
    align-items: flex-start;
    padding-top: 30px;
    font: 16px Arial, sans-serif; }
    .edbox.edbox-alert .edbox-alert-container {
      display: flex;
      padding: 15px;
      border: 1px solid;
      color: #fff; }
      .edbox.edbox-alert .edbox-alert-container .edbox-close {
        margin-left: 15px;
        color: #fff; }
    .edbox.edbox-alert.edbox-alert-success .edbox-alert-container {
      border-color: #2f8d59;
      background: mediumseagreen; }
    .edbox.edbox-alert.edbox-alert-info .edbox-alert-container {
      border-color: #38678f;
      background: steelblue; }
    .edbox.edbox-alert.edbox-alert-warning .edbox-alert-container {
      border-color: #cc8400;
      background: orange; }
    .edbox.edbox-alert.edbox-alert-danger .edbox-alert-container {
      border-color: #ff3814;
      background: tomato; }
  .edbox .edbox-animate-open,
  .edbox .edbox-animate-close {
    animation-duration: .35s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
  .edbox .edbox-animate-open {
    animation-name: edbox-animate-open; }
  .edbox .edbox-animate-close {
    animation-name: edbox-animate-close; }

.edbox-temp {
  display: none; }

@keyframes edbox-animate-open {
  from {
    transform: translateY(-20px);
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes edbox-animate-close {
  from {
    opacity: 1; }
  to {
    transform: translateY(20px);
    opacity: 0; } }

*,
*:before,
*:after {
  box-sizing: border-box; }

.url-content h2{
	color: #00accc;
	font-size: 30px;
	font-family: "Noto Sans JP";
	text-align: center;
	margin-bottom: 0.2em;
	font-weight: 100;
}
.url-content h4{
	color:#00accc;
	font-size: 26px;
	font-family: "Arial";
	text-align: center;
	margin-bottom: 1em;
}
.url-content p{
	color: #232323;
	font-size: 18px;
	line-height: 27px;
	font-family: "微軟正黑體","Arial";
	text-align: justify;
	margin-bottom: 1em;
}
.edbox.example-url {
  background: rgba(47, 79, 79, 0.5); }
  .edbox.example-url .edbox-body {
    box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.1); }
  .edbox.example-url .edbox-close {
    color: orange !important; }
  .edbox.example-url .url-content {
	padding: 4em;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}
    .edbox.example-url .url-content h2 {
      margin-top: 0; }
    .edbox.example-url .url-content .photo {
      float: left;
		width: 100%;
		}
      .edbox.example-url .url-content .photo img {
        width: 100%;
        max-width: 100%; }
      .edbox.example-url .url-content .photo figcaption {
        font-size: 14px;
        text-align: center; }

.edbox.example-image .edbox-footer {
  color: darkslategray;
  text-align: center; }

.edbox.example-image img {
  width: 800px; }

.edbox .photo1{
	width: 49.5%;
	margin-right: 0.5%;
	float: left;
	margin-bottom: 1%;
	clear: both;
}
.edbox .photo2{
	width: 49.5%;
	margin-left: 0.5%;
	float: left;
	margin-bottom: 1%;
	clear: none;
}

/****************手機****************/
@media screen and (max-width: 640px) 
{
.url-content h2 {
    font-size: 24px;
}
.edbox.example-url .url-content {
    padding: 2em;
}	
.url-content h4 {
    font-size: 21px;
	}
.edbox .photo1{
	width: 100%;
	margin-right: 0%;
	
}
.edbox .photo2{
	width: 100%;
	margin-left: 0%;
	clear: both;
}
}
