@charset "UTF-8";
@import url("normalize.css");
/* font-family: 'NanumSquareNeo' */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

@font-face {
    font-family: "NanumSquareNeo";
    font-style: normal;
    src: url("../font/NanumSquareNeo-Variable.eot");
    src: local(""), url("../font/NanumSquareNeo-Variable.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareNeo-Variable.woff") format("woff"), url("../font/NanumSquareNeo-Variable.woff2") format("woff2");
}

/* font-family: 'axis' */
@font-face {
    font-family: "axis";
    font-style: normal;
    src: url("../font/axis.eot");
    src: local(""), url("../font/axis.eot?#iefix") format("embedded-opentype"), url("../font/axis.woff") format("woff");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #000;
    -webkit-overflow-scrolling: touch;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

b {
    font-weight: bold;
}

select,
button,
textarea {
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

input[type=text],
input[type=number] {
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

select:focus,
input:focus,
button:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

input[type=radio] {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

html,
body {
    position: relative;
    font-family: "Pretendard";
    font-size: 20px;
    width: 100%;
    max-width: 1920px;
    min-width: 320px;
}

a,
img,
span,
b,
small {
    display: inline-block;
}

.mo1440 {
    display: none !important;
}

.mo1365 {
    display: none !important;
}

.mo1200 {
    display: none !important;
}

.mo1024 {
    display: none !important;
}

.mo768 {
    display: none !important;
}

.mo {
    display: none !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    max-width: 1920px;
    padding-right: 95px;
    transition: background 0.3s;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 50px 0;
}

header .wrap .logo img {
    filter: brightness(100) grayscale(1);
}

header .wrap .btnWrap {
    display: flex;
    align-items: center;
}

header .wrap .btnWrap .search {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 30px;
    cursor: pointer;
    background-image: url("../images/2023_search.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0.6) grayscale(1);
}

header .wrap .btnWrap .menu {
    display: block;
    width: 40px;
    height: 35px;
    cursor: pointer;
    background-image: url("../images/2023_menu.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

header .titleTextWrap {
    display: none !important;
}

.marketPage header {
    padding-right: 0;
    padding-left: 95px;
}

header.sub {
    max-width: unset;
    padding: 0;
    height: 1px;
}

header.sub .wrap {
    position: relative;
    padding: 0;
    height: 1px;
}

header.sub .wrap .logo {
    position: absolute;
    top: 30px;
    left: 5%;
}

header.sub .wrap .logo img {
    filter: unset;
}

header.sub .wrap .btnWrap {
    position: absolute;
    top: 30px;
    right: 5%;
    height: 66px;
}

nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 999;
}

nav .close {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 34px;
    z-index: 999;
    cursor: pointer;
}

nav .search {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 640px;
    height: 63px;
    border: 1px solid #ccc;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

nav .search input {
    display: inline-block;
    float: left;
    width: calc(100% - 53px);
    height: 100%;
    padding-left: 20px;
    font-size: 18px;
}

nav .search input::placeholder {
    color: #aaa;
}

nav .search button {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-image: url("../images/2023_search.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0);
}

nav .sec {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 60px calc((100% - 1522px) / 2);
    background-color: #fff;
}

nav .sec h3 {
    width: 210px;
    font-size: 28px;
    font-weight: 800;
    color: #2a467f;
    margin-right: 80px;
}

nav .sec .gnb {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 642px;
}

nav .sec .gnb>li {
    min-width: 50%;
    margin-bottom: 2rem;
    overflow: hidden;
}

nav .sec .gnb>li>a {
    display: inline-block;
    float: left;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.35;
}

nav .sec .gnb>li>a:hover {
    text-decoration: underline;
}

nav .sec .gnb>li>a>img {
    width: 21px;
    margin-right: 8px;
}

nav .sec .gnb>li>a>span {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: normal;
    padding-left: 33px;
}

nav .sec .gnb>li:nth-last-child(1),
nav .sec .gnb>li:nth-last-child(2) {
    margin-bottom: 0;
}

nav .sec .other {
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 0;
    width: 450px;
    min-width: auto;
}

nav .sec .other a {
    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;
}
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 .sec .other a:last-child {
    margin: 0;
}

nav .sec:hover {
    background-color: #fbfbfb;
}

nav .sec.NavVenture {
    padding-top: 200px;
}

nav .NavMarket {
    position: relative;
}

nav .NavMarket h3 {
    color: #3a2a7f;
}

nav .NavMarket .other {
    display: flex;
    flex-direction: row;
    min-width: 450px;
    overflow: hidden;
}

nav .NavMarket .other img {
    display: inline-block;
    float: left;
    height: 165px;
}

nav .NavMarket .other div {
    display: inline-block;
    float: left;
    margin-left: 1.5rem;
    padding-top: 91px;
}

nav .NavMarket .other div p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 10px;
}

nav .NavMarket .other div a {
    display: block;
    width: 144px;
    height: 38px;
    margin-top: 0.5rem;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    border-radius: 1.25rem;
    background-color: #930a0a;
    border: none;
    text-align: center;
    color: #fff;
    background-image: none;
    padding: 0;
}

nav .market:hover {
    background-color: #fbfbfb;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: calc(100% - 640px);
    height: 100px;
    padding-right: 95px;
    background-color: #333;
    z-index: 900;
}

.footer .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 40px 5% 20px 125px;
    height: 100%;
}

.footer .wrap .sns {
    display: flex;
    margin-right: 58px;
    margin-bottom: 10px;
    min-width: 250px;
}

.footer .wrap .sns a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 25px;
}

.footer .wrap .sns a:last-child {
    margin-right: 0;
}

.footer .wrap .sns a img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.footer .wrap p {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer .wrap p b {
    color: #fff;
}

.market .footer {
    padding-right: 0;
    padding-left: 95px;
}

.sub~.footer {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.sub~.footer .wrap {
    justify-content: center;
    width: 100%;
    background-color: #333;
    padding: 30px 5% 20px;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 1666px) {
    .footer {
        height: 100px;
    }

    .footer .wrap {
        flex-direction: column;
        justify-content: center;
        padding: 0 5%;
    }

    .footer .wrap .sns {
        margin-right: 0;
        margin-bottom: 0;
    }

    .footer .wrap p {
        text-align: center;
        margin-bottom: 0;
    }

    .sub~.footer .wrap {
        padding: 30px 5%;
    }
}

@media (max-width: 1440px) {
    .pc1440 {
        display: none !important;
    }

    .mo1440 {
        display: block !important;
    }

    nav .close {
        top: 2rem;
    }

    nav .sec {
        padding: 50px 5%;
        background-color: #fbfbfb;
        border-bottom: 1px solid #e1e1e1;
    }

    nav .sec:hover {
        background-color: #fff;
    }

    nav .sec .gnb {
        flex-direction: column;
        width: calc(100% - 210px - 500px);
        margin: 0;
    }

    nav .sec .gnb>li {
        min-width: auto;
        margin-bottom: 30px !important;
    }

    nav .sec .gnb>li>a {
        float: none;
    }

    nav .sec .gnb>li>a>span {
        margin-top: 5px;
        padding-left: 32px;
    }

    nav .sec .gnb>li:last-child {
        margin-bottom: 0 !important;
    }

    nav .sec .gnb>li.last {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
    }

    nav .NavMarket {
        height: auto;
    }

    nav .NavMarket .other {
        min-width: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    nav .NavMarket .other img {
        width: auto;
    }

    nav .NavMarket .other div {
        padding-top: 20px;
        margin-left: 0;
    }

    .footer {
        width: calc(100% - 450px);
    }
}

@media (max-width: 1365px) {
    .pc1365 {
        display: none !important;
    }

    .mo1365 {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .pc1200 {
        display: none !important;
    }

    .mo1200 {
        display: block !important;
    }

    header {
        padding: 0 !important;
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
        height: 126px;
        background-color: #2a467f;
    }

    header .wrap {
        padding: 30px 5%;
    }

    header .wrap .btnWrap .search {
        display: none;
    }

    header .wrap .btnWrap .menu {
        filter: brightness(100);
    }

    header.sub {
        position: fixed;
        height: 126px;
    }

    header.sub .wrap {
        width: 90%;
        height: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    header.sub .wrap .logo {
        z-index: 999;
    }

    header.sub .wrap .logo img {
        filter: brightness(100) grayscale(1);
    }

    header.sub .wrap .logo,
    header.sub .wrap .btnWrap {
        position: static;
    }

    header.sub .wrap .btnWrap {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        z-index: 998;
    }

    header.sub .titleTextWrap {
        display: block;
    }

    header.sub .titleTextWrap .titleWrap {
        display: block;
        position: fixed;
        top: 30px;
        left: 50%;
        width: 90%;
        max-width: 1000px;
        transform: translate(-50%, 0);
        padding-left: 108px;
        z-index: 997;
    }

    header.sub .titleTextWrap .titleWrap .title {
        color: #fff;
        font-size: 34px;
        font-weight: 900;
        filter: brightness(100);
    }

    header.sub .titleTextWrap .titleWrap .title img {
        height: 100%;
    }

    header.sub .titleTextWrap .titleWrap .vol {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        padding-top: 2px;
    }

    header.sub .titleTextWrap .titleWrap .vol * {
        color: #fff;
        font-weight: 300;
    }

    header.venture .venture {
        display: block !important;
    }

    header.venture .market {
        display: none !important;
    }

    header.market .venture {
        display: none !important;
    }

    header.market .market {
        display: block !important;
    }

    nav .search {
        top: 5%;
        left: 5%;
        width: calc(90% - 60px);
        transform: none;
    }

    nav .sec {
        display: block;
    }

    nav .sec h3 {
        margin-right: 0;
        padding-bottom: 30px;
        width: 100%;
    }

    nav .sec .gnb {
        padding-bottom: 40px;
        width: 100%;
    }

    nav .sec .other {
        width: 100%;
    }

    nav .sec .other>a {
        max-width: 400px;
    }

    nav .sec.NavVenture {
        padding-top: 150px;
    }

    nav .NavMarket {
        padding-bottom: 360px;
    }

    nav .NavMarket .other {
        position: absolute;
        bottom: 0;
        padding: 50px 5%;
        border-top: 1px solid #e1e1e1;
    }

    .footer {
        position: relative;
        width: 100%;
        padding: 0 !important;
        margin-top: 110px;
        z-index: 998;
    }

    .footer .wrap {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .footer .wrap .sns {
        margin-right: 0;
        margin-bottom: 5px;
        height: 25px;
    }

    .footer .wrap p {
        text-align: center;
    }

    .sub~.footer {
        margin-top: 0;
    }

    .sub~.footer .wrap .sns {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .pc1024 {
        display: none !important;
    }

    .mo1024 {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .pc768 {
        display: none !important;
    }

    .mo768 {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .pc {
        display: none !important;
    }

    .mo {
        display: block !important;
    }

    header {
        height: 80px;
    }

    header .wrap {
        padding: 0 5%;
        height: 100%;
    }

    header .wrap .logo {
        width: 45px;
    }

    header .wrap .logo img {
        display: block;
        width: 100%;
    }

    header .wrap .btnWrap .menu {
        width: 30px;
        height: 25px;
    }

    header.sub {
        height: 80px;
    }

    header.sub .titleTextWrap .titleWrap {
        top: 20px;
        padding-left: 60px;
    }

    header.sub .titleTextWrap .titleWrap .title {
        font-size: 22px !important;
    }

    header.sub .titleTextWrap .titleWrap .vol {
        margin: 0;
        margin-top: 3px;
        padding-top: 2px;
        font-size: 13px !important;
    }

    nav .close {
        top: 4.5%;
    }

    nav .search {
        height: 50px;
        top: 3.5%;
    }

    nav .search input {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    nav .search button {
        width: 24px;
        right: 15px;
    }

    nav .sec {
        padding: 40px 5%;
    }

    nav .sec h3 {
        padding-bottom: 20px;
    }

    nav .sec .gnb>li {
        margin-bottom: 20px !important;
    }

    nav .sec .gnb>li>a {
        font-size: 18px;
    }

    nav .sec .other>a {
        font-size: 16px;
        height: auto;
        padding: 0 calc(1.5rem + 10px) 0 10px;
        margin-bottom: 7px;
        line-height: 38px;
    }

    nav .sec.NavVenture {
        padding-top: 110px;
    }

    nav .NavMarket {
        padding-bottom: 220px;
    }

    nav .NavMarket .other {
        flex-direction: row;
        align-items: flex-end;
        padding: 30px 5%;
    }

    nav .NavMarket .other img {
        margin-right: 10px;
    }

    nav .NavMarket .other div p {
        font-size: 16px;
    }

    .footer {
        margin-top: 80px;
    }

    .footer .wrap {
        padding: 35px 2.5%;
    }

    .footer .wrap .sns {
        margin-bottom: 5px;
        width: 100%;
        justify-content: center;
    }

    .footer .wrap .sns>span {
        width: 100%;
        text-align: center;
    }

    .footer .wrap p {
        font-size: 10px;
    }
}

.main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main .venture,
.main .market {
    display: flex;
    align-items: stretch;
    height: 100%;
    padding-right: 85px;
    transition: left 0.5s, right 0.5s;
    overflow: hidden;
}

.main .left {
    width: 640px;
    max-width: 640px;
    background-color: #2a467f;
    overflow: hidden;
    z-index: 901;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/common/images/2023_ventureLeftBg.jpg");
}

.main .left>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 210px;
}

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

.main .left .titleWrap .subtitle {
    font-style: italic;
    font-weight: 300;
    padding-bottom: 15px;
    color: #fff;
    opacity: 0.8;
    word-break: keep-all;
}

.main .left .titleWrap .title {
    font-size: 32px;
    line-height: 1.4;
    padding-bottom: 30px;
    color: #fff;
    word-break: keep-all;
}

.main .left .titleWrap .keyword {
    color: #fff;
}

.main .left .profileImg {
    width: 108px;
    height: 108px;
    margin-bottom: 30px;
    margin-top: -30px;
    padding-left: 50px;
}

.main .left .label {
    background: linear-gradient(to right, #193266, transparent 50%);
    padding: 20px 0 20px 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

.main .left .label span {
    color: #fff;
}

.main .left .label b {
    color: #fff;
    font-size: 20px;
}

.main .left .pageNum {
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}

.main .left .pageNum>div {
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 300;
}

.main .left .pageNum>div:last-child {
    margin-right: 0;
}

.main .left .pageNum .line {
    height: 1px;
    background-color: #fff;
    width: 100%;
    max-width: 85px;
}

.main .left .pageNum .current {
    font-weight: bold;
}

.main .left .viewMore {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: -5px;
    background-color: #112050;
    transform: rotate(45deg) translate(70%, 0);
}

.main .left .viewMore span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    transform: rotate(-45deg) translate(-70%, -90%);
    text-align: right;
}

.main .right {
    max-width: calc(100% - 640px);
    height: calc(100% - 100px);
    background-color: #fff;
}

.main .right .top {
    padding: 50px 50px 0 125px;
}

.main .right .top .titleWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 30px;
}

.main .right .top .titleWrap .title {
    font-size: 72px;
    font-weight: 900;
    color: #2a467f;
    margin-right: 10px;
    word-break: keep-all;
}

.main .right .top .titleWrap .title img {
    display: block;
    width: auto;
    max-width: 100%;
}

.main .right .top .titleWrap .vol {
    font-size: 28px;
    font-weight: 300;
    border-radius: 50px;
    word-break: keep-all;
    margin-bottom: 5px;
}

.main .right .top p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 930px;
    max-height: 55px;
    word-break: keep-all;
}

.main .right .middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 125px;
}

.main .right .middle form {
    display: block;
    width: calc(100% - 160px - 30px);
    margin-right: 30px;
}

.main .right .middle .search {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 52px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

.main .right .middle .search input {
    display: inline-block;
    float: left;
    width: calc(100% - 53px);
    height: 100%;
    padding-left: 20px;
    font-size: 18px;
}

.main .right .middle .search input::placeholder {
    color: #dcdcdc;
}

.main .right .middle .search button {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("../images/2023_search02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.7;
}

.main .right .middle .subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    height: 52px;
    padding: 15px 30px 15px 50px;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
    background-image: url("../images/2023_subscribe.png");
    background-repeat: no-repeat;
    background-position: 22px center;
    color: #666666;
    font-size: 18px;
    white-space: nowrap;
}

.main .right .middle .subscribe:hover {
    background-color: #333;
    border-color: #fff;
    color: #fff;
    background-image: url("../images/2023_subscribe_hover.png");
}

.main .right .middle .addBtn_event {
    background-image: url("../images/2023_writer.png");
    margin-right: 10px;
    background-position: 18px center;
}

.main .right .middle .addBtn_event:hover {
    background-image: url("../images/2023_writer_hover.png");
}

.main .right .mainSlide {
    position: relative;
    display: flex;
    align-items: center;
}

.main .right .mainSlide .pagination {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 125px;
    height: 200px;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
    z-index: 10;
}

.main .right .mainSlide .pagination .swiper-button-next,
.main .right .mainSlide .pagination .swiper-button-prev {
    position: static;
    right: auto;
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.4);
    background-image: url("../images/2023_arrow.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

.main .right .mainSlide .pagination .swiper-button-prev {
    background-image: url("../images/2023_arrow2.png");
}

.main .right .mainSlide .swiper-container {
    margin-left: 125px;
    width: 100%;
    padding: 50px 0 50px;
}

.main .right .mainSlide .swiper-container .swiper-slide {
    position: relative;
    background-color: #000;
    width: 340px;
    height: 500px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/common/images/2023_ventureSlideBg.jpg");
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.main .right .mainSlide .swiper-container .swiper-slide>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
}

.main .right .mainSlide .swiper-container .swiper-slide .category {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 15px 5px;
    background-color: #29467E;
    color: #fff;
    margin-bottom: 30px;
}

.main .right .mainSlide .swiper-container .swiper-slide .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 30px;
    color: #fff;
    word-break: keep-all;
}

.main .right .mainSlide .swiper-container .swiper-slide .keyword {
    color: #fff;
    font-weight: 300;
    word-break: keep-all;
}

.main .right .mainSlide .swiper-container .swiper-slide .writer {
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.main .right .mainSlide .swiper-container .swiper-slide .position {
    word-break: keep-all;
    line-height: 1.4;
}

.main .right .mainSlide .swiper-container .swiper-slide p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.main .right .mainSlide .swiper-container .swiper-slide .hide {
    display: none;
}

.main .right .mainSlide .swiper-container .swiper-slide .profile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main .right .mainSlide .swiper-container .swiper-slide .profileImg {
    display: inline-block;
    min-width: 108px;
    height: 108px;
    margin-left: 20px;
}

.main .right .mainSlide .swiper-container .swiper-slide .profileImg img {
    display: block;
    width: 100%;
}

.main .market_btn,
.main .venture_btn {
    display: block;
    position: absolute;
    width: 85px;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 903;
    box-shadow: -2px 0 10px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/common/images/2023_marketBtnBg.jpg");
    transition: left 0.5s, right 0.5s;
}

.main .market_btn span,
.main .venture_btn span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 15px;
}

.main .venture_btn {
    right: auto;
    left: 0;
    background-image: url("/common/images/2023_ventureBg.jpg");
    box-shadow: 2px 0 10px 5px rgba(0, 0, 0, 0.3);
}

.main .market {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 903;
    padding-left: 85px;
    padding-right: 0;
}

.main .market .left {
    background-image: url("/common/images/2023_marketLeftBg.jpg");
    z-index: 902;
}

.main .market .right .top .titleWrap .title {
    color: #3a2a7f;
}

.main .market .right .mainSlide .swiper-container .swiper-slide {
    background-image: url("/common/images/2023_marketSlideBg.jpg");
}

.main .market .right .mainSlide .swiper-container .swiper-slide .num {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    width: 60px;
    height: 60px;
    background-color: #3a2a7f;
    border-radius: 100px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .market .right .mainSlide .swiper-container .swiper-slide .title {
    font-size: 26px;
}

.main .market .right .mainSlide .swiper-container .swiper-slide .word li {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
}

body.marketPage .market {
    left: 0;
}

.eventPopup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 998;
}

.eventPopup .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 85%;
    height: 100%;
    min-height: 100%;
    margin: auto;
}

.eventPopup .wrap .popup_inner {
    display: block;
    position: relative;
}

.eventPopup .wrap .popup_inner img {
    width: 100%;
}

.eventPopup .wrap .popup_inner a {
    display: block;
}

.eventPopup .wrap button.popup_close {
    position: absolute;
    top: 0%;
    right: -50px;
    width: 40px;
    height: 40px;
    background-image: url("/common/images/2023_close.png");
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer;
    filter: brightness(100) grayscale(1);
    z-index: 999;
}

.eventPopup .wrap a.quick {
    display: inline-block;
    position: absolute;
    left: 32%;
    bottom: 10%;
    width: 24%;
    height: 9.5%;
}

.eventPopup .wrap .notAgain {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.eventPopup .wrap .notAgain input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.eventPopup .wrap .notAgain input[type=checkbox]+label {
    cursor: pointer;
}

.eventPopup .wrap .notAgain input[type=checkbox]+label span {
    color: #fff;
}

.popup.on {
    display: block;
}

@media (max-width: 1666px) {
    .main .right {
        height: calc(100% - 100px);
    }

    .main .right .top {
        padding: 60px 5% 0 125px;
    }

    .main .right .top p {
        max-height: unset;
    }
}

@media (max-width: 1440px) {
    .main .left {
        width: 450px;
    }

    .main .right {
        max-width: calc(100% - 450px);
    }

    .main .right .top {
        padding: 60px 5% 0 80px;
    }

    .main .right .top .vol {
        padding-top: 7px;
    }

    .main .right .top p {
        max-height: 110px;
    }

    .main .right .middle {
        padding: 0 5% 0 80px;
    }

    .main .right .mainSlide .pagination {
        height: 200px;
        left: 20px;
    }

    .main .right .mainSlide .pagination .swiper-button-next,
    .main .right .mainSlide .pagination .swiper-button-prev {
        width: 85px;
        height: 85px;
        background-size: 20px;
    }

    .main .right .mainSlide .swiper-container {
        margin-left: 80px;
    }
}

@media (max-height: 870px) {
    .main .right .top .titleWrap {
        padding-bottom: 20px;
    }

    .main .right .top .titleWrap .title {
        font-size: 62px;
    }

    .main .right .top .titleWrap .vol {
        font-size: 24px;
    }

    .main .right .top p {
        font-size: 16px;
    }

    .main .right .mainSlide .pagination {
        height: 200px;
    }

    .main .right .mainSlide .pagination .swiper-button-next,
    .main .right .mainSlide .pagination .swiper-button-prev {
        width: 85px;
        height: 85px;
        background-size: 20px;
    }

    .main .right .mainSlide .swiper-container {
        padding-top: 30px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide {
        width: 340px;
        height: 400px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide>div {
        padding: 30px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide .title {
        font-size: 27px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide .keyword {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .main {
        height: auto;
    }

    .main .venture,
    .main .market {
        display: block;
        padding: 0;
        transition: top 0.8s;
    }

    .main .left {
        display: none;
        width: 100%;
        max-width: 100%;
        height: 900px;
    }

    .main .left>a {
        padding-top: 175px;
    }

    .main .right {
        margin: 0 auto;
        max-width: 100%;
        height: 100%;
    }

    .main .right .top {
        padding: 60px 5% 0 5%;
    }

    .main .right .top .titleWrap {
        display: block;
        position: fixed;
        top: 30px;
        left: calc(5% + 78px + 30px);
        z-index: 997;
    }

    .main .right .top .titleWrap .title {
        color: #fff;
        font-size: 34px;
        height: 34px;
        filter: brightness(100);
    }

    .main .right .top .titleWrap .title img {
        height: 100%;
    }

    .main .right .top .titleWrap .vol {
        color: #fff;
        font-size: 18px;
    }

    .main .right .top .titleWrap .vol * {
        color: #fff;
        font-weight: 300;
    }

    .main .right .top p {
        display: none;
        max-height: unset;
        padding-bottom: 30px;
    }

    .main .right .middle {
        padding: 140px 5% 0;
    }

    .main .right .middle .search {
        max-width: 100%;
    }

    .main .right .mainSlide {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .main .right .mainSlide .pagination {
        display: none;
    }

    .main .right .mainSlide .swiper-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 0;
    }

    .main .right .mainSlide .swiper-container .swiper-wrapper {
        display: block;
        position: static !important;
        transform: none !important;
    }

    .main .right .mainSlide .swiper-container .swiper-slide {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: unset;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .main .right .mainSlide .swiper-container .swiper-slide:last-child {
        margin-bottom: 0;
    }

    .main .right .mainSlide .swiper-container .swiper-slide::before {
        content: "";
        display: block;
        padding-top: 60%;
    }

    .main .right .mainSlide .swiper-container .swiper-slide>div {
        padding: 70px 40px 40px 70px;
    }

    .main .pageBtn {
        position: absolute;
        width: 100%;
        height: 95px;
        padding: 40px 0;
        right: auto;
        top: auto;
        left: 0;
        bottom: 100px;
        background-size: cover;
        background-image: url("/common/images/2023_marketBg_mo.jpg");
    }

    .main .pageBtn::before {
        content: "";
        display: block;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 96px;
        height: 25px;
        border-radius: 50px 50px 0 0;
        background-color: #423286;
        background-image: url("/common/images/2023_arrow02.png");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center 74%;
    }

    .main .pageBtn span {
        display: inline-block;
        writing-mode: unset;
        text-orientation: unset;
        font-size: 25px;
        letter-spacing: 5px;
    }

    .main .venture_btn {
        bottom: auto;
        top: 0;
        background-image: url("/common/images/2023_ventureBg_mo.jpg");
    }

    .main .venture_btn::before {
        background-color: #406099;
        background-image: url("/common/images/2023_arrow03.png");
    }

    .main .market {
        left: 0;
        right: auto;
        top: 100%;
        overflow: unset;
    }

    .main .market .right .top .titleWrap {
        display: none;
    }

    .main .market .right .mainSlide {
        padding-top: 0;
    }

    body.marketPage header {
        background-color: #3a2b80;
    }

    body.marketPage .venture {
        position: relative;
        z-index: -1;
    }

    body.marketPage .venture .market_btn {
        right: auto;
    }

    body.marketPage .market {
        left: auto;
        top: 126px;
        background-color: transparent;
        z-index: unset;
        padding-bottom: 126px;
    }

    body.marketPage .market .right {
        padding-top: 80px;
        background-color: #fff;
    }

    body.marketPage .market .right .footer {
        margin-top: 0;
    }

    body.marketPage .market .venture_btn.zIndex {
        z-index: 998;
    }

    body.marketPage .main .venture .right .top .titleWrap {
        display: none;
    }

    body.marketPage .main .market .right .top .titleWrap {
        display: block;
    }

    body.marketPage .footer {
        margin-top: 0;
    }

    body.marketPage .main .market .right .middle {
        padding: 40px 5% 80px !important;
    }
}

@media (max-width: 768px) {
    .main .right .mainSlide {
        padding-top: 60px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide>div {
        padding: 50px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide::before {
        padding-top: 80%;
    }

    .main .right .middle {
        padding: 120px 5% 0;
    }

    .main .right .middle.manyBtnVer {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
    }

    .main .right .middle.manyBtnVer form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main .right .middle.manyBtnVer .subscribe {
        width: calc(50% - 5px);
    }

    .eventPopup .wrap {
        width: 90%;
    }

    .eventPopup .wrap button.popup_close {
        top: 5px;
        right: 5px;
        width: 35px;
        height: 35px;
    }

    .eventPopup .wrap .notAgain {
        font-size: 16px;
    }

    body.marketPage .main .market .right .middle {
        padding: 10px 5% 60px !important;
    }

    body.marketPage .main .market .right .middle.manyBtnVer {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
    }

    body.marketPage .main .market .right .middle.manyBtnVer form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    body.marketPage .main .market .right .middle.manyBtnVer .subscribe {
        width: calc(50% - 5px);
    }
}

@media (max-width: 576px) {
    .main .right .top {
        padding: 80px 5% 0;
    }

    .main .right .top .titleWrap {
        left: calc(5% + 50px + 10px);
        top: 20px;
    }

    .main .right .top .titleWrap .title {
        font-size: 22px;
        height: 25px;
    }

    .main .right .top .titleWrap .vol {
        margin: 0;
        padding-top: 5px;
        font-size: 13px;
    }

    .main .right .middle {
        padding: 40px 5% 30px;
    }

    .main .right .middle form {
        width: calc(100% - 120px - 15px);
        margin-right: 15px;
    }

    .main .right .middle .search {
        height: 50px;
        max-width: 100%;
    }

    .main .right .middle .search input {
        padding-left: 12px;
        font-size: 16px;
    }

    .main .right .middle .search input::placeholder {
        font-size: 16px;
    }

    .main .right .middle .search button {
        width: 22px;
        height: 22px;
        right: 15px;
    }

    .main .right .middle .subscribe {
        width: 120px;
        height: 50px;
        font-size: 16px;
        padding: 15px 0 15px 20px;
        background-position: 15px center;
        background-size: 20px;
    }

    .main .right .mainSlide {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .main .right .mainSlide .swiper-container {
        padding-bottom: 0;
    }

    .main .right .mainSlide .swiper-container .swiper-slide {
        margin-bottom: 20px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide::before {
        padding-top: 100%;
    }

    .main .right .mainSlide .swiper-container .swiper-slide>div {
        padding: 30px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide .category {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide .title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide .keyword {
        font-size: 16px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide .writer {
        font-size: 18px;
    }

    .main .right .mainSlide .swiper-container .swiper-slide .profileImg {
        min-width: 90px;
        max-width: 90px;
        height: auto;
    }

    .main .pageBtn {
        padding: 18px 0 22px;
        height: 60px;
    }

    .main .pageBtn::before {
        width: 60px;
        height: 18px;
        background-size: 10px;
        background-position: center 60%;
        border-radius: 15px 15px 0 0;
        top: -18px;
    }

    .main .pageBtn span {
        text-align: center;
        font-size: 14px;
    }

    .main .market .right .top {
        padding: 30px 5% 30px;
    }

    .main .market .right .mainSlide .swiper-container .swiper-slide .num {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .main .market .right .mainSlide .swiper-container .swiper-slide .title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .main .market .right .mainSlide .swiper-container .swiper-slide .word li {
        font-size: 14px;
    }

    body.marketPage .market {
        top: 80px;
        padding-bottom: 80px;
    }

    body.marketPage .main .market .right .top {
        padding: 0;
    }

    body.marketPage .main .market .right .middle {
        padding: 40px 5% 30px !important;
    }
}

@media (max-width: 375px) {
    .main .right .middle form {
        width: calc(100% - 100px - 10px);
        margin-right: 10px;
    }

    .main .right .middle .search {
        height: 45px;
    }

    .main .right .middle .subscribe {
        width: 100px;
        height: 45px;
        font-size: 14px;
        padding: 10px 0 10px 14px;
        background-position: 13px center;
        background-size: 17px;
    }
}

@media (max-width: 340px) {
    .main .right .middle {
        display: block;
    }

    .main .right .middle form {
        width: 100%;
    }

    .main .right .middle .search {
        width: 100%;
        margin-bottom: 15px;
    }

    .main .right .middle .subscribe {
        margin-right: 0;
        margin-left: auto;
    }

    .main .right .mainSlide .swiper-container .swiper-slide>div {
        padding: 25px;
    }
}

.board {
    width: 90%;
    max-width: 1200px;
    padding-bottom: 6rem;
    padding-top: 126px;
    margin: 0 auto;
}

.board .top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 80px;
    z-index: 995;
}

.board .top .title {
    font-size: 2.15rem;
    font-weight: 800;
    text-align: center;
    word-break: keep-all;
    border-bottom: 7px solid #2288bb;
    padding-bottom: 5px;
    margin-bottom: 45px;
}

.board .top .search {
    position: relative;
    width: calc(100% - 160px - 30px);
    max-width: 560px;
    height: 52px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    background-color: #fff;
}

.board .top .search input {
    display: inline-block;
    float: left;
    width: calc(100% - 53px);
    height: 100%;
    padding-left: 20px;
    font-size: 18px;
}

.board .top .search input::placeholder {
    color: #dcdcdc;
}

.board .top .search button {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("../images/2023_search02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.7;
}

.board .bottom {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.board .bottom>.title {
    font-size: 28px;
    padding-bottom: 30px;
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 800;
    font-family: "axis";
}

.board .bottom .list {
    display: flex;
    flex-wrap: wrap;
}

.board .bottom .list li {
    position: relative;
    width: calc(25% - 22.5px);
    min-height: 400px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-image: url("/common/images/2023_listBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #cfcfcf;
    top: 0;
    transition: top 0.3s;
}

.board .bottom .list li:nth-child(4n) {
    margin-right: 0;
}

.board .bottom .list li:hover {
    top: -10px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.board .bottom .list li>a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.board .bottom .list li>a>span:last-child {
    max-width: calc(100% - 54px);
}

.board .bottom .list li .vol {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 15px 5px;
    background-color: #2288bb;
    color: #fff;
    margin-bottom: 15px;
}

.board .bottom .list li .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 15px;
    word-break: keep-all;
}

.board .bottom .list li .keyword {
    font-size: 19px;
    font-weight: 300;
    word-break: keep-all;
}

.board .bottom .list li .writer {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 8px;
}

.board .bottom .list li p {
    font-size: 14px;
    font-weight: 300;
    word-break: keep-all;
}

.board .bottom .list li .share {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.1);
    background-image: url("/common/images/2023_share02.png");
    background-size: 50px;
    background-position: center;
    z-index: 1;
    cursor: pointer;
}

.board .bottom .btn {
    display: block;
    position: relative;
    width: 79px;
    height: 41px;
    margin: 3rem auto 0;
    background-image: url("/common/images/btn01.png");
    background-size: 100%;
    cursor: pointer;
}

.board .bottom .btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1;
    z-index: 2;
}

.board .bottom .list02 {
    display: flex;
    flex-wrap: wrap;
}

.board .bottom .list02>li {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3rem;
}

.board .bottom .list02>li .img {
    display: block;
    position: relative;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
}

.board .bottom .list02>li .img img {
    display: block;
    width: 100%;
}

.board .bottom .list02>li .img img:hover {
    transition: all 0.3s linear;
    transform: scale(1.05);
    opacity: 0.35;
}

.board .bottom .list02>li .img.off {
    position: relative;
    cursor: default;
}

.board .bottom .list02>li .img.off::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/common/images/event_off.png");
    background-position: center;
    background-size: auto 65.4%;
    background-repeat: no-repeat;
    z-index: 2;
}

.board .bottom .list02>li .img.off2 {
    position: relative;
    cursor: default;
}

.board .bottom .list02>li .img.off2::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.board .bottom .list02>li .date {
    padding: 1.25rem 0 0.65rem;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.35;
    color: #5673d3;
}

.board .bottom .list02>li .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.board .bottom .list02>li .text a {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.25;
    word-break: keep-all;
}

.board .bottom .list02>li .text a span {
    color: #d8000f;
}

.board .bottom .list02>li .share {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.board .bottom .list02>li .share span {
    display: none;
    overflow: hidden;
}

.board .bottom .list02>li .share span button {
    padding-right: 2px;
    float: left;
}

.board .bottom .list02>li .share button {
    display: inline-block;
    cursor: pointer;
}

.board .bottom .list02>li .share button img {
    display: block;
    height: 33px;
}

.board .bottom .list02>li:nth-child(2n) {
    margin-right: 0;
}

.board .bottom .past_title {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #cbcbcb;
}

.board .bottom .past_title span {
    display: inline-block;
    padding: 0 0.5rem 1rem;
    font-size: 1.2rem;
    border-bottom: 2px solid #cbcbcb;
}

.board .bottom .past {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 2rem auto 4.5rem;
}

.board .bottom .past li {
    width: 21.25%;
    margin-right: 5%;
    margin-bottom: 3rem;
}

.board .bottom .past li a {
    display: block;
}

.board .bottom .past li a img {
    display: block;
    width: 100%;
    border: 1px solid #cbcbcb;
}

.board .bottom .past li p {
    padding-top: 0.5rem;
    font-size: 0.95rem;
}

.board .bottom .past li:nth-child(4n) {
    margin-right: 0;
}

.board .bottom .past li:nth-last-child(1),
.board .bottom .past li:nth-last-child(2),
.board .bottom .past li:nth-last-child(3),
.board .bottom .past li:nth-last-child(4) {
    margin-bottom: 0;
}

.board .bottom .past:last-child {
    margin-bottom: 0;
}

.board .bottom .subscribe {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.board .bottom .subscribe>label {
    display: inline-block;
    width: 188px;
    height: 60px;
    margin-right: 0.5rem;
    font-size: 0.9rem;
    line-height: 58px;
    border: 1px solid #333;
    cursor: pointer;
}

.board .bottom .subscribe>label:nth-child(4) {
    margin-right: 0;
}

.board .bottom .subscribe input[type=radio]:checked+label {
    background-color: #28b;
    border-color: #28b;
    color: #fff;
}

.board .bottom .subscribe #radio01:checked~.submit {
    display: block;
}

.board .bottom .subscribe #radio01:checked~.cancle {
    display: none;
}

.board .bottom .subscribe #radio02:checked~.cancle {
    display: block;
}

.board .bottom .subscribe #radio02:checked~.submit {
    display: none;
}

.board .bottom .subscribe .mail {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    background-color: #f2f2f2;
}

.board .bottom .subscribe .text {
    padding: 1.5rem 1rem;
    margin: 0.5rem 0 1.5rem;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    text-align: left;
}

.board .bottom .subscribe .text h3 {
    font-size: 1.1rem;
    word-break: break-all;
    text-align: justify;
}

.board .bottom .subscribe .text span {
    display: block;
    padding: 1rem 0;
    font-size: 0.9rem;
    line-height: 1.25;
    word-break: break-all;
    text-align: justify;
}

.board .bottom .subscribe .text ul li {
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.25;
    word-break: break-all;
    text-align: justify;
}

.board .bottom .subscribe .text ul li:last-child {
    padding-bottom: 0;
}

.board .bottom .subscribe .check label {
    font-size: 0.9rem;
    cursor: pointer;
}

.board .bottom .subscribe .enter {
    display: block;
    width: 188px;
    height: 60px;
    margin: 1.5rem auto 0;
    font-size: 0.9rem;
    background-color: #4b4e5d;
    color: #fff;
    cursor: pointer;
}

.board .bottom .subscribe .cancle {
    display: none;
}

.board .bottom .subscribe .submit,
.board .bottom .subscribe .cancle {
    padding-top: 2.5rem;
}

.board .bottom .page {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.board .bottom .page button {
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    background-image: url("/common/images/2023_share02.png");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.board .bottom .page button.prev {
    background-image: url("/common/images/2023_arrow.png");
}

.board .bottom .page button.next {
    background-image: url("/common/images/2023_arrow2.png");
}

.board .bottom .page ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
}

.board .bottom .page ul li {
    margin-right: 20px;
}

.board .bottom .page ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.board .bottom .page ul li.on a,
.board .bottom .page ul li a:hover {
    background-color: #2288bb;
    color: #fff;
}

.board .bottom .page ul li:last-child {
    margin-right: 0;
}

header.market~.board .top .title {
    border-color: #3A2A80;
}

header.market~.board .bottom .list li .vol {
    background-color: #3A2A80;
}

header.market~.board .page ul li.on a,
header.market~.board .bottom .page ul li a:hover {
    background-color: #3A2A80;
}

/*Ipad Pro*/
@media (max-width: 1200px) {
    .board .top {
        padding-top: 60px;
    }

    .board .top .search {
        width: 100%;
    }

    .board .top .title {
        font-size: 38px;
    }

    .board .bottom .list li {
        width: calc(33.3333% - 20px);
    }

    .board .bottom .list li:nth-child(4n) {
        margin-right: 30px;
    }

    .board .bottom .list li:nth-child(3n) {
        margin-right: 0;
    }

    header.market {
        background-color: #3A2A80;
    }
}

/*Ipad Pro*/
@media (max-width: 1200px) {
    .board {
        padding-top: 126px;
    }
}

/*Tablet*/
@media (max-width: 900px) {
    .board .bottom .list li {
        width: calc(50% - 15px);
    }

    .board .bottom .list li:nth-child(3n) {
        margin-right: 30px;
    }

    .board .bottom .list li:nth-child(2n) {
        margin-right: 0;
    }
}

/*Mobile*/
@media (max-width: 576px) {
    .board {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .board .top {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .board .top .title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .board .bottom .title {
        padding-bottom: 20px;
    }

    .board .bottom .list li {
        width: calc(50% - 10px);
        min-height: 320px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .board .bottom .list li:nth-child(3n) {
        margin-right: 20px;
    }

    .board .bottom .list li>a {
        padding: 20px;
    }

    .board .bottom .list li>a>span:last-child {
        max-width: calc(100% - 45px);
    }

    .board .bottom .list li .vol {
        font-size: 16px;
        padding: 5px 12px 4px;
        margin-bottom: 10px;
    }

    .board .bottom .list li .title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .board .bottom .list li .keyword {
        font-size: 16px;
    }

    .board .bottom .list li .writer {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .board .bottom .list li .share {
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 20px;
        background-size: 40px;
    }

    .board .bottom .list02>li .text a {
        font-size: 1rem;
        margin-right: 0;
    }

    .board .bottom .list02>li .share {
        width: 100%;
        margin-top: 0.35rem;
    }

    .board .bottom .list02>li .share button img {
        height: 30px;
    }

    .board .bottom .btn {
        margin: 2rem auto 0;
    }

    .board .bottom .past_title span {
        padding: 0 0.5rem 0.75rem;
        font-size: 0.95rem;
    }

    .board .bottom .past {
        width: 85%;
    }

    .board .bottom .past li {
        width: 100%;
        max-width: 304px;
        margin: 0 auto 3rem !important;
    }

    .board .bottom .past li:nth-last-child(1) {
        margin-bottom: 0 !important;
    }

    .board .bottom .page {
        margin-top: 40px;
    }

    .board .bottom .page button {
        width: 40px;
        height: 40px;
        background-size: 12px;
    }

    .board .bottom .page ul {
        margin: 0 20px;
    }

    .board .bottom .page ul li {
        margin-right: 10px;
    }

    .board .bottom .page ul li a {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .board .bottom .subscribe>label {
        width: auto;
        min-width: 43.5%;
        height: 55px;
        font-size: 0.85rem;
        line-height: 53px;
    }

    .board .bottom .subscribe .mail {
        padding: 0.75rem 0.75rem;
        font-size: 0.75rem;
    }

    .board .bottom .subscribe .submit,
    .board .bottom .subscribe .cancle {
        padding-top: 1.5rem;
    }

    .board .bottom .subscribe .text h3 {
        font-size: 0.95rem;
        text-align: left;
        word-break: keep-all;
    }

    .board .bottom .subscribe .text span {
        font-size: 0.75rem;
    }

    .board .bottom .subscribe .text ul li {
        font-size: 0.75rem;
    }

    .board .bottom .subscribe .text .check label {
        font-size: 0.75rem;
        word-break: keep-all;
    }
}

/*Mobile*/
@media (max-width: 450px) {
    .board .bottom .list li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}

section.sub {
    width: 100%;
}

section.sub .wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
}

section.sub .wrap .crawling-contents-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #aaaaaa;
}

section.sub .wrap .crawling-contents-top .keyword {
    padding-bottom: 20px;
}

section.sub .wrap .crawling-contents-top .keyword span {
    display: inline-block;
    font-size: 18px;
    color: #2288bb;
    margin-right: 5px;
}

section.sub .wrap .crawling-contents-top .keyword span:last-child {
    margin-right: 0;
}

section.sub .wrap .crawling-contents-top #crawling-contents-title {
    font-size: 48px;
    line-height: 1.3;
    padding-bottom: 40px;
    word-break: keep-all;
    padding-right: 80px;
    font-weight: 800;
}

section.sub .wrap .crawling-contents-top #crawling-contents-title02 {
    font-size: 30px;
}

section.sub .wrap .crawling-contents-top #crawling-contents-title sup {
    vertical-align: super;
}

section.sub .wrap .crawling-contents-top #crawling-contents-subtitle {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 20px;
    word-break: keep-all;
    margin-top: -30px;
    padding-bottom: 40px;
}

section.sub .wrap .crawling-contents-top sup,
section.sub .wrap .crawling-contents-top sub {
    font-size: 60%;
    color: #2288bb;
    font-weight: 600;
}

section.sub .wrap .crawling-contents-top sup *,
section.sub .wrap .crawling-contents-top sub * {
    font-size: 100%;
    color: #2288bb;
}

section.sub .wrap .crawling-contents-top sup {
    vertical-align: middle;
}

section.sub .wrap .crawling-contents-top .by {
    font-size: 18px;
    padding-bottom: 10px;
}

section.sub .wrap .crawling-contents-top .by * {
    display: inline-block;
    font-size: 100%;
}

section.sub .wrap .crawling-contents-top small {
    font-size: 16px;
    font-style: italic;
    color: #8d8d8d;
    line-height: 1.6;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-top p {
    padding-bottom: 45px;
    font-size: 18px;
    line-height: 1.8;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-top p:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-top p * {
    font-size: 100%;
}

section.sub .wrap .crawling-contents-top p sup,
section.sub .wrap .crawling-contents-top p sub {
    font-size: 70%;
    color: #2288bb;
    font-weight: 400;
}

section.sub .wrap .crawling-contents-top p small {
    font-size: 80%;
}

section.sub .wrap .crawling-contents-textbox {
    padding: 55px 0 115px;
}

section.sub .wrap .crawling-contents-textbox .textbox {
    font-size: 18px;
    padding-bottom: 80px;
    line-height: 1.8;
}

section.sub .wrap .crawling-contents-textbox .textbox:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox h3 {
    font-size: 28px;
    padding-bottom: 30px;
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 800;
}

section.sub .wrap .crawling-contents-textbox h3:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox h4 {
    font-size: 22px;
    padding-bottom: 20px;
    word-break: keep-all;
    line-height: 1.4;
}

section.sub .wrap .crawling-contents-textbox h4:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .quote {
    font-size: 28px;
    padding-bottom: 30px;
    word-break: keep-all;
    line-height: 1.4;
    color: #a57331;
    font-style: italic;
    text-align: center;
}

section.sub .wrap .crawling-contents-textbox .quote:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox p {
    padding-bottom: 45px;
    font-size: 18px;
    line-height: 1.8;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-textbox p:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox p * {
    font-size: 100%;
}

section.sub .wrap .crawling-contents-textbox p sup,
section.sub .wrap .crawling-contents-textbox p sub {
    font-size: 70%;
    color: #2288bb;
    font-weight: 400;
}

section.sub .wrap .crawling-contents-textbox p small {
    font-size: 80%;
}

section.sub .wrap .crawling-contents-textbox p b {
    display: inline;
}

section.sub .wrap .crawling-contents-textbox p a {
    display: inline;
}

section.sub .wrap .crawling-contents-textbox sup,
section.sub .wrap .crawling-contents-textbox sub {
    font-size: 70%;
    color: #2288bb;
    font-weight: 400;
}

section.sub .wrap .crawling-contents-textbox sup *,
section.sub .wrap .crawling-contents-textbox sub * {
    font-size: 100%;
    color: #2288bb;
}

section.sub .wrap .crawling-contents-textbox .link {
    display: inline;
    color: #2288bb;
    text-decoration: underline;
    word-break: break-all;
}

section.sub .wrap .crawling-contents-textbox .img {
    text-align: center;
    padding-bottom: 30px;
}

section.sub .wrap .crawling-contents-textbox .img:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .img>span {
    display: inline-block;
}

section.sub .wrap .crawling-contents-textbox .img>span span.caption {
    font-size: 90%;
    text-align: right;
    width: 100%;
}

section.sub .wrap .crawling-contents-textbox .img>span img {
    display: block;
    max-width: 100%;
    width: 100%;
}

section.sub .wrap .crawling-contents-textbox .img>span small {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    word-break: keep-all;
    text-align: left;
}

section.sub .wrap .crawling-contents-textbox .table.new {
    font-size: 15px;
}

section.sub .wrap .crawling-contents-textbox .table.new table th,
section.sub .wrap .crawling-contents-textbox .table.new table td {
    padding: 0.3% 1%;
}

section.sub .wrap .crawling-contents-textbox .table.new small {
    font-size: 14px;
}

section.sub .wrap .crawling-contents-textbox .table {
    margin-bottom: 40px;
    overflow: auto;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-textbox .table caption {
    font-size: 90%;
    text-align: right;
}

section.sub .wrap .crawling-contents-textbox .table table {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

section.sub .wrap .crawling-contents-textbox .table table th,
section.sub .wrap .crawling-contents-textbox .table table td {
    padding: 1%;
    font-weight: 300;
    line-height: 1.65;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    word-break: break-all;
    text-align: justify;
    text-align: center;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-textbox .table table th:last-child,
section.sub .wrap .crawling-contents-textbox .table table td:last-child {
    border-right: none;
}

section.sub .wrap .crawling-contents-textbox .table table th {
    border-bottom: 1px solid #ccc;
    background-color: #def3f8;
    font-weight: bold;
    text-align: center;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-textbox .table table .th {
    font-weight: bold;
    background-color: #ddf3f8;
    text-align: center;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-textbox .table table b {
    display: inline;
    font-weight: bold;
}

section.sub .wrap .crawling-contents-textbox .table .center td {
    text-align: center;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-textbox .table:last-child {
    margin-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

section.sub .wrap .crawling-contents-textbox .flex>span {
    display: inline-block;
    margin-right: 30px;
}

section.sub .wrap .crawling-contents-textbox .flex>span img.bottom {
    margin-bottom: 30px;
}

section.sub .wrap .crawling-contents-textbox .flex>span:last-child {
    margin-right: 0;
}

section.sub .wrap .crawling-contents-textbox .flex:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .flex02 {
    display: flex;
}

section.sub .wrap .crawling-contents-textbox .flex02>span {
    display: inline-block;
}

section.sub .wrap .crawling-contents-textbox .flex02>span:last-child {
    margin-right: 0;
}

section.sub .wrap .crawling-contents-textbox .flex02:last-child {
    padding-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .line {
    width: 18px;
    height: 3px;
    background-color: #2288bb;
    margin: 0 auto 20px;
}

section.sub .wrap .crawling-contents-textbox .tag01 {
    font-size: 16px;
    background-color: #2288bb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 3px 10px;
}

section.sub .wrap .crawling-contents-textbox .tag02 {
    font-size: 16px;
    background-color: #2288bb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
}

section.sub .wrap .crawling-contents-textbox .tag03 {
    width: fit-content;
    margin: 0 auto;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #fff;
    background-color: #6289c6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 5px;
}

section.sub .wrap .crawling-contents-textbox .box01 {
    position: relative;
    background-color: #f2f2f2;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
}

section.sub .wrap .crawling-contents-textbox .box01:last-child {
    margin-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .box01 .list {
    font-size: 16px;
}

section.sub .wrap .crawling-contents-textbox .box02 {
    position: relative;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px;
    font-size: 18px;
}

section.sub .wrap .crawling-contents-textbox .box02:last-child {
    margin-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .box02 .list {
    font-size: 16px;
}

section.sub .wrap .crawling-contents-textbox .list {
    text-align: left;
    line-height: 1.5;
    word-break: keep-all;
}

section.sub .wrap .crawling-contents-textbox .list li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

section.sub .wrap .crawling-contents-textbox .list li>span:first-child {
    margin-right: 5px;
}

section.sub .wrap .crawling-contents-textbox .annotation {
    font-size: 16px;
    font-style: italic;
    color: #8d8d8d;
    line-height: 1.6;
    padding-bottom: 10px;
}

section.sub .wrap .crawling-contents-textbox .annotation * {
    display: inline-block;
    font-size: 100%;
    color: #8d8d8d;
}

section.sub .wrap .crawling-contents-textbox .annotation a {
    display: inline;
    word-break: break-all;
}

section.sub .wrap .crawling-contents-textbox .toggleBar {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
}

section.sub .wrap .crawling-contents-textbox .toggleBar:last-child {
    margin-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .toggleBar .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 30px;
}

section.sub .wrap .crawling-contents-textbox .toggleBar .top h5 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    background: linear-gradient(to top, transparent 10%, #fffaaa 10%, #fffaaa 40%, transparent 30%);
}

section.sub .wrap .crawling-contents-textbox .toggleBar .top .toggle {
    width: 60px;
    height: 60px;
    background-image: url("/common/images/2023_toggleBtn_on.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    cursor: pointer;
    transition: 0.3s;
    transform-origin: center;
}

section.sub .wrap .crawling-contents-textbox .toggleBar .con {
    padding: 30px 0 0;
}

section.sub .wrap .crawling-contents-textbox .toggleBar .con .text {
    padding: 0 30px 30px;
}

section.sub .wrap .crawling-contents-textbox .toggleBar .con .box {
    background-color: #e8f3f8;
    padding: 40px;
    margin-bottom: 30px;
}

section.sub .wrap .crawling-contents-textbox .toggleBar .con .box:last-child {
    margin-bottom: 0;
}

section.sub .wrap .crawling-contents-textbox .toggleBar.on .top .toggle {
    background-image: url("/common/images/2023_toggleBtn.png");
}

section.sub .wrap .crawling-contents-textbox .imgTitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
}

section.sub .wrap .crawling-contents-textbox .imgTitle * {
    display: inline-block;
}

section.sub .wrap .crawling-contents-textbox .imgTitle .tag01,
section.sub .wrap .crawling-contents-textbox .imgTitle .tag02 {
    margin-right: 10px;
    margin-top: 3px;
    max-height: 35px;
    min-width: 70px;
    line-height: 1.2;
}

section.sub .wrap .crawling-contents-textbox .notice {
    position: relative;
    background-color: #f2f2f2;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 18px;
}

.movement .wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 20px;
}

.movement .wrap>a {
    position: absolute;
    font-size: 20px;
    font-family: "axis";
    font-weight: 800;
    color: #ddd;
    letter-spacing: 5px;
}

.movement .wrap>a span {
    font-size: 100%;
    font-family: "axis";
    font-weight: 800;
    color: #ddd;
    letter-spacing: 5px;
}

.movement .wrap>a#prev-btn {
    left: 0;
}

.movement .wrap>a#next-btn {
    right: 0;
}

.movement .wrap .present {
    position: relative;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    word-break: keep-all;
    width: auto;
    max-width: calc(100% - 220px);
}

.function {
    position: relative;
    bottom: 3%;
    width: 90%;
    max-width: 550px;
    background-color: #2288bb;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.function .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.function .icon>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    max-width: 50px;
    width: 16%;
    margin-right: 5%;
}

.function .icon>a img {
    width: auto;
    max-width: 100%;
}

.function .icon>a span {
    display: none;
    font-size: 14px;
    color: #fff;
    max-width: 35px;
    text-align: center;
}

.function .icon>a.home span {
    max-width: 50px;
}

.function .icon>a.print span {
    max-width: 40px;
}

.function .icon>a:hover img {
    display: none;
}

.function .icon>a:hover span {
    display: block;
}

.function .icon .scrollTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 14px;
    min-width: 50px;
    max-width: 50px;
    width: 16%;
    font-weight: 900;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 0;
}

.function .icon .scrollTop::before {
    content: "▲";
    font-size: 12px;
    color: #fff;
    margin-bottom: 3px;
}

.function>p {
    width: 100%;
    background-color: #333;
    padding: 30px 5%;
    text-align: center;
    margin-bottom: 0;
}

.sharePopup.on {
    display: block;
}

.sharePopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.sharePopup .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sharePopup .wrap .share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 20px;
    width: 90%;
    max-width: 450px;
    height: 250px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    z-index: 997;
}

.sharePopup .wrap .share .close {
    position: absolute;
    top: 0;
    right: -50px;
    width: 40px;
    height: 40px;
    background-image: url("/common/images/2023_close.png");
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(100);
}

.sharePopup .wrap .share>button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(25% - 10px);
    cursor: pointer;
    text-align: center;
    margin: 0 5px;
}

.sharePopup .wrap .share>button img {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sharePopup .wrap .share>button small {
    font-size: 16px;
}

.marker {
    background: linear-gradient(to top, transparent 10%, #fffaaa 10%, #fffaaa 40%, transparent 30%);
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-wrap.row3 span:nth-child(3n) {
    margin-right: 0 !important;
}

.just-center {
    justify-content: center !important;
}

.just-between {
    justify-content: space-between !important;
}

.just-start {
    justify-content: start !important;
}

.just-end {
    justify-content: end !important;
}

.align-center {
    align-items: center !important;
}

.align-start {
    align-items: flex-start !important;
}

.align-end {
    align-items: flex-end !important;
}

.align-stretch {
    align-items: stretch !important;
}

.flex-d-col {
    flex-direction: column !important;
}

.flex-d-col>span {
    margin-right: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-just {
    text-align: justify !important;
}

.word-keep {
    word-break: keep-all !important;
    text-align: left !important;
}

.keep-all {
    word-break: keep-all !important;
}

.break-all {
    word-break: break-all;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

.line-h-12 {
    line-height: 1.2 !important;
}

.underline {
    text-decoration: underline;
}

.axis {
    font-family: "axis";
}

header.market~section.sub .wrap .crawling-contents-textbox .line {
    background-color: #3A2A80;
}

header.market~.movement .wrap .present {
    border-color: #3A2A80;
}

header.market~.function {
    background-color: #3A2A80;
}

.imgZoomPopup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.imgZoomPopup .wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.imgZoomPopup .wrap button.close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url("/common/images/2023_close.png");
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer;
    filter: brightness(100) grayscale(1);
    z-index: 999;
}

.imgZoomPopup .wrap img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.imgZoomPopup.on {
    display: flex;
}

.imgZoom {
    cursor: pointer;
}

@media (max-width: 1365px) {
    .movement .wrap {
        justify-content: center;
    }

    .movement .wrap .present {
        margin: 0 30px;
    }
}

@media (max-width: 1200px) {
    .movement {
        margin-top: 126px;
    }

    .movement .wrap .present {
        margin: 0;
    }

    section.sub .wrap .crawling-contents-top #crawling-contents-title {
        padding-right: 0;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1200 {
        flex-direction: column;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1200>span {
        display: block;
        width: 100%;
        min-width: auto !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 30px;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1200>span:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    section.sub .wrap .crawling-contents-textbox .textbox .flex_1024 {
        flex-direction: column;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1024>span {
        display: block;
        width: 100%;
        min-width: auto !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 30px;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1024>span:last-child {
        margin-bottom: 0;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1024_col_mo {
        flex-direction: column-reverse;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1024_col_mo>span:first-child {
        margin-bottom: 0 !important;
    }

    section.sub .wrap .crawling-contents-textbox .textbox .flex_1024_col_mo>span:last-child {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 768px) {
    .sub .wrap .crawling-contents-textbox .textbox .flex {
        flex-direction: column;
    }

    .sub .wrap .crawling-contents-textbox .textbox .flex>span {
        display: block;
        width: 100%;
        min-width: auto !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 30px;
    }

    .sub .wrap .crawling-contents-textbox .textbox .flex>span:last-child {
        margin-bottom: 0;
    }

    .sub .wrap .crawling-contents-textbox .textbox .flex_col_mo {
        flex-direction: column-reverse;
    }

    .sub .wrap .crawling-contents-textbox .textbox .flex_col_mo>span:first-child {
        margin-bottom: 0 !important;
    }

    .sub .wrap .crawling-contents-textbox .textbox .flex_col_mo>span:last-child {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 576px) {
    .movement {
        margin-top: 80px;
    }

    .movement .wrap {
        padding: 40px 0 0;
    }

    .movement .wrap .present {
        font-size: 15px;
        max-width: calc(100% - 170px);
    }

    .movement .wrap>a {
        font-size: 15px;
    }

    .function .icon>a {
        min-width: unset;
        max-width: unset;
        margin-right: unset;
    }

    .sharePopup .wrap .share {
        padding: 15px;
        height: auto;
    }

    .sharePopup .wrap .share .close {
        top: -40px;
        right: 0;
        width: 35px;
        height: 35px;
    }

    .sharePopup .wrap .share>button {
        width: 25%;
        margin: 0;
        margin-bottom: 10px;
    }

    .sharePopup .wrap .share>button:nth-last-of-type(-n + 4) {
        margin-bottom: 0;
    }

    .sharePopup .wrap .share>button img {
        width: auto;
        max-width: 80%;
    }

    .sharePopup .wrap .share>button small {
        font-size: 12px;
    }

    section.sub .wrap .crawling-contents-top {
        padding-bottom: 40px;
    }

    section.sub .wrap .crawling-contents-top .keyword {
        padding-bottom: 10px;
    }

    section.sub .wrap .crawling-contents-top #crawling-contents-title {
        font-size: 30px;
        padding-bottom: 25px;
    }

    section.sub .wrap .crawling-contents-top #crawling-contents-title02 {
        font-size: 27px;
        padding-bottom: 25px;
    }

    section.sub .wrap .crawling-contents-top #crawling-contents-subtitle {
        font-size: 20px;
        padding-bottom: 25px;
        margin-top: -20px;
    }

    section.sub .wrap .crawling-contents-top .by {
        font-size: 16px;
        padding-bottom: 25px;
    }

    section.sub .wrap .crawling-contents-top small {
        font-size: 14px;
    }

    section.sub .wrap .crawling-contents-top p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    section.sub .wrap .crawling-contents-textbox {
        padding: 40px 0 60px;
    }

    section.sub .wrap .crawling-contents-textbox .textbox {
        font-size: 16px;
        padding-bottom: 60px;
    }

    section.sub .wrap .crawling-contents-textbox h3 {
        font-size: 22px;
        padding-bottom: 20px;
    }

    section.sub .wrap .crawling-contents-textbox h4 {
        font-size: 19px;
        padding-bottom: 20px;
    }

    section.sub .wrap .crawling-contents-textbox .quote {
        font-size: 20px;
        padding-bottom: 20px;
    }

    section.sub .wrap .crawling-contents-textbox p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    section.sub .wrap .crawling-contents-textbox .img>span small {
        font-size: 13px;
    }

    section.sub .wrap .crawling-contents-textbox .annotation {
        font-size: 14px;
    }

    section.sub .wrap .crawling-contents-textbox .table {
        font-size: 16px;
    }

    section.sub .wrap .crawling-contents-textbox .toggleBar {
        margin-bottom: 15px;
    }

    section.sub .wrap .crawling-contents-textbox .toggleBar .top {
        padding: 0 20px;
    }

    section.sub .wrap .crawling-contents-textbox .toggleBar .top h5 {
        font-size: 16px;
        padding-top: 10px;
    }

    section.sub .wrap .crawling-contents-textbox .toggleBar .top .toggle {
        width: 45px;
        height: 45px;
        background-size: 20px;
    }

    section.sub .wrap .crawling-contents-textbox .toggleBar .con {
        padding: 20px 0 0;
    }

    section.sub .wrap .crawling-contents-textbox .toggleBar .con .text {
        padding: 0 20px 20px;
    }

    section.sub .wrap .crawling-contents-textbox .toggleBar .con .box {
        padding: 20px;
    }

    section.sub .wrap .crawling-contents-textbox .imgTitle {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    section.sub .wrap .crawling-contents-textbox .imgTitle .tag01,
    section.sub .wrap .crawling-contents-textbox .imgTitle .tag02 {
        font-size: 14px;
        padding: 0;
        min-width: 60px;
        line-height: 1.4;
        margin-top: 2px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    section.sub .wrap .crawling-contents-textbox .imgTitle b {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }

    section.sub .wrap .crawling-contents-textbox .notice {
        font-size: 14px;
        line-height: 1.6;
    }

    body.marketPage .market .right {
        padding-top: 60px;
    }

    .imgZoomPopup .wrap button.close {
        width: 30px;
        height: 30px;
        top: -40px;
    }
}

@media (max-width: 350px) {
    .movement .wrap .present {
        font-size: 4vw;
    }

    .movement .wrap>a {
        font-size: 4vw;
    }
}

@pages {
    size: auto;
}

@media print {
    header.sub {
        display: none;
    }

    .function {
        display: none;
    }
}

/*# sourceMappingURL=2023_style.css.map */