@media screen and (max-width: 850px) {
  html {
    font-size: 4.1666vw;
  }
  /* header_start */

  .logo {
    flex-shrink: 0;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 899;
    /* transition: 0.2s; */
    border-bottom: 0.0133rem #d9d9d9 solid;
    /* background-color: #000; */
  }

  #header .header_top {
    height: 3.6667rem;
  }

  #header .border {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
  }

  #header.sub {
    background-color: #000;
  }

  #header .logo {
    width: 10.4rem;
    height: 1.6rem;
    display: flex;
    z-index: 99999;
    /* background: url(../img/main/logo_main.png) no-repeat center; */
  }

  #header .logo .logo_img {
    width: 10.4rem;
    height: 1.6rem;
    background: url(../img/main/logo_main_mo.png) no-repeat center;
    background-size: 10.4rem 1.9rem !important;
  }

  #header.sub .logo .logo_img {
    width: 10.4rem;
    height: 100%;
    background: url(../img/main/logo_main_w_mo.png) no-repeat center !important;
    background-size: 10.4rem 1.6rem;
  }

  #header.sub.br_gnb_open .logo .logo_img {
    width: 10.4rem;
    height: 100%;
    background: url(../img/main/logo_main_mo.png) no-repeat center;
    background-size: 10.4rem 1.6rem;
  }

  #header.sub.br_gnb_open .search_mode .ico .sub {
    display: none;
  }

  #header.sub.br_gnb_open .search_mode .ico .main {
    display: block;
  }

  #header .gnb li + li {
    margin-left: 50px;
  }

  #header .gnb li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }

  #header .gnb li a:hover + .gnb_hover {
    /* display: block; */
  }

  #header .gnb li.tab-active a::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e6002d;
    border-radius: 10px;
    left: 0;
    bottom: -5px;
    content: "";
  }

  #header .gnb .gnb_hover {
    /* display: none; */
    margin-top: 50px;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
  }

  #header .gnb .gnb_hover a + a {
    margin-left: 30px;
  }

  #header .gnb .gnb_hover a::after {
    display: none;
  }

  #header .search_mode .btn_search {
    background-color: #fafafb;
    border-radius: 1rem;
    height: 100%;
    width: 100%;
    padding: 0.4333rem 0.6667rem;
    display: none;
  }

  #header .all_menu_list .btn_search {
    background-color: #fafafb;
    border-radius: 1rem;
    height: 100%;
    width: 100%;
    padding: 0.4333rem 0.6667rem;
    max-width: 20rem;
    position: relative;
    margin: 0 auto;
  }

  #header .all_menu_list li:first-of-type {
    padding: 0.6667rem 0;
  }

  #header .all_menu_list .btn_search .txt {
    color: #a5afb9 !important;
    font-size: 0.7333rem;
    font-weight: 400;
    border: none;
    background-color: #fafafb !important;
    display: block;
    width: 100%;
    padding: 0.4333rem 0.6667rem;
    border-radius: 1rem;
  }

  #header .all_menu_list .btn_search .btn {
    background: url(../img/main/search_ic.png) no-repeat center;
    background-size: 1rem 1rem;
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    right: 0.6667rem;
    top: 50%;
    transform: translateY(-50%);
  }

  #header .all_menu_list .announcement_search p {
    font-size: 0.7333rem;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
  }

  #header .search_mode .announcement_search .search_success,
  #header .search_mode .announcement_search .search_fail {
    display: none !important;
  }

  #header .all_menu_list .search_fail,
  #header .all_menu_list .search_success {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3333rem;
  }

  #header .all_menu_list .search_success .search_ance .text_success {
    color: #06c825;
  }

  #header .all_menu_list .search_fail .search_ance {
    color: #e6002d;
  }

  #header .all_menu_list .search_fail .search_ance a {
    font-weight: 400;
    text-decoration: underline;
  }

  #header .all_menu_list .announcement_search img {
    cursor: pointer;
    width: 0.6667rem;
  }

  #header .search_mode .ico {
    position: relative;
    z-index: 9999;
  }

  #header .search_mode .ico img {
    width: 1.3333rem;
    height: 1.3333rem;
    margin-right: 0.667rem;
  }

  #header .search_mode .ico .sub {
    display: none;
    /* filter: brightness(0); */
  }

  #header.sub .search_mode .ico .sub {
    display: block;
  }

  #header.sub .search_mode .ico .main {
    display: none;
  }

  #header.sub .search_mode .btn_search {
    background-color: #141414;
    display: none;
  }

  #header .search_mode .btn_search .txt {
    color: #a5afb9;
    font-size: 12px;
    font-weight: 400;
    border: none;
    background-color: #fafafb;
  }

  #header.sub .search_mode .btn_search .txt {
    background-color: #141414;
  }

  #header .search_mode .btn_search input {
    padding: 0 10px;
  }

  #header .search_mode .btn_search .btn {
    background: url(../img/main/search_ic.png) no-repeat center;
    width: 20px;
    height: 20px;
    border: none;
  }

  #header.sub .search_mode .btn_search .btn {
    background: url(../img/main/search_ic_w.png) no-repeat center;
  }

  #header.sub .header_inner {
    max-width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: calc(100% - 8.332vw); */
  }

  #header.sub .header_inner .tradingview-widget-container {
    max-width: 100%;
    width: 100% !important;
  }

  #header .header_inner .tradingview-widget-container {
    max-width: 100%;
    width: 100% !important;
  }

  #header .tradingview-widget-container {
    height: 1.4rem !important;
  }

  #header .tradingview-widget-container iframe {
    height: 1.4rem !important;
    margin-top: 0;
  }

  .tv-ticker-item-tape--compact .tv-ticker-item-tape__inner-wrapper {
    align-items: flex-start;
    /* flex-direction: column; */
    justify-content: space-between;
    width: 100%;
  }

  /* header_end */

  #container {
    position: relative;
    padding-top: 5.1rem;
    margin-top: 0;
  }

  /* main */
  .main_visual .main_content {
    flex-direction: column;
  }

  .main_visual .main_content .cont_left {
    width: 100%;
    height: 15.2667rem;
  }

  .main_visual .main_content .cont_left img {
    height: 15.26667rem;
  }

  .main_visual .main_content .cont_right {
    width: 100%;
    max-width: 21.3333rem;
    background-color: #000;
    padding: 3.2667rem 1.7333rem;
  }

  .main_visual .main_content .cont_right .desc {
    width: 100%;
    max-width: 21.3333rem;
  }

  .main_visual .main_content .cont_right .desc .orange {
    font-size: 0.9333rem;
    font-weight: 700;
    line-height: 0.8rem;
    margin-bottom: 0.6667rem;
  }

  .main_visual .main_content .cont_right .desc .ttl {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.6667rem;
  }

  .main_visual .main_content .cont_right .desc .content {
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.8rem;
    text-align: inherit;
  }

  .main_visual .main_content .cont_right .desc .content p span,
  .main_visual .main_content .cont_right .desc .content p {
    font-size: 0.8rem;
    letter-spacing: 0.01rem;
    white-space-collapse: preserve-breaks !important;
  }

  .more {
    gap: 0.2rem;
  }

  .more img {
    width: 1rem;
    height: 1rem;
  }

  .main_visual .main_content .cont_right .desc .more {
    margin-top: 0.6667rem;
  }

  .main_visual .main_content .cont_right .desc .more p {
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
  }

  /* category */
  .category {
    padding: 3.3333rem 0;
  }

  .category .card_main {
    gap: 2rem;
    flex-direction: column;
  }

  .category .card_main .box {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
  }

  .category .card_main .box .ttl {
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 0.6667rem;
  }

  .category .card_main .box .txt {
    color: #000;
    font-size: 0.8667rem;
    font-weight: 400;
    line-height: 0.8667rem;
    text-align: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }

  .category .card_main .box .txt p,
  .category .card_main .box .txt p span,
  .category .card_main .box .txt b {
    line-height: 1.6 !important;
    letter-spacing: 0.3px;
    /* text-align: justify-all; */
    /* position: relative; */
  }

  .category .cate_bot {
    gap: 1rem;
    margin-top: 3.3333rem;
    flex-direction: column;
  }

  .category .cate_bot .list {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
  }

  .category .cate_bot .lists {
    gap: 2.6667rem;
    flex-direction: column;
  }

  .category .cate_bot .list .box_list {
    width: 100%;
    border-bottom: 1px solid #000;
  }

  .category .cate_bot .list .box_list .figure {
    margin-bottom: 1rem;
    width: 100%;
    max-height: 5.8rem;
  }

  .category .cate_bot .list .box_list .figure img {
    margin-bottom: 1rem;
    width: 100%;
    height: 5.8rem;
  }

  .category .cate_bot .list .box_list .content {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  .category .cate_bot .list .box_list .content .orange {
    font-size: 0.8rem;
    font-weight: 700;
  }

  .category .cate_bot .list .box_list .content .ttl {
    font-size: 1.1333rem;
  }

  .category .cate_bot .list .box_list .content .txt {
    font-size: 0.8667rem;
    line-height: 1.4;
    height: 100%;
    white-space: normal;
    text-align: inherit;
  }

  .category .cate_bot .list .box_list .content .txt p,
  .category .cate_bot .list .box_list .content .txt p span,
  .category .cate_bot .list .box_list .content .txt span,
  .category .cate_bot .list .box_list .content .txt nobr {
    letter-spacing: 0.01rem !important;
    font-size: 0.8667rem !important;
    display: unset;
    padding-left: 0.01rem;
  }

  .stratery .youtube .more p {
    font-size: 0.8667rem;
  }

  .category .cate_bot .list .box_list .content .more {
    margin-bottom: 1.3333rem;
  }

  .category .cate_bot .list .box_list .content .more p {
    color: #000;
    font-size: 0.8rem;
  }

  .category .cate_bot .image .ttl {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    margin: 0.3333rem;
  }

  .category .tradingview-widget-container {
    width: 100% !important;
  }

  /* investor */

  .investor {
    padding: 3.3333rem 0;
  }

  .investor .flex {
    flex-direction: column;
  }

  .investor .inves_info {
    padding-top: 0;
    width: 100%;
  }

  .investor .inves_info .orange {
    font-size: 0.9333rem;
    line-height: 1.4;
  }

  .investor .inves_info .ttl {
    font-size: 1.6rem;
    margin: 0.6667rem 0;
    line-height: 1.5;
  }

  .investor .inves_info .ttl span {
    padding-right: 0.8333rem;
  }

  .investor .inves_info .ttl span::after {
    width: 0.0667rem;
    height: 1.3333rem;
    right: 0.4667rem;
    top: 0.4rem;
    z-index: 2;
  }

  .investor .inves_info .ttl span::before {
    width: 90%;
    height: 0.6667rem;
    top: 1.3333rem;
    left: 0;
    border-radius: 0.6667rem;
  }

  .investor .inves_info .desc {
    font-size: 0.8666rem;
    line-height: 1.4;
  }

  .investor .inves_info .more {
    margin-top: 1.6667rem;
  }

  .investor .inves_info .more p {
    font-size: 0.8667rem;
  }

  .investor .inves_img {
    padding-left: 0;
    padding-top: 1.8333rem;
    width: 100%;
  }

  .investor .inves_img img {
    width: 100%;
  }

  /* stratery */
  .stratery {
    padding: 3.3333rem 0;
  }

  .stratery .youtube {
    gap: 2rem;
    flex-direction: column;
  }

  .stratery .youtube .left {
    width: 100%;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #000;
    flex-direction: column;
    gap: 0.6667rem;
  }

  .stratery .youtube .ttl {
    font-size: 1.5333rem;
  }

  .stratery .youtube .desc p {
    color: #000;
    font-size: 0.8667rem;
    line-height: 1.4;
  }

  .investor .inves_info .more p {
    font-size: 0.8667rem;
  }

  .stratery .youtube .right {
    width: unset;
    height: 100%;
    background-color: #000;
    padding: 2.5rem 1.6rem;
  }

  .stratery .youtube .right .orange {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .stratery .youtube .right .ttl {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .stratery .youtube .right .more {
    margin-top: 1rem;
  }

  .stratery .youtube .right .more p {
    color: #fff;
    font-size: 0.8rem;
  }

  .stratery .focus {
    margin-top: 3.3333rem;
    flex-direction: column;
  }

  .stratery .focus .img img {
    width: 100%;
  }

  .stratery .focus .cont {
    width: 100%;
    margin-left: 0;
    margin-top: 1.6667rem;
    padding: 0;
  }

  .stratery .focus .cont .tit {
    font-size: 1.5333rem;
  }

  .stratery .focus .cont .text {
    font-size: 0.8667rem;
    line-height: 1.4;
    margin: 1rem 0;
  }

  .stratery .focus .cont .more {
    padding: 0.3333rem;
    background-color: #000;
  }

  .stratery .focus .cont .more p {
    color: #fff;
    font-size: 0.8667rem;
  }

  /* market */

  .market {
    padding-bottom: 3.3333rem;
  }

  .market .market_top {
    background-color: #000;
    padding: 3.1333rem 0;
  }

  .market .market_top .question {
    font-size: 1.1333rem;
  }

  .market .market_top .content {
    padding-top: 2.6667rem;
    display: flex;
    flex-direction: column;
    gap: 2.6667rem;
  }

  .market .market_top .content .item {
    width: 100%;
    /* display: flex; */
    text-align: center;
  }

  .market .market_top .content .item .name {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.1333rem;
  }

  .market .market_top .content .item .desc {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.1333rem;
  }

  .market .market_top .content .item.down .desc {
    color: #0094ff;
  }

  .market .market_top .content .item.up .desc {
    color: #ff004d;
  }

  .market .market_box {
    gap: 2.3333rem;
    flex-wrap: wrap;
    margin-top: 3.3333rem;
  }

  .market .market_box .card.mt-70 {
    margin-top: 0;
  }

  .market .market_box .card {
    width: 100%;
    border-bottom: 1px solid #000;
  }

  .market .market_box .card .figure {
    margin-bottom: 1rem;
    width: 100%;
    max-height: 5.8rem;
  }

  .market .market_box .card .figure img {
    width: 100%;
  }

  .market .market_box .card .content {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  .market .market_box .card .content .orange {
    font-size: 0.8rem;
    font-weight: 700;
  }

  .market .market_box .card .content .ttl {
    color: #000;
    font-size: 1.2667rem;
    font-weight: 700;
  }

  .market .market_box .card .content .txt {
    color: #000;
    font-size: 0.9333rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    height: 100%;
    text-align: inherit;
  }

  .market .market_box .card .content .txt p,
  .market .market_box .card .content .txt span,
  .market .market_box .card .content .txt p span,
  .market .market_box .card .content .txt nobr,
  .market .market_box .card .content .txt hr,
  .market .market_box .card .content .txt h1 {
    font-size: 0.8667rem !important;
    font-family: "Pretendard", "Noto Sans KR", "sans-serif" !important;
    line-height: 1.6;
    letter-spacing: 0.01rem !important;
    display: inline;
  }

  .market .market_box .card .content .more {
    margin-bottom: 1.6667rem;
    margin-top: 1.6667rem;
  }

  .market .market_box .card .content .more p {
    color: #000;
    font-size: 0.8667rem;
  }

  /* see_more */

  .see_more {
    padding: 1.8333rem 0 3rem;
    background-color: #101010;
  }

  .see_more .ttl p {
    color: #fff;
    font-size: 1.1333rem;
  }

  .see_more .info_detail {
    margin-top: 2rem;
    gap: 0;
    flex-direction: column;
  }

  .see_more .info_detail .details {
    width: 100%;
  }

  .see_more .info_detail .details.insight {
    width: 100%;
  }

  .see_more .info_detail .details.insight .lists {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    display: none;
  }

  .see_more .info_detail .details.insight .lists .high {
    margin: 0.8333rem 0;
    font-weight: 700;
    margin-left: 0;
  }

  .see_more .info_detail .details.insight .lists p {
    font-weight: 400;
    margin-left: 0.5rem;
  }

  .see_more .info_detail .details .row {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .see_more .info_detail .details .row.on img {
    transform: rotate(180deg);
  }

  .see_more .info_detail .details .row img {
    width: 0.7rem;
    height: 0.4rem;
  }

  .see_more .info_detail .details .row p {
    font-size: 0.9333rem;
    font-weight: 500;
  }

  .see_more .info_detail .details .lists {
    padding: 0.6667rem;
    display: none;
    background-color: #212020;
  }

  .see_more .info_detail .details .lists .mg-l {
    margin-left: 0;
  }

  .see_more .info_detail .details .lists p {
    color: #fff;
    font-size: 0.7333rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .see_more .info_detail .details .lists .high {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .see_more .info_detail .details .lists p + p {
    margin-top: 0.5rem;
  }

  /* footer */

  .footer {
    padding: 2.5rem 0;
  }

  .footer .flex {
    flex-direction: column;
  }

  .footer .footer_left {
    width: 100%;
    border-right: none;
    padding-bottom: 1.1667rem;
    border-bottom: 1px solid #fff;
  }

  .footer .footer_left .top {
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .footer_left .social_ic {
    gap: 1rem;
    margin-bottom: 0.6667rem;
  }

  .footer .footer_left .social_ic .ico img {
    width: 1rem;
    height: 1rem;
  }

  .footer .footer_left .social_ic .ico.yt img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer .footer_left .logo {
    width: 12.0667rem;
    height: 2rem;
    margin-bottom: 1.1667rem;
  }

  .footer .footer_left .logo img {
    width: 12.0667rem;
    height: 2rem;
  }

  .footer .footer_left .desc {
    padding-right: 0;
  }

  .footer .footer_left .desc .orange {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .footer .footer_left .desc .text {
    font-size: 0.7333rem;
    line-height: 1.7;
  }

  .footer .footer_left .desc .copy {
    font-size: 0.7333rem;
    line-height: 1.3;
  }

  .footer .footer_left .desc p + p {
    margin-top: 1rem;
  }

  .footer .footer_right {
    padding-left: 0;
  }

  .footer .footer_right .company {
    gap: 0;
    flex-direction: row;
  }

  .footer .footer_right .company .col .bot {
    display: none;
  }

  .footer .footer_right .company .col {
    width: 50%;
    padding-right: 1rem;
  }

  .footer .footer_right .company .col:last-child {
    padding-left: 1rem;
    padding-right: 0;
    position: relative;
  }

  .footer .footer_right .company .col:last-child::before {
    position: absolute;
    content: "";
    width: 0.0667rem;
    height: 0.6667rem;
    top: 0.666rem;
    left: 0;
    background-color: #fff;
  }

  .footer .footer_right .company .col .top {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .footer_right .company .col .top img {
    width: 0.7rem;
    height: 0.4rem;
  }

  .footer .footer_right .company .col .top.on img {
    transform: rotate(180deg);
  }

  .footer .footer_right .company .col p {
    color: #fff;
    font-size: 0.667rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .footer .footer_right .company .col p + p {
    margin-top: 0.6667rem;
  }

  .footer .footer_right .company .col .orange {
    color: #ff4713;
    font-size: 0.7333rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .footer .footer_right .contact {
    margin-top: 2rem;
  }

  .footer .footer_right .contact .account {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.6;
  }

  .footer .footer_right .contact .address {
    flex-direction: row;
  }

  .footer .footer_right .contact .address p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6;
    padding-right: 1rem;
    position: relative;
  }

  .footer .footer_right .contact .address p::after {
    position: absolute;
    content: "";
    width: 0.0667rem;
    height: 0.6667rem;
    top: 0.3667rem;
    right: 0.4667rem;
    background-color: #fff;
  }

  .footer .footer_right .contact .address p:nth-child(3):after {
    display: none;
  }

  .footer .footer_right .contact .orange {
    font-size: 0.7333rem;
    font-weight: 400;
    text-decoration: underline;
    line-height: 1.6;
  }

  .footer .ft_division {
    color: #fff;
    margin-top: 0.9615rem;
    font-size: 0.8462rem;
    line-height: 1.4;
  }
  .investor .inves_info .ttl .span_yellow::before {
    position: absolute;
    content: "";
    background-color: #ffeb01;
    width: 82%;
    height: 0.7692rem;
    top: 1.2rem;
    left: 0;
    border-radius: 0.7692rem;
    z-index: -1;
  }
}

@media screen and (max-width: 650px) {
  #container {
    position: relative;
    padding-top: 5.5rem;
  }
  #header .tradingview-widget-container {
    height: 1.8rem !important;
  }

  #header .tradingview-widget-container iframe {
    height: 1.8rem !important;
  }
}

@media screen and (max-width: 550px) {
  #container {
    position: relative;
    padding-top: 5.7rem;
  }
  #header .tradingview-widget-container {
    height: 2rem !important;
  }

  #header .tradingview-widget-container iframe {
    height: 2rem !important;
  }
}

@media screen and (max-width: 450px) {
  #container {
    position: relative;
    padding-top: 6.3rem;
  }
  #header .tradingview-widget-container {
    height: 2.5rem !important;
  }

  #header .tradingview-widget-container iframe {
    height: 2.5rem !important;
  }
}

@media screen and (max-width: 350px) {
  #container {
    position: relative;
    padding-top: 6.6rem;
  }
  #header .tradingview-widget-container {
    height: 2.8rem !important;
  }

  #header .tradingview-widget-container iframe {
    height: 2.8rem !important;
  }
}
