@charset "utf-8";
/* /// sub common /// */
#container.sub {
    flex: 1 1 auto;
}

.sub_tit {
    margin-top: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

#content {
    padding: 72px 0 150px;
}

#content.sub_main_img {
    padding: 0 0 150px 0;
}

/* loc_visual */
#header #gnb.black_header {
    background: #000;
}

/* //loc_visual */

/* sub_visual */
.sub_visual {
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-bottom: 60px;
    background: no-repeat center/cover;
}

.sub_visual > .sub_tit {
    /* max-width: 1200px; */
    justify-content: flex-end;
    flex-direction: row;
    /* text-align: center; */
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 106px;
    color: #fff;
}

.loc_row {
    padding-top: 20px;
    color: #fff;
    z-index: 111;
}

.loc_row ul {
    display: flex;
}

.loc_row .page_nav {
    color: #989898;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-right: 30px;
}

.loc_row .page_nav::after {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/sub/page_nav.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.loc_row.black {
    color: #000;
}

.loc_row.balck .page_nav::after {
    background-image: url(../img/sub/page_nav_black.png);
}

.loc_row .page_nav_area {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.notice .sub_visual {
    background-image: url(../img/main/announ_img.png);
}

.reference .sub_visual {
    background-image: url(../img/sub/sub_visual_reference.jpg);
}

.brand .sub_visual {
    background-image: url(../img/sub/brand_visual.jpg);
}

.ethics .sub_visual {
    background-image: url(../img/sub/ethics_visual.jpg);
}

.com_partners .sub_visual {
    background-image: url(../img/sub/partners_visual.jpg);
}

.project .sub_visual {
    background-image: url(../img/sub/sub_visual_project.jpg);
}

.release .sub_visual {
    background-image: url(../img/sub/press_visual.png);
}

.inq02 .sub_visual {
    background-image: url(../img/sub/sub_visual_inq02.jpg);
}

/* .domestic_kospi .sub_visual { background-image: url(../img/sub/sub_visual_domestic_kospi.jpg); }
.domestic_kosdaq .sub_visual { background-image: url(../img/sub/sub_visual_domestic_kosdaq.jpg); } */
.domestic_kospi .sub_visual {
    background-image: url(../img/main/insight_img01.png);
}

.domestic_kosdaq .sub_visual {
    background-image: url(../img/main/insight_img02.png);
}

.domestic_kosdes .sub_visual {
    background-image: url(../img/main/insight_img03.png);
}

.overseas_usa .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_usa.png);
}

.overseas_china .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_china.png);
}

.overseas_japan .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_japan.png);
}

.overseas_taiwan .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_taiwan.png);
}

.overseas_semic .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_semicon.png);
}

.overseas_rate .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_newyork.png);
}

.overseas_price .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_oil.png);
}

.overseas_bonds .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_bonds.png);
}

.overseas_phil .sub_visual {
    background-image: url(../img/sub/sub_visual_overseas_philadelphia.png);
}

.information .sub_visual {
    background-image: url(../img/main/infomation_status.png);
}

.information_status .sub_visual {
    background-image: url(../img/main/infomation_detail.png);
}

/* .service_center .sub_visual { background-color:#FFEB01 } */
/* //sub_visual */

.sub_visual .sv_txt {
    display: table;
    width: 100%;
    height: 340px;
}

.sub_visual h2 {
    /*padding:125px 0 135px;*/
    display: table-cell;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    vertical-align: middle;
}

.sub_lo {
    margin-top: -55px;
    position: relative;
}

.sub_lo > a {
    display: none;
}

.sub_menu {
    padding: 33px 0 28px;
}

.sub_menu li {
    margin: 0 30px;
    display: inline-block;
}

.sub_menu li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.sub_menu li a.on:after {
    content: '';
    position: absolute;
    top: -16px;
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

/* ------------------ */

.sub_cont .sub_visual {
    width: 100%;
    background: no-repeat center/ cover;
}

.sub_cont .sub_visual.release {
    width: 100%;
    height: 200px;
    background-image: url(../img/main/release_img.png);
    margin-bottom: 0;
}

.sub_cont .sub_visual.domestic_kospi {
    width: 100%;
    height: 200px;
    background-image: url(../img/main/insight_img01.png);
    margin-bottom: 0;
}

.sub_cont .sub_visual.status {
    width: 100%;
    height: 200px;
    background-image: url(../img/main/infomation_status.png);
    margin-bottom: 0;
}

.sub_cont .sub_visual.detail {
    width: 100%;
    height: 200px;
    background-image: url(../img/main/infomation_detail.png);
    margin-bottom: 0;
}

.sub_cont .sub_visual.domestic_kosdaq {
    width: 100%;
    height: 200px;
    background-image: url(../img/main/insight_img02.png);
    margin-bottom: 0;
}

.sub_cont .sub_visual.domestic_kosdes {
    width: 100%;
    height: 200px;
    background-image: url(../img/main/insight_img03.png);
    margin-bottom: 0;
}


.sub_cont .sub_visual .home {
    padding-top: 20px;
}

.sub_cont .sub_visual .home .txt_gray {
    color: #989898;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sub_cont .sub_visual .home img {
    padding: 0 10px;
}


.sub_cont .sub_visual .home .txt_w {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sub_cont .sub_visual .content {
    padding-top: 40px;
    text-align: center;
}

.sub_cont .sub_visual .content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: block;
}

.sub_cont .announ_list {
    padding: 100px 0 60px;
}

.sub_cont .announ_list .lists {
    padding: 22px 20px;
    border-bottom: 0.5px solid #dcdcdc;
}

.sub_cont .announ_list .lists.new {
    background-color: #f9fafb;
}

.sub_cont .announ_list .lists .info .noti {
    color: #FF005C;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 12px;
}

.sub_cont .announ_list .lists .info .test {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.sub_cont .announ_list .lists .date p {
    color: #BABABA;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.sub_cont .pager {
    padding-bottom: 100px;
}

.pink {
    color: #FF005C;
}

.sub_cont .release_list {
    padding: 100px 0;
}

.sub_cont .release_list .total {
    margin-bottom: 32px;
}

.sub_cont .release_list .total .title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-right: 10px;
}

.sub_cont .release_list .total .num {
    font-size: 24px;
    font-weight: 700;
}

.sub_cont .release_list .box {
    width: 378px;
    /* height: 435px; */
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub_cont .release_list .box .text {
    padding: 30px 20px 27px 20px;
}

.sub_cont .release_list .box .top .tit p {
    font-size: 14px;
    font-weight: 400;
}

.sub_cont .release_list .box .top .date p {
    color: #BABABA;
    font-size: 12px;
    font-weight: 400;
}

.sub_cont .release_list .box .emphasis {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 35px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.box .text .txt p span, .box .text .txt p {
    line-height: 1.6 !important;
    letter-spacing: -0.6px !important;
    font-size: 16px !important;
    font-family: 'Pretendard' !important;
    text-align: justify;
}

.sub_cont .release_list .box .txt {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.sub_cont .release_list .box .re_img {
    width: 378px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sub_cont .release_list .box .re_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: inherit;
}

.service {
    position: relative;
}

.service .ser {
    position: relative;
    height: 968px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service .ser p {
    color: black;
    font-size: 102px;
    font-weight: 700;
}

.service .ser .second_txt {
    display: none;
}

.service .ser .third_txt {
    display: none;
}

.service .ser .fourth_txt {
    display: none;
}

.service .ser .five_txt {
    display: none;
}

.ser_top_dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

/* scroll down */

.scroll_down {
    display: block;
    position: fixed;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 16px;
    box-sizing: border-box;
}

.scroll_down span {
    display: block;
    position: absolute;
    left: 4px;
    top: 3px;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: #000;
    border-radius: 50%;
    animation: scrollDown 1s linear infinite;
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(16px);
    }
}

/* pager */

.pager {
    width: 100%;
    text-align: center;
}

.pager ul {
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.pager ul li {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    border: unset;
    background: #fff;
    margin: 0 1px;
    border-radius: 50%;
}

.pager ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.pager ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.pager ul li.num {
    background-color: unset;
    border: unset;
    width: 30px;
    margin-inline: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager ul li.num.active {
    background-color: #E6002D;
    border: unset;
    width: 30px;
    margin-inline: 5px;
}

.pager ul li.num.active a {
    color: #fff;
    font-weight: 500;
}

/* scg 소개 */
.company .company_ttl {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.4;
}

.company .company_ttl strong {
}

.company .company_ttl strong > span {
    position: relative;
}

.company .company_ttl strong > span::before {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 13px;
    background: #FFEB01;
    border-radius: 60px;
    content: '';
}

.company .company_ttl strong > span > span {
    position: relative;
    z-index: 1;
}

.company_top {
    position: relative;
}

.company_top .video_box {
    position: fixed;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100vh;
}

.company_top .video_box.absole {
    position: absolute;
    bottom: 0;
}

.company_top .video_box img,
.company_top .video_box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_top .company_top_dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.company_top .inner {
    position: relative;
    color: #fff;
    padding: 160px 0;
}

.company_top .company_ttl_box {
    padding-top: 209px;
}

.company_top .company_ttl_box .video_btn {
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/btn/video_btn.png);
}

.company_top .company_ttl_box .video_btn.on {
    background-image: url(../img/btn/video_btn_on.png);
}

.company_top .company_ttl_box p {
    margin-top: 94px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}

.company_top .company_ttl_box p + p {
    margin-top: 24px;
}

.company_top .link_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 75px;
}

.company_top .link_row a {
    display: block;
    padding: 0 5px 0 16px;
    line-height: 50px;
    background: #fff;
}

.company_top .link_row a:not(:last-of-type) {
    margin-right: 32px;
}

.company_top .link_row a span {
    display: inline-block;
    padding-right: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: url(../img/ico/ico_link_arrow.png) right 0 center no-repeat;
}

.company_top .company_sub_box {
    margin-top: 160px;
}

.company_top .company_sub_box p {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.company_top .num_row {
    display: flex;
    align-items: flex-start;
    margin-top: 60px;
}

.company_top .num_row .num_box:not(:last-of-type) {
    margin-right: 116px;
}

.company_top .num_row .num_box h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    color: #989898;
    line-height: 1.6;
}

.company_top .num_row .num_box strong {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #FB2047;
}

.company_top .company_history_box {
    margin-top: 160px;
}

.company_top .company_history_ttl {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
}

.company_top .company_history {
    margin-top: 130px;
}

.company_top .company_history li {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.company_top .company_history li:not(:last-of-type) {
    padding-bottom: 62px;
}

.company_top .company_history li:not(:last-of-type)::before {
    position: absolute;
    top: 9px;
    left: 77px;
    width: 1px;
    height: 100%;
    background: #494F5F;
    content: '';
    transition: all .5s linear .5s;
}

.company_top .company_history .year {
    width: 78px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    flex: 0 0 auto;
    transform: translateY(30px);
    opacity: 0;
    transition: all .5s linear;
}

.company_top .company_history li:last-of-type .year,
.company_top .company_history li:last-of-type .txt {
    transform: translateY(0);
    transition-delay: .3s;
}

.company_top .company_history .txt {
    transform: translateY(30px);
    opacity: 0;
    transition: all .5s linear;
}

.company_top .company_history li.on .year,
.company_top .company_history li.on .txt {
    transform: translateY(0);
    opacity: 1;
}

.company_top .company_history .month {
    position: relative;
    display: block;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 700;
    color: #8B95A1;
    line-height: 1.3;
}

.company_top .company_history .month::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    display: block;
    width: 10px;
    height: 10px;
    background: #494F5F;
    border-radius: 50%;
    content: '';
}

.company_top .company_history li.now .month::after {
    border: 3px solid #fff;
    background: #121417;
}

.company_top .company_history .point {
    font-weight: 700;
    color: #FFEB00;
}

.company_top .company_history .desc {
    margin-top: 5px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.company_top .company_history .f12 {
    font-size: 12px;
    font-weight: 300;
}

.company_top .company_history .f14 {
    font-size: 14px;
    font-weight: 300;
}

.company_top .company_history .desc a {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.company_banner {
    position: relative;
    padding: 160px 0 359px;
    background: url(../img/sub/company_banner_bg.jpg) center center no-repeat;
    background-size: cover;
}

.company_banner .company_sub_desc {
    margin-top: 82px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.company_banner .company_desc {
    margin-top: 32px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.company_service_sec {
    position: relative;
    padding-top: 160px;
    padding-bottom: 150px;
    background: #fff;
}

.company_service_sec .company_ttl {
    transform: translateY(50px);
    opacity: 0;
    text-align: center;
}

.company_service_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1010px;
    width: calc(100% - 30px);
    margin: 160px auto 0;
}

.company_service_list li {
    max-width: 420px;
    margin-right: 170px;
    width: calc(50% - 85px);
    vertical-align: top;
}

.company_service_list li:nth-of-type(2n) {
    margin-right: 0;
    margin-top: 180px;
}

.company_service_list .num_img {
    transform: translateY(50px);
    opacity: 0;
    transition: all .7s;
}

.company_service_list .subject {
    display: block;
    margin-top: 26px;
    font-size: 27px;
    line-height: 1.4;
    transform: translateY(50px);
    opacity: 0;
    transition: all .7s .2s;
}

.company_service_list .desc {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.6;
    transform: translateY(50px);
    opacity: 0;
    transition: all .7s .4s;
}

.company_service_list .img {
    margin-top: 27px;
    transform: translateY(50px);
    opacity: 0;
    transition: all .7s .6s;
}

.company_service_list li img {
    display: block;
}

.company_service_list li.on .num_img,
.company_service_list li.on .subject,
.company_service_list li.on .desc,
.company_service_list li.on .img {
    transform: translateY(0);
    opacity: 1;
}

.introduction .company_appli_sec {
    position: relative;
    padding: 0;
    text-align: center;
    background: #fff;
    padding-bottom: 190px;
}

.introduction .company_appli_sec .move_banner_wrap {
    margin-top: 0;
}

.introduction .company_appli_sec .company_ttl {
    margin-top: 100px;
    color: #000;
    font-size: 64px;
    font-weight: 700;
}

.introduction .company_appli_sec .appli_link {
    display: block;
    width: 240px;
    height: 50px;
    margin: 64px auto 0;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #E6002D;
    border-radius: 30px;
}


.company_appli_sec {
    position: relative;
    padding: 150px 0 160px;
    text-align: center;
    background: #fff;
}

.company_appli_sec .company_ttl {
    /* transform: translateY(50px);
    opacity: 0; */
}

.company_appli_sec .company_appli_desc {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    /* transform: translateY(50px);
    opacity: 0; */
}

.company_appli_sec .appli_link {
    display: block;
    width: 240px;
    height: 50px;
    margin: 64px auto 0;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background: #FFEB00;
    border-radius: 30px;
    /* transform: translateY(50px);
    opacity: 0; */
}

.company_appli_sec .move_banner_wrap {
    margin-top: 100px;
}

.company_appli_sec .move_banner {
    display: flex;
    align-items: center;
}

.company_appli_sec .move_banner.left {
    animation: moveBannerLeft 270000ms infinite linear;
}

.company_appli_sec .move_banner.right {
    animation: moveBannerRight 270000ms infinite linear;
}

.company_appli_sec .move_banner + .move_banner {
    margin-top: 8px;
}

.company_appli_sec .move_banner img {
    display: block;
    max-width: none;
    flex: 0 0 auto;
}

.company_appli_sec .move_banner img + img {
    margin-left: 8px;
}

@keyframes moveBannerLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2432px);
    }
}

@keyframes moveBannerRight {
    0% {
        transform: translateX(-2432px);

    }
    100% {
        transform: translateX(0);
    }
}

/* /// scg 소개 /// */

/* 윤리강령 ethics */
.ethics .ethics_ttl {
    padding: 100px 0 160px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.ethics .ethics_layout {
    display: flex;
}

.ethics .ethics_nav_box {
    width: 246px;
    margin-right: 80px;
    flex: 0 0 auto;
}

.ethics .ethics_nav {
    width: 246px;
}

.ethics .ethics_nav.fix {
    position: fixed;
    top: 80px;
}

.ethics .ethics_nav li {
    margin-bottom: 32px;
}

.ethics .ethics_nav li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #D2D6DA;
    line-height: 1.3;
}

.ethics .ethics_nav li a span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.ethics .ethics_nav li a span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all .5s;
    content: '';
}

.ethics .ethics_nav li a.on,
.ethics .ethics_nav li a:hover {
    color: #000;
}

.ethics .ethics_nav li a.on span::after,
.ethics .ethics_nav li a:hover span::after {
    width: 100%;
}

.ethics .ethics_nav02 {
    margin-top: 32px;
}

.ethics .ethics_nav02 li a {
    position: relative;
    padding-left: 30px;
}

.ethics .ethics_nav02 li a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #D2D6DA;
    border-radius: 50%;
    content: '';
}

.ethics .ethics_nav02 li a:hover::before,
.ethics .ethics_nav02 li a.on::before {
    background: #000;
}

.ethics .ethics_cont h5 {
    margin-bottom: 16px;
    line-height: 80px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.ethics .ethics_cont h6 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}

.ethics .ethics_cont p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
    color: #676767;
    line-height: 1.5;
}

.ethics .ethics_cont:first-child {
    margin-top: -100px;
}

.ethics .ethics_box, .ethics .eth {
    padding: 100px 0;
    border-bottom: solid 1px #dbdbdb;
}


.ethics .ethics_box:last-child {
    padding: 0;
}

.ethics .eth:last-child {
    border-bottom: none;
}

/* //윤리강령 */

/* 제휴사 com_partners */
.com_partners_list {
    display: flex;
    padding: 100px 0 10px;
}

.com_partners_list li {
    width: calc(33.333% - 53.334px);
}

.com_partners_list li + li {
    position: relative;
    margin-left: 40px;
    padding-left: 40px;
}

.com_partners_list li + li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 258px;
    background: #DCDCDC;
    content: '';
}

.com_partners_list li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: 258px;
    padding: 20px 0;
    box-sizing: border-box;
}

.com_partners_list .logo {
    width: 100%;
    height: 26px;
    background-position: left center;
    background-repeat: no-repeat;
}

.com_partners_list li.korea a .logo {
    background-image: url(../img/sub/com_partners_korea.png);
}

.com_partners_list li.korea a:hover .logo {
    background-image: url(../img/sub/com_partners_korea_hover.png);
}

.com_partners_list li.land a .logo {
    background-image: url(../img/sub/com_partners_land.png);
}

.com_partners_list li.land a:hover .logo {
    background-image: url(../img/sub/com_partners_land_hover.png);
}

.com_partners_list li.scgfeed a .logo {
    background-image: url(../img/sub/com_partners_scgfeed.png);
}

.com_partners_list li.scgfeed a:hover .logo {
    background-image: url(../img/sub/com_partners_scgfeed_hover.png);
}

.com_partners_list .name {
    display: block;
    margin-top: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.com_partners_list .desc {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #AEAEAE;
    line-height: 1.5;
    word-break: keep-all;
}

.com_partners_list .arrow {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/img_item_arrow.png);
}

.com_partners_list a:hover .arrow {
    background-image: url(../img/ico/img_item_arrow_hover.png);
}

/* //com_partners */


/* /// 오시는길 /// */
.sub .map_area {
    position: relative;
    z-index: 1;
    height: 300px;
}

.maps {
}

.map_info {
    margin-top: 25px;
    position: relative;
    width: 100%;
}

.map_info p {
}

.map_info p.address {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
    letter-spacing: -1px;
}

.map_info p.address strong {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.map_info p.address strong:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #d12083;
    border-radius: 100%;
}

.map_info p.phone, .map_info p.fax {
    margin: 0;
    padding: 10px 0 10px 60px;
    position: absolute;
    top: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    letter-spacing: -1px;
}

.map_info p.phone {
    right: 225px;
    background: url('../img/ico/ico_phone.png') no-repeat left center;
}

.map_info p.fax {
    right: 0;
    background: url('../img/ico/ico_fax.png') no-repeat left center;
}

/* /// 오시는길 end /// */

/* /// 갤러리 list /// */
.gallery_list {
}

.gallery_list li {
    margin-left: 25px;
    margin-bottom: 40px;
    float: left;
    width: calc(25% - 18.75px);
}

.gallery_list li:nth-child(4n+1) {
    margin-left: 0;
}

.gallery_list li .gallery_img {
    display: table;
    width: 100%;
    background: #f6f6f6;
}

.gallery_list li .gallery_img div {
    display: table-cell;
    vertical-align: middle;
}

.gallery_list li p {
    margin-top: 25px;
    height: 22px;
    font-size: 16px;
    font-weight: 350;
    line-height: 1;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_list .btn {
    margin: 0 auto;
}

/* /// 갤러리 list end /// */

/* /// 갤러리 view /// */
.gallery_view_nav {
    position: relative;
}

.gallery_view_nav h3 {

}

.gallery_view_nav .view_prev,
.gallery_view_nav .view_next {
    padding-top: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.gallery_view_nav .view_prev {
    padding-left: 75px;
    left: 0;
    background: url('../img/btn/board_prev.png') no-repeat left top;
}

.gallery_view_nav .view_next {
    margin-top: 0 !important;
    padding-right: 75px;
    right: 0;
    background: url('../img/btn/board_next.png') no-repeat right top;
}

.gallery_view_nav .view_prev span,
.gallery_view_nav .view_next span {
    line-height: 1;
}

.view_slider_container {
    margin-top: 70px;
}

.view_main_slider {
    width: 100%;
    background: #f6f6f6;
    height: 700px;
}

.view_main_slider .slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    width: 80px;
    height: 100px;
    font-size: 0;
    z-index: 100;
}

.view_main_slider .slick-prev {
    left: 0;
    background: url('../img/btn/gallery_prev.png') no-repeat center;
}

.view_main_slider .slick-next {
    right: 0;
    background: url('../img/btn/gallery_next.png') no-repeat center;
}

.view_main_slider .slick-slide {
    outline: none;
}

.view_main_slider img {
    margin: 0 auto;
}

.product_point {
    margin-top: 100px;
}

.product_point h5 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    line-height: 1;
}

.product_point table {
    margin-top: 20px;
    width: 100%;
    border-top: 2px solid #000;
}

.product_point table.mo_info {
    display: none;
}

.product_point table tr {
    border-bottom: 1px solid #eeeeee;
}

.product_point table th,
.product_point table td {
    padding: 20px;
    line-height: 1.5;
    text-align: left;
}

.product_point table th {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: #f6f6f6;
}

.product_point table td {
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.caution_box {
    margin-top: 40px;
}

.caution_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.caution_box strong,
.caution_box p {
    padding-left: 10px;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
}

.caution_box strong {
    margin-top: 20px;
    display: block;
    font-weight: 700;
    color: #000;
}

.caution_box p {
    font-weight: 300;
    color: #666;
}

.caution_box strong:after,
.caution_box p:after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

/* /// 갤러리 view end /// */

/* /// 작성폼 /// */
.write_form {
    width: 100%;
    border-top: 2px solid #333333;
}

.write_form .tit {
    width: 122px;
}

.write_form tr {
    border-bottom: 1px solid #eeeeee;
}

.write_form th {
    height: 70px;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #000;
    text-align: left;
}

.write_form th span {
    color: #0085ff;
}

.write_form td {
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 300;
}

.write_form input[type="text"] {
    width: 100%;
    max-width: 460px;
}

.write_form input[type="password"] {
    width: 100%;
    max-width: 460px;
}

.write_form input[type="text"].input_l {
    max-width: 660px;
}

.write_form input[type="text"].input_s {
    max-width: 160px;
}

.write_form input[type="text"][id*="tel"] {
    max-width: 160px;
}

.write_form select {
    width: 180px;
}

.write_form textarea {
    width: calc(100% - 20px);
    height: 200px;
}

.write_form .email_box {
    display: flex;
    align-items: center;
}

.write_form .email_box span {
    width: 30px;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    text-align: center;
    flex: 0 0 auto;
}

.write_form .phone_box {
    display: flex;
    align-items: center;
}

.write_form .phone_box span {
    width: 12px;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    text-align: center;
    flex: 0 0 auto;
}

.fileBox {
    position: relative;
}

.fileBox label {
    position: relative;
    z-index: 2;
}

.fileBox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    border-color: #cccccc;
}

.write_form + .btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.write_form + .btn_box .btn {
    margin: 0 5px;
    display: inline-block;
    font-family: 'NanumSquare';
}

/* /// 작성폼 end /// */

/* /// 일반게시판 list /// */
.board_list {
    /* max-width: 847px;
    margin: 0 auto; */
}

.board_list .search_box {
    display: none;
}

.board_list .search_box select,
.board_list .search_box input {
    padding: 5px 10px;
    border: 1px solid #cccccc;
}

.board_list .search_box select {
    width: 92px;
}

.board_list .search_box .search_input {
    display: inline-block;
    position: relative;
}

.board_list .search_box input {
    padding-right: 40px;
    width: 140px;
}

.board_list .search_box button {
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 30px;
    background: url(../img/btn/btn_select.png) no-repeat center;
}

.board_list table {
    width: 100%;
    table-layout: fixed;
}

.board_list table tr {
    transition: all 0.4s;
    border-bottom: 1px solid #DCDCDC;
}

.board_list table tr:hover {
    transition: all 0.4s;
    background: #fafafa;
}

.board_list table th, .board_list table td {
    padding: 26px 20px;
    font-size: 18px;
    font-family: 'Spoqa Han Sans Neo';
    line-height: 1;
    color: #333;
}

.board_list table th {
    font-weight: 700;
}

.board_list table td {
    text-align: center;
    font-weight: 400;
}

.board_list table td.subject {
    text-align: left
}

.board_list table td.subject a {
    display: block;
    font-size: inherit;
    font-weight: 500;
    /* font-family: 'Spoqa Han Sans Neo'; */
    color: #000;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board_list table td.subject a.lock {
    padding-right: 15px;
    display: inline-block;
    background: url('../img/sub/lock.png') no-repeat right center / 13px;
    max-width: calc(100% - 15px);
}

.board_list table .anser td.subject {
    position: relative;
    text-align: left;
}

.board_list table .anser td.subject:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 14px;
    background: url('../img/sub/anser_sign.png') no-repeat left top / contain;
}

.board_list table .anser td.subject a {
    padding-left: 55px;
    position: relative;
    width: auto;
    max-width: calc(100% - 55px);
}

.board_list table .anser td.subject a.lock {
    max-width: calc(100% - 70px);
}

.board_list table .anser td.subject a span {
    padding-left: 25px;
    position: absolute;
    top: 0;
    left: 0;
    color: #a92c66;
}

.board_list table .subject {
}

.board_list table .date, .board_list table .press {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Spoqa Han Sans Neo';
    color: #BABABA;
    width: 11%;
}


/* .border_bottom{position:relative;}
.border_bottom .btn{
	position:absolute;
	top:-10px;
	right:0;
} */
.border_bottom {
    margin-top: 10px;
}

.border_bottom .search_toggle_btn {
    display: block;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.border_bottom .search_toggle_btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/sub/ico_16px.png) 0 -64px no-repeat;
    vertical-align: middle;
}

.border_bottom .search_toggle_btn span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #7e8082;
    vertical-align: middle;
}

.paging {
    margin-top: 66px;
    text-align: center;
}

.paging ul {
    display: inline-block;
    clear: both;
    overflow: hidden;
}

.paging li {
    margin: 0 4px;
    float: left;
}

.paging li.prev {
    margin-right: 10px;
}

.paging li.next {
    margin-left: 10px;
}

.paging li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    /* color: #fff; */
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.paging li a img {
    display: none;
}

.paging li.more_prev {
    display: none;
}

.paging li.more_next {
    display: none;
}

.paging li.more_prev a {
    background-image: url(../img/btn/more_prev.png);
}

.paging li.more_next a {
    background-image: url(../img/btn/more_next.png);
}

.paging li.prev a {
    background-image: url(../img/btn/prev.png);
}

.paging li.next a {
    background-image: url(../img/btn/next.png);
}

.paging li.num a:hover,
.paging li.num.active a {
    color: #fff;
    background-color: #E6002D;
}


/* /// 일반게시판 list end /// */

/* /// 일반게시판 view /// */
.board_view {
    /* max-width: 847px;
    margin: 0 auto; */
}

.board_view .board_view_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 10px;
    border-top: 2px solid #252525;
    border-bottom: 1px solid #eee;
    background: #fcfcfc;
}

.board_view .board_view_top .subject {
    font-size: 18px;
    font-weight: 700;
    font-family: 'NanumSquare';
    color: #333;
}

.board_view .board_view_top .date {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #444;
    flex: 0 0 auto;
}

.board_view .board_view_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    margin-top: 60px;
    border-top: 1px solid #eee;
}

.board_view .board_view_info span {
    font-size: 18px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #333;
}

.board_view .board_view_info .hit strong {
    font-size: inherit;
    font-family: inherit;
    color: #666;
}

.board_view .board_view_info .file {
    display: flex;
    width: 100%;
}

.board_view .board_view_info .file span {
    display: block;
    flex: 0 0 auto;
}

.board_view .board_view_info .file .file_box {
    width: calc(100% - 80px);
    margin-left: 4px;
    flex: 0 0 auto;
}

.board_view .board_view_info .file .file_box a {
    display: block;
    font-size: 18px;
    font-family: 'NanumSquare';
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_view .desc {
    padding: 20px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-family: 'NanumSquare';
    color: #000;
    line-height: 1.5;
}

.board_view .desc * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    width: 100% !important;
    word-break: break-all;
}

.board_view .page_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.board_view .page_row .list_go {
    display: block;
    padding: 8px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #7e8082;
    border-radius: 3px;
}

.delete {
    right: 0;
}

.btn_list {
    padding: 10px 0 50px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 1;
}

/* 검색창 */
.search_area {
    text-align: center;
    margin-bottom: 60px;
}

.search_area .search_box select,
.search_area .search_box input {
    padding: 5px 10px;
    background: #F9FAFB;
    border-radius: 50px;
}

.search_area .search_box select {
    display: none;
}

.search_area .search_box .search_input {
    display: inline-block;
    position: relative;
}

.search_area .search_box input {
    font-size: 20px;
    border: none;
    padding-left: 73px;
    width: 495px;
    height: 60px;
}

.search_area .search_box input::placeholder {
    color: #B0B0B0;
    font-size: 20px;
}

.search_area .search_box button {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url(../img/sub/btn_search_icon.png) no-repeat center;
}

/* ///  일반게시판 view end /// */

/* ///  질문과 답변 /// */
.qna_password {
    padding: 60px 75px 40px;
    display: none;
    position: fixed;
    top: calc(50% - 174px);
    left: calc(50% - 315px);
    width: 460px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.qna_password > a {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
}

.qna_password strong {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.qna_password p {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}

.qna_password input {
    margin-top: 30px;
}

/* ///  질문과 답변 end /// */

/* ///  정책 /// */
.agreement_form {
    margin-top: 30px;
    margin-bottom: 60px;
}

.agreement_form h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.sub.policy .agreement_form h3 {
    padding-top: 30px;
}

.agreement_form b {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.agreement_form p, .agreement_form li {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.agreement_form span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 4px;
    float: none;
    color: #666;
    line-height: 22px;
    margin-top: 0;
}

.agreement_form p.etc {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
}

.agreement_form h4 {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.agreement_form.person b {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.agreement_form dt {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.agreement_form dd {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.agreement_form dd.dd_mr {
    padding-left: 15px;
}

/* ///  정책 end /// */

/* project_list 프로젝트  */
.project_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.project_tab button {
    position: relative;
    display: block;
    width: 100%;

    height: 60px;
    border: 1px solid #dbdbdb;
    font-size: 24px;
    font-weight: 700;
    font-family: 'NanumSquare';
    color: #999999;
    box-sizing: border-box;
}

.project_tab button + button {
    margin-left: -1px;
}

.project_tab button.on {
    border-color: #0085ff;
    color: #fff;
    background: #0085ff;
    z-index: 1;
}

.project_list li:not(:last-of-type) {
    margin-bottom: 66px;
}

.project_list li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.project_list li .thumb {
    width: 480px;
    margin-right: 30px;
    flex: 0 0 auto;
}

.project_list li .thumb span {
    display: block;
    padding-top: 48.959%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project_list li .txt {
    width: calc(100% - 510px);
}

.project_list li .txt .subject {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'NanumSquare';
    color: #000;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project_list li .txt .desc {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #000;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project_list li .txt .tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.project_list li .txt .tag span {
    font-size: 20px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #0085FF;
    line-height: 1.75;
    flex: 0 0 auto;
}

.project_list li .txt .tag span:not(:last-of-type) {
    margin-right: 4px;
}

/* //project_list */


/* release_list 언론보도 */
.release_list li:not(:last-of-type) {
    margin-bottom: 66px;
}

.release_list li a {
    /* display: flex;
    align-items: center;
    width: 100%; */
}

.release_list li .thumb {
    width: 276px;
    margin-right: 30px;
    flex: 0 0 auto;
}

.release_list li .thumb span {
    display: block;
    padding-top: 72.463%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 18px 34px 0 rgba(5, 16, 55, .15);
}

.release_list li .txt {
    width: calc(100% - 306px);
}

.release_list li .txt .subject {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'NanumSquare';
    color: #000;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.release_list li .txt .desc {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #5B6178;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.release_list li .txt .tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.release_list li .txt .tag span {
    font-size: 20px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #0085FF;
    line-height: 1.75;
    flex: 0 0 auto;
}

.release_list li .txt .tag span:not(:last-of-type) {
    margin-right: 4px;
}

/* //release_list */

/* 사업문의 */
.inq .map {
    position: relative;
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto 150px;
}

/* .inq .map::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
} */
.inq .root_daum_roughmap {
    width: 100% !important;
    height: 460px;
}

.inq .root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 100% !important;
}

/* .inq .root_daum_roughmap .wrap_btn_zoom, */
.inq .root_daum_roughmap .wrap_controllers {
    display: none !important;
}

.inq .com_info {
    margin-bottom: 102px;
}

.inq .com_info .name {
    display: block;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    font-family: 'NanumSquare';
    color: #000;
}

.inq .com_info .contact_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inq .com_info .contact_list li {
    font-size: 24px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #000;
    line-height: 1.6;
}

.inq .com_info .contact_list li:not(:last-of-type) {
    margin-right: 20px;
}

.inq .com_info .contact_list li strong {
    font-family: inherit;
}

.inq h3:not(.sub_tit) {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'NanumSquare';
    color: #000;
}

/* //사업문의 */

/* 브랜드 brand */
.brand .sns {
    margin: 160px auto 10px;
}

.brand .sns_area {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.brand .sns_area li {
    padding: 10px 20px 0 30px;
    box-sizing: border-box;
    width: calc(100% / 4);
    border-right: 0.5px solid #DCDCDC;

}

.brand .sns_area li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
}

.brand .sns_area li .sns_img {
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 32px;
}

.brand .sns_area .sns_ttl {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Spoqa Han Sans Neo';
}

.brand .sns_area .sns_desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #AEAEAE;
    font-family: 'Spoqa Han Sans Neo';
    margin-bottom: 40px;
}

.brand .sns_area li:last-child {
    border-right: none;
}

.brand .sns_area li .sns_ico_arr {
    justify-content: flex-end;
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/sub/icon_sns_arrow.png);
    margin-top: auto;
}

.brand .sns_area li:hover .sns_ico_arr {
    background-image: url(../img/sub/icon_sns_arrow_c.png)
}

.brand .sns_area li .sns_blog {
    background-image: url(../img/sub/icon_blog.png);
}

.brand .sns_area li:hover .sns_blog {
    background-image: url(../img/sub/icon_blog_c.png);
}

.brand .sns_area li .sns_naver {
    background-image: url(../img/sub/icon_naver.png);
}

.brand .sns_area li:hover .sns_naver {
    background-image: url(../img/sub/icon_naver_c.png);
}

.brand .sns_area li .sns_navertv {
    background-image: url(../img/sub/icon_navertv.png);
}

.brand .sns_area li:hover .sns_navertv {
    background-image: url(../img/sub/icon_navertv_c.png);
}

.brand .sns_area li .sns_youtube {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    background-image: url(../img/sub/icon_youtube.png);
}

.brand .sns_area li:hover .sns_youtube {
    background-image: url(../img/sub/icon_youtube_c.png);
}

/* //브랜드// */


/* 뷰페이지 notice_view */
.board_view {
    position: relative;
}

.board_view .title_row h2 {
    width: 80%;
    margin: 0 auto;
    font-family: 'Spoqa Han Sans Neo';
    text-align: center;
    font-size: 46px;
    word-break: keep-all;
    line-height: 1.2;
}

.board_view .title_row .info {
    display: block;
    text-align: center;
    margin-top: 60px;
}

.board_view .title_row .info .date {
    color: #757575;
    font-size: 20px;
}

.board_view .back_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    background: url(../img/sub/notice_view_back_btn.png) center center no-repeat;
}

.board_view .cont_row {
    margin: 50px 0 0;
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
}

.board_view .cont_row p {
    /* margin-top: 50px; */
    line-height: 1.5 !important;
    word-break: keep-all !important;
    font-size: 16px !important;
    font-family: "Pretendard" !important;
}

.board_view .cont_row p span,
.board_view .cont_row span, .board_view .cont_row nobr {
    font-size: 16px !important;
    font-family: "Pretendard" !important;
}

.board_view .cont_row img {
    margin: 50px auto 50px;
    display: block;

}

.board_view .cont_row .stock_box {
    background: #f9fafb;
    padding: 70px 0;
    box-sizing: border-box;
    text-align: center;
    margin: 60px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.board_view .cont_row .stock_box .st_name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #252525;
    margin-bottom: 30px;
}

.board_view .cont_row .stock_box .st_price {
    font-size: 50px;
    font-weight: 700;
    font-family: 'GmarketSansBold';
    color: #252525;
    margin-bottom: 36px;
}

.board_view .cont_row .stock_list {
    margin: 60px 0 50px;
    display: flex;
    justify-content: center;
    background: #f9fafb;
}

.board_view .cont_row .stock_list .stock_box {
    margin: 0;
}

.board_view .cont_row .stock_list .stock_box .st_name {
    font-size: 26px;
}

.board_view .cont_row .stock_list .stock_box .st_price {
    font-size: 40px;
}

.board_view .cont_row .stock_list > li:not(:last-child) {
    margin-right: 40px;
}

.board_view .cont_row .stock_box ul {
    display: flex;
    justify-content: center;
}

.board_view .cont_row .stock_box ul li {
    font-size: 1rem;
    font-weight: 500;
    color: #454545;
}

.board_view .cont_row .stock_box .st_per {
    margin-left: 0.6667rem;
    padding-left: 0.6667rem;
    position: relative;
}

.board_view .cont_row .stock_box .st_per::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.board_view .cont_row .stock_txt {
    font-size: 20px;
    line-height: 1.6;
}

/*상승*/

.board_view .cont_row .stock_box.up .st_state {
    padding-left: 25px;
    background: url('../img/ico/stock_uparr.png') no-repeat left center;
}

.board_view .cont_row .stock_box.up ul li, .board_view .cont_row .stock_box.up .st_price {
    color: #f42121;
}


/*하락*/
.board_view .cont_row .stock_box.down ul li, .board_view .cont_row .stock_box.down .st_price {
    color: #0085ff;
}


.board_view .cont_row .stock_box.down .st_state {
    padding-left: 25px;
    background: url('../img/ico/stock_downarr.png') no-repeat left center;
}


/* 인사이트 공통 */
.insights {
    padding-top: 80px;
}

.insights section {
    position: relative;
}

.insights .marker {
    position: relative;
}

.insights .marker::before {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #FFEB01;
    border-radius: 60px;
    content: '';
}

.insights .marker .marker_txt {
    position: relative;
    z-index: 1;
}

.insights_main_ttl {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.05em;
}

.insights_sub_ttl {
    margin: 0 auto 60px;
    max-width: 1220px;
    width: calc(100% - 30px);
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    letter-spacing: -0.05em;
    transform: translateY(100px);
    opacity: 0;
    transition: all .6s
}

.insights_sub_ttl.on {
    transform: translateY(0);
    opacity: 1;
}

.insights_subject {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 1.375;
    letter-spacing: -0.05em;
}

.introduction .pb_2 {
    padding-bottom: 200px;
    border-bottom: 0.40px #707070 solid;
}

.introduction .insights_desc {
    margin-top: 0;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    word-break: keep-all;
    letter-spacing: 0;
}

.introduction .introduction_bot {
    padding: 200px 0;
    border-bottom: 0.40px #707070 solid;
}

.introduction .introduction_bot:last-child {
    border-bottom: none;
}

.introduction .introduction_bot .intro_img {
    margin-bottom: 100px;
}

.introduction .introduction_bot .intro_info {
    width: 100%;
}

.introduction .introduction_bot .intro_info .ttl {
    width: 40%;
    display: flex;
    justify-content: center;
}

.introduction .introduction_bot .intro_info .ttl p {
    color: black;
    font-size: 32px;
    font-weight: 700;
}

.introduction .introduction_bot .intro_info .cont {
    width: 60%;
}

.introduction .introduction_bot .intro_info .cont p {
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.introduction .introduction_bot .intro_info .cont p + p {
    margin-top: 30px;
}

.insights_desc {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1.9;
    word-break: keep-all;
    letter-spacing: -0.05em;
}

.insights_desc strong {
    font-weight: 500;
}

.insights_sec + .insights_sec {
    padding-top: 160px;
}

.insights_sec .insights_row {
    display: flex;
    max-width: 1220px;
    width: calc(100% - 30px);
    margin: 0 auto;
    transform: translateY(100px);
    opacity: 0;
    transition: all .6s
}

.insights_sec.on .insights_row {
    transform: translateY(0);
    opacity: 1;
}

.insights_sec .insights_row .img_box {
    width: 50%;
}

.insights_sec .insights_row .txt_box {
    width: 50%;
    padding-top: 40px;
    flex: 1;
    box-sizing: border-box;
}

.introduction .insights_sec .insights_row .txt_box {
    width: 50%;
    padding-top: 0;
    flex: 1;
    box-sizing: border-box;
}

.insights_sec.left .insights_row .txt_box {
    padding-right: 24px;
}

.insights_sec.right .insights_row .txt_box {
    padding-left: 24px;
}


.insights_top {
    margin-bottom: 160px;
    border-bottom: 1px solid transparent;
    transition: .3s .6s;
}

.insights_top.on {
    border-color: #D2D6DA;
}

.insights_top .insights_row {
    align-items: center;
}

.insights_top .insights_row .txt_box {
    padding-top: 0;
}

.insights_bg_sec {
    margin: 160px 0;
    padding: 160px 0;
}

.insights_bg_sec .insights_bg_box {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 60px;
    transition: all .6s;
}

.insights_bg_sec.on .insights_bg_box {
    width: 100%;
    border-radius: 0;
}

.order_insights_sec {
    padding: 74px 0 102px;
    margin-top: 320px;
    background: #EFF2F4;
}

.order_insights_ttl {
    margin-bottom: 64px;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.order_insights_sec .inner {
    display: flex;
}

.order_insights_sec .order_insights_box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 400px;
    padding: 32px;
    background-color: #fff;
    background-position: right 0 bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.order_insights_sec .order_insights_box01 {
    background-image: url(../img/sub/order_insights_box01.jpg);
}

.order_insights_sec .order_insights_box02 {
    background-image: url(../img/sub/order_insights_box02.jpg);
}

.order_insights_sec .order_insights_box03 {
    background-image: url(../img/sub/order_insights_box03.jpg);
}

.order_insights_box + .order_insights_box {
    margin-left: 70px;
}

.order_insights_box .category {
    display: inline-block;
    padding: 0 14px;
    margin-top: 5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #D2D6DA;
    background: #F9FAFB;
    border-radius: 30px;
}

.order_insights_box:hover .category {
    color: #000;
    background: #FFEB00;
}

.order_insights_box .subject {
    display: block;
    margin-top: 32px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
}

.order_insights_box .arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/img_item_arrow.png);
}

.order_insights_box:hover .arrow {
    background-image: url(../img/ico/img_item_arrow_hover.png);
}

/* //인사이트 공통 */


/* 가치투자 value_investment */
.value_investment .insights_bg_sec .insights_bg_box {
    background-image: url(../img/sub/value_investment_bg.jpg);
}

/* //가치투자 */

/* 리스크헤징 risk_hedging */
.risk_hedging .insights_bg_sec .insights_bg_box {
    background-image: url(../img/sub/risk_hedging_bg.png);
    background-color: #000;
}

/* //리스크헤징 */

/* 지속가능성 sustainability */
.sustainability .insights_bg_sec .insights_bg_box {
    background-image: url(../img/sub/sustainability_bg.jpg);
}

/* //지속가능성 */


/* 투자정보 */
.information .status_wrap {
    padding-top: 100px;
}

.information .st_ttl {
    font-size: 22px;

}

.information .status {
    display: flex;
    justify-content: space-between;
}

.information .status + .status {
    margin-top: 160px;
}

.information .st_ttl span {
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}

.information .st_table_wrap {
    max-width: 950px;
    width: 100%;
}

.information .status table {
    text-align: right;
    width: 100%;
}

.information .status table .st_left {
    text-align: left;
}

.information .status table th {
    /* background: #F9FAFB ; */
    padding: 26px 16px;
    border-top: 2px solid #000;
    border-bottom: 0.5px solid #DCDCDC;
    font-size: 18px;
    font-weight: 400;
}

.information .status table tr td:first-child {
    text-align: left;
}

.information .status table tr {
    border-bottom: 0.5px solid #DCDCDC;
}

.information .status table tr td {
    padding: 26px 16px;
    font-size: 18px;

}

.information .status table th:not(:last-child) {
    /* border-right: 0.5px solid #DCDCDC; */
}

.information .status table tr td:not(:last-child) {
    /* border-right: 0.5px solid #DCDCDC; */
}

.information .status .status_area {
    text-align: right;
    font-size: 14px;
    color: #BABABA;
    display: block;
    padding: 15px 0;
    font-weight: 400;
}

/* 투자현황 */
.information_status #content.sub_main_img {
    padding: 0;
}

.in_status_wrap {
    padding-top: 100px;
    padding-bottom: 60px;
}

.information_status table {
    width: 100%;
}


.information_status table th {
    /* background: #F9FAFB; */
    padding: 26px 0;
    font-size: 18px;
    font-weight: 500;
    border-top: 2px solid #000;
}

.information_status table th:not(:last-child) {
    /* border-right:1px solid #DCDCDC; */
}

.information_status table tr {
    border-bottom: 1px solid #DCDCDC;
}

.information_status table td {
    text-align: center;
    padding: 32px 0;
    font-size: 16px;
}

.information_status table td:not(:last-child) {
    /* border-right:1px solid #DCDCDC; */
}

.information_status table td.item_n {
    text-align: center;
    padding-left: 20px;
    line-height: 20px;
}

.information_status table td.red {
    color: #FB2047;
}

.information_status table td.blue {
    color: #0085FF;
}

.information_status .paging {
    margin-top: 60px
}


/* 고객센터 */
.service_center {
}

.service_center .sub_tit {
    margin-top: 60px;
    text-align: left;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.service_center .sub_visual {
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-bottom: 0;
    height: 348px;
}

.service_center .contact {
    margin-top: 32px;
    padding: 30px 36px;
    background-color: #fafafb;
}

.service_center .contact .contact_txt {
    color: #9C9C9C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.service_center .contact .btn_contact {
    background: #E6002D;
    padding: 12px 38px;
}

.service_center .contact .btn_contact p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.service_center .search_area {
    margin-bottom: 76px;
}

.service_center .search_area .search_box input {
    box-sizing: border-box;
}

.service_center .sub_visual > .sub_tit {
    margin-bottom: 27px;
    color: #000;
    font-size: 32px;
    position: relative;
}

/* .service_center .sub_visual {
    height: 360px;
} */
/* .service_center .sub_visual > .sub_tit::after {
    content: '';
    display: block;
    position: absolute;
    top: -90px; left: 61%;
    width: 280px ; height: 280px;
    background: url(../img/sub/sub_visual_003.png) no-repeat center;
    z-index: 190;
} */
/* .center_nav_row {border-bottom: 1px solid rgba(130,130,130,0.3);} */
.center_nav {
    display: flex;
    /* justify-content: center; */
    margin-top: -59px;

}

.center_nav li:not(:last-child) {
    margin-right: 50px;
}

.center_nav li a {
    color: #d4d4d4;
    font-size: 16px;
    padding: 22px 0;
    display: block;
    font-weight: 400;
}

.center_nav li.on a {
    color: #000;
    position: relative;
    font-weight: 700;
}

.center_nav li.on a::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 70%;
    width: 100%;
    height: 2px;
    background: #E6002D;
    border-radius: 10px;
}

.center_acc_wrap {
    padding-top: 10px;
}

.center_acc_wrap li .acc_ttl {
    width: 100%;
    border-bottom: 1px solid #E3E8EC;
    text-align: left;
    background-image: url(../img/btn/acc_down.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
}

.center_acc_wrap li.on .acc_ttl {
    background-image: url(../img/btn/acc_up_red.png);
}

.center_acc_wrap li.on .acc_ttl .q {
    color: #E6002D;
    font-size: 26px;
    font-family: 'Inter';
    font-weight: 700;
}

.center_acc_wrap li .acc_ttl .q {
    color: #D0D0D0;
    font-size: 26px;
    font-family: 'Inter';
    font-weight: 700;
}

.center_acc_wrap .acc_ttl .txt {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 60px 20px 10px;
    display: block;
    line-height: 1.5;
    color: #000;
}

.center_acc_wrap .scc_asome {
    display: none;
}

.center_acc_wrap .scc_asome .txt {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 30px;
    display: block;
    color: #696969;
    background: #fcfcfc;
    line-height: 1.3;
}

.center_acc_wrap .scc_asome .txt p {
    line-height: 1.3 !important;
}

.center_acc_wrap .scc_asome .txt span {
    line-height: 1.3;
    font-size: 14px !important;
    font-family: 'Pretendard' !important;
}


.service_center .sos {
    margin-top: 160px;
}

.service_center .sos_main_ttl {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
    line-height: 1.4;
}

.service_center .sos_main_ttl .sos_span {
    margin-left: 6px;
}

.service_center .sos_main_ttl::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    max-width: 505px;
    height: 10px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #FFEB00;
    border-radius: 50px;
}

.service_center .sos_area {
    display: flex;
    padding-top: 73px;
}

.service_center .sos_area li {
    width: calc(25% - 30px);

}

.service_center .sos_area li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service_center .sos_area li:not(:last-child) {
    margin-right: 40px;
}

.service_center .sos_area li .sos_ttl {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.service_center .sos_area li .sos_desc {
    font-size: 18px;
    font-weight: 300;
    color: #C4C5C7;
    line-height: 1.5;
    margin-bottom: 32px;
}

.service_center .sos_area li .sos_ico_arr {
    justify-content: flex-end;
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/sub/icon_sns_arrow.png);
    margin-top: auto;
}

.service_center .sos_area li:hover .sos_ico_arr {
    background-image: url(../img/sub/icon_sns_arrow_c.png);
}


.center_banner_wrap {
    display: flex;
    margin-top: 100px;
}

.center_banner_wrap .center_banner {
    width: calc(50% - 20px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 60px 53px 60px;
    box-sizing: border-box;
}

.center_banner_wrap .kakao_banner {
    margin-right: 40px;
    background-image: url(../img/sub/kakaobanner.png);
}

.center_banner_wrap .email_banner {
    background-image: url(../img/sub/emailbanner.png);
}

.center_banner_wrap .center_banner strong {
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.center_banner_wrap .center_banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.center_banner_wrap .center_banner span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    color: #ACACAC;
}

.ars_area {
    background-color: #F9FAFB;

}

.ars_area .inner {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.ars_area .inner .ars {
    width: 50%;
}

.ars_area .inner .ars_call {
    margin: 50px 0;
    border-right: 1px solid #CECECE;
}

.ars_area .inner .ars_call p {
    font-size: 20px;
}

.ars_area .inner .ars_call strong {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 10px;
}

.ars_area .inner .ars_call a {
    display: inline-block;
    font-size: 18px;
    padding: 12px 47px;
    border: 1px solid #757575;
    border-radius: 50px;
    margin-top: 32px;
}

.ars_area .inner .ars_txt p {
    font-size: 16px;
    color: #909090;
    line-height: 1.75;
    font-weight: 300;
}

/* service_tab */

.service_tab {
    margin-top: 32px;
    display: flex;
}

.service_tab .tab_link {
    width: 170px;
    height: 50px;
    border: 0.40px #D9D9D9 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
}

.service_tab .tab_link.links {
    background-color: #E6002D;
    color: #fff;
}

.service_tab .tab_link.links.active {
    background-color: #E6002D;
    color: #fff;
}

.service_tab .tab_link:not(:last-child) {
    border-right: none;
}

.service_tab .tab_link.links:hover {
    background-color: #E6002D;
    color: #fff;
}

.service_tab .tab_link:hover {
    background-color: #E6002D;
    color: #fff;
}

.service_tab .tab_link.active {
    background-color: #000;
    color: #fff;
}

.service_tabcontent {
    margin-top: 40px;
}

.service_tabcontent .tab_content {
    display: none;
}

.service_tabcontent .tab_content.active {
    display: block;
}

.service_tabcontent .customer_visual {
    margin-top: -35px;
    margin-bottom: 40px;
}

.service_tabcontent .board_list.reference {
    margin: 40px 0 60px;
}

.service_tabcontent .board_list.reference table td.subject a {
    display: block;
    font-size: inherit;
    font-weight: 400;
    font-family: 'Pretendard';
    color: #000;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service_tabcontent .customer_text {
    padding: 22px 44px 30px;
    border: 0.40px black solid;
    margin: 40px 0;
}

.service_tabcontent .customer_text .txt {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.service_tabcontent .customer_text .txt .text_end {
    font-weight: 700;
}

.service_tabcontent .customer_text .txt .underline {
    text-decoration: underline;
    font-weight: 700;
}

.service_tabcontent .customer_text .txt .red {
    color: #E6002D;
}

.service_tabcontent .customer_text .cont {
    margin: 30px 0;
}

.service_tabcontent .customer_text .cont p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    /* padding-left: 30px; */
    line-height: 28px;
}

/* .service_tabcontent .customer_text .cont p::after {
    content: '・';
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
} */

.service_tabcontent .customer_text .cont p span {
    font-weight: 700;
}

.service_tabcontent .customer_text .btn_kakao {
    margin-top: 10px;
    padding: 8px 23px;
    border: 0.40px #000 solid;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.service_tabcontent .customer_gray {
    padding: 22px 44px;
    background-color: #fafafb;
    color: #959595;
}

.service_tabcontent .customer_gray .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.service_tabcontent .customer_gray .list p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
}

.service_tabcontent .customer_gray .list p::after {
    content: '・';
    color: #959595;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
}


/* ethics */

.ethics .ethics_content {
    padding: 100px 0;
}

.ethics .ethics_content .ttl {
    color: black;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.ethics .ethics_content .cont {
    padding: 100px 0 35px;
    border-bottom: 0.40px #D9D9D9 solid;
}

.ethics .ethics_content .cont:last-child {
    border-bottom: none;
    padding: 60px 0 35px;
}

.ethics .ethics_content .cont .tit.mg-t {
    margin-top: 40px;
}

.ethics .ethics_content .cont .tit.mg-t-6 {
    margin-top: 60px;
}

.ethics .ethics_content .cont .tit {
    color: black;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.ethics .ethics_content .cont .txt span {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ethics .ethics_content .cont .txt {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ethics .ethics_content .cont .txt + .txt {
    margin-top: 20px;
}


/* sub_next_one */

.visual_premiere {
    width: 100%;
    height: 350px;
    /* background-color: #ffffff; */
}

.visual_premiere .flex__c {
    justify-content: center;
    text-align: center;
    height: 300px;
}

.visual_premiere .premiere_tit .investment {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
    /* margin-top: 210px; */
}

.visual_premiere .premiere_tit .cont {
    font-size: 75px;
    color: #000000;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
    margin-top: 25px;
}

.invest_pre {
    width: 100%;
    height: 900px;
    /* background: url(../img/premiere/next_one_img01.png) no-repeat center; */
    /* background-color: #ffffff; */
}

.invest_pre .invest_ttl {
    /* padding: 80px 0 40px ; */
    padding: 0 0 40px;
}

.invest_pre .invest_ttl .invest_gray {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
}

.invest_pre .invest_ttl .invest_w {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.invest_pre .invest_ttl .invest_red {
    color: #E51212;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.invest_pre .invest_desc {
    padding-bottom: 60px;
}

.invest_pre .invest_desc .stock {
    color: #000;
    font-size: 36px;
    font-weight: 100;
    line-height: 48px;
}

.invest_pre .invest_desc .info {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.invest_pre .invest_desc .info span {
    color: #0075FF;
}

.invest_pre .cont {
    width: 742px;
}

.invest_pre .cont p + p {
    margin-top: 20px;
}

.invest_pre .cont p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
}

/* .black .child {
    background-image: url(../img/premiere/next_one_img01_new.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
} */
.black .child {
    background: url(../img/premiere/next_one_img01_new.png) no-repeat center;
    background-size: 100% 115vw;
    width: 100%;
    height: 100%;
}

.service_core {
    background-color: #ffffff;
    padding: 100px 0 94px;
}

.service_core .top_ttl {
    margin-bottom: 64px;
}

.service_core .top_ttl .left p {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.service_core .top_ttl .right {
    gap: 32px;
}

.service_core .top_ttl .right p {
    color: #0075FF;
    font-size: 20px;
    font-weight: 400;
}

.service_core .ser_box {
    height: 585px;
    width: calc((100vw - 1194px) / 2 + 1194px);
    overflow: hidden;
}

.service_core .ser_box .service_slide {
    /* width: 1194px; */
}

/* .service_core .ser_box .swiper-wrapper {
    width: 1114px !important;
} */
.service_core .ser_box .swiper-slide {
    width: 1114px !important;
}

.service_core .ser_box .swiper-slide .left {
    width: 60%;
}

.service_core .ser_box .box {
    width: 1114px;
    height: 100%;
    /* padding: 30px 0px 30px 40px; */
    padding: 30px 15px 30px 40px;
    background-color: #f3f3f3;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
    /*gap: 20px;*/
}

.service_core .ser_box .box .txt .tit {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.service_core .ser_box .box .txt .desc {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.service_core .ser_box .box .ico {
    display: flex;
    justify-content: flex-end;
}

.service_core .ser_box .box .ico img {
    width: 380px;
    height: 380px;
    overflow: hidden;
    object-fit: contain;
}

.black-icon {
    filter: brightness(0);
}

.service_core .ser_box .box .warning {
    margin-top: 258px;
    gap: 5px;
    width: 735px;
}

.service_core .ser_box .box .warning img {
    margin-top: 5px;
    width: 24px;
    height: 24px;
}

.service_core .ser_box .box .warning p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.service_core .ser_box .pagination_btn {
    margin-top: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_core .ser_box .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
    margin: 0 10px;
}

.service_core .ser_box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.coin {
    padding: 0px 0 165px;
    background-color: #ffffff;
}

.coin .text p {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 64px;
    /* margin-right: 80px; */
}

.run_img {
    /* width: 700px; */
}

.coin .image {
    padding-top: 170px;
    /* width: 700px; */
    /* height: 573px; */
}

.service_detail {
    background-color: #101010;
    height: 100%;
    padding-bottom: 105px;
}

.service_detail .title {
    padding: 100px 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.service_detail .desc + .desc {
    margin-top: 65px;
}

.service_detail .desc {
    width: 684px;
}

.service_detail .desc p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service_detail .desc span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    display: flex;
}

.service_detail .desc .btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 42px;
    border: 1px solid #fff;
    margin-top: 20px;
}

.service_detail .desc .btn_more p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}


.service_bot {
    padding: 196px 0 228px;
    background: url(../img/premiere/next_one_img03_new.png) no-repeat center;
    background-size: 100%;
    width: 100%;
}

.service_bot .flex {
    justify-content: flex-end;
}

.service_bot .ttl_top {
    text-align: right;
    width: 684px;
}

.service_bot p {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 30px;
}

.service_bot span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    display: flex;
}

.service_bot .ttl_bot {
    width: 636px;
    margin-top: 150px;
}


.premiere_main {
    width: 100%;
    height: 756px;
    background-color: #ffffff;
}

.premiere_main .flex__c {
    justify-content: center;
    text-align: center;
    height: 756px;
}

.premiere_main .premiere_tit .cont {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
}

.premiere_main .premiere_tit .desc {
    margin-top: 64px;
}

.premiere_main .premiere_tit .desc p {
    color: #000;
    font-size: 18px;
    font-weight: 200;
    line-height: 32px;
}

.premiere_main .premiere_tit .desc p span {
    font-weight: 700;
}

.customer_text * {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.customer_gray * {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #959595;
}

.service_tabcontent .customer_gray ul,
.service_tabcontent .customer_text ul {
    padding-left: 30px;
}

.service_tabcontent .customer_gray li,
.service_tabcontent .customer_text li {
    position: relative;
}

.service_tabcontent .customer_gray .list li::after {
    content: '・';
    color: #959595;
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 30px;
}

.service_tabcontent .customer_text .cont li::after {
    content: '・';
    color: #000;
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 36px;
}


@media screen and (max-width: 1200px) {
    .company_service_list li {
        width: calc(50% - 40px);
        margin-right: 80px;
    }

    .insights .loc_row {
        top: 105px;
        left: 15px;
    }

    .insights_main_ttl {
        font-size: 35px;
    }

    .insights_desc {
        font-size: 16px;
    }

    .insights_sub_ttl {
        font-size: 24px;
    }

    .insights_subject {
        font-size: 28px;
    }

    .insights_sec .insights_row .txt_box {
        padding-top: 30px;
    }

    .order_insights_box + .order_insights_box {
        margin-left: 35px;
    }

    .order_insights_box .subject {
        font-size: 20px;
    }

}

/* 모바일 */
@media screen and (max-width: 850px) {

    /* sub common */
    #container.sub {
        /* padding-top: 60px; */
    }

    #content {
        padding: 40px 0 60px;
    }

    .sub_tit {
        margin-bottom: 25px;
        font-size: 20px;
    }

    /* sub common */
    /* sub_visual */
    .sub_visual {
        height: 8.3333rem;
        margin-bottom: 3.3333rem;
        background-size: 100% 8.333rem;
    }

    .sub_visual .loc_row {
        top: 1rem;
        left: 0;
        margin-left: 0.5rem;
        display: inline-block;

    }

    .sub_cont .sub_visual.release {
        height: 8.333rem;
        background: url(../img/main/release_img_mo.png) no-repeat center;
        background-size: 100% 8.333rem;
    }

    .sub_cont .sub_visual.domestic_kospi {
        height: 8.333rem;
        background-image: url(../img/sub/insight_img01_mo.png);
        margin-bottom: 0;
        background-repeat: no-repeat;
    }

    .sub_cont .sub_visual.domestic_kosdaq {
        width: 100%;
        height: 8.3333rem;
        background-image: url(../img/sub/insight_img02_mo.png);
        background-repeat: no-repeat;
    }

    .sub_cont .sub_visual.domestic_kosdes {
        height: 8.3333rem;
        background-image: url(../img/sub/insight_img03_mo.png);
        background-repeat: no-repeat;
    }

    .sub_cont .sub_visual.insight {
        height: 8.333rem;
        background: url(../img/sub/insight_img01_mo.png) no-repeat center;
        background-size: 100% 8.333rem;
    }

    .sub_cont .sub_visual.trends {
        height: 8.333rem;
        background: url(../img/sub/insight_img02_mo.png) no-repeat center;
        background-size: 100% 8.333rem;
    }

    .sub_cont .sub_visual.stock {
        height: 8.333rem;
        background: url(../img/sub/insight_img03_mo.png) no-repeat center;
        background-size: 100% 8.333rem;
    }

    .overseas_price .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_oil_mo.png);
    }

    .overseas_japan .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_japan_mo.png);
    }

    .overseas_china .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_china_mo.png);
    }

    .overseas_taiwan .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_taiwan_mo.png);
    }

    .overseas_semic .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_semicon_mo.png);
    }

    .overseas_phil .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_philadelphia_mo.png);
    }

    .overseas_usa .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_usa_mo.png);
    }

    .overseas_rate .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_newyork_mo.png);
    }

    .overseas_bonds .sub_visual {
        background-image: url(../img/sub/sub_visual_overseas_bonds_mo.png);
    }

    .notice .sub_visual {
        background: url(../img/main/announ_img_mo.png) no-repeat center;
        background-size: 100% 8.333rem;
    }

    .reference .sub_visual {
        background-image: url(../img/sub/sub_visual_reference_mo.jpg);
    }

    .brand .sub_visual {
        background-image: url(../img/sub/brand_visual_mo.jpg);
    }

    .ethics .sub_visual {
        background-image: url(../img/sub/ethics_visual_mo.jpg);
    }

    .com_partners .sub_visual {
        background-image: url(../img/sub/partners_visual_mo.jpg);
    }

    .project .sub_visual {
        background-image: url(../img/sub/sub_visual_project_mo.jpg);
    }

    /* .release .sub_visual { background-image: url(../img/sub/press_visual_mo.jpg); } */
    .inq02 .sub_visual {
        background-image: url(../img/sub/sub_visual_inq02_mo.jpg);
    }

    /* .domestic_kospi .sub_visual { background-image: url(../img/sub/sub_visual_domestic_kospi_mo.jpg); }
    .domestic_kosdaq .sub_visual { background-image: url(../img/sub/sub_visual_domestic_kosdaq_mo.jpg); }
    .overseas_usa .sub_visual { background-image: url(../img/sub/sub_visual_overseas_usa_mo.jpg); }
    .overseas_china .sub_visual { background-image: url(../img/sub/sub_visual_overseas_china_mo.jpg); }
    .overseas_japan .sub_visual { background-image: url(../img/sub/sub_visual_overseas_japan_mo.jpg); }
    .overseas_taiwan .sub_visual { background-image: url(../img/sub/sub_visual_overseas_taiwan_mo.jpg); } */
    /* .information .sub_visual { background-image: url(../img/sub/sub_visual_information_m.jpg); } */
    /* .information_status .sub_visual { background-image: url(../img/sub/sub_visual_002_m.jpg); } */
    /* .overseas_taiwan .sub_visual { background-image: url(../img/sub/sub_visual_overseas_taiwan_mo.jpg); } */
    /* //sub_visual */
    /* paging */
    .paging {
        margin: 1.3333rem 0.5rem 2.1333rem;
    }

    .paging li {
        margin: 0 0.1667rem;
    }

    .paging li.prev {
        margin-right: 0.3333rem;
    }

    .paging li.next {
        margin-left: 0.3333rem;
    }

    .paging li a {
        width: 1.6667rem;
        height: 1.6667rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.6rem;
    }

    /* //paging */
    /* ------------------------ */
    .sub_cont .release_list {
        padding: 3.3333rem 0;
        margin: 0;
    }

    .sub_cont .release_list .total {
        margin-bottom: 1.8333rem;
    }

    .sub_cont .release_list .total .title {
        font-size: 1.1333rem;
        margin-right: 0.3333rem;
    }

    .sub_cont .release_list .total .num {
        font-size: 1.1333rem;
    }

    .sub_cont .release_list .lists .flex {
        display: flex;
        justify-content: space-between;
    }

    .sub_cont .release_list .box {
        width: 10.6333rem;
        /* height: 15rem; */
        border-radius: 0.6667rem;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
        overflow: hidden;
    }

    .sub_cont .release_list .box .text {
        padding: 1rem 0.6667rem;
    }

    .sub_cont .release_list .box .text .top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.666rem;
    }

    .sub_cont .release_list .box .top .tit p {
        font-size: 0.8rem;
        font-weight: 400;
    }

    .sub_cont .release_list .box .top .date p {
        color: #BABABA;
        font-size: 0.7333rem;
        font-weight: 400;
    }

    .sub_cont .release_list .box .emphasis {
        color: #000;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 1rem 0 0.6667rem;
        min-height: 3.0667rem;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sub_cont .release_list .box .txt {
        color: #000;
        font-size: 0.7333rem;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 100%;
        /* text-align: inherit; */
    }

    .sub_cont .release_list .box .txt p, .sub_cont .release_list .box .txt p span, .sub_cont .release_list .box .txt span {
        font-size: 0.8667rem !important;
        font-family: 'Pretendard', 'Noto Sans KR', 'sans-serif' !important;
        text-align: justify;
        display: inline;
    }

    .sub_cont .release_list .box .re_img {
        width: 10.6667rem;
        height: 6.6667rem;
    }

    .sub_cont.insight .release_list .box .re_img img {
        width: 10.6667rem;
        height: 6.6667rem;
    }

    /* sub_service */
    .service .ser {
        position: relative;
        height: 38.6667rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .service .ser p {
        color: black;
        font-size: 3.7333rem;
        font-weight: 700;
        line-height: 1.3;
        text-wrap: wrap;
        margin-top: -3.3333rem;
        word-break: break-all;
    }

    .service .ser .second_txt {
        display: none;
    }

    .service .ser .third_txt {
        display: none;
    }

    .service .ser .fourth_txt {
        display: none;
    }

    .service .ser .five_txt {
        display: none;
    }

    .ser_top_dim {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
    }

    /* scroll down */
    .scroll_down {
        display: none;
        position: fixed;
        bottom: 2.1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1.2667rem;
        height: 2.2rem;
        border: 1px solid #000;
        border-radius: 0.5333rem;
        box-sizing: border-box;
    }

    .scroll_down span {
        display: block;
        position: absolute;
        left: 0.3333rem;
        top: 0.1rem;
        width: 0.6rem;
        height: 0.6rem;
        opacity: 0;
        background: #000;
        border-radius: 50%;
        animation: scrollDown 1s linear infinite;
    }

    @keyframes scrollDown {
        0% {
            opacity: 0;
            transform: translateY(0);
        }

        60% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translateY(16px);
        }
    }

    /* sub_next_one */
    .visual_premiere {
        width: 100%;
        height: 22.1667rem;
        /* background-color: #000; */
    }

    .black .child {
        background-size: unset;
    }

    .visual_premiere .flex__c {
        justify-content: center;
        text-align: center;
        height: 27.1667rem;
    }

    .visual_premiere .premiere_tit img {
        width: 21.9333rem;
        height: 100%;
    }

    .visual_premiere .premiere_tit .cont {
        color: #000;
        font-size: 2.2rem;
        font-weight: 700;
        margin-top: 1rem;
    }

    .visual_premiere .premiere_tit .investment {
        font-size: 1.4rem;
        color: #000000;
        font-weight: bold;
        font-family: "Pretendard";
        text-align: center;
        /* margin-top: 210px; */
    }

    .invest_pre {
        width: 100%;
        height: 100%;
        padding: 0 0 5.1667rem;
        /* background: url(../img/premiere/next_one_img01_mo.jpg) no-repeat;
        background-color: #040100; */
        background-size: 100%;
    }

    .invest_pre .invest_ttl {
        padding: 2.6667rem 0 2.1667rem;
    }

    .invest_pre .invest_ttl .invest_gray {
        font-size: 1.1333rem;
        line-height: 1.4;
    }

    .invest_pre .invest_ttl .invest_w {
        font-size: 1.5333rem;
        line-height: 1.4;
    }

    .invest_pre .invest_ttl .invest_red {
        font-size: 1.5333rem;
        line-height: 1.4;
    }

    .invest_pre .invest_desc {
        padding-bottom: 2.1667rem;
    }

    .invest_pre .invest_desc .stock {
        font-size: 1.5333rem;
        line-height: 1.4;
    }

    .invest_pre .invest_desc .info {
        font-size: 1.5333rem;
        line-height: 1.4;
    }

    .invest_pre .invest_desc .info span {
        color: #0075FF;
    }

    .invest_pre .cont {
        width: 100%;
    }

    .invest_pre .cont p + p {
        margin-top: 1rem;
    }

    .invest_pre .cont p {
        font-size: 0.9333rem;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.0133rem;
    }


    .service_core {
        background-color: #ffffff;
        /* padding: 3.3333rem 0 5.4rem; */
        padding: 0 0 5.4rem;
    }

    .service_core .top_ttl {
        margin-bottom: 2rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .service_core .top_ttl .left p {
        font-size: 1.5333rem;
    }

    .service_core .top_ttl .right {
        margin-top: 0.8rem;
        gap: 2rem;
    }

    .service_core .top_ttl .right p {
        font-size: 1rem;
    }

    .service_core .ser_box {
        height: 19.1667rem;
        width: 100%;
        overflow: hidden;
    }

    .service_core .ser_box .service_slide {
        /* width: 1194px; */
    }

    /* .service_core .ser_box .swiper-wrapper {
        width: 1114px !important;
    } */
    .service_core .ser_box .swiper-slide {
        width: 22rem !important;
    }

    .service_core .ser_box .box {
        width: 20.666rem;
        height: 100%;
        padding: 1.1667rem 0.6667rem 2.8333rem 1rem;
        background-color: #f3f3f3;
        border-radius: 1rem;
        position: relative;
    }

    .service_core .ser_box .box .txt {
        min-height: 6.3333rem;
    }

    .service_core .ser_box .box .txt .tit {
        font-size: 1.1333rem;
        line-height: 1.3;
    }

    .service_core .ser_box .box .txt .desc {
        font-size: 1.1333rem;
        line-height: 1.3;
        width: 12.3333rem;
    }

    .service_core .ser_box .box .ico {
        position: absolute;
        top: 4rem;
        right: 1rem;
    }

    .service_core .ser_box .box .ico img {
        width: 7rem;
        height: 7rem;
    }

    .service_core .ser_box .box .warning {
        margin-top: 4.3333rem;
        gap: 0.3333rem;
        width: 100%;
    }

    .service_core .ser_box .box .warning img {
        margin-top: 0;
        width: 1.4333rem;
        height: 1.4333rem;
    }

    .service_core .ser_box .box .warning p {
        color: #000;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.3;
    }

    .service_core .ser_box .pagination_btn {
        margin-top: 2rem;
    }

    .service_core .ser_box .swiper-pagination-bullet {
        width: 0.6667rem;
        height: 0.6667rem;
        margin: 0 0.333rem;
    }

    .service_core .ser_box .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

    .coin {
        /* padding: 3.8333rem 0; */
        padding: 0 0;
        background-color: #ffffff;
    }

    .coin .flex {
        flex-direction: column;
    }

    .coin .text p {
        font-size: 1.5333rem;
        line-height: 2.6667rem;
        margin-right: 0;
    }

    .coin .image {
        padding-top: 2.3333rem;
        width: 16.6667rem;
        height: 19.1rem;
        padding-left: 3.3333rem;
    }

    .coin .image img {
        /* width: 16.6667rem;
        height: 19.1rem; */
    }

    .service_detail {
        background-color: #101010;
        height: 100%;
        padding-bottom: 3.3333rem;
    }

    .service_detail .title {
        padding: 4rem 0;
        font-size: 1.5333rem;
    }

    .service_detail .desc + .desc {
        margin-top: 3.3333rem;
    }

    .service_detail .desc {
        width: 100%;
    }

    .service_detail .desc p {
        font-size: 1.3333rem;
        margin-bottom: 1rem;
    }

    .service_detail .desc span {
        font-size: 0.9333rem;
        line-height: 1.3;
        letter-spacing: 0.0133rem;
    }

    .service_detail .desc .btn_more {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.3333rem;
        padding: 0.8333rem 1.6rem;
        border: 1px solid #fff;
        margin-top: 0.6667rem;
    }


    .service_detail .desc .btn_more img {
        width: 1rem;
        height: 1rem;
    }

    .service_detail .desc .btn_more p {
        font-size: 0.8667rem;
    }


    .service_bot {
        padding: 5.1667rem 0;
        background: url(../img/premiere/next_one_img03_mo_new.png) no-repeat center;
        background-size: 100%;
        /*background-color: #101010;*/
    }


    .service_bot .ttl_top {
        text-align: left;
        width: 100%;
    }

    .service_bot p {
        font-size: 1.5333rem;
        line-height: 1.4;
        margin-bottom: 1.4rem;
    }

    .service_bot span {
        font-size: 0.9333rem;
        line-height: 1.4;
    }

    .service_bot .ttl_bot {
        width: 100%;
        margin-top: 10.7333rem;
    }


    .premiere_main {
        width: 100%;
        height: 42.6667rem;
        background-color: #ffffff;
    }

    .premiere_main .flex__c {
        justify-content: center;
        text-align: center;
        height: 42.6667rem;
    }

    .premiere_main .premiere_tit {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .premiere_main .premiere_tit .cont {
        font-size: 1.2667rem;
        margin-top: 1rem;
        line-height: 1.3;
    }

    .premiere_main .premiere_tit .desc {
        margin-top: 2.8333rem;
    }

    .premiere_main .premiere_tit .desc p {
        color: #000;
        font-size: 0.9333rem;
        font-weight: 200;
        line-height: 1.4;
    }

    .premiere_main .premiere_tit .desc p span {
        font-weight: 700;
    }

    /* board_list */
    .board_list {
        /* margin: 0 15px; */
    }

    .board_list table {
        display: block;
    }

    .board_list table thead {
        display: none;
    }

    .board_list table tbody {
        display: block;
    }

    .board_list table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.6667rem 0.3333rem;
    }

    .board_list table .date, .board_list table .press {
        font-size: 0.8667rem;
        font-weight: 400;
        font-family: 'Spoqa Han Sans Neo';
        color: #BABABA;
        width: 25%;
    }

    .board_list table td {
        display: inline-block;
        padding: 0;
        text-align: left;
        font-size: 11px;
        font-weight: 400;
        color: #757575;
    }

    .board_list table .num {
        display: none;
    }

    .board_list table .subject {
        /* margin-bottom: 0.3rem; */
        font-size: 0.9333rem;
        color: #222222;
    }

    .board_list table td.subject a {
        max-width: 9.6667rem;
    }


    .board_list table .writer {
        width: auto;
    }

    .board_list table .date {
        font-size: 0.8667rem;
    }

    .board_list table .date,
    .board_list table .view {
        position: relative;
        width: auto;
        margin-left: 0;
        padding-left: 0;
    }

    .board_list table .date::before,
    .board_list table .view::after {
        display: none;
    }

    .board_list table .view::before {
        display: inline-block;
        margin-right: 4px;
        content: '조회수';
    }

    /* //board_list */
    /* write_form */
    .write_form {
        display: block;
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .write_form tbody {
        display: block;
    }

    .write_form tr {
        display: block;
        padding: 15px 0;
    }

    .write_form th {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .write_form td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .write_form select {
        width: calc(100% / 3 - 10px);
    }

    .write_form .phone_box input {
        width: calc(100% / 3 - 10px);
    }

    .write_form td input, select {
        /* width: 100% !important;
        max-width: none !important; */
        height: 40px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .write_form textarea {
        width: 100%;
        height: 240px;
        box-sizing: border-box;
    }

    .fileBox {
        display: flex;
        align-items: center;
    }

    .fileBox .btn.small {
        width: 90px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        font-size: 13px;
        flex: 0 0 auto;
    }

    .write_form + .btn_box {
        margin-top: 40px;
    }

    .write_form + .btn_box .btn {
        width: 100%;
        height: 40px;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

    .write_form + .btn_box .btn + .btn {
        margin-left: 10px;
    }

    /* //write_form */
    .board_list .search_box form {
        display: flex;
        align-items: center;
    }

    .board_list .search_box .search_input {
        display: block;
        width: 100%;
    }

    .board_list .search_box .search_input input {
        width: 100%;
        box-sizing: border-box;
    }

    .board_list .search_box form select {
        width: 90px !important;
        height: 31px;
        margin-left: 10px;
        flex: 0 0 auto;
    }


    /* 언론보도 */
    .release_list {
        margin: 0 15px;
    }

    .release_list li:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .release_list li a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .release_list li .thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .release_list li .txt {
        width: 100%;
    }

    .release_list li .txt .subject {
        margin-bottom: 15px;
        font-size: 20px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .release_list li .txt .desc {
        font-size: 15px;
        line-height: 1.7;
        -webkit-line-clamp: 4;
    }

    .release_list li .txt .tag span {
        font-size: 15px;
    }

    /* //언론보도 */
    /* 사업제휴 */
    .inq .map {
        margin-bottom: 50px;
    }

    .inq .root_daum_roughmap {
        height: 360px;
    }

    .inq .com_info {
        margin: 0 15px 60px;
    }

    .inq .com_info .name {
        font-size: 29px;
    }

    .inq .com_info .contact_list {
        display: block;
    }

    .inq .com_info .contact_list li {
        font-size: 17px;
        line-height: 1.3;
    }

    .inq .com_info .contact_list li:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .inq h3:not(.sub_tit) {
        margin: 0 15px 40px;
        font-size: 23px;
    }

    /* //사업제휴 */
    /* scg소개 */
    .company .company_ttl {
        font-size: 27px;
    }

    .company_top .inner {
        padding: 129px 0 100px;
    }

    .company_top .company_ttl_box {
        padding-top: 129px;
    }

    .company_top .company_ttl_box .video_btn {
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin-bottom: 15px;
    }

    .company_top .company_ttl_box p {
        margin-top: 58px;
        font-size: 16px;
    }

    .company_top .company_ttl_box p + p {
        margin-top: 30px;
    }

    .company_top .link_row {
        display: block;
        margin-top: 45px;
    }

    .company_top .link_row a {
        line-height: 42px;
        text-align: center;
    }

    .company_top .link_row a:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .company_top .link_row a span {
        padding-right: 11px;
        font-size: 13px;
        background: url(../img/ico/ico_link_arrow_mo.png) right 0 center no-repeat;
        background-size: 8px;
    }

    .company_top .company_sub_box {
        margin-top: 105px;
    }

    .company_top .company_sub_box p {
        margin-top: 38px;
        font-size: 14px;
    }

    .company_top .num_row {
        margin-top: 45px;
    }

    .company_top .num_row .num_box:not(:last-of-type) {
        margin-right: 57px;
    }

    .company_top .num_row .num_box h3 {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 1.4;
    }

    .company_top .num_row .num_box strong {
        font-size: 32px;
    }

    .company_top .company_history_box {
        margin-top: 104px;
    }

    .company_top .company_history_ttl {
        font-size: 23px;
    }

    .company_top .company_history {
        margin-top: 109px;
    }

    .company_top .company_history li:not(:last-of-type) {
        padding-bottom: 45px;
    }

    .company_top .company_history li:not(:last-of-type)::before {
        left: 57px;
    }

    .company_top .company_history .year {
        width: 58px;
        font-size: 14px;
    }

    .company_top .company_history .month {
        padding-left: 24px;
        font-size: 14px;
    }

    .company_top .company_history .desc {
        padding-left: 24px;
        font-size: 13px;
    }

    .company_banner {
        padding: 76px 0 281px;
        background: url(../img/sub/company_banner_bg_mo.jpg) center center no-repeat;
        background-size: cover;
    }

    .company_banner .company_sub_desc {
        margin-top: 41px;
        font-size: 17px;
    }

    .company_banner .company_desc {
        margin-top: 25px;
        font-size: 16px;
    }

    .company_service_sec {
        padding: 90px 0 46px;
    }

    .company_service_list {
        display: block;
        margin-top: 61px;
    }

    .company_service_list li {
        width: 100%;
        margin-right: 0;
        max-width: none;
    }

    .company_service_list li:not(:first-of-type),
    .company_service_list li:nth-of-type(2n) {
        margin-top: 40px;
    }

    .company_service_list .num_img img {
        height: 45px;
    }

    .company_service_list .subject {
        margin-top: 21px;
        font-size: 18px;
        line-height: 1.3;
    }

    .company_service_list .desc {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.4;
    }

    .company_service_list .img {
        margin-top: 25px;
    }

    .company_appli_sec {
        padding: 46px 0 80px;
    }

    .company_appli_sec .company_appli_desc {
        margin-top: 28px;
        font-size: 14px;
    }

    .company_appli_sec .appli_link {
        width: 150px;
        height: 40px;
        margin-top: 33px;
        line-height: 40px;
        font-size: 14px;
        border-radius: 20px;
    }

    .company_appli_sec .move_banner_wrap {
        margin-top: 45px;
    }

    .company_appli_sec .move_banner img {
        height: 7.5rem;
    }

    .company_appli_sec .move_banner img + img {
        margin-left: 0.3333rem;
    }

    @keyframes moveBannerLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1338px);
        }
    }

    @keyframes moveBannerRight {
        0% {
            transform: translateX(-1338px);

        }
        100% {
            transform: translateX(0);
        }
    }

    .company_appli_sec .move_banner + .move_banner {
        margin-top: 0.3333rem;
    }

    .introduction .company_appli_sec .company_ttl {
        margin-top: 3.3333rem;
        color: #000;
        font-size: 2.4667rem;
        font-weight: 700;
        line-height: 1.4;
        padding: 0 1.6667rem;
    }

    .introduction .company_appli_sec {
        padding-bottom: 6.3333rem;
    }

    .insights_sec .insights_row {
        display: flex;
        max-width: 1220px;
        width: calc(100% - 8.332vw);
        margin: 0 auto;
        transform: translateY(100px);
        opacity: 0;
        transition: all .6s;
    }

    .introduction .company_appli_sec .appli_link {
        display: block;
        width: fit-content;
        height: 100%;
        padding: 1rem 2.6667rem;
        margin: 1.1667rem auto 0;
        line-height: 1.4;
        font-size: 1rem;
        border-radius: 3.3333rem;
    }

    .introduction .pb_2 {
        padding-bottom: 4.1333rem;
        border-bottom: 0.4px #707070 solid;
    }

    .introduction .insights_desc {
        font-size: 0.9333rem;
        font-weight: 300;
        line-height: 1.3;
    }

    .introduction .introduction_bot {
        padding: 4rem 0 3.6667rem;
        border-bottom: 0.4px #707070 solid;
    }

    .introduction .introduction_bot .intro_img {
        margin-bottom: 1.6667rem;
    }

    .introduction .introduction_bot .intro_img img {
        width: 100%;
    }

    .introduction .introduction_bot .intro_info {
        width: 100%;
        flex-direction: column;
    }

    .introduction .introduction_bot .intro_info .ttl {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .introduction .introduction_bot .intro_info .ttl p {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 0.6667rem;
    }

    .introduction .introduction_bot .intro_info .cont {
        width: 100%;
    }

    .introduction .introduction_bot .intro_info .cont p {
        font-size: 0.9333rem;
        line-height: 1.3;
    }

    .introduction .introduction_bot .intro_info .cont p + p {
        margin-top: 1rem;
    }


    /* //scg소개 */
    /* 윤리강령 ethics */
    .ethics .inner {
        /* width: 100%; */
    }

    .ethics .ethics_ttl {
        padding: 30px 0 44px;
        font-size: 21px;
    }

    .ethics .ethics_layout {
        display: block;
    }

    .ethics .ethics_nav_box {
        position: relative;
        width: 100%;
        height: 42px;
        margin-right: 0;
        margin-bottom: 23px;
    }

    .ethics .ethics_nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .ethics .ethics_nav.fix {
        top: 51px;
    }

    .ethics .now_ethics {
        display: block;
        width: calc(100% - 30px);
        height: 42px;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        background-position: right 0 center;
        background-repeat: no-repeat;
        background-image: url(../img/btn/now_ethics_arrow.png);
        background-size: 11px;
    }

    .ethics .now_ethics.on {
        background-image: url(../img/btn/now_ethics_arrow_on.png);
    }

    .ethics .ethics_nav > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: -1px;
        padding: 0 15px;
        border-bottom: 1px solid #dbdbdb;
        background: #fff;
        box-sizing: border-box;
    }

    .ethics .ethics_nav li {
        margin-bottom: 0;
    }

    .ethics .ethics_nav li a {
        font-size: 16px;
        line-height: 45px;
    }

    .ethics .ethics_nav li a span::after {
        display: none;
    }

    .ethics .ethics_nav02 {
        margin-top: 0;
        padding-left: 10px;
    }

    .ethics .ethics_nav02 li a {
        padding-left: 10px;
    }

    .ethics .ethics_nav02 li a::before {
        left: 0;
        width: 4px;
        height: 4px;
    }

    .ethics .ethics_cont {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding-bottom: 37px;
    }

    .ethics .ethics_cont h5 {
        padding-top: 12px;
        margin-bottom: 18px;
        line-height: 1.4;
        font-size: 16px;
    }

    .ethics .ethics_cont h6 {
        margin-bottom: 13px;
        font-size: 14px;
    }

    .ethics .ethics_cont p {
        margin-bottom: 28px;
        font-size: 14px;
    }

    /* //ethics */
    /* 제휴사 com_partners */
    .com_partners_list {
        display: block;
        padding: 26px 0 65px;
    }

    .com_partners_list li {
        width: 100%;
    }

    .com_partners_list li + li {
        margin: 0;
        padding: 0;
        margin-top: 24px;
        padding-top: 30px;
        border-top: 1px solid #eeeeee;
    }

    .com_partners_list li + li::before {
        display: none;
    }

    .com_partners_list li a {
        display: block;
        min-height: auto;
        padding: 0;
    }

    .com_partners_list .logo {
        height: 16px;
    }

    .com_partners_list li.korea a .logo {
        background-image: url(../img/sub/com_partners_korea_mo.png);
        background-size: 102px;
    }

    .com_partners_list li.korea a:hover .logo {
        background-image: url(../img/sub/com_partners_korea_hover_mo.png);
    }

    .com_partners_list li.land a .logo {
        background-image: url(../img/sub/com_partners_land_mo.png);
        background-size: 109px;
    }

    .com_partners_list li.land a:hover .logo {
        background-image: url(../img/sub/com_partners_land_hover_mo.png);
    }

    .com_partners_list li.scgfeed a .logo {
        background-image: url(../img/sub/com_partners_scgfeed_mo.png);
        background-size: 64px;
    }

    .com_partners_list li.scgfeed a:hover .logo {
        background-image: url(../img/sub/com_partners_scgfeed_hover_mo.png);
    }

    .com_partners_list .name {
        margin-top: 20px;
        font-size: 15px;
    }

    .com_partners_list .desc {
        margin-top: 16px;
        font-size: 13px;
    }

    .com_partners_list .arrow {
        width: 28px;
        height: 28px;
        margin-top: 40px;
        background-image: url(../img/ico/img_item_arrow_mo.png);
        background-size: 28px;
    }

    .com_partners_list a:hover .arrow {
        background-image: url(../img/ico/img_item_arrow_hover_mo.png);
    }

    /* //com_partners */
    .loc_row {
        position: absolute;
        top: 71px;
        left: 0;
        transform: translateY(-50%);
        color: #fff;
        z-index: 111;
    }

    .loc_row .page_nav {
        /* width: 45px; */
        position: relative;
        padding-right: 1.6667rem;
        font-size: 0.8667rem;
        line-height: 1.4;
    }

    .loc_row .page_nav::after {
        position: absolute;
        top: 50%;
        right: 0.6rem;
        transform: translateY(-50%);
        content: '';
        display: inline-block;
        width: 0.3667rem;
        height: 0.6rem;
        background: url(../img/sub/page_nav_mo.png) no-repeat center center;
        background-size: 0.3667rem 0.6rem;
    }

    .loc_row .page_nav_area {
        color: #fff;
        font-size: 0.8667rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .sub_visual .sub_tit {
        font-size: 1.2667rem;
        margin-bottom: 0;
        margin-top: 3.3333rem;
    }

    #content.sub_main_img {
        padding: 0;
        /* margin-top: -72px; */
    }

    /* 브랜드 brand */
    .brand .sns {
        width: 100%;
        margin: 33px auto 42px;
    }

    .brand .sns_area {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .brand .sns_area li {
        margin-bottom: 24px;
        padding-bottom: 24px;
        padding: 10px 20px;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #DCDCDC;
    }

    .brand .sns_area li a {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        height: 100%;
    }

    .brand .sns_area li:nth-child(2) {
        border-right: none;
    }

    .brand .sns_area li:nth-child(3), .brand .sns_area li:nth-child(4) {
        position: relative;
    }

    .brand .sns_area li:nth-child(3)::after, .brand .sns_area li:nth-child(4)::after {
        content: '';
        position: absolute;
        top: -12px;
        left: 0;
        display: block;
        width: 100%;
        height: 0.5px;
        background-color: #DCDCDC;

    }

    .brand .sns_area li .sns_img {
        width: 29px;
        height: 29px;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 22px;
        background-size: 29px 29px;
    }

    .brand .sns_area .sns_ttl {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .brand .sns_area .sns_desc {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .brand .sns_area li:last-child {
        border-right: none;
    }

    .brand .sns_area li .sns_blog {
        background-image: url(../img/sub/icon_blog_mo.png);
    }

    .brand .sns_area li:hover .sns_blog {
        background-image: url(../img/sub/icon_blog_c_mo.png);
    }

    .brand .sns_area li .sns_naver {
        background-image: url(../img/sub/icon_naver_mo.png);
    }

    .brand .sns_area li:hover .sns_naver {
        background-image: url(../img/sub/icon_naver_c_mo.png);
    }

    .brand .sns_area li .sns_navertv {
        background-image: url(../img/sub/icon_navertv_mo.png);
    }

    .brand .sns_area li:hover .sns_navertv {
        background-image: url(../img/sub/icon_navertv_c_mo.png);
    }

    .brand .sns_area li .sns_youtube {
        width: 34px;
        height: 24px;
        background-size: 34px 24px;
        margin-bottom: 24px;
        background-image: url(../img/sub/icon_youtube_mo.png);
    }

    .brand .sns_area li:hover .sns_youtube {
        background-image: url(../img/sub/icon_youtube_c_mo.png);
    }

    /* //브랜드// */
    /* 검색 */
    .search_area {
        text-align: center;
        margin-bottom: 26px;
    }

    .search_area .search_box select,
    .search_area .search_box input {
        padding: 0.1667rem 0.3333rem;
        background: #F9FAFB;
        border-radius: 1.6667rem;
    }

    .search_area .search_box select {
        display: none;
    }

    .search_area .search_box .search_input {
        display: inline-block;
        position: relative;
        max-width: 580px;
        margin: 0 auto;
    }

    .search_area .search_box input {
        font-size: 0.7667rem;
        border: none;
        padding-left: 1.8333rem;
        width: 100%;
        height: 2.5rem;
        box-sizing: border-box;
    }

    .search_area .search_box input[type="text"]::placeholder {
        font-size: 0.7667rem;
    }

    .search_area .search_box input::placeholder {
        font-size: 15px;
    }

    .search_area .search_box button {
        position: absolute;
        top: 50%;
        left: 0.4333rem;
        transform: translateY(-50%);
        width: 1.4rem;
        height: 2.5rem;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/btn/btn_search_icon_mo.png);
        background-size: 1rem;
    }

    /* 뷰페이지 notice_view */
    .board_view {
        position: relative;
    }

    .board_view .title_row h2 {
        width: 80%;
        margin: 2rem auto 1.4667rem;
        font-family: 'Spoqa Han Sans Neo';
        text-align: center;
        font-size: 38px;
        word-break: keep-all;
        line-height: 1.2;
    }

    .board_view .title_row .info {
        margin-top: 1.4rem;
    }

    .board_view .title_row .info .date {
        font-size: 0.8333rem;
    }

    .board_view .back_btn {
        position: absolute;
        top: -1rem;
        left: 0;
        width: 0.8333rem;
        height: 0.8333rem;
        background-image: url(../img/sub/notice_view_back_btn.png);
        background-size: 0.7167rem 0.5rem;
        background-repeat: no-repeat;
        /* background: center center no-repeat; */
    }

    .board_view .cont_row {
        margin-bottom: 2.5rem;
        line-height: 1.46;
        font-size: 0.8333rem;
    }

    .board_view .cont_row img {
        margin: 1.6667rem 0 1.0667rem 0;
    }

    .board_view .cont_row p > img {
        display: none;
    }

    .board_view .cont_row p,
    .board_view .cont_row p span,
    .board_view .cont_row span,
    .board_view .cont_row nobr {
        font-size: 0.8667rem !important;
        font-family: "Pretendard" !important;
    }


    /* 인사이트 공통 */
    .insights {
        padding-top: 50px;
    }

    .insights .loc_row {
        position: static;
        transform: none;
        margin-top: 20px;
        margin-left: 15px;
    }

    .insights .marker::before {
        height: 6px;
        border-radius: 3.5px;
    }

    .insights_main_ttl {
        font-size: 25px;
    }

    .insights_sub_ttl {
        margin-bottom: 47px;
        font-size: 19px;
    }

    .insights_subject {
        font-size: 21px;
    }

    .insights_desc {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.4;
    }

    .insights_sec + .insights_sec {
        padding-top: 2.1667rem;
    }

    .insights_sec .insights_row {
        flex-direction: column;
    }

    .insights_sec.left:not(.insights_top) .insights_row {
        flex-direction: column-reverse;
    }

    .insights_sec.left .insights_row .txt_box,
    .insights_sec.right .insights_row .txt_box {
        padding: 0;
    }

    .insights_sec .insights_row .txt_box {
        width: 100%;
        padding: 0;
    }

    .insights_sec:not(.insights_top) .insights_row .txt_box {
        margin-top: 0.8333rem;
        width: 100%;
    }

    .insights_sec .insights_row .img_box {
        width: 100%;
    }

    .insights_sec.insights_top .insights_row .img_box {
        margin-top: 28px;
    }

    .insights_sec .insights_row .img_box img {
        width: 100%;
    }

    .insights_top {
        border-bottom: 0;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .insights_bg_sec {
        margin: 40px 0;
        padding: 40px 0;
    }

    .insights_bg_sec .insights_bg_box {
        width: 100%;
        height: 283.5px;
        background-size: cover;
        border-radius: 0;
    }

    .order_insights_sec {
        margin-top: 100px;
        padding: 50px 0;
    }

    .order_insights_ttl {
        margin-bottom: 30px;
        font-size: 21px;
    }

    .order_insights_sec .inner {
        display: block;
    }

    .order_insights_sec .order_insights_box {
        min-height: 332px;
        padding: 30px 20px;
        background-size: auto 332px;
    }

    .order_insights_sec .order_insights_box01 {
        background-image: url(../img/sub/order_insights_box01_mo.jpg);
    }

    .order_insights_sec .order_insights_box02 {
        background-image: url(../img/sub/order_insights_box02_mo.jpg);
    }

    .order_insights_sec .order_insights_box03 {
        background-image: url(../img/sub/order_insights_box03_mo.jpg);
    }

    .order_insights_box + .order_insights_box {
        margin-left: 0;
        margin-top: 30px;
    }

    .order_insights_box .category {
        margin: 0;
        padding: 0 14px;
        line-height: 25px;
        font-size: 13px;
        border-radius: 12.5px;
    }

    .order_insights_box .subject {
        margin-top: 25px;
        font-size: 17px;
    }

    .order_insights_box .arrow {
        position: absolute;
        top: 29px;
        right: 20px;
        width: 28px;
        height: 28px;
        background-image: url(../img/ico/img_item_arrow_mo.png);
        background-size: 28px;
    }

    .order_insights_box:hover .arrow {
        background-image: url(../img/ico/img_item_arrow_hover_mo.png);
    }

    /* //인사이트 공통 */
    /* 가치투자 value_investment */
    .value_investment .insights_bg_sec .insights_bg_box {
        background-image: url(../img/sub/value_investment_bg_mo.jpg);
    }

    /* //가치투자 */
    /* 리스크헤징 risk_hedging */
    .risk_hedging .insights_bg_sec .insights_bg_box {
        background-image: url(../img/sub/risk_hedging_bg_mo.jpg);
    }

    /* //리스크헤징 */
    /* 지속가능성 sustainability */
    .sustainability .insights_bg_sec .insights_bg_box {
        background-image: url(../img/sub/sustainability_bg_mo.jpg);
    }

    /* //지속가능성 */
    /*  투자정보 */
    .information .status_wrap {
        padding-top: 0;
        padding-bottom: 4.6rem;
    }

    .information .status {
        flex-direction: column;
    }

    .information .status + .status {
        margin-top: 3.6667rem;
    }

    .information .st_ttl {
        font-size: 1.0667rem;
        margin-bottom: 0.6667rem;
        font-weight: 700;
    }

    .information .st_ttl span {
        display: block;
        margin-bottom: 0.3333rem;
        font-weight: 400;
    }

    .information .st_table_wrap {
        max-width: 28.3333rem;
        width: 100%;
    }

    .information .status table {
        text-align: center;
    }

    .information .status table th {
        /* background: #F9FAFB; */
        padding: 1.3333rem 0;
        font-size: 0.9333rem;
    }

    .information .status table .st_left {
        text-align: left;
        padding-left: 0.6667rem;
    }

    .information .status table tr td {
        padding: 1.3333rem 0;
        font-size: 0.9333rem;
    }

    .information .status table tr td:first-child {
        text-align: center;
        line-height: 1.3;
        flex: 0 0 auto;
    }

    .information .status .status_area {
        font-size: 0.8rem;
        padding: 0.5rem 0;
        line-height: 1.4;
        text-align: left;
    }


    /*  // 투자정보 // */
    /* 투자현황 */
    .in_status_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .information_status .paging {
        margin-top: 3.3333rem;
    }

    .information_status table td.item_n {
        text-align: left;
        padding-left: 0;
    }

    .information_status table {
        width: 100%;
    }

    .information_status table thead {
        display: none;
    }

    .information_status table colgroup {
        display: block;
    }

    .information_status table th {
        /* background: #F9FAFB; */
        padding: 26px 0;
        font-size: 18px;
        font-weight: 500;
        border-top: 2px solid #000;
    }

    .information_status table th:not(:last-child) {
        /* border-right:1px solid #DCDCDC; */
    }

    .information_status table tr {
        /* border-bottom: 1px solid #DCDCDC; */
        display: flex;
        flex-wrap: wrap;
        padding: 1.0667rem 0;
    }

    .information_status table tr:first-child {
        border-top: 0.0667rem solid #000;
    }

    .information_status table td {
        text-align: left;
        font-size: 0.8667rem;
        color: #000;
        padding: 0.333rem 0;
    }


    .information_status table td:nth-of-type(2) {
        order: 1;
        width: 100%;
    }

    .information_status table td:nth-of-type(1) {
        order: 2;
        width: 50%;
        position: relative;
    }

    .information_status table td:nth-of-type(1)::before {
        content: '구분: ';
        color: #454545;
    }

    .information_status table td:last-child {
        order: 3;
        width: 50%;
        position: relative;
    }

    .information_status table td:last-child::before {
        content: '수익률: ';
        color: #454545;
    }

    .information_status table td:nth-of-type(3) {
        order: 4;
        width: 50%;
        position: relative;
    }

    .information_status table td:nth-of-type(3)::before {
        content: '매수일자: ';
        color: #454545;
    }

    .information_status table td:nth-of-type(4) {
        order: 5;
        width: 50%;
        position: relative;
    }

    .information_status table td:nth-of-type(4)::before {
        content: '매수가: ';
        color: #454545;
    }

    .information_status table td:nth-of-type(5) {
        order: 6;
        width: 50%;
        position: relative;
    }

    .information_status table td:nth-of-type(5)::before {
        content: '매도일자: ';
        color: #454545;
    }

    .information_status table td:nth-of-type(6) {
        order: 7;
        width: 50%;
        position: relative;
    }

    .information_status table td:nth-of-type(6)::before {
        content: '매도가: ';
        color: #454545;
    }

    /* // 투자현황 // */
    /* 고객센터 */
    .service_center .sub_visual {
        height: 100%;
    }

    .service_center .search_area {
        margin-bottom: 44px;
        max-width: 290px;
        width: calc(100% - 20px);
    }

    .service_center .search_area .search_box input {
        width: 290px
    }

    .service_center .sub_visual > .sub_tit {
        margin-bottom: 24px;
        font-size: 21px;
        text-align: center;
        max-width: 290px;
    }

    .service_center .sub_visual > .sub_tit::after {
        top: -20px;
        left: calc(100% - 55px);
        width: 96px;
        height: 139px;
        background: url(../img/sub/sub_visual_003_m.png) no-repeat center/ 96px auto;
        z-index: 190;
    }

    .service_center .contact {
        margin-top: 2rem;
        padding: 1.3333rem 1.8333rem 1.6667rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cus_snb {
        position: relative;
    }

    .service_tab {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0.5263rem 0;
        display: none;
        background-color: #fafafa;
        /* border: 1px solid #dbdbdb; */
        z-index: 10;
        margin-top: 0;
    }

    .now_tab_text {
        width: 100%;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        /* background-color: #000; */
        font-size: 0.8667rem;
        font-weight: 700;
        margin-top: 3.3333rem;
        background: #000 url(../img/btn/arrow_down_m.png) no-repeat right 0.666rem center/ auto;
        background-size: 1.3333rem;
    }

    .service_tab .tab_link {
        width: 100%;
        height: 1.6667rem;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 0.8667rem;
        font-weight: 400;
        background-color: transparent;
    }

    .service_tab .tab_link.active {
        color: #E6002D;
        background-color: transparent;
    }


    .service_center .contact .contact_txt {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .service_center .contact .btn_contact {
        background: #E6002D;
        padding: 1rem 3rem;
        margin-top: 1.6667rem;
    }

    .service_center .contact .btn_contact p {
        font-size: 0.8rem;
    }

    .service_center .search_area {
        margin-bottom: 76px;
    }

    .service_center .search_area .search_box input {
        box-sizing: border-box;
    }

    .service_center .sub_visual > .sub_tit {
        margin-bottom: 27px;
        color: #000;
        font-size: 32px;
        position: relative;
    }

    .service_tabcontent {
        margin-top: 3.3333rem;
    }

    .service_tabcontent .tab_content {
        display: none;
    }

    .service_tabcontent .tab_content.active {
        display: block;
    }

    .service_tabcontent .customer_visual {
        margin-top: 0;
    }

    .service_tabcontent .customer_visual img {
        height: 5.3333rem;
        width: 100%;
    }

    .service_tabcontent .board_list.reference {
        margin: 40px 0 60px;
    }

    .service_tabcontent .board_list.reference table td.subject a {
        display: block;
        font-size: inherit;
        font-weight: 400;
        font-family: 'Pretendard';
        color: #000;
        overflow: hidden;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .service_tabcontent .customer_text {
        padding: 1rem 1.3333rem 1.3333rem;
        border: 0.40px black solid;
        margin: 2.6667rem 0 2rem;
    }

    .service_tabcontent .customer_text .txt {
        color: #000;
        font-size: 0.8667rem;
        font-weight: 400;
        line-height: 1.3;
    }

    .service_tabcontent .customer_text .cont {
        margin: 1.3333rem 0;
    }

    .service_tabcontent .customer_text .cont p {
        font-size: 0.8667rem;
        position: relative;
        padding-left: 1rem;
        line-height: 1.3;
    }

    .service_tabcontent .customer_text .cont p::after {
        content: '・';
        color: #000;
        position: absolute;
        top: -0.3333rem;
        left: 0;
        font-size: 1.2rem;
    }


    .service_tabcontent .customer_text .btn_kakao {
        margin-top: 0.5rem;
        padding: 0.5rem 1.6667rem;
        border: 0.40px #000 solid;
        color: #000;
        font-size: 0.8rem;
        font-weight: 400;
    }

    .service_tabcontent .customer_gray {
        padding: 1rem 1.3333rem;
    }

    .service_tabcontent .customer_gray .desc {
        font-size: 0.8667rem;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 1.3333rem;
    }

    .service_tabcontent .customer_gray .list p {
        font-size: 0.8667rem;
        font-weight: 400;
        line-height: 1.3;
        position: relative;
        padding-left: 1rem;
    }

    .service_tabcontent .customer_gray .list p::after {
        content: '・';
        color: #959595;
        position: absolute;
        top: -0.3333rem;
        left: 0;
        font-size: 1rem;
    }

    #content.sub_main_img {
        padding: 0 0 5rem 0;
    }

    /* ///  정책 /// */
    .agreement_form {
        margin-top: 1.3333rem;
        margin-bottom: 0;
    }

    .agreement_form h3 {
        font-size: 1.0667rem;
        font-weight: 600;
        padding-bottom: 3.3333rem;
    }

    .sub.policy .agreement_form h3 {
        padding-top: 1rem;
    }

    .agreement_form b {
        padding: 0.5rem 0;
        font-size: 0.8rem;
        font-weight: 400;
        color: #000;
    }

    .agreement_form p, .agreement_form li {
        line-height: 1.3;
        font-size: 0.8rem;
        font-weight: 400;
        color: #000;
    }

    .agreement_form span {
        font-size: 0.8rem;
        font-weight: 400;
        display: block;
        padding-bottom: 0.1333rem;
        float: none;
        color: #666;
        line-height: 1.3;
        margin-top: 0;
    }

    .agreement_form p.etc {
        font-size: 0.7333rem;
        line-height: 1.3;
        padding: 0.3333rem 0;
    }

    .agreement_form h4 {
        padding: 0.5rem 0;
        font-size: 0.8rem;
        font-weight: 700;
        color: #000;
    }

    .agreement_form.person b {
        padding: 0.5rem 0;
        font-size: 0.8rem;
        font-weight: 500;
        color: #000;
    }

    .agreement_form dt {
        margin-top: 0.3333rem;
        line-height: 1.3;
        font-size: 0.8rem;
        font-weight: 400;
        color: #000;
    }

    .agreement_form dd {
        line-height: 1.3;
        font-size: 0.8rem;
        font-weight: 400;
        color: #000;
    }

    .agreement_form dd.dd_mr {
        padding-left: 0.5rem;
    }


    /* ethics */
    .ethics_visual img {
        width: 100%;
        height: 4.6667rem;
    }

    .ethics .ethics_content {
        padding: 3.3333rem 0;
    }

    .ethics .ethics_content .ttl {
        font-size: 1.1333rem;
    }

    .ethics .ethics_content .cont {
        padding: 3.3333rem 0 1.8333rem;
    }

    .ethics .ethics_content .cont:last-child {
        border-bottom: none;
        padding: 3.3333rem 0 1.8333rem;
    }

    .ethics .ethics_content .cont .tit.mg-t {
        margin-top: 1.3333rem;
    }

    .ethics .ethics_content .cont .tit.mg-t-6 {
        margin-top: 2rem;
    }

    .ethics .ethics_content .cont .tit {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1.3333rem;
    }

    .ethics .ethics_content .cont .txt span {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .ethics .ethics_content .cont .txt {
        font-size: 0.8667rem;
        line-height: 1.3;
    }

    .ethics .ethics_content .cont .txt + .txt {
        margin-top: 1rem;
    }

    .center_nav_row {
        border-bottom: none;
    }

    .center_nav {
        margin-top: 0;
        flex-wrap: nowrap;
        flex-flow: row;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .center_nav li:not(:last-child) {
        margin: 0;
    }

    .center_nav li:not(:first-child) {
        margin: 0 0.8333rem;
    }

    .center_nav::-webkit-scrollbar {
        display: none;
    }

    .center_nav li a {
        font-size: 0.8rem;
        padding: 0.5rem 0;
    }

    .center_nav li:not(:first-child) {
        /* padding: 0 0.8333rem; */
    }

    .center_nav li:first-child {
        padding-right: 0;
    }

    .center_nav li.on a::after {
        z-index: -1;
        top: 80%;
        width: 100%;
        height: 0.0667rem;
        border-radius: 0.3333rem;
    }

    .center_acc_wrap {
        padding-top: 1.6667rem;
    }

    .center_acc_wrap li .acc_ttl {
        background-image: url(../img/btn/acc_down_mo.png);
        background-position: center right 1rem;
        background-size: 0.8666rem auto;
    }

    .center_acc_wrap li.on .acc_ttl {
        background-image: url(../img/btn/acc_up_red_m.png);
        background-size: 1.1rem auto;
    }

    .center_acc_wrap .acc_ttl .txt {
        font-size: 0.8rem;
        padding: 1rem 0 1rem 0.5rem;
        width: 90%;
    }

    .center_acc_wrap li .acc_ttl .q {
        font-size: 1.2rem;
    }

    .center_acc_wrap li.on .acc_ttl .q {
        font-size: 1.2rem;
    }

    .center_acc_wrap .scc_asome .txt {
        font-size: 0.7667rem;
        padding: 0.6667rem 0.5rem;
    }

    .center_acc_wrap .scc_asome .txt span {
        line-height: 1.3;
        font-size: 0.8rem !important;
        font-family: 'Pretendard' !important;
    }

    .service_center .sos {
        margin-top: 75px;
    }

    .service_center .sos_area {
        flex-wrap: wrap;
        padding-top: 73px;
    }

    .service_center .sos_area li {
        width: 50%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .service_center .sos_area li:not(:last-child) {
        margin-right: 0
    }

    .service_center .sos_area li:nth-child(1),
    .service_center .sos_area li:nth-child(2) {
        margin-bottom: 40px;
    }

    .service_center .sos_main_ttl {
        font-size: 19px;
        flex-direction: column;
        line-height: 1.4;
    }

    .service_center .sos_main_ttl::after {
        display: none;
        border-radius: 50px;
    }

    .service_center .sos_main_ttl span {
        position: relative;
    }

    .service_center .sos_main_ttl span::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        height: 10px;
        bottom: 2px;
        left: 50%;
        max-width: 200px;
        transform: translateX(-50%);
        width: 100%;
        background: #FFEB00;
        border-radius: 50px;
    }

    .service_center .sos_main_ttl span.sos_span::after {
        max-width: 130px;
    }

    .service_center .sos_area li .sos_ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .service_center .sos_area li .sos_desc {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .paging li.prev a {
        background-image: url(../img/btn/prev_mo.png);
        background-size: 0.666rem auto;

    }

    .paging li.next a {
        background-image: url(../img/btn/next_mo.png);
        background-size: 0.666rem auto;
    }

    .service_center .sos_area li .sos_ico_arr {
        background-image: url(../img/ico/img_item_arrow_mo.png);
        background-size: 30px auto;
    }

    .service_center .sos_area li:hover .sos_ico_arr {
        background-image: url(../img/ico/img_item_arrow_hover_mo.png);
        background-size: 30px auto;
    }

    .center_banner_wrap {
        flex-direction: column;
        margin-top: 65px;
        padding-bottom: 65px;
    }

    .center_banner_wrap .center_banner {
        width: 100%;
        padding: 35px 50px 35px 20px;
        box-sizing: border-box;
        background-position: center right;
    }

    .center_banner_wrap .kakao_banner {
        margin-right: 0;
        margin-bottom: 20px;

        background-image: url(../img/sub/kakaobanner_mo.jpg);
    }

    .center_banner_wrap .email_banner {
        background-image: url(../img/sub/emailbanner_mo.png.jpg);
    }

    .center_banner_wrap .center_banner strong {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .center_banner_wrap .center_banner p {
        font-size: 15px;
    }

    .center_banner_wrap .center_banner span {
        font-size: 12px;
    }

    .ars_area .inner {
        flex-direction: column;
    }

    .ars_area .inner .ars {
        width: 100%;
    }

    .ars_area .inner .ars_call {
        margin: 50px 0 0;
        border-right: none;
        border-bottom: 1px solid #e3e4e4;
    }

    .ars_area .inner .ars_call p {
        font-size: 15px;
    }

    .ars_area .inner .ars_call strong {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .ars_area .inner .ars_call a {
        display: inline-block;
        font-size: 15px;
        padding: 12px 23px;
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .ars_area .inner .ars_txt {
        padding: 50px 15px;
    }

    .ars_area .inner .ars_txt p {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 0;
    }

    .board_view .cont_row .stock_list {
        flex-direction: column;
    }

    .board_view .cont_row .stock_list > li:not(:last-child) {
        margin-right: 0;
    }

    .board_view .cont_row .stock_box {
        padding: 40px 0;
        margin: 30px;
    }

    .board_view .cont_row .stock_box .st_name {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .board_view .cont_row .stock_list .stock_box .st_price {
        font-size: 1.6667rem;
    }

    .board_view .cont_row .stock_list .stock_box .st_name {
        font-size: 1.2rem;
    }

    .board_view .cont_row .stock_box .st_price {
        font-size: 1.3333rem;
        margin-bottom: 0.6rem;
    }

    .board_view .cont_row .stock_box ul li {
        font-size: 0.8333rem;
    }

    .board_view .cont_row .stock_box .st_state {
        margin-right: 0.3333rem;
        padding-right: 0.3333rem;
    }

    .board_view .cont_row .stock_box.down .st_state {
        padding-left: 1rem;
        background: url(../img/ico/stock_downarr.png) no-repeat left center;
        background-size: 0.8333rem;
    }

    .board_view .cont_row .stock_box.up .st_state {
        padding-left: 1rem;
        background-size: 0.8333rem;
    }

    .board_view .cont_row .stock_txt {
        font-size: 0.8333rem;
        line-height: 1.46;
    }

    .customer_text * {
        color: #000;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4615rem;
    }

    .customer_gray * {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4615rem;
        color: #959595;
    }

    .service_tabcontent .customer_gray ul,
    .service_tabcontent .customer_text ul {
        padding-left: 1.1538rem;
    }

    .service_tabcontent .customer_gray li,
    .service_tabcontent .customer_text li {
        position: relative;
    }

    .service_tabcontent .customer_gray .list li::after {
        content: '・';
        color: #959595;
        position: absolute;
        top: 0;
        left: -1.1538rem;
        font-size: 1.5385rem;
    }

    .service_tabcontent .customer_text .cont li::after {
        content: '・';
        color: #000;
        position: absolute;
        top: 0;
        left: -1.5385rem;
        font-size: 1.5385rem;
    }

}

@media all and (max-width: 390px) {
    .information_status table th {
        background: #F9FAFB;
        padding: 15px 0;
        font-size: 12px;
    }

    .information_status table td {
        padding: 15px 0;
        font-size: 11px;
    }

    .information_status col.col_wid {
        width: 13%;
    }

    .information_status col {
        width: 6%;
    }
}

@media all and (max-width: 495px) {
    /* .paging li a {
        width: 25px;
        height: 25px;
        font-size: 12px;
    } */
    .information_status col.col_wid {
        width: 13%;
    }

    .information_status col.col_wid {
        width: 6%;
    }
}
