@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Thin.woff2) format("woff2"), url(../../common/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Light.woff2) format("woff2"), url(../../common/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Regular.woff2) format("woff2"), url(../../common/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Medium.woff2) format("woff2"), url(../../common/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Bold.woff2) format("woff2"), url(../../common/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Black.woff2) format("woff2"), url(../../common/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

html, a, button,
input, textarea {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
}

*,
*::before,
*::after {
  letter-spacing: -0.02em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.025em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *,
  *::before,
  *::after {
    word-break: break-all;
  }
}

html {
  height: 100vh;
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

/*a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
html,
textarea,
input {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

a + a,
img,
input + a,
input + button {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #222;
}

a:hover {
  text-decoration: none;
}

button,
button:hover,
button:active,
button:visited,
a:hover,
a:active,
a:visited {
  color: #222;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
select,
textarea {
  padding: 0 8px;
  box-sizing: border-box;
  color: #222;
  font-size: 16px;
  background: #fff;
  vertical-align: middle;
  height: 55px;
  padding-inline: 20px;
  border-radius: 55px;
  border: solid 1px #CBD0D8;
}
@media screen and (max-width: 767.9px) {
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=date],
  input[type=search],
  select,
  textarea {
    font-size: 14px;
    height: 43px;
  }
}

input[type=date] {
  position: relative;
}

input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 15px;
  width: 12px;
  height: 13px;
  background: url(../img/btn_date.png) no-repeat center/cover;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  line-height: 1.5;
  outline: none;
  border-radius: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_arrow_down.png") no-repeat #fff;
  background-position: calc(100% - 20px) center;
  background-size: 10px auto;
  outline: none;
  padding-right: 30px;
}

/*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
input[type=chekbox],
input[type=radio] {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search] {
  padding-inline: 12px 10px;
  height: 40px;
  border: 1px solid #E7E7E7;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(../img/icon_del.png) center center no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}

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

i {
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}

th {
  text-align: center;
}

td {
  text-align: left;
}

table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

select,
textarea,
input[type=text],
input[type=password] {
  width: 100%;
}

textarea {
  min-height: 150px;
  text-align: left;
  padding: 12px 15px;
}

input[type=tel] {
  width: 40px;
  min-width: 40px;
  margin-right: 4px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px !important;
  }
}

@supports (-webkit-appearance: none) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
  }
  @media screen and (max-width: 767.9px) {
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      font-size: 14px !important;
    }
  }
}
input:disabled {
  border: solid 1px #CBD0D8;
  background-color: #E5E8ED;
  cursor: not-allowed;
}

select:disabled,
input[readonly],
textarea[readonly] {
  border: 1px solid #CBD0D8;
  opacity: 1;
  background: #E5E8ED;
}

input[readonly]:focus,
textarea[readonly]:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input:disabled::-webkit-input-placeholder,
input[readonly]::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder {
  color: #7E7E7E;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #7E7E7E;
  opacity: 1;
}

input:disabled::-ms-input-placeholder,
input[readonly]::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder,
textarea[readonly]::-ms-input-placeholder {
  color: #7E7E7E;
  opacity: 1;
}

input:disabled::placeholder,
input[readonly]::placeholder,
textarea:disabled::placeholder,
textarea[readonly]::placeholder {
  color: #7E7E7E;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #7E7E7E;
  opacity: 1;
}

input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  line-height: 1.5;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}

main,
section,
article {
  display: block;
}

fieldset,
form {
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

.svg_icon {
  transition: all 0.2s;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.svg_icon.icon_search {
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath stroke='%23000' stroke-width='4' d='M11.868 20.82c5.252 0 9.628-4.13 9.628-9.37 0-5.24-4.376-9.37-9.628-9.37S2.24 6.21 2.24 11.45c0 5.24 4.376 9.37 9.628 9.37Z'/%3E%3Cpath fill='%23000' d='M21.34 18.566a2.085 2.085 0 0 0-2.876 0 1.919 1.919 0 0 0 0 2.78l2.877-2.78Zm-2.876 2.78 6.338 6.123 2.876-2.78-6.337-6.123-2.877 2.78Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_bar {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23000' stroke-width='2' d='M.217 2.5H26M.217 12.5H26M.217 22.5H26'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_search.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath stroke='%230F7FE7' stroke-width='4' d='M11.868 20.82c5.252 0 9.628-4.13 9.628-9.37 0-5.24-4.376-9.37-9.628-9.37S2.24 6.21 2.24 11.45c0 5.24 4.376 9.37 9.628 9.37Z'/%3E%3Cpath fill='%230F7FE7' d='M21.34 18.566a2.085 2.085 0 0 0-2.876 0 1.919 1.919 0 0 0 0 2.78l2.877-2.78Zm-2.876 2.78 6.338 6.123 2.876-2.78-6.337-6.123-2.877 2.78Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_search.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='4' d='M11.868 20.82c5.252 0 9.628-4.13 9.628-9.37 0-5.24-4.376-9.37-9.628-9.37S2.24 6.21 2.24 11.45c0 5.24 4.376 9.37 9.628 9.37Z'/%3E%3Cpath fill='%23fff' d='M21.34 18.566a2.085 2.085 0 0 0-2.876 0 1.919 1.919 0 0 0 0 2.78l2.877-2.78Zm-2.876 2.78 6.338 6.123 2.876-2.78-6.337-6.123-2.877 2.78Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_bar.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%230F7FE7' stroke-width='2' d='M.217 2.5H26M.217 12.5H26M.217 22.5H26'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
  font-size: 0;
}
.png_icon.icon_list_map {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_list_map.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.png_icon.icon_event_color {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_event_color.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.png_icon.icon_shop {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_shop.png);
  width: 30px;
  min-width: 30px;
  height: 29px;
}
.png_icon.icon_photographer {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_photographer.png);
  width: 36px;
  min-width: 36px;
  height: 33px;
}
.png_icon.icon_talk {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_talk.png);
  width: 37px;
  min-width: 37px;
  height: 36px;
}
.png_icon.icon_notice {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_notice.png);
  width: 32px;
  min-width: 32px;
  height: 38px;
}
.png_icon.icon_event_color_l {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_event_color_l.png);
  width: 33px;
  min-width: 33px;
  height: 36px;
}
.png_icon.icon_qr_s {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_qr_s.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.png_icon.icon_my_info {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_my_info.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_qna {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_qna.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_notice_list {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_notice_list.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_faq {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_faq.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_like_on {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like_on.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_push {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_push.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_setting {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_setting.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_check_point {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_check_point.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  position: relative;
  padding: 0 20px;
  border-radius: 6px;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  letter-spacing: -0.025em;
  color: #fff;
  gap: 8px;
}
.com_btn:visited, .com_btn:link, .com_btn:active, .com_btn:hover {
  color: #fff;
}
.com_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  position: relative;
}
.com_btn_wrap.between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_btn_wrap.flex {
  flex-wrap: wrap;
}
.com_btn_wrap.bottom {
  margin-top: 40px;
}
@media screen and (min-width: 1023.9px) {
  .com_btn_wrap.bottom {
    gap: 20px;
  }
  .com_btn_wrap.bottom .com_btn {
    min-width: 150px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom {
    margin-top: 30px;
  }
  .com_btn_wrap.bottom .com_btn {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    height: 43px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom.one .com_btn {
    flex: none;
    min-width: 120px;
    height: 37px;
  }
}
.com_btn_wrap.has_paging {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.has_paging {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    gap: 20px;
  }
}
.com_btn_wrap.has_paging .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_btn_wrap.has_paging .right {
    position: absolute;
    right: 0;
    top: 0;
  }
  .com_btn_wrap.has_paging .right .com_btn {
    min-width: 0;
  }
}
.com_btn_wrap.right {
  justify-content: flex-end;
}
.com_btn_wrap .com_paging {
  margin-top: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_btn_wrap .com_paging {
    height: 52px;
  }
}
.com_btn.full {
  width: 100%;
  flex: 1;
}
.com_btn.extend {
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.m_full {
    width: 100%;
    flex: 1;
  }
}
.com_btn.point {
  background-color: #0F7FE7;
}
.com_btn.dark {
  background-color: #222;
}
.com_btn.gray {
  background-color: #E7E7E7;
  color: #767678;
}
.com_btn.dark_gray {
  background-color: #5b637a;
  color: #fff;
}
.com_btn.active {
  background-color: #E7E7E7;
  color: #fff;
}
.com_btn.white {
  border: 1px solid #0F7FE7;
  color: #0F7FE7;
  background-color: #fff;
}
.com_btn:disabled, .com_btn.disabled {
  background-color: #E7E7E7 !important;
  color: #767678 !important;
  opacity: 0.8;
}
.com_btn.line {
  border: solid 1px;
  background-color: #0F7FE7;
}
.com_btn.line.point {
  border-color: #0F7FE7;
  background-color: #E7F3FD;
  color: #0F7FE7;
}
.com_btn.line.point.bg_none {
  background-color: transparent;
}
.com_btn.line.gray {
  border-color: #E7E7E7;
  background-color: transparent;
  color: #595959;
}
.com_btn.line.dark {
  border-color: #595959;
  background-color: transparent;
  color: #222;
}
.com_btn.circle {
  border-radius: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  min-width: 0;
}
.com_btn.l {
  height: 55px;
  font-weight: 600;
  font-size: 17px;
}
.com_btn.l.oval {
  border-radius: 55px;
}
.com_btn.m {
  height: 45px;
  font-weight: 500;
  font-size: 14px;
}
.com_btn.m.oval {
  border-radius: 45px;
}
.com_btn.s {
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  min-width: auto;
}
.com_btn.s.oval {
  border-radius: 35px;
}
.com_btn.xs {
  height: 30px;
  font-size: 13px;
  font-weight: 500;
  padding-inline: 13px;
  min-width: auto;
}
.com_btn.xs.oval {
  border-radius: 30px;
}
.com_btn.full {
  width: 100%;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.px_0 {
  padding-inline: 0;
}
.com_btn.btn_more:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_paging {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_paging.pc_ver {
    display: none;
  }
}
@media screen and (min-width: 767.9px) {
  .com_paging.m_ver {
    display: none;
  }
}
.com_table + .com_paging {
  margin-top: 40px;
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    min-width: 32px;
    height: 32px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 18px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_prev {
    margin-right: 4px;
  }
}
.com_paging .btn_next {
  margin-left: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_next {
    margin-right: 4px;
  }
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #0F7FE7;
  border-radius: 100%;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
}
.sec-paging :is(.pg-btn, .btn-page) {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #222;
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .group-prev {
  background-image: url("../img/arrow_last.png");
  transform: rotate(180deg);
}
.sec-paging .group-next {
  background-image: url("../img/arrow_last.png");
}
.sec-paging :is(.group-prev, .prev) {
  transform: rotate(180deg);
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #0F7FE7;
}

.com_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  border: solid #E7E7E7;
  border-width: 1px;
  border-radius: 50px;
  background-color: #fff;
}
.com_tab .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  white-space: nowrap;
  min-height: 50px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #595959;
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    font-size: 14px;
    letter-spacing: -0.35px;
    min-height: 44px;
  }
}
.com_tab .tab.active {
  position: relative;
  z-index: 1;
  background-color: #0F7FE7;
  color: #fff;
  border-radius: 50px;
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}

.com_board_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_board_tab .tab {
  font-size: 18px;
  font-weight: 700;
  color: #909FAD;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_board_tab .tab {
    font-size: 15px;
  }
}
.com_board_tab .tab .png_icon {
  opacity: 0.5;
  width: 24px;
  min-width: 24px;
}
@media screen and (max-width: 767.9px) {
  .com_board_tab .tab .png_icon {
    width: 18px;
    min-width: 18px;
  }
}
.com_board_tab .tab.active {
  color: #222;
}
.com_board_tab .tab.active .png_icon {
  opacity: 1;
}
.com_board_tab .tab:not(:first-child) {
  position: relative;
}
.com_board_tab .tab:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  margin-inline: 20px;
  background: #A6BFD6;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  .com_board_tab .tab:not(:first-child):before {
    margin-inline: 10px;
  }
}

.com_chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 7px;
  cursor: pointer;
  line-height: initial;
  font-size: 16px;
  letter-spacing: -0.32px;
  white-space: normal;
}
.com_chk__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px 30px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_chk__wrap.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-start;
}
.com_chk input[type=text],
.com_chk input[type=number] {
  width: 80px;
  text-align: center;
}
.com_chk input[type=checkbox],
.com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
}
.com_chk input[type=checkbox]::before,
.com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bdbfc2;
  border-radius: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 2px;
}
.com_chk input[type=checkbox]:checked::before,
.com_chk input[type=radio]:checked::before {
  background-image: url("../img/svg/icon_chk_on.svg");
  border: none;
}
.com_chk input[type=checkbox]:disabled,
.com_chk input[type=radio]:disabled {
  opacity: 0.4;
  border: none;
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle input[type=checkbox]::before,
.com_chk.circle input[type=radio]::before {
  border-radius: 50%;
  background-image: none;
}
.com_chk.circle input[type=checkbox]:checked::before,
.com_chk.circle input[type=radio]:checked::before {
  background-image: url("../img/svg/icon_radio_on.svg");
  background-size: contain;
  border: none;
}

.com_chk_btn {
  cursor: pointer;
}
.com_chk_btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_chk_btn input + .btn {
  height: 40px;
  padding-inline: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 500;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid #222;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_chk_btn input + .btn {
    font-size: 14px;
  }
}
.com_chk_btn input:checked + .btn {
  color: #fff;
  background-color: #0F7FE7;
  border-color: #0F7FE7;
}
.com_chk_btn input:disabled + .btn {
  background-color: #e2e7ed !important;
  color: #b1b3b7 !important;
  border: none !important;
  cursor: default;
}
.com_chk_btn.gray input + .btn {
  background-color: #E7E7E7;
  color: #b1b3b7;
  border-color: #E7E7E7;
}
.com_chk_btn.gray input:checked + .btn {
  color: #fff;
  background-color: #0F7FE7;
  border-color: #0F7FE7;
}
.com_chk_btn.line input + .btn {
  background-color: transparent;
  color: #0F7FE7;
  border-color: #0F7FE7;
}
.com_chk_btn.line input:checked + .btn {
  color: #fff;
  background-color: #0F7FE7;
  border-color: #0F7FE7;
}

.com_btn_like {
  position: relative;
}
.com_btn_like:hover {
  cursor: pointer;
}
.com_btn_like:hover input[type=checkbox]:after {
  opacity: 1;
}
.com_btn_like input[type=checkbox]:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like.png);
  width: 21px;
  min-width: 21px;
  height: 20px;
}
.com_btn_like input[type=checkbox]:checked::before {
  background-image: url(../img/icon_like_on.png);
}
.com_btn_like input[type=checkbox]:after {
  content: "즐겨찾기 해제 상태";
  position: absolute;
  top: 25px;
  left: -50px;
  font-size: 12px;
  white-space: nowrap;
  padding: 5px 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DEE3E8;
  border-radius: 5px;
  opacity: 0;
  transition: 0.2s;
}
.com_btn_like input[type=checkbox]:checked::after {
  content: "즐겨찾기 설정 상태";
}
.com_btn_like.l input[type=checkbox]:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like.png);
  width: 41px;
  min-width: 41px;
  height: 40px;
}
.com_btn_like.l input[type=checkbox]:after {
  top: 45px;
}
.com_btn_like.l input[type=checkbox]:checked::before {
  background-image: url(../img/icon_like_on.png);
}

.com_btn_like_circle {
  position: relative;
}
.com_btn_like_circle:hover {
  cursor: pointer;
}
.com_btn_like_circle:hover input[type=checkbox]:after {
  opacity: 1;
}
.com_btn_like_circle input[type=checkbox]:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like_circle.png);
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.com_btn_like_circle input[type=checkbox]:checked::before {
  background-image: url(../img/icon_like_circle_on.png);
}
.com_btn_like_circle input[type=checkbox]:after {
  content: "즐겨찾기 해제 상태";
  position: absolute;
  top: 45px;
  left: -50px;
  font-size: 12px;
  white-space: nowrap;
  padding: 5px 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DEE3E8;
  border-radius: 5px;
  opacity: 0;
  transition: 0.2s;
}
.com_btn_like_circle input[type=checkbox]:checked::after {
  content: "즐겨찾기 설정 상태";
}

.com_switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #D9D9D9;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch__wrap {
  position: relative;
  width: 40px;
}
.com_switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox] {
  background-color: #0F7FE7;
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  background-color: #fff;
  border: none;
}

.com_btn_view_activity {
  margin-top: 20px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  padding-inline: 12px;
  border-radius: 50px;
  background: #C6DFF6;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_view_activity {
    margin-top: 0;
  }
}
.com_btn_view_activity.gray i {
  background-image: url(../img/icon_check_gray.png);
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: center;
}
.com_popup .bg_close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.com_popup .pop_container {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
}
.com_popup .pop_container.l {
  width: 900px;
}
.com_popup .pop_container.s {
  width: 500px;
}
.com_popup .pop_container.sm {
  width: 380px;
}
.com_popup .content_container {
  padding: 22px;
  scrollbar-face-color: #999;
  scrollbar-highlight-color: #999; /*스크롤*/
  scrollbar-3dlight-color: #999; /*하이라이트*/
  scrollbar-darkshadow-color: #999; /*왼쪽외곽음영*/
  scrollbar-shadow-color: #999; /*오른쪽외곽음영*/
  scrollbar-arrow-color: #999; /*오른쪽 안쪽음영*/
  scrollbar-track-color: #999; /*화살*/
  /*스크롤영역*/
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
@media screen and (max-width: 767.9px) {
  .com_popup .content_container {
    padding-inline: 20px;
  }
}
.com_popup .content_container::-webkit-scrollbar {
  opacity: 0;
  width: 8px;
  height: 8px;
}
.com_popup .content_container::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.com_popup .content_container::-webkit-scrollbar-thumb {
  background-color: #999;
  background-clip: padding-box;
  border-radius: 8px;
}
.com_popup .content_container::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background: #f7f7f7;
}
.com_popup .content_container.com_center_wrap {
  width: auto;
  margin-inline: 15px;
}
.com_popup .btn_container {
  position: relative;
  padding: 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.com_popup .btn_container .com_btn {
  min-width: 120px;
}
.com_popup .pop_tit {
  padding: 18px 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
}
.com_popup .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../img/icon_del.png") no-repeat right/100% auto;
}
.com_popup.type_alert .pop_container {
  width: 320px;
}
.com_popup.type_alert .content_container {
  padding: 40px 30px 30px;
  font-size: 15px;
  line-height: 1.46;
  text-align: center;
}
.com_popup.type_alert .content_container .txt + .txt, .com_popup.type_alert .content_container .com_input_sec .input_field .error_txt + .txt, .com_input_sec .input_field .com_popup.type_alert .content_container .error_txt + .txt, .com_popup.type_alert .content_container .com_input_sec .input_field .txt + .error_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .txt + .error_txt, .com_popup.type_alert .content_container .com_input_sec .input_field .error_txt + .error_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .error_txt + .error_txt {
  margin-top: 15px;
}

.pop_policy .pop_container {
  width: 900px;
}
.pop_policy .pop_container .content_container {
  max-height: 700px;
  min-height: 300px;
}
@media screen and (max-width: 1023.9px) {
  .pop_policy .pop_container .content_container {
    max-height: 500px;
  }
}
.pop_policy .pop_container .content_container .policy_cont {
  line-height: 1.46;
}

.pop_event {
  position: absolute;
  top: 6%;
  left: 40%;
  max-height: 100vh;
  z-index: 98;
  display: none;
  justify-content: center;
  align-items: center;
}
.pop_event.active {
  display: flex;
}
@media screen and (max-width: 1023.9px) {
  .pop_event {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    margin-inline: auto;
    transform: translate(-50%, -50%);
  }
}
.pop_event .pop_container {
  position: relative;
  width: 100%;
  max-width: 380px;
  min-height: 385px;
  border-radius: 15px;
  border: 1px solid #0f7fe7;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
.pop_event .pop_container .btn_close {
  position: absolute;
  top: 3px;
  right: 3px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_close_circle.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
  z-index: 2;
}
.pop_event.active {
  display: flex;
}
.pop_event .link {
  display: block;
}
.pop_event .event_head {
  padding: 20px;
}
@media screen and (max-width: 1023.9px) {
  .pop_event .event_head {
    padding-top: 30px;
  }
}
.pop_event .com_festival_item,
.pop_event .com_happy_event_item {
  box-shadow: none;
  border: none;
}

.pop_qr .pop_container {
  max-width: 450px;
  width: calc(100% - 40px);
}
.pop_qr .pop_container .content_container {
  padding-top: 0;
}
.pop_qr .img_box {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.pop_qr .txt_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  align-items: center;
  line-height: 1.42;
}
.pop_qr .txt_box .name {
  font-size: 18px;
}
.pop_qr .txt_box .rank {
  font-size: 15px;
}
.pop_qr .txt_box .desc {
  text-align: center;
  color: #595959;
}

.pop_event_people .pop_container {
  max-width: 450px;
  width: calc(100% - 40px);
}
.pop_event_people .pop_container .content_container {
  padding-top: 0;
}
.pop_event_people .img_box {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.pop_event_people .txt_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  align-items: center;
  line-height: 1.42;
}
.pop_event_people .txt_box .name {
  font-size: 18px;
}
.pop_event_people .txt_box .rank {
  font-size: 15px;
}
.pop_event_people .txt_box .desc {
  text-align: center;
  color: #595959;
}

.pop_qr_ok .pop_container {
  max-width: 450px;
  width: calc(100% - 40px);
}
.pop_qr_ok .pop_container .content_container {
  padding-top: 0;
}
.pop_qr_ok .img_box {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  padding: 50px 20px;
  text-align: center;
}
.pop_qr_ok .txt_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  align-items: center;
  line-height: 1.42;
}
.pop_qr_ok .txt_box .name {
  font-size: 18px;
}
.pop_qr_ok .txt_box .rank {
  font-size: 15px;
}
.pop_qr_ok .txt_box .desc {
  text-align: center;
  color: #595959;
}

.pop_event_people .content_container {
  max-height: 460px;
}
.pop_event_people .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.pop_event_people .list .item {
  border: 1px solid #E7E7E7;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
.pop_event_people .list .item .name {
  font-size: 16px;
}

.pop_activity .check_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.pop_activity .check_list li {
  border: 1px solid #E7E7E7;
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 15px 20px;
}

.pop_photo_view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 99;
  background-color: #222;
  display: none;
}
.pop_photo_view.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.pop_photo_view .btn_close {
  position: absolute;
  top: 11px;
  right: 9px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_close_white.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.pop_photo_view .content_container {
  text-align: center;
  width: 100%;
  overflow: auto;
}
.pop_photo_view .content_container img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  background-color: #FAFAFA;
}

main {
  padding-bottom: 80px;
  min-height: 70vh;
  margin-top: 167px;
}
@media screen and (max-width: 1299.9px) {
  main {
    padding-bottom: 40px;
    min-height: auto;
    margin-top: 167px;
  }
}
@media screen and (max-width: 1023.9px) {
  main {
    margin-top: 94px;
  }
}

.com_center_wrap {
  width: 1060px;
  margin-inline: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap {
    width: auto;
    margin-inline: 20px;
  }
}

.head {
  background-color: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 167px;
  z-index: 99;
}
@media screen and (max-width: 1023.9px) {
  .head {
    height: 94px;
  }
}
.head .com_center_wrap {
  width: 1380px;
}
@media screen and (max-width: 1599.9px) {
  .head .com_center_wrap {
    width: auto;
    margin-inline: 20px;
  }
}
.head__ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 1023.9px) {
  .head__ribbon {
    order: 1;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__logo img {
    width: 71px;
  }
}
.head__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  width: 650px;
}
@media screen and (max-width: 1299.9px) {
  .head__search {
    max-width: 400px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__search {
    display: none;
  }
}
.head__input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  border-radius: 100px;
  border: 2px solid #0F7FE7;
  background: #FFF;
  height: 52px;
  padding-inline: 15px;
  width: 100%;
  margin-block: 26px 27px;
}
.head__input input {
  padding-inline: 23px;
  border: none;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
}
.head__input input::placeholder {
  font-size: 18px;
}
.head__tag {
  border-radius: 50px;
  background: rgba(15, 127, 231, 0.1);
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  color: #0F7FE7;
  cursor: pointer;
  white-space: nowrap;
}
.head__tag_wrap {
  margin-inline: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  height: 24px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.head__link {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  line-height: initial;
}
.head__link:visited, .head__link:link, .head__link:active, .head__link:hover {
  color: #74746D;
}
.head__link:not(:first-child) {
  position: relative;
}
.head__link:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 11px;
  margin-inline: 10px;
  background: #DADADA;
  cursor: default;
}
.head__link.about {
  color: #0F7FE7;
}
.head__link.about .str {
  font-size: 17px;
}
.head__link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  min-width: 251px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 0;
  line-height: initial;
  align-items: center;
}
@media screen and (max-width: 1599.9px) {
  .head__link_wrap {
    min-width: 25%;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__link_wrap {
    display: block;
    position: fixed;
    z-index: 21;
    top: 15px;
    left: -200%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.head__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1023.9px) {
  .head__btn {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__btn {
    order: 2;
    margin-left: auto;
  }
}
.head__btn .btn {
  width: 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
}
.head__btn .svg_icon_search {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_search_m.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.head__btn .svg_icon_push {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_push.svg);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.head__btn .svg_icon_bar {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_bar.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.head__btn .icon_new {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background: #E80000;
  right: 0;
  top: 1px;
}
.head .com_divider {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .head .com_divider {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__inner {
    height: 94px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.head__bg {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .head__bg {
    display: block;
    top: 0;
    left: -200%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 20;
  }
}
.head__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  padding-inline: 20px;
  border-bottom: 1px solid #E7E7E7;
  height: 94px;
}
@media screen and (max-width: 1023.9px) {
  .head.active {
    height: calc(var(--vh, 1vh) * 100);
  }
  .head.active .head__bg {
    left: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 20;
  }
  .head.active .head__link_wrap {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    left: 20px;
    margin-top: 3px;
  }
  .head.active .gnb {
    z-index: 21;
    left: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}

.gnb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (min-width: 1299.9px) {
  .gnb {
    width: 1060px;
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb {
    order: 3;
    width: 100%;
    border-top: 1px solid #E2E6ED;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1 {
    width: 33.3%;
    text-align: center;
  }
}
.gnb .depth1 > .menu {
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .gnb .depth1 > .menu {
    padding-block: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1 > .menu {
    padding: 10px;
    font-size: 16px;
    width: 100%;
  }
}
.gnb .depth1 > .menu.active {
  color: #0F7FE7;
}
@media screen and (min-width: 1023.9px) {
  .gnb .depth1 > .menu.active::before {
    content: "";
    border-top: 3px solid #0F7FE7;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
  }
}
.gnb .depth2 {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth2 {
    justify-content: flex-start;
    gap: 15px;
  }
  .gnb .depth2 .menu {
    font-size: 16px;
    position: relative;
  }
  .gnb .depth2 .menu::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 3px;
    height: 3px;
    margin-inline: 30px 5px;
    background: #0F7FE7;
    border-radius: 3px;
    vertical-align: middle;
    cursor: default;
  }
}

.fullmenu {
  position: fixed;
  background: #fff;
  right: -100%;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  padding-top: 80px;
  z-index: 10;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media screen and (min-width: 1023.9px) {
  .fullmenu {
    display: none;
  }
}
.fullmenu.active {
  right: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fullmenu-close {
  margin-left: 15px;
}
.fullmenu__top {
  height: 80px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-inline: 25px;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: #fff;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fullmenu__top .com_btn {
  margin-left: 8px;
}
.fullmenu__top.active {
  right: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fullmenu__top-tit {
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
  line-height: 1.3;
}
.fullmenu__top-tit img {
  width: 24px;
}
.fullmenu__quickmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-inline: 20px;
  gap: 17px;
  margin-block: 19px 31px;
}
.fullmenu__quickmenu-item {
  border-radius: 15px;
  border: 2px solid #0F7FE7;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(15, 127, 231, 0.2);
  flex: 1;
  height: 97.68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.fullmenu__quickmenu-item img {
  width: 51px;
}
.fullmenu-tit {
  margin-inline: 32px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 11px;
}
.fullmenu__menu {
  border-radius: 15px;
  border: 1px solid #CDD4E3;
  background: #fff;
  padding-inline: 20px;
  margin-inline: 12.5px;
}
.fullmenu__menu-item {
  padding-block: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 16px;
}
.fullmenu__menu-item:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}
.fullmenu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-block: 23px;
}
.fullmenu__link-item {
  font-size: 16px;
}
.fullmenu__link-item:not(:last-child) {
  position: relative;
}
.fullmenu__link-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 20px;
  background: #E7E7E7;
  cursor: default;
}

.footer {
  border-top: 1px solid #D2D2D2;
  padding-block: 20px;
  text-align: center;
  background: #fff;
}
.footer__link {
  font-size: 12px;
  font-weight: 500;
}
.footer__link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.footer .address {
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  width: 550px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .footer .address {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.footer .address .copy {
  width: 100%;
}

.com_path {
  padding-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023.9px) {
  .com_path {
    padding-top: 18px;
    margin-bottom: 23px;
  }
}
.com_path .path {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #000;
}
.com_path .path:not(:last-child):after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 1023.9px) {
  .com_path + .com_pg_tit__wrap {
    margin-top: 12px;
  }
}

.com_member {
  padding-top: 70px;
}
@media screen and (max-width: 1023.9px) {
  .com_member {
    padding-top: 30px;
  }
}
.com_member .com_center_wrap {
  max-width: 1060px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.com_member .com_btn_wrap {
  gap: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_member .com_btn_wrap .com_btn {
    min-width: 200px;
  }
}

.com_ok .com_form_card {
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .com_form_card {
    padding: 30px;
  }
}
.com_ok .com_form_card .icon_join_ok {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_join_ok.png);
  width: 200px;
  min-width: 200px;
  height: 200px;
}
@media screen and (max-width: 767.9px) {
  .com_ok .com_form_card .icon_join_ok {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
.com_ok .com_form_card .txt, .com_ok .com_form_card .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_ok .com_form_card .error_txt {
  line-height: 1.5;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_ok .com_form_card .txt, .com_ok .com_form_card .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_ok .com_form_card .error_txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
.com_ok .com_form_card .com_btn {
  width: 200px;
}
@media screen and (min-width: 1023.9px) {
  .com_ok .com_form_card .com_btn_wrap {
    margin-top: 50px;
  }
}

.com_form_card {
  border-radius: 20px;
  border: 1px solid #cdd4e3;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(205, 212, 227, 0.25);
  padding: 40px 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_form_card {
    padding: 25px 20px;
  }
}

.search_form {
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  padding: 0 20px 15px;
  background-color: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1023.9px) {
  .search_form {
    display: none !important;
  }
}
.search_form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  border-radius: 100px;
  border: 2px solid #0F7FE7;
  background: #FFF;
  height: 48px;
  padding-inline: 15px;
  width: 100%;
  overflow: hidden;
}
.search_form__input input {
  padding-inline: 0;
  border: none;
  flex: 1;
}
.search_form__input input::placeholder {
  font-size: 18px;
}
.search_form__input button .icon_search {
  width: 20px;
  height: 19px;
}

.com_point_txt {
  color: #0F7FE7 !important;
}

.com_blue_txt {
  color: #0F7FE7 !important;
}

.com_red_txt {
  color: #F12B2B !important;
}

.com_pg_tit {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .com_pg_tit {
    font-size: 20px;
  }
}
.com_pg_tit__wrap {
  position: relative;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap {
    margin-bottom: 20px;
  }
}
.com_pg_tit__wrap .sub {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.33px;
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .sub {
    font-size: 17px;
    margin-top: 15px;
  }
}
.com_pg_tit__wrap .tit {
  color: #0F7FE7;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .tit {
    margin-block: 12px 10px;
  }
}
.com_pg_tit__wrap .pos_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_pg_tit__wrap .pos_items {
    position: absolute;
    top: 0;
    right: 0;
    gap: 24px;
  }
}
.com_pg_tit__wrap .pos_items .status {
  border-radius: 50px;
  border: 2px solid #0f7fe7;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(15, 127, 231, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  height: 40px;
  padding: 10px 20px;
  color: #0F7FE7;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .pos_items .status {
    width: 126px;
  }
}
.com_pg_tit__wrap .right_item {
  margin-left: auto;
}

.com_board_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 28px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .com_board_tit .png_icon {
    width: 24px !important;
    min-width: 24px !important;
  }
}

.com_tag {
  border-radius: 50px;
  background: rgba(15, 127, 231, 0.1);
  font-size: 12px;
  color: #0F7FE7;
  height: 22px;
  padding-inline: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 400;
}
.com_tag__wrap {
  gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.com_sec_tit {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-block: 30px 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit {
    font-size: 18px;
  }
}
.com_sec_tit i.icon_event {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_event_color.png);
  width: 20px;
  min-width: 20px;
  height: 21px;
}
.com_sec_tit i.icon_marker {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_marker_pk.png);
  width: 18px;
  min-width: 18px;
  height: 21px;
}
.com_sec_tit i.icon_notice {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_notice.png);
  width: 19px;
  min-width: 19px;
  height: 23px;
}
.com_sec_tit i.icon_review {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_review.png);
  width: 22px;
  min-width: 22px;
  height: 20px;
}
.com_sec_tit .num {
  color: #0F7FE7;
}

.com_state {
  font-size: 13px;
  height: 29px;
  border-radius: 20px;
  padding-inline: 10px;
  color: #0F7FE7;
  background-color: #E7F3FD;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_state.end {
  background-color: #E7E7E7;
  color: #222;
}

/*common input form*/
.com_input_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_input_sec .error_txt {
  line-height: 17px;
  color: #F12B2B;
}
.com_input_sec .tit_field {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
}
.com_input_sec .input_field {
  margin-bottom: 30px;
}
.com_input_sec .input_field:last-child {
  margin-bottom: 0;
}
.com_input_sec .input_field .com_btn {
  font-size: 14px;
}
.com_input_sec .input_field input[type=text],
.com_input_sec .input_field input[type=password] {
  width: 100%;
}
.com_input_sec .input_field input[type=text] + .com_btn,
.com_input_sec .input_field input[type=password] + .com_btn {
  min-width: 102px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field input[type=text] + .com_btn,
  .com_input_sec .input_field input[type=password] + .com_btn {
    font-size: 14px;
  }
}
.com_input_sec .input_field .txt, .com_input_sec .input_field .error_txt {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.2;
}
.com_input_sec .input_field .error_txt {
  color: #F12B2B;
}
.com_input_sec .input_field .error_txt.center {
  text-align: center;
}
.com_input_sec .input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767.9px) {
  textarea::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=text]::placeholder, input[type=password]::placeholder {
    font-size: 15px;
  }
  textarea::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 359.9px) {
  textarea::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=text]::placeholder, input[type=password]::placeholder {
    font-size: 13px;
  }
  textarea::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
    font-size: 13px;
  }
}

.com_date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_date_wrap input[type=date] {
  width: 100%;
}
@media screen and (min-width: 767.9px) {
  .com_date_wrap input[type=date] {
    width: 160px;
  }
}

.com_add_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.com_add_file .btn_del_thumb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url("../img/icon_del.png") #e8e8e8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.com_add_file .blind {
  display: none;
}
.com_add_file .input_form {
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.com_add_file .input_form .input {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
}
.com_add_file .input_form + .com_btn {
  min-height: 44px;
  flex: 0 0 auto;
}
@media screen and (min-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin: 0 0 0 10px;
  }
}
.com_add_file .com_btn {
  flex: 0; /* com_btn이 필요한 만큼의 공간만 차지하도록 설정 */
}
.com_add_file .com_file_thumb {
  position: relative;
  display: none;
  margin-top: 5px;
  width: 100%; /* 가로 크기를 100%로 설정하여 줄바꿈이 되도록 함 */
}
.com_add_file .com_file_thumb_img {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.com_add_file .com_file_thumb .preview_img {
  width: 120px;
}
.com_add_file_img {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575.9px) {
  .com_add_file_img + .com_add_file {
    margin-top: 25px;
  }
}
.com_add_file_img .btn_del_img {
  background: url("../img/icon_del.png") #e8e8e8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
}
.com_add_file_img .img {
  position: relative;
  max-width: 200px;
  z-index: 0;
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.com_add_file_img .add_file_value {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.com_add_file_img .btn_btm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.com_add_file + .com_add_file {
  margin-top: 10px;
}

.com_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  position: relative;
  flex-wrap: wrap;
}
.com_file input[type=file]::file-selector-button {
  display: none;
}
.com_file input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.com_file [class^=img_preview] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.com_file .added_file {
  border-radius: 100px;
  background: #F4F6FA;
  height: 55px;
  padding-inline: 15px;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_file .added_file {
    height: 40px;
  }
}
.com_file .added_file .btn_del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del_s.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
@media screen and (max-width: 767.9px) {
  .com_board_list .com_file .com_btn {
    position: absolute;
    right: 0;
    top: -42px;
    height: 40px;
  }
}

/*!스크롤*/
.scroll {
  scrollbar-face-color: #d5d3d7;
  /*스크롤*/
  scrollbar-highlight-color: #d5d3d7;
  /*하이라이트*/
  scrollbar-3dlight-color: #d5d3d7;
  /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #d5d3d7;
  /*오른쪽외곽음영*/
  scrollbar-shadow-color: #d5d3d7;
  /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #d5d3d7;
  /*화살*/
  scrollbar-track-color: rgba(255, 255, 255, 0);
  /*스크롤영역*/
  overflow: auto;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  /*상하 좌우 스크롤이 만나는 공간*/
}
.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 15px;
  height: 15px;
}
.scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.08);
}

.scroll_lock {
  touch-action: none;
  overflow-y: hidden !important;
}
.scroll_lock body {
  touch-action: none;
  overflow-y: hidden !important;
}

.com_divider {
  height: 1px;
  width: 100%;
  background-color: #E7E7E7;
}

.com_board_list {
  table-layout: fixed;
}
.com_board_list th,
.com_board_list td {
  text-align: left;
  padding: 15px 0;
  vertical-align: top;
}
.com_board_list th {
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .com_board_list th {
    line-height: 55px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_board_list th .long_txt {
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    min-height: 55px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_list th .long_txt br {
    display: none;
  }
}
.com_board_list td .input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 55px;
}
@media screen and (max-width: 767.9px) {
  .com_board_list td .input_wrap .input {
    max-width: none !important;
  }
}
.com_board_list td .input_wrap + .input_wrap:not(:empty) {
  margin-top: 12px;
}
.com_board_list td .input_wrap select,
.com_board_list td .input_wrap textarea,
.com_board_list td .input_wrap input[type=tel],
.com_board_list td .input_wrap input[type=number],
.com_board_list td .input_wrap input[type=text],
.com_board_list td .input_wrap input[type=password] {
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_board_list td .input_wrap {
    gap: 10px 5px;
  }
  .com_board_list td .input_wrap .m_full {
    flex: 0 0 100% !important;
  }
}
.com_board_list td .input_unit {
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_list td .input_unit {
    width: 100%;
  }
}
.com_board_list td .input_unit .unit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
}
.com_board_list td #distance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_board_list td .textarea {
  min-height: 410px;
}
.com_board_list td .textarea__wrap {
  position: relative;
  padding-bottom: 30px;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
}
.com_board_list td .textarea__wrap .textarea {
  border: none;
  min-height: 200px;
}
.com_board_list td .textarea__wrap .text_length {
  color: #999;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.com_board_list td .input.ws,
.com_board_list td .select.ws {
  max-width: 280px;
}
.com_board_list td .input.wxs,
.com_board_list td .select.wxs {
  max-width: 170px;
}
@media screen and (max-width: 767.9px) {
  .com_board_list td .com_btn {
    height: 43px;
  }
}
.com_board_list tr:first-child th,
.com_board_list tr:first-child td {
  padding-top: 0;
}
.com_board_list tr:last-child th,
.com_board_list tr:last-child td {
  padding-bottom: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_board_list {
    display: block;
  }
  .com_board_list thead {
    display: none;
  }
  .com_board_list tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .com_board_list colgroup {
    display: none;
  }
  .com_board_list tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
    padding-block: 10px;
    align-items: flex-start;
  }
  .com_board_list tr:first-child {
    padding-top: 0;
  }
  .com_board_list tr:last-child {
    padding-bottom: 0;
  }
  .com_board_list tr.tr_file {
    padding-top: 20px;
  }
  .com_board_list tr.change_phone {
    position: relative;
  }
  .com_board_list tr.change_phone .btn_wrap {
    padding-left: 100px;
  }
  .com_board_list tr.change_phone th {
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
  }
  .com_board_list th,
  .com_board_list td {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0;
  }
}
.com_board_list.type_line tr {
  border-bottom: 1px solid #E7E7E7;
}
.com_board_list.type_line tr.line_no {
  border-bottom: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_board_list.type_line th {
    line-height: 1.5;
  }
}
.com_board_list.type_line th,
.com_board_list.type_line td {
  text-align: left;
  padding-inline: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_board_list.type_line th,
  .com_board_list.type_line td {
    vertical-align: middle;
    padding-block: 25px;
  }
}
.com_board_list .error_txt {
  color: #F12B2B;
}
.com_board_list .error_txt:not(:empty) {
  margin-top: 10px;
}
.com_board_list .info_txt {
  margin-top: 10px;
  font-size: 13px;
  color: #595959;
}
@media screen and (min-width: 1023.9px) {
  .com_board_list .info_txt.mobile {
    display: none;
  }
}
.com_board_list .com_btn {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .com_board_list .com_btn {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_board_list .mobile_br {
    display: none;
  }
}
.com_board_list .com_red_txt.mt {
  margin-top: 10px;
  display: block;
}
.com_board_list .keyword_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.com_board_list .keyword_wrap .keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  background-color: #f4f6fa;
  padding: 3px 10px;
  border-radius: 26px;
  font-size: 12px;
  color: #000;
}
.com_board_list .keyword_wrap .keyword .btn_del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del_s.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.com_board_list__wrap {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 767.9px) {
  .com_board_list__wrap {
    padding: 20px;
  }
}
.com_board_list .goods_list .remove-btn {
  font-size: 0;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del_s.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.com_board_list .com_red_txt {
  line-height: 1.4;
}
.com_board_list .goods-row-box {
  margin-top: 10px;
}

.com_board_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .com_board_search {
    gap: 5px;
  }
}
.com_board_search select,
.com_board_search input[type=text] {
  height: 45px;
  border-color: #0F7FE7;
  font-size: 13px;
}
.com_board_search select {
  width: 120px;
}
.com_board_search input[type=text] {
  flex: 1;
}
.com_board_search input[type=text]::placeholder {
  font-size: 13px;
  color: #000;
}
.com_board_search .svg_icon.icon_search {
  width: 18px;
  min-width: 18px;
}
.com_board_search .list_type_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  gap: 12px;
  position: absolute;
  top: -84px;
  right: 0;
}
.com_board_search .list_type_area .btn {
  border-radius: 50px;
  border: 1px solid #ced8ea;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #cdd4e3;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_board_search .list_type_area .svg_icon.icon_bar {
  width: 20px;
  min-width: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_search {
    flex-wrap: wrap;
    height: 45px;
    overflow: hidden;
  }
  .com_board_search select {
    width: calc(33.333% - 5px);
    order: 2;
  }
  .com_board_search input[type=text] {
    flex: 0 0 calc(100% - 55px);
    order: 0;
  }
  .com_board_search .btn_search {
    order: 1;
    flex: 0 0 auto;
  }
  .com_board_search .btn_reset {
    width: calc(100% - 104px);
    font-size: 13px;
    font-weight: 400;
    order: 3;
  }
  .com_board_search .list_type_area {
    position: static;
    order: 4;
  }
}
.com_board_search__wrap .btn_search_open {
  margin-block: 20px;
  position: relative;
  font-size: 13px;
  color: #000;
  letter-spacing: -0.52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 100%;
  gap: 5px;
  justify-content: center;
}
@media screen and (min-width: 1023.9px) {
  .com_board_search__wrap .btn_search_open {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_search__wrap .btn_search_open {
    margin-block: 20px 15px;
  }
}
.com_board_search__wrap .btn_search_open::before {
  content: "";
  border-top: 1px solid #ced8ea;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 30px);
}
.com_board_search__wrap .btn_search_open::after {
  content: "";
  border-top: 1px solid #ced8ea;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 30px);
}
.com_board_search__wrap .btn_search_open .icon_open_arrow {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_open_arrow.svg);
  width: 9px;
  min-width: 9px;
  height: 5px;
  transition: 0.2s;
}
.com_board_search__wrap.active .com_board_search {
  height: auto;
  overflow: visible;
}
.com_board_search__wrap.active .com_board_search select {
  order: 0;
}
.com_board_search__wrap.active .com_board_search input[type=text] {
  order: 2;
  flex: 0 0 calc(100% - 165px);
  padding-inline: 10px;
}
.com_board_search__wrap.active .com_board_search .btn_search {
  order: 3;
}
.com_board_search__wrap.active .com_board_search .btn_reset {
  order: 4;
  width: 110px;
  padding-inline: 10px;
}
.com_board_search__wrap.active .btn_search_open .icon_open_arrow {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1023.9px) {
  .com_board_search.happy_store select {
    width: calc(33.33% - 10px);
    order: 2;
  }
}

.com_cont_detail {
  position: relative;
  color: #333;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail {
    padding: 20px;
  }
}
.com_cont_detail__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 50px;
}
.com_cont_detail .swiper .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
}
.com_cont_detail .swiper .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_cont_detail .swiper .thumb > img, .com_cont_detail .swiper .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_cont_detail .swiper__wrap {
  position: relative;
}
.com_cont_detail .swiper__wrap .swiper-button-prev {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_slider_prev.png);
  width: 42px;
  min-width: 42px;
  height: 42px;
  left: -20px;
}
.com_cont_detail .swiper__wrap .swiper-button-next {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_slider_next.png);
  width: 42px;
  min-width: 42px;
  height: 42px;
  right: -20px;
}
.com_cont_detail .swiper__wrap .swiper-button-prev,
.com_cont_detail .swiper__wrap .swiper-button-next {
  opacity: 1;
  border-radius: 40px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .swiper__wrap .swiper-button-prev,
  .com_cont_detail .swiper__wrap .swiper-button-next {
    display: none;
  }
}
.com_cont_detail .swiper__wrap .swiper-button-prev:after,
.com_cont_detail .swiper__wrap .swiper-button-next:after {
  display: none;
}
.com_cont_detail .swiper__wrap .swiper-button-disabled {
  display: none;
}
.com_cont_detail .swiper__wrap .swiper-pagination {
  position: static;
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .swiper__wrap .swiper-pagination {
    display: none;
  }
}
.com_cont_detail .swiper__wrap .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
  transition: 0.2s linear;
  margin-inline: 5px;
  border: 1px solid #0F7FE7;
}
.com_cont_detail .swiper__wrap .swiper-pagination-bullet-active {
  background-color: #0F7FE7;
  width: 26px;
}
.com_cont_detail .detail_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .detail_top {
    margin-bottom: 20px;
  }
}
.com_cont_detail .detail_top .tit {
  font-size: 30px;
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .detail_top .tit {
    font-size: 18px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
}
.com_cont_detail .detail_top .tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_cont_detail .detail_top .pos_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_cont_detail .detail_top .pos_items .status {
  border-radius: 50px;
  border: 2px solid #0f7fe7;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(15, 127, 231, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  height: 36px;
  padding-inline: 20px;
  color: #0F7FE7;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .detail_top .pos_items .status {
    padding-inline: 10px;
    font-size: 13px;
    height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .detail_top .pos_items .com_btn_like.l input[type=checkbox]:before {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
}
.com_cont_detail .detail_top .location {
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
}
.com_cont_detail .detail_top .location:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_marker_point.png);
  width: 16px;
  min-width: 16px;
  height: 21px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .detail_top .location {
    font-size: 14px;
  }
  .com_cont_detail .detail_top .location::before {
    min-width: 12px;
    width: 12px;
    height: 16px;
  }
}
.com_cont_detail .detail_wrap {
  margin-top: 20px;
}
.com_cont_detail .detail_wrap .detail_tit {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .detail_wrap .detail_tit {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.com_cont_detail .detail_wrap .desc {
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: -0.32px;
}
.com_cont_detail .info_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}
.com_cont_detail .info_area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: first baseline;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .info_area dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
  }
}
.com_cont_detail .info_area dl dt {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_cont_detail .info_area dl dt {
    width: 100px;
    min-width: 100px;
  }
}
.com_cont_detail .info_area dl dd {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  line-height: 1.46;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .info_area dl dd {
    gap: 10px;
  }
}
.com_cont_detail .info_area dl dd .txt, .com_cont_detail .info_area dl dd .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_cont_detail .info_area dl dd .error_txt {
  word-break: break-all;
}
.com_cont_detail .info_area dl dd .btn_homepage::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_link_arrow.png);
  width: 6px;
  min-width: 6px;
  height: 6px;
}
.com_cont_detail .info_area dl dd .link.facebook {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_facebook.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.com_cont_detail .info_area dl dd .link.youtube {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_youtube.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.com_cont_detail .info_area dl dd .link.instar {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_instar.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.com_cont_detail .info_area dl dd .link.twitter {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_twitter.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.com_cont_detail .info_area dl dd .link__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_cont_detail .info_area dl.sns {
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail .info_area dl.sns {
    align-items: flex-start;
  }
}

.com_cont_detail_event {
  color: #33333d;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event {
    padding: 20px;
  }
}
.com_cont_detail_event .cont_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .com_cont_detail_event .cont_row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.com_cont_detail_event .cont_row .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  min-width: 140px;
  aspect-ratio: auto;
  border-radius: 10px;
  align-self: flex-start;
}
.com_cont_detail_event .cont_row .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_cont_detail_event .cont_row .thumb > img, .com_cont_detail_event .cont_row .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_cont_detail_event .cont_row .thumb {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    aspect-ratio: auto;
  }
  .com_cont_detail_event .cont_row .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_cont_detail_event .cont_row .thumb > img, .com_cont_detail_event .cont_row .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_cont_detail_event .cont_row .info_wrap .tit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event .cont_row .info_wrap .tit {
    padding-left: 120px;
    font-size: 16px;
  }
}
.com_cont_detail_event .cont_row .info_wrap .desc {
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: -0.32px;
}
.com_cont_detail_event .cont_row .info_wrap .info_list {
  display: table;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event .cont_row .info_wrap .info_list {
    padding-left: 120px;
  }
}
.com_cont_detail_event .cont_row .info_wrap .info_list .item {
  display: table-row;
}
.com_cont_detail_event .cont_row .info_wrap .info_list .item > * {
  display: table-cell;
  padding-block: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event .cont_row .info_wrap .info_list .item > * {
    padding-block: 3px;
  }
}
.com_cont_detail_event .cont_row .info_wrap .info_list .item .tit_field {
  min-width: 70px;
  padding-right: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event .cont_row .info_wrap .info_list .item .tit_field {
    min-width: 45px;
    padding-right: 10px;
  }
}
.com_cont_detail_event .cont_row .info_wrap .info_list .item .info_field {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event .cont_row .info_wrap .info_list .item .info_field {
    font-size: 13px;
  }
}
.com_cont_detail_event .cont_row .info_wrap .intro {
  font-size: 16px;
  font-weight: 600;
  color: #0F7FE7;
  padding-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event .cont_row .info_wrap .intro {
    border-top: 1px solid #E7E7E7;
    margin-top: 10px;
  }
}
.com_cont_detail_event .cont_row .info_wrap .intro + .desc {
  padding-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_event .cont_row .info_wrap .intro + .desc {
    padding-top: 10px;
  }
}
.com_cont_detail_event .cont_row .status {
  color: #222;
  min-width: 255px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border: 1px solid #0F7FE7;
  border-radius: 40px;
  height: 40px;
  gap: 10px;
  padding-inline: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .com_cont_detail_event .cont_row .status {
    width: 100%;
  }
}
.com_cont_detail_event .cont_row .status.off {
  background-color: #c6dff6;
  color: #0F7FE7;
  border-color: #c6dff6;
}
.com_cont_detail_event .cont_row .status.on {
  background-color: #0F7FE7;
  color: #fff;
}
.com_cont_detail_event .divider {
  display: block;
  width: 100%;
  margin-block: 10px;
  border-top: 1px solid #E7E7E7;
}
.com_cont_detail_event + .com_cont_detail_event {
  margin-top: 20px;
}

.com_cont_detail_location {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_location {
    padding: 20px;
  }
}
.com_cont_detail_location .com_map {
  margin-top: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_location .com_map {
    overflow: hidden;
  }
}
.com_cont_detail_location .com_map .btn {
  margin-top: 10px;
  float: right;
}

.com_cont_detail_notice {
  color: #33333d;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_notice {
    padding: 20px;
  }
}
.com_cont_detail_notice .notice {
  padding-block: 20px;
}
.com_cont_detail_notice .notice__wrap {
  margin-block: -20px;
}
.com_cont_detail_notice .notice:not(:first-child) {
  border-top: 1px solid #E7E7E7;
}
.com_cont_detail_notice .notice .tit_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.com_cont_detail_notice .notice .tit_area .tit {
  font-weight: 600;
  font-size: 16px;
}
.com_cont_detail_notice .notice .tit_area .name {
  font-size: 12px;
}
.com_cont_detail_notice .notice .desc {
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

.com_board_setting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
.com_board_setting .btn_edit {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_edit_s.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.com_board_setting .btn_del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_trash.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.com_board_setting .btn_report {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_report.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_setting .btn_edit, .com_board_setting .btn_del, .com_board_setting .btn_report {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }
}

.com_cont_detail_review {
  color: #33333d;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review {
    padding: 20px;
  }
}
.com_cont_detail_review .review_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review_form {
    flex-direction: column;
  }
}
.com_cont_detail_review .review_form .textarea {
  flex: 1;
  min-height: 55px;
  border-radius: 55px;
  border-color: #0F7FE7;
  background-color: #f4f6fa;
  padding-top: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review_form .textarea {
    border-radius: 15px;
    min-height: 120px;
  }
}
.com_cont_detail_review .review_form .com_btn {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review_form .com_btn {
    width: 100%;
    height: 37px;
  }
}
.com_cont_detail_review .review {
  padding-block: 30px;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review {
    padding-block: 15px;
  }
}
.com_cont_detail_review .review__wrap {
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review__wrap {
    margin-top: 0;
  }
}
.com_cont_detail_review .review .review_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_cont_detail_review .review .review_head .name_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review .review_head .name_area {
    margin-bottom: 6px;
  }
}
.com_cont_detail_review .review .review_head .name_area .name {
  font-weight: 600;
  font-size: 20px;
  color: #222;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review .review_head .name_area .name {
    font-size: 14px;
  }
}
.com_cont_detail_review .review .review_head .name_area .date {
  font-size: 14px;
  color: #595959;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review .review_head .name_area .date {
    font-size: 12px;
  }
}
.com_cont_detail_review .review .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_detail_review .review .desc {
    font-size: 13px;
  }
}
.com_cont_detail_review .no_data {
  text-align: center;
  font-size: 16px;
  color: #595959;
  padding-block: 10px;
  margin-top: 10px;
  border-top: 1px solid #E7E7E7;
}

.com_list {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 767.9px) {
  .com_list {
    padding-top: 5px;
  }
}
.com_list .list {
  margin-bottom: 10px;
  table-layout: fixed;
}
.com_list .list thead {
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 767.9px) {
  .com_list .list thead {
    display: none;
  }
}
.com_list .list th {
  height: 50px;
  padding-block: 5px;
  position: relative;
}
.com_list .list th:not(:first-child) {
  position: relative;
}
.com_list .list th:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  margin-inline: 0;
  background: #E7E7E7;
  cursor: default;
}
.com_list .list th:before {
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .com_list .list tbody {
    display: block;
  }
}
.com_list .list tbody tr {
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 767.9px) {
  .com_list .list tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    padding-block: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list .list tbody tr.has_thumb {
    position: relative;
    padding-left: 65px;
  }
}
.com_list .list tbody tr.has_thumb .thumb_field .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  aspect-ratio: auto;
  border-radius: 5px;
}
.com_list .list tbody tr.has_thumb .thumb_field .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_list .list tbody tr.has_thumb .thumb_field .thumb > img, .com_list .list tbody tr.has_thumb .thumb_field .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_list .list tbody tr.has_thumb .thumb_field {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.com_list .list td {
  font-size: 16px;
  color: #595959;
}
.com_list .list td.no_data {
  padding-block: 40px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .com_list .list td.no_data {
    padding-block: 10px;
    justify-content: center;
  }
}
@media screen and (min-width: 767.9px) {
  .com_list .list td {
    height: 79px;
    padding: 5px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list .list td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 10px;
  }
}
.com_list .list td.tit_field {
  text-align: left;
  color: #222;
}
.com_list .list td.tit_field .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .com_list .list td.tit_field .tit {
    font-size: 16px;
  }
}
.com_list .list td.tit_field .commnet {
  color: #0F7FE7;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list td.tit_field {
    flex: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list .list td.date_field {
    font-size: 13px;
    min-width: 100%;
  }
  .com_list .list td.num_field, .com_list .list td.writer_field, .com_list .list td.hit_field {
    display: none;
  }
}
.com_list .list td .link {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_list .list td .link {
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    line-height: 1.3;
  }
}
.com_list .list td .com_state {
  min-width: 65px;
}
@media screen and (max-width: 767.9px) {
  .com_list .list,
  .com_list .list td {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list .list.has_state tr {
    position: relative;
  }
  .com_list .list.has_state .tit_field,
  .com_list .list.has_state .date_field {
    padding-right: 80px;
  }
  .com_list .list.has_state .state_field {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.com_list__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_list__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .com_list__top > * {
    width: 100%;
  }
}
.com_list__top .search_area {
  margin-left: auto;
}
.com_list__top .com_board_search {
  width: 400px;
}
@media screen and (max-width: 767.9px) {
  .com_list__top .com_board_search {
    width: 100%;
  }
}
.com_list.festival_history_list .list tr {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .com_list.festival_history_list .list td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 10px;
    font-size: 13px;
  }
}
.com_list.festival_history_list .list td .m_tit_field {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .com_list.festival_history_list .list td .m_tit_field {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list.festival_history_list .list td.tit_field {
    padding-right: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list.festival_history_list .list td.state_field {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list.festival_history_list .list td.detail_field a {
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
  }
}

.com_img_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 30px;
  width: 100%;
}
.com_img_list > * {
  width: calc((100% - 30px * 2) / 3);
  min-width: calc((100% - 30px * 2) / 3);
}
@media screen and (max-width: 767.9px) {
  .com_img_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px 0px;
    width: 100%;
  }
  .com_img_list > * {
    width: calc((100% - 0px * 0) / 1);
    min-width: calc((100% - 0px * 0) / 1);
  }
}
.com_img_list .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  margin-bottom: 15px;
}
.com_img_list .item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_img_list .item .thumb > img, .com_img_list .item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_img_list .item .tit_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-weight: 500;
}
.com_img_list .item .tit_area .tit {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.com_img_list .item .tit_area .comment {
  color: #0F7FE7;
  margin-left: 5px;
}
.com_img_list .item .info_area {
  font-size: 12px;
  color: #595959;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-top: 10px;
}
.com_img_list .item .info_area .info:not(:first-child) {
  position: relative;
}
.com_img_list .item .info_area .info:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  height: 2px;
  margin-inline: 5px;
  background: #595959;
  border-radius: 2px;
  vertical-align: middle;
  cursor: default;
}

.com_detail {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (max-width: 1023.9px) {
  .com_detail {
    padding: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_detail + .com_sec_tit {
    margin-top: 20px;
  }
}
.com_detail .detail_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_info {
    padding-bottom: 15px;
  }
}
.com_detail .detail_info .tit {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_info .tit {
    font-size: 16px;
  }
}
.com_detail .detail_info .info_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  color: #595959;
  font-size: 12px;
}
.com_detail .detail_info .info_area .com_board_setting {
  margin-left: auto;
}
.com_detail .detail_info .admin {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_info .admin {
    font-size: 14px;
  }
}
.com_detail .detail_contents {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 1023.9px) {
  .com_detail .detail_contents {
    min-height: 150px;
  }
}
.com_detail .add_file_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
  padding-top: 20px;
}
.com_detail.answer .detail_info {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.com_active_area {
  border-radius: 50px;
  padding: 12px 15px;
  margin-top: 8px;
  background-color: #E7EAF1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  font-size: 13px;
}
.com_active_area .com_chk {
  font-size: 13px;
  height: 16px;
}
.com_active_area .com_chk input[type=radio]::before {
  margin-top: -2px;
}
.com_active_area .com_chk__wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 1023.9px) {
  .com_active_area {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    border-radius: 20px;
  }
}

.com_no_data {
  text-align: center;
  min-width: 100% !important;
  width: 100% !important;
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
}
@media screen and (min-width: 1023.9px) {
  .com_no_data {
    font-size: 17px;
  }
}

.com_map {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_map {
    margin-top: 30px;
  }
}
.com_map .root_daum_roughmap {
  width: 100%;
}
.com_map .btn_marker {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 97;
}
@media screen and (max-width: 1023.9px) {
  .com_map .btn_marker {
    top: 100px;
  }
}
.com_map .wrap_controllers {
  display: none;
}

.com_happy_event_item {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .com_happy_event_item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.com_happy_event_item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  min-width: 140px;
  aspect-ratio: auto;
  border-radius: 10px;
  margin-right: 20px;
  float: left;
}
.com_happy_event_item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_happy_event_item .thumb > img, .com_happy_event_item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_happy_event_item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    aspect-ratio: auto;
  }
  .com_happy_event_item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_happy_event_item .thumb > img, .com_happy_event_item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_happy_event_item .info_area {
  position: relative;
  flex: 1;
}
.com_happy_event_item .info_area .com_btn_like {
  position: absolute;
  right: 0;
  top: 0;
}
.com_happy_event_item .info_area .tit {
  font-size: 16px;
  font-weight: 600;
}
.com_happy_event_item .info_area .product {
  color: #595959;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.5;
}
.com_happy_event_item .info_area .product .num {
  color: #222;
  font-weight: 600;
  margin-left: 5px;
}
.com_happy_event_item .info_area .product .unit {
  font-size: 12px;
  color: #222;
  font-weight: 500;
}
.com_happy_event_item .info_area .address_area {
  color: #595959;
  font-size: 12px;
}
.com_happy_event_item .info_area .address_area .tel {
  font-weight: 700;
}
.com_happy_event_item .event_area {
  border-left: 1px solid #E7E7E7;
  margin-left: 10px;
  padding-left: 10px;
  align-self: stretch;
  width: 245px;
  min-width: 245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_happy_event_item .event_area {
    width: 100%;
    border-left: none;
    border-top: 1px solid #E7E7E7;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.com_happy_event_item .event_area .tit {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 7px;
}
.com_happy_event_item .event_area .date {
  font-weight: 600;
}
.com_happy_event_item .event_area .state {
  border-radius: 50px;
  background: #0F7FE7;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: auto;
}
.com_happy_event_item .event_area .txt, .com_happy_event_item .event_area .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_happy_event_item .event_area .error_txt {
  color: #0F7FE7;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
}
.com_happy_event_item.type_col .com_tag__wrap {
  margin-top: 10px;
}
.com_happy_event_item.type_col .address_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 0;
  padding-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_happy_event_item.type_col .address_area {
    clear: both;
    padding-top: 13px;
  }
}
.com_happy_event_item.type_col .address_area .address {
  position: relative;
}
.com_happy_event_item.type_col .address_area .address::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #E7E7E7;
  cursor: default;
}
.com_happy_event_item.type_col .address_area .intro {
  width: 100%;
  margin-top: 10px;
}
.com_happy_event_item.type_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.com_happy_event_item.type_row > * {
  width: 100%;
}
.com_happy_event_item.type_row .com_btn_like {
  top: 25px;
  right: 23px;
}
.com_happy_event_item.type_row .info_area {
  padding: 25px 22px;
}
.com_happy_event_item.type_row .event_area {
  background-color: #F7F7F9;
  margin: 0;
  padding: 17px 22px;
}
.com_happy_event_item.type_row .event_area .state {
  margin-top: 4px;
}
.com_happy_event_item.type_row .address_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
  margin-top: 17px;
}
.com_happy_event_item.type_row .address_area > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_happy_event_item.type_row .address_area .address::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_marker_s.svg);
  width: 12px;
  min-width: 12px;
  height: 16px;
}
.com_happy_event_item.type_row .address_area .tel::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_tel.svg);
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.com_happy_event_item.type_row .address_area .com_tag__wrap::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_tag.svg);
  width: 15px;
  min-width: 15px;
  height: 13px;
}
.com_happy_event_item.type_row .address_area .intro {
  margin-top: 15px;
  color: #000;
}
.com_happy_event_item + .com_happy_event_item {
  margin-top: 20px;
}

.com_festival_item {
  position: relative;
  padding: 0;
  border-radius: 20px;
  border: 1px solid #CED8EA;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px #CDD4E3;
  overflow: hidden;
  align-self: stretch;
}
.com_festival_item a {
  display: block;
}
.com_festival_item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  aspect-ratio: 1.1;
}
.com_festival_item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_festival_item .thumb > img, .com_festival_item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_festival_item .info_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_festival_item .info_area {
    padding: 15px 13px;
    gap: 8px;
  }
}
.com_festival_item .info_area .tit {
  font-size: 16px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18.2px;
}
@media screen and (max-width: 1023.9px) {
  .com_festival_item .info_area .tit {
    font-size: 14px;
    height: 14px;
  }
}
.com_festival_item .info_area .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
}
.com_festival_item .info_area .date::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_date.svg);
  width: 11px;
  min-width: 11px;
  height: 12px;
}
@media screen and (max-width: 767.9px) {
  .com_festival_item .info_area .date::before {
    display: none;
  }
}
.com_festival_item .info_area .location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-weight: 500;
  gap: 10px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  height: 36px;
  color: #595959;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .com_festival_item .info_area .location {
    height: 30px;
  }
}
.com_festival_item .info_area .location::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_marker_s.svg);
  width: 12px;
  min-width: 12px;
  height: 16px;
}
@media screen and (max-width: 767.9px) {
  .com_festival_item .info_area .location::before {
    display: none;
  }
}
.com_festival_item .info_area .notice {
  color: #0F7FE7;
  font-size: 12px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
}
.com_festival_item .pos_items {
  position: absolute;
  top: 10px;
  right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_festival_item .pos_items .btn_event_circle {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_event_circle.png);
  width: 50px;
  min-width: 50px;
  height: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_festival_item .pos_items .btn_event_circle {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_festival_item .pos_items .com_btn_like_circle input[type=checkbox]:before {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
.com_festival_item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 30px;
  width: 100%;
  margin-top: 30px;
}
.com_festival_item__wrap > * {
  width: calc((100% - 30px * 2) / 3);
  min-width: calc((100% - 30px * 2) / 3);
}
@media screen and (max-width: 767.9px) {
  .com_festival_item__wrap {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .com_festival_item__wrap > * {
    width: calc((100% - 10px * 1) / 2);
    min-width: calc((100% - 10px * 1) / 2);
  }
}