@media (max-width: 1024px) {
    .w1024-hide {
        display: none;
    }
}

header.new .logo {
    z-index: 9999;
}

header.prev {
    padding-left: 0;
}

@media (max-width: 576px) {
    nav.new .close {
        top: 2.5%;
        right: 4%;
    }
}
nav .sec .other .dropdown {
  margin-left: 0;
  padding-top: 0;
}
nav .sec .other .dropdown-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 47px;
  padding: 0 calc(1.5rem + 18px) 0 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 43px;
  border: 2px solid #2a467f;
  background-image: url(/common/images/2023_link.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: calc(100% - 0.75rem);
  text-decoration: none !important;
  color: #2a467f;
  margin-left: 0 !important;
}
nav.new .sec .other{
  overflow: visible;
}
nav.new .logo {
    width: 100%;
    left: 0;
    position: absolute;
    padding-left: 5%;
    top: 30px;
    z-index: 99;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.dropdown-btn {
  width: 100%;
  padding: 10px;
  text-align: left;
}
.dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  height: 150px;
  overflow-y: scroll;
  top: 77%;
 
}
nav .NavMarket .other div .dropdown-list a {
  display: block;
  width: 100%;
  height: 38px;

  font-size: 18px;
  font-weight: 300;

  border-radius: 1.25rem;
  background-color: #fff;
  border: none;
  text-align: left;
  color: #333;
  background-image: none;
  padding: 0;
}
.dropdown-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.dropdown-list li:last-child {
  border-bottom: none;
}
.dropdown-list li a {
  text-decoration: none;
  color: #333;
  display: block;
}
.show {
  display: block;
}
@media (max-width: 1200px) {
    nav.new .logo {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    nav.new .logo {
        top: 20px;
    }

    nav.new .logo img {
        width: 45px;
    }
}

nav.new .NavMarket .prev-vol {
    display: flex;
    flex: 1;
    width: 100%;
    gap: 20px;
}

@media (max-width: 1200px) {
    nav.new .NavMarket .prev-vol {
        padding-bottom: 40px;
    }
}

@media (max-width: 996px) {
    nav.new .NavMarket .prev-vol {
        flex-wrap: wrap;
        gap: 0;
    }
}

nav.new .NavMarket .prev-vol .img {
    width: calc(25% - 15px);
}

@media (max-width: 996px) {
    nav.new .NavMarket .prev-vol .img {
        flex: unset;
        margin-bottom: 20px;
        width: calc(50% - 5px);
    }

    nav.new .NavMarket .prev-vol .img:nth-child(2n) {
        margin-left: 10px;
    }
}

nav.new .NavMarket .prev-vol .img img {
    width: 100%;
}

nav.new .NavMarket .prev-vol .img p {
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 996px) {
    nav.new .NavMarket .prev-vol .img p {
        font-size: 16px;
    }
}

nav.new .NavMarket .other {
    flex-direction: column;
}

nav.new .sec {
    gap: 20px;
}

nav.new .sec:nth-child(3) {
    padding-top: 150px;
}

@media (max-width: 576px) {
    nav.new .sec:nth-child(3) {
        padding-top: 110px;
    }
}

nav.new .sec.NavMarket .gnb li {
    width: 100%;
}

nav.new .sec.NavMarket .gnb li:nth-last-child(2) {
    margin-bottom: 2rem;
}

nav.new .sec h3 {
    width: 200px;
    margin-right: 50px;
}

nav.new .sec .gnb {
    flex: 1;
    width: unset;
}

nav.new .sec .other {
    min-width: unset;
    width: 400px;
}

@media (max-width: 1400px) {
    nav.new .sec .other {
        width: 350px;
    }
}

@media (max-width: 1200px) {
    nav.new .sec .other {
        width: 100%;
        position: relative;
        border-top: 0;
        padding: 0;
    }
}

.main .market.prev {
    padding-left: 0;
}

.main .left .word {
    padding: 0 50px;
}

.main .left .word li {
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
}

.tab-btns {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin-bottom: 70px;
}

.tab-btns .tab-btn {
    width: 20%;
    text-align: center;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

@media (max-width: 996px) {
    .tab-btns .tab-btn {
        width: 50%;
        font-size: 16px;
    }
}

.tab-btns .tab-btn.active {
    background-color: #eee;
    font-weight: 600;
    cursor: default;
}

section.sub .wrap .crawling-contents-textbox .company-top {
    display: flex;
    gap: 50px;
    margin-bottom: 90px;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .company-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }
}

section.sub .wrap .crawling-contents-textbox .company-top .left,
section.sub .wrap .crawling-contents-textbox .company-top .right {
    flex: 1;
}

section.sub .wrap .crawling-contents-textbox .company-top .logo {
    margin-bottom: 90px;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .company-top .logo {
        margin-bottom: 45px;
    }
}

section.sub .wrap .crawling-contents-textbox .company-top .logo img {
    max-width: 100%;
}

section.sub .wrap .crawling-contents-textbox .company-top .name {
    line-height: 26px;
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 35px;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .company-top .name {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 24px;
    }
}

section.sub .wrap .crawling-contents-textbox .company-top .company-explain {
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .company-top .company-explain {
        font-size: 16px;
    }
}

section.sub .wrap .crawling-contents-textbox .company-top .company-info dl {
    line-height: 26px;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    word-break: keep-all;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .company-top .company-info dl {
        font-size: 16px;
    }
}

section.sub .wrap .crawling-contents-textbox .company-top .company-info dl dt {
    letter-spacing: -0.025rem;
    font-size: 18px;
    height: 0px;
    width: 72px;
    font-weight: 700;
    flex-shrink: 0;
    text-align: justify;
    margin-right: 25px;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .company-top .company-info dl dt {
        margin-right: 16px;
        font-size: 16px;
    }
}

section.sub .wrap .crawling-contents-textbox .company-top .company-info dl dt::after {
    content: "";
    display: inline-block;
    width: 100%;
}

section.sub .wrap .crawling-contents-textbox .tab-cons .tab-con {
    display: none;
}

section.sub .wrap .crawling-contents-textbox .tab-cons .tab-con.active {
    display: block;
}

section.sub .wrap .crawling-contents-textbox .tab-cons .flex>span {
    flex: 1;
}

section.sub .wrap .crawling-contents-textbox .tab-cons .flex2 {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .tab-cons .flex2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

section.sub .wrap .crawling-contents-textbox .tab-cons .flex2>span p {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .tab-cons p {
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .tab-cons p {
        font-size: 16px;
    }
}

section.sub .wrap .crawling-contents-textbox .tab-cons p.dot {
    padding-left: 13px;
    position: relative;
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .tab-cons p.dot::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
}

section.sub .wrap .crawling-contents-textbox .tab-cons p span.dot {
    display: block;
    padding-left: 13px;
    position: relative;
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .tab-cons p span.dot::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
}

section.sub .wrap .crawling-contents-textbox .tab-cons.pink h5 {
    color: #d8a;
}

section.sub .wrap .crawling-contents-textbox .tab-cons.pink h5:not(.nodot) {
    position: relative;
    padding-left: 14px;
    padding-bottom: 12px;
}

section.sub .wrap .crawling-contents-textbox .tab-cons.pink h5:not(.nodot)::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 15px;
    width: 4px;
    height: 4px;
    background-color: #d8a;
    border-radius: 50%;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .tab-cons.pink h5:not(.nodot)::before {
        top: 13px;
    }
}

section.sub .wrap .crawling-contents-textbox .tab-cons h5 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 800;
}

@media (max-width: 996px) {
    section.sub .wrap .crawling-contents-textbox .tab-cons h5 {
        font-size: 19px;
    }
}

section.sub .wrap .crawling-contents-textbox .tab-cons h5 small {
    font-weight: 300;
    font-size: 18px;
}

section.sub .wrap .crawling-contents-textbox .half-flex-box {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

section.sub .wrap .crawling-contents-textbox .half-flex-box>div {
    width: 50%;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

section.sub .wrap .crawling-contents-textbox .half-flex-box .brand-img-item img {
    width: auto;
}

@media (max-width: 576px) {
    section.sub .wrap .crawling-contents-textbox .half-flex-box>div {
        width: 100%;
    }

    section.sub .wrap .crawling-contents-textbox .half-flex-box .brand-img-item img {
        width: 70%;
    }
}

section.sub .wrap .crawling-contents-textbox .half-flex-box>div .ab-name {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #999;
}

.epil {
    font-style: italic;
    text-align: center;
    color: #5bb;
    padding-bottom: 50px !important;
}

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

.flex-i.color-sky {
    color: #5bb;
}

.flex-i>span:nth-child(1) {
    flex-shrink: 0;
    margin-right: 20px;
}