html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus {
  outline: 0;
}

body {
  background: #fff;
  line-height: 1;
  color: #000;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a {
  color: #000;
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}

* {
  -webkit-text-size-adjust: none;
}

/* Skip Nav */
#skipNav {
  position: relative;
  z-index: 9999;
}

#skipNav a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #2466a6;
  white-space: nowrap;
  text-align: center;
}

#skipNav a:focus,
#skipNav a:active {
  height: auto;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

img {
  max-width: 100%;
}

object {
  pointer-events: none;
}

input,
select,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
}


html,
body {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 2.2222222222vw;
  color: #000;
  background-color: #efefef;
  overflow-x: hidden;
}

.hidden {
  overflow: hidden;
}
#wrap {
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
}

img {
  max-width: 100%;
}

.inner {
  margin: 0 auto;
  width: 90%;
}

#content {
  padding: 27.2222222222vw 0 0;
}

/* header */
header {
  margin: 0 auto ;
  max-width: 720px;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: box-shadow 0.3s;
}
header.fixed {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.08);
}
header.sub-header {
  border-bottom: 1px solid #F0F0F0;
}
header.sub-header + #content {
  padding-top: 15vw;
}
header .header-top .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 15vw;
}
header .header-top .inner h1 a {
  display: flex;
  align-items: center;
}
header .header-top .inner h1 a img {
  width: 7.9166666667vw;
}
header .header-top .inner h1 a span {
  margin-left: 1.9444444444vw;
  font-size: 4.1666666667vw;
  font-weight: 900;
  color: #313131;
}
header .header-top .inner .back a {
  display: flex;
  align-items: center;
}
header .header-top .inner .back a img {
  width: 6.9444444444vw;
}
header .header-top .inner .back a strong {
  font-weight: 700;
  font-size: 4.4444444444vw;
}
header .header-top .inner .qr-btn button {
  border: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5.5555555556vw;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.1666666667vw;
  padding: 0;
  box-sizing: border-box;
  width: 30.9722222222vw;
}
header .header-top .inner .qr-btn button span {
  margin-right: 1.3888888889vw;
  font-size: 3.3333333333vw;
  color: #000;
  line-height: 1.2em;
}
header .header-top .inner .qr-btn button img {
  width: 6.9444444444vw;
}
header nav ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
header nav ul li {
  width: 100%;
}
header nav ul li a {
  display: flex;
  height: 12.2222222222vw;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 3.6111111111vw;
  position: relative;
}
header nav ul li a img {
  width: 8.3333333333vw;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.5555555556vw;
  background-color: #e30d68;
  width: 0;
  transition: width 0.3s;
}
header nav ul li a.cur::after, header nav ul li a:hover::after {
  width: 100%;
}
header nav ul li a.cur {
  color: #E30D68;
    font-weight: bold;
}

/* footer */
footer {
  margin: 0 auto;
  max-width: 720px;
  background-color: #3F3F3F;
  padding: 11.1111111111vw 0 8.4722222222vw;
  font-size: 3.6111111111vw;
  color: #f0f0f0;
  line-height: 1.32em;
}
footer .footer-logo {
  margin-bottom: 6.8055555556vw;
}
footer .footer-logo img {
  display: block;
  width: 20.8333333333vw;
}
footer address {
  margin-bottom: 6.6666666667vw;
}
footer .footer-info p a {
  color: #f0f0f0;
}
footer .footer-info p + p {
  margin-top: 5.2777777778vw;
}
footer .copyright {
  font-size: 3.0555555556vw;
  color: #b9b9b9;
  line-height: 1em;
  margin-top: 14.3055555556vw;
}

/* QR Modal */
.qr-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.qr-mask.active {
  opacity: 1;
  pointer-events: auto;
}

.qr-modal {
  z-index: 200;
  position: fixed;
  height: 94vh;
  left: 0;
  bottom: -100%;
  right: 0;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 36px 36px 0px 0px;
  overflow: hidden;
  transition: 0.4s;
}




.qr-modal.active {
  bottom: 0;
}
.qr-modal > .qr-close {
  position: absolute;
  border: 0;
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/ico_close.svg);
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  top: 5vw;
  right: 5vw;
}
.qr-modal .modal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 19.3055555556vw 5% 12.2222222222vw;
}
.qr-modal .modal-inner > p {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.19em;
}
.qr-modal .modal-inner > .qr-close {
  border: 0;
  width: 100%;
  cursor: pointer;
  border: 0;
  text-align: center;
  height: 12.5vw;
  border-radius: 2.7777777778vw;
  font-size: 3.8888888889vw;
  font-weight: 700;
  color: #fff;
  background-color: #3f3f3f;
}
.qr-modal .modal-inner .qr-img {
  margin: 0 auto;
  width: 55.5555555556vw;
}
.qr-modal .modal-inner .qr-img img {
  width: 27.7777777778vw;
}
.qr-modal .modal-inner .qr-img img + img {
  margin-top: 5.5555555556vw;
  width: 100%;
}
.qr-modal .modal-inner .qr-img .bar {
  width: 6.9444444444vw;
  height: 2px;
  background-color: #313133;
  margin: 8.3333333333vw auto;
  display: block;
}
.qr-modal .modal-inner .qr-img p {
  font-size: 5vw;
  font-weight: 700;
  color: #000;
  line-height: 1.19em;
}

/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9.7222222222vw auto;
}
.pagination .num {
  margin: 0 0.6944444444vw;
  border-radius: 1.3888888889vw;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  font-size: 3.8888888889vw;
  color: #a2a2a2;
}
.pagination .num.cur {
  background-color: #E30D68;
  color: #fff;
}
.pagination .prev {
  margin-right: 2.0833333333vw;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ico_prev.svg);
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}
.pagination .next {
  margin-left: 2.0833333333vw;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ico_next.svg);
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}


/*일반 정보 상세 팝업*/
.qr-modal.normal-popup {
    overflow-y: auto;
    /*padding-bottom:50px;*/
    border-radius: 0;
    bottom:0;
    background-color: #fff;
    padding-bottom:50px;
    transition: none;
}
.qr-modal.normal-popup .modal-inner{
    padding:0;
    height:100%;
}

.qr-modal.normal-popup .qr-close { display: none;}

.qr-modal.normal-popup .title-h2 {
    font-size: 3.3333333333vw;
    padding: 10px 0 10px 0;
    line-height: 1.6em;
    text-align: left;
}
.qr-modal.normal-popup .detail-info { padding-bottom:50px }
.qr-modal.normal-popup #detail .detail-top .subject { padding-top:60px; text-align: left;}




@media (min-width: 720px) {
  html,
body {
    font-size: 16px;
  }
  #content {
    padding: 196px 0 0;
  }
  /* header */
  header.sub-header + #content {
    padding-top: 108px;
  }
  header .header-top .inner {
    height: 108px;
  }
  header .header-top .inner h1 a img {
    width: 57px;
  }
  header .header-top .inner h1 a span {
    margin-left: 14px;
    font-size: 30px;
  }
  header .header-top .inner .back a img {
    width: 50px;
  }
  header .header-top .inner .back a strong {
    font-size: 32px;
  }
  header .header-top .inner .qr-btn button {
    border-radius: 40px;
    height: 66px;
    width: 223px;
  }
  header .header-top .inner .qr-btn button span {
    margin-right: 10px;
    font-size: 24px;
  }
  header .header-top .inner .qr-btn button img {
    width: 50px;
  }
  header nav ul li a {
    height: 88px;
    font-size: 26px;
  }
  header nav ul li a img {
    width: 60px;
  }
  header nav ul li a::after {
    height: 4px;
  }
  /* footer */
  footer {
    padding: 80px 0 61px;
    font-size: 26px;
  }
  footer .footer-logo {
    margin-bottom: 49px;
  }
  footer .footer-logo img {
    width: 150px;
  }
  footer address {
    margin-bottom: 48px;
  }
  footer .footer-info p + p {
    margin-top: 38px;
  }
  footer .copyright {
    font-size: 22px;
    margin-top: 103px;
  }
  /* QR Modal */
  .qr-modal > .qr-close {
    width: 50px;
    height: 50px;
    top: 36px;
    right: 36px;
  }
  .qr-modal .modal-inner {
    padding: 139px 5% 88px;
  }
  .qr-modal .modal-inner > p {
    font-size: 36px;
  }
  .qr-modal .modal-inner > .qr-close {
    height: 90px;
    border-radius: 20px;
    font-size: 28px;
  }
  .qr-modal .modal-inner .qr-img {
    width: 400px;
  }
  .qr-modal .modal-inner .qr-img img {
    width: 200px;
  }
  .qr-modal .modal-inner .qr-img img + img {
    margin-top: 40px;
  }
  .qr-modal .modal-inner .qr-img .bar {
    width: 50px;
    margin: 60px auto;
  }
  .qr-modal .modal-inner .qr-img p {
    font-size: 36px;
  }
  /* pagination */
  .pagination {
    margin: 70px auto;
  }
  .pagination .num {
    margin: 0 5px;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .pagination .prev {
    margin-right: 15px;
    width: 50px;
    height: 50px;
  }
  .pagination .next {
    margin-left: 15px;
    width: 50px;
    height: 50px;
  }

    /*일반 정보 상세 팝업*/

    .qr-modal.normal-popup .title-h2 {
        font-size: 24px;
        padding: 10px 0 10px 0;
        line-height: 1.6em;
        text-align: left;
    }
    .qr-modal.normal-popup #detail .detail-top .subject { padding-top:80px; }
}


