@charset "utf-8";
@import "normalize.css";
@import "vendor/slick.css";
@import "vendor/aos.css";
@import "webfonts/nanumsquare.css";

html.y-hidden,
html.y-hidden body {
  overflow-y: hidden;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.5;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  height: auto;
  font-size: 15px;
 
  color: #161616;
}

span, p, h1, h2, h3, h4, h5, h6, a, button, select, strong, b {
  transform: skew(-0.1deg);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  /* color: #004863; */
}

a:focus {
  outline: none;
}

ul,
ul li {
  list-style: none;
}

img {
  display: block;
}

img,
fieldset,
iframe {
  border: 0 none;
}

form legend,
fieldset legend,
hr {
  display: none;
}

em,
address {
  font-style: normal;
}

table {
  width: 100%;
  table-layout: fixed;
}

table caption {
  display: none;
}

table th {
  text-align: center;
}

button {
  border: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

strong {
  font-weight: 800;
}

b.c {
  color: #0e8473;
}

body.desktop .desktop {
  display: block;
}

body.mobile .desktop {
  display: none;
}

body.desktop .mobile {
  display: none;
}

body.mobile .mobile {
  display: block;
}

/* 
  Main
*/
.wrap {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

/* 
  Header
*/
header {
  position: relative;
  padding: 21px 0;
}

body > header {
  z-index: 2;
}

header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-icon-area {
  display: flex;
  gap: 30px;
  align-items: center;
}

.menuBtn {
  width: 30px;
  height: 24px;
  background: transparent url('../img/header-icon-menu.png') left center no-repeat;
}

.menuBtn img {
  display: none;
}

.menuBtn.mClose {
  background-position: -56px top;
}

/* lang */
.langArea {
  position: relative;
}

.langSelect {
  position: relative;
  background: none;
  padding: 5px 18px 5px 8px;
  border-bottom: 2px solid #3f3f3f;
  font-weight: 800;
  font-size: 0.813rem;
}

.langSelect:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 2px;
  width: 10px;
  height: 6px;
  background: url('../img/langSelectArrow.png') left top no-repeat;
  transition: all 0.3s ease;
}

.langSelect._active:after {
  transform: rotate(180deg);
}

.langList {
  font-size: 11px;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  border: 1px solid #3f3f3f;
  background-color: #fff;
  z-index: 1;
}

.langList a {
  display: block;
  padding: 5px;
  font-weight: 700;
}

/* nav menu */
header nav {
  font-size: 1.13rem;
  font-weight: 700;
  width: calc(100% - 300px);
}

.navBg {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 84px;
  height: 370px;
  width: 100%;
  z-index: 0;
  border-top: 2px solid #30ab99;
}

header nav ul {
  display: flex;
}

.menu-nav a {
  display: block;
}

header nav ul.mainmenu > li {
  position: relative;
  flex: 1 1 25%;
  text-align: center;
  z-index: 2;
}

header nav ul.mainmenu > li > a {
  line-height: 42px;
}

.menu-nav .submenu {
  display: none;
  position: absolute;
  top: 63px;
  width: 100%;
  text-align: center;
}

.menu-nav .submenu > li {
  margin: 30px 0;
}

header nav ul.mainmenu > li:hover > a,
.menu-nav .submenu > li > a:hover {
  color: #30ab99;
}



/* 
  Footer
*/
footer {
  background: #313132;
  padding: 30px 0;
  color: #cfcccc;
  font-weight: 600;
}

footer .wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  transform: skew(-0.1deg);
}

footer .wrap a {
  color: #cfcccc;
}

.footer-link-list {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-info {
  line-height: 2;
}

.footer-info p > span {
  margin-left: 30px;
}

.footer-info p.copy {
  margin-top: 10px;
}


/* 
  Section Visual
*/
.visualArea {
  background: url('../img/visualBg.png') center top no-repeat;
}

.visualArea .visualText {
  flex: 1 1 calc(100% - 400px);
}

.visualArea .visualText img {
  max-width: 100%;
  margin: 0 auto;
}

.visualArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 20px;
  gap: 50px;
}

.visualBannerWrap {
  width: 400px;
  margin-right: 50px;
}

.visualBannerWrap .slick-arrow {
  background: url('../img/visualArrow.png') left top no-repeat;
  background-color: transparent;
  text-indent: -99999px;
  width: 23px;
  height: 44px;
  position: absolute;
  top: calc(50% - 22px);
}

.visualBannerWrap .slick-prev {
  left: -50px;
}

.visualBannerWrap .slick-next {
  right: -50px;
  transform: rotate(180deg);
}

/* 
  Section banner
*/
.bannerWrap {
  border-top: 1px solid #b8b6b6;
  padding: 33px 0 25px;
}

.bannerWrap .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bannerList {
  width: calc(100% - 173px);
}

.bannerList li {
  margin-right: 50px;
}

.bannerList .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}

.bnBtn {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 25px;
  padding: 20px;
}

.psBtn {
  display: inline-block;
}

.bnBtn button {
  background: url('../img/bannerArrow.png') left center no-repeat;
  text-indent: -9999px;
  width: 18px;
  height: 23px;
  margin: 0 10px;
}

.bnBtn button.next {
  background-position: -45px center;
}

.bnBtn button.play {
  background-position: right center;
  width: 19px;
}

.bnBtn button.stop {
  background-position: -87px center;
  width: 19px;
}

.psBtn .ps {
  display: none;
}

.psBtn .on {
  display: block;
}


/* 
  Icon Banner
*/
.iconBanner {
  width: 100%;
  margin-bottom: 70px;
}

.iconBanner .slick-list {
  padding: 40px 0;
}

.iconBanner .slick-slide {
  margin: 0 20px;
}

.iconBanner li.ib {
  display: flex;
  width: 230px;
  height: 190px;
  box-shadow: 0 7px 28px 0 rgba(13, 86, 111, 0.2);
  padding: 30px 0;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.iconBanner .ib > a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.iconBanner img {
  max-width: 100%;
  margin: 0 auto;
}

.iconBanner h4 {
  font-weight: 800;
  font-size: 1.4rem;
}

.iconBanner .slick-dots {
  background-color: #9edad3;
  border-radius: 20px;
  height: 12px;
  width: 144px;
  display: flex;
  margin: 0 auto;
}

.iconBanner .slick-dots li {
  border-radius: 20px;
  width: 25%;
  height: 12px;
  text-indent: -9999px;
}

.iconBanner .slick-dots li.slick-active {
  background-color: #00ad9a;
}


/* 
  Section Promotion
*/
.promotionWrap {
  overflow: hidden;
  margin-bottom: 65px;
}

.promotionWrap > .wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.youtubeWrap {
  width: calc(100% - 420px);
  overflow: hidden;
  border-radius: 8px;
}

.youtubeWrap iframe {
  width: 100%;
  height: 100%;
}

.prmArea {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex: 0 0 420px;
}

.prmArea .prm-01,
.prmArea .prm-02 {
  padding: 20px 0;
  border-radius: 10px;
}

.prmArea .prm-01 > img,
.prmArea .prm-02 > img {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.prmArea .prm-01 {
  background-color: #30ab99;
}

.prmArea .prm-02 {
  background-color: #ffe800;
}

.prmArea .snsArea {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #edecec;
  padding: 20px;
  border-radius: 10px;
}


/* 
  Section Application
*/
.applicationWrap {
  padding: 60px 0 80px;
  background-color: #f0f0f0;
}

.applicationWrap h3 {
  font-weight: 800;
  font-size: 3rem;
  text-align: center;
}

.applicationWrap .h3_under {
  color: #4b4b4b;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 50px;
}

.applicationWrap .slick-list {
  padding-top: 20px;
}

.applicationWrap .slick-slide {
  margin: 0 20px;
}

.applicationWrap .slick-slide > div {
  text-align: center;
}

.apl-card {
  max-width: 360px;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
}

.apl-card > a {
  display: block;
  margin: 0 auto;
}

.apl-card:hover > a {
  margin: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 4px;
}

.apl-card img {
  max-width: 100%;
}

.apl-card .apl-info {
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 15px 20px;
  background-color: #fff;
}

.apl-card .apl-info h4 {
  font-size: 1.4rem;
  font-weight: 600;
}

.apl-card .apl-info .sum {
  font-size: 1.05rem
}

.apl-card .apl-info .price {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 7px 0;
}

.apl-card .apl-info .tag {
  font-size: 0.8rem;
  border: 1px solid #6c6b6b;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 5px 0;
}

.apl-card .apl-info .tag img {
  display: inline-block;
  vertical-align: middle;
}

.applicationArea .slick-arrow {
  background: url('../img/aplArrow.png') left top no-repeat;
  background-color: transparent;
  text-indent: -99999px;
  width: 23px;
  height: 44px;
  position: absolute;
  top: calc(50% - 22px);
}

.applicationArea .slick-prev {
  left: -10px;
}

.applicationArea .slick-next {
  right: -10px;
  transform: rotate(180deg);
}

/* 
  Section Notice
*/
.noticeWrap,
.snsWrap {
  margin: 70px 0;
}

.noticeWrap .titleWrap,
.snsWrap .titleWrap {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.noticeWrap h3,
.snsWrap h3 {
  font-size: 3rem;
  font-weight: 800;
}

.noticeWrap > .wrap {
  position: relative;
}

.noticeWrap .moreBtn {
  background: url('../img/moreBtn.png') center right no-repeat;
  color: #626262;
  font-size: 1.13rem;
  font-weight: 600;
  padding-right: 35px;
}

.noticeWrap .tabTitle {
  display: flex;
  gap: 40px;
}

.noticeWrap .tabTitle button {
  background: transparent;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}

.noticeWrap .tabTitle button:hover,
.noticeWrap .tabTitle ._active {
  color: #30ab99;
}

.noticeWrap .tabTitle ._active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #30ab99;
}

.noticeArea {
  display: none;
  gap: 30px;
}

.noticeArea._active {
  display: flex;
}

.noticeBox,
.snsBox {
  position: relative;
  flex: 1 1 297px;
  box-shadow: 0 5px 20px 0 rgba(13, 86, 111, 0.2);
  padding: 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
}


.apl-card:hover:after,
.iconBanner .ib:hover:after,
.noticeBox:hover::after,
.snsBox:hover::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0px;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 10px;
  border: 5px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #079ee2, #30ab99);
  background-origin: border-box;
  background-clip: content-box, border-box;
  transition: all .2s;
}

.noticeBox .under {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.noticeBox .under .date {
  font-size: 1.05rem
}

.noticeBox .under .fileIcon {
  text-indent: -9999px;
  width: 28px;
  height: 26px;
  background: url('../img/iconFile.png') center center no-repeat;
}

.noticeBox h4,
.noticeBox .sum {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.noticeBox h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 20px 0;
}

.noticeBox .sum {
  color: #626262;
  font-size: 1.13rem;
}

.noticeBox .tag {
  color: #fff;
  font-size: 1.05rem;
  display: inline-block;
  padding: 2px 5px;
}

.noticeBox .report {
  background: #1db5db;
}

.noticeBox .notice {
  background: #30ab99;
}

/* 
  Section SNS
*/
.snsIcon {
  display: flex;
  gap: 10px;
}

.snsBox {
  padding: 0;
}

.snsArea {
  color: #626262;
  display: flex;
  gap: 20px;
}

.snsArea .sum {
  font-size: 1.13rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.snsArea .snsareaImg {
  width: 100%;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.snsArea .snsBox:hover .snsareaImg {
  margin: 5px 0 0 5px;
  width: calc(100% - 10px);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.snsArea .under {
  padding: 20px;
}

.snsArea .date {
  font-size: 1.05rem;
  margin-top: 20px;
}


/* 
  resposive
*/
@media all and (min-width: 785px) {
  .apl-card:hover,
  .iconBanner .ib:hover,
  .noticeBox:hover,
  .snsBox:hover,
  .eventCard:hover {
    transform: translateY(-20px)
  }
}

@media all and (max-width: 785px) {

  .applicationWrap,
  .visualArea {
    overflow: hidden;
  }

  footer h2 {
    display: none;
  }

  .footer-info p > span {
    display: block;
    margin-left: 0;
  }

  .menu-nav {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  header nav ul {
    flex-direction: column;
  }

  header nav ul.mainmenu {
  
    font-weight: 400;
    border: 1px solid #c2c1c1;
    border-radius: 10px;
    margin: -40px 30px 30px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }

  header nav ul.mainmenu > li:first-child {
    border-top: 0;
  }

  header nav ul.mainmenu > li {
    flex: 0 0 100%;
    text-align: left;
    position: relative;
    border-top: 1px solid #c2c1c1;
  }

  header nav ul.mainmenu > li > a {
    padding: 20px 40px;
  }

  .mainmenu > li > a:after {
    content: '';
    width: 32px;
    height: 26px;
    position: absolute;
    top: 29px;
    right: 40px;
    background: url('../img/mobileMenuIcon.png') left top no-repeat;
  }

  .mainmenu > li._on > a:after {
    background-position: left bottom;
  }

  .menu-nav .submenu {
    position: static;
    text-align: left;
    background-color: #e6e5e5;
    padding: 15px 0;
  }

  .menu-nav .submenu > li {
    margin: 0;
  }

  .menu-nav .submenu > li > a {
    position: relative;
    padding: 10px 10px 10px 40px;
  }

  .menu-nav .submenu > li > a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 9px 10px 0 0;
    background-color: #000;
  }

  .mainmenu > li._on .submenu {
    display: block;
  }

  header nav ul.mainmenu > li:last-child .submenu {
    border-radius: 0 0 10px 10px;
  }


  .iconArea {
    background-color: #30ab99;
    height: 275px;
    text-align: center;
    position: relative;
  }

  .closeBtn {
    background: none;
    position: absolute;
    top: 125px;
    right: 50px;
  }

  .userArea {
    display: flex;
    color: #fff;
    font-size: 2rem;
    padding-top: 120px;
    margin: 0 30px;
    gap: 10px;
    align-items: center;
    line-height: 1.3;
    text-align: left;
  }

  .userArea img {
    flex: 0 0 56px;
    height: 56px;
  }

  .userArea .linkArea {
    display: flex;
    font-size: 1.5rem;
    color: #bef9f0;
  }

  .userArea .linkArea a:first-child:after {
    content: '';
    width: 2px;
    height: 22px;
    background-color: #bef9f0;
    display: inline-block;
    vertical-align: top;
    margin: 4px 12px 0;
  }

  .visualArea {
    background-size: cover;
  }

  .visualArea .wrap {
    flex-wrap: wrap;
  }

  .visualBannerWrap {
    margin: 0 auto;
    max-width: 400px;
    width: calc(100% - 80px);
  }

  .visualBannerWrap img {
    max-width: 100%;
  }

  .visualArea .visualText {
    flex: 1 1 100%;
  }

  .promotionWrap > .wrap {
    flex-wrap: wrap;
  }

  .youtubeWrap {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    padding-bottom: 60.25%;
    padding-top: 25px;
    height: 0;
  }

  .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .prmArea {
    flex: 0 0 100%;
  }

  .noticeArea,
  .snsArea,
  .noticeWrap .titleWrap {
    flex-wrap: wrap;
  }

  .noticeWrap .titleWrap {
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .noticeWrap .titleWrap .moreBtn {
    position: absolute;
    top: 28px;
    right: 0;
  }

  .noticeWrap .tabTitle {
    flex: 0 0 100%;
  }

  .noticeBox,
  .snsBox {
    flex: 1 1 calc(50% - 30px);
  }
}

@media all and (max-width: 460px) {
  #logo img {max-width: 80%;}
  .header-icon-area {
    gap: 15px;
  }
  .closeBtn {
    right: 20px;
  }

  .prmArea .snsArea {
    gap: 20px;
  }

  .snsLink {
    flex: 0 0 calc(50% - 20px);
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .snsWrap .titleWrap {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .snsBox {
    flex: 1 1 100%;
  }

  .bannerWrap .wrap {
    flex-wrap: wrap;
  }

  .bannerWrap .bannerList {
    width: 100%;
  }

  .bannerWrap .bnBtn {
    margin: 0 auto;
  }

  .footer-link-list {
    gap: 8px;
  }
}

body.mobile .mainContents,
body.mobile .subCuntents,
body.mobile .basic-body.page-body {
  padding-top: 84px;
}

body.mobile header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}

@media all and (max-width: 600px) {
  html {
    font-size: 85%;
  }

  .noticeBox {
    flex: 1 1 100%;
  }

  .noticeBox h4 {
    margin: 10px 0;
  }

  .noticeBox .under {
    margin-top: 10px;
  }

  .noticeBox h4,
  .noticeBox .sum {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}



/* ------------------------------------sub */
.subVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 320px;
  background: url(../img/subVisual01.jpg) no-repeat 50% 0%;
  background-attachment: fixed;
}

.subVisual.menu2 {
  background-image: url(../img/subVisual02.jpg);
  background-position: 10% 100%;
}

.subVisual.menu3 {
  background-image: url(../img/subVisual03.jpg);
}

.subVisual.menu3 h2 {
  color: #161616;
}

.subVisual h2 {
  color: #fff;
 
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
}

.subC {
  padding: 90px 0;
  font-size: 1.25rem;
  line-height: 1.7;
}

.subC .titleWrap {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 45px;
}

.subC .titleWrap h3 {
  font-size: 2.375rem;
  font-weight: 700;
}

.subC .titleWrap .eng {
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
 
}

.subC .titleWrap .eng:after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #000;
  margin-left: -2px;
  margin-top: -2px;
}

/* 전시소개 */
.introTitleWrap {
  
  text-align: center;
  line-height: 1.4;
  margin-bottom: 110px;
}

.introTitleWrap .eng {
  color: #30ab99;
  font-size: 2rem;
  font-weight: 400;
}

.introTitleWrap h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.introTitleWrap .quote {
  font-size: 1.8rem;
  font-weight: 500;
  box-shadow: inset 0 -16px 0 rgb(48 171 153 / 60%);
}

.imgBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 85px;
}

.imgBox .img img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}

.imgBox .txt {
  padding: 20px;
}

.imgBox .txt p {
  margin-bottom: 20px;
}

/* 관람안내 */
.guideInfo {
  padding: 40px 0;
  background-color: #f5f5f5;
}

.guideInfo .wrap {
  display: flex;
  gap: 40px;
}

.guideInfo dl:first-child {
  border: 0;
}

.guideInfo dl {
  display: flex;
  gap: 25px;
  border-left: 1px solid #c0bfbf;
  padding-left: 40px;
  line-height: 1.4;
}

.guideInfo dt {
  font-weight: 600;
  font-size: 1.25rem;
  position: relative;
  padding-left: 10px;
}

.guideInfo dt:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 20px;
  background-color: #30ab99;
}

.infoBox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #e2e9e8;
  padding: 50px 20px 70px;
}

.infoBox:last-child {
  border-bottom: 0;
}

.infoBox .title {
 
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  min-width: 276px;
}

.infoBox .txt {
  margin-top: 10px;
  word-break: keep-all;
}

.infoBox ul.dot {
  margin-bottom: 50px;
}

.infoBox ul.dot > li {
  margin-bottom: 15px;
}


.stepArea > ul {
  display: flex;
  gap: 40px;
}

.stepArea > ul > li {
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.stepArea > ul > li:first-child:before {
  display: none;
}

.stepArea > ul > li::before {
  content: '';
  position: absolute;
  top: 105px;
  left: -27px;
  display: block;
  width: 13px;
  height: 20px;
  background: url('../img/stepArrow.png') left top no-repeat;
}

.stepArea > ul > li img {
  margin: 10px auto 20px;
  max-width: 100%;
}

.stepArea .num {

  color: #30ab99;
  font-size: 1.25rem;
  font-weight: 400;
}

.infoBox dl.sty {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.infoBox dl.sty dt {
  color: #30ab99;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
}

.infoBox dl.sty dt:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 17px;
  height: 12px;
  background: url('../img/dtIcon.png');
}

.infoBox dl.sty dd {
  font-size: 1.25rem;
  margin-top: 5px;
}

/* 오시는 길 */
.mapWrap .address {
  position: relative;
  font-size: 1.25rem;
  padding-left: 25px;
}

.mapWrap .address:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 19px;
  height: 23px;
  background: url('../img/mapIcon.png') left top no-repeat;
}

.mapWrap .mapArea img {
  max-width: 100%;
}

.infoBox._publicT {
  flex-wrap: nowrap;
}

.infoBox._publicT h4 {
  min-width: 120px;
}

span.tArrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 7px 10px;
  background: url('../img/mapArrow.png') left top no-repeat;
}

.facility {
  display: flex;
  gap: 50px 120px;
  flex-wrap: wrap;
}

.facility dl {
  min-width: 300px;
}

dl.sty02 dt {
  font-weight: 600;
  margin-bottom: 20px;
}

dl.sty02 dd {
  margin-left: 13px;
}


/* 이벤트 */
.tabArea {
  display: flex;
  gap: 0;
  justify-content: center;
  margin: 80px auto;
}
.tabArea button {
  flex: 1 1 226px;
  max-width: 226px;
  padding: 10px 0;
  color: #474747;
  font-size: 1.313rem;
  border: 1px solid #c2c1c1;
  border-left-width: 0;
  background-color: #fff;
  margin: 0;
}
.tabArea button:first-child {
  border-left-width: 1px;
}
.tabArea button._active {
  color: #fff;
  font-weight: 600;
  border-color:#00ad9a;
  background-color: #00ad9a;
}


.eventList,
.subCuntents .searchWrap,
.subCuntents .pagingWrap,
.listSearchWrap {
  max-width: 1220px;
  margin: 0 auto;
}

.eventList {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.eventCard {
  flex: 0 0 calc(25% - 20px);
  max-width: 281px;
  transition: all 0.3s ease;
}
.eventCard a {
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 7px 28px 0 rgba(13, 86, 111, 0.2);
}
.eventCard .dday {
  position: absolute;
  top: -15px; left: 15px;
  color: #fcf6f6;
 
  font-size: 1rem;
  background-color: #00ad9a;
  border-radius: 50px;
  padding: 2px 11px 0px;
}
.eventCard .thumb {
  max-width: 100%; height: auto;
}

.eventCard .titleWrap {
  text-align: left;
  padding: 10px;
  border: 1px solid #e2e2e2;
}

.eventCard .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eventCard .date {
  color: #403f3f;
  font-size: 1.125rem;
}
.eventCard .date:before{
  content: '';
  display: inline-block;
  width: 19px; height: 16px;
  background: url('../img/dateIcon.png') left top no-repeat;
  margin: 2px 5px 0 0;
  vertical-align: top;
}

.subCuntents .pagingWrap {
  justify-content: center;
  overflow: hidden;
}
.subCuntents .pagingWrap,
.subCuntents .pagingWrap .pagingList {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.subCuntents .pagingWrap .prevPage,
.subCuntents .pagingWrap .nextPage {
  display: block;
  border: 1px solid #c2c1c1;
  background: #fff url('../img/pagingArrow.png') center 8px no-repeat;
  width: 32px; height: 31px;
  text-indent: -9999px;
}
.subCuntents .pagingWrap .nextPage {
  transform: rotate(180deg);
}

.subCuntents .pagingWrap .pagingList a {
  display: block;
  color: #7b7a7a;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #c2c1c1;
  width: 32px; height: 31px;
  padding-top: 4px;
}

.subCuntents .pagingWrap .pagingList li._active a {
  color: #fff;
  background: #555454;
  border-color: #555454;
}

.subCuntents .searchWrap {
  display: flex;
  justify-content: center;
  border: 1px solid #c2c1c1;
  background-color: #faf9f9;
  padding: 30px 0;
  margin-top: 25px;
}

.subCuntents .searchWrap .searchBtn {
  background: #333333 url('../img/searchIcon.png') center center no-repeat;
  width: 41px; height: 38px;
  text-indent: -9999px;
}

.subCuntents select.select {
  min-width: 110px;
}
.subCuntents select.select,
.subCuntents input[type="search"] {
  height: 38px;
  line-height: 38px;
  text-align: left;
  border: 1px solid #c2c1c1;
  font-size: 0.938rem;
  font-weight: 600;
 
  color: #5e5d5d;
  border-radius: 0;
  text-indent: 8px;
}
.subCuntents input[type="search"] {
  border-left: 0;
  transform: skew(-0.1deg);
  min-width: 335px;
  height: 36px;
}


/* 전시도면 */
.floorplanTitle {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}
.floorplanTitle .txt {
  line-height: 1.3;
}
.floorplanTitle .txt h5,
.floorplanTitle .txt .info {
  
}
.floorplanTitle .txt h5 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.floorplanTitle .txt .info,
.floorplanTitle .txt .info2 {
  font-size: 1.5rem;
}


.flooplanImg {
  cursor: pointer;
}

.flooplanImg img {
  max-width: 100%;
  margin: 0 auto;
}


.imgPopup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background: rgba(0,0,0,0.8);
  z-index: 2;
}

.imgPopup img {
  position: relative;
  max-width: 100%;
  max-height: 90vh;
  margin: 5vh auto 0;
}

.imgArea {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.imgPopupCloseBtn {
  border: 0;
  position: absolute;
  top: -40px;
  right: 20px;
  width: 25px;
  height: 21px;
  background: transparent url('../img/imgPopupCloseBtn.png') center center no-repeat;
}

/* 참가기업리스트 */
.listSearchArea {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 40px;
}
.listSearchArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.listSearchArea li a {
  display: block;
  width: 27px; height: 27px;
  background: #fff;
  border: 1px solid #cdcdcd;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding-top: 2px;
}
.listSearchArea li.wide a {
  width: 65px; height: 27px;
}
.listSearchArea li._active a {
  background: #222222;
  color: #fff;
}

/* My Page */
.mypageArea {
  width: 100%;
}
.mypageArea .userWrap {
  background: #f3f3f3;
  font-size: 1.25rem;
  padding: 30px 50px;
  margin-bottom: 25px;
}

.mypageArea .userWrap .userInfo .tag {
  color: #fff;
  background-color: #30ab99;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  margin: 6px 27px 0 0;
  padding: 0 5px;
  position: relative;
}
.mypageArea .userWrap .userInfo .tag:after {
  content: '';
  position: absolute;
  right: -22px; top: 2px;
  width: 16px; height: 17px;
  background: url('../img/mypageUserIcon.png') center center no-repeat;
}

.mypageArea .userInfo b {
  font-weight: 900;
}

.mypageArea .infoArea {
  border: 2px solid #c2c1c1;
  background: #fff;
  margin-bottom: 40px;
}

.mypageArea .infoArea h4 {
  text-align: center;
  border-bottom: 1px solid #c2c1c1;
  padding: 15px;
}

.mypageArea .infoArea h4,
.mypageArea .infoArea dt {
  font-size: 1.125rem;
  font-weight: 800;
  display: block;
}

.mypageArea .infoList {
  padding: 30px 0 20px;  
  display: flex;
  justify-content: center;
  align-items: center;
}

.mypageArea .infoArea dl {
  text-align: center;
  position: relative;
  padding: 0 30px;
}

.mypageArea .infoList dl:before {
  content:'';
  position: absolute;
  top: 0; left: 0;
  width: 1px;
  height: 100%;
  background: #c2c1c1;
}
.mypageArea .infoList dl:first-child:before {
  display: none;
}

.mypageArea .infoList dd {
  color: #8f8888;
 
  font-weight: 600;
  font-size: 1.375rem;
}

.ticketTag {
  color: #fff;
  display: inline-block;
  background-color: #555454;
  padding: 3px 13px;
  margin-top: 5px;
}

.ticketTag:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 32px; height: 20px;
  margin: 5px 9px 0 0;
  background: url('../img/ticketIcon.png') center center no-repeat;
}

.orderListWrap .notice {
  font-size: 0.938rem;
  margin-bottom: 20px;
}

.orderListWrap .notice b {
  font-weight: 800;
}

.orderTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.orderTop h5 {
  font-size: 1.25rem;
}

.orderTop h5 span {
  font-weight: 800;
}

.orderTop select.select {
  min-width: 200px;
}

.orderListArea {
  text-align: center;
  margin-bottom: 80px;
}

.order-head {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.order-head,
.order-body {
  width: 100%;
  display: flex;
}

.oh-item,
.ob-item,
.mypageArea .infoArea dt {
  transform: skew(-0.1deg);
  word-break: break-all;
}

.oh-item {
  padding: 12px 7px 10px;
  font-weight: 800;
  font-size: 1rem;
}

.order-body {
  border-bottom: 1px solid #dddddd;
}

.ob-item {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 10px 7px;
}

.orderListArea .noList {
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 800;
  padding: 100px 0;
}
.orderListArea .noList:before {
  content: '';
  display: block;
  margin: 0 auto 20px;
  width: 38px; height: 38px;
  background: url('../img/orderNoList.png') center center no-repeat;
}

body.desktop .orderListArea ._num {width: 18%;}
body.desktop .orderListArea ._name {width: 43%;}
body.desktop .orderListArea ._price {width: 15%;}
body.desktop .orderListArea ._way {width: 12%;}
body.desktop .orderListArea ._state {width: 12%;}



/* 
  resposive
*/
@media (max-width: 1100px) and (min-width: 786px) {
  .guideInfo .wrap dl {
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media all and (max-width: 990px) {
  .eventCard {
    flex: 0 0 calc(33% - 20px);
  }
}

body.mobile .imgBox,
body.mobile .guideInfo .wrap,
body.mobile .stepArea > ul,
body.mobile .infoBox._publicT {
  flex-wrap: wrap;
}

body.mobile .imgBox._orderChange .txt {
  order: 2;
}

body.mobile .imgBox .img {
  margin: 0 auto;
  width: 100%;
}

body.mobile .imgBox .img img {
  width: 100%;
}

body.mobile .guideInfo dl {
  width: 100%;
  border-left: 0;
  border-top: 1px solid #c0bfbf;
  padding: 40px 0 0;
}

body.mobile .guideInfo dl:first-child {
  border-top: 0;
  padding-top: 0;
}

body.mobile .infoBox {
  gap: 10px;
}

body.mobile .infoBox .title {
  margin-bottom: 0;
  width: 100%;
}

body.mobile .stepArea > ul > li {
  flex: 1 1 calc(50% - 20px);
}

body.mobile .stepArea > ul > li:nth-child(2n+1):before {
  display: none;
}

body.mobile .stepArea > ul > li:nth-child(2n+1):before {
  display: none;
}

body.mobile .subVisual.menu3 {background-position: 40% 0%;}
body.mobile .eventCard {
  flex: 0 0 calc(50% - 20px);
}
body.mobile .subCuntents input[type="search"] {
  min-width:  auto;
}

body.mobile .floorplanTitle {
  flex-wrap: wrap;
}

body.mobile .mypageArea .userWrap {
  padding-bottom: 80px;
}
body.mobile .mypageArea .userWrap .userInfo {
  display: block;
}
body.mobile .mypageArea .infoArea {
  margin: -85px 20px 20px;
}
body.mobile .mypageArea .infoArea h4 {
  border-bottom: 0;
  font-size: 1.2rem;
}
body.mobile .mypageArea .infoList {
  padding: 0 0 20px;
}
body.mobile .mypageArea .infoArea dl {
  padding: 0 10px;
}
body.mobile .orderListWrap {
  margin: 0 20px;
}

body.mobile .orderListWrap .notice {
  font-size: 1.2rem;
}


body.mobile .order-body:not(.noList) {
  display: flex;
  flex-direction: column;
  border: 1px solid #c2c1c1;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: left;
  margin-bottom: 20px;
}

body.mobile .order-body.noList {
  border-top: 1px solid #ddd;
}

body.mobile .ticketTag:before {
  width: 27px;
  background-size: 100% auto;
  margin-top: 2px;
}

body.mobile .order-head {
  display: none;
}


body.mobile .ob-item {
  border-bottom: 1px solid #eeebeb;
  padding-left: 50%;
}

body.mobile .ob-item:before {
  content: '주문일/주문번호';
  display: inline-block;
  padding: 12px 7px 10px;
  font-weight: 800;
  font-size: 1rem;
  width: 50%;
  position: absolute;
  top: 0; left: 0;
}

body.mobile .ob-item._name:before {
  content: '상품정보';
}
body.mobile .ob-item._price:before {
  content: '총 주문금액';
}
body.mobile .ob-item._way:before {
  content: '결제방법';
}
body.mobile .ob-item._state:before {
  content: '주문처리상태';
}
body.mobile .ob-item._state {
  border-bottom: 0;
}

body.mobile .mypageArea .userWrap .userInfo .tag {
  margin-top: 3px;
}

@media all and (max-width: 450px) {/* fold */
  .eventList {gap: 25px 0}
  .eventCard {
    flex: 0 0 100% !important;
    margin: 0 auto;
  }
  .eventCard .date { font-size: 0.9rem; }
  .eventCard .date:before {
    width: 13px;
    background-size: 100% auto;
  }
  body.mobile .mypageArea .userWrap {padding: 30px 10px 80px 20px;}
  body.mobile .mypageArea .infoArea { margin: -85px 0 20px !important; }
  body.mobile .orderListWrap {margin: 0 auto;}
  .orderTop {display: block; overflow: hidden;}
  .orderTop select.select {float: right; margin-top: 10px;}
  body.mobile .ob-item:before {width: 100%;}
  body.mobile .ob-item { padding-left: 7px; padding-top: 50px; }
}

/* 
  서브 페이지 스타일 수정
*/
.shop-order-form #display_pay_button a.btn01 { text-align: center; }
.shop-order-form .order-member-area .sod-frm-title h4:after { top: -26px; left: -21px; }