/* 공통 */
.blind {
  text-indent: -9999999px;
  overflow: hidden;
  z-index: -1;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

ul::after,
.cl::after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.tt {
  text-transform: uppercase;
}

.scroll_lock {
  overflow: hidden;
  touch-action: none !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

.back_blank {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.back_blank.on {
  display: block;
}

section {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 7.8em;
  padding-top: 100px;
}

.input_blind {
  width: 1px;
  height: 1;
  overflow: hidden;
  position: absolute;
  clip: rect(1, 1, 1, 1);
}
/* 공통 끝 */

/* 헤더 */
.mob_menu_list {
  position: fixed;
  top: 0;
  left: -70%;
  width: 70%;
  background: #fff;
  z-index: 101;
  height: 100vh;
  overflow: hidden;
  transition: 0.1s;
}

.mob_menu_list.on {
  left: 0;
}

.mob_menu_wrap {
  padding: 1em;
}

.mob_mnb_li {
  padding: 0.8em 0;
  border-bottom: 1px solid #d6d6d6;
  font-size: 0.9em;
  font-weight: bold;
}

.header {
  border-bottom: 1px solid #d6d6d6;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  box-sizing: border-box;
}

.header_wrap {
  width: 1200px;
  margin: 0 auto;
  line-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_logo {
  height: 60px;
  width: 20%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.top_logo img {
  width: 100%;
  height: 100%;
}

.top_util {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.top_icon {
  display: flex;
  align-items: center;
}

.login_area > div {
  display: none;
}

.login_area > div.on {
  display: block;
}

.no_login {
  display: flex;
  align-items: center;
}

.top_search {
  width: 50%;
}

.search_form {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #0099db;
}

.search_input {
  display: block;
  width: 100%;
  line-height: 46px;
  box-sizing: border-box;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 50px;
}

.search_label {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search_img {
  width: 100%;
}

.top_icon > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  position: relative;
}

.chat_icon {
  width: 20px;
}

.ring_icon {
  width: 14px;
}

.alert_icon {
  display: none;
  width: 10px;
  position: absolute;
  top: 2px;
  right: 0;
}

.top_icon2 {
  margin: 0 15px;
}
.top_icon1 .alert_icon {
  right: 4px;
}
.top_icon2 .alert_icon {
  right: 3px;
}

.top_icon > a.on .alert_icon {
  display: block;
}

.market {
  margin-right: 15px;
}

.join_btn {
  margin-left: 15px;
}
/* 헤더 끝*/

/* index 메인 */

/* 메뉴1 */
.top_menu {
  padding-top: 100px;
  margin: 60px 0;
}

.top_menu.top2 {
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
}

.top_menu1,
.top_menu2 {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.top_menu1 > div {
  width: calc(72% / 8);
}

.top_menu1 > div:last-child {
  margin-right: 0;
}

.mnb {
  margin-right: 4%;
  cursor: pointer;
}

.double_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 108px;
  background: #f9f9f9;
}

.mnb_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 66px;
}

.mnb img {
  display: block;
  width: 70%;
}

.mnb2 img {
  width: 65%;
}

.mnb5 img {
  width: 60%;
}

.mnb6 img {
  width: 60%;
}

.mnb8 img {
  width: 65%;
}

.menu_text {
  display: block;
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
  font-size: 1.1em;
}
/* 메뉴1 끝 */

/* 메뉴2 */
.top_menu2 {
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-size: 1.2em;
  font-weight: bold;
}

.top_menu2 > div {
  margin-right: 4%;
}

.mnb_text {
  cursor: pointer;
}

.top_menu2 > div.mnb_text1 {
  width: 32px;
  margin-right: 0;
  position: relative;
  top: 1px;
}

.mnb_text1 img {
  display: block;
  width: 50%;
}
/* 메뉴2 끝 */

/* 푸터 */
.footer {
  background: #f9f9f9;
}

.bottom_wrap {
  width: 1200px;
  margin: 0 auto;
  font-weight: 600;
  padding-bottom: 2.14em;
}

.footer_li {
  float: left;
  margin-right: 2%;
  padding: 1.6em 0 3.2em;
}

.bottom_area {
  display: flex;
  align-items: center;
  font-size: 1.14em;
}

.bottom_logo {
  width: 15%;
}

.bottom_logo > img {
  width: 70%;
}

.address_text span {
  font-style: normal;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 0.3em;
}

.copyright {
  padding-top: 2.4em;
}
/* 푸터 끝*/

/* index */
.main_container.index {
  padding-top: 0;
}

/* 메인 슬라이드 */
.visual_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5em;
}

.slide_area {
  width: 73.75%;
}

.slide_img > img {
  width: 100%;
  display: block;
}

.main_slide .swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 2%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 2%);
}
/* 메인 슬라이드 끝*/

/* 로그인 */
.login_area2 {
  width: 25%;
}

.login_area2 > div {
  display: none;
}

.login_area2 > div.on {
  display: block;
}

.login_off,
.login_on {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 1.4em;
  padding-bottom: 2.6em;
  box-sizing: border-box;
}

.login_off_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.login_form input {
  border: none;
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 0;
}

.login_defalt {
  display: block;
  margin: 1.2em 0 0.7em;
  padding: 15px 0;
  width: 100%;
  background: #0099db;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}

.login_area2_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1em;
}

.other_login {
  display: flex;
  align-items: center;
  justify-content: center;
}

.other_login > button img {
  width: 60%;
}

.login_name_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.3em;
}

.login_name {
  font-size: 1.2em;
  font-weight: bold;
}

.setting_btn {
  display: flex;
  align-items: center;
  justify-content: right;
}

.setting_btn img {
  width: 50%;
}

.login_detail_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-bottom: 0.9em;
  border-bottom: 1px solid #b9b9b9;
}

.login_a span {
  margin-left: 5px;
}

.login_a img {
  width: 24px;
}

.my_detail_text {
  padding-top: 1.4em;
  padding-bottom: 1.5em;
}

.my_detail_text > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.my_detail_text > li:first-child {
  margin-bottom: 8px;
}

.my_detail_text > li:last-child {
  margin-bottom: 0;
}

.my_detail_text > li span,
.my_detail_text > li b {
  display: block;
}

.my_detail_text > li:first-child b {
  font-size: 1.4em;
  color: #0099db;
  letter-spacing: -1px;
}

/* 모바일버전 */
.mob_login_area .login_off,
.mob_login_area .login_on {
  border: none;
  border-radius: 0;
  padding: 0;
  height: auto;
}

.mob_login_area .login_defalt {
  margin: 0.7em 0 0.7em;
}
/* 모바일버전 끝*/
/* 로그인 끝*/

/* 메인 컨텐츠들*/
.most_content {
  float: left;
  width: 73%;
  margin-right: 2%;
}

.sub_content {
  margin-bottom: 4.2em;
}

.ad_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ad_area > div {
  width: 48%;
}

.food_area .ad_top,
.article_area .ad_top {
  margin-bottom: 1em;
}

.ad_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  cursor: default;
}

.ad_list > li {
  padding: 1.14em 0 10px;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
}

.ad_list_title {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ad_list_detail {
  color: #7e7e7e;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.ad_plus {
  cursor: pointer;
}

/* 맛집추천 */
.c_list_text {
  margin-bottom: 1em;
}

.location {
  margin: 0.7em 0;
  color: #0099db;
}

.c_title {
  font-size: 1.1em;
  font-weight: 600;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.c_list_tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #b9b9b9;
}

.c_list_tag span {
  margin-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.c_list_tag span:last-child {
  margin-right: 0;
}
/* 맛집추천 끝 */

.my_detail_left {
  text-align: left;
  color: #7e7e7e;
}

.my_detail_right {
  text-align: right;
  color: #191919;
}

.c_list_top {
  height: 50%;
}
.c_list_top_pic {
  width: 207.75px;
  height: 148.39px;
  border-radius: 10px;
  overflow: hidden;
}
.c_list_top_pic > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.notice_area,
.notice_area2 {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.notice_area > div,
.notice_area2 > div {
  width: 48%;
}

.discount_img_pic > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discount_img_pic {
  width: 228px;
  height: 150px;
  object-fit: cover;
}
/* 메인 컨텐츠 끝 */

/* 오른쪽 광고 */
.long_ad {
  float: right;
  width: 25%;
}

.long_ad > img {
  display: block;
  width: 100%;
}
/* 오른쪽 광고 끝*/
/* index 끝*/

/* 회원가입 */
.signup_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
}

.signup_wrap.edit {
  padding-top: 0;
}

.signup_wrap input {
  line-height: 43px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 80%;
  font-weight: 500;
}

.signup_title {
  text-align: center;
  padding-bottom: 3em;
  font-size: 1.8em;
  font-weight: bold;
}

.signup_title2 {
  text-align: left;
  font-size: 1.1em;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.signup_form,
.agree_form {
  width: 55%;
}

.info_area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.input_bg {
  display: flex;
  align-items: center;
  width: 80%;
}

.info_area.half input {
  width: 75%;
  margin-right: 1%;
}

.input_title {
  display: block;
  width: 20%;
  font-weight: 500;
  font-size: 1.1em;
  text-align: left;
}

.agree_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2em;
  font-size: 1.1em;
  font-weight: 500;
}

.agree_con {
  display: flex;
  align-items: center;
}

.overlap_btn {
  background: #0099db;
  border-radius: 5px;
  width: 24%;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 1em;
}

.terms {
  color: #0099db;
  font-size: 1em;
  margin-left: 10px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 2px;
}

.chk_input_label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/org/img/chk.png) no-repeat center / contain;
  position: relative;
  top: 7px;
  margin-right: 10px;
}

.chk_input:checked ~ label::before {
  background-image: url(/org/img/chk_on.png);
}

.complete_btn {
  display: block;
  margin: 5% auto 0;
  background: #0099db;
  border-radius: 5px;
  line-height: 45px;
  width: 20%;
  color: #fff;
  text-align: center;
}
/* 회원가입 끝*/

/* 이용약관 */
.terms_wrap {
  padding-bottom: 20%;
}
/* 이용약관 끝 */

/* 내 정보 수정*/
.withdrawal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.withdrawal_btn {
  display: block;
  color: #ff4040;
  font-size: 1.1em;
  font-weight: 500;
  text-align: right;
}
/* 내 정보 수정 끝*/

/* 회원탈퇴 */
.withrawal_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.with_warning {
  width: 600px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  height: 360px;
}

.with_form {
  margin-top: 30px;
  width: 600px;
}

.with_title {
  font-size: 1.6em;
  font-weight: bold;
}

.with_sub_text {
  font-size: 1.1em;
  display: block;
  padding-top: 1.8em;
}

.with_com {
  background: #b9b9b9;
}

.with_com.on {
  background: #0099db;
}
/* 회원탈퇴 끝 */

/* 아이디 찾기 */
.found_id_wrap {
  width: 600px;
  margin: 0 auto;
}

.tab_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_area > div {
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #d6d6d6;
  color: #d6d6d6;
  padding: 18px 0;
}

.tab_area > div.on {
  color: #0099db;
  position: relative;
}

.tab_area > div.on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0099db;
}

.id_tab_detail {
  padding-top: 10%;
  display: none;
}

.id_tab_detail.on {
  display: block;
}

.info_area input {
  line-height: 43px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 80%;
  padding: 0 15px;
  box-sizing: border-box;
}

.id_tab_detail .complete_btn {
  margin-top: 15%;
  width: 50%;
}

/* 아이디 찾기 끝 */

/* 이미지 */
/* .detail_p_pic{
    width: 100%;
    height: auto;   
}
.detail_p_pic > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* 이미지 */
.dt_text img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.red {
	color: #ff0000;
}
.bg_red {	
	background: #ff0000;
}
.blue {
	color: #1A8AD5;
}