@charset "utf-8";

/*  #slider
----------------------------------------*/

#slider {
  background: url(/korean/access/img/bg_access_slider.jpg) no-repeat center top #ffffff;
}
#slider .inner {
  text-align: center;
  padding: 46px 0;
  color: #fff;
  font-size: 260%;
  text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
  filter: glow(color=#000000,strength=8px);
}
#slider .inner .mini {
  color: #b9d2ff;
  font-size: 40%;
}

/*----------------------------------------
    traffic
----------------------------------------*/

#traffic {
  padding-bottom: 40px;
  font-size: 117%;
}
#traffic p {
  margin-bottom: 30px;
}
#traffic .traffic_map {
  background-color: #e4dece;
}

/*----------------------------------------
    access_map
----------------------------------------*/

#content .access_map {
  background-color: #ecf5f9;
  border-top: 1px #dbdfe2 solid;
}
#content .access_map .map_section {
  padding-bottom: 39px;
}
#content .access_map .map_section:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#content .access_map .map_section .list {
  float: left;
  width: 654px;
  background-color: #f3f5f7;
  border-bottom: 1px #dddddd solid;
}
#content .access_map .map_section .list p {
  text-align: right;
  padding: 12px 10px 13px 0;
}
#content .access_map .map_section .detail {
  float: right;
  width: 457px;
}
#content .access_map .map_section .detail p {
  padding: 15px 0 11px 0;
}
#content .access_map .map_section .detail .btn {
  position: relative;
  width: 320px;
  margin: 0 auto;
}
#content .access_map .map_section .detail .btn a {
  font-size: 117%;
  color: #ffffff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #113763;
  padding: 10px 0;
  background: -moz-linear-gradient(top, #113763 0%, #09244c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #113763), color-stop(100%, #09244c));
  background: -webkit-linear-gradient(top, #113763 0%, #09244c 100%);
  background: -o-linear-gradient(top, #113763 0%, #09244c 100%);
  background: -ms-linear-gradient(top, #113763 0%, #09244c 100%);
  background: linear-gradient(to bottom, #113763 0%, #09244c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#113763', endColorstr='#09244c', GradientType=0);
  cursor: pointer;
}
#content .access_map .map_section .detail .btn i {
  position: absolute;
  display: inline-block;
}

#content .access_map .map_section .detail .btn i.left {
  left: 20px;
  top: 21px;
}

#content .access_map .map_section .detail .btn i.right {
  right: 20px;
  top: 23px;
}
#content .access_map .map_section .detail .btn .fa-angle-right {
  background: #fff;
  padding: 1px 5px;
  color: #0b2b57;
}
#content .access_map .map_section .detail .btn a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70);
  opacity: 0.7;
}

/*----------------------------------------
    access_guide
----------------------------------------*/

#content .access_guide {
  border-top: 1px #dbdfe2 solid;
}
#content .access_guide dt {
  color: #021d51;
  background: url(/korean/access/img/bg_title.gif) no-repeat scroll left center #eaf1ff;
  margin-bottom: 20px;
  padding: 13px 25px;
  font-size: 150%;
}
#content .access_guide dd {
  margin-bottom: 40px;
}

/*----------------------------------------
    shuttle_buses
----------------------------------------*/

#content .shuttle_buses {
  border-top: 1px #dbdfe2 solid;
  background-color: #ecf5f9;
}
#content .shuttle_buses p {
  margin-bottom: 25px;
}
#content .shuttle_buses dl:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#content .shuttle_buses dl {
  margin-bottom: 10px;
}
#content .shuttle_buses dt {
  color: #021d51;
  background: url(/korean/access/img/bg_title.gif) no-repeat scroll left center #ffffff;
  margin-bottom: 20px;
  padding: 13px 25px;
  font-size: 150%;
}
#content .shuttle_buses dd {
  margin-bottom: 25px;
}
#content .shuttle_buses dd ul li {
  float: left;
  width: 263px;
  margin: 0 0 30px 29px;
  border-bottom: 1px #dddddd solid;
  background-color: #ffffff;
}
#content .shuttle_buses dd ul li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#content .shuttle_buses dd ul li.special {
  margin-left: 0;
}
#content .shuttle_buses dd ul li div {
  display: block;
}
#content .shuttle_buses dd ul li p {
  padding: 15px 18px 20px;
  margin-bottom: 0;
}
#content .shuttle_buses .box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#content .shuttle_buses .box div {
  float: left;
}
#content .shuttle_buses .box table {
  width: 655px;
  float: right;
}
#content .shuttle_buses .box table th {
  background-color: #003164;
  color: #ffffff;
  padding: 10px 15px;
  border-right: 1px #d3d1cd solid;
  border-bottom: 1px #d3d1cd solid;
  font-weight: normal;
  text-align: left;
  vertical-align: text-top;
  width: 170px;
}
#content .shuttle_buses .box table th.special {
  width: 237px;
}
#content .shuttle_buses .box table th.last, #content .shuttle_buses .box table td.last {
  border-right: none;
}
#content .shuttle_buses .box table td {
  background-color: #ffffff;
  padding: 10px 20px;
  border-right: 1px #d3d1cd solid;
  border-bottom: 1px #d3d1cd solid;
  text-align: center;
}
#content .shuttle_buses .box table td.special {
  background-color: #f7f1e0;
  text-align: left;
  vertical-align: top;
}
#content .shuttle_buses .btn {
  position: relative;
  width: 360px;
  margin: 40px auto 30px;
}
#content .shuttle_buses .btn a {
  font-size: 117%;
  color: #ffffff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #113763;
  padding: 10px 0;
  background: -moz-linear-gradient(top, #113763 0%, #09244c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #113763), color-stop(100%, #09244c));
  background: -webkit-linear-gradient(top, #113763 0%, #09244c 100%);
  background: -o-linear-gradient(top, #113763 0%, #09244c 100%);
  background: -ms-linear-gradient(top, #113763 0%, #09244c 100%);
  background: linear-gradient(to bottom, #113763 0%, #09244c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#113763', endColorstr='#09244c', GradientType=0);
  cursor: pointer;
}
#content .shuttle_buses .btn a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70);
  opacity: 0.7;
}
#content .shuttle_buses .btn i {
  position: absolute;
  display: inline-block;
}
#content .shuttle_buses .btn i.left {
  left: 20px;
  top: 21px;
}
#content .shuttle_buses .btn i.right {
  right: 20px;
  top: 23px;
}
#content .shuttle_buses .btn .fa-angle-right {
  background: #fff;
  padding: 1px 5px;
  color: #0b2b57;
}
