313 lines
5.7 KiB
CSS
313 lines
5.7 KiB
CSS
/* Add here all your CSS customizations */
|
|
|
|
/*border*/
|
|
.border-right { border-right:1px solid #5E9ECA; }
|
|
.border-bottom { border-bottom:1px solid #979797; }
|
|
|
|
|
|
/*bg*/
|
|
.info-bg {
|
|
background-image: url(..//images/bg/info-bg.jpg);
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
/*footer-nav */
|
|
#footer-nav {list-style:none; margin-bottom:20px;}
|
|
#footer-nav li{display:inline-block; position:relative; line-height: 20px;}
|
|
|
|
#footer-nav li:first-child > a {border: 0;}
|
|
#footer-nav li > a {border-left: 1px solid #999; padding-left:10px; padding-right:10px}
|
|
.nav-item a { color:#fff; text-decoration:none; font-size:14px; font-weight:bold;}
|
|
.nav-item a:hover { font-weight:600; }
|
|
.nav-item a:visited { text-decoration:none; }
|
|
.link-h a { color: #5E9ECA !important; font-size: 20px;}
|
|
|
|
|
|
|
|
/* responsive */
|
|
/* @media (max-width: 991px) {
|
|
.border-right { border:0; }
|
|
.footer-logo { width:30%; }
|
|
.btn-dropdown { width:30%; }
|
|
}*/
|
|
|
|
.owl-carousel .owl-dots {
|
|
position: absolute;
|
|
bottom: 15px;
|
|
}
|
|
|
|
|
|
.sideMenu span {
|
|
font-size: 16px !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sideMenu i {
|
|
float: right;
|
|
}
|
|
.sideMenu a{
|
|
border-radius: 50px !important;
|
|
color: gray;
|
|
}
|
|
|
|
.sideMenu .active {
|
|
color: #5E9ECA !important;
|
|
}
|
|
|
|
|
|
.sub-menu {
|
|
padding-left: 20px;
|
|
margin: 10px 0;
|
|
}
|
|
.sub-menu span {
|
|
font-size: 14px !important;
|
|
font-weight: bold;
|
|
}
|
|
.sub-menu a{
|
|
border-radius: 50px !important;
|
|
color: gray;
|
|
}
|
|
|
|
.maru {
|
|
border-radius: 5px;
|
|
padding: 4px 8px;
|
|
margin-right: 10px;
|
|
color: orange;
|
|
border: thin solid black;
|
|
background-color: white;
|
|
}
|
|
|
|
.maru-b {
|
|
border-radius: 5px;
|
|
padding: 4px 8px;
|
|
margin-right: 10px;
|
|
color: yellow;
|
|
background-color: black;
|
|
}
|
|
|
|
p {font-size:14px !important; font-family: '나눔고딕', NanumGothic, 'Nanum Gothic' , 'NotoM', sans-serif ;}
|
|
|
|
.caution {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.news-title {
|
|
padding: 20px; background-color: #f6f6f6; border-top: #B6B6B6 solid 1px ; border-bottom: #B6B6B6 solid 1px ; font-size: 18px;
|
|
}
|
|
|
|
.news-col-4 {
|
|
text-align: center;
|
|
color: gray;
|
|
padding: 20px;
|
|
}
|
|
|
|
.news-contents {
|
|
padding: 20px;
|
|
}
|
|
|
|
|
|
.event_t {
|
|
font-size: 1.4em !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.event_subt {
|
|
font-size: 1.4em !important;
|
|
font-weight: bold;
|
|
color:#9b9b9b;
|
|
}
|
|
|
|
|
|
.event-table {
|
|
border-collapse: collapse;
|
|
text-align: center !important;
|
|
border: 1px solid #ccc;
|
|
width:100%;
|
|
}
|
|
.event-table thead {
|
|
border-right: 1px solid #ccc;
|
|
border-left: 1px solid #ccc;
|
|
background: #c6beb1;
|
|
}
|
|
.event-table thead th {
|
|
padding: 10px;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
color: #fff;
|
|
}
|
|
.event-table tbody th {
|
|
padding: 10px;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
background: #ede3df;
|
|
}
|
|
.event-table td {
|
|
padding: 10px;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
background-color:#fff;
|
|
}
|
|
|
|
.event-tablelist li{
|
|
padding: 10px;
|
|
text-align:left;
|
|
color:#000;
|
|
list-style:none;
|
|
font-weight:600;
|
|
}
|
|
|
|
.eventbutton {
|
|
font-size:11px !important; padding: 0 10px !important; margin: 0 10px !important;
|
|
}
|
|
|
|
|
|
.in-p {
|
|
margin-left: 25px !important;
|
|
}
|
|
|
|
table.basic-table {
|
|
border-collapse: collapse;
|
|
text-align: center;
|
|
border: 1px solid #ccc;
|
|
width:100%;
|
|
}
|
|
table.basic-table thead {
|
|
border-right: 1px solid #ccc;
|
|
border-left: 1px solid #ccc;
|
|
background: #c6beb1;
|
|
}
|
|
table.basic-table thead th {
|
|
padding: 10px;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
color: #fff;
|
|
}
|
|
table.basic-table tbody th {
|
|
padding: 5px;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
background: #ede3df;
|
|
}
|
|
table.basic-table td {
|
|
padding: 10px;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
background-color:#fff;
|
|
}
|
|
|
|
.reserve_li li{ margin: 0 20px; line-height: inherit !important; padding: 10px 0;}
|
|
.reserve_li span {font-weight: normal; color: gray; font-size: 12px;}
|
|
.reserve_li .emp_text { font-size:14px; color:#D0021B; font-weight:bold; }
|
|
|
|
|
|
table.info-timetable {
|
|
border-collapse: collapse;
|
|
text-align: center;
|
|
border: 1px solid #ccc;
|
|
width:100%;
|
|
}
|
|
table.info-timetable thead {
|
|
border-right: 1px solid #ccc;
|
|
border-left: 1px solid #ccc;
|
|
background: #c6beb1;
|
|
}
|
|
table.info-timetable thead th {
|
|
padding: 10px;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
table.info-timetable tbody th {
|
|
padding: 10px;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
background: #ede3df;
|
|
text-align: center;
|
|
}
|
|
table.info-timetable td {
|
|
padding: 10px;
|
|
vertical-align: middle;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.table-t {
|
|
color: #fff !important;
|
|
}
|
|
|
|
|
|
.table-t i {
|
|
vertical-align: bottom;
|
|
margin: 0 30px;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.sund {
|
|
color: red !important;
|
|
}
|
|
|
|
.satd {
|
|
color: blue !important;
|
|
}
|
|
|
|
/*cell background */
|
|
.bg-t1 {
|
|
background-color:#fbf3c4;
|
|
}
|
|
.bg-t2 {
|
|
background-color:#d5f2f8;
|
|
}
|
|
.bg-t3 {
|
|
background-color:#fcebec;
|
|
}
|
|
|
|
/* timetable label */
|
|
table.timetable-label {
|
|
text-align: center;
|
|
width:70%;
|
|
}
|
|
table.timetable-label td {
|
|
padding: 10px;
|
|
vertical-align: middle;
|
|
font-weight: 600;
|
|
font-size:12px;
|
|
}
|
|
|
|
.form-warning {
|
|
font-size: 11px !important; color: red;
|
|
}
|
|
|
|
.form-tarea {
|
|
font-size: 11px !important; color: gray;
|
|
}
|
|
|
|
|
|
.form-font {
|
|
font-size: 11px !important; color: black;
|
|
}
|
|
|
|
.h-icon {
|
|
vertical-align: top; font-size:12px; color:#9b9b9b;
|
|
}
|
|
|
|
.personal-area {
|
|
width:100%; border: none; padding: 10px; font-size: 12px;
|
|
}
|
|
|
|
.sitemap .title {
|
|
font-size:18px !important; color: orange; font-weight: bold;
|
|
}
|
|
|
|
.sitemap ul li a { font-size:14px !important; padding-left:10px;} |