* {
  font-family: 'Dream';
  box-sizing: border-box;
}

/* common css */
.hdn-txt {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbec0;
  opacity: 1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bcbec0;
  opacity: 1;
}

body {
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: -1px;
}

/***************************************************************************
PAGE 02 style css **********************************************************/
/************ header */
.cam-head.de-page01 {
  width: 100%;
  z-index: 10;
}

.cam-head.de-page01:after {
  content: '';
  display: block;
  clear: both;
}

.cam-head.de-page01 .inner {
  float: left;
  width: 100%;
  max-width: 710px;
  background-color: #004E96;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.cam-head.de-page01:after {
  content: '';
  display: block;
  clear: both;
}

.logo-tit {
  max-width: 710px;
  background-color: #AF0055;
  padding-left: 2%;
}

.logo-tit a {
  display: block;
  line-height: 80px;
}

.logo-tit img {
  display: inline-block;
  vertical-align: middle;
}

.logo-tit span {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.5px;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  margin-top: -3px;
}

.logo-tit span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #C6C6C6;
  margin: 0 8px;
  margin-top: -5px;
  vertical-align: middle;
}

.cam-head.de-page01 .srch {
  position: relative;
  width: 100%;
  background: #8B0044;
  padding: 25px 6%;
  box-sizing: border-box;
}

.cam-head.de-page01 .srch fieldset {
  position: relative;
  margin: 0 auto;
}

#mapApi.defaultMap {
  background: url("../images/default_map.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.cam-head.de-page01 .srch #srch-sq {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 300;
  background-color: #fff;
  padding: 0 15px;
  padding-right: 45px;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  height: 50px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.cam-head.de-page01 .srch .srch-sq {
  display: block;
  color: #fff;
  background: url(../images/srch-pick.png) left center no-repeat;
  padding-left: 40px;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 2;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.cam-head.de-page01 .srch .srch-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  border: 0;
  background: url(../images/srch-icon.png) center center no-repeat;
}

.head-tab {
  position: absolute;
  width: calc(100% - 370px);
  height: 80px;
  right: 0;
  top: 0;
  z-index: 11;
  background: #AF0055;
  transition: width .3s ease-in-out;
}

.head-tab a {
  float: left;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  /* background-color: rgba(76, 76, 76, 0.9); */
  border: none;
  display: inline-block;
  line-height: 80px;
  width: 120px;
  box-sizing: border-box;
  margin-left: 5px;
}

.head-tab a span {
  position: relative;
  padding: 0 5px;
}

.head-tab a.on span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -3px;
}

.head-tab a.on span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  right: -5px;
  top: -5px;
}

.head-tab a.on {
  /* background-color: rgba(4, 117, 244, 0.88); */
}

.head-tab a {}

/************ body */
.cam-body.de-page01 {
  position: relative;
  width: 100%;
  height: 100%;
}

.cam-body.de-page01 .left-tab {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out .3s;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 735px;
}

.cam-body.de-page01 .left-tab-wrap {position: relative; height: 100%; padding-right: 25px;}

.cam-body.de-page01 .left-tab-inner {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  border-right: 1px solid #bcbec0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.cam-body.de-page01 .left-tab.on {
  left: -100%;
}

.cam-body.de-page01 .left-list-wrap {
  height: 100%;
  max-height: 430px;
  width: 100%;
  max-width: 710px;
  background: #fff;
}

.cam-body.de-page01 .left-tab.on {
  left: -710px;
}

.cam-body.de-page01 .left-tab ul {
  background-color: #fff;
  padding: 15px 6% 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}

.cam-body.de-page01 .left-tab ul::after {
  content: "";
  display: block;
  clear: both;
}

.cam-body.de-page01 .left-tab ul li {
  width: 25%;
}

.cam-body.de-page01 .left-tab ul li.nodata {
  padding: 0 20px;
}

.cam-body.de-page01 .left-tab li a {
  display: block;
  color: #666666;
  font-size: 13px;
  letter-spacing: -0.5px;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 400;
  box-sizing: border-box;
}

.cam-body.de-page01 .left-tab li a span {
  position: relative;
  display: inline-block;
}

.cam-body.de-page01 .left-tab li a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #af0055;
  transition: width 0.3s;
}

.cam-body.de-page01 .left-tab li a span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(175, 0, 85, 0.2);
  right: -5px;
  top: -5px;
  opacity: 0;
  transition: opacity 0.3s;
}

.cam-body.de-page01 .left-tab li a.on,
.cam-body.de-page01 .left-tab li a:hover {
  color: #af0055;
  font-weight: 500;
}

.cam-body.de-page01 .left-tab li a.on span::before,
.cam-body.de-page01 .left-tab li a:hover span::before {
  width: 100%;
}

.cam-body.de-page01 .left-tab li a.on span::after,
.cam-body.de-page01 .left-tab li a:hover span::after {
  opacity: 1;
}

.cam-body.de-page01 .left-tab button {
  position: absolute;
  width: 25px;
  height: 50px;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background: url(../images/left-tab-close.png) 3px center no-repeat #fff;
  text-indent: -99999px;
  border: 0;
  border-radius: 0 5px 5px 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cam-body.de-page01 .left-tab button.on {
  background-image: url(../images/left-tab-open.png);
}

.cam-body.de-page01 .map-api {
  width: 100%;
  /* max-width: 1600px; */
  height: 890px;
}

.cam-body.de-page01 .map-api img {
  width: 100%;
  height: 100%;
}

.cam-body.de-page01 .body-btm {
  width: 100%;
  background-color: #f6f6f6;
}

.cam-body.de-page01 .body-btm img {
  display: block;
  width: 100%;
  max-width: 940px;
  padding: 65px 0;
  margin: 0 auto;
}

.cam-body.de-page01 .body-top,
.cam-body.de-page01 .body-btm {
  display: none;
  height: 100%;
}

.cam-body.de-page01 .body-top.on,
.cam-body.de-page01 .body-btm.on {
  display: block;
}

/************ tail */
.cam-tail.de-page01 {
  position: relative;
  width: 100%;
  max-width: 710px;
  border-top: 1px solid #545454;
  padding: 30px 4%;
  box-sizing: border-box;
  height: 100%;
  max-height: 365px;
  overflow: hidden;
  z-index: 4;
  background: #fff url("../images/campus_bg.png") no-repeat right bottom;
}

.cam-tail.de-page01 h3 {
  color: #000;
  font-size: 34px;
  font-weight: normal;
}

.campus-img-wrap {
  position: relative;
}

.campus-img-inner {
  position: relative;
  display: inline-block;
}


.campus-img {
  position: relative;
  width: 400px;
  height: 260px;
  border-radius: 0 35px 35px 35px;
}

.campus-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/line_bg.png");
  right: -10px;
  bottom: -10px;
  border-radius: 0 35px 35px 35px;
  z-index: -1;
}

.campus-img.no-image {
  background: #DFDFDF url("../images/noimg.png") no-repeat center;
}



.cam-tail.de-page01 .cont-info {
  position: absolute;
  width: 265px;
  padding-left: 60px;
  right: 6%;
  top: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7F7F7F;
}

.cam-tail.de-page01 .cont-info ul.campus-info li {
  display: table;
  width: 100%;
}

.cam-tail.de-page01 .cont-info ul.campus-info li .info-title {
  position: relative;
  display: table-cell;
  width: 55px;
  vertical-align: top;
  padding-left: 15px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #222;
}

.cam-tail.de-page01 .cont-info ul.campus-info li .info-title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #222;
  left: 0;
  top: 12px;
}

.cam-tail.de-page01 .cont-info ul.campus-info li .info-content {
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #222;
}

.cam-tail.de-page01 .cont-info img {
  float: left;
  width: 45%;
  border: 1px solid #ccc;
}

.cam-tail.de-page01 .cont-info h3 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000000;
}

.cam-tail.de-page01 .cont-info span {
  display: block;
  font-size: 14px;
  color: #a90057;
}

.cam-tail.de-page01 .cont-info h4 {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #222;
  margin-bottom: 5px;
}

.cam-tail.de-page01 .cont-info>ul {
  box-sizing: border-box;
}

.cam-tail.de-page01>.cont-info>ul>li {
  color: #666;
  font-size: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: 300;
  position: relative;
}

.cam-tail.de-page01 .cont-info ul li:last-child {
  margin-bottom: 0;
}

.cam-tail.de-page01 .cont-info ul li>strong {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 20px;
  padding-left: 15px;
  color: #0065e0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.cam-tail.de-page01 .cont-info ul li strong::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #0065E0;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.cam-tail.de-page01 .cont-info ul li>p {
  float: left;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #666666;
}

.cam-tail.de-page01 .cont-info ul li ul li {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  margin: 0 7px 5px;
}

.cam-tail.de-page01 .cont-info ul li ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #929292;
  border-radius: 100%;
  left: 0;
  top: 12px;
}

.cam-tail.de-page01 .cont-info ul p {}

.cam-tail.de-page01 .cont-info ul p a {
  text-decoration: none;
  color: #555;
  margin-right: 10px;
  word-break: keep-all;
}

.cam-tail.de-page01 .cont-info ul p span {
  margin: 0 3px;
  display: inline-block;
}

.cam-tail.de-page01 .cont-txt {
  float: right;
  width: 30%;
}

.cam-tail.de-page01 .cont-txt h3 {
  color: #333;
  font-size: 18px;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e9;
  margin-bottom: 15px;
  padding: 15px;
  box-sizing: border-box;
}

.cam-tail.de-page01 .cont-txt dl {
  position: relative;
  border-bottom: 1px solid #e8e8e9;
  padding: 15px 20px;
  box-sizing: border-box;
}

.cam-tail.de-page01 .cont-txt dl:after {
  content: '';
  display: block;
  clear: both;
}

.cam-tail.de-page01 .cont-txt dt {
  float: left;
  width: 20%;
}

.cam-tail.de-page01 .cont-txt dd {
  float: right;
  width: 80%;
  color: #666;
}

.cam-tail.de-page01 .cont-txt a {
  position: relative;
  color: #666;
  text-decoration: none;
  padding-right: 25px;
}

.cam-tail.de-page01 .cont-txt a:hover {
  text-decoration: underline;
}

.cam-tail.de-page01 .cont-txt a:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../images/new-win.png) center center no-repeat;
}

/************ respon */
.m-btn {
  display: none;
}

@media all and (max-width: 1200px) {
  /* .head-tab {max-width: 380px;} */
  /* .head-tab a {margin-bottom: 5px;} */
}

/* width 700 */
@media all and (max-width: 820px) {
  .m-btn {
    display: inline-block;
  }

  .pc-btn {
    display: none;
  }

  .head-tab {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    top: auto;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
  }

  .head-tab::after {
    content: "";
    display: block;
    clear: both;
  }

  .head-tab a {
    margin-bottom: 0;
    margin-left: 0;
    width: 33.33%;
    line-height: 45px;
  }

  .logo-tit {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .cam-head.de-page01 .inner {
    max-width: 100%;
  }

  .cam-tail.de-page01 {
    width: 100%;
    transition: height 0s ease-in-out;
    height: 0;
    padding: 0;
  }

  .cam-body.de-page01 .left-tab ul.hddn {
    position: static;
  }

  .left-tab.on .cam-tail.de-page01 {
    height: 100%;
    padding: 20px;
    transition: height 0.3s ease-in-out;
    max-height: 100%;
  }

  .de-page01.on .cam-tail.de-page01 {
    height: 100%;
    padding: 40px;
    transition: height 0.3s ease-in-out;
  }

  .cam-body.de-page01 .left-list-wrap {
    width: 100%;
  }

  .cam-head.de-page01 .srch fieldset {
    max-width: 100%;
  }

  .cam-head.de-page01 .logo-tit a {
    text-align: left;
  }

  .cam-body.de-page01 .left-tab {
    width: 100%;
    border-right: 0px;
    z-index: 5;
    height: auto;
    max-width: 100%;
  }

  .cam-body.de-page01 .left-tab-wrap {padding-right: 0; }
  .cam-body.de-page01 .left-list-wrap {max-width: 100%;}
  .cam-tail.de-page01 {max-width: 100%;}

  .cam-body.de-page01 .left-tab ul {
    width: 100%;
    max-height: 150px;
    transition: ease-in-out .3s;
    overflow: hidden;
    overflow-y: auto;
    display: block;
  }
  .campus-img-inner {display: block;}
  .campus-img {display: inline-block; width: 100%; max-width: 400px;}

  .cam-body.de-page01 .left-tab ul li {float: left; width: 33.33%;}

  .cam-body.de-page01 .left-tab ul.hddn {
    /* position: absolute; */
    /* top: -200px; */
    /* visibility: hidden;
        height: 0; */
  }

  .cam-body.de-page01 .left-tab button {
    width: 20px;
    height: 60px;
    top: auto;
    bottom: -40px;
    right: 50%;
    margin-right: -10px;
    transform: rotate(90deg);
    background: url(../images/left-tab-open.png) 0 center no-repeat #fff;
  }

  .cam-body.de-page01 .left-tab button.on {
    background: url(../images/left-tab-close.png) 0 center no-repeat #fff;
  }

  .cam-body.de-page01 .left-tab.on {
    left: auto;
    /* top: -200px; */
  }

  .cam-body.de-page01 .map-api {
    padding-top: 180px;
  }

  .campus-img-wrap {
    float: none;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .cam-tail.de-page01 .cont-info {
    position: static;
    border-bottom: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .cam-tail.de-page01 .cont-info ul li>strong {
    float: none;
    margin-bottom: 10px;
  }

  .cam-tail.de-page01 .cont-info ul li>p {
    float: none;
  }

  .cam-body.de-page01 .left-tab ul.hddn {
    position: static;
  }

  .cam-body.de-page01 .left-tab ul li {float: left; width: 50%;}

  /* .cam-tail.de-page01 {padding: 40px 20px;} */
  .cam-tail.de-page01.on {
    height: 100%;
    padding: 40px;
    transition: height 0.3s ease-in-out;
  }
}

/************ font */
@font-face {
  font-family: 'Dream';
  font-style: normal;
  font-weight: 100;
  src: url(/Web-home/_UI/font/dream/S-CoreDream-1Thin.woff) format("woff")
}

@font-face {
  font-family: 'Dream';
  font-style: normal;
  font-weight: 200;
  src: url(/Web-home/_UI/font/dream/S-CoreDream-2ExtraLight.woff) format("woff")
}

@font-face {
  font-family: 'Dream';
  font-style: normal;
  font-weight: 300;
  src: url(/Web-home/_UI/font/dream/S-CoreDream-3Light.woff) format("woff")
}

@font-face {
  font-family: 'Dream';
  font-style: normal;
  font-weight: 400;
  src: url(/Web-home/_UI/font/dream/S-CoreDream-4Regular.woff) format("woff")
}

@font-face {
  font-family: 'Dream';
  font-style: normal;
  font-weight: 500;
  src: url(/Web-home/_UI/font/dream/S-CoreDream-5Medium.woff) format("woff")
}

@font-face {
  font-family: 'Dream';
  font-style: normal;
  font-weight: 600;
  src: , url(/Web-home/_UI/font/dream/S-CoreDream-6Bold.woff) format("woff")
}
