#login-buttons {
  display: inline-block;
  margin-right: 0.2px;
  line-height: 1;
}
#login-buttons .login-button {
  position: relative;
}
#login-buttons button.login-button {
  width: 100%;
}
#login-buttons .login-buttons-with-only-one-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-text-and-button {
  display: inline-block;
}
#login-buttons .login-display-name {
  display: inline-block;
  padding-right: 2px;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#login-buttons .loading {
  line-height: 1;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  width: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
#login-buttons .login-button,
.accounts-dialog .login-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 4px 8px;
  font-size: 80%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #596595;
  border: 1px solid #464f75;
  border-radius: 4px;
}
#login-buttons .login-button:hover,
.accounts-dialog .login-button:hover {
  background: #7580ac;
}
#login-buttons .login-button:active,
.accounts-dialog .login-button:active {
  background: #7580ac;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
#login-buttons .login-button.login-button-disabled,
.accounts-dialog .login-button.login-button-disabled,
#login-buttons .login-button.login-button-disabled:active,
.accounts-dialog .login-button.login-button-disabled:active {
  color: #ddd;
  background: #aaa;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.accounts-dialog * {
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  font: inherit;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.accounts-dialog .login-button {
  width: auto;
  margin-bottom: 4px;
}
#login-buttons .login-buttons-padding {
  display: inline-block;
  width: 30px;
}
#login-buttons .login-display-name {
  margin-right: 4px;
}
#login-buttons .configure-button {
  background: #ff2a00;
  border-color: #cc2200;
}
#login-buttons .configure-button:active,
#login-buttons .configure-button:hover {
  background: #ff5533;
  border-color: #ff2a00;
}
#login-buttons .login-image {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
}
#login-buttons .text-besides-image {
  margin-left: 18px;
}
#login-buttons .no-services {
  color: red;
}
#login-buttons .login-link-and-dropdown-list {
  position: relative;
}
#login-buttons .login-close-text {
  float: left;
  position: relative;
  padding-bottom: 8px;
}
#login-buttons .login-text-and-button .loading,
#login-buttons .login-link-and-dropdown-list .loading {
  display: inline-block;
}
#login-buttons.login-buttons-dropdown-align-left #login-dropdown-list .loading {
  float: right;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list .loading {
  float: left;
}
#login-buttons .login-close-text-clear {
  clear: both;
}
#login-buttons .or {
  text-align: center;
}
#login-buttons .hline {
  text-decoration: line-through;
  color: lightgrey;
}
#login-buttons .or-text {
  font-weight: bold;
}
#login-buttons #signup-link {
  float: right;
}
#login-buttons #forgot-password-link {
  float: left;
}
#login-buttons #back-to-login-link {
  float: right;
}
#login-buttons a,
.accounts-dialog a {
  cursor: pointer;
  text-decoration: underline;
}
#login-buttons.login-buttons-dropdown-align-right .login-close-text {
  float: right;
}
.accounts-dialog {
  border: 1px solid #cccccc;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  padding: 8px 12px;
  margin: -8px -12px 0 -12px;
  width: 250px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #333;
}
.accounts-dialog > * {
  line-height: 1.6;
}
.accounts-dialog > .login-close-text {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.accounts-dialog label,
.accounts-dialog .title {
  font-size: 80%;
  margin-top: 7px;
  margin-bottom: -2px;
}
.accounts-dialog label {
  display: inline;
}
.accounts-dialog input[type=text],
.accounts-dialog input[type=email],
.accounts-dialog input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.accounts-dialog input[type=text][type],
.accounts-dialog input[type=email][type],
.accounts-dialog input[type=password][type] {
  height: auto;
}
.accounts-dialog .login-button-form-submit {
  margin-top: 8px;
}
.accounts-dialog .message {
  font-size: 80%;
  margin-top: 8px;
  line-height: 1.3;
}
.accounts-dialog .error-message {
  color: red;
}
.accounts-dialog .info-message {
  color: green;
}
.accounts-dialog .additional-link {
  font-size: 75%;
}
.accounts-dialog .accounts-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  opacity: 0.4;
}
.accounts-dialog .accounts-close:hover {
  opacity: 0.8;
}
.accounts-dialog #login-buttons-cancel-reset-password {
  float: right;
}
.accounts-dialog #login-buttons-cancel-enroll-account {
  float: right;
}
#login-dropdown-list {
  position: absolute;
  top: -1px;
  left: -1px;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list {
  left: auto;
  right: -1px;
}
#login-buttons-message-dialog .message {
  /* we intentionally want it bigger on this dialog since it's the only thing displayed */
  font-size: 100%;
}
.accounts-centered-dialog {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1001;
  position: fixed;
  left: 50%;
  margin-left: -129px;
  top: 50%;
  margin-top: -40px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog {
  width: 530px;
  margin-left: -269px;
  margin-top: -300px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog table {
  width: 100%;
}
#configure-login-service-dialog input[type=text] {
  width: 100%;
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
#configure-login-service-dialog ol li {
  margin-left: 30px;
}
#configure-login-service-dialog .configuration_labels {
  width: 30%;
}
#configure-login-service-dialog .configuration_inputs {
  width: 70%;
}
#configure-login-service-dialog .new-section {
  margin-top: 10px;
}
#configure-login-service-dialog .url {
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog-save-configuration {
  float: right;
}
.configure-login-service-dismiss-button {
  float: left;
}
#just-verified-dismiss-button,
#messages-dialog-dismiss-button {
  margin-top: 8px;
}
.hide-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* XXX consider replacing with DXImageTransform */
  background-color: #000000;
  /* fallback for IE7-8 */
  background-color: rgba(0, 0, 0, 0.7);
}
#login-buttons input[type=text],
.accounts-dialog input[type=text],
#login-buttons input[type=email],
.accounts-dialog input[type=email],
#login-buttons input[type=password],
.accounts-dialog input[type=password] {
  padding: 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  line-height: 1;
}/* CSS declarations go here */
#top a{
    text-decoration:none;
    color:#ff6617;
    font-size:15px;
    font-weight:700;
    padding-left:10px;
}
.move-page{
    border:1px solid #ccc;
    margin-left:10px;
    border-radius:3px;
}
#top p{
    float:right;
    font-size:12px;
}
#top p input{
    border-radius:3px;
    border:1px solid #ccc;
    padding:2px 0;
    text-indent:5px;
    width:70px;
    text-align:right;
}
#top p input[type="submit"]{
    width:40px;
    margin-left:3px;
    font-size:12px;
    padding:3px 5px;
    text-indent:0px;
    background-color:#ff6617;
    color:#fff;
    font-weight:100;
    border:none;
    text-align:center;
}
#top p input[type="submit"]:hover{
    background-color:#e55b14;
}
.lnb-footer{
    padding-left:30px;
}
.tui-full-calendar-section-title{
  width:100% !important;
}
#tui-full-calendar-schedule-private, .tui-full-calendar-section-state{
    display:none;
}
.tui-full-calendar-section-start-date, .tui-full-calendar-section-end-date{
  width:147px !important;
}
.tui-full-calendar-section-start-date input, .tui-full-calendar-section-end-date input{
  width:110px !important;
}/* CSS declarations go here */
#top a{
    text-decoration:none;
    color:#ff6617;
    font-size:15px;
    font-weight:700;
    padding-left:10px;
}
.move-page{
    border:1px solid #ccc;
    margin-left:10px;
    border-radius:3px;
}
#top p{
    float:right;
    font-size:12px;
}
#top p input{
    border-radius:3px;
    border:1px solid #ccc;
    padding:2px 0;
    text-indent:5px;
    width:70px;
    text-align:right;
}
#top p input[type="submit"]{
    width:40px;
    margin-left:3px;
    font-size:12px;
    padding:3px 5px;
    text-indent:0px;
    background-color:#ff6617;
    color:#fff;
    font-weight:100;
    border:none;
    text-align:center;
}
#top p input[type="submit"]:hover{
    background-color:#e55b14;
}
.lnb-footer{
    padding-left:30px;
}
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-14 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-popup-section.tui-full-calendar-dropdown.tui-full-calendar-close.tui-full-calendar-section-state, 
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-17 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-section-detail > div:nth-child(3){
    display:none;
}/* CSS declarations go here */
#top a{
    text-decoration:none;
    color:#ff6617;
    font-size:15px;
    font-weight:700;
    padding-left:10px;
}
.move-page{
    border:1px solid #ccc;
    margin-left:10px;
    border-radius:3px;
}
#top p{
    float:right;
    font-size:12px;
}
#top p input{
    border-radius:3px;
    border:1px solid #ccc;
    padding:2px 0;
    text-indent:5px;
    width:70px;
    text-align:right;
}
#top p input[type="submit"]{
    width:40px;
    margin-left:3px;
    font-size:12px;
    padding:3px 5px;
    text-indent:0px;
    background-color:#ff6617;
    color:#fff;
    font-weight:100;
    border:none;
    text-align:center;
}
#top p input[type="submit"]:hover{
    background-color:#e55b14;
}
.lnb-footer{
    padding-left:30px;
}
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-14 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-popup-section.tui-full-calendar-dropdown.tui-full-calendar-close.tui-full-calendar-section-state, 
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-17 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-section-detail > div:nth-child(3){
    display:none;
}html, body{
    height:100%;
}
.choose-type{
    height:100%;
    display:flex;
    align-items:center;
}
.choose-type-container{
    margin:0 auto;
}
.choose-type-section a{
    background-color:#28b1d4;
    padding:5px 20px;
    color:#fff;
    font-size:30px;
    border-radius:5px;
    margin:0 10px;
    display:block;
    text-align:center;
}
.choose-type-section a:hover, .choose-type-section a:focus{
    background-color:#2297b4;
    color:#fff;
    text-decoration:none;
}/* CSS declarations go here */
.plan-top{
    border-bottom:1px solid #ccc;
}
.plan-top .plan-top-title{
    text-decoration:none;
    color:#28b1d4 !important;
    font-size:15px;
    font-weight:700;
    padding-left:10px;
}
.weekly-move-page{
    border:1px solid #ccc;
    margin-left:10px;
    border-radius:3px;
    color:#000 !important;
}
.plan-top p{
    float:right;
    font-size:12px;
}
.plan-top p input{
    border-radius:3px;
    border:1px solid #ccc;
    padding:2px 0;
    text-indent:5px;
    width:70px;
    text-align:right;
}
.plan-top p input[type="submit"]{
    width:40px;
    margin-left:3px;
    font-size:12px;
    padding:3px 5px;
    text-indent:0px;
    background-color:#28b1d4 !important;
    color:#fff;
    font-weight:100;
    border:none;
    text-align:center;
}
.plan-top p input[type="submit"]:hover{
    background-color:#2297b4 !important;
}
.lnb-footer{
    padding-left:30px;
}
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-14 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-popup-section.tui-full-calendar-dropdown.tui-full-calendar-close.tui-full-calendar-section-state, 
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-17 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-section-detail > div:nth-child(3){
    display:none;
}
.daily-new-schedule-btn{
    background-color:#28b1d4 !important;
    color:#fff;   
}
.daily-new-schedule-btn:hover{
    background-color:#2297b4 !important;
}.header{
    width:100%;
    height:350px;
    /* background-color:gold; */
    text-align:center;
    font-size:30px;
}
.department-title{
    width:450px;
    margin:0 auto;
    padding-top:150px;
    position:relative;
}
.department-bar-left{
    display:block;
    width:0px;
    height:4px;
    background-color:#28b1d4;
    position:absolute;
    top:200px;
    left:225px;
    transition:width .5s ease-in-out;
}
.department-bar-right{
    display:block;
    width:0px;
    height:4px;
    background-color:#28b1d4;
    position:absolute;
    top:200px;
    right:225px;    
    transition:width .5s ease-in-out;
}
body:hover .department-bar-left, body:hover .department-bar-right{
    width:50px;
}
.container{
    width:90% !important;
    margin-bottom:50px;
}
.container-top{
    width:100%;
    height:50px;
    border-bottom:2px solid #999;
}
.show-way{
    float:left;
    line-height:50px;
}
.show-way-btn{
    background-color:#28b1d4;
    color:#fff;
    padding:8px;
    border-radius:3px;
    cursor:pointer;
}
.show-way-btn:hover{
    color:#fff;
    background-color:#2297b4;
}
.search{
    float:right;
    margin-top:11px;
    margin-bottom:0;
}
.search-form{
    border:1px solid #ccc;
    padding:3px 5px;
    border-radius:20px;
}
.search-form input{
    border:none;
}
.show-table{ /*list ㅁㅔ뉴*/
    width:100% !important;
    display:none;
} 
.sy-table tr{
    border-bottom:1px solid #ccc;
    height:30px;
}


.four-foramt{ /*4x4 ㅁㅔ뉴*/
    margin:0 !important;
    padding:0;
    width:100%;
    height:100%;
}
.four-format-sample{
    position:relative;
    width:48% !important;
    margin:1% !important;
    height:100%;
    background-color:#eee;
    padding-top:15px;
    padding-bottom:15px;
    cursor:pointer;
}
.four-format-sample:hover .report-sample{
    transform: scale(1.08);
}
.four-format-sample:hover .part-name{
    background-color:rgba(0,0,0,0.6);
}
.part-name{
    border-radius:30px;
    position:absolute;
    left:15px;
    width:60px;
    height:60px;
    background-color:rgba(0,0,0,0.3);
    color:#fff;
    text-align:center;
    line-height:60px;
    z-index:1;
}
.delete{
    position:absolute;
    right:25px;
    bottom:15px;
}
.delete a{
    color:rgba(0,0,0,0.3);
}
.delete a:hover{
    color:red;
    text-decoration:none;
}

.report-sample{
    transition:all .5s;
    text-align:center;
    line-height:297px;
    width:210px;
    height:297px;
    background-color:#fff;
    box-shadow:1px 1px 1px rgba(0,0,0,0.1);
    margin:5px auto;
}


.nine-format{
    margin:0 !important;
    padding:0;
    width:100%;
    height:100%;
}
.nine-format-sample{
    position:relative;
    margin:1% 1.6%!important;
    padding:0;
    width:30% !important;
    height:100%;
    background-color:#eee;
    padding-top:15px;
    padding-bottom:15px;
    cursor:pointer;
}
.nine-format-sample:hover .report-sample{
    transform: scale(1.08);
}
.nine-format-sample:hover .part-name{
    background-color:rgba(0,0,0,0.6);
}






.list-delete-btn{
    color:#888;
}
.list-delete-btn:hover{
    color:#000;
    text-decoration:none;
}
.sy-table th{
    text-align:center;
}
.sy-table-bottom{
    border:none;
}
.write{
    float:right;
    padding:5px 7px;
    background-color:#28b1d4;
    border-radius:5px;
    color:#fff;
}
.write:hover{
    color:#fff;
    text-decoration:none;
    background-color:#2297b4;
}

body > div.container > div.row {
    transition: all 0.3s;
}.header-top{
    width:100%;
    height:50px;
    background-color:#fff;
    position:fixed;
    z-index:1;
    box-shadow:5px 5px 5px rgba(0,0,0,0.5);
}
.report-top{
    border:none !important;
    position:relative;
}
.report-top .report-top-title{
    text-decoration:none;
    color:#28b1d4 !important;
    font-size:15px;
    font-weight:700;
    padding-left:10px;
}
.daily-move-page{
    border:1px solid #ccc;
    margin-left:10px;
    border-radius:3px;
    color:#000;
}
.login-user-id{
    position:absolute;
    right:10px;
    top:17px;
    animation:helloUser 3s linear 0s 1 alternate ;
}
@keyframes helloUser{
    0%   {right:-300px; top:17px;}
    100% {right:10px; top:17px;}
}
.sy-body{ /* 전체 body 영역 */
    width:100%;
    height:1270px;
    margin:0;
    padding:0;
    background-color: #eee;
    overflow:hidden;
}
.last-report{
    width:15%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    float:left;
    padding:10px;
}
.last-report-head{
    padding:8px 5px;
    margin-top:60px;
    text-align:center;
    color:#fff;
    background-color:#28b1d4;
}
.last-report-title{
    padding:0;
    text-align:center;
}
.last-report-title li{
    list-style:none;
    margin:0; 
    padding:0;
    color:#999;
    line-height:30px;
}
.last-report-title li a{
    color:#fff;
}
.more-btn{
    padding:5px;
    margin:0;
    text-align:center;
    background-color:rgba(0,0,0,0.4);
}
.more-btn:hover{
    cursor:pointer;
    background-color:rgba(0,0,0,0.7);
}
.more-btn a{
    color:#ccc;
    text-decoration:none;
}
.more-btn:hover a, .more-btn:focus a{
    color:#fff;
}
.report-wrap{
    margin-top:70px;
    margin-left:15%;
    width:85%;
    height:100%;
}
.sy-all-wrap{ /* 주간보고서 전체 페이지 */
    width:826px;
    height:1169px;
    background-color:#fff;
    /* box-shadow:5px 5px 5px rgba(0,0,0,0.2); */
    margin:0 auto;
    padding:20px;
}
.sy-all-header{ /* 주간보고서 상단 영역 */
    overflow:hidden;
    padding:0 10px 20px 10px;
    border-bottom:3px solid #28b1d4 !important;
}
.sy-ㅡmain-title{
    margin:0;
    margin-top:25px;
    padding:0;
    float:left;
    color:#28b1d4;
}
.login-information{ /* login정보 입력받을 영역 */
    width:200px;
    background-color:#fff;
    float:right;
    border-radius:15px;
    border:1px solid #ccc;
}
.user-name{
    width:100%;
    border-bottom:1px solid #ccc;
    padding:5px;
    margin:0;
    text-align:center;
}
.user-position{ /* 직책 */
    overflow:hidden;
    width:100%;
}
.sy-team{ /* 부서 */
    border-right:1px solid #ccc;
}
.sy-team, .sy-position{
    float:left;
    width:50%;
    padding:10px 5px 0 5px;
    text-align:center;
}
.write-box-wrap{
    position:relative;
}
.write-box{
    width:100%;
    height:960px;
    margin-top:20px;
    border:1px solid #ccc;
}
.week-title{
    width:100%;
    height:30px;
    border-bottom:1px solid #ccc;
    overflow:hidden;
}
.performance, .plan{
    width:90px;
    height:30px;
    border-right:1px solid #ccc;
    text-align:center;
    background-color:#28b1d4;
    color:#fff;
    line-height:30px;
}
.last-week, .this-week{
    width:365px;
    height:30px;
    line-height:30px;
    /* background-color:gold; */
    text-align:right;
}
.submit-button{
    text-align:center;
    line-height:40px;
    cursor:pointer;
    position:absolute;
    right:15px;
    bottom:45px;
    border:none;
    background-color:#28b1d4;
    color:#fff;
    width:70px;
    height:40px;
    border-radius:5px;
    font-size:14px;
}
.submit-button:hover{
    color:#fff;
    text-decoration:none;
    background-color:#2297b4;
}
.create-ol{ /* ol리스트 추가하는 input태그 & 추가 + 버튼 */
    position:absolute;
    bottom:0;
    padding-left:5px;
    margin:0;
}
.add-ol-title{ /* ol리스트 추가하는 input태그 */
    width:340px;
}
.ul-content{
    margin-top:5px;
    width:92%;
    border:none;
    float:left;
    border-radius:0 0 0 5px;
}
.sy-edit-btn{
    background-color:#28b1d4;
    border:none;
    color:#fff;
    width:8%;
    height:19px;
    float:right;
    margin-top:5px;
    border-radius:0 0 5px 0;
}
.sy-modify{
    border:none;
    background-color:none;
    color:#ccc;
    margin-left:5px;
}
.sy-modify:hover{
    color:rgb(0, 0, 189);
    cursor:pointer;
}
.sy-weekly-menu{
    background-color:rgba(0,0,0,0);
    border:none;
    color:#aaa;
    width:30px;
    height:28px;
    float:right;
    transition:all .3s;
    margin-right:1px;
}
.sy-edit-btn:hover{
    background-color:#2297b4;
}
.sy-weekly-menu:hover{
    width:30px;
    border-radius:5px;
    background-color:#ddd;
}
.write-form{
    /* overflow:hidden; */
    margin-left:2%;
    width:96%;
    background-color:/*#f9f9f9;*/ #eee;
    border:1px solid #ccc;
    border-radius:5px;
    position:relative;
}
.write-form:after{
    content:"";
    display:block;
    clear:both;
}
.write-form ol{
    width:100%;
    margin:0;
    padding:0;
    padding-left:5%;
}
.write-form-title{
    width:100%;
    height:30px;
    line-height:30px;
    margin-bottom:5px;
}
.write-form-title strong{
    padding-left:15px;
}
.write-form-content{
    padding:5px 15px;
}

.tooltip-ending-date{
    visibility: hidden;
    font-size:12px;
    width: 100px;
    background-color:#28b1d4;
    padding:5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 500;
    top: -30px;
    right: 0;
    opacity: 0;
    box-shadow:3px 3px 3px rgba(0,0,0,0.5);
}
.write-form:hover .tooltip-ending-date{
    visibility: visible;
    opacity: 1;
}
b{
    visibility: hidden;
    display:inline-block;
    width:10px;
    height:10px;
    background-color:#28b1d4;
    position:absolute;
    z-index: 500;
    transform:rotate(45deg);
    left:45%;
    bottom:-5px;
    opacity: 0;
}
.write-form:hover b{
    visibility: visible;
    opacity: 1;
}.header{
    width:100%;
    height:350px;
    /* background-color:gold; */
    text-align:center;
    font-size:30px;
}
.leader{
    float:right;
    padding:0px 5px;
    font-size:12px;
    background-color:#28b1d4;
    color:#fff;
    margin-top:20px;
    animation: example .7s linear 0s infinite alternate;
}
.team-leader{
    font-weight:400;
    font-size:12px;
    color:#999;
    float:right;
    margin:20px 30px 20px 5px;
}
@keyframes example {
    0%   {opacity:0.3}
    100% {opacity:1;}
}
.team-leader:hover{
    color:#000;
}
.title{
    width:350px;
    margin:0 auto;
    padding-top:150px;
    position:relative;
}
.bar-left{
    display:block;
    width:0px;
    height:4px;
    background-color:#28b1d4;
    position:absolute;
    top:200px;
    left:175px;
    transition:width .5s ease-in-out;
}
.bar-right{
    display:block;
    width:0px;
    height:4px;
    background-color:#28b1d4;
    position:absolute;
    top:200px;
    right:175px;    
    transition:width .5s ease-in-out;
}
body:hover .bar-left, body:hover .bar-right{
    width:40px;
}
.container{
    width:90% !important;
}
.container-top{
    width:100%;
    height:50px;
    border-bottom:2px solid #999;
}
.search{
    float:right;
    margin-top:11px;
    margin-bottom:0;
}
.search-form{
    border:1px solid #ccc;
    padding:3px 5px;
    border-radius:20px;
}
.search-form input{
    border:none;
}
.sy-table tr{
    border-bottom:1px solid #ccc;
    height:30px;
}
.sy-table th{
    text-align:center;
}
.list-delete-btn{
    color:#888;
}
.list-delete-btn:hover{
    color:red;
    text-decoration:none;
}
.sy-table-bottom{
    border:none;
}
.write{
    float:right;
    padding:5px 7px;
    background-color:#28b1d4;
    border-radius:5px;
    color:#fff;
}
.write:hover{
    color:#fff;
    text-decoration:none;
    background-color:#2297b4;
}


/*#############################################################*/

/*주간보고서 작성했던 사이즈보다 1.2배 축소*/

.modal-report-wrap{
    display:none;
    margin-top:70px;
    margin-left:9%;
    width:80%;
    height:90%;
    position:absolute;
    left:0;
    top:0;
    z-index:-1000;
}
.modal-report-wrap.active{
    z-index:1000;
}
.modal-sy-all-wrap{ /* 주간보고서 전체 페이지 */
    width:688px;
    height:100%;
    background-color:#fff;
    box-shadow:10px 10px 10px rgba(0,0,0,0.5);
    margin:0 auto;
    padding:17px;
    position:relative !important;
}
.modal-remove-btn{
    color:#aaa;
    top:5px !important;
    right:5px;
    position:absolute !important;
}
.modal-remove-btn:hover{
    color:#333;
}
.modal-sy-all-header{ /* 주간보고서 상단 영역 */
    overflow:hidden;
    padding:0 8px 17px 8px;
    border-bottom:2px solid #28b1d4 !important;
}
.modal-sy-ㅡmain-title{
    margin:0;
    margin-top:21px;
    padding:0;
    float:left;
    color:#28b1d4;
    font-size:30px;
}
.modal-login-information{ /* login정보 입력받을 영역 */
    width:166px;
    background-color:#fff;
    float:right;
    border-radius:13px;
    border:1px solid #ccc;
    font-size:11px;
}
.modal-user-name{
    width:100%;
    border-bottom:1px solid #ccc;
    padding:4px;
    margin:0;
    text-align:center;
}
.modal-user-position{ /* 직책 */
    overflow:hidden;
    width:100%;
}
.modal-sy-team{ /* 부서 */
    border-right:1px solid #ccc;
}
.modal-sy-team, .modal-sy-position{
    float:left;
    width:50%;
    padding:8px 4px 0 4px;
    text-align:center;
}
.modal-write-box-wrap{
    position:relative;
}
.modal-write-box{
    width:100%;
    height:800px;
    margin-top:17px;
    border:1px solid #ccc;
}
.modal-write-box ol li{
    font-size:11px;
}
.show-chk{
    float:left;
    margin-left:9px;
}
.modal-week-title{
    width:100%;
    height:25px;
    border-bottom:1px solid #ccc;
    overflow:hidden;
}
.modal-performance, .modal-plan{
    width:75px;
    height:25px;
    border-right:1px solid #ccc;
    text-align:center;
    background-color:#28b1d4;
    color:#fff;
    line-height:25px;
}
.modal-last-week, .modal-this-week{
    width:304px;
    height:25px;
    line-height:25px;
    text-align:right;
}
.modal-save-btn{
    text-align:center;
    line-height:33px;
    cursor:pointer;
    position:absolute;
    right:13px;
    bottom:-39px;
    border:none;
    background-color:#28b1d4;
    color:#fff;
    width:58px;
    height:33px;
    border-radius:4px;
    font-size:12px;
}
.modal-save-btn:hover, .modal-save-btn:focus{
    color:#fff;
    text-decoration:none;
    background-color:#2297b4;
}
.modal-save-btn:visited, .modal-save-btn:link{
    color:#fff;
    text-decoration:none;
}
.full{
    display:none;
    width:100%; 
    height:100%; 
    background-color:rgba(0,0,0,0.7); 
    position:fixed; 
    left:0; 
    top:0;
    z-index:2;
}/* .block{
    z-index:9999;
    position:absolute;
    background-color:rgba(0,0,0,0.9);
    color:#fff;
    font-size:15px;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
}
.block span{
    margin:0 auto;
} */
.sy-wrap{
    height:100%; 
    display:flex; 
    align-items:center;
}

.login-wrap{
    width:500px; 
    height:400px; 
    background-color:#eee; 
    margin:0 auto;
    border-radius:20px;
    box-shadow:2px 2px 2px rgba(0,0,0,0.3);
    transition:all .3s;
}
.login-wrap:hover{
    box-shadow:10px 10px 10px rgba(0,0,0,0.5);
}

.sy-title{
    margin:30px auto 50px;
    text-align:center;
    width:90%;
    border-radius:5px;
    /* background-color:#fff; */
}

.sy-title span{
    color:#999;
    padding-left:20px;
}

.hiswill-logo{
    width:100px;
}

.red-logo{
    width:200px;
}

.sy-container{
    width:90%;
    margin:0 auto;
}

.sy-login-form{
    margin-left:25px !important;
}

.form-group{
    overflow:hidden !important;
}

.form-group label{
    float:left !important;
    margin-right:10px !important;
}

.sy-form-control{
    width:340px !important;
}

.sy-icon{
    width:34px; 
    height:34px;
    text-align:center;
    padding-top:10px;
    background-color:#fff;
    border-radius:17px;
}

.sy-btn-default{
    width:46% !important;
    height:50px;
    margin-top:20px;
    margin-left:2%;
    margin-right:2%;
    background-color:#ff6617 !important;
    color:#fff !important;
    text-decoration:none !important;
}

.sy-btn-default:hover{
    background-color:#e55b14 !important;
    color:#fff !important;
}
/*##########################################*/

.sy-modal-wrap{ /*전체영역*/
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    position:absolute;
    left:0; top:0;
    align-items:center;
    display:none;
}

.join-modal{ /*modal팝업*/
    width:500px;
    height:660px;
    background-color:#fff;
    margin:0 auto;
    display:none;
    border-radius:15px 0px 15px 0px;
}
.sy-modal-cancel{
    margin-left:460px;
    margin-top:20px;
    color:#777;
}
.sy-modal-cancel:hover{
    color:#000;
}

.sy-modal-head{
    margin:0px auto 30px;
    text-align:center;
    width:90%;
    border-radius:5px;
}

.sy-modal-head span{
    color:#999;
    padding-left:20px;
}

.join-content{
    width:90%;
    height:400px;
    background-color:#ddd;
    margin:0 auto;
    padding:35px;
}
.modal-submit{
    display:block;
    margin:25px auto 0;
    width:120px;
    height:40px;
    background-color:#ff6617;
    border:none;
    border-radius:20px;
    color:#fff;
}
.modal-submit:hover{
    background-color:#e55b14;
}
.join-content p{
    height:40px;
    overflow:hidden;
}

.join-content p span{
    display:block;
    float:left;
    width:100px;
    margin-top:8px;
    font-weight:700;
    color:#777;
}
.join-content input{
    width:265px;
    height:30px;
    text-indent:5px;
    border-radius:5px;
    border:1px solid #aaa;
}
.join-content select{
    width:265px;
    height:30px;
}
::placeholder{
    color:#aaa;
}/* CSS declarations go here */
#top a{
  text-decoration:none;
  color:#ff6617;
  font-size:15px;
  font-weight:700;
  padding-left:10px;
}
.move-page{
  border:1px solid #ccc;
  margin-left:10px;
  border-radius:3px;
}
#top p{
  float:right;
  font-size:12px;
}
#top p input{
  border-radius:3px;
  border:1px solid #ccc;
  padding:2px 0;
  text-indent:5px;
  width:70px;
  text-align:right;
}
#top p input[type="submit"]{
  width:40px;
  margin-left:3px;
  font-size:12px;
  padding:3px 5px;
  text-indent:0px;
  background-color:#ff6617;
  color:#fff;
  font-weight:100;
  border:none;
  text-align:center;
}
#top p input[type="submit"]:hover{
  background-color:#e55b14;
}
.lnb-footer{
  padding-left:30px;
}
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-14 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-popup-section.tui-full-calendar-dropdown.tui-full-calendar-close.tui-full-calendar-section-state, 
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-17 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-section-detail > div:nth-child(3){
  display:none;
}/* CSS declarations go here */
#top a{
    text-decoration:none;
    color:#ff6617;
    font-size:15px;
    font-weight:700;
    padding-left:10px;
}
#top p{
    float:right;
    font-size:12px;
}
#top p input{
    border-radius:3px;
    border:1px solid #ccc;
    padding:2px 0;
    text-indent:5px;
    width:70px;
    text-align:right;
}
#top p input[type="submit"]{
    width:40px;
    margin-left:3px;
    font-size:12px;
    padding:3px 5px;
    text-indent:0px;
    background-color:#ff6617;
    color:#fff;
    font-weight:100;
    border:none;
    text-align:center;
}
#top p input[type="submit"]:hover{
    background-color:#e55b14;
}
.lnb-footer{
    padding-left:30px;
}
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-14 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-popup-section.tui-full-calendar-dropdown.tui-full-calendar-close.tui-full-calendar-section-state, 
#calendar > div > div.tui-full-calendar-floating-layer.tui-view-17 > div > div.tui-full-calendar-popup-container > div.tui-full-calendar-section-detail > div:nth-child(3){
    display:none;
}.web-portal-menu{
    text-align: center;
    background: #555;
    color: white;
    height: 40px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    align-content: center;
    padding-top: 10px;
}html, body{
    height:100%;
}
.main-wrap{
    height:100%;
    display:flex;
    align-items:center;
}
.main-container{
    margin:0 auto;
}
.main-section a{
    background-color:#ff6617;
    padding:5px 20px;
    color:#fff;
    font-size:30px;
    border-radius:5px;
    margin:0 10px;
    display:block;
    text-align:center;
}
.main-section a:hover, .main-section a:focus{
    background-color:#e55b14;
    color:#fff;
    text-decoration:none;
}
.phone-book{
  background-color:#50596f !important;
}
.phone-book:hover, .phone-book:focus{
  background-color:#41485a !important;
}