@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
body {
    font-family: 'Spoqa Han Sans Neo','Noto Sans KR', sans-serif !important;
    font-weight: 400;
    background: #e9e9ec;
    overflow-x: hidden;
}
.export-iframewrap {
    position: fixed;
    left: 10px;
    right: 30%;
    top: 10px;
    bottom: 10px;
    z-index: 3000;
    border: 1px solid #eee;
    background: #fff;
}
.export-iframewrap .iframe-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;;
}
.export-iframewrap iframe {
    width: 100%;
    height: 100%;
    border: 0 none;
    border-spacing: 0;
}
.export-wrap {
    position: fixed;
    left: 70%;
    right: 10px;
    top: 10px;
    z-index: 3000;
    border: 1px solid #eee;
    background: #fff;
}
.export-wrap.toggle {
    left: auto;
}
.export-wrap.toggle .export-header h2 {
    display: none;
}
.export-wrap.toggle .export-header a {
    position: static;
}
.export-wrap.toggle .list-controls, .export-wrap.toggle .export-list, .export-wrap.toggle .export-btn {
    display: none;
}
.export-wrap .export-header {
    position: relative;
    padding: 5px;
}
.export-wrap .export-header a {
    position: absolute;
    right: 5px;
    top: 5px;
}
.export-wrap .list-controls {
    padding: 5px 5px 0;
    border-top: 1px solid #ccc;
}
.export-wrap .list-controls a {
    text-decoration: underline;
}
.export-wrap .export-list {
    padding: 5px;
}
.export-wrap .export-list > li:after {
    display: block;
    clear: both;
    content: '';
}
.export-wrap .export-list > li:hover {
    background:#f9f9f9;
}
.export-wrap .export-list > li > a {
    float: left;
    padding-right: 5px;
}
.export-wrap .export-list .export-cont {
    overflow: hidden;
    position: relative;
}
.export-wrap .export-list .export-cont .list-del {
    position: absolute;
    right: 5px;
    top: 5px;
}
.export-wrap .export-list .export-component {
    font-size: 0;
    line-height: 0;
}
.export-wrap .export-list .export-component a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px 0 4px 4px;
    border-radius: 50%;
    background: #ccc;
    vertical-align: top;
}
.export-wrap .export-list .export-component a.active {
    background: #19ce60;
}
.export-wrap .export-list .export-component a:first-child {
    margin-left: 0;
}
.export-wrap .export-btn {
    padding: 5px;
    border-top: 1px solid #ccc;
}
.export-wrap .export-btn > div {
    margin-top: 5px;
}
.export-wrap .export-btn > div:first-child {
    margin-top: 0;
}
.export-wrap .export-btn a {
    text-decoration: underline;
}
.export-wrap .export-btn a, .export-wrap .export-btn span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.export-wrap .export-btn a:first-child, .export-wrap .export-btn span:first-child {
    margin-left: 0;
}
.analysis-template {
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.analysis-control {
    position: relative;
    z-index: 30;
}
.analysis-control.is-fixed {
    position: fixed;
    /* border-bottom: 1px solid #ccc; */
    background: #e9e9ec;
}
.analysis-control.is-fixed .form-list__section {
    /* border-bottom: 1px solid #e9e9ec; */
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}
.analysis-control__title {
    background-color: #fff;
    /* border-radius: 0 0 10px 10px; */
}
.analysis-control__title .tit{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    /* background: #fff; */
    background-color: #262529;
    border-radius: 0 0 10px 10px;
}
.analysis-control__title .tit span{
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 8px 0 10px;
    padding-left: 30px;
    line-height: 24px;
    text-transform: uppercase;
}
.analysis-control__title .tit span:before{
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: url("../image/logo.png") no-repeat left center;
    background-size: 24px auto;
    content: '';
}
.analysis-control__body {
    /* background: #e9e9ec; */
    /* padding: 0 13px; */
}

.analysis-body__title .tit{
    color: #262529;
    font-size: 20px;
    padding: 20px 15px 5px;
    text-transform: uppercase;
}

.brand-list__section {
    background: #fff;
}
.brand-list {
    text-align: center;
    padding: 12px 10px;
}
.brand-list li {
    display: inline-block;
    margin: 4px 8px 4px 0;
}
.brand-list li a {
    display: inline-block;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1;
    color: #262529;
    vertical-align: top;
    text-decoration: none;
    border-radius: 40px;
    text-transform :uppercase;
    font-weight: 500;
    background: #e9e9ec;
    min-width: 60px;
}
.brand-list li a:focus {
    outline-offset: -2px;
}
.brand-list li.active {
    z-index: 10;
}
.brand-list li.active a {
    background: linear-gradient(#e9e9ec, #e9e9ec) padding-box, linear-gradient(103.83deg, #FF7000 -1.35%, #E5132E 34.57%, #E5132E 64.16%, #DE007E 92.04%) border-box;
    border-color: transparent;
    color: #ffffff;
    background: linear-gradient(103.83deg, #FF7000 -1.35%, #E5132E 34.57%, #E5132E 64.16%, #DE007E 92.04%);
    /* border-color: #fa5f09; */
    /* font-weight: 600; */
}
.brand-list li:first-child {
    margin-left: 0;
}
/* .page-list__section {
    padding-top: 15px;
}
.page-list {
    border-bottom: 1px solid #e83047;
}
.page-list li {
    position: relative;
    display:inline-block
}
.page-list li a {
    display: inline-block;
    padding: 12px 25px 10px;
    font-size: 14px;
    color: #858585;
    text-decoration: none;
    background: #f4f4f4;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    border: 1px solid #e9e9ec;
    border-bottom: none;
}
.page-list li a:focus {
    outline-offset: -2px;
}
.page-list li.active {
    z-index: 10;
}
.page-list li.active a {
    border-color: #262529;
    background: #fff;
    color: #262529;
    background: linear-gradient( 
103.83deg
, #FF7000 -1.35%, #E5132E 34.57%, #E5132E 64.16%, #DE007E 92.04%);
    border-color: #fa5f09;
    color: #fff;
}
.page-list li.active a.all {
    background: linear-gradient(
103.83deg, #FF7000 -1.35%, #E5132E 34.57%, #E5132E 64.16%, #DE007E 92.04%);
    border-color: #fa5f09;
    color: #fff;
}
.page-list li:first-child {
    margin-left: 0;
} */
.page-list__section {
    position: relative;
    padding: 0 10px
}
/* .page-list__section:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #e84064;
  content: '';
  z-index: 0;
} */

.page-list {
    padding: 10px 0;
}
.page-list li {
    display: inline-block;
    position: relative;
    font-size: 0;
    margin: 2px 4px 2px 0px;
}
.page-list li + li {
    /* margin: 2px 4px 2px 0px; */
}
.page-list li a {
    display: block;
    padding: 8px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #858585;
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
    color: #858585;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    line-height: 1;
}
.page-list li.active {
    z-index: 1;
}
.page-list li.active a {
    color: #e82e46;
    background-color: #fff;
    border-color: #e82e46;
    font-weight: 700;
}

.page-list:after {
    content: "";
    display: table;
    clear: both;
  }

.form-list__section {
    position: relative;
    background: #fff;
    padding: 12px 10px;
    z-index: 1;
    border: 1px solid #eb5d7c;
    width: calc(100% - 20px);
    margin: 0 auto;
}
.form-list__section:after {
    display: block;
    clear: both;
    content: '';
}
.form-list__wrap {
    float: left;
}
.form-list {
    display: inline-block;
    vertical-align: middle;
}
.form-list li {
    display: inline-block;
    margin-right: 20px;
}
.form-list .label {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 500;
    color: #262529;
}
.form-list select[data-select] {
    position: absolute;
    width: 1px;
    left: -99999px;
    opacity: 0;
}
.form-list select[data-select].normal {
    position: static;
    width: auto;
    left: auto;
    opacity: 1;
}
.form-list .selectize-control {
    display: inline-block;
    position: relative;
    min-width: 70px;
    /* font-size: 14px; */
    /* line-height: 1; */
    vertical-align: middle;
}
.form-list .selectize-control .item, .form-list .selectize-control .option {
    display: block;
    color: #262529;
    text-decoration: none;
    font-weight: 400;
}
.form-list .selectize-control.disabled .selectize-input a {
    background: #e9ebf0;
    cursor: not-allowed;
}
.form-list .selectize-input .item {
    border-radius: 3px;
    padding: 10px 30px 10px 10px;
    border: 1px solid #cdd0d7;
    background: #fff;
    min-width: 110px;
}
.form-list .selectize-input .item:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #767a83 transparent transparent;
    content: '';
}
.form-list .selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #e3e7ee;
    background: #fff;
}
.form-list .selectize-dropdown-content .option-tooltipwrap {
    position: relative;
}
.form-list .selectize-dropdown-content .option-tooltipwrap a[data-tooltip] {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    margin-top: -9px;
}
.form-list .selectize-dropdown-content .option {
    padding: 12px 10px;
}
.form-list .selectize-dropdown-content .option:hover {
    background: #f5f7fc;
}
.form-list .selectize-dropdown-content .option.active {
    background: #f5f7fc;
    color: #e83048;
}
.bcm-pressgroup {
    display: inline-block;
    vertical-align: middle;
}
.bcm-pressgroup:after {
    display: block;
    clear: both;
    content: '';
}
.bcm-pressgroup li {
    float:left;
    margin-right: 0;
    margin-left: -1px;
}
.bcm-pressgroup input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    opacity: 0;
    width: 0;
    height: 0;
}
.bcm-pressgroup input[type=radio] + label {
    display: inline-block;
    position: relative;
    padding: 5.5px 10px;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    color: #636363;
}

.bcm-pressgroup.btn-type > *:first-child label {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.bcm-pressgroup.btn-type > *:last-child label {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.bcm-pressgroup.btn-type input[type=radio] + label {
    padding: 9px 8px;
    color: #636363;
    background-color: #fff;
    border: 1px solid #cdd0d7;
    width: 80px;
    height: 36px;
    text-align: center;
    cursor: pointer;
}

.bcm-pressgroup.btn-type input[type=radio]:checked + label{
    position: relative;
    z-index: 10;
    border-color: #e5132e;
    color: #fff;
    background: linear-gradient(
103.83deg
, #FF7000 -1.35%, #E5132E 34.57%, #E5132E 64.16%, #DE007E 92.04%);
}
.total-list__wrap {
    float: right;
}
.total-progress {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cdd0d7;
    background: #f4f4f4;
    padding: 9.5px 15px;
    border-radius: 3px;
    font-size: 15px;
    color: #262529;
    font-weight: 600;
    margin-right: 4px;
}
.total-list {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cdd0d7;
    background: #f4f4f4;
    padding: 9.5px 15px;
    border-radius: 3px;
    font-size: 15px;
}
.total-list > span:first-child{
    font-weight: 600;
    color:#e83048;
}
.analysis-list__section {
    padding: 10px 10px;
    /* overflow-x: auto; */
    /* width: 100%; */
}
.analysis-table__wrap {
    background: #fff;
    border-top: none;
    overflow-x: auto;
    width: 100%;
}
.analysis-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
    text-align: center;
    /* border-radius: 5px; */
}
.analysis-table dl, .analysis-table dt, .analysis-table dd, .analysis-table th, .analysis-table td {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}
.analysis-table colgroup .w_center {
    width: 10%;
}
.analysis-table colgroup .w_asset {
    width:70px
}
.analysis-table colgroup .w_name {
    width:150px
}
.analysis-table colgroup .w_path {
    width:80px
}
.analysis-table colgroup .w_overpass {
    width:95px
}
.analysis-table colgroup .w_component {
    width: 110px;
}
.analysis-table colgroup .w_swipe {
    width:60px
}
.analysis-table colgroup .w_js {
    width:50px
}
.analysis-table colgroup .w_map {
    width:90px
}
.analysis-table colgroup .w_depandency {
    width:20%
}
.analysis-table colgroup .w_dependency {
    width:100px;
}
.analysis-table colgroup .w_success {
    width:70px;
}
.analysis-table colgroup .w_memo {
    width:20%;
    min-width: 120px;
}
.analysis-table colgroup .w_date {
    width:100px;
}
.analysis-table .td-memo, 
.analysis-table .td-comment {
    text-align: left;
    word-break: keep-all;
    min-width: 120px;
}

.analysis-table th, .analysis-table td {
    padding: 5px 10px;
    border: 1px solid #cdd0d7;
    word-wrap: break-word;
}
.analysis-table .is-delete td {
    background: #bebebe;
    opacity: 0.5;
}
.analysis-table .is-delete td.td-name {
    text-decoration: line-through;
}

.analysis-table th {
    background: #f4f8f9;
    padding: 10px 0;
    color: #494949;
}
.analysis-table td .true {
    color: #e82e46;
    font-weight: 700;
}
.analysis-table td .false {
    color: #275fec;
}
.analysis-table td.td-asset a {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.analysis-table td.td-asset a .hover-picture {
    display: none;
    overflow: auto;
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 30;
    border: 1px solid #f4f8f9;
    background: #fff;
}
.analysis-table td.td-asset[data-view-name="mo"] a .hover-picture {
    width: 360px;
}
.analysis-table td.td-asset[data-view-name="pc"] a .hover-picture {
    width: 720px;
}
.analysis-table td.td-asset a .hover-picture img {
    width: auto;
    /* height: auto; */
}
.analysis-table td.td-asset a:hover .hover-picture {
    display: block;
}
.analysis-table td.name {
    text-align: center;
}
.analysis-table td.mo-td {
    text-align: right;
}
.analysis-table td.mo-td .item-wrap {
    padding-left: 0;
}
.analysis-table td.mo-td .item-wrap .item-img {
    left: auto;
    right: 0;
}
.analysis-table td.mo-td .item-wrap .item-info .label {
    float: right;
    margin-left: 10px;
}
.analysis-table td.pc-td {
    text-align: left;
}
.analysis-table td.pc-td .item-wrap {
    padding-right: 0;
}
.analysis-table td.pc-td .item-wrap .item-info .label {
    float: left;
    margin-right: 10px;
}
.analysis-table:not(.sidebyside) .item-wrap {
    text-align: center;
}
.sidebyside .item-wrap {
    position: relative;
    padding: 0 130px;
    overflow: hidden;
}
.sidebyside .item-wrap .item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}

.item-wrap .item-img a:focus {
    outline-offset: -2px;
}
.item-wrap .item-img p{
    display:none
}
.item-wrap .item-img img {
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;

}
.analysis-table:not(.sidebyside) .item-wrap .item-img .js-picture img{
    width: 40px;
    height: 40px;
}
.analysis-table:not(.sidebyside) .td-path a, 
.analysis-table:not(.sidebyside) .td-overpass a,
.analysis-table:not(.sidebyside) .td-component a {
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    padding: 4px 5px 7px;
    line-height: 1;
    min-width: 60px;
    background-color: #697185;
    border-color: #697185;
    color: #fff;
}
.analysis-table:not(.sidebyside) .td-overpass a {
    background-color: #919191;
    border-color: #919191;
    color: #fff;
}

.analysis-table:not(.sidebyside) .td-component a {
    background: linear-gradient(103.83deg, #FF7000 -1.35%, #E5132E 34.57%, #E5132E 64.16%, #DE007E 92.04%);
    border-color: #fa5f09;
    color: #fff;
}

.analysis-table:not(.sidebyside) a ~ a{margin-top:3px}
.item-wrap .item-info dt:after, .item-wrap .item-info dd:after {
    display: block;
    clear: both;
    content: '';
}
#imgViewerLayer .img-area .slide-inner {
    position: relative;
}
#imgViewerLayer .img-area .slide-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
#imgViewerLayer .img-area .slide-control a {
    display: inline-block;
    padding: 2px 3px;
    background: rgba(255,255,255,.7);
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    vertical-align: top;
}
#imgViewerLayer .img-area img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}
#imgViewerLayer .cm-layer__wrap {
    width: 100%;
    padding: 70px 20px 20px;
}
#imgViewerLayer .cm-layer__inner {
    overflow-y: scroll;
}
#imgViewerLayer .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
}
#imgViewerLayer .cm-layer__close-wrap {
    position: absolute;
    top:10px;
    right:10px;
    width: 50px;
    height: 50px;
}
#imgViewerLayer .cm-layer__close-wrap a {
    display:block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size:0;
}
#imgViewerLayer .cm-layer__close-wrap a:before,#imgViewerLayer .cm-layer__close-wrap a:after {
    content: "";
    display:block;
    position: absolute;
    top:50%;
    left:50%;
    height: 40px;
    width: 2px;
    margin-top:-20px;
    margin-left:-1px;
    background-color: #000;
}
#imgViewerLayer .cm-layer__close-wrap a:before {
    transform: rotate(45deg);
}
#imgViewerLayer .cm-layer__close-wrap a:after {
    transform: rotate(-45deg);
}
.flag-icon {
    display: inline-block;
    padding: 3px 6px 4px;
    border-radius: 15px;
    background-color: #eee;
    line-height: 1;
    text-transform: uppercase;
}
.join {
    background-color: #728ce2;
    color: #fff;
}
.delete {
    background-color: #727272;
    color: #fff;
}
.txt-link {
    color: blue !important;
}
.txt-link:hover,
.txt-link:focus {
    text-decoration: underline !important;
}

/* mo */
@media screen and (max-width: 768px) {
    .brand-list, .page-list{
        overflow-x: auto;
        white-space: nowrap;
    }
    .brand-list li a {
        font-size: 12px;
        padding: 8px 14px;
        min-width:auto;
    }
    .analysis-body__title .tit {
        font-size: 15px;
        padding: 15px 15px 0px;
    }
    .form-list {
        display: flex;
        align-items: center;
    }
    .form-list > li {
        display: none;
        margin-right: 0;
    }
    .form-list > li:first-child {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .form-list .label {
        width: 60px;
    }
    .bcm-pressgroup.btn-type {
        width: calc(100% - 60px);
        display: flex;
    }
    .bcm-pressgroup.btn-type li {
        width: 100%;
    }
    .bcm-pressgroup.btn-type input[type=radio] + label {
        width: 100%;
        height: 30px;
        padding: 6px 7px;
    }
    .total-list__wrap {display: none;}
    .form-list__wrap {
        width: 100%;
        overflow: hidden;
    }
    .analysis-table colgroup .w_memo {
        width: 120px;
    }
}