@charset "UTF-8";


.cosmos_app_css{ 
    @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: 21.24px 0 0;
    }
    /*#container.main section:first-child {
        margin: 25.02px 0 0;
    }*/
    #container.main section h2 {
        font-size: 27.495px;
        /*line-height: 10vw;*/
        line-height: 27px;
    }
    #container.main section h2 i {
        /*width: 10vw;*/
        /*height: 10vw;*/
        width: 27px;
        height: 27px;
        background-color: #414141;
        display: inline-block;
        position: relative;
        float: left;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.main section h2 i img {
        width: 26.235px;
        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 12.51px;
    }
    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: 25.02px 0 0;
    }

    #header {
        /*padding: 5.56vw 4.17vw;*/
        padding: 18.765px 18.765px 0 18.765px;
    }
    #header .h_logo {
        width: 154.98px;
    }
    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: 18.765px;
        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: 16.245px;
        height: 16.245px;
        float: left;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin: 6.255px 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: 32.49px;
    }
    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: 57.51px;
        padding: 0 18.765px;
        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: 12.51px;
        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: 30.015px;
    }
    #bottomNav li:nth-of-type(2) {
        padding: 0 125.01px 0 0;
    }
    #bottomNav li:nth-of-type(2) svg {
        width: 25.02px;
    }
    #bottomNav li:nth-of-type(3) svg {
        width: 22.5px;
    }
    #bottomNav li:nth-of-type(4) svg {
        width: 27.495px;
    }
    #bottomNav a {
        text-align: center;
    }
    #bottomNav a .img_wrap {
        height: 27.495px;
        display: block;
    }
    #bottomNav a .txt {
        width: 100%;
        display: block;
        padding: 3.735px 0 0;
    }
    #bottomNav a.active {
        color: #d9a8ff;
    }
    #bottomNav a.active svg path {
        fill: #d9a8ff;
    }
    #bottomNav .nav_center {
        width: 75.015px;
        height: 75.015px;
        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: 100%;
        height: 100vh;
        overflow-y: auto;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        padding: 37.485px 18.765px;
        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: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #popup .filter_sort_popup strong {
        height: 62.505px;
        background-color: #604674;
        line-height: 64.98px;
        font-size: 19.98px;
        display: block;
        padding: 0 0 0 25.02px;
        border-top: 1px solid #473654;
        border-bottom: 1px solid #473654;
    }
    #popup .filter_sort_popup .list_wrap {
        padding: 0 25.02px 25.02px;
    }
    #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: 17.505px;
        padding: 25.02px 0 0;
    }
    #popup .filter_sort_popup .list_wrap ul {
        padding: 12.51px 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: 87.48px;
        padding: 0 0 14.985px;
    }
    #popup .filter_sort_popup .list_wrap button {
        width: 100%;
        height: 46.26px;
        border: 1px solid #604674;
        color: #d9a8ff;
        font-size: 17.505px;
        font-weight: 600;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
        -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: 14.985px;
    }
    #popup .filter_sort_popup .filter_apply_btn {
        width: 100%;
        height: 64.98px;
        background-color: #d9a8ff;
        color: #fff;
        font-size: 17.505px;
        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: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #popup .filter_popup strong {
        height: 62.505px;
        background-color: #604674;
        line-height: 64.98px;
        font-size: 19.98px;
        display: block;
        padding: 0 0 0 25.02px;
        border-top: 1px solid #473654;
        border-bottom: 1px solid #473654;
    }
    #popup .filter_popup .list_wrap {
        padding: 0 25.02px 25.02px;
    }
    #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: 17.505px;
        padding: 25.02px 0 0;
    }
    #popup .filter_popup .list_wrap ul {
        padding: 12.51px 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: 87.48px;
        padding: 0 0 14.985px;
    }
    #popup .filter_popup .list_wrap button {
        width: 100%;
        height: 46.26px;
        border: 1px solid #604674;
        color: #d9a8ff;
        font-size: 17.505px;
        font-weight: 600;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
        -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: 14.985px;
    }
    #popup .filter_popup .filter_apply_btn {
        width: 100%;
        height: 64.98px;
        background-color: #d9a8ff;
        color: #fff;
        font-size: 17.505px;
        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 18.765px;
        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: 25.02px 18.765px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .error_wrap .tit_wrap img {
        height: 72.495px;
    }
    .error_wrap .tit_wrap h2 {
        font-size: 27.495px;
        padding: 18.765px 0 0;
        line-height: 43.74px;
    }
    .error_wrap .tit_wrap .txt_wrap {
        padding: 18.765px 0 0;
        text-align: left;
        color: #b9b9b9;
        line-height: 25.02px;
        font-size: 16.245px;
    }
    .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 14.985px;
        position: relative;
    }
    .error_wrap .tit_wrap .txt_wrap p:before {
        width: 2.52px;
        height: 2.52px;
        display: block;
        content: "";
        background-color: #b9b9b9;
        position: absolute;
        left: 0;
        top: 9.99px;
        -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: 25.02px 0 0;
    }
    .error_wrap .more_btn_wrap button {
        width: 237.51px;
        height: 56.25px;
        background-color: #d9a8ff;
        color: #000;
        display: inline-block;
        font-size: 17.505px;
        font-weight: 700;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .error_wrap .more_btn_wrap p {
        padding: 18.765px 0 0;
        color: #b9b9b9;
        font-size: 13.77px;
    }
    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: 37.485px 0 0;
        text-align: center;
    }
    .app_login_num strong {
        font-size: 32.49px;
        line-height: 49.995px;
    }
    .app_login_num strong span {
        width: 49.995px;
        height: 49.995px;
        display: inline-block;
        background-color: #242424;
        border: 1px solid #fff;
        -webkit-border-radius: 6.255px;
        -moz-border-radius: 6.255px;
        border-radius: 6.255px;
    }
    body.light_mode .app_login_num strong span {
        background-color: #f4faff;
    }

    .app_login_num p {
        padding: 37.485px 0 0;
        color: #838c9b;
        font-size: 16.245px;
    }

    #container.stock_detail {
        padding: 87.48px 18.765px 125.01px;
    }
    #container.stock_detail h1 {
        font-size: 30.51px;
        position: fixed;
    }
    #container.stock_detail h1.active {
        width: 70%;
        top: 0;
        left: 15%;
        line-height: 68.76px;
        z-index: 10;
        text-align: center;
        font-size: 22.5px;
    }
    #container.stock_detail .sec01 {
        padding: 47.52px 0 0;
    }
    #container.stock_detail .sec01 .unit_txt {
        font-size: 16.245px;
        font-weight: 600;
        padding: 12.51px 0 0;
        color: #b9b9b9;
    }
    #container.stock_detail .sec01 .unit_txt span {
        display: inline-block;
        padding: 0 18.765px 0 0;
    }
    #container.stock_detail .sec01 .txt_wrap {
        padding: 12.51px 0 0;
        line-height: 43.74px;
        font-weight: 600;
    }
    #container.stock_detail .sec01 .txt_wrap strong {
        font-size: 27.495px;
        float: left;
    }
    #container.stock_detail .sec01 .txt_wrap .txt01 {
        font-size: 16.245px;
        color: #f60000;
        float: left;
        margin: 0 0 0 27.495px;
        position: relative;
        padding: 0 0 0 14.985px;
    }
    #container.stock_detail .sec01 .txt_wrap .txt01 i {
        width: 0;
        height: 0;
        display: block;
        content: "";
        border-bottom: 8.73px solid #f60000;
        border-left: 5.355px solid transparent;
        border-right: 5.355px 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 18.765px;
        font-size: 16.245px;
        color: #f60000;
    }
    #container.stock_detail .sec01 .txt_wrap .txt02.loss {
        color: #5b70eb;
    }
    #container.stock_detail .sec01 .txt_wrap .txt03 {
        float: right;
        font-size: 13.77px;
        color: #b9b9b9;
    }
    #container.stock_detail .sec01 .fit_box {
        padding: 12.51px 18.765px;
        background-color: #242424;
        margin: 18.765px 0 0;
        line-height: 37.485px;
        font-weight: 700;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec01 .fit_box dt {
        font-size: 17.505px;
        float: left;
    }
    #container.stock_detail .sec01 .fit_box dd {
        float: right;
        color: #d9a8ff;
        font-size: 25.02px;
    }
    #container.stock_detail .sec01 .graph_wrap {
        border: 1px solid #3e3942;
        overflow: hidden;
        margin: 37.485px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec01 .graph_wrap .graph_box {
        width: 100%;
        height: 350.01px;
        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: 12.51px 18.765px;
        line-height: 37.485px;
        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: 14.985px;
        display: inline-block;
        vertical-align: middle;
    }
    #container.stock_detail .sec01 .graph_wrap .graph_txt dd {
        font-size: 19.98px;
        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: 62.505px 0 0;
    }
    #container.stock_detail .sec02 h2 i img {
        width: 28.755px;
    }
    #container.stock_detail .sec02 .graph_wrap {
        padding: 18.765px;
        height: 112.5px;
        position: relative;
        background-color: #242424;
        margin: 12.51px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #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: 14.985px;
        bottom: 0;
        background-color: #f60000;
        position: absolute;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #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: 18.765px 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: 14.985px;
    }
    #container.stock_detail .sec02 .txt_wrap dd {
        font-size: 22.5px;
        font-weight: 700;
        padding: 8.73px 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: 62.505px 0 0;
    }
    #container.stock_detail .sec03 h2 i img {
        width: 25.02px;
    }
    #container.stock_detail .sec03 .txt_wrap {
        padding: 14.985px 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: 18.765px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec03 .txt_wrap dl:nth-of-type(2) {
        background-color: #604674;
    }
    #container.stock_detail .sec03 .txt_wrap dl dt {
        font-size: 14.985px;
        color: #b9b9b9;
    }
    #container.stock_detail .sec03 .txt_wrap dl dd {
        font-size: 22.5px;
        font-weight: 700;
        padding: 12.51px 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: 62.505px 0 0;
    }
    #container.stock_detail .sec04 h2 i img {
        width: 35.01px;
    }
    #container.stock_detail .sec04 .disc {
        color: #b9b9b9;
        font-size: 13.77px;
        padding: 12.51px 0 0;
    }
    #container.stock_detail .sec04 .average_wrap {
        padding: 25.02px 18.765px;
        background-color: #242424;
        margin: 18.765px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec04 .average_wrap .progress_wrap {
        width: 100%;
        height: 19.98px;
        background-color: #060606;
        overflow: hidden;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #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: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #container.stock_detail .sec04 .average_wrap .txt_wrap {
        padding: 12.51px 0 0;
        font-size: 13.77px;
        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: 18.765px 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: 13.77px;
    }
    #container.stock_detail .sec04 .target_price dd {
        font-size: 17.505px;
        font-weight: 700;
        padding: 12.51px 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: 62.505px 0 0;
    }
    #container.stock_detail .sec05 h2 i img {
        width: 33.75px;
    }
    #container.stock_detail .sec05 .txt_wrap {
        padding: 25.02px 18.765px;
        background-color: #242424;
        margin: 12.51px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
        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: 14.985px;
        color: #b9b9b9;
    }
    #container.stock_detail .sec05 .txt_wrap dd {
        font-size: 22.5px;
        font-weight: 700;
        color: #f60000;
        padding: 12.51px 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: 62.505px 0 0;
    }
    #container.stock_detail .sec06 h2 i img {
        width: 33.75px;
    }
    #container.stock_detail .sec06 .graph_wrap {
        padding: 18.765px;
        height: 112.5px;
        position: relative;
        background-color: #242424;
        margin: 12.51px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #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: 14.985px;
        bottom: 0;
        background-color: #f60000;
        position: absolute;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #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: -4.995px 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: 18.765px 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: 13.77px;
        color: #b9b9b9;
    }
    #container.stock_detail .sec06 .txt_wrap dd {
        font-size: 19.98px;
        padding: 6.255px 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: 62.505px 0 0;
    }
    #container.stock_detail .sec07 h2 i img {
        width: 30.015px;
    }
    #container.stock_detail .sec07 .category_wrap {
        padding: 18.765px;
        background-color: #242424;
        margin: 12.51px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
        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: 14.985px;
    }
    #container.stock_detail .sec07 .category_wrap button.active {
        color: #d9a8ff;
    }
    #container.stock_detail .sec07 .category_wrap .candle_line_wrap button {
        margin: 0 31.23px 0 0;
    }
    #container.stock_detail .sec07 .category_wrap .date_wrap button {
        margin: 0 0 0 31.23px;
    }
    #container.stock_detail .sec07 .graph_wrap {
        width: 100%;
        height: 250.02px;
        margin: 25.02px 0 0;
        overflow: hidden;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    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: 62.505px 0 0;
    }
    #container.stock_detail .sec08 h2 i img {
        width: 35.01px;
    }
    #container.stock_detail .sec08 .center_btn_wrap {
        padding: 18.765px 0 0;
    }
    #container.stock_detail .sec09 {
        margin: 62.505px 0 0;
    }
    #container.stock_detail .sec09 h2 i img {
        width: 32.49px;
    }
    body.light_mode #container.stock_detail .sec09 .news_type03 {
        background-color: #fbf6ff;
    }

    #container.stock_detail .sec09 .center_btn_wrap {
        padding: 18.765px 0 0;
    }
    #container.stock_detail .sec10 {
        margin: 62.505px 0 0;
    }
    #container.stock_detail .sec10 h2 i img {
        width: 28.755px;
    }
    #container.stock_detail .sec10 .news_type04 {
        margin: 12.51px 0 0;
    }
    #container.stock_detail .sec10 .news_type04 li {
        margin: 12.51px 0 0;
        padding: 18.765px;
        background-color: #242424;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec10 .news_type04 li:first-child {
        margin: 0;
    }
    #container.stock_detail .sec10 .news_type04 strong {
        font-size: 17.505px;
        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: 13.77px;
        padding: 12.51px 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: 62.505px 0 0;
    }
    #container.stock_detail .sec11 h2 i img {
        width: 31.23px;
    }
    #container.stock_detail .sec11 .reaction_wrap {
        padding: 25.02px 18.765px;
        background-color: #242424;
        margin: 18.765px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec11 .reaction_wrap .progress_wrap {
        width: 100%;
        height: 19.98px;
        background-color: #5b70eb;
        overflow: hidden;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #container.stock_detail .sec11 .reaction_wrap .progress_wrap .progress_bar {
        height: 100%;
        background-color: #f60000;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #container.stock_detail .sec11 .reaction_wrap .txt_wrap {
        line-height: 25.02px;
        padding: 16.245px 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: 13.77px;
        color: #b9b9b9;
        float: left;
    }
    #container.stock_detail .sec11 .reaction_wrap .txt_wrap dd {
        font-size: 19.98px;
        float: left;
        padding: 0 0 0 14.985px;
        font-weight: 700;
    }
    #container.stock_detail .sec11 .disc {
        padding: 18.765px;
        color: #b9b9b9;
        background-color: #242424;
        line-height: 25.02px;
        margin: 18.765px 0 0;
        font-size: 14.985px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    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: 62.505px 0 0;
    }
    #container.stock_detail .sec12 h2 i img {
        width: 28.755px;
    }
    #container.stock_detail .sec12 .reaction_wrap {
        padding: 25.02px 18.765px;
        background-color: #242424;
        margin: 18.765px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec12 .reaction_wrap .progress_wrap {
        width: 100%;
        height: 19.98px;
        background-color: #5b70eb;
        overflow: hidden;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #container.stock_detail .sec12 .reaction_wrap .progress_wrap .progress_bar {
        height: 100%;
        background-color: #f60000;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    #container.stock_detail .sec12 .reaction_wrap .txt_wrap {
        line-height: 25.02px;
        padding: 16.245px 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: 13.77px;
        color: #b9b9b9;
        float: left;
    }
    #container.stock_detail .sec12 .reaction_wrap .txt_wrap dd {
        font-size: 19.98px;
        float: left;
        padding: 0 0 0 14.985px;
        font-weight: 700;
    }
    #container.stock_detail .sec12 .disc {
        padding: 18.765px;
        color: #b9b9b9;
        background-color: #242424;
        line-height: 25.02px;
        margin: 18.765px 0 0;
        font-size: 14.985px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    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: 62.505px 0 0;
    }
    #container.stock_detail .sec13 h2 i img {
        width: 33.75px;
    }
    #container.stock_detail .sec13 .graph_wrap {
        width: 100%;
        height: 149.985px;
        margin: 18.765px 0 0;
        overflow: hidden;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    #container.stock_detail .sec13 .disc {
        padding: 18.765px;
        color: #b9b9b9;
        background-color: #242424;
        line-height: 25.02px;
        margin: 18.765px 0 0;
        font-size: 14.985px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    body.light_mode #container.stock_detail .sec13 .disc {
        color: #838C9B;
        background-color: #f4faff;
    }

    #container.stock_detail .sec14 {
        margin: 62.505px 0 0;
    }
    #container.stock_detail .sec14 h2 i img {
        width: 28.755px;
    }

    #container.recommend_detail {
        padding: 87.48px 18.765px 125.01px;
    }
    #container.recommend_detail h1 {
        font-size: 26.01px;
        position: fixed;
    }
    #container.recommend_detail h1.active {
        width: 100%;
        top: 0;
        left: 0;
        line-height: 68.76px;
        z-index: 10;
        text-align: center;
        font-size: 22.5px;
    }
    #container.recommend_detail .sec01 {
        padding: 47.52px 0 0;
    }
    #container.recommend_detail .sec01 .graph_wrap {
        margin: 25.02px 0 0;
    }
    #container.recommend_detail .sec01 dl {
        font-size: 16.245px;
        padding: 31.23px 0 0;
        line-height: 25.02px;
    }
    #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 3.735px 0 0;
        color: #f60000;
    }
    #container.recommend_detail .sec01 dd p.loss {
        color: #5b70eb;
    }
    #container.recommend_detail .sec02 {
        padding: 12.51px 0 0;
    }

    .signal h1 {
        font-size: 30.51px;
        padding: 18.765px 0 0;
    }
    .signal section {
        margin: 21.24px 0 0;
    }
    .signal .sec01 {
        /*margin: 4.72vw 0 0;*/
    }
    .signal .sec01 h2 i img {
        width: 31.23px;
    }
    .signal .sec01 .graph_wrap {
        width: 100%;
        margin: 18.765px 0 0;
        overflow: hidden;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .signal .sec01 .disc {
        padding: 18.765px;
        color: #b9b9b9;
        background-color: #242424;
        line-height: 25.02px;
        margin: 18.765px 0 0;
        font-size: 14.985px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    body.light_mode .signal .sec01 .disc {
        color: #838C9B;
        background-color: #f4faff;
    }

    .signal .sec02 {
        /*margin: 9.72vw 0 0;*/
    }
    .signal .sec02 h2 i img {
        width: 28.755px;
    }
    .signal .sec02 .graph_wrap {
        width: 100%;
        margin: 18.765px 0 0;
        overflow: hidden;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .signal .sec02 .txt_wrap {
        padding: 18.765px 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: 14.985px;
    }
    .signal .sec02 .txt_wrap dd {
        font-size: 22.5px;
        font-weight: 700;
        padding: 8.73px 0 0;
    }
    .signal .sec02 .disc {
        padding: 18.765px;
        color: #b9b9b9;
        background-color: #242424;
        line-height: 25.02px;
        margin: 18.765px 0 0;
        font-size: 14.985px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    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: 32.49px;
    }
    .signal .sec04 {
        /*margin: 9.72vw 0 0;*/
    }
    .signal .sec04 h2 i img {
        width: 32.49px;
    }
    .signal .sec05 {
        /*margin: 9.72vw 0 0;*/
    }
    .signal .sec05 h2 i img {
        width: 30.015px;
    }
    .signal .sec06 {
        /*margin: 9.72vw 0 0;*/
    }
    .signal .sec06 h2 i img {
        width: 30.015px;
    }
    .signal .sec07 {
        /*margin: 9.72vw 0 0;*/
    }
    .signal .sec07 h2 i img {
        width: 28.755px;
    }

    .recommend .search_title {
        padding: 18.765px 0 0;
    }
    .recommend .search_title .tit_wrap {
        line-height: 43.74px;
        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: 30.51px;
    }
    .recommend .search_title .btn_wrap .reset_btn img {
        width: 26.235px;
        vertical-align: middle;
    }
    .recommend .search_title .btn_wrap .filter_btn {
        color: #fff;
        font-size: 16.245px;
    }
    .recommend .search_title .btn_wrap .filter_btn img {
        width: 28.755px;
        vertical-align: middle;
        margin: 0 6.255px 0 12.51px;
    }
    .recommend .search_title .search_wrap {
        margin: 11.52px 0 0;
        padding: 12.51px 18.765px;
        background-color: #424242;
        position: relative;
        border: 1px solid #424242;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
        -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: 31.23px;
        color: #fff;
        font-size: 18.765px;
    }
    .recommend .search_title .search_wrap .search_btn {
        position: absolute;
        right: 18.765px;
        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: 27.495px;
    }
    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: 31.23px 0 0;
    }

    .more {
        min-height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .more h1 {
        font-size: 35.01px;
        padding: 25.02px 0 0;
    }
    .more .more_list {
        padding: 12.51px 0 0;
    }
    .more .more_list li {
        margin: 22.5px 0 0;
    }
    .more .more_list a {
        display: block;
        font-size: 19.98px;
        /*line-height: 10vw;*/
        line-height: 27px;
        font-weight: 700;
        position: relative;
    }
    .more .more_list a:before {
        width: 11.25px;
        height: 11.25px;
        display: block;
        content: "";
        border-bottom: 2px solid #afafaf;
        border-right: 2px solid #afafaf;
        position: absolute;
        right: 6.255px;
        top: 14.985px;
        -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: 27px;
        height: 27px;
        background-color: #414141;
        display: inline-block;
        position: relative;
        float: left;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .more .more_list a i img {
        height: 31.23px;
        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 12.51px;
    }
    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 8.73px;
    }
    .more .mode_select button {
        width: 125.01px;
        height: 41.265px;
        border: 1px solid #d9a8ff;
        color: #d9a8ff;
        font-size: 16.245px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
        -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: 18.765px 0;
        position: relative;
    }
    .more_detail .more_link_back .back_btn {
        width: 16.245px;
        height: 16.245px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin: 6.255px 0 0;
        position: absolute;
        left: 2.52px;
        top: 18.765px;
        -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: 22.5px;
        line-height: 28.755px;
        text-align: center;
    }
    .more_detail .tit_wrap {
        width: 100%;
        text-align: center;
        background-color: #242424;
        padding: 25.02px 18.765px;
        margin: 18.765px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .more_detail .tit_wrap img {
        height: 72.495px;
    }
    .more_detail .tit_wrap h2 {
        font-size: 27.495px;
        padding: 18.765px 0 0;
        line-height: 43.74px;
    }
    .more_detail .tit_wrap .txt_wrap {
        padding: 18.765px 0 0;
        text-align: left;
        color: #b9b9b9;
        line-height: 25.02px;
        font-size: 16.245px;
    }
    .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 14.985px;
        position: relative;
    }
    .more_detail .tit_wrap .txt_wrap p:before {
        width: 2.52px;
        height: 2.52px;
        display: block;
        content: "";
        background-color: #b9b9b9;
        position: absolute;
        left: 0;
        top: 9.99px;
        -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: 18.765px 0 0;
    }
    .more_detail .more_btn_wrap button {
        width: 237.51px;
        height: 56.25px;
        background-color: #d9a8ff;
        color: #000;
        display: inline-block;
        font-size: 17.505px;
        font-weight: 700;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .more_detail .more_btn_wrap p {
        padding: 18.765px 0 0;
        color: #b9b9b9;
        font-size: 13.77px;
    }
    .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: 18.765px;
        padding: 25.02px 0 0;
        display: block;
    }
    .more_detail .member_register_wrap li {
        padding: 18.765px 0 0;
    }
    .more_detail .member_register_wrap .input_wrap {
        line-height: 54.99px;
        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: 37.485px;
        color: #b9b9b9;
        border: 1px solid #b9b9b9;
        font-size: 16.245px;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .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: 54.99px;
        background-color: #242424;
        color: #fff;
        padding: 0 18.765px;
        font-size: 16.245px;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
        -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: 13.77px;
        padding: 6.255px 0 0;
    }
    .more_detail .member_register_wrap .more_btn_wrap {
        padding: 25.02px 0 0;
    }
    .more_detail .member_register_wrap .secession_btn {
        text-align: left;
    }
    .more_detail .member_register_wrap .secession_btn .input_wrap {
        margin: 0 0 12.51px;
    }
    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: 25.02px 0 0;
    }
    .more_detail .secession_btn .input_wrap {
        display: inline-block;
        position: relative;
        line-height: 28.755px;
    }
    .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: 16.245px;
        color: #b9b9b9;
        /*padding: 0 0 0 9.17vw;*/
        margin: 0 0 0 41.265px;
    }
    .more_detail .secession_btn label:before {
        width: 28.755px;
        height: 28.755px;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid #b9b9b9;
        top: 0;
        -webkit-border-radius: 6.255px;
        -moz-border-radius: 6.255px;
        border-radius: 6.255px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .more_detail .secession_btn label:after {
        width: 28.755px;
        height: 28.755px;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../images/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: 6.255px;
        -moz-border-radius: 6.255px;
        border-radius: 6.255px;
        -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: 62.505px 0 0;
    }
    .invest_profile section:first-child {
        margin: 25.02px 0 0;
    }
    .invest_profile section h2 {
        font-size: 26.235px;
        /*line-height: 10vw;*/
        line-height: 27px;
    }
    .invest_profile section h2 i {
        /*width: 10vw;*/
        /*height: 10vw;*/
        width: 27px;
        height: 27px;
        background-color: #414141;
        display: inline-block;
        position: relative;
        float: left;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .invest_profile section h2 i img {
        width: 31.23px;
        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 12.51px;
    }
    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: 8.73px 0 0;
    }
    .invest_profile .invest_profile_select li {
        padding: 13.77px 18.765px;
        margin: 12.51px 0 0;
        background-color: #242424;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .invest_profile .invest_profile_select .input_wrap {
        position: relative;
        padding: 0 0 0 37.485px;
    }
    .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: 25.02px;
    }
    .invest_profile .invest_profile_select label:before {
        width: 25.02px;
        height: 25.02px;
        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: 14.985px;
        height: 14.985px;
        display: block;
        content: "";
        position: absolute;
        left: 4.995px;
        background-color: #46a6ff;
        top: 4.995px;
        -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: 17.505px;
    }
    .invest_profile .invest_profile_select label p {
        font-size: 14.985px;
        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: 8.73px 0 0;
    }
    .invest_profile .importance_select li {
        padding: 13.77px 18.765px;
        margin: 12.51px 0 0;
        background-color: #242424;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .invest_profile .importance_select strong {
        font-size: 17.505px;
    }
    .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: 25.02px;
        height: 25.02px;
        position: relative;
        margin: 12.51px 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: 25.02px;
        height: 25.02px;
        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: 14.985px;
        height: 14.985px;
        display: block;
        content: "";
        position: absolute;
        left: 4.995px;
        background-color: #46a6ff;
        top: 4.995px;
        -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: 199.98px;
    }
    .login_page .input_wrap {
        width: 100%;
        padding: 33.75px 0 0;
        text-align: center;
    }
    .login_page .input_wrap input {
        width: 237.51px;
        height: 54.99px;
        background-color: #242424;
        margin: 16.245px 0 0;
        padding: 0 18.765px;
        color: #b9b9b9;
        font-size: 16.245px;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .login_page .link_wrap {
        padding: 25.02px 0 0;
        font-size: 16.245px;
        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: 337.5px;
        margin: 0 auto;
    }
    .login_page .link_wrap a {
        color: #b9b9b9;
    }
    .login_page .more_btn_wrap {
        padding: 49.995px 0 0;
    }
    .login_page .third_party_wrap {
        padding: 42.48px 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 25.02px;
    }
    .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: 51.48px;
        height: 51.48px;
    }
    .login_page .third_party_wrap img {
        width: 51.48px;
    }
    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: 6.255px 0 0;
    }
    .faq_list li {
        background-color: #242424;
        margin: 12.51px 0 0;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .faq_list button {
        width: 100%;
        color: #fff;
        font-size: 16.245px;
        padding: 18.765px;
        position: relative;
        text-align: left;
    }
    .faq_list button.active i {
        top: 22.5px;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .faq_list button i {
        width: 8.73px;
        height: 8.73px;
        display: block;
        border-right: 2px solid #b9b9b9;
        border-bottom: 2px solid #b9b9b9;
        position: absolute;
        right: 18.765px;
        top: 17.505px;
        -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: 16.245px;
        line-height: 25.02px;
        overflow: hidden;
    }
    .faq_list .txt_wrap p {
        padding: 14.985px 18.765px;
        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: 70vh;
        padding: 25.02px 18.765px;
        background-color: #242424;
        overflow-y: auto;
        margin: 12.51px 0 0;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .terms_wrap strong {
        font-size: 27.495px;
    }
    .terms_wrap p {
        white-space: pre-line;
        font-size: 16.245px;
        line-height: 25.02px;
        color: #B9B9B9;
    }
    body.light_mode .terms_wrap {
        background-color: #FBF6FF;
    }
    body.light_mode .terms_wrap p {
        color: #ae92c9;
    }

    .find_txt {
        padding: 25.02px 0 6.255px;
        text-align: center;
        font-size: 17.505px;
    }
    .find_txt em {
        color: #f60000;
        font-weight: 700;
    }

    .social_sign_up {
        font-size: 16.245px;
        margin: 42.48px 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 18.765px;
        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: 62.505px;
        background-color: #5b70eb;
        padding: 20px 0;
        right: 0;
        z-index: 200;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    #container {
        padding: 0 18.765px 125.01px;
        overflow: hidden;
    }

    h2.tit_icon {
        /*font-size: 6.11vw;*/
        font-size: 22.995px;
        /*line-height: 10vw;*/
        line-height: 27px;
    }
    h2.tit_icon i {
        /*width: 10vw;*/
        /*height: 10vw;*/
        width: 27px;
        height: 27px;
        background-color: #414141;
        display: inline-block;
        position: relative;
        float: left;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    h2.tit_icon i img {
        width: 26.235px;
        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 12.51px;
    }
    body.light_mode h2.tit_icon {
        color: #000;
    }
    body.light_mode h2.tit_icon i {
        background-color: #f5f5f5;
    }

    .graph_dummy {
        padding: 49.995px 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: 37.485px;
    }
    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: 18.765px 0 0;
        border: 1px solid #473654;
        overflow: hidden;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .port_list_type01 li:first-child {
        margin: 0;
    }
    .port_list_type01 a {
        display: block;
    }
    .port_list_type01 .tit_wrap {
        padding: 11.25px 18.765px;
        border-bottom: 1px solid #473654;
        line-height: 28.755px;
        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: 19.98px;
    }
    .port_list_type01 .tit_wrap .option_wrap {
        font-size: 13.77px;
    }
    .port_list_type01 .tit_wrap .option_wrap p {
        /*height: 100%;*/
        height: 31.5px;
        display: inline-block;
        padding: 0 12.51px;
        margin: 0 0 0 6.255px;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
        -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: 6.255px 18.765px 12.51px;
        line-height: 25.02px;
    }
    .port_list_type01 .detail_wrap dl {
        padding: 6.255px 0 0;
    }
    .port_list_type01 .detail_wrap dt {
        width: 20%;
        color: #b9b9b9;
        font-size: 13.77px;
        float: left;
    }
    .port_list_type01 .detail_wrap dd {
        width: 80%;
        font-size: 16.245px;
        float: left;
    }
    .port_list_type01 .detail_wrap dd em {
        display: inline-block;
        margin: 0 6.255px 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: 18.765px 0 0;
        border: 1px solid #5a456a;
        overflow: hidden;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .port_list_type02 .label_list {
        padding: 18.765px;
        color: #fff;
        font-size: 14.985px;
        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: 25.02px 18.765px 18.765px;
    }
    .port_list_type02 .stock_list article {
        padding: 23.985px 0 0;
    }
    .port_list_type02 .stock_list article:first-child {
        padding: 0;
    }
    .port_list_type02 .stock_list .tit_wrap {
        line-height: 27.495px;
        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: 19.98px;
    }
    .port_list_type02 .stock_list .tit_wrap .stc_num {
        font-size: 14.985px;
        padding: 0 0 0 12.51px;
    }
    .port_list_type02 .stock_list .tit_wrap .securities_name {
        font-size: 14.985px;
        padding: 0 0 0 12.51px;
    }
    .port_list_type02 .stock_list .trans_wrap {
        padding: 12.51px 0 0;
        font-size: 18.765px;
        line-height: 31.23px;
        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: 431.235px;
        overflow-x: scroll;
        margin: 18.765px 0 0;
        padding: 0 0 12.51px;
    }
    .stock_type01 ul {
        width: max-content;
    }
    .stock_type01 li {
        width: 350.01px;
        float: left;
        margin: 0 18.765px 0 0;
    }
    .stock_type01 a {
        display: block;
        background-color: #242424;
        padding: 25.02px 18.765px;
        position: relative;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .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: 19.98px;
        line-height: 30.015px;
    }
    .stock_type01 .tit_wrap strong i {
        width: 30.015px;
        height: 30.015px;
        display: block;
        float: left;
        margin: 0 8.73px 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: 18.765px;
        padding: 0 18.765px 0 0;
        position: relative;
    }
    .stock_type01 .tit_wrap .crr_price i {
        width: 12.51px;
        height: 8.73px;
        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: 18.765px 0 0;
        font-size: 16.245px;
    }
    .stock_type01 .detail_wrap dl {
        padding: 12.51px 0 0;
    }
    .stock_type01 .detail_wrap dt {
        width: 75.015px;
        color: #7c9dc5;
        float: left;
    }
    .stock_type01 .detail_wrap dd {
        float: left;
    }
    .stock_type01 time {
        position: absolute;
        right: 18.765px;
        bottom: 27.495px;
        color: #838C9B;
        font-size: 13.77px;
    }
    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: 431.235px;
        overflow-x: scroll;
        margin: 18.765px 0 0;
        padding: 0 0 12.51px;
    }
    .news_type01 ul {
        width: max-content;
    }
    .news_type01 li {
        width: 337.5px;
        float: left;
        margin: 0 18.765px 0 0;
    }
    .news_type01 a {
        display: block;
        background-color: #242424;
        padding: 25.02px 18.765px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .news_type01 strong {
        font-size: 22.5px;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .news_type01 p {
        color: #c0b0d0;
        font-size: 16.245px;
        line-height: 25.02px;
        margin: 12.51px 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: 31.23px 0 0;
        display: block;
        font-size: 13.77px;
    }
    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: 18.765px 0 0;
    }
    .news_type02 a {
        display: block;
    }
    .news_type02 .thumb_wrap {
        width: 40%;
        height: 118.755px;
        overflow: hidden;
        float: left;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .news_type02 .thumb_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news_type02 .txt_wrap {
        width: 55%;
        float: right;
        padding: 6.255px 0 0;
    }
    .news_type02 .txt_wrap strong {
        font-size: 19.98px;
        line-height: 27.495px;
        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: 13.77px;
        color: #b9b9b9;
        flex-wrap: wrap;
        padding: 6.255px 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 12.51px 0 0;
        padding: 6.255px 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: 16.245px;
    }
    .news_type02 .txt_wrap .unit_txt p.time_txt img {
        width: 12.51px;
    }
    .news_type02 .disc {
        padding: 18.765px;
        background-color: #242424;
        color: #b9b9b9;
        margin: 18.765px 0 0;
        font-size: 14.985px;
        line-height: 25.02px;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .news_type02 .disc.no_disc {
        font-size: 14.985px;
        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: 25.02px 18.765px;
        margin: 12.51px 0 0;
        -webkit-border-radius: 12.51px;
        -moz-border-radius: 12.51px;
        border-radius: 12.51px;
    }
    .news_type03 li {
        margin: 25.02px 0 0;
    }
    .news_type03 li:first-child {
        margin: 0;
    }
    .news_type03 a {
        font-size: 17.505px;
        line-height: 25.02px;
        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: 13.77px;
        color: #b9b9b9;
        padding: 6.255px 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: 18.765px 0 0;
    }
    .center_btn_wrap button {
        width: 191.25px;
        height: 37.485px;
        color: #c3c3c3;
        font-size: 13.77px;
        border: 1px solid #5b5b5b;
        -webkit-border-radius: 250.02px;
        -moz-border-radius: 250.02px;
        border-radius: 250.02px;
    }
    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: 387px;
    }

    .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 18.765px;
        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: 25.02px 18.765px;
        display: none;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .sys_popup .sys_popup_wrap strong {
        font-size: 27.495px;
    }
    .sys_popup .sys_popup_wrap p {
        font-size: 17.505px;
        line-height: 30.015px;
        color: #b9b9b9;
        padding: 12.51px 0 0;
    }
    .sys_popup .sys_popup_wrap .input_wrap {
        display: inline-block;
        position: relative;
        line-height: 28.755px;
        margin: 18.765px 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: 16.245px;
        color: #b9b9b9;
        padding: 0 0 0 41.265px;
    }
    .sys_popup .sys_popup_wrap label:before {
        width: 28.755px;
        height: 28.755px;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid #b9b9b9;
        top: 0;
        -webkit-border-radius: 6.255px;
        -moz-border-radius: 6.255px;
        border-radius: 6.255px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sys_popup .sys_popup_wrap label:after {
        width: 28.755px;
        height: 28.755px;
        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: 6.255px;
        -moz-border-radius: 6.255px;
        border-radius: 6.255px;
        -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: 25.02px 0 0;
    }
    .sys_popup .sys_popup_wrap .btn_wrap button {
        width: 237.51px;
        height: 56.25px;
        background-color: #d9a8ff;
        color: #000;
        display: inline-block;
        font-size: 17.505px;
        font-weight: 700;
        -webkit-border-radius: 14.985px;
        -moz-border-radius: 14.985px;
        border-radius: 14.985px;
    }
    .sys_popup .sys_popup_wrap .btn_wrap p {
        padding: 18.765px 0 0;
        color: #b9b9b9;
        font-size: 13.77px;
    }
    .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: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        margin-right: 4.5px;
    }

    .loginMethodBtn{
        width: 237.51px;
        height: 54px;
        position: relative;
        text-align: center;
        color: #000;
        vertical-align: middle;
        font-size: 17.505px;
        font-weight: 700;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border-radius: 14.985px;
    }
    .loginMethodBtn i {
        width: 27px;
        height: 27px;
        position: absolute;
        left: 13.5px;
        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: 45px 0 0;
        text-align: center;
    }
    .choice_wrap li {
        margin: 18px 0 0;
    }
    /* 구글에서 자동생성하는 구글로그인 버튼 설정 */
    .g_id_signin div[role='button']{
        border-radius: 14.985px;
        font-size: 13.5px;
        height: 54px;
        padding-right: 16%;
    }



}




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


/* 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, .cosmos_app_css.recommend_detail .sec01 dl:after, .cosmos_app_css.stock_detail .sec12 .reaction_wrap .txt_wrap dl:after, .cosmos_app_css.stock_detail .sec11 .reaction_wrap .txt_wrap dl:after, .cosmos_app_css.stock_detail .sec01 .fit_box:after, .cosmos_app_css.stock_detail .sec01 .txt_wrap:after, .header_back .btn_wrap:after, .cosmos_app_css.main section h2:after {
    content: " ";
    display: block;
    clear: both;
}


.cosmos_app_css.stock_detail {
    /* padding: 5vw 1vw 7vw; */
}
.cosmos_app_css.stock_detail h1 {
    font-size: 1.7vw;
    position: fixed;
}
.cosmos_app_css.stock_detail h1.active {
    width: 70%;
    top: 0;
    left: 15%;
    line-height: 4vw;
    z-index: 10;
    text-align: center;
    font-size: 1.2vw;
}
.cosmos_app_css.stock_detail .sec01 {
    /* padding: 2.6vw 0 0; */
}
.cosmos_app_css.stock_detail .sec01 .unit_txt {
    font-size: 0.9vw;
    font-weight: 600;
    padding: 0.7vw 0 0;
    color: #b9b9b9;
}
.cosmos_app_css.stock_detail .sec01 .unit_txt span {
    display: inline-block;
    padding: 0 1vw 0 0;
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap {
    padding: 0.7vw 0 0;
    line-height: 2.4vw;
    font-weight: 600;
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap strong {
    font-size: 1.5vw;
    float: left;
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap .txt01 {
    font-size: 0.9vw;
    color: #f60000;
    float: left;
    margin: 0 0 0 1.5vw;
    position: relative;
    padding: 0 0 0 0.8vw;
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap .txt01 i {
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-bottom: 0.5vw solid #f60000;
    border-left: 0.3vw solid transparent;
    border-right: 0.3vw 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%);
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap .txt01.loss {
    color: #5b70eb;
}
.cosmos_app_css.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);
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap .txt02 {
    float: left;
    margin: 0 0 0 1vw;
    font-size: 0.9vw;
    color: #f60000;
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap .txt02.loss {
    color: #5b70eb;
}
.cosmos_app_css.stock_detail .sec01 .txt_wrap .txt03 {
    float: right;
    font-size: 0.75vw;
    color: #b9b9b9;
}
.cosmos_app_css.stock_detail .sec01 .fit_box {
    padding: 0.7vw 1vw;
    background-color: #242424;
    margin: 1vw 0 0;
    line-height: 2.1vw;
    font-weight: 700;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec01 .fit_box dt {
    font-size: 0.95vw;
    float: left;
}
.cosmos_app_css.stock_detail .sec01 .fit_box dd {
    float: right;
    color: #d9a8ff;
    font-size: 1.4vw;
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap { 
    overflow: hidden;
    margin: 2.1vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_box {
    width: 100%;
    height: 19.5vw;
    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;
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_box img {
    width: 88%;
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_txt {
    padding: 0.7vw 1vw;
    line-height: 2.1vw;
    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;
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_txt dl {
    width: 32%;
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_txt dl:nth-of-type(3) {
    /*width: 24%;*/
    /*text-align: right;*/
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_txt dt {
    color: #b9b9b9;
    font-size: 0.8vw;
    display: inline-block;
    vertical-align: middle;
}
.cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_txt dd {
    font-size: 1.1vw;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
body.light_mode .cosmos_app_css.stock_detail .sec01 .unit_txt {
    color: #838C9B;
}
body.light_mode .cosmos_app_css.stock_detail .sec01 .txt_wrap .txt03 {
    color: #838C9B;
}
body.light_mode .cosmos_app_css.stock_detail .sec01 .fit_box {
    background-color: #fbf6ff;
}
body.light_mode .cosmos_app_css.stock_detail .sec01 .fit_box dd {
    color: #8900f4;
}
body.light_mode .cosmos_app_css.stock_detail .sec01 .graph_wrap {
    border-color: #e2e9ed;
}
body.light_mode .cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_txt {
    background-color: #f4faff;
}
body.light_mode .cosmos_app_css.stock_detail .sec01 .graph_wrap .graph_txt dt {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .sec02 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec02 h2 i img {
    width: 1.6vw;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap {
    padding: 1vw;
    height: 21.2vw;
    position: relative;
    background-color: #242424;
    margin: 0.7vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap:after {
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    background-color: #4D4D4D;
    position: absolute;
    left: 0;
    top: 50%;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap .bar_wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap .bar_wrap div {
    width: 0.8vw;
    bottom: 0;
    background-color: #f60000;
    position: absolute;
    -webkit-border-radius: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(1) {
    left: 5%;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(2) {
    left: 30%;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(3) {
    left: 60%;
}
.cosmos_app_css.stock_detail .sec02 .graph_wrap .bar_wrap div:nth-of-type(4) {
    right: 5%;
}
.cosmos_app_css.stock_detail .sec02 .txt_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 1vw 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;
}
.cosmos_app_css.stock_detail .sec02 .txt_wrap dl {
    width: 12%;
}
.cosmos_app_css.stock_detail .sec02 .txt_wrap dt {
    color: #b9b9b9;
    font-size: 0.8vw;
}
.cosmos_app_css.stock_detail .sec02 .txt_wrap dd {
    font-size: 1.2vw;
    font-weight: 700;
    padding: 0.5vw 0 0;
}
body.light_mode .cosmos_app_css.stock_detail .sec02 .graph_wrap {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec02 .graph_wrap:after {
    background-color: #e4e4e4;
}
body.light_mode .cosmos_app_css.stock_detail .sec02 .txt_wrap dt {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .sec03 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec03 h2 i img {
    width: 1.4vw;
}
.cosmos_app_css.stock_detail .sec03 .txt_wrap {
    padding: 0.8vw 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;
}
.cosmos_app_css.stock_detail .sec03 .txt_wrap dl {
    width: 49%;
    background-color: #4e6b82;
    padding: 1vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec03 .txt_wrap dl:nth-of-type(2) {
    background-color: #604674;
}
.cosmos_app_css.stock_detail .sec03 .txt_wrap dl dt {
    font-size: 0.8vw;
    color: #b9b9b9;
}
.cosmos_app_css.stock_detail .sec03 .txt_wrap dl dd {
    font-size: 1.2vw;
    font-weight: 700;
    padding: 0.7vw 0 0;
}
body.light_mode .cosmos_app_css.stock_detail .sec03 .txt_wrap dl {
    background-color: #fbf6ff;
}
body.light_mode .cosmos_app_css.stock_detail .sec03 .txt_wrap dl:nth-of-type(2) {
    background-color: #f4faff;
}
body.light_mode .cosmos_app_css.stock_detail .sec03 .txt_wrap dl dt {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .sec04 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec04 h2 i img {
    width: 1.9vw;
}
.cosmos_app_css.stock_detail .sec04 .disc {
    color: #b9b9b9;
    font-size: 0.75vw;
    padding: 0.7vw 0 0;
}
.cosmos_app_css.stock_detail .sec04 .average_wrap {
    padding: 1.4vw 1vw;
    background-color: #242424;
    margin: 1vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec04 .average_wrap .progress_wrap {
    width: 100%;
    height: 1.1vw;
    background-color: #060606;
    overflow: hidden;
    -webkit-border-radius: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.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: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.stock_detail .sec04 .average_wrap .txt_wrap {
    padding: 0.7vw 0 0;
    font-size: 0.75vw;
    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;
}
.cosmos_app_css.stock_detail .sec04 .average_wrap .txt_wrap p {
    width: 14%;
}
.cosmos_app_css.stock_detail .sec04 .target_price {
    padding: 1vw 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;
}
.cosmos_app_css.stock_detail .sec04 .target_price dl {
    width: 23%;
}
.cosmos_app_css.stock_detail .sec04 .target_price dl:first-child {
    width: 27%;
}
.cosmos_app_css.stock_detail .sec04 .target_price dt {
    color: #b9b9b9;
    font-size: 0.75vw;
}
.cosmos_app_css.stock_detail .sec04 .target_price dd {
    font-size: 0.95vw;
    font-weight: 700;
    padding: 0.7vw 0 0;
}
body.light_mode .cosmos_app_css.stock_detail .sec04 .disc {
    color: #838C9B;
}
body.light_mode .cosmos_app_css.stock_detail .sec04 .average_wrap {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec04 .average_wrap .progress_wrap {
    background-color: #fff;
}
body.light_mode .cosmos_app_css.stock_detail .sec04 .average_wrap .txt_wrap {
    color: #838C9B;
}
body.light_mode .cosmos_app_css.stock_detail .sec04 .target_price dt {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .sec05 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec05 h2 i img {
    width: 7.1.2vw;
}
.cosmos_app_css.stock_detail .sec05 .txt_wrap {
    padding: 1.4vw 1vw;
    background-color: #242424;
    margin: 0.7vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
    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;
}
.cosmos_app_css.stock_detail .sec05 .txt_wrap dl {
    width: 20%;
}
.cosmos_app_css.stock_detail .sec05 .txt_wrap dl:nth-of-type(4) {
    text-align: right;
}
.cosmos_app_css.stock_detail .sec05 .txt_wrap dt {
    font-size: 0.8vw;
    color: #b9b9b9;
}
.cosmos_app_css.stock_detail .sec05 .txt_wrap dd {
    font-size: 1.2vw;
    font-weight: 700;
    color: #f60000;
    padding: 0.7vw 0 0;
}
.cosmos_app_css.stock_detail .sec05 .txt_wrap dd.loss {
    color: #5b70eb;
}
body.light_mode .cosmos_app_css.stock_detail .sec05 .txt_wrap {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec05 .txt_wrap dt {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .sec06 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec06 h2 i img {
    width: 7.1.2vw;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap {
    padding: 1vw;
    height: 21.2vw;
    position: relative;
    background-color: #242424;
    margin: 0.7vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap:after {
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    background-color: #4D4D4D;
    position: absolute;
    left: 0;
    top: 50%;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap .bar_wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap .bar_wrap div {
    width: 0.8vw;
    bottom: 0;
    background-color: #f60000;
    position: absolute;
    -webkit-border-radius: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(1) {
    left: 5%;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(2) {
    left: 30%;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(3) {
    left: 60%;
}
.cosmos_app_css.stock_detail .sec06 .graph_wrap .bar_wrap div:nth-of-type(4) {
    right: 5%;
}
.cosmos_app_css.stock_detail .sec06 .txt_wrap {
    flex-wrap: wrap;
    margin: -0.25vw 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;
}
.cosmos_app_css.stock_detail .sec06 .txt_wrap dl {
    width: 25%;
    padding: 1vw 0 0;
}
.cosmos_app_css.stock_detail .sec06 .txt_wrap dl:nth-of-type(4n) {
    /*text-align: right;*/
}
.cosmos_app_css.stock_detail .sec06 .txt_wrap dt {
    font-size: 0.75vw;
    color: #b9b9b9;
}
.cosmos_app_css.stock_detail .sec06 .txt_wrap dd {
    font-size: 1.1vw;
    padding: 0.35vw 0 0;
}
body.light_mode .cosmos_app_css.stock_detail .sec06 .graph_wrap {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec06 .graph_wrap:after {
    background-color: #e4e4e4;
}
body.light_mode .cosmos_app_css.stock_detail .sec06 .txt_wrap dt {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .sec07 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec07 h2 i img {
    width: 1.7vw;
}
.cosmos_app_css.stock_detail .sec07 .category_wrap {
    padding: 1vw;
    background-color: #242424;
    margin: 0.7vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
    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;
}
.cosmos_app_css.stock_detail .sec07 .category_wrap button {
    color: #b9b9b9;
    font-size: 0.8vw;
}
.cosmos_app_css.stock_detail .sec07 .category_wrap button.active {
    color: #d9a8ff;
}
.cosmos_app_css.stock_detail .sec07 .category_wrap .candle_line_wrap button {
    margin: 0 1.7vw 0 0;
}
.cosmos_app_css.stock_detail .sec07 .category_wrap .date_wrap button {
    margin: 0 0 0 1.7vw;
}
.cosmos_app_css.stock_detail .sec07 .graph_wrap {
    width: 100%;
    height: 51.4vw;
    margin: 1.4vw 0 0;
    overflow: hidden;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
body.light_mode .cosmos_app_css.stock_detail .sec07 .category_wrap {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec07 .category_wrap button {
    color: #838C9B;
}
body.light_mode .cosmos_app_css.stock_detail .sec07 .category_wrap button.active {
    color: #8900f4;
}

.cosmos_app_css.stock_detail .sec08 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec08 h2 i img {
    width: 1.9vw;
}
.cosmos_app_css.stock_detail .sec08 .center_btn_wrap {
    padding: 1vw 0 0;
}
.cosmos_app_css.stock_detail .sec09 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec09 h2 i img {
    width: 1.8vw;
}
body.light_mode .cosmos_app_css.stock_detail .sec09 .news_type03 {
    background-color: #fbf6ff;
}

.cosmos_app_css.stock_detail .sec09 .center_btn_wrap {
    padding: 1vw 0 0;
}
.cosmos_app_css.stock_detail .sec10 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec10 h2 i img {
    width: 1.6vw;
}
.cosmos_app_css.stock_detail .sec10 .news_type04 {
    margin: 0.7vw 0 0;
}
.cosmos_app_css.stock_detail .sec10 .news_type04 li {
    margin: 0.7vw 0 0;
    padding: 1vw;
    background-color: #242424;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec10 .news_type04 li:first-child {
    margin: 0;
}
.cosmos_app_css.stock_detail .sec10 .news_type04 strong {
    font-size: 0.95vw;
    font-weight: 600;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cosmos_app_css.stock_detail .sec10 .news_type04 p {
    color: #b9b9b9;
    font-size: 0.75vw;
    padding: 0.7vw 0 0;
}
body.light_mode .cosmos_app_css.stock_detail .sec10 .news_type04 li {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec10 .news_type04 strong {
    color: #000;
}
body.light_mode .cosmos_app_css.stock_detail .sec10 .news_type04 p {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .sec11 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec11 h2 i img {
    width: 1.7vw;
}
.cosmos_app_css.stock_detail .sec11 .reaction_wrap {
    padding: 1.4vw 1vw;
    background-color: #242424;
    margin: 1vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec11 .reaction_wrap .progress_wrap {
    width: 100%;
    height: 1.1vw;
    background-color: #5b70eb;
    overflow: hidden;
    -webkit-border-radius: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.stock_detail .sec11 .reaction_wrap .progress_wrap .progress_bar {
    height: 100%;
    background-color: #f60000;
    -webkit-border-radius: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.stock_detail .sec11 .reaction_wrap .txt_wrap {
    line-height: 1.4vw;
    padding: 0.9vw 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;
}
.cosmos_app_css.stock_detail .sec11 .reaction_wrap .txt_wrap dt {
    font-size: 0.75vw;
    color: #b9b9b9;
    float: left;
}
.cosmos_app_css.stock_detail .sec11 .reaction_wrap .txt_wrap dd {
    font-size: 1.1vw;
    float: left;
    padding: 0 0 0 0.8vw;
    font-weight: 700;
}
.cosmos_app_css.stock_detail .sec11 .disc {
    padding: 1vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 1.4vw;
    margin: 1vw 0 0;
    font-size: 0.8vw;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
body.light_mode .cosmos_app_css.stock_detail .sec11 .reaction_wrap {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec11 .reaction_wrap .txt_wrap dt {
    color: #838C9B;
}
body.light_mode .cosmos_app_css.stock_detail .sec11 .disc {
    color: #838C9B;
    background-color: #f4faff;
}

.cosmos_app_css.stock_detail .sec12 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec12 h2 i img {
    width: 1.6vw;
}
.cosmos_app_css.stock_detail .sec12 .reaction_wrap {
    padding: 1.4vw 1vw;
    background-color: #242424;
    margin: 1vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec12 .reaction_wrap .progress_wrap {
    width: 100%;
    height: 1.1vw;
    background-color: #5b70eb;
    overflow: hidden;
    -webkit-border-radius: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.stock_detail .sec12 .reaction_wrap .progress_wrap .progress_bar {
    height: 100%;
    background-color: #f60000;
    -webkit-border-radius: 51.4vw;
    -moz-border-radius: 51.4vw;
    border-radius: 51.4vw;
}
.cosmos_app_css.stock_detail .sec12 .reaction_wrap .txt_wrap {
    line-height: 1.4vw;
    padding: 0.9vw 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;
}
.cosmos_app_css.stock_detail .sec12 .reaction_wrap .txt_wrap dt {
    font-size: 0.75vw;
    color: #b9b9b9;
    float: left;
}
.cosmos_app_css.stock_detail .sec12 .reaction_wrap .txt_wrap dd {
    font-size: 1.1vw;
    float: left;
    padding: 0 0 0 0.8vw;
    font-weight: 700;
}
.cosmos_app_css.stock_detail .sec12 .disc {
    padding: 1vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 1.4vw;
    margin: 1vw 0 0;
    font-size: 0.8vw;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
body.light_mode .cosmos_app_css.stock_detail .sec12 .reaction_wrap {
    background-color: #f5f5f5;
}
body.light_mode .cosmos_app_css.stock_detail .sec12 .reaction_wrap .txt_wrap dt {
    color: #838C9B;
}
body.light_mode .cosmos_app_css.stock_detail .sec12 .disc {
    color: #838C9B;
    background-color: #fbf6ff;
}

.cosmos_app_css.stock_detail .sec13 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec13 h2 i img {
    width: 7.1.2vw;
}
.cosmos_app_css.stock_detail .sec13 .graph_wrap {
    width: 100%;
    height: 30.8vw;
    margin: 1vw 0 0;
    overflow: hidden;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .sec13 .disc {
    padding: 1vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 1.4vw;
    margin: 1vw 0 0;
    font-size: 0.8vw;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
body.light_mode .cosmos_app_css.stock_detail .sec13 .disc {
    color: #838C9B;
    background-color: #f4faff;
}

.cosmos_app_css.stock_detail .sec14 {
    /* margin: 3.5vw 0 0; */
}
.cosmos_app_css.stock_detail .sec14 h2 i img {
    width: 1.6vw;
}


.cosmos_app_css.stock_detail .news_type03 {
    background-color: #242424;
    padding: 1.4vw 1vw;
    margin: 0.7vw 0 0;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .news_type03 li {
    margin: 1.4vw 0 0;
}
.cosmos_app_css.stock_detail .news_type03 li:first-child {
    margin: 0;
}
.cosmos_app_css.stock_detail .news_type03 a {
    font-size: 1vw;
    line-height: 1.4vw;
    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;
}
.cosmos_app_css.stock_detail .news_type03 p {
    font-size: 0.75vw;
    color: #b9b9b9;
    padding: 0.35vw 0 0;
}
body.light_mode .cosmos_app_css.stock_detail .news_type03 {
    background-color: #f4faff;
}
body.light_mode .cosmos_app_css.stock_detail .news_type03 a {
    color: #000;
}
body.light_mode .cosmos_app_css.stock_detail .news_type03 p {
    color: #838C9B;
}

.cosmos_app_css.stock_detail .news_type02 li {
    width: 100%;
    margin: 1vw 0 0;
}
.cosmos_app_css.stock_detail .news_type02 a {
    display: block;
}
.cosmos_app_css.stock_detail .news_type02 .thumb_wrap {
    width: 40%;
    height: 7.5vw;
    overflow: hidden;
    float: left;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .news_type02 .thumb_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cosmos_app_css.stock_detail .news_type02 .txt_wrap {
    width: 55%;
    float: right;
    padding: 0.35vw 0 0;
}
.cosmos_app_css.stock_detail .news_type02 .txt_wrap strong {
    font-size: 1.1vw;
    line-height: 1.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.cosmos_app_css.stock_detail .news_type02 .txt_wrap .unit_txt {
    font-size: 0.75vw;
    color: #b9b9b9;
    flex-wrap: wrap;
    padding: 0.35vw 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;
}
.cosmos_app_css.stock_detail .news_type02 .txt_wrap .unit_txt p {
    display: inline-block;
    margin: 0 0.7vw 0 0;
    padding: 0.35vw 0 0;
}
.cosmos_app_css.stock_detail .news_type02 .txt_wrap .unit_txt p img {
    display: inline-block;
    vertical-align: top;
}
.cosmos_app_css.stock_detail .news_type02 .txt_wrap .unit_txt p.view_txt img {
    width: 0.9vw;
}
.cosmos_app_css.stock_detail .news_type02 .txt_wrap .unit_txt p.time_txt img {
    width: 0.7vw;
}
.cosmos_app_css.stock_detail .news_type02 .disc {
    padding: 1vw;
    background-color: #242424;
    color: #b9b9b9;
    margin: 1vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}
.cosmos_app_css.stock_detail .news_type02 .disc.no_disc {
    font-size: 0.8vw;
    text-align: center;
}
body.light_mode .cosmos_app_css.stock_detail .news_type02 .txt_wrap strong {
    color: #000;
}
body.light_mode .cosmos_app_css.stock_detail .news_type02 .txt_wrap .unit_txt {
    color: #838c9b;
}
body.light_mode .cosmos_app_css.stock_detail .news_type02 .disc {
    background-color: #f5f5f5;
    color: #838c9b;
}

.cosmos_app_css.stock_detail .txt_wrap dt{
    font-size: 0.8vw;
}
.cosmos_app_css.stock_detail .txt_wrap dd{
    font-size: 1.2vw;
    font-weight: 700;
    padding: 0.5vw 0 0;
}
.cosmos_app_css.stock_detail .txt_wrap{
    padding: 1vw 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;
}

.cosmos_app_css.stock_detail *[data-slct='stockDetailSummary']{
    padding: 1vw;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 1.4vw;
    margin: 1vw 0 0;
    font-size: 0.8vw;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    border-radius: 0.7vw;
}

.cosmos_app_css.stock_detail h2.tit_icon span {
    padding: 0.7vw; 
}

/* Signal Section */
.cosmos_app_css .signal h1 {
    font-size: 33.9px;
    padding: 20.85px 0 0;
}
.cosmos_app_css .signal section {
    margin: 23.6px 0 0;
}
.cosmos_app_css .signal .sec01 {
    /*margin: 23.6px 0 0;*/
}
.cosmos_app_css .signal .sec01 h2 i img {
    width: 34.7px;
}
.cosmos_app_css .signal .sec01 .graph_wrap {
    width: 100%;
    margin: 20.85px 0 0;
    overflow: hidden;
    -webkit-border-radius: 13.9px;
    -moz-border-radius: 13.9px;
    border-radius: 13.9px;
}
.cosmos_app_css .signal .sec01 .disc {
    padding: 20.85px;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 27.8px;
    margin: 20.85px 0 0;
    font-size: 16.65px;
    -webkit-border-radius: 13.9px;
    -moz-border-radius: 13.9px;
    border-radius: 13.9px;
}
body.light_mode .cosmos_app_css .signal .sec01 .disc {
    color: #838C9B;
    background-color: #f4faff;
}

.cosmos_app_css .signal .sec02 {
    /*margin: 48.6px 0 0;*/
}
.cosmos_app_css .signal .sec02 h2 i img {
    width: 31.95px;
}
.cosmos_app_css .signal .sec02 .graph_wrap {
    width: 100%;
    margin: 20.85px 0 0;
    overflow: hidden;
    -webkit-border-radius: 13.9px;
    -moz-border-radius: 13.9px;
    border-radius: 13.9px;
}
.cosmos_app_css .signal .sec02 .txt_wrap {
    padding: 20.85px 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;
}
.cosmos_app_css .signal .sec02 .txt_wrap dl:nth-of-type(1) dt {
    color: #f60000;
}
.cosmos_app_css .signal .sec02 .txt_wrap dl:nth-of-type(2) dt {
    color: #b9b9b9;
}
.cosmos_app_css .signal .sec02 .txt_wrap dl:nth-of-type(3) dt {
    color: #5b70eb;
}
.cosmos_app_css .signal .sec02 .txt_wrap dt {
    font-size: 16.65px;
}
.cosmos_app_css .signal .sec02 .txt_wrap dd {
    font-size: 25px;
    font-weight: 700;
    padding: 9.7px 0 0;
}
.cosmos_app_css .signal .sec02 .disc {
    padding: 20.85px;
    color: #b9b9b9;
    background-color: #242424;
    line-height: 27.8px;
    margin: 20.85px 0 0;
    font-size: 16.65px;
    -webkit-border-radius: 13.9px;
    -moz-border-radius: 13.9px;
    border-radius: 13.9px;
}
body.light_mode .cosmos_app_css .signal .sec02 .disc {
    color: #838C9B;
    background-color: #fbf6ff;
}
body.light_mode .cosmos_app_css .signal .sec02 .txt_wrap dl:nth-of-type(2) dt {
    color: #838C9B;
}

.cosmos_app_css .signal .sec03 {
    /*margin: 48.6px 0 0;*/
}
.cosmos_app_css .signal .sec03 h2 i img {
    width: 36.1px;
}
.cosmos_app_css .signal .sec04 {
    /*margin: 48.6px 0 0;*/
}
.cosmos_app_css .signal .sec04 h2 i img {
    width: 36.1px;
}
.cosmos_app_css .signal .sec05 {
    /*margin: 48.6px 0 0;*/
}
.cosmos_app_css .signal .sec05 h2 i img {
    width: 33.35px;
}
.cosmos_app_css .signal .sec06 {
    /*margin: 48.6px 0 0;*/
}
.cosmos_app_css .signal .sec06 h2 i img {
    width: 33.35px;
}
.cosmos_app_css .signal .sec07 {
    /*margin: 48.6px 0 0;*/
}
.cosmos_app_css .signal .sec07 h2 i img {
    width: 31.95px;
}


.cosmos_app_css h2{
    float: none; 
}