﻿.width_box02 .page_tit {
    margin-bottom: 60px;
}

    .width_box02 .page_tit p {
        font-size: 14px;
    }

    .width_box02 .page_tit h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .width_box02 .page_tit h3 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #202020;
    }

    .width_box02 .page_tit h4 {
        font-weight: 400;
        margin-bottom: 0px;
    }

.width_box02 .gray-600 {
    color: #a2a2a2;
}

.t_959 {
    display: none;
}

.sub_contentBox {
    background: #f8f8fb;
}

.contents-main {
    display: inline-flex;
    gap: 20px;
    width: 100%;
}

    .contents-main hr {
        height: 1px;
        background-color: #383838;
    }

.contents-section {
    display: inline-grid;
    gap: 30px;
    /*padding-bottom: 30px;*/
    width: 100%;
}

.market-regist-box {
    border-radius: 10px;
    background: #fff;
    /* border: 1px solid #E0E0E0;*/
    padding: 15px 20px;
    margin: 0 1em;
}

    /*.market-regist-box tr { border-top: 1px solid #E0E0E0; }*/
    .market-regist-box th {
        font-weight: 600;
        padding: 10px 0;
        font-size: 1.125rem;
    }

    .market-regist-box td {
        padding: 10px 0 10px 10px;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }

    .market-regist-box input {
        /*margin-bottom: 2px; margin-top: 2px;*/
        height: 45px;
        border-radius: 10px;
        border: 1px solid #EAEAEA;
        font-size: 14px;
        width: 100%; /*추가*/
    }

        .market-regist-box input::placeholder {
            color: #9E9E9E;
            opacity: 1;
        }

        .market-regist-box input:disabled {
            background-color: #f5f5f5;
        }

    .market-regist-box a {
        height: 45px;
        border-radius: 10px;
        border: 1px solid #E0E0E0;
        line-height: 45px;
        /*padding: 0 15px;*/
    }

        .market-regist-box a.btn {
            width: 100%;
            user-select: none;
            margin-top: 0px !important;
            display: inline-block !important;
            background: #fff;
            padding: 0 !important;
        }

        .market-regist-box a.btn-active {
            /*padding-left: 2px; padding-right: 25px; */
            color: #26709A;
            border: 1px solid #26709A;
            transition: transform 0.2s ease-out, background-color 0.2s ease-out;
        }

            .market-regist-box a.btn-active:hover {
                color: #fff;
                background: #2685C4;
                border: 1px solid #26709A;
                transition: transform 0.2s ease-out, background-color 0.2s ease-out;
            }

            .market-regist-box a.btn-active img {
                vertical-align: text-top;
                padding-right: 10px;
            }

            .market-regist-box a.btn-active.selected {
                /*padding-left: 2px; padding-right: 12px;*/
                border: 1px solid #2685C4;
                color: #FFFFFF;
                background-color: #2685C4;
            }

                .market-regist-box a.btn-active.selected img {
                    vertical-align: text-top;
                    padding-right: 10px;
                }

        .market-regist-box a.btn-select {
            /*padding-left: 2px; padding-right: 25px;*/
            color: #9E9E9E;
            transition: transform 0.2s ease-out, background-color 0.2s ease-out;
            white-space: nowrap;
        }

            .market-regist-box a.btn-select img {
                vertical-align: text-top;
                padding-right: 10px;
            }

            .market-regist-box a.btn-select.selected {
                padding-left: 2px;
                padding-right: 12px;
                border: 1px solid #26709A;
                color: #FFFFFF;
                background-color: #26709A;
            }

                .market-regist-box a.btn-select.selected img {
                    vertical-align: text-top;
                    padding-right: 10px;
                }

        .market-regist-box a.btn-regist {
            border: 1px solid #202020;
            color: #202020;
            transition: transform 0.3s ease-out, background-color 0.3s ease-out;
        }

            .market-regist-box a.btn-regist:hover {
                border: 1px solid #202020;
                background-color: #202020;
                color: #FFFFFF;
            }

        .market-regist-box a.btn-edit {
            border: none;
            /* background-color: #D9F1FB;*/
            background: #8C8C8C;
            color: #fff;
        }

.width_box02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*    padding: 0 20px;*/
    min-width: 360px;
    padding-top: 140px;
}

    .width_box02 .contents-main .w100p {
        width: 30%;
        display: block;
    }

.marketTitle {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #202020;
}

.market-info-box {
    border-radius: 10px;
    background: #fff;
    /*border: 1px solid #E0E0E0;*/
    padding: 10px 20px;
    margin-bottom: 20px;
}

    .market-info-box h4 {
        font-weight: 500;
    }

.market-info h4:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #202020;
    display: inline-block;
    margin: 5px 10px 5px 0px;
}

.market-info {
    /*width: 270px;*/
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

    .market-info[selected] {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 10px 0px 10px;
    }

        .market-info[selected] img {
            width: 25px;
            height: 25px;
        }

.gg-add.inactive {
    display: none;
}

.error-message {
    font-size: smaller;
    position: absolute;
    top: 58px;
    left: 13px;
    white-space: nowrap;
    color: #FF0000;
}

.error-message-mobile {
    font-size: smaller;
    position: absolute;
    top: 58px;
    left: 13px;
    white-space: nowrap;
    color: #FF0000;
    display: contents;
}

.width_box02 .gg-check-2 {
    color: #202020;
    scale: 2;
}

.more_arwBtn {
    display: none;
}

@media (min-width:960px) {
}

@media (min-width:769px) {
    .Tnone {
        display: none;
    }
}

@media (max-width:768px) {
    .width_box02 .page_tit {
        margin-bottom: 50px;
        padding: 0 1em;
    }

    .market-list  {
        display: block !important;
    }

    .width_box02 .t_view {
        display: none;
    }

    .t_959 {
        display: block;
    }

    .contents-main {
        display: block;
    }

    .width_box02 .contents-main .w100p {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
        border-radius: 10px 10px 0 0;
        left: 0;
        padding: 0 20px;
        box-shadow: 7px 5px 15px rgba(0, 0, 0, 0.3);
        /*overflow: scroll;*/
    }

        .width_box02 .contents-main .w100p .contents-section {
            gap: 0;
            padding-bottom: 20px;
        }

    .Tnone {
        display: none;
    }

    .Tnone {
        display: block;
    }

    .listTable {
        display: none;
    }

    .marketT01 {
        border-bottom: 1px solid #eaeaea;
        padding: 0 0 10px 0;
    }

        .marketT01 > div {
            margin: 10px 0;
        }

    .market-info-box {
        padding: 10px 0px 0;
        /*max-height: 0;*/
    }

    .BoxWrap {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }

        .BoxWrap.open {
            max-height: 500px;
            padding: 10px;
        }


    .market-info-box .marketInfo {
        display: contents;
    }

        .market-info-box .marketInfo::before {
            margin: 20px 10px 10px 0px;
        }

        .market-info-box .marketInfo > div > div {
            margin: 5px 0;
            line-height: 25px;
        }

    .marketInfo > div {
        padding: 0 5px;
        border-radius: 5px;
        margin: 5px 0 0;
        width: 44%;
    }

    .market-info-box02 {
        padding-bottom: 20px;
    }

        .market-info-box02 button {
            height: 60px;
            font-size: 18px;
            font-weight: 600;
        }

    .more_arwBtn {
        position: absolute;
        width: 80px;
        height: 40px;
        display: inline-block;
        line-height: 50px;
        top: -40px;
        left: 50%;
        z-index: 99;
        margin-left: -40px;
        text-align: center;
        background: linear-gradient(to right, #227FC2, #52C6D6);
        border-radius: 50px 50px 0px 0px;
        color: #fff;
        font-weight: 600;
    }

    .buttoWrap {
        display: flex;
        gap: 10px;
    }

        .buttoWrap div {
            width: 100%;
            text-align: center;
        }
}

@media (max-width:480px) {
}

.marketT01 {
    margin-top: 20px;
}

.Tnone .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.useBox {
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #1E5D80;
    color: #fff;
    width: 70px;
    margin: 0 auto;
    font-size: 14px;
}

.masterBox {
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #481e80;
    color: #fff;
    width: 70px;
    margin: 0 auto;
    font-size: 14px;
}

.stopBox {
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #80561e;
    color: #fff;
    width: 70px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

.marketInfo {
    display: flex;
}

    /* .marketInfo::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #202020;
  margin: 33px 10px 0px 0;
}*/

    .marketInfo > div {
        display: inline-flex;
    }

        .marketInfo > div > div {
            margin: 15px 0 10px;
            line-height: 2.5;
        }

    .marketInfo div .flat_logoIcon {
        padding-right: 10px;
    }

.reBox {
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    border: 1px solid #8C8C8C;
    width: 70px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

.mr2 {
    margin-right: 2px;
}

.pr20 {
    padding-right: 20px;
}

.cb {
    color: #1E5D80;
}

.fb {
    color: #202020;
}

.mt10 {
    margin-top: 10px;
}

.tbw5 {
    width: 5%;
    vertical-align: middle;
}

.tbw20 {
    width: 20%;
}

.tbw25 {
    width: 25%;
}

.tbw15 {
    width: 15%;
}

.tb105 {
    width: 105px;
}

.modal-body .modal_text {
    font-size: 14px;
    padding-top: 10px;
    color: #8C8C8C;
}

.modal-buttons button.de_btn {
    font-size: 12px;
    border: none;
}

    .modal-buttons button.de_btn:hover {
        background: none;
        color: #8C8C8C;
    }
