@charset "UTF-8";
/* URL */
/* Font */
/* Color */
/**
* --------------------------------
* Sub CSS
* --------------------------------
*/
.theme-learning .myfriend {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  margin-left: -8px;
  z-index: 2;
}
.theme-learning .myfriend > button {
  margin-left: 8px;
  padding: 0;
  width: 170px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  font-weight: 400;
}
.theme-learning .myfriend > .btn-myfriendlist.active {
  background-color: #fff;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.theme-learning .myfriend > .btn-myfriendshare.active {
  visibility: hidden;
}
.theme-learning .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;
}
.theme-learning .myfriend .myfriendlist.active {
  visibility: visible;
  opacity: 1;
}
.theme-learning .myfriend .myfriendlist .btn-myfriendclose {
  display: none;
}
.theme-learning .myfriend .myfriendlist .btn-myfriendclose.active {
  display: block;
}
.theme-learning .myfriend .myfriendlist .scrollbar {
  max-height: 190px;
}
.theme-learning .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;
}
.theme-learning .myfriend .myfriendlist ul li button:hover {
  background-color: #f5f5f5;
}
.theme-learning .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;
}
.theme-learning .myfriend .myfriendlist.selected {
  display: block;
  border: none;
}
.theme-learning .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;
}
.theme-learning .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;
}
.theme-learning .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;
}
.theme-learning .myfriend .myfriendlist.selected .scrollbar {
  display: none;
}
.theme-learning .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;
}
.theme-learning .myfriend .myfriendshare.active {
  display: block;
}
.theme-learning .myfriend .myfriendshare > .btn {
  padding: 0;
  width: 100%;
  border: none;
  font-weight: 400;
  border-radius: 0;
}
.theme-learning .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;
}
.theme-learning .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;
}
.theme-learning .myfriend .myfriendshare > label input + span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
}
.theme-learning .myfriend .myfriendshare .scrollbar {
  max-height: 202px;
  overflow: hidden;
}
.theme-learning .myfriend .myfriendshare ul {
  margin-top: 3px;
}
.theme-learning .myfriend .myfriendshare ul li {
  padding: 0 5px 0 15px;
}
.theme-learning .myfriend .myfriendshare ul li label {
  position: relative;
  display: block;
  line-height: 40px;
  color: #767676;
  font-size: 14px;
  font-family: "Roboto";
}
.theme-learning .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;
}
.theme-learning .myfriend .myfriendshare ul li label input + span {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.theme-learning .myfriend .myfriendshare > label.lecturenote {
  margin-top: 0;
  padding-bottom: 1px;
  line-height: 40px;
  font-size: 12px;
  border-bottom: none;
}
.theme-learning .myfriend .myfriendshare > label.lecturenote input + span {
  margin-top: -14px;
}
.theme-learning .myfriend .myfriendshare > label.lecturenote .ico:before {
  margin-top: 13px;
  vertical-align: top;
}
.theme-learning .myfriendview {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 555px;
  height: 681px;
  z-index: 1;
}
.theme-learning .myfriendview.active {
  display: block;
}
.theme-learning .myfriendview.active + .lecturelist {
  display: none;
}
.theme-learning .myfriendview .monthcalendar .calendar {
  margin-top: 0;
}

/**
* --------------------------------
* Planning
* --------------------------------
*/
/**
* --------------------------------
* Learning Support
* --------------------------------
*/
/* common */
.ico.lecturenote:before {
  background-position: -64px -48px;
  width: 15px;
  height: 14px;
}
.ico.warning {
  position: relative;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
}
.ico.warning:before {
  width: 16px;
  height: 14px;
  background-position: -17px -48px;
}
.ico.warning span {
  display: none;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 4px 10px;
  line-height: 20px;
  border: 1px solid #eb292a;
  background-color: #fff;
  border-radius: 3px;
  color: #ea0000;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}
.ico.warning span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 7px;
  background: url("../images/common/_icon.png") no-repeat -104px -49px;
}
.ico.warning:hover span {
  display: block;
}

.badge.necessary {
  background-color: #085cfd;
}
.badge.select {
  background-color: #2fa1bd;
}
.badge.base {
  background-color: #5755d8;
}
.badge.culture {
  background-color: #8953c4;
}
.badge.disabled {
  background-color: #d9d9d9;
}
.badge.retake {
  border: 1px solid #eb292a;
  background-color: #fff;
  color: #ea0000;
}

.table-wrap {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.table-wrap .table-scroll {
  position: static !important;
  width: 100%;
  max-height: 344px;
  overflow: auto;
}
.table-wrap .table-scroll .table {
  margin-top: 54px;
  border-top: none;
}
.table-wrap .table-scroll thead {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
}
.table-wrap .table-scroll thead th {
  border-top: 1px solid #e5e5e5;
}
.table-wrap .table-scroll tbody tr td {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.table-wrap .table-scroll tbody tr:first-child td {
  border-top: none;
}
.table-wrap .table-scroll.scrollbar > .scroll-element.scroll-y {
  z-index: 2;
}

/* fullcalendar */
[style="border-color: rgb(47, 161, 189); background-color: rgb(244, 250, 252);"] .fc-event-title:before {
  content: "대면";
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}

[style="border-color: rgb(255, 136, 79); background-color: rgb(255, 248, 245);"] .fc-event-title:before {
  content: "비대면";
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}

[style="border-color: rgb(47, 161, 190); background-color: rgb(244, 250, 252);"] .fc-event-title:before {
  content: "유연";
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}

/* Learning Support common */
.theme-learning .topFrame {
  padding: 13px 19px;
}
.theme-learning .topFrame .row {
  align-items: center;
}
.theme-learning .topFrame .img {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  overflow: hidden;
}
.theme-learning .topFrame .img img {
  width: 50px;
}
.theme-learning .topFrame .txt-name {
  margin-left: 11px;
  line-height: 50px;
  color: #000;
  font-size: 20px;
}
.theme-learning .topFrame .txt-school {
  margin-left: 15px;
  max-width: 360px;
  line-height: 25px;
}
.theme-learning .topFrame .txt-school span {
  display: inline-block;
}
.theme-learning .topFrame .txt-info {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  color: #767676;
  font-size: 12px;
  text-indent: -9px;
}
.theme-learning .topFrame .btn-grades {
  margin: 5px 0 0 25px;
  padding: 0 10px;
  max-width: 265px;
  width: 265px;
  background-color: #767676;
  font-size: 15px;
  font-weight: 400;
}
.theme-learning .topFrame .btn-grades strong {
  font-family: "Roboto";
  font-weight: 400;
}
.theme-learning .topFrame .btn-grades strong:nth-of-type(1) {
  margin-right: 5px;
}
.theme-learning .topFrame .btn-grades em {
  font-family: "Roboto";
  font-weight: 700;
}

.popup.lecturehistory .frame {
  width: 798px;
}
.popup.lecturehistory .frame .header {
  padding-bottom: 0;
  border-bottom: 0;
}
.popup.lecturehistory .sub-nav {
  margin-top: -16px;
  margin-bottom: 0;
}
.popup.lecturehistory .tabs {
  height: 42px;
  border-bottom: 1px solid #d9d9d9;
}
.popup.lecturehistory .tabs .tab-link {
  margin-left: 20px;
}
.popup.lecturehistory .tabs .tab-link:first-child {
  margin-left: 15px;
}
.popup.lecturehistory .tabs .tab-link.current {
  color: #000;
  font-weight: 700;
}
.popup.lecturehistory .tabs .tab-link a {
  display: inline-block;
  line-height: 41px;
}
.popup.lecturehistory .tabs .tab-link.current a {
  color: #000;
  border-bottom: 2px solid #000;
}
.popup.lecturehistory .gradeinfo {
  position: relative;
  padding: 24px 15px;
}
.popup.lecturehistory .gradeinfo ul li {
  display: inline-block;
  margin-left: 6px;
}
.popup.lecturehistory .gradeinfo ul li:first-child {
  margin-left: 0;
}
.popup.lecturehistory .gradeinfo ul li:last-child {
  position: absolute;
  top: 24;
  right: 14px;
  color: #000;
  font-size: 18px;
}
.popup.lecturehistory .gradeinfo ul li .badge {
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.popup.lecturehistory .table-wrap .table-scroll {
  max-height: 320px;
}
.popup.lecturehistory .table-wrap .table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  font-size: 16px;
  font-family: "Roboto";
}
.popup.lecturehistory .table-wrap .table tbody td:first-child {
  padding-left: 19px;
  padding-right: 19px;
  text-align: left;
  color: #767676;
  font-size: 15px;
  font-family: "NotoSansKR";
}
.popup.lecturehistory .table-wrap .table tbody td strong {
  display: block;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popup.lecturehistory .table-wrap .table tbody td .badge {
  top: 0;
  min-width: auto;
  font-size: 14px;
}
.popup.lecturehistory .table-wrap .table tbody tr.retake td {
  background-color: #f9f9f9;
}
.popup.lecturehistory .footer button {
  width: 160px;
}

.theme-learning .lecturelist {
  max-height: 742px;
}
.theme-learning .lecturelist .card {
  margin-top: 10px;
  overflow: hidden;
}
.theme-learning .lecturelist .card:first-child {
  margin-top: 0;
}
.theme-learning .lecturelist .card .row {
  position: relative;
  padding: 23px 23px 14px 23px;
}
.theme-learning .lecturelist .card .badge {
  padding: 7px 0;
  min-width: 48px;
  font-size: 14px;
}
.theme-learning .lecturelist .card strong {
  display: inline-block;
  margin-left: 10px;
  line-height: 27px;
  color: #000;
  font-size: 16px;
}
.theme-learning .lecturelist .card strong small {
  display: inline-block;
  margin-left: 2px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.theme-learning .lecturelist .card strong small:before {
  content: "";
  display: inline-block;
  margin: 9px 10px 0 0;
  width: 1px;
  height: 10px;
  background-color: #e7e7e7;
  vertical-align: top;
}
.theme-learning .lecturelist .card .subtxt {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 0 10px;
  line-height: 24px;
  color: #4c4c4c;
  font-size: 12px;
  background-color: #f9f9f9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.theme-learning .lecturelist .card p {
  padding: 14px 50px 0 0;
  line-height: 18px;
  font-size: 14px;
}
.theme-learning .lecturelist .card .btn-more {
  position: absolute;
  bottom: 14px;
  right: 15px;
  color: #767676;
  font-size: 14px;
}
.theme-learning .lecturelist .card .btn-more:after {
  content: "";
  margin: 7px 5px 0 5px;
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images/common/btn.png") no-repeat -249px -60px;
  vertical-align: top;
}
.theme-learning .lecturelist .card .row:nth-child(2) {
  padding-top: 18px;
  padding-bottom: 16px;
}
.theme-learning .lecturelist .card.necessary .row:nth-child(2) {
  background-color: #f1f5ff;
}
.theme-learning .lecturelist .card.select .row:nth-child(2) {
  background-color: #f4fafc;
}
.theme-learning .lecturelist .card.base .row:nth-child(2) {
  background-color: #f6f6fd;
}
.theme-learning .lecturelist .card.culture .row:nth-child(2) {
  background-color: #f9f6fc;
}
.theme-learning .lecturelist .card dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
}
.theme-learning .lecturelist .card dl dt {
  width: 56px;
  color: #000;
  font-size: 14px;
}
.theme-learning .lecturelist .card dl dd {
  width: calc(100% - 56px);
  color: #767676;
  font-size: 14px;
}
.theme-learning .lecturelist .card dl dd:nth-of-type(1) {
  color: #4c4c4c;
}
.theme-learning .monthcalendar p {
  padding-top: 12px;
  padding-right: 9px;
  text-align: right;
}
.theme-learning .monthcalendar p .untact {
  display: inline-block;
  line-height: 15px;
  color: #000;
  font-size: 14px;
}
.theme-learning .monthcalendar p .untact:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ff884f;
  border-radius: 100%;
  vertical-align: top;
}
.theme-learning .monthcalendar .calendar {
  margin-top: 12px;
}
.theme-learning .monthcalendar .eclass {
  position: relative;
  margin-top: 10px;
  padding: 14px 14px 14px 78px;
  background-color: #f1f1f1;
  border-left: 3px solid #4c4c4c;
  border-radius: 3px;
}
.theme-learning .monthcalendar .eclass a {
  display: block;
  line-height: 26px;
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.theme-learning .monthcalendar .eclass strong {
  position: absolute;
  top: 14px;
  left: 9px;
  display: inline-block;
  line-height: 26px;
  color: #000;
  font-size: 14px;
  font-family: "Roboto";
}
.theme-learning .monthcalendar .eclass small {
  color: #4c4c4c;
  font-size: 14px;
}
.theme-learning .monthcalendar .calendar .fc-view-harness {
  background: #fff;
  overflow: hidden;
}
.theme-learning .monthcalendar .calendar .fc-col-header-cell-cushion {
  height: 58px;
}
.theme-learning .monthcalendar .calendar .fc-daygrid-day.fc-day-today {
  background-color: #f9f9f9;
}
.theme-learning .monthcalendar .calendar .fc-timegrid-slot-label-cushion {
  padding: 0 14px;
}
.theme-learning .monthcalendar .calendar thead .fc-scroller {
  overflow-y: hidden !important;
}
.theme-learning .monthcalendar .calendar thead .fc-scroller-harness {
  border-bottom: 1px solid #efefef;
}
.theme-learning .monthcalendar .calendar .fc-col-header-cell-cushion {
  position: relative;
  text-align: left;
  text-indent: -9999px;
  display: block;
}
.theme-learning .monthcalendar .calendar .fc-col-header-cell-cushion:after {
  top: 19px;
  text-indent: 0;
  padding-top: 0;
}
.theme-learning .monthcalendar .calendar tbody .fc-scroller {
  max-height: 620px;
}
.theme-learning .monthcalendar .calendar .scrollbar > .scroll-element.scroll-y {
  z-index: 1;
}
.theme-learning .monthcalendar .calendar .fc-timegrid-event {
  bottom: 8px;
  padding: 0 3px;
}

/* timetable */
.learning-timetable .schedule {
  margin-top: 30px;
}
.learning-timetable .schedule .left {
  flex: 0 0 555px;
  margin-right: 20px;
  max-width: 555px;
}
.learning-timetable .schedule .right {
  flex: 0 0 555px;
  max-width: 555px;
}

.popup.mysmallname .frame {
  width: 260px;
}
.popup.mysmallname .frame .header {
  padding-bottom: 0;
  border-bottom: 0;
}
.popup.mysmallname p {
  padding: 5px 10px;
  line-height: 20px;
  background-color: #f9f9f9;
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
}
.popup.mysmallname label {
  margin-top: 10px;
}
.popup.mysmallname label strong {
  display: inline-block;
  margin-right: 10px;
  color: #666;
  font-size: 14px;
}
.popup.mysmallname label input {
  width: 225px;
}
.popup.mysmallname .footer .btns .btn {
  margin: 0 5px;
  padding: 0 15px;
}
.popup.mysmallname .footer .btns .btn.btn-default {
  font-weight: 400;
}

/* simulation common */
.learning-simulation .sti {
  display: block;
  line-height: 26px;
  width: 100%;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
.learning-simulation .sti:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: url("../images/common/_icon.png") no-repeat -468px -31px;
  vertical-align: top;
}
.learning-simulation .frame {
  position: relative;
  margin-top: 58px;
  padding: 0 23px;
  width: 300px;
  height: 420px;
  border-color: #e7e7e7;
  box-shadow: 0px 8px 10px 0px rgba(77, 37, 148, 0.08);
  box-sizing: border-box;
  transition: all 0.2s;
}
.learning-simulation .frame .planning {
  display: block;
  width: 252px;
  height: 303px;
  background-color: #fff;
}
.learning-simulation .frame .planning .scrollbar {
  max-height: 218px;
}
.learning-simulation .frame .planning ul li {
  padding-top: 10px;
}
.learning-simulation .frame .planning ul li:first-child {
  padding-top: 0;
}
.learning-simulation .frame .planning ul li > strong {
  display: inline-block;
  max-width: calc(100% - 25px);
  line-height: 28px;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.learning-simulation .frame .planning ul li .badge {
  margin-right: 5px;
  padding: 7px 0;
  min-width: 47px;
  height: 28px;
  font-size: 14px;
  vertical-align: top;
}
.learning-simulation .frame > strong {
  margin-top: 29px;
  display: block;
  color: #767676;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.learning-simulation .frame > strong:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url("../images/common/_icon_hover.png") no-repeat -708px 0;
  vertical-align: top;
}

/* simulation */
#wrap .inner.learning-simulation {
  min-height: 890px;
  width: 1330px;
  padding: 0 100px;
}

.learning-simulation .topFrame {
  z-index: 10;
}
.learning-simulation .typeselect {
  padding: 80px 20px 0;
  width: 1130px;
  justify-content: space-around;
}
.learning-simulation .typeselect .frame:nth-of-type(2) > strong:before {
  width: 18px;
  background-position-x: -734px;
}
.learning-simulation .typeselect .frame:nth-of-type(3) > strong:before {
  width: 24px;
  background-position-x: -753px;
}
.learning-simulation .typeselect .frame > .noplanning {
  display: none;
}
.learning-simulation .typeselect .frame > .noplanning.active {
  display: block;
}
.learning-simulation .typeselect .frame p {
  position: absolute;
  top: 85px;
  width: calc(100% - 46px);
  line-height: 36px;
  color: #767676;
  font-size: 28px;
  text-align: center;
}
.learning-simulation .typeselect .frame p strong {
  display: block;
  font-family: "Roboto";
  font-weight: 400;
}
.learning-simulation .typeselect .frame:nth-of-type(1) p:before {
  content: "";
  margin-bottom: 16px;
  display: inline-block;
  width: 140px;
  height: 126px;
  background: url("../images/learning/simulation.png") no-repeat 0 0;
}
.learning-simulation .typeselect .frame > .noplanning a, .learning-simulation .typeselect .frame > button {
  position: absolute;
  bottom: 31px;
  width: 252px;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  border-color: #999;
  background-color: #999;
}
.learning-simulation .typeselect .frame .subject {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  margin-left: -12px;
  width: 264px;
}
.learning-simulation .typeselect .frame .subject .scrollbar {
  min-height: 60px;
  max-height: 234px;
  overflow: hidden;
}
.learning-simulation .typeselect .frame .subject label {
  float: left;
  display: inline-block;
  margin: 6px 0 6px 12px;
}
.learning-simulation .typeselect .frame .subject label input + span {
  display: inline-block;
  padding: 0 5px;
  width: 120px;
  height: 48px;
  line-height: 46px;
  color: #767676;
  font-size: 18px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.learning-simulation .typeselect .frame .subject label input + span:before {
  display: none;
}
.learning-simulation .typeselect .frame .subject label input:checked + span {
  background-color: #119d9b;
  border-color: #119d9b;
  color: #fff;
}
.learning-simulation .typeselect .frame:nth-of-type(2) > button:after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 26px;
  height: 20px;
  background: url("../images/common/_icon.png") no-repeat -215px -46px;
  vertical-align: sub;
}
.learning-simulation .typeselect .frame:nth-of-type(3) p {
  top: 155px;
  padding: 0 30px;
  box-sizing: border-box;
}
.learning-simulation .typeselect .frame:hover {
  margin-top: 34px;
  border-color: #119d9b;
  box-shadow: 0px 8px 10px 0px rgba(14, 106, 105, 0.34);
}
.learning-simulation .typeselect .frame:hover > strong {
  color: #119d9b;
}
.learning-simulation .typeselect .frame:hover:nth-of-type(1) > strong:before, .learning-simulation .typeselect .frame:hover:nth-of-type(2) > strong:before, .learning-simulation .typeselect .frame:hover:nth-of-type(3) > strong:before {
  background-position-y: -24px;
}
.learning-simulation .typeselect .frame:hover p {
  color: #119d9b;
}
.learning-simulation .typeselect .frame:hover:nth-of-type(1) p:before {
  background-position: -150px 0;
}
.learning-simulation .typeselect .frame:hover > .noplanning a, .learning-simulation .typeselect .frame:hover > button {
  background-color: #119d9b;
}
.learning-simulation .typeselect .frame:hover .subject label input + span {
  border-color: #119d9b;
  color: #119d9b;
}
.learning-simulation .typeselect .frame:hover .subject label input:checked + span {
  color: #fff;
}
.learning-simulation .typeselect .frame .planning {
  display: none;
  position: absolute;
  top: 84px;
}
.learning-simulation .typeselect .frame .planning.active {
  display: block;
}
.learning-simulation .typeselect .frame .planning button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 252px;
  max-width: 252px;
  height: 48px;
  border-color: #999;
  background-color: #999;
}
.learning-simulation .typeselect .frame:hover .planning button {
  background-color: #119d9b;
  border-color: #119d9b;
}
.learning-simulation .typeselect .frame .planning button:after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 26px;
  height: 20px;
  background: url("../images/common/_icon.png") no-repeat -215px -46px;
  vertical-align: sub;
}
.learning-simulation .start .planlist:after {
  content: " ";
  display: block;
  clear: both;
}
.learning-simulation .start .planning {
  margin-top: 30px;
  padding-bottom: 41px;
  height: auto;
}
.learning-simulation .start .planning .scrollbar {
  max-height: 180px;
}
.learning-simulation .start button {
  margin-top: 30px;
  display: block;
  width: 100%;
  max-width: 100%;
}
.learning-simulation .start .frame {
  float: left;
  margin-top: 34px;
  height: auto;
}
.learning-simulation .start .frame:nth-of-type(2) {
  margin-left: 20px;
  padding: 0 38px 40px;
  width: 810px;
  height: auto;
  border-color: #119d9b;
  box-shadow: 0px 8px 10px 0px rgba(14, 106, 105, 0.34);
}
.learning-simulation .start .frame > strong {
  text-align: left;
}
.learning-simulation .start .frame dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  line-height: 52px;
}
.learning-simulation .start .frame dl dt {
  width: 88px;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 700;
}
.learning-simulation .start .frame dl dd {
  width: calc(100% - 88px);
  color: #767676;
  font-size: 16px;
}
.learning-simulation .start .frame dl dd > strong {
  display: inline-block;
  line-height: 28px;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
}
.learning-simulation .start .frame dl dd .badge {
  margin-right: 5px;
  padding: 7px 0;
  min-width: 47px;
  height: 28px;
  font-size: 14px;
  vertical-align: top;
}
.learning-simulation .start .frame dl dd label {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
}
.learning-simulation .start .frame dl dd label input + span {
  position: absolute;
  top: -3px;
  left: 0;
}
.learning-simulation .start .frame dl dd strong {
  margin-left: 30px;
}
.learning-simulation .start .frame:nth-of-type(2) button {
  margin: 43px auto 0;
  width: 252px;
  height: 48px;
}
.learning-simulation .start .btn-reset {
  margin: 31px 0 0 32px;
  width: auto;
  color: #767676;
  font-size: 14px;
}
.learning-simulation .start .btn-reset:before {
  content: "";
  display: inline-block;
  margin: 3px 9px 0 0;
  width: 6px;
  height: 10px;
  transform: rotate(-180deg);
  background: url("../images/common/btn.png") no-repeat -249px -60px;
  vertical-align: top;
}
.learning-simulation .airecomarea .frame {
  margin-top: 32px;
  padding: 0 31px;
  width: 100%;
  height: 406px;
  border-color: #119d9b;
  box-shadow: 0px 8px 10px 0px rgba(14, 106, 105, 0.34);
}
.learning-simulation .airecomarea .frame > strong {
  margin-top: 27px;
  text-align: left;
  color: #119d9b;
}
.learning-simulation .airecomarea .frame > strong:before {
  margin-top: 2px;
  margin-right: 9px;
  width: 18px;
  background-position: -734px -24px;
}
.learning-simulation .airecomarea .sub-nav {
  margin-top: 4px;
  margin-bottom: 0;
}
.learning-simulation .airecomarea .sub-nav .tabs {
  height: 42px;
  border-bottom: 1px solid #d9d9d9;
}
.learning-simulation .airecomarea .sub-nav .tabs .tab-link {
  margin-left: 20px;
}
.learning-simulation .airecomarea .sub-nav .tabs .tab-link:first-child {
  margin-left: 15px;
}
.learning-simulation .airecomarea .sub-nav .tabs .tab-link.current {
  color: #000;
  font-weight: 700;
}
.learning-simulation .airecomarea .sub-nav .tabs .tab-link a {
  display: inline-block;
  line-height: 41px;
}
.learning-simulation .airecomarea .sub-nav .tabs .tab-link.current a {
  color: #000;
  border-bottom: 2px solid #000;
}
.learning-simulation .airecomarea .ailecturelist .ailecture {
  max-height: 190px;
  overflow: hidden;
}
.learning-simulation .airecomarea .ailecturelist .ailecture ul {
  padding-top: 18px;
}
.learning-simulation .airecomarea .ailecturelist .ailecture ul li {
  float: left;
  padding-top: 14px;
  width: 33.3333%;
}
.learning-simulation .airecomarea .ailecturelist .ailecture ul li label {
  position: relative;
  display: block;
  padding-left: 37px;
}
.learning-simulation .airecomarea .ailecturelist .ailecture ul li label strong {
  display: inline-block;
  max-width: calc(100% - 50px);
  line-height: 28px;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.learning-simulation .airecomarea .ailecturelist .ailecture ul li label .warning {
  margin-top: 5px;
  vertical-align: top;
}
.learning-simulation .airecomarea .ailecturelist .ailecture ul li label input + span {
  position: absolute;
  top: 2px;
  left: 0;
}
.learning-simulation .airecomarea .ailecturelist .ailecture ul li label .badge {
  margin-top: -2px;
  margin-right: 4px;
  padding: 0;
  width: 48px;
  min-width: 48px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.learning-simulation .airecomarea .ailecturelist > .btn {
  margin: 34px auto 0;
  display: block;
  width: 252px;
  max-width: 252px;
  height: 48px;
}
.learning-simulation .airecomarea > .btn-reset {
  margin: 31px 0 0 32px;
  width: auto;
  color: #767676;
  font-size: 14px;
}
.learning-simulation .airecomarea > .btn-reset:before {
  content: "";
  display: inline-block;
  margin: 3px 9px 0 0;
  width: 6px;
  height: 10px;
  transform: rotate(-180deg);
  background: url("../images/common/btn.png") no-repeat -249px -60px;
  vertical-align: top;
}
.learning-simulation .aiarea .frame > strong:before {
  margin-top: 2px;
  margin-right: 9px;
  width: 18px;
  background-position: -734px 0;
}
.learning-simulation .mypickarea .frame:nth-child(1) {
  height: 257px;
}
.learning-simulation .mypickarea .frame > strong {
  text-align: center;
}
.learning-simulation .mypickarea .frame > strong:before {
  margin-top: 2px;
  margin-right: 9px;
  width: 24px;
  background-position: -753px 0;
}
.learning-simulation .mypickarea .frame > strong + p {
  padding: 43px 30px 0;
  box-sizing: border-box;
  line-height: 36px;
  color: #767676;
  font-size: 28px;
  text-align: center;
}
.learning-simulation .result .left {
  flex: 0 0 555px;
  margin-right: 20px;
  max-width: 555px;
}
.learning-simulation .result .right {
  flex: 0 0 555px;
  max-width: 555px;
}
.learning-simulation .result .btn-reset {
  position: absolute;
  top: 165px;
  right: 7px;
  color: #000;
  font-size: 15px;
}
.learning-simulation .result .btn-reset:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 20px;
  background: url("../images/common/_icon.png") no-repeat 0 -64px;
  vertical-align: top;
}
.learning-simulation .result .lecturetotal {
  margin-top: 70px;
  margin-bottom: 40px;
}
.learning-simulation .result .lecturetotal p {
  color: #000;
  font-size: 20px;
}
.learning-simulation .result .lecturetotal p .warning {
  margin-bottom: 5px;
}
.learning-simulation .result .lecturetotal ul {
  margin-top: 16px;
}
.learning-simulation .result .lecturetotal ul li {
  margin-left: 20px;
  display: inline-block;
  color: #666;
  font-size: 15px;
}
.learning-simulation .result .lecturetotal ul li:first-child {
  margin-left: 0;
}
.learning-simulation .result .lecturetotal ul li .badge {
  margin-right: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.learning-simulation .result .btn-lectureplus {
  position: absolute;
  top: 153px;
  right: 24px;
  width: 40px;
  height: 40px;
  text-align: left;
  text-indent: -9999px;
  background-color: #119d9b;
  border-radius: 20px;
  box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.learning-simulation .result .btn-lectureplus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background-color: #fff;
}
.learning-simulation .result .btn-lectureplus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.learning-simulation .result .lecturelist {
  max-height: 608px;
}
.learning-simulation .result .card {
  box-sizing: border-box;
}
.learning-simulation .result .card .row .btn-lecturemore {
  width: calc(100% - 50px);
  text-align: left;
}
.learning-simulation .result .card .row .btn-lecturemore:after {
  content: "";
  margin-top: 11px;
  transform: rotate(0);
  display: inline-block;
  width: 18px;
  height: 8px;
  background: url("../images/common/btn.png") no-repeat -282px -151px;
  vertical-align: top;
}
.learning-simulation .result .card .row .btn-lecturemore .badge {
  vertical-align: top;
}
.learning-simulation .result .card .row .btn-lecturemore > strong {
  max-width: calc(100% - 120px);
}
.learning-simulation .result .card .row .btn-lecturemore .warning {
  margin-top: 7px;
  font-weight: 400;
  z-index: 1;
  vertical-align: top;
}
.learning-simulation .result .card .row .btn-lecturemore .warning span {
  top: -28px;
  font-size: 14px;
}
.learning-simulation .result .card .row .btn-lecturemore .warning span strong {
  margin: 0;
  line-height: 1;
  width: auto;
  color: #ea0000;
  font-size: 14px;
}
.learning-simulation .result .card .row.active {
  padding-bottom: 21px;
}
.learning-simulation .result .card .row.active .btn-lecturemore:after {
  transform: rotate(-180deg);
}
.learning-simulation .result .card .row.active + .row {
  display: none;
}
.learning-simulation .result .card .btn-delete {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 40px;
  height: 30px;
  text-indent: -9999px;
  text-align: left;
}
.learning-simulation .result .card .btn-delete:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 13px;
  width: 14px;
  height: 14px;
  background: url("../images/common/_icon.png") no-repeat -222px 0;
}
.learning-simulation .result .card .row:nth-child(2) {
  padding-top: 13px;
}
.learning-simulation .result .card label {
  position: relative;
  padding-left: 31px;
  display: block;
  width: 100%;
  line-height: 32px;
}
.learning-simulation .simulationresult .card .txt-label {
  position: relative;
  padding-left: 31px;
  display: block;
  width: 100%;
  line-height: 32px;
}
.learning-simulation .result .card label .txt, .learning-simulation .simulationresult .card .txt-label .txt {
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.learning-simulation .result .card label .txt:before, .learning-simulation .simulationresult .card .txt-label .txt:before {
  content: "";
  margin: 0 10px;
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #999;
}
.learning-simulation .result .card label .txt:first-child:before, .learning-simulation .simulationresult .card .txt-label .txt:first-child:before {
  display: none;
}
.learning-simulation .result .card label input + span {
  position: absolute;
  top: 5px;
  left: 0;
}
.learning-simulation .result .card .txt.warning {
  position: relative;
  display: inline-block;
  color: #ea0000;
  z-index: 1;
}
.learning-simulation .result .card .txt.warning > span {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 11px;
  width: auto;
  padding: 10px 30px 10px 10px;
  line-height: 16px;
  border: 1px solid #eb292a;
  background-color: #fff;
  border-radius: 3px;
  color: #ea0000;
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
}
.learning-simulation .result .card .txt.warning > span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 7px;
  background: url("../images/common/_icon.png") no-repeat -104px -49px;
}
.learning-simulation .result .card .txt.warning > span:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url("../images/common/btn.png") no-repeat -201px -140px;
}
.learning-simulation .result .card .txt.warning.active > span {
  display: block;
}
.learning-simulation .result .card .txt-label {
  padding-left: 0;
}
.learning-simulation .result .card.selected {
  border: 2px solid #ea0000;
}
.learning-simulation .result .card.selected .row:nth-child(1) {
  padding: 22px 22px 13px 22px;
}
.learning-simulation .result .card.selected .row:nth-child(2) {
  padding: 14px 22px 15px 22px;
}
.learning-simulation .result .card.selected .btn-delete {
  top: 22px;
  right: 22px;
}
.learning-simulation .result .lectureplus {
  display: none;
  position: absolute;
  top: 63px;
  left: 0;
  width: 555px;
  height: 743px;
  background-color: #f9f9f9;
  z-index: 20;
}
.learning-simulation .result .lectureplus.active {
  display: block;
}
.learning-simulation .result .lectureplus .filter {
  margin-left: 1px;
  padding-bottom: 20px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter01 {
  width: 105px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter01 .btn-header {
  width: 105px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter01 .btn-change strong:before {
  content: "구분";
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter02 {
  width: 120px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter02 .btn-header {
  width: 120px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter02 .btn-change strong:before {
  content: "교수";
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter03 {
  width: 105px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter03 .btn-header {
  width: 105px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter03 .btn-change strong:before {
  content: "요일";
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter04 {
  width: 150px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter04 .btn-header {
  width: 150px;
}
.learning-simulation .result .lectureplus .filter #lectureplusfilter04 .btn-change strong:before {
  content: "교시";
}
.learning-simulation .result .lectureplus .filter .form-inline {
  top: 0;
  width: 100%;
}
.learning-simulation .result .lectureplus .lecturelist {
  max-height: 558px;
}
.learning-simulation .result .lectureplus .card .row .btn-lecturemore {
  width: calc(100% - 120px);
}
.learning-simulation .result .lectureplus .card .row.active .txt-info {
  display: none;
}
.learning-simulation .result .lectureplus .card .btn-more {
  bottom: 15px;
}
.learning-simulation .result .lectureplus .card .btn-more:after {
  margin-top: 5px;
}
.learning-simulation .result .lectureplus .card .btn-delete + .btn-timeadd {
  right: 68px;
}
.learning-simulation .result .lectureplus .card .btn-timeadd {
  position: absolute;
  top: 23px;
  right: 23px;
  padding-left: 20px;
  width: 117px;
  height: 30px;
  color: #767676;
  font-size: 13px;
}
.learning-simulation .result .lectureplus .card .btn-timeadd:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  width: 11px;
  height: 1px;
  background-color: #767676;
}
.learning-simulation .result .lectureplus .card .btn-timeadd:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 18px;
  width: 1px;
  height: 11px;
  background-color: #767676;
}
.learning-simulation .result .lectureplus .card .btn-timeadd:disabled {
  opacity: 0.3;
}
.learning-simulation .result .lectureplus .btn-reset {
  position: relative;
  top: auto;
  right: auto;
  left: 0;
  margin: 16px 0 0 0;
  width: auto;
  color: #767676;
  font-size: 14px;
}
.learning-simulation .result .lectureplus .btn-reset:before {
  content: "";
  display: inline-block;
  margin: 3px 9px 0 0;
  width: 6px;
  height: 10px;
  transform: rotate(-180deg);
  background: url("../images/common/btn.png") no-repeat -249px -60px;
  vertical-align: top;
}
.learning-simulation .result .lectureplus .btn-reset:after {
  display: none;
}
.learning-simulation .result .calendar {
  margin-top: 48px;
}
.learning-simulation .calendar .fc-timegrid-event .fc-event-main {
  padding-top: 5px;
}
.learning-simulation .calendar .fc-timegrid-event-harness {
  left: 0 !important;
  margin-right: 0 !important;
}
.learning-simulation .calendar .fc-timegrid-event-harness.fc-timegrid-event-harness-inset a {
  border: 3px solid #ea0000 !important;
}
.learning-simulation .calendar .fc-timegrid-event-harness.selected a {
  background-color: #085cfd !important;
  border-color: #085cfd !important;
}
.learning-simulation .calendar .fc-timegrid-event-harness.selected .fc-v-event .fc-event-main {
  color: #fff !important;
}
.learning-simulation .calendar .fc-timegrid-event-harness.timedaychange .fc-event-title:before {
  content: "";
  margin-bottom: 3px;
  display: block;
  width: 16px;
  height: 14px;
  background: url("../images/common/_icon.png") no-repeat -17px -48px;
}

.popup.lecturedetail .frame {
  width: 488px;
}
.popup.lecturedetail .table-wrap.list tbody tr th, .popup.lecturedetail .table-wrap.list tbody tr td {
  font-size: 14px;
}

.learning-simulation .mypickresult .lecturetotal {
  margin-bottom: 24px;
}
.learning-simulation .mypickresult .lectureplus {
  display: block;
  position: relative;
  top: 0;
  height: 624px;
}
.learning-simulation .mypickresult .lectureplus .lecturelist {
  max-height: 516px;
}
.learning-simulation .mypickresult .lectureplus .filter {
  font-size: 0;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter01 {
  width: 105px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter01 .btn-header {
  width: 105px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter01 .btn-change strong:before {
  content: "구분";
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter02 {
  width: 120px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter02 .btn-header {
  width: 120px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter02 .btn-change strong:before {
  content: "교수";
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter03 {
  width: 105px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter03 .btn-header {
  width: 105px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter03 .btn-change strong:before {
  content: "요일";
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter04 {
  width: 150px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter04 .btn-header {
  width: 150px;
}
.learning-simulation .mypickresult .lectureplus .filter #mypickaddfilter04 .btn-change strong:before {
  content: "교시";
}
.learning-simulation .myfriendarea {
  position: absolute;
  top: 0;
  left: 100px;
  top: 158px;
  margin-left: 100px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 30;
  transition: all 0.4s;
}
.learning-simulation .myfriendarea.active {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.learning-simulation .myfriendarea .myfriend {
  margin-left: 0;
}
.learning-simulation .myfriendarea .myfriend #filter01 .btn-header {
  width: 170px;
}
.learning-simulation .myfriendarea .myfriend #filter01 .btn-change strong:before {
  content: "친구 일정";
}
.learning-simulation .myfriendarea .btn-myfriendshare {
  margin-left: -4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.learning-simulation .myfriendarea .myfriend .myfriendshare {
  left: 181px;
}
.learning-simulation .myfriendarea .myfriend .btn-urlmake {
  margin-left: -4px;
}
.learning-simulation .myfriendarea .myfriend > .btn-urlmake.active {
  visibility: hidden;
}
.learning-simulation .myfriendarea .myfriend .urlmake {
  display: none;
  position: absolute;
  top: 0;
  left: 362px;
  width: 270px;
  background-color: #fff;
  border: 1px solid #119d9b;
  border-radius: 19px;
  overflow: hidden;
  box-sizing: border-box;
}
.learning-simulation .myfriendarea .myfriend .urlmake.active {
  display: block;
}
.learning-simulation .myfriendarea .myfriend .urlmake > .btn {
  padding: 0 25px;
  width: 100%;
  max-width: 100%;
  border: none;
  font-weight: 400;
  border-radius: 0;
  text-align: left;
}
.learning-simulation .myfriendarea .myfriend .urlmake > .btn-line:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 25px;
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url("../images/common/btn.png") no-repeat -201px -128px;
  vertical-align: top;
}
.learning-simulation .myfriendarea .myfriend .urlmake > input {
  margin: 2px 25px 0;
  width: 218px;
  height: 44px;
  line-height: 42px;
  box-sizing: border-box;
}
.learning-simulation .myfriendarea .myfriend .urlmake > .btns {
  margin-top: 16px;
}
.learning-simulation .myfriendarea .myfriend .urlmake > .btns .btn {
  margin: 0;
  width: 50%;
  height: 32px;
  border-radius: 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-weight: 400;
  box-sizing: border-box;
}
.learning-simulation .myfriendview {
  top: 205px;
  left: 100px;
  z-index: 20;
}
.learning-simulation > .row {
  position: absolute;
  top: 0;
  left: 100px;
  margin-left: 100px;
  padding-top: 200px;
  width: 1130px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  height: 0;
  z-index: 0;
}
.learning-simulation > .row.active {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 1;
}
.learning-simulation > .row.leftout {
  margin-left: -100px;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.learning-simulation > .row.rightout {
  margin-left: 100px;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.learning-simulation > .row.result {
  padding-top: 158px;
}

/* url */
.urlcalendar {
  margin: -81px auto 0;
  width: 555px;
}
.urlcalendar > h1 {
  padding-bottom: 7px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

/**
* --------------------------------
* eNotice
* --------------------------------
*/
/*# sourceMappingURL=sub.css.map */

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