@charset "utf-8";

/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "Malgun Gothic", dotum, sans-serif;
  background: #fff;
  line-height: 24px;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-family: "Malgun Gothic", dotum, sans-serif;
  font-weight: 600;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 15px;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Malgun Gothic", dotum, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: "Malgun Gothic", dotum, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #ff69b4;
  -moz-box-shadow: 0 0 5px #ff69b4;
  box-shadow: 0 0 5px #ff69b4;
  border: 1px solid #ff1493 !important;
}

.placeholdersjs {
  color: #aaa !important;
}

/* 기존 그누보드 헤더 숨기기 */
#tnb,
#hd_wrapper,
#gnb {
  display: none !important;
}

/* 기존 그누보드 컨테이너 숨기기 */
#container_wr,
#container {
  display: none !important;
}

/* 팝업레이어 숨기기 */
#hd_pop,
.hd_pops {
  display: none !important;
}

/* 레이아웃 크기 지정 - 반응형 비활성화 */
#hd,
#wrapper,
#ft {
  min-width: 1200px;
}

/* wrapper 중앙 정렬 */
#wrapper {
  width: 100%;
  margin: 10px auto 0 auto;
}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {
  width: 1200px;
}

/* 고급스러운 핑크색 팔레트 */
:root {
  --primary-pink: #ff69b4;
  --dark-pink: #e32886;
  --light-pink: #ffb6c1;
  --pale-pink: #ffe4e1;
  --deep-pink: #e32886;
  --hot-pink: #ff69b4;
}

/* 상단 레이아웃 */
#hd {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

/* 상단 검색바 */
#top_search {
  background: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}

#top_search .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search_label {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  line-height: 24px;
}

.google_search {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.google_logo {
  width: 16px;
  height: 16px;
  background: #4285f4;
  border-radius: 2px;
  display: inline-block;
}

.search_right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.age_warning {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #ff0000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.age_number {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.warning_text {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.point_ranking {
  color: var(--primary-pink);
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

/* 메인 로고 */
#main_logo {
  background: #d32939;
  height: 100px;
  display: flex;
  align-items: center;
}

#main_logo .inner {
  width: 1200px;
  margin: 0 auto;
}

.logo_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.left_banner,
.right_banner {
  width: 230px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9em;
  font-weight: bold;
}

.flag_banners {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 5px;
}

.flag_link {
  display: block;
  text-decoration: none;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
}

.flag_img {
  height: 80px;
  width: auto;
  border: 1px solid #ddd;
  display: block;
}

.ph_flag {
  border-color: red;
}

.flag_link:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

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

.main_logo_img {
  height: 80px;
  width: auto;
}

/* 메인 네비게이션 */
#main_nav {
  background: var(--dark-pink);
  padding: 0;
}

#main_nav .inner {
  width: 1200px;
  margin: 0 auto;
}

.nav_menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 20px;
}

.nav_menu li {
  flex: 1;
  text-align: center;
}

.nav_menu li a {
  display: block;
  color: #dedede;
  text-decoration: none;
  padding: 14px 0px 12px 0px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
}

.nav_menu li a:hover,
.nav_menu li.active a {
  background: rgba(255, 255, 255, 0.1);
}

/* 서브 네비게이션 */
#sub_nav {
  background: var(--primary-pink);
  padding: 10px 0;
}

#sub_nav .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cat_menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.cat_menu li {
  margin: 0;
  padding: 0;
}

.cat_menu li a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
}

.cat_menu li a img {
  display: block;
  max-width: 100%;
  height: 80px;
  width: auto;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.cat_menu li a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.loc_menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.loc_menu li a {
  color: #ffffff;
  background-color: #e32886;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 16px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  display: inline-block;
}

.loc_menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 프로모션 배너 */
#promo_banner {
  background: #fff;
  padding: 5px 0 0 0;
  border-bottom: 0px solid #e0e0e0;
}

#promo_banner .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.banner_left,
.banner_right {
  flex: 1;
  background: linear-gradient(135deg, var(--light-pink), var(--pale-pink));
  padding: 15px;
  border-radius: 5px;
  border: 1px solid var(--light-pink);
}

.banner_content h3 {
  font-size: 0.9em;
  color: #333;
  margin: 0 0 5px 0;
}

.banner_content h4 {
  font-size: 1.1em;
  color: var(--dark-pink);
  margin: 0 0 5px 0;
  font-weight: bold;
}

.banner_content p {
  font-size: 0.8em;
  color: #666;
  margin: 0 0 5px 0;
}

.banner_code,
.banner_phone {
  font-size: 0.9em;
  color: var(--dark-pink);
  font-weight: bold;
}

/* 메인 컨텐츠 */
#main_content {
  background: #fff;
  dding: 0px 0 20px 0;
}

#main_content .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
}

/* 좌측 사이드바 */
#left_sidebar {
  width: 200px;
  flex-shrink: 0;
}

.login_section {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}

.login_input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.login_btn {
  width: 100%;
  background: var(--primary-pink);
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  cursor: pointer;
}

.login_btn:hover {
  background: var(--dark-pink);
}

.login_checkbox {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.quick_links {
  margin-bottom: 15px;
}

.quick_btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
}

.quick_btn:hover {
  opacity: 0.8;
}

.chat_btn {
  background: #4a90e2;
}
.event_btn {
  background: var(--primary-pink);
}
.inquiry_btn {
  background: var(--primary-pink);
}
.job_btn {
  background: var(--primary-pink);
}
.twitter_btn {
  background: #1da1f2;
}

.quick_btn i {
  margin-right: 5px;
}

.pr_section {
  background: var(--primary-pink);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.pr_section h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.pr_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pr_list li {
  margin-bottom: 5px;
}

.pr_list li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  padding: 3px 0;
  text-transform: uppercase;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
}

.pr_list li a:hover {
  opacity: 0.8;
}

.vertical_banners {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.banner_item img {
  width: 100%;
  height: auto;
  display: block;
  background: linear-gradient(45deg, var(--light-pink), var(--pale-pink));
  min-height: 120px;
}

.banner_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
  text-align: center;
}

/* 중앙 컨텐츠 */
#center_content {
  width: 770px;
  flex-shrink: 0;
}

.content_header {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.content_header h2 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.search_filter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search_input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.search_btn {
  background: var(--primary-pink);
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.search_btn:hover {
  background: var(--dark-pink);
}

.filter_buttons {
  display: flex;
  gap: 5px;
}

.filter_btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.filter_btn.active,
.filter_btn:hover {
  background: var(--primary-pink);
  color: #fff;
  border-color: var(--primary-pink);
}

.premium_section {
  margin-bottom: 20px;
}

.premium_section h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.premium_ad {
  background: #fff;
  border: 2px solid #ff0000;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.premium_ad img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
}

.ad_content h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.ad_phone {
  font-size: 15px;
  color: var(--dark-pink);
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.main_ads_section {
  margin-bottom: 20px;
}

.main_ads_section h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.ads_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.ad_item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.ad_item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 8px;
  background: linear-gradient(45deg, var(--light-pink), var(--pale-pink));
}

.ad_item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.ad_item .ad_phone {
  font-size: 15px;
  color: var(--dark-pink);
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 3px 0;
}

.ad_item .ad_desc {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  line-height: 24px;
  margin: 0;
}

.content_footer {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.bottom_search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.author_input {
  width: 100px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.write_btn {
  background: var(--dark-pink);
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}

.write_btn:hover {
  background: var(--deep-pink);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.page_btn {
  display: inline-block;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
}

.page_btn.active,
.page_btn:hover {
  background: var(--primary-pink);
  color: #fff;
  border-color: var(--primary-pink);
}

/* 우측 사이드바 */
#right_sidebar {
  width: 200px;
  flex-shrink: 0;
}

#right_sidebar .vertical_banners {
  gap: 0;
}

#right_sidebar .vertical_banners .banner_item {
  margin-bottom: 5px;
}

#right_sidebar .vertical_banners .banner_item:last-child {
  margin-bottom: 0;
}

/* 좌측 사이드바 vertical_banners 스타일 */
#left_sidebar .vertical_banners {
  gap: 0;
}

#left_sidebar .vertical_banners .banner_item {
  margin-bottom: 5px;
}

#left_sidebar .vertical_banners .banner_item:last-child {
  margin-bottom: 0;
}

#right_sidebar .banner_item img {
  height: 150px;
}

/* 푸터 */
#ft {
  background: #333;
  color: #fff;
  padding: 30px 0 20px 0;
}

#ft_wr {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ft_logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ft_logo_img {
  width: 40px;
  height: 40px;
}

.ft_logo_text h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.ft_logo_text p {
  color: #ccc;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin: 3px 0 0 0;
}

.ft_links {
  display: flex;
  gap: 20px;
}

.ft_links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
}

.ft_links a:hover {
  color: var(--light-pink);
}

.ft_bottom {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ft_copy {
  margin-bottom: 15px;
}

.ft_copy p {
  color: #ccc;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.ft_disclaimer {
  border-top: 1px solid #555;
  padding-top: 15px;
}

.ft_disclaimer p {
  color: #999;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 24px;
}

/* 상단으로 버튼 */
#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid var(--primary-pink);
  color: var(--primary-pink);
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

#top_btn:hover {
  border-color: var(--dark-pink);
  background: var(--dark-pink);
  color: #fff;
}

/* 기존 스타일 유지 */
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

.img_fix {
  width: 100%;
  height: auto;
}

/* 반응형 비활성화 - PC 화면 그대로 모바일에서 출력 */
@media (max-width: 1200px) {
  #hd,
  #wrapper,
  #ft {
    min-width: 1200px;
  }
  #main_content .inner {
    width: 1200px;
  }
  #ft_wr,
  #ft_bottom {
    width: 1200px;
  }
}
