geoinfo_eGov_work/src/main/webapp/com/css/common.v2.0.css

3309 lines
69 KiB
CSS
Raw Normal View History

2024-06-10 09:00:23 +00:00
@charset "UTF-8";
/* ---------------------------------- */
/* ---------------------------------- */
/* ====================================== */
/* ====================================== */
2024-02-08 02:26:11 +00:00
body,
.navbar,
.parallax,
.page-footer,
.menu-all-popup-wrapper .mfp-container {
2024-06-10 09:00:23 +00:00
min-width: 1400px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.nav-header-container {
2024-06-10 09:00:23 +00:00
width: 100%;
min-width: 1280px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-user-count-group,
.page-footer .page-footer-inner,
.visual-status-count-group,
.visual-btn-group .visual-btn-inner,
.contents-question {
2024-06-10 09:00:23 +00:00
width: 1280px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.parallax {
2024-06-10 09:00:23 +00:00
padding: 0px;
min-height: 900px;
overflow: inherit;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.search-form {
2024-06-10 09:00:23 +00:00
position: relative;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-content-wrapper {
2024-06-10 09:00:23 +00:00
position: relative;
width: 1280px;
min-width: 1280px;
margin: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* ====================================== */
/* ====================================== */
/* ====================================== */
/* ====================================== */
2024-02-08 02:26:11 +00:00
.navbar-collapse.collapse {
2024-06-10 09:00:23 +00:00
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row {
2024-06-10 09:00:23 +00:00
margin: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
2024-06-10 09:00:23 +00:00
padding: 0px;
2024-02-08 02:26:11 +00:00
}
/* 커스텀 Responsive Table Grid col 2개이상 시작 */
.row-table-layout {
2024-06-10 09:00:23 +00:00
display: table;
width: 100%;
table-layout: fixed;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad {
2024-06-10 09:00:23 +00:00
/* display: table-row; */
padding-bottom: 50px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad div[class^=col-] {
2024-06-10 09:00:23 +00:00
display: table-cell;
vertical-align: top;
padding: 0px 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad .contents-panel-title {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 0px;
width: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad .contents-panel {
2024-06-10 09:00:23 +00:00
table-layout: fixed;
height: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad .page-title-3depth + .contents-panel {
2024-06-10 09:00:23 +00:00
height: calc(100% - 56px);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad div[class^=col-]:first-child {
2024-06-10 09:00:23 +00:00
padding-left: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad div[class^=col-]:last-child {
2024-06-10 09:00:23 +00:00
padding-right: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.row-side-noPad .col-side-noPad {
2024-06-10 09:00:23 +00:00
height: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 커스텀 Responsive Table Grid col 2개이상 끝 */
/* ====================================== */
.scroll-top-arrow,
.scroll-top-arrow:focus {
background-color: #000;
background-image: url(../img/common/btn/btn_scroll_top_arrow.png);
background-repeat: no-repeat;
background-position: 50% 50%;
height: 50px;
width: 50px;
border-radius: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.scroll-top-arrow:hover {
2024-06-10 09:00:23 +00:00
background-color: #3378c1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* scroll-top-arrow 끝 */
2024-02-08 02:26:11 +00:00
/* magnific-popup 시작 */
.mfp-close {
2024-06-10 09:00:23 +00:00
font-family: inherit;
font-size: 0;
line-height: inherit;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.mfp-close::after, .mfp-close::before {
2024-06-10 09:00:23 +00:00
content: "";
display: block;
background: #fff;
height: 2px;
width: 40px;
position: absolute;
left: 0px;
top: 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.mfp-close:before {
2024-06-10 09:00:23 +00:00
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
2024-02-08 02:26:11 +00:00
}
.mfp-close:after {
2024-06-10 09:00:23 +00:00
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* magnific-popup 끝 */
2024-02-08 02:26:11 +00:00
/* cbp-spmenu popup 시작 */
.close-button-menu {
2024-06-10 09:00:23 +00:00
padding: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.close-button-menu:after, .close-button-menu:before {
2024-06-10 09:00:23 +00:00
width: 40px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* cbp-spmenu popup 끝 */
/* ====================================== */
.contents-title {
position: relative;
margin-bottom: 20px;
text-align: center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contents-title .contents-title-text::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 2px;
left: 0px;
width: 113px;
height: 12px;
margin-top: 8px;
background: url(../img/common/bu/bu_main_title.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contents-title .contents-title-text::before {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 2px;
right: 0px;
display: block;
width: 113px;
height: 12px;
margin-top: 8px;
background: url(../img/common/bu/bu_main_title.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contents-title-text {
2024-06-10 09:00:23 +00:00
font-weight: bold;
position: relative;
padding: 0px 140px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-title {
2024-06-10 09:00:23 +00:00
position: relative;
padding: 40px 0px 25px 0px;
margin-bottom: 40px;
text-align: left;
border-bottom: 2px solid #000000;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-title-text {
2024-06-10 09:00:23 +00:00
font-weight: bold;
font-size: 34px;
position: relative;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-title-2depth {
2024-06-10 09:00:23 +00:00
position: relative;
color: #00182c;
font-weight: bold;
font-size: 30px;
margin-top: 60px;
padding: 20px 0px 30px 0px;
background: url(../img/common/bu/bu_title_2depth.png) no-repeat 0 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-title-3depth {
2024-06-10 09:00:23 +00:00
position: relative;
color: #08b3e3;
font-weight: bold;
font-size: 24px;
margin-top: 50px;
padding: 10px 0px 20px 0px;
background: url(../img/common/bu/bu_title_3depth.png) no-repeat 0 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-title-3depth.title-line span {
2024-06-10 09:00:23 +00:00
position: relative;
background-color: #fff;
padding-right: 20px;
z-index: 12;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-title-3depth.title-line::after {
2024-06-10 09:00:23 +00:00
content: "";
display: block;
background-color: #b5bfc8;
width: 100%;
height: 2px;
position: absolute;
top: 21px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-category {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 40px;
right: 0px;
padding-left: 30px;
background: url(../img/common/icon/ico_category_home.png) no-repeat 0 6px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-category .category-item {
2024-06-10 09:00:23 +00:00
font-size: 16px;
float: left;
padding-left: 30px;
background: url(../img/common/icon/ico_category_arrow.png) no-repeat 12px 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-category .category-item:first-child {
2024-06-10 09:00:23 +00:00
padding-left: 0px;
background: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 컨텐츠 큰제목 끝 */
2024-02-08 02:26:11 +00:00
/* UL블릿 시작 */
ul.content-ul-list > li {
2024-06-10 09:00:23 +00:00
padding-left: 20px;
padding-bottom: 2px;
background: url(../img/common/bu/bu_li_type_01.png) no-repeat 0 8px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* UL블릿 끝 */
2024-02-08 02:26:11 +00:00
.iframe-body-none {
2024-06-10 09:00:23 +00:00
display: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.iframe-body {
2024-06-10 09:00:23 +00:00
width: 100%;
min-width: 100%;
overflow-x: hidden;
animation: none !important;
animation-name: none !important;
transition-timing-function: none !important;
-ms-transition-timing-function: none !important;
-moz-transition-timing-function: none !important;
-webkit-transition-timing-function: none !important;
-o-transition-timing-function: none !important;
transition-duration: 0s !important;
-ms-transition-duration: 0s !important;
-moz-transition-duration: 0s !important;
-webkit-transition-duration: 0s !important;
-o-transition-duration: 0s !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.sub-iframe-body {
2024-06-10 09:00:23 +00:00
width: 1020px;
min-width: 1020px;
overflow-x: hidden;
animation: none !important;
animation-name: none !important;
transition-timing-function: none !important;
-ms-transition-timing-function: none !important;
-moz-transition-timing-function: none !important;
-webkit-transition-timing-function: none !important;
-o-transition-timing-function: none !important;
transition-duration: 0s !important;
-ms-transition-duration: 0s !important;
-moz-transition-duration: 0s !important;
-webkit-transition-duration: 0s !important;
-o-transition-duration: 0s !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-body .content-wrapper {
2024-06-10 09:00:23 +00:00
padding: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
iframe,
.animationNone,
.content-wrapper {
2024-06-10 09:00:23 +00:00
animation: none !important;
animation-name: none !important;
transition-timing-function: none !important;
-ms-transition-timing-function: none !important;
-moz-transition-timing-function: none !important;
-webkit-transition-timing-function: none !important;
-o-transition-timing-function: none !important;
transition-duration: 0s !important;
-ms-transition-duration: 0s !important;
-moz-transition-duration: 0s !important;
-webkit-transition-duration: 0s !important;
-o-transition-duration: 0s !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 메인팝업 시작 */
.main-divPopup {
2024-06-10 09:00:23 +00:00
position: fixed;
border: 2px solid #000;
background-color: #fff;
overflow: hidden;
z-index: 9999;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-contents-row {
2024-06-10 09:00:23 +00:00
position: relative;
width: 100%;
display: table;
box-sizing: border-box;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-close-group {
2024-06-10 09:00:23 +00:00
background-color: #000;
border: 2px solid #000;
height: 40px;
text-align: right;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-close,
.popup-close-group a {
2024-06-10 09:00:23 +00:00
color: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-close-group a {
2024-06-10 09:00:23 +00:00
margin-right: 20px;
font-size: 14px;
font-weight: 700;
cursor: pointer;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-close-group a:hover {
2024-06-10 09:00:23 +00:00
color: #3378c1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-close .gg-checkbox {
2024-06-10 09:00:23 +00:00
margin-top: 10px;
margin-right: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.ie .popup-close .gg-checkbox {
2024-06-10 09:00:23 +00:00
margin-top: 6px;
margin-right: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-close .gg-checkbox > span:after {
2024-06-10 09:00:23 +00:00
border: solid #fff;
border-width: 0 2px 2px 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
.popup-hiddenFrame {
display: none;
}
2024-02-08 02:26:11 +00:00
2024-06-10 09:00:23 +00:00
/* 메인팝업 끝 */
2024-02-08 02:26:11 +00:00
/* 모달팝업 시작 */
.modal-dialog {
2024-06-10 09:00:23 +00:00
margin: 200px auto 30px auto !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.modal-open .modal {
2024-06-10 09:00:23 +00:00
z-index: 9999;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.modal-backdrop.in {
2024-06-10 09:00:23 +00:00
z-index: 9998;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.modal .modal-header {
2024-06-10 09:00:23 +00:00
border-bottom: 1px solid #2764af;
background-color: #3e90f5;
border-radius: 4px 4px 0px 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.modal-title {
2024-06-10 09:00:23 +00:00
color: #fff;
font-weight: bold;
font-size: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.modal .modal-header .close {
2024-06-10 09:00:23 +00:00
width: 20px;
height: 20px;
opacity: 1;
margin-top: 4px !important;
background-image: url(../img/common/icon/icon_popup_close.png) !important;
2024-02-08 02:26:11 +00:00
}
.modal.main-notice .modal-title {
2024-06-10 09:00:23 +00:00
text-align: center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.modal.main-notice .modal-dialog {
2024-06-10 09:00:23 +00:00
margin: 160px auto 30px auto !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.modal.main-notice .modal-footer {
2024-06-10 09:00:23 +00:00
background-color: #000;
color: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 모달팝업 끝 */
2024-02-08 02:26:11 +00:00
.table-reply {
2024-06-10 09:00:23 +00:00
padding-left: 66px !important;
background: url(../img/common/bg/bg_table_reply.png) no-repeat 8px 50%;
2024-02-08 02:26:11 +00:00
}
.input-label-none {
2024-06-10 09:00:23 +00:00
display: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.input-label-display {
2024-06-10 09:00:23 +00:00
position: relative;
font-size: 16px;
padding: 0px 10px 0px 20px;
margin: 0px;
border: none;
background: url(../img/common/bu/bu_title_4depth.png) no-repeat 0 50%;
pointer-events: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
.input-group[class*=col-] .input-group-btn {
width: 1%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.input-group .input-label-display,
.input-group .input-group-label {
2024-06-10 09:00:23 +00:00
display: table-cell;
white-space: nowrap;
vertical-align: middle;
width: 1%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.input-group .input-group-label .input-label-display {
2024-06-10 09:00:23 +00:00
display: inline-block;
width: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.input-group-btn.input-group-last > .btn,
.input-group-btn.input-group-last > .btn-group {
2024-06-10 09:00:23 +00:00
margin-left: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.input-group-btn.input-group-last {
2024-06-10 09:00:23 +00:00
padding-left: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.input-group-btn.input-group-last > .btn {
2024-06-10 09:00:23 +00:00
border-radius: 5px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.form-list > .form-inline {
2024-06-10 09:00:23 +00:00
margin-bottom: 4px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.form-list > .form-inline:last-child {
2024-06-10 09:00:23 +00:00
margin-bottom: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.form-inline .form-group,
.form-inline .input-group {
2024-06-10 09:00:23 +00:00
padding-left: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.form-inline .form-group:first-child,
.form-inline .input-group:first-child {
2024-06-10 09:00:23 +00:00
padding-left: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
.form-inline .form-group[class*=col-],
.form-inline .input-group[class*=col-] {
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.control-label {
2024-06-10 09:00:23 +00:00
padding: 0px 5px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.form-inline .control-label + .form-group,
.form-inline .control-label + .input-group {
2024-06-10 09:00:23 +00:00
padding-left: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.form-group input, .input-group input,
.form-group textarea, .input-group textarea,
.form-group select, .input-group select {
2024-06-10 09:00:23 +00:00
margin: 0px;
2024-02-08 02:26:11 +00:00
}
.grid-norecords {
2024-06-10 09:00:23 +00:00
width: 100%;
height: 100%;
text-align: center;
min-height: 44px;
font-size: 0px;
background: url(../img/common/icon/ico_no_data.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
.grid-norecords-2 {
2024-06-10 09:00:23 +00:00
width: 100%;
height: 100%;
text-align: center;
min-height: 44px;
font-size: 0px;
background: url(../img/common/icon/ico_no_data2.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
/* 커스텀 팝업 시작 */
.custom-popup-wrapper {
2024-06-10 09:00:23 +00:00
position: absolute;
display: none;
top: 50%;
left: 50%;
min-width: 120px;
min-height: 120px;
background-color: #ffffff;
border: 2px solid #1990cc;
border-radius: 5px;
z-index: 999;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.custom-popup-wrapper.open {
2024-06-10 09:00:23 +00:00
display: block;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.custom-popup-title {
2024-06-10 09:00:23 +00:00
position: relative;
background-color: #1990cc;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 4px;
white-space: nowrap;
height: 32px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.custom-popup-contents {
2024-06-10 09:00:23 +00:00
padding: 14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.custom-popup-close {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 0px;
right: 4px;
display: block;
width: 32px;
height: 32px;
font-size: 0px;
background: url(../img/common/icon/ico_btn_close.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.icon-limits {
2024-06-10 09:00:23 +00:00
width: 48px;
height: 48px;
display: block;
float: left;
margin-right: 16px;
background: url(../img/common/icon/icon_limits.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 커스텀 팝업 끝 */
/* ====================================== */
header nav.navbar.white-link .navbar-nav > li > a,
nav.navbar.bootsnav.white-link ul.nav > li > a,
2024-02-08 02:26:11 +00:00
header nav.navbar.white-link .header-social-icon a, nav.navbar.bootsnav.white-link .header-social-icon a,
header nav.navbar.white-link .header-searchbar a, nav.navbar.bootsnav.white-link .header-searchbar a,
header nav.navbar.bootsnav ul.nav.white-link > li > a, nav.navbar.white-link .heder-menu-button a {
2024-06-10 09:00:23 +00:00
color: #232323;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.white-link .mobile-toggle span {
2024-06-10 09:00:23 +00:00
background: #232323;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header nav.navbar-fixed-top {
2024-06-10 09:00:23 +00:00
background-color: transparent;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header.sticky nav.navbar-fixed-top {
2024-06-10 09:00:23 +00:00
background-color: #ffffff;
2024-02-08 02:26:11 +00:00
}
/* header animation disable */
header,
header nav.navbar-fixed-top {
2024-06-10 09:00:23 +00:00
transition-timing-function: inherit;
-ms-transition-timing-function: inherit;
-moz-transition-timing-function: inherit;
-webkit-transition-timing-function: inherit;
-o-transition-timing-function: inherit;
transition-duration: 0s;
-ms-transition-duration: 0s;
-moz-transition-duration: 0s;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* dropdown menu animation disable */
.dropdown-menu,
.dropdown-menu.animated,
.dropdown-menu.fadeOut,
.dropdown-menu.fadeIn {
2024-06-10 09:00:23 +00:00
animation: none !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.dropdown-menu.in {
2024-06-10 09:00:23 +00:00
display: block;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul.in,
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul > li.dropdown > ul.in {
2024-06-10 09:00:23 +00:00
display: block;
2024-02-08 02:26:11 +00:00
}
.nav-header-inner {
2024-06-10 09:00:23 +00:00
align-items: center;
display: -ms-flex;
display: -webkit-flex;
display: -moz-flex;
display: flex;
height: auto;
padding: 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.logo-wrapper {
2024-06-10 09:00:23 +00:00
flex: 1 1 auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.navbar-collapse-wrapper {
2024-06-10 09:00:23 +00:00
width: auto;
float: right;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li {
2024-06-10 09:00:23 +00:00
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
@media (max-width: 991px) {
2024-06-10 09:00:23 +00:00
.navbar-nav li > a,
nav.navbar.navbar-default ul.nav > li > a,
nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a,
header .navbar-nav li > a,
header nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a,
header nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a,
nav.navbar.bootsnav li.dropdown ul.mega-menu-full li > a,
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a,
nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
/* color: #fff; */
}
2024-02-08 02:26:11 +00:00
}
@media all {
2024-06-10 09:00:23 +00:00
.navbar-nav > li {
float: left !important;
clear: none !important;
}
nav.navbar.bootsnav .navbar-nav {
background-color: inherit !important;
margin: 0;
float: left !important;
}
.navbar-collapse.collapse,
nav.navbar.bootsnav .navbar-collapse.collapse {
display: block !important;
}
nav.navbar.bootsnav li.dropdown .mega-menu > ul {
margin: 0 auto;
width: auto;
display: table;
}
.navbar-btn-wrapper {
width: auto;
padding-left: 30px;
}
2024-02-08 02:26:11 +00:00
}
/* 시추 헤더 스타일 시작 */
.nav-header-container {
2024-06-10 09:00:23 +00:00
height: 140px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.navbar-collapse-wrapper,
.navbar-collapse.collapse,
nav.navbar.navbar-default ul.nav > li > a {
2024-06-10 09:00:23 +00:00
height: 80px !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header nav.navbar .navbar-nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
2024-06-10 09:00:23 +00:00
font-size: 16px;
font-weight: bold;
line-height: 80px;
padding: 0px 30px;
margin: 0px;
color: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.navbar-global-wrapper {
2024-06-10 09:00:23 +00:00
position: relative;
display: block;
width: 1280px;
height: 60px;
padding: 10px 0px;
margin: 0px auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.nav-header-bg {
2024-06-10 09:00:23 +00:00
position: absolute;
width: 100%;
height: 80px;
bottom: 0px;
background-color: #00479d;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.nav-header-line {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 0px;
width: 100%;
height: 60px;
background-color: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.nav-header-inner {
2024-06-10 09:00:23 +00:00
display: block;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.navbar-wrapper {
2024-06-10 09:00:23 +00:00
width: 100%;
position: relative;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.navbar-collapse-wrapper {
2024-06-10 09:00:23 +00:00
position: relative;
width: 1280px;
float: none;
display: block;
margin: 0px auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.navbar-btn-wrapper {
2024-06-10 09:00:23 +00:00
position: absolute;
right: 0px;
top: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .logo-wrapper {
2024-06-10 09:00:23 +00:00
display: table-cell;
width: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .logo .logo-dark {
2024-06-10 09:00:23 +00:00
visibility: visible;
opacity: 1;
width: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper {
2024-06-10 09:00:23 +00:00
position: absolute;
right: 0px;
top: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li {
2024-06-10 09:00:23 +00:00
float: left;
margin: 0px 5px 0px 0px;
padding: 0px 5px 0px 2px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li:last-child {
2024-06-10 09:00:23 +00:00
margin: 0px;
padding: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li,
header .global-link-wrapper ul li a {
2024-06-10 09:00:23 +00:00
display: block;
height: 40px;
line-height: 40px;
color: #1f1e1e;
font-size: 14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.btn {
2024-06-10 09:00:23 +00:00
border-radius: 50px;
padding: 0px 14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.top-btn {
2024-06-10 09:00:23 +00:00
padding-left: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.top-btn.btn-sitemap {
2024-06-10 09:00:23 +00:00
background: url(../img/common/icon/ico_top_btn_sitemap.png) no-repeat 0px 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.top-btn.btn-mypage {
2024-06-10 09:00:23 +00:00
background: url(../img/common/icon/ico_top_btn_mypage.png) no-repeat 0px 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper .ip-zone {
2024-06-10 09:00:23 +00:00
border-radius: 50px;
color: #001221;
background-color: #9cb4cd;
padding: 7px 20px;
font-size: 14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper .username-zone {
2024-06-10 09:00:23 +00:00
display: block;
padding-left: 30px;
background: url(../img/common/icon/icon_avatar.png) no-repeat 0px 50%;
font-size: 14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper .username {
2024-06-10 09:00:23 +00:00
color: #00c48a;
font-weight: bold;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.top-btn-member {
2024-06-10 09:00:23 +00:00
line-height: 28px;
height: 30px;
margin-top: 4px;
padding-left: 40px;
color: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.btn.login-btn {
2024-06-10 09:00:23 +00:00
background: #00c48a url(../img/common/icon/ico_top_login.png) no-repeat 12px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.btn.logout-btn {
2024-06-10 09:00:23 +00:00
background: #00c48a url(../img/common/icon/ico_top_logout.png) no-repeat 12px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.btn.member-btn {
2024-06-10 09:00:23 +00:00
background: #1e2929 url(../img/common/icon/ico_top_user.png) no-repeat 12px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.btn.secession-btn {
2024-06-10 09:00:23 +00:00
background: #1e2929 url(../img/common/icon/ico_top_secession.png) no-repeat 12px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.btn.id-pw-btn {
2024-06-10 09:00:23 +00:00
background: #1e2929 url(../img/common/icon/ico_top_id_pw.png) no-repeat 12px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .header-right-menu {
2024-06-10 09:00:23 +00:00
display: block;
width: 80px;
height: 80px;
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .header-right-menu.header-menu-all {
2024-06-10 09:00:23 +00:00
background: #00345f url(../img/common/icon/ico_header_menu_all.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .header-right-menu.header-menu-01 {
2024-06-10 09:00:23 +00:00
background: #00a999 url(../img/common/icon/ico_header_menu_01.png) no-repeat 50% 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .header-right-menu.header-menu-02 {
2024-06-10 09:00:23 +00:00
background: #02bdac url(../img/common/icon/ico_header_menu_02.png) no-repeat 50% 5px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .header-right-menu.header-menu-03 {
2024-06-10 09:00:23 +00:00
background: #13a7ce url(../img/common/icon/ico_header_menu_03.png) no-repeat 50% 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .header-right-menu.header-menu-04 {
2024-06-10 09:00:23 +00:00
background: #3378c1 url(../img/common/icon/ico_header_menu_04.png) no-repeat 50% 8px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .global-link-wrapper ul li a.btn.notice-btn {
2024-06-10 09:00:23 +00:00
background: #3378c1 url(../img/common/icon/ico_top_notice_02.png) no-repeat 12px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.circulation-notice {
2024-06-10 09:00:23 +00:00
position: relative;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.circulation-notice .badge {
2024-06-10 09:00:23 +00:00
position: absolute;
top: -4px;
right: -4px;
font-size: 14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.badge-danger {
2024-06-10 09:00:23 +00:00
background-color: #ed6b75;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .header-menu-text {
2024-06-10 09:00:23 +00:00
color: #fff;
font-size: 13px;
display: block;
width: 100%;
text-align: center;
padding-top: 44px;
line-height: 15px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .dropdown.simple-dropdown {
2024-06-10 09:00:23 +00:00
position: relative;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .dropdown.simple-dropdown.on > a,
header .dropdown.simple-dropdown:hover > a {
2024-06-10 09:00:23 +00:00
color: #00c48a !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .dropdown.simple-dropdown::before {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 0px;
left: 50%;
width: 0%;
height: 4px;
background-color: #00c48a;
transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .dropdown.simple-dropdown.on::before,
header .dropdown.simple-dropdown:hover::before {
2024-06-10 09:00:23 +00:00
content: "";
left: 0%;
width: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .dropdown.simple-dropdown::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 30px;
left: -10px;
width: 18px;
height: 18px;
background: url(../img/common/bg/bg_nav_li_line.png) no-repeat left 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .dropdown.simple-dropdown:first-child::after {
2024-06-10 09:00:23 +00:00
background: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .simple-dropdown .dropdown-menu > li > a {
2024-06-10 09:00:23 +00:00
font-size: 14px;
color: #e2e2e2;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header .simple-dropdown .dropdown-menu {
2024-06-10 09:00:23 +00:00
background: rgb(0, 52, 95);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li:hover {
2024-06-10 09:00:23 +00:00
background-color: #003f73;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header.sticky nav.navbar-fixed-top {
2024-06-10 09:00:23 +00:00
background-color: inherit;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header.sticky .nav-header-bg {
2024-06-10 09:00:23 +00:00
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header.sticky .nav-header-line {
2024-06-10 09:00:23 +00:00
background-color: #f1f4f7;
height: 44px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header.sticky .nav-header-container {
2024-06-10 09:00:23 +00:00
height: 114px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header.sticky .navbar-global-wrapper {
2024-06-10 09:00:23 +00:00
height: 44px;
padding: 4px 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
header.sticky .global-link-wrapper {
2024-06-10 09:00:23 +00:00
top: 2px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 시추 헤더 스타일 끝 */
2024-02-08 02:26:11 +00:00
/* magnificPopup 커스텀 시작 */
.mfp-wrap {
2024-06-10 09:00:23 +00:00
overflow: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.mfp-container {
2024-06-10 09:00:23 +00:00
display: table;
padding: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.mfp-container:before {
2024-06-10 09:00:23 +00:00
content: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.mfp-close::after,
.mfp-close::before {
2024-06-10 09:00:23 +00:00
background: #fff;
left: 12px;
top: 28px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.mfp-bg {
2024-06-10 09:00:23 +00:00
background: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
button.mfp-close,
.mfp-close,
.mfp-close:active {
position: absolute;
2024-06-10 09:00:23 +00:00
right: 0px;
top: 0px;
width: 60px;
height: 60px;
background-color: #000;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.mfp-close:hover {
2024-06-10 09:00:23 +00:00
background-color: #3378c1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* magnificPopup 커스텀 끝 */
2024-02-08 02:26:11 +00:00
/* magnificPopup - 전체메뉴 시작 */
.menu-all-popup-wrapper .mfp-content.menu-all-popup-content {
2024-06-10 09:00:23 +00:00
display: table-cell;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.menu-all-popup-wrapper .menu-all-popup {
2024-06-10 09:00:23 +00:00
width: 1280px;
min-width: 1280px;
margin: 0px auto;
padding: 40px;
background-color: #fff;
border: 2px solid #000000;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.menu-all-popup-wrapper .menu-all-popup .contents-row {
2024-06-10 09:00:23 +00:00
padding: 40px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.menu-all-popup-wrapper .menu-all-box {
2024-06-10 09:00:23 +00:00
border: 1px solid #b5b5b5;
margin: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.menu-all-popup-wrapper .menu-all-title {
2024-06-10 09:00:23 +00:00
border-bottom: 1px solid #ececec;
padding: 13px 30px;
background-color: #fbfbfb;
font-size: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.menu-all-popup-wrapper .menu-all-group {
2024-06-10 09:00:23 +00:00
padding-left: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.menu-all-popup-wrapper .menu-all-item {
2024-06-10 09:00:23 +00:00
padding-left: 18px;
margin: 10px 0px;
background: url(../img/common/bu/bu_menu_all_item.png) no-repeat left 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.menu-all-popup .contents-title {
2024-06-10 09:00:23 +00:00
padding: 0px 140px 20px 140px;
margin: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
.menu-all-popup .contents-row {
padding: 0px !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* magnificPopup - 전체메뉴 끝 */
2024-02-08 02:26:11 +00:00
/* magnificPopup - 임시 비밀번호 확인 시작 */
.temp-password-popup-wrapper .mfp-content.temp-password-popup-content {
2024-06-10 09:00:23 +00:00
display: table-cell;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.temp-password-popup-wrapper .temp-password-popup {
2024-06-10 09:00:23 +00:00
width: 600px;
min-width: 500px;
margin: 0px auto;
padding: 40px;
background-color: #fff;
border: 2px solid #000000;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* magnificPopup - 임시 비밀번호 확인 끝 */
2024-02-08 02:26:11 +00:00
/* magnificPopup - 시추정보 보유현황 시작 */
.status-popup-wrapper .mfp-content.status-popup-content {
2024-06-10 09:00:23 +00:00
display: table-cell;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.status-popup-wrapper .status-popup {
2024-06-10 09:00:23 +00:00
width: 1280px;
min-width: 1280px;
margin: 0px auto;
padding: 40px;
background-color: #fff;
border: 2px solid #000000;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* magnificPopup - 시추정보 보유현황 끝 */
2024-06-10 09:00:23 +00:00
/* ====================================== */
/* ====================================== */
/* ====================================== */
/* ====================================== */
.page-footer {
position: relative;
height: 100px;
background-color: #fff;
border-top: 1px solid #b8bfc6;
padding: 15px 0px;
font-size: 12px;
clear: both;
}
.page-footer .page-footer-inner {
margin-top: 5px;
margin: 0px auto;
}
.page-footer .page-footer-inner .page-footer-logo {
float: left;
margin-top: 5px;
}
.page-footer .page-footer-inner .page-footer-container {
position: absolute;
display: inline-block;
margin-left: 20px;
}
.page-footer .page-footer-inner .page-footer-container span {
line-height: 16px;
}
.page-footer .page-footer-inner .page-footer-container .address {
display: block;
font-weight: bold;
}
.page-footer .page-footer-inner .page-footer-container .tel {
display: block;
font-weight: bold;
}
.page-footer .page-footer-inner .page-footer-container .copyright {
display: block;
color: #8d8d8d;
}
.page-footer .page-footer-link {
position: relative;
float: right;
width: 528px;
}
.page-footer .page-footer-link .page-footer-info {
position: absolute;
top: 0px;
right: 0px;
font-weight: bold;
}
.page-footer .page-footer-link .page-footer-info li {
float: left;
margin-left: 10px;
padding-left: 15px;
background: url(../img/common/bu/bu_footer_link.png) no-repeat left 40%;
}
.page-footer .page-footer-link .page-footer-info li:first-child {
background: none;
}
.page-footer .page-footer-link .page-footer-institution {
position: absolute;
top: 26px;
right: 0px;
}
.page-footer .page-footer-link .page-footer-institution .page-footer-select-set {
float: left;
margin-left: 10px;
}
.page-footer .page-footer-link .page-footer-institution .page-footer-select-set .select-container {
float: left;
}
.page-footer .page-footer-link .page-footer-institution .page-footer-select-set button {
margin-left: 4px;
}
/* ====================================== */
/* ====================================== */
/* ====================================== */
/* ====================================== */
2024-02-08 02:26:11 +00:00
.main section {
2024-06-10 09:00:23 +00:00
padding: 0px 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main .contents-row {
2024-06-10 09:00:23 +00:00
margin: 0px auto;
padding: 34px 0px;
z-index: 2;
2024-02-08 02:26:11 +00:00
}
/* 시추 메인비쥬얼 시작 */
.parallax-container {
2024-06-10 09:00:23 +00:00
position: absolute;
width: 100%;
height: 100%;
right: 0;
left: 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-middle-main {
2024-06-10 09:00:23 +00:00
position: relative;
display: table;
height: 100%;
width: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-bottom-group {
2024-06-10 09:00:23 +00:00
position: relative;
display: table-cell;
vertical-align: bottom;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-group {
2024-06-10 09:00:23 +00:00
height: 220px;
width: 100%;
background-color: #3378c1;
background-image: linear-gradient(141deg, #3378c1 0%, #40abcc 50%, #4ad1d4 80%);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-user-count-wrapper {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 180px;
width: 100%;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-user-count-group {
2024-06-10 09:00:23 +00:00
margin: 0px auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-user-count-group .user-count-box {
2024-06-10 09:00:23 +00:00
position: relative;
width: 300px;
font-size: 20px;
background-color: #4ad0d4;
border-radius: 50px;
clear: both;
float: right;
padding: 4px 20px 4px 0px;
margin-bottom: 8px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-user-count-group .user-count-box .count-title {
2024-06-10 09:00:23 +00:00
background-color: #3378c1;
border-radius: 50px;
color: #fff;
padding: 5px 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-user-count-group .user-count-box .user-count {
2024-06-10 09:00:23 +00:00
float: right;
color: #00345f;
font-weight: bold;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-status-count-group {
2024-06-10 09:00:23 +00:00
margin: 0px auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-status-count-group .status-count-box {
2024-06-10 09:00:23 +00:00
position: relative;
width: 660px;
height: 55px;
font-size: 26px;
background-color: #3378c1;
background-image: linear-gradient(141deg, #3378c1 0%, #40abcc 50%, #4ad1d4 80%);
border-radius: 50px;
clear: both;
float: right;
padding: 4px 4px 4px 20px;
margin-top: -30px;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-status-count-group .status-count-box .count-title {
2024-06-10 09:00:23 +00:00
color: #fff;
padding: 12px 20px;
display: block;
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-status-count-group .status-count-box .status-count {
2024-06-10 09:00:23 +00:00
color: #00345f;
font-weight: bold;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-status-count-group .status-count-box .value-group {
2024-06-10 09:00:23 +00:00
float: right;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-status-count-group .status-count-box .status-btn {
2024-06-10 09:00:23 +00:00
color: #00345f;
line-height: 32px;
height: 47px;
padding-left: 26px;
padding-right: 65px;
margin-left: 10px;
border-radius: 50px;
font-size: 20px;
background: #fff url(../img/common/icon/ico_parallax_status_btn.png) no-repeat 130px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-group .visual-btn-inner {
2024-06-10 09:00:23 +00:00
position: relative;
margin: 0px auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-group .visual-btn-inner .visual-btn-align {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 30px;
right: 0px;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-group .parallax-btn-text {
2024-06-10 09:00:23 +00:00
display: block;
line-height: 16px;
font-size: 14px;
text-align: center;
color: #fff;
margin-top: 108px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-group .visual-btn-box {
2024-06-10 09:00:23 +00:00
width: 100px;
height: 100px;
float: left;
border-radius: 10px;
margin-left: 30px;
cursor: pointer;
background-color: rgba(0, 125, 169, 0.6);
background-repeat: no-repeat;
background-position: 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-box.visual-btn-01 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_01.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-box.visual-btn-02 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_02.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-box.visual-btn-03 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_03.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-box.visual-btn-04 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_04.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-box.visual-btn-05 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_05.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.visual-btn-box.visual-btn-06 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_06.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-slogan {
2024-06-10 09:00:23 +00:00
position: absolute;
left: 40%;
top: 18%;
width: 360px;
height: 128px;
background: url(../img/common/bg/main_parallax_text.png) no-repeat 0px 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-img-map {
2024-06-10 09:00:23 +00:00
position: absolute;
left: 0px;
bottom: 31px;
width: 100%;
height: 777px;
background: url(../img/common/bg/main_parallax_img_map.png) no-repeat 50% 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-img-child {
2024-06-10 09:00:23 +00:00
position: absolute;
left: 10%;
top: -5%;
width: 335px;
height: 1162px;
background: url(../img/common/bg/main_parallax_img_child.png) no-repeat 0px 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 시추 메인비쥬얼 끝 */
2024-02-08 02:26:11 +00:00
/* ==== main flexslider 커스텀 시작 ==== */
/* flexslider 기본 시작 */
.flexslider {
2024-06-10 09:00:23 +00:00
height: auto !important;
overflow: visible;
background: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-control-paging li a {
2024-06-10 09:00:23 +00:00
background: #dadada;
2024-02-08 02:26:11 +00:00
}
.flex-control-paging li a.flex-active {
2024-06-10 09:00:23 +00:00
background: #1db7f0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-control-nav li {
2024-06-10 09:00:23 +00:00
margin: 0 4px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-direction-nav a {
2024-06-10 09:00:23 +00:00
margin: -30px 0 0 !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-viewport {
2024-06-10 09:00:23 +00:00
overflow: hidden !important;
width: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider .slides img {
2024-06-10 09:00:23 +00:00
display: inline;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-control-paging li a {
2024-06-10 09:00:23 +00:00
width: 24px;
height: 8px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-control-nav {
2024-06-10 09:00:23 +00:00
top: -20px;
right: 90px;
width: auto;
height: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-direction-nav a {
2024-06-10 09:00:23 +00:00
width: 41px;
height: 41px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-direction-nav a:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_prev_btn.png) no-repeat 0% 50%;
width: 41px;
height: 41px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-direction-nav a:hover:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_prev_btn_over.png) no-repeat 0% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-direction-nav a.flex-next:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_next_btn.png) no-repeat 100% 50%;
width: 41px;
height: 41px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-direction-nav a.flex-next:hover:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_next_btn_over.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-pauseplay {
2024-06-10 09:00:23 +00:00
position: absolute;
top: -3px;
right: 92px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-pauseplay a,
.flex-pauseplay a::before {
2024-06-10 09:00:23 +00:00
font-family: inherit !important;
font-size: 0px !important;
display: inherit !important;
content: inherit !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-pauseplay a.flex-play {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_play.png) no-repeat 50% 50% !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flex-pauseplay a.flex-pause {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_pause.png) no-repeat 50% 50% !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* flexslider 기본 끝 */
2024-02-08 02:26:11 +00:00
/* 공지사항 바로가기 flexslider 시작 */
.main .contents-row.main-notice {
2024-06-10 09:00:23 +00:00
width: 1400px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link-box {
2024-06-10 09:00:23 +00:00
display: flex;
flex-grow: 1;
-webkit-box-flex: 1;
-ms-flex: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link {
2024-06-10 09:00:23 +00:00
position: relative;
float: left;
padding-left: 25px;
cursor: pointer;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link:first-child {
2024-06-10 09:00:23 +00:00
padding-left: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con {
2024-06-10 09:00:23 +00:00
position: relative;
width: 400px;
height: 240px;
margin: 5px !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link .main-con-box {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 0px;
left: 0px;
width: 400px;
height: 240px;
padding: 30px 26px;
background-color: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link .main-con-box:hover {
2024-06-10 09:00:23 +00:00
top: -5px;
left: -5px;
border: 2px solid #19b3e5;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
z-index: 2;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-box-inner {
2024-06-10 09:00:23 +00:00
position: relative;
width: 100%;
height: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link .main-con-link-title {
2024-06-10 09:00:23 +00:00
font-size: 16px;
margin-bottom: 20px;
font-weight: bold;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link .main-con-link-content {
2024-06-10 09:00:23 +00:00
color: #5b6368;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .main-con-link .main-con-link-date {
2024-06-10 09:00:23 +00:00
position: absolute;
bottom: 0px;
margin-top: 15px;
color: #82878b;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .flex-viewport {
2024-06-10 09:00:23 +00:00
margin: 0px 60px;
padding-bottom: 20px;
height: 270px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .flex-direction-nav .flex-prev {
2024-06-10 09:00:23 +00:00
top: 50%;
left: 0px !important;
opacity: 1 !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-notice .flex-direction-nav .flex-next {
2024-06-10 09:00:23 +00:00
top: 50%;
left: auto !important;
right: 0px !important;
opacity: 1 !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 공지사항 바로가기 flexslider 끝 */
2024-02-08 02:26:11 +00:00
/* 관련 사이트 배너 flexslider 시작 */
.main .contents-row.main-banner-wrapper {
2024-06-10 09:00:23 +00:00
width: 1400px;
2024-02-08 02:26:11 +00:00
}
.main-banner-wrapper .main-con-link {
2024-06-10 09:00:23 +00:00
position: relative;
width: 124px;
float: left;
text-align: center;
cursor: pointer;
margin-bottom: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-banner-wrapper .main-con-box.main-box-center .main-con-link {
2024-06-10 09:00:23 +00:00
width: 25%;
margin: 0px;
padding-top: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-banner-wrapper .main-con-link:first-child::before {
2024-06-10 09:00:23 +00:00
border-left: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-banner-wrapper .main-con-link .main-con-link-title {
2024-06-10 09:00:23 +00:00
margin-top: 5px;
font-size: 15px;
height: 60px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-banner-wrapper .flex-viewport {
2024-06-10 09:00:23 +00:00
margin: 0px 60px;
padding-bottom: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-banner-wrapper .flex-direction-nav .flex-prev {
2024-06-10 09:00:23 +00:00
top: 50%;
left: 0px !important;
opacity: 1 !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-banner-wrapper .flex-direction-nav .flex-next {
2024-06-10 09:00:23 +00:00
top: 50%;
left: auto !important;
right: 0px !important;
opacity: 1 !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 관련 사이트 배너 flexslider 끝 */
/* ==== main flexslider 커스텀 끝 ==== */
/* 문의 연락처 시작 */
.contact-box {
2024-06-10 09:00:23 +00:00
height: 240px;
padding: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-title {
2024-06-10 09:00:23 +00:00
font-size: 26px;
font-weight: bold;
margin-bottom: 26px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-text {
2024-06-10 09:00:23 +00:00
margin-left: 120px;
margin-bottom: 5px;
font-size: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
.contact-text .contact-text-con > .second-tel {
padding-left: 178px;
}
2024-02-08 02:26:11 +00:00
.contact-box-02 .contact-text {
2024-06-10 09:00:23 +00:00
padding-top: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-text p {
2024-06-10 09:00:23 +00:00
padding-bottom: 12px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-text-title {
2024-06-10 09:00:23 +00:00
padding: 4px 24px;
margin-right: 10px;
border-radius: 50px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-box.contact-box-01 {
2024-06-10 09:00:23 +00:00
margin-right: 16px;
background-color: #e2f1f9;
background-image: url(../img/common/bg/main_contact_box_01.png);
background-repeat: no-repeat;
background-position: 30px 100px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-box.contact-box-01 .text-primary {
2024-06-10 09:00:23 +00:00
color: #0081ce;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-box.contact-box-01 .contact-text-title {
2024-06-10 09:00:23 +00:00
background-color: #8fd8ff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-box.contact-box-02 {
2024-06-10 09:00:23 +00:00
margin-left: 16px;
background-color: #eff9eb;
background-image: url(../img/common/bg/main_contact_box_02.png);
background-repeat: no-repeat;
background-position: 30px 100px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-box.contact-box-02 .text-primary {
2024-06-10 09:00:23 +00:00
color: #207167;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.contact-box.contact-box-02 .contact-text-title {
2024-06-10 09:00:23 +00:00
background-color: #9ceacf;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 문의 연락처 끝 */
2024-02-08 02:26:11 +00:00
/* 비쥬얼영역 - 2차 시작 */
.main-info-container {
2024-06-10 09:00:23 +00:00
margin-top: 140px;
margin-bottom: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper {
2024-06-10 09:00:23 +00:00
width: 1280px;
margin: 35px auto 0px auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .main-info-left {
2024-06-10 09:00:23 +00:00
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .main-info-right {
2024-06-10 09:00:23 +00:00
float: right;
width: 378px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .main-info-left {
2024-06-10 09:00:23 +00:00
width: 853px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .status-count-box {
2024-06-10 09:00:23 +00:00
position: relative;
width: 100%;
height: 75px;
font-size: 26px;
background-color: #d0e3f1;
border-radius: 10px;
padding: 4px 4px 4px 20px;
margin-top: 23px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .status-count-box .count-title {
2024-06-10 09:00:23 +00:00
position: absolute;
left: 0px;
top: 0px;
height: 75px;
line-height: 75px;
display: block;
background: #3378c1 url(../img/common/bg/bg_main_info_icon_01.png) no-repeat 25px 50%;
border-radius: 10px;
padding: 0px 30px 0px 110px;
color: #fff;
font-weight: bold;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .status-count-box .value-group {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 13px;
right: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .status-count-box .status-count {
2024-06-10 09:00:23 +00:00
color: #00345f;
font-weight: bold;
vertical-align: middle;
line-height: 50px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-wrapper .status-count-box .status-btn {
2024-06-10 09:00:23 +00:00
color: #00345f;
line-height: 32px;
height: 47px;
padding-left: 26px;
padding-right: 65px;
margin-left: 10px;
border-radius: 50px;
font-size: 20px;
background: #fff url(../img/common/icon/ico_parallax_status_btn.png) no-repeat 130px center;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper {
2024-06-10 09:00:23 +00:00
position: relative;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-control-nav {
2024-06-10 09:00:23 +00:00
width: 100%;
top: auto;
bottom: 10px;
right: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-pauseplay {
2024-06-10 09:00:23 +00:00
top: auto;
bottom: 10px;
right: 80px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-direction-nav .flex-prev {
2024-06-10 09:00:23 +00:00
top: auto;
left: auto;
opacity: 1 !important;
right: 74px;
bottom: 15px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-direction-nav .flex-next {
2024-06-10 09:00:23 +00:00
top: auto;
left: auto !important;
right: 16px !important;
opacity: 1 !important;
bottom: 15px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-direction-nav a {
2024-06-10 09:00:23 +00:00
width: 25px;
height: 25px;
margin: 0px !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-direction-nav a.flex-next:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_next_btn.png) no-repeat 100% 50%;
width: 25px;
height: 25px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-direction-nav a:hover.flex-next:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_next_btn_over.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-direction-nav a:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_prev_btn.png) no-repeat 0% 50%;
width: 25px;
height: 25px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-direction-nav a:hover:before {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_prev_btn_over.png) no-repeat 0% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-pauseplay a {
2024-06-10 09:00:23 +00:00
width: 25px;
height: 25px;
opacity: 1 !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-pauseplay a.flex-disabled {
2024-06-10 09:00:23 +00:00
display: none !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-pauseplay a.flex-pause {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_pause.png) no-repeat 50% 50% !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-pauseplay a:hover.flex-pause {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_pause_over.png) no-repeat 50% 50% !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-pauseplay a.flex-play {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_play.png) no-repeat 50% 50% !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-pauseplay a:hover.flex-play {
2024-06-10 09:00:23 +00:00
background: url(../img/common/btn/flex_visual_play_over.png) no-repeat 50% 50% !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-control-paging li a {
2024-06-10 09:00:23 +00:00
width: 14px;
height: 14px;
background: none;
border: 4px solid #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-control-paging li a:hover {
2024-06-10 09:00:23 +00:00
border: 4px solid #000;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-control-paging li a.flex-active {
2024-06-10 09:00:23 +00:00
background: #fff;
width: 30px;
height: 14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual-wrapper .flex-control-paging li a:hover.flex-active {
2024-06-10 09:00:23 +00:00
background: #000;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.flexslider-visual .flex-viewport,
.main-info-board-wrapper {
2024-06-10 09:00:23 +00:00
height: 330px;
border-radius: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper {
2024-06-10 09:00:23 +00:00
position: relative;
border: 1px solid #c6c6c6;
padding: 15px 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs {
2024-06-10 09:00:23 +00:00
border-bottom: 1px solid #c0c0c0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li {
2024-06-10 09:00:23 +00:00
position: relative;
margin-bottom: 0px;
padding: 0px 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li::before {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 50%;
right: -5px;
width: 10px;
height: 10px;
margin-top: -5px;
border-radius: 50%;
background-color: #dbdbdb;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li:first-child {
2024-06-10 09:00:23 +00:00
padding-left: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li:last-child {
2024-06-10 09:00:23 +00:00
padding-right: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li:last-child::before {
2024-06-10 09:00:23 +00:00
display: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li > a {
2024-06-10 09:00:23 +00:00
position: relative;
height: 60px;
font-size: 24px;
font-weight: bold;
color: #a1a1a1;
padding: 10px 0px 20px 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li > a,
.main-info-board-wrapper .nav-tabs > li > a:focus,
2024-06-10 09:00:23 +00:00
.main-info-board-wrapper .nav-tabs > li > a:hover {
outline: none;
background: none;
border: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li.active > a,
.main-info-board-wrapper .nav-tabs > li.active > a:focus,
.main-info-board-wrapper .nav-tabs > li.active > a:hover {
2024-06-10 09:00:23 +00:00
color: #000;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .nav-tabs > li.active > a::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 4px;
background-color: #00479d;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .main-info-board-list {
2024-06-10 09:00:23 +00:00
margin-top: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .main-info-board-list > li {
2024-06-10 09:00:23 +00:00
position: relative;
border-bottom: 1px solid #c0c0c0;
padding-bottom: 10px;
margin-bottom: 10px;
height: 66px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .main-info-board-list > li:last-child {
2024-06-10 09:00:23 +00:00
border-bottom: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .main-info-board-more-btn {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 29px;
right: 28px;
width: 69px;
height: 28px;
background: url(../img/common/btn/btn_main_more.png) no-repeat center center;
cursor: pointer;
opacity: 0.5;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .main-info-board-more-btn:hover {
2024-06-10 09:00:23 +00:00
opacity: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .main-info-link-title {
2024-06-10 09:00:23 +00:00
position: absolute;
right: 0px;
width: 245px;
font-size: 16px;
line-height: 18px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-board-wrapper .main-info-link-date {
2024-06-10 09:00:23 +00:00
position: absolute;
left: 0px;
width: 60px;
text-align: center;
background-color: #00479d;
border-radius: 10px;
color: #fff;
letter-spacing: -1px;
padding: 11px 0px;
line-height: 16px;
2024-02-08 02:26:11 +00:00
}
.main-info-user-count-group {
2024-06-10 09:00:23 +00:00
margin-top: 23px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-user-count-group .user-count-box {
2024-06-10 09:00:23 +00:00
position: relative;
width: 100%;
font-size: 20px;
background-color: #d0e3f1;
border-radius: 10px;
clear: both;
float: right;
padding: 6px 20px 6px 0px;
margin-bottom: 3px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-user-count-group .user-count-box .count-title {
2024-06-10 09:00:23 +00:00
background-color: #3378c1;
border-radius: 10px;
color: #fff;
padding: 7px 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.main-info-user-count-group .user-count-box .user-count {
2024-06-10 09:00:23 +00:00
float: right;
color: #00345f;
font-weight: bold;
2024-02-08 02:26:11 +00:00
}
.shortcuts-btn-group {
2024-06-10 09:00:23 +00:00
width: 100%;
margin: 0px auto;
background-color: #f6f6f6;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-group .shortcuts-btn-inner {
2024-06-10 09:00:23 +00:00
position: relative;
width: 1280px;
height: 300px;
margin: 0px auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-group .shortcuts-btn-inner .shortcuts-btn-align {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 60px;
right: 0px;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-group .shortcuts-btn-inner .shortcuts-visual-align {
2024-06-10 09:00:23 +00:00
position: absolute;
bottom: 0px;
left: -50px;
width: 514px;
height: 301px;
background: url(../img/common/bg/bg_shortcuts_img_01.png) no-repeat center center;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-group .shortcuts-btn-text {
2024-06-10 09:00:23 +00:00
display: block;
line-height: 18px;
font-size: 16px;
text-align: center;
color: #000;
width: 140px;
margin-top: 122px;
margin-left: -14px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-group .shortcuts-btn-box {
2024-06-10 09:00:23 +00:00
width: 112px;
height: 112px;
float: left;
border-radius: 20px;
margin-left: 30px;
cursor: pointer;
background-color: #fff;
background-repeat: no-repeat;
background-position: 50% 50%;
border: 1px solid #a9a9a9;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-group .shortcuts-btn-box:hover {
2024-06-10 09:00:23 +00:00
background-color: #d0e3f1;
border: 2px solid #3378c1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-box.shortcuts-btn-01 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_01_dark.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-box.shortcuts-btn-02 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_02_dark.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-box.shortcuts-btn-03 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_03_dark.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-box.shortcuts-btn-04 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_04_dark.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-box.shortcuts-btn-05 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_05_dark.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.shortcuts-btn-box.shortcuts-btn-06 {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/icon/ico_parallax_btn_06_dark.png);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 비쥬얼영역 - 2차 끝 */
/* ====================================== */
/* ====================================== */
/* ====================================== */
/* ====================================== */
2024-02-08 02:26:11 +00:00
.sub .parallax {
2024-06-10 09:00:23 +00:00
background-image: url(../img/common/bg/sub_parallax.png);
height: 300px;
min-height: 300px;
background-size: auto;
background-position: 50% 0px !important;
background-repeat: no-repeat;
background-color: #afd2ea;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-container {
2024-06-10 09:00:23 +00:00
position: relative;
overflow: inherit;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-content {
2024-06-10 09:00:23 +00:00
padding-left: 260px;
padding-bottom: 80px;
width: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 왼쪽메뉴 시작 */
.page-sidebar-wrapper {
2024-06-10 09:00:23 +00:00
float: left;
width: 222px;
margin-top: -67px;
padding-bottom: 40px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-sidebar-wrapper .heading {
2024-06-10 09:00:23 +00:00
height: 67px;
text-align: center;
background-color: #3378c1;
display: table-row;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-sidebar-wrapper .heading .heading-title {
2024-06-10 09:00:23 +00:00
display: table-cell;
vertical-align: middle;
width: 222px;
font-size: 24px;
color: #fff;
padding: 0px 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-sidebar-menu {
2024-06-10 09:00:23 +00:00
border-collapse: collapse;
border-spacing: 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-sidebar-menu .nav-item {
2024-06-10 09:00:23 +00:00
border: 1px solid #d3d3d3;
border-bottom: 0px;
font-size: 18px;
font-weight: bold;
background-color: #f3f4f8;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-sidebar-menu .nav-item:last-child {
2024-06-10 09:00:23 +00:00
border-bottom: 1px solid #d3d3d3;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-sidebar-menu .nav-item.active {
2024-06-10 09:00:23 +00:00
background: #dee6ee url(../img/common/bu/bu_nav_item.png) no-repeat 90% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-sidebar-menu .nav-item a.nav-link {
2024-06-10 09:00:23 +00:00
display: block;
padding: 20px 34px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 왼쪽메뉴 끝 */
/* 왼쪽배너 시작 */
.page-banner-wrapper .banner-item {
2024-06-10 09:00:23 +00:00
position: relative;
height: 164px;
border: 1px solid #d3d3d3;
border-top: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-banner-wrapper .banner-tel {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 96px;
width: 100%;
font-size: 20px;
font-weight: bold;
color: #374970;
background: url(../img/common/bg/bg_banner_tel.png) no-repeat 22px 50%;
padding: 0px 0px 0px 68px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-banner-wrapper .banner-title {
2024-06-10 09:00:23 +00:00
position: absolute;
top: 20px;
width: 100%;
font-size: 18px;
font-weight: bold;
background: url(../img/common/bg/bg_banner_title_01.png) no-repeat 90% 50%;
padding: 10px 24px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-banner-wrapper .banner-item.banner-item-01 .point-color {
2024-06-10 09:00:23 +00:00
color: #0081ce;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-banner-wrapper .banner-item.banner-item-02 .point-color {
2024-06-10 09:00:23 +00:00
color: #207167;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-banner-wrapper .banner-item.banner-item-02 .banner-title {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bg/bg_banner_title_02.png) no-repeat 90% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 왼쪽배너 끝 */
2024-02-08 02:26:11 +00:00
/* 페이지설명 시작 */
.page-explanation {
2024-06-10 09:00:23 +00:00
background: #f9f9f9 url(../img/common/bg/bg_page_explanation.png) no-repeat 55px 50%;
display: table;
width: 100%;
min-height: 110px;
border: 1px solid #e9e9e9;
border-radius: 5px;
padding: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-explanation .page-explanation-inner {
2024-06-10 09:00:23 +00:00
display: table-row;
height: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-explanation-text {
2024-06-10 09:00:23 +00:00
display: table-cell;
padding-left: 150px;
font-size: 16px;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-explanation.page-explanation-sm {
2024-06-10 09:00:23 +00:00
padding: 4px;
min-height: 40px;
background-size: 28px;
background-position: 15px 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-explanation.page-explanation-sm .page-explanation-text {
2024-06-10 09:00:23 +00:00
padding-left: 50px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary {
2024-06-10 09:00:23 +00:00
background: #f9f9f9;
border: 1px solid #e9e9e9;
border-radius: 5px;
padding: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary .contents-row {
2024-06-10 09:00:23 +00:00
padding-bottom: 46px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary .contents-row:last-child {
2024-06-10 09:00:23 +00:00
padding-bottom: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary-text {
2024-06-10 09:00:23 +00:00
font-size: 16px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary-icon {
2024-06-10 09:00:23 +00:00
width: 95px;
height: 95px;
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary-icon.summary-icon-01 {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bg/bg_summary_icon_01.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary-icon.summary-icon-02 {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bg/bg_summary_icon_02.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary-icon.summary-icon-03 {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bg/bg_summary_icon_03.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.page-summary-icon + .page-summary-text {
2024-06-10 09:00:23 +00:00
width: 842px;
margin-left: 115px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-title-1depth {
2024-06-10 09:00:23 +00:00
font-size: 26px;
font-weight: bold;
color: #337ac1;
padding-bottom: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 페이지설명 끝 */
2024-02-08 02:26:11 +00:00
/* 넘버형태 내용 스타일 시작 */
.numberic-contents {
2024-06-10 09:00:23 +00:00
padding-top: 60px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.numberic-contents .contents-row {
2024-06-10 09:00:23 +00:00
padding-bottom: 60px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.numberic-contents .contents-row:last-child {
2024-06-10 09:00:23 +00:00
padding-bottom: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.numberic-contents-text {
2024-06-10 09:00:23 +00:00
font-size: 16px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.numberic-contents-num {
2024-06-10 09:00:23 +00:00
width: 100px;
height: 100px;
line-height: 82px;
font-size: 100px;
color: #08b3e3;
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.numberic-contents-num + .numberic-contents-text {
2024-06-10 09:00:23 +00:00
width: 822px;
margin-left: 135px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.numberic-contents-title {
2024-06-10 09:00:23 +00:00
font-size: 24px;
font-weight: bold;
color: #020202;
padding-bottom: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 넘버형태 내용 스타일 끝 */
2024-02-08 02:26:11 +00:00
/* 내용 속 부속품 시작 */
.list-2depth-title {
2024-06-10 09:00:23 +00:00
float: left;
display: table-cell;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.list-2depth-title-text {
2024-06-10 09:00:23 +00:00
background-color: #dee3e7;
padding: 0px 15px;
margin-right: 10px;
border-radius: 50px;
display: block;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.list-2depth-title + .list-2depth-ul {
2024-06-10 09:00:23 +00:00
display: table-cell;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.object-label {
2024-06-10 09:00:23 +00:00
background-color: #dee3e7;
padding: 0px 15px;
margin-right: 10px;
border-radius: 50px;
display: block;
margin-top: 10px;
width: 200px;
margin: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.list-2depth-title-text.bg-sky-blue,
.object-label.bg-sky-blue {
2024-06-10 09:00:23 +00:00
background-color: #08b3e3;
color: #fff;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 내용 속 부속품 끝 */
2024-02-08 02:26:11 +00:00
/* 개요 시작 */
.summary-group {
2024-06-10 09:00:23 +00:00
padding-top: 64px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item {
2024-06-10 09:00:23 +00:00
position: relative;
display: table-cell;
padding: 0px 25px 0px 25px;
width: 33.3333%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 50%;
right: -12px;
margin-top: -12px;
width: 24px;
height: 24px;
background: url(../img/common/bu/bu_plus_large.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item:last-child::after {
2024-06-10 09:00:23 +00:00
display: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item .summary-item-title {
2024-06-10 09:00:23 +00:00
position: absolute;
top: -64px;
left: 50%;
width: 125px;
height: 125px;
margin-left: -64px;
font-size: 0px;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item .summary-item-title.item-title-01 {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bg/bg_summary_img_01.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item .summary-item-title.item-title-02 {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bg/bg_summary_img_02.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item .summary-item-title.item-title-03 {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bg/bg_summary_img_03.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item ul.content-ul-list {
2024-06-10 09:00:23 +00:00
padding: 80px 26px 26px 26px;
background-color: #fbfbfb;
border-radius: 5px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.summary-group .summary-item ul.content-ul-list li {
2024-06-10 09:00:23 +00:00
padding-bottom: 25px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 개요 끝 */
/* 오시는길 시작 */
.road-map-list > li {
2024-06-10 09:00:23 +00:00
display: table;
padding: 20px 0px;
border-bottom: 1px solid #d3d3d3;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.road-map-list > li:last-child {
2024-06-10 09:00:23 +00:00
border-bottom: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.road-map-list .road-map-title {
2024-06-10 09:00:23 +00:00
width: 160px;
float: left;
display: block;
color: #08b3e3;
font-size: 18px;
font-weight: bold;
padding-left: 45px;
line-height: 32px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.road-map-list .road-map-title.map-title-car {
2024-06-10 09:00:23 +00:00
background: url(../img/common/icon/ico_map_title_car.png) no-repeat 0px 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.road-map-list .road-map-title.map-title-subway {
2024-06-10 09:00:23 +00:00
background: url(../img/common/icon/ico_map_title_subway.png) no-repeat 0px 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.road-map-list .road-map-title.map-title-bus {
2024-06-10 09:00:23 +00:00
background: url(../img/common/icon/ico_map_title_bus.png) no-repeat 0px 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.road-map-list > li > .content-ul-list {
2024-06-10 09:00:23 +00:00
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 오시는길 끝 */
/* 활용지침 시작 */
.usage-guidelines-box {
2024-06-10 09:00:23 +00:00
position: relative;
border: 3px solid #08b3e3;
padding: 40px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.usage-guidelines-box [class^=pattern-] {
2024-06-10 09:00:23 +00:00
position: absolute;
display: block;
width: 30px;
height: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.usage-guidelines-box .pattern-top-L {
2024-06-10 09:00:23 +00:00
top: 12px;
left: 12px;
background: url(../img/common/bg/bg_pattern_top_L.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.usage-guidelines-box .pattern-top-R {
2024-06-10 09:00:23 +00:00
top: 12px;
right: 12px;
background: url(../img/common/bg/bg_pattern_top_R.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.usage-guidelines-box .pattern-bottom-L {
2024-06-10 09:00:23 +00:00
bottom: 12px;
left: 12px;
background: url(../img/common/bg/bg_pattern_bottom_L.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.usage-guidelines-box .pattern-bottom-R {
2024-06-10 09:00:23 +00:00
bottom: 12px;
right: 12px;
background: url(../img/common/bg/bg_pattern_bottom_R.png) no-repeat 50% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.provision-box {
2024-06-10 09:00:23 +00:00
background-color: #e8e8e8;
border-radius: 40px;
text-align: center;
padding: 6px 0px;
font-weight: bold;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.law-download {
2024-06-10 09:00:23 +00:00
position: relative;
display: table;
width: 100%;
padding: 18px 28px;
line-height: 20px;
cursor: pointer;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.law-download::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
right: 28px;
top: 50%;
width: 30px;
height: 30px;
margin-top: -15px;
/* background: url(../img/common/icon/ico_btn_download.png) no-repeat 50% 50%; */
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.law-download-inner {
2024-06-10 09:00:23 +00:00
display: table;
height: 100%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.law-download-text {
2024-06-10 09:00:23 +00:00
display: table-cell;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 활용지침 끝 */
/* FAQ 시작 */
.faq-f {
2024-06-10 09:00:23 +00:00
position: relative;
color: #08b3e3;
font-weight: bold;
font-size: 18px;
margin-top: 50px;
padding: 10px 40px 20px 80px;
background: url(../img/common/bg/bg_faq_f.png) no-repeat 0 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.faq-f:first-child {
2024-06-10 09:00:23 +00:00
margin-top: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.faq-f span {
2024-06-10 09:00:23 +00:00
position: relative;
display: inline-block;
background-color: #fff;
padding-right: 10px;
z-index: 12;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.faq-f::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 21px;
right: 0px;
display: block;
background-color: #b5bfc8;
width: 940px;
height: 2px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.faq-f + .contents-panel,
.contents-panel.faq-q-panel {
2024-06-10 09:00:23 +00:00
padding: 25px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
ul.faq-q > li {
2024-06-10 09:00:23 +00:00
padding-left: 80px;
padding-bottom: 2px;
min-height: 42px;
background: url(../img/common/bg/bg_faq_q.png) no-repeat 0 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
ul.faq-q > li textarea {
2024-06-10 09:00:23 +00:00
margin: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* FAQ 끝 */
/* 약관 시작 */
.terms-panel {
2024-06-10 09:00:23 +00:00
height: 200px;
background: #eeeeee;
overflow-y: scroll;
padding: 10px 25px 10px 25px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.terms-question {
2024-06-10 09:00:23 +00:00
display: block;
margin-top: 20px;
margin-bottom: 5px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 약관 끝 */
/* 로그인 step 시작 */
.login-page .step-bar {
2024-06-10 09:00:23 +00:00
background-color: #4f5961;
width: 100%;
height: 50px;
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.login-page .step-ul {
2024-06-10 09:00:23 +00:00
display: flex;
display: -webkit-box;
display: -ms-flexbox;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.login-page .step-li {
2024-06-10 09:00:23 +00:00
position: relative;
color: #fff;
text-align: center;
line-height: 50px;
width: 0;
flex-grow: 1;
-webkit-box-flex: 1;
-ms-flex: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.login-page .step-li::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
right: -20px;
width: 20px;
height: 50px;
background: url(../img/common/bu/bu_step.png) no-repeat right 50%;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.login-page .step-li:last-child::after {
2024-06-10 09:00:23 +00:00
background: none;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.login-page .step-li.active {
2024-06-10 09:00:23 +00:00
background-color: #1382de;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.login-page .step-li.active::after {
2024-06-10 09:00:23 +00:00
background: url(../img/common/bu/bu_step_active.png) no-repeat right 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
/* 로그인 step 끝 */
/* 지반정보 지역별 현황 시작 */
.map-value {
2024-06-10 09:00:23 +00:00
position: absolute;
width: 116px;
height: 20px;
line-height: 20px;
text-align: center;
z-index: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* 지반정보 지역별 현황 끝 */
2024-02-08 02:26:11 +00:00
.map-legend {
2024-06-10 09:00:23 +00:00
text-align: right;
margin-bottom: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.map-legend-box {
2024-06-10 09:00:23 +00:00
border: 1px solid #d5d5d5;
display: inline-block;
padding: 4px 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.map-legend-group {
2024-06-10 09:00:23 +00:00
display: block;
margin-right: 14px;
float: left;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.map-legend-group:last-child {
2024-06-10 09:00:23 +00:00
margin-right: 0px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.map-legend-icon {
2024-06-10 09:00:23 +00:00
width: 20px;
height: 20px;
background-color: #000;
display: block;
float: left;
margin-right: 6px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.map-legend-icon.icon-red {
2024-06-10 09:00:23 +00:00
background-color: red;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.map-legend-text {
2024-06-10 09:00:23 +00:00
display: block;
float: left;
line-height: 20px;
2024-02-08 02:26:11 +00:00
}
/* 기존 팝업 시작 */
/* 기존 팝업 끝 */
2024-06-10 09:00:23 +00:00
/* ====================================== */
/* ====================================== */
/* ====================================== */
/* ====================================== */
2024-02-08 02:26:11 +00:00
.ie .pace {
2024-06-10 09:00:23 +00:00
display: none !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.ie .wow {
2024-06-10 09:00:23 +00:00
animation-name: none !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.ie .animated {
2024-06-10 09:00:23 +00:00
animation-duration: 0s !important;
animation-fill-mode: none !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
.ie .parallax {
transition-timing-function: inherit !important;
-ms-transition-timing-function: inherit !important;
-moz-transition-timing-function: inherit !important;
-webkit-transition-timing-function: inherit !important;
-o-transition-timing-function: inherit !important;
transition-duration: 0.1s !important;
-ms-transition-duration: 0.1s !important;
-moz-transition-duration: 0.1s !important;
-webkit-transition-duration: 0.1s !important;
-o-transition-duration: 0.1s !important;
}
/* ====================================== */
/* ====================================== */
/* ====================================== */
/* ====================================== */
2024-02-08 02:26:11 +00:00
.k-window-content .k-button::before {
2024-06-10 09:00:23 +00:00
opacity: 1;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window-actions .k-button::before {
2024-06-10 09:00:23 +00:00
opacity: 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window-content {
2024-06-10 09:00:23 +00:00
padding: 0px;
overflow: hidden;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window.k-state-focused {
2024-06-10 09:00:23 +00:00
border: 2px solid #0095da;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window.k-state-focused .k-window-titlebar {
2024-06-10 09:00:23 +00:00
color: #fff;
background-color: #0095da;
cursor: move;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window-title {
2024-06-10 09:00:23 +00:00
cursor: move;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window-titlebar {
2024-06-10 09:00:23 +00:00
border-radius: 0;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-edit-form-container {
2024-06-10 09:00:23 +00:00
width: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-popup-edit-form {
2024-06-10 09:00:23 +00:00
/* width: 100%; */
height: 100%;
/* padding: 12px; */
overflow: auto;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.kc-popup-btn-group .k-popup-edit-form {
2024-06-10 09:00:23 +00:00
margin-bottom: 56px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-popup-edit-form.button-group-display {
2024-06-10 09:00:23 +00:00
height: calc(100% - 56px);
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-edit-buttons {
2024-06-10 09:00:23 +00:00
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
padding: 10px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-edit-buttons .button-group {
2024-06-10 09:00:23 +00:00
float: right;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window-titlebar .k-window-actions {
2024-06-10 09:00:23 +00:00
top: 7px !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.k-window-titleless {
2024-06-10 09:00:23 +00:00
padding-top: 0px !important;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.popup-content-wrapper {
2024-06-10 09:00:23 +00:00
padding: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
/* ====================================== */
/* ====================================== */
/* ====================================== */
/* ====================================== */
2024-02-08 02:26:11 +00:00
.icon {
2024-06-10 09:00:23 +00:00
position: relative;
display: inline-block;
line-height: inherit;
border-radius: 5px;
padding: 0px;
width: 22px;
height: 22px;
font-weight: normal;
font-size: 0px;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.icon::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 0px;
left: 0px;
height: 22px;
width: 22px;
}
.icon.icon-new {
width: 36px;
height: 16px;
}
.icon.icon-new::after {
width: 28px;
top: -2px;
left: 4px;
background: url(../img/common/icon/icon_ico_new.png) no-repeat 50% 50%;
}
.icon.icon-download::after {
background: url(../img/common/icon/ico_btn_disk_dark.png) no-repeat 50% 50%;
}
.icon.icon-upload::after {
background: url(../img/common/icon/ico_btn_upload_dark.png) no-repeat 50% 50%;
}
.icon.icon-insertion::after {
background: url(../img/common/icon/ico_btn_insertion_dark.png) no-repeat 50% 50%;
}
.icon.icon-delete::after {
background: url(../img/common/icon/ico_btn_delete_s.png) no-repeat 50% 50%;
}
.icon.icon-link::after {
background: url(../img/common/icon/ico_btn_link.png) no-repeat 50% 50%;
}
.icon.icon-attach::after {
background: url(../img/common/icon/ico_btn_attach.png) no-repeat 50% 50%;
}
.icon.icon-reply::after {
background: url(../img/common/icon/ico_btn_reply_s.png) no-repeat 50% 50%;
}
.icon.icon-more::after {
background: url(../img/common/icon/icon_nav_link_arrow_right.png) no-repeat 50% 50%;
}
2024-02-08 02:26:11 +00:00
.link-window {
2024-06-10 09:00:23 +00:00
padding: 2px 24px 2px 4px;
margin-right: 4px;
border-radius: 5px;
background: #efefef url(../img/common/icon/ico_btn_insertion_dark.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-site {
2024-06-10 09:00:23 +00:00
padding: 2px 24px 2px 4px;
margin-right: 4px;
border-radius: 5px;
background: url(../img/common/icon/ico_btn_insertion_dark.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-go {
2024-06-10 09:00:23 +00:00
padding: 2px 24px 2px 0px;
margin-right: 4px;
background: url(../img/common/icon/ico_btn_insertion_dark.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-download {
2024-06-10 09:00:23 +00:00
padding: 2px 24px 2px 0px;
margin-right: 4px;
background: url(../img/common/icon/ico_btn_disk_dark.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-upload {
2024-06-10 09:00:23 +00:00
padding: 2px 24px 2px 0px;
margin-right: 4px;
background: url(../img/common/icon/ico_btn_upload_dark.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-delete {
2024-06-10 09:00:23 +00:00
padding: 2px 24px 2px 0px;
margin-right: 4px;
background: url(../img/common/icon/ico_btn_delete_s.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-icon {
2024-06-10 09:00:23 +00:00
padding: 2px 30px 2px 0px;
margin-right: 4px;
background: url(../img/common/icon/ico_btn_link.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-attach {
2024-06-10 09:00:23 +00:00
padding: 2px 30px 2px 0px;
margin-right: 4px;
background: url(../img/common/icon/ico_btn_attach.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-more {
2024-06-10 09:00:23 +00:00
padding: 2px 20px 2px 0px;
margin-right: 4px;
background: url(../img/common/icon/icon_nav_link_arrow_right.png) no-repeat 100% 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.link-reply {
2024-06-10 09:00:23 +00:00
padding: 2px 0px 2px 30px;
margin-left: 4px;
background: url(../img/common/icon/ico_btn_reply_s.png) no-repeat 0 50%;
2024-02-08 02:26:11 +00:00
}
.rating-star {
2024-06-10 09:00:23 +00:00
margin-bottom: 20px;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.rating-star span {
2024-06-10 09:00:23 +00:00
position: relative;
display: inline-block;
line-height: inherit;
border-radius: 5px;
padding: 0px;
margin-right: 10px;
width: 40px;
height: 40px;
font-weight: normal;
font-size: 0px;
vertical-align: middle;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.rating-star span::after {
2024-06-10 09:00:23 +00:00
content: "";
position: absolute;
top: 0px;
left: 0px;
height: 40px;
width: 40px;
background: url(../img/common/icon/rating_star.png) no-repeat 0 50%;
2024-02-08 02:26:11 +00:00
}
2024-06-10 09:00:23 +00:00
2024-02-08 02:26:11 +00:00
.rating-star span.star-off::after {
2024-06-10 09:00:23 +00:00
background: url(../img/common/icon/rating_star_off.png) no-repeat 0 50%;
}
/* ====================================== */
/* ====================================== */
@media (max-width: 1400px) {
.mfp-bg.mfp-fade.mfp-ready {
width: 100vw;
min-width: 1400px;
}
}
@media (max-width: 1400px) {
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
width: 100vw;
min-width: 1400px;
}
}
.mfp-content.login-popup-content {
2024-06-10 09:00:23 +00:00
display: table-cell;
vertical-align: middle;
}
.mfp-content .login-popup {
position: relative;
2024-06-10 09:00:23 +00:00
width: 610px;
height: 347px;
margin: 0px auto;
padding: 40px;
background-color: #fff;
border: 1px solid #000000;
2024-06-10 09:00:23 +00:00
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.mfp-content .login-popup .mfp-back {
display: none;
width: 60px;
height: 60px;
position: absolute;
left: 0px;
top: 0px;
border-width: 0px;
background-color: #333333;
-moz-background-size: 30%;
-webkit-background-size: 30%;
-o-background-size: 30%;
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
background-image: url("/com/img/main/signin/back.svg?v=20240607_1153");
}
.mfp-content .login-popup .contents-title {
2024-06-10 09:00:23 +00:00
font-size: 36px;
margin-bottom: 10px;
color: #161616;
text-align: center;
font-weight: bold;
}
.mfp-content .login-popup .t-center .account-type-wrapper > p {
2024-06-10 09:00:23 +00:00
text-align: center;
width: 100%;
display: block;
font-size: 18px;
margin-bottom: 30px;
color: #161616;
font-weight: normal;
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul {
2024-06-10 09:00:23 +00:00
width: 100%;
display: inline-block;
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li {
2024-06-10 09:00:23 +00:00
width: 150px;
height: 150px;
display: inline-block;
border: 0px solid #222222;
font-size: 40px;
cursor: pointer;
background: #FFFFFF;
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
border-radius: 20px;
padding: 30px;
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li:hover {
2024-06-10 09:00:23 +00:00
background: #3378C1;
color: #ffffff;
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li:hover > div > div.icons.individual-user {
2024-06-10 09:00:23 +00:00
background-image: url("/com/img/main/signin/individual_user_white.svg?v=20240607_1153");
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li:hover > div > div.icons.corporate-user {
2024-06-10 09:00:23 +00:00
background-image: url("/com/img/main/signin/corporate_user_white.svg?v=20240607_1153");
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li:hover > div > div.icons.ordering-organization {
2024-06-10 09:00:23 +00:00
background-image: url("/com/img/main/signin/ordering_organization_white.svg?v=20240607_1153");
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li.center {
2024-06-10 09:00:23 +00:00
margin: 0px 30px;
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li > div {
2024-06-10 09:00:23 +00:00
text-align: center;
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li > div > div.icons {
2024-06-10 09:00:23 +00:00
display: inline-block;
width: 75px;
height: 75px;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li > div > div.icons.individual-user {
2024-06-10 09:00:23 +00:00
background-image: url("/com/img/main/signin/individual_user.svg?v=20240607_1153");
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li > div > div.icons.corporate-user {
2024-06-10 09:00:23 +00:00
background-image: url("/com/img/main/signin/corporate_user.svg?v=20240607_1153");
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li > div > div.icons.ordering-organization {
2024-06-10 09:00:23 +00:00
background-image: url("/com/img/main/signin/ordering_organization.svg?v=20240607_1153");
}
.mfp-content .login-popup .t-center .account-type-wrapper > ul > li > div > div > span {
2024-06-10 09:00:23 +00:00
font-size: 16px;
font-weight: normal;
}
.mfp-content .login-popup .t-center .login-radio {
2024-06-10 09:00:23 +00:00
line-height: 50px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.mfp-content .login-popup .signin-wrapper {
text-align: center;
}
.mfp-content .login-popup .signin-wrapper > p {
2024-06-10 09:00:23 +00:00
text-align: center;
width: 100%;
display: block;
font-size: 18px;
margin-bottom: 30px;
color: #161616;
font-weight: normal;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row {
2024-06-10 09:00:23 +00:00
display: inline-block;
font-size: 0px;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .contents-row {
vertical-align: top;
2024-06-10 09:00:23 +00:00
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .contents-row.id-password-wrapper {
2024-06-10 09:00:23 +00:00
display: inline-block;
width: 330px;
height: 106px;
padding: 0px;
margin-right: 10px;
2024-06-10 09:00:23 +00:00
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .contents-row.id-password-wrapper > input {
2024-06-10 09:00:23 +00:00
height: 48px;
margin: 0px;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .contents-row.id-password-wrapper > input#id {
2024-06-10 09:00:23 +00:00
margin-bottom: 10px;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .contents-row.signin-button-wrapper {
2024-06-10 09:00:23 +00:00
display: inline-block;
width: 139px;
height: 106px;
padding: 0px;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .contents-row.signin-button-wrapper > button {
2024-06-10 09:00:23 +00:00
display: inline-block;
width: 100%;
height: 106px;
font-size: 16px;
2024-06-10 09:00:23 +00:00
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .contents-row.signin-button-wrapper > button.mfp-popup-close {
2024-06-10 09:00:23 +00:00
display: none;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .login-form-options {
display: flex; /* 혹은 grid */
justify-content: space-between; /* 혹은 원하는 정렬 방식 */
align-items: center;
margin-top: 30px; /* 간격 조절 */
font-size: 13px;
color: #333333;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .login-form-options > .checkbox-container {
display: flex;
align-items: center;
font-size: 13px;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .login-form-options > .checkbox-container > input {
margin: 0px;
margin-right: 10px;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .login-form-options > .checkbox-container > label {
cursor: pointer;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .login-form-options > .find-account-links > a {
color: #333333;
text-decoration: none;
font-size: 13px;
}
.mfp-content .login-popup .signin-wrapper > .login-form-row > .login-form-options > .find-account-links > .vertical-bar {
color: #999999;
}
2024-06-10 09:00:23 +00:00
/* ====================================== */
/* ====================================== */
/*# sourceMappingURL=common.v2.0.css.map */