/* BTS ARCHIVE */
.bts-section-archive {
    background-color: #fff;
}

.bts-section-archive>.con {
    min-height: 779px;
}

.bts-section-archive>.con>.header {
    display: flex;
    width: 100%;
    /* border-bottom: 3px solid #fff; */
}

.bts-section-archive>.con>.header>.left {
    flex: 1 1 auto;
    width: 50%;
    padding: 12px 20px;
    text-align: left;
    background-color: #000;
}

.bts-section-archive>.con>.header>.left>img {
    display: inline-block;
    width: 366px;
}

.bts-section-archive>.con>.header>.right {
    flex: 1 1 auto;
    width: 50%;
}

.bts-section-archive>.con>.header>.right>ul {
    display: flex;
    position: relative;
    height: 100%;
}

.bts-section-archive>.con>.header>.right>ul>li {
    flex: 1 1 auto;
    width: 50%;
    height: 100%;
    padding: 8px 12px;
    font-size: 0%;
    text-align: left;
    vertical-align: top;
    border-left: 3px solid #fff;
    background-color: #000;
    cursor: pointer;
}

.bts-section-archive>.con>.header>.right>ul>li>.text {
    display: inline-block;
    font-family: 'Monte Stella';
    font-weight: 200;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 30px;
}

.bts-section-archive>.con>.header>.right>ul>li.on {
    background-color: #C1003C;
}

.bts-section-archive>.con>.gallery {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}

.bts-section-archive>.con>.gallery>.wrap {}

.bts-section-archive>.con>.gallery>.wrap>.row {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.bts-section-archive>.con>.gallery>.wrap>.row>table {
    table-layout: fixed;
}

.bts-section-archive>.con>.gallery>.wrap>.row>table>tbody {}

.bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr {}

.bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td {
    position: relative;
    max-width: 100%;
    /* width: 1%; */
    white-space: nowrap;
    font-size: 0;
    border: 5px solid #fff;
    border-bottom: 0;
    background-color: #eaebeb;
    cursor: pointer;
    border-bottom: 0;
}

.bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td.last {
    /* background-color: transparent; */
}

.bts-section-archive>.con>.gallery>.wrap>.row:last-child>table>tbody>tr>td {
    border-bottom: 3px solid #fff;
}

.bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td>img {
    /* width: 50%; */
}

.bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td>.outline {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    box-sizing: border-box;
}

.bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td.selected>.outline {
    display: block;
}


.bts-section-archive>.con>.gallery>.wrap>.row>ul {
    width: 2000px;
}

.bts-section-archive>.con>.gallery>.wrap>.row>ul>li {
    display: inline-block;
}

.bts-section-archive>.con>.gallery>.wrap>.row>ul>li>.item {
    display: inline-block;
    position: relative;
}

.bts-section-archive>.con>.gallery>.wrap>.row>ul>li>.item>img {
    display: block;
    width: 50%;
}

.bts-section-archive>.con>.gallery>.mb {
    display: none;
    position: relative;
    width: 100%;
}

.bts-section-archive>.con>.gallery>.mb>img {
    display: block;
    width: 100%;
}

.bts-section-archive>.con>.gallery>.control {
    display: flex;
    border-top: 3px solid #000;
}

.bts-section-archive>.con>.gallery>.control>.left {
    flex: 0 0 auto;
    width: 187px;
    padding: 12px 20px;
}

.bts-section-archive>.con>.gallery>.control>.left>.text {
    font-family: 'Monte Stella';
    font-weight: 500;
    text-align: left;
    font-size: 17px;
    line-height: 1.2;
}

.bts-section-archive>.con>.gallery>.control>.left>.count {
    font-family: 'Monte Stella';
    font-weight: 500;
    text-align: left;
    font-size: 13px;
}

.bts-section-archive>.con>.gallery>.control>.center {
    flex: 0 0 auto;
    width: 917px;
    padding-top: 8px;
}

.bts-section-archive>.con>.gallery>.control>.center>ul {
    display: flex;
    height: 64px;
}

.bts-section-archive>.con>.gallery>.control>.center>ul>li {
    display: inline-block;
    position: relative;
    height: 100%;
    width: auto;
    margin-right: 3px;
    background-color: #E6E6E6;
    cursor: pointer;
}

.bts-section-archive>.con>.gallery>.control>.center>ul>li>img {
    width: auto;
    height: 100%;
}

.bts-section-archive>.con>.gallery>.control>.center>ul>li>.btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

.bts-section-archive>.con>.gallery>.control>.center>ul>li>.btn-remove>img {
    width: 100%;
}

.bts-section-archive>.con>.gallery>.control>.right {
    flex: 0 0 auto;
    width: 336px;
    background-color: #C1003C;
}

.bts-section-archive>.con>.gallery>.control>.right>.text {
    font-family: 'Monte Stella';
    font-weight: 400;
    text-align: center;
    font-size: 50px;
    width: 100%;
    height: 100%;
    line-height: 80px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
}

.bts-section-archive>.con>.gallery>.message {
    display: none;
}

.bts-section-archive>.con>.studio {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bts-section-archive>.con>.studio>.con {
    display: block;
    position: relative;
    width: 1065px;
    margin-left: auto;
    margin-right: auto;
}

.bts-section-archive>.con>.studio>.con>.top {
    display: flex;
    margin-bottom: 10px;
}

.bts-section-archive>.con>.studio>.con>.top>.left {
    flex: 0 0 auto;
    width: 630px;
}

/* 캔버스 */
.canvas {
    display: block;
    position: relative;
    width: 615px;
    height: 615px;
    border: 1px solid #C8C8C8;
    user-select: none;
    overflow: hidden;
}

.canvas>.text {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    font-family: 'Monte Stella';
    font-weight: 400;
    text-align: center;
    font-size: 50px;
    color: #c8c8c8;
    text-align: center;
    text-transform: uppercase;
}

.canvas>img.img-proof {
    position: absolute;
    width: 78px;
    left: 15px;
    bottom: 15px;
    z-index: 1;
}

.canvas>img.img-my-bts-archive {
    position: absolute;
    width: 137px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.canvas .img-white {
    display: none;
}

.canvas .img-black {
    display: block;
}

.canvas>.img-obj-list {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.canvas>.img-obj-list>.img-obj {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: move;
    overflow: hidden;
}

.canvas>.img-obj-list>.img-obj>.outline {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid rgb(100, 100, 100);
}

.canvas>.img-obj-list>.img-obj.on>.outline {
    display: block;
}

.canvas>.img-obj-list>.img-obj.on>.resizer {
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: rgb(100, 100, 100);
}

.canvas>.img-obj-list>.img-obj.on>.resizer {
    cursor: se-resize;
    z-index: 10;
}

.bts-section-archive>.con>.studio>.con>.top>.right {
    flex: 0 0 auto;
    width: 435px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #C8C8C8;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.image {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #c8c8c8;
    height: 395px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.image>.label {
    font-family: 'Monte Stella';
    font-weight: 400;
    text-align: left;
    font-size: 25px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.image>.list {
    display: block;
    position: relative;
    width: 100%;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.image>.list>ul {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.image>.list>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    height: 77px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.image>.list>ul>li>img {
    height: 100%;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.background {
    padding: 8px 20px;
    border-bottom: 1px solid #c8c8c8;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.background>.wrap {
    display: flex;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.background>.wrap>.label {
    flex: 0 0 50%;
    text-align: left;
    font-family: 'Monte Stella';
    font-weight: 400;
    text-align: left;
    font-size: 25px;
}

.bts-section-archive>.con>.studio>.con>.control {
    display: block;
    position: relative;
}

.bts-section-archive>.con>.studio>.con>.control>.btn-download {
    display: block;
    position: relative;
    width: 100%;
    padding: 17px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: 'Monte Stella';
    font-weight: 400;
    text-align: center;
    font-size: 0;
}

.bts-section-archive>.con>.studio>.con>.control>.btn-download>img {
    display: inline-block;
    width: 194px;
}

.bts-section-archive>.con .color {
    flex: 0 0 50%;
    text-align: right;
}

.bts-section-archive>.con .color>ul {
    display: block;
    text-align: right;
}

.bts-section-archive>.con .color>ul>li {
    display: inline-block;
}

.bts-section-archive>.con .color>ul>li>button {
    display: block;
    width: 34px;
    height: 34px;
}

.bts-section-archive>.con .color>ul>li>button.white {
    background-color: #fff;
    border: 1px solid #B9B9B9;
}

.bts-section-archive>.con .color>ul>li>button.gray {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
}

.bts-section-archive>.con .color>ul>li>button.black {
    background-color: #000;
    border: 1px solid #000;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt {
    display: block;
    position: relative;
    width: 100%;
    padding: 11px 20px;
    background-color: #C1003C;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt>.top {
    display: flex;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt>.top>.label {
    flex: 0 0 auto;
    width: 50%;
    font-family: 'Monte Stella';
    font-weight: 400;
    text-align: left;
    font-size: 25px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt>.top>.color {
    flex: 0 0 auto;
    width: 50%;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt>.bottom {
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt>.bottom>.text {
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: 309px;
    height: 50px;
    margin-top: 8px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt>.bottom>.text>input {
    border: none;
    outline: none;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Monte Stella';
    font-weight: 500;
    text-align: left;
    font-size: 55px;
    padding: 5px;
    text-transform: uppercase;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.txt>.bottom>.text>.length {
    display: block;
    position: absolute;
    top: 2px;
    right: 5px;
    font-family: 'Monte Stella';
    font-size: 20px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.share {
    display: flex;
    padding: 7px 20px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.share>.label {
    flex: 0 0 auto;
    width: 50%;
    font-family: 'Monte Stella';
    font-weight: 400;
    text-align: left;
    font-size: 25px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.share>.list {
    flex: 0 0 auto;
    width: 50%;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.share>.list>ul {
    display: block;
    position: relative;
    text-align: right;
    font-size: 0;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.share>.list>ul>li {
    display: inline-block;
    margin-left: 14px;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.share>.list>ul>li>div {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    cursor: pointer;
}

.bts-section-archive>.con>.studio>.con>.top>.right>.wrap>.share>.list>ul>li>div>img {
    display: block;
    position: relative;
    width: 100%;
}


/* Between PC And Mobile */
@media screen and (max-width: 1440px) {

    /* Archive */
    .bts-section-archive>.con {
        min-height: auto;
    }

    .bts-section-archive>.con>.header {
        display: block;
    }

    .bts-section-archive>.con>.header>.left {
        display: block;
        position: relative;
        width: 100%;
        padding: 2vw 5vw;
        font-size: 0;
        text-align: center;
    }

    .bts-section-archive>.con>.header>.left>img {
        width: 25vw;
    }

    .bts-section-archive>.con>.header>.right {
        display: none;
    }

    .bts-section-archive>.con>.gallery>.wrap {
        display: none;
    }

    .bts-section-archive>.con>.gallery>.mb {
        display: block;
        padding: 0.5vw;
    }

    .bts-section-archive>.con>.gallery>.control {
        display: none;
    }

    .bts-section-archive>.con>.gallery>.wrap>.row>table {
        width: 100%;
    }

    .bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td {}

    .bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td.selected {}

    .bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td.selected>.outline {
        display: none;
    }

    .bts-section-archive>.con>.gallery>.wrap>.row>table>tbody>tr>td>img {
        width: 100%;
    }

    .bts-section-archive>.con>.gallery {
        display: block !important;

    }

    .bts-section-archive>.con>.studio {
        display: none !important;
    }

    .bts-section-archive>.con>.gallery>.message {
        display: block;
        font-size: 3vw;
        text-align: center;
        padding: 2.5vw;
    }
}

/* For Mobile */
@media screen and (max-width: 768px) {

    /* Archive */
    .bts-section-archive>.con {
        min-height: auto;
    }
}