first commit 2
This commit is contained in:
@@ -0,0 +1,129 @@
|
||||
@charset "utf-8";
|
||||
|
||||
#loadings {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: #fff;z-index: 999999;}
|
||||
#loadings_spin {
|
||||
position: absolute;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border: 2px solid rgba(0, 0, 0, .1); /* 컬러 */
|
||||
border-radius: 50%;
|
||||
border-top-color: #AA20FF; /* 컬러 */
|
||||
animation: spin 0.4s ease-in-out infinite;
|
||||
-webkit-animation: spin 0.4s ease-in-out infinite;
|
||||
margin: auto;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
to {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes spin {
|
||||
to {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
/* 공통 { */
|
||||
html, body {
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
display: block;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
label {word-break: keep-all !important;}
|
||||
|
||||
#header {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 98;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
|
||||
}
|
||||
|
||||
.main_sec1 {margin-bottom: 50px; box-sizing: border-box;}
|
||||
.no_data {padding-top: 80px !important; padding-bottom: 110px !important; text-align: center; line-height: 140%; margin-top: 30px; border-bottom: 1px solid #eee; color:#999; border-top:0px !important;}
|
||||
/* } */
|
||||
|
||||
/* Layout Containers { */
|
||||
.container, .inner, .index, .sub {
|
||||
width: 1400px;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* } */
|
||||
|
||||
.sub {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 70px;
|
||||
min-height: 768px;
|
||||
}
|
||||
/* } */
|
||||
|
||||
/* Typography & General { */
|
||||
body {
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
color: #25282B;
|
||||
font-family: 'font-R', sans-serif;
|
||||
}
|
||||
|
||||
#container_title {
|
||||
font-size: 2.2rem;
|
||||
font-weight: 800;
|
||||
color: #222;
|
||||
padding-bottom: 40px;
|
||||
border-bottom: 2px solid #333;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
/* } */
|
||||
|
||||
/* 헤더 { */
|
||||
.gnb_wrap #logo_img .responsive-image {
|
||||
height: 60px;
|
||||
}
|
||||
/* } */
|
||||
|
||||
/* 풋터 { */
|
||||
footer {
|
||||
border-top:1px solid #ddd;
|
||||
background-color: #fff;
|
||||
}
|
||||
footer .container {
|
||||
width: 1400px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* } */
|
||||
|
||||
footer .footer_copy {background-color: #25282B; padding-top: 50px; padding-bottom: 50px;}
|
||||
/* } */
|
||||
|
||||
/* 20240604 추가 { */
|
||||
#logo_img {height:40px; width:auto;}
|
||||
#bo_v_con img {border:1px solid #eee; box-sizing: border-box;}
|
||||
/* } */
|
||||
|
||||
/* } */
|
||||
|
||||
Reference in New Issue
Block a user