/* Noto+Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* font responsive */
html {
  font-size: 17px;
}

/* reset css */
html,
body {
  height: 100%;
}
*,
div {
  /* font-family: 'Roboto', 'Noto Sans KR', sans-serif; */
  font-family: 'SUIT', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo,
    sans-serif;
  font-style: normal;
  /* font-weight: normal; */
  line-height: 1em;
  word-wrap: break-word;
  word-break: keep-all;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  text-align: left;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 모바일 클릭시 파란 박스 없애기 */
a:active,
a:hover,
a:visited,
a:focus,
p:active,
p:hover,
p:visited,
p:focus,
button:active,
button:hover,
button:focus,
button:visited {
  outline: none;
  /* background-color: transparent; */
  -webkit-tap-highlight-color: transparent;
}
/* 모바일 클릭시 파란 박스 없애기 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
select,
input,
textarea {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 0.9rem;
  outline: none;
  cursor: pointer;
}
button {
  cursor: pointer;
}
select,
option {
  color: #232323;
}
select::-ms-expand {
  display: block;
}
select:active,
select:focus {
  border: 1px solid #ff8611;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  padding-top: 4px;
  color: #9d9d9d;
  font-size: 0.9rem;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 0.9rem;
}
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::placeholder {
  color: #9d9d9d;
  font-size: 0.9rem;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol,
li {
  list-style: none;
}
a,
a:hover,
a:active,
a:visited {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
caption {
  display: none;
}
img {
  vertical-align: bottom;
}
/* 이미지 선명 css */
/* S: lightbox custom */
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1 !important;
}
/* E: lightbox custom */
.temp {
  visibility: hidden;
}
.text_right {
  text-align: right !important;
}
.main_txt,
.main_color {
  color: #ff8611 !important;
}
.black_txt {
  color: #0d0d0d !important;
}
.sub_txt {
  color: #828282 !important;
}
.sub_color {
  color: #ff3d55;
}
.bold_txt,
.bold_txt a {
  font-weight: 600 !important;
}
.text_overflow {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.order-date {
  font-size: 0.9rem;
  padding: 0.2rem 0;
}
.mr_0 {
  margin-right: 0 !important;
}
.mr_5 {
  margin-right: 0.5rem !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.ml_1 {
  margin-left: 0.1rem !important;
}
.ml_2 {
  margin-left: 0.2rem !important;
}
.ml_5 {
  margin-left: 0.5rem !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_3 {
  margin-bottom: 0.3rem !important;
}
.mb_5 {
  margin-bottom: 0.5rem !important;
}
.mb_1r {
  margin-bottom: 1rem !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mt_3 {
  margin-top: 0.3rem !important;
}
.mt_5 {
  margin-top: 0.5rem !important;
}
.mt_1r {
  margin-top: 1rem !important;
}
.pt_0 {
  padding-top: 0 !important;
}
.pt_5 {
  padding-top: 0.5rem !important;
}
.pt_1r {
  padding-top: 1rem !important;
}

.p_relative {
  position: relative !important;
}
.p_absolute {
  position: absolute !important;
}

.w100 {
  width: 100%;
}
.w70 {
  width: 70%;
}

.inline_block {
  display: inline-block;
}

.border_none {
  border: none !important;
}
.box_shadow {
  -webkit-box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.35) !important;
  box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.35) !important;
}

.grayscale_70 {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
/* header */
/* header top renewal (20210414) */
#header {
  position: relative;
  -webkit-box-shadow: 2px 2px 7px 2px #f0f0f0;
  box-shadow: 2px 2px 7px 2px #f0f0f0;
  z-index: 999;
}
#header header {
  background-color: #fff;
  height: auto !important;
}
/* #header .h_top {
  padding: 0.9rem 1.4rem 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  background-color: #fff;
} */
#header .h_top .h_menu {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
#header .h_top .h_menu a {
  display: inline-block;
}
#header header h1 {
  margin-top: 0 !important;
}
/* #header .h_top .h_logo {
  display: inline-block;
  width: 9.5rem;
  position: relative;
  top: -0.2rem;
} */
#header .h_top .h_search {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
}
/* header nav renewal (20210414) */
#header .m_navi {
  width: 100%;
  background-color: #fff;
}
#header .nav_wrapper {
  padding: 0.3rem 1.5rem 0.9rem;
}
#header .m_navi .nav_link {
  position: relative;
  display: inline-block;
}
#header .m_navi .nav_link a {
  position: relative;
  display: inline-block;
  font-size: 0.98rem !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #828282;
  margin-right: 1rem;
  padding: 0.3rem;
}
#header .m_navi .nav_link.active a:after {
  content: ' ';
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-color: #fff;
  top: 1.55rem;
  left: 50%;
  margin-left: -0.16rem;
}
#header .m_navi .nav_link.active a {
  color: #0d0d0d;
  font-weight: 500;
}
#header .m_navi .nav_link.active a:after {
  background-color: #ff8611;
}

/* S 진경 알림 20231220 */

#header .h_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1.4rem;
  background-color: #fff;
}

#header .h_top .h_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 9.5rem;
  top: 0.7rem;
  /* 조정 필요 */
}

#header .h_top .h_fake {
  visibility: hidden;
  /* 가짜 요소는 보이지 않게 설정 */
  width: 1.5rem;
  /* h_menu와 동일한 크기 설정 */
}

#header .h_top .h_notification {
  position: relative;
  margin-right: -7.5rem; /* 검색 아이콘과의 간격 조정 */
  display: inline-block; /* 블록 레벨 요소로 표시 */
  width: 1.4rem;
  height: 1.4rem;
}

.notification_count {
  position: absolute;
  top: -0.2rem; /* 상대적 위치 조정 */
  right: -0.4rem; /* 상대적 위치 조정 */
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 0 0.3rem;
  font-size: 0.7rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  min-width: 1.2rem;
  box-sizing: border-box;
}
/* E 진경 알림 20231220 */

/* header nav renewal (20210414) */
/*footer renewal (20210414) */
.footer {
  margin-top: 0;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
}
.info_header {
  padding: 2rem 0 1.9rem;
}
.info_body {
  display: none;
  padding-bottom: 0.3rem;
}
.company_info_wrap {
  padding-bottom: 0.5rem;
}
.company_info_wrap .info_title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #828282;
  text-align: center;
  cursor: pointer;
}
.company_info_wrap .info_title .slide_arrow {
  margin-left: 5px;
}
.company_info_wrap .info_title .slide_arrow.active > img,
.rgs_agree_list li .rgs_more.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.company_info_wrap .info_title .slide_arrow > img {
  width: 0.9rem;
  position: relative;
  top: -0.15rem;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer .info_list li {
  text-align: center;
  color: #828282;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-bottom: 0.6em;
}
.footer .info_list li .f_bold {
  font-weight: 600;
}
.footer .call_info_box {
  margin-top: 1.5rem;
}
.fnb_wrap {
  text-align: center;
  margin: 0.3rem 0;
}
.fnb_wrap .fnb_link {
  display: inline-block;
  font-size: 0.85rem;
  color: #828282;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.fnb_wrap .fnb_link:after {
  content: '·';
  font-size: 0.8rem;
  color: #828282;
  margin: 0 0.4em;
}
.fnb_wrap .fnb_link:last-of-type:after {
  content: '';
  margin: 0;
}
.footer .f_copyright {
  padding: 0.7rem 0;
  font-size: 0.85rem;
  color: #828282;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: center;
}
/*footer renewal (20210414) */
/* action bar renewal (20210416)*/
#navi-area {
  height: auto;
}
#navi-area .ico-top {
  top: -7.5rem;
  background-color: #fff;
}

#navi-area .ico-top2 {
  top: -10.5rem;
  background-color: #fff;
}

.m_action_bar {
  position: fixed;
  left: 0;
  bottom: -3rem;
  width: 100%;
  border-top: 2px solid #ff8611;
  background-color: #fff;
  z-index: 9999;
  padding-bottom: 3rem;
}
.m_action_bar .action_icon_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m_action_bar .action_icon_list li {
  display: inline-block;
  width: 20%;
  padding: 1rem 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_action_bar .action_icon_list li img {
  width: 1.6rem;
  height: 1.6rem;
}

.m_action_bar .action_icon_list li p {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  text-align: center;
  color: #0d0d0d;
  font-weight: 500;
}

.m_action_bar .action_icon_list li.on {
  position: relative;
}
.m_action_bar .action_icon_list li.on img {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m_action_bar .action_icon_list .item_like {
  position: relative;
}
.m_action_bar .action_icon_list .item_like .num {
  position: absolute;
  background-color: #ff8611;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.125rem;
  -webkit-transform: translate(0.95rem, -0.4rem);
  -ms-transform: translate(0.95rem, -0.4rem);
  transform: translate(0.95rem, -0.4rem);
}
.m_action_bar .action_icon_list .item_like .num.cnt2 {
  width: 1.5rem;
  border-radius: 1rem;
}
/* location  style */
.m_action_bar.location {
  border-top: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.05);
}
.m_action_bar .action_icon_list li {
  padding: 0.85rem 0;
}
.m_action_bar.location .action_icon_list li.center {
  padding: 0;
}
.m_action_bar.location .action_icon_list li.center img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 8px rgba(255, 134, 17, 0.25);
  box-shadow: 0px 4px 8px rgba(255, 134, 17, 0.25);
  position: relative;
  top: -0.65rem;
}
/* action bar renewal (20210416)*/
/* 2021 리뉴얼 추가 */
.page_title_area,
.item_title_wrap {
  position: relative;
  background-color: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
  z-index: 99;
}
.theme_header .page_title_area,
.page_title_area.round,
.item_title_wrap.round {
  background-color: #ff8611;
  color: #fff;
  border: none;
}
.item_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9rem 1.4rem;
}
.item_title_wrap.board_type {
  padding: 1rem 1.4rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page_title_area .page_title {
  max-width: 60%;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page_title_area .page_title.t_black {
  color: #232323;
}
.item_title_wrap .product_title {
  width: 85%;
  font-size: 1rem;
  letter-spacing: 0.3px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 1rem;
  position: relative;
  top: -0.05rem;
  color: #232323;
  text-align: center;
}
.item_title_wrap .search_i {
  width: 1.5rem;
}
.page_title_area .back_btn {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  width: 1.5rem;
}
.page_title_area .close_btn {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 1rem;
}
.item_title_wrap .back_btn {
  width: 1.4rem;
}
.rounded_header .modal_back,
.iframe_header .modal_back,
.page_title_wrap .page_arrow,
.theme_wrapper .page_title_area .back_btn,
.page_title_area.round .back_btn {
  position: absolute;
  top: 0.8rem;
  left: 1.3rem;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -99999999999px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ3Ni4yMTMgNDc2LjIxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+Cjxwb2x5Z29uIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcG9pbnRzPSI0NzYuMjEzLDIyMy4xMDcgNTcuNDI3LDIyMy4xMDcgMTUxLjgyLDEyOC43MTMgMTMwLjYwNywxMDcuNSAwLDIzOC4xMDYgMTMwLjYwNywzNjguNzE0IDE1MS44MiwzNDcuNSAgIDU3LjQyNywyNTMuMTA3IDQ3Ni4yMTMsMjUzLjEwNyAiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcG9seWdvbj4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
  background-size: contain;
  cursor: pointer;
}
.fixed_btn_wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 0.4rem;
}

.fixed_btn_wrapper.none_btn {
  border: none;
  background-color: none;
}
.fixed_btn_wrapper.flex_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
.fixed_btn_wrapper.flex_type > a,
.fixed_btn_wrapper.flex_type > button {
  border-radius: 0;
  padding: 1.1rem 2rem;
}
.fixed_btn_wrapper.flex_type .solid_btn.sm {
  margin: 0 !important;
}
.line_2 {
  margin-top: 0.6rem !important;
}
.fixed_btn_wrapper.flex_block .solid_btn:first-child,
.flex_block .solid_btn:first-child {
  margin-right: 0.7rem;
}
.lg_btn {
  width: 100%;
  display: block;
  background-color: #ff8611;
  font-size: 1.05rem;
  font-weight: bold;
  letter-spacing: 0.35px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 0.9rem 0;
  cursor: pointer;
  -webkit-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  z-index: 9999;
}
.lg_btn:hover {
  background-color: #ff8611;
}
.lg_btn span {
  font-weight: bold;
}
.solid_btn {
  font-size: 0.95rem;
  background-color: #ff8611 !important;
  color: #fff !important;
  padding: 0.95rem 2rem;
  border-radius: 8px;
  font-weight: 500 !important;
  text-align: center;
  cursor: pointer;
}
.solid_btn label {
  font-weight: 500 !important;
}
.solid_btn.xs {
  font-size: 0.8rem;
  padding: 0.3rem 0.8rem;
}
.solid_btn.sm {
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
  margin: 0.2rem;
}
.solid_btn:focus {
  outline: none;
  border: 1px solid #ff8611;
}
.solid_btn.light {
  background-color: #fff !important;
  color: #232323 !important;
  border: 1px solid #e0e0e0;
}
.solid_btn.yellow {
  background-color: #fcf8ef !important;
  border: 1px solid #ffce89 !important;
  color: #ff8611 !important;
}
.solid_btn.blue {
  background-color: #51b1a3 !important;
  border-color: #51b1a3 !important;
  color: #fff;
}
.solid_btn.navy {
  background-color: #00346a !important;
  border-color: #00346a !important;
  color: #fff;
}
.solid_btn.green {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
  color: #fff;
}

.solid_btn.naver,
.solid_btn.kakao {
  position: relative;
  width: 50%;
  padding: 0.2rem 0.5rem 0.95rem;
  text-align: center;
}

.solid_btn.naver {
  background-color: #03c75a !important;
  color: #fff;
}
.solid_btn.kakao {
  background-color: #ffde00 !important;
  color: #3a1d18 !important;
}

.solid_btn.naver img,
.solid_btn.kakao img {
  display: block;
  margin: 0 auto 0.1rem;
  width: 2.5rem;
}

.solid_btn .icon {
  width: 1rem;
  position: relative;
  top: 0.15rem;
  margin-right: 0.3rem;
}
.solid_btn.disable,
.lg_btn.disable {
  background-color: #9a9a9a !important;
  color: #fff !important;
}
.solid_btn.disable:active,
.solid_btn.disable:focus {
  border: 1px solid #9a9a9a;
}
.down_btn {
  font-size: 0.87rem;
  width: 48%;
  display: inline-block;
  padding: 0.5rem 0.3rem 0.6rem;
  text-align: center;
  font-weight: 600;
  border-radius: 2rem;
  cursor: pointer;
}
.down_btn object {
  display: inline-block;
  width: 0.9rem;
  margin-right: 2px;
  position: relative;
  top: 1.4px;
}
.down_btn.hwp {
  background-color: #d4efff;
  color: #035aa6;
}
.down_btn.hwp > object {
  fill: #035aa6;
  -webkit-filter: invert(14%) sepia(86%) saturate(4774%) hue-rotate(198deg)
    brightness(92%) contrast(98%);
  filter: invert(14%) sepia(86%) saturate(4774%) hue-rotate(198deg)
    brightness(92%) contrast(98%);
}
.down_btn.pdf {
  background-color: #ffd8cc;
  color: #fa4b36;
}
.down_btn.pdf > object {
  fill: #fa4b36;
  -webkit-filter: invert(55%) sepia(87%) saturate(5550%) hue-rotate(342deg)
    brightness(103%) contrast(96%);
  filter: invert(55%) sepia(87%) saturate(5550%) hue-rotate(342deg)
    brightness(103%) contrast(96%);
}
.outline_btn {
  display: inline-block;
  border: 1px solid #ff8611;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1rem;
  color: #ff8611 !important;
  font-weight: bold;
  text-align: center;
  padding: 0.9rem 0;
  cursor: pointer;
}
.outline_btn:focus {
  outline: none;
}
.outline_btn.blue {
  border: 1px solid #668fbd !important;
  color: #668fbd !important;
}
.outline_btn.lg,
.solid_btn.lg {
  width: 100%;
  font-size: 1rem;
  display: block;
  padding: 0.95rem 2rem;
}
.solid_btn.half {
  width: 50%;
  padding: 0.85rem 0 0.75rem !important;
}
.capsule_btn.gray .more_icon {
  height: 0.8rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 1rem;
  position: relative;
  top: 0.1rem;
}
.capsule_btn {
  display: inline-block;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #828282 !important;
  font-size: 1rem;
  padding: 0.5rem 0 0.6rem;
  border-radius: 3rem;
  cursor: pointer;
}
.capsule_btn.main {
  color: #ff8611 !important;
  border: 1px solid #ff8611 !important;
}
.capsule_btn.secondary {
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}
.capsule_btn.sm {
  padding: 0.4rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 300;
  margin-right: 0.4rem;
}
.capsule_btn.xs {
  padding: 0.2rem 0.5rem 0.29rem;
  font-size: 0.82rem;
  color: #666d73;
  margin-right: 0.3rem;
}
.capsule_btn.lg {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 0.7rem 0;
}
.capsule_btn.t_black {
  color: #0d0d0d !important;
}
.btn_end {
  background-color: #878787 !important;
  color: #fff !important;
}
/* btn input */
.btn_radio {
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
.btn_radio input[type='radio'],
.btn_radio input[type='checkbox'] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.btn_radio label {
  display: inline-block;
  background-color: #fff;
  padding: 0.7rem 0 0.65rem;
  width: 45%;
  font-size: 0.9rem;
  font-weight: bold;
  border: 1px solid #e0e0e0 !important;
  border-radius: 30px;
  text-align: center;
}
.btn_radio label:nth-of-type(2n) {
  margin-left: 1rem;
}
.q_radio .q_radio_lable {
  display: inline-block;
  width: 3rem;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin: 0 1rem;
  padding: 0.4rem 0;
  font-size: 0.9375rem;
  text-align: center;
}
.q_radio.square .q_radio_lable {
  width: 2rem;
  height: auto;
  margin: 0 !important;
  padding: 0.5rem 0.5rem 0.45rem !important;
}
.q_radio label img {
  width: 1.2rem;
}
.q_radio input {
  opacity: 0;
  position: fixed;
  width: 0;
}
.q_radio input:checked + .q_radio_lable {
  background-color: #ff8611;
  border: 1px solid #ff8611;
  color: #fff;
}
.btn_radio input[type='radio']:checked + label,
.btn_radio input[type='checkbox']:checked + label {
  background-color: #ff8611 !important;
  color: #fff !important;
  border: 1px solid #ff8611 !important;
}
.q_radio input:not(:checked) + .q_radio_lable {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  color: #aaaaaa;
}

.btn_radio input[type='radio']:not(:checked) + label,
.btn_radio input[type='radio']:not(:checked) + label:hover,
.btn_radio input[type='checkbox']:not(:checked) + label,
.btn_radio input[type='checkbox']:not(:checked) + label:hover {
  border: 1px solid #e0e0e0 !important;
  background-color: #fff !important;
  color: #828282 !important;
}
.btn_radio input[type='radio']:disabled + label,
.btn_radio input[type='checkbox']:disabled + label,
.btn_radio input[type='radio']:disabled + label:hover,
.btn_radio input[type='checkbox']:disabled + label:hover {
  background-color: #f0f0f0 !important;
  color: #ababab !important;
}
.secondary .btn_radio input[type='radio']:not(:checked) + label,
.secondary .btn_radio input[type='radio']:not(:checked) + label:hover,
.secondary .btn_radio input[type='checkbox']:not(:checked) + label,
.secondary .btn_radio input[type='checkbox']:not(:checked) + label:hover {
  border: 1px solid #f8f8fa !important;
  background-color: #f8f8fa !important;
  color: #828282 !important;
}
.btn_radio.sm label {
  width: 40%;
}

.rgs_ctg_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.rgs_ctg_list .btn_radio {
  width: 33%;
  padding: 0.5rem 0.3rem;
}
.rgs_ctg_list.region_list .btn_radio {
  width: 25%;
}
.rgs_ctg_list .btn_radio label {
  width: 100%;
  background-color: #f8f8fa;
  color: #828282;
  font-weight: 400;
  border: none;
  margin: 0;
}
.rgs_ctg_list .btn_radio input[type='radio']:focus + label,
.rgs_ctg_list .btn_radio input[type='checkbox']:focus + label,
.rgs_ctg_list .btn_radio input[type='radio']:checked + label,
.rgs_ctg_list .btn_radio input[type='checkbox']:checked + label {
  background-color: #ff8611;
  color: #fff;
  border: none;
}
/* input group */
.input_required {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.3rem;
  font-size: 0.9375rem;
  color: transparent;
}
.input_required:before {
  display: inline-block;
  color: #ff2500;
  content: '*';
}
.line_input_group {
  margin-bottom: 2em;
}
.flex_input_group {
  position: relative;
}
.flex_input_group .flex_btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}

/* 고정된 안내문 스타일 */
.share-alert {
  position: absolute;
  bottom: 100%; /* 버튼 위에 위치 */
  left: 30%; /* 중앙 정렬 */
  transform: translateX(-50%);
  background-color: #fff; /* 배경색 */
  border: 2px solid #0984e3; /* 테두리 색 */
  border-radius: 8px; /* 둥근 모서리 */
  padding: 0.5rem 1rem; /* 패딩 */
  text-align: center; /* 텍스트 중앙 정렬 */
  color: #0984e3; /* 텍스트 색 */
  font-weight: bold; /* 글씨 굵기 */
  font-size: 0.95rem; /* 글씨 크기 */
  z-index: 9999;
  white-space: nowrap; /* 텍스트가 줄바꿈되지 않도록 */
}

.share-alert:after {
  content: '';
  position: absolute;
  bottom: -20px; /* 말풍선 꼬리 위치 */
  left: 30%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;

  border-color: #0984e3 transparent transparent transparent; /* 말풍선 꼬리 색 */
  z-index: -1;
}

.flex_input_block,
.flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_block.gap_5 {
  gap: 0.5rem;
}
.flex_block.gap_1 {
  gap: 1rem;
}
.flex_block.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_block.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_block .btn_radio {
  width: 100%;
  padding: 1em 0 0 !important;
}
.flex_block .line_input_group {
  width: 45%;
}
.flex_block .input_group {
  width: 50%;
}
.flex_input_block .flex_btn {
  margin-left: 0.8rem;
}
.line_input_group label,
.flex_input_group label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #383838;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
}
.line_input_group input,
.flex_input_group input {
  display: block;
  width: 100%;
  border-bottom: 1px solid #9e9e9e !important;
  font-size: 1rem;
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
}
.line_input_group input:last-of-type {
  margin-bottom: 0;
}
.line_input_group input:placeholder,
.flex_input_group input:placeholder {
  font-size: 1rem;
  color: #bebebe;
}
.line_input_group input:focus,
.flex_input_group input:focus {
  outline: none;
  border-bottom: 1px solid #ff8611 !important;
}
.input_group .input_desc,
.line_input_group .input_desc {
  font-size: 0.9rem;
  color: #ffb72b;
  margin: 0.7rem 0.2rem;
}
/* 휴대폰 정보 입력 */
.phone_input_box {
  padding: 1em 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone_input_box input {
  display: inline-block;
  width: 30%;
  padding: 0.7rem 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.phone_input_box select {
  width: 30%;
  height: 2.8rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.7rem 0.5rem;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.phone_input_box select:focus {
  outline: none;
  border-color: #ff8611;
}
.phone_input_box .h {
  font-size: 1.2rem;
  margin: 0 0.5rem;
  font-weight: 500;
}

.input_group {
  margin-bottom: 2em;
}
.input_title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #383838;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
}
.input_title .sub_txt {
  font-size: 0.85rem;
  color: #828282;
}
.box_select {
  width: 100%;
  min-height: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.65rem 0.5rem;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
select.box_select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.box_select:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border: 7px solid transparent;
  border-color: #c3c3c3 transparent transparent transparent;
  border-radius: 3px;
  position: absolute;
  top: 1.2rem;
  right: 0.5rem;
}
.input_group .box_select {
  margin-top: 0.5rem;
}
.input_group .info_txt {
  font-size: 0.9rem;
  margin-top: 0.7rem;
}
.input_flex_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
}
.input_flex_group .input_title {
  margin-bottom: 0;
}
/* login_input css */
/* form starting stylings ------------------------------- */
.line_input_group.login_input {
  position: relative;
  margin-bottom: 2rem;
}
.line_input_group.login_input input {
  font-size: 1.1rem;
  padding: 0.4rem 0.4rem 0.4rem 0.3rem;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #9e9e9e;
}
.line_input_group.login_input input:focus {
  outline: none;
  border-bottom: 1px solid #9e9e9e;
}
.line_input_group.login_input input:valid {
  border-bottom: 2px solid #ff8611;
}
/* LABEL ======================================= */
.line_input_group.login_input label {
  color: #bebebe;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0.65rem;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
/* active state */
.line_input_group.login_input input:focus ~ label,
.line_input_group.login_input input:valid ~ label {
  top: -1.2rem;
  font-size: 0.875rem;
  color: #ff8611;
}
/* BOTTOM BARS ================================= */
.line_input_group.login_input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.line_input_group.login_input .bar:before,
.line_input_group.login_input .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #ff8611;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.line_input_group.login_input .bar:before {
  left: 50%;
}
.line_input_group.login_input .bar:after {
  right: 50%;
}
/* active state */
.line_input_group.login_input input:focus ~ .bar:before,
.line_input_group.login_input input:focus ~ .bar:after {
  width: 50%;
}
/* HIGHLIGHTER ================================== */
.line_input_group.login_input .highlight {
  position: absolute;
  height: 60%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
/* active state */
.line_input_group.login_input input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #ff8611;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #ff8611;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/* login input css */
.form_danger_txt {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #ff8611;
  line-height: 1.2;
  margin-bottom: 1.3em;
  word-break: break-all;
}
.btn_rounded {
  width: auto !important;
  display: inline-block !important;
  border: 1px solid #ff8611 !important;
  color: #ff8611 !important;
  font-weight: 600;
  border-radius: 4px;
}
.btn_rounded:focus {
  outline: none;
}
.btn_rounded.sm_btn {
  font-size: 0.9rem;
  padding: 0.7em 1em;
}
/* 수량 */
.rounded_cnt {
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rounded_cnt input {
  width: 4.5rem;
  font-size: 0.9rem;
  border: none;
  padding: 0.7em 0.3em;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
.rounded_cnt .cnt_minus,
.rounded_cnt .cnt_plus {
  position: relative;
  border: none;
  width: 2rem;
  background-color: transparent;
  text-indent: -9999px;
  padding: 1em 1.5em !important;
  margin: 0;
  background: none;
  cursor: pointer;
}
.rounded_cnt .cnt_minus:before,
.rounded_cnt .cnt_plus:before {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
  color: #444;
  text-indent: 0;
  text-align: center;
  font-weight: 500;
  line-height: 0;
  left: 0;
  top: 45%;
  -webkit-transform: rotateY(-50%);
  transform: rotateY(-50%);
  cursor: pointer;
}
.rounded_cnt .cnt_plus:before {
  content: '+';
}
.rounded_cnt .cnt_minus:before {
  content: '-';
}
/* spinner css */
.spinner.rounded_cnt {
  height: 2.5rem !important;
}
.spinner.rounded_cnt input {
  height: 2.5rem !important;
  font-size: 0.9rem;
  line-height: 1;
}
.spinner.rounded_cnt .cnt_minus,
.spinner.rounded_cnt .cnt_plus {
  height: 2.5rem !important;
  display: inline-block;
}
/* 생년월일 */
.birth_box,
.time_box,
.grade_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5em;
}
.birth_box select,
.time_box select,
.grade_box select {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.7rem 0.5rem;
  width: 28%;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.time_box select {
  width: 48%;
  padding: 0.8rem 0.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grade_box select {
  width: 48%;
  padding: 0.8rem 0.6rem;
}
.time_box .hyphen {
  font-size: 1.1rem;
  margin-top: 0.8rem;
}
.birth_box select:focus,
.time_box select:focus,
.grade_box select:focus {
  outline: none;
  border-color: #ff8611;
}
.birth_box .year,
.birth_box .birth_year {
  width: 40%;
}
.grade_box .grade_input {
  font-size: 1rem;
  width: 48%;
  padding: 0 0.5rem;
}
.grade_box .grade_input input {
  display: inline-block;
  width: 75%;
  text-align: center;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px;
  padding: 0.83rem 0.5rem;
  margin-right: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='checkbox']:checked {
  background-color: #ff8611;
}
/* custom checkbox */
.ck_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom_cb {
  position: absolute;
  opacity: 0;
}
.custom_cb + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 0.85rem;
  color: #333333;
  vertical-align: middle;
  line-height: 1.3rem;
}
.custom_cb + label:before {
  content: '';
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: text-top;
  width: 1.3rem;
  height: 1.3rem;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  position: relative;
  top: -1.9px;
}
.custom_cb:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom_cb:checked + label:before {
  background: #ff8611;
}
.custom_cb:checked + label:after {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 0.62rem;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white,
    4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 230905 진경 전체동의 외의 체크박스 투명도 수정 */
input[type='checkbox'][name='cf_14_years_old'] + label:before,
input[type='checkbox'][name='cf_stipulation'] + label:before,
input[type='checkbox'][name='cf_privacy'] + label:before,
input[type='checkbox'][name='chk_location'] + label:before,
input[type='checkbox'][name='chk_event'] + label:before {
  opacity: 0.7;
}
/* 230905 진경 전체동의 외의 텍스트 크기 수정 */
input[type='checkbox'][name='cf_14_years_old'] + label,
input[type='checkbox'][name='cf_stipulation'] + label,
input[type='checkbox'][name='cf_privacy'] + label,
input[type='checkbox'][name='chk_location'] + label,
input[type='checkbox'][name='chk_event'] + label {
  font-size: 0.8rem;
}

/* S : 김진경 240321 : '상품쿠폰-마이페이지이동' 모달 */
.isItemModal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}
.isItemModal.visible {
  display: block;
}
.isItemModal.show {
  display: block;
}
/* E : 김진경 240321 : '상품쿠폰-마이페이지이동' 모달 */

/* Modal CSS */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.visible {
  display: block;
}
.modal.show {
  display: block;
}
.modal_btn {
  cursor: pointer;
  display: inline-block;
}
tr.modal_btn {
  display: table-row;
}
.modal.popup {
  z-index: 99;
}
/* Modal Content */
.modal_content {
  margin: auto;
  z-index: 9999;
}
.modal_content.full_screen {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  background-color: #ff8711;
}
.modal_content.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal_content.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal_header {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.rounded_header {
  position: relative;
  background-color: #ff8711;
  color: #fff;
  border: none;
}
.modal_header .modal_title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
}

/* 마케팅 정보 수신동의 타이틀 */
.modal .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.modal .sub_title {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
.modal .main_icon {
  width: 60%;
  margin: 0 auto;
}

.modal blockquote {
  border: 1px solid #ff8611;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  border-left: 10px solid #ff8611;
}

.modal blockquote p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.35;
}

.modal blockquote p > a > span.blue {
  color: #ff8611;
  text-decoration: underline;
}

/* #pop .modal_header .modal_title { padding: 1.5rem 0; } */
.modal_body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.modal_body .inner_title .title {
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
/* round_modal*/
.modal.round_modal .modal_content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  overflow: hidden;
  background-color: #fff;
  padding: 2.5rem 1rem 0.5rem;
}
.modal.round_modal .modal_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
}
.modal.round_modal .modal_footer.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal.round_modal .modal_footer .solid_btn,
#product_option.modal.round_modal .modal_footer #btn_area {
  width: 49%;
}
.modal.round_modal .modal_footer #btn_area > .solid_btn {
  width: 100%;
  display: block;
  border: 1px solid #ff8711;
}
.modal.round_modal .modal_footer #btn_area > .solid_btn.disable {
  border: 1px solid #9a9a9a;
}
/* iframe 모달*/
.iframe_modal {
  background-color: #ff8711;
}
.iframe_modal .modal_content {
  max-width: 100%;
  width: 100%;
  height: 100vh;
}
.iframe_body,
.iframe_body iframe > html {
  width: 100%;
}
.iframe_modal iframe,
.iframe_body iframe {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 1px;
  min-width: 100%;
  height: 100vh;
  border-top-left-radius: 3rem;
}
.iframe_modal .modal_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
}
.iframe_modal .modal_back {
  top: 0.9rem;
}
.iframe_modal .modal_body {
  height: 100vh;
  margin-top: 3.25rem;
  padding-top: 0.8rem;
  border-top-left-radius: 60px;
  overflow: hidden;
  background-color: #fff;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.iframe_body::-webkit-scrollbar,
.iframe_modal iframe::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.iframe_wrapper {
  position: relative;
}
/* hero_modal */
#hero_modal .modal_body,
#hero_modal .modal_header {
  background-color: transparent;
  border-bottom: none;
}
#hero_modal .modal_header {
  padding: 0.8rem 1.2rem;
}
#hero_modal .modal_close {
  font-size: 1.7rem;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}
#hero_modal .banner_content div {
  margin-bottom: 0.5rem;
}
#hero_modal .banner_content div img {
  width: 100% !important;
}
/* main popup modal */
.main_popup {
  width: 100% !important;
}
.main_popup .modal_content,
.main_popup .modal_body {
  width: 100%;
  background-color: transparent;
}
.main_popup .modal_body .swiper-wrapper {
  width: 100%;
  background-color: transparent;
}
.main_popup .modal_body .swiper-wrapper .swiper-slide {
  font-size: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  background: transparent;
}
.main_popup .modal_body .swiper-wrapper .swiper-slide img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.main_popup .modal_body .swiper-wrapper .swiper-slide a {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.main_popup .modal_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 1rem;
  background-color: #fff;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_popup .modal_footer span {
  font-size: 0.9375rem;
  color: #0d0d0d;
}
.main_popup .modal_footer .modal_close {
  position: relative;
  top: 1px;
  cursor: pointer;
}
.main_popup .ck_today img {
  width: 1.2rem;
  position: relative;
  top: 0.25rem;
}
.main_popup .ck_today {
  position: relative;
  top: -0.15rem;
  cursor: pointer;
}
.main_popup .popup_pagi {
  text-align: right !important;
  margin-bottom: 0.4rem;
  padding-right: 1.25rem;
}
/* sns 공유 모달  */
#sns_share .sns_share_wrap {
  padding: 0rem 1rem 3rem;
  text-align: center;
}
#sns_share .sns_share_wrap .title {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0d0d0d;
  text-align: center;
  border-bottom: 2px solid #0d0d0d;
  padding: 0.5rem 0.3rem;
  margin: 0 auto 1.5rem;
}
#sns_share .sns_list {
  margin: 0 auto;
}
#sns_share .sns_list li {
  display: inline-block;
  width: 23%;
  margin-left: 1%;
}
#sns_share .sns_list li.url_sns img {
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
#sns_share .sns_list li:last-child {
  margin-left: 0;
}
#sns_share .sns_list li img {
  width: 100%;
}
/* scroll wrapper */
.scroll_wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.scroll_wrapper::-webkit-scrollbar {
  display: none; /* 스크롤 노출 유무 (작동엔 영향 없음) */
}
/* S: index css */
#wrap {
  position: relative;
  padding-bottom: 4.5rem;
}
.m_wrap {
  padding-bottom: 4rem;
}
#content.m_wrap {
  padding-bottom: 2rem;
}
#content {
  background-color: #fff;
  padding-top: 0;
}

/* .m_section {
  padding: 1.2rem 0;
  padding: 0.6rem 0;
} */

#test_banner_section {
  padding: 0.6rem 0;
}

#main_category_section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* hero banner */
.hero_wrapper {
  padding: 1rem 1.7em;
}
.swiper-container,
.swiper-container4 {
  width: 100% !important;
  height: 100%;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  border-radius: 6.5px !important;
}
.swiper-slide {
  text-align: center;
  padding: 0;
  margin: 0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-slide a {
  display: block;
  width: 100%;
  font-size: 0;
}
.swiper-slide a img {
  width: 100%;
  height: auto;
}
.hero_pagi_wrap {
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  z-index: 999;
}
.hero_pagination {
  position: static !important;
  width: auto !important;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.4em 0.8em 0.35em;
  border-radius: 15px;
  font-size: 0.85rem;
}
.hero_pagination span {
  font-weight: 400;
}
.hero_pagination:after {
  content: '모아보기';
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: url('../images/icon/btn_slide_all.png') no-repeat;
  text-indent: -99999px;
  background-size: contain;
  margin-left: 0.5em;
}
/* category wrapper */
.ctg_wrapper {
  padding: 0 1.7em;
  position: relative;
}
/* ctg animation */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-10%) rotate(-3deg);
    transform: translateX(-10%) rotate(-3deg);
  }
  30% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  45% {
    -webkit-transform: translateX(-8%) rotate(-1.5deg);
    transform: translateX(-8%) rotate(-1.5deg);
  }
  60% {
    -webkit-transform: translateX(5%) rotate(2deg);
    transform: translateX(5%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-2.5%) rotate(-1deg);
    transform: translateX(-2.5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-10%) rotate(-3deg);
    transform: translateX(-10%) rotate(-3deg);
  }
  30% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  45% {
    -webkit-transform: translateX(-8%) rotate(-1.5deg);
    transform: translateX(-8%) rotate(-1.5deg);
  }
  60% {
    -webkit-transform: translateX(5%) rotate(2deg);
    transform: translateX(5%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-2.5%) rotate(-1deg);
    transform: translateX(-2.5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-10%) rotate(-1deg);
    transform: translateX(-10%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-10%) rotate(-1deg);
    transform: translateX(-10%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg);
  }
}
.type2 .ctg_col {
  -webkit-animation: wobble 2s ease infinite;
  animation: wobble 2s ease infinite;
}
.type2 .ctg_col:nth-child(5n) {
  -webkit-animation: wobble 2s ease infinite;
  animation: wobble 2s ease infinite;
}
.ctg_col {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24%;
}
.ctg_col.done {
  -webkit-animation: none !important;
  animation: none !important;
}
.ctg_col:nth-child(5n) {
  -webkit-animation: slide 1s ease infinite;
  animation: slide 1s ease infinite;
}
.ctg_col:focus,
.ctg_col:active {
  -webkit-animation: none;
  animation: none;
}
.category_list li {
  padding-right: 0.9rem;
  padding-bottom: 1.7em;
}
.category_list li:last-child {
  padding-bottom: 0;
}
.category_list li .ctg_thumbnail,
.ctg_nav_item .ctg_thumbnail {
  border-radius: 1.3rem;
  overflow: hidden;
  font-size: 0;
}
.category_list li .ctg_thumbnail > img,
.ctg_nav_item .ctg_thumbnail > img {
  width: 100%;
}
.category_list li .ctg_name,
.ctg_nav_item .ctg_name {
  font-family: 'S-CoreDream-5Medium';
  width: 100%;
  font-size: 0.76rem;
  color: #0d0d0d;
  text-align: center;
  /* font-weight: 500; */
  margin-top: 1em;
}
.category_list li .ctg_name {
  min-height: 1.1rem;
  padding-top: 0.2rem;
}
.ctg_nav_item .ctg_name {
  margin-top: 0.5rem;
  font-weight: 400;
}
/* .category_list li.default .ctg_thumbnail { border: 1px dashed #bebebe; } */

.m_title_wrapper {
  padding: 0.9em 1.7em;
}
.m_title_wrapper.link_title a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m_title_wrapper .title_txt {
  /* font-family: 'CookieRun'; */
  font-family: 'S-CoreDream-6Bold';
  /* font-weight: bold; */
  font-size: 1.1rem;
  /* font-size: 1.25rem; */
  letter-spacing: 0.5px;
  text-align: left;
  color: #0d0d0d;
}
.m_title_wrapper .title_txt > .sub_txt {
  /* font-family: 'CookieRun'; */
  font-family: 'S-CoreDream-6Bold';
  /* font-weight: bold; */
  font-size: 0.9rem;
  color: #828282;
  margin-left: 0.4rem;
}
.m_title_wrapper .item_more > img {
  width: 0.45rem;
}

/* .item_wrapper {
  margin: 0.9em 0;
} */

.m_section.item_wrapper {
  margin: 0.9em 0 0;
}
.m_section_p {
  padding: 0.9em 1.7em 0;
}
.m_section_p img {
  width: 100%;
}
.m_item_scroll {
  width: 100%;
  padding: 0.7em 1.7em 0.7em;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0.6rem;
}
.scroll_wrapper.active,
.list_nav_wrap.active,
.m_item_scroll.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  -ms-scroll-snap-type: unset;
  scroll-snap-type: unset;
}
.m_item_scroll::-webkit-scrollbar {
  display: none; /* 스크롤 노출 유무 (작동엔 영향 없음) */
}

#aja_gopl_section .youtube_section {
  width: 100%;
  padding: 0.7em 1.7em 0.7em;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}

#aja_gopl_section .youtube_section .m_item_scroll li {
  display: inline-block;
  padding-right: 0.9em;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  vertical-align: top;
}

#youtube_cookie_edu_section .youtube_section {
  width: 100%;
  padding: 0.7em 1.7em 0.7em;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}

#cookie_edu_section .m_item_scroll {
  width: 100%;
  padding: 0.7em 1.7em 0.7em;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0rem;
}

#youtube_cookie_edu_section .youtube_section .m_item_scroll li {
  display: inline-block;
  padding-right: 0.9em;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  vertical-align: top;
}

.m_item_scroll li {
  display: inline-block;
  padding-right: 0.9em;
  padding-bottom: 0.9em;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  vertical-align: top;
}
.list_item_wrap {
  width: 100%;
  padding: 0.5rem 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_item_wrap li {
  width: 50%;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.m_item_scroll li img {
  width: 100%;
}
.m_item_scroll li a {
  display: block;
}
.block_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.block_box a .item_thumb,
.block_box a .item_info {
  width: 47.5%;
}
.m_item_scroll .item_thumb,
.list_item_wrap .item_thumb,
.block_box a .item_thumb {
  position: relative;
  overflow: hidden !important;
  border-radius: 6.5px;
  background-color: #f8f7f5;
  z-index: 99;
}
.m_item_scroll .item_thumb:after,
.list_item_wrap .item_thumb:after,
.block_box a .item_thumb:after {
  content: '';
  display: block;
}
.m_item_scroll .item_thumb > img,
.list_item_wrap .item_thumb > img,
.block_box a .item_thumb > img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.m_item_scroll .item_thumb .best_item,
.list_item_wrap .item_thumb .best_item,
.block_box a .item_thumb .best_item {
  position: absolute;
  z-index: 99;
  right: 0.15em;
  bottom: 0.15em;
}
.m_item_scroll .item_thumb .best_item > img,
.list_item_wrap .item_thumb .best_item > img,
.block_box a .item_thumb .best_item > img {
  width: 3.25rem;
}
.horizontal_item_list .item_thumb .best_item {
  right: 0.25em;
  bottom: 0.25em;
}
.horizontal_item_list .item_thumb .best_item > img {
  width: 4.25rem;
}

.square_item_list .item_thumb > img {
  height: 100%;
}
.item_thumb > .label_soldout {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 10;
  width: 40%;
}

.m_item_scroll .item_info,
.list_item_wrap .item_info {
  width: 100%;
  margin-top: 1em;
  white-space: normal;
  word-break: break-all;
}
.info_label_block {
  margin-bottom: 0.5rem;
}

/* 리스트 라벨 */
.info_label_block .item_label,
.item_info .item_label {
  /* font-family: 'Noto Sans KR'; */
  font-family: 'S-CoreDream-5Medium';
  display: inline-block;
  background-color: #f8f8fa;
  border-radius: 0.5rem;
  font-size: 0.65rem;
  /* font-size: 0.87rem; */
  color: #686d71;
  letter-spacing: 0.2px;
  padding: 0.4rem 0.5rem 0.35rem;
  text-align: center;
  margin-right: 0.1rem;
  /* margin-right: 0.3rem; */
}

/* 교육 상세 라벨 */
.info_label_block .item_label_detail {
  display: inline-block;
  background-color: #f8f8fa;
  border-radius: 0.5rem;
  /* font-size: 0.71rem; */
  font-size: 0.87rem;
  color: #686d71;
  letter-spacing: 0.2px;
  padding: 0.4rem 0.5rem 0.35rem;
  text-align: center;
  /* margin-right: 0.1rem; */
  margin-right: 0.3rem;
}

.block_box .item_info .item_label {
  /* font-size: 0.8rem;
  padding: 0.3rem 0.5rem 0.35rem; */
  font-size: 0.71rem;
  padding: 0.3rem 0.5rem 0.35rem;
}
.item_info .item_title {
  font-family: 'S-CoreDream-5Medium';
  width: 100%;
  display: block;
  /* font-size: 0.9375rem; */
  font-size: 0.85rem;
  word-break: break-all;
  word-wrap: normal;
  color: #0d0d0d;
  /* font-weight: 400; */
  line-height: 1.35;
  margin-bottom: 0.5em;
  white-space: normal;
}
.block_box .item_info .item_title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  height: 2.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sale_percent {
  font-family: 'S-CoreDream-5Medium';
  color: #ff8611;
  /* font-weight: 700; */
  letter-spacing: -0.3px;
}
.origin_price {
  font-family: 'S-CoreDream-5Medium';
  color: #aaaaaa;
  text-decoration: line-through;
  margin-bottom: 0.3em;
  margin-top: 0.2rem;
}
.origin_price.none {
  text-decoration: none !important;
}
.main_price {
  color: #232323;
  /* font-weight: 700; */
  letter-spacing: -0.3px;
}
.item_info .item_price .sale_percent {
  /* font-size: 1.25rem; */
  /* font-size: 0.9375rem; */
  font-size: 0.83rem;
  margin-right: 5px;
}
.item_info .item_price .main_price {
  font-family: 'S-CoreDream-5Medium';
  /* font-size: 1.25rem; */
  /* font-size: 0.9375rem; */
  margin-right: 3px;
}
.item_info .item_price .origin_price {
  font-size: 0.73rem;
  margin-right: 3px;
}
.item_info .item_price.right_align {
  text-align: left !important;
}
.item_info .item_price.right_align .origin_price {
  text-align: left !important;
}
.item_info .item_price.right_align .main_price {
  /* font-size: 1.2rem; */
  font-size: 0.83rem;
}
.horizontal_item_list li {
  width: 85%;
  height: auto;
}
.horizontal_item_list .item_thumb:after {
  padding-bottom: 55%;
}
.horizontal_item_list .item_thumb > img {
  width: 100%;
  height: 100%;
}
.horizontal_item_list .item_info .item_title.one_line {
  height: auto !important;
  display: block !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.vertical_item_list li {
  width: 65%;
  margin-right: 1.4em;
  padding-right: 0;
}
/*  아자탐구생활 */
.aja_center li a {
  border: 1px solid #e1e1e1;
  border-radius: 25px;
}
.aja_center img {
  border-radius: 25px;
}
.aja_center .center_txt {
  font-size: 0.875rem;
  text-align: center;
  color: #828282;
  font-weight: 400;
  padding: 1em 0;
}
.square_item_list.m_item_scroll li {
  width: 45%;
}
.square_item_list.list_item_wrap li {
  width: 48%;
}
.square_item_list .item_thumb:after,
.block_box a .item_thumb:after {
  padding-bottom: 100%;
}
.horizontal_item_list .item_info .item_title,
.square_item_list .item_info .item_title {
  height: 2.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m_banner_wrapper {
  margin-top: 0.6em;
}

/* 얼리버드 */
.earlybird_list li {
  padding-right: 0.5em;
}
.earlybird_list li a img {
  border-radius: 6.5px;
}

/* 지역 */
.region_list li {
  padding-right: 1em;
}
.region_list .region_txt {
  font-family: 'S-CoreDream-5Medium';
  font-size: 0.9375rem;
  color: #0d0d0d;
  /* font-weight: 400; */
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  top: -0.15rem;
}
/* 성향검사 배너 (3종 무료검사) */
.round_pagi {
  width: 100%;
  text-align: center !important;
  left: 0;
  margin-top: 0.5rem;
}
.round_pagi span {
  width: 7px;
  height: 7px;
  background-color: #e1e1e1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.round_pagi .swiper-pagination-bullet-active {
  width: 20px;
  height: 7px;
  background-color: #ff8611;
  border-radius: 3px;
}
.round_pagi.exam_pagi {
  position: relative;
  top: -1.25rem !important;
}
/* 아자탐구생활 */
.aja_center li a {
  border: 1px solid #e1e1e1;
  border-radius: 25px;
}
.aja_center img {
  border-radius: 25px;
}
.aja_center .center_txt {
  font-size: 0.875rem;
  text-align: center;
  color: #828282;
  font-weight: 400;
  padding: 1em 0;
}

.m_section .event {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33.17%, #ffd5c2),
    color-stop(55.79%, rgba(255, 213, 194, 0.2)),
    to(rgba(255, 213, 194, 0))
  );
  background: -o-linear-gradient(
    top,
    #ffd5c2 33.17%,
    rgba(255, 213, 194, 0.2) 55.79%,
    rgba(255, 213, 194, 0) 100%
  );
  background: linear-gradient(
    180deg,
    #ffd5c2 33.17%,
    rgba(255, 213, 194, 0.2) 55.79%,
    rgba(255, 213, 194, 0) 100%
  );
  padding-top: 1.2rem;
}

.m_section .event::after {
  content: '';
  width: 7.6rem;
  height: 7.6rem;
  background-image: url('../images/icon/icon_rocket.png');
  background-size: contain;
  position: absolute;
  top: -1rem;
  right: 0.75rem;
  z-index: 9;
}

.m_section .event .title_txt {
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  color: #27308b;
  z-index: 99;
}

.m_section .event .title_txt .item_more {
  position: relative;
  top: -0.25rem;
  margin-left: 0.3rem;
}

.m_section .event .offline_logo {
  width: 60%;
  max-width: 200px;
  margin-top: 0.7rem;
}
/* 리뷰 */
.item_review li {
  margin-right: 0.9em;
}
.item_review .item_thumb {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 7;
}
.item_review .item_thumb:after {
  padding-bottom: 87%;
}
.item_review .item_info {
  position: relative;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6.5px;
  margin-top: -1.5rem;
  z-index: 10;
  padding: 1.2rem;
}
.review_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
.review_rank .rank_num {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 900;
  color: #232323;
  letter-spacing: 0.5px;
  margin-right: 1rem;
}
.grid-item .review_rank {
  margin-top: 0.8rem;
}
.grid-item .review_rank .rank_num {
  margin-right: 0.5rem;
  font-size: 0.85rem;
}
.star_rating {
  width: 6.5rem;
  height: 1.3rem;
  background: url(../images/icon/review_out.png) no-repeat 0 0;
  background-size: 4rem;
}
.star_rating,
.star_rating .rating_active {
  display: inline-block;
  overflow: hidden;
  height: 1.3rem;
}
.star_rating .rating_active {
  background: url(../images/icon/review_over.png) no-repeat 0 0;
  line-height: 0;
  vertical-align: top;
  background-size: 4rem;
  text-indent: -999999px;
}
.grid-item .star_rating,
.grid-item .star_rating .rating_active {
  width: 4rem;
  height: 1.1rem;
  background-size: 4rem;
}
.item_review .review_title {
  font-family: 'S-CoreDream-5Medium';
  width: 100%;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  word-break: break-all;
  word-wrap: normal;
  white-space: normal;
  color: #0d0d0d;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.9em;
  /* height: 2.1rem; */
  height: 2.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_review .review_desc,
.grid-item .review_desc {
  font-family: 'S-CoreDream-5Medium';
  word-break: break-all;
  word-wrap: normal;
  white-space: normal;
  font-size: 0.85rem;
  color: #828282;
  letter-spacing: 0.3px;
  line-height: 1.25;
  margin-bottom: 1em;
  height: 2rem;
  /* height: 2.2rem; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-item .review_desc {
  height: 2rem;
  -webkit-line-clamp: 3;
  margin-top: 0.5rem;
}
.item_review .review_date,
.grid-item .review_date {
  font-family: 'S-CoreDream-5Medium';
  word-break: break-all;
  word-wrap: normal;
  white-space: normal;
  font-size: 0.73rem;
  color: #828282;
  letter-spacing: 0.5px;
  line-height: 1.25;
}
/* 교육기관 입점 배너 */
.partner_banner_wrapper {
  margin-top: 1.2em;
}
/* 하단 배너 */
.btm_banner .swiper-slide a img {
  border-radius: 0.83rem;
  margin: 1em 0;
}
.btm_banner .round_pagi {
  position: relative;
  left: 0 !important;
  top: 0 !important;
  text-align: center !important;
}
/* E: index css */
.theme_wrapper,
.iframe_wrapper {
  width: 100%;
  min-height: 80vh;
  background: rgb(255, 134, 17);
  background: -o-linear-gradient(
    top,
    rgba(255, 134, 17, 1) 0%,
    rgba(255, 134, 17, 1) 60%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 134, 17, 1)),
    color-stop(60%, rgba(255, 134, 17, 1)),
    color-stop(70%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 134, 17, 1) 0%,
    rgba(255, 134, 17, 1) 60%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8611",endColorstr="#ffffff",GradientType=1);
}
.theme_wrapper .theme_header {
  background-color: #ff8611;
  border: none;
}
/*포인트 컬러*/
.theme_wrapper.point_theme {
  width: 100%;
  min-height: 80vh;
  background: rgb(255, 134, 17);
  background: -o-linear-gradient(
    top,
    rgba(254, 153, 37, 1) 0%,
    rgba(254, 153, 37, 1) 60%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(254, 153, 37, 1)),
    color-stop(60%, rgba(254, 153, 37, 1)),
    color-stop(70%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(254, 153, 37, 1) 0%,
    rgba(254, 153, 37, 1) 60%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9925",endColorstr="#ffffff",GradientType=1);
}
.theme_wrapper.point_theme .theme_header {
  background-color: #fe9925;
}
/*쿠폰 컬러*/
.theme_wrapper.coupon_theme {
  width: 100%;
  min-height: 80vh;
  background: rgb(47, 186, 179);
  background: -o-linear-gradient(
    top,
    rgba(47, 186, 179, 1) 0%,
    rgba(47, 186, 179, 1) 60%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(47, 186, 179, 1)),
    color-stop(60%, rgba(47, 186, 179, 1)),
    color-stop(70%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(47, 186, 179, 1) 0%,
    rgba(47, 186, 179, 1) 60%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2fbab3",endColorstr="#ffffff",GradientType=1);
}
.theme_wrapper.coupon_theme .theme_header {
  background-color: #2fbab3;
}
.theme_wrapper.point_theme .theme_body,
.theme_wrapper.coupon_theme .theme_body {
  border-top-right-radius: 2rem;
  min-height: 50vh;
}
.theme_wrapper .theme_body {
  background-color: #fff;
  overflow: hidden;
  border-top-left-radius: 2rem;
}
/* sns 로그인, 회원가입  */
.sns_login_wrap {
  padding: 1.5rem 0;
}
.sns_login_wrap .title {
  font-size: 0.9rem;
  font-weight: 400;
  color: #5e5e5e;
  text-align: center;
  letter-spacing: 0.5px;
}
.sns_login_wrap .sns_login_list {
  text-align: center;
}
.sns_login_wrap .sns_login_list li {
  display: inline-block;
  width: 50px;
  margin-right: 1rem;
}
.sns_login_wrap .sns_login_list li:last-child {
  margin-right: 0;
}
/* S: mypage css */
.mypage_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.9rem 1.2rem 0.9rem 0.8rem;
}
.mypage_header .logo_img {
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.mypage_header .btn_close {
  width: 1.1rem;
  position: relative;
  top: 0.2rem;
}
.account_info {
  padding: 1.5rem 1.3rem 1.5rem 2rem;
}
.account_info .account_name,
.account_info .account_name span {
  font-family: 'CookieRun';
  font-size: 1.4375rem;
  color: #232323;
}
.account_info .account_name span {
  font-size: 1.1rem;
  margin-left: 4px;
}
.account_info .id_email {
  font-size: 0.9375rem;
  margin-top: 0.8rem;
  color: #0d0d0d;
}
.account_menu {
  min-height: 80vh;
  margin-top: 2rem;
  padding: 0 1.3rem;
  background-color: #f6f5f3;
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
}
.account_menu.navy {
  background-color: #e8f1ff;
}
.state_list_wrap {
  position: relative;
  top: -1.9rem;
  background-color: #fd9925;
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.3rem;
  -webkit-box-shadow: 2px 2px 6px 2px #e0e0e0;
  box-shadow: 2px 2px 6px 2px #e0e0e0;
}
.state_list_wrap.top_0 {
  top: 0;
}
.state_list_wrap.navy {
  background-color: #00346a;
}
.state_box {
  width: 100%;
  border-right: 1px solid #ffb975;
}
.navy .state_box {
  border-right: 1px solid #bfccd9;
}
.state_box:last-child {
  border-right: none;
}
.state_box .state_title,
.state_box .state_num {
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.state_box .state_num {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.8rem;
}
.account_txt {
  color: #ff8611;
}
.point_list_wrap {
  padding-bottom: 1.5rem;
}
.point_list_wrap .shadow_box {
  width: 47%;
}
.point_list_wrap .img_title {
  padding-bottom: 0.8rem;
}
.point_list_wrap .img_title img {
  width: 2.2rem;
}
.account_txt {
  font-size: 1rem;
  font-weight: bold;
}
.account_txt .black {
  color: #0d0d0d;
  font-weight: bold;
}
.account_txt.center {
  text-align: center;
}
.ac_menu_list {
  padding: 1rem 1.2rem;
}
.ac_menu_list li {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #e3e3e3;
}
.ac_menu_list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ac_menu_list li:last-child {
  border: none;
}
.ac_menu_list li .account_txt {
  position: relative;
  top: 1px;
}
.ac_menu_wrap .img_title img {
  width: 1.7rem;
}
.ac_btn_wrap {
  padding: 1.5rem 0;
}
.ac_btn_list {
  padding: 0.3rem 0.8rem;
}
.ac_btn {
  width: 32%;
  padding: 0.5rem;
}
.ac_btn .border_box {
  padding: 1.3rem;
}
.ac_btn .ac_btn_label {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.7rem;
}
.logout_btn_wrap {
  padding: 0.5rem 0 2rem;
}
.border_box,
.shadow_box {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1.5rem;
}
.t_center {
  text-align: center;
}
.shadow_box {
  -webkit-box-shadow: 2px 2px 6px 2px #e0e0e0;
  box-shadow: 2px 2px 6px 2px #e0e0e0;
}
.border_box {
  border: 1px solid #e0e0e0;
}
.shadow_box.main_border {
  border: 2px solid #ff8611;
}
.img_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.img_title.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_title img {
  width: 1.875rem;
  padding-right: 0.5rem;
}
.mypage_header .logo_img {
  width: auto !important;
  height: 1.5rem !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.account_txt .black,
.account_txt span {
  margin-left: 0.2rem;
}
.mypage_link_wrap {
  position: relative;
  top: -1rem;
  text-align: right;
}
.mypage_link_wrap .mypage_link {
  font-size: 0.85rem;
  margin-right: 0.5rem;
  text-decoration: underline;
}
.mypage_link img {
  height: 0.7rem;
  margin-left: 0.2rem;
  position: relative;
  top: 1px;
}
/* E: mypage css */
/*S: teacher css */
.state_label {
  font-size: 0.75rem;
  padding: 0.4rem;
  border-radius: 4px;
  background-color: #fff;
  color: #828282;
}

.state_label.sm {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.2rem 0.3rem;
}

.state_label.md {
  font-size: 0.85rem;
}

.state_label.low {
  padding: 0.25rem 0.4rem;
}
.state_label.border {
  color: #828282;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.state_label.navy {
  background-color: #00346a;
  color: #fff;
}

.state_label.blue {
  background-color: #1363df;
  color: #fff;
}

.state_label.main {
  background-color: #ff8611;
  color: #fff;
}

.state_label.mint {
  background-color: #51b1a3;
  color: #fff;
}

.state_label.pink {
  background-color: #ff6464;
  color: #fff;
}

.state_label.yellow {
  background-color: #e9ac03;
  color: #fff;
}

.state_label.green {
  background-color: #6fc31f;
  color: #fff;
}

.state_label.complete {
  background-color: #8b7d77;
  color: #fff;
}

.icon_amount {
  display: inline;
  font-size: 0.55rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0.1rem;
  background-color: #ffbc22;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

.lecture_item .place_name.mint,
.round_label.mint.secondary,
.state_label.mint.secondary {
  background-color: #e4f4f2;
  color: #51b1a3;
}

.round_label.blue.secondary,
.state_label.blue.secondary {
  background-color: #e6f0ff;
  color: #2279ff;
}

.state_label.gray.secondary {
  background-color: #e1e1e1;
  color: #828282;
}

.state_label.main.secondary {
  background-color: #fffbf5;
  color: #ff8611;
}

.state_label.pink.secondary {
  background-color: #ffe4df;
  color: #ff6464;
}

.state_label.yellow.secondary {
  background-color: #fbf8e9;
  color: #e9ac03;
}

.state_label.green.secondary {
  background-color: #f4faee;
  color: #6fc31f;
}

.round_label {
  display: inline-block;
  font-size: 0.85rem;
  padding: 0.5rem 0.8rem;
  border-radius: 1rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.round_label.sm {
  font-size: 0.7rem;
  padding: 0.2rem 0.3rem;
}

.round_label.border {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #828282;
}

.round_label.secondary {
  background-color: #f8f8fa;
  color: #828282;
}

.account_menu .sub_title {
  font-family: 'CookieRun';
  font-size: 1.4rem;
  margin-bottom: 1.15rem;
}
.lecture_item {
  background-color: #fff;
  padding: 1rem 1.1rem;
  margin-bottom: 0.8rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: 2px 2px 4px #e0e0e0;
  box-shadow: 2px 2px 4px #e0e0e0;
}
.navy .lecture_item {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 52, 106, 0.25);
  box-shadow: 2px 2px 15px rgba(0, 52, 106, 0.25);
}
.lecture_item.complete {
  background-color: #ecf0f7;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 52, 106, 0.1);
  box-shadow: 2px 2px 15px rgba(0, 52, 106, 0.1);
}

.lecture_item .item_type {
  position: relative;
  top: -2px;
  font-size: 0.87rem;
  color: #828282;
  padding: 0.4rem 0.6rem;
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
}

.lecture_item .item_type.sm {
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem;
}

.lecture_item .header {
  padding: 0 0.2rem 0.8rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.7rem;
}

.lecture_item .confirm_date {
  font-size: 0.85rem;
  color: #828282;
}

.lecture_item .place_name {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ff8611;
  background-color: #fff9ec;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
}

.lecture_item .place_name.blue {
  color: #2279ff;
  background-color: #e6f0ff;
}

.lecture_item .item_thumb img {
  width: 5.2rem;
  border-radius: 1rem;
}

.lecture_item.complete .item_thumb img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}

.lecture_item .item_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lecture_item .time {
  font-size: 1.2rem;
  font-weight: 800;
  color: #00346a;
}

.lecture_item .time.md {
  font-size: 0.95rem;
}

.lecture_item .time .icon {
  width: 1.45rem;
  margin-right: 0.15rem;
  position: relative;
  top: 0.3rem;
}

.lecture_item .time.md .icon {
  width: 1.25rem;
}

.lecture_item .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-all;
}

.lecture_item .title.lg {
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.3;
  margin-top: 0.2rem;
  margin-bottom: 1.1rem;
}

.lecture_item .desc {
  font-size: 0.85rem;
  color: #828282;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.lecture_item .desc:last-of-type {
  margin-bottom: 0;
}

.lecture_item .bg_block {
  background-color: #fff9ec;
  padding: 1.2rem 1rem;
  border-radius: 1.2rem;
}

.lecture_item .bg_block.blue {
  background-color: #e5edfd;
}

.lecture_item .bg_block .pay_info_list {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.lecture_item .desc_block {
  border-top: 1px solid #e1e1e1;
  padding: 1.2rem 0.5rem;
  margin-top: 1.2rem;
}
.lecture_item .desc_block .desc {
  font-size: 0.9rem;
  color: #232323;
  line-height: 1.5;
  word-break: break-all;
}

.lecture_item .btn_wrapper {
  padding: 1rem 0 0.5rem;
}

.lecture_item.complete .time,
.lecture_item.complete .title {
  color: #828282;
}
.lecture_item.complete .icon {
  -webkit-filter: invert(51%) sepia(0%) saturate(1384%) hue-rotate(222deg)
    brightness(100%) contrast(87%);
  filter: invert(51%) sepia(0%) saturate(1384%) hue-rotate(222deg)
    brightness(100%) contrast(87%);
}
.inner_padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.inner_padding_left {
  padding-left: 1.25rem;
}
.inner_padding_right {
  padding-right: 1.25rem;
}
.inner_padding_top {
  padding-top: 1.25rem;
}
.inner_padding_bottom {
  padding-bottom: 1.25rem;
}
.gray_wrapper {
  background-color: #f7f6f4;
  min-height: 94vh;
  padding-bottom: 5rem;
}
.teacher_sub_title {
  font-size: 1.17rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.box_item {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #828282;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin: 0.2rem;
}
.m_item_scroll li.box_item {
  padding: 0.5rem 1rem;
}
.box_item.active {
  background-color: #ff8611;
  border: 1px solid #ff8611;
  color: #fff;
}
.box_item.navy.active {
  background-color: #00346a;
  border: 1px solid #00346a;
  color: #fff;
}
.box_item.round {
  border-radius: 3rem;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem !important;
}

.navy_table {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.navy_table a {
  color: #00346a;
}
.navy_table thead {
  background-color: #00346a;
}

.navy_table tbody {
  background-color: #fff;
}

.navy_table th,
.navy_table td {
  font-size: 0.95rem;
  text-align: center;
}

.navy_table th {
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 1.2rem;
  border-left: 1px solid #fff;
}

.navy_table td {
  font-size: 0.9rem;
  padding: 0.7rem;
  border-left: 1px solid #e1e1e1;
}

.navy_table tr {
  border-top: 1px solid #e1e1e1;
}

.navy_table tr:first-child,
.navy_table th:first-child,
.navy_table td:first-child {
  border: none;
}

.modal .info_block {
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 1.5rem;
}
.modal .info_block.border_none {
  border: none;
}
.modal .info_block .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.modal .inner_scroll {
  max-height: 65vh;
  overflow-y: scroll;
}

.modal .inner_scroll::-webkit-scrollbar {
  width: 0.5rem;
}
/* Handle */
.modal .inner_scroll::-webkit-scrollbar-thumb {
  background: #a6a6a6;
}
.modal .inner_scroll::-webkit-scrollbar-track {
  background: #f8f9fb;
}
.lecture_item.date {
  border: 1px solid #e1e1e1;
}
.lecture_item.date .cal_icon {
  width: 1.5rem;
}

.lecture_item.date .input {
  width: 80%;
  font-size: 1rem;
  font-weight: 600;
  color: #232323;
  text-align: right;
}
.warning_block {
  padding: 0.5rem 0;
  text-align: center;
}
.warning_block .img_icon {
  width: 50%;
  margin: 1rem auto;
}
.warning_block .warning_txt {
  font-size: 1.1rem;
  font-weight: 700;
  color: #828282;
  text-align: center;
  margin-top: 0.7rem;
}
/*E: teacher css */
/* S: category menu css */
.m_menu_wrap {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding-bottom: 3rem;
}
.menu_icon_section {
  border-bottom: 1px solid #e1e1e1;
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu_icon_section .menu_icon_box {
  position: relative;
  width: 25%;
  text-align: center;
}
.menu_icon_section .menu_icon_box:last-child {
  border-right: none;
}
.menu_icon_section .menu_icon_box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
  border-right: 1px solid #e1e1e1;
}
.menu_icon_section .menu_icon_box:last-child:after {
  content: '';
  border-right: none;
}
.menu_icon_section .menu_icon_box img {
  width: 2.375rem;
}
.menu_icon_section .menu_icon_box .menu_icon_txt {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem;
}
.menu_section {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 1.875rem 1.25rem;
}
.menu_section .title_block,
.menu_ctg_section .title_block {
  margin-bottom: 1.7rem;
}
.menu_section .menu_title,
.menu_ctg_section .menu_title {
  font-family: 'S-CoreDream-6Bold', serif;
  font-size: 1.2rem;
}
.menu_ctg_section {
  border-bottom: 1px solid #e1e1e1;
  padding: 1.875rem 0;
}
.menu_ctg_section .title_block {
  padding: 0 1.25rem;
  margin-bottom: 1.7rem;
}
.menu_ctg_wrap {
  padding: 0 0.75rem;
}
.menu_ctg_wrap .category_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu_ctg_wrap .category_list li {
  width: 25%;
  padding: 0rem 0.75rem 1.3rem;
}
.menu_nav_list li {
  margin-bottom: 1.5rem;
}
.menu_nav_list.col_type {
  margin-left: auto;
  margin-right: auto;
}
.menu_nav_list.col_type li {
  width: 49%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* .menu_nav_list li:last-child, */
.menu_nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu_nav_list li a .img_title {
  font-size: 1rem;
  font-weight: 400;
  color: #0d0d0d;
  vertical-align: middle;
}
.menu_nav_list li a .img_title img {
  width: 1.8rem;
  position: relative;
  top: -0.1rem;
}
.menu_nav_list li a .nav_arrow img {
  height: 0.85rem;
}
.region_list_wrap {
  width: 100%;
}
.label_list_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.label_list_wrap li {
  width: 31%;
  text-align: center;
  padding: 0;
}
.label_list_wrap li a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.label_list_wrap.counsel_list li {
  border: 1px solid #e1e1e1;
  font-size: 0.875rem;
  color: #0d0d0d;
  border-radius: 3rem;
  letter-spacing: 0.3px;
}
.label_list_wrap.counsel_list li a {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0;
}
.label_list_wrap.region_list li {
  background-color: #f8f8fa;
  font-size: 0.82rem;
  color: #828282;
  border-radius: 2rem;
  margin-bottom: 0.7rem;
}
.label_list_wrap.region_list li a {
  display: inline-block;
  width: 100%;
  padding: 1rem;
}
/* E: category menu css */
/* S: search css */
.search_wrapper {
  padding: 1.5rem 1.25rem;
  margin-bottom: 2rem;
  min-height: 80vh;
}
.search_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #0d0d0d;
  padding: 0.6rem 0.7rem;
}
.search_form input {
  width: 85%;
}
.search_form input:focus {
  outline: none;
}
.search_form input::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: #828282;
}
.search_form input::-webkit-input-placeholder,
.search_form input::-moz-placeholder,
.search_form input:-ms-input-placeholder,
.search_form input::-ms-input-placeholder,
.search_form input::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: #828282;
}
.search_form .search-txt {
  height: 1.36rem;
}
.search_form .search_btn img {
  width: 1.3rem;
}
.search_form .search_btn:focus {
  outline: none;
}
.search_form_wrap {
  margin-bottom: 2.5rem;
}
.search_content_wrap .title,
.search_block .title,
.list_wrapper .title {
  font-size: 0.9375rem;
  font-weight: 500;
}
.search_content_wrap .title,
.search_block .title {
  font-size: 1rem;
  font-weight: 600;
}
.search_block .title {
  margin-bottom: 1.5rem;
}
.search_content_wrap .title span,
.list_wrapper .title span {
  font-weight: 500;
}
/* 인기검색어 목록 */
.popular_search_list {
  text-align: center;
}
.search_result_list {
  margin-top: 0.8rem;
}
.search_default_result {
  padding: 3rem 0 5rem;
  text-align: center;
}
.search_default_result .img_icon {
  width: 70%;
  margin: 2rem auto;
}
.search_default_result .warning_txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: #828282;
  text-align: center;
}
.search_wrapper .btn_wrapper {
  padding: 1rem 0;
}
.search_word {
  position: relative;
  display: inline-block;
  font-size: 0.92rem;
  border: 1.5px solid #e1e1e1;
  color: #828282;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 3rem;
  margin: 0.5rem 0.1rem;
}
.search_word a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  padding: 0.5rem 1.1rem;
}
.search_word.top_word {
  border: 1.5px solid #ff8611;
  color: #ff8611;
}
.search_word.top_word .rank {
  position: absolute;
  top: -0.6rem;
  left: -0.2rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.5rem;
  text-align: center;
  color: #fff;
  background: url(../images/icon/ico_search_rank.png) no-repeat center center;
  background-size: contain;
}
.search_block {
  padding: 1.8rem 1.25rem;
  border-bottom: 1px solid #e0e0e0;
}
.search_block:last-of-type {
  border: none;
}
.search_block .rgs_ctg_list .btn_radio {
  padding: 0.3rem 0.3rem;
}
.search_block .rgs_ctg_list .btn_radio label {
  font-size: 0.85rem;
}
.search_btn_wrapper {
  padding: 0.5rem 1.25rem 2rem;
}
.date_wrapper {
  width: 100%;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date_wrapper .dash {
  font-size: 1rem;
  color: #0d0d0d;
  font-weight: 600;
  padding: 0 0.4rem;
}
.date_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
}
.date_input input {
  width: 80%;
}
.date_input input::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #828282;
}
.date_input input::-moz-placeholder {
  font-size: 0.85rem;
  color: #828282;
}
.date_input input:-ms-input-placeholder {
  font-size: 0.85rem;
  color: #828282;
}
.date_input input::-ms-input-placeholder {
  font-size: 0.85rem;
  color: #828282;
}
.date_input input::placeholder {
  font-size: 0.85rem;
  color: #828282;
}
.date_input .cal_img {
  width: 1.3rem;
  margin-right: 0.5rem;
}
.search_label_wrapper {
  padding: 1.8rem 1.25rem 0rem;
}
.search_label {
  display: inline-block;
  border: 1px solid #ff8611;
  border-radius: 2rem;
  font-size: 0.82rem;
  color: #ff8611;
  text-align: center;
  padding: 0.7rem 1rem 0.65rem;
  margin-right: 0.3rem;
}
/* default overriding */
.search-condition {
  padding: 1.8rem 1.25rem !important;
  background-color: #fff !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.search-condition .sc-word {
  border: 1px solid #ff8611 !important;
  border-radius: 2rem !important;
  padding: 0.7rem 2rem 0.65rem 1rem !important;
  margin-right: 0.3rem !important;
}
.search-condition .sc-word strong {
  font-size: 0.82rem !important;
  color: #828282 !important;
}
.search-condition .sc-word .ico-s-del {
  width: 1.8rem;
}
.ico-s-del:after {
  content: '';
  width: 0.82rem;
  height: 0.82rem;
  top: 0.75rem;
  right: 0.6rem;
}
/* E: search css */
/* tab_content */
.tab_content {
  display: none;
}
.tab_content[data-display='none'] {
  display: none;
}
.tab_content[data-display='block'] {
  display: block;
}
.tab_link_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tab_link_list .tab_link {
  width: 50%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.tab_link_list .tab_link a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  padding: 1rem 1.8rem;
}
.tab_link_list.type01 .tab_link:first-child,
.tab_link_list.type02 .tab_link:last-child,
.tab_link_list .tab_link.active {
  border: 1px solid #ff8611;
  color: #ff8611;
}
/* tab_content */
/* S: list style */
.list_wrapper {
  margin-top: 1.1rem;
}
.list_nav_wrap {
  padding: 1rem 1.2rem 1.2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: padding, position 0.5s ease-in;
  -o-transition: padding, position 0.5s ease-in;
  transition: padding, position 0.5s ease-in;
}
.list_nav_wrap.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5rem 1.2rem 0.5rem;
}
.list_nav_wrap.sticky .ctg_nav_item {
  width: 3.5rem !important;
}
.list_nav_wrap::-webkit-scrollbar {
  display: none; /* 스크롤 노출 유무 (작동엔 영향 없음) */
}
.nav_scroll_list {
  width: 100%;
  overflow-x: visible;
  white-space: nowrap;
}
.list_nav_wrap .nav_scroll_list .ctg_nav_item {
  width: 4rem;
  display: inline-block;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.list_nav_item {
  display: inline-block;
  border-radius: 3rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-right: 0.5rem;
  color: #828282;
}
.list_nav_item.active {
  background-color: #ff8611;
  border-color: #ff8611;
  color: #fff;
}
.list_nav_item a {
  width: 100%;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  padding: 0.75rem 1rem 0.7rem;
}

.list_nav_item a.searchHitKeyword {
  width: 100%;
  display: inline-block;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  padding: 0.75rem 1rem 0.7rem;
}

.ctg_nav_item {
  display: inline-block;
  width: 18%;
  margin-right: 1.1rem;
}
.ctg_nav_item.active .ctg_thumbnail {
  border: 4px solid #ff8611;
}
.ctg_nav_item.active .ctg_name {
  color: #ff8611;
}
.list_wrapper .list_item_wrap {
  padding: 0;
}
.list_wrapper .list_header,
.list_wrapper .list_body {
  width: 100%;
  padding: 0.5rem 1.25rem;
}
.list_banner_wrapper,
.list_banner_wrapper img {
  width: 100%;
}
.list_content {
  width: 100%;
  margin-top: 1.5rem;
}
.list_content .list_item_wrap li {
  position: relative;
  /* padding-bottom: 0.9rem;
  margin-bottom: 1.2rem; */
}
.empty_list {
  width: 100% !important;
  font-size: 1.1rem;
  color: #aaa;
  text-align: center;
  font-weight: 500;
  padding: 1.3rem 0;
}
.list_wrapper .square_item_list.list_item_wrap li {
  width: 47.5%;
}
.list_wrapper .btn_wrapper {
  margin: 0.5rem 0;
}
/* lading style */
.sr_only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.landing_banner {
  margin-top: 0.8rem;
}
.landing_box {
  border-bottom: 1px solid #e1e1e1;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}
.landing_box:last-of-type {
  border-bottom: none;
}
.landing_box .lading_desc {
  padding: 0 1.25rem;
}
.landing_address {
  font-size: 0.88rem;
  text-align: center;
  color: #828282;
  font-weight: 400;
  line-height: 1.5;
}
.landing_tag_list {
  margin: 1rem 0;
  text-align: center;
}
.landing_tag {
  display: inline-block;
  padding: 0.55rem 1rem 0.5rem;
  font-size: 0.75rem;
  color: #828282;
  font-weight: 500;
  background-color: #f8f8fa;
  margin: 0.2rem 0.3rem;
  border-radius: 1rem;
}
/* E: list style */
/* S: epilogue style */
.filter_wrap .filter_nav {
  display: inline-block;
  font-size: 0.8rem;
  color: #828282;
  font-weight: 500;
}
.filter_wrap .filter_nav:before {
  content: '·';
  margin: 0 0.2rem;
}
.filter_wrap .filter_nav:first-child:before {
  content: '';
}
.filter_wrap .filter_nav.active {
  color: #ff8611;
}
.epilogue_padding {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.epilogue_padding .title,
.epilogue_padding .btn_wrapper {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.masonry_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.masonry_wrapper .grid-item {
  width: 50%;
  display: inline-block;
  padding: 0rem 0.75rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
.grid-item a {
  display: block;
  width: 100%;
}
.grid-item .item_thumb {
  border-radius: 1.15rem;
  overflow: hidden;
}
.grid-item.active .item_thumb {
  border: 3px solid #ff8611;
}
/* E: epilogue style */
/* S: login/rgs style */
.join_wrapper {
  padding-bottom: 3.5rem;
}
.rgs_form_wrapper {
  position: relative;
  margin-top: 2rem;
  min-height: 80vh;
}
.rgs_padding {
  padding: 0 1.7rem;
}
.rgs_wrapper {
  width: 100%;
  padding: 0 1.5rem;
}
.rgs_group {
  width: 100%;
  padding: 1rem 0;
}
.rgs_group .rgs_title_block {
  margin-bottom: 1.5rem;
}
.rgs_group .rgs_title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.2px;
}
.rgs_group .rgs_sub_title {
  font-size: 0.85rem;
  font-weight: 400;
  color: #ff8611;
  letter-spacing: -0.1px;
  margin-top: 0.7rem;
}
.all_ck_box {
  background-color: #f8f8fa;
  padding: 0.7rem;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}
.all_ck_box label {
  font-weight: 600;
}
.rgs_agree_list li {
  margin-bottom: 0.8rem;
}
.rgs_agree_list li .rgs_more {
  width: 0.8rem;
  cursor: pointer;
  text-align: right;
}
.rgs_info_wrap {
  display: none;
  width: 100%;
  padding: 1rem 0;
}
.rgs_info_wrap .rgs_agree_info {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.7rem;
  font-size: 0.85rem;
}
.rgs_info_wrap .rgs_agree_info {
  font-size: 0.9rem;
  line-height: 1.5;
}
/*table*/
.rgs_program_table {
  width: 100%;
  border: 1px solid #e6e6e7;
  border-collapse: collapse;
  border-spacing: 0px;
}
.rgs_program_table thead,
.rgs_program_table tbody {
  width: 100%;
}
.rgs_program_table thead th {
  width: 25%;
  padding: 1rem 0.7rem;
  border-right: 1px solid #e6e6e7;
  font-size: 0.875rem;
  text-align: center;
  background-color: #f7f7f7;
  color: #333;
  font-weight: 600;
}
.rgs_program_table tr {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  border-bottom: 1px solid #e6e6e7;
}
.rgs_program_table td {
  width: 25% !important;
  padding: 1rem 0.5rem;
  border-right: 1px solid #e6e6e7;
}
.rgs_program_table td input {
  width: 100%;
  font-size: 0.85rem;
}
.rgs_program_table td input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.rgs_program_table td input::-moz-placeholder {
  color: #a6a6a6;
}
.rgs_program_table td input:-ms-input-placeholder {
  color: #a6a6a6;
}
.rgs_program_table td input::-ms-input-placeholder {
  color: #a6a6a6;
}
.rgs_program_table td input::placeholder {
  color: #a6a6a6;
}
.rgs_program_box {
  padding: 1.5rem 0 1rem;
  border-top: 1.5px dashed #ff8611;
}
.rgs_program_box:first-child {
  border: none;
  padding-top: 0.8rem;
}
.rgs_program_box .flex_block .line_input_group {
  width: 30%;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.rgs_btn_wrap {
  padding: 0.7rem 0;
  text-align: right;
}
/* S: step style */
.step_nav_list {
  text-align: center;
  padding: 0.5rem 0 1rem;
}
.step_nav_list li {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e1e1e1;
  border-radius: 50%;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.step_nav_list .step_nav.active {
  width: 0.65rem;
  height: 0.65rem;
  background-color: #ff8611;
}
.step_title {
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0 2rem;
  font-weight: 400;
}
.step_btn_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.4rem 0.8rem;
  text-align: right;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}
.slide_step_container {
  width: 100%;
  overflow: hidden;
}
.slider {
  overflow: hidden;
  min-width: 100%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translate(0px) scale(1);
  -ms-transform: translate(0px) scale(1);
  transform: translate(0px) scale(1);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.step_content {
  float: left;
  width: 100vw;
  max-width: 428px;
  text-align: center;
}
/* E: step style */
.rgs_btn_wrapper {
  text-align: center;
}
.rgs_btn {
  display: block;
  position: relative;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin: 1rem auto;
  background-color: #fff;
}
.rgs_btn img {
  position: absolute;
  width: 3rem;
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rgs_btn .mail img {
  width: 1.5rem;
  left: 1rem;
}
.rgs_btn .company img {
  width: 2.05rem;
  left: 0.8rem;
}
.rgs_btn .txt {
  margin-left: 1.3rem;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.rgs_btn.naver_btn {
  background-color: #03c75a;
  border-color: #03c75a;
  color: #fff;
}
.rgs_btn.kakao_btn {
  background-color: #ffde00;
  border-color: #ffde00;
  color: #3a1d18;
}
.rgs_divider_wrapper {
  padding: 0.8rem 0;
}
.rgs_divider_wrapper .rgs_divider {
  border-bottom: 1px solid #e0e0ee;
  text-align: center;
  margin: 0.5rem auto 1rem;
}
.rgs_divider_wrapper .rgs_divider .txt {
  background-color: #fff;
  font-size: 0.85rem;
  text-align: center;
  color: #828282;
  position: relative;
  top: 5px;
  padding: 0.8rem;
}
.rgs_btn_wrapper .title {
  font-size: 1rem;
  font-weight: 500;
}
.rgs_type_wrapper {
  padding-bottom: 1rem;
}
.rgs_type_box {
  position: relative;
  text-align: center;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 2px 2px 7px 2px #f0f0f0;
  box-shadow: 2px 2px 7px 2px #f0f0f0;
  margin: 1rem auto 2rem;
  border-radius: 1rem;
}
.rgs_type_box .img_title img {
  width: 2.5rem;
  margin-right: 0.3rem;
}
.rgs_type_box .img_title.user img {
  width: 2rem;
}
.rgs_type_box a {
  display: block;
  position: relative;
  padding: 1.5rem 1rem;
}
.rgs_type_arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rgs_type_arrow img {
  height: 1rem;
}
.rgs_txt_box {
  padding: 1rem 0 1.5rem;
  margin: 0 auto;
}
.rgs_txt_box .rgs_title {
  font-family: 'CookieRun';
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.rgs_txt_box .rgs_sub_title {
  font-size: 0.98rem;
  font-weight: 400;
  color: #828282;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
/* E: login/rgs style */
/* S: board style */
/*-------event board--------*/
.event_wrapper {
  padding: 1.7rem 1.25rem;
}
.event_item {
  margin-bottom: 2rem;
}
.event_item .event_thumb {
  border-radius: 1.2rem;
  overflow: hidden;
}
.event_item .event_info {
  margin-top: 0.8rem;
}
.event_item .event_info .title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
.event_item .event_info .event_date {
  font-size: 0.85rem;
  color: #a6a6a6;
  margin-top: 0.5rem;
}
/*-------event board--------*/
/*-------board--------*/
.board_wrapper {
  padding: 0 1.25rem;
}
.board_wrapper .text_right {
  display: block;
  padding: 0.5rem 0;
  margin-bottom: 0 !important;
}
.board_wrapper .text_right .solid_btn {
  display: inline-block;
}
.board_form_wrapper {
  padding: 1.25rem;
}
.board_input_box {
  width: 48%;
}
.board_input_box .btn_radio {
  padding: 0 !important;
}
.board_input_box .btn_radio label {
  font-size: 0.85rem;
  padding: 0.45rem 0 0.4rem;
}
.b_form_txt {
  font-size: 0.9rem;
  font-weight: 500;
  color: #828282;
  margin-left: 1.3rem;
}
.board_list li {
  border-bottom: 1px solid #e0e0e0;
}
.board_box {
  position: relative;
  padding: 1rem 0.3rem;
}
.board_box .next_arrow {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.board_box .next_arrow img {
  width: 13px;
}
.board_title {
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3px;
  margin-bottom: 0.8rem;
  padding-right: 2rem;
  word-break: break-all;
}
.board_title .main {
  color: #ff8611;
  margin-right: 0.3rem;
}
.board_box .board_date {
  font-size: 0.85rem;
  color: #a6a6a6;
  letter-spacing: 0.3px;
}
/*-------board view--------*/
.board_content_block {
  border-bottom: 1.5px solid #d9d9d9;
}
.board_content_block .board_detail {
  width: 100%;
  padding: 1rem;
}
/* textEditor 수정 */
.board_content_block .board_detail > *,
.rm_wrap .img_wrap *,
.txt_editor_wrap * {
  font-size: 0.95rem !important;
  line-height: 1.5;
  font-family: 'SUIT', -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo,
    sans-serif !important;
}
.rm_wrap .img_wrap > div,
.rm_wrap .img_wrap > img,
.txt_editor_wrap > img,
.txt_editor_wrap > div,
.board_detail > div {
  margin-bottom: -3px;
}
.board_detail > div,
.board_detail > div a,
.board_detail img {
  font-size: 0 !important;
  line-height: 0 !important;
  /* image-rendering: -webkit-optimize-contrast !important; */
}
.board_detail > div > img {
  vertical-align: bottom;
}

.img_blank_wrap {
  position: relative;
  font-size: 0;
  z-index: 999;
}
.img_blank_wrap img {
  vertical-align: bottom;
}
/* E:textEditor 수정 */
.board_sns_block {
  padding: 0.7rem;
  text-align: right;
}
.board_view_wrapper .board_btn_block {
  padding: 1rem 0.7rem;
  text-align: right;
  border-top: 1px solid #d9d9d9;
}
.sns_link {
  margin-right: 0.5rem;
}
.sns_link:last-child {
  margin-right: 0;
}
.sns_link img {
  width: 40px;
}
.board_comment_block {
  width: 100%;
  padding: 1rem 1.2rem;
}
.board_comment_block .title_box .txt {
  font-size: 0.9375rem;
  color: #0d0d0d;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-bottom: 1rem;
}
.board_comment_block .txt .num {
  color: #ff8611;
  font-weight: 500;
  margin-left: 0.1rem;
}
.comment_form {
  padding-bottom: 1.8rem;
}
.comment_input_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.comment_input_block .comment_input {
  width: 85%;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem;
  border-radius: 8px;
  resize: none;
}
.comment_input_block .solid_btn {
  padding: 1rem;
  margin-left: 0.7rem;
}
.comment_list {
  border-top: 1px solid #d9d9d9;
}
.comment_box {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.comment_box .author_txt {
  font-size: 0.82rem;
  color: #aaaaaa;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.comment_box .author_txt .date:before {
  content: '·';
  margin: 0 0.25rem;
}
.comment_box .comment_desc {
  margin-top: 0.6rem;
}
.comment_box .comment_desc,
.comment_box .comment_desc p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.comment_box .comment_btn {
  margin-top: 0.8rem;
}
.reply_icon {
  position: absolute;
  -webkit-transform: translateX(-1.5rem);
  -ms-transform: translateX(-1.5rem);
  transform: translateX(-1.5rem);
  margin-right: 0.8rem;
}
.reply_icon img {
  width: 0.8rem;
}
.comment_box *[id^='edit_'],
.comment_box *[id^='reply_'] {
  width: 100%;
}
.comment_box *[id^='edit_'] .comment_input_block,
.comment_box *[id^='reply_'] .comment_input_block {
  padding-top: 1rem;
}
.comment_box .s_cmt {
  color: #828282 !important;
}
.txt_file_add {
  font-size: 0.9rem;
  margin: 0.2rem 0;
}
.attached_file_list {
  padding: 0.8rem 1.25rem 0;
}
.attached_file_list li a {
  margin-bottom: 0.7rem;
  padding: 1rem;
  border: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attached_file_list li a div:first-child {
  width: 80%;
}
.attached_file_list .a_title {
  font-size: 0.9375rem;
  color: #222;
  line-height: 1.2;
}
.attached_file_list .a_sub_txt {
  font-size: 0.8rem;
  color: #828282;
  margin-top: 0.5rem;
}
.attached_file_list .a_icon {
  height: 1.3rem;
}
/* E: board style */
/* S: item style */
.layer-popup-area {
  width: 100% !important;
  z-index: 9999;
  min-height: 100vh;
}
.layer-popup-area.page {
  position: relative;
  z-index: 99;
  background-color: #fff;
}
.product_detail_wrap {
  width: 100%;
  overflow: hidden;
}
.product_thumb_wrap,
.product_info_wrap {
  width: 100%;
}
.product_thumb_wrap {
  position: relative;
  overflow: hidden;
}
/* .product_thumb_wrap:after { content: ''; display: block; padding-bottom: 100%; } */
.item_pagination {
  top: 92% !important;
  left: 0 !important;
}
.item_pagination.round_pagi .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #ff8611;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgb(255 134 17 / 50%);
  box-shadow: 0 0 6px rgb(255 134 17 / 50%);
}
.item_pagination.round_pagi .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  border: 1px solid #fff;
  background-color: #ff8611;
  border-radius: 8px;
}
.receipt_header .receipt_item_block .product_thumb > img {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.soldout img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_detail_wrap .sale_time_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8611;
  width: 100%;
  padding: 0.7rem 0;
  text-align: center;
  border: none;
}
.product_detail_wrap .sale_time_block .time_icon img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}
.product_detail_wrap .sale_time_block .time_txt {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: -0.1rem;
}
.product_detail_wrap .product_info_wrap {
  padding: 0.9rem 1.3rem 1em;
  border-bottom: 1px solid #e0e0e0;
}
.product_info_block .product_title {
  font-family: 'S-CoreDream-5Medium';
  font-size: 1.15rem;
  /* font-weight: 400; */
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-bottom: 0.7rem;
  /* text-align: match-partent; */
}
.product_info_block .sub_title {
  font-family: 'S-CoreDream-5Medium';
  font-size: 0.88rem;
  color: #828282;
  /* font-weight: 400; */
  line-height: 1.4;
  margin-bottom: 0.7rem;
}
.product_price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.product_price_block .sale_percent {
  font-size: 1.7rem;
  /* font-weight: 800; */
  letter-spacing: -0.3px;
  margin-right: 5px;
}
.product_price_block .origin_price {
  font-size: 0.95rem;
  margin-right: 5px;
}
.product_price_block .origin_price .p_w {
  font-size: 0.8rem;
}
.product_price_block .main_price {
  font-family: 'S-CoreDream-5Medium';
  font-size: 1.5rem;
  /* font-weight: 800; */
  letter-spacing: -0.3px;
  margin-right: 0px;
}
.product_price_block .main_price .p_w {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
}
.info_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0 0.7rem;
}
.info_btn_box .i_btn {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0.8rem 0;
  font-size: 0.875rem;
  color: #0d0d0d;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.info_btn_box .i_btn .like_ico {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url('../images/icon/btn_heart.svg') !important;
  background-size: cover;
  margin-right: 0.3rem;
}
.solid_btn.share_btn,
.info_btn_box .i_btn.share_btn {
  background-color: #fffbf5 !important;
  border: 2px solid #ff8611;
  color: #ff8611 !important;
  font-weight: 500;
}
.info_btn_box .i_btn.share_btn {
  font-size: 0.92rem;
}
.info_btn_box .i_btn object {
  fill: #828282;
  -webkit-filter: invert(57%) sepia(10%) saturate(0%) hue-rotate(271deg)
    brightness(89%) contrast(79%);
  filter: invert(57%) sepia(10%) saturate(0%) hue-rotate(271deg) brightness(89%)
    contrast(79%);
}
.solid_btn.share_btn > object,
.info_btn_box .i_btn.share_btn > object {
  fill: #ff8611;
  -webkit-filter: invert(57%) sepia(37%) saturate(2208%) hue-rotate(350deg)
    brightness(100%) contrast(102%);
  filter: invert(57%) sepia(37%) saturate(2208%) hue-rotate(350deg)
    brightness(100%) contrast(102%);
}

.solid_btn.share_btn > img,
.info_btn_box .i_btn.share_btn > img {
  fill: #ff8611;
  -webkit-filter: invert(57%) sepia(37%) saturate(2208%) hue-rotate(350deg)
    brightness(100%) contrast(102%);
  filter: invert(57%) sepia(37%) saturate(2208%) hue-rotate(350deg)
    brightness(100%) contrast(102%);
}

.info_btn_box .i_btn.active .like_ico {
  background-image: url('../images/icon/btn_heart_active.svg') !important;
}
.info_btn_box .i_btn:focus {
  outline: none;
  border: 1px solid #ff8611;
}
.solid_btn.share_btn > object,
.info_btn_box .i_btn object,
.info_btn_box .i_btn img {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.5rem;
}

.solid_btn.share_btn > img,
.info_btn_box .i_btn img {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.5rem;
}

.solid_btn.share_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 2rem 0.8rem 1rem;
}
.solid_btn.share_btn > object {
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.solid_btn.share_btn > img {
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.opt_list_wrap {
  border-top: 1px solid #e0e0e0;
  padding: 0.8rem 0;
}
.opt_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7rem;
}
.opt_list_wrap .opt_list:last-child {
  margin-bottom: 0;
}
.opt_list .opt_title,
.opt_list .opt_price {
  font-size: 0.9rem;
  color: #888;
  font-weight: 400;
}
.opt_price_wrap {
  border-top: 1px solid #e0e0e0;
  padding: 1rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.opt_price_wrap .opt_title {
  font-size: 1.12rem;
  font-weight: 600;
}
.opt_price_wrap .opt_total_price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff8611;
}
.sticky_nav {
  border-bottom: 1px solid #e0e0e0;
  position: static;
  width: 100%;
  -webkit-transition: position 0.5s ease-in;
  -o-transition: position 0.5s ease-in;
  transition: position 0.5s ease-in;
}
.sticky_nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.tab_nav_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab_nav_wrap li a {
  border-bottom: 2px solid #fff !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #0d0d0d !important;
  padding: 1rem 0 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_nav_wrap li.on a {
  border-bottom: 2px solid #ff8611 !important;
}
.rm_wrap {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  padding: 1rem 0.7rem 1rem;
}
.rm_wrap .img_wrap {
  width: 100%;
}
.rm_wrap .img_wrap img {
  width: 100%;
  vertical-align: bottom;
  /* image-rendering: -webkit-optimize-contrast; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rm_btn_wrap {
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 0.9rem;
}
.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}
.more_btn .arrow img {
  position: relative;
  top: 0;
  width: 1rem;
  margin-left: 0.5rem;
}
.more_btn .arrow.active img {
  top: -0.17rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation: none;
  animation: none;
}
.more_btn .toggle_txt {
  font-weight: 500;
}
.border_block {
  border-top: 1px solid #e0e0e0;
}
.reco_title_block {
  padding: 1.5rem 0.9rem 1rem;
}
.reco_title_block .title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #0d0d0d;
  letter-spacing: 0.5px;
}
.sub_info_wrap {
  padding: 1rem 0.95rem;
}
.sub_info_wrap .edu-noti > .title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.sub_info_wrap .detail-txt li {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub_info_wrap .detail-txt li .title {
  width: 6rem;
  font-size: 0.875rem;
}
.sub_info_wrap .detail-txt li .cont {
  width: 68%;
  font-size: 0.875rem;
}
.tab_inner_box .content-box-white {
  padding: 1rem 1.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.more_btn .arrow img {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: up-down;
  animation-name: up-down;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* modal style */
#product_option .modal_content {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 2rem 0.7rem 0.5rem;
}
#product_option .modal_content .modal_body {
  padding: 0 0.7rem;
}
/* item- review style */
.edu-reply .img-area ul li {
  position: relative;
  float: left;
  width: 33.3%;
  padding: 0 5px;
  overflow: hidden;
}
.review_block,
.item_review_list {
  font-size: 0.85rem;
}
.item_review_list .list_sub_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d0d0d;
  margin: 1rem 0 0.7rem 0;
}
.review_block .review_img ul li a {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.review_block .review_img ul li a::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.review_block .review_img .review_more_icon {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  color: #ffffff;
  background-color: rgba(255, 134, 17, 1);
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
}
.review_more_icon > img {
  width: 1.2rem !important;
  margin-top: 0.15rem;
}
.review_block .review_img ul li a > img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review_block .comment_btn {
  margin-top: 1rem;
}
.review_block .no_review {
  font-size: 0.95rem;
  color: #828282;
  padding: 1.5rem 0;
  text-align: center;
}
.review_border_box {
  padding: 1.5rem 0.5rem;
  font-size: 0.95rem;
  color: #828282;
  text-align: center;
  font-weight: 600;
}
.review_border_box span {
  font-weight: 600;
}
.tab_inner_box {
  padding-top: 0.8rem;
}
.item_review_box {
  border-bottom: 1px solid #e0e0e0;
}
.item_title_block {
  margin-bottom: 1.5rem;
}
.item_title_block .item_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d0d0d;
}
.item_title_block .item_title .num {
  margin-left: 3px;
  color: #ff8611;
  font-weight: 800;
}
.total_star_num {
  font-size: 1rem;
  color: #828282;
  font-weight: 800;
  margin-left: 0.5rem;
  line-height: 2rem;
}
.item_rating .star_rating {
  width: 8rem;
}
.item_rating .star_rating,
.item_rating .star_rating .rating_active {
  background-size: 8rem;
}
.item_review_info {
  font-size: 0.95rem;
  color: #0d0d0d;
  text-align: center;
  margin: 1.5rem auto 0.8rem;
}

.review_info .review_title {
  font-family: 'S-CoreDream-5Medium';
  width: 100%;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  word-break: break-all;
  word-wrap: normal;
  white-space: normal;
  color: #0d0d0d;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.9em;

  height: 2.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.review_block {
  border-top: none !important;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.2rem 0 !important;
}
.review_block:first-child {
  padding-top: 0 !important;
}
.review_block:last-child {
  border-bottom: none;
}
.review_block .item_rating {
  width: 6.5rem;
}
.review_block .item_rating .star_rating,
.review_block .item_rating .star_rating .rating_active {
  background-size: 6.5rem;
}
.review_block .review_title {
  margin: 0.8rem 0;
}
.review_block .review_title a,
.review_block .review_title {
  font-size: 1.05rem !important;
  color: #0d0d0d !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  word-break: break-all;
  line-height: 1.2;
}
.review_block .inquiry_title {
  font-size: 1rem !important;
  color: #0d0d0d !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  word-break: break-all;
  margin-bottom: 0.5rem;
}
.review_block .review_desc a,
.review_block .review_desc {
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}
.review_block .review_desc {
  margin-bottom: 0.5rem;
}
.item_review_author {
  font-size: 0.9rem;
  color: #aaaaaa;
  font-weight: 400;
  margin-top: -0.5rem;
}
.item_review_author .review_date::before {
  content: '·';
  margin: 0 0.25rem;
}
.review_block .review_img {
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}
/* inquiry style */
.inquiry_state_label {
  font-size: 0.92rem;
  color: #6f6f6f;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.inquiry_state_label.complete {
  color: #ff8611;
}
.new_label {
  display: inline-block;
  font-size: 0.65rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #ff8611;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.2rem;
  position: relative;
  top: -0.1rem;
  margin-left: 5px;
}
.inquir_answer_box {
  padding: 1.5rem 1.25rem 1.25rem;
  background-color: #f7f8fa;
  margin-top: 1rem;
  border-radius: 1rem;
}
.inquir_answer_box .answer_name {
  font-size: 1rem;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 1rem;
}
.inquir_answer_box .answer_desc > * {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}
.reco_wrap .reco_item {
  padding-bottom: 0.4rem;
}
.copy_link_box {
  border: 1px solid #ededed;
  border-radius: 4px;
  color: #222;
  cursor: pointer;
  background-color: #fff;
}
.copy_link_box .url_txt,
.copy_link_box .copy_btn {
  padding: 0.7rem 0.5rem;
}
.copy_link_box .url_txt {
  font-size: 0.85rem;
  font-weight: 400;
  padding: 0.7rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.copy_link_box .url_txt {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.copy_link_box .url_txt::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.copy_link_box .copy_btn {
  font-size: 1rem;
  font-weight: 500;
  border-left: 1px solid #ededed;
  padding: 0.7rem 1rem;
}
/* S: update option 20230315 */
.modal.fullscreen {
  width: 100%;
  max-height: 100vh;
  background-color: #fff;
  overflow: hidden;
}

.modal.fullscreen .modal_content {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.modal.fullscreen .modal_body {
  padding: 0 0 4rem 0 !important;
}
.modal.fullscreen .fixed_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
.modal.fullscreen .fixed_btn_wrapper #btn_area,
.modal.fullscreen .fixed_btn_wrapper .solid_btn {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal.fullscreen .fixed_btn_wrapper #btn_area .solid_btn {
  width: 100%;
}

/* S:회원가입 table */
.privateTable {
  width: 100%;
  font-size: 0.7rem;
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
}

.privateTable .private_head th {
  text-align: center;
  padding: 0.25rem 0.2rem;
  background-color: #34495e;
  color: #ecf0f1;
  line-height: 1.3em;
}

.privateTable td {
  background-color: #f8f8fa;
  opacity: 0.5;
  padding: 0.25rem 0.2rem;
  line-height: 1.3em;
}
/* E:회원가입 table */

/* S:basic_calendar */
.basic_calendar {
  width: 100%;
}

.basic_calendar .cal_title td {
  text-align: center;
  padding-bottom: 1rem;
}

.basic_calendar .cal_title .cal_month {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  vertical-align: middle;
}

.basic_calendar .cal_arrow {
  display: inline-block;
}

.basic_calendar .cal_arrow img {
  width: 1.4rem;
}

.basic_calendar .cal_arrow.disabled img {
  opacity: 0.4;
}

.basic_calendar .cal_head th {
  font-size: 0.88rem;
  text-align: center;
  padding: 0.25rem 0;
}

/* 
  김태현 수정 230821 
  - 주말 색상 수정
*/
.basic_calendar .cal_head th.saturday {
  color: #2279ff;
}

.basic_calendar .cal_head th.sunday {
  color: #fa4b36;
}

.basic_calendar td {
  padding: 0.5rem 0;
  text-align: center;
}

.basic_calendar td .date {
  width: 2.1rem;
  font-size: 1rem;
  text-align: center;
  padding: 0.55rem 0;
  color: #dddddd;
  margin: 0 auto;
}

.basic_calendar td .date.active {
  font-weight: 600;
  color: #000;
  cursor: pointer;
  text-align-last: center; /* Safari에서 정렬 기준을 맞추기 */
}

.basic_calendar td .date.active.saturday {
  color: #2279ff;
}

.basic_calendar td .date.active.sunday {
  color: #fa4b36;
}

.basic_calendar td .selected {
  color: #fff !important;
  background-color: #ff8611;
  border-radius: 50%;
}

/* 
  김태현 수정 230824 
  - 달력 표시 안내
  - 날짜별 상태 표시 (마감임박)
*/

.cal_inform_box {
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding: 1rem 1rem 0 0;
}

.date_mark_box {
  display: flex;
  justify-content: center;
  height: 8px;
}

.end_soon_title {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

.status_mark {
  width: 8px;
  height: 8px;
  background: #f39c12;
  border-radius: 50%;
  margin: 2px 0;
  font-size: 1.18rem;
}

.normal_date {
  display: none;
}

/* 김태현 수정 230825 */

.status_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

@keyframes blink2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.status_mark_title {
  color: #f39c12;
  font-size: 1.2rem;
  animation: blink2 3s infinite;
}

/* 김태현 수정 230901 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* E:basic_calendar */
.m_item_scroll.w60 li {
  width: 60%;
}

.font_20 {
  font-size: 1.18rem;
}

.opt_radio input[type='radio'],
.opt_radio input[type='checkbox'] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.opt_radio input[type='radio']:checked + label,
.opt_radio input[type='checkbox']:checked + label {
  background-color: #fff;
  color: #ff8611;
  font-weight: 700;
  border: 2px solid #ff8611;
}

.opt_radio.disabled label,
.opt_radio input[type='radio']:disabled + label,
.opt_radio input[type='checkbox']:disabled + label {
  background-color: #eeecec !important;
  color: #828282 !important;
}

.opt_radio label {
  width: 100%;
  display: inline-block;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.4;
}

.opt_radio .title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  min-height: 2.8rem;
  white-space: normal;
}

.opt_radio .num {
  font-size: 0.85rem;
  color: #828282;
  font-weight: inherit;
  margin-top: 0.7rem;
}

.opt_item {
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  padding: 1rem;
  margin-bottom: 1.2rem;
}

.opt_item .title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.opt_item .opt_info {
  font-size: 0.83rem;
  color: #828282;
  margin-bottom: 0.4rem;
}

.opt_item .opt_info:last-child {
  margin-bottom: 0;
}

.opt_item .opt_info dt {
  width: 2.8rem;
}
/* E: update option 20230315 */
.map_lock {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
  padding: 0.3rem;
  z-index: 9;
  cursor: pointer;
}
.map_lock:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.transparent_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 8;
}
/* E: item style */
/* S: keyframe */
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
/* E: keyframe */
/* S: password */
.pw_wrappr {
  min-height: 65vh;
  padding: 1.5rem 1.25rem 1rem;
}
.pw_wrappr .pw_title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.pw_wrappr .pw_desc {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #828282;
  padding: 1rem 0.5rem;
  word-break: break-all;
}
.pw_wrappr .pw_desc strong {
  display: block;
  margin-bottom: 0.5rem;
}
.pw_wrappr .line_input_group {
  margin-top: 1.5rem;
}
.pw_back {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.pw_back img {
  width: 1.1rem;
  margin-right: 0.3rem;
  position: relative;
  top: 0.2rem;
}
/* E: password */
/* S: password_lost style */
.pw_wrappr .tab-wrap {
  padding: 1rem 0 1rem;
}
.pw_wrappr .tab-wrap li a {
  font-size: 0.95rem;
}
.pw_btn_wrapper {
  margin: 1.5rem 0;
  padding: 5px;
}
/* E: password_lost style */
/* S: item write form style */
.pw_wrappr .item_decs_box {
  padding: 1rem 0.5rem;
}
.pw_wrappr .item_decs_box .title {
  font-size: 1.1rem;
  color: #0d0d0d;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.pw_wrappr .item_decs_box .item_desc {
  font-size: 0.9rem;
  color: #828282;
  font-weight: 500;
  margin-top: 0.5rem;
}
.pw_form_box {
  padding: 1.3rem 0.7rem;
}
.pw_textarea {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.pw_textarea textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.8rem;
  line-height: 1.4;
}
.block_input_group input,
.box_input_group,
.box_input {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.8rem;
  height: auto;
  line-height: 1;
  font-size: 0.9rem;
}
.block_input_group.low input,
.box_input_group.low,
.box_input.low {
  padding: 0.6rem 0.8rem;
}
.block_input_group label,
.block_label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.block_input_group {
  margin-bottom: 1rem;
}
.block_input_group label:before,
.block_label:before {
  content: '・';
}
.block_input_group input {
  display: block;
  width: 100%;
}
.pw_form_box.border_type {
  border-top: 1px solid #e0e0e0;
}
.pw_form_box .pw_form_title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pw_textarea .byte {
  font-size: 0.82rem;
  color: #828282;
  text-align: right;
  margin-top: 0.5rem;
}
.reward_txt {
  font-size: 0.87rem;
  color: #828282;
  margin: 0.5rem 0 0.8rem;
}
.epot_radio {
  text-align: center;
}
/* S:portfolio update */
.pw_wrappr.itemuseform {
  padding: 1rem 0 1rem;
}
.itemuseform .item_decs_box {
  padding: 1rem 1.75rem;
}
.itemuseform .pw_form_box {
  padding: 1.3rem 1.95rem;
}
.itemuseform .pw_form_box.padding_scroll {
  padding: 1.3rem 0;
}
.itemuseform .pw_form_box.padding_scroll .pw_form_title {
  padding-left: 1.95rem;
}
.itemuseform .pw_form_box.padding_scroll .m_item_scroll {
  padding-left: 1.95rem;
}
.itemuseform .pw_form_box.padding_scroll .itemuseform_radio li {
  text-align: center;
}
.itemuseform .pw_form_box.padding_scroll .itemuseform_radio li .skin_ex {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  font-size: 0;
}
.theme_info_header .pw_form_title {
  padding-left: 0.5rem !important;
}
.itemuseform .ex_img > img {
  max-width: 150px;
}
.itemuseform .pw_form_box.padding_scroll .itemuseform_radio li .skin_ex {
  width: 120px;
  margin: 0 auto;
}
.itemuseform .pw_form_box.padding_scroll .itemuseform_radio li .skin_ex img {
  width: 100%;
}
.itemuseform_radio .btn_radio label {
  width: auto;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}
.itemuseform_radio .btn_radio label:before {
  content: '';
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../images/icon/ico_checked_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-right: 0.5rem;
}

.itemuseform_radio .btn_radio input:checked + label:before {
  background-image: url(../images/icon/ico_checked.png);
}
.itemuseform_radio .btn_radio input[type='radio']:disabled + label:before {
  background-image: url('../images/icon/ico_checked_disabled.png') !important;
}
.label_icon {
  display: inline-block;
  font-size: 0.85rem;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  padding: 0.2rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -2px;
}
.label_icon.info {
  background-color: #bbbbbb;
  color: #fff;
}
.itemuseform_radio .skin_desc {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  text-align: center;
  border-radius: 15px;
  padding: 0.3rem;
  color: #75839e;
  font-weight: 500;
}
.epot_radio_img {
  position: relative;
  top: 1.55rem;
  padding: 0 0.5rem;
  text-align: right;
}
.epot_radio_img img {
  width: 92%;
}
.epot_radio_custom label {
  border-radius: 8px;
  padding: 0.8rem 0;
  cursor: pointer;
}
/* E:portfolio update */
/* E: item write form style */
/* S: register completed style */
.complete_wrapper {
  width: 100%;
}
.complete_wrapper .complete_title {
  font-family: 'CookieRun';
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
.complete_wrapper .c_aja_icon {
  width: 70%;
  margin: 1rem auto 0;
  text-align: center;
}
.complete_wrapper .theme_body {
  border-top-right-radius: 2rem;
  position: relative;
  top: -2px;
}
.complete_desc {
  padding: 1.5rem 1.25rem 1rem;
}
.complete_wrapper .user_greeting {
  font-family: 'CookieRun';
  font-size: 1.4375rem;
  text-align: center;
  margin: 2rem 0;
}
.complete_wrapper .user_greeting .main {
  font-family: 'CookieRun';
  color: #ff8611;
}
.complete_wrapper .complete_txt {
  font-size: 0.92rem;
  color: #828282;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.complete_wrapper .complete_txt .main {
  color: #ff8611;
}
.complete_wrapper .c_btn_wrapper {
  padding: 2rem;
}
#msg_reg_mb_email {
  position: absolute;
  margin-top: 3rem;
  margin-left: 0.3rem;
  font-size: 0.75rem;
  color: #ff2500;
}
/* E: register completed style */
/* S: orderform styel */
/* 결제 페이지 */
.order_wrapper {
  background-color: #f7f6f4;
  padding: 1.5em 1.3em;
  padding-bottom: 5rem;
  min-height: 94vh;
}
.order_box {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px 2px #e0e0e0;
  box-shadow: 2px 2px 6px 2px #e0e0e0;
  border-radius: 12px;
  padding: 1.2rem 1.3rem 1.3rem;
  margin-bottom: 1rem;
}
.order_box.black_border {
  border: 2px solid #0d0d0d;
}
.order_box.main_border {
  border: 2px solid #ff8611;
}
.order_box_header {
  position: relative;
}
.order_box .order_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #0d0d0d;
  cursor: pointer;
  vertical-align: top;
}
.order_box .order_title > img {
  width: 1.4rem;
  margin-right: 0.5rem;
}
.order_box .title_arrow {
  position: absolute;
  top: 0rem;
  right: 0;
  width: 1rem;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.order_box .title_arrow.active {
  top: 0.2rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.order_box .sub_order_title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #0d0d0d;
}
.order_dropdown[data-display='none'] .order_body {
  display: none;
}
.order_dropdown[data-display='block'] .order_body {
  display: block;
}
.order_box_body {
  margin-top: 2.5em;
}
.btn_input_wrap {
  position: relative;
}
.btn_input_wrap .btn_rounded {
  position: absolute;
  top: 0;
  right: 0;
}
.payment_wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment_wrap li {
  display: inline-block;
}
.payment_wrap .btn_radio label {
  width: 80%;
}
.agree_ck_wrap .ck_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agree_ck_wrap input[type='checkbox'] {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
}
.agree_ck_wrap input[type='checkbox']:checked {
  background-color: #ff8611;
}
.agree_ck_wrap label {
  font-size: 0.85rem;
  margin-left: 0.5em;
}
/* product info */
.order_box .product_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.3rem;
}
.confirm_box.order_box .product_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  vertical-align: middle;
  padding-top: 0.3rem;
}
.order_box .product_info_wrap .product_thumb {
  position: relative;
  width: 33%;
  height: auto;
  border-radius: 0.9rem;
  overflow: hidden;
}
.order_box .product_info_wrap .product_thumb > img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  margin: 0;
}
.order_box .product_info_wrap .product_info {
  width: 67%;
  padding-left: 1em;
}
.order_box .opt_wrapper {
  width: 100%;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px dashed #e0e0e0;
  color: #828282 !important;
}
.order_box .opt_wrapper .p_txt {
  color: #0d0d0d;
}
.order_box .product_info_wrap .product_info .product_title,
.order_box .product_info_wrap .product_info .product_title a {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.3px;
  margin-bottom: 0.5em;
  word-break: normal;
}
.order_box .product_info_wrap .product_info .product_opt,
.opt_wrapper .product_opt {
  font-size: 0.88rem;
  color: #ff8611;
  margin-bottom: 0.5em;
  line-height: 1.4;
  word-break: break-all;
}
.order_box .product_info_wrap .product_info .product_info_txt,
.opt_wrapper .product_info_txt {
  font-size: 0.85rem;
  color: #0d0d0d;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.opt_wrapper .product_info_txt {
  color: #828282;
}
.order_box .product_info_wrap .product_info .price {
  margin-bottom: 0.5em;
}
.order_box .product_info_wrap .product_info .orderform_price {
  margin-top: 0.6rem;
}
.order_box .product_info_wrap .product_info .product_price_txt,
.order_box .product_info_wrap .product_info .won {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.order_box .product_info_wrap .product_info .price_divider {
  font-size: 1rem;
  color: #e0e0e0;
  position: relative;
  top: -1px;
}
.order_box .product_info_wrap .product_info .before_price {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #828282;
}
.order_box .product_info_wrap .product_info .product_info_percent {
  font-size: 1rem;
  font-weight: bold;
  color: #ff8611;
}
.product_opt_dl dt,
.product_opt_dl dd {
  font-size: 0.85rem;
  color: #828282;
}
.product_opt_dl dd {
  margin-top: 0.2rem;
  line-height: 1.2;
}
.product_opt_dl dt:before {
  content: '·';
  margin-right: 0.3rem;
}
/* product info */
.content_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.2em 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 1em;
}
.content_footer p,
.content_footer span {
  font-size: 1rem;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.content_footer .f_title {
  width: 50%;
  color: #0d0d0d;
}
.content_footer .f_main,
.content_footer .f_main span {
  font-size: 1.1rem;
  width: 50%;
  color: #ff8611;
  text-align: right;
}
/* sub title */
.order_box .order_sub_title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #0d0d0d;
  letter-spacing: 0.3px;
  margin-bottom: 1.2em;
}
/* 포인트 / 쿠폰 */
.point_wrap {
  margin-bottom: 2em;
}
.point_input_box {
  color: #ff8611;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.2em 0 0.5em;
}
.point_input_box input {
  width: 90%;
  text-align: right;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  padding: 0.5em 0.5em;
  margin-right: 5px;
}
.point_wrap .point_info_txt {
  font-size: 0.88rem;
  margin-bottom: 0.7em;
}
.point_wrap .point_info_txt .point_main {
  color: #ff8611;
}
.point_input_box input:focus {
  outline: none;
  border-color: #ff8611;
}
.pay_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 0.93rem;
}
.pay_info_list.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pay_info_list .p_txt,
.pay_info_list .p_main {
  text-align: right;
  margin-left: 1rem;
  line-height: 1.4;
}
.pay_info_list .p_sub_txt {
  font-size: 0.83rem;
  color: #828282;
  margin-top: 0.5rem;
}
.pay_info_list .p_main {
  color: #ff8611;
}
.payment_info_title {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #828282;
  padding: 0 0 1em;
  background-color: #f5f5f5;
  padding: 0.4rem 0.6rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  cursor: pointer;
}
.payment_info_title .title_arrow {
  display: inline-block;
  position: static;
  width: 0.85rem;
  position: relative;
  top: 0.1rem;
  margin-left: 0.3rem;
}
.payment_info_title .title_arrow.active {
  top: -0.05rem;
}
.payment_info_title .p_main {
  font-weight: 400;
  color: #ff8611;
}
.payment_info_body {
  padding: 1em 0.1em;
}
.payment_info_body p {
  font-size: 0.85rem;
  color: #0d0d0d;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.payment_info_body .p_gray {
  color: #828282;
}
.payment_info_body .p_danger {
  color: #ff8611;
}
.payment_info_body .bank_info_txt li {
  font-size: 0.85rem;
  color: #828282;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.payment_info_body .bank_info_txt li span {
  color: #ff8611;
}
.payment_info_body .bank_info_txt li:before {
  content: '-';
  font-size: 1rem;
  margin-right: 0.3em;
  color: #ff8611;
}
.payment_info_body .bank_info_box {
  margin: 1em 0;
}
.payment_info_body .bank_info_box .title {
  font-size: 0.9rem;
  font-weight: 600;
}
.payment_info_body .bank_info_box ul li {
  font-size: 0.85rem;
  color: #828282;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.payment_info_body .bank_info_box li:before {
  content: '-';
  font-size: 1rem;
  margin-right: 0.3em;
  color: #ff8611;
  font-weight: 600;
}
.payment_info_body .bank_info_box ul li span {
  color: #ff8611;
}
/* coupon style */
#cp_frm .pay-cont {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 0.6rem;
  margin: 0.5rem 0 1rem;
}
.pay_coupon_block {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e1e1e1;
}
.cp_apply,
.coupon_box .coupon_btn {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #828282;
  padding: 0.5rem 1rem;
  margin: 0.2rem;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 5px;
}
.cp_apply:hover {
  background-color: #fff;
  color: #828282;
}
.coupon_box .coupon_btn:before {
  top: 30%;
}
.point-info {
  font-size: 0.9rem;
  color: #828282;
  font-weight: 500;
  line-height: 1.4;
}
.coupon_price {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.coupon_info .point-info {
  font-size: 0.9rem !important;
}
.pay-system .pay-system-content > div.card,
.pay-system .pay-system-content > div.vbank {
  min-height: auto;
  padding: 0.7rem;
}
/* 휴대폰 정보 입력 */
.phone_input_box {
  padding: 1em 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone_input_box input {
  display: inline-block;
  width: 35%;
  padding: 0.65rem 0.3rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.phone_input_box select {
  width: 30%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.6rem 0.3rem;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.phone_input_box select:focus {
  outline: none;
  border-color: #ff8611;
}
.phone_input_box .h {
  font-size: 1.2rem;
  margin: 0 0.5rem;
  font-weight: 500;
}
.aca_block {
  border-top: 1px dashed #ff8611;
  padding: 0.8rem 0 0.5rem;
}
.info-line2 {
  height: 100px !important;
}
#od_memo2 {
  padding: 0.8rem;
  height: 100px !important;
  font-size: 0.85rem !important;
}
/* orderform */
/* E: orderform styel */
/* S: orderform completed style */
.completed_txt_box .card_icon {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 2rem;
  padding: 2.1rem;
}
.completed_txt_box .card_icon img {
  width: 3.3rem;
}
.completed_txt_box {
  padding: 1.5rem 0 2.5rem;
}
.completed_txt_box .oc_title {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
.completed_txt_box .oc_desc {
  font-size: 0.82rem;
  color: #828282;
  text-align: center;
  margin-top: 1rem;
}
.completed_txt_box .oc_desc.danger {
  font-size: 1rem;
  color: #ff8611;
  font-weight: 500;
}
.oc_warning_box {
  padding: 0.7rem;
  background-color: #ffe4e0;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.oc_warning_box .oc_desc.oc_warning_code {
  color: #fb5a5f;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
.oc_warning_box .oc_desc.oc_warning_desc {
  color: #fb5a5f;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  text-align: center;
}
.order_box .payment_info_box {
  background-color: #f8f8fa;
  padding: 0.8rem 1rem;
  margin-bottom: 1.4rem;
  border-radius: 0.9rem;
}
.order_box .payment_info_box .pay_info_list {
  margin-bottom: 0;
}
/* E: orderform completed style */
/* S: mypage theme style */
.theme_wrapper .theme_icon_block {
  padding: 2.5rem 2rem 1rem;
}
.theme_wrapper .theme_icon_block .theme_icon_box {
  width: 50%;
  text-align: center;
}
.theme_wrapper .theme_icon_block .theme_icon_box img {
  width: 4.6rem;
}
.theme_wrapper .theme_icon_block .theme_icon_txt {
  width: 50%;
}
.theme_wrapper .theme_icon_block .theme_icon_txt .title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.theme_icon_txt .point_txt {
  width: 100%;
  font-size: 1.8rem;
  color: #0d0d0d;
}
.theme_icon_txt .point_txt .num {
  color: #fff;
  margin-right: 0.2rem;
}
.theme_wrapper .theme_state_wrap {
  padding: 1rem 1.25rem;
}
.theme_state_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f48511;
  border-radius: 1rem;
  padding: 0.5rem 0;
}
.theme_state_list li {
  width: 100%;
  border-right: 1px solid #e47807;
}
.theme_state_list li:last-of-type {
  border-right: none;
}
.theme_state_list li .state_txt {
  font-size: 0.92rem;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0;
}
.theme_state_list li .state_txt .num {
  color: #ffee79;
  margin-left: 0.3rem;
  margin-right: 3px;
}
.theme_info_wrap {
  width: 100%;
  position: relative;
  padding: 0 1.25rem;
}
.theme_info_wrap .theme_info_header {
  cursor: pointer;
}
.theme_info_wrap .theme_info_header .title {
  font-size: 0.85rem;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-bottom: 1rem;
  cursor: pointer;
}
.theme_info_wrap .theme_info_header .title .more_icon img {
  width: 1rem;
  position: relative;
  top: 0.2rem;
  margin-left: 0.2rem;
}
.theme_info_wrap .theme_info_body {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 1.8rem;
  background-color: #fff;
  padding: 1.5rem 1.3rem;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.theme_info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme_info_list li .info_txt {
  display: inline-block;
  font-size: 0.88rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.theme_info_list li:before {
  content: '·';
  font-size: 0.85rem;
  margin: 0 0.5rem;
  height: 1rem;
  line-height: 1rem;
}
.theme_info_title {
  margin-bottom: 1.5rem;
}
.theme_info_title .title {
  font-size: 1.1rem;
  font-weight: 600;
}
.theme_info_title .close_icon {
  width: 1rem;
}
.theme_list_title {
  padding: 1.8rem 1.25rem 1.4rem;
  border-bottom: 1px solid #e0e0e0;
}
.theme_list_title .title {
  font-size: 1rem;
  font-weight: 600;
}
.theme_list_item .theme_item_box {
  width: 100%;
  font-size: 0.85rem;
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme_list_item .theme_item_box.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme_item_box .point_coin {
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.9375rem;
  color: #ff8611;
  text-align: center !important;
  background-color: #fff5ec;
  border: 1px solid #ff8611;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 1.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: auto;
  flex-shrink: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme_item_box .point_coin .num {
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 1px;
}
.theme_item_txt {
  width: 65%;
}
.theme_item_box .item_state {
  font-size: 0.85rem;
  color: #2fbab3;
  font-weight: 400;
}
.theme_item_box .item_date {
  font-size: 0.85rem;
  color: #828282;
}
.theme_item_box .item_date:before {
  content: '·';
  margin: 0 0.3rem;
}
.theme_item_box .item_desc {
  margin-top: 0.7rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-all;
}
.theme_body .btn_wrapper {
  padding: 1.5rem 1.25rem;
}

/* coupon theme */
.theme_coupon_box {
  position: relative;
  margin-right: 1rem;
}
.theme_coupon_box img {
  width: 5.5rem;
}
.theme_coupon_box .img_coupon_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 0.9rem;
  color: #2fbab3;
  margin-top: -1px;
}
.theme_coupon_box .img_coupon_txt .num {
  font-size: 1.1rem;
  font-weight: 500;
  margin-right: 1px;
}
.theme_item_txt .coupon_title {
  font-size: 1rem;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}
.theme_item_txt .coupon_info {
  font-size: 0.8rem;
  font-weight: 400;
  color: #aaaaaa;
}
.theme_item_txt .coupon_info dl {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme_item_txt .coupon_info dl dt,
.theme_item_txt .coupon_info dl dd {
  display: inline-block;
  padding: 0 2px;
  line-height: 1.4;
}
.theme_item_txt .coupon_info dl dd {
  width: 70%;
}
.theme_item_txt .coupon_info dl:before {
  content: '·';
  display: inline-block;
}
.coupon_input_form {
  padding: 1rem 1.25rem;
}
.coupon_input_form input {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  font-size: 0.8125rem;
  border-radius: 8px;
}
.coupon_input_form input::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #828282;
}
.coupon_input_form input::-webkit-input-placeholder,
.coupon_input_form input::-moz-placeholder,
.coupon_input_form input::-moz-placeholder,
.coupon_input_form input::-ms-input-placeholder,
.coupon_input_form input::placeholder {
  font-size: 0.85rem;
  color: #828282;
}
.coupon_input_form .coupon_btn {
  background-color: #f9e34d;
  color: #0ba379;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-left: 0.6rem;
}

.coupon_use_input_form {
  position: relative;
  margin-left: 0.6rem;
}
.coupon_use_input_form .coupon_use_btn {
  background-color: #2fbab3;
  color: #fff;
  padding: 0.5rem 0.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1rem;
}

.theme_wrapper.coupon_theme .theme_icon_block .theme_icon_box {
  width: 40%;
  padding-right: 1rem;
}
.theme_wrapper.coupon_theme .theme_icon_block .theme_icon_txt {
  width: 60%;
}
.theme_icon_txt .coupon_txt {
  font-size: 0.9375rem;
  color: #0d0d0d;
  font-weight: 600;
}
.theme_icon_txt .coupon_txt .num {
  display: inline-block;
  font-size: 1.4375rem;
  color: #f9e34d;
  font-weight: 500;
  margin-right: 2px;
}
.theme_icon_txt li:first-of-type {
  margin-bottom: 0.5rem;
}
/* E: mypage theme style */
/* S: my page list style / confirm style */
.confirm_wrapper {
  padding: 1.25rem;
}
.confirm_state_block {
  background-color: #ff8611;
  padding: 1.2rem;
  border-radius: 3rem;
}
.confirm_state_block.navy {
  background-color: #00346a;
}
.confirm_state_block .state_title {
  font-size: 1.03rem;
  color: #fff;
}
.confirm_state_block .state_txt {
  font-size: 0.75rem;
  color: #fff;
}
.confirm_state_block .state_txt .num {
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.2rem;
}
.confirm_box_wrap {
  margin-top: 1rem;
}
.confirm_box {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.95rem;
  margin-bottom: 1rem;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.confirm_box .confirm_header {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e1e1e1;
}
.confirm_box .confirm_header .confirm_date,
.confirm_box .confirm_header .more_txt {
  font-size: 0.85rem;
  color: #828282;
  font-weight: 400;
}
.confirm_box .confirm_header .more_txt .arrow_icon img {
  height: 0.75rem;
  position: relative;
  top: -0.1rem;
  margin-left: 11px;
}
.confirm_box .confirm_body {
  padding: 1.25rem;
}
.confirm_box .btn_wrapper,
.confirm_box .single_btn_wrapper {
  margin: 1.25rem 0 0;
}
.confirm_box .btn_wrapper .lg,
.confirm_box .single_btn_wrapper .lg {
  padding: 0.85rem 0 0.75rem;
  font-size: 0.9rem;
  text-align: center;
}
.confirm_box .flex_block .solid_btn {
  margin-left: 0 !important;
}
.confirm_box .btn_wrapper.flex_block .lg:first-child {
  margin-right: 0.7rem;
}
.confirm_box .product_info .product_price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d0d0d;
  text-align: right;
  margin-top: 0.8rem;
}
.confirm_box .product_info_wrap .product_thumb {
  width: 40%;
}
.confirm_box .product_info_wrap .product_info {
  width: 60%;
  padding-left: 1rem;
}
.confirm_box .product_info_wrap .product_info .product_title {
  margin-bottom: 0.3rem;
}
.lecture_info .product_info_list {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lecture_info .product_info_list dt,
.lecture_info .product_info_list dd {
  display: inline-block;
  line-height: 1.3;
}
.lecture_info {
  margin-top: 0.8rem;
}
.lecture_info .product_info_list dt {
  max-width: 50%;
}
.lecture_info .product_info_list dt::before {
  content: '·';
  margin: 0 0.15rem;
}
.lecture_info .product_info_list dd {
  margin-left: 0.2rem;
  width: 50%;
}
.lecture_list .product_info_wrap .product_thumb {
  width: 33% !important;
}
.lecture_list .product_info_wrap .product_info {
  width: 67% !important;
}
.lecture_info_wrap .lecture_title {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.lecture_info_wrap .lecture_desc {
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 400;
}
.lecture_view_block {
  border-top: 1px solid #e0e0e0;
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lecture_view_block .lecture_view_title {
  width: 60%;
}
.lecture_view_block .title,
.lecture_view_info .time {
  font-size: 0.85rem;
  line-height: 1.4;
}
.lecture_view_title .time {
  display: inline-block;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.lecture_view_info .outline_btn {
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 0.3rem;
  padding: 0.25rem 0.6rem;
}
.lecture_view_info .outline_btn .play_icon img {
  width: 0.6rem;
  height: 0.6rem;
}
.solid_btn .play_icon img,
.outline_btn .play_icon img {
  width: 0.75rem;
  height: 0.75rem;
  top: -2px;
  position: relative;
  margin-left: 0.3rem;
}
.lecture_content_info .timeline {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid #e1e1e1;
}
.lecture_content_info .timeline .time:before {
  content: '·';
  color: #828282;
  margin: 0 0.25rem;
}
.lecture_content_info .timeline .timeline_txt {
  font-size: 0.82rem;
}
.lecture_content_info .info_txt_block {
  padding: 1.25rem;
}
.lecture_content_info .info_txt_block .title {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.7rem;
}
.lecture_content_info .info_txt_block .desc {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #aaaaaa;
}
/* receipt css */
/* top */
.receipt_wrapper .state_title_block .state_txt {
  font-size: 0.9rem;
  color: #0d0d0d;
}
.receipt_wrapper .state_title_block .state_txt .date:before {
  content: '·';
  display: inline-block;
  margin: 0 0.2rem;
}
.receipt_wrapper .state_title_block .solid_btn {
  padding: 0.3rem 0.8rem;
  font-size: 0.85rem;
  text-indent: -1.5px;
}
.receipt_wrapper .state_title_block .solid_btn .close_icon img {
  width: 0.75rem;
  margin-left: 0.5rem;
}
/* receipt  content */
.receipt_container {
  margin-top: 1.25rem;
}
.receipt_container .receipt_header {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeeded;
  border-bottom: none;
}
.receipt_header .receipt_label_block {
  background-color: #ff8611;
  padding: 1rem;
}
.receipt_header .receipt_label_block .receipt_label_txt {
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
}
.receipt_header .receipt_item_block {
  padding: 1.25rem;
}
.receipt_header .receipt_item_block .product_thumb {
  width: 45%;
  position: relative;
}
.receipt_header .receipt_item_block .product_thumb:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.receipt_header .receipt_item_block .product_info {
  width: 55%;
  padding-left: 1.25rem;
}
.receipt_header .receipt_item_block .origin_price {
  text-align: right;
  font-size: 0.9rem;
  margin-top: 1.2rem;
}
.receipt_header .receipt_item_block .price {
  text-align: right;
  font-size: 1.7rem;
  font-weight: 500;
}
.receipt_body {
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
  position: relative;
  padding: 0 1.25rem;
  border-left: 1px solid #eeeded;
  border-right: 1px solid #eeeded;
}
.receipt_group {
  padding: 1.8rem 0;
  border-top: 2px dashed #e1e1e1;
}
.receipt_group .title {
  font-size: 1.125rem;
  color: #0d0d0d;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.receipt_desc .receipt_txt {
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: 400;
}
.receipt_body .content_footer {
  border-top: 2px solid #ff8611;
  padding: 1.2rem 0 0;
  font-size: 1.125rem !important;
}
.receipt_body .content_footer .f_title {
  font-size: 1.125rem !important;
}
.receipt_body .content_footer .f_main,
.receipt_body .content_footer .f_main span {
  font-size: 1.125rem !important;
}
.receipt_footer {
  position: relative;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 1.5rem;
  z-index: 999;
  border-left: 1px solid #eeeded;
  border-right: 1px solid #eeeded;
}
.receipt_footer::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.5rem;
  background-size: 1.8rem;
  background-image: url('../images/icon/bill_bg_02.png');
}
/* receipt style */
/* receipt refund modal style */
.theme_type01 .modal_content {
  width: 90%;
  max-width: 420px;
  border-radius: 1.5rem;
  overflow: hidden;
}
.theme_type01 .modal_header {
  padding: 1.5rem 0;
  border-bottom: 3px solid #ff8611;
}
.theme_type01 .modal_header.border_none {
  padding: 1.3rem 0;
  border-bottom: none;
}
.theme_type01 .modal_body {
  padding: 1.4rem 1.25rem 1rem;
}
.theme_type01 .btn_wrapper {
  margin-top: 1.5rem;
}
.theme_type01 .btn_wrapper.center {
  text-align: center;
}
.theme_type01 .btn_wrapper.center .solid_btn {
  width: 50% !important;
  font-size: 0.95rem;
  padding: 0.8rem 2rem;
  margin: auto;
}
.theme_type01 .modal_footer {
  background-color: #fff;
  padding: 0.8rem 1.25rem;
}
.refund_request_form .box_input,
.refund_form_block .box_input {
  display: block;
  width: 100%;
  height: 2.5rem;
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
}
.refund_request_form .p_title:before {
  content: '·';
  margin: 0 3px;
}
.refund_txt_wrapper {
  padding: 1rem 0;
}
.refund_txt {
  font-size: 0.95rem;
  color: #828282;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.7rem;
}
.refund_form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.refund_form_block.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.refund_form_block .form_title {
  width: 30%;
  font-size: 0.875rem;
  line-height: 1.4;
}
.refund_form_block .form_title::before {
  content: '·';
  display: inline-block;
  margin: 0 2px;
}
.refund_form_block .form_data {
  width: 70%;
  text-align: left;
  padding-left: 1.25rem;
  font-size: 0.875rem !important;
  line-height: 1.4;
}
.refund_form_block .refund_memo {
  width: 100% !important;
  height: 40px;
  overflow-y: scroll;
  border: 1px solid #e1e1e1;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-top: 1rem;
}
.refund_info {
  width: 100%;
  max-height: 100px;
  overflow-y: scroll;
  border: 1px solid #e1e1e1;
  border-radius: 0.5rem;
  padding: 1rem;
}
.refund_info > *,
.refund_info > * > *,
.refund_info > * > * > * {
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  color: #828282 !important;
  margin-bottom: 0.2rem;
}
/* refund_modal #app overriding */
.modal #pop {
  margin: 0 !important;
}
/* E: my page list style  */
/* S: content style */
.content_wrapper .board .acc-area .acc-title p,
.content_wrapper .board.terms-list strong {
  font-size: 1rem !important;
}
.content_wrapper .terms-detail-content .terms-detail .terms-title {
  font-size: 1rem !important;
  line-height: 1.4;
}
.content_wrapper .terms-detail-content {
  padding: 0.5rem 1rem;
}
.content_wrapper .terms-detail-content .terms-detail .terms-content {
  font-size: 0.85rem;
  line-height: 1.4;
}
.content_wrapper .terms-detail-content .terms-detail {
  margin-bottom: 1.5rem;
}
.content_wrapper .terms-person-noti {
  padding: 1rem 0.8rem;
  font-size: 0.9rem;
  line-height: 1.4;
}
.content_wrapper .terms-noti .noti-02 {
  font-size: 0.9rem;
  line-height: 1.4;
  padding-left: 1.2rem;
}
.content_wrapper .content-box-white {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* E: content style */
/*S: counsel style */
.counsel_tag_list {
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.counsel_tag_list .counsel_tag {
  display: inline-block;
  background-color: #f8f8fa;
  margin: 0.3rem;
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
  border-radius: 1rem;
  font-weight: 500;
}
.counsel_tag_list .counsel_tag:before {
  content: '#';
  font-size: 0.9rem;
  color: #afafaf;
  margin-right: 0.3rem;
}
.counsel_wrapper .theme_info_header .title {
  color: #828282 !important;
}
.banner_wrapper {
  width: 100%;
  position: relative;
}
.banner_wrapper img {
  width: 100%;
}
.counsel_wrapper .counsel_list_wrap {
  border-top: 1px solid #e1e1e1;
  margin-top: 2rem;
  padding: 1.25rem;
}
.counsel_list_title {
  margin: 1rem 0 1.5rem;
}
.counsel_list_title .title {
  font-size: 1.15rem;
  font-weight: 600;
}
.counsel_item {
  margin-bottom: 2.5rem;
}
.counsel_item .counsel_info {
  font-size: 0.9rem;
  color: #828282;
  font-weight: 500 !important;
  margin-bottom: 0.8rem;
}
.counsel_item .counsel_info .num,
.counsel_item .counsel_info .date {
  letter-spacing: 0.5px;
  font-weight: 500;
}
.counsel_item .counsel_info .date::before {
  content: '·';
  color: #d5d5d5;
  margin: 0 0.4rem;
}
.counsel_item .order_box {
  text-align: center;
  border-radius: 1.1rem;
  padding: 0.8rem 1.25rem;
}
.counsel_item .btn_wrapper {
  text-align: center;
}
.counsel_item .btn_wrapper .capsule_btn {
  width: 50%;
  font-weight: 600;
  text-align: center;
  padding: 0.62rem 1rem 0.55rem;
  margin: 0.3rem auto 0;
}
.counsel_item .counsel_result_txt {
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
  margin: 1rem auto;
}
.counsel_item .counsel_result_txt .tag_txt {
  font-weight: 500;
}
.counsel_item .counsel_result_txt .tag_txt::before {
  content: '·';
  color: #d5d5d5;
  margin: 0 0.3rem;
}
.counsel_list.single_line .counsel_result_txt {
  margin: 0;
}
.counsel_list.single_line .order_box {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.counsel_list.single_line .capsule_btn {
  display: inline-block;
  width: auto !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.counsel_wrapper .result_graph {
  margin-top: 0 !important;
  border-style: solid;
}
/* question style */
.question_list_wrap {
  padding: 0 1.25rem;
}
.question_list_wrap .btn_wrapper {
  margin: 1rem auto;
}
.question_list_wrap .question_block {
  border-bottom: 1px solid #e1e1e1;
  padding: 1rem 0;
  text-align: center;
}
.question_list_wrap .question_block:first-of-type {
  padding-top: 0;
}
.question_list_wrap .question_block .question_number {
  display: inline-block;
  text-align: center;
  margin: 0.5rem auto;
  padding: 0.4rem 1rem 0.5rem;
  background-color: #f8f8fa;
  font-size: 0.9rem;
  font-weight: 500;
  color: #0d0d0d;
  border-radius: 1rem;
}
.question_list_wrap .question_block .question_desc {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0.5rem auto;
  text-align: center;
}
.question_list_wrap .question_block .question_input {
  margin-top: 1.5rem;
}
.question_label {
  margin: 1rem auto;
}
.question_label .q_label_txt {
  width: 5rem;
  text-align: center;
  font-size: 0.85rem;
  color: #828282;
}
.question_label.auto .q_label_txt {
  width: auto !important;
}
.question_label .q_label_icon {
  width: 1rem;
}
.question_btn_wrapper {
  padding-top: 1.25rem;
}
.question_btn_wrapper .question_pagi {
  font-size: 0.9rem;
  margin: 1rem auto 1.3rem;
  text-align: center;
}
.counsel_result_title {
  padding: 0rem 1.25rem 1rem;
}
.counsel_result_title .img_title {
  font-size: 1.07rem;
  font-weight: 600;
}
.counsel_result_title .img_title img {
  position: relative;
  top: -1px;
}
.counsel_result_block {
  padding: 0 1.25rem;
}
.counsel_result_box {
  background-color: #ff8611;
  border-radius: 1rem;
  padding: 1.2rem 1rem;
  margin-bottom: 1rem;
}
.counsel_result_box.round {
  border-radius: 30rem;
}
.counsel_result_box.outline {
  background-color: #fff;
  border: 1px solid #ff8611;
  padding: 1.5rem 1.25rem;
}
.counsel_result_box .type_txt,
.consel_result_header .type_txt {
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.consel_result_header .type_txt {
  color: #0d0d0d;
}
.counsel_result_box .type_txt:last-of-type {
  margin-bottom: 0;
}
.counsel_result_box .yellow_txt,
.consel_result_header .main_txt {
  font-weight: 500;
  margin: 0 2px;
}
.counsel_result_box .result_desc,
.counsel_result_box .result_desc span {
  font-size: 0.9375rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}
.counsel_result_box .result_desc span {
  margin: 0 2px;
}
.consel_line_box {
  border: 1px solid #e1e1e1;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.consel_line_box.main {
  border: 1px solid #ff8611;
}
.consel_line_box .consel_line_block {
  padding: 1rem 1.2rem 1.3rem;
  border-bottom: 1px solid #e1e1e1;
}
.consel_line_box .consel_line_block .consel_line_title {
  font-size: 1.04rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.consel_line_box .consel_line_block .consel_line_title::before {
  content: '·';
  margin-right: 0.2rem;
  font-size: 2rem;
  color: #ff8611;
  position: relative;
  top: 0.3rem;
}
.consel_line_desc .desc_txt {
  font-size: 0.85rem;
  color: #828282;
  line-height: 1.6;
}
.consel_result_header {
  background-color: #f8f8fa;
  padding: 1rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.consel_result_header .type_txt {
  margin-bottom: 0;
}
.consel_result_body {
  padding: 0.8rem;
}
.type_tag_title {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0.5rem auto;
  text-align: center;
}
.type_tag_list {
  text-align: center;
  margin-top: 1rem;
}
.type_tag {
  display: inline-block;
  background-color: #f8f8fa;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.93rem;
  margin: 0.3rem 0.1rem;
  color: #ff8611;
  font-weight: 500;
}
.green_txt {
  color: #3eb758;
}
.jop_wrapper {
  padding: 0 1.25rem 4rem;
}
.jop_item_wtap {
  padding: 0 1.25rem;
}
.emotion_result_wrap {
  margin-top: 1.5rem;
}
.emotion_result_block {
  padding: 0.5rem 0;
  margin-bottom: 1.3rem;
}
.emotion_result_box {
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
}
.emotion_result_box .emotion_header {
  padding: 0.7rem;
  border-bottom: 1px solid #e1e1e1;
}
.emotion_result_box .emotion_header .emotion_header_box {
  width: 50%;
  text-align: center;
}
.emotion_result_box .emotion_header .emotion_header_box:first-of-type {
  border-right: 1px solid #e1e1e1;
}
.emotion_result_box .emotion_body {
  padding: 1rem;
}
.emotion_result_box .emotion_header_title {
  font-size: 0.875rem;
  color: #aaaaaa;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.emotion_result_box .emotion_header_txt {
  font-size: 1.05rem;
  font-weight: 500;
  color: #0d0d0d;
  text-align: center;
  margin-bottom: 0.5rem;
}
.emotion_result_box .emotion_result_desc {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.4;
}
/*E: counsel style */
/* S: pagination style */
.round_pagination ul {
  text-align: center;
}
.round_pagination li {
  display: inline-block;
  font-size: 0.95rem;
  text-align: center;
  color: #aaa;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
}
.round_pagination li.active {
  background-color: #ff8611;
  color: #fff;
  border: 1px solid #ff8611;
}
.round_pagination li a {
  display: block;
  line-height: 2rem;
  text-align: center;
}
.round_pagination li.pg_arrow a {
  font-family: 'CookieRun';
}
.round_pagination li a img {
  height: 0.95rem;
}
/* E: pagination style */
/* S: subscription style */
.card_block {
  padding: 1.1rem 0.8rem !important;
}

.card_block .card_name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.card_block .card_num {
  font-size: 0.85rem;
  color: #828282;
}

.card_block .card_icon {
  border: 1px solid #e1e1e1;
  padding: 0.7rem;
  border-radius: 50%;
  margin-right: 0.8rem;
}

.card_block .card_icon > img {
  width: 1.8rem;
}

.subscription_label {
  display: inline-block;
  padding: 0.3rem 0.7rem 0.35rem;
  background-color: #e6f0ff;
  color: #2279ff;
  font-size: 0.78rem;
  font-weight: 500;
  border-radius: 30px;
  margin-bottom: 0.6rem;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}

.light_btn {
  display: inline-block;
  border: 1px solid #e1e1e1;
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
  border-radius: 30px;
}

.address_box {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
}

.btn_input_wrap input[type='text'] {
  width: 58%;
}

.order_btn_block {
  text-align: center;
  padding-top: 1rem;
}
.subscription_info {
  background-color: #fd9925;
  border-radius: 1.3rem;
  padding: 1.2rem 1rem;
}

.subscription_info .item_name {
  font-family: 'CookieRun';
  font-size: 1.4375rem;
  color: #fff;
  padding-left: 0.4rem;
}

.subscription_info .date {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 0.7rem;
  padding-left: 0.4rem;
}

.subscription_info .cancel_btn {
  font-size: 0.83rem;
  padding: 0.5rem 0.7rem 0.3rem;
  background-color: #9e744d;
  border-radius: 1rem;
  color: #fff;
}

.subscription_info .subscription_state {
  background-color: #f48511;
  border-radius: 1.3rem;
  padding: 0.8rem 0;
  margin-top: 1.2rem;
}

.subscription_info .subscription_state .state_box {
  border-right: 1px solid #e47807;
}

.subscription_info .subscription_state .state_box:last-of-type {
  border-right: none;
}

.block_menu_wrap {
  margin-top: 1rem;
}
.block_menu_wrap .block_menu {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 1.3rem;
  padding: 1.3rem;
  margin-bottom: 0.8rem;
}

.block_menu_wrap .block_menu .menu_icon {
  height: 1.5rem;
  margin-right: 0.8rem;
  position: relative;
  top: -0.1rem;
}

.block_menu_wrap .block_menu .menu_txt {
  font-size: 1.25rem;
  font-weight: 600;
}

.subscription_menu {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.6rem;
  padding: 1.2rem 0;
}
.subscription_menu .menu_link {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subscription_menu .menu_link:nth-of-type(2) {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.subscription_menu .menu_link img {
  height: 1.6rem;
}
.subscription_menu .menu_link .link_txt {
  font-size: 0.9rem;
  text-align: center;
  font-weight: 600;
  margin-top: 0.68rem;
}
.subscription_item_wrap {
  margin-top: 2rem;
}
.subscription_title {
  font-family: 'CookieRun';
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.subscription_item {
  border: 1px solid #e1e1e1;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.subscription_item.light {
  background-color: #2fbab3;
}
.subscription_item.premium {
  background-color: #9888f1;
}
.subscription_item .item_header {
  padding: 0.8rem 1rem;
  color: #fff;
}
.subscription_item .item_header .title {
  font-family: 'CookieRun';
  font-size: 1.1rem;
  width: 80%;
  height: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.subscription_item .item_header .cancel_link {
  font-size: 0.85rem;
  cursor: pointer;
}
.subscription_item .item_header .cancel_link img {
  height: 0.82rem;
  position: relative;
  top: 1.5px;
  margin-left: 3px;
}
.subscription_item .item_body {
  background-color: #fff;
  width: 100%;
  border-top-left-radius: 0.8rem;
  padding: 1.3rem;
}
.subscription_item .item_body .btn_wrapper {
  margin-top: 1.2rem;
}
.subscription_item .item_body .item_info {
  margin-bottom: 1rem;
}
.subscription_item .item_body .item_info .title,
.subscription_item .item_body .item_info .data {
  font-size: 0.9rem;
  color: #828282;
}
.subscription_item .item_body .item_info .data {
  color: #828282;
}
.subscription_item .item_body .item_info .data a {
  font-size: 1rem;
  font-weight: 600;
  color: #ff8611;
}
.list_item_wrap .label_completion {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 1;
  background: #e6f0ff;
  color: #2279ff;
  padding: 0.4rem 0.6rem 0.3rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 30px;
}

.talk_link {
  position: absolute;
  top: -3.5rem;
  left: 0.75rem;
}
.talk_link a > img {
  width: 6.5rem;
}

.fixed_btn_wrapper.none_btn .talk_link {
  top: -6.35rem;
}
/* E: subscription style */

/* S: CookieEdu */
.horizontal_item_list.youtube_cookie_edu_section .item_thumb::after {
  padding-bottom: 56.25%;
}
.horizontal_item_list.youtube_cookie_edu_section .item_thumb > img {
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* E: CookieEdu */

/* S: youtube style */
.horizontal_item_list.youtube_section .item_thumb::after {
  padding-bottom: 56.25%;
}
.horizontal_item_list.youtube_section .item_thumb > img {
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.youtube_wrapper {
  width: 100%;
  position: relative;
}
.youtube_list .youtube_thumb,
.youtube_player {
  width: 100%;
  position: relative;
  background-color: #f8f7f5;
}
.youtube_player > iframe {
  position: absolute;
}
.youtube_list .youtube_thumb::after,
.youtube_player::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube_list .youtube_item {
  padding-bottom: 1.75rem;
}
.youtube_list .youtube_thumb {
  overflow: hidden;
  border-radius: 1rem;
}
.youtube_list .youtube_thumb > img {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.youtube_list .youtube_title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.8rem;
  height: 2.45rem;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.youtube_player_info {
  padding: 0 1.25rem;
}
.youtube_player_info .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
  word-break: break-all;
}
.youtube_player_info .desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  padding: 1rem 0.5rem;
}
.gopl_info {
  padding: 1.25rem;
}
.gopl_info > .gopl_banner {
  overflow: hidden;
  border-radius: 1rem;
}
.gopl_info .gopl_info_txt {
  font-size: 0.85rem;
  font-weight: 400;
  color: #393a3b;
  line-height: 1.4;
  margin-top: 1.25rem;
  background-color: #f7f8f9;
  padding: 1rem;
  border-radius: 1rem;
}
.gopl_info .gopl_info_txt > a {
  text-decoration: underline;
}
/* E: youtube style */
/* S: live search style */
.live_search_block {
  position: absolute;
  width: 100%;
  height: 20vh;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  background-color: #fff;
  top: 3rem;
  left: 0;
  -webkit-box-shadow: 2px 5px 8px rgb(0 0 0 / 5%);
  box-shadow: 2px 5px 8px rgb(0 0 0 / 5%);
  padding: 0.8rem;
  z-index: 999;
}
.live_search_block.w95 {
  width: 95%;
  left: 2.5%;
}
.live_search_block .search_keyword {
  border-bottom: 1px dashed #e0e0e0;
  cursor: pointer;
}
.live_search_block .search_keyword:last-of-type {
  border-bottom: none;
}
.live_search_block .search_keyword a {
  width: 100%;
  display: inline-block;
  font-size: 0.92rem;
  padding: 0.8em 0.5em;
  color: #828282;
}
.live_search_block .search_keyword a:hover {
  color: #232323;
  font-weight: 600;
}
.live_search_block::-webkit-scrollbar {
  width: 0.6rem;
}
/* Handle */
.live_search_block::-webkit-scrollbar-thumb {
  background: #51b1a3;
  border-radius: 1rem;
}
.live_search_block::-webkit-scrollbar-track {
  background: #e4f4f2;
  border-radius: 1rem;
}
.live_search_block .no_result {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  color: #828282;
  padding: 3rem 0;
}
.live_search_block .no_result > img {
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
}
/* E: live search style */
/*S:kyowon style*/
.kw_banner_wrapper {
  padding: 0 1.3rem 1rem;
}
.kw_banner {
  font-family: 'CookieRun';
  border-radius: 1.5rem;
  background: url(../images/kw/my_kw_menu_bg.png) #231916 no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.kw_banner a {
  padding: 1.6rem 1.3rem;
}

.kw_banner .title {
  font-family: 'CookieRun';
  font-size: 1.3rem;
  color: #fff;
}

.kw_banner .count {
  font-family: 'CookieRun';
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}

.kw_banner .count span {
  font-family: inherit;
  font-size: 0.9rem;
  color: #fff;
  margin-left: 0.2rem;
}
.kw .confirm_box .confirm_header {
  padding: 0.5rem 1rem;
}

.kw .product_info_wrap .product_info {
  width: 100%;
  padding-left: 0;
}

.kw .product_info_wrap .product_info .product_title,
.kw .product_info_wrap .product_info .product_title a {
  font-size: 1.2rem;
}
.program_label {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.5rem;
  background-color: #f5f1f8;
  color: #af88b6;
  border-radius: 8px;
}

.program_label.camp {
  background-color: #f4faee;
  color: #6fc31f;
}

.attendance {
  padding: 0.2rem 0.4rem 0.1rem;
  border-radius: 4px;
  font-weight: 600;
  color: #04baa0;
  background-color: #cafaf3;
  position: relative;
  top: 2px;
}

.attendance.none {
  background-color: #fadedf;
  color: #fb5a5f;
}
/*E:kyowon style*/
/*S:location style*/
.input_title img {
  width: 1.4rem;
  position: relative;
  top: 0.2rem;
  margin-right: 0.3rem;
}

.time_radio_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0 1rem;
}

.btn_radio {
  cursor: pointer;
}

.order_header {
  cursor: pointer;
}

.sub_title {
  position: relative;
}

.sub_title .title_arrow {
  width: 0.9rem;
  top: 0.3rem;
  right: 0.1rem;
}

.time_radio_block .btn_radio {
  width: calc(25% - 0.3rem);
  padding: 0;
}

.time_radio_block .btn_radio label {
  width: 100%;
  font-weight: 400;
  border-radius: 0.3em;
}

.time_radio_block .time_block {
  width: calc(25% - 0.3rem);
  font-size: 0.9rem;
  font-weight: 400;
  color: #828282;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.3em;
  padding: 0.7rem 0 0.65rem;
}

.select_date {
  position: absolute;
  top: 0.3rem;
  right: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ff8611;
}

.box_btn {
  display: inline-block;
  border: 1px solid #e1e1e1;
  color: #828282 !important;
  padding: 0.3rem 0.5rem;
  border-radius: 0.2rem;
}

.box_btn.sm {
  font-size: 0.75rem;
  font-weight: 400;
}

.gradient.white {
  position: absolute;
  margin-top: -18px;
  width: 100%;
  height: 20px;
  background: -o-linear-gradient(bottom, #fff 21.82%, hsla(0, 0%, 100%, 0));
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(21.82%, #fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(0deg, #fff 21.82%, hsla(0, 0%, 100%, 0));
}
/*E:location style*/
/*S:toast style*/
.toast_wrapper {
  width: 100%;
  position: fixed;
  bottom: 3.3rem;
  padding: 1rem;
  z-index: 99999;
  margin: 0 !important;
}

.toast_block {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 52, 106, 0.25);
  box-shadow: 2px 2px 15px rgba(0, 52, 106, 0.25);
}

.toast_block .icon {
  width: 5rem;
  height: 5rem;
}

.toast_block .title {
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.4;
}

.toast_block .desc {
  font-size: 0.85rem;
  color: #828282;
  line-height: 1.4;
}

.toast_block .close {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  cursor: pointer;
}

.toast_item_block {
  background-color: #f3f4f6;
  padding: 0.7rem 0.5rem;
  border-radius: 0.4rem;
  margin-top: 0.4rem;
}

.toast_item_block .title {
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
/*E:toast style*/
/*TODO: password style */
#pw_confirm {
  padding: 1.25rem;
}
#pw_confirm h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
#pw_confirm p {
  font-size: 0.85rem;
  color: #828282;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

#pw_confirm .frm_input {
  font-size: 1rem;
  border-bottom: 1px solid #9e9e9e;
  padding: 0.5em;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

#pw_confirm .btn_submit {
  border: 1px solid #ff8611;
  font-size: 0.9rem;
  color: #ff8611;
  font-weight: 600;
  border-radius: 4px;
  padding: 0.7em 1em;
}

#pw_confirm .btn_confirm {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.7em 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
/*E: password style*/

/*
김태현 0828 : 체험 문의하기
*/
.intro_title,
.intro_title span {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif !important;
}

.intro_box {
  margin-top: 2em;
}

.intro_title {
  font-size: 2.4em;
  /* color: var(--dark-gray-txt); */
  text-align: center;
  font-weight: 400;
  margin: 0.2em 0 0.5em;
  /* word-break: keep-all; */
  letter-spacing: -0.5px;
  line-height: 1.5em;
  color: #4d4d4d;
}

.bold_600 {
  font-weight: 700 !important;
}

.submit_flex_block {
  display: flex;
  flex-direction: column;
  margin: 2em;
}

.input_form {
  /* margin: 0.5rem 0; */
  padding: 1em;
}

.input_form label {
  /* display: block; */
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'Roboto', 'Noto Sans KR', sans-serif !important;
  /* color: var(--intro-sub-txt); */
  /* margin-bottom: 1em; */
  color: #555555;
}

.input_form input,
.input_form select,
.input_form textarea {
  /* display: block; */
  width: 100%;
  /* height: 2.2em; */
  border: 1px solid #c8c8c8;
  border-radius: 0.5em;
  margin-top: 1em;
  padding: 0.74em 0.8em;
  /* color: var(--black-txt); */
  font-weight: 400;
  font-size: 1.4em;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans KR', sans-serif !important;
}

.input_form input:focus,
.input_form select:focus,
.input_form textarea:focus {
  outline: none;
  border: 1px solid #ff8611;
}

.input_form input[id='contentName'] {
  color: #5e5e5e;
  font-weight: 800;
}

.input_form input[id='contentName']:focus {
  border: 1px solid #c8c8c8;
}

.input_form textarea {
  height: 6.5em;
}

.input_form select {
  padding-right: 17px;
  background: url('../images/input_clock.png') no-repeat 92% 50%/16px auto;
  background-size: 17px;
}

.date_time_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1em;
}

.date_input_box {
  padding-right: 17px;
  background: url('../images/input_calendar.png') no-repeat 97% 50%/16px auto;
  background-size: 22px;
  color: #000;
  width: 220% !important;
}

input[type='date']::-webkit-calendar-picker-indicator {
  display: block;
  background: none;
  width: 7em;
}

/* 김태현 0831 : 체크박스 */
/* S:checkbox */
.box_ck_input input {
  position: absolute;
  top: 100px;
  left: 100px;
  opacity: 0;
}
.box_ck_input input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  line-height: 1.3em;
  font-size: 1.4em;
  color: #adadad;
  font-weight: 400;
  margin-right: 0.8em;
}
.box_ck_input input + label:before {
  content: '';
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: text-top;
  width: 1.6em;
  height: 1.6em;
  background: #f8f8f8;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  position: relative;
  top: -1.6px;
  margin-left: 0 !important;
}
.box_ck_input input + label:after,
.box_ck_input input:checked + label:after {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 0.7em;
  width: 2px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_ck_input input:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.box_ck_input input:checked + label:before {
  background: #ff8611;
}
.box_ck_input input:checked + label:after {
  background: white;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white,
    4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
}
/* E: checkbox */
.submit_wrap {
  padding: 1.5em 0 2em;
}
.info_more {
  text-decoration: underline;
}

/* table */
.table_wrap {
  display: none;
  border-top: 2px solid #d0d0d0;
  padding: 1.5em 0;
}
.table_wrap.show {
  display: block;
}

.col_4 {
  width: 100% !important;
}

.gray_table {
  border: 1px solid #dadada;
  border-radius: 16px;
  overflow: hidden;
}
.gray_table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4em;
}
.gray_table th,
.gray_table td {
  background-color: #fbfbfb;
  color: #adadad;
  font-weight: 400;
  text-align: center;
  padding: 0.5em;
  border-left: 1px solid #e0e0e0;
}

.gray_table tbody {
  border-top: 1px solid #e0e0e0;
}
.gray_table th:first-of-type,
.gray_table td:first-of-type {
  border-left: none;
}

/* 김태현 0906 : 쿠폰 */
.coupon_wrap {
  position: relative;
}

.coupon_info_box {
  position: absolute;
  left: 10%;
  display: flex;
  flex-direction: column;
  top: 50%;
  margin-top: -14%;
}

.coupon_item_title {
  margin: 0 0 0.1em 0;
  color: #333333;
}

.coupon_info_title {
  /* margin: 0 0 0.2em 0; */
  letter-spacing: 0.05em;
  font-weight: bold;
  color: black;
}

.coupon_info_amount {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  color: #ff8440;
  margin: 0.3rem 0;
}

.coupon_amount {
  font-weight: 800;
}

.coupon_info_extra {
  color: black;
  margin-top: 3%;
}

.coupon_check {
  color: #333333;
  text-align: end;
  padding-right: 4%;
  padding-bottom: 15px !important;
  margin-bottom: 0px !important;
  border-bottom: 2px dashed gainsboro;
}

.couponCompleteBtn * .coupon_item_title,
.couponCompleteBtn * .coupon_info_title,
.couponCompleteBtn * .coupon_info_amount,
.couponCompleteBtn * .coupon_info_extra {
  color: darkgray;
}

.couponCompleteBtn * .coupon_info_deactive_box {
  display: flex;
}

.coupon_info_deactive_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: none;
}

.coupon_used_mark {
  display: flex;
  font-weight: 1000;
  letter-spacing: 0.5em;
  color: white;
  text-shadow: 2px 2px 2px gray;
  -webkit-text-stroke: 1px darkgray;
}

.couponCompleteBtn * .coupon_info_deactive_box {
  display: flex;
}

/* .couponCompleteBtn * .coupon_info_title {
  display: none;
} */

/* S : 김진경 1218 : '출석체크' 모달 */
.modal .addentAlertModal {
  display: none;
  visibility: visible;
}

.modal .addentAlertModal .show {
  display: block;
  visibility: visible;
}

.addentAlertModal_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 45%;
  min-height: 30%;
  width: 75%;
  background-color: white;
  z-index: 9999;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
}

.addentAlertModal_body {
  padding: 0.85rem 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: auto;
}

.addentAlertModal_title {
  margin: 1em 0;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
}

.addentAlertModal_subTitle {
  margin: 2em 0;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.5px;
}

.addentAlertModal_button_box {
  width: 100%;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.addentAlertModal_cancel_btn {
  color: #5e5e5e;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
}

.addentAlertModal_ok_btn {
  color: #fd9925;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* E : 김진경 1218 : '출석체크' 모달 */

/* 김진경 240321 : '상품쿠폰-마이페이지이동' 모달 */
.modal .isItemCouponModal {
  display: none;
  visibility: visible;
}

.modal .isItemCouponModal .show {
  display: block;
  visibility: visible;
}

.isItemCouponModal_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 45%;
  min-height: 30%;
  width: 75%;
  background-color: white;
  z-index: 9999;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
}

.isItemCouponModal_body {
  padding: 0.85rem 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: auto;
}

.isItemCouponModal_title {
  margin: 1em 0;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
}

.isItemCouponModal_subTitle {
  margin: 2em 0;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.5px;
}

.isItemCouponModal_button_box {
  width: 100%;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.isItemCouponModal_cancel_btn {
  color: #5e5e5e;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
}

.isItemCouponModal_ok_btn {
  color: #fd9925;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* 김태현 0920 : '일정이 없나요' 모달 */
.modal .noScheduleModal {
  display: none;
  visibility: visible;
}

.modal .noScheduleModal .show {
  display: block;
  visibility: visible;
}

.noScheduleModal_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 45%;
  min-height: 30%;
  width: 75%;
  background-color: white;
  z-index: 9999;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
}

.noScheduleModal_body {
  padding: 0.85rem 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: auto;
}

.noScheduleModal_title {
  margin: 1em 0;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
}

.noScheduleModal_subTitle {
  margin: 2em 0;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.5px;
}

.noScheduleModal_button_box {
  width: 100%;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.noScheduleModal_cancel_btn {
  color: #5e5e5e;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
}

.noScheduleModal_ok_btn {
  color: #fd9925;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* 김태현 0927 : '단체문의 완료' 모달 */
.modal .inquireCompleteSubModal {
  display: none;
  visibility: visible;
}

.modal .inquireCompleteSubModal .show {
  display: block;
  visibility: visible;
}

.inquireCompleteSubModal_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 45%;
  min-height: 30%;
  width: 75%;
  background-color: white;
  z-index: 9999;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
}

.inquireCompleteSubModal_body {
  padding: 0.85rem 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: auto;
}

.inquireCompleteSubModal_title {
  margin: 1em 0;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
}

.inquireCompleteSubModal_subTitle {
  margin: 2em 0;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.5px;
}

.inquireCompleteSubModal_button_box {
  width: 100%;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.inquireCompleteSubModal_ok_btn {
  background-color: #fd9925;
  color: white;
  font-size: 1.6em;
  font-weight: 500;
  width: 100%;
  height: 70%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 1000px;
  margin: 0 10% 15% 10%;
}

.select-wrap {
  background: url('https://www.ajaschool.com/theme/renewal/mobile/images/icon/select_down_arrow_icon.png')
    no-repeat 97% 50%/15px auto;
}
