*, a:link{
	font-family: 'Noto Sans KR', sans-serif;
}
.main {
  padding: 81px 0 100px 0;
  width: 100%;
}
.main_center {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.main_center .flexWrap{
  display:flex;
  justify-content:space-between;
}
.community,
.news {
  width: 100%;
  margin-top: 50px;
}
.section_title {
  font-size: 2rem;
  font-family: "Pretendard";
  font-weight: 700;
  position:relative;
}
.board_content {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.board_box {
  width: 23%;
  margin: 1%;
}
.board_box .board_img {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.box_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
.board_box:hover .board_img .box_bg {
  transform: scale(1.05);
}
.icon_bookmark {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 16px;
  top: 16px;
  cursor: pointer;
  background: url("/images/bookmark.svg") no-repeat center / 30px;
}
.icon_bookmark.active {
  background: url("/images/bookmark_fill02.svg") no-repeat center / 30px;
}
.board_info {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.board_title {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board_profile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  gap: 10px;
  flex-wrap: wrap;
}
.mini_profile {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.mini_profile.no_img {
  background-image: url("/images/no_img.svg");
  background-size: cover;
}
.board_count {
  display: flex;
  gap: 10px;
  font-size: 0.875rem;
  color: #b1b1b1;
}
.board_count p {
  display: flex;
  align-items: center;
}
.board_count p img {
  width: 20px;
  margin-right: 5px;
}

/**********************************************
                  NEWS
  **********************************************/
.news01 {
  padding: 20px 0;
}
.news01 .main_center {
  display: flex;
  gap: 30px;
}
.news_left {
  width: 60%;
}
.news_right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_left .imgWrap {
  border-radius: 4px;
  overflow: hidden;
  height: 400px;
}
.news_left img {
  width: 100%;
  height: 400px;
  transition: all 0.5s;
}
.news_left:hover img {
  transform: scale(1.05);
}
.slide_new_title {
  font-size: 2.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  margin-top: 15px;
  font-weight: 700;
}
.news_row {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
}
.news_row:last-child {
  border-bottom: none;
}
.news_row:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news_thumb {
  width: 175px;
  height: 100px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.news_title {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
.news_det {
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  color: #707070;
  line-height: 1.3;
}
.news02 {
  width: 100%;
}
.news02 .main_center,
.news03 .main_center,
.news04 .main_center,
.news05 .main_center {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
.news_sec_tit {
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: var(--color-grn);
  font-weight: 700;
}
.news_sec_tit .lnr-chevron-right {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.125rem;
}
.news_btm_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news_btm_box {
  width: 31.33%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news_btm_box .news_thumb2 {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news_btm_box .title {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}
.swiper-button-next {
  background-image: url("/images/arr_right.svg") !important;
}
.swiper-button-prev {
  background-image: url("/images/arr_left.svg") !important;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background-size: contain !important;
  transform: translateY(-50%);
}
.news_sub01 {
  width: 100%;
  padding: 50px 0;
}
.news_wrap {
  width: 100%;
  /* margin: 50px 0; */
}

.new_sub_top {
  width: 100%;
  display: flex;
  gap: 30px;
}
.new_sub_top .left {
  flex: 0.4;
}
.new_sub_top .left .news_thumbnail {
  width: 100%;
  background-color: #ddd;
  height: auto;
  aspect-ratio: 4/3;
}
.new_sub_top .right {
  flex: 0.6;
  width:60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-background-gry);
  padding: 30px;
  box-sizing: border-box;
}
.new_sub_top .right .slide_new_title {
  margin: 0 0 20px;
}
.new_sub_top .right .news_date {
  font-size: 1.125rem;
  margin: 0 0 20px;
}
.new_sub_top .right .new_content {
  font-size: 1.125rem;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.new_sub_bottom {
  width: 100%;
  border-top: 2px solid var(--color-gry);
}
.new_sub_bottom_row {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.new_sub_bottom_row a {
  display: flex;
  gap: 30px;
}
.new_sub_bottom_row .news_thumnail {
  width: 100%;
  /* background-color: #ddd; */
  height: auto;
  aspect-ratio: 4/3;
  max-width:350px;
}
.new_sub_bottom_row .news_text {
	width:70%;
  padding: 20px 0;
  font-size: 1rem;
}
.new_sub_bottom_row .news_text .news_title {
  margin: 0 0 15px;
}
.new_sub_bottom_row .news_text .news_date {
  margin: 0 0 15px;
}
.new_sub_bottom_row .news_text .new_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_inner_top {width: 100%; position: relative; margin: 0 0 50px;  padding: 0 0 20px; border-bottom: 1px solid #ddd; }
.news_location { font-size: 1rem; color: #212121; margin: 20px 0; }
.news_writer {display: block;  width: fit-content; font-size: 1rem; letter-spacing: -0.5px; cursor:pointer;margin: 10px 0; }
.news_main_title {font-size: 2.375rem; font-weight: 700; word-break: break-all;}
.news_date ,.news_update{display: inline-block; margin-right: 8px; font-size: 14px; color: #a8a8a8; }

.share_btn_wrap {position: absolute;  bottom: 20px;right: 0;}
.sns_share {font-size: 1rem;}
.sns_wrap {position: absolute; top:10px; padding: 20px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.28); border-radius: 8px; right: 0; top: 30px; background-color: #fff; display: none; z-index: 9; }
.sns_wrap #sns_close {position: absolute; right: 10px; top: 10px;}
.copy {width: 100%; display: flex; border: 1px solid #ddd; border-radius: 4px; padding: 5px; padding-right: 0px;}
.copy button {background-color: #ddd; border-radius:4px;  padding: 4px; color: #222; font-size: 0.75rem; cursor: pointer;}
.copy_address {text-overflow: ellipsis;}

.news_inner_wrap { width: 100%;}
.news_inner_wrap .content {display: flex; justify-content: space-between; gap: 50px;}
.news_inner_wrap .content	.view_left {width: calc(70% - 25px);}
.view_left *{word-break: break-all;}
.view_left iframe{max-width:870px;width:100%;}
.view_left img{max-width:870px;width:100%;}
.news_inner_wrap .content .view_right {width: calc(30% - 25px);}
.news_ranking {width: 100%; }
.news_ranking	.txt_title {font-size: 1.25rem; font-weight: 700;}
.news_ranking ul li {display: flex;  align-items: center; border-bottom: 1px solid #ddd; padding: 10px; box-sizing: border-box;}
.news_ranking ul li .tilwrap {transition: all 0.3s ease; width:calc(100% - 100px);word-break:break-word}
.news_ranking ul li .tilwrap:hover {color: #898989;}
.news_ranking ul li:first-child { align-items: unset; }
.news_ranking ul li a {display: flex;    width: calc(100% - 20px);    vertical-align: top;	}
.news_ranking ul li .num {font-size: 2rem; font-weight: 900; margin-right:15px;}
.news_ranking .thumbwrap {    display: inline-block;    /* width: 70%; */    vertical-align: top;		margin-right: 15px;	}
.thumb {    position: relative;    padding-top: 65.5%;    overflow: hidden;    border: 1px solid #f2f2f2;-webkit-transition: all .2s ease;transition: all .2s ease;border-radius: 4px;overflow: hidden;	}
.thumb .centered {    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;   	}
.thumb .centered:hover img {transform: scale(1.2);}
.thumb .centered img {    position: absolute;    top: 0;    left: 0;    width: 100%;    max-width: 100%;    height: auto;-webkit-transition: all .2s ease;    transition: all .2s ease;	}
.til .tag { color: var(--color-grn);}

.news_bottom {width: 100%; margin-top: 50px;}
.news_copyright { padding-top: 20px;    border-top: 1px solid #dedede;    margin-top: 20px;    font-size: 14px;display:flex;justify-content:space-between}
/*교육*/
.edu_title {
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.eduSwiper {
  position: relative;
}
.mainVbtnWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  padding: 5px 10px 5px 20px;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 20px;
  color: #fff;
  z-index: 33;
}
.swiper-pagination-fraction {
  width: fit-content !important;
  font-size: 0.875rem !important;
  letter-spacing: 0px !important;
  font-weight: bold !important;
}
.swiper-pagination {
  margin: 0 10px;
  color: #fff;
  position: static !important;
}
.swiper-btn {
  width: 10px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.swiper-prev {
  background-image: url("../images/arr_left_s.svg");
}
.swiper-next {
  background-image: url("../images/arr_right_s.svg");
}
.swiper-stop-pc,
.swiper-stop-m {
  margin-right: 5px;
  background-image: url("../images/s_playBtn.png");
}
.edu01 {
  padding: 20px 0 80px 0;
}
.edu01 .eduSwiper {
  width: 560px;
}
.edu01 .edu_kind_box_wrap {
  width: calc(100% - 600px);
  gap: 20px;
}
.edu01 .edu_kind_box_wrap .edu_kind_box {
  width: 31.333%;
}
.edu01 .edu_kind_box_wrap .edu_kind_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.edu01 .edu_kind_box_wrap .edu_kind_box .imgwrap {
  overflow: hidden;
  height: 135px;
  border-radius: 4px;
}
.edu01 .edu_kind_box_wrap .edu_kind_box .imgwrap img {
  width: 100%;
  transition: all 0.3s;
}
.edu01 .edu_kind_box_wrap .edu_kind_box .imgwrap:hover img {
  transform: scale(1.05);
}
.edu02 {
  padding: 80px 0;
  background-color: var(--color-background-gry);
}
.edu02 .edu_src_box_wrap {
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.edu02 .edu_src_box_wrap .edu_src_box {
  width: 19%;
}
.edu02 .edu_src_box_wrap .edu_src_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.edu02 .edu_src_box_wrap .edu_src_box .imgwrap {
  border-radius: 4px;
  height: 165px;
  overflow: hidden;
}
.edu02 .edu_src_box_wrap .edu_src_box .imgwrap img {
  width: 100%;
  transition: all 0.5s;
}
.edu02 .edu_src_box_wrap .edu_src_box .imgwrap:hover img {
  transform: scale(1.05);
}
.edu03 {
  padding: 50px 0;
}
.edu03 .nation_edu_box_wrap {
  margin-top: 40px;
}
.edu03 .nation_edu_box_wrap .nation_edu_box {
  margin: 0 1% 40px;
  width: 23%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.edu03 .nation_edu_box_wrap .nation_edu_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .imgwrap {
  position: relative;
  border-radius: 4px;
  height: 180px;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .box_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .like_icon_wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  width: fit-content;
  color: #fff;
  font-size: 0.75rem;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: rgb(0, 0, 0, 0.3);
}
/*
.edu03
  .nation_edu_box_wrap
  .nation_edu_box
  .like_icon_wrap
  li:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin: 0 8px;
}
*/
.edu03 .nation_edu_box_wrap .nation_edu_box .like_icon_wrap img {
  height: 15px;
  margin-right: 5px;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .teach_profile {
  position: absolute;
  bottom: -26px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .teach_profile img {
  width: 100%;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .txt_wrap {
  margin-top: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .nation_kind {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--color-grn);
}
.edu03 .nation_edu_box_wrap .nation_edu_box .nation_video_tit {
  font-weight: 700;
  margin: 5px 0;
  font-size: 1.125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .nation_video_det {
  padding-bottom: 10px;
  font-size: 0.875rem;
  color: var(--color-gry);
}
.edu03 .nation_edu_box_wrap .nation_edu_box .edu_price {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
  color: #e91616;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .edu_price .price_squr {
  display: block;
  padding: 3px;
  border: 1px solid #e91616;
  margin-right: 8px;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .edu_box_top {
  min-height: 74px;
}
.edu03 .nation_edu_box_wrap .nation_edu_box .edu_box_bot {
  padding: 10px 0;
  font-size: 0.875rem;
  color: var(--color-gry);
}
.edu03 .nation_edu_box_wrap .nation_edu_box .edu_box_bot .edu_box_bot_nm {
  margin-left: 5px;
}
.no_bg {
  background-color: transparent;
}
/*교육*/

/*쇼핑*/
.shop_event_bnr_wrap .shop_event_bnr {
  width: 24%;
}
.shop_event_bnr_wrap .shop_event_bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.shop_event_bnr_wrap .shop_event_bnr a img {
  width: 100%;
}
/*쇼핑*/
.shop_visual {
  width: 100%;
}
.shop_visual img {
  width: 100%;
}
.shop01 {
  padding: 80px 0;
	font-family: 'Noto Sans KR', sans-serif;
}
.shop01 .shopping_box_wrap {
  margin-top: 40px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;

	
}
.shop01 .shopping_box_wrap .shopping_box {
  margin: 0 1% 40px;
  width: 23%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shop01 .shopping_box_wrap .shopping_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.shop01 .shopping_box_wrap .shopping_box .imgwrap {
  width: 100%;
  border-radius: 4px 4px 0 0;
  height: 180px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.shop01 .shopping_box_wrap .shopping_box:hover .imgwrap .box_bg {
  transform: scale(1.05);
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap {
  padding: 20px 15px;
  box-sizing: border-box;
	display:flex;
	justify-content:space-between;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .txt_left {
  width: calc(100% - 65px);
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .txt_right button {
  width: 32px;
  padding: 0;
  margin: 0;
  height: 32px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
}
.shop01
  .shopping_box_wrap
  .shopping_box
  .txt_wrap
  .txt_right
  button
  .material-symbols-outlined {
  font-size: 22px;
  color: #707070;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .shop_tit {
  margin-bottom: 10px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .price_wrap {
	display:flex;
	align-items:flex-end;

}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .price_wrap .discount {
  color: #e91616;
  font-size: 1.125rem;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .price_wrap .discount span {
  font-size: 0.75rem;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .price_wrap .original {
  margin: 0 8px;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: flex-end;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .price_wrap .original span {
  margin-left: 3px;
  font-weight: 400;
  font-size: 0.75rem;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .price_wrap .before {
  position: relative;
  color: var(--color-gry);
  font-size: 0.75rem;
}
.shop01 .shopping_box_wrap .shopping_box .txt_wrap .price_wrap .before:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gry);
}

.scroll_more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: fit-content;
  padding: 14px 70px;
  font-size: 1.125rem;
  border-radius: 4px;
  background-color: var(--color-grn);
  color: var(--color-wht);
}

.board_wrap {
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
  box-sizing: border-box;
}
.com_board_title {
  font-size: 1.125rem;
  font-weight: 700;
}
.border_row {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.board_row_wrap {
  width: 100%;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}
.border_row .board_count {
  flex-shrink: 0;
}
.border_ment {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.category {
  padding: 5px;
  margin-right: 5px;
  background-color: var(--color-yellow);
  border-radius: 4px;
  font-size: 0.875rem;
  color: #222;
}

.btn_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.my_btn {
  gap: 10px;
}
.btn_primary {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: var(--color-grn);
  color: var(--color-wht);
}
.btn_secondary {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: var(--color-gry);
  color: var(--color-wht);
}
.btn_wranning {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: var(--color-red);
  color: var(--color-wht);
}

.comment_wrap {
  width: 100%;
  margin: 20px 0;
  padding: 10px 0 50px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.reply_list {
  margin-bottom: 50px;
}
.reply_list > li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.reply_row {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  box-sizing: border-box;
}
.reply_time {
  margin-left: 5px;
  font-size: 0.75rem;
  color: var(--color-gry);
}
.no_reply {
  text-align: center;
}
.reply_edit {
  gap: 10px;
  align-items: start;
}
.recoment {
  margin-top: 5px;
  font-size: 0.875rem;
  cursor: pointer;
}
.re_reply {
  margin-top: 20px;
  margin-left: 20px;
}
.itsMe {
  padding: 2px 5px;
  font-size: 0.65rem;
  border: 2px solid var(--color-grn);
  border-radius: 16px;
  color: var(--color-grn);
  margin-left: 4px;
  margin-right: 5px;
}

.write_rereply {
  display: none;
}
.write_rereply_row {
  display: flex;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-top: 10px;
  border-radius: 8px;
}
.write_area {
  flex: 0.9;
}
.btn_write {
  flex: 0.1;
  display: flex;
  align-items: center;
  justify-content: end;
}
.btn_write .btn_primary {
  box-sizing: border-box;
}
.write_area textarea {
  border: none;
}
textarea:focus {
  outline: none;
}

.dot_reply {
  position: relative;
}
.edit_reply_info {
  display: none;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: -15px;
  background: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 9;
}
.edit_reply_info ul li {
  margin: 5px 0;
}

/**************************
          mypage
****************************/
.main.sub {
  padding-bottom: 0;
}
.mypage {
  width: 100%;
  display: flex;
  /* background-color: var(--color-background-gry); */
  background-color: #fffdef;
  padding-bottom: 100px;
}
.side_menu {
  width: 250px;
  height: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
}
.profile_wrap {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.profile_img_wrap {
  width: 100%;
  margin-bottom: 15px;
}
.info_wrap p {
  font-size: 1rem;
  color: #222;
  margin-bottom: 5px;
}
.info_wrap p.name {
  font-size: 1.125rem;
  font-weight: 600;
}
.info_wrap p.userid {
  color: var(--color-gry);
}
.info_wrap p.grade {
  color: var(--color-red);
}
.profeil_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #707070;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.profeil_img.no_img {
  background-image: url("/images/no_img.svg");
}
.side_bottom {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
  margin-top: 20px;
}
.side_bottom ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.side_bottom ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.mypage_wrap {
  width: calc(100% - 250px);
  padding: 20px 15px;
  box-sizing: border-box;
}
.mypage_center {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.mypage_center .signin__inner {
  max-width: 100%;
  padding-top: 50px;
}

.edit_my_info_wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}
.edit_left {
  width: calc(50% - 30px);
}
.edit_right {
  width: calc(50% - 30px);
}
.edit_my_info_wrap .signin__btn {
  max-width: 200px;
  margin-left: auto;
}
.mypage_center .signin__title {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}

.mypage_order {
	max-width: 1280px;
	margin:0 auto;
	margin-top:20px;
}

/*쇼핑 view*/
.s_center {
  width: 1200px;
  margin: 30px auto;
}
.c_grn01 {
	color:#fa0;
}
.c_wht {
	color:#fff !important;
}
.green01 {
	background-color:#fa0;
}
/*주문하기 list*/
.orderListBox .sumnailBox {
  width: 31.333%;
}
.orderListBox .sumnailBox .sumImg {
  width: 100%;
  height: 494px;
}
.subCont .topTwoBtn_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.subCont .topTwoBtn_wrap .cirBtn {
  margin-right: 25px;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  background-color: #fff;
  color: #464646;
  border: 1px solid #464646;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 50px;
}
.subCont .topTwoBtn_wrap .cirBtn.on {
  background-color: #fa0;
  border: 1px solid #fa0;
  color: #fff;
}
.subCont .statusWrap {
  margin-top: 25px;
}
.subCont .statusWrap .prodCount p {
  font-size: 0.875rem;
}
.subCont .desertFilter li {
  margin-left: 30px;
}
.subCont .desertFilter li span {
  font-size: 0.875rem;
  color: #868686;
  font-weight: 500;
}
.subCont .desertFilter li.on span {
  color: #464646;
}
.subCont .desertFilter li .choiceoN {
  display: none;
}
.subCont .desertFilter li.on .choiceoN {
  display: inline-block;
}
.pageNum {
  margin-top: 116px;
}
.pageNum a {
  margin: 0 12px;
  font-weight: 500;
  color: #464646;
}
.pageNum a.this {
  color: #000;
  font-weight: 700;
}
.order_view_wrap  {
	display:flex;
}
.order_view_wrap .imgBox {
 /*  margin-right: 110px; */
 /*  width: 500px; */
 text-align:center;
}
.imgBox div{width:500px;height:500px;background-size:cover !important;margin:0 auto;}
/*주문하기 view*/
.order_view_txt {
  width: calc(100% - 610px);
}
.order_view_txt .product_tit {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 32px;
  font-size: 2.125rem;
}
.order_view_txt .product_cauList {
  padding: 30px 0;
}
.order_view_txt .product_cauList li {
  margin-bottom: 15px;
	display:flex;
	align-items:center;
}
.order_view_txt .product_cauList li::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #bababa;
}
.order_view_txt .product_cauList li:last-child {
  margin-bottom: 0;
}
.productInfoTbl .subtable {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.order_view_txt .subtable {
  width: 100%;
}
.order_view_txt .subtable th {
  width: 166px;
  text-align: left;
}
.order_view_txt .subtable th,
.order_view_txt .subtable td {
  line-height: 1.5;
  padding: 15px 0;
  color: #121212;
  vertical-align: top;
}

.bx-wrapper {
    margin-bottom: 30px;
    box-shadow: none;
    border: none;
}

.order_view_wrap .kindSel::-ms-expand {
  display: none;
}
.order_view_wrap .kindSel {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 1rem;
  /*background: url("../images/member/selArrow.png") calc(100% - 22px) center no-repeat;*/
  background-size: 14px 6px;
  border-radius: 3px;
  width: 100%;
  height: 66px;
  border: 1px solid #cccccc;
  background-color: #fff;
  outline: 0 none;
  padding: 0px 25px 0px 22px;
  color: #121212;
}
.order_view_wrap .option_result_Tbl .subtable th,
.order_view_wrap .option_result_Tbl .subtable td {
  padding: 30px 0;
}
.option_Tbl {
  padding: 20px 0;
}
.order_view_wrap .totalAmtwrap {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 25px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.option_Tbl .opt_count_box {
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  width: 130px;
  height: 35px;
  box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.option_Tbl input[type="text"] {
  display: inline-block;
  width: auto;
  border: none;
  padding-left: 0;
  min-width: 60px;
  height: 33px;
  text-align: center;
  font-family: "Pretendard";
  color: #121212;
}
.option_Tbl .subtable tr td.det {
  width: 384px;
}
.option_Tbl .subtable tr th,
.option_Tbl .subtable tr td {
  vertical-align: middle;
}
.totalAmt_det .totalAmt_num02 {
  margin: 0 10px 0 16px;
  font-size: 1.75rem;
  font-weight: 700;
}
.order_view_wrap .orderBtn_wrap {
  margin-top: 30px;
	display:flex;
	justify-content:space-between;
}
.orderBtn_wrap.dp_sb.dp_end02 {
  gap: 10px;
}
.order_view_wrap .orderBtn_wrap .grybrBtn {
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;
  transition: all 0.3s;
  cursor: pointer;
}
.order_view_wrap .orderBtn_wrap .grybrBtn:hover {
  background-color: #fa0;
  border: 1px solid #fa0;
}
.order_view_wrap .orderBtn_wrap .grybrBtn.like {
  background-image: url("../images/sub/like_off.png");
}
.order_view_wrap .orderBtn_wrap .grybrBtn.like:hover {
  background-image: url("../images/sub/like_on.png");
}
.order_view_wrap .orderBtn_wrap .grybrBtn.commt {
  background-image: url("../images/sub/commt_off.png");
}
.order_view_wrap .orderBtn_wrap .grybrBtn.commt:hover {
  background-image: url("../images/sub/commt_on.png");
}
.order_view_wrap .orderBtn_wrap .grnBtn {
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #fa0;
  font-size: 1.5rem;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fa0;

}
.product_detail_img_wrap {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #cccccc;
}
.product_detail_img_wrap .prod_tabBtn {
	display:flex;
	align-items:center;
}
.product_detail_img_wrap .prod_tabBtn li {
  margin-right: 27px;
}
.product_detail_img_wrap .prod_tabBtn li a {
  width: 146px;
  height: 48px;
  border-radius: 48px;
  box-sizing: border-box;
  border: 1px solid #464646;
  color: #464646;
  font-weight: 700;
  font-size: 1.125rem;
	display:flex;
	align-items:center;
	justify-content:center;
}
.product_detail_img_wrap .prod_tabBtn li.on a {
  background-color: #fa0;
  border: 1px solid #fa0;
  color: #fff;
	display:flex;
	align-
}
.prod_tabCont_wrap .prod_tabCont {
  width: 100%;
  /*
  max-width: 1000px;
  */
  margin: 130px auto;
}
.prod_tabCont_wrap .prod_tabCont img {
  max-width: 1000px;
  width: 100%;
}

/*주문서 작성*/
.prod_order_tit {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 2.125rem;
}
.order_list_wrap {
  width: 1120px;
}
.order_list_wrap .order_list_br_tit {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 1.125rem;
}
.order_list_wrap .order_list_br_box {
  margin-bottom: 60px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
}
.order_list_wrap .order_list_br_box .order_list_row {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
.order_list_wrap .order_list_br_box .order_list_row.brTop {
  border-top: 1px solid #ccc;
}
.order_list_wrap .order_list_br_box .order_list_row.no_brbot {
  border-bottom: none;
}
.chooseItemWrap .order_list_row:last-child {
  border-bottom: none;
}
.order_list_wrap .order_list_br_box .sameBrBtn {
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 7px 10px;
  font-size: 0.75rem;
}
.order_list_wrap .order_list_br_box .sameBrBtn img {
  margin-left: 6px;
}
.order_list_row_det {
  padding: 0 20px;
}
.order_list_wrap .order_list_br_box .selDelBtn {
  margin-left: 30px;
}
.couponCount p {
  margin-left: 20px;
}
.order_list_row_det .imgWrap {
  border-radius: 4px;
  width: 104px;
  height: 104px;
  box-sizing: border-box;
  overflow: hidden;
}
.order_list_row_det .imgWrap img {
  width: 100%;
}
.order_list_row_det .option_Tbl {
  padding: 10px 0;
  width: 840px;
}
.order_list_row_det .option_Tbl .subtable {
  width: 100%;
}
.order_list_row_det .option_Tbl .subtable tr td.det {
  width: 375px;
}
.order_list_row_det .option_Tbl .subtable tr th {
  width: 173px;
  text-align: left;
}
.order_list_row_det .option_Tbl .subtable tr th,
.order_list_row_det .option_Tbl .subtable tr td {
  padding: 10px 0;
}

.order_list_row .halbuInfo p:first-child::after {
  margin: 0 50px;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #c8c8c8;
}
.order_list_row .halbuInfo p:last-child {
  font-size: 0.875rem;
  line-height: 1.5;
}
.order_subtable {
  width: 100%;
}
.order_subtable tr {
  border-bottom: 1px solid #cccccc;
}
.order_subtable tr th {
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: left;
  width: 174px;
}
.order_subtable tr td {
  padding: 15px 20px;
}
.order_subtable tr td input {
  border-radius: 3px;
  height: 30px;
  border: 1px solid #cccccc;
  color: #121212;
  font-family: "Pretendard";
}
.order_list_br_box .order_subtable tr:last-child {
  border-bottom: none;
}
.total_order_wrap {
  margin-top: 40px;
  width: 300px;
}
.total_order_wrap .total_order_top {
  margin-bottom: 12px;
  border-radius: 4px;
  height: 60px;
  font-size: 1.125rem;
}
.total_order_wrap .total_order_top img {
  margin-right: 10px;
}
.total_order_wrap .order_list_br_box {
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
}
.total_order_wrap .order_list_br_box .br_box_top {
  padding: 20px;
}
.total_order_wrap .br_box_top .br_box_tit {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 1.125rem;
}
.total_order_wrap .price_det_tbl {
  margin-bottom: 160px;
}
.total_order_wrap .price_det_tbl table {
  width: 100%;
}
.total_order_wrap .price_det_tbl table tr th {
  padding: 10px 0;
  text-align: left;
}
.total_order_wrap .price_det_tbl table tr td {
  padding: 10px 0;
  text-align: right;
}
.total_order_wrap .br_box_bot {
  padding: 30px 20px 20px 20px;
}
.total_order_wrap .br_box_bot .br_box_bot_tit {
  font-weight: 700;
}
.total_order_wrap .br_box_bot .br_box_bot_num {
  font-weight: 700;
  font-size: 1.25rem;
}
.total_order_wrap .br_box_bot .br_box_bot_num span {
  margin-left: 5px;
  font-size: 1rem;
}
.total_order_wrap .br_box_bot .payfont {
  margin-bottom: 35px;
  font-size: 0.83rem;
  text-align: center;
}
.total_order_wrap .br_box_bot .grnBtn {
  font-size: 1.125rem;
}
.order_list_br_box .order_subtable .radioWrap {
  margin-right: 26px;
}
.adrInputWrap .inputWrap {
  margin-bottom: 5px;
}
.adrInputWrap .adrInput01 input {
  margin-right: 12px;
  width: 119px;
}
.adrInput02 input {
  margin-right: 10px;
  width: 408px;
}
.adrInput02 p {
  color: #757575;
  font-size: 0.875rem;
}
.adrInput03 input::placeholder {
  color: #757575;
  font-family: "Pretendard";
}
.adrInput03 input {
  width: 100%;
}
.order_subtable .pointStatus {
  margin-left: 10px;
}
.order_subtable .couponName {
  margin-right: 60px;
}
.order_subtable .bankInfoText {
  margin-right: 45px;
}
.order_subtable span:first-child {
  margin-right: 20px;
}
.boxTitle{font-size:20px;color:#606060;font-weight:bold;margin-bottom:15px;}
.boxLine{
	border:1px solid #606060;color:#606060;padding:16px;font-size:20px;line-height:34px;list-style-type: square;margin-bottom:30px;border-radius:5px;
}

.boxLine li{
	list-style-type: initial;
	margin-left:30px;
}

.orderBtn_wrap {display:flex; justify-content:space-between;}
.orderBtn_wrap.cart {width:60%; float:right;}
.orderBtn_wrap.center {width:60%; margin:0 auto; justify-content:center;}
.orderBtn_wrap.center .orderBtn {margin-right:10px;}

.orderBtn_wrap .orderBtn {display:inline-block; width:calc(33.33% - 10px); padding:14px 0; text-align:center;}
.orderBtn_wrap .orderBtn.trans {border:1px solid #333; color:#333;}
.orderBtn_wrap .orderBtn.blue {border:1px solid #0068B7; background-color:#0068B7; color:#fff;}
.orderBtn_wrap .orderBtn.red {border:1px solid #e60819; background-color:#e60819; color:#fff;}
.orderBtn_wrap .orderBtn.blk {border:1px solid #333; background-color:#333; color:#fff;}
.orderBtn_wrap .orderBtn.nvy {border:1px solid #003f6e; background-color:#003f6e; color:#fff;}

/*장바구니 및 주문*/
.orderTbl {width:100%;}
.orderTbl th, .orderTbl td {padding:12px 0;}
.orderTbl th {background-color:#f1f2f6;}
.orderTbl tr {border-bottom:1px solid #e1e1e1;}
.orderTbl td.product {padding:12px 20px; box-sizing:border-box;}
.orderTbl td.product .product-info {display:flex; align-items:center;}
.orderTbl td.product .product-info .thumbnail {width:80px; height:80px; background-color:#ddd;}
.orderTbl td.product .product-info .info {width:calc(100% - 80px); padding-left:20px; box-sizing:border-box; }
/*.orderTbl td.product .product-info .info .name, .orderTbl td.product .product-info .info .option { text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}*/


/*수량*/
.count-wrap {position: relative; width: 32px; padding: 0 32px; border: 1px solid #ddd; overflow: hidden; margin:0 auto;}
.count-wrap > button {border:0; background-color:#fff; width: 32px;height: 32px;position: absolute; top: 0; cursor:pointer; font-size:1rem;}
.count-wrap > button:hover {background-color:#f5f5f5; transition:.2s;}
.count-wrap > button.minus {left: 0; border-right:1px solid #ddd;}
.count-wrap > button.plus {right: 0; border-left:1px solid #ddd;}
.count-wrap .inp {border: 0; height: 32px; text-align: center; display: block; width: 100%; font-size:1rem; padding:0;}


/**/
.orderPrice {margin:20px 0; background-color:#f1f2f6; text-align:right; padding:20px 40px; box-sizing:border-box; border-top:1px solid #d7d7d7; border-bottom:1px solid #a3a3a3;}
.orderPrice p {margin:8px 0;}
.orderPrice p > .bigtxt {font-size:2rem; font-weight:600;}


/* education */
.order_view_wrap .imgBox {
  margin: 0 auto;
}

.order_view_wrap .orderBtn_wrap .grnBtn.grnBtnLong {
  width: 595px;
}

.prod_tabCont_wrap .prod_tabCont_subtitle {
  margin-top: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-grn);
}

.prod_tabCont_wrap .prod_tabCont_subtitle span {
  box-sizing: border-box;
  border-radius: 3px 3px 0px 0px;
  padding: 5px 10px;
  font-size: 1.250rem;
  color: #FFF;
  background-color: var(--color-grn);
}

.prod_tabCont_wrap .prod_tabCont_subcont {
  width: 100%;
  margin-top: 10px;
}

.curricul_box_wrap .curricul_box {
  display: block;
  padding: 10px 0;
  margin: 0 auto;
}

.curricul_box_wrap .curricul_box .curricul_box_thumbnail {
  width: 100px;
  margin-right: 20px;
}


/* course */
.course_wrap .course_box {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.course_wrap .course_video_wrap {
  border-bottom: 1px solid #EFEFEF;
}

.course_wrap .course_box_thumbnail {
  width: 200px;
  margin-right: 20px;
}

.course_wrap .course_box_thumbnail > img {
  max-width: 1000px;
  width: 100%;
}

.course_wrap .course_box_progress {
  width: calc(100% - 230px);
}

.course_wrap .play_status {
  position: relative;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #ECECEC;
  color: #949494;
  width: 160px;
  height: 36px;
  font-weight: 700;
  z-index: 40;
}

.course_wrap .exam_status {
  position: relative;
  margin-right: 20px;
  border: 1px solid var(--color-grn);
  border-radius: 5px;
  background-color: #fff;
  color: var(--color-grn);
  width: 100px;
  height: 36px;
  font-weight: 700;
  z-index: 40;
  cursor: pointer;
}

.course_wrap .exam_status:hover {
  border-radius: 5px;
  background-color: var(--color-grn);
  color: #fff;
}

.course_wrap .print_status {
  position: relative;
  margin-right: 20px;
  border-radius: 5px;
  background-color: var(--color-grn);
  color: #fff;
  width: 120px;
  height: 36px;
  font-weight: 700;
  z-index: 40;
  cursor: pointer;
}

.course_wrap .print_status:hover {
  background-color: #59a01d;
}

.course_wrap .playBtnWrap .playBtn {
  width: 36px;
  height: 36px;
  display: block;
  cursor: pointer;
  background: url("/images/v_play.svg") no-repeat center;
}

.course_wrap .progressBar_wrap {
  margin-top: 10px;
}

.course_wrap .edu_box_bot_nm {
  margin: 5px 0;
}

.course_wrap .progressBar_wrap .progressLabel {
  color: var(--color-grn);
}

.course_wrap .progressBar_wrap .progressBar {
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 8px;
  margin-left: 0.5rem;
  background-color: #ECECEC;
  overflow: hidden;
}

.course_wrap .progressBar_wrap .progressBar_fill {
  border-radius: 4px;
  height: 100%;
  background-color: var(--color-grn);
}

.course_wrap .course_video_title_wrap {
  padding: 15px 0 20px 0;
}

.course_wrap .course_video_title_wrap .course_video_title {
  color: #949494;
  font-weight: 500;
}

.course .detail_cont_scroll {
  margin: 24px 0 0 0;
  /*height: calc(100vh - 279px);*/
  /* overflow-y: auto; */
}
.course .detail_cont {
  width: 800px;
  padding: 0 10px;
  box-sizing: border-box;
}
.course .detail_cont_scroll_tit {
  margin: 10px 0;
  font-size: 1.75rem;
}

.course .detail_cont_scroll_sub_tit{
  margin-bottom: 10px;
  font-size: 1.250rem;
}
.course .class_dayamount_info{
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 5px;
  background-color: #efefef;
}
.course .class_dayamount_info li:first-child::after{
  content: "";
  display: block;
  margin: 0 10px;
  width: 1px;
  height: 17px;
  background-color: #C8C8C8;
}
.course .progress_status_bar .progress_status_date span:first-child::after {
  content: "";
  display: block;
  margin: 0 10px;
  width: 1px;
  height: 17px;
  background-color: #C8C8C8;
}
.course .detail_sum {
  border-radius: 5px;
  overflow: hidden;
  margin: 24px 0 40px 0;
}
.course .detail_right {
  margin: 24px 0 0 0;
  width: 375px;
  height: calc(100vh - 279px);
  overflow-y: auto;
}
.course .per_class_list .playBtn {
  width: 20px;
  height: 20px;
  display: block;
  background: url("/images/v_play20.svg") no-repeat center;
}
.course .per_class_list .endBtn {
  width: 20px;
  height: 20px;
  display: block;
  background: url("/images/check.svg") no-repeat center;
}
.course .per_class_list .per_class_list_box {
  padding: 15px 0;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
}
.course .per_class_list .now_class_status_wrap {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #EFEFEF;
}
.course .per_class_list .now_class_status_wrap .now_class_status_play span {
  margin: 0 5px;
  font-size: 0.75rem;
}
.course .per_class_list .now_class_status {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 5px 5px 0px;
  height: 100%;
  padding: 10px;
  font-size: 0.75rem;
  box-sizing: border-box;
}
.course .per_class_list .ncsp_line {
  display: block;
  width: 1px;
  height: 17px;
  background-color: #C8C8C8;
}
.course .per_class_list .now_class_status_wrap .ing {
  background-color: var(--color-grn);
  color: #fff;
}
.course .per_class_list .now_class_status_wrap .end {
  background-color: var(--swiper-theme-color);
  color: #fff;
}
.course {

}


/* /course/exam.php ~ result.php */
.exam .exam_wrap {
  padding: 30px 0px;
}
.exam_wrap .exam_gry_box {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.exam_wrap .exam_gry_box .row {
  margin-bottom: 10px;
}
.exam_wrap .exam_gry_box .row .row_tit {
  width: 20%;
  font-weight: 700;
}
.exam_wrap .exam_gry_box .row .row_det {
  width: 80%;
}
.exam_wrap .exam_gry_box .row #timer {
  color: var(--color-grn)
}

.exam_wrap .exam_quest {
}
.exam_wrap .exam_quest h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--color-grn);
  font-size: 1.5rem;
  color: var(--color-grn);
}
.exam_wrap .exam_quest .quest_box {
  margin-bottom: 40px;
}
.exam_wrap .exam_quest .quest_box .quest_tit {
  position: relative;
  margin-bottom: 15px;
}
.exam_wrap .exam_quest .quest_box .quest_det li {
  position: relative;
  padding: 5px 20px;
  border-radius: 23px;
}
.exam_wrap .exam_quest .quest_box .quest_det .quest_circle_num {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 0.875rem;
  cursor: pointer;
}
.exam_wrap .exam_quest .quest_box .quest_det .quest_circle_num.on {
  background-color: var(--color-grn);
}
.exam_wrap .exam_quest .quest_box .quest_det .quest_label.on {
  color: var(--color-grn);
}
.exam_wrap .exam_quest .quest_box .quest_det .point_chk.on {
  display: block;
}
.exam_wrap .submit_btn {
  margin: 0 8px;
  width: 240px;
  height: 50px;
  border-radius: 5px;
  background-color: var(--color-grn);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}




/*마이페이지 NEW*/

/*************************
mypage  (20221215 suji)
*************************/

:root {
  --main-color: #fa0;
}
.main-text-color {
  color: var(--main-color);
}
.mypage-wrap {
  width: 100%;
}
.mypage__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 85px 0 60px;
}
.mypage__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.mypage__title > span {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.003em;
  color: #313131;
}
.mypage__edit-mystore {
  display: flex;
  background-color: #fa0;
  align-items: center;
  width: 240px;
  padding: 10px 40px;
  box-sizing: border-box;
  text-align: center;
}
.mypage__edit-mystore > span {
  display: block;
  color: #fff;
}
.mypage__edit-mystore > img,
.mypage__order-info__title > img,
.mypage__order-progress-box > img {
  width: 25px;
}
.mypage__order-info {
  width: 100%;
}
.mypage__order-info__title {
  width: 100%;
  height: 35px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mypage__order-info__title > span {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.003em;
  color: #313131;
}
.show-all-btn {
  width: 105px;
  height: 35px;
  padding: 4px 12px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: -0.003em;
  color: #313131;
  display: flex;
  align-items: center;
}
.mypage__order-progress-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 16px;
}
.mypage__order-progress-box {
  width: 20%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  border-right: 1px solid #cccccc;
  text-align: center;
  box-sizing:border-box;
}
.mypage__order-progress-box_a{
	color:#fa0;
	background:#f1f3f7;
}
.mypage__order-progress-box i{
	font-size:36px;
	margin-bottom:10px;
}
.mypage__order-progress-box:hover i{
color:#fa0;
}
.order-progress__icon-active {
  display: none;
}
.mypage__order-progress-box.active .order-progress__icon {
  display: none;
}
.mypage__order-progress-box.active .order-progress__icon-active {
  display: block;
}
.mypage__order-progress-box.active {
  background-color: var(--main-color);
  color: #fff;
}
.mypage__order-progress-box.active .status-text,
.mypage__order-progress-box.active .count-text span {
  color: #fff;
}
.mypage__order-progress-box:last-child {
  border-right: none;
}
.mypage__order-progress-box > img {
  text-align: center;
}
.mypage__order-progress-box > .status-text {
  color: #313131;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.mypage__order-progress-box > .count-text {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.mypage__order-progress-box > .count-text > span {
  color: var(--main-color);
  text-align: center;
}
.mypage__order-info-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 24px;
}
.mypage__order-info-box {
  width: calc(33% - 30px);
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.order-info-row {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 16px;
  box-sizing: border-box;
}
.order-info-row:last-child {
  border-bottom: none;
}

/* 서브 하단 게시판 */
.farm-listTable{border:1px solid #000; text-align:center}

.farm-listTable  tr th{border:1px solid #000;}
.farm-listTable td{border:1px solid #000;}



/* 쇼핑 내가 본 상품  */
.shop-aside{width:150px; height: 0px; position: fixed; bottom: 360px; right: 24px;}

.shop-aside  li {width:100%; }
.shop-aside .today-img{width:100px; height:100px; cursor: pointer; border-radius:50%; float: right;} 