@charset "UTF-8";
/* URL */
/* Font */
/* Color */
/**
* --------------------------------
* Popup CSS
* --------------------------------
*/
.myfriend {
  position: relative;
  text-align: left;
  z-index: 2;
}
.myfriend > button {
  margin-left: 8px;
  padding: 0;
  width: 170px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  font-weight: 400;
  letter-spacing: -1.5px;
}
.myfriend > .btn-myfriendlist.active {
  background-color: #fff;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.myfriend > .btn-myfriendshare.active {
  visibility: hidden;
}
.myfriend .myfriendlist {
  position: absolute;
  top: 38px;
  left: 8px;
  visibility: hidden;
  opacity: 0;
  width: 170px;
  background-color: #fff;
  border: 1px solid #119D9B;
  border-top: none;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  box-sizing: border-box;
}
.myfriend .myfriendlist.active {
  visibility: visible;
  opacity: 1;
}
.myfriend .myfriendlist .btn-myfriendclose {
  display: none;
}
.myfriend .myfriendlist .btn-myfriendclose.active {
  display: block;
}
.myfriend .myfriendlist .scrollbar {
  max-height: 190px;
}
.myfriend .myfriendlist ul li button {
  width: 100%;
  padding: 0 5px 0 15px;
  line-height: 40px;
  color: #767676;
  font-size: 14px;
  font-family: "Roboto";
  text-align: left;
}
.myfriend .myfriendlist ul li button:hover {
  background-color: #f5f5f5;
}
.myfriend .myfriendlist ul li button strong {
  display: inline-block;
  max-width: 66px;
  line-height: 36px;
  color: #000;
  font-family: "NotoSansKR";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.myfriend .myfriendlist.selected {
  display: block;
  border: none;
}
.myfriend .myfriendlist.selected .btn-myfriendclose {
  position: absolute;
  top: -38px;
  left: -1px;
  padding: 0 15px 0 0;
  display: block;
  width: 170px;
  height: 38px;
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background-color: #119D9B;
  border: 1px solid #119D9B;
  border-radius: 19px;
}
.myfriend .myfriendlist.selected .btn-myfriendclose strong {
  display: inline-block;
  margin-left: 5px;
  max-width: 80px;
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.myfriend .myfriendlist.selected .btn-myfriendclose:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/common/btn.png") no-repeat -225px -62px;
  opacity: 0.9;
}
.myfriend .myfriendlist.selected .scrollbar {
  display: none;
}
.myfriend .myfriendshare {
  display: none;
  position: absolute;
  top: 0;
  left: 191px;
  width: 170px;
  background-color: #fff;
  border: 1px solid #119D9B;
  border-radius: 19px;
  overflow: hidden;
  box-sizing: border-box;
}
.myfriend .myfriendshare.active {
  display: block;
}
.myfriend .myfriendshare > .btn {
  padding: 0;
  width: 100%;
  border: none;
  font-weight: 400;
  border-radius: 0;
}
.myfriend .myfriendshare > .btn-line:after {
  content: "";
  display: inline-block;
  margin: 14px 0 0 6px;
  width: 11px;
  height: 12px;
  background: url("../images/common/btn.png") no-repeat -201px -128px;
  vertical-align: top;
}
.myfriend .myfriendshare > label {
  position: relative;
  margin-top: -4px;
  padding: 0 15px;
  width: 100%;
  line-height: 36px;
  color: #000;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.myfriend .myfriendshare > label input + span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
}
.myfriend .myfriendshare .scrollbar {
  max-height: 202px;
  overflow: hidden;
}
.myfriend .myfriendshare ul {
  margin-top: 3px;
}
.myfriend .myfriendshare ul li {
  padding: 0 5px 0 15px;
}
.myfriend .myfriendshare ul li label {
  position: relative;
  display: block;
  line-height: 40px;
  color: #767676;
  font-size: 14px;
  font-family: "Roboto";
}
.myfriend .myfriendshare ul li label strong {
  display: inline-block;
  max-width: 66px;
  line-height: 36px;
  color: #000;
  font-family: "NotoSansKR";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.myfriend .myfriendshare ul li label input + span {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.myfriend .myfriendshare > label.lecturenote {
  margin-top: 0;
  padding-bottom: 1px;
  line-height: 40px;
  font-size: 12px;
  border-bottom: none;
}
.myfriend .myfriendshare > label.lecturenote input + span {
  margin-top: -14px;
}
.myfriend .myfriendshare > label.lecturenote .ico:before {
  margin-top: 13px;
  vertical-align: top;
}

.myfriendview {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 555px;
  height: 681px;
  z-index: 1;
}
.myfriendview.active {
  display: block;
}
.myfriendview.active + .lecturelist {
  display: none;
}
.myfriendview .monthcalendar .calendar {
  margin-top: 0;
}

#PopupTodoReq .frame,
#PopNoteReq .frame,
#PopNoteFriend .frame {
  width: 720px !important;
  box-sizing: border-box;
  padding: 30px;
}
#PopupTodoReq .header,
#PopNoteReq .header,
#PopNoteFriend .header {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#PopupTodoReq .header .tit,
#PopNoteReq .header .tit,
#PopNoteFriend .header .tit {
  color: #000000;
  letter-spacing: -1.5px;
}
#PopupTodoReq .col-label,
#PopNoteReq .col-label,
#PopNoteFriend .col-label {
  flex: 0 0 10.5%;
  max-width: 10.5%;
}
#PopupTodoReq .col-label label,
#PopNoteReq .col-label label,
#PopNoteFriend .col-label label {
  vertical-align: top;
  transform: translateY(50%);
}
#PopupTodoReq .btns,
#PopNoteReq .btns,
#PopNoteFriend .btns {
  padding-top: 26px;
}
#PopupTodoReq .btn-close,
#PopNoteReq .btn-close,
#PopNoteFriend .btn-close {
  top: 35px;
  right: 30px;
  background-position: -100px -20px;
}

#PopupTodoReq {
  z-index: 101;
}
#PopupTodoReq .btns .btn {
  width: 160px;
}
#PopupTodoReq .col-date {
  flex: 0 0 24.5%;
  max-width: 24.5%;
  margin-right: 10px;
}
#PopupTodoReq .col-time {
  flex: 0 0 22.5%;
  max-width: 22.5%;
}
#PopupTodoReq .hyphen {
  line-height: 3;
}
#PopupTodoReq textarea {
  height: 85px;
}

#PopNoteFriend .group-header,
#PopNoteReq .group-header {
  margin-top: -6px;
  padding-bottom: 17px;
}
#PopNoteFriend .group-header:after,
#PopNoteReq .group-header:after {
  clear: both;
  content: "";
  display: block;
}
#PopNoteFriend .group-header .badge,
#PopNoteReq .group-header .badge {
  background: #085cfd;
  font-size: 14px;
  margin-right: 7px;
  position: relative;
  top: -5px;
  padding: 5px 9px;
}
#PopNoteFriend .group-header .titLevel01,
#PopNoteReq .group-header .titLevel01 {
  font-size: 24px;
}
#PopNoteFriend .group-header #friendNoteName,
#PopNoteReq .group-header #friendNoteName {
  float: right;
  width: 200px;
  height: 38px;
  line-height: 36px;
  border-radius: 19px;
}
#PopNoteFriend .group-header #friendNoteName strong,
#PopNoteReq .group-header #friendNoteName strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}
#PopNoteFriend .group-header #friendNoteName strong:before,
#PopNoteReq .group-header #friendNoteName strong:before {
  content: "친구 강의 노트";
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
}
#PopNoteFriend .group-header .date,
#PopNoteReq .group-header .date {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  padding-left: 10px;
}
#PopNoteFriend .group-header .myfriend,
#PopNoteReq .group-header .myfriend {
  display: inline-block;
  float: right;
  margin-bottom: 0;
}
#PopNoteFriend .group-header .dropdown-radio,
#PopNoteFriend .group-header .dropdown-radio .btn-header,
#PopNoteReq .group-header .dropdown-radio,
#PopNoteReq .group-header .dropdown-radio .btn-header {
  width: 200px;
}
#PopNoteFriend .group-header .dropdown-radio,
#PopNoteReq .group-header .dropdown-radio {
  margin-bottom: 0;
}
#PopNoteFriend .group-header .dropdown-radio .btn-change strong:before,
#PopNoteReq .group-header .dropdown-radio .btn-change strong:before {
  content: "친구 강의 노트";
}
#PopNoteFriend .more,
#PopNoteReq .more {
  padding-right: 38px;
  position: relative;
  float: right;
  margin-top: -45px;
}
#PopNoteFriend .more span,
#PopNoteReq .more span {
  letter-spacing: -0.5px;
}
#PopNoteFriend .more:before,
#PopNoteReq .more:before {
  position: absolute;
  content: "";
  top: -6px;
  right: 0;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -467px 0;
  width: 30px;
  height: 30px;
}
#PopNoteFriend .form-group .col input[type=text],
#PopNoteReq .form-group .col input[type=text] {
  height: 44px;
}
#PopNoteFriend .footer,
#PopNoteReq .footer {
  padding-bottom: 10px;
}
#PopNoteFriend .footer .btn,
#PopNoteReq .footer .btn {
  width: 160px;
}

#ckEditor {
  max-height: 276px;
  height: calc(100vh - 360px);
}

.PopupTodoReq.active + .PopNoteReq.active {
  background-color: transparent;
}

.PopNoteFriend.active + .PopNoteReq.active {
  display: none;
}

#PopNoteFriend .popupInnerList .myfriend .btn-myfriendshare,
#PopNoteReq .popupInnerList .myfriend .btn-myfriendshare {
  margin-left: 0;
}
#PopNoteFriend .popupInnerList .myfriend .myfriendshare,
#PopNoteReq .popupInnerList .myfriend .myfriendshare {
  left: auto;
  right: 0;
}
#PopNoteFriend .popupInnerList .col,
#PopNoteReq .popupInnerList .col {
  max-height: 475px;
  height: calc(100vh - 160px);
}
#PopNoteFriend .popupInnerList .col.left,
#PopNoteReq .popupInnerList .col.left {
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
  padding-top: 5px;
}
#PopNoteFriend .popupInnerList .col.left ul,
#PopNoteReq .popupInnerList .col.left ul {
  height: calc(100vh - 160px) !important;
  max-height: 475px;
}
#PopNoteFriend .popupInnerList .col.left li,
#PopNoteReq .popupInnerList .col.left li {
  margin-bottom: 4px;
}
#PopNoteFriend .popupInnerList .col.left button,
#PopNoteReq .popupInnerList .col.left button {
  width: 85px;
  height: 30px;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 13px;
  border-radius: 3px;
}
#PopNoteFriend .popupInnerList .col.left button.active,
#PopNoteReq .popupInnerList .col.left button.active {
  border-color: #119D9B;
  color: #119D9B;
}
#PopNoteFriend .popupInnerList .col .note-header,
#PopNoteReq .popupInnerList .col .note-header {
  margin-bottom: 8px;
}
#PopNoteFriend .popupInnerList .col .note-header:after,
#PopNoteReq .popupInnerList .col .note-header:after {
  clear: both;
  content: "";
  display: block;
}
#PopNoteFriend .popupInnerList .col .note-header .titLevel02,
#PopNoteReq .popupInnerList .col .note-header .titLevel02 {
  float: left;
  font-weight: 400;
  padding-top: 4px;
  letter-spacing: -1.5px;
}
#PopNoteFriend .popupInnerList .col .note-header .btns,
#PopNoteReq .popupInnerList .col .note-header .btns {
  float: right;
  padding-top: 0;
}
#PopNoteFriend .popupInnerList .col .note-header .btns .btn,
#PopNoteReq .popupInnerList .col .note-header .btns .btn {
  width: 26px;
}
#PopNoteFriend .popupInnerList .col .note-header .btns .btn + .btn,
#PopNoteReq .popupInnerList .col .note-header .btns .btn + .btn {
  margin-left: 17px;
}
#PopNoteFriend .popupInnerList .col .note-header .btns .btn .ico:before,
#PopNoteReq .popupInnerList .col .note-header .btns .btn .ico:before {
  top: 2px;
}
#PopNoteFriend .popupInnerList .col .note-body,
#PopNoteReq .popupInnerList .col .note-body {
  position: relative;
  background: #f9f9f9;
  height: calc(100% - 50px);
  max-height: 400px;
}
#PopNoteFriend .popupInnerList .col .note-body .area,
#PopNoteReq .popupInnerList .col .note-body .area {
  width: 538px;
  padding: 14px 14px 38px;
  height: 100%;
  box-sizing: border-box;
}
#PopNoteFriend .popupInnerList .col .note-body .area .scrollbar,
#PopNoteReq .popupInnerList .col .note-body .area .scrollbar {
  height: 100%;
}
#PopNoteFriend .popupInnerList .col .note-body .area .scrollbar > .scroll-element.scroll-y,
#PopNoteReq .popupInnerList .col .note-body .area .scrollbar > .scroll-element.scroll-y {
  right: 0;
}
#PopNoteFriend .popupInnerList .col .note-body .file-name,
#PopNoteReq .popupInnerList .col .note-body .file-name {
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #efefef;
  padding: 5px 16px 14px;
}
#PopNoteFriend .popupInnerList .col .note-body .file-name a,
#PopNoteReq .popupInnerList .col .note-body .file-name a {
  display: inline-block;
  color: #666666;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #666;
}
#PopNoteFriend .popupInnerList .col .note-footer,
#PopNoteReq .popupInnerList .col .note-footer {
  padding-top: 8px;
  text-align: right;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
#PopNoteFriend .popupInnerList .col .note-footer span,
#PopNoteReq .popupInnerList .col .note-footer span {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#PopNoteFriend .popupInnerReq,
#PopNoteReq .popupInnerReq {
  display: none;
}
#PopNoteFriend .popupInnerReq + .btn-close,
#PopNoteReq .popupInnerReq + .btn-close {
  display: none;
}
#PopNoteFriend.req .popupInnerList,
#PopNoteReq.req .popupInnerList {
  display: none;
}
#PopNoteFriend.req .popupInnerList + .btn-close,
#PopNoteReq.req .popupInnerList + .btn-close {
  display: none;
}
#PopNoteFriend.req .popupInnerReq,
#PopNoteReq.req .popupInnerReq {
  display: block;
}
#PopNoteFriend.req .popupInnerReq + .btn-close,
#PopNoteReq.req .popupInnerReq + .btn-close {
  display: block;
}

/*# sourceMappingURL=popup.css.map */
