/*
 * 가정통신문(알림장/공지사항/일정표/출석표/식단표/투약의뢰서/귀가동의서)
 */
#screenHomeLetter{
  background-color: #efefef;
}

#notifCounter{
  color: white;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 7px;
  width:19px; height: 19px;
  border-radius: 50%;
  background-color: rgba(255,0,0,1); 
  border: 2px solid white;
  box-shadow: 1px 1px 2px #aaa;
}
.off #notifCounter{
  opacity: 0.2;
}

#screenHomeLetterTitleName{ color: #FFAA00; }

#homeLetterListTypeSelector{
  display: none !important;
}

.flexCenter{
  display: flex;
  align-content: center;
}
#btnDeleteHomeLetter {
  margin:30px auto;
  margin-top: 60px;
  padding: 0 50px;
  border-radius: 10px;
  background-color:  #dedede;#FFAA00;
  z-index: 1;
}

.btnDownMealPlanner{
  border-radius: 3px;
  color: white;
  background-color: #FFAA00;
  height: 26px; width: 80px;
}
.btnDelMealPlanner{
  border-radius: 3px;
  color: white;
  background-color: #FF6600;
  height: 26px; width: 80px;  
}

/*목록제목컬럼*/
th:first-child{
  padding-left:5px;
  border-radius: 10px 0 0 7px;
}
th:last-child{
  border-radius: 0 10px 7px 0;
}
/*목록컬럼너비*/
.col_seq{ width: 50px; }
.col_num,
.col_num2{text-align: center;}
.col_title{
  padding-left: 10px;
}
.col_classname{
  width: 100px;
}
.col_date{
  width: 120px;
  padding-left: 10px;
}
.col_sender{
  width: 120px;
  padding-left: 10px;
}
.col_receiver_check{
  padding-left: 10px;
  width: 60px;
}
td.col_seq{text-align: center;color:rgba(0,0,0,0.5);}
td.col_num{text-align: center;}
td.col_num2{text-align: center;font-weight: bold;}
td.col_title,
td.col_title_notice,
td.col_title_letter,
td.col_title_schedule,
td.col_title_attend,
td.col_title_meal,
td.col_title_return,
td.col_title_medication{
  font-weight: bold;
  padding-left: 22px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/menu_item_homeLetter_notice.png)
}
td.col_title_notice{background-image: url(../img/menu_item_homeLetter_notice.png)}
td.col_title_letter{background-image: url(../img/menu_item_homeLetter_letter.png)}
td.col_title_meal{background-image: url(../img/menu_item_homeLetter_meal.png)}
td.col_title_schedule{background-image: url(../img/menu_item_homeLetter_schedule.png)}
td.col_title_attend{background-image: url(../img/menu_item_homeLetter_attend.png)}
td.col_title_return{background-image: url(../img/menu_item_homeLetter_return.png)}
td.col_title_medication{background-image: url(../img/menu_item_homeLetter_medication.png)}

td.col_date{
  color: rgba(0,0,0,0.5);
  padding-left: 0px;
}
td.col_sender{
  width: 120px;
  padding-left: 10px;
}
td.col_receiver_check{
  padding-left: 10px;
  width: 60px;
  font-family: Verdana,Arial;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}

/*{{관리자/알림콕 메뉴2원화!*/
#tab_app_wrapper{
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
}
.tab_app{
  width: 100px;
  height: 54.4px;
  border-radius: 10px 10px 0 0;
  background-color: white;#dedede;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;125px 68px;
}
#tabAppAdmin{background-image: url('../img/tab_app_admin.png');}
#tabAppHomeLetter{background-image: url('../img/tab_app_homeLetter.png');}
#tabAppAdmin.off{background-image: url('../img/tab_app_admin_off.png');}
#tabAppHomeLetter.off{background-image: url('../img/tab_app_homeLetter_off.png');}

.mn_homeLetter{display: none;}

#menubar  li.mn_homeLetter{
  padding-left: 46px;
  background-size: 32px 32px;
  line-height: 36px;
}
#menubar  li[data-menu=all]{background-image: url(../img/menu_item_homeLetter_all.png);}
#menubar  li[data-menu=notice]{background-image: url(../img/menu_item_homeLetter_notice.png);}
#menubar  li[data-menu=letter]{background-image: url(../img/menu_item_homeLetter_letter.png);}
#menubar  li[data-menu=schedule]{background-image: url(../img/menu_item_homeLetter_schedule.png);}
#menubar  li[data-menu=attend]{background-image: url(../img/menu_item_homeLetter_attend.png);}
#menubar  li[data-menu=meal]{background-image: url(../img/menu_item_homeLetter_meal.png);}
#menubar  li[data-menu=return]{background-image: url(../img/menu_item_homeLetter_return.png);}
#menubar  li[data-menu=medication]{background-image: url(../img/menu_item_homeLetter_medication.png);}

#menubar  li.select{
  color: #000;
  filter: opacity(1);
}
#menubar  li.select[data-menu=all]{background-image: url(../img/menu_item_homeLetter_all.png);}
#menubar  li.select[data-menu=notice]{background-image: url(../img/menu_item_homeLetter_notice.png);}
#menubar  li.select[data-menu=leter]{background-image: url(../img/menu_item_homeLetter_letter.png);}
#menubar  li.select[data-menu=schedule]{background-image: url(../img/menu_item_homeLetter_schedule.png);}
#menubar  li.select[data-menu=attend]{background-image: url(../img/menu_item_homeLetter_attend.png);}
#menubar  li.select[data-menu=meal]{background-image: url(../img/menu_item_homeLetter_meal.png);}
#menubar  li.select[data-menu=return]{background-image: url(../img/menu_item_homeLetter_return.png);}
#menubar  li.select[data-menu=medication]{background-image: url(../img/menu_item_homeLetter_medication.png);}

/*}}관리자/알림콕 메뉴2원화!*/

button#btnAddHomeLetter
{
  background-image: url(../img/add_icon2.png);
}

/*{{알림장 입력양식(input form)*/
/*
form[name=newForm]{}
[name='name1']{width: 300px; height: 100px;} 
input[name='name2']{width: 300px; height: 100px;} 
*/
#listCalendar{
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;space-between;
}

/*footer2 분반선택*/
#selectHomeLetterClass{
  margin-right:20px;
}

#selectClassHomeLetter{
  display: none;
  border: 0px solid red;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  width: 150px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
}
#btnSelectClass{
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 10px !important;
}
button#btnSelectClassAllChild,
button#btnSelectClassDeselect{
  border-radius: 7px !important;
}

#selectClassHomeLetter  button{
  border: none !important;
  color: black !important;
  background-color: white !important;
}
.homeLetterSelectClass{
  margin: 12.5px auto;
width: 164px;
height: 25px;
text-align: center;
font: normal normal 800 22px/25px NanumGothic;
letter-spacing: 0px;
color: #000000;
background-color: rgba(0,244,0,0);
}

#homeLetterListTypeSelector{
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.tabButton{
  border-radius: 25px;
  height: 25px;
  padding: 5px 15px; margin: 0 5px;
  color: white;
  background-color: #FFAA00;#FB2C62;
}
.tabButton.selected{
  height: 32px;
  font-weight: bold;
  color: gold;
}
.tabButton.selected::before{
  content: "✓ ";/*&#10003;*/
  font-weight: bold;
  color: gold;
  font-size: 18px;
  line-height: 12px;
}

#formNewHomeLetter{
  display: flex;
  justify-content: center;
}
.formHomeLetter{
  border: 0px solid red;  
}

.formHomeLetter > div.formLineSpace{
  height: 15px; border: 0px solid red;
}
.formHomeLetter > label {
  color: white;
  font-family: Jua, 굴림체;
  font-size: 17px;
  color:  black;
  line-height: 40px;
  margin-right: 10px;
}
.formHomeLetter > hr{} 

form.formHomeLetter,
form[name=newForm]{
  width: 500px;
}

input[type=text]#letterTitle {
  font-size: 20px;
  border: none;
    width: 500px;
}
textarea#letterBody {
  font-size: 18px;
  resize: vertical;
}

#letterBody > img{ width: 500px;}
img.letterImg{width: 500px}

form[name=newForm] 
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

form[name=newForm] 
input::placeholder {
  color: gray;
  font-style: italic;
}
form[name=newForm] 
textarea::placeholder {
  color: gray;
  font-style: italic;
}

progress{display:none;}


hr.formSeperator{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #dedede, transparent);
}
.formHomeLetter hr{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #dedede, transparent);  
}

input.numAttendance{
  width: 50px;
  background-color: transparent;
  text-align: right;
  border: none;
  outline: none;
}
button.btnAttendance{
  color: #FFAA00 !important;
  background-color: #fff !important;
  border-color: transparent !important;
  border-radius: 7px !important;
  border: 3px solid #FFAA00 !important;
  transform: scale(0.9);
}

button#btnAddImg{
  float: right;
  width: 32px !important; height: 32px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iconFinder_img.png);
  background-color: transparent !important;
  border: 1px solid transparent !important;;
}
button#btnAddAttach{
  float: right;
  width: 32px !important; height: 32px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iconFinder_attach.png);
  background-color: transparent !important;
  border:1px solid transparent !important;;
}

div.attachFile{
  margin:5px;
  width: 100%; height: 30px;
  padding: 10px 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 20px;
  background-image: url(../img/iconFinder_attach.png);
}

.photoSelector,
.fileSelector{display: none;}
input[type=text].attachFile{
  pointer-events: none;
  border: none;outline: none;
  width: 100%; height: 30px;
  padding: 10px 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 20px;
  background-image: url(../img/iconFinder_attach.png);
  border-radius: 0; /* iSO 둥근모서리 제거 */ 
  outline-style: none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
  -webkit-appearance: none; /* 브라우저별 기본 스타일링 제거 */ 
  -moz-appearance: none; 
  appearance: none;
}

.flexWrapper{
  border: 1px solid transparent;
  display: flex;
  flex-wrap: nowrap;
  width: 730px;
}

fieldset {
  background-color: rgba(0,0,0,0.05);
  border: 0px solid #eee;
  border-radius: 5px;
}
fieldset{swidth: 100px;}

legend {
  background-color: transparent;
  color: #999;
  font-size: 12px;
  spadding: 5px 10px;
}

fieldset img { 
  width:150px; height:200px; 
  border-radius:3px;
  background-color: #dedede;
}
fieldset input[type=file]{width: 150px;}
fieldset textarea{
  border-radius: 3px !important;
  width: 150px !important; 
  border:1px solid #ddd !important;
}
.mealPhotoPreview{
  height: 100px;  
  background-image: url(../img/bgMealPhoto.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
legend{
  color: black;
  font-family: Jua, 굴림체;
  font-size: 17px;
  line-height: 20px;
}
#btnMonthMealPlanner00{
  position:absolute;
  right: 20px;
}
#btnMonthMeal,
#btnAttendanceDateList{
  margin-left:20px !important;
}
#btnMonthMeal,
#btnMonthMealPlanner,
#btnAttendanceChildList,
#btnAttendanceDateList{font-size: 14px;}

textarea#letterMeal0,
textarea#letterMeal1,
textarea#letterMeal2,
textarea#letterMeal3{
  height: 80px;
}

button.btnHomeLetterMedicationRequest{
  width: 80px; height: 20px;
  width: 100px; height: 30px;
  min-width: 25px;
  smargin: 2px;
  spadding: 2px;
  background-color: #FFAA00;#FB2C62;
  color: white;
  sborder: 1px solid #FFAA00;#FB2C62;
  outline: none;
  border-radius: 3px;  
}
input.txtHomeLetterMedicationRequest{
  width: 250px;
}
button.btnHomeLetterReturn{
  width: 100px; height: 30px;
  min-width: 25px;
  smargin: 2px;
  spadding: 2px;
  background-color: #FFAA00;#FB2C62;
  color: white;
  sborder: 1px solid #FFAA00;#FB2C62;
  outline: none;
  border-radius: 3px;  
}
input.txtHomeLetterReturn{
  width: 250px;
}

/*}}*/

#tableHomeLetter td{border-left: none;}

#homeLetterChildList{
  display: flex; flex-wrap: wrap; 
  width: 600px;
}
.hlChildface img {
  width: 90px; height: 90px;
  border-radius: 20px;
}
.hlChildface{
  text-align: center;
  line-height: 160px;
  margin: auto 5px;
  margin-bottom: 10px; 
  font-size: 12px;
  font-weight: bold; 
  border-radius: 22px;50%; 
  border: 0px solid red;
  width: 90px; height: 90px; background-color: rgba(0,0,0,0.3);
  box-shadow: -1px -1px 3px #aaa;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(http://www.kidscokmini.com/datas/7a/nuri/thumb_6m-01-01p_집을찾아요_20190510150810.png);
}
.formHomeLetter .hlChildface {
  border-radius: 10px !important;
}
.hlChildface.selectedHomeLetterChild{
  sbackground-image: url(img/kids_box_check.png);
}
.hlChildface > .cover{
  user-select: none;
  sposition: absolute;
  top: 0; left: 0;
  border: 0px solid red;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hlChildface > .hlChildName{
  user-select: none;
  position: relative;
  border: 0px solid red;
  top: -90px; left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/kids_box_shadow.png);
  color:  #e7e7e7;
  background-size: 90px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.hlChildface.selectedHomeLetterChild .cover{
  background-image: url(/img/kids_box_check.png);
}

/*출석표-출석상태*/
.hlChildface.chkType1 .cover{
  background-position:  right 10px;
  background-size: 32px;
  background-image: url(../img/icon_attend_01.png);
}
.hlChildface.chkType2 .cover{
  background-position:  right 10px;
  background-size: 32px;
  background-image: url(../img/icon_attend_03.png);
}
.hlChildface.chkType3 .cover{
  background-position:  right 10px;
  background-size: 32px;
  background-image: url(../img/icon_attend_02.png);
}
.hlChildface.chkType4 .cover{
  background-position:  right 10px;
  background-size: 32px;
  background-image: url(../img/icon_attend_04.png);
}

.hlChildface.selectedHomeLetterChild .cover{
  background-image: url(/img/kids_box_check.png);
  background-image: url(../img/select_icon_on.png);
  background-size: 30px;
  background-position: 55px 5px;
  background-repeat: no-repeat;
}


#letterTitle{
  border: none; outline: none;
  background-color: transparent;
  width: 500px;
  height: 40px;
  padding: 5px;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 22px;
  background-color: rgba(255,255,255,1);
  border-radius: 3px;
}
#letterBody,
#letterMemo{
  border: none;
  border-radius: 10px;padding: 10px;
  background-color: rgba(255,255,255,1);

  width: 100%;
  min-height: 300px;
  line-height: 150%;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
}  
#letterBody:focus,
#letterMemo:focus{ 
    outline: none !important;
    border-color: #ccc;
    box-shadow: 0 0 3px #ddd;
}
#formNewHomeLetter button{
  width: 120px; height: 40px;
  min-width: 25px;
  margin: 2px;
  padding: 5px;
  background-color: #FFAA00;#FB2C62;
  color: white;
  border: 1px solid #FFAA00;#FB2C62;
  outline: none;
  border-radius: 3px;
}
#formNewHomeLetter button:disabled{
  background-color: #ccc;
  border: 1px solid transparent;
}
.devMemo{ color:#abc; font-style: italic; }
#tableHomeLetter td{
  border-bottom: 1px dotted #ccc;
}
.opened td{
  font-weight: bold;
  border-bottom: 1px dotted transparent !important;
}
#tableHomeLetter tr{ height: 50px;}
#tableHomeLetter tr:not(.article):hover { 
  background-color: #f7f7f7; 
}


tr.homeLetterArticle{cursor: pointer;}
tr.article{sbackground-color: rgba(128,128,0,0.05);}
tr.article td{
  border: none !important;
  box-shadow: 0px 3px 10px #dedede;
  border-radius: 20px;
  padding: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  sline-height: 150%;
}
pre{font-size: 16px;}
.homeLetterArticleTitle {font-size: 18px; font-weight: bold;line-height: 200%;}
.homeLetterArticleDate {font-size: 14px; color: #396;line-height: 150%;}
.homeLetterArticleReceiver {color: #369;line-height: 150%;}
.homeLetterArticleBody {padding: 20px;line-height: 150%;}
.homeLetterArticleAttach {
  color: #666;line-height: 150%;
  border-radius: 3px;
  border: 1px solid rgba(200,100,100,0.1);
  padding: 5px;
  margin: 10px 20px;
}

/*알림장 종류!! */
td.notice{
  padding-left: 25px;
  background-size: 20px;
  background-image: 
  url(https://cdn2.iconfinder.com/data/icons/thesquid-ink-40-free-flat-icon-pack/64/bell-512.png);
  background-repeat: no-repeat;
  background-position: left center;
}
td.letter{
  padding-left: 25px;
  background-size: 20px;
  background-image: 
  url(https://cdn0.iconfinder.com/data/icons/free-daily-icon-set/512/Comments-512.png);
  background-image: 
  url(https://cdn0.iconfinder.com/data/icons/eon-social-media-contact-info-2/32/mail_email_e-mail_letter-512.png);
  background-repeat: no-repeat;
  background-position: left center;
}
td.message{
  padding-left: 25px;
  background-size: 20px;
  background-image: 
  url(https://cdn1.iconfinder.com/data/icons/feather-2/24/message-circle-512.png);
  background-repeat: no-repeat;
  background-position: left center;
}
td.letterNo{
  sfont-family: verdana,Arial;
  font-size: 11pt;
  color: #666;
}

/*알림콕-학부모용페이지와 동일하게!!!*/
#winHomeLetterViewer{
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.homeLetterViewer{
  width: 720px;
  padding: 20px;
  transform: scale(0.7);
  border:1px solid #ddd;
  box-shadow: 0px 3px 10px #dedede;
  border-radius: 20px;  
}
.itemView{
  margin: auto;
  font-size: 28px; font-family: 'Noto Sans KR', sans-serif;padding-top: 50px;padding-bottom: 50px;
  /*scroll*/
  width: 760px;720px;
  height: 100%;600px;
  min-height: 50%;
  overflow-y:scroll;
  background-color: white;
  padding: 50px;30px;
  border-radius: 30px; 
  border:1px solid rgba(0,125,0,0.2); 
  box-shadow: 1px 1px 10px 5px rgba(126,126,126,0.3);
  transform: scale(0.7);
}  
.itemViewTitle{font-size: 33px; }
.itemViewSchool{color: orange;}
.itemViewClass{ 
    width: 150px; height: 50px;
    border: none; outline: none;
    background-color: green;
    font-size: 30px; 
    border-radius: 50px; 
    padding: 0 20px;
    color: white;
  }
.itemViewType{color:#999; font-size: 24px;}
.itemViewDate{color:#999; font-size: 24px;
  padding-bottom: 15px; border-bottom: 1px dotted #efefef;
  margin-bottom: 20px;
}
.itemViewBody{
  padding: 40px 0;
  line-height: 180%;
  font-size: 28px; 
  font-family: 'Noto Sans KR', sans-serif;
}
.itemViewAttachment{
  margin-top: 40px;
  font-size: 24px;
  border:1px solid rgba(0,125,0,0.2); 
  border-radius: 5px; 
  padding: 15px; 
  color: green;
}

.itemViewSnack{ 
  white-space: pre;
  line-height: 150%;
}  
.itemView  IMG,
IMG.homeLetterPhoto {
  margin: 10px auto;
  width:100%;
} 

#homeLetterReader{
  margin-top: 80px;
  sposition:absolute;
  border:0px solid red;
  background-color: transparent;
  swidth:100px; 
  smin-height:300px;
  sborder-radius:50%;
  display: flex;
  flex-wrap: wrap;
}
.reader{
  margin: 5px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background-color: #cca;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  text-shadow: 1px 1px 3px #fff;
  background-size: contain;
}
.reader.checked{
  filter: grayscale(0);
  color:white;
  text-shadow: 1px 1px 3px #000;
  line-height:150px;
}

.reader .cover{
  position:absolute;
  top:0;
  width:100%; height:100%;
  border-radius: 50%;
  color:blue;
}
.reader.checked .cover {
  z-index:-1;
  background-image: url(../img/checkbox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;contain;
}

.itemViewAttachment{
  background-size: 30px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(https://cdn2.iconfinder.com/data/icons/office-38/24/office-48-256.png);  
}
.itemViewAttachment a{ 
  text-decoration: none;
  color: green;
}

.listChildFace{
  display:flex;
  max-width: 70px;
  align-items:center;  
}
.listChildFace .childface {
  margin:auto -4px;
  width:20px;height:20px;
  border:none;
  border-left:0.5px solid #cca;
}

.listChildFace .childface .hlChildName{
  font-size: 3px !important;
  color:white;
}

/*알림장목록-귀가동의서목록 버튼메*/
.homeLetterArticle button{
  border-radius: 25px;
  height: 25px;
  padding: 5px 15px; margin: 0 5px;
  color: white;
  background-color: #FFAA00;#FB2C62;
}
/*알림장보기-귀가동의서 확인버튼!!*/
.itemView button{
  border-radius:25px;
  height: 45px;
  padding: 5px 15px; margin: 0 5px;
  color: white;
  font-size: 25px;
  background-color: #FFAA00;#FB2C62;
}
/*알림장팝업창 닫기*/
/*
#closeHomeLetterViewer{ 
  width: 60px; height: 70px;
  border-radius: 50%;
  margin:auto;
  position: absolute;
  top: 30px; right: 50px;
  background-image: url(https://cdn3.iconfinder.com/data/icons/remixicon-system/24/close-circle-line-256.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
*/
#closeHomeLetterViewer{ 
  width: 750px; height: 70px;
  border-radius: 0;50%;
  margin:auto;
  border:0px solid red;
  position: absolute;
  left: 50%; top: 14%;
  z-index:1;
  transform: translateX(-50%) scale(0.7);
  background-image: url(https://cdn3.iconfinder.com/data/icons/remixicon-system/24/close-circle-line-256.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center right;
}

/*귀가동의서 보기*/
#formHomeLetterReturn{
  margin-bottom: 30px;
  padding: 30px;
  background-color: rgba(0,0,0,0.05);
  border-radius: 20px;
  border-color: #f7f7f7;
  box-shadow: 1px 1px 20px 3px #dedede;
}
#formHomeLetterReturn label{color:#999;}

#formHomeLetterReturn input[type="date"],
#formHomeLetterReturn input[type="time"],
#formHomeLetterReturn input[type="text"]{
  user-select: none; 
}
#formHomeLetterReturn input[type="date"],
#formHomeLetterReturn input[type="time"]{
  font-size: 32px; width: auto;
  padding: 10px;
  height: 50px;
}

#formHomeLetterReturn input[type="text"]{
  font-size: 33px;
}
#formHomeLetterReturn input[type="text"]{
  width: 100px;
}
#formHomeLetterReturn input[type="text"].phone{
  width: 250px;
}
#formHomeLetterReturn div{
  margin: 20px 0;
}
button.checkbox{
  background-color: transparent !important;
  color: #999;
  border-radius: 0;
  padding-right: 50px;
  margin: 0 30px;
  background-image: url(../myHomeLetter/checkbox_off.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 28px;
}
button.checkbox.checked{
  color: #000;
  background-image: url(../myHomeLetter/checkbox_on.png);
}

/*투약의뢰서*/
#formHomeLetterMedicationRequest{
  margin-bottom: 30px;
  padding: 30px;
  background-color: rgba(0,0,0,0.05);
  border-radius: 20px;
  border-color: #f7f7f7;
  box-shadow: 1px 1px 20px 3px #dedede;
}
#formHomeLetterMedicationRequest div,
div.teacherCheck{
  margin: 20px 0;
}
#formHomeLetterMedicationRequest label{
  color: #999;
}
#formHomeLetterMedicationRequest input[type="date"],
#formHomeLetterMedicationRequest input[type="time"],
#formHomeLetterMedicationRequest input[type="text"]{
  user-select: none; 
}
#formHomeLetterMedicationRequest input[type="date"],
#formHomeLetterMedicationRequest input[type="time"]{
  font-size: 32px; width: auto;
  padding: 10px;
  height: 50px;  
}
#formHomeLetterMedicationRequest input[type="text"]{
  font-size: 33px;
}
#formHomeLetterMedicationRequest input[type="text"]{
  width: 400px;
}
#formHomeLetterMedicationRequest textarea{
  width: 600px;
  font-size: 33px;
  line-height: 120%; 
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 10px; 
  background-color: #fff;
}
#checkComment{
  font-size:33px;
}
.btnReturnCheck,
.btnRequestCheck{
  margin-top: 30px !important;
  border-radius: 10px !important;
  width: 200px;
  margin-left: 220px !important;
  height: 70px !important;
}


