@charset "utf-8";

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 100;
  src: url('../font/Pretendard-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 200;
  src: url('../font/Pretendard-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  src: url('../font/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../font/Roboto-100.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('../font/Roboto-200.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Roboto-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Roboto-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../font/Roboto-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Roboto-600.woff2') format('woff2');
}

* {
  box-sizing: border-box;
}

html,
body {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}

:root {
  --mobile-shell-max-width: 720px;
  --mobile-dialog-msg-max-width: 460px;
  --mobile-dialog-small-max-width: 560px;
  --mobile-dialog-medium-max-width: 640px;
  --mobile-dialog-large-max-width: 720px;
  --mobile-dialog-full-max-width: 760px;
  --mobile-dialog-trend-max-width: 680px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  font-size: 14px
}

body {
  font-family: 'Roboto', 'Pretendard', 'malgun gothic', '돋움', 'dotum', '굴림';
  font-size: 14px;
  color: #000000
}

td div {
  line-height: normal
}

img,
fieldset {
  border: none
}

ul,
ol {
  list-style: none
}

em,
address {
  font-style: normal
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

td a {
  color: #303030
}

td a:hover {
  color: #303030
}

a:hover,
a:active,
a:focus {
  color: #303030
}

img {
  vertical-align: top
}

td input,
td select,
td img {
  vertical-align: middle
}

label.blue {
  color: #303030
}

label.fs_double {
  font-size: 14px;
}

/* form */
input[type="hidden"]+input {
  margin-left: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="file"] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  width: 100%;
  font-weight: 400;
  font-family: 'Roboto', 'Pretendard', 'malgun gothic', '돋움', 'dotum', '굴림';
  font-size: 14px;
}

input[type="file"] {
  height: 36px;
  display: flex;
  padding: 8px 4px 0 10px;
  font-weight: 400;
  font-family: 'Roboto', 'Pretendard', 'malgun gothic', '돋움', 'dotum', '굴림';
  font-size: 14px;
  border-radius: 4px;
}

input[type="file"]::file-selector-button {
  float: right;
  display: flex;
  height: 100%;
  margin-right: 0;
  border: none;
  background: #4b4b4b;
  padding: 0 20px 2px 20px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  margin-top: -4px;
  height: 26px;
}

input[type="file"]::file-selector-button:hover {
  background: #2b2b2b;
}

textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px !important;
  margin: 0;
  width: 100%;
  min-height: 80px;
  font-family: 'Roboto', 'Pretendard', 'malgun gothic', '돋움', 'dotum', '굴림';
  font-size: 14px;
}

input[type="number"]:active,
input[type="number"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
input[type="file"]:active,
input[type="file"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border-color: rgba(0, 0, 0, .4);
  outline: none;
}

select {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 100%;
  margin: 0;
  vertical-align: top;
  border: 1px solid #C7C7C7;
  padding: 3px 30px 3px 20px !important;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff url('../images/common/ico_select.png') no-repeat;
  background-position: right 18px top 8px;
  border-radius: 40px;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: inherit;
  background: none !important;
  padding: 4px !important;
  overflow-y: auto !important;
}

select[disabled]:active {
  background: #ffffff;
}

input[readonly] {
  background: #f1f1f1
}

input[disabled] {
  background: #f1f1f1
}

textarea[readonly] {
  background: #f1f1f1 !important
}

textarea[disabled] {
  background: #f1f1f1 !important
}

input::-webkit-input-placeholder {
  color: #c7c8c9;
}

input:-ms-input-placeholder {
  color: #c7c8c9;
}

textarea::-webkit-input-placeholder {
  color: #c7c8c9;
}

textarea:-ms-input-placeholder {
  color: #c7c8c9;
}

input[type="text"]::placeholder {
  color: #c7c8c9;
}

textarea::placeholder {
  color: #c7c8c9;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

.header_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  width: 100%;
  height: 60px;
  padding: 0;
  z-index: 1001;
}

.header_wrap h1 {
  display: flex;
  flex: none;
  width: auto;
  height: 100%;
  /* margin-left: 20px; */
  z-index: 8;
}

.header_wrap h1 .logo_link {
  display: block;
  width: 120px;
  height: 100%;
  background: url(../images/common/logo.png) no-repeat left center;
  background-size: auto 18px;
}

.header_wrap .fnc_menu_wrap {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 100%;
  z-index: 1100;
}

.header_wrap .fnc_user {
  position: relative;
  display: flex;
  flex: none;
  height: 100%;
  align-items: center;
}

.header_wrap .fnc_user p {
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_user.svg) no-repeat left center;
}

.header_wrap .fnc_user .fnc_button.open {
  visibility: visible;
}

.header_wrap .fnc_user .fnc_button {
  position: relative;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: -10px;
  width: auto;
  padding: 10px;
  border: 1px solid #bdbdbd;
  background: #ffffff;
  cursor: default;
  margin-top: 0px;
  border-radius: 10px;
  gap: 10px;
}

.header_wrap .fnc_user .fnc_button .fnc_detail {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-end;
}

.header_wrap .fnc_user .fnc_button .fnc_detail span {
  display: flex;
  flex: none;
  font-size: 14px;
  font-weight: 300;
  opacity: .9;
  color: #000000;
  margin-right: 10px;
}

.header_wrap .fnc_user .fnc_button .fnc_detail span+span {
  font-size: 13px;
  font-weight: 300;
  opacity: .6;
}

.header_wrap .fnc_user .fnc_button:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 14px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent
}

.header_wrap .fnc_user .fnc_button:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 13px;
  width: 0;
  height: 0;
  border-bottom: 6px solid rgba(0, 0, 0, 0.6);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent
}

.header_wrap .fnc_user .fnc_button span {
  display: flex;
  font-size: 14px;
  font-weight: 300;
}

.header_wrap .fnc_user .fnc_button span+a {
  margin-top: 20px;
}

.header_wrap .fnc_user .fnc_button a {
  flex: 1;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 6px 10px;
}

.header_wrap .fnc_user .fnc_button a:hover {
  background: #f1f1f1;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

/* header는 step_wrap.sticky(1000)보다 위에 있어야 fnc_button이 가려지지 않음
   .sticky(z-index:1000)가 같은 specificity로 .header_wrap(z-index:1001)을 덮어쓰는 문제 해결 */
.header_wrap.sticky {
  z-index: 1002;
  justify-content: center;
}

.container {
  display: flex;
  flex-direction: column;
  padding: 0 20px 80px 20px;
}

.container .contents {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 20px;
  width: 100%;
}

.landing_wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  gap: 10px;
}

.landing_wrap h3 {
  display: flex;
  flex: none;
  width: 100%;
  height: 80px;
  background: url(../images/common/logo.png) no-repeat center top 10px;
  background-size: auto 46px;
}

.landing_wrap .copy_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.landing_wrap .copy_wrap h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.landing_wrap .copy_wrap h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.landing_wrap .landing_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.landing_wrap .landing_content .keyword_item {
  margin-top: 10px;
}

.landing_wrap .landing_content .keyword_item ul {
  justify-content: center !important;
}

.landing_wrap .landing_content .page_button_wrap {
  margin-top: 20px;
}

/* 추가 2026-02-09 */
.trendier_section {
  width: 100%;
  margin: 80px auto 0 auto
}

.trendier_section .section_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.slider_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider_viewport {
  width: 100%;
  overflow: hidden;
}

.slider_track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
}

.slide_card {
  flex: 0 0 340px;
  cursor: pointer;
  /* 카드 고정 폭 */
}

.slide_card img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.slide_card p {
  margin-top: 10px;
  font-size: 15px;
  color: #222;
}

.slide_nav_btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-indent: -100px;
  overflow: hidden;
  border: none;
}

.slide_nav_prev {
  left: -50px;
  background: url(../images/common/ico_slide_prev.svg) no-repeat center center;
}

.slide_nav_next {
  right: -50px;
  background: url(../images/common/ico_slide_next.svg) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .slide_card {
    flex: 0 0 100%;
  }

  .slider_track {
    gap: 0;
  }

  .slide_nav_prev {
    left: 10px;
    background: url(../images/common/ico_slide_prev_m.svg) no-repeat center center;
  }

  .slide_nav_next {
    right: 10px;
    background: url(../images/common/ico_slide_next_m.svg) no-repeat center center;
  }

  .slide_nav_btn {
    z-index: 10;
  }
}


.note_keyword {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
}

.note_keyword .com_head h4 {
  font-size: 18px !important;
}

.note_keyword .tab_wrap {
  margin-top: 10px;
}

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

.tab_wrap ul {
  display: flex;
  flex: none;
  height: 46px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  width: 100%;
}

.tab_wrap li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  color: rgba(55, 56, 60, .28);
  padding: 0 20px;
  white-space: nowrap;
  flex: none;
}

.tab_wrap li.current {
  color: #000000;
}

.tab_wrap li.current:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #D0FD6B;
}

.tab_wrap li:hover {
  background: rgba(255, 255, 255, 0.06);
}

.tab_wrap li:hover a {
  color: #fff;
}

.note_keyword .keyword_item {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  padding: 0;
  align-items: flex-start;
  gap: 10px;
}

.note_keyword .keyword_item ul {
  flex-direction: column;
  flex: 1;
}

.note_keyword .keyword_item ul+ul {
  margin-top: 0;
}

.note_keyword .keyword_item.ranking ul li {
  /*
  margin-left: 0;
  border: none;
  border-radius: 0;
  min-height: auto;
  justify-content: flex-start;
  */
}

.note_keyword .keyword_item.ranking ul li .btn_detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../images/common/btn_detail.svg) no-repeat center center;
  text-indent: -100px;
  overflow: hidden;
}

.note_keyword .keyword_item.ranking ul li .pop_keyword_action {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 500;
  color: rgb(111 111 111 / 80%) !important;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.4;
}

.note_keyword .keyword_item.ranking ul li span {
  min-width: 30px;
  padding: 2px 0;
  left: 0;
  font-size: 12px;
  font-weight: 500;
}

.bottom_box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #F7F7F8
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px 20px 40px;
  background: #D0FD6B;
  border-bottom: 40px solid #000000;
  margin-top: -20px;
  gap: 10px;
}

.footer_wrap .btn_restart {
  display: flex;
  flex: none;
  height: 34px;
  background: url(../images/common/ico_restart.svg) no-repeat left center;
  padding: 6px 0 0 40px;
  font-size: 20px;
}

.footer_wrap label {
  display: flex;
  flex: none;
  font-size: 30px;
}

.description {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.description h3 {
  font-size: 20px;
  font-weight: 500;
}

.description h4 {
  font-size: 14px;
  font-weight: 400;
}

.description h4.done {
  display: flex;
  flex: 1;
  width: 100%;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.description.bottom {
  padding: 40px 0 10PX 0;
}

.description.bottom h4 {
  color: rgba(112, 115, 124, .88);
  text-align: center;
}

.description.bottom h3 {
  color: #1C180D;
  font-weight: 600;
  text-align: center;
}

.tip {
  font-size: 10px;
  color: #A5A5A5;
  padding-left: 0;
  margin-top: -10px;
}

.message_wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.message_wrap h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 26px;
  height: auto !important;
  margin: 0 !important
}

.message_wrap h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 22px;
  height: auto !important;
  margin: 0 !important
}

.message_wrap h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
  text-align: center;
  line-height: 18px;
  height: auto !important;
  margin: 0 !important
}

.message_wrap.is-align-left {
  width: 100%;
  align-items: flex-start;
}

.message_wrap.is-align-left h3,
.message_wrap.is-align-left h4,
.message_wrap.is-align-left h5 {
  width: 100%;
  align-items: flex-start;
  text-align: left;
}

.message_wrap.is-pre-line h4,
.message_wrap.is-pre-line h5 {
  white-space: pre-line;
}

.message_wrap h3+h4 {
  margin-top: 10px !important;
}

.message_wrap h4+h4 {
  margin-top: 20px !important;
}

.message_wrap h4+h5 {
  margin-top: 10px !important;
}

.message_wrap+.page_button_wrap {
  flex: none;
  width: auto;
  margin-bottom: 20px !important;
}

.message_wrap+.page_button_wrap a {
  flex: none;
  width: auto;
}

.step_wrap+.description {
  margin-top: 0;
}

.step_wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.step_wrap.sticky {
  top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.step_progress_track {
  display: grid;
  grid-template-columns: 40px 1fr 40px 1fr 40px 1fr 40px;
  align-items: center;
  width: 80%;
  max-width: 560px;
}

.step_progress_item {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_progress_badge {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f3f3f5;
  color: #8c9098;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.step_progress_number {
  display: block;
}

.step_progress_item.done .step_progress_badge,
.step_progress_item.current .step_progress_badge {
  background: #d0fd6b;
  color: #000;
}

.step_progress_item.done .step_progress_number {
  display: none;
}

.step_progress_item.done .step_progress_badge::before {
  content: "\2713";
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.step_progress_connector {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 2px;
  margin: 0 -8px;
  border-radius: 999px;
  background: #f0f1f4;
}

.step_progress_connector::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: #d0fd6b;
}

.step_progress_connector.active::before {
  width: 100%;
}

.step_progress_connector.active.half::before {
  width: 50%;
}


.step_heading {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.step_heading h2 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.step_heading .btn_help {
  position: relative;
  flex: none;
  margin-left: 0;
}

.feature_chart {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  gap: 10px;
}

.feature_chart h4 {
  font-size: 12px;
  color: #1C180D !important;
  flex: none;
  width: 80px;
  padding-top: 22px;
  font-weight: 500;
}

.feature_chart ul {
  display: flex;
  flex: 1;
  width: 100%;
  height: 26px;
  margin: 20px 0 26px 0;
}

.feature_chart li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  border-bottom: 2px solid #d6d6d6;
}

.feature_chart li label {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #636363;
  height: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 0 10px;
  word-break: keep-all;
  white-space: nowrap;
}

.feature_chart li span {
  position: absolute;
  bottom: -22px;
  left: -2px;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #9A9A9A;
}

.feature_chart li span+span {
  position: absolute;
  left: auto;
  right: -4px;
}

.feature_chart li:before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 0;
  width: 2px;
  height: 10px;
  background: #d6d6d6;
  z-index: -1;
}

.feature_chart li:last-child:after {
  position: absolute;
  content: '';
  bottom: -6px;
  right: 0;
  width: 2px;
  height: 10px;
  background: #858585;
}

.feature_chart li.division:before {
  bottom: -8px;
  height: 14px;
  background: #858585;
  z-index: 2;
}

.feature_chart li:not(:last-child).division.border_bottom:before,
.feature_chart li.division.border_bottom:after {
  background: #000000 !important;
}

.feature_chart li.border_bottom:not(:has(+ li.border_bottom))+li:not(:last-child):before {
  background: #000000 !important;
}

.feature_chart li.no-background:before {
  background: transparent !important;
}

.feature_chart li.division:last-child:before {
  position: absolute;
  content: '';
  bottom: -6px;
  right: 0;
  width: 2px;
  height: 10px;
  background: #d6d6d6;
  z-index: -1;
}

.feature_chart li.border_bottom {
  border-bottom: 2px solid #000000 !important;
}

.feature_chart li.current label {
  background: #D0FD6B !important;
  color: #000000;
  word-break: keep-all;
  white-space: nowrap;
}

.feature_chart li.indent label {
  margin-left: -50%;
}

.feature_chart li:hover {
  background: rgba(255, 255, 255, 0.06);
}

.feature_chart li:hover a {
  color: #fff;
}


.com_head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.com_head .btn_help {
  position: absolute;
  top: 0;
  right: 0;
}

.com_head .btn_fold {
  position: absolute;
  top: 2px;
  right: 0;
}

.com_head .btn_expand {
  position: absolute;
  top: 2px;
  right: 0;
}

.com_head h4 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
}

.com_head h4+span {
  font-size: 14px;
  color: rgba(112, 115, 124, .88);
}

.com_head.row_type {
  align-items: center;
  gap: 18px;
}

.com_head.col_type {
  flex-direction: column;
  gap: 10px;
}

.com_head.row_type h5 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 12px;
  align-items: center;
  color: #2E2F33;
}

.com_head.row_type h6 {
  font-size: 13px;
  color: rgba(55, 56, 60, .61);
  word-break: keep-all;
}

.com_head .btn_ {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
}

.com_head.col_type {
  flex-direction: column;
  align-items: flex-start;
}

.com_head.col_type h4+span {
  font-size: 14px;
  color: rgba(112, 115, 124, .88);
  margin-top: 10px;
}

.com_head.line {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 0 !important
}

.com_head .scription {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #777777 !important
}

.com_head .scription em {
  font-size: 12px;
  font-weight: 400;
  color: red;
  margin-right: 6px;
}

.com_detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.com_detail_wrap.indent {
  padding: 20px 0 0 0;
}

.com_detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.com_detail.fx_center {
  align-items: center;
}

.com_detail h4 {
  display: flex;
  flex: none;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  color: rgba(112, 115, 124, .88)
}

.com_detail p {
  font-size: 14px;
  color: #171719;
  line-height: 20px;
}

.com_detail p.g_color {
  color: rgba(55, 56, 60, .61);
}

.com_detail h5 {
  display: flex;
  flex: none;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  color: #1C180D
}

.com_detail h5 span {
  display: flex;
  flex: none;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  color: #3BA315;
  margin-left: 6px;
}

.com_detail.g_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(112, 115, 124, .05);
  padding: 20px;
  border-radius: 20px;
  margin-top: -10px
}

.com_detail.g_box h4 {
  font-size: 12px;
  color: rgba(55, 56, 60, .5)
}

.com_detail.g_box h4 span {
  font-size: 14px;
  color: #1C180D;
  margin-left: 35px;
  font-weight: 500;
}

.com_detail.g_box h4+p {
  font-size: 14px;
  color: #636363;
}

.com_detail h4.blue {
  background: #EAF2FE;
  color: #0066FF !important;
  padding: 4px 10px;
  border-radius: 10px;
}

.com_detail h4.pink {
  background: #FEECEC;
  color: #FF6363 !important;
  padding: 4px 10px;
  border-radius: 10px;
}

.com_detail h4.orange {
  background: #FEEEE5;
  color: #FF5E00 !important;
  padding: 4px 10px;
  border-radius: 10px;
}

.com_detail h4.purple {
  background: #F0ECFE;
  color: #7D5EF7 !important;
  padding: 4px 10px;
  border-radius: 10px;
}

.com_detail h4.green {
  background: rgba(59, 163, 21, .05);
  color: #3BA315 !important;
  padding: 4px 10px;
  border-radius: 10px;
}

.dot_list {
  list-style: none;
  line-height: 20px;
}

.dot_list li {
  position: relative;
  font-size: 12px;
  color: rgba(55, 56, 60, .61);
  padding-left: 10px;
}

.dot_list li+li {
  margin-top: 6px;
}

.dot_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  color: rgba(55, 56, 60, .61);
  font-weight: 500;
  display: inline-block;
}

.dot_list_large {
  list-style: none;
  line-height: 20px;
}

.dot_list_large li {
  position: relative;
  font-size: 14px;
  color: #171719;
  padding-left: 10px;
}

.dot_list_large li+li {
  margin-top: 6px;
}

.dot_list_large li span {
  font-size: 12px;
  color: rgba(55, 56, 60, .61);
}

.dot_list_large li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  color: #171719;
  font-weight: 500;
  display: inline-block;
}

.keyword_wrap {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  background: #F4F4F5;
  gap: 10px;
  border-radius: 20px;
}

.keyword_wrap .com_head {
  height: auto;
}

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

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

.keyword_wrap h3 {
  display: flex;
  flex: 1;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.keyword_group h5 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 12px;
  color: rgba(46, 47, 51, .88);
  align-items: center;
  width: 100px;
}

.keyword_group .keyword_item {
  background: rgba(112, 115, 124, .1);
  padding: 10px;
  border-radius: 16px;
  /* min-height: 56px; */
}

.keyword_group .keyword_item.keyword_item_box {
  min-height: 56px;
}

.keyword_item {
  margin: 0;
}

.keyword_item.g_box {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 20px;
}

.keyword_item ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword_item ul+ul {
  margin-top: 6px;
}

.keyword_item ul.dp_ellipsis {
  max-height: 34px;
  overflow: hidden;
}

.keyword_item ul.dp_ellipsis::after {
  content: '...';
  position: absolute;
  bottom: 11px;
  right: 10px;
  background: #ffffff;
  font-size: 14px;
  color: #000000
}

.keyword_item ul li {
  position: relative;
  display: inline-flex;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px;
  font-weight: 500;
  color: rgba(46, 47, 51, .88);
  padding: 6px 10px;
  border-radius: 20px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
}

.keyword_item ul li.inherit {
  background: #ffffff;
  border: 1px solid #bce756;
  color: rgba(46, 47, 51, .88);
}

.keyword_item ul li.erasable {
  background: #F4F4F5;
  border: 1px dashed #D9D9D9;
  color: rgba(46, 47, 51, .88);
}

.keyword_item.step_third ul li.erasable {
  background: rgba(208, 253, 107, .05);
  border: 1px dashed #D0FD6B;
}

.keyword_item.word_type ul li {
  position: relative;
  background: none;
  border: none;
  font-size: 14px;
  padding: 6px 0;
  border-radius: 0;
}

.keyword_item.word_type ul li+li {
  padding-left: 10px;
}

.keyword_item.word_type ul li+li:before {
  position: absolute;
  content: 'ㆍ';
  top: 6px;
  left: -6px;
  font-size: 14px;
  color: #000000
}

.keyword_item.word_type p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333
}

.keyword_item.word_type.fx_row {
  gap: 0;
}

.keyword_item.ranking ul li {
  position: relative;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

/* ranking li 선택 상태: box-shadow로 표시 (border: none 때문에 별도 처리) */
.keyword_search_content .keyword_item.ranking ul li.current .span+span,
.keyword_search_content .keyword_item.ranking ul li.current span+span {
  border-color: #D0FD6B !important;
  background: rgba(208, 253, 107, .15) !important;
  color: #2E2F33 !important;
}

.keyword_search_content .keyword_item.ranking ul li.current span:first-child {
  background: rgba(208, 253, 107, .2) !important;
  color: #2E2F33 !important;
}

.keyword_item.ranking ul li span {
  min-width: 45px;
  background: #F4F4F5;
  font-size: 14px;
  font-weight: 300;
  color: rgba(55, 56, 60, .61);
  padding: 6px 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keyword_item.ranking ul li span+span {
  position: relative;
  display: inline-flex;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px;
  font-weight: 500;
  color: rgba(46, 47, 51, .88);
  padding: 6px 10px;
  border-radius: 20px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
}

.keyword_detail {
  margin: 0;
}

.keyword_detail ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.keyword_detail ul li {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 12px;
  color: #171719
}

.keyword_detail ul li:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #cdcdcd;
}

.btn_gray {
  display: inline-flex;
  height: 48px;
  padding: 0 40px 2px 40px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(112, 115, 124, .32);
  border-radius: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #D0FD6B;
}

.btn_gray:hover {
  border-color: #A0A2A8
}

.btn_normal {
  display: inline-flex;
  width: 100%;
  height: 48px;
  padding: 0 40px 2px 40px;
  justify-content: center;
  align-items: center;
  background: #F4F4F5;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

/*C*/
.btn_normal.b_type {
  padding: 0 8px 2px 8px;
  box-shadow: rgba(0, 0, 0, .04) 0 4px 0;
}

.btn_normal:hover {
  background: #F1F1F2;
}

.btn_primary {
  display: inline-flex;
  width: 100%;
  height: 48px;
  padding: 0 40px 0 40px;
  justify-content: center;
  align-items: center;
  background: #313131;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/*B*/
.btn_primary.b_type {
  color: #D0FD6B;
}

.btn_primary:hover {
  background: #000000;
  color: #fff;
}

.btn_special {
  display: inline-flex;
  width: 100%;
  height: 48px;
  padding: 0 40px 0 40px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #D0FD6B;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #313131;
}

/*A*/
.btn_special:hover {
  background: #bce756;
  color: #000000;
}

.btn_txt {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: #000000
}

.btn_txt:hover {
  color: #000000
}

.btn_txt_b {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: #757575
}

.btn_txt_b:hover {
  color: #3a3a3a
}

.ico_add {
  background: url(../images/common/ico_add.svg) no-repeat center center;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.ico_delete {
  background: url(../images/common/ico_delete.svg) no-repeat center center;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.btn_fold {
  background: url(../images/common/ico_fold.svg) no-repeat top 4px right;
  padding-right: 22px;
  color: #000000;
  font-size: 14px;
  width: max-content
}

.btn_expand {
  background: url(../images/common/ico_expand.svg) no-repeat top 4px right;
  padding-right: 22px;
  color: #000000;
  font-size: 14px;
  width: max-content
}

.pattern_label {
  display: inline-flex;
  flex: none;
  align-items: center;
  font-size: 12px;
  color: #000000;
  background: #D0FD6B;
  border-radius: 10px;
  padding: 0 10px;
  margin-right: 10px;
  height: 26px;
  width: fit-content
}

.keyword_item .pattern_label {
  background: #D0FD6B;
  color: #000;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.keyword_con_wrap {
  display: flex;
  flex: none;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(112, 115, 124, .52);
  border-radius: 20px;
  padding: 20px;
}

.keyword_con_wrap.pd_none {
  padding: 0;
}

.keyword_con_wrap.pd_none>.com_head {
  margin: 20px;
}

.keyword_con_wrap {
  position: relative;
  clear: both;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

.keyword_con_wrap .keyword_list {
  position: relative;
  display: flex;
  flex-direction: column;
}

.keyword_con_wrap .keyword_list ul {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
/* 필요시 주석 해제 */
  /* transition:
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease; */
}

.keyword_con_wrap .keyword_list ul+ul {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.keyword_con_wrap .keyword_list ul .keyword {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #0F0F0F;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #ffffff;
  border: 1px solid #CDCED1;
  border-radius: 40px;
/* 필요시 주석 해제 */
  /* transition:
    background-color .18s ease,
    border-color .18s ease,
    color .18s ease,
    font-weight .18s ease; */
}

.keyword_con_wrap .keyword_list ul .keyword_com {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #47484C;
  text-align: center;
  padding: 0px 20px 0px 20px;
}

.keyword_con_wrap .keyword_list ul li {
  display: flex;
  flex: 1;
  gap: 10px;
  min-height: 60px;
  margin-top: 10px;
  align-items: stretch;
}

.keyword_con_wrap .keyword_list ul li.colspan {
  width: 590px;
  justify-content: center;
  color: #313131;
}

.keyword_con_wrap .keyword_list ul li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(17, 10, 10, 0.1)
}

.keyword_con_wrap .keyword_list ul li label {
  height: 80px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  gap: 0;
  color: #000000;
  white-space: nowrap;
}

.keyword_con_wrap .keyword_list ul.title li {
  padding: 0;
}

.keyword_con_wrap .keyword_list ul.title li label {
  height: 50px;
  justify-content: center;
  color: rgba(46, 47, 51, .88);
  padding-left: 8px;
}

.keyword_con_wrap .keyword_list ul li:first-child {
  flex: 1;
  padding-left: 20px;
}

.keyword_con_wrap .keyword_list ul li label span {
  position: relative;
  color: rgba(55, 56, 60, .61);
  padding-left: 16px;
  margin-left: 10px;
  white-space: wrap;
}

.keyword_con_wrap .keyword_list ul li label span:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_than.svg) no-repeat left center;
}
/* 
.keyword_con_wrap .keyword_list ul.current {
  background: rgba(208, 253, 107, .05)
} */


.keyword_con_wrap .keyword_list ul.current {
  background: rgba(208, 253, 107, .2);
  /* border-radius: 20px; */
  box-shadow: inset 0 0 0 1px rgba(208, 253, 107, .92);
}

.keyword_con_wrap .keyword_list ul.current .keyword {
  /* border-color: #D0FD6B; */
  /* background: #D0FD6B; */
  color: #111111;
  font-weight: 600;
}

.keyword_con_wrap .keyword_list ul.current .keyword_com {
  color: #2E2F33;
}

.keyword_con_wrap .keyword_list ul:last-child {
  border-radius: 0 0 20px 20px;
}

.keyword_con_wrap .com_detail {
  gap: 10px;
}

.keyword_con_wrap .page_button_wrap {
  margin-bottom: 20px;
}

.keyword_inner {
  margin-top: 20px;
}

.keyword_inner .com_head {
  margin: 0;
}

.keyword_analysis_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.keyword_analysis_wrap .keyword_analysis {
  display: flex;
  flex: 1;
  flex-direction: column;
  border: 1px solid rgba(112, 115, 124, .52);
  border-radius: 20px;
  padding: 16px;
  gap: 20px;
}

.keyword_analysis_wrap .keyword_analysis .com_head h4 {
  font-size: 14px !important;
  margin-top: 4px;
}

.keyword_analysis_wrap .keyword_analysis .button_wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}

#step03SelectedKeywords {
  border-color: 1px solid rgba(112, 115, 124, .52);
  gap: 0;
  min-height: 200px;
}

#step03SelectedKeywords .fx_layout,
#step03SelectedKeywords .fx_col {
  width: 100%;
  gap: 12px;
}

#step03SelectedKeywords .fx_block {
  width: 100%;
  gap: 12px;
}

#step03SelectedKeywords .fx_block.fx_none {
  display: none;
}

#step03SelectedKeywords .fx_block h5 {
  width: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(55, 56, 60, .61);
}

#step03SelectedKeywords .keyword_item.step_third {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

#step03SelectedKeywords .keyword_item.step_third ul {
  gap: 10px;
}

#step03SelectedKeywords .keyword_item.step_third ul li.keywordBtn.erasable {
  background: #f8f8f8;
  border: 1px dashed #D9D9D9;
  color: rgba(46, 47, 51, .88);
  font-weight: 500;
  padding: 7px 14px;
  min-height: 36px;
}

#step03SelectedKeywords .keyword_item.step_third ul li.keywordBtn.erasable .ico_delete {
  margin-left: 8px;
}

.btn_help {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/common/ico_help.svg) no-repeat center center;
  cursor: help;
}

.btn_help_mobile {
  width: 12px !important;
  height: 12px !important;
  background-size: 12px auto !important;
}

.chart_wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  gap: 6px;
  justify-content: space-between;
  align-items: stretch;
}

.chart_wrap.trend {
  flex: none;
  width: 85px;
}

.chart_wrap h4 {
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #0F0F0F;
  width: 100%;
}

.chart_wrap h4 .chart_heading_label {
  display: inline-flex;
  align-items: center;
}

.chart_wrap h4 .btn_help {
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background-size: 18px auto;
}

.chart_wrap .num {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  width: 100%;
}

.bar_chart {
  position: relative;
  display: flex;
  flex: none;
  width: 100%;
  min-width: 0;
  height: 5px;
  background: rgba(112, 115, 124, .16);
  overflow: hidden;
}

.bar_chart span {
  animation: 3s left_in ease forwards;
  background: #96d404
}

.bar_chart.b_type span {
  background: #3385FF
}

.bar_chart.c_type span {
  background: #7D5EF7
}

@keyframes left_in {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.stick_chart {
  position: relative;
  display: flex;
  flex: none;
  gap: 3px;
  justify-content: center;
  align-items: flex-end;
}

.stick_chart span {
  width: 4px;
  background: rgba(112, 115, 124, .16);
}

.stick_chart span.current {
  background: #96d404
}

.stick_chart span:nth-child(1) {
  height: 10px;
}

.stick_chart span:nth-child(2) {
  height: 14px;
}

.stick_chart span:nth-child(3) {
  height: 18px;
}

.stick_chart span:nth-child(4) {
  height: 22px;
}

.stick_chart span:nth-child(5) {
  height: 26px;
}

.button_wrap {
  display: flex;
  justify-content: center;
  flex: 1;
  width: 100%;
}

.page_button_wrap {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.page_button_wrap+.page_button_wrap {
  margin-top: 20px;
}

.page_button_wrap.floating {
  position: fixed;
  left: 0px;
  right: 0;
  bottom: 20px;
  z-index: 9;
  padding: 0 20px;
  margin-bottom: 0;
}

.page_button_wrap.box_type {
  gap: 20px;
  flex-direction: column;
}

.page_button_wrap.box_type .btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px solid rgba(112, 115, 124, .22);
  background: #fff;
  border-radius: 20px;
  gap: 20px;
  padding: 40px 20px;
}

.page_button_wrap.box_type .btn_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.page_button_wrap.box_type .btn_wrap h4 {
  font-size: 14px;
  font-weight: 400;
  color: #171719;
  margin-top: -10px;
  text-align: center;
}

.page_button_wrap.box_type .btn_wrap h5 {
  font-size: 11px;
  font-weight: 400;
  color: #A5A5A5;
  margin-top: -10px;
  text-align: center;
}

.page_button_wrap.box_type .btn_wrap a {
  flex: none;
  width: auto;
}

/* layout */
.fx_layout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

.fx_layout .btn_fold {
  position: absolute;
  top: 4px;
  right: 0;
}

.fx_layout .btn_expand {
  position: absolute;
  top: 4px;
  right: 0;
}

.fx_layout .fx_block {
  display: flex;
  /* flex: 1; */
  flex-direction: column;
  gap: 10px;
}

.fx_layout .fx_block h5 {
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 500;
}

.fx_col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gap_4 {
  gap: 4px;
}

.fx_row {
  display: flex;
  flex-direction: row !important;
  gap: 20px;
}

.fx_none {
  flex: none !important;
}

.fx_full {
  flex: 1 !important;
  width: 100%;
  height: 100%;
}

.fx_form {
  display: flex;
  flex: none;
}

.fx_form.fx_between {
  justify-content: space-between;
}

.custom_radio {
  cursor: pointer;
  display: flex;
  font-size: 14px !important;
  line-height: 26px;
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}

.custom_radio input[type="radio"] {
  display: none;
}

.custom_radio span.radio {
  position: absolute;
  left: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  background: url(../images/common/ico_radio.svg) no-repeat left center;
  background-size: 16px auto;
}

.custom_radio input[type='radio']:checked+span.radio {
  background: url(../images/common/ico_radio_on.svg) no-repeat left center;
  background-size: 16px auto;
}

.custom_radio+.custom_radio {
  margin-left: 10px;
}

.fx_form .btn_normal {
  border-radius: 8px;
  margin-left: 4px;
  height: 36px;
  padding: 0 20px;
  width: auto;
}

.fx_form .btn_primary {
  border-radius: 8px;
  margin-left: 4px;
  height: 36px;
  padding: 0 20px;
  width: auto;
}

.custom_radio.small {
  font-size: 14px !important;
  line-height: 18px;
  padding: 0 0 0 20px;
  color: #000000 !important;
  width: auto !important;
}

.custom_radio.small span.radio {
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_radio.svg) no-repeat left center;
  background-size: 14px auto;
}

.custom_radio.small input[type='radio']:checked+span.radio {
  background: url(../images/common/ico_radio_on.svg) no-repeat left center;
  background-size: 14px auto;
}

.custom_radio.small+.custom_radio.small {
  margin-left: 14px;
}

.custom_checkbox {
  cursor: pointer;
  display: flex;
  font-size: 12px !important;
  line-height: 22px;
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}

.custom_checkbox input[type="checkbox"] {
  display: none;
}

.custom_checkbox span.checkbox {
  position: absolute;
  left: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  background: url(../images/common/ico_check.svg) no-repeat left center;
  background-size: 18px auto;
}

.custom_checkbox input[type='checkbox']:checked+span.checkbox {
  background: url(../images/common/ico_check_on.svg) no-repeat left center;
  background-size: 18px auto;
}

.custom_checkbox+.custom_checkbox {
  margin-left: 20px;
}


.keyword_search_tabs {
  position: relative;
  display: flex;
  gap: 10px;
}

.keyword_search_tabs>input,
.keyword_search_tabs section>div {
  display: none;
}


.keyword_search_tabs_wrap {
  margin: 0;
}

.keyword_search_nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.keyword_search_nav h4 {
  font-size: 15px;
  font-weight: 700;
  color: #171719;
  line-height: 1.3;
}

.keyword_search_nav ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  width: 100%;
}

.keyword_search_nav ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 0;
  min-height: 75px;
  padding: 0 4px 14px;
  border-radius: 16px;
  background-color: #f4f4f5;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
  color: #5c5d61;
}

.keyword_search_nav ul li:hover {
  color: inherit;
}

.keyword_search_nav ul li:nth-child(1) {
  background: #f4f4f5 url(../images/common/ico_tab02.svg) no-repeat top 16px center;
  background-size: auto 20px;
}

.keyword_search_nav ul li:nth-child(2) {
  background: #f4f4f5 url(../images/common/ico_tab01.svg) no-repeat top 16px center;
  background-size: auto 20px;
}

.keyword_search_nav ul li:nth-child(3) {
  background: #f4f4f5 url(../images/common/ico_tab03.svg) no-repeat top 16px center;
  background-size: auto 20px;
}

.keyword_search_nav ul li:nth-child(4) {
  background: #f4f4f5 url(../images/common/ico_tab04.svg) no-repeat top 16px center;
  background-size: auto 20px;
}

.keyword_search_nav ul li:nth-child(5) {
  background: #f4f4f5 url(../images/common/ico_tab05.svg) no-repeat top 16px center;
  background-size: auto 20px;
}

.keyword_search_nav ul li.active:nth-child(1) {
  background: #eaf1ff url(../images/common/ico_tab02_on.svg) no-repeat top 16px center;
  background-size: auto 20px;
  color: #3385FF;
}

.keyword_search_nav ul li.active:nth-child(2) {
  background: #70737c1a url(../images/common/ico_tab01_on.svg) no-repeat top 16px center;
  background-size: auto 20px;
  color: #4f5458;
}

.keyword_search_nav ul li.active:nth-child(3) {
  background: #fff0e7 url(../images/common/ico_tab03_on.svg) no-repeat top 16px center;
  background-size: auto 20px;
  color: #FF5E00;
}

.keyword_search_nav ul li.active:nth-child(4) {
  background: #f1ebff url(../images/common/ico_tab04_on.svg) no-repeat top 16px center;
  background-size: auto 20px;
  color: #7D5EF7;
}

.keyword_search_nav ul li.active:nth-child(5) {
  background: #70737c1a url(../images/common/ico_tab05_on.svg) no-repeat top 16px center;
  background-size: auto 20px;
  color: #4f5458;
}

.keyword_search_content {
  display: flex;
  flex: 1 1 auto;
  background: #ffffff;
  flex-direction: column;
  padding: 0;
  min-height: 0;
  gap: 16px;
  overflow: hidden;
}

.pop_inner.full.is-dropdown-open .keyword_search_content,
.pop_inner.full.is-dropdown-open .keyword_search_content .fx_form {
  overflow: visible;
}

.keyword_search_content .keyword_item {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.keyword_search_content .keyword_item::before,
.keyword_search_content .keyword_item::after,
.popup_selected_keywords_area .keyword_item::before,
.popup_selected_keywords_area .keyword_item::after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  height: 22px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
  z-index: 1;
}

.keyword_search_content .keyword_item::before,
.popup_selected_keywords_area .keyword_item::before {
  top: 1px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 45%, rgba(255, 255, 255, 0) 100%);
}

.keyword_search_content .keyword_item::after,
.popup_selected_keywords_area .keyword_item::after {
  bottom: 1px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 45%, rgba(255, 255, 255, 0) 100%);
}

.keyword_search_content .keyword_item.has-scroll-top::before,
.popup_selected_keywords_area .keyword_item.has-scroll-top::before {
  opacity: 1;
}

.keyword_search_content .keyword_item.has-scroll-bottom::after,
.popup_selected_keywords_area .keyword_item.has-scroll-bottom::after {
  opacity: 1;
}

.keyword_search_content .keyword_item ul {
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 0;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(46, 47, 51, .28) transparent;
}

.keyword_search_content .keyword_item ul::-webkit-scrollbar {
  width: 4px;
}

.keyword_search_content .keyword_item ul::-webkit-scrollbar-thumb {
  background: rgba(46, 47, 51, .28);
  border-radius: 999px;
}

.keyword_search_content .keyword_item ul::-webkit-scrollbar-track {
  background: transparent;
}

.keyword_search_content .keyword_item ul li {
  flex: none;
  width: max-content;
}

.keyword_search_content .keyword_item.word_type ul li+li {
  padding-left: 0;
}

.keyword_search_content .keyword_item.word_type ul li+li:before {
  display: none;
}

.keyword_search_content .keyword_item ul li.current {
  border-color: #D0FD6B !important;
  background: rgba(208, 253, 107, .15) !important;
  color: #2E2F33 !important;
  font-weight: 500 !important;
}

.keyword_search_content .keyword_item ul li.erasable {
  background: #fff;
}

.keyword_search_content .keyword_item ul li.keywordBtn.erasable.current {
  background: #F4F4F5 !important;
  border: 1px dashed #D9D9D9 !important;
  color: rgba(55, 56, 60, .45) !important;
  font-weight: 500 !important;
}

.keyword_search_content .keyword_item ul li.keywordBtn.erasable.disabled {
  background: #F4F4F5 !important;
  border: 1px dashed #D9D9D9 !important;
  color: rgba(55, 56, 60, .45) !important;
  font-weight: 500 !important;
  pointer-events: none;
}

.keyword_search_content .keyword_item.ranking ul li.keywordBtn.erasable.current span+span {
  background: #F4F4F5 !important;
  border: 1px dashed #D9D9D9 !important;
  color: rgba(55, 56, 60, .45) !important;
}

.keyword_search_content .keyword_item.ranking ul li.keywordBtn.erasable.disabled span+span {
  background: #F4F4F5 !important;
  border: 1px dashed #D9D9D9 !important;
  color: rgba(55, 56, 60, .45) !important;
}

.keyword_search_content .keyword_item.ranking ul li.keywordBtn.erasable.current span:first-child {
  background: #ECECEE !important;
  color: rgba(55, 56, 60, .45) !important;
}

.keyword_search_content .keyword_item.ranking ul li.keywordBtn.erasable.disabled span:first-child {
  background: #ECECEE !important;
  color: rgba(55, 56, 60, .45) !important;
}

#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul {
  gap: 6px 14px;
}

#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn {
  border: 1px dashed #D9D9D9;
  border-radius: 999px;
  padding:4px 16px 4px 8px;
  min-height: 40px;
  gap: 12px;
}

#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn span:first-child {
  min-width: 25px;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 999px;
  background: #F1F1F2;
  color: rgba(55, 56, 60, .68);
  font-size: 12px;
  font-weight: 700;
  flex: none;
}

#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn span+span {
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  min-height: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn.current,
#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn.disabled {
  background: #FFFFFF;
  border-color: #D9D9D9;
}

#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn.current span:first-child,
#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn.disabled span:first-child {
  background: #FFF !important;
  color: #848588 !important;
}

#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn.current span+span,
#layer_keysearch_popularity .keyword_search_content .keyword_item.ranking ul li.keywordBtn.disabled span+span {
  color: #bfbfbf !important;
}

/* 팝업 내 하단 고정 선택 키워드 영역 */
.popup_selected_keywords_area {
  flex: none;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}

.popup_selected_keywords_area .keyword_item {
  position: relative;
  display: flex;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(46, 47, 51, .2);
  border-radius: 20px;
  padding: 18px 16px;
  min-height: 112px;
  max-height: 148px;
  overflow: hidden;
}

.popup_selected_keywords_area.is-empty .keyword_item {
  align-items: center;
  justify-content: center;
}

.popup_selected_keywords_area .keyword_item ul {
  flex: 1 1 auto;
  min-height: 0;
  box-sizing: border-box;
  width: 100%;
  gap: 8px;
  align-content: flex-start;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(46, 47, 51, .28) transparent;
}

.popup_selected_keywords_area.is-empty .keyword_item ul {
  display: none;
}

.popup_selected_keywords_area .popup_selected_keywords_empty_message {
  display: none;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(46, 47, 51, .45);
}

.popup_selected_keywords_area .keyword_item ul::-webkit-scrollbar {
  width: 4px;
}

.popup_selected_keywords_area .keyword_item ul::-webkit-scrollbar-thumb {
  background: rgba(46, 47, 51, .28);
  border-radius: 999px;
}

.popup_selected_keywords_area .keyword_item ul::-webkit-scrollbar-track {
  background: transparent;
}

.popup_selected_keywords_area .keyword_item ul li {
  background: #f8f8f8;
  border: 1px dashed #D9D9D9;
  color: rgba(46, 47, 51, .88);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 14px;
  min-height: 36px;
}

.popup_selected_keywords_area .keyword_item ul li .ico_delete {
  margin-left: 8px;
}

.keyword_search_head {
  display: flex;
  padding-left: 70px;
  gap: 10px;
  flex: none;
}

.keyword_search_head.popularity {
  background: url(../images/common/ico_tab02_on.svg) no-repeat left 16px center;
  background-size: auto 30px;
}

.keyword_search_head.relation {
  background: url(../images/common/ico_tab01_on.svg) no-repeat left 16px center;
  background-size: auto 30px;
}

.keyword_search_head.color {
  background: url(../images/common/ico_tab03_on.svg) no-repeat left 16px center;
  background-size: auto 30px;
}

.keyword_search_head.design {
  background: url(../images/common/ico_tab04_on.svg) no-repeat left 16px center;
  background-size: auto 30px;
}

.keyword_search_head.search {
  background: url(../images/common/ico_tab05_on.svg) no-repeat left 16px center;
  background-size: auto 30px;
}

.keyword_concept_tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.keyword_concept_tabs>input,
.keyword_concept_tabs section>div {
  display: none;
}

.keyword_concept_tabs section {
  flex: 1;
  display: flex;
}

.keyword_concept_tabs section>.tab_content {
  flex: 1;
  background: #ffffff;
  flex-direction: column;
  padding: 0 10px 0 0;
  height: auto;
  gap: 10px;
}

.keyword_concept_tabs section>.tab_content .keyword_item {
  margin-left: 20px;
}

.keyword_concept_tabs section>.tab_content .keyword_item ul {
  flex-direction: column;
  gap: 4px;
  flex-wrap: nowrap;
  min-height: 100%;
  max-height: 346px;
  overflow: auto;
}

.keyword_concept_tabs section>.tab_content .keyword_item ul li {
  flex: none;
  width: max-content;
  border: 1px dashed #D9D9D9;
}

.keyword_concept_tabs section>.tab_content .keyword_item.word_type ul li+li {
  padding-left: 0;
}

.keyword_concept_tabs section>.tab_content .keyword_item.word_type ul li+li:before {
  display: none;
}

.keyword_concept_tabs section>.tab_content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000000
}

.keyword_concept_tabs nav {
  position: relative;
  display: flex;
  flex: none;
  overflow: auto;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  scrollbar-width: none;
}

.keyword_concept_tabs nav::-webkit-scrollbar {
  display: none;
}

.keyword_concept_tabs nav label {
  position: relative;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding: 12px 18px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: rgba(0, 0, 0, .24);
  transition: color .2s ease, font-weight .2s ease;
}

.keyword_concept_tabs nav label:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3px;
  z-index: 1;
  background: transparent;
}

.keyword_concept_tabs nav label:hover {
  color: rgba(0, 0, 0, .55)
}

.keyword_concept_tabs #a_tab1:checked~section .tab1 {
  display: flex;
}

.keyword_concept_tabs #a_tab2:checked~section .tab2 {
  display: flex;
}

.keyword_concept_tabs #a_tab3:checked~section .tab3 {
  display: flex;
}

.keyword_concept_tabs #a_tab4:checked~section .tab4 {
  display: flex;
}

.keyword_concept_tabs #a_tab1:checked~.nav_scroll_wrap nav .tab1 {
  color: #111111;
  font-weight: 700;
}

.keyword_concept_tabs #a_tab2:checked~.nav_scroll_wrap nav .tab2 {
  color: #111111;
  font-weight: 700;
}

.keyword_concept_tabs #a_tab3:checked~.nav_scroll_wrap nav .tab3 {
  color: #111111;
  font-weight: 700;
}

.keyword_concept_tabs #a_tab4:checked~.nav_scroll_wrap nav .tab4 {
  color: #111111;
  font-weight: 700;
}

.keyword_concept_tabs #a_tab1:checked~.nav_scroll_wrap nav .tab1:before {
  background: #D0FD6B;
}

.keyword_concept_tabs #a_tab2:checked~.nav_scroll_wrap nav .tab2:before {
  background: #D0FD6B;
}

.keyword_concept_tabs #a_tab3:checked~.nav_scroll_wrap nav .tab3:before {
  background: #D0FD6B;
}

.keyword_concept_tabs #a_tab4:checked~.nav_scroll_wrap nav .tab4:before {
  background: #D0FD6B;
}

/* 탭 스크롤 래퍼 및 방향 화살표 인디케이터 */
.nav_scroll_wrap {
  position: relative;
}

.nav_scroll_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: url(../images/common/ico_chevron_circle_left.svg) no-repeat center / 34px 34px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 3;
}

.nav_arrow_left {
  left: 0;
}

.nav_arrow_right {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.nav_scroll_wrap.is-scrollable-left .nav_arrow_left,
.nav_scroll_wrap.is-scrollable-right .nav_arrow_right {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav_scroll_fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  width: 56px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 2;
}

.nav_scroll_fade_right {
  background: linear-gradient(to left, #fff 26%, rgba(255, 255, 255, .82) 56%, rgba(255, 255, 255, 0));
}

.nav_scroll_wrap.is-scrollable-right .nav_scroll_fade_right {
  opacity: 1;
  visibility: visible;
}

.search_main_container {
  position: relative;
  width: 100%;
}

.search_main_box {
  width: 100%;
  padding: 12px 44px 12px 24px;
  height: 48px;
  border: 2px solid #D0FD6B !important;
  border-radius: 48px;
  font-size: 16px;
  outline: none;
}

.search_main_box.no_select {
  padding: 12px 44px 12px 20px;
}

.search_main_box:focus {
  border-color: rgba(0, 0, 0, .4);
}

.search_main_container.dropdown-active .search_main_box {
  border-color: rgba(0, 0, 0, .4);
  border-radius: 30px 30px 0 0;
  border-bottom-color: #fff !important;
}

.search_main_icon {
  position: absolute;
  right: 6px;
  top: 0;
  background: url(../images/common/ico_search.svg) no-repeat center center;
  width: 48px;
  height: 48px;
  background-size: 16px auto;
  cursor: pointer;
}

h5+.search_main_container {
  margin-top: 10px;
}

.related_main_box {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 2px solid #D0FD6B;
  border-top: none;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  z-index: 10;
  padding: 20px 9px 20px 9px;
}

.related_main_box.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.related_main_item {
  padding: 10px 15px;
  font-size: 15px;
  color: #202124;
  cursor: pointer;
  border-radius: 30px;
}

.related_main_item:hover {
  background: #f8f9fa;
}

.search_container {
  position: relative;
  width: 100%;
}

.search_box {
  width: 100%;
  padding: 12px 45px 12px 15px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 40px;
  font-size: 16px;
  outline: none;
}

.search_box:focus {
  border-color: rgba(0, 0, 0, .4);
}

.search_container.dropdown-active .search_box {
  border-color: rgba(0, 0, 0, .4);
  border-radius: 20px 20px 0 0;
  border-bottom-color: #fff !important;
}

.search_icon {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 18px;
  color: #70757a;
  background: url(../images/common/ico_search.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 16px auto;
}

.related_box {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .4);
  border-top: none;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  z-index: 10;
  padding: 10px;
  gap: 4px;
}

.related_box.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.related_item {
  padding: 10px 15px;
  font-size: 14px;
  color: #202124;
  cursor: pointer;
  border-radius: 30px;
}

.related_item.disabled {
  color: #bdbdbd
}

.related_item span {
  color: #96d404
}

.related_item:hover {
  background: #f8f9fa;
}

.pop_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(20 20 20 / 70%);
  z-index: 999999;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 20px;
}

.pop_wrap .pop_inner {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.pop_wrap .pop_inner .scroll_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0;
}

.pop_wrap .pop_inner .close {
  position: absolute;
  top: 14px;
  right: 14px;
  flex: none;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_delete.svg) no-repeat center center;
  background-size: 12px;
  z-index: 9;
}

.pop_wrap .pop_inner.msg {
  width: 380px;
  height: auto;
  padding: 40px 20px 20px 20px;
}

.pop_wrap .pop_inner.loading {
  width: 280px;
  height: auto !important;
}

.pop_wrap .pop_inner.small {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.pop_wrap .pop_inner.medium {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.pop_wrap .pop_inner.full {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.pop_wrap .pop_inner .page_button_wrap {
  margin: 0;
  flex: none;
}

.pop_wrap .pop_inner .fx_form_wrap {
  margin-top: 10px;
}

.pop_wrap .pop_inner .fx_form_wrap+.com_detail {
  margin-top: 10px;
}

.pop_wrap .pop_inner .com_detail+.page_button_wrap {
  margin-top: 0;
}

.pop_wrap .pop_inner .com_head h4 {
  padding-right: 30px;
}

.pop_wrap .pop_inner h5+.keyword_item {
  margin-top: -10px;
}

.trend_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 0;
  max-height: auto;
  overflow-y: scroll;
  padding: 0;
}

.trend_top {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #f1f1f1;
  width: 100%;
  gap: 20px;
  border-radius: 20px;
}

.trend_top .copy {
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex: 1;
}

.trend_top .copy h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000000
}

.trend_top .copy h4 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(46, 47, 51, .88) !important
}

.trend_top img {
  display: block;
  border-radius: 10px;
  width: 100%;
}

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

.trend_img img {
  display: block;
  border-radius: 10px;
  width: 100%;
}

.trend_comment {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}

.trend_comment h4 {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #171719;
}

.trend_comment p {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  color: rgba(92, 93, 97, 0.88);
  width: 100%;
}

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

.trend_keyword_wrap .com_head {
  height: 40px;
}

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

.trend_keyword_group {
  display: flex;
  flex: 1;
}

.trend_keyword_wrap h3 {
  display: flex;
  flex: 1;
  font-weight: 600;
  font-size: 24px;
  color: #171719;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.trend_keyword_group h5 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 12px;
  color: rgba(46, 47, 51, .88);
  align-items: center;
  width: 100px;
}

.trend_keyword_group .keyword_item {
  flex: 1;
  background: rgba(112, 115, 124, .1);
  ;
  padding: 10px;
  border-radius: 16px;
}

.trend_keyword_item {
  margin: 0;
}

.trend_keyword_item ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trend_keyword_item ul+ul {
  margin-top: 6px;
}

.trend_keyword_item ul li {
  position: relative;
  display: inline-flex;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px;
  font-weight: 500;
  color: rgba(46, 47, 51, .88);
  padding: 6px 10px;
  border-radius: 20px;
}

.btn_line {
  text-decoration: underline;
  color: #FF5E5E;
  font-size: 14px;
}

.trend_keyword_wrap .btn_wrap {
  display: flex;
  gap: 20px;
}

.trend_keyword_wrap .btn_line {
  margin-top: 20px;
}

.trend_keyword_wrap .btn_share {
  margin-top: 20px;
  padding-left: 30px;
  background: url(../images/common/ico_share.svg) no-repeat left center;
}

/* login_wrap */
.login_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.inline_login {
  margin-bottom: 80px;
}

.login_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 420px;
  padding: 0 40px;
}

.login_container .login_form {
  display: flex;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.login_container h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 40px;
}

.login_container .login_form input {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 8px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
}

.login_container .login_form input::placeholder {
  color: rgba(112, 115, 124, .88);
}

.login_container .login_form input+input {
  margin-top: 10px;
}

.login_container .login_form input[type="text"]:active,
.login_container .login_form input[type="text"]:focus,
.login_container .login_form input[type="password"]:active,
.login_container .login_form input[type="password"]:focus {
  border: 1px solid rgba(0, 0, 0, .4);
}

.login_container .btn_login {
  display: inline-flex;
  flex: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  height: 48px;
  padding: 0 40px;
  background: #313131;
  border: none;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  transition-duration: .2s;
}

.login_container .btn_login:hover {
  background: #000000;
}

.login_container .login_btn_wrap {
  display: flex;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.login_container .login_btn_wrap .btn_group {
  display: flex;
  flex: none;
}

.login_container .login_btn_wrap .btn_group a {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
}

.login_container .login_btn_wrap .btn_group a:hover {
  color: #000000;
}

.login_container .login_btn_wrap .btn_group a+a {
  margin-left: 20px;
}

.login_container .login_btn_wrap .btn_group a+a:before {
  position: absolute;
  content: '';
  top: 3px;
  left: -10px;
  width: 1px;
  height: 14px;
  background: rgba(170, 132, 132, 0.4);
}

.login_container .login_msg {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  width: 100%;
}

.login_container .login_msg p {
  position: relative;
  font-size: 13px;
  font-weight: 200;
  color: #000000;
}

.login_container .login_msg p+p {
  margin-top: 4px;
}

.login_container .login_copyright {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  width: 100%;
}

.login_container .login_copyright p {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}

.login_container .login_copyright p span {
  color: #000000;
  font-weight: 400;
}

.fx_form_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin-top: 40px;
}

.fx_form_wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
}

.fx_form_wrap .row+h4 {
  margin-top: 20px;
}

.fx_form_wrap h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  line-height: 18px;
}

.fx_form_wrap h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: rgba(112, 115, 124, .88);
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 40px;
}

.fx_form_wrap h5 a {
  margin-left: 10px;
}

.fx_form_wrap h4+.col {
  margin-top: 20px;
}

.fx_form_wrap .col {
  position: relative;
  display: flex;
  flex-direction: column;
}

.fx_form_wrap .row {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.fx_form_wrap .row+.row {
  margin-top: 14px;
}

.fx_form_wrap .row+.col {
  margin-top: 14px;
}

.fx_form_wrap .col+.col {
  margin-top: 14px;
}

.fx_form_wrap .col+.row {
  margin-top: 14px;
}

.fx_form_wrap .row+.mt0 {
  margin-top: 0;
}

.fx_form_wrap .row+.mt20 {
  margin-top: 20px;
}

.fx_form_wrap .row+.mt40 {
  margin-top: 40px;
}

.fx_form_wrap .row.line {
  margin-top: 20px;
  padding-top: 20px;
}

.fx_form_wrap .row.line:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2)
}

.fx_form_wrap .fx_form_item {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.fx_form_wrap .fx_form_item.fx_space {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
}

.fx_form_wrap .fx_form_item .fx_form {
  min-height: 30px;
  align-items: center;
}

.fx_form_wrap .fx_form_item.double {
  flex: 2;
}

.fx_form_wrap .fx_form_item+.fx_form_item {
  margin-left: 10px;
}

.fx_form_wrap .col .fx_form_item+.fx_form_item {
  margin-left: 0;
  margin-top: 10px;
}

.fx_form_wrap .fx_form_item label {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  width: 100%;
}

.fx_form_wrap .fx_form_item label+label {
  position: relative;
  white-space: nowrap;
  width: auto;
}

.fx_form_wrap .fx_form_item label em {
  font-size: 12px;
  font-weight: 400;
  color: red;
  margin-left: 6px;
}

.fx_form_wrap .fx_form_item label span {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 12px;
  font-weight: 300;
  color: 999999;
}

.fx_form_wrap .fx_form_item input[type="text"],
.fx_form_wrap .fx_form_item input[type="tel"],
.fx_form_wrap .fx_form_item input[type="email"] {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}

.fx_form_wrap .fx_form_item input[type="text"]:focus,
.fx_form_wrap .fx_form_item input[type="tel"]:focus,
.fx_form_wrap .fx_form_item input[type="email"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.fx_form_wrap .fx_form_item input[type="text"]:disabled,
.fx_form_wrap .fx_form_item input[type="tel"]:disabled,
.fx_form_wrap .fx_form_item input[type="email"]:disabled {
  background: #fafafa;
}

.fx_form_wrap .fx_form_item input[type="password"] {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}

.fx_form_wrap .fx_form_item input[type="password"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.fx_form_wrap .fx_form_item input[type="password"]:disabled {
  background: #fafafa;
}

.fx_form_wrap .fx_form_item select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px !important;
  background-position: right 10px top 8px !important;
  background-size: 14px auto !important;
}

.fx_form_wrap .fx_form_item textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  min-height: 80px;
  font-size: 14px;
  font-weight: 400;
  resize: none;
}

.fx_form_wrap .fx_form_item textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.fx_form_wrap .fx_form_item label+input {
  margin-top: 6px;
}

.fx_form_wrap .fx_form_item label+textarea {
  margin-top: 6px;
}

.fx_form_wrap .fx_form_item label+select {
  margin-top: 6px;
}

.fx_form_wrap .fx_form_item label+.fx_form {
  margin-top: 6px;
}

.fx_form_wrap .comment {
  font-size: 12px;
  color: rgba(112, 115, 124, .88);
  font-weight: 400;
}

.fx_form_wrap .comment .pass {
  color: #1a60ca
}

.fx_form_wrap .comment .fail {
  color: #e74040
}

.fx_form_wrap .row.fx_row .fx_form_item {
  flex-direction: row;
}

.fx_form_wrap .row.fx_row+.row.fx_row {
  margin-top: 5px;
}

.fx_form_wrap .row.fx_row .fx_form_item *+* {
  margin-left: 5px;
}

.fx_form_wrap .row.fx_row .fx_form_item input[type="checkbox"]+* {
  margin-left: 10px;
}

.fx_form_wrap .com_head {
  display: flex;
  justify-content: space-between;
}

.fx_form_wrap .row+.com_head {
  margin-top: 30px;
}

.fx_form_wrap .col+.com_head {
  margin-top: 30px;
}

.fx_form_wrap .com_head h4 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: #313131;
  margin-top: 0;
  justify-content: flex-start;
}

.fx_form_wrap .com_head h5 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #313131;
  margin-top: 0;
  justify-content: flex-start;
}

.fx_form_wrap .com_head.line {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.fx_form_wrap .com_head.line_b {
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fx_form_wrap .row .page_button_wrap {
  justify-content: center;
}

.fx_form_wrap .row+.page_button_wrap {
  margin-top: 30px;
}

.fx_form_wrap .col+.page_button_wrap {
  margin-top: 30px;
}

.fx_form_wrap+.page_button_wrap {
  margin-top: 30px;
}

.done_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url(../images/common/ico_done.svg) no-repeat center top;
  padding-top: 60px;
  margin-bottom: 40px;
}

.done_wrap h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.done_wrap h4+h4 {
  margin-top: 10px;
}

.tooltip {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tooltip .tooltip_item {
  display: flex;
  flex-direction: column;
}

.tooltip .tooltip_item h4 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #181818;
  margin-top: 0;
  justify-content: flex-start;
}

.tooltip .tooltip_item h5 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
  color: #313131;
  margin-top: 0;
  justify-content: flex-start;
  margin-top: 10px;
}

.tooltip .tooltip_item h6 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 0;
  color: #5c5c5c;
  margin-top: 0;
  justify-content: flex-start;
  margin-top: 6px;
}


.custom_select {
  display: none;
}

.dropdown_container {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  z-index: 2;
}

.dropdown_container.active {
  z-index: 30;
}

.dropdown_select {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 0 24px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.06s ease;
  margin-bottom: 10px;
}

.dropdown_select:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/common/ico_select.png) no-repeat center center;
  margin-top: -15px;
  transition: 0.1s ease;
  z-index: 1;
}

.dropdown_select:hover,
.dropdown_select:focus {
  background-color: #f1f1f1;
}

.active .dropdown_select {
  border-color: #818181
}

.active .dropdown_select:before {
  transform: rotate(180deg);
  margin-top: -8px;
}

.dropdown_select_ul {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 40;
  position: absolute;
  width: 100%;
  max-height: 204px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 4px;
}

.dropdown_select_ul {
  border: 1px solid #adadad;
  background: #ffffff;
  color: #000000;
  border-radius: 26px;
  padding: 8px;
  margin-top: 6px;
}

.dropdown_select_ul li {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  min-height: 40px;
  padding: 0 24px;
  font-size: 14px;
  border-radius: 40px;
}

.dropdown_select_ul li.selected,
.dropdown_select_ul li.optgroup {
  cursor: default;
}

.active .dropdown_select_ul {
  top: 100%;
  display: flex;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: fadeIn;
}

.active .dropdown_select {
  background-color: #ffffff;
}

.dropdown_select_ul li:hover,
.dropdown_select_ul li:focus {
  background: #f1f1f1;
}

.dropdown_select_ul li.selected {
  background: #adadad;
  color: #fff;
}

.dropdown_select_ul li .disabled {
  color: #bbbbbb;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.switch_input_com {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
}

.switch_input_com input {
  display: none;
}

.switch_input_com label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  white-space: nowrap;
  transition-duration: .3s;
}

.switch_input_com label:before,
.switch_input_com label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch_input_com label:before {
  left: 0px;
  width: 40px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.switch_input_com label:after {
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}

.switch_input_com label span {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 50px;
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition-duration: .2s;
}

.switch_input_com label:hover span {
  color: #474747 !important;
}

.switch_input_com input:checked+label:before {
  background-color: #474747;
}

.switch_input_com input:checked+label:after {
  background-color: #ffffff;
  -ms-transform: translate(126%, -50%);
  -webkit-transform: translate(126%, -50%);
  transform: translate(126%, -50%);
}

.switch_input_com input:checked+label span {
  color: #474747 !important;
}

/* loader */
.loader_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
}

.loader_wrap.inner {
  position: relative;
  ;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  z-index: 9999999;
  width: 80px;
  height: 80px;
  margin: 40px auto;
}

.loader_wrap h4 {
  position: absolute;
  bottom: -30px;
  left: -45px;
  right: -45px;
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
  text-align: center;
}

.loader_circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -40px;
  margin-top: -40px;
}

.loader_line_mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  overflow: hidden;
  transform-origin: 40px 40px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}

.loader_line_mask .loader_line {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #bce756;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 60px auto;
}

.footer .footer_menu {
  margin: 0;
}

.footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer .footer_menu ul li {
  display: flex;
  flex: none;
  font-size: 12px;
  color: #313131;
  font-weight: 400;
}

.footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
  gap: 4px;
}

.footer .copy p {
  display: flex;
  flex: none;
  font-size: 11px;
  color: #313131;
  font-weight: 400;
  gap: 10px;
  flex-wrap: wrap;
}

.footer .copy span {
  display: flex;
  flex: none;
  font-size: 11px;
  color: #5f5f5f;
  font-weight: 400;
}

/* mobile 추가 2025-11-04 */
.mobile_wrap {
  display: none;
}

@media screen and (max-width:860px) {
  .mobile_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #e7ffad;
  }

  .mobile_wrap p {
    display: flex;
    width: 30vw;
    height: 22vw;
    background: url(../images/common/mobile.svg) no-repeat center center;
    background-size: 100%;
    margin: 0 auto;
  }

  .mobile_wrap h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 6vw;
    font-weight: 400;
    margin-top: 2vw
  }

  .mobile_wrap h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 4vw;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6)
  }

  .mobile_wrap h3+h4 {
    margin-top: 4vw;
  }
}

/* 슬라이더 컨테이너 */
.range-slider-container {
  width: 100%;
  height: 40px;
  max-width: 400px;
  margin: 0px auto;
  padding: 0 0 0 0;
}

/* 라벨 */
.range-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  font-size: 10px;
  color: #666;
  text-align: center;
}

.label-left,
.label-right {
  line-height: 1.4;
}

/* 슬라이더 래퍼 */
.range-slider-wrap {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

/* range input 기본 스타일 초기화 */
.custom-range-slider,
.custom-range-slider:disabled {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.custom-range-slider::-webkit-slider-runnable-track {
  height: 4px;
  background: #e2e4e8;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
}

/* 슬라이더 트랙 (Firefox) */
.custom-range-slider::-moz-range-track {
  height: 4px;
  background: #4a90e2;
  border-radius: 2px;
}

/* 슬라이더 썸 (Chrome, Safari, Edge) */
.custom-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 12px;
  background: #96d404;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transform: none;
  margin-top: -8px;
  /* (4px track - 12px thumb) / 2 = -4px */
}

.custom-range-slider.no-data,
.custom-range-slider.no-data:disabled {
  background: transparent;
}

.custom-range-slider.no-data::-webkit-slider-runnable-track {
  background: #e2e4e8;
}

.custom-range-slider.no-data::-webkit-slider-thumb {
  display: none;
}

.custom-range-slider.no-data::-moz-range-thumb {
  display: none;
}

/* 슬라이더 썸 (Firefox) */
.custom-range-slider::-moz-range-thumb {
  width: 6px;
  height: 24px;
  background: #96d404;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  cursor: pointer;
  transform: none;
}

/* 슬라이더 썸 hover 효과 */
.custom-range-slider::-webkit-slider-thumb:hover {
  background: #96d404;
  transform: scale(1.1);
}

.custom-range-slider::-moz-range-thumb:hover {
  background: #96d404;
  transform: scale(1.1);
}

/* percentage가 0일 때 슬라이더 썸 회색 처리 */
.custom-range-slider.zero-value::-webkit-slider-thumb {
  background: #d0d0d0;
  /* 중앙 배치:50% 위치로 강제 이동 */
  position: relative;
  left: calc(50% - 2.5px);
  /* thumb 너비(5px)의 절반만큼 왼쪽으로 */
}

.custom-range-slider.zero-value::-moz-range-thumb {
  background: #d0d0d0;
  position: relative;
  left: calc(50% - 2.5px);
}

.custom-range-slider.zero-value:disabled::-webkit-slider-thumb {
  background: #d0d0d0;
  position: relative;
  left: calc(50% - 2.5px);
}

.custom-range-slider.zero-value:disabled::-moz-range-thumb {
  background: #d0d0d0;
  position: relative;
  left: calc(50% - 2.5px);
}

/* 슬라이더 disabled 스타일 (일반과 동일하게) */
.custom-range-slider:disabled {
  opacity: 1;
  cursor: pointer;
}

.custom-range-slider:disabled::-webkit-slider-runnable-track {
  background: #e2e4e8;
}

.custom-range-slider:disabled::-webkit-slider-thumb {
  background: #96d404;
  border: 0;
  cursor: pointer;
  transform: none;
}

.custom-range-slider:disabled::-moz-range-thumb {
  background: #96d404;
  border: 0;
  cursor: pointer;
  transform: none;
}

/* 값 표시 (선택사항) */
.range-value {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: none;
  /* 필요시 표시 */
}

/* 버튼 disabled 스타일 */
.btn_special.disabled {
  pointer-events: none;
  cursor: default;
  background: #e8ffb4;
  color: #9b9b9b;
}

.btn_primary.disabled {
  pointer-events: none;
  cursor: default;
  background: #3b3b3b;
  color: #dadada;
}


.btn_normal.disabled {
  pointer-events: none;
  cursor: default;
  background: #e9e9e9;
  color: #b5b5b5;
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: var(--mobile-shell-max-width);
  }

  .container {
    width: 100%;
    max-width: var(--mobile-shell-max-width);
    margin: 0 auto;
  }

  .container .contents {
    max-width: var(--mobile-shell-max-width);
    margin: 0 auto;
  }

  .page_button_wrap.floating {
    left: 50%;
    width: 100%;
    max-width: var(--mobile-shell-max-width);
    transform: translateX(-50%);
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop_wrap .pop_inner.small {
    flex: none;
    width: 100%;
    max-width: var(--mobile-dialog-small-max-width);
  }

  .pop_wrap .pop_inner.msg {
    width: 100%;
    max-width: var(--mobile-dialog-msg-max-width);
    height: auto;
  }

  .pop_wrap .pop_inner.medium {
    flex: none;
    width: 100%;
    max-width: var(--mobile-dialog-medium-max-width);
  }

  .pop_wrap .pop_inner.large {
    flex: none;
    width: 100%;
    max-width: var(--mobile-dialog-large-max-width);
    height: auto;
    max-height: calc(100vh - 40px);
  }

  .pop_wrap .pop_inner.full {
    flex: none;
    width: 100%;
    max-width: var(--mobile-dialog-full-max-width);
    /* height: auto; */
    max-height: calc(100vh - 40px);
  }

  .pop_wrap .pop_inner.trend {
    flex: none;
    width: 100%;
    max-width: var(--mobile-dialog-trend-max-width);
    height: auto;
    max-height: calc(100vh - 40px);
  }

  .pop_wrap .pop_inner.loading {
    flex: none;
    width: 320px;
    height: 320px;
  }

  .pop_wrap .pop_inner.large .scroll_box,
  .pop_wrap .pop_inner.full .scroll_box,
  .pop_wrap .pop_inner.trend .scroll_box,
  .pop_wrap .pop_inner.full .keyword_search_content {
    min-height: 0;
  }
}
