@charset "utf-8";
@import url(pretendard.css);

* {
  box-sizing: border-box;
  word-break: keep-all;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 59px;
}
*::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
  background-clip: padding-box;
}
*::-webkit-scrollbar-track {
  background-color: #fff;
}
button {
  color: #222;
}

html,
body {
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
}
@media (max-width: 1750px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  html,
  body {
    font-size: 12px;
  }
}
/* @media (max-width: 319px) { html, body { font-size: 11px; } } */

.totalSearchLabel {
  padding-left: 2em;
}
.wrap {
  position: relative;
  width: 100%;
  min-width: 280px;
  overflow-x: hidden;
}
.guide.sub_cont_warp_03_03 {
  margin-top: -1em;
}
.guide.sub_cont_wrap_04_01 {
  margin-top: 60px;
}
.guide.sub_cont_wrap_04_02 {
  margin-top: 71px;
}
.guide.sub_cont_wrap_04_02_4 {
  margin-top: 4.3em;
  width: 100%;
  max-width: 3400px;
  background: #f8f8f8;
}
.guide.sub_cont_wrap_04_01_02 {
  margin-top: 75px;
}
.guide.sub_cont_wrap_01_02 {
  margin-top: 1.8em;
}
.guide.sub_cont_wrap_01_02_01 {
  margin-top: 2em;
}
.guide.sub_cont_wrap_01_03 {
  margin-top: 1.8em;
}
.guide.sub_cont_wrap_04_01_03 {
  margin-top: 125px;
}
.guide.sub_cont_warp_01_02 {
  margin-top: 10.5em;
}
.guide.sub_cont_wrap_04_05 {
  margin-top: -2.7em;
  margin-left: 13em;
}
.guide {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
} /* 2306 bp mod */
.mob_view {
  display: none;
}
.com_box {
  border-radius: 10px;
}
.box_border {
  border: 1px solid #d2d5e3;
}
@media screen and (max-width: 1080px) {
  .guide {
    width: 100%;
    padding: 0 2.08em 0 1em;
  }
  /* 2024-07-19 수정 */
  .guide2 {
    padding: 0 1em;
  }
}
@media screen and (max-width: 760px) {
  .com_box {
    border-radius: 5px;
  }
}

.ft_bold {
  font-weight: 700;
}
.point-color {
  color: #a60a13 !important;
}
.point-color02 {
  color: #d12f34 !important;
}
.color_gray {
  color: #777 !important;
}
.color_bk {
  color: #222 !important;
}
.point-bg {
  background-color: #af242c !important;
  color: #fff !important;
}
.point-bg02 {
  background-color: #fff8ef !important;
}
.align_left {
  text-align: left !important;
}
.align_center {
  text-align: center !important;
}

/* toast_wrap */
.toast_wrap {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast {
  padding: 10px 1em;
  border-radius: 5px;
  background-color: #777;
  color: #fff;
}
/* basic button */
.btn_basic {
  border-radius: 5em;
  transition: all 0.2s;
  padding: 0.31em 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn_basic.big_btn {
  font-size: 1.25em;
  font-weight: 700;
  height: 2.5em;
}
.btn_basic.middle_btn {
  height: 2.75em;
}
.btn_basic.small_btn {
  padding: 0.2em 0.5em;
}
.btn_basic.rectangle {
  border-radius: 0.3em;
}
.btn_basic.download_btn {
  padding: 0.5em 0.625em;
}
a.btn_basic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn_basic.wh {
  background-color: #fff;
  border: 1px solid #d2d5e3;
}
.btn_basic.wh:hover {
  background-color: #d12f34;
  color: #fff;
}
.btn_basic.wh02 {
  background-color: #fff;
  color: #444;
  border: 1px solid #d2d5e3;
}
.btn_basic.wh02:hover {
  background-color: #d12f34;
  color: #fff;
}
.btn_basic.pink {
  background-color: #fdf4f2;
  border: 1px solid #e75752;
  color: #e75752;
}
.btn_basic.pink:hover {
  background-color: #e75752;
  color: #fff;
}
.btn_basic.pink02 {
  background-color: #fff;
  border: 1px solid #d2d5e3;
  color: #444;
}
.btn_basic.pink02:hover {
  background-color: #fdf4f2;
  border-color: #d12f34;
  color: #d12f34;
}
.btn_basic.gray {
  background-color: #f5f5f5;
  color: #777;
}
.btn_basic.gray:hover {
  background-color: #fff8ef;
  color: #a60a13;
}
.btn_basic.gray02 {
  background-color: #f5f5f5;
  color: #777;
}
.btn_basic.gray02:hover {
  background-color: #d12f34;
  color: #fff;
}

.btn_basic.link::before {
  content: "\e9c0";
  font-family: "xeicon";
  font-size: 1.125em;
  margin-right: 7px;
}
.btn_basic.download::before {
  content: "\e9ba";
  font-family: "xeicon";
  font-size: 1.125em;
  margin-right: 7px;
}

/* text-indent */
.txt_in10 {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.txt_in15 {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.txt_in18 {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.tree10_txtin {
  padding-left: 1.375em;
  text-indent: -0.6em;
}
.tree15_txtin {
  padding-left: 2.2em;
  text-indent: -1em;
}
.tree20_txtin {
  padding-left: 2.5em;
  text-indent: -1.4em;
}
.tree40_txtin {
  padding-left: 3.75em;
  text-indent: -1.4em;
}
.tree60_txtin {
  padding-left: 5.75em;
  text-indent: -1.4em;
}
.pd_l5 {
  padding-left: 1em;
}

/* ul_dot*/
.ul_dot {
  padding-left: 10px;
}
.ul_dot > li {
  position: relative;
  padding-left: 0.625em;
  word-break: keep-all;
}
.ul_dot > li:not(.not)::before {
  content: "·";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ul_deco > li {
  padding-left: 1em;
  text-indent: -1em;
}

/* input */
.com_input.joinAuth {
  width: 20%;
}
.com_input {
  width: 100%;
  padding: 0 0.875em !important;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d2d5e3;
}
.com_input_sub0206 {
  width: 100%;
  padding: 0 0.875em !important;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d2d5e3;
  margin-top: 5px;
}
.com_input::placeholder {
  font-size: 1.25em;
  color: #d8d8d8;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.com_label {
  display: block;
  color: #444;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.com_textarea {
  width: 100%;
  padding: 0.875em !important;
  min-height: 12.2em;
  border-radius: 3px;
  border: 1px solid #d2d5e3;
}
/* 라디오, 체크박스 커스텀 */
input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  cursor: pointer;
  outline: none !important;
  background-color: #fff;
  border: 1px solid #d2d5e3;
  border-radius: 0.19em;
  margin-right: 8px;
}
input[type="checkbox"]::before {
  content: "\e929";
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  font-family: "xeicon";
  transform: translate(-50%, -50%);
  line-height: 1em;
  color: transparent;
}
input[type="checkbox"]:checked {
  border-color: #d12f34;
}
input[type="checkbox"]:checked::before {
  color: #d12f34;
}

input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  cursor: pointer;
  outline: none !important;
  background-color: #fff;
  border: 1px solid #d2d5e3;
  border-radius: 50%;
  margin-right: 8px;
}
input[type="radio"]::before {
  content: "\e929";
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  font-family: "xeicon";
  transform: translate(-50%, -50%);
  line-height: 1em;
  color: transparent;
}
input[type="radio"]:checked {
  border-color: #d12f34;
}
input[type="radio"]:checked::before {
  color: #d12f34;
}

@media screen and (max-width: 760px) {
  .com_input::placeholder {
    font-size: 1em;
  }
}
@media screen and (max-width: 540px) {
  .com_input {
    height: 2.8em;
  }
}
/* com_select */
.com_select_wrap {
  display: flex;
  align-items: center;
}
.com_select_wrap .select-title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33em;
}
.com_select_wrap .select-section {
  position: relative;
  max-width: 320px;
  width: 50%;
}
.com_select_wrap .custom-select {
  position: relative;
  border-radius: 3px;
  border: 1px solid #d2d5e3;
  height: 3.125em;
}
.com_select_wrap .custom-select .custom-select__option--value {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 1.25em;
  padding: 0 0.8em;
}
.com_select_wrap .custom-select .custom-select__option--value::after {
  content: "\e942";
  font-family: "xeicon";
  width: 1.11em;
  height: 1.11em;
  border-radius: 50%;
  background-color: #fdf4f2;
  color: #e75752;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  font-weight: 400;
}
.com_select_wrap
  .custom-select.custom-select--active
  .custom-select__option--value::after {
  content: "\e945";
}
.com_select_wrap .custom-select .custom-select__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d2d5e3;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 12em;
  overflow-y: auto;
  z-index: 10;
}
.com_select_wrap
  .custom-select
  .custom-select__dropdown
  .custom-select__option {
  padding: 0.625em 1.14em;
  width: 100%;
  text-align: left;
  transition: all 0.2s;
}
.com_select_wrap
  .custom-select
  .custom-select__dropdown
  .custom-select__option:hover {
  background-color: #fdf4f2;
}

/* com_search */
.com_search_wrap {
  background-color: #fff;
  border: 1px solid #d2d5e3;
  border-radius: 5em;
}
.com_search_wrap form {
  display: flex;
  align-items: center;
}
.com_search_wrap .search_type_wrap {
  width: 8.375em;
}
.com_search_wrap .search_type_wrap .search_type {
  position: relative;
}
.com_search_wrap .custom-select {
  position: relative;
  text-align: center;
}
.com_search_wrap .custom-select__option {
  color: #444;
}
.com_search_wrap .custom-select__option--value {
  position: relative;
  line-height: 2.75em;
  padding: 0 2.5em 0 1.25em;
}
.com_search_wrap .custom-select__option--value::after {
  content: "\e942";
  font-family: "xeicon";
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.com_search_wrap
  .custom-select.custom-select--active
  .custom-select__option--value::after {
  content: "\e945";
}
.com_search_wrap .custom-select__dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d2d5e3;
  border-radius: 15px;
  padding: 12px 0;
}
.com_search_wrap .custom-select__dropdown .custom-select__option {
  width: 133px;
  line-height: 1.875em;
  transition: all 0.2s;
}
.com_search_wrap .custom-select__dropdown .custom-select__option:hover {
  color: #d12f34;
}
.com_search_wrap .search_keyword {
  width: 20em;
  border: 0;
  border-radius: 0;
  padding: 0 0.875em;
  height: 1.5em;
  border-left: 1px solid #d2d5e3;
}
.com_search_wrap .search_keyword::placeholder {
  color: #d8d8d8;
}
.com_search_wrap .search_btn {
  width: 2.5em;
  height: 2.2em;
  color: #444;
  font-size: 1.25em;
}

.com_search_wrap.search_center {
  width: 36.3%;
  margin: 0 auto;
}
.com_search_wrap.search_center .custom-select__option--value {
  white-space: nowrap;
}
.com_search_wrap.search_center .search_keyword {
  display: flex;
  flex-grow: 1;
}

@media screen and (max-width: 1080px) {
  .com_search_wrap.search_center {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .com_search_wrap,
  .com_search_wrap.search_center {
    width: 100%;
  }
  .com_search_wrap .custom-select__option--value {
    padding: 0 2em 0 1em;
  }
  .com_search_wrap .search_type_wrap {
    width: 7.625em;
  }
  .com_search_wrap .custom-select__option--value::after {
    right: 5px;
  }
  .com_search_wrap .search_keyword {
    width: calc(100% - 10.625em);
  }
}

/* swiper */
.wrap .swiper-button-prev,
.wrap .swiper-button-next {
  margin-top: 0;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}
.wrap .swiper-button-prev:after,
.wrap .swiper-button-next:after {
  font-family: "xeicon";
  color: #222;
}
.wrap .swiper-button-prev:after {
  content: "\e93d";
}
.wrap .swiper-button-next:after {
  content: "\e940";
}

/* tab_cont_wrap */
.tab_contents .tab_cont {
  display: none;
}
/* .tab_contents .tab_cont.active { display: flex; } */
.tab_contents .tab_cont.active {
  display: flex;
}
.tab_contents_2 .tab_cont.active {
  display: flex;
  justify-content: flex-start;
} /*   */
.tab_contents .tab_cont_menu > li {
  cursor: pointer;
}

/* thumb_list 썸네일 리스트 오버시 효과 */
.thumb_list {
  position: relative;
}
.thumb_list::after {
  content: "\e913";
  font-family: "xeicon";
  font-size: 1.875em;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.thumb_list:hover::after {
  color: #fff;
  background-color: rgba(166, 10, 19, 0.5);
}

/* header */
.header {
  position: relative;
  height: 4.5em;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  z-index: 500;
} /* 230710 bp mod */
.header .guide {
  height: 100%;
  max-width: 1400px; /* padding-right: 0.75em; padding-left: 5em;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
} /* 2306 bp mod */
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo a {
  display: flex;
  min-width: 160px;
}
.header .gnb {
  margin: 0 auto;
}

.header .gnb,
.header .gnb_menu_list,
.header .gnb_menu_list > li,
.header .gnb_menu_list > li > a {
  height: 100%;
}

.gnb > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnb > ul > li {
  position: relative;
}
.gnb > ul > li > a {
  display: flex;
  align-items: center;
  padding: 0 3.14em;
  font-size: 1.25em;
  font-weight: 700;
}
.gnb > ul > li > ul {
  display: none;
  position: absolute;
  top: 83%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #f5c6c6;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}
.gnb > ul > li:hover > a,
.gnb > ul > li:focus > a,
.gnb > ul > li.active > a {
  color: #a60a13;
}
.gnb > ul > li.active:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #a60a13;
  content: "";
}

.gnb ul li > ul > li > a {
  display: block;
  width: 100%;
  padding: 7px 0;
  font-weight: 700;
  transition: all 0.2s;
  text-align: center;
}
.gnb ul li > ul > li > a span {
  position: relative;
}
.gnb ul li > ul > li > a:hover {
  color: #a60a13;
}
.gnb ul li > ul > li > a:hover span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  padding: 0 7px;
  background-color: #fdf4f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.2s;
  border-radius: 2px;
}
.header .member_menu ul {
  display: flex;
  align-items: center;
}
.header .member_menu ul li {
  position: relative;
}
.header .member_menu ul li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.94em;
  background-color: #777;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .member_menu ul li a {
  display: block;
  padding: 1.125em;
  transition: all 0.2s;
}
.header .member_menu ul li:hover a {
  color: #a60a13;
}
.sns_logo a:hover {
  background-color: #fffff;
}

/* mob gnb */
.mob_gnb_layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700;
  min-width: 280px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mob_gnb_layer > .cont_box {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mob_gnb_head {
  height: 4.17em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.08em 0 1.04em;
  border-bottom: 1px solid #d2d5e3;
}
.mob_gnb_head .logo a {
  display: block;
  width: 80%;
  min-width: 160px;
}
.mob_gnb_head .mob_gnb_btn_area {
  display: flex;
  align-items: center;
}
.mob_gnb_head i {
  font-size: 2.08em;
}
.mob_gnb_head .mob_gnb_btn_area .mob_gnb_close {
  margin-left: 1.67em;
  cursor: pointer;
}
.mob_gnb_body {
  width: 100%;
  overflow-y: auto;
  height: calc(100% - 4.17em);
  position: relative;
}
.mob_gnb_body .inner {
  padding: 0 7%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mob_gnb {
  width: 100%;
}
.mob_gnb .gnb_menu_list > li {
  display: flex;
  padding: 1.25em 0;
}
.mob_gnb .gnb_menu_list > li > div {
  font-size: 1.67em;
  width: 29%;
  line-height: 2.06em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mob_gnb .gnb_menu_list > li > div span {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
.mob_gnb .gnb_menu_list > li .sub_menu_list {
  display: none;
  width: 71%;
}
.mob_gnb .gnb_menu_list > li .sub_menu_list li {
  width: 100%;
}
.mob_gnb .gnb_menu_list a {
  display: block;
  width: 100%;
  font-size: 1.5em;
  line-height: 2.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mob_gnb .gnb_menu_list a span {
  position: relative;
  z-index: 1;
}
.mob_gnb .gnb_menu_list li:hover > a {
  color: #a60a13;
}
.mob_gnb .gnb_menu_list li:hover > a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  padding: 0 10px;
  background-color: #fdf4f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.2s;
  border-radius: 2px;
}
.mob_gnb .gnb_menu_list > li.active > div span {
  padding-left: 1.09em;
}
.mob_gnb .gnb_menu_list > li.active > div span::after {
  content: "";
  display: block;
  width: 0.65em;
  height: 5px;
  background-color: #d12f34;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mob_gnb .gnb_menu_list > li.active .sub_menu_list {
  display: block;
}
.mob_gnb_cate_box_wrap {
  position: relative;
  padding: 3em 0;
}
.mob_gnb_cate_box_wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px;
}
.mob_gnb_cate_box_wrap ul li {
  width: 50%;
  padding: 4px;
  text-align: center;
}
.mob_gnb_cate_box_wrap ul li a {
  display: block;
  width: 100%;
  background-color: #fff8ef;
  border: 1px solid #e7e5e9;
  color: #777;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1.5em;
  line-height: 1.11em;
  padding: 0.94em 0;
}
.mob_gnb_cate_box_wrap_div {
  font-size: 1.67em;
  line-height: 2.06em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .header .gnb {
    margin-left: 8%;
  }
  .header .logo a {
    max-width: 245px;
  }
}
/* mobile layout */
@media screen and (max-width: 1080px) {
  .header {
    height: 4.17em;
  }
  .header .guide {
    width: 100%;
    padding: 0 2.08em 0 1.04em;
  }
  .header .gnb,
  .header .member_menu {
    display: none;
  }
  .header .logo a {
    width: 80%;
  }
  .mob_header_gnb_btn {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .mob_header_gnb_btn .mob_member_btn,
  .mob_header_gnb_btn .mob_gnb_open {
    display: block;
    font-size: 2.08em;
    cursor: pointer;
  }
  .mob_gnb_open {
    margin-left: 0.8em;
  }
}
@media screen and (max-width: 540px) {
  .mob_gnb_cate_box_wrap ul li a {
    font-size: 1.2em;
  }
  .mob_gnb_cate_box_wrap_div {
    font-size: 1.2em;
  }
}

/* calendar */
.main_banner_wrap .com_tit {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.25em 0 11px;
}
@media screen and (max-width: 1080px) {
  .main_banner_wrap .com_tit {
    width: 100%;
    padding: 0 2.08em 0 1em;
  }
}

.calendar_area_wrap {
  position: relative;
  display: flex;
  padding: 1.25em;
  height: 100%;
  max-height: 443px;
}
/* calendar_area */
.calendar_area {
  width: 58%;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
}
.calendar_area .calendar_head {
  text-align: center;
  padding: 4px 0 10px;
}
.calendar_area .calendar_head .calendar_control {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar_area .calendar_head .date_control {
  font-size: 1.25em;
  font-weight: 700;
}
.calendar_area .calendar_head .month_btn {
  display: flex;
  align-items: center;
  padding: 0 1.25em;
}

.calendar_area .calendar .sun {
  color: #d12f34 !important;
}
.calendar_area .calendar .sat {
  color: #3071e5 !important;
}
.calendar_area .calendar .calendar_week {
  background-color: #fff8ef;
  border-radius: 5px;
}
.calendar_area .calendar .calendar_week,
.calendar_area .calendar .calendar_date {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.calendar_area .calendar .calendar_week > div,
.calendar_area .calendar .calendar_date > div {
  width: 14.285%;
}
.calendar_area .calendar .calendar_week > div {
  line-height: 1.86em;
  font-weight: 700;
  font-size: 0.875em;
}
.calendar_area .calendar .calendar_date > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.375em 0;
  line-height: 1.375em;
}
.calendar_area .calendar .calendar_date > div > span {
  width: 2.5em;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.calendar_area .calendar .calendar_date .has_schedule > span {
  background-color: #f6e8d5;
  border-color: #f6e8d5;
  cursor: pointer;
}
.calendar_area .calendar .calendar_date .has_schedule:hover > span {
  background-color: #af242c;
  border-color: #af242c;
  color: #fff;
}
.calendar_area .calendar .calendar_date .has_schedule.active > span {
  background-color: #af242c;
  color: #fff;
  border-color: #af242c;
}
.calendar_area .calendar .calendar_date .today > span {
  background-color: #fff;
  border-color: #af242c;
}
/* calendar_month_container */
.calendar_month_container {
  display: none;
}
/* schedule_area */
.schedule_area_wrap {
  width: 42%;
  padding-left: 3%;
}
.schedule_area {
  height: 100%;
  display: none;
}
.schedule_area.active {
  display: block;
}
.schedule_area .schedule_head {
  margin-bottom: 10px;
}
.schedule_area .schedule_head .tit {
  font-size: 1.25em;
  font-weight: 700;
}
.schedule_area .schedule_list {
  height: calc(100% - 30px);
  overflow: auto;
  padding-right: 8px;
}
.schedule_area .schedule_list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.schedule_area .schedule_list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #f6e8d5;
  background-clip: padding-box;
  border-radius: 5em;
}
.schedule_area .schedule_list::-webkit-scrollbar-track {
  background-color: #f6e8d5;
  border-radius: 5em;
}

.schedule_area .schedule_list .schedule_box .desc + .desc {
  margin-top: 7px;
}
.schedule_area .schedule_list .schedule_box .desc a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2em 0 12px;
  line-height: 2.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
  transition: all 0.2s;
  font-weight: 700;
  border-radius: 3px;
}
.schedule_area .schedule_list .schedule_box .desc a::after {
  content: "\e93e";
  font-family: "xeicon";
  font-size: 0.875em;
  color: #af242c;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.schedule_area .schedule_list .schedule_box .desc a:hover {
  background-color: #af242c;
  color: #fff;
}
.schedule_area .schedule_list .schedule_box .desc a:hover:after {
  color: #fff;
}

.schedule_area .schedule_detail {
  display: none;
  padding: 10px;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.schedule_area .desc a.on + .schedule_detail {
  display: block;
}

@media screen and (max-width: 760px) {
  .calendar_area_wrap {
    flex-direction: column;
    max-height: 100%;
    padding: 10px;
  }
  .calendar_wrap .com_tit {
    margin-bottom: 7px;
  }
  .calendar_area,
  .schedule_area_wrap {
    width: 100%;
    padding: 0;
  }
  .calendar_area .calendar .calendar_week > div {
    font-size: 1em;
  }
  .calendar_area .calendar .calendar_date > div > span {
    width: 1.92em;
    border-width: 1px;
  }
  .schedule_area {
    padding-top: 1.25em;
  }
  .schedule_area .schedule_list {
    height: 14.5em;
    padding-right: 6px;
  }
}

/* footer */
.footer {
  background-color: #f5f5f5;
  padding: 1em 0;
  position: relative;
  z-index: 200;
}
.footer .guide {
  padding-right: 0;
}
.footer .top_cont_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .site_info {
  width: calc(100% - 11.25em);
  display: flex;
  align-items: center;
}
.footer .footer_logo {
  width: 45%;
  max-width: 245px;
  min-width: 150px;
  margin-right: 11px;
}
.footer .footer_logo a {
  display: block;
  width: 100%;
}
.footer .footer_menu {
  width: 55%;
  display: flex;
  align-items: center;
}
.footer .footer_menu li a {
  font-size: 1.25em;
  font-weight: 700;
  padding: 0 1.35em;
  transition: all 0.2s;
}
.footer .footer_menu li:hover a {
  color: #a60a13;
}
.footer .family_site {
  width: 12.85%;
}

.footer .family_site_select {
  position: relative;
  width: 11.25em;
  height: calc(3em + 2px);
}
.footer .family_site_select .select_handle {
  font-weight: bold;
  padding: 0 1.375em;
}
.footer .family_site_select .select_handle {
  background-color: #f5f5f5;
  border-radius: 10em;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: 1px solid #d2d5e3;
}
.footer .family_site_select .select_handle::before {
  font-family: "xeicon";
  content: "\e945";
  font-size: 1.5em;
  font-weight: 400;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.footer .family_site_select .family_list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  border-radius: 1.5em;
  z-index: 1;
  padding-bottom: 3em;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  border: 1px solid #d2d5e3;
}
.footer .family_site_select .family_list li {
  line-height: 1.2em;
}
.footer .family_site_select .family_list li a {
  display: block;
  transition: all 0.3s;
  padding: 0.55em 1.375em;
  font-weight: 700;
}
.footer .family_site_select .family_list li:first-child {
  margin-top: 0.875em;
}
.footer .family_site_select .family_list li:last-child {
  margin-bottom: 0.875em;
}
.footer .family_site_select .family_list li:hover a {
  color: #a60a13;
}
.footer .family_site_select.active .select_handle::before {
  content: "\e942";
}
.footer .bottom_cont_area {
  margin-top: 1em;
  width: 100%;
}
.footer .bottom_cont_area .site_contact {
  display: flex;
  flex-wrap: wrap;
}
.footer .bottom_cont_area .site_contact .info,
.footer .bottom_cont_area .copyright {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  line-height: 1.43em;
}
.footer .bottom_cont_area .site_contact .info::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #9e9e9e;
  margin: 0 12px;
}
.footer .bottom_cont_area .site_contact .info:last-child:after {
  display: none;
}
.footer .bottom_cont_area .copyright {
  margin-top: 4px;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 1.67em 0;
  }
  .footer .top_cont_area {
    align-items: flex-start;
  }
  .footer .site_info {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_menu {
    width: 100%;
  }
  .footer .footer_logo {
    margin: 0 0 1.25em;
  }
  .footer .footer_menu li a {
    font-size: 1.08em;
    padding: 0 12px;
  }
  .footer .footer_menu li:first-child a {
    padding-left: 0;
  }
}
@media screen and (max-width: 560px) and (min-width: 401px) {
  .footer .family_site_select {
    height: calc(2.5em + 2px);
  }
  .footer .family_site_select .family_list {
    padding-bottom: 2.5em;
  }
  .footer .family_site_select .select_handle {
    padding: 0 10px;
  }
  .footer .family_site_select .select_handle::before {
    font-size: 1em;
  }
}
@media screen and (max-width: 400px) {
  /* .footer .site_info{width: 100%;} */
  /* .footer .top_cont_area{flex-direction: column;} */
  .footer .footer_menu li:first-child a {
    white-space: nowrap;
  }
  .footer .family_site_select {
    height: calc(2.5em + 2px);
    width: 8.25em;
  }
  .footer .family_site_select .select_handle {
    padding: 0 0.75em;
  }
  .footer .family_site_select .select_handle::before {
    right: 0.5em;
  }
  .footer .family_site_select .family_list {
    padding-bottom: 2.5em;
  }
  .footer .family_site_select .family_list li a {
    word-break: break-all;
    padding: 0.55em;
  }
  .footer .family_site_select .family_list li a br {
    display: none;
  }
  .footer .bottom_cont_area .site_contact {
    flex-direction: column;
  }
  .footer .bottom_cont_area .site_contact .info::after {
    display: none;
  }
}
input[readonly] {
  background-color: #e6e6e6;
}
/* popup */
.popup_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 700;
  min-width: 280px;
} /* 2306 bp mod */
.popup_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d2d5e3;
  box-shadow: 0px 0.44em 0.31em 0px rgba(0, 0, 0, 0.1);
  padding: 1.25em;
  border-radius: 10px;
  max-width: 1000px;
  width: 92%;
}
.popup_box.small_box {
  max-width: 400px;
  padding: 1.25em 1.25em 2.5em;
}
.popup_box.small_box2 {
  max-width: 700px;
  padding: 1.25em 1.25em 2.5em;
}
.popup_head.displayImg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0em;
}
.popup_head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5em;
}
.popup_head .title {
  font-size: 1.125em;
  font-weight: 700;
}
.popup_close {
  font-size: 1.25em;
  display: flex;
  cursor: pointer;
}
.popup_head .popup_close {
  position: absolute;
  top: 0;
  right: 0;
}
.popup_box_cont iframe {
  display: block;
  width: 100%;
  height: 15em;
}
.popup_box_cont .cont_desc_txt {
  font-size: 1.125em;
  padding-top: 5px;
  color: #777;
  line-height: 1.33em;
  text-align: center;
}
.popup_box_cont .popup_input_wrap {
  margin-top: 1.875em;
  text-align: center;
}
.popup_box_cont .popup_input_wrap .input_field {
  max-width: 360px;
  position: relative;
  margin: 0 auto;
}
.popup_box_cont .popup_input_wrap .input_field + .input_field {
  margin-top: 10px;
}
.popup_box_cont .popup_input_wrap .input_field .com_input::placeholder {
  font-size: 1.125em;
  color: #d2d5e3;
}
.popup_box_cont .popup_submit_btn {
  text-align: center;
  margin-top: 1.875em;
}
.popup_box_cont .popup_submit_btn .btn_basic {
  font-size: 1.125em;
  font-weight: 700;
  width: 8.89em;
  height: 2.56em;
}

.popup_box_cont .popup_input_wrap .input_field .error_txt {
  color: #d12f34;
  font-size: 0.875em;
  position: absolute;
  top: 50%;
  right: 0.875em;
  transform: translateY(-50%);
  display: none;
}
.popup_box_cont .popup_input_wrap .input_field.pw_error .com_input {
  border-color: #d12f34;
}
.popup_box_cont .popup_input_wrap .input_field.pw_error .error_txt {
  display: block;
}

.popup_box_cont .popup_input_wrap .field_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.popup_box_cont .popup_input_wrap .field_wrap label {
  display: inline-flex;
  width: 140px;
}
.popup_box_cont .popup_input_wrap .input_field {
  display: inline-flex;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
}
.popup_box_cont .popup_input_wrap .field_wrap + .field_wrap {
  margin-top: 10px;
}

.change_password_field .cont_wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px;
}
.change_password_field .cont_desc_txt {
  background: #f5f5f5;
  padding: 20px;
  text-align: left;
}
.change_password_field .input_field.pw_error .error_txt {
  position: static;
  top: 0;
  transform: none;
}

@media screen and (min-width: 1201px) {
  .popup_box_cont iframe {
    height: 40.31em;
  }
}
@media screen and (min-width: 761px) and (max-width: 1200px) {
  .popup_box_cont iframe {
    height: 30em;
  }
}
@media screen and (min-width: 420px) and (max-width: 760px) {
  .popup_box_cont iframe {
    height: 22.5em;
  }
}
@media screen and (max-width: 540px) {
  .popup_box_cont .popup_input_wrap .input_field {
    width: 90%;
  }
}

.mob_gnb_logout {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

.mob_gnb_logout .mob_logout_link {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #d12f34;
}
