@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  overflow-x: hidden;
}

p {
  font-family: Microsoft JhengHei;
}

input {
  font-family: Microsoft JhengHei;
}

.loder {
  width: 100vw;
  height: 100vh;
  background-size: 250px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .loder {
    background-size: 150px;
  }
}
.loder span {
  display: none;
}

::-webkit-scrollbar {
  width: 0px;
}

@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltip {
  position: absolute;
  background: #eeeeee;
  color: black;
  min-width: 150px;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  z-index: 90;
  display: none;
}
.tooltip a {
  color: #343434;
  border-bottom: 1px solid #000;
}
.tooltip a:hover {
  color: #000;
  transition: 0.3s;
  border-bottom: 1px solid #343434;
}
.tooltip.show {
  display: block;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #eeeeee;
  top: -8px;
  transform: rotate(45deg);
  left: 7px;
}

.page_title_area .page_title, .page_title_area .page_word, .content01.map .con1_center {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .page_title_area .page_title, .page_title_area .page_word, .content01.map .con1_center {
    width: 1080px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 960px) {
  .page_title_area .page_title, .page_title_area .page_word, .content01.map .con1_center {
    width: 950px;
  }
}
@media screen and (max-width: 959px) and (min-width: 451px) {
  .page_title_area .page_title, .page_title_area .page_word, .content01.map .con1_center {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .page_title_area .page_title, .page_title_area .page_word, .content01.map .con1_center {
    width: calc(100%  - 30px);
  }
}

.bread_area {
  margin-top: 80px;
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .bread_area {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .bread_area {
    margin-top: 60px;
  }
}

.color_b {
  color: #005BAC;
}

.color_vip {
  color: #00B688;
}

@font-face {
  font-family: title_en;
  src: url(../../../images/font/name.eot);
}
@font-face {
  font-family: title_en;
  src: url(../../../images/font/name.otf) format("truetype");
}
a {
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page_title_area {
  width: 100%;
  padding: 50px 0 0 0;
}
.page_title_area .page_title {
  margin: 0 auto;
  color: #3b3b3b;
  font-size: 26px;
  font-weight: 600;
}
.page_title_area .page_title p {
  margin: 0 0 5px 0;
}
.page_title_area .page_word {
  margin: 0 auto;
  color: #8f969f;
  font-size: 15px;
}
.page_title_area .page_word p {
  margin: 0 0 20px 0;
}

.content01.map {
  width: 100%;
  height: 650px;
  padding: 0 0 50px 0;
}
.content01.map .con1_center {
  margin: 0 auto;
  background: #888;
  height: 100%;
  border: 1px solid #d1d7dd;
  overflow: hidden;
}
.content01.map .con1_center .center_box {
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
}
.content01.map .con1_center .center_box .right_box {
  width: 400px;
  float: right;
  height: 650px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.content01.map .con1_center .center_box .right_box .right_center {
  width: 100%;
  height: auto;
}
.content01.map .con1_center .center_box .right_box .right_center .top_title {
  width: 100%;
  color: #fff;
  background: #6b7a90;
  font-size: 15px;
  height: auto;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}
.content01.map .con1_center .center_box .right_box .right_center .top_title p {
  margin: 0;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 12px 0;
}
.content01.map .con1_center .center_box .right_box .right_center .top_title select {
  width: calc(100% - 20px - 43px);
  padding: 12px;
  color: #fff;
  border: none;
  background: none;
  font-family: Microsoft JhengHei;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.content01.map .con1_center .center_box .right_box .right_center .top_title select option {
  color: #565656;
}
.content01.map .con1_center .center_box .right_box .right_center .top_title .backtype1 {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 20px;
  background: #4a5564;
  cursor: pointer;
}
.content01.map .con1_center .center_box .right_box .right_center .top_title .backtype2 {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 20px;
  background: #4a5564;
  cursor: pointer;
}
.content01.map .con1_center .center_box .right_box .right_center .top_title .data_arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 80px;
  bottom: 15px;
  z-index: 10;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area {
  width: calc(100% - 30px - 20px);
  margin: 15px 0 0 15px;
  overflow: hidden;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_title {
  width: 100%;
  overflow: hidden;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_title .title_left {
  width: 50px;
  height: 50px;
  float: left;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_title .title_right {
  width: calc(100% - 60px);
  float: right;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 12px 0 0 0;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_title .title_right p {
  margin: 0;
  margin: 0 0 3px 0;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_title .title_right p.blod {
  font-weight: 600;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .select_area {
  width: 100%;
  overflow: hidden;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .select_area .select_box {
  width: calc(50% - 2px - 12px);
  border: 1px solid #ddd;
  position: relative;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .select_area .select_box.left {
  float: left;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .select_area .select_box.right {
  float: right;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .select_area .select_box select {
  border: none;
  width: calc(100% - 0px);
  font-size: 13px;
  letter-spacing: 2px;
  background: none;
  padding: 12px 5px;
  color: #777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .select_area .select_box select:focus {
  border: none;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .select_area .select_box .data_arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area input {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 10px 0;
  border: none;
  letter-spacing: 2px;
  font-size: 13px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area input.botton {
  background: #565656;
  color: #fff;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area input.text {
  width: calc(100% - 2px - 20px);
  color: #565656;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area input.text.helf {
  width: calc(100% - 2px - 20px - 39px);
  float: left;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area input.gps {
  width: 100%;
  background: #0866b9;
  color: #fff;
  margin: 0;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_iconbottom {
  width: 37px;
  height: 37px;
  float: left;
  border: 1px solid #ccc;
  position: relative;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_iconbottom svg {
  transform: scale(0.5);
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_iconbottom input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .input_box {
  position: relative;
  width: 100%;
  margin: 15px 0 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_area .input_box .gps_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 25%;
  top: 11px;
}
.content01.map .con1_center .center_box .right_box .right_center .surch_line {
  width: calc(100% - 30px - 20px);
  margin: 15px 0 0 15px;
  border: 0.5px dashed #ddd;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area {
  width: calc(100% - 30px - 20px);
  margin: 20px 15px 15px 15px;
  padding-bottom: 43px;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box:last-child {
  border: none;
  padding-top: 0px;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store {
  width: 85%;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 140%;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.name {
  font-weight: 600;
  color: #565656;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.name p {
  margin: 0 0 20px 0;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.name.type3 {
  font-size: 20px;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.tel {
  color: #999;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.tel p {
  margin: 0;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.add {
  color: #999;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.add p {
  margin: 0;
  margin-left: 46px;
  text-indent: -46px;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.time {
  color: #999;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.time p {
  margin: 0;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.date {
  color: #999;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.date p {
  margin: 0;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.more {
  color: #999;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store.more p {
  margin: 0;
  margin-left: 78px;
  text-indent: -78px;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .store_line {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 22px 0;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .icon {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0px;
  position: absolute;
}
.content01.map .con1_center .center_box .right_box .right_center .store_area .store_box .icon img {
  width: 100%;
}
.content01.map .con1_center .center_box .right_box .type3_surch {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: calc(100% - 30px - 20px);
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-size: 15px;
}
.content01.map .con1_center .center_box .right_box .type3_surch .plan {
  width: 100%;
  background: #565656;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
}
.content01.map .con1_center .center_box .right_box .type3_surch .plan p {
  margin: 0;
}
.content01.map .con1_center .center_box .right_box .type3_surch .plan .text {
  width: calc(100% - 2px - 20px);
  color: #565656;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, -80%);
  transition: 0.5s;
}
.content01.map .con1_center .center_box .right_box .type3_surch .plan.open .text {
  opacity: 1;
  transform: translate(0, -110%);
  transition: 0.5s;
}
.content01.map .con1_center .center_box .right_box .type3_surch .back_type1 {
  width: 100%;
  background: #3e74b9;
  padding: 12px 0;
  margin: 12px 0 0 0;
  cursor: pointer;
}
.content01.map .con1_center .center_box .right_box .type3_surch .back_type1 p {
  margin: 0;
}
.content01.map .con1_center .center_box .left_map {
  width: calc(100% - 400px);
  height: 100%;
  float: left;
}
.content01.map .con1_center .center_box .left_map .map {
  width: 900px;
  height: 650px;
}
.content01.map .con1_center .center_box .scroll_prompt {
  background: #4c4c4c;
  width: 380px;
  position: absolute;
  bottom: 0;
  right: 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  color: #fff;
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .content01.map .con1_center .center_box .scroll_prompt {
    width: 280px;
  }
}
.content01.map .con1_center .center_box .scroll_prompt p {
  margin: 12px 0 12px 0px;
}
.content01.map .con1_center .center_box.open {
  height: auto;
}
.content01.map .con1_center .center_box.close {
  height: 0;
}
.content01.map .con1_center .center_box.type2 .right_box .right_center .store_area .store_box {
  cursor: pointer;
}
.content01.map .con1_center .center_box.type2 .right_box .right_center .store_area .store_box:last-child {
  border-bottom: 1px solid #ddd;
  padding-top: 0px;
}
.content01.map .con1_center .center_box.type2 .right_box .right_center .store_area .store_box.only {
  border-bottom: 1px solid #ddd;
}
.content01.map .con1_center .center_box.type2 .right_box .right_center .store_area .store_box.only:last-child {
  border-bottom: 1px solid #ddd;
  padding-top: 0px;
}
.content01.map .con1_center .center_box.type3 .right_box .right_center .store_area .store_box {
  border: none;
}

@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .content01.map .con1_center .center_box .left_map .map {
    width: 700px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .content01.map {
    height: 620px;
  }
  .content01.map .con1_center .center_box .left_map {
    width: calc(100% - 300px);
  }
  .content01.map .con1_center .center_box .left_map .map {
    width: 670px;
    height: 622px;
  }
  .content01.map .con1_center .center_box .right_box {
    width: 300px;
    height: 622px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 960px) {
  .content01.map {
    height: 620px;
  }
  .content01.map .con1_center .center_box .left_map {
    width: calc(100% - 300px);
  }
  .content01.map .con1_center .center_box .left_map .map {
    width: 670px;
    height: 622px;
  }
  .content01.map .con1_center .center_box .right_box {
    width: 300px;
    height: 622px;
  }
}
@media screen and (max-width: 959px) and (min-width: 700px) {
  .page_title_area .page_title {
    font-size: 24px;
  }

  .content01.map {
    height: auto;
  }
  .content01.map .con1_center .center_box .left_map {
    width: 100%;
  }
  .content01.map .con1_center .center_box .left_map .map {
    width: 680px;
    height: 422px;
  }
  .content01.map .con1_center .center_box .left_map .map.mo_none {
    display: none;
  }
  .content01.map .con1_center .center_box .right_box {
    width: 100%;
    height: auto;
  }
  .content01.map .con1_center .center_box .right_box .type3_surch {
    position: relative;
    padding: 50px 0 0 0;
  }
  .content01.map .con1_center .center_box .right_box .right_center .store_area {
    padding: 0;
  }
  .content01.map .con1_center .center_box .right_box .right_center .surch_area .input_box .gps_icon {
    right: 40%;
  }
  .content01.map .con1_center .scroll_prompt {
    display: none;
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@media screen and (max-width: 700px) and (min-width: 451px) {
  .page_title_area {
    padding: 15px 0 0 0;
  }
  .page_title_area .page_title {
    font-size: 20px;
  }
  .page_title_area .page_word {
    font-size: 13px;
  }

  .content01.map {
    height: auto;
  }
  .content01.map .con1_center {
    width: calc(100% - 30px);
  }
  .content01.map .con1_center .center_box .left_map {
    width: 100%;
  }
  .content01.map .con1_center .center_box .left_map .map {
    width: calc(100% - 20px);
    height: 722px;
  }
  .content01.map .con1_center .center_box .left_map .map.mo_none {
    display: none;
  }
  .content01.map .con1_center .center_box .right_box {
    width: 100%;
    height: auto;
  }
  .content01.map .con1_center .center_box .right_box .type3_surch {
    position: relative;
    padding: 50px 0 0 0;
  }
  .content01.map .con1_center .center_box .right_box .right_center .store_area {
    padding: 0;
  }
  .content01.map .con1_center .center_box .right_box .right_center .surch_area .input_box .gps_icon {
    right: 30%;
  }
  .content01.map .con1_center .center_box .scroll_prompt {
    display: none;
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@media screen and (max-width: 450px) {
  .page_title_area {
    padding: 15px 0 0 0;
  }
  .page_title_area .page_title {
    font-size: 18px;
  }
  .page_title_area .page_word {
    font-size: 12px;
  }

  .content01.map {
    height: auto;
  }
  .content01.map .con1_center .center_box .left_map {
    width: 100%;
  }
  .content01.map .con1_center .center_box .left_map .map {
    width: calc(100% - 20px);
    height: 722px;
  }
  .content01.map .con1_center .center_box .left_map .map.mo_none {
    display: none;
  }
  .content01.map .con1_center .center_box .right_box {
    width: 100%;
    height: auto;
  }
  .content01.map .con1_center .center_box .right_box .type3_surch {
    position: relative;
    padding: 50px 0 0 0;
  }
  .content01.map .con1_center .center_box .right_box .right_center .store_area {
    padding: 0;
  }
  .content01.map .con1_center .center_box .right_box .right_center .surch_area .input_box .gps_icon {
    right: 30%;
  }
  .content01.map .con1_center .center_box .right_box .right_center .surch_area .surch_iconbottom {
    height: 39px;
  }
  .content01.map .con1_center .center_box .scroll_prompt {
    display: none;
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}



/*# sourceMappingURL=maps/map.css.map */
