@charset "utf-8";
/* //main_visual */
html {
    font-size: 20px;
  }
  
  [class^="inner"] {
    position: relative;
    margin: 0 auto;
    width: -webkit-calc(100% - 8.332vw);
    width: -moz-calc(100% - 8.332vw);
    width: calc(100% - 8.332vw);
    max-width: 1194px;
  }
  
  #wrap {
    position: relative;
  }
  
  #container {
    position: relative;
    margin-top: 114px;
  }



/* header_end */

/* main */

.main_visual {
    /* padding-top: 72px; */
}

.main_visual .inner_main {
    position: relative;
    margin: 0 auto;
    width: -webkit-calc(100% - 8.332vw);
    width: -moz-calc(100% - 8.332vw);
    width: 100%;
    max-width: 1920px;
}

.main_visual .top_fluc{
    padding: 14px 15px;
}

.main_visual .top_fluc .range p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

.main_visual .main_content .cont_left{
    width: 945px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_visual .main_content .cont_right{
    width: 975px;
    background-color: #000;
    padding: 98px 0 0 81px;
}

.main_visual .main_content .cont_right .desc{
    width: 531px;
}

.orange {
    color: #FF4713;
}

.main_visual .main_content .cont_right .desc .orange{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px ;
}

.main_visual .main_content .cont_right .desc .ttl{
    color: white;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main_visual .main_content .cont_right .desc .content{
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    text-align: justify;
}

.main_visual .main_content .cont_right .desc .content p span, .main_visual .main_content .cont_right .desc .content p {
    color: #fff !important;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.3px;
}

.more {
    gap: 6px;
}

.more p {
    font-weight: 700;
}

.main_visual .main_content .cont_right .desc .more {
    margin-top: 20px;
}

.main_visual .main_content .cont_right .desc .more p {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

/* category */
.category {
    padding: 100px 0;
}

.category .card_main {
    gap: 30px;
}

.category .card_main .box {
    width: 378px;
    height: 228px;
    border-bottom: 1px solid #000;
}

.category .card_main .box:hover {
    /* text-decoration: underline;
    text-underline-offset: 5px; */
}

.category .card_main .box .ttl {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-size: 200% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 0.5s;
    width: fit-content;
}

.category .card_main .box .ttl:hover {
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    background-position: 0 100%;
}

.category .card_main .box .txt {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    position: relative;
}

.category .card_main .box .txt:hover {
    
}


.category .card_main .box .txt p{
    line-height: 1.6 !important;
    letter-spacing: 0.3px;
    position: relative;
    display: inline;
    background-size: 200% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 7s;
}

.category .card_main .box .txt p span {
    line-height: 1.6 !important;
    letter-spacing: 0.3px;
    position: relative;
    display: inline;
    background-size: 200% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 2s !important;
}


/* .category .card_main .box .txt p::after, .category .card_main .box .txt p span::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
} */

.category .card_main .box .txt p:hover, .category .card_main .box .txt span:hover {
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    background-position: 0 100%;
    padding-top: 2px;
}

.category .cate_bot {
    gap: 30px;
    margin-top: 70px;
}


.category .cate_bot .list {
    width: 786px;
    flex-direction: column;
    gap: 90px;
}

.category .cate_bot .lists {
    gap: 30px;
}

.category .cate_bot .list .box_list {
    width: 378px;
    border-bottom: 1px solid #000;
}

/* .category .cate_bot .list .box_list:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
} */

.category .cate_bot .list .box_list .figure {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    width: 378px;
    max-height: 100px;
    overflow: hidden;
}

.category .cate_bot .list .box_list .figure img{
    width: 100%;
    height: auto;
}


.category .cate_bot .list .box_list .content {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.category .cate_bot .list .box_list .content .orange {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.category .cate_bot .list .box_list .content .ttl {
    color: black;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    margin-bottom: 15px;
}

/* .category .cate_bot .list .box_list .content .ttl:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
} */

.category .cate_bot .list .box_list .content .txt {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}

/* .category .cate_bot .list .box_list .content .txt:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
} */

.category .cate_bot .list .box_list .content .txt p {
    line-height: 1.6 !important;
    letter-spacing: 0.3px !important;
}

.category .cate_bot .list .box_list .content .txt p span, .category .cate_bot .list .box_list .content .txt nobr  {
    line-height: 1.6 !important;
    letter-spacing: 0.3px !important;
    font-family: 'Pretendard' !important;
    font-size: 16px !important;
}

.category .cate_bot .list .box_list .content .more {
    margin-bottom: 15px;
}

.category .cate_bot .list .box_list .content .more p {
    color: #000;
    font-size: 14px;
}

.category .cate_bot .image .ttl {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 10px;
}

/* investor */ 

.investor {
    padding: 67px 0;
    background-color: #F9FAFB;
}

.investor .inves_info {
    padding-top: 22px;
    width: 582px;
}

.investor .inves_info .orange {
    color: #FF4713;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.investor .inves_info .ttl {
    color: black;
    font-size: 38px;
    font-weight: 700;
    margin: 15px 0;
}

.investor .inves_info .ttl span {
    position: relative;
    padding-right: 15px;
    z-index: 2;
}

.investor .inves_info .ttl span::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 28px;
    background-color: #000;
    right: 10px;
    top: 9px;
    z-index: 2;
}

.investor .inves_info .ttl span::before {
    position: absolute;
    content: '';
    /* background-color: #ffeb01; */
    width: 90%;
    height: 20px;
    top: 25px;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}
.investor .inves_info .ttl .span_yellow::before {
    position: absolute;
    content: '';
    background-color: #ffeb01;
    width: 82%;
    height: 20px;
    top: 25px;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}
.investor .inves_info .ttl .span_yellow::after {
    display: none;
}
.investor .inves_info .desc {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.42px;
}

/* .investor .inves_info .desc:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
} */

.investor .inves_info .more {
    margin-top: 50px;
}

.investor .inves_info .more p {
    color: #000;
    font-size: 16px;
}

.investor .inves_img {
    padding-left: 30px;
}

/* stratery */
.stratery {
    padding: 100px 0;
}

.stratery .youtube {
    gap: 30px;
}

.stratery .youtube .left {
    width: 684px;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    flex-direction: column;
    gap: 20px;
}

.stratery .youtube .ttl {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.stratery .youtube .desc {

}

.stratery .youtube .more p {
    font-size: 16px;
}

.stratery .youtube .desc p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

/* .stratery .youtube .desc p:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
} */


.investor .inves_info .more p {
    color: #000;
    font-size: 16px;
}

.stratery .youtube .right {
    width: 480px;
    height: 100%;
    padding: 38px 35px;
    /* background-image: url('../img/main/0011.png');  */
    background: #000;
    background-size: cover;    
    background-position: center; 
    background-repeat: no-repeat; 
}

.stratery .youtube .right .orange{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.stratery .youtube .right .ttl{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.stratery .youtube .right .more {
    margin-top: 20px;
}

.stratery .youtube .right .more p {
    color: #fff;
    font-size: 14px;
}

.stratery .focus {
    margin-top: 70px;
}

.stratery .focus .cont {
    width: 582px;
    margin-left: 30px;
    padding: 50px 0;
}

.stratery .focus .cont .tit {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.stratery .focus .cont .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 30px 0;
    letter-spacing: 0;
    text-align: justify;
}

/* .stratery .focus .cont .text:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
} */

.stratery .focus .cont .more {
    padding: 10px;
    background-color: #000;
}

.stratery .focus .cont .more p {
    color: #fff;
    font-size: 16px;
}

/* market */

.market {
    padding-bottom: 100px;
}

.market .market_top {
    background-color: #000;
    padding: 64px 0;
}

.market .market_top .question {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.market .market_top .content {
    padding-top: 40px;
    display: flex;
}

.market .market_top .content .item{
    width: 50%;
    /* display: flex; */
    text-align: center;
}

.market .market_top .content .item .name {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 64px;
}

.market .market_top .content .item .desc {
    font-size: 32px;
    font-weight: 700;
    line-height: 64px;
}

.market .market_top .content .item.down .desc {
    color: #0094FF;
}

.market .market_top .content .item.up .desc {
    color: #FF004D;
}


.market .market_box {
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 100px;
}

.market .market_box .card.mt-70 {
    margin-top: 70px;
}

.market .market_box .card {
    width: 378px;
    border-bottom: 1px solid #000;
}

.market .market_box .card .figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    width: 378px;
    max-height: 100px;
    overflow: hidden;
}

.market .market_box .card .figure img {
    height: auto;
    width: 378px;
}

.market .market_box .card .content {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.market .market_box .card .content .orange {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.market .market_box .card .content .ttl {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    min-height: 56px;
    line-height: 1.3;
}

.market .market_box .card .content .txt {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

/* .market .market_box .card .content .txt:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
} */

.market .market_box .card .content .txt p, 
.market .market_box .card .content .txt span, .market .market_box .card .content .txt nobr  {
    font-size: 16px !important;
    font-family: 'Pretendard','Noto Sans KR','sans-serif' !important;
    line-height: 1.6;
    letter-spacing: 0.3px !important;
}

/* .market .market_box .card .content .txt p {
    
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
} */

.market .market_box .card .content .more {
    margin-bottom: 15px;
}

.market .market_box .card .content .more p {
    color: #000;
    font-size: 16px;
}

/* see_more */

.see_more {
    padding: 105px 0;
    background-color: #101010;
}

.see_more .ttl p{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.see_more .info_detail {
    margin-top: 44px;
    gap: 30px;
}

.see_more .info_detail .details {
    width: 174px;
}

.see_more .info_detail .details.insight {
    width: 378px;
}


.see_more .info_detail .details .row {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.see_more .info_detail .details .row p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.see_more .info_detail .details .lists {
    padding-top: 20px;
}

.see_more .info_detail .details .lists .mg-l {
    margin-left: 120px;
}

.see_more .info_detail .details .lists p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.see_more .info_detail .details .lists .high {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.see_more .info_detail .details .lists p + p {
    margin-top: 15px;
}

/* footer */

.footer {
    padding: 65px 0;
    /* background-color: #fff; */
    background-color: #000;
    width: 100%;
}

.footer .footer_left {
    width: 50%;
    border-right: 1px solid #ececec;
}

.footer .footer_left .logo {
    width: 197px;
    height: 30px;
    margin-bottom: 20px;
}

.footer .footer_left .top {
    padding-right: 135px;
}

.footer .footer_left .social_ic {
    gap: 23px;
    margin-bottom: 20px;
}

.footer .footer_left .social_ic .ico img {
    /* width: 32px;
    height: 32px; */
    cursor: pointer;
}

.footer .footer_left .social_ic .ico .hover {
    display: none;
}

.footer .footer_left .social_ic .ico:hover .default {
    display: none;
}

.footer .footer_left .social_ic .ico:hover .hover {
    display: block;
}

.footer .footer_left .desc {
    padding-right: 104px;
}

.footer .footer_left .desc .orange {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.footer .footer_left .desc .text {
    /* color: #000; */
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

.footer .footer_left .desc .copy {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.footer .footer_left .desc p + p {
    margin-top: 20px;
}

.footer .footer_right {
    padding-left: 104px;
}

.footer .footer_right .company {
    gap: 140px;
}

.footer .footer_right .company .col p {
    /* color: #000; */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
}

.footer .footer_right .company .col p + p {
    margin-top: 10px;
}

.footer .footer_right .company .col .orange {
    color: #FF4713;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
}

.footer .footer_right .contact {
    margin-top: 30px;
}

.footer .footer_right .contact .account {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.footer .footer_right .contact .address p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 15px;
    position: relative;
}

.footer .footer_right .contact .address p::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    top: 6px;
    right: 6px;
    background-color: #fff;
}

.footer .footer_right .contact .address p:nth-child(3):after {
    display: none;
}

.footer .footer_right .contact .orange {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 24px;
}

.footer .ft_division {
    /* color: #000; */
    color: #ffffff;
    margin-top: 25px;
    font-size: 11px;
    line-height: 1.3;
}