OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/webapp/assets/styles/main.css
@@ -897,6 +897,9 @@
.offset-detail-2 {
    margin-left: 4%;
}
.offset-detail-3 {
    margin-left: 9.2%;
}
.offset-1 {
    margin-left: 8.3333333333%;
@@ -10781,6 +10784,10 @@
    border-radius: 40px;
}
.btn.btn-roundRel {
    border-radius: 100%;
}
.btn.btn-upper, .all-wrapper .btn-upper.fc-button {
    text-transform: uppercase;
    letter-spacing: 1px;
@@ -12740,13 +12747,15 @@
.menu-w .logo-w .logo-element,
.top-bar .logo-w .logo-element {
    content: "";
    width: 60px;
    height: 30px;
    background-image: url(../images/logo-owl.png);
    width: 110px;
    height: 40px;
    background-image: url(../images/logo-kisa-en.png);
    background-size: cover;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-right: 0px;
    right: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@@ -12754,11 +12763,13 @@
.menu-w .logo-w .logo-element:after,
.top-bar .logo-w .logo-element:after {
    content: "";
    width: 105px;
    height: 31px;
    background-image: url(../images/logo-owltxt.png);
    width: 120px;
    height: 30px;
    background-image: url(../images/logo-kisa-txt.png);
    background-size: cover;
    right: -20px;
    left: 70px;
    left: 110px;
    top: 10px;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
@@ -12766,14 +12777,14 @@
.menu-w .logo-w .logo:hover .logo-element,
.top-bar .logo-w .logo:hover .logo-element {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}
.menu-w .logo-w .logo:hover .logo-element:after,
.top-bar .logo-w .logo:hover .logo-element:after {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.menu-w .logo-w .logo:hover .logo-label:after,
@@ -13013,7 +13024,7 @@
.menu-w .logo-w {
    text-align: center;
    padding: 14px 1rem 14px 1.7rem;
    padding: 10px 1rem 12px 1.1rem;
}
.menu-w .logo-w a {
@@ -14260,7 +14271,7 @@
}
.menu-position-side.menu-w.color-scheme-dark .logo-w {
    background-color: #000035;
    background-color:#FFFFFF;
}
.menu-position-side.menu-w.color-scheme-dark .element-search:before {
@@ -16655,11 +16666,17 @@
    line-height: 20px;
    text-align: center;
}
.auth-box-w .auth-header img {
/* 기존 로고 위치 및 크기 */
/*.auth-box-w .auth-header img {
    width: 70px;
}
}*/
/* 인터넷 진흥원 로고 위치 및 크기 조정*/
.auth-box-w .auth-header img {
    width: 120px;
    position: relative;
    bottom: 6px;
}
.auth-box-w form {
    padding: 20px 50px;
    padding-bottom: 20px;
@@ -28472,6 +28489,14 @@
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px; !important;
}
.mt-50 {
    margin-top: 50px; !important;
}
.ml-10 {
    margin-left: 10px !important;
}
@@ -28681,6 +28706,27 @@
    transition: .4s;
}
.slider-disabled {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
}
.slider-disabled:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 30px;
    bottom: 4px;
    background-color: white;
}
input:checked + .slider {
    background-color: #2196F3;
}
@@ -28700,6 +28746,16 @@
}
.slider.round:before {
    border-radius: 50%;
}
.slider-disabled.round {
    opacity: 50%;
    border-radius: 34px;
}
.slider-disabled.round:before {
    opacity: 50%;
    border-radius: 50%;
}
@@ -29639,6 +29695,7 @@
    overflow: hidden;
    margin-top: 30px;
    font-size: 0.69rem;
    margin-left: 35rem;
}
.width-20-p {
@@ -30379,6 +30436,20 @@
    font-weight: 600;
}
.email_font {
    color: #494848;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 600;
}
.info_detail_font {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}
.email_color {
    color:#0066ff;
}
@@ -30390,10 +30461,12 @@
.TemplateIMG {
    height: 50px;
    width: 50px;
    margin: 20px;
}
.TemplateIMG-selected {
    border: 2px solid #0066ff;
}
.TemplateIMG:active {
@@ -30402,6 +30475,7 @@
.TemplateIMG:visited {
    border: 2px solid #0066ff;
}
.Template-area {
@@ -30419,7 +30493,15 @@
    margin: 0 auto;
}
.Email-Template-detail {
/* 이슈 트리 */
/**
 * Framework starts from here ...
 * ------------------------------
 */
.tree,
.tree ul {
    list-style:none;
}
/* 간트차트 end */