@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Pretendard-Regular.woff2") format("woff2"), url("../../font/Pretendard-Regular.woff") format("woff"), url("../../font/Pretendard-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Pretendard-Medium.woff2") format("woff2"), url("../../font/Pretendard-Medium.woff") format("woff"), url("../../font/Pretendard-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url("../../font/Pretendard-SemiBold.woff2") format("woff2"), url("../../font/Pretendard-SemiBold.woff") format("woff"), url("../../font/Pretendard-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Pretendard-Bold.woff2") format("woff2"), url("../../font/Pretendard-Bold.woff") format("woff"), url("../../font/Pretendard-Bold.ttf") format("truetype");
  font-display: swap;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
datalist,
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
datalist,
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
canvas {
  display: inline-block;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font style setting */
/* Point color setting */
/**
 * BASE SETTING
 */
.side_filter .side_filter_type02 .check_list dl:after, .side_filter .side_filter_type01 .radio_list_wrap:after, .stock_search_wrap ul:after, .time_label_list:after, .sec_basic .tit_wrap:after, #container.strategy_cosmoschat .side_filter .tit_wrap:after, #container.quant_equalport_add .sec_basic .sec07 ul:after, #container.quant_equalport_add .sec_basic .sec06 .list_wrap:after, #container.quant_equalport_add .sec_basic .sec05 .list_wrap:after, #container.quant_equalport_add .sec_basic .sec04 .up_down_wrap:after, #container.quant_equalport_add .sec_basic .sec04 .list_wrap:after, #container.quant_equalport_add .sec_basic .sec01 .list_wrap:after, #container.stock_analmetric .sec02 .con_box03 .list_wrap:after, #container.stock_analmetric .sec02 .con_box02:after, #container.stock_analmetric .sec02 .contents_wrap01:after, #container.stock_roi .sec02 .date_wrap:after, #container.stock_main .sec02 .date_wrap:after, #footer .txt_wrap:after, .admin_header .header_util ul:after, .admin_header #gnb ul:after, .admin_header .header_wrap:after, #header .gnb_sub_depth .depth_wrap:after, #header .header_util ul:after, #header #gnb ul:after, #header .header_wrap:after, #container.dashboard .sec03 ul:after, .chat_popup .side_filter .tit_wrap:after, #stockDetailPopup .stock_detail .sec12 .reaction_wrap .txt_wrap dl:after, #stockDetailPopup .stock_detail .sec11 .reaction_wrap .txt_wrap dl:after, #stockDetailPopup .stock_detail .sec01 .fit_box:after, #stockDetailPopup .stock_detail .sec01 .txt_wrap:after, #stockDetailPopup .header_back .btn_wrap:after, #stockDetailPopup .news_type02 .tit_wrap:after, #stockDetailPopup h2.tit_icon:after {
  content: " ";
  display: block;
  clear: both;
}

body {
  -webkit-backface-visibility: hidden;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]::-webkit-file-upload-button, button {
  padding: 0;
  font-family: "Pretendard", Arial, Apple SD Gothic Neo, sans-serif;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}
body.light_mode a {
  color: #000;
}

datalist, select, input, button, textarea {
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Pretendard", Arial, Apple SD Gothic Neo, sans-serif;
  line-height: 1;
  color: #000;
}
datalist[type=checkbox], select[type=checkbox], input[type=checkbox], button[type=checkbox], textarea[type=checkbox] {
  -webkit-appearance: checkbox;
}
datalist[type=radio], select[type=radio], input[type=radio], button[type=radio], textarea[type=radio] {
  -webkit-appearance: radio;
}
datalist::-ms-expand, select::-ms-expand, input::-ms-expand, button::-ms-expand, textarea::-ms-expand {
  display: none;
}

html, body {
  height: 100%; 
  font-family: "Pretendard", Arial, Apple SD Gothic Neo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  word-break: keep-all;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

label, button {
  cursor: pointer;
}

#portAddPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#portAddPopup .port_popup_close {
  width: 30px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 80px;
  transform: translate(420px, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
#portAddPopup .port_popup_close:hover {
  transform: translate(420px, 0) rotate(90deg);
}
#portAddPopup .port_popup_close:after, #portAddPopup .port_popup_close:before {
  width: 30px;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
}
#portAddPopup .port_popup_close:after {
  transform: rotate(45deg);
}
#portAddPopup .port_popup_close:before {
  transform: rotate(135deg);
}

#ideaAddPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#ideaAddPopup .port_popup_close {
  width: 30px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 80px;
  transform: translate(460px, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
#ideaAddPopup .port_popup_close:hover {
  transform: translate(460px, 0) rotate(90deg);
}
#ideaAddPopup .port_popup_close:after, #ideaAddPopup .port_popup_close:before {
  width: 30px;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
}
#ideaAddPopup .port_popup_close:after {
  transform: rotate(45deg);
}
#ideaAddPopup .port_popup_close:before {
  transform: rotate(135deg);
}

#memoAddPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#memoAddPopup .port_popup_close {
  width: 30px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 80px;
  transform: translate(460px, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
#memoAddPopup .port_popup_close:hover {
  transform: translate(460px, 0) rotate(90deg);
}
#memoAddPopup .port_popup_close:after, #memoAddPopup .port_popup_close:before {
  width: 30px;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
}
#memoAddPopup .port_popup_close:after {
  transform: rotate(45deg);
}
#memoAddPopup .port_popup_close:before {
  transform: rotate(135deg);
}

#stockDetailPopup {
  width: 100%;
}
#stockDetailPopup .stock_popup_close {
  width: 30px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 100px;
  transform: translate(380px, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
#stockDetailPopup .stock_popup_close:hover {
  transform: translate(380px, 0) rotate(90deg);
}
#stockDetailPopup .stock_popup_close:after, #stockDetailPopup .stock_popup_close:before {
  width: 30px;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
}
#stockDetailPopup .stock_popup_close:after {
  transform: rotate(45deg);
}
#stockDetailPopup .stock_popup_close:before {
  transform: rotate(135deg);
}
#stockDetailPopup .popup_wrap {
  width: 400px;
  background-color: #000;
}
body.light_mode #stockDetailPopup .popup_wrap {
  background-color: #fff;
}

#stockDetailPopup h2.tit_icon {
  font-size: calc(22 / 4 * 1rem);
  line-height: calc(36 / 4 * 1rem);
}
#stockDetailPopup h2.tit_icon i {
  width: calc(36 / 4 * 1rem);
  height: calc(36 / 4 * 1rem);
  background-color: #414141;
  display: inline-block;
  position: relative;
  float: left;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup h2.tit_icon i img {
  width: calc(21 / 4 * 1rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#stockDetailPopup h2.tit_icon span {
  float: left;
  padding: 0 0 0 calc(10 / 4 * 1rem);
}
body.light_mode #stockDetailPopup h2.tit_icon {
  color: #000;
}
body.light_mode #stockDetailPopup h2.tit_icon i {
  background-color: #f5f5f5;
}

#stockDetailPopup .graph_wrap .dummy_wrap {
  line-height: 300px;
  font-size: 50px;
  text-align: center;
  background-color: #7a7e94;
  margin: 20px 0 0;
}
#stockDetailPopup .news_type02 li {
  width: 100%;
  margin: calc(15 / 4 * 1rem) 0 0;
}
#stockDetailPopup .news_type02 a {
  display: block;
}
#stockDetailPopup .news_type02 .thumb_wrap {
  width: 40%;
  height: calc(95 / 4 * 1rem);
  overflow: hidden;
  float: left;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .news_type02 .thumb_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#stockDetailPopup .news_type02 .txt_wrap {
  width: 55%;
  float: right;
  padding: calc(5 / 4 * 1rem) 0 0;
}
#stockDetailPopup .news_type02 .txt_wrap strong {
  font-size: calc(16 / 4 * 1rem);
  line-height: calc(22 / 4 * 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#stockDetailPopup .news_type02 .txt_wrap .unit_txt {
  font-size: calc(11 / 4 * 1rem);
  color: #b9b9b9;
  flex-wrap: wrap;
  padding: calc(5 / 4 * 1rem) 0 0;
  display: flex;
  align-items: center;
  justify-content: normal;
}
#stockDetailPopup .news_type02 .txt_wrap .unit_txt p {
  display: inline-block;
  margin: 0 calc(10 / 4 * 1rem) 0 0;
  padding: calc(5 / 4 * 1rem) 0 0;
}
#stockDetailPopup .news_type02 .txt_wrap .unit_txt p img {
  display: inline-block;
  vertical-align: top;
}
#stockDetailPopup .news_type02 .txt_wrap .unit_txt p.view_txt img {
  width: calc(13 / 4 * 1rem);
}
#stockDetailPopup .news_type02 .txt_wrap .unit_txt p.time_txt img {
  width: calc(10 / 4 * 1rem);
}
#stockDetailPopup .news_type02 .disc {
  padding: calc(15 / 4 * 1rem);
  background-color: #242424;
  color: #b9b9b9;
  margin: calc(15 / 4 * 1rem) 0 0;
  font-size: calc(12 / 4 * 1rem);
  line-height: calc(20 / 4 * 1rem);
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .news_type02 .disc.no_disc {
  font-size: calc(12 / 4 * 1rem);
  text-align: center;
}
body.light_mode #stockDetailPopup .news_type02 .txt_wrap strong {
  color: #000;
}
body.light_mode #stockDetailPopup .news_type02 .txt_wrap .unit_txt {
  color: #838c9b;
}
body.light_mode #stockDetailPopup .news_type02 .disc {
  background-color: #f5f5f5;
  color: #838c9b;
}

#stockDetailPopup .news_type03 {
  background-color: #242424;
  padding: calc(20 / 4 * 1rem) calc(15 / 4 * 1rem);
  margin: calc(10 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .news_type03 li {
  margin: calc(20 / 4 * 1rem) 0 0;
}
#stockDetailPopup .news_type03 li:first-child {
  margin: 0;
}
#stockDetailPopup .news_type03 a {
  font-size: calc(14 / 4 * 1rem);
  line-height: calc(20 / 4 * 1rem);
  font-weight: 600;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#stockDetailPopup .news_type03 p {
  font-size: calc(11 / 4 * 1rem);
  color: #b9b9b9;
  padding: calc(5 / 4 * 1rem) 0 0;
}
body.light_mode #stockDetailPopup .news_type03 {
  background-color: #f4faff;
}
body.light_mode #stockDetailPopup .news_type03 a {
  color: #000;
}
body.light_mode #stockDetailPopup .news_type03 p {
  color: #838C9B;
}

#stockDetailPopup .header_back {
  width: 100%;
  padding: calc(15 / 4 * 1rem);
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
}
#stockDetailPopup .header_back .btn_wrap .back_btn {
  width: calc(13 / 4 * 1rem);
  height: calc(13 / 4 * 1rem);
  float: left;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: calc(5 / 4 * 1rem) 0 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
#stockDetailPopup .header_back .btn_wrap .like_btn {
  float: right;
}
#stockDetailPopup .header_back .btn_wrap .like_btn svg {
  width: calc(26 / 4 * 1rem);
}
body.light_mode #stockDetailPopup .header_back .btn_wrap .back_btn {
  border-left-color: #000;
  border-bottom-color: #000;
}

#stockDetailPopup .stock_detail {
  padding: 0 calc(15 / 4 * 1rem) calc(50 / 4 * 1rem);
  margin: calc(-40 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail h1 {
  font-size: calc(28 / 4 * 1rem);
}
#stockDetailPopup .stock_detail h1.active {
  width: 100%;
  top: 0;
  left: 0;
  line-height: calc(55 / 4 * 1rem);
  z-index: 10;
  text-align: center;
  font-size: calc(18 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec01 {
  padding: calc(10 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec01 .unit_txt {
  font-size: calc(13 / 4 * 1rem);
  font-weight: 600;
  padding: calc(10 / 4 * 1rem) 0 0;
  color: #b9b9b9;
}
#stockDetailPopup .stock_detail .sec01 .unit_txt span {
  display: inline-block;
  padding: 0 calc(15 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap {
  padding: calc(10 / 4 * 1rem) 0 0;
  line-height: calc(35 / 4 * 1rem);
  font-weight: 600;
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap strong {
  font-size: calc(22 / 4 * 1rem);
  float: left;
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap .txt01 {
  font-size: calc(13 / 4 * 1rem);
  color: #f60000;
  float: left;
  margin: 0 0 0 calc(22 / 4 * 1rem);
  position: relative;
  padding: 0 0 0 calc(12 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap .txt01 i {
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-bottom: calc(7 / 4 * 1rem) solid #f60000;
  border-left: calc(4.3 / 4 * 1rem) solid transparent;
  border-right: calc(4.3 / 4 * 1rem) solid transparent;
  position: absolute;
  left: 0;
  top: 48%;
  transform: translate(0, -50%);
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap .txt01.loss {
  color: #5b70eb;
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap .txt01.loss i {
  border-bottom-color: #5b70eb;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap .txt02 {
  float: left;
  margin: 0 0 0 calc(15 / 4 * 1rem);
  font-size: calc(13 / 4 * 1rem);
  color: #f60000;
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap .txt02.loss {
  color: #5b70eb;
}
#stockDetailPopup .stock_detail .sec01 .txt_wrap .txt03 {
  float: right;
  font-size: calc(11 / 4 * 1rem);
  color: #b9b9b9;
}
#stockDetailPopup .stock_detail .sec01 .fit_box {
  padding: calc(10 / 4 * 1rem) calc(15 / 4 * 1rem);
  background-color: #242424;
  margin: calc(15 / 4 * 1rem) 0 0;
  line-height: calc(30 / 4 * 1rem);
  font-weight: 700;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec01 .fit_box dt {
  font-size: calc(14 / 4 * 1rem);
  float: left;
}
#stockDetailPopup .stock_detail .sec01 .fit_box dd {
  float: right;
  color: #d9a8ff;
  font-size: calc(20 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap {
  border: 1px solid #3e3942;
  overflow: hidden;
  margin: calc(30 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_box {
  width: 100%;
  height: calc(280 / 4 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_box img {
  width: 88%;
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_txt {
  padding: calc(10 / 4 * 1rem) calc(15 / 4 * 1rem);
  line-height: calc(30 / 4 * 1rem);
  flex-wrap: wrap;
  background-color: #242424;
  display: flex;
  align-items: normal;
  justify-content: left;
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_txt dl {
  width: 38%;
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_txt dl:nth-of-type(3) {
  width: 24%;
  text-align: right;
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_txt dt {
  color: #b9b9b9;
  font-size: calc(12 / 4 * 1rem);
  display: inline-block;
  vertical-align: middle;
}
#stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_txt dd {
  font-size: calc(16 / 4 * 1rem);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
body.light_mode #stockDetailPopup .stock_detail .sec01 .unit_txt {
  color: #838C9B;
}
body.light_mode #stockDetailPopup .stock_detail .sec01 .txt_wrap .txt03 {
  color: #838C9B;
}
body.light_mode #stockDetailPopup .stock_detail .sec01 .fit_box {
  background-color: #fbf6ff;
}
body.light_mode #stockDetailPopup .stock_detail .sec01 .fit_box dd {
  color: #8900f4;
}
body.light_mode #stockDetailPopup .stock_detail .sec01 .graph_wrap {
  border-color: #e2e9ed;
}
body.light_mode #stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_txt {
  background-color: #f4faff;
}
body.light_mode #stockDetailPopup .stock_detail .sec01 .graph_wrap .graph_txt dt {
  color: #838C9B;
}

#stockDetailPopup .stock_detail .sec02 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec02 h2 i img {
  width: calc(23 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap {
  padding: calc(15 / 4 * 1rem);
  height: calc(90 / 4 * 1rem);
  position: relative;
  background-color: #242424;
  margin: calc(10 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background-color: #4D4D4D;
  position: absolute;
  left: 0;
  top: 50%;
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap .bar_wrap {
  height: 100%;
  position: relative;
  z-index: 1;
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap .bar_wrap div {
  width: calc(12 / 4 * 1rem);
  bottom: 0;
  background-color: #f60000;
  position: absolute;
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(1) {
  left: 5%;
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(2) {
  left: 30%;
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(3) {
  left: 60%;
}
#stockDetailPopup .stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(4) {
  right: 5%;
}
#stockDetailPopup .stock_detail .sec02 .txt_wrap {
  width: 90%;
  margin: 0 auto;
  padding: calc(15 / 4 * 1rem) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec02 .txt_wrap dl {
  width: 12%;
}
#stockDetailPopup .stock_detail .sec02 .txt_wrap dt {
  color: #b9b9b9;
  font-size: calc(12 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec02 .txt_wrap dd {
  font-size: calc(18 / 4 * 1rem);
  font-weight: 700;
  padding: calc(7 / 4 * 1rem) 0 0;
}
body.light_mode #stockDetailPopup .stock_detail .sec02 .graph_wrap {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec02 .graph_wrap:after {
  background-color: #e4e4e4;
}
body.light_mode #stockDetailPopup .stock_detail .sec02 .txt_wrap dt {
  color: #838C9B;
}

#stockDetailPopup .stock_detail .sec03 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec03 h2 i img {
  width: calc(20 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec03 .txt_wrap {
  padding: calc(12 / 4 * 1rem) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec03 .txt_wrap dl {
  width: 49%;
  background-color: #4e6b82;
  padding: calc(15 / 4 * 1rem);
  box-sizing: border-box;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec03 .txt_wrap dl:nth-of-type(2) {
  background-color: #604674;
}
#stockDetailPopup .stock_detail .sec03 .txt_wrap dl dt {
  font-size: calc(12 / 4 * 1rem);
  color: #b9b9b9;
}
#stockDetailPopup .stock_detail .sec03 .txt_wrap dl dd {
  font-size: calc(18 / 4 * 1rem);
  font-weight: 700;
  padding: calc(10 / 4 * 1rem) 0 0;
}
body.light_mode #stockDetailPopup .stock_detail .sec03 .txt_wrap dl {
  background-color: #fbf6ff;
}
body.light_mode #stockDetailPopup .stock_detail .sec03 .txt_wrap dl:nth-of-type(2) {
  background-color: #f4faff;
}
body.light_mode #stockDetailPopup .stock_detail .sec03 .txt_wrap dl dt {
  color: #838C9B;
}

#stockDetailPopup .stock_detail .sec04 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec04 h2 i img {
  width: calc(28 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec04 .disc {
  color: #b9b9b9;
  font-size: calc(11 / 4 * 1rem);
  padding: calc(10 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec04 .average_wrap {
  padding: calc(20 / 4 * 1rem) calc(15 / 4 * 1rem);
  background-color: #242424;
  margin: calc(15 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec04 .average_wrap .progress_wrap {
  width: 100%;
  height: calc(16 / 4 * 1rem);
  background-color: #060606;
  overflow: hidden;
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec04 .average_wrap .progress_wrap .progress_bar {
  width: 50%;
  height: 100%;
  background-image: linear-gradient(90deg, #B75CFF 30%, #8900F4 100%);
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec04 .average_wrap .txt_wrap {
  padding: calc(10 / 4 * 1rem) 0 0;
  font-size: calc(11 / 4 * 1rem);
  color: #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec04 .average_wrap .txt_wrap p {
  width: 14%;
}
#stockDetailPopup .stock_detail .sec04 .target_price {
  padding: calc(15 / 4 * 1rem) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec04 .target_price dl {
  width: 23%;
}
#stockDetailPopup .stock_detail .sec04 .target_price dl:first-child {
  width: 27%;
}
#stockDetailPopup .stock_detail .sec04 .target_price dt {
  color: #b9b9b9;
  font-size: calc(11 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec04 .target_price dd {
  font-size: calc(14 / 4 * 1rem);
  font-weight: 700;
  padding: calc(10 / 4 * 1rem) 0 0;
}
body.light_mode #stockDetailPopup .stock_detail .sec04 .disc {
  color: #838C9B;
}
body.light_mode #stockDetailPopup .stock_detail .sec04 .average_wrap {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec04 .average_wrap .progress_wrap {
  background-color: #fff;
}
body.light_mode #stockDetailPopup .stock_detail .sec04 .average_wrap .txt_wrap {
  color: #838C9B;
}
body.light_mode #stockDetailPopup .stock_detail .sec04 .target_price dt {
  color: #838C9B;
}

#stockDetailPopup .stock_detail .sec05 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec05 h2 i img {
  width: calc(27 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec05 .txt_wrap {
  padding: calc(20 / 4 * 1rem) calc(15 / 4 * 1rem);
  background-color: #242424;
  margin: calc(10 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec05 .txt_wrap dl {
  width: 20%;
}
#stockDetailPopup .stock_detail .sec05 .txt_wrap dl:nth-of-type(4) {
  text-align: right;
}
#stockDetailPopup .stock_detail .sec05 .txt_wrap dt {
  font-size: calc(12 / 4 * 1rem);
  color: #b9b9b9;
}
#stockDetailPopup .stock_detail .sec05 .txt_wrap dd {
  font-size: calc(18 / 4 * 1rem);
  font-weight: 700;
  color: #f60000;
  padding: calc(10 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec05 .txt_wrap dd.loss {
  color: #5b70eb;
}
body.light_mode #stockDetailPopup .stock_detail .sec05 .txt_wrap {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec05 .txt_wrap dt {
  color: #838C9B;
}

#stockDetailPopup .stock_detail .sec06 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec06 h2 i img {
  width: calc(27 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap {
  padding: calc(15 / 4 * 1rem);
  height: calc(90 / 4 * 1rem);
  position: relative;
  background-color: #242424;
  margin: calc(10 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background-color: #4D4D4D;
  position: absolute;
  left: 0;
  top: 50%;
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap .bar_wrap {
  height: 100%;
  position: relative;
  z-index: 1;
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap .bar_wrap div {
  width: calc(12 / 4 * 1rem);
  bottom: 0;
  background-color: #f60000;
  position: absolute;
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(1) {
  left: 5%;
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(2) {
  left: 30%;
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(3) {
  left: 60%;
}
#stockDetailPopup .stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(4) {
  right: 5%;
}
#stockDetailPopup .stock_detail .sec06 .txt_wrap {
  flex-wrap: wrap;
  margin: calc(-4 / 4 * 1rem) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec06 .txt_wrap dl {
  width: 25%;
  padding: calc(15 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec06 .txt_wrap dl:nth-of-type(4n) {
  text-align: right;
}
#stockDetailPopup .stock_detail .sec06 .txt_wrap dt {
  font-size: calc(11 / 4 * 1rem);
  color: #b9b9b9;
}
#stockDetailPopup .stock_detail .sec06 .txt_wrap dd {
  font-size: calc(16 / 4 * 1rem);
  padding: calc(5 / 4 * 1rem) 0 0;
}
body.light_mode #stockDetailPopup .stock_detail .sec06 .graph_wrap {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec06 .graph_wrap:after {
  background-color: #e4e4e4;
}
body.light_mode #stockDetailPopup .stock_detail .sec06 .txt_wrap dt {
  color: #838C9B;
}

#stockDetailPopup .stock_detail .sec07 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec07 h2 i img {
  width: calc(24 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec07 .category_wrap {
  padding: calc(15 / 4 * 1rem);
  background-color: #242424;
  margin: calc(10 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec07 .category_wrap button {
  color: #b9b9b9;
  font-size: calc(12 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec07 .category_wrap button.active {
  color: #d9a8ff;
}
#stockDetailPopup .stock_detail .sec07 .category_wrap .candle_line_wrap button {
  margin: 0 calc(25 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec07 .category_wrap .date_wrap button {
  margin: 0 0 0 calc(25 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec07 .graph_wrap {
  width: 100%;
  height: calc(200 / 4 * 1rem);
  margin: calc(20 / 4 * 1rem) 0 0;
  overflow: hidden;
  border-radius: calc(10 / 4 * 1rem);
}
body.light_mode #stockDetailPopup .stock_detail .sec07 .category_wrap {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec07 .category_wrap button {
  color: #838C9B;
}
body.light_mode #stockDetailPopup .stock_detail .sec07 .category_wrap button.active {
  color: #8900f4;
}

#stockDetailPopup .stock_detail .sec08 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec08 h2 i img {
  width: calc(28 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec08 .center_btn_wrap {
  padding: calc(15 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec09 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec09 h2 i img {
  width: calc(26 / 4 * 1rem);
}
body.light_mode #stockDetailPopup .stock_detail .sec09 .news_type03 {
  background-color: #fbf6ff;
}

#stockDetailPopup .stock_detail .sec09 .center_btn_wrap {
  padding: calc(15 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec10 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec10 h2 i img {
  width: calc(23 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec10 .news_type04 {
  margin: calc(10 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec10 .news_type04 li {
  margin: calc(10 / 4 * 1rem) 0 0;
  padding: calc(15 / 4 * 1rem);
  background-color: #242424;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec10 .news_type04 li:first-child {
  margin: 0;
}
#stockDetailPopup .stock_detail .sec10 .news_type04 strong {
  font-size: calc(14 / 4 * 1rem);
  font-weight: 600;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#stockDetailPopup .stock_detail .sec10 .news_type04 p {
  color: #b9b9b9;
  font-size: calc(11 / 4 * 1rem);
  padding: calc(10 / 4 * 1rem) 0 0;
}
body.light_mode #stockDetailPopup .stock_detail .sec10 .news_type04 li {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec10 .news_type04 strong {
  color: #000;
}
body.light_mode #stockDetailPopup .stock_detail .sec10 .news_type04 p {
  color: #838C9B;
}

#stockDetailPopup .stock_detail .sec11 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec11 h2 i img {
  width: calc(25 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec11 .reaction_wrap {
  padding: calc(20 / 4 * 1rem) calc(15 / 4 * 1rem);
  background-color: #242424;
  margin: calc(15 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec11 .reaction_wrap .progress_wrap {
  width: 100%;
  height: calc(16 / 4 * 1rem);
  background-color: #5b70eb;
  overflow: hidden;
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec11 .reaction_wrap .progress_wrap .progress_bar {
  height: 100%;
  background-color: #f60000;
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec11 .reaction_wrap .txt_wrap {
  line-height: calc(20 / 4 * 1rem);
  padding: calc(13 / 4 * 1rem) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec11 .reaction_wrap .txt_wrap dt {
  font-size: calc(11 / 4 * 1rem);
  color: #b9b9b9;
  float: left;
}
#stockDetailPopup .stock_detail .sec11 .reaction_wrap .txt_wrap dd {
  font-size: calc(16 / 4 * 1rem);
  float: left;
  padding: 0 0 0 calc(12 / 4 * 1rem);
  font-weight: 700;
}
#stockDetailPopup .stock_detail .sec11 .disc {
  padding: calc(15 / 4 * 1rem);
  color: #b9b9b9;
  background-color: #242424;
  line-height: calc(20 / 4 * 1rem);
  margin: calc(15 / 4 * 1rem) 0 0;
  font-size: calc(12 / 4 * 1rem);
  border-radius: calc(10 / 4 * 1rem);
}
body.light_mode #stockDetailPopup .stock_detail .sec11 .reaction_wrap {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec11 .reaction_wrap .txt_wrap dt {
  color: #838C9B;
}
body.light_mode #stockDetailPopup .stock_detail .sec11 .disc {
  color: #838C9B;
  background-color: #f4faff;
}

#stockDetailPopup .stock_detail .sec12 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec12 h2 i img {
  width: calc(23 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec12 .reaction_wrap {
  padding: calc(20 / 4 * 1rem) calc(15 / 4 * 1rem);
  background-color: #242424;
  margin: calc(15 / 4 * 1rem) 0 0;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec12 .reaction_wrap .progress_wrap {
  width: 100%;
  height: calc(16 / 4 * 1rem);
  background-color: #5b70eb;
  overflow: hidden;
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec12 .reaction_wrap .progress_wrap .progress_bar {
  height: 100%;
  background-color: #f60000;
  border-radius: calc(200 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec12 .reaction_wrap .txt_wrap {
  line-height: calc(20 / 4 * 1rem);
  padding: calc(13 / 4 * 1rem) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#stockDetailPopup .stock_detail .sec12 .reaction_wrap .txt_wrap dt {
  font-size: calc(11 / 4 * 1rem);
  color: #b9b9b9;
  float: left;
}
#stockDetailPopup .stock_detail .sec12 .reaction_wrap .txt_wrap dd {
  font-size: calc(16 / 4 * 1rem);
  float: left;
  padding: 0 0 0 calc(12 / 4 * 1rem);
  font-weight: 700;
}
#stockDetailPopup .stock_detail .sec12 .disc {
  padding: calc(15 / 4 * 1rem);
  color: #b9b9b9;
  background-color: #242424;
  line-height: calc(20 / 4 * 1rem);
  margin: calc(15 / 4 * 1rem) 0 0;
  font-size: calc(12 / 4 * 1rem);
  border-radius: calc(10 / 4 * 1rem);
}
body.light_mode #stockDetailPopup .stock_detail .sec12 .reaction_wrap {
  background-color: #f5f5f5;
}
body.light_mode #stockDetailPopup .stock_detail .sec12 .reaction_wrap .txt_wrap dt {
  color: #838C9B;
}
body.light_mode #stockDetailPopup .stock_detail .sec12 .disc {
  color: #838C9B;
  background-color: #fbf6ff;
}

#stockDetailPopup .stock_detail .sec13 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec13 h2 i img {
  width: calc(27 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec13 .graph_wrap {
  width: 100%;
  margin: calc(15 / 4 * 1rem) 0 0;
  overflow: hidden;
  border-radius: calc(10 / 4 * 1rem);
}
#stockDetailPopup .stock_detail .sec13 .disc {
  padding: calc(15 / 4 * 1rem);
  color: #b9b9b9;
  background-color: #242424;
  line-height: calc(20 / 4 * 1rem);
  margin: calc(15 / 4 * 1rem) 0 0;
  font-size: calc(12 / 4 * 1rem);
  border-radius: calc(10 / 4 * 1rem);
}
body.light_mode #stockDetailPopup .stock_detail .sec13 .disc {
  color: #838C9B;
  background-color: #f4faff;
}

#stockDetailPopup .stock_detail .sec14 {
  margin: calc(50 / 4 * 1rem) 0 0;
}
#stockDetailPopup .stock_detail .sec14 h2 i img {
  width: calc(23 / 4 * 1rem);
}

.app_login {
  height: calc(100vh - 70px);
  padding: 70px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_login .app_login_wrap {
  width: 350px;
  margin: 0 auto;
}
.app_login .app_login_wrap h1 {
  text-align: center;
}
.app_login .app_login_wrap h1 svg {
  width: 250px;
}
.app_login .app_login_wrap .choice_wrap {
  padding: calc(35 / 4 * 1rem) 0 0;
}
.app_login .app_login_wrap .choice_wrap li {
  margin: calc(13 / 4 * 1rem) 0 0;
}
.app_login .app_login_wrap .choice_wrap li button {
  width: 100%;
  height: calc(45 / 4 * 1rem);
  position: relative;
  text-align: center;
  color: #000;
  vertical-align: middle;
  font-size: calc(13 / 4 * 1rem);
  border-radius: calc(12 / 4 * 1rem);
}
.app_login .app_login_wrap .choice_wrap li button i {
  width: calc(22 / 4 * 1rem);
  height: calc(22 / 4 * 1rem);
  position: absolute;
  left: calc(15 / 4 * 1rem);
  top: 50%;
  transform: translate(0, -50%);
  -ms-background-position-x: center;
  background-position-x: center;
  -ms-background-position-y: center;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(1) {
  margin: 0;
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(1) button {
  background-color: #AE92C9;
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(2) button {
  background-color: #FFE812;
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(2) i {
  background-image: url(../../images/common/login_icon04.svg);
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(3) button {
  background-color: #eee;
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(3) i {
  background-image: url(../../images/common/login_icon05.svg);
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(4) button {
  background-color: #fff;
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(4) i {
  background-image: url(../../images/common/login_icon06.svg);
}
.app_login .app_login_wrap .choice_wrap li:nth-of-type(5) button {
  background-color: #D9A8FF;
}
.app_login .app_login_wrap .input_wrap {
  width: 100%;
  padding: calc(27 / 4 * 1rem) 0 0;
}
.app_login .app_login_wrap .input_wrap input {
  width: 100%;
  height: calc(44 / 4 * 1rem);
  background-color: #242424;
  margin: calc(13 / 4 * 1rem) 0 0;
  padding: 0 calc(15 / 4 * 1rem);
  color: #b9b9b9;
  font-size: calc(13 / 4 * 1rem);
  border-radius: calc(12 / 4 * 1rem);
  box-sizing: border-box;
}
.app_login .app_login_wrap .link_wrap {
  padding: calc(20 / 4 * 1rem) 0 0;
  font-size: calc(13 / 4 * 1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app_login .app_login_wrap .link_wrap a {
  color: #b9b9b9;
}
.app_login .app_login_wrap .more_btn_wrap {
  padding: calc(15 / 4 * 1rem) 0 0;
  text-align: center;
}
.app_login .app_login_wrap .more_btn_wrap button {
  width: calc(190 / 4 * 1rem);
  height: calc(45 / 4 * 1rem);
  background-color: #d9a8ff;
  color: #000;
  display: inline-block;
  font-size: calc(14 / 4 * 1rem);
  font-weight: 700;
  border-radius: calc(12 / 4 * 1rem);
}
body.light_mode .app_login .app_login_wrap h1 svg path {
  fill: #000;
}
body.light_mode .app_login .app_login_wrap h1 svg path:nth-of-type(8) {
  fill: #8900f4;
}
body.light_mode .app_login .app_login_wrap .choice_wrap li:nth-of-type(1) button {
  background-color: #8900F4;
  color: #fff;
}
body.light_mode .app_login .app_login_wrap .choice_wrap li:nth-of-type(4) button {
  background-color: #000;
  color: #fff;
}
body.light_mode .app_login .app_login_wrap .choice_wrap li:nth-of-type(4) i {
  background-image: url(../../images/common/login_icon06_light.svg);
}
body.light_mode .app_login .app_login_wrap .choice_wrap li:nth-of-type(5) button {
  background-color: #A551E7;
  color: #fff;
}
body.light_mode .app_login .app_login_wrap .input_wrap input {
  color: #A4A4A4;
  background-color: #f5f5f5;
}
body.light_mode .app_login .app_login_wrap .more_btn_wrap button {
  color: #fff;
  background-color: #A551E7;
}
body.light_mode .app_login .app_login_wrap .link_wrap a {
  color: #838c9b;
}

.chat_popup {
  width: 400px;
  height: 768px;
}
body.light_mode .chat_popup {
  border-color: #000;
}

.chat_popup .side_filter {
  width: 100%;
}
.chat_popup .side_filter .tit_wrap {
  position: relative;
}
.chat_popup .side_filter .tit_wrap .side_tit {
  font-size: 22px;
  border-bottom: 0;
  float: left;
}
.chat_popup .side_filter .tit_wrap button {
  position: absolute;
  top: 60px;
  right: 20px;
}
.chat_popup .side_filter ul {
  padding: 0 20px;
}
.chat_popup .side_filter ul li {
  padding: 10px 0 0;
}
.chat_popup .side_filter ul li:first-child {
  padding: 0;
}
.chat_popup .side_filter ul button {
  max-width: 100%;
  height: 35px;
  color: #fff;
  text-align: left;
  background-color: #222222;
  padding: 0 15px 0 40px;
  line-height: 35px;
  background-image: url(../../images/backtest/chat_icon02.svg);
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -ms-background-position-x: 15px;
  background-position-x: 15px;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: 17px auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}
.chat_popup .side_filter ul button:hover {
  background-color: #8900f4;
}
.chat_popup .side_filter ul button.talk_icon {
  background-image: url(../../images/backtest/chat_icon01.svg);
}
body.light_mode .chat_popup .side_filter ul button {
  background-color: #F6F6F6;
  color: #000;
}
body.light_mode .chat_popup .side_filter ul button:hover {
  background-color: #8900f4;
  color: #fff;
}

.chat_popup .sec01 {
  padding: 10px;
}
.chat_popup .sec01 .right_btn_wrap {
  margin: 10px auto 0;
  text-align: right;
}
.chat_popup .sec01 .faq_list {
  margin: 20px auto 0;
  padding: 0 10px 10px 10px;
  background-color: #222222;
  border-radius: 5px;
  box-sizing: border-box;
}
.chat_popup .sec01 .faq_list dl {
  padding: 20px 0 0;
}
.chat_popup .sec01 .faq_list dt {
  padding: 0 0 0 40px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background-image: url(../../images/backtest/chat_icon03.svg);
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}
.chat_popup .sec01 .faq_list dd {
  padding: 10px 10px 10px 45px;
  background-color: #141314;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #afafaf;
  background-image: url(../../images/backtest/chat_icon02.svg);
  -ms-background-position-x: 10px;
  background-position-x: 10px;
  -ms-background-position-y: 10px;
  background-position-y: 10px;
  background-size: 25px auto;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.chat_popup .sec01 .faq_list dd.answer_icon {
  background-image: url(../../images/backtest/chat_icon04.svg);
}
body.light_mode .chat_popup .sec01 .faq_list {
  background-color: #F6F6F6;
}
body.light_mode .chat_popup .sec01 .faq_list dt {
  background-image: url(../../images/backtest/chat_icon03_light.svg);
}
body.light_mode .chat_popup .sec01 .faq_list dd {
  background-color: #fff;
  color: #222222;
  background-image: url(../../images/backtest/chat_icon02_light.svg);
}
body.light_mode .chat_popup .sec01 .faq_list dd.answer_icon {
  background-image: url(../../images/backtest/chat_icon04_light.svg);
}

.chat_popup .sec02 {
  margin: 20px auto 0;
}
.chat_popup .sec02 dl {
  margin: 10px 0 0;
}
.chat_popup .sec02 dl:first-child {
  margin: 0;
}
.chat_popup .sec02 dt {
  width: 100px;
  font-size: 14px;
  line-height: 24px;
  color: #d9a8ff;
  padding: 0 0 0 35px;
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
}
.chat_popup .sec02 dt.icon01 {
  background-image: url(../../images/backtest/chat_icon03.svg);
}
.chat_popup .sec02 dt.icon02 {
  background-image: url(../../images/backtest/chat_icon04.svg);
}
.chat_popup .sec02 dt.icon03 {
  background-image: url(../../images/backtest/chat_icon05.svg);
}
.chat_popup .sec02 dd {
  width: 100%;
  margin: 10px 0 0;
}
.chat_popup .sec02 dd input[type=text],
.chat_popup .sec02 dd textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #2d2a33;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  box-sizing: border-box;
}
.chat_popup .sec02 dd input[type=text]::-webkit-input-placeholder,
.chat_popup .sec02 dd textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.chat_popup .sec02 dd input[type=text]::-moz-placeholder,
.chat_popup .sec02 dd textarea::-moz-placeholder { /* Firefox 19+ */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.chat_popup .sec02 dd input[type=text]:-ms-input-placeholder,
.chat_popup .sec02 dd textarea:-ms-input-placeholder { /* IE 10+ */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.chat_popup .sec02 dd input[type=text]:-moz-placeholder,
.chat_popup .sec02 dd textarea:-moz-placeholder { /* Firefox 18- */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.chat_popup .sec02 dd textarea {
  height: 150px;
  line-height: 24px;
  resize: none;
}
body.light_mode .chat_popup .sec02 input[type=text],
body.light_mode .chat_popup .sec02 textarea {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
  color: #000;
}
body.light_mode .chat_popup .sec02 dt {
  color: #8900f4;
  font-weight: 600;
}
body.light_mode .chat_popup .sec02 dt.icon01 {
  background-image: url(../../images/backtest/chat_icon03_light.svg);
}
body.light_mode .chat_popup .sec02 dt.icon02 {
  background-image: url(../../images/backtest/chat_icon04_light.svg);
}
body.light_mode .chat_popup .sec02 dt.icon03 {
  background-image: url(../../images/backtest/chat_icon05_light.svg);
}

#container.dashboard .sec03 ul {
  line-height: 45px;
}
#container.dashboard .sec03 li {
  float: left;
  padding: 0 0 0 40px;
  position: relative;
}
#container.dashboard .sec03 li:before {
  width: 1px;
  height: 22px;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  background-color: #2D2A33;
}
#container.dashboard .sec03 li:first-child {
  padding: 0;
}
#container.dashboard .sec03 li:first-child:before {
  display: none;
}
#container.dashboard .sec03 button {
  color: #7a7e94;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
#container.dashboard .sec03 button:hover, #container.dashboard .sec03 button.active {
  color: #fff;
}
body.light_mode #container.dashboard .sec03 li:before {
  background-color: #e4e4e4;
}
body.light_mode #container.dashboard .sec03 button {
  color: #afafaf;
}
body.light_mode #container.dashboard .sec03 button:hover, body.light_mode #container.dashboard .sec03 button.active {
  color: #000;
}

#container.dashboard .sec03 iframe {
  width: 100%;
  height: 500px;
  background-color: #fff;
  margin: 20px 0 0;
}

.sys_popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.sys_popup .sys_popup_wrap {
  width: 350px;
  background-color: #242424;
  text-align: center;
  padding: 20px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  opacity: 0;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.sys_popup .sys_popup_wrap strong {
  font-size: 22px;
}
.sys_popup .sys_popup_wrap p {
  font-size: 15px;
  line-height: 24px;
  color: #b9b9b9;
  padding: 10px 0 0;
}
.sys_popup .sys_popup_wrap .input_wrap {
  display: inline-block;
  position: relative;
  line-height: 24px;
  margin: 15px 0 0;
}
.sys_popup .sys_popup_wrap input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.sys_popup .sys_popup_wrap input[type=checkbox]:checked ~ label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sys_popup .sys_popup_wrap label {
  font-size: 13px;
  color: #b9b9b9;
  padding: 0 0 0 33px;
}
.sys_popup .sys_popup_wrap label:before {
  width: 23px;
  height: 24px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #b9b9b9;
  top: 0;
  border-radius: 5px;
  box-sizing: border-box;
}
.sys_popup .sys_popup_wrap label:after {
  width: 23px;
  height: 23px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../images/more/check_icon01.svg);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}
.sys_popup .sys_popup_wrap .btn_wrap {
  text-align: center;
  padding: 20px 0 0;
}
.sys_popup .sys_popup_wrap .btn_wrap button {
  width: 190px;
  height: 45px;
  background-color: #d9a8ff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
}
.sys_popup .sys_popup_wrap .btn_wrap p {
  padding: 15px 0 0;
  color: #b9b9b9;
  font-size: 11px;
}
.sys_popup .sys_popup_wrap .btn_wrap.line_2_btn button {
  width: 35%;
  margin: 0 3%;
}
.sys_popup .sys_popup_wrap .btn_wrap.line_2_btn button:nth-of-type(1) {
  background-color: #a551e7;
}
body.light_mode .sys_popup .sys_popup_wrap .btn_wrap button {
  background-color: #a551e7;
  color: #fff;
}
body.light_mode .sys_popup .sys_popup_wrap .btn_wrap.line_2_btn button:nth-of-type(1) {
  background-color: #D9A8FF;
}
body.light_mode .sys_popup .sys_popup_wrap .btn_wrap p {
  color: #838c9b;
}

body.light_mode .sys_popup .sys_popup_wrap {
  background-color: #fff;
}
body.light_mode .sys_popup p {
  color: #838c9b;
}
body.light_mode .sys_popup label {
  color: #A4A4A4;
}

.admin_login {
  width: 100%;
  height: 100vh;
  background-image: url(../../images/common/bg_01.jpg);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_login .login_wrap {
  width: 480px;
  padding: 64px 76px;
  background-color: #000;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.admin_login ul {
  padding: 30px 0 0;
}
.admin_login li {
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin_login li input[type=text],
.admin_login li input[type=password] {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  background-color: #1d1d1d;
  font-size: 13px;
  color: #fff;
  border-radius: 12px;
}
.admin_login li button {
  width: 44%;
  margin: 0 0 0 10px;
}
.admin_login button {
  width: 185px;
  height: 44px;
  background-color: #d9a8ff;
  color: #000;
  font-size: 13px;
  margin: 27px 0 0;
  border-radius: 10px;
}
.admin_login p {
  padding: 23px 0 0;
  font-size: 13px;
  color: #b9b9b9;
  line-height: 20px;
}

.admin_wrap {
  padding: 0 40px 10px;
}
.admin_wrap .side_contents {
  margin: 83px 0 0;
}
.admin_wrap .admin_side {
  width: 165px;
}
.admin_wrap .sec_wrap {
  width: calc(100% - 175px) !important;
}
.admin_wrap .admin_side {
  background-color: #141314;
  position: sticky;
  top: 83px;
  border-radius: 5px;
}
.admin_wrap .admin_side .mobile_depth {
  padding: 15px 20px;
  border-bottom: 1px solid #473654;
}
.admin_wrap .admin_side .mobile_depth strong {
  font-size: 16px;
  color: #d9a8ff;
  font-weight: 700;
}
.admin_wrap .admin_side .mobile_depth ul {
  padding: 10px 0;
  font-size: 15px;
}
.admin_wrap .admin_side .mobile_depth li {
  padding: 10px 0 0;
}
.admin_wrap .admin_side .mobile_depth a {
  color: #7a7e94;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
.admin_wrap .admin_side .mobile_depth a:hover, .admin_wrap .admin_side .mobile_depth a.active {
  color: #fff;
}
.admin_wrap .admin_side .pro_depth {
  padding: 15px 0;
}
.admin_wrap .admin_side .pro_depth strong {
  font-size: 16px;
  color: #d9a8ff;
  font-weight: 700;
  padding: 0 20px;
}
.admin_wrap .admin_side .pro_depth ul {
  padding: 10px 20px;
  font-size: 15px;
  border-top: 1px solid #473654;
}
.admin_wrap .admin_side .pro_depth ul:nth-of-type(1) {
  border-top: 0;
  padding: 15px 20px 10px;
}
.admin_wrap .admin_side .pro_depth li {
  padding: 10px 0 0 12px;
}
.admin_wrap .admin_side .pro_depth li:first-child {
  padding: 5px 0;
}
.admin_wrap .admin_side .pro_depth li:first-child a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.admin_wrap .admin_side .pro_depth a {
  color: #7a7e94;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
.admin_wrap .admin_side .pro_depth a:hover, .admin_wrap .admin_side .pro_depth a.active {
  color: #fff;
}

.app_login_num {
  width: 100%;
  height: 100vh;
  background-image: url(../../images/common/bg_01.jpg);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.app_login_num .login_wrap {
  width: 480px;
  padding: 50px 76px;
  background-color: #000;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.app_login_num .login_wrap strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 30px 0 0;
}
.app_login_num .login_wrap .disc_txt {
  font-size: 13px;
  color: #b9b9b9;
  line-height: 20px;
  padding: 20px 0 0;
}
.app_login_num .login_wrap .input_wrap {
  width: 328px;
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app_login_num .login_wrap .input_wrap input[type=text] {
  width: 45px;
  height: 45px;
  border: 1px solid #4d4d4d;
  background-color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
.app_login_num .login_wrap .time_count {
  padding: 15px 0 0;
  font-size: 13px;
  color: #838c9b;
}

#header {
  width: 100%;
  min-width: 1600px;
  height: 70px;
  padding: 0 0px;
  background-color: #141314;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box;
}
#header .header_wrap {
  line-height: 70px;
}
#header #logo {
  float: left;
}
#header #logo a {
  display: block;
}
#header #logo svg {
  width: 150px;
  vertical-align: middle;
}
#header #gnb {
  float: left;
  margin: 0 0 0 130px;
  font-size: 16px;
}
#header #gnb li {
  float: left;
  position: relative;
  width: 120px;
  margin: 0 10px;
}
#header #gnb li:before {
  width: 1px;
  height: 22px;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  background-color: #2D2A33;
}
#header #gnb li:first-child {
  padding: 0;
}
#header #gnb li:first-child:before {
  display: none;
}
#header #gnb a {
  color: #7a7e94;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
#header #gnb a:hover, #header #gnb a.active {
  color: #fff;
}
#header .header_util {
  float: right;
  margin: 10px 0 0;
}
#header .header_util li {
  float: left;
  margin: 0 0 0 14px;
}
#header .header_util button,
#header .header_util a {
  padding: 11px;
  background-color: #383841;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
#header .header_util button:hover,
#header .header_util a:hover {
  background-color: #d9a8ff;
}
#header .header_util svg {
  display: block;
}
body.light_mode #header {
  background-color: #fff;
}
body.light_mode #header #logo svg path {
  fill: #000;
}
body.light_mode #header #logo svg path:last-of-type {
  fill: #8900F4;
}
body.light_mode #header #gnb li:before {
  background-color: #e4e4e4;
}
body.light_mode #header #gnb a {
  color: #afafaf;
}
body.light_mode #header #gnb a:hover, body.light_mode #header #gnb a.active {
  color: #000;
}
body.light_mode #header .header_util li:first-child svg path:nth-of-type(1) {
  fill: #e4e4e4;
}
body.light_mode #header .header_util li:first-child svg path:nth-of-type(2) {
  fill: #000;
}
body.light_mode #header .header_util li:first-child svg path:nth-of-type(3) {
  fill: #8900f4;
}
body.light_mode #header .header_util button,
body.light_mode #header .header_util a {
  background-color: #f6f6f6;
}
body.light_mode #header .header_util svg path {
  fill: #afafaf;
}

#header .gnb_sub_depth {
  position: absolute;
  top: 60px;
  left: 324px;
}
#header .gnb_sub_depth ul {
  font-size: 15px;
  float: left;
  margin: 0 10px;
  width: 120px;
}
#header .gnb_sub_depth li {
  padding: 15px 0 0;
}
#header .gnb_sub_depth li:first-child a {
  color: #fff;
}
#header .gnb_sub_depth a {
  color: #7a7e94;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
#header .gnb_sub_depth a:hover, #header .gnb_sub_depth a.active {
  color: #fff;
}
body.light_mode #header .gnb_sub_depth li:first-child a {
  color: #000;
}
body.light_mode #header .gnb_sub_depth a {
  color: #afafaf;
}
body.light_mode #header .gnb_sub_depth a:hover, body.light_mode #header .gnb_sub_depth a.active {
  color: #000;
}

.admin_header {
  width: 100%;
  min-width: 1600px;
  height: 70px;
  padding: 0 40px;
  background-color: #141314;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box;
}
.admin_header .header_wrap {
  line-height: 70px;
}
.admin_header #logo {
  float: left;
}
.admin_header #logo a {
  display: block;
}
.admin_header #logo svg {
  width: 150px;
  vertical-align: middle;
}
.admin_header #gnb {
  float: left;
  margin: 0 0 0 340px;
  font-size: 16px;
}
.admin_header #gnb li {
  float: left;
  padding: 0 0 0 40px;
  position: relative;
}
.admin_header #gnb li:before {
  width: 1px;
  height: 22px;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  background-color: #2D2A33;
}
.admin_header #gnb li:first-child {
  padding: 0;
}
.admin_header #gnb li:first-child:before {
  display: none;
}
.admin_header #gnb a {
  color: #7a7e94;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
.admin_header #gnb a:hover, .admin_header #gnb a.active {
  color: #fff;
}
.admin_header .header_util {
  float: right;
  margin: 10px 0 0;
}
.admin_header .header_util li {
  float: left;
  margin: 0 0 0 14px;
}
.admin_header .header_util button,
.admin_header .header_util a {
  padding: 11px;
  background-color: #383841;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.admin_header .header_util button:hover,
.admin_header .header_util a:hover {
  background-color: #d9a8ff;
}
.admin_header .header_util svg {
  display: block;
}

#footer {
  width: 100%;
  padding: 30px 40px 35px;
  background-color: #141314;
  box-sizing: border-box;
}
#footer .f_logo {
  width: 150px;
  vertical-align: middle;
}
#footer .txt_wrap {
  padding: 20px 0 15px;
  line-height: 20px;
}
#footer .txt_wrap .caution_txt {
  font-size: 12px;
  color: #afafaf;
  float: left;
}
#footer .txt_wrap .service_info {
  float: right;
  color: #7a7e94;
  font-size: 14px;
}
#footer .txt_wrap .service_info li {
  display: inline-block;
  padding: 0 0 0 50px;
}
#footer .txt_wrap .service_info li:first-child {
  padding: 0;
}
#footer .rights_txt {
  font-size: 12px;
  padding: 20px 0 0;
  border-top: 1px solid #473654;
  color: #7a7e94;
}
body.light_mode #footer {
  background-color: #fff;
}
body.light_mode #footer .f_logo path {
  fill: #000;
}
body.light_mode #footer .f_logo path:last-of-type {
  fill: #8900F4;
}
body.light_mode #footer .txt_wrap .caution_txt {
  color: #a4a4a4;
}
body.light_mode #footer .txt_wrap .service_info {
  color: #afafaf;
}
body.light_mode #footer .rights_txt {
  border-top-color: #e4e4e4;
  color: #afafaf;
}

#container.stock_main .sec01_1 {
  margin: 73px 0 0;
}
#container.stock_main .sec02 .basic_table {
  margin: 20px 0 0;
}
#container.stock_main .sec02 .date_wrap {
  float: left;
  padding: 0 0 0 80px;
}
#container.stock_main .sec02 .date_wrap > p {
  font-size: 13px;
  line-height: 45px;
  float: left;
  padding: 0 15px 0 0;
}
#container.stock_main .sec02 .date_wrap .date_sel_box {
  float: left;
  padding: 0 0 0 15px;
}
#container.stock_main .sec02 .date_wrap .date_sel_box:first-child {
  padding: 0;
}
#container.stock_main .sec02 .date_wrap .date_sel_box p {
  line-height: 45px;
}
#container.stock_main .sec02 .basic_table .check_wrap {
  width: 22px;
}
#container.stock_main .sec02 .category_list {
  padding: 22px 0 0;
}
#container.stock_main .sec02 .category_list p {
  font-size: 15px;
  line-height: 22px;
  color: #7a7e94;
  display: inline-block;
  padding: 0 30px 0 0;
}
#container.stock_main .sec02 .category_list .list_wrap {
  display: inline-block;
}
body.light_mode #container.stock_main .sec02 .date_wrap > p {
  color: #000;
}
body.light_mode #container.stock_main .sec02 .category_list p {
  color: #afafaf;
}

#container.stock_main .sec03 .basic_table {
  margin: 40px 0 0;
}

#container.stock_roi .sec02 {
  margin: 73px 0 0;
}
#container.stock_roi .sec02 .date_wrap {
  float: left;
  padding: 0 0 0 80px;
}
#container.stock_roi .sec02 .date_wrap > p {
  font-size: 13px;
  line-height: 45px;
  float: left;
  padding: 0 15px 0 0;
}
#container.stock_roi .sec02 .date_wrap .date_sel_box {
  float: left;
  padding: 0 0 0 15px;
}
#container.stock_roi .sec02 .date_wrap .date_sel_box:first-child {
  padding: 0;
}
#container.stock_roi .sec02 .date_wrap .date_sel_box p {
  line-height: 45px;
}
#container.stock_roi .sec05 iframe {
  width: 100%;
  height: 500px;
  background-color: #fff;
  margin: 20px 0 0;
}

#container.stock_analmetric .sec01 {
  padding: 9px 30px 9px;
}
#container.stock_analmetric .sec01 .search_box {
  padding: 0 30px 0 0;
}
#container.stock_analmetric .sec01 .date_sel_box {
  float: left;
  padding: 0 0 0 15px;
}
#container.stock_analmetric .sec01 .date_sel_box:first-child {
  padding: 0;
}
#container.stock_analmetric .sec01 .date_sel_box p {
  line-height: 45px;
}
#container.stock_analmetric .sec02 {
  margin: 73px 0 0;
}
#container.stock_analmetric .sec02 .con_box01 .date_sel_box {
  display: inline-block;
  padding: 0 15px 0 0;
}
#container.stock_analmetric .sec02 .con_box02 {
  margin: 20px 0 0;
}
#container.stock_analmetric .sec02 .con_box02 .chk_wrap {
  float: left;
  line-height: 45px;
  margin: 0 20px 0 0;
}
#container.stock_analmetric .sec02 .con_box02 .chk_wrap p {
  display: inline-block;
  font-size: 16px;
}
#container.stock_analmetric .sec02 .con_box02 .check_wrap02 {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
}
#container.stock_analmetric .sec02 .con_box02 .date_sel_box {
  float: left;
  margin: 0 0 0 15px;
}
#container.stock_analmetric .sec02 .con_box02 .search_box {
  float: left;
}
#container.stock_analmetric .sec02 .con_box02 .search_box .up_down_btn_wrap {
  display: inline-block;
  margin: 0 0 0 10px;
}
#container.stock_analmetric .sec02 .con_box02 .search_box p {
  line-height: 45px;
  display: inline-block;
}
#container.stock_analmetric .sec02 .con_box02 .search_box .search_input {
  display: inline-block;
  margin: 0 0 0 10px;
}
#container.stock_analmetric .sec02 .con_box03 {
  padding: 40px 0 0;
}
#container.stock_analmetric .sec02 .con_box03 h3 {
  font-size: 16px;
}
#container.stock_analmetric .sec02 .con_box03 .list_wrap {
  line-height: 45px;
  padding: 15px 0 0;
}
#container.stock_analmetric .sec02 .con_box03 .list_wrap li {
  float: left;
  padding: 0 0 0 40px;
  position: relative;
}
#container.stock_analmetric .sec02 .con_box03 .list_wrap li:before {
  width: 1px;
  height: 22px;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  background-color: #2D2A33;
}
#container.stock_analmetric .sec02 .con_box03 .list_wrap li:first-child {
  padding: 0;
}
#container.stock_analmetric .sec02 .con_box03 .list_wrap li:first-child:before {
  display: none;
}
#container.stock_analmetric .sec02 .con_box03 .list_wrap button,
#container.stock_analmetric .sec02 .con_box03 .list_wrap a {
  color: #7a7e94;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
#container.stock_analmetric .sec02 .con_box03 .list_wrap button:hover, #container.stock_analmetric .sec02 .con_box03 .list_wrap button.active,
#container.stock_analmetric .sec02 .con_box03 .list_wrap a:hover,
#container.stock_analmetric .sec02 .con_box03 .list_wrap a.active {
  color: #fff;
}
#container.stock_analmetric .sec02 .con_box03 .check_list {
  height: 68px;
  background-color: #000;
  padding: 0 20px;
  margin: 5px 0 0;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.light_mode #container.stock_analmetric .sec02 .con_box03 .list_wrap li:before {
  background-color: #e4e4e4;
}
body.light_mode #container.stock_analmetric .sec02 .con_box03 .list_wrap button,
body.light_mode #container.stock_analmetric .sec02 .con_box03 .list_wrap a {
  color: #afafaf;
}
body.light_mode #container.stock_analmetric .sec02 .con_box03 .list_wrap button:hover, body.light_mode #container.stock_analmetric .sec02 .con_box03 .list_wrap button.active,
body.light_mode #container.stock_analmetric .sec02 .con_box03 .list_wrap a:hover,
body.light_mode #container.stock_analmetric .sec02 .con_box03 .list_wrap a.active {
  color: #000;
}
body.light_mode #container.stock_analmetric .sec02 .con_box03 .check_list {
  background-color: #f5f5f5;
}

#container.stock_analmetric .sec02 .right_btn_wrap {
  text-align: right;
  margin: 10px 0 0;
}

#container.quant_equalport_list .sec01 {
  padding: 9px 30px 9px;
}
#container.quant_equalport_list .sec01 .tit_wrap .search_box {
  float: right;
}
#container.quant_equalport_list .sec01 .tit_wrap p {
  line-height: 45px;
  display: inline-block;
  padding: 0 15px 0 0;
}
#container.quant_equalport_list .sec01 .tit_wrap .search_input {
  display: inline-block;
}
#container.quant_equalport_list .sec01 .tit_wrap input[type=submit] {
  top: 15px;
}
#container.quant_equalport_list .sec01_1 {
  margin: 73px 0 0;
}
#container.quant_equalport_list .sec01_1 .right_btn_wrap {
  text-align: right;
  margin: 10px 0 0;
}

#container.quant_equalport_detail .sec01 .tit_wrap p {
  float: left;
  line-height: 45px;
  font-size: 15px;
  padding: 0 0 0 25px;
}
#container.quant_equalport_detail .sec01 .tit_wrap a {
  float: right;
  margin: 5px 0 0;
}
#container.quant_equalport_detail .sec01_1 {
  margin: 73px 0 0;
}
#container.quant_equalport_detail .sec01_1 .basic_table02 {
  margin: 10px 0 0;
}
#container.quant_equalport_detail .sec01_1 dl {
  padding: 20px 0 0;
  color: #fbf6ff;
  font-weight: 700;
}
#container.quant_equalport_detail .sec01_1 dt {
  font-size: 22px;
  display: inline-block;
}
#container.quant_equalport_detail .sec01_1 dd {
  font-size: 22px;
  display: inline-block;
  padding: 0 0 0 40px;
}
body.light_mode #container.quant_equalport_detail .sec01_1 dl {
  color: #000;
}

#container.quant_equalport_detail .sec03 .tit_wrap .con_box01 {
  float: right;
}
#container.quant_equalport_detail .sec03 .tit_wrap .date_sel_box {
  display: inline-block;
  margin: 0 15px 0 0;
}
#container.quant_equalport_detail .sec03 .tit_wrap button {
  display: inline-block;
}
#container.quant_equalport_detail .sec03 .right_btn_wrap {
  text-align: right;
  margin: 10px 0 0;
}

#container.quant_equalport_add {
  width: 900px;
  margin: 0 auto;
  background-color: transparent !important;
}
#container.quant_equalport_add .sec_basic h2 {
  position: relative;
}
#container.quant_equalport_add .sec_basic h2 .info_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -28px;
  background-image: url(../../images/common/info_icon01.svg);
  top: 12px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
#container.quant_equalport_add .sec_basic article {
  padding: 30px 0;
  border-top: 1px solid #473654;
}
#container.quant_equalport_add .sec_basic article:nth-of-type(1) {
  border-top: 0;
}
#container.quant_equalport_add .sec_basic article h3 {
  font-size: 16px;
  padding: 0 0 20px;
}
body.light_mode #container.quant_equalport_add .sec_basic article {
  border-top-color: #e4e4e4;
}

#container.quant_equalport_add .sec_basic .sec01 li {
  width: 20%;
  float: left;
}
#container.quant_equalport_add .sec_basic .sec02 .list_wrap,
#container.quant_equalport_add .sec_basic .sec03 .list_wrap {
  flex-wrap: wrap;
  margin: -20px 0 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#container.quant_equalport_add .sec_basic .sec02 li,
#container.quant_equalport_add .sec_basic .sec03 li {
  width: 20%;
  padding: 20px 0 0;
}
#container.quant_equalport_add .sec_basic .sec04 .list_wrap li {
  float: left;
  margin: 0 30px 0 0;
}
#container.quant_equalport_add .sec_basic .sec04 .up_down_wrap {
  opacity: 0.5;
}
#container.quant_equalport_add .sec_basic .sec04 .up_down_wrap li {
  float: left;
  margin: 15px 100px 0 0;
  position: relative;
}
#container.quant_equalport_add .sec_basic .sec04 .up_down_wrap li:nth-of-type(1):after {
  content: "~";
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  right: -52px;
  top: 15px;
}
#container.quant_equalport_add .sec_basic .sec04 .up_down_wrap p {
  font-size: 13px;
  color: #7a7e94;
  padding: 0 0 10px;
}
#container.quant_equalport_add .sec_basic .sec05 .list_wrap li {
  float: left;
  margin: 0 30px 0 0;
}
#container.quant_equalport_add .sec_basic .sec05 .up_down_wrap {
  flex-wrap: wrap;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container.quant_equalport_add .sec_basic .sec05 .up_down_wrap li {
  margin: 15px 0 0;
}
#container.quant_equalport_add .sec_basic .sec05 .up_down_wrap p {
  font-size: 13px;
  color: #7a7e94;
  padding: 0 0 10px;
}
#container.quant_equalport_add .sec_basic .sec05 .up_down_wrap em {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #d9a8ff;
  padding: 10px 0 0;
}
body.light_mode #container.quant_equalport_add .sec_basic .sec05 .up_down_wrap em {
  color: #8900f4;
}

#container.quant_equalport_add .sec_basic .sec06 .list_wrap {
  line-height: 45px;
}
#container.quant_equalport_add .sec_basic .sec06 .list_wrap li {
  float: left;
  padding: 0 0 0 40px;
  position: relative;
}
#container.quant_equalport_add .sec_basic .sec06 .list_wrap li:before {
  width: 1px;
  height: 22px;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  background-color: #2D2A33;
}
#container.quant_equalport_add .sec_basic .sec06 .list_wrap li:first-child {
  padding: 0;
}
#container.quant_equalport_add .sec_basic .sec06 .list_wrap li:first-child:before {
  display: none;
}
#container.quant_equalport_add .sec_basic .sec06 .list_wrap button,
#container.quant_equalport_add .sec_basic .sec06 .list_wrap a {
  color: #7a7e94;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
#container.quant_equalport_add .sec_basic .sec06 .list_wrap button:hover, #container.quant_equalport_add .sec_basic .sec06 .list_wrap button.active,
#container.quant_equalport_add .sec_basic .sec06 .list_wrap a:hover,
#container.quant_equalport_add .sec_basic .sec06 .list_wrap a.active {
  color: #fff;
}
#container.quant_equalport_add .sec_basic .sec06 .check_list {
  background-color: #000;
  padding: 0 20px 20px 20px;
  margin: 5px 0 0;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
}
#container.quant_equalport_add .sec_basic .sec06 .check_list li {
  width: 20%;
  padding: 20px 0 0;
}
body.light_mode #container.quant_equalport_add .sec_basic .sec06 .list_wrap li:before {
  background-color: #e4e4e4;
}
body.light_mode #container.quant_equalport_add .sec_basic .sec06 .list_wrap button,
body.light_mode #container.quant_equalport_add .sec_basic .sec06 .list_wrap a {
  color: #afafaf;
}
body.light_mode #container.quant_equalport_add .sec_basic .sec06 .list_wrap button:hover, body.light_mode #container.quant_equalport_add .sec_basic .sec06 .list_wrap button.active,
body.light_mode #container.quant_equalport_add .sec_basic .sec06 .list_wrap a:hover,
body.light_mode #container.quant_equalport_add .sec_basic .sec06 .list_wrap a.active {
  color: #000;
}
body.light_mode #container.quant_equalport_add .sec_basic .sec06 .check_list {
  background-color: #f5f5f5;
}

#container.quant_equalport_add .sec_basic .sec07 li {
  float: left;
  margin: 0 100px 0 0;
  position: relative;
}
#container.quant_equalport_add .sec_basic .sec07 p {
  font-size: 16px;
  padding: 0 0 10px;
}
#container.quant_equalport_add .sec_basic .sec07 .select_box {
  width: 191px;
  text-align: center;
}
#container.quant_equalport_add .sec_basic .sec07 .select_box select {
  background-position-x: 160px;
}
#container.quant_equalport_add .sec_basic .sec08 .search_box {
  padding: 25px 0 0;
}
#container.quant_equalport_add .sec_basic .sec08 .search_box:first-child {
  padding: 0;
}
#container.quant_equalport_add .sec_basic .sec08 .search_box p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 10px;
}
#container.quant_equalport_add .sec_basic .sec08 .search_box input[type=text] {
  width: 100%;
}
#container.quant_equalport_add .sec_basic .sec08 .search_box .search_input02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container.quant_equalport_add .sec_basic .sec08 .search_box .search_input02 button {
  width: 90px;
  height: 45px;
  margin: 0 0 0 10px;
}
body.light_mode #container.quant_equalport_add .sec_basic .sec08 .search_box p {
  color: #000;
}

#container.strategy_cosmoschat .side_contents {
  margin: 0;
}
#container.strategy_cosmoschat .side_filter {
  padding: 0 0 20px;
  position: sticky;
  top: 80px;
}
#container.strategy_cosmoschat .side_filter .tit_wrap {
  position: relative;
}
#container.strategy_cosmoschat .side_filter .tit_wrap .side_tit {
  font-size: 22px;
  border-bottom: 0;
  float: left;
}
#container.strategy_cosmoschat .side_filter .tit_wrap button {
  position: absolute;
  top: 60px;
  right: 20px;
}
#container.strategy_cosmoschat .side_filter ul {
  padding: 0 20px;
}
#container.strategy_cosmoschat .side_filter ul li {
  padding: 10px 0 0;
}
#container.strategy_cosmoschat .side_filter ul li:first-child {
  padding: 0;
}
#container.strategy_cosmoschat .side_filter ul button {
  max-width: 100%;
  height: 35px;
  color: #fff;
  text-align: left;
  background-color: #222222;
  padding: 0 15px 0 40px;
  line-height: 35px;
  background-image: url(../../images/backtest/chat_icon02.svg);
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -ms-background-position-x: 15px;
  background-position-x: 15px;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: 17px auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}
#container.strategy_cosmoschat .side_filter ul button:hover {
  background-color: #8900f4;
}
#container.strategy_cosmoschat .side_filter ul button.talk_icon {
  background-image: url(../../images/backtest/chat_icon01.svg);
  font-size: 16px;
  font-weight: 700;
}
body.light_mode #container.strategy_cosmoschat .side_filter ul button {
  background-color: #F6F6F6;
  color: #000;
}
body.light_mode #container.strategy_cosmoschat .side_filter ul button:hover {
  background-color: #8900f4;
  color: #fff;
}

#container.strategy_cosmoschat .sec01 .right_btn_wrap {
  width: 82%;
  margin: 10px auto 0;
  text-align: right;
}
#container.strategy_cosmoschat .sec01 .faq_list {
  width: 82%;
  margin: 20px auto 0;
  padding: 0 20px 20px 20px;
  background-color: #222222;
  border-radius: 5px;
  box-sizing: border-box;
}
#container.strategy_cosmoschat .sec01 .faq_list dl {
  padding: 20px 0 0;
}
#container.strategy_cosmoschat .sec01 .faq_list dt {
  padding: 0 0 0 40px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background-image: url(../../images/backtest/chat_icon03.svg);
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}
#container.strategy_cosmoschat .sec01 .faq_list dd {
  padding: 30px 30px 30px 70px;
  background-color: #141314;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #afafaf;
  background-image: url(../../images/backtest/chat_icon02.svg);
  -ms-background-position-x: 30px;
  background-position-x: 30px;
  -ms-background-position-y: 30px;
  background-position-y: 30px;
  background-size: 25px auto;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#container.strategy_cosmoschat .sec01 .faq_list dd.answer_icon {
  background-image: url(../../images/backtest/chat_icon04.svg);
}
body.light_mode #container.strategy_cosmoschat .sec01 .faq_list {
  background-color: #F6F6F6;
}
body.light_mode #container.strategy_cosmoschat .sec01 .faq_list dt {
  background-image: url(../../images/backtest/chat_icon03_light.svg);
}
body.light_mode #container.strategy_cosmoschat .sec01 .faq_list dd {
  background-color: #fff;
  color: #222222;
  background-image: url(../../images/backtest/chat_icon02_light.svg);
}
body.light_mode #container.strategy_cosmoschat .sec01 .faq_list dd.answer_icon {
  background-image: url(../../images/backtest/chat_icon04_light.svg);
}

#container.strategy_cosmoschat .sec02 {
  width: 82%;
  margin: 20px auto 0;
}
#container.strategy_cosmoschat .sec02 dl {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container.strategy_cosmoschat .sec02 dl:first-child {
  margin: 0;
}
#container.strategy_cosmoschat .sec02 dt {
  width: 100px;
  font-size: 16px;
  font-weight: 700; 
  text-align: center;
  line-height: 24px;
  color: #d9a8ff;
  /* padding: 0 0 0 35px; */
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
}
#container.strategy_cosmoschat .sec02 dt.icon01 {
  background-image: url(../../images/backtest/chat_icon03.svg);
}
#container.strategy_cosmoschat .sec02 dt.icon02 {
  background-image: url(../../images/backtest/chat_icon04.svg);
}
#container.strategy_cosmoschat .sec02 dt.icon03 {
  background-image: url(../../images/backtest/chat_icon05.svg);
}
#container.strategy_cosmoschat .sec02 dd {
  width: 100%;
}
#container.strategy_cosmoschat .sec02 dd input[type=text],
#container.strategy_cosmoschat .sec02 dd textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #2d2a33;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  box-sizing: border-box;
}
#container.strategy_cosmoschat .sec02 dd input[type=text]::-webkit-input-placeholder,
#container.strategy_cosmoschat .sec02 dd textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
#container.strategy_cosmoschat .sec02 dd input[type=text]::-moz-placeholder,
#container.strategy_cosmoschat .sec02 dd textarea::-moz-placeholder { /* Firefox 19+ */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
#container.strategy_cosmoschat .sec02 dd input[type=text]:-ms-input-placeholder,
#container.strategy_cosmoschat .sec02 dd textarea:-ms-input-placeholder { /* IE 10+ */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
#container.strategy_cosmoschat .sec02 dd input[type=text]:-moz-placeholder,
#container.strategy_cosmoschat .sec02 dd textarea:-moz-placeholder { /* Firefox 18- */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
#container.strategy_cosmoschat .sec02 dd textarea {
  height: 150px;
  line-height: 24px;
  resize: none;
}
body.light_mode #container.strategy_cosmoschat .sec02 input[type=text],
body.light_mode #container.strategy_cosmoschat .sec02 textarea {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
  color: #000;
}
body.light_mode #container.strategy_cosmoschat .sec02 dt {
  color: #8900f4;
  font-weight: 600;
}
body.light_mode #container.strategy_cosmoschat .sec02 dt.icon01 {
  background-image: url(../../images/backtest/chat_icon03_light.svg);
}
body.light_mode #container.strategy_cosmoschat .sec02 dt.icon02 {
  background-image: url(../../images/backtest/chat_icon04_light.svg);
}
body.light_mode #container.strategy_cosmoschat .sec02 dt.icon03 {
  background-image: url(../../images/backtest/chat_icon05_light.svg);
}

#container.strategy_idea .sec01 .tit_wrap .search_box {
  float: right;
}
#container.strategy_idea .sec01 .tit_wrap p {
  line-height: 45px;
  display: inline-block;
  padding: 0 15px 0 0;
}
#container.strategy_idea .sec01 .tit_wrap .search_input {
  display: inline-block;
}
#container.strategy_idea .sec01 .tit_wrap input[type=submit] {
  top: 15px;
}
#container.strategy_idea .sec01_1 {
  margin: 73px 0 0;
}
#container.strategy_idea .sec01_1 .right_btn_wrap {
  text-align: right;
  margin: 10px 0 0;
}
#container.strategy_idea .sec04 ul {
  padding: 5px 0 0;
  font-size: 15px;
}
#container.strategy_idea .sec04 li {
  padding: 5px 0 5px 40px;
  background-image: url(../../images/backtest/share_icon.svg);
  line-height: 28px;
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
#container.strategy_idea .sec04 a {
  color: #b9b9b9;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
#container.strategy_idea .sec04 a:hover {
  color: #d9a8ff;
}
body.light_mode #container.strategy_idea .sec04 a:hover {
  color: #8900f4;
}

#container.strategy_idea_add {
  width: 900px;
  margin: 0 auto;
  padding: 80px 0 40px;
  background-color: transparent !important;
}
#container.strategy_idea_add .sec_half {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container.strategy_idea_add .sec_half .search_box,
#container.strategy_idea_add .sec_half .select_box {
  width: 390px;
}
#container.strategy_idea_add .search_box p,
#container.strategy_idea_add .select_box p {
  padding: 20px 0 10px;
}
#container.strategy_idea_add .search_box select,
#container.strategy_idea_add .select_box select {
  background-position-x: 355px;
}
#container.strategy_idea_add .search_box datalist,
#container.strategy_idea_add .select_box datalist {
  background-position-x: 355px;
}
#container.strategy_idea_add .search_input input[type=text],
#container.strategy_idea_add .search_input textarea {
  width: 100%;
}
#container.strategy_idea_add .search_input textarea {
  height: 210px;
  resize: none;
  line-height: 24px;
  padding: 10px 15px;
}
#container.strategy_idea_add .search_input .height_auto_area {
  height: 45px;
  overflow: hidden;
}
#container.strategy_idea_add .add_search_wrap dl {
  padding: 10px 0 0;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
#container.strategy_idea_add .add_search_wrap dl:first-child {
  padding: 0;
}
#container.strategy_idea_add .add_search_wrap dt {
  width: 20%;
}
#container.strategy_idea_add .add_search_wrap dd {
  width: 77%;
}
#container.strategy_idea_add .right_btn_wrap {
  text-align: right;
  padding: 10px 0 0;
}
#container.strategy_idea_add .right_btn_wrap .add_btn {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 0 26px;
  line-height: 22px;
  background-image: url(../../images/backtest/add_btn.svg);
  margin: 10px 0;
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
#container.strategy_idea_add .right_btn_wrap .add_btn:hover {
  text-decoration: underline;
}
body.light_mode #container.strategy_idea_add .right_btn_wrap .add_btn {
  color: #000;
  background-image: url(../../images/backtest/add_btn_light.svg);
}

#container.market_info .stock_search_wrap ul {
  padding: 0;
}
#container.market_info .side_filter_type01 {
  padding: 0 20px 20px;
}
#container.market_info .side_filter_type02 .side_tit {
  border-top: 1px solid #473654;
}

/*
  z-index 가이드 
  container : auto
  header :200
  header dimmed :100
*/
input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
select {
  outline: none !important;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #5b70eb !important;
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4;
  line-height: auto;
  font-size: 15px;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder { /* Firefox 19+ */
  color: #a4a4a4;
  line-height: auto;
  font-size: 15px;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder { /* IE 10+ */
  color: #a4a4a4;
  line-height: auto;
  font-size: 15px;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4;
  line-height: auto;
  font-size: 15px;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {
  -webkit-text-fill-color: #fff;
  -webkit-opacity: 1;
}
body.light_mode input[type=text]:disabled, input[type=number]:disabled, input[type=email]:disabled, input[type=password]:disabled {
  -webkit-text-fill-color: #000;
  -webkit-opacity: 1;
}

.profit_txt {
  color: #f60000;
}

.loss_txt {
  color: #5b70eb;
}

::-moz-selection {
  background: #5b70eb;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #5b70eb;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #5b70eb;
  color: #fff;
  text-shadow: none;
}

img {
  vertical-align: top;
  image-rendering: auto;
}

.popup_dimmed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300;
  background-color: #000;
  display: none;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

caption {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
}

.hidden-txt,
legend {
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  line-height: 1px;
  position: absolute;
}

body {
  background-color: #000;
  min-width: 1600px;
}
body.light_mode {
  background-color: #fff;
  color: #000;
}

#container {
  padding: 80px 0px 0px;
  box-sizing: border-box;
}
body.light_mode #container {
  background-color: #f5f5f5;
}

/*
.color_mode_btn {
    width:40%; color:$white; position:fixed; bottom:100px; background-color:$blue; padding:20px 0; right:0; z-index:200;
    @include opacity(.5);
}*/
.sec_basic {
  width: 100%;
  padding: 9px 30px 20px;
  background-color: #000;
  margin: 10px 0 0;
  box-sizing: border-box;
  border-radius: 5px;
}
.sec_basic:first-child {
  margin: 0;
}
.sec_basic .graph_wrap .dummy_wrap {
  line-height: 300px;
  font-size: 50px;
  text-align: center;
  background-color: #7a7e94;
  margin: 20px 0 0;
}
.sec_basic h2 {
  float: left;
  font-size: 22px;
  line-height: 45px;
}
body.light_mode .sec_basic {
  background-color: #fff;
}
body.light_mode .sec_basic h2 {
  color: #000;
}

.sec_basic.search_sec {
  min-width: 1520px;
  width: calc(100% - 80px);
  padding: 9px 20px 9px;
  position: fixed;
  z-index: 10;
}
.sec_basic.search_sec:before {
  width: 100%;
  height: 10px;
  display: block;
  content: "";
  background: #000;
  position: absolute;
  top: -10px;
  left: 0;
}
body.light_mode .sec_basic.search_sec:before {
  background-color: #f5f5f5;
}

.check_wrap {
  height: 22px;
  position: relative;
  display: inline-block;
}
.check_wrap input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.check_wrap input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
.check_wrap label {
  padding: 0 0 0 30px;
  line-height: 22px;
  font-size: 15px;
  display: block;
}
.check_wrap label:before, .check_wrap label:after {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  box-sizing: border-box;
  border-radius: 5px;
}
.check_wrap label:before {
  background-color: #000;
  border: 1px solid #a77ec7;
}
.check_wrap label:after {
  background-image: url(../../images/common/check_icon01.jpg);
  opacity: 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}
body.light_mode .check_wrap label:before {
  background-color: #fff;
  border-color: #e4e4e4;
}
body.light_mode .check_wrap label:after {
  background-image: url(../../images/common/check_icon01_light.jpg);
}

.check_wrap02 {
  width: 48px;
  height: 26px;
  position: relative;
}
.check_wrap02 input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.check_wrap02 input[type=checkbox]:checked ~ label:after {
  left: 24px;
  background-color: #604674;
}
.check_wrap02 label:before, .check_wrap02 label:after {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
}
.check_wrap02 label:before {
  width: 100%;
  height: 26px;
  background-color: #000;
  border: 1px solid #473654;
  border-radius: 100px;
}
.check_wrap02 label:after {
  width: 20px;
  height: 20px;
  background-color: #4d4d4d;
  top: 3px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.check_wrap02 label:hover:after {
  background-color: #604674;
}
body.light_mode .check_wrap02 input[type=checkbox]:checked ~ label:after {
  background-color: #7c9dc5;
}
body.light_mode .check_wrap02 label:before {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
}
body.light_mode .check_wrap02 label:after {
  background-color: #a4a4a4;
}

.radio_wrap {
  height: 22px;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
}
.radio_wrap input[type=radio] {
  position: absolute;
  left: -9999px;
}
.radio_wrap input[type=radio]:checked ~ label:after {
  opacity: 1;
}
.radio_wrap label {
  line-height: 22px;
  padding: 0 0 0 32px;
  font-size: 15px;
}
.radio_wrap label:before, .radio_wrap label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  box-sizing: border-box;
  border-radius: 100%;
}
.radio_wrap label:before {
  width: 22px;
  height: 22px;
  background-color: #000;
  border: 1px solid #473654;
}
.radio_wrap label:after {
  width: 14px;
  height: 14px;
  background-color: #d9a8ff;
  left: 4px;
  top: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}
body.light_mode .radio_wrap label:before {
  border-color: #e4e4e4;
  background-color: #f5f5f5;
}
body.light_mode .radio_wrap label:after {
  background-color: #8900f4;
}

.basic_table {
  text-align: center;
  border-bottom: 1px solid #141314;
  margin: 10px 0 0;
}
.basic_table thead {
  font-size: 14px;
}
.basic_table thead th {
  padding: 13px 0;
  background-color: #201e23;
  color: #7a7e94;
  border-right: 1px solid #141314;
}
.basic_table thead th:first-child {
  background-color: #141314;
}
.basic_table tbody {
  font-size: 15px;
  font-weight: 600;
}
.basic_table tbody th {
  color: #7a7e94;
  border-top: 1px solid #141314;
  background-color: #201e23;
}
.basic_table tbody td {
  padding: 10px;
  line-height: 20px;
  border-right: 1px solid #141314;
  border-top: 1px solid #141314;
  background-color: #000;
}
.basic_table tbody button {
  color: #fff;
}
body.light_mode .basic_table {
  border-bottom-color: #e4e4e4;
}
body.light_mode .basic_table thead th {
  background-color: #f5f5f5;
  border-right-color: #e4e4e4;
  color: #a4a4a4;
}
body.light_mode .basic_table thead th:first-child {
  background-color: #fff;
  border-right-color: #fff;
}
body.light_mode .basic_table tbody {
  background-color: #fff;
}
body.light_mode .basic_table tbody th {
  background-color: #f5f5f5;
  border-top-color: #e4e4e4;
  color: #a4a4a4;
}
body.light_mode .basic_table tbody td {
  background-color: #fff;
  border-right-color: #e4e4e4;
  border-top-color: #e4e4e4;
}
body.light_mode .basic_table tbody button {
  color: #000;
}

.basic_table02 {
  text-align: center;
  margin: 10px 0 0;
  border-bottom: 1px solid #141314;
  border-left: 1px solid #141314;
}
.basic_table02 thead {
  font-size: 14px;
}
.basic_table02 thead th {
  padding: 13px 0;
  background-color: #201e23;
  color: #7a7e94;
  border-right: 1px solid #141314;
}
.basic_table02 tbody {
  font-size: 15px;
  font-weight: 600;
}
.basic_table02 tbody th {
  color: #7a7e94;
  border-top: 1px solid #141314;
  border-right: 1px solid #141314;
  background-color: #201e23;
}
.basic_table02 tbody td {
  padding: 10px;
  line-height: 20px;
  border-right: 1px solid #141314;
  border-top: 1px solid #141314;
  background-color: #000;
}
.basic_table02 tbody .check_wrap02 {
  display: inline-block;
  vertical-align: middle;
}
.basic_table02 tbody a:hover {
  text-decoration: underline;
}
body.light_mode .basic_table02 {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
}
body.light_mode .basic_table02 thead th {
  background-color: #f5f5f5;
  border-right-color: #e4e4e4;
  color: #a4a4a4;
}
body.light_mode .basic_table02 tbody {
  background-color: #fff;
}
body.light_mode .basic_table02 tbody th {
  background-color: #f5f5f5;
  border-top-color: #e4e4e4;
  border-right-color: #e4e4e4;
  color: #a4a4a4;
}
body.light_mode .basic_table02 tbody td {
  background-color: #fff;
  border-right-color: #e4e4e4;
  border-top-color: #e4e4e4;
}

.table_sort_btn {
  color: #7a7e94;
  padding: 0 32px 0 0;
  background-image: url(../../images/common/sort_btn_icon01.svg);
  font-size: 14px;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
.table_sort_btn:hover, .table_sort_btn.active {
  color: #fff;
}
.table_sort_btn.row_sort {
  background-image: url(../../images/common/sort_btn_icon03.svg);
}
.table_sort_btn.high_sort {
  background-image: url(../../images/common/sort_btn_icon02.svg);
}
body.light_mode .table_sort_btn:hover, body.light_mode .table_sort_btn.active {
  color: #000;
}

.time_label_list {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 15px 0 0;
}
.time_label_list li {
  padding: 0 40px 0 19px;
  float: left;
  position: relative;
}
.time_label_list li:before {
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
}
.time_label_list li.label01 {
  color: #f60000;
}
.time_label_list li.label01:before {
  background-color: #f60000;
}
.time_label_list li.label02 {
  color: #8900f4;
}
.time_label_list li.label02:before {
  background-color: #8900f4;
}
.time_label_list li.label03 {
  color: #5b70eb;
}
.time_label_list li.label03:before {
  background-color: #5b70eb;
}
.time_label_list li.label04 {
  color: #46a6ff;
}
.time_label_list li.label04:before {
  background-color: #46a6ff;
}
.time_label_list li.label05 {
  color: #8d1a11;
}
.time_label_list li.label05:before {
  background-color: #8d1a11;
}
.time_label_list li.label06 {
  color: #ae8826;
}
.time_label_list li.label06:before {
  background-color: #ae8826;
}
.time_label_list li.label07 {
  color: #a4a4a4;
}
.time_label_list li.label07:before {
  background-color: #a4a4a4;
}
.time_label_list li.label08 {
  color: #003EF5;
}
.time_label_list li.label08:before {
  background-color: #003EF5;
}
.time_label_list li.label09 {
  color: #d9a8ff;
}
.time_label_list li.label09:before {
  background-color: #d9a8ff;
}
.time_label_list li.label10 {
  color: #46a6ff;
}
.time_label_list li.label10:before {
  background-color: #46a6ff;
}

.comment_wrap {
  line-height: 28px;
  font-size: 15px;
  color: #b9b9b9;
  padding: 10px 0 0;
}
.comment_wrap ul {
  list-style: disc;
  padding: 0 0 0 17px;
}
body.light_mode .comment_wrap {
  color: #838c9b;
}

.search_box p {
  display: inline-block;
  font-size: 13px;
  color: #7a7e94;
}
.search_box .search_input {
  position: relative;
}
.search_box .search_input input[type=text],
.search_box .search_input textarea, 
.search_box .search_input input[type=number] {
  width: 240px;
  height: 45px;
  border: 1px solid #2d2a33;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  box-sizing: border-box;
}
.search_box .search_input input[type=text]::-webkit-input-placeholder,
.search_box .search_input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.search_box .search_input input[type=text]::-moz-placeholder,
.search_box .search_input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.search_box .search_input input[type=text]:-ms-input-placeholder,
.search_box .search_input textarea:-ms-input-placeholder { /* IE 10+ */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.search_box .search_input input[type=text]:-moz-placeholder,
.search_box .search_input textarea:-moz-placeholder { /* Firefox 18- */
  color: #838c9b;
  line-height: auto;
  font-size: 15px;
}
.search_box .search_input input[type=text]:disabled,
.search_box .search_input textarea:disabled {
  -webkit-text-fill-color: #fff;
}
.search_box .search_input input[type=submit] {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 15px;
  top: 19px;
  background-image: url(../../images/common/search_icon01.svg);
  text-indent: -9999px;
  cursor: pointer;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
body.light_mode .search_box .search_input p {
  color: #afafaf;
}
body.light_mode .search_box .search_input input[type=text],
body.light_mode .search_box .search_input textarea {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
  color: #000;
}
body.light_mode .search_box .search_input input[type=text]:disabled,
body.light_mode .search_box .search_input textarea:disabled {
  -webkit-text-fill-color: #000;
}

.search_box.in_sec_search {
  float: left;
}
.search_box.in_sec_search p {
  line-height: 45px;
}
.search_box.in_sec_search .search_input {
  display: inline-block;
  padding: 0 0 0 20px;
}
.search_box.in_sec_search .search_input input[type=text] {
  border-color: #473654;
}

.select_box p {
  display: inline-block;
  font-size: 13px;
  color: #7a7e94;
}
.select_box select {
  width: 100%;
  height: 45px;
  border: 1px solid #2d2a33;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background-color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/common/select_icon01.svg);
  -ms-background-position-x: 260px;
  background-position-x: 260px;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-sizing: border-box;
}
.select_box select option {
  color: #fff;
}
body.light_mode .select_box select {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
  color: #000;
  background-image: url(../../images/common/select_icon01_light.svg);
}
body.light_mode .select_box select option {
  color: #000;
}

.date_sel_box p {
  display: inline-block;
  font-size: 13px;
  color: #7a7e94;
}
.date_sel_box button,
.date_sel_box input[type=text] {
  max-width: 290px;
  min-width: 155px;
  height: 45px;
  display: inline-block;
  padding: 0 50px 0 15px;
  border: 1px solid #2d2a33;
  color: #fff;
  margin: 0 0 0 10px;
  font-weight: 600;
  position: relative;
  background-color: #000;
  text-align: left;
  background-image: url(../../images/common/date_icon01.svg);
  -ms-background-position-x: 95%;
  background-position-x: 95%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}
.date_sel_box button:hover,
.date_sel_box input[type=text]:hover {
  border-color: #fff;
}
body.light_mode .date_sel_box p {
  color: #afafaf;
}
body.light_mode .date_sel_box button,
body.light_mode .date_sel_box input[type=text] {
  border-color: #e4e4e4;
  background-color: #f5f5f5;
  color: #000;
}

.stock_search_wrap {
  padding: 0 0 0 330px;
  position: absolute;
  padding-left: 80px;
}
.stock_search_wrap .search_wrap {
  float: left;
}
.stock_search_wrap .search_wrap p {
  font-size: 13px;
  line-height: 45px;
  float: left;
  padding: 0 12px 0 0;
  color: #7a7e94;
}
.stock_search_wrap .search_wrap .search_input {
  float: left;
}
.stock_search_wrap ul {
  float: left;
  line-height: 45px;
  padding: 0 0 0 45px;
}
.stock_search_wrap li {
  float: left;
  padding: 0 0 0 40px;
  position: relative;
}
.stock_search_wrap li:before {
  width: 1px;
  height: 22px;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  background-color: #2D2A33;
}
.stock_search_wrap li:first-child {
  padding: 0;
}
.stock_search_wrap li:first-child:before {
  display: none;
}
.stock_search_wrap a {
  color: #616473;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}
.stock_search_wrap a:hover, .stock_search_wrap a.active {
  color: #fff;
}
body.light_mode .stock_search_wrap li:before {
  background-color: #e4e4e4;
}
body.light_mode .stock_search_wrap a {
  color: #afafaf;
}
body.light_mode .stock_search_wrap a:hover, body.light_mode .stock_search_wrap a.active {
  color: #000;
}

.side_contents {
  margin: 73px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.side_contents .sec_wrap {
  /* width: calc(100% - 340px); */
}

.side_filter {
  width: 330px;
  background-color: #141314;
  border-radius: 5px;
  box-sizing: border-box;
}
.side_filter .side_tit {
  padding: 20px;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #473654;
}
body.light_mode .side_filter {
  background-color: #fff;
}
body.light_mode .side_filter .side_tit {
  border-bottom-color: #e4e4e4;
}

.side_filter .side_filter_type01 {
  padding: 20px;
}
.side_filter .side_filter_type01 .tit {
  font-size: 15px;
}
.side_filter .side_filter_type01 .date_sel_box {
  padding: 10px 0 0;
}
.side_filter .side_filter_type01 .date_sel_box:first-child {
  padding: 20px 0 0;
}
.side_filter .side_filter_type01 .date_sel_box p {
  display: block;
}
.side_filter .side_filter_type01 .date_sel_box button,
.side_filter .side_filter_type01 .date_sel_box input[type=text] {
  width: 100%;
  text-align: left;
  margin: 6px 0 0;
}
.side_filter .side_filter_type01 .search_box {
  padding: 10px 0 0;
}
.side_filter .side_filter_type01 .search_box .search_input {
  padding: 5px 0 0;
}
.side_filter .side_filter_type01 .search_box input[type=text] {
  width: 100%;
  border: 1px solid #2d2a33;
}
.side_filter .side_filter_type01 .select_box {
  padding: 10px 0 0;
}
.side_filter .side_filter_type01 .select_box p {
  display: block;
}
.side_filter .side_filter_type01 .select_box select {
  width: 100%;
  text-align: left;
  margin: 5px 0 0;
}
.side_filter .side_filter_type01 .radio_list_wrap {
  padding: 15px 0 0;
}
.side_filter .side_filter_type01 .radio_list_wrap li {
  float: left;
}
.side_filter .side_filter_type01 .center_input_txt {
  text-align: center;
}
.side_filter .side_filter_type02 .tit_wrap {
  padding: 8px 20px;
  line-height: 20px;
  background-color: #2d2a33;
  color: #7a7e94;
  font-size: 13px;
}
.side_filter .side_filter_type02 .tit_wrap p {
  display: inline-block;
}
.side_filter .side_filter_type02 .tit_wrap p:first-child {
  padding: 0 90px 0 0;
}
.side_filter .side_filter_type02 .check_list p {
  font-size: 13px;
  color: #7a7e94;
  padding: 20px 0 0 20px;
}
.side_filter .side_filter_type02 .check_list dl {
  padding: 10px 20px;
  border-bottom: 1px solid #2d2a33;
  line-height: 26px;
}
.side_filter .side_filter_type02 .check_list dl:nth-of-type(1) {
  padding: 20px 20px 10px 20px;
}
.side_filter .side_filter_type02 .check_list dt {
  width: 40px;
  float: left;
  color: #b9b9b9;
  font-size: 15px;
}
.side_filter .side_filter_type02 .check_list dd {
  width: 250px;
  float: left;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.side_filter .side_filter_type02 .check_list dd .check_wrap02 {
  width: 100%;
}
.side_filter .side_filter_type02 .check_list dd .check_wrap02 input[type=checkbox]:checked ~ label:after {
  left: 226px;
}
.side_filter .side_filter_type02 .check_list dd .check_wrap02 label:before {
  width: 48px;
  right: 0;
}
.side_filter .side_filter_type02 .check_list dd .check_wrap02 label:after {
  left: 206px;
}
body.light_mode .side_filter .side_filter_type02 .tit_wrap {
  background-color: #eeeeee;
}
body.light_mode .side_filter .side_filter_type02 .check_list p {
  color: #a4a4a4;
}
body.light_mode .side_filter .side_filter_type02 .check_list dl {
  border-bottom-color: #e4e4e4;
}

.side_filter .side_filter_bottom {
  background-color: #2d2a33;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.side_filter .side_filter_bottom .chk_wrap {
  height: 26px;
  line-height: 26px;
  color: #7a7e94;
  font-size: 13px;
}
.side_filter .side_filter_bottom .chk_wrap p {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 0;
}
.side_filter .side_filter_bottom .chk_wrap .check_wrap02 {
  display: inline-block;
}
.side_filter .side_filter_bottom .btn_wrap button {
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  color: #2d2a33;
  border-radius: 5px;
}
.side_filter .side_filter_bottom .btn_wrap button.btn_blue {
  background-color: #7c9dc5;
}
.side_filter .side_filter_bottom .btn_wrap button.btn_purple {
  margin: 0 0 0 8px;
  background-color: #d9a8ff;
}
body.light_mode .side_filter .side_filter_bottom {
  background-color: #eeeeee;
}
body.light_mode .side_filter .side_filter_bottom .chk_wrap p {
  color: #838c9b;
}
body.light_mode .side_filter .side_filter_bottom .btn_wrap button {
  color: #fff;
}
body.light_mode .side_filter .side_filter_bottom .btn_wrap button.btn_blue {
  background-color: #5b70eb;
}
body.light_mode .side_filter .side_filter_bottom .btn_wrap button.btn_purple {
  background-color: #8900f4;
}

.basic_btn {
  min-width: 80px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  color: #2d2a33;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  box-sizing: border-box;
}
.basic_btn.blue_color_btn {
  background-color: #7c9dc5;
}
.basic_btn.purple_color_btn {
  background-color: #d9a8ff;
}
.basic_btn.purple_color_btn:hover {
  background-color: #8900f4;
  color: #fff;
}
body.light_mode .basic_btn {
  color: #fff;
}
body.light_mode .basic_btn.blue_color_btn {
  background-color: #5b70eb;
}
body.light_mode .basic_btn.purple_color_btn {
  background-color: #8900f4;
}

.up_down_btn_wrap {
  width: 191px;
  position: relative;
}
.up_down_btn_wrap input[type=number],
.up_down_btn_wrap input[type=text] {
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: 600;
  background-color: #000;
  border: 1px solid #2d2a33;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
.up_down_btn_wrap button {
  width: 14px;
  height: 12px;
  position: absolute;
  top: 16px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease;
  -moz-transition: background-image 0.2s ease;
  -o-transition: background-image 0.2s ease;
  -ms-transition: background-image 0.2s ease;
}
.up_down_btn_wrap button.up_btn {
  background-image: url(../../images/common/up_btn.svg);
  left: 14px;
}
.up_down_btn_wrap button.up_btn:hover {
  background-image: url(../../images/common/up_btn_active.svg);
}
.up_down_btn_wrap button.down_btn {
  background-image: url(../../images/common/down_btn.svg);
  right: 14px;
}
.up_down_btn_wrap button.down_btn:hover {
  background-image: url(../../images/common/down_btn_active.svg);
}
body.light_mode .up_down_btn_wrap input[type=number],
body.light_mode .up_down_btn_wrap input[type=text] {
  border-color: #e4e4e4;
  background-color: #f5f5f5;
}
body.light_mode .up_down_btn_wrap button.up_btn {
  background-image: url(../../images/common/up_btn_light.svg);
  left: 14px;
}
body.light_mode .up_down_btn_wrap button.up_btn:hover {
  background-image: url(../../images/common/up_btn_light_active.svg);
}
body.light_mode .up_down_btn_wrap button.down_btn {
  background-image: url(../../images/common/down_btn_light.svg);
  right: 14px;
}
body.light_mode .up_down_btn_wrap button.down_btn:hover {
  background-image: url(../../images/common/down_btn_light_active.svg);
}

.sticky_sec {
  max-height: 260px;
  overflow-y: auto;
  position: relative;
  margin: 10px 0 0;
}
.sticky_sec::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.sticky_sec::-webkit-scrollbar-thumb {
  height: 30%;
  background: #fff;
  border-radius: 10px;
}
.sticky_sec::-webkit-scrollbar-track {
  background: #000;
}
.sticky_sec table {
  margin: 0 !important;
}
.sticky_sec table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

/*검색에 사용되는 select2 모듈 css 수정 */
.searchSelectList { /*드롭다운부분*/
  background-color: #424242 !important;
}

.searchSelectList input {
  color: white !important;
}

.select2{
  /* width: 240px !important;  */
}
.select2-selection--single { /*값 입력부분*/
  background-color: #000 !important;
  border: 1px solid #313131 !important;
  height: 45px !important;
  /* width: 240px !important; */
  border-radius: 5px !important;
}

.select2-selection__rendered {
  color: white !important;
  height: 45px;
  line-height: 45px !important;
  font-size: 15px;
  padding: 0 15px !important;
}

.select2-selection__arrow { /*select box 우측 dropdown 화살표 */
  display: none;
}

.select2-results__options { /*드롭다운 리스트*/
  max-height: 40vh !important;
}

.select2-selection__placeholder{
  color: #313131 !important; 
}

.verticalInputForm {
  float: left;
  margin-left: 45px;
}
.verticalInputForm > p {
  display: inline-block;
  line-height: 45px;
  color: #7a7e94;
}
.verticalInputForm > select {
  display: inline-block;
  width: 180px;
  height: 45px;
  color: #fff;
  border: 1px solid #473654;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 5px;
}
.verticalInputForm > select > option {
  color: #fff;
  background-color: #141314;
  padding: 2px 0;
}
.verticalInputForm input {
  display: inline-block;
  width: 180px;
  height: 45px;
  color: #fff;
  border: 1px solid #473654;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 5px;
}
.verticalInputForm > button {
  height: 45px;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  min-width: 80px;
}

.dataSelectPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto;
}
.dataSelectPopup .popup-content {
  background-color: #000;
  padding: 20px;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  max-width: 1200px;
  width: 90%;
}
.dataSelectPopup .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dataSelectPopup .popup-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
}
.dataSelectPopup .popup-body ul {
  -moz-column-count: 4;
  column-count: 4;
}
.dataSelectPopup .popup-body li {
  margin-bottom: 5px;
  padding: 3px;
}
.dataSelectPopup .popup-body.type2 {
  display: flex;
}
.dataSelectPopup .popup-body.type2 > div {
  width: 50%;
}
.dataSelectPopup .popup-body.type2 > div > div {
  height: 35px;
  width: 70%;
}
.dataSelectPopup .popup-body.type2 > div > div > input {
  color: #fff;
  margin: 15px 5px;
  padding: 5px;
  border-bottom: 1px solid #4d4d4d;
}
.dataSelectPopup .popup-bottom {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 20px;
}
.dataSelectPopup .popup-bottom div, .dataSelectPopup .popup-bottom button {
  margin-right: 25px;
}
.dataSelectPopup .popup-bottom div:nth-child(4), .dataSelectPopup .popup-bottom button:nth-child(4) {
  margin-right: 0;
}
.dataSelectPopup .popup-button {
  height: 45px;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
}
.dataSelectPopup .close-btn {
  background-color: #ccc;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.dataSelectPopup .check_wrap02 {
  width: 100%;
  height: 26px;
  position: relative;
}
.dataSelectPopup .check_wrap02 input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.dataSelectPopup .check_wrap02 input[type=checkbox]:checked ~ label:after {
  right: 4px;
  left: auto;
  background-color: #604674;
}
.dataSelectPopup .check_wrap02 label:before, .dataSelectPopup .check_wrap02 label:after {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
}
.dataSelectPopup .check_wrap02 label:before {
  width: 48px;
  height: 26px;
  background-color: #000;
  border: 1px solid #473654;
  right: 0;
  border-radius: 100px;
}
.dataSelectPopup .check_wrap02 label:after {
  width: 20px;
  height: 20px;
  background-color: #4d4d4d;
  top: 3px;
  left: auto;
  right: 24px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.dataSelectPopup .check_wrap02 label:hover:after {
  background-color: #604674;
}
body.light_mode .dataSelectPopup .check_wrap02 input[type=checkbox]:checked ~ label:after {
  background-color: #7c9dc5;
}
body.light_mode .dataSelectPopup .check_wrap02 label:before {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
}
body.light_mode .dataSelectPopup .check_wrap02 label:after {
  background-color: #a4a4a4;
}

.graphHelpComment {
  color: #b9b9b9;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.popup .popup-close {
  width: 30px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 80px;
  transform: translate(460px, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.popup .popup-close:hover {
  transform: translate(460px, 0) rotate(90deg);
}
.popup .popup-close:after, .popup .popup-close:before {
  width: 30px;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
}
.popup .popup-close:after {
  transform: rotate(45deg);
}
.popup .popup-close:before {
  transform: rotate(135deg);
}

#container.popup-content {
  width: 900px;
  margin: 0 auto;
  padding: 80px 0 40px;
  background-color: transparent !important;
}
#container.popup-content .sec_half {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container.popup-content .sec_half .search_box,
#container.popup-content .sec_half .select_box {
  width: 390px;
}
#container.popup-content .search_box p,
#container.popup-content .select_box p {
  padding: 20px 0 10px;
}
#container.popup-content .search_box select,
#container.popup-content .select_box select {
  background-position-x: 355px;
}
#container.popup-content .search_box datalist,
#container.popup-content .select_box datalist {
  background-position-x: 355px;
}
#container.popup-content .search_input input[type=text],
#container.popup-content .search_input textarea {
  width: 100%;
}
#container.popup-content .search_input textarea {
  height: 210px;
  resize: none;
  line-height: 24px;
  padding: 10px 15px;
}
#container.popup-content .search_input .height_auto_area {
  height: 45px;
  overflow: hidden;
}
#container.popup-content .add_search_wrap dl {
  padding: 10px 0 0;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
#container.popup-content .add_search_wrap dl:first-child {
  padding: 0;
}
#container.popup-content .add_search_wrap dt {
  width: 20%;
}
#container.popup-content .add_search_wrap dd {
  width: 77%;
}
#container.popup-content .right_btn_wrap {
  text-align: right;
  padding: 10px 0 0;
}
#container.popup-content .right_btn_wrap .add_btn {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 0 26px;
  line-height: 22px;
  background-image: url(../../images/backtest/add_btn.svg);
  margin: 10px 0;
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
#container.popup-content .right_btn_wrap .add_btn:hover {
  text-decoration: underline;
}
body.light_mode #container.popup-content .right_btn_wrap .add_btn {
  color: #000;
  background-image: url(../../images/backtest/add_btn_light.svg);
}/*# sourceMappingURL=common.css.map */

.plusVal{
  color: #f60000;
}
.minusVal{
  color: #5b70eb;
}

#gnb li:before{
  display: none !important;
}

::-webkit-scrollbar{
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: #525563;
  border-radius: 10px;
}
::-webkit-scrollbar-track{
  background-color: #201e23; 
}


.cosmosChatSideBar{
    position: relative;
    /* display: inline-block;  */
    display: flex; 
    height: 100%; 
}
.cosmosChatSideBarLv1{ 
    color: white;
    padding: 10px;
    user-select: none; 
}
.cosmosChatSideBarLv1 img{
    cursor: pointer; 
}
.cosmosChatSideBarLv1.logo{
    height: 5%; 
}
.cosmosChatSideBarLv1.menu{
    height: 80%; 
    display: flex; 
    flex-direction: column;
    justify-content: start; 
}
.cosmosChatSideBarLv1.menu > span{
    display: block; 
    text-align: center; 
    padding: 10px 0; 
    margin: 5px 8px; 
}
.cosmosChatSideBarLv1.menu > span > svg{
    width: 24px; 
    margin: 6px; 
}
.cosmosChatSideBarLv1.menu > span > img{
  width: 24px; 
  margin: 6px; 
}
.cosmosChatSideBarLv1.menu > span > span{
    display: block; 
    font-size: 13px; 
    color: #b9b9b9; 
    margin-top: 2px; 
}
.cosmosChatSideBarLv1.menu > span.active > span{
  color: #d9a8ff; 
}
.cosmosChatSideBarLv1.menu > span:hover > span{
  color: #8900f4; 
}
/* 사이드바 이미지 활성 상태. */
.cosmosChatSideBarLv1.menu > span.active:nth-child(1) > img{
  content: url(../../images/common/sidebar_icon_stock_light_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span.active:nth-child(3) > img{
  content: url(../../images/common/sidebar_icon_strategy_light_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span.active:nth-child(4) > img{
  content: url(../../images/common/sidebar_icon_dashboard_light_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span.active:nth-child(2) > img{
  content: url(../../images/common/sidebar_icon_dollar_light_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span.active:nth-child(5) > img{
  content: url(../../images/common/sidebar_icon_dot_light_purple.svg); 
}
/* 사이드바 이미지 마우스 hover 상태. */
.cosmosChatSideBarLv1.menu > span:hover:nth-child(1) > img{
  content: url(../../images/common/sidebar_icon_stock_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span:hover:nth-child(3) > img{
  content: url(../../images/common/sidebar_icon_strategy_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span:hover:nth-child(4) > img{
  content: url(../../images/common/sidebar_icon_dashboard_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span:hover:nth-child(2) > img{
  content: url(../../images/common/sidebar_icon_dollar_purple.svg); 
}
.cosmosChatSideBarLv1.menu > span:hover:nth-child(5) > img{
  content: url(../../images/common/sidebar_icon_dot_purple.svg); 
}
/* pin 아이콘. */
.sideBarPin:hover{
  content: url(../../images/common/sidebar_icon_pin_2.svg);
}
.sideBarPin.active{
  content: url(../../images/common/sidebar_icon_pin_3.svg); 
}
/* 채팅 입력 아이콘.  */
.enterImg.disable{
  content: url(../../images/common/icon_enter_gray.svg);
}
.enterImg:hover{
  content: url(../../images/common/icon_enter_purple.svg);
}
.enterImg.active{
  content: url(../../images/common/icon_enter_waiting.svg) !important;
}

.cosmosChatSideBarLv1.more{
    height: 5%; 
}
.cosmosChatSideBarLv2{
    position: absolute !important;
    top: 0 !important;
    left: 100%;              /* sit immediately to the right of .main-panel */
    width: 0;                /* start fully collapsed */
    height: 100%;
    overflow: hidden;        /* hide its contents when width is zero */ 
    padding: 0 !important;
    box-sizing: border-box;  /* so padding doesn’t add to width */
    
    transition: width 250ms ease;
    white-space: nowrap;     
    z-index: 99; 
}
.cosmosChatSideBarLv2.pin{
  position: relative !important; 
  left: 0; 
  margin-right: 10px; 
}
.cosmosChatSideBarLv2 > .tit_wrap{
  display: flex; 
  justify-content: flex-end;
  align-items: center; 
  padding: 10px 15px; 
}
.cosmosChatSideBarLv2 > .tit_wrap > strong{
  margin-right: auto; 
}
.cosmosChatSideBarLv2 > .tit_wrap > button{
  background-color: gray; 
}
.cosmosChatSideBarLv2 > .tit_wrap > button.active{
  background-color: #d9a8ff;
}
.cosmosChatSideBarLv2 > .tit_wrap > button:hover{
  background-color: #8900f4;
  color: #fff; 
}
/*.cosmosChatSideBar:hover .cosmosChatSideBarLv2 {
    width: 340px;  
}*/ 
.cosmosChatSideBarLv2 .chatHistoryList > li{
  display: flex; 
  justify-content: flex-end;
  align-items: center; 
  padding: 5px 15px; 
}
.cosmosChatSideBarLv2 .chatHistoryList > li > button{
  margin-right: auto; 
  background-color: inherit !important;
  background-image: url(../../images/backtest/chat_icon02.svg); 
}
.cosmosChatSideBarLv2 .chatHistoryList > li > button:hover{
  background-image: url(../../images/backtest/chat_icon02.svg);
  background-color: #8900f4 !important;
}
.cosmosChatSideBarLv2 .chatHistoryList > li > button.active{
  color: #d9a8ff !important;
  background-image: url(../../images/backtest/chat_icon02.svg); 
}

.chatContent > section{
  padding: 9px 30px !important;
}
.chatContent > section > div{
  width: 100% !important; 
   
}
.chatMessageList{
  padding: 0 0 20px 0 !important; 
  background-color: inherit !important;
  min-width: 720px !important; 
}
.chatMessageList dt{
  padding-left: 0 !important; 

}
.chatMessageList dd{
  padding-left: 30px !important; 
}

.predefinedPrompt{
  width: 82%;
  margin: 10px auto 0;
  display: flex; 
  justify-content: space-between; 
  overflow-x: auto; 
}
.predefinedPrompt > div{
  margin: 10px;
  padding: 10px 15px;
  width: 150px;
  border: 1px solid #313131;
  border-radius: 5px;
  color: #fff; 
  text-align: center; 
}
.predefinedPrompt > div.active{
  color: #a633ff; 
}
.predefinedPrompt > div:hover{
  background-color: #a633ff; 
  border-color: #a633ff;
  color: #ffffff; 
}
.predefinedPrompt > div.disable{
  color: gray; 
}
.predefinedPrompt > div.disable:hover{
  color: gray; 
  background-color: unset; 
  border-color: gray;
}

.promptList > span {
  display: inline-block;
  padding: 8px 10px;
  background-color: #000;
  color: #fff;
  border: 1px solid #313131;
  border-radius: 20px 20px 0 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80vw;
  overflow: hidden;
}
.promptList > span.active{
  color: #a633ff; 
}
.promptList > span:hover{
  background-color: #a633ff; 
  border-color: #a633ff;
  color: #ffffff; 
}
.promptList > span.disabled{
  color: gray; 
}
.predefinedPromptAnswerList > span{
  border-radius: 5px 5px 5px 5px; 
}

textarea::placeholder{
  color: #313131 !important; 
} 

::-webkit-scrollbar{
  width: 0px;
  height: 0px;
}
