@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 */
    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.
 */
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.
 */
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
 */
.news_type02 .tit_wrap:after, .news_type01 ul:after, .stock_type01 .detail_wrap dl:after, .stock_type01 .tit_wrap strong:after, .stock_type01 ul:after, .port_list_type01 .detail_wrap dl:after, h2.tit_icon:after, .invest_profile section h2:after, .more .mode_select ul:after, .more .more_list a:after, #container.recommend_detail .sec01 dl:after, #container.stock_detail .sec12 .reaction_wrap .txt_wrap dl:after, #container.stock_detail .sec11 .reaction_wrap .txt_wrap dl:after, #container.stock_detail .sec01 .fit_box:after, #container.stock_detail .sec01 .txt_wrap:after, .header_back .btn_wrap:after, #container.main section h2:after {
    content: " ";
    display: block;
    clear: both;
}

body {
    -webkit-backface-visibility: hidden;
    margin-top: env(safe-area-inset-top);
    margin-bottom: env(safe-area-inset-bottom);
}

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;
}

select, input, button, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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;
}
select[type=checkbox], input[type=checkbox], button[type=checkbox], textarea[type=checkbox] {
    -webkit-appearance: checkbox;
}
select[type=radio], input[type=radio], button[type=radio], textarea[type=radio] {
    -webkit-appearance: radio;
}
select::-ms-expand, input::-ms-expand, button::-ms-expand, textarea::-ms-expand {
    display: none;
}

html, body {
    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;
}

#container.main section {
    /*margin: 15.28vw 0 0;*/
    margin: 4.72vw 0 0;
}
/*#container.main section:first-child {
    margin: 5.56vw 0 0;
}*/
#container.main section h2 {
    font-size: 6.11vw;
    /*line-height: 10vw;*/
    line-height: 6vw;
}
#container.main section h2 i {
    /*width: 10vw;*/
    /*height: 10vw;*/
    width: 6vw;
    height: 6vw;
    background-color: #414141;
    display: inline-block;
    position: relative;
    float: left;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.main section h2 i img {
    width: 5.83vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#container.main section h2 span {
    float: left;
    padding: 0 0 0 2.78vw;
}
body.light_mode #container.main section h2 {
    color: #000;
}
body.light_mode #container.main section h2 i {
    background-color: #f5f5f5;
}

#container.main section .port_list_type01 {
    margin: 5.56vw 0 0;
}

#header {
    /*padding: 5.56vw 4.17vw;*/
    padding: 4.17vw 4.17vw 0 4.17vw;
}
#header .h_logo {
    width: 34.44vw;
}
body.light_mode #header .h_logo path:nth-of-type(1) {
    fill: #000;
}
body.light_mode #header .h_logo path:nth-of-type(2) {
    fill: #8900f4;
}

.header_back {
    width: 100%;
    padding: 4.17vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #060606;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_back .btn_wrap .back_btn {
    width: 3.61vw;
    height: 3.61vw;
    float: left;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 1.39vw 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.header_back .btn_wrap .like_btn {
    float: right;
}
.header_back .btn_wrap .like_btn svg {
    width: 7.22vw;
}
body.light_mode .header_back {
    background-color: #fff;
}
body.light_mode .header_back .btn_wrap .back_btn {
    border-left-color: #000;
    border-bottom-color: #000;
}

#bottomNav {
    width: 100%;
    height: 12.78vw;
    padding: 0 4.17vw;
    background-color: #222;
    border-top: 1px solid #4d4d4d;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bottomNav .nav_wrap {
    height: 100%;
    position: relative;
}
#bottomNav ul {
    height: 100%;
    font-size: 2.78vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#bottomNav li:nth-of-type(1) svg {
    width: 6.67vw;
}
#bottomNav li:nth-of-type(2) {
    padding: 0 27.78vw 0 0;
}
#bottomNav li:nth-of-type(2) svg {
    width: 5.56vw;
}
#bottomNav li:nth-of-type(3) svg {
    width: 5vw;
}
#bottomNav li:nth-of-type(4) svg {
    width: 6.11vw;
}
#bottomNav a {
    text-align: center;
}
#bottomNav a .img_wrap {
    height: 6.11vw;
    display: block;
}
#bottomNav a .txt {
    width: 100%;
    display: block;
    padding: 0.83vw 0 0;
}
#bottomNav a.active {
    color: #d9a8ff;
}
#bottomNav a.active svg path {
    fill: #d9a8ff;
}
#bottomNav .nav_center {
    width: 16.67vw;
    height: 16.67vw;
    position: absolute;
    bottom: 2px;
    left: 50%;
    background-image: url(../images/layout/logo_gray.svg);
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    -ms-background-position-y: 50%;
    background-position-y: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#bottomNav .nav_center img {
    display: none;
}
#bottomNav .nav_center.active {
    background-image: url(../images/layout/nav_icon05.svg);
}
body.light_mode #bottomNav .nav_center {
    background-image: url(../images/layout/logo_light.svg);
}
body.light_mode #bottomNav .nav_center.active {
    background-image: url(../images/layout/nav_icon05.svg);
}

body.light_mode #bottomNav {
    background-color: #fff;
    border-top-color: #e2e9ed;
}
body.light_mode #bottomNav a {
    color: #afafaf;
}
body.light_mode #bottomNav a svg path {
    fill: #afafaf;
}
body.light_mode #bottomNav a.active {
    color: #8900f4;
}
body.light_mode #bottomNav a.active svg path {
    fill: #8900f4;
}

#popup {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    padding: 8.33vw 4.17vw;
    z-index: 100;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#popup .basic_popup_wrap {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
#popup .filter_sort_popup {
    overflow: hidden;
    background-color: #060606;
    border: 1px solid #473654;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#popup .filter_sort_popup strong {
    height: 13.89vw;
    background-color: #604674;
    line-height: 14.44vw;
    font-size: 4.44vw;
    display: block;
    padding: 0 0 0 5.56vw;
    border-top: 1px solid #473654;
    border-bottom: 1px solid #473654;
}
#popup .filter_sort_popup .list_wrap {
    padding: 0 5.56vw 5.56vw;
}
#popup .filter_sort_popup .list_wrap.sort_wrap ul {
    flex-wrap: wrap;
}
#popup .filter_sort_popup .list_wrap.sort_wrap li {
    width: 45%;
}
#popup .filter_sort_popup .list_wrap .tit {
    color: #b9b9b9;
    font-size: 3.89vw;
    padding: 5.56vw 0 0;
}
#popup .filter_sort_popup .list_wrap ul {
    padding: 2.78vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#popup .filter_sort_popup .list_wrap li {
    width: 19.44vw;
    padding: 0 0 3.33vw;
}
#popup .filter_sort_popup .list_wrap button {
    width: 100%;
    height: 10.28vw;
    border: 1px solid #604674;
    color: #d9a8ff;
    font-size: 3.89vw;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
    -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 .filter_sort_popup .list_wrap button.active {
    background-color: #d9a8ff;
    border-color: #d9a8ff;
    color: #000;
}
#popup .filter_sort_popup .list_wrap .disc {
    color: #b9b9b9;
    font-size: 3.33vw;
}
#popup .filter_sort_popup .filter_apply_btn {
    width: 100%;
    height: 14.44vw;
    background-color: #d9a8ff;
    color: #fff;
    font-size: 3.89vw;
    font-weight: 700;
}
body.light_mode #popup .filter_sort_popup {
    background-color: #fff;
    border-color: #fff;
}
body.light_mode #popup .filter_sort_popup strong {
    background-color: #fbf6ff;
    border-color: #e8e2ed;
}
body.light_mode #popup .filter_sort_popup .list_wrap .tit {
    color: #282828;
}
body.light_mode #popup .filter_sort_popup .list_wrap button {
    border-color: #8900f4;
    color: #8900f4;
}
body.light_mode #popup .filter_sort_popup .list_wrap button.active {
    color: #fff;
    background-color: #8900f4;
}
body.light_mode #popup .filter_sort_popup .disc {
    color: #838C9B;
}
body.light_mode #popup .filter_sort_popup .filter_apply_btn {
    background-color: #8900f4;
}

#popup .filter_popup {
    overflow: hidden;
    background-color: #060606;
    border: 1px solid #473654;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#popup .filter_popup strong {
    height: 13.89vw;
    background-color: #604674;
    line-height: 14.44vw;
    font-size: 4.44vw;
    display: block;
    padding: 0 0 0 5.56vw;
    border-top: 1px solid #473654;
    border-bottom: 1px solid #473654;
}
#popup .filter_popup .list_wrap {
    padding: 0 5.56vw 5.56vw;
}
#popup .filter_popup .list_wrap.sort_wrap ul {
    flex-wrap: wrap;
}
#popup .filter_popup .list_wrap.sort_wrap li {
    width: 45%;
}
#popup .filter_popup .list_wrap .tit {
    color: #b9b9b9;
    font-size: 3.89vw;
    padding: 5.56vw 0 0;
}
#popup .filter_popup .list_wrap ul {
    padding: 2.78vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#popup .filter_popup .list_wrap li {
    width: 19.44vw;
    padding: 0 0 3.33vw;
}
#popup .filter_popup .list_wrap button {
    width: 100%;
    height: 10.28vw;
    border: 1px solid #604674;
    color: #d9a8ff;
    font-size: 3.89vw;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
    -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 .filter_popup .list_wrap button.active {
    background-color: #d9a8ff;
    border-color: #d9a8ff;
    color: #000;
}
#popup .filter_popup .list_wrap .disc {
    color: #b9b9b9;
    font-size: 3.33vw;
}
#popup .filter_popup .filter_apply_btn {
    width: 100%;
    height: 14.44vw;
    background-color: #d9a8ff;
    color: #fff;
    font-size: 3.89vw;
    font-weight: 700;
}
body.light_mode #popup .filter_popup {
    background-color: #fff;
    border-color: #fff;
}
body.light_mode #popup .filter_popup strong {
    background-color: #fbf6ff;
    border-color: #e8e2ed;
}
body.light_mode #popup .filter_popup .list_wrap .tit {
    color: #282828;
}
body.light_mode #popup .filter_popup .list_wrap button {
    border-color: #8900f4;
    color: #8900f4;
}
body.light_mode #popup .filter_popup .list_wrap button.active {
    color: #fff;
    background-color: #8900f4;
}
body.light_mode #popup .filter_popup .disc {
    color: #838C9B;
}
body.light_mode #popup .filter_popup .filter_apply_btn {
    background-color: #8900f4;
}

.error_wrap {
    height: 100vh;
    padding: 0 4.17vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.error_wrap .tit_wrap {
    width: 100%;
    text-align: center;
    background-color: #242424;
    padding: 5.56vw 4.17vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.error_wrap .tit_wrap img {
    height: 16.11vw;
}
.error_wrap .tit_wrap h2 {
    font-size: 6.11vw;
    padding: 4.17vw 0 0;
    line-height: 9.72vw;
}
.error_wrap .tit_wrap .txt_wrap {
    padding: 4.17vw 0 0;
    text-align: left;
    color: #b9b9b9;
    line-height: 5.56vw;
    font-size: 3.61vw;
}
.error_wrap .tit_wrap .txt_wrap.center_txt {
    text-align: center;
}
.error_wrap .tit_wrap .txt_wrap .caution_txt {
    color: #f60000;
}
.error_wrap .tit_wrap .txt_wrap p {
    padding: 0 0 0 3.33vw;
    position: relative;
}
.error_wrap .tit_wrap .txt_wrap p:before {
    width: 0.56vw;
    height: 0.56vw;
    display: block;
    content: "";
    background-color: #b9b9b9;
    position: absolute;
    left: 0;
    top: 2.22vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
body.light_mode .error_wrap .tit_wrap {
    background-color: #f4faff;
}
body.light_mode .error_wrap .tit_wrap .txt_wrap {
    color: #838C9B;
}
body.light_mode .error_wrap .tit_wrap .txt_wrap p:before {
    background-color: #838C9B;
}
body.light_mode .error_wrap .tit_wrap.bg02 {
    background-color: #fbf6ff;
}
body.light_mode .error_wrap .tit_wrap.bg02 .txt_wrap {
    color: #ae92c9;
}

.error_wrap .more_btn_wrap {
    text-align: center;
    padding: 5.56vw 0 0;
}
.error_wrap .more_btn_wrap button {
    width: 52.78vw;
    height: 12.5vw;
    background-color: #d9a8ff;
    color: #000;
    display: inline-block;
    font-size: 3.89vw;
    font-weight: 700;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.error_wrap .more_btn_wrap p {
    padding: 4.17vw 0 0;
    color: #b9b9b9;
    font-size: 3.06vw;
}
body.light_mode .error_wrap .more_btn_wrap button {
    background-color: #8900f4;
    color: #fff;
}
body.light_mode .error_wrap .more_btn_wrap p {
    color: #838C9B;
}

.app_login_num {
    padding: 8.33vw 0 0;
    text-align: center;
}
.app_login_num strong {
    font-size: 7.22vw;
    line-height: 11.11vw;
}
.app_login_num strong span {
    width: 11.11vw;
    height: 11.11vw;
    display: inline-block;
    background-color: #242424;
    border: 1px solid #fff;
    -webkit-border-radius: 1.39vw;
    -moz-border-radius: 1.39vw;
    border-radius: 1.39vw;
}
body.light_mode .app_login_num strong span {
    background-color: #f4faff;
}

.app_login_num p {
    padding: 8.33vw 0 0;
    color: #838c9b;
    font-size: 3.61vw;
}

#container.stock_detail {
    padding: 19.44vw 4.17vw 27.78vw;
}
#container.stock_detail h1 {
    font-size: 6.78vw;
    position: fixed;
}
#container.stock_detail h1.active {
    width: 70%;
    top: 0;
    left: 15%;
    line-height: 15.28vw;
    z-index: 10;
    text-align: center;
    font-size: 5vw;
}
#container.stock_detail .sec01 {
    padding: 10.56vw 0 0;
}
#container.stock_detail .sec01 .unit_txt {
    font-size: 3.61vw;
    font-weight: 600;
    padding: 2.78vw 0 0;
    color: #b9b9b9;
}
#container.stock_detail .sec01 .unit_txt span {
    display: inline-block;
    padding: 0 4.17vw 0 0;
}
#container.stock_detail .sec01 .txt_wrap {
    padding: 2.78vw 0 0;
    line-height: 9.72vw;
    font-weight: 600;
}
#container.stock_detail .sec01 .txt_wrap strong {
    font-size: 6.11vw;
    float: left;
}
#container.stock_detail .sec01 .txt_wrap .txt01 {
    font-size: 3.61vw;
    color: #f60000;
    float: left;
    margin: 0 0 0 6.11vw;
    position: relative;
    padding: 0 0 0 3.33vw;
}
#container.stock_detail .sec01 .txt_wrap .txt01 i {
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-bottom: 1.94vw solid #f60000;
    border-left: 1.19vw solid transparent;
    border-right: 1.19vw solid transparent;
    position: absolute;
    left: 0;
    top: 48%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#container.stock_detail .sec01 .txt_wrap .txt01.loss {
    color: #5b70eb;
}
#container.stock_detail .sec01 .txt_wrap .txt01.loss i {
    border-bottom-color: #5b70eb;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
#container.stock_detail .sec01 .txt_wrap .txt02 {
    float: left;
    margin: 0 0 0 4.17vw;
    font-size: 3.61vw;
    color: #f60000;
}
#container.stock_detail .sec01 .txt_wrap .txt02.loss {
    color: #5b70eb;
}
#container.stock_detail .sec01 .txt_wrap .txt03 {
    float: right;
    font-size: 3.06vw;
    color: #b9b9b9;
}
#container.stock_detail .sec01 .fit_box {
    padding: 2.78vw 4.17vw;
    background-color: #242424;
    margin: 4.17vw 0 0;
    line-height: 8.33vw;
    font-weight: 700;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec01 .fit_box dt {
    font-size: 3.89vw;
    float: left;
}
#container.stock_detail .sec01 .fit_box dd {
    float: right;
    color: #d9a8ff;
    font-size: 5.56vw;
}
#container.stock_detail .sec01 .graph_wrap {
    border: 1px solid #3e3942;
    overflow: hidden;
    margin: 8.33vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec01 .graph_wrap .graph_box {
    width: 100%;
    height: 77.78vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#container.stock_detail .sec01 .graph_wrap .graph_box img {
    width: 88%;
}
#container.stock_detail .sec01 .graph_wrap .graph_txt {
    padding: 2.78vw 4.17vw;
    line-height: 8.33vw;
    flex-wrap: wrap;
    background-color: #242424;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: normal;
    align-items: normal;
    -webkit-justify-content: left;
    justify-content: left;
}
#container.stock_detail .sec01 .graph_wrap .graph_txt dl {
    width: 32%;
}
#container.stock_detail .sec01 .graph_wrap .graph_txt dl:nth-of-type(3) {
    /*width: 24%;*/
    /*text-align: right;*/
}
#container.stock_detail .sec01 .graph_wrap .graph_txt dt {
    color: #b9b9b9;
    font-size: 3.33vw;
    display: inline-block;
    vertical-align: middle;
}
#container.stock_detail .sec01 .graph_wrap .graph_txt dd {
    font-size: 4.44vw;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
body.light_mode #container.stock_detail .sec01 .unit_txt {
    color: #838C9B;
}
body.light_mode #container.stock_detail .sec01 .txt_wrap .txt03 {
    color: #838C9B;
}
body.light_mode #container.stock_detail .sec01 .fit_box {
    background-color: #fbf6ff;
}
body.light_mode #container.stock_detail .sec01 .fit_box dd {
    color: #8900f4;
}
body.light_mode #container.stock_detail .sec01 .graph_wrap {
    border-color: #e2e9ed;
}
body.light_mode #container.stock_detail .sec01 .graph_wrap .graph_txt {
    background-color: #f4faff;
}
body.light_mode #container.stock_detail .sec01 .graph_wrap .graph_txt dt {
    color: #838C9B;
}

#container.stock_detail .sec02 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec02 h2 i img {
    width: 6.39vw;
}
#container.stock_detail .sec02 .graph_wrap {
    padding: 4.17vw;
    height: 25vw;
    position: relative;
    background-color: #242424;
    margin: 2.78vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec02 .graph_wrap:after {
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    background-color: #4D4D4D;
    position: absolute;
    left: 0;
    top: 50%;
}
#container.stock_detail .sec02 .graph_wrap .bar_wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
#container.stock_detail .sec02 .graph_wrap .bar_wrap div {
    width: 3.33vw;
    bottom: 0;
    background-color: #f60000;
    position: absolute;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(1) {
    left: 5%;
}
#container.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(2) {
    left: 30%;
}
#container.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(3) {
    left: 60%;
}
#container.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(4) {
    right: 5%;
}
#container.stock_detail .sec02 .txt_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 4.17vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec02 .txt_wrap dl {
    width: 12%;
}
#container.stock_detail .sec02 .txt_wrap dt {
    color: #b9b9b9;
    font-size: 3.33vw;
}
#container.stock_detail .sec02 .txt_wrap dd {
    font-size: 5vw;
    font-weight: 700;
    padding: 1.94vw 0 0;
}
body.light_mode #container.stock_detail .sec02 .graph_wrap {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec02 .graph_wrap:after {
    background-color: #e4e4e4;
}
body.light_mode #container.stock_detail .sec02 .txt_wrap dt {
    color: #838C9B;
}

#container.stock_detail .sec03 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec03 h2 i img {
    width: 5.56vw;
}
#container.stock_detail .sec03 .txt_wrap {
    padding: 3.33vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec03 .txt_wrap dl {
    width: 49%;
    background-color: #4e6b82;
    padding: 4.17vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec03 .txt_wrap dl:nth-of-type(2) {
    background-color: #604674;
}
#container.stock_detail .sec03 .txt_wrap dl dt {
    font-size: 3.33vw;
    color: #b9b9b9;
}
#container.stock_detail .sec03 .txt_wrap dl dd {
    font-size: 5vw;
    font-weight: 700;
    padding: 2.78vw 0 0;
}
body.light_mode #container.stock_detail .sec03 .txt_wrap dl {
    background-color: #fbf6ff;
}
body.light_mode #container.stock_detail .sec03 .txt_wrap dl:nth-of-type(2) {
    background-color: #f4faff;
}
body.light_mode #container.stock_detail .sec03 .txt_wrap dl dt {
    color: #838C9B;
}

#container.stock_detail .sec04 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec04 h2 i img {
    width: 7.78vw;
}
#container.stock_detail .sec04 .disc {
    color: #b9b9b9;
    font-size: 3.06vw;
    padding: 2.78vw 0 0;
}
#container.stock_detail .sec04 .average_wrap {
    padding: 5.56vw 4.17vw;
    background-color: #242424;
    margin: 4.17vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec04 .average_wrap .progress_wrap {
    width: 100%;
    height: 4.44vw;
    background-color: #060606;
    overflow: hidden;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec04 .average_wrap .progress_wrap .progress_bar {
    width: 50%;
    height: 100%;
    background-image: linear-gradient(90deg, #B75CFF 30%, #8900F4 100%);
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec04 .average_wrap .txt_wrap {
    padding: 2.78vw 0 0;
    font-size: 3.06vw;
    color: #b9b9b9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec04 .average_wrap .txt_wrap p {
    width: 14%;
}
#container.stock_detail .sec04 .target_price {
    padding: 4.17vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec04 .target_price dl {
    width: 23%;
}
#container.stock_detail .sec04 .target_price dl:first-child {
    width: 27%;
}
#container.stock_detail .sec04 .target_price dt {
    color: #b9b9b9;
    font-size: 3.06vw;
}
#container.stock_detail .sec04 .target_price dd {
    font-size: 3.89vw;
    font-weight: 700;
    padding: 2.78vw 0 0;
}
body.light_mode #container.stock_detail .sec04 .disc {
    color: #838C9B;
}
body.light_mode #container.stock_detail .sec04 .average_wrap {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec04 .average_wrap .progress_wrap {
    background-color: #fff;
}
body.light_mode #container.stock_detail .sec04 .average_wrap .txt_wrap {
    color: #838C9B;
}
body.light_mode #container.stock_detail .sec04 .target_price dt {
    color: #838C9B;
}

#container.stock_detail .sec05 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec05 h2 i img {
    width: 7.5vw;
}
#container.stock_detail .sec05 .txt_wrap {
    padding: 5.56vw 4.17vw;
    background-color: #242424;
    margin: 2.78vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec05 .txt_wrap dl {
    width: 20%;
}
#container.stock_detail .sec05 .txt_wrap dl:nth-of-type(4) {
    text-align: right;
}
#container.stock_detail .sec05 .txt_wrap dt {
    font-size: 3.33vw;
    color: #b9b9b9;
}
#container.stock_detail .sec05 .txt_wrap dd {
    font-size: 5vw;
    font-weight: 700;
    color: #f60000;
    padding: 2.78vw 0 0;
}
#container.stock_detail .sec05 .txt_wrap dd.loss {
    color: #5b70eb;
}
body.light_mode #container.stock_detail .sec05 .txt_wrap {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec05 .txt_wrap dt {
    color: #838C9B;
}

#container.stock_detail .sec06 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec06 h2 i img {
    width: 7.5vw;
}
#container.stock_detail .sec06 .graph_wrap {
    padding: 4.17vw;
    height: 25vw;
    position: relative;
    background-color: #242424;
    margin: 2.78vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec06 .graph_wrap:after {
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    background-color: #4D4D4D;
    position: absolute;
    left: 0;
    top: 50%;
}
#container.stock_detail .sec06 .graph_wrap .bar_wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
#container.stock_detail .sec06 .graph_wrap .bar_wrap div {
    width: 3.33vw;
    bottom: 0;
    background-color: #f60000;
    position: absolute;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(1) {
    left: 5%;
}
#container.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(2) {
    left: 30%;
}
#container.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(3) {
    left: 60%;
}
#container.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(4) {
    right: 5%;
}
#container.stock_detail .sec06 .txt_wrap {
    flex-wrap: wrap;
    margin: -1.11vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec06 .txt_wrap dl {
    width: 25%;
    padding: 4.17vw 0 0;
}
#container.stock_detail .sec06 .txt_wrap dl:nth-of-type(4n) {
    /*text-align: right;*/
}
#container.stock_detail .sec06 .txt_wrap dt {
    font-size: 3.06vw;
    color: #b9b9b9;
}
#container.stock_detail .sec06 .txt_wrap dd {
    font-size: 4.44vw;
    padding: 1.39vw 0 0;
}
body.light_mode #container.stock_detail .sec06 .graph_wrap {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec06 .graph_wrap:after {
    background-color: #e4e4e4;
}
body.light_mode #container.stock_detail .sec06 .txt_wrap dt {
    color: #838C9B;
}

#container.stock_detail .sec07 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec07 h2 i img {
    width: 6.67vw;
}
#container.stock_detail .sec07 .category_wrap {
    padding: 4.17vw;
    background-color: #242424;
    margin: 2.78vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec07 .category_wrap button {
    color: #b9b9b9;
    font-size: 3.33vw;
}
#container.stock_detail .sec07 .category_wrap button.active {
    color: #d9a8ff;
}
#container.stock_detail .sec07 .category_wrap .candle_line_wrap button {
    margin: 0 6.94vw 0 0;
}
#container.stock_detail .sec07 .category_wrap .date_wrap button {
    margin: 0 0 0 6.94vw;
}
#container.stock_detail .sec07 .graph_wrap {
    width: 100%;
    height: 55.56vw;
    margin: 5.56vw 0 0;
    overflow: hidden;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
body.light_mode #container.stock_detail .sec07 .category_wrap {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec07 .category_wrap button {
    color: #838C9B;
}
body.light_mode #container.stock_detail .sec07 .category_wrap button.active {
    color: #8900f4;
}

#container.stock_detail .sec08 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec08 h2 i img {
    width: 7.78vw;
}
#container.stock_detail .sec08 .center_btn_wrap {
    padding: 4.17vw 0 0;
}
#container.stock_detail .sec09 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec09 h2 i img {
    width: 7.22vw;
}
body.light_mode #container.stock_detail .sec09 .news_type03 {
    background-color: #fbf6ff;
}

#container.stock_detail .sec09 .center_btn_wrap {
    padding: 4.17vw 0 0;
}
#container.stock_detail .sec10 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec10 h2 i img {
    width: 6.39vw;
}
#container.stock_detail .sec10 .news_type04 {
    margin: 2.78vw 0 0;
}
#container.stock_detail .sec10 .news_type04 li {
    margin: 2.78vw 0 0;
    padding: 4.17vw;
    background-color: #242424;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec10 .news_type04 li:first-child {
    margin: 0;
}
#container.stock_detail .sec10 .news_type04 strong {
    font-size: 3.89vw;
    font-weight: 600;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#container.stock_detail .sec10 .news_type04 p {
    color: #b9b9b9;
    font-size: 3.06vw;
    padding: 2.78vw 0 0;
}
body.light_mode #container.stock_detail .sec10 .news_type04 li {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec10 .news_type04 strong {
    color: #000;
}
body.light_mode #container.stock_detail .sec10 .news_type04 p {
    color: #838C9B;
}

#container.stock_detail .sec11 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec11 h2 i img {
    width: 6.94vw;
}
#container.stock_detail .sec11 .reaction_wrap {
    padding: 5.56vw 4.17vw;
    background-color: #242424;
    margin: 4.17vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec11 .reaction_wrap .progress_wrap {
    width: 100%;
    height: 4.44vw;
    background-color: #5b70eb;
    overflow: hidden;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec11 .reaction_wrap .progress_wrap .progress_bar {
    height: 100%;
    background-color: #f60000;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec11 .reaction_wrap .txt_wrap {
    line-height: 5.56vw;
    padding: 3.61vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec11 .reaction_wrap .txt_wrap dt {
    font-size: 3.06vw;
    color: #b9b9b9;
    float: left;
}
#container.stock_detail .sec11 .reaction_wrap .txt_wrap dd {
    font-size: 4.44vw;
    float: left;
    padding: 0 0 0 3.33vw;
    font-weight: 700;
}
#container.stock_detail .sec11 .disc {
    padding: 4.17vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 5.56vw;
    margin: 4.17vw 0 0;
    font-size: 3.33vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
body.light_mode #container.stock_detail .sec11 .reaction_wrap {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec11 .reaction_wrap .txt_wrap dt {
    color: #838C9B;
}
body.light_mode #container.stock_detail .sec11 .disc {
    color: #838C9B;
    background-color: #f4faff;
}

#container.stock_detail .sec12 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec12 h2 i img {
    width: 6.39vw;
}
#container.stock_detail .sec12 .reaction_wrap {
    padding: 5.56vw 4.17vw;
    background-color: #242424;
    margin: 4.17vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec12 .reaction_wrap .progress_wrap {
    width: 100%;
    height: 4.44vw;
    background-color: #5b70eb;
    overflow: hidden;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec12 .reaction_wrap .progress_wrap .progress_bar {
    height: 100%;
    background-color: #f60000;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
#container.stock_detail .sec12 .reaction_wrap .txt_wrap {
    line-height: 5.56vw;
    padding: 3.61vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#container.stock_detail .sec12 .reaction_wrap .txt_wrap dt {
    font-size: 3.06vw;
    color: #b9b9b9;
    float: left;
}
#container.stock_detail .sec12 .reaction_wrap .txt_wrap dd {
    font-size: 4.44vw;
    float: left;
    padding: 0 0 0 3.33vw;
    font-weight: 700;
}
#container.stock_detail .sec12 .disc {
    padding: 4.17vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 5.56vw;
    margin: 4.17vw 0 0;
    font-size: 3.33vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
body.light_mode #container.stock_detail .sec12 .reaction_wrap {
    background-color: #f5f5f5;
}
body.light_mode #container.stock_detail .sec12 .reaction_wrap .txt_wrap dt {
    color: #838C9B;
}
body.light_mode #container.stock_detail .sec12 .disc {
    color: #838C9B;
    background-color: #fbf6ff;
}

#container.stock_detail .sec13 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec13 h2 i img {
    width: 7.5vw;
}
#container.stock_detail .sec13 .graph_wrap {
    width: 100%;
    height: 33.33vw;
    margin: 4.17vw 0 0;
    overflow: hidden;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
#container.stock_detail .sec13 .disc {
    padding: 4.17vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 5.56vw;
    margin: 4.17vw 0 0;
    font-size: 3.33vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
body.light_mode #container.stock_detail .sec13 .disc {
    color: #838C9B;
    background-color: #f4faff;
}

#container.stock_detail .sec14 {
    margin: 13.89vw 0 0;
}
#container.stock_detail .sec14 h2 i img {
    width: 6.39vw;
}

#container.recommend_detail {
    padding: 19.44vw 4.17vw 27.78vw;
}
#container.recommend_detail h1 {
    font-size: 5.78vw;
    position: fixed;
}
#container.recommend_detail h1.active {
    width: 100%;
    top: 0;
    left: 0;
    line-height: 15.28vw;
    z-index: 10;
    text-align: center;
    font-size: 5vw;
}
#container.recommend_detail .sec01 {
    padding: 10.56vw 0 0;
}
#container.recommend_detail .sec01 .graph_wrap {
    margin: 5.56vw 0 0;
}
#container.recommend_detail .sec01 dl {
    font-size: 3.61vw;
    padding: 6.94vw 0 0;
    line-height: 5.56vw;
}
#container.recommend_detail .sec01 dt {
    width: 12%;
    float: left;
    color: #b9b9b9;
}
#container.recommend_detail .sec01 dd {
    width: 88%;
    float: right;
}
#container.recommend_detail .sec01 dd p {
    display: inline-block;
    padding: 0 0.83vw 0 0;
    color: #f60000;
}
#container.recommend_detail .sec01 dd p.loss {
    color: #5b70eb;
}
#container.recommend_detail .sec02 {
    padding: 2.78vw 0 0;
}

.signal h1 {
    font-size: 6.78vw;
    padding: 4.17vw 0 0;
}
.signal section {
    margin: 4.72vw 0 0;
}
.signal .sec01 {
    /*margin: 4.72vw 0 0;*/
}
.signal .sec01 h2 i img {
    width: 6.94vw;
}
.signal .sec01 .graph_wrap {
    width: 100%;
    margin: 4.17vw 0 0;
    overflow: hidden;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.signal .sec01 .disc {
    padding: 4.17vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 5.56vw;
    margin: 4.17vw 0 0;
    font-size: 3.33vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
body.light_mode .signal .sec01 .disc {
    color: #838C9B;
    background-color: #f4faff;
}

.signal .sec02 {
    /*margin: 9.72vw 0 0;*/
}
.signal .sec02 h2 i img {
    width: 6.39vw;
}
.signal .sec02 .graph_wrap {
    width: 100%;
    margin: 4.17vw 0 0;
    overflow: hidden;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.signal .sec02 .txt_wrap {
    padding: 4.17vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.signal .sec02 .txt_wrap dl:nth-of-type(1) dt {
    color: #f60000;
}
.signal .sec02 .txt_wrap dl:nth-of-type(2) dt {
    color: #b9b9b9;
}
.signal .sec02 .txt_wrap dl:nth-of-type(3) dt {
    color: #5b70eb;
}
.signal .sec02 .txt_wrap dt {
    font-size: 3.33vw;
}
.signal .sec02 .txt_wrap dd {
    font-size: 5vw;
    font-weight: 700;
    padding: 1.94vw 0 0;
}
.signal .sec02 .disc {
    padding: 4.17vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 5.56vw;
    margin: 4.17vw 0 0;
    font-size: 3.33vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
body.light_mode .signal .sec02 .disc {
    color: #838C9B;
    background-color: #fbf6ff;
}
body.light_mode .signal .sec02 .txt_wrap dl:nth-of-type(2) dt {
    color: #838C9B;
}

.signal .sec03 {
    /*margin: 9.72vw 0 0;*/
}
.signal .sec03 h2 i img {
    width: 7.22vw;
}
.signal .sec04 {
    /*margin: 9.72vw 0 0;*/
}
.signal .sec04 h2 i img {
    width: 7.22vw;
}
.signal .sec05 {
    /*margin: 9.72vw 0 0;*/
}
.signal .sec05 h2 i img {
    width: 6.67vw;
}
.signal .sec06 {
    /*margin: 9.72vw 0 0;*/
}
.signal .sec06 h2 i img {
    width: 6.67vw;
}
.signal .sec07 {
    /*margin: 9.72vw 0 0;*/
}
.signal .sec07 h2 i img {
    width: 6.39vw;
}

.recommend .search_title {
    padding: 4.17vw 0 0;
}
.recommend .search_title .tit_wrap {
    line-height: 9.72vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.recommend .search_title h1 {
    font-size: 6.78vw;
}
.recommend .search_title .btn_wrap .reset_btn img {
    width: 5.83vw;
    vertical-align: middle;
}
.recommend .search_title .btn_wrap .filter_btn {
    color: #fff;
    font-size: 3.61vw;
}
.recommend .search_title .btn_wrap .filter_btn img {
    width: 6.39vw;
    vertical-align: middle;
    margin: 0 1.39vw 0 2.78vw;
}
.recommend .search_title .search_wrap {
    margin: 2.56vw 0 0;
    padding: 2.78vw 4.17vw;
    background-color: #424242;
    position: relative;
    border: 1px solid #424242;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend .search_title .search_wrap input[type=text] {
    width: 80%;
    height: 6.94vw;
    color: #fff;
    font-size: 4.17vw;
}
.recommend .search_title .search_wrap .search_btn {
    position: absolute;
    right: 4.17vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.recommend .search_title .search_wrap .search_btn img {
    width: 6.11vw;
}
body.light_mode .recommend .search_title .search_wrap {
    border-color: #E4E4E4;
    background-color: #f5f5f5;
}
body.light_mode .recommend .search_title .search_wrap input[type=text] {
    color: #000;
}
body.light_mode .recommend .search_title .btn_wrap .filter_btn {
    color: #000;
}

.recommend section {
    margin: 6.94vw 0 0;
}

.more {
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more h1 {
    font-size: 7.78vw;
    padding: 5.56vw 0 0;
}
.more .more_list {
    padding: 2.78vw 0 0;
}
.more .more_list li {
    margin: 5vw 0 0;
}
.more .more_list a {
    display: block;
    font-size: 4.44vw;
    /*line-height: 10vw;*/
    line-height: 6vw;
    font-weight: 700;
    position: relative;
}
.more .more_list a:before {
    width: 2.5vw;
    height: 2.5vw;
    display: block;
    content: "";
    border-bottom: 2px solid #afafaf;
    border-right: 2px solid #afafaf;
    position: absolute;
    right: 1.39vw;
    top: 3.33vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.more .more_list a i {
    /*width: 10vw;*/
    /*height: 10vw;*/
    width: 6vw;
    height: 6vw;
    background-color: #414141;
    display: inline-block;
    position: relative;
    float: left;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.more .more_list a i img {
    height: 6.94vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.more .more_list a span {
    float: left;
    padding: 0 0 0 2.78vw;
}
body.light_mode .more .more_list a {
    color: #000;
}
body.light_mode .more .more_list a i {
    background-color: #f5f5f5;
}

.more .mode_select {
    width: 100%;
    text-align: center;
    /*position: fixed;*/
    /*bottom: 27.78vw;*/
    /*left: 0;*/
    margin-top: 10vh;
}
.more .mode_select ul {
    display: inline-block;
}
.more .mode_select li {
    float: left;
    margin: 0 1.94vw;
}
.more .mode_select button {
    width: 27.78vw;
    height: 9.17vw;
    border: 1px solid #d9a8ff;
    color: #d9a8ff;
    font-size: 3.61vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.more .mode_select button.active {
    background-color: #d9a8ff;
    color: #fff;
}
body.light_mode .more .mode_select button {
    color: #8900f4;
    border-color: #8900f4;
}
body.light_mode .more .mode_select button.active {
    background-color: #8900f4;
    color: #fff;
}

.more_detail .more_link_back {
    padding: 4.17vw 0;
    position: relative;
}
.more_detail .more_link_back .back_btn {
    width: 3.61vw;
    height: 3.61vw;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 1.39vw 0 0;
    position: absolute;
    left: 0.56vw;
    top: 4.17vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
body.light_mode .more_detail .more_link_back .back_btn {
    border-left-color: #000;
    border-bottom-color: #000;
}

.more_detail .more_link_back h1 {
    font-size: 5vw;
    line-height: 6.39vw;
    text-align: center;
}
.more_detail .tit_wrap {
    width: 100%;
    text-align: center;
    background-color: #242424;
    padding: 5.56vw 4.17vw;
    margin: 4.17vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more_detail .tit_wrap img {
    height: 16.11vw;
}
.more_detail .tit_wrap h2 {
    font-size: 6.11vw;
    padding: 4.17vw 0 0;
    line-height: 9.72vw;
}
.more_detail .tit_wrap .txt_wrap {
    padding: 4.17vw 0 0;
    text-align: left;
    color: #b9b9b9;
    line-height: 5.56vw;
    font-size: 3.61vw;
}
.more_detail .tit_wrap .txt_wrap.center_txt {
    text-align: center;
}
.more_detail .tit_wrap .txt_wrap .caution_txt {
    color: #f60000;
}
.more_detail .tit_wrap .txt_wrap p {
    padding: 0 0 0 3.33vw;
    position: relative;
}
.more_detail .tit_wrap .txt_wrap p:before {
    width: 0.56vw;
    height: 0.56vw;
    display: block;
    content: "";
    background-color: #b9b9b9;
    position: absolute;
    left: 0;
    top: 2.22vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
body.light_mode .more_detail .tit_wrap {
    background-color: #f4faff;
}
body.light_mode .more_detail .tit_wrap .txt_wrap {
    color: #838C9B;
}
body.light_mode .more_detail .tit_wrap .txt_wrap p:before {
    background-color: #838C9B;
}
body.light_mode .more_detail .tit_wrap.bg02 {
    background-color: #fbf6ff;
}
body.light_mode .more_detail .tit_wrap.bg02 .txt_wrap {
    color: #ae92c9;
}

.more_detail .more_btn_wrap {
    text-align: center;
    padding: 4.17vw 0 0;
}
.more_detail .more_btn_wrap button {
    width: 52.78vw;
    height: 12.5vw;
    background-color: #d9a8ff;
    color: #000;
    display: inline-block;
    font-size: 3.89vw;
    font-weight: 700;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.more_detail .more_btn_wrap p {
    padding: 4.17vw 0 0;
    color: #b9b9b9;
    font-size: 3.06vw;
}
.more_detail .more_btn_wrap.line_2_btn button {
    width: 35%;
    margin: 0 3%;
}
body.light_mode .more_detail .more_btn_wrap button {
    background-color: #8900f4;
    color: #fff;
}
body.light_mode .more_detail .more_btn_wrap p {
    color: #838C9B;
}

.more_detail .member_register_wrap strong {
    font-size: 4.17vw;
    padding: 5.56vw 0 0;
    display: block;
}
.more_detail .member_register_wrap li {
    padding: 4.17vw 0 0;
}
.more_detail .member_register_wrap .input_wrap {
    line-height: 12.22vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.more_detail .member_register_wrap .input_wrap input[type=text],
.more_detail .member_register_wrap .input_wrap input[type=password],
.more_detail .member_register_wrap .input_wrap input[type=email] {
    width: 65%;
}
.more_detail .member_register_wrap .input_wrap button {
    width: 30%;
    height: 8.33vw;
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
    font-size: 3.61vw;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.more_detail .member_register_wrap input[type=text],
.more_detail .member_register_wrap input[type=password],
.more_detail .member_register_wrap input[type=email] {
    width: 100%;
    height: 12.22vw;
    background-color: #242424;
    color: #fff;
    padding: 0 4.17vw;
    font-size: 3.61vw;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more_detail .member_register_wrap input[type=text]:disabled,
.more_detail .member_register_wrap input[type=password]:disabled,
.more_detail .member_register_wrap input[type=email]:disabled {
    -webkit-text-fill-color: #b9b9b9;
    -webkit-opacity: 1;
}
.more_detail .member_register_wrap p {
    color: #f60000;
    font-size: 3.06vw;
    padding: 1.39vw 0 0;
}
.more_detail .member_register_wrap .more_btn_wrap {
    padding: 5.56vw 0 0;
}
.more_detail .member_register_wrap .secession_btn {
    text-align: left;
}
.more_detail .member_register_wrap .secession_btn .input_wrap {
    margin: 0 0 2.78vw;
}
body.light_mode .more_detail .member_register_wrap input[type=text],
body.light_mode .more_detail .member_register_wrap input[type=password],
body.light_mode .more_detail .member_register_wrap input[type=email] {
    background-color: #f5f5f5;
    color: #000;
}
body.light_mode .more_detail .member_register_wrap input[type=text]:disabled,
body.light_mode .more_detail .member_register_wrap input[type=password]:disabled,
body.light_mode .more_detail .member_register_wrap input[type=email]:disabled {
    -webkit-text-fill-color: #a4a4a4;
}
body.light_mode .more_detail .member_register_wrap .input_wrap button {
    color: #838C9B;
    border-color: #a4a4a4;
}

.more_detail .secession_btn {
    text-align: center;
    padding: 5.56vw 0 0;
}
.more_detail .secession_btn .input_wrap {
    display: inline-block;
    position: relative;
    line-height: 6.39vw;
}
.more_detail .secession_btn input[type=checkbox] {
    position: absolute;
    left: -999px;
}
.more_detail .secession_btn input[type=checkbox]:checked ~ label:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.more_detail .secession_btn label {
    font-size: 3.61vw;
    color: #b9b9b9;
    /*padding: 0 0 0 9.17vw;*/
    margin: 0 0 0 9.17vw;
}
.more_detail .secession_btn label:before {
    width: 6.39vw;
    height: 6.39vw;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid #b9b9b9;
    top: 0;
    -webkit-border-radius: 1.39vw;
    -moz-border-radius: 1.39vw;
    border-radius: 1.39vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more_detail .secession_btn label:after {
    width: 6.39vw;
    height: 6.39vw;
    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%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 1.39vw;
    -moz-border-radius: 1.39vw;
    border-radius: 1.39vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}
body.light_mode .more_detail .secession_btn label {
    color: #838C9B;
}

.invest_profile section {
    margin: 13.89vw 0 0;
}
.invest_profile section:first-child {
    margin: 5.56vw 0 0;
}
.invest_profile section h2 {
    font-size: 5.83vw;
    /*line-height: 10vw;*/
    line-height: 6vw;
}
.invest_profile section h2 i {
    /*width: 10vw;*/
    /*height: 10vw;*/
    width: 6vw;
    height: 6vw;
    background-color: #414141;
    display: inline-block;
    position: relative;
    float: left;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.invest_profile section h2 i img {
    width: 6.94vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.invest_profile section h2 span {
    float: left;
    padding: 0 0 0 2.78vw;
}
body.light_mode .invest_profile section h2 {
    color: #000;
}
body.light_mode .invest_profile section h2 i {
    background-color: #f5f5f5;
}

.invest_profile .invest_profile_select {
    padding: 1.94vw 0 0;
}
.invest_profile .invest_profile_select li {
    padding: 3.06vw 4.17vw;
    margin: 2.78vw 0 0;
    background-color: #242424;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.invest_profile .invest_profile_select .input_wrap {
    position: relative;
    padding: 0 0 0 8.33vw;
}
.invest_profile .invest_profile_select input[type=radio] {
    position: absolute;
    left: -999px;
}
.invest_profile .invest_profile_select input[type=radio]:checked ~ label:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.invest_profile .invest_profile_select label {
    line-height: 5.56vw;
}
.invest_profile .invest_profile_select label:before {
    width: 5.56vw;
    height: 5.56vw;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid #3E3942;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.invest_profile .invest_profile_select label:after {
    width: 3.33vw;
    height: 3.33vw;
    display: block;
    content: "";
    position: absolute;
    left: 1.11vw;
    background-color: #46a6ff;
    top: 1.11vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}
.invest_profile .invest_profile_select label strong {
    display: block;
    font-size: 3.89vw;
}
.invest_profile .invest_profile_select label p {
    font-size: 3.33vw;
    color: #b9b9b9;
}
.invest_profile .invest_profile_select.purple_bg label:before {
    border-color: #473654;
}
.invest_profile .invest_profile_select.purple_bg label:after {
    background-color: #8900f4;
}
body.light_mode .invest_profile .invest_profile_select li {
    background-color: #f4faff;
}
body.light_mode .invest_profile .invest_profile_select label:before {
    background-color: #fff;
    border-color: #e2e9ed;
}
body.light_mode .invest_profile .invest_profile_select label p {
    color: #7c9dc5;
}
body.light_mode .invest_profile .invest_profile_select.purple_bg li {
    background-color: #fbf6ff;
}
body.light_mode .invest_profile .invest_profile_select.purple_bg label p {
    color: #ae92c9;
}

.invest_profile .importance_select {
    padding: 1.94vw 0 0;
}
.invest_profile .importance_select li {
    padding: 3.06vw 4.17vw;
    margin: 2.78vw 0 0;
    background-color: #242424;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.invest_profile .importance_select strong {
    font-size: 3.89vw;
}
.invest_profile .importance_select .check_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.invest_profile .importance_select .input_wrap {
    width: 5.56vw;
    height: 5.56vw;
    position: relative;
    margin: 2.78vw 0 0;
}
.invest_profile .importance_select .input_wrap input[type=checkbox] {
    position: absolute;
    left: -9999px;
}
.invest_profile .importance_select .input_wrap input[type=checkbox]:checked ~ label:after {
    /*opacity: 1;*/
    /*filter: alpha(opacity=100);*/
}
.invest_profile .importance_select .input_wrap label:before {
    width: 5.56vw;
    height: 5.56vw;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid #3E3942;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.invest_profile .importance_select .input_wrap label.clicked:after {
    width: 3.33vw;
    height: 3.33vw;
    display: block;
    content: "";
    position: absolute;
    left: 1.11vw;
    background-color: #46a6ff;
    top: 1.11vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}
body.light_mode .invest_profile .importance_select li {
    background-color: #f4faff;
}
body.light_mode .invest_profile .importance_select label:before {
    background-color: #fff;
    border-color: #e2e9ed;
}

.login_page {
    height: calc(100vh - 43vw);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: normal;
    justify-content: normal;
}
.login_page .login_wrap {
    width: 100%;
}
.login_page h1 {
    text-align: center;
}
.login_page h1 svg {
    width: 44.44vw;
}
.login_page .input_wrap {
    width: 100%;
    padding: 7.5vw 0 0;
    text-align: center;
}
.login_page .input_wrap input {
    width: 52.78vw;
    height: 12.22vw;
    background-color: #242424;
    margin: 3.61vw 0 0;
    padding: 0 4.17vw;
    color: #b9b9b9;
    font-size: 3.61vw;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login_page .link_wrap {
    padding: 5.56vw 0 0;
    font-size: 3.61vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 75vw;
    margin: 0 auto;
}
.login_page .link_wrap a {
    color: #b9b9b9;
}
.login_page .more_btn_wrap {
    padding: 11.11vw 0 0;
}
.login_page .third_party_wrap {
    padding: 9.44vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.login_page .third_party_wrap li {
    margin: 0 5.56vw;
}
.login_page .third_party_wrap li:nth-of-type(3) button {
    background-image: url(../images/more/login_icon03.svg);
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    -ms-background-position-y: 50%;
    background-position-y: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.login_page .third_party_wrap li:nth-of-type(3) img {
    display: none;
}
.login_page .third_party_wrap button {
    width: 11.44vw;
    height: 11.44vw;
}
.login_page .third_party_wrap img {
    width: 11.44vw;
}
body.light_mode .login_page h1 svg path:nth-of-type(1) {
    fill: #000;
}
body.light_mode .login_page h1 svg path:nth-of-type(2) {
    fill: #8900f4;
}
body.light_mode .login_page .input_wrap input {
    color: #A4A4A4;
    background-color: #f5f5f5;
}
body.light_mode .login_page .link_wrap a {
    color: #838c9b;
}
body.light_mode .login_page .third_party_wrap li:nth-of-type(3) img {
    display: block;
}

.faq_list {
    padding: 1.39vw 0 0;
}
.faq_list li {
    background-color: #242424;
    margin: 2.78vw 0 0;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.faq_list button {
    width: 100%;
    color: #fff;
    font-size: 3.61vw;
    padding: 4.17vw;
    position: relative;
    text-align: left;
}
.faq_list button.active i {
    top: 5vw;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.faq_list button i {
    width: 1.94vw;
    height: 1.94vw;
    display: block;
    border-right: 2px solid #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
    position: absolute;
    right: 4.17vw;
    top: 3.89vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.faq_list .txt_wrap {
    height: 0;
    color: #b9b9b9;
    font-size: 3.61vw;
    line-height: 5.56vw;
    overflow: hidden;
}
.faq_list .txt_wrap p {
    padding: 3.33vw 4.17vw;
    border-top: 1px solid #3E3942;
}
body.light_mode .faq_list li {
    background-color: #f4faff;
}
body.light_mode .faq_list button {
    color: #000;
}
body.light_mode .faq_list .txt_wrap {
    color: #838C9B;
    border-top-color: #e2e9ed;
}
body.light_mode .faq_list .txt_wrap p {
    border-top-color: #E2E9ED;
}

.terms_wrap {
    height: calc(100vh - 60vw);
    padding: 5.56vw 4.17vw;
    background-color: #242424;
    overflow-y: auto;
    margin: 2.78vw 0 0;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.terms_wrap strong {
    font-size: 6.11vw;
}
.terms_wrap p {
    white-space: pre-line;
    font-size: 3.61vw;
    line-height: 5.56vw;
    color: #B9B9B9;
}
body.light_mode .terms_wrap {
    background-color: #FBF6FF;
}
body.light_mode .terms_wrap p {
    color: #ae92c9;
}

.find_txt {
    padding: 5.56vw 0 1.39vw;
    text-align: center;
    font-size: 3.89vw;
}
.find_txt em {
    color: #f60000;
    font-weight: 700;
}

.social_sign_up {
    font-size: 3.61vw;
    margin: 9.44vw 0 0;
    text-align: center;
    position: relative;
}
.social_sign_up:after {
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #4D4D4D;
    z-index: 1;
}
.social_sign_up span {
    padding: 0 4.17vw;
    background-color: #060606;
    z-index: 10;
    position: relative;
}
body.light_mode .social_sign_up:after {
    background-color: #E4E4E4;
}
body.light_mode .social_sign_up span {
    background-color: #fff;
}

/*
  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: em(15);
}
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: em(15);
}
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: em(15);
}
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: em(15);
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {
    -webkit-text-fill-color: #000;
    -webkit-opacity: 1;
}

::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: #060606;
}
body.light_mode {
    background-color: #fff;
    color: #000;
}

.color_mode_btn {
    width: 40%;
    color: #fff;
    position: fixed;
    bottom: 13.89vw;
    background-color: #5b70eb;
    padding: 20px 0;
    right: 0;
    z-index: 200;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#container {
    padding: 0 4.17vw 27.78vw;
    overflow: hidden;
}

h2.tit_icon {
    /*font-size: 6.11vw;*/
    font-size: 5.11vw;
    /*line-height: 10vw;*/
    line-height: 6vw;
}
h2.tit_icon i {
    /*width: 10vw;*/
    /*height: 10vw;*/
    width: 6vw;
    height: 6vw;
    background-color: #414141;
    display: inline-block;
    position: relative;
    float: left;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
h2.tit_icon i img {
    width: 5.83vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
h2.tit_icon span {
    float: left;
    padding: 0 0 0 2.78vw;
}
body.light_mode h2.tit_icon {
    color: #000;
}
body.light_mode h2.tit_icon i {
    background-color: #f5f5f5;
}

.graph_dummy {
    padding: 11.11vw 0;
    background-color: #242424;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.graph_dummy p {
    font-size: 8.33vw;
}
body.light_mode .graph_dummy {
    background-color: #f4faff;
}
.graph_div{
    background-color: #242424;
}
body.light_mode .graph_div{
    background-color: #f4faff;
}

.port_list_type01 li {
    margin: 4.17vw 0 0;
    border: 1px solid #473654;
    overflow: hidden;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.port_list_type01 li:first-child {
    margin: 0;
}
.port_list_type01 a {
    display: block;
}
.port_list_type01 .tit_wrap {
    padding: 2.5vw 4.17vw;
    border-bottom: 1px solid #473654;
    line-height: 6.39vw;
    background-color: #242424;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: normal;
    align-items: normal;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.port_list_type01 .tit_wrap strong {
    width: 60%;
    font-size: 4.44vw;
}
.port_list_type01 .tit_wrap .option_wrap {
    font-size: 3.06vw;
}
.port_list_type01 .tit_wrap .option_wrap p {
    /*height: 100%;*/
    height: 7vw;
    display: inline-block;
    padding: 0 2.78vw;
    margin: 0 0 0 1.39vw;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.port_list_type01 .tit_wrap .option_wrap .option1 {
    color: #d9a8ff;
    border: 1px solid #d9a8ff;
}
.port_list_type01 .tit_wrap .option_wrap .option2 {
    color: #a8d0ff;
    border: 1px solid #a8d0ff;
}
.port_list_type01 .tit_wrap .option_wrap .option3 {
    color: #b5ffa8;
    border: 1px solid #b5ffa8;
}
.port_list_type01 .detail_wrap {
    padding: 1.39vw 4.17vw 2.78vw;
    line-height: 5.56vw;
}
.port_list_type01 .detail_wrap dl {
    padding: 1.39vw 0 0;
}
.port_list_type01 .detail_wrap dt {
    width: 20%;
    color: #b9b9b9;
    font-size: 3.06vw;
    float: left;
}
.port_list_type01 .detail_wrap dd {
    width: 80%;
    font-size: 3.61vw;
    float: left;
}
.port_list_type01 .detail_wrap dd em {
    display: inline-block;
    margin: 0 1.39vw 0 0;
    color: #9e9e9e;
}
.port_list_type01 .detail_wrap dd .loss {
    color: #46a6ff;
}
.port_list_type01 .detail_wrap dd .profit {
    color: #f60000;
}
.port_list_type01.light_blue li {
    border-color: #3e3942;
}
.port_list_type01.light_blue .tit_wrap {
    border-bottom-color: #3e3942;
}
body.light_mode .port_list_type01 li {
    border-color: #e8e2ed;
}
body.light_mode .port_list_type01 .tit_wrap {
    border-bottom-color: #e8e2ed;
    background-color: #fbf6ff;
}
body.light_mode .port_list_type01 .tit_wrap strong {
    color: #000;
}
body.light_mode .port_list_type01 .tit_wrap .option_wrap .option1 {
    color: #8900f4;
    border: 1px solid #8900f4;
}
body.light_mode .port_list_type01 .tit_wrap .option_wrap .option2 {
    color: #46a6ff;
    border: 1px solid #46a6ff;
}
body.light_mode .port_list_type01 .detail_wrap dt {
    color: #838C9B;
}
body.light_mode .port_list_type01 .detail_wrap dd {
    color: #000;
}
body.light_mode .port_list_type01 .detail_wrap dd .loss {
    color: #5b70eb;
}
body.light_mode .port_list_type01.light_blue li {
    border-color: #e2e9ed;
}
body.light_mode .port_list_type01.light_blue .tit_wrap {
    border-bottom-color: #e2e9ed;
    background-color: #f4faff;
}

.port_list_type02 {
    margin: 4.17vw 0 0;
    border: 1px solid #5a456a;
    overflow: hidden;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.port_list_type02 .label_list {
    padding: 4.17vw;
    color: #fff;
    font-size: 3.33vw;
    background-color: #242424;
    border-bottom: 1px solid #3e3942;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.port_list_type02 .label_list li:nth-of-type(1) {
    width: 36%;
}
.port_list_type02 .label_list li:nth-of-type(2) {
    width: 27%;
}
.port_list_type02 .label_list li:nth-of-type(3) {
    width: 27%;
}
.port_list_type02 .label_list li:nth-of-type(4) {
    width: 10%;
}
.port_list_type02 .stock_list {
    padding: 5.56vw 4.17vw 4.17vw;
}
.port_list_type02 .stock_list article {
    padding: 5.33vw 0 0;
}
.port_list_type02 .stock_list article:first-child {
    padding: 0;
}
.port_list_type02 .stock_list .tit_wrap {
    line-height: 6.11vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: normal;
    justify-content: normal;
}
.port_list_type02 .stock_list .tit_wrap strong {
    font-size: 4.44vw;
}
.port_list_type02 .stock_list .tit_wrap .stc_num {
    font-size: 3.33vw;
    padding: 0 0 0 2.78vw;
}
.port_list_type02 .stock_list .tit_wrap .securities_name {
    font-size: 3.33vw;
    padding: 0 0 0 2.78vw;
}
.port_list_type02 .stock_list .trans_wrap {
    padding: 2.78vw 0 0;
    font-size: 4.17vw;
    line-height: 6.94vw;
    color: #9e9e9e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.port_list_type02 .stock_list .trans_wrap li:nth-of-type(1) {
    width: 36%;
}
.port_list_type02 .stock_list .trans_wrap li:nth-of-type(2) {
    width: 27%;
    /*color: #f60000;*/
}
.port_list_type02 .stock_list .trans_wrap li:nth-of-type(3) {
    width: 27%;
}
.port_list_type02 .stock_list .trans_wrap li:nth-of-type(4) {
    width: 10%;
}
.port_list_type02 .stock_list .trans_wrap li.loss {
    color: #5b70eb;
}
.port_list_type02 .stock_list .trans_wrap li.profit {
    color: #f60000;
}
body.light_mode .port_list_type02 {
    border-color: #e8e2ed;
}
body.light_mode .port_list_type02 .label_list {
    background-color: #fbf6ff;
    color: #473654;
    border-bottom: 1px solid #e8e2ed;
}
body.light_mode .port_list_type02 .tit_wrap {
    color: #000;
}
body.light_mode .port_list_type02 .trans_wrap {
    color: #838c9b;
}

.stock_type01 {
    width: 95.83vw;
    overflow-x: scroll;
    margin: 4.17vw 0 0;
    padding: 0 0 2.78vw;
}
.stock_type01 ul {
    width: max-content;
}
.stock_type01 li {
    width: 77.78vw;
    float: left;
    margin: 0 4.17vw 0 0;
}
.stock_type01 a {
    display: block;
    background-color: #242424;
    padding: 5.56vw 4.17vw;
    position: relative;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.stock_type01 .tit_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.stock_type01 .tit_wrap strong {
    font-size: 4.44vw;
    line-height: 6.67vw;
}
.stock_type01 .tit_wrap strong i {
    width: 6.67vw;
    height: 6.67vw;
    display: block;
    float: left;
    margin: 0 1.94vw 0 0;
    overflow: hidden;
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    -ms-background-position-y: 50%;
    background-position-y: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.stock_type01 .tit_wrap strong span {
    float: left;
}
.stock_type01 .tit_wrap .crr_price {
    color: #f60000;
    font-size: 4.17vw;
    padding: 0 4.17vw 0 0;
    position: relative;
}
.stock_type01 .tit_wrap .crr_price i {
    width: 2.78vw;
    height: 1.94vw;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.stock_type01 .tit_wrap .crr_price i svg {
    display: block;
}
.stock_type01 .tit_wrap .crr_price.loss {
    color: #5b70eb;
}
.stock_type01 .tit_wrap .crr_price.loss i svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.stock_type01 .tit_wrap .crr_price.loss i svg path {
    fill: #5b70eb;
}
.stock_type01 .detail_wrap {
    padding: 4.17vw 0 0;
    font-size: 3.61vw;
}
.stock_type01 .detail_wrap dl {
    padding: 2.78vw 0 0;
}
.stock_type01 .detail_wrap dt {
    width: 16.67vw;
    color: #7c9dc5;
    float: left;
}
.stock_type01 .detail_wrap dd {
    float: left;
}
.stock_type01 time {
    position: absolute;
    right: 4.17vw;
    bottom: 6.11vw;
    color: #838C9B;
    font-size: 3.06vw;
}
body.light_mode .stock_type01 a {
    background-color: #f4faff;
}
body.light_mode .stock_type01 strong {
    color: #000;
}
body.light_mode .stock_type01 dd {
    color: #000;
}

.news_type01 {
    width: 95.83vw;
    overflow-x: scroll;
    margin: 4.17vw 0 0;
    padding: 0 0 2.78vw;
}
.news_type01 ul {
    width: max-content;
}
.news_type01 li {
    width: 75vw;
    float: left;
    margin: 0 4.17vw 0 0;
}
.news_type01 a {
    display: block;
    background-color: #242424;
    padding: 5.56vw 4.17vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.news_type01 strong {
    font-size: 5vw;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_type01 p {
    color: #c0b0d0;
    font-size: 3.61vw;
    line-height: 5.56vw;
    margin: 2.78vw 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.news_type01 time {
    width: 100%;
    text-align: right;
    color: #b9b9b9;
    padding: 6.94vw 0 0;
    display: block;
    font-size: 3.06vw;
}
body.light_mode .news_type01 a {
    background-color: #fbf6ff;
}
body.light_mode .news_type01 strong {
    color: #000;
}
body.light_mode .news_type01 p {
    color: #AE92C9;
}
body.light_mode .news_type01 time {
    color: #90839b;
}

.news_type02 li {
    width: 100%;
    margin: 4.17vw 0 0;
}
.news_type02 a {
    display: block;
}
.news_type02 .thumb_wrap {
    width: 40%;
    height: 26.39vw;
    overflow: hidden;
    float: left;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.news_type02 .thumb_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_type02 .txt_wrap {
    width: 55%;
    float: right;
    padding: 1.39vw 0 0;
}
.news_type02 .txt_wrap strong {
    font-size: 4.44vw;
    line-height: 6.11vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.news_type02 .txt_wrap .unit_txt {
    font-size: 3.06vw;
    color: #b9b9b9;
    flex-wrap: wrap;
    padding: 1.39vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: normal;
    justify-content: normal;
}
.news_type02 .txt_wrap .unit_txt p {
    display: inline-block;
    margin: 0 2.78vw 0 0;
    padding: 1.39vw 0 0;
}
.news_type02 .txt_wrap .unit_txt p img {
    display: inline-block;
    vertical-align: top;
}
.news_type02 .txt_wrap .unit_txt p.view_txt img {
    width: 3.61vw;
}
.news_type02 .txt_wrap .unit_txt p.time_txt img {
    width: 2.78vw;
}
.news_type02 .disc {
    padding: 4.17vw;
    background-color: #242424;
    color: #b9b9b9;
    margin: 4.17vw 0 0;
    font-size: 3.33vw;
    line-height: 5.56vw;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.news_type02 .disc.no_disc {
    font-size: 3.33vw;
    text-align: center;
}
body.light_mode .news_type02 .txt_wrap strong {
    color: #000;
}
body.light_mode .news_type02 .txt_wrap .unit_txt {
    color: #838c9b;
}
body.light_mode .news_type02 .disc {
    background-color: #f5f5f5;
    color: #838c9b;
}

.news_type03 {
    background-color: #242424;
    padding: 5.56vw 4.17vw;
    margin: 2.78vw 0 0;
    -webkit-border-radius: 2.78vw;
    -moz-border-radius: 2.78vw;
    border-radius: 2.78vw;
}
.news_type03 li {
    margin: 5.56vw 0 0;
}
.news_type03 li:first-child {
    margin: 0;
}
.news_type03 a {
    font-size: 3.89vw;
    line-height: 5.56vw;
    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;
}
.news_type03 p {
    font-size: 3.06vw;
    color: #b9b9b9;
    padding: 1.39vw 0 0;
}
body.light_mode .news_type03 {
    background-color: #f4faff;
}
body.light_mode .news_type03 a {
    color: #000;
}
body.light_mode .news_type03 p {
    color: #838C9B;
}

.center_btn_wrap {
    text-align: center;
    padding: 4.17vw 0 0;
}
.center_btn_wrap button {
    width: 42.5vw;
    height: 8.33vw;
    color: #c3c3c3;
    font-size: 3.06vw;
    border: 1px solid #5b5b5b;
    -webkit-border-radius: 55.56vw;
    -moz-border-radius: 55.56vw;
    border-radius: 55.56vw;
}
body.light_mode .center_btn_wrap button {
    border-color: #afafaf;
    color: #838C9B;
}

.splash_loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #060606;
    z-index: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.splash_loading img {
    width: 86vw;
}

.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;
    padding: 0 4.17vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: normal;
    justify-content: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.sys_popup .sys_popup_wrap {
    width: 100%;
    background-color: #242424;
    text-align: center;
    padding: 5.56vw 4.17vw;
    display: none;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.sys_popup .sys_popup_wrap strong {
    font-size: 6.11vw;
}
.sys_popup .sys_popup_wrap p {
    font-size: 3.89vw;
    line-height: 6.67vw;
    color: #b9b9b9;
    padding: 2.78vw 0 0;
}
.sys_popup .sys_popup_wrap .input_wrap {
    display: inline-block;
    position: relative;
    line-height: 6.39vw;
    margin: 4.17vw 0 0;
}
.sys_popup .sys_popup_wrap input[type=checkbox] {
    position: absolute;
    left: -999px;
}
.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: 3.61vw;
    color: #b9b9b9;
    padding: 0 0 0 9.17vw;
}
.sys_popup .sys_popup_wrap label:before {
    width: 6.39vw;
    height: 6.39vw;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid #b9b9b9;
    top: 0;
    -webkit-border-radius: 1.39vw;
    -moz-border-radius: 1.39vw;
    border-radius: 1.39vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sys_popup .sys_popup_wrap label:after {
    width: 6.39vw;
    height: 6.39vw;
    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%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 1.39vw;
    -moz-border-radius: 1.39vw;
    border-radius: 1.39vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 5.56vw 0 0;
}
.sys_popup .sys_popup_wrap .btn_wrap button {
    width: 52.78vw;
    height: 12.5vw;
    background-color: #d9a8ff;
    color: #000;
    display: inline-block;
    font-size: 3.89vw;
    font-weight: 700;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    border-radius: 3.33vw;
}
.sys_popup .sys_popup_wrap .btn_wrap p {
    padding: 4.17vw 0 0;
    color: #b9b9b9;
    font-size: 3.06vw;
}
.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;
}
/*# sourceMappingURL=../map/common.css.map */

.smallChart {
    width: 4vw;
    height: 4vw;
    display: flex;
    justify-content: center;
    margin-right: 1vw;
}

.loginMethodBtn{
    width: 52.78vw;
    height: 12vw;
    position: relative;
    text-align: center;
    color: #000;
    vertical-align: middle;
    font-size: 3.89vw;
    font-weight: 700;
    -webkit-border-radius: 10vw;
    -moz-border-radius: 10vw;
    border-radius: 3.33vw;
}
.loginMethodBtn i {
    width: 6vw;
    height: 6vw;
    position: absolute;
    left: 3vw;
    top: 48%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-background-position-x: center;
    background-position-x: center;
    -ms-background-position-y: center;
    background-position-y: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.choice_wrap {
    padding: 10vw 0 0;
    text-align: center;
}
.choice_wrap li {
    margin: 4vw 0 0;
}
/* 구글에서 자동생성하는 구글로그인 버튼 설정 */
.g_id_signin div[role='button']{
    border-radius: 3.33vw;
    font-size: 3vw;
    height: 12vw;
    padding-right: 16%;
}




