@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  width: 100%;
}

li,
a {
  text-decoration: none;
  list-style-type: none;
  color: #000;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
dl,
dd,
img {
  margin: 0;
  padding: 0;
  border: 0
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all
}


.Wrap {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}

/* 이벤트 상단 메뉴 */
.event_top {
  width: 100vw;
  height: 110px;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  transition: all 500ms linear;
  border-bottom: 2px solid #b8b8b8;
}

.menu_wrap {
  max-width: 1100px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  transition: all 500ms linear;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.menu_wrap .logo {
  width: 230px;
  transition: all 500ms linear;
  display: flex;
  justify-content: flex-start;
}

.menu_link_list {
  display: flex;
  justify-content: flex-end;
}

.menu_link_list li {
  position: relative;
  width: 60px;
  transition: all 500ms linear;
  padding: 0 35px;
}

.menu_link_list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40px;
  margin: 4px 0;
  background-color: #252525;
  opacity: .7;
}

.menu_link_list li:last-child::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 40px;
  margin: 4px 0;
  background-color: #252525;
  opacity: .7;
}

/* 이벤트 하단 로고 */
.event_logo {
  width: 100%;
  height: 7vw;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #aaa;
}

.event_logo > img {
  width: auto;
  height: 50%;
  padding: 1.7vw;
}

/* 이벤트 하단 정보 */
.event_bottom_info {
  width: 100%;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.event_bottom_info img {
  width: 1000px;
}

/* active */
.event_top.active {
  height: 80px;
  background-color: #fff;
}

.event_top.active .menu_wrap .logo {
  width: 180px;
}

.event_top.active .menu_link_list li {
  width: 48px;
}

.event_top.active .menu_link_list li::before,
.event_top.active .menu_link_list li:last-child::after {
  height: 30px;
}

/* 이벤트 오시는 길 */
.event_location {
  width: 100%;
}

.location_wrap {
  padding: 120px 0 60px;
}

.location_inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 60px;
}

/* 이벤트 오시는 길 타이틀 */
.location_title {
  text-align: center;
}

.location_title span {
  display: block;
  margin-bottom: 10px;
  padding-top: 30px;
  color: #ddd;
  position: relative;
  font-size: 12px;
  letter-spacing: 4px;
}

.location_title span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 57px;
  height: 4px;
  background-color: #35c7c7;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.location_title .title_txt {
  font-weight: 400;
  font-size: 36px;
  color: #333;
  line-height: 1;
}

/* 이벤트 오시는 길 지도 */
.location_map .root_daum_roughmap {
  width: 100%;
}

/* 이벤트 오시는 길 정보 */
.location_info {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  margin-top: 40px;
}

.location_info_left {
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}

.location_info_left .sub_title {
  font-size: 23px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 12px;
}

.location_info_left .sub_txt {
  font-size: 22px;
  font-weight: 500;
  color: #101010;
  margin-bottom: 30px;
}

.location_info_right {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}

.location_info_right .sub_title {
  font-size: 23px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 12px;
}

.location_info_right dd {
  text-align: left;
  font-size: 18px;
}

.location_info_right .ls1 {
  letter-spacing: 36px;
}

.location_info_right .ls2 {
  letter-spacing: 10px;
}

.location_info_right .ls3 {
  letter-spacing: 2px;
}

.location_info_right th {
  color: #111;
  font-weight: 600;
  padding: 7px 0;
}

.location_info_right td {
  color: #595959;
  font-weight: 400;
  letter-spacing: 1px;
}

.location_info_right dd > p {
  margin-top: 5px;
  color: #595959;
  font-weight: 500;
  font-size: 15px;
}


/** 모바일 **/
/* 상단 탭 */
.event-category-tabs.mobile .event-tab-btn {
  font-size: 20px;
}

/* 이벤트 오시는 길 */
.event_location.mobile .location_wrap {
  padding: 10vw 0;
}

.event_location.mobile .location_inner {
  max-width: 80%;
}

/* 이벤트 오시는 길 타이틀 */
.event_location.mobile .location_title span {
  font-size: 3vw;
}

.event_location.mobile .location_title .title_txt {
  font-size: 6vw;
}

/* 이벤트 오시는 길 지도 */
.event_location.mobile .location > div > div {
  height: 620px !important;
}

.event_location.mobile .location .wrap_map {
  height: 620px !important;
}

/* 이벤트 오시는 길 정보 */
.event_location.mobile .location_info {
  display: block;
}

.event_location.mobile .sub_title {
  font-size: 5vw;
}

.event_location.mobile .sub_txt {
  font-size: 8vw;
}

.event_location.mobile .location_info_location {
  margin: 50px 0;
}

.event_location.mobile .location_info_location .sub_txt {
  font-size: 4vw;
}

.event_location.mobile .location_info_right th {
  padding: 10px 0;
  font-size: 4vw;
}

.event_location.mobile .location_info_right td {
  padding-left: 5vw;
  font-size: 4vw;
}

.event_location.mobile .location_info_right dd > P {
  font-size: 3vw;
  margin-top: 10px;
}