783 lines
14 KiB
CSS
783 lines
14 KiB
CSS
@charset "UTF-8";
|
|
/* 기본 */
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
body {
|
|
margin-left: 16;
|
|
margin-top: 20;
|
|
margin-right: 16;
|
|
margin-bottom: 0;
|
|
scrollbar-face-color: #FFFFFF;
|
|
scrollbar-shadow-color: #A0A0A0;
|
|
scrollbar-highlight-color: #FFFFFF;
|
|
scrollbar-3dlight-color: #A0A0A0;
|
|
scrollbar-darkshadow-color: #F6F6F6;
|
|
scrollbar-track-color: #F6F6F6;
|
|
scrollbar-arrow-color: #A0A0A0;
|
|
}
|
|
|
|
/* 페이지 네비게이션 */
|
|
.navi_cur {
|
|
font-family: "굴림체";
|
|
font-size: 9pt;
|
|
color: #3F3F3F;
|
|
line-height: 150%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.navi:link {
|
|
font-family: "굴림체";
|
|
font-size: 9pt;
|
|
color: #3F3F3F;
|
|
text-decoration: none;
|
|
line-height: 150%;
|
|
}
|
|
|
|
a.navi:visited {
|
|
font-family: "굴림체";
|
|
font-size: 9pt;
|
|
color: #3F3F3F;
|
|
text-decoration: none;
|
|
line-height: 150%;
|
|
}
|
|
|
|
a.navi:hover {
|
|
font-family: "굴림체";
|
|
font-size: 9pt;
|
|
color: #3F3F3F;
|
|
text-decoration: underline;
|
|
line-height: 150%;
|
|
}
|
|
|
|
/* 목록 헤드와 내용 */
|
|
.list_head {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
font-weight: bold;
|
|
line-height: 150%;
|
|
color: #B64E0F;
|
|
}
|
|
|
|
.list_head2 {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
font-weight: bold;
|
|
line-height: 150%;
|
|
color: #1180B5;
|
|
}
|
|
|
|
.list_head_noti {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
font-weight: bold;
|
|
line-height: 150%;
|
|
color: #B64E0F;
|
|
}
|
|
|
|
.list_content {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
line-height: 150%;
|
|
color: #525252;
|
|
}
|
|
|
|
/* search */
|
|
.search {
|
|
font-size: 9pt;
|
|
color: #545454;
|
|
}
|
|
|
|
.search1 {
|
|
font-size: 9pt;
|
|
color: #545454;
|
|
}
|
|
|
|
.date_search {
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
color: #545454;
|
|
}
|
|
|
|
/* 폼 */
|
|
Select {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
input {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.write {
|
|
background-color: #FFFFFF;
|
|
border-color: #C5C5C5;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
.input {
|
|
font-size: 9pt;
|
|
border: 1x solid #C8D0D5;
|
|
text-align: left;
|
|
color: #333333;
|
|
}
|
|
|
|
.input1 {
|
|
font-size: 9pt;
|
|
border: 1x solid #8C8C8C;
|
|
}
|
|
|
|
.input2 {
|
|
font-size: 9pt;
|
|
border: 1x solid #D1DEDE;
|
|
text-align: justify;
|
|
padding-right: 3px;
|
|
background-color: #F4F7F7;
|
|
height: 17px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.input3 {
|
|
font-size: 9pt;
|
|
border: 1x solid #8C8C8C;
|
|
text-align: center;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
Input.search {
|
|
background-color: #F9F9F9;
|
|
border-color: #C5C5C5;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
/* 일반 */
|
|
a:link {
|
|
font-family: "굴림체";
|
|
font-size: 9pt;
|
|
color: #525252;
|
|
text-decoration: none;
|
|
line-height: 150%;
|
|
}
|
|
|
|
a:visited {
|
|
font-family: "굴림체";
|
|
font-size: 9pt;
|
|
color: #525252;
|
|
text-decoration: none;
|
|
line-height: 150%;
|
|
}
|
|
|
|
a:hover {
|
|
font-family: "굴림체";
|
|
font-size: 9pt;
|
|
color: #FF8000;
|
|
text-decoration: underline;
|
|
line-height: 150%;
|
|
}
|
|
|
|
/* FAQ */
|
|
.faq_q {
|
|
font-size: 9pt;
|
|
line-height: 150%;
|
|
color: #1F177C;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.faq_a {
|
|
font-size: 9pt;
|
|
line-height: 150%;
|
|
color: #1F177C;
|
|
}
|
|
|
|
/* QnA */
|
|
.qna_head {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
font-weight: bold;
|
|
line-height: 150%;
|
|
color: #939393;
|
|
}
|
|
|
|
.qna_content {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
line-height: 150%;
|
|
color: #939393;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.qna_contentH {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
line-height: 150%;
|
|
color: #939393;
|
|
padding: 5px;
|
|
}
|
|
|
|
.qna_reply {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
line-height: 120%;
|
|
color: #3F83FF;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.qna_reply_gray {
|
|
font-size: 9pt;
|
|
font-family: 굴림체;
|
|
line-height: 150%;
|
|
color: #939393;
|
|
}
|
|
|
|
/* 팝업타이틀, 입력창(input, select) 추가 2017.08.01 */
|
|
.pop_title {
|
|
height: 20px;
|
|
border-bottom: 1px solid #31b0e5;
|
|
background: url("../../images/admins/bullet03.png") 10px 10px no-repeat;
|
|
padding: 7px 0 7px 27px;
|
|
font-size: 14px;
|
|
font-family: 굴림체;
|
|
font-weight: bold;
|
|
line-height: 150%;
|
|
color: #1180B5;
|
|
}
|
|
|
|
.input_txt {
|
|
padding: 3px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
color: #666;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* 2023.10.11 LHJ 게시판 제목에서 길이 초과된 뒷부분 생략 추가 */
|
|
#Table_List {
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#Table_List td {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* 2023.10.23 LHJ 팝업 미리보기 화면 추가 */
|
|
.popup_noti {
|
|
width: 500px;
|
|
height: 600px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
|
|
.bg_noti:nth-child(1) {
|
|
flex-grow: 2.5;
|
|
background-color: #FFCCB3;
|
|
}
|
|
|
|
.bg_noti:nth-child(2) {
|
|
flex-grow: 1.5;
|
|
background-color: #FFF2D0;
|
|
}
|
|
|
|
.bg_noti:nth-child(3) {
|
|
flex-grow: 6;
|
|
background-color: #DCF1EA;
|
|
}
|
|
|
|
.bg_white {
|
|
position: absolute;
|
|
top: 10%;
|
|
left: 7%;
|
|
right: 7%;
|
|
bottom: 5%;
|
|
background-color: white;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.subject_noti {
|
|
position: absolute;
|
|
top: 10%;
|
|
left: 7%;
|
|
right: 7%;
|
|
font-family: "NanumGothicB";
|
|
font-weight: bold;
|
|
font-size: 15pt;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.contents_noti pre {
|
|
display: block;
|
|
padding: inherit;
|
|
margin: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
background-color: inherit;
|
|
border: inherit;
|
|
border-radius: inherit;
|
|
font-family: inherit;
|
|
}
|
|
|
|
.contents_noti {
|
|
position: absolute;
|
|
top: 27%;
|
|
left: 7%;
|
|
right: 7%;
|
|
bottom: 5%;
|
|
font-family: "Nanum Gothic";
|
|
font-size: 9pt;
|
|
overflow-y: auto;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 10;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.menu-item {
|
|
padding: 0px 5px;
|
|
width: 230px;
|
|
text-align: center;
|
|
margin-bottom: 9px;
|
|
}
|
|
.menu-item span {
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
width: 220px;
|
|
padding: 5px 20px;
|
|
padding-left: 31px;
|
|
box-shadow: inset 2px 2px 6px #b7b7b7;
|
|
border-radius: 20px;
|
|
text-align: left;
|
|
background: #ffffff;
|
|
color: #888888;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
margin-left: 4px;
|
|
}
|
|
.menu-item .sub-menu {
|
|
display: none;
|
|
}
|
|
.menu-item.active {
|
|
margin-bottom: 3px;
|
|
}
|
|
.menu-item.active span {
|
|
color: #2b85c6;
|
|
}
|
|
.menu-item.active .sub-menu {
|
|
display: block;
|
|
margin: 0px;
|
|
margin-top: 3px;
|
|
padding: 0px;
|
|
text-align: right;
|
|
}
|
|
.menu-item.active .sub-menu .sub-menu-item {
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
width: 180px;
|
|
padding: 5px 20px;
|
|
padding-left: 31px;
|
|
box-shadow: inset 2px 2px 6px #b7b7b7;
|
|
border-radius: 20px;
|
|
text-align: left;
|
|
background: #ffffff;
|
|
color: #888888;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
margin-bottom: 3px;
|
|
cursor: pointer;
|
|
}
|
|
.menu-item.active .sub-menu .sub-menu-item.active {
|
|
color: #2b85c6;
|
|
}
|
|
|
|
.main-title {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.sub-title {
|
|
font-size: 20px;
|
|
color: #df8107;
|
|
}
|
|
|
|
.home-trainning {
|
|
width: 100%;
|
|
max-width: 1600px;
|
|
position: relative;
|
|
/* 신청인정보 */
|
|
}
|
|
.home-trainning th,
|
|
.home-trainning tr {
|
|
height: 36px;
|
|
}
|
|
.home-trainning .contentBtn {
|
|
display: flex;
|
|
gap: 10px;
|
|
justify-content: end;
|
|
margin: 10px 0;
|
|
}
|
|
.home-trainning button {
|
|
background-color: #007BFF;
|
|
color: #fff;
|
|
border-radius: 6px;
|
|
border: none;
|
|
padding: 5px 10px;
|
|
}
|
|
.home-trainning .Table_Main {
|
|
width: 100%;
|
|
max-width: 1600px;
|
|
border: 1px solid #e9e9e9;
|
|
text-align: center;
|
|
}
|
|
.home-trainning .Table_Main.course-list-table tbody tr {
|
|
cursor: pointer;
|
|
}
|
|
.home-trainning .Table_Main.course-list-table tbody tr:hover {
|
|
background: #f1f1f1;
|
|
}
|
|
.home-trainning .Table_Main.new-course-creation-table {
|
|
margin-bottom: 50px;
|
|
}
|
|
.home-trainning .Table_Main.new-course-creation-table .new-course-creation-tbody tr td input {
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 35px;
|
|
border: none;
|
|
padding: 0px 5px;
|
|
font-size: 14px;
|
|
}
|
|
.home-trainning .Table_Main.new-course-creation-table .new-course-creation-tbody tr td input.reg-start-end-date {
|
|
width: 40%;
|
|
padding: 0px;
|
|
}
|
|
.home-trainning .Table_List {
|
|
background: #e9eff4;
|
|
}
|
|
.home-trainning .application {
|
|
width: 60px;
|
|
padding: 5px;
|
|
background: #E9F0F5;
|
|
border-radius: 6px;
|
|
border: none;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
}
|
|
.home-trainning .applicationEnd {
|
|
color: red;
|
|
}
|
|
.home-trainning .home-visit-item {
|
|
display: none;
|
|
}
|
|
.home-trainning #UserDate {
|
|
margin: 25px 0;
|
|
display: none;
|
|
}
|
|
.home-trainning .DateTitle {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
line-height: 18px;
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
}
|
|
.home-trainning .AddBtn {
|
|
display: block;
|
|
margin: 30px auto;
|
|
padding: 10px 20px;
|
|
background-color: #007BFF;
|
|
color: white;
|
|
border: none;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
}
|
|
.home-trainning button:hover {
|
|
background-color: #0056b3;
|
|
}
|
|
.home-trainning #ContentAdd {
|
|
display: none;
|
|
}
|
|
.home-trainning .DateTitle {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
line-height: 18px;
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
}
|
|
.home-trainning .DateText {
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
line-height: 12px;
|
|
align-items: center;
|
|
}
|
|
.home-trainning .DateText .home-visit-item-training-name {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.visit-trainning {
|
|
/* 기본 레이아웃 설정 */
|
|
/* 캘린더 CSS */
|
|
/* Form css */
|
|
/* 관리자용 css */
|
|
}
|
|
.visit-trainning .page-content-wrapper {
|
|
display: inline-block;
|
|
width: auto;
|
|
margin: 0 auto;
|
|
}
|
|
.visit-trainning .page-sidebar-wrapper {
|
|
float: left;
|
|
width: 222px;
|
|
height: 1000px;
|
|
}
|
|
.visit-trainning .page-content {
|
|
width: 100%;
|
|
}
|
|
.visit-trainning .content-bg {
|
|
background-color: #e9eff4;
|
|
padding: 30px;
|
|
}
|
|
.visit-trainning .CalendarOverlay {
|
|
display: inline-flex;
|
|
}
|
|
.visit-trainning .Calendar {
|
|
padding: 30px;
|
|
background: white;
|
|
border-radius: 16px;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
gap: 12px;
|
|
display: flex;
|
|
}
|
|
.visit-trainning .Header {
|
|
align-self: stretch;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
display: inline-flex;
|
|
}
|
|
.visit-trainning .yyyy-mm {
|
|
color: black;
|
|
font-size: 24px;
|
|
font-family: Inter;
|
|
font-weight: 900;
|
|
word-wrap: break-word;
|
|
}
|
|
.visit-trainning .Frame9 {
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
gap: 12px;
|
|
display: flex;
|
|
}
|
|
.visit-trainning .Chevron {
|
|
padding: 8px;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
gap: 10px;
|
|
display: flex;
|
|
}
|
|
.visit-trainning .page-prev {
|
|
margin-top: 3px;
|
|
width: 26px;
|
|
height: 26px;
|
|
transform: rotate(90deg);
|
|
}
|
|
.visit-trainning .page-next {
|
|
margin-top: 3px;
|
|
width: 26px;
|
|
height: 26px;
|
|
transform: rotate(-90deg);
|
|
}
|
|
.visit-trainning .month {
|
|
margin: 0px auto;
|
|
}
|
|
.visit-trainning .month .Days {
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.visit-trainning .month .Row {
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.visit-trainning .month .Cell {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 64px;
|
|
height: 64px;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
padding: 20px;
|
|
}
|
|
.visit-trainning .month .Cell:hover {
|
|
background-color: #e9eff4;
|
|
}
|
|
.visit-trainning .month .Day {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 64px;
|
|
height: 64px;
|
|
padding: 10px;
|
|
border: 1px solid #D5D4DF;
|
|
box-sizing: border-box;
|
|
padding: 20px;
|
|
}
|
|
.visit-trainning .month .Week {
|
|
width: 24px;
|
|
height: 24px;
|
|
text-align: center;
|
|
color: black;
|
|
font-size: 14px;
|
|
font-family: Inter;
|
|
font-weight: 600;
|
|
word-wrap: break-word;
|
|
border: 1px solid #fff;
|
|
}
|
|
.visit-trainning .month .Day {
|
|
border: 1px #D5D4DF solid;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
.visit-trainning .month .inactive {
|
|
width: 64px;
|
|
height: 64 px;
|
|
text-align: center;
|
|
color: #A8A8A8;
|
|
font-size: 14px;
|
|
font-family: Inter;
|
|
font-weight: 400;
|
|
word-wrap: break-word;
|
|
}
|
|
.visit-trainning .month .Weekdays {
|
|
width: 24px;
|
|
height: 24px;
|
|
text-align: center;
|
|
color: black;
|
|
font-size: 14px;
|
|
font-family: Inter;
|
|
font-weight: 400;
|
|
word-wrap: break-word;
|
|
}
|
|
.visit-trainning .month .Su {
|
|
color: #FF6666;
|
|
}
|
|
.visit-trainning .month .Sa {
|
|
color: #3378C1;
|
|
}
|
|
.visit-trainning .month .today {
|
|
background-color: #45539d;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
pointer-events: none;
|
|
}
|
|
.visit-trainning .Application {
|
|
width: 430px;
|
|
margin-top: 15px;
|
|
float: right;
|
|
}
|
|
.visit-trainning .InputBox {
|
|
width: 342px;
|
|
height: 34px;
|
|
background: white;
|
|
border-radius: 6px;
|
|
border: 1px solid rgba(66, 80, 102, 0.4);
|
|
}
|
|
.visit-trainning #Agency, .visit-trainning #Place {
|
|
width: 160px;
|
|
}
|
|
.visit-trainning #Name {
|
|
width: 91px;
|
|
}
|
|
.visit-trainning #Persons {
|
|
width: 79px;
|
|
}
|
|
.visit-trainning #Tel, .visit-trainning #Place {
|
|
margin-left: -13px;
|
|
}
|
|
.visit-trainning #Hope1, .visit-trainning #Hope2, .visit-trainning #Hope3 {
|
|
width: 342px;
|
|
margin-left: -20px;
|
|
}
|
|
.visit-trainning label {
|
|
margin: 0 25px 0 20px;
|
|
display: inline-block;
|
|
text-align: left;
|
|
line-height: 50px;
|
|
font-size: 14px;
|
|
}
|
|
.visit-trainning .possible {
|
|
width: 100px;
|
|
height: 32px;
|
|
padding: 5px;
|
|
background: #E9F0F5;
|
|
border-radius: 6px;
|
|
border: none;
|
|
}
|
|
.visit-trainning .impossibility {
|
|
width: 100px;
|
|
height: 32px;
|
|
padding: 5px;
|
|
background: #EAEAEA;
|
|
border-radius: 6px;
|
|
border: none;
|
|
}
|
|
|
|
.visit-trainning-approval-system th,
|
|
.visit-trainning-approval-system tr {
|
|
height: 36px;
|
|
}
|
|
.visit-trainning-approval-system #Table_Main {
|
|
width: 1020px;
|
|
border: 1px solid #e9e9e9;
|
|
text-align: center;
|
|
}
|
|
.visit-trainning-approval-system .Table_List {
|
|
background: #e9eff4;
|
|
}
|
|
.visit-trainning-approval-system .caption {
|
|
font-size: 11px;
|
|
margin: 10px;
|
|
}
|
|
.visit-trainning-approval-system .HopeDay {
|
|
color: #2e5aac;
|
|
bordeR: 1px solid #89a7e0;
|
|
padding: 5px;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
}
|
|
.visit-trainning-approval-system .cancel {
|
|
border: 1px solid red;
|
|
color: red;
|
|
border-radius: 2px;
|
|
padding: 4px 8px;
|
|
background-color: #fff;
|
|
}
|
|
.visit-trainning-approval-system .HopeDay.clicked {
|
|
background-color: #89a7e0;
|
|
color: white;
|
|
}
|
|
.visit-trainning-approval-system .statusConfirmed {
|
|
color: #2e5aac;
|
|
}
|
|
|
|
/*# sourceMappingURL=style.css.map */
|