@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;
}
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;
  color: #c7c8c9;
}

/* 파일이 선택된 경우 */
input[type='file'].has-file {
  color: #000000; /* 파일 선택 후 텍스트 색상 */
}

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, 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 !important;
}
input[disabled] {
  background: #f1f1f1 !important;
}
/*  */
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: 980px;
  margin: 0 auto;
}
.header_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  width: 100%;
  height: 120px;
  padding: 0;
}
.header_wrap h1 {
  display: flex;
  flex: none;
  width: 280px;
  height: 100%;
  background: url(../images/common/logo.png) no-repeat left center;
  cursor: pointer;
  background-size: auto 30px;
}
.header_wrap.landing h1 {
  background: none;
  cursor: default;
}
.header_wrap .fnc_menu_wrap {
  display: flex;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 280px;
  height: 100%;
}
.header_wrap .fnc_user {
  position: relative;
  display: flex;
  flex: none;
  height: 100%;
  align-items: center;
}
.header_wrap .fnc_user .fnc_detail {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-end;
}
.header_wrap .fnc_user .fnc_detail span {
  display: flex;
  flex: none;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.9;
  color: #000000;
  margin-right: 10px;
}
.header_wrap .fnc_user .fnc_detail span + span {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.6;
}
.header_wrap .fnc_user p {
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_user.svg) no-repeat left center;
}
.header_wrap .fnc_user:hover > .fnc_button {
  visibility: visible;
  z-index: 99;
}
.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: -40px;
  border-radius: 10px;
}
.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;
}
.header_wrap .fnc_user .fnc_button a + a {
  margin-top: 10px;
}

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

.landing_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 20px auto;
  flex-direction: column;
  width: 690px;
}
.landing_wrap h3 {
  display: flex;
  flex: none;
  width: 100%;
  height: 50px;
  background: url(../images/common/logo.png) no-repeat center center;
  background-size: auto 46px;
  margin-bottom: 20px;
}
.landing_wrap > div {
  width: 100%;
  justify-content: center !important;
  align-items: center !important;
}
.landing_wrap .com_head h4 {
  font-size: 26px !important;
  font-weight: 600;
  color: #000000 !important;
  text-align: center;
}
.landing_wrap .com_head h4 + h4 {
  font-size: 18px !important;
  margin-top: 10px;
}
.landing_wrap .com_head h5 {
  font-size: 14px !important;
  font-weight: 400;
  color: rgba(46, 47, 51, 0.88) !important;
  text-align: center;
  margin-top: 35px;
}
.landing_wrap .page_button_wrap {
  margin: 0 0 20px 0;
}
.landing_wrap .keyword_item {
  padding: 0 40px;
}
.landing_wrap .keyword_item ul {
  justify-content: center !important;
}

.bottom_box {
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-top: 20px;
  background: #f7f7f8;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 20px 40px;
  background: #d0fd6b;
  border-bottom: 60px solid #000000;
  margin-top: -20px;
}
.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;
  /* margin-top: 20px; */
  margin-top: 0;
  margin-bottom: 20px; /* 기본값을 0으로 변경 */
  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 h4 {
  color: rgba(112, 115, 124, 0.88);
}
.description.bottom h3 {
  color: #1c180d;
  font-weight: 600;
}
.tip {
  font-size: 10px;
  color: #a5a5a5;
  padding-left: 20px;
  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: 22px;
  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 h3 + h4 {
  margin-top: 10px !important;
}
.message_wrap h4 + h4 {
  margin-top: 20px !important;
}
.message_wrap h4 + h5 {
  margin-top: 10px !important;
}

.step_wrap + .description {
  margin-top: 0;
}
.step_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.step_wrap ul {
  display: flex;
  width: 100%;
  height: 46px;
}
.step_wrap li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: rgba(55, 56, 60, 0.28);
}
.step_wrap li .btn_help {
  position: relative;
  margin-left: 2px;
}
.step_wrap li.current {
  color: #000000;
}
.step_wrap li.current:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #d0fd6b;
}
.step_wrap li:hover {
  background: rgba(255, 255, 255, 0.06);
}
.step_wrap li:hover a {
  color: #fff;
}

.feature_chart {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #636363;
  height: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 0 10px;
}
.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 {
  border-bottom: 2px solid #1c180d;
}
.feature_chart li.current:before {
  background: #1c180d !important;
}
  */
.feature_chart li.current label {
  background: #d0fd6b !important;
  color: #000000;
}
.feature_chart li.indent label {
  margin-left: -80px;
}
.feature_chart li:hover {
  background: rgba(255, 255, 255, 0.06);
}
.feature_chart li:hover a {
  color: #fff;
}

.com_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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, 0.88);
  margin-left: 20px;
}
.com_head.row_type {
  align-items: center;
  gap: 18px;
}
.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, 0.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, 0.88);
  margin-top: 10px;
}
.com_head.line {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 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-left: 40px;
  padding-right: 40px;
}
.com_detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.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, 0.88);
}
.com_detail h4 + p {
  margin-top: 4px;
}
.com_detail h4 + ul {
  margin-top: 4px;
}
.com_detail p {
  font-size: 14px;
  color: #171719;
  line-height: 20px;
  padding-left: 10px;
}
.com_detail p.g_color {
  color: rgba(55, 56, 60, 0.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, 0.05);
  padding: 20px;
  border-radius: 20px;
  margin-top: -10px;
}
.com_detail.g_box h4 {
  font-size: 12px;
  color: rgba(55, 56, 60, 0.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;
  padding: 4px 10px;
  border-radius: 10px;
}
.com_detail h4.pink {
  background: #feecec;
  color: #ff6363;
  padding: 4px 10px;
  border-radius: 10px;
}
.com_detail h4.orange {
  background: #feeee5;
  color: #ff5e00;
  padding: 4px 10px;
  border-radius: 10px;
}
.com_detail h4.purple {
  background: #f0ecfe;
  color: #7d5ef7;
  padding: 4px 10px;
  border-radius: 10px;
}
.com_detail h4.green {
  background: rgba(59, 163, 21, 0.05);
  color: #3ba315;
  padding: 4px 10px;
  border-radius: 10px;
}

.dot_list {
  list-style: none;
  line-height: 20px;
  margin-left: 10px;
}
.dot_list li {
  position: relative;
  font-size: 12px;
  color: rgba(55, 56, 60, 0.61);
  padding-left: 10px;
}
.dot_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  color: rgba(55, 56, 60, 0.61);
  font-weight: 500;
  display: inline-block;
}

.dot_list_large {
  list-style: none;
  line-height: 20px;
  margin-left: 10px;
}
.dot_list_large li {
  position: relative;
  font-size: 14px;
  color: #171719;
  padding-left: 10px;
}
.dot_list_large li span {
  font-size: 12px;
  color: rgba(55, 56, 60, 0.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: 40px;
}
.keyword_group_wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}
.keyword_group {
  display: flex;
  flex: 1;
}
.keyword_wrap h3 {
  display: flex;
  flex: 1;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.keyword_group h5 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 12px;
  color: rgba(46, 47, 51, 0.88);
  align-items: center;
  width: 100px;
  padding-left: 14px;
}
.keyword_group .keyword_item {
  flex: 1;
  background: rgba(112, 115, 124, 0.1);
  padding: 10px;
  border-radius: 16px;
}
.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, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: rgba(46, 47, 51, 0.88);
  padding: 6px 10px;
  border-radius: 20px;
}
.keyword_item ul li.inherit {
  background: #ffffff;
  border: 1px solid #bce756;
  color: rgba(46, 47, 51, 0.88);
}
.keyword_item ul li.erasable {
  background: #f4f4f5;
  border: 1px dashed #d9d9d9;
  color: rgba(46, 47, 51, 0.88);
}

/* 수정 */
/* .keyword_item.step_third ul li.erasable {
  background: rgba(208, 253, 107, 0.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 {
  margin-left: 0 !important;
}
.keyword_item.ranking ul li {
  margin-left: 75px;
}
.keyword_item.ranking ul li span {
  position: absolute;
  top: 0;
  left: -55px;
  min-width: 45px;
  background: #f4f4f5;
  font-size: 14px;
  font-weight: 300;
  color: rgba(55, 56, 60, 0.61);
  padding: 6px 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 수정 */
.keyword_search_tabs section > .tab_content .keyword_item ul li.current {
  /* border-color: #d0fd6b !important; */
  /* background: rgba(208, 253, 107, 0.05) !important; */
  background: #f4f4f5 !important;
  border: 1px dashed #d9d9d9 !important;
  color: #bfbfbf !important;
}
.keyword_search_tabs section > .tab_content .keyword_item ul li.erasable {
  background: #fff;
}

.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: 40px;
  padding: 0 40px 2px 40px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(112, 115, 124, 0.32);
  border-radius: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #d0fd6b;
}
.btn_gray:hover {
  border-color: rgba(112, 115, 124, 0.6);
}
.btn_normal {
  display: inline-flex;
  height: 40px;
  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, 0.04) 0 4px 0;
}
.btn_normal:hover {
  background: rgba(112, 115, 124, 0.1);
}
.btn_primary {
  display: inline-flex;
  height: 40px;
  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;
  height: 40px;
  padding: 0 40px 0 40px;
  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: #000;
  background: #d0fd6b;
  border-radius: 10px;
  padding: 0 10px;
  margin-right: 10px;
  height: 26px;
}
.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, 0.52);
  border-radius: 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;
}
.keyword_con_wrap .keyword_list ul:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.02);
}
.keyword_con_wrap .keyword_list ul.title {
  cursor: default;
  background: #f4f4f5;
}
.keyword_con_wrap .keyword_list ul.title:hover {
  cursor: default;
  background: #f4f4f5;
}
.keyword_con_wrap .keyword_list ul + ul {
  margin-top: -1px;
}
.keyword_con_wrap .keyword_list ul li {
  position: relative;
  display: flex;
  flex: none;
  width: 118px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 14px;
}
.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, 0.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, 0.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 li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.keyword_con_wrap .keyword_list ul.current {
  background: rgba(208, 253, 107, 0.05);
}
.keyword_con_wrap .keyword_list ul:last-child {
  border-radius: 0 0 20px 20px;
}
.keyword_con_wrap .com_head {
  margin: 20px;
}
.keyword_con_wrap .page_button_wrap {
  margin-bottom: 20px;
}

.keyword_inner {
  padding: 0 20px 20px 20px;
}
.keyword_inner .com_head {
  margin: 0 0 10px 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, 0.52);
  border-radius: 20px;
  padding: 20px;
  gap: 20px;
}
.keyword_analysis_wrap .keyword_analysis.hover:hover {
  background: rgba(208, 253, 107, 0.05);
}
.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;
}

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

.chart_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}
.chart_wrap .num {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.bar_chart {
  position: relative;
  display: flex;
  flex: none;
  width: 100%;
  height: 5px;
  background: rgba(112, 115, 124, 0.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: 3px;
  background: rgba(112, 115, 124, 0.16);
}
.stick_chart span.current {
  background: #96d404;
}
.stick_chart span:nth-child(1) {
  height: 5px;
}
.stick_chart span:nth-child(2) {
  height: 8px;
}
.stick_chart span:nth-child(3) {
  height: 11px;
}
.stick_chart span:nth-child(4) {
  height: 14px;
}
.stick_chart span:nth-child(5) {
  height: 17px;
}

.button_wrap {
  display: flex;
  justify-content: center;
}
.page_button_wrap {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 10px;
}
.page_button_wrap + .page_button_wrap {
  margin-top: 20px;
}
.page_button_wrap.floating {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.page_button_wrap.box_type {
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
.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, 0.22);
  background: #fff;
  border-radius: 20px;
  gap: 20px;
  padding: 40px 0;
}
.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;
}

/* layout */
.fx_layout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.fx_layout .fx_block {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}
.fx_layout .fx_block h5 {
  color: #898989;
  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;
}
.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 12px;
}
.fx_form .btn_primary {
  border-radius: 8px;
  margin-left: 4px;
  height: 36px;
  padding: 0 12px;
}

.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: 14px !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_wrap {
  flex: none !important;
  width: 402px;
}

.keyword_search_tabs {
  position: relative;
  display: flex;
  gap: 10px;
}
.keyword_search_tabs > input,
.keyword_search_tabs section > div {
  display: none;
}
.keyword_search_tabs section {
  flex: 1;
  display: flex;
}
.keyword_search_tabs section > .tab_content {
  flex: 1;
  background: #ffffff;
  flex-direction: column;
  padding: 0 10px 0 0;
  height: auto;
  gap: 10px;
  min-height: 478px;
}
.keyword_search_tabs section > .tab_content .keyword_item {
  margin-left: 20px;
}
.keyword_search_tabs section > .tab_content .keyword_item ul {
  flex-direction: column;
  gap: 4px;
  flex-wrap: nowrap;
  min-height: 100%;
  max-height: 346px;
  overflow: auto;
}
.keyword_search_tabs section > .tab_content .keyword_item ul li {
  flex: none;
  width: max-content;
  border: 1px dashed #d9d9d9;
}
.keyword_search_tabs section > .tab_content .keyword_item.word_type ul li + li {
  padding-left: 0;
}
.keyword_search_tabs
  section
  > .tab_content
  .keyword_item.word_type
  ul
  li
  + li:before {
  display: none;
}

.keyword_search_tabs section > .tab_content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.keyword_search_tabs nav {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: none;
  width: 40px;
  gap: 6px;
}
.keyword_search_tabs nav:before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.keyword_search_tabs nav label {
  position: relative;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  padding-bottom: 6px;
  color: rgba(0, 0, 0, 0.4);
}
.keyword_search_tabs nav label:hover {
  color: #000000;
}
.keyword_search_tabs #a_tab1:checked ~ section .tab1 {
  display: flex;
}
.keyword_search_tabs #a_tab2:checked ~ section .tab2 {
  display: flex;
}
.keyword_search_tabs #a_tab3:checked ~ section .tab3 {
  display: flex;
}
.keyword_search_tabs #a_tab4:checked ~ section .tab4 {
  display: flex;
}
.keyword_search_tabs #a_tab5:checked ~ section .tab5 {
  display: flex;
}

.keyword_search_tabs #a_tab1 ~ nav .tab1 {
  background: url(../images/common/ico_tab01.svg) no-repeat top 6px center;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab2 ~ nav .tab2 {
  background: url(../images/common/ico_tab02.svg) no-repeat top 6px center;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab3 ~ nav .tab3 {
  background: url(../images/common/ico_tab03.svg) no-repeat top 6px center;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab4 ~ nav .tab4 {
  background: url(../images/common/ico_tab04.svg) no-repeat top 6px center;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab5 ~ nav .tab5 {
  background: url(../images/common/ico_tab05.svg) no-repeat top 6px center;
  background-size: auto 20px;
}

.keyword_search_tabs #a_tab1:checked ~ nav .tab1 {
  color: #ffffff;
  background: url(../images/common/ico_tab01_on.svg) no-repeat top 6px center;
  color: #2e2f33;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab2:checked ~ nav .tab2 {
  color: #ffffff;
  background: url(../images/common/ico_tab02_on.svg) no-repeat top 6px center;
  color: #3385ff;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab3:checked ~ nav .tab3 {
  color: #ffffff;
  background: url(../images/common/ico_tab03_on.svg) no-repeat top 6px center;
  color: #ff5e00;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab4:checked ~ nav .tab4 {
  color: #ffffff;
  background: url(../images/common/ico_tab04_on.svg) no-repeat top 6px center;
  color: #7d5ef7;
  background-size: auto 20px;
}
.keyword_search_tabs #a_tab5:checked ~ nav .tab5 {
  color: #ffffff;
  background: url(../images/common/ico_tab05_on.svg) no-repeat top 6px center;
  color: #2e2f33;
  background-size: auto 20px;
}

.keyword_search_tabs #a_tab1:checked ~ nav .tab1:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 26px;
  background: #d0fd6b;
  z-index: -1;
  border-radius: 4px;
}
.keyword_search_tabs #a_tab2:checked ~ nav .tab2:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 26px;
  background: #eaf2fe;
  z-index: -1;
  border-radius: 4px;
}
.keyword_search_tabs #a_tab3:checked ~ nav .tab3:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 26px;
  background: #feeee5;
  z-index: -1;
  border-radius: 4px;
}
.keyword_search_tabs #a_tab4:checked ~ nav .tab4:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 26px;
  background: #f0ecfe;
  z-index: -1;
  border-radius: 4px;
}
.keyword_search_tabs #a_tab5:checked ~ nav .tab5:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 26px;
  background: #d0fd6b;
  z-index: -1;
  border-radius: 4px;
}

.search_main_container {
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.search_main_container select {
  position: absolute;
  left: 10px;
  top: 10px;
  border: none;
  width: 170px;
}
.search_main_container .dropdown_select {
  position: absolute;
  left: 10px;
  top: 10px;
  border: none;
  width: 170px;
}
.search_main_container .dropdown_select_ul {
  width: 170px;
  left: 2px !important;
  top: 60px !important;
}
.search_main_box {
  width: 100%;
  padding: 12px 44px 12px 180px;
  height: 60px;
  border: 2px solid #d0fd6b !important;
  border-radius: 60px;
  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);border-radius:30px 30px 0 0;border-bottom:1px solid #fff!important;}
*/
.search_main_icon {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/common/ico_search.svg) no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: 18px 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;
}
.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, 0.2);
  border-radius: 40px;
  font-size: 16px;
  outline: none;
}
/* .search_box:focus {
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #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, 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;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: none;
}
.pop_wrap .pop_inner {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
  width: 600px;
  background: #fff;
  padding: 40px;
  border-radius: 40px;
  gap: 20px;
}
.pop_wrap .pop_inner .scroll_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 560px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
}
.pop_wrap .pop_inner .close {
  position: absolute;
  top: 30px;
  right: 30px;
  flex: none;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_delete.svg) no-repeat center center;
  background-size: 16px;
}
.pop_wrap .pop_inner.msg {
  width: 380px;
  padding: 40px 10px 20px 10px;
}
.pop_wrap .pop_inner.loading {
  width: 280px;
  height: 280px;
}
.pop_wrap .pop_inner.small {
  width: 480px;
}
.pop_wrap .pop_inner.medium {
  width: 640px;
}
.pop_wrap .pop_inner.large {
  width: 800px;
}
.pop_wrap .pop_inner .page_button_wrap {
  margin: 0;
}
.pop_wrap .pop_inner .keyword_item {
  width: 100%;
  align-items: center !important;
  margin-top: 20px;
}
.pop_wrap .pop_inner .keyword_item ul {
  justify-content: center !important;
}
.pop_wrap .pop_inner .fx_form_wrap + .com_detail {
  margin-top: 10px;
}
.pop_wrap .pop_inner .com_detail + .page_button_wrap {
  margin-top: 20px;
}

/* login_wrap */
.login_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 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 {
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 14px;
  padding-left: 8px;
}
.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 {
  background-color: #f7f7f7;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}
.login_container .btn_login {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  height: 56px;
  background: #38383b;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transition-duration: 0.2s;
}
.login_container .btn_login:hover {
  background: #141414;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}
.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 140px;
  margin-top: 40px;
}
.fx_form_wrap.full {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.fx_form_wrap.small {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 300px;
}
.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, 0.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;
}
.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'] {
  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 {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.fx_form_wrap .fx_form_item input[type='text']: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, 0.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;
  align-items: center;
}
.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;
  align-items: center;
  margin-bottom: 0;
  color: #313131;
  margin-top: 0;
}
.fx_form_wrap .com_head h5 {
  display: flex;
  flex: none;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  margin-bottom: 0;
  color: #313131;
  margin-top: 0;
}
.fx_form_wrap .com_head.line {
  padding-bottom: 10px !important;
  margin-bottom: 20px !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, 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 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 16px 20px;
  border: 1px solid #bdbdbd;
  background: #ffffff;
  cursor: default;
  margin-top: 6px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  color: #000000;
  white-space: nowrap;
  word-break: keep-all;
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
}
.tooltip strong {
  font-weight: 600;
  line-height: 20px;
}
.tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid rgba(0, 0, 0, 0.6);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.btn_help:hover > .tooltip {
  visibility: visible;
  z-index: 99;
}

.custom_select {
  display: none;
}
.dropdown_container {
  position: relative;
  display: flex;
  flex: 1;
}
.dropdown_select {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  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;
}
.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;
}
.dropdown_container.active .dropdown_select {
  border-color: #818181;
}
.dropdown_container.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: 1;
  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;
}
.dropdown_container.active .dropdown_select_ul {
  top: 100%;
  display: flex;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: fadeIn;
}
.dropdown_container.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: 0.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: 0.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: -40px;
  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;
}
.footer .copy span {
  display: flex;
  flex: none;
  font-size: 11px;
  color: #5f5f5f;
  font-weight: 400;
}

select option[value=''] {
  color: #c7c8c9 !important;
}

select option {
  color: #000000 !important;
}
