@import "../css/fonts.css";
.text-center {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: 0;
}

.blind {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
ul,
ol,
dl,
dt,
dd,
p,
button,
figure {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hahmlet";
  font-weight: 300;
  color: #111;
}

a {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
  font-weight: bold;
  font-family: "Hahmlet";
}

legend,
caption {
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

a {
  font-style: normal;
  text-decoration: none;
  color: #111;
}

fieldset,
button {
  background: none;
  border: 0px;
}

li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input,
textarea {
  font-family: "Pretendard";
}

input,
button {
  box-sizing: inherit;
}

hr {
  border-width: 1px 0 0 0;
}

.bold {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

/*띠배너*/
.banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  z-index: 1000;
  height: 45px;
  overflow: hidden;
}
.banner-wrap {
  padding: 0px 25px 0px 10px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -webkit-fill-available;
}
.banner .close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  overflow: hidden;
}
.banner .close::after {
  content: "x";
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
}
.banner .close span {
  position: absolute;
  text-indent: -9999px;
}
.banner p,
.banner p a {
  color: #fff;
  font-family: "Pretendard";
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner + #header {
  top: 45px;
}

.banner + #header.mobile {
  top: 0;
}

/*popup*/
.scrollLock {
  overflow: hidden;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 500px;
  width: 500px;
  z-index: 999999;
  background-color: #fff;
  transform: translate(-50%, -50%);
  /* display: none; */
}
.popup .popup-wrap {
  height: 100%;
}
.popup .popup-head {
  display: flex;
  padding: 0.625rem 2.1875rem 0.625rem 0.9375rem;
  position: relative;
  background-image: url(../images/taste_bg.png);
}
.popup .popup-head .title {
  font-size: 1.25rem;
  line-height: 1;
}
.popup .popup-head .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 25px;
  width: 25px;
}
.popup .popup-head .close::after {
  content: "X";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 1.5rem;
  height: 25px;
  width: 25px;
}
.popup .popup-head .close span {
  position: absolute;
  text-indent: -9999px;
}
.popup .popup-body {
  font-size: 0.875rem;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.9375rem 0.875rem;
  position: relative;
  height: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  width: 100%;
}
.popup .popup-body img {
  width: 100% !important;
}
.popup .popup-foot {
  background-color: #fff;
  padding: 0.625rem 2.1875rem 0.625rem 0.9375rem;
}

.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: none; */
}
.img-popup .popup-wrap {
  height: 540px;
  width: 480px;
  position: relative;
}
.img-popup .popup-body {
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.img-popup .popup-body img {
  width: 100% !important;
}
.img-popup .popup-foot {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 0.5rem;
  position: absolute;
  bottom: -25px;
  width: 100%;
  height: 30px;
}
.img-popup .popup-foot .close {
  color: #111;
  font-weight: 300;
}

.btn-tdy-close {
  font-size: 14px;
  line-height: 14px;
}

dd + .bold_title {
  margin-top: 15px;
}
.pc_hide,
.pm_hide {
  display: none;
}
.mo_hide {
  display: block;
}
@media (max-width: 47.5rem) {
  .popup:not(.img-popup) {
    height: 350px;
    width: 300px;
  }
  .img-popup {
    align-items: flex-end;
  }
  .img-popup .popup-wrap {
    max-height: 40%;
    width: 100%;
    position: relative;
  }
  .img-popup .popup-body img {
    height: auto;
    position: absolute;
    bottom: 0;
  }
  .img-popup .popup-body {
    /* height: unset;
    min-height: 320px;
    max-height: 320px; */
    position: absolute;
    bottom: 30px;
  }
  .pc_hide {
    display: block;
  }
  .mo_hide,
  .pm_hide {
    display: none;
  }
  .img-popup .popup-foot {
  	position: absolute;
  	bottom: 0;
  	height: 30px;
  }
}

.btn-more-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.125rem;
}
.btn-more-wrap .btn-more {
  /* background-color: rgba(255, 255, 255, 0.5); */
  color: #1d1d1d;
  font-size: 1rem;
  line-height: 30px;
  height: 35px;
  width: 100px;
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 47.5rem) {
  .btn-more-wrap {
    margin-top: 2.125rem;
  }
  .btn-more-wrap .btn-more {
    font-size: 1rem;
    line-height: 2.1875rem;
  }
}

.pagination a.pagination_arrow.prev,
.pagination a.pagination_arrow.db_prev {
  transform: rotate(180deg);
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}
tr,
th {
	vertical-align: middle;
}
table caption {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
}

.tbl {margin-bottom: 10px;}
.tbl th, .tbl td {
  border: 1px solid #dcdcdc;
  padding: 10px;
  color: #555;
}
.report_group .tbl td {
  padding:12px 10px;
  text-align: center;
}

@media(max-width: 47.5rem) {
  .report_group .tbl th,
  .report_group .tbl td {
    font-size: .875rem;
  }
}