@charset "UTF-8";

@import url("/css/edunavi/web/arc/components_package.css");
@import url("/css/edunavi/web/arc/components_package_video.css");
@import url("/css/edunavi/web/arc/components_setting_video.css");
@import url("/css/edunavi/web/arc/button.css");
/* 레이아웃 */
@import url("/css/edunavi/web/arc/sub.css");
@import url("/css/edunavi/web/arc/sub_video.css");
/* 채널 */
@import url("/css/edunavi/web/arc/sub_channel.css");
/* 구독채널 */
@import url("/css/edunavi/web/arc/sub_subscription.css");
/* 채널 */
@import url("/css/edunavi/web/arc/channel_intro.css");
@import url("/css/edunavi/web/arc/channel_qna.css");
/* 채널관리 */
@import url("/css/edunavi/web/arc/sub_form.css");
@import url("/css/edunavi/web/arc/sub_board.css");
/* 영상, 문서 보기 */
@import url("/css/edunavi/web/arc/view.css");
@import url("/css/edunavi/web/arc/view_grid.css");
@import url("/css/edunavi/web/arc/view_comment.css");

/* title */

/* ============================================================================================ */
/* title */
.stt1 {
  display: block;
  padding: 1em 0 0;
  margin: 0 0 1em;
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'SCDream';
}

.stt1 .description {
  display: inline-block;
  margin: 0.5em 0;
  font-size: 14px;
  font-weight: 500;
  font-family: '맑은 고딕', 'Malgun Gothic';
}

.stt1 img {
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-right: .25em;
}

.stt2 {
  display: block;
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: 600;
  font-family: 'SCDream';
}
.stt2::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  border-left: 4px solid #2c5dcd;
  margin: -0.25em .5em 0 0;
}
.stt2 .description {
  display: inline-block;
  margin: 0.5em 0;
  font-size: 14px;
  font-weight: 500;
  font-family: '맑은 고딕', 'Malgun Gothic';
}

.stt3 {
  display: block;
  margin: 0 0 10px;
  font-size: 1.125em;
  font-weight: 600;
  font-family: 'SCDream';
  color: #001e7b;
}

@media screen and (max-width: 640px) {
  .stt1 {
    font-size: 1.2em;
  }
}

/* ============================================================================================ */

input[type='text'].search__keyword--live {
  padding-right: 32px;
  background-image: url(/images/edunavi/web/arc/icon_search1.png);
  background-size: 28px;
  background-position: right 4px center;
  background-repeat: no-repeat;
}

/* ============================================================================================ */

.search__wrapper {
  position: relative;
  padding-right: 4.75em;
  margin-top: .5em;
  margin-bottom: 1em;
}

.search__wrapper .search__keyword {
  width: 100%;
}

.search__wrapper .search__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 4.5em;
  height: 2.5em;
  padding: 0 0 0 1em;
  color: white;
  background-color: #2c5dcd;
  background-position: .75em 50%;
  background-repeat: no-repeat;
  background-image: url(/images/edunavi/web/arc/icon_plus_on.png);
  border-radius: .375em;
}

.search__wrapper .search__btn.type2 {
  background-color: #e24d4d;
}

/* ============================================== */

.labelGroup_wrap.fulltype {
  height: 20em;
  padding: .5em 1.5em;
  border: 1px solid #d3dcee;
  border-radius: .25em;
  background-color: #f4faff;
  overflow-x: hidden;
  overflow-y: auto;
}

.labelGroup_wrap.fulltype .labelGroup {
  display: block;
  padding: .25em 0;
}


.labelGroup_wrap.type2 {
  height: 24.5em;
  padding: 0.75em 0;
  border: 1px solid #d3dcee;
  border-radius: .25em;
  background-color: #f4faff;
  overflow: auto;
}

.labelGroup_wrap.type2::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

.labelGroup_wrap.type2::-webkit-scrollbar-thumb {
  background: #e1e8f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.labelGroup_wrap.type2::-webkit-scrollbar-track {
  background: transparent;
}

.labelGroup_wrap.type2 .labelGroup {
  width: 100%;
  padding: 0.25em 1em;
  margin: 0;
}

.labelGroup_wrap.type3 {
  padding: 0;
  border: 1px solid #d3dcee;
  border-radius: .25em;
  background-color: #f4faff;
  overflow: auto;
}

.labelGroup_wrap.dialogPackageZone.type3 {
  height: 17.25em;
}

.labelGroup_wrap.dialogPlaylistZone.type3 {
  height: 24.5em;
}

.labelGroup_wrap.type3::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

.labelGroup_wrap.type3::-webkit-scrollbar-thumb {
  background: #e1e8f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.labelGroup_wrap.type3::-webkit-scrollbar-track {
  background: transparent;
}

.labelGroup_wrap.type3 .labelGroup_link {
  border-bottom: 1px dashed #c9d4e9;
}

.labelGroup_wrap.type3 .labelGroup_link .labelGroup_button {
  display: block;
  padding: .875em 2em .875em 1em;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 1.063em;
  font-weight: 500;
  font-family: 'SCDream';
  color: #555;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 0.813em;
  background-position: right 1em top 1.125em;
  background-image: url(/images/edunavi/web/arc/icon_arrow_blue_down.png);
}

.labelGroup_wrap.type3 .labelGroup_link .labelGroup_button.active {
  font-weight: 600;
  color: #2c5dcd;
  background-image: url(/images/edunavi/web/arc/icon_arrow_blue_up.png);
}

.labelGroup_wrap.type3 .labelGroup_link .labelGroup_items {
  display: none;
}

.labelGroup_wrap.type3 .labelGroup_link .labelGroup_button.active + .labelGroup_items {
  display: block;
  padding-top: 0;
}

.labelGroup_wrap.type3 .labelGroup_items {
  padding: 0.5em 1.125em;
  color: #555;
  overflow-x: hidden;
  overflow-y: auto;
}

.labelGroup_wrap.type3 .labelGroup_items .labelGroup {
  display: grid;
  grid-template-columns: 2em auto;
  width: 100%;
  padding: .125em 0;
  margin: 0.25em 0;
  font-weight: 400;
}

.labelGroup_wrap.type3 .labelGroup_items .labelGroup .packageCheckbox {
  margin: 0;
}

.labelGroup_wrap::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.labelGroup_wrap .labelGroup {
  float: left;
  display: block;
  margin: 0.25em 1em 0.25em 0;
  position: relative;
}

.labelGroup_wrap .labelGroup strong {
  display: inline-block;
  vertical-align: middle;
  width: 9em;
  font-weight: 600;
  color: #2c5dcd;
}

.labelGroup_wrap .labelGroup::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.labelGroup_wrap .labelGroup input[type='radio'],
.labelGroup_wrap .labelGroup input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.labelGroup_wrap .labelGroup label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.labelGroup_wrap .labelGroup label span {
  font-size: .938em;
  color: #2c5dcd;
}

.labelGroup_wrap .labelGroup label + select {
  margin-top: -.375em;
  margin-left: .5em;
}

.labelGroup_wrap .labelGroup label.type1 {
  width: 4em;
  padding: .125em 0;
  background-color: #fffce1;
  border: 1px solid #e8ac7f;
  border-radius: 1em;
  text-align: center;
}

.labelGroup_wrap .labelGroup label.type2 {
  width: 4em;
  padding: .125em 0;
  background-color: #f4faff;
  border: 1px solid #7199e2;
  border-radius: 1em;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .labelGroup_wrap .labelGroup {
    margin-right: 1em;
  }
  .labelGroup_wrap .labelGroup input + label {
    padding-top: .25em;
  }
}

/* ============================================== */
.information__wrapper {
  padding: 2em 2em 2em 8em;
  margin: 0 0 2em;
  background-color: #fafbfe;
  border: 1px solid #e1e1e1;
  border-radius: .5em;
  font-family: 'SCDream';
  position: relative;
}

.information__wrapper .MCbox__left {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.information__wrapper .MCbox__left img {
  width: 100%;
  height: 100%;
}

.information__wrapper .MCbox__right ul li {
  padding-left: .75em;
  margin: .5em 0;
  font-size: .938em;
  text-indent: -.75em;
}

.information__wrapper .MCbox__right ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em 0 0;
  width: 4px;
  height: 4px;
  background-color: #426dd1;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .information__wrapper {
    padding-left: 8.5em;
  }
  .information__wrapper .MCbox__left {
    left: 2em;
  }
  .information__wrapper .MCbox__left img {
    width: 5.000em;
    height: 5.000em;
  }
}

@media screen and (max-width: 640px) {
  .information__wrapper {
    padding: 1em;
  }
  .information__wrapper .MCbox__left {
    display: none;
  }
  .information__wrapper .MCbox__right {
    width: 100%;
  }
}

/* ============================================== */
.archiveWritePage_wrap {
  padding-top: 50px;
}

table.tableSoftForm {
  margin-bottom: 2em;
  border: 2px solid #e9eaee;
  border-left: 0;
  border-right: 0;
  color: #555;
}

table.tableSoftForm tbody tr th {
  padding-left: 2%;
  padding-right: 2%;
  font-weight: 600;
  background-color: #fafcff;
  border-left: 1px solid #d3dcee;
  border-right: 1px solid #e6edfa;
}

table.tableSoftForm tbody tr th:first-child {
  border-left: 0;
}

table.tableSoftForm tbody tr td {
  padding: 1em 2%;
  line-height: 1.6;
}

table.tableSoftForm tbody tr:not(:first-child) th {
  border-top: 1px dashed #d3dcee;
}

table.tableSoftForm tbody tr:not(:first-child) td {
  border-top: 1px dashed #d3dcee;
}

table.tableSoftForm.type2 {
  width: 100%;
  border: 1px solid #d3dcee;
  border-radius: 1em;
  overflow: hidden;
}

table.tableSoftForm.type2 tbody tr th {
  background-color: #f3f6ff;
}

table.tableSoftForm.type2 tbody tr td .labelGroup_wrap.labelGroup__simpletype .labelGroup label {
  font-size: 1em;
  color: inherit;
}

table.tableSoftForm.type2 tbody tr td .labelGroup_wrap .labelGroup label {
  font-weight: 600;
  color: #2c5dcd;
}

.fileUploadImage {
  width: 100%;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #d3dcee;
}

.fileUploadImage .thumb {
  display: block;
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  height: 180px;
  border: 1px solid #ddd;
  border-radius: .5em;
  margin-bottom: .5em;
}

.fileUploadImage .fileUploadImageButtons {
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
}

.fileUploadImage .fileUploadImageButtons::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.fileUploadImage .fileUploadImageButtons .fileUploadImageAddButton {
  float: left;
  display: block;
  width: 49%;
  height: 40px;
  font-weight: 600;
  color: white;
  background-color: #737b8d;
  border-radius: 0.25em;
}

.fileUploadImage .fileUploadImageButtons .fileUploadImageDeleteButton {
  float: right;
  display: block;
  width: 49%;
  height: 40px;
  font-weight: 600;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}

/* ============================================== */
.fileUploadDocument {
  margin: 1em 0 0;
}

/* ============================================== */
.fileUploadButtons {
  position: relative;
  padding-right: 11em;
}

.fileUploadButtons::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.fileUploadButtons .fileUploadNameViewer {
  display: block;
  width: 100%;
  height: 40px;
  background-color: white;
  border: 1px solid #d3dcee;
  border-radius: 0.25em;
}

.fileUploadButtons .fileUploadNameViewer .fileUploadName {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.fileUploadButtons .fileUploadSelectButton {
  position: absolute;
  top: 0;
  right: 5.5em;
  line-height: 1;
  width: 5em;
  height: 40px;
  margin: 0 0 0 -10px;
  color: white;
  background-color: #737b8d;
  border-radius: 0.25em;
}

.fileUploadButtons .fileUploadAddButton {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  width: 5em;
  height: 40px;
  margin: 0 0 0 5px;
  color: #333;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}

/* ============================================== */
ul.fileUploadNameList {
  margin-top: 1em;
}

ul.fileUploadNameList li {
  position: relative;
  margin-top: .5em;
}

ul.fileUploadNameList li::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.downloadFileTextLink {
  float: left;
  width: auto;
  max-width: 80%;
  color: #555;
  padding: 0 0 0 20px;
  height: 1.7em;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  background: url(/images/edunavi/web/arc/icon_link1.png) 0 50%/1em auto no-repeat;
}

ul.fileUploadNameList li .downloadFileDeleteButton {
  float: left;
  display: block;
  width: 1.313em;
  height: 1.313em;
  margin: .25em 0 0 .5em;
  background: url(/images/edunavi/web/arc/icon_delete1.png) 50%/1.313em no-repeat;
  cursor: pointer;
}

/* ============================================== */
/* ============================================== */
.writeURL {
  position: relative;
  padding-left: 3.5em;
  margin-top: 1em;
}

.writeURL::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.writeURL span {
  display: block;
  width: 3em;
  position: absolute;
  top: .375em;
  left: 0;
  letter-spacing: 0;
}

.writeURL input {
  width: 100%;
  background-color: #fafbfe;
}

/* ============================================== */
@media screen and (max-width: 640px) {
  table.tableSoftForm {
    display: block;
  }
  table.tableSoftForm tbody {
    display: block;
    width: 100%;
  }
  table.tableSoftForm tbody tr {
    display: block;
    width: 100%;
  }
  table.tableSoftForm tbody tr th {
    display: block;
    width: 100%;
    padding: 1em 0 0;
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    text-align: left;
  }
  table.tableSoftForm tbody tr td {
    display: block;
    width: 100%;
    padding: .5em 0 1em;
  }
  table.tableSoftForm tbody tr:not(:first-child) th {
    border-top: 1px solid #dadde2;
  }
  table.tableSoftForm tbody tr:not(:first-child) td {
    border-top: 0;
  }
  table.tableSoftForm.type2 {
    display: block;
  }
  table.tableSoftForm.type2 tbody {
    display: block;
    width: 100%;
  }
  table.tableSoftForm.type2 tbody tr {
    display: block;
    width: 100%;
  }
  table.tableSoftForm.type2 tbody tr th {
    display: block;
    width: 100%;
    padding: 1em 20px 0;
    background-color: transparent;
    text-align: left;
  }
  table.tableSoftForm.type2 tbody tr td {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ============================================== */
.visualKeywords::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.visualKeywords [class*='type'] {
  float: left;
  padding: .375em .75em;
  margin: .125em;
  /*font-size: 12px;*/
  font-size: .75em;
  line-height: 1;
  color: #222;
  border-radius: 1.5em;
}

.visualKeywords .type1 {
  border: 1px solid #e8ac7f;
  background-color: #fffce1;
}

.visualKeywords .type2 {
  border: 1px solid #7199e2;
  background-color: #ebf6ff;
}

.visualKeywords .type3 {
  margin-left: 0;
  border: 1px solid #ccc;
  background-color: white;
}

.visualKeywords .type3 span {
  font-weight: 600;
}

.visualKeywords .type4 {
  border: 1px solid #55976e;
  background-color: #ebfcec;
}

/* ============================================== */
.viewMoreButton {
  display: block;
  width: 6em;
  padding: 0 1em 0 0;
  text-decoration: inherit;
  color: inherit;
  background-color: transparent;
  background-position: 100% 50%;
  background-size: 0.688em 0.688em;
  background-repeat: no-repeat;
  background-image: url(/images/edunavi/web/arc/icon_arrow_next.png);
}

.viewMoreButton:hover {
  color: #000;
}

/* ============================================== */
.toggleButton {
  padding: 0 20px 0 0;
  font-size: 14px;
  background-color: transparent;
  background-image: url(/images/edunavi/web/arc/icon_arrow_off.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.toggleButton.open {
  background-image: url(/images/edunavi/web/arc/icon_arrow_on.png);
}

.archiveAlignHr {
  width: var(--conWidth);
  border: 0;
  border-top: 1px dashed #ddd;
  margin: 0 auto 30px;
}

.thumb {
  overflow: hidden;
  border-radius: 50%;
  line-height: 0;
}

.thumb img {
  width: 100%;
  height: 100%;
}

/* ============================================================================================ */
.archiveDetailNumbers2 {
  float: left;
  text-align: right;
}

.archiveDetailNumbers2::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

@media screen and (max-width: 360px) {
  .archiveDetailNumbers2 {
    width: 100%;
  }
  .archiveDetailNumbers2 {
    margin-top: .5em;
    margin-bottom: 0;
  }
}
/* ============================================== */
/* 자료 목록 관리 */
.dataList__type1 .MC_box__header strong {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  font-family: 'SCDream';
  padding: 0.5em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #d3dcee;
}

.dataList__type1 .MC_box__header p {
  font-size: .875em;
}
/* ============================================== */
/* 자료 목록 관리 전체선택 */
.checkAll__items {
  /*margin-top: 1.25em;*/
  font-size: 14px;
}

.checkAll__items::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.checkAll__items .checkAll__input {
  float: left;
  margin-top: -.0375em;
  margin-right: .5em;
}

/* ============================================== */
/* 채널관리 */
.MC_grid_half .MC_grid_box .archiveImage_item {
  border-bottom: 1px solid #d3dcee;
}
.MC_grid_half .MC_grid_box .archiveImage_item:first-of-type {
  border-top: 1px solid #333;
}
/* ============================================== */
/* 자료 목록 관리와 추천 목록 관리의 페이징 */
.dataList__type1 .board__pagination {
  margin: 1em 0;
}

.dataList__type1 .contentsButtons {
  margin-top: 1.5em;
  font-size: .813em;
}

.dataList__type1 .contentsButtons .btn_twoType1 {
  color: #2c5dcd;
  background-color: white;
  border: 1px solid #2c5dcd;
}

.channelList__type1 .MC_box__header strong {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  font-family: 'SCDream';
  padding: 0.5em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #d3dcee;
}



.channelList__type1 .contentsButtons {
  margin-top: 1.5em;
  font-size: .813em;
}

.channelList__type1 .archiveImage_item .archiveImage_info {
  background-image: url(/images/edunavi/web/arc/btn_move.gif);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: right 0 center;
}
.channelList__type1 .archiveImage_item .archiveImage_info:hover {
  background-image: url(/images/edunavi/web/arc/btn_move_on.gif);
}

.archiveImage_deleteBtn {
  display: block;
  width: 1.375em;
  height: 1.375em;
  background-color: transparent;
  background-size: 1.375em;
  background-repeat: no-repeat;
  background-image: url(/images/edunavi/web/arc/btn_close.png);
}

