@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    font-size: 15px;
    padding-top: 68px;
    padding-top: 0;
}

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin: 0;
}

.search_wrap {
    margin-bottom: 0;
}

:root {
    --page-point-color: #1d53a9;
    --page-point-color-hover: #133b7a;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    /* width: 1470px; */
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.navbar-inverse+.container{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}


/* 상단 로고*/
.navbar-brand {
    height: inherit;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 5px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 30px;
    color: var(--page-point-color);
    font-weight: 800;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 52px;
    object-fit: contain;
}
.navbar-inverse .navbar-brand img:nth-child(2) {
    height: 32px;
    filter: brightness(0) invert(1);
}
.navbar-inverse.on .navbar-brand img:nth-child(2){
    filter: none;
}
/* 상단 메뉴 */
@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        /* flex-direction: column; */
        JUSTIFY-CONTENT: space-between;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }
}

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 20px 0;
    transition: all 0.15s ease-in-out;
    box-shadow: none;
}
.navbar-inverse.on{
    background: #fff;
}
.navbar-header {
    margin: 0;
}

.navbar-inverse .navbar-nav {}

.navbar-inverse .navbar-nav .dropdown {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 7px 0;
    font-size: 15px;
    color: #ccc;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    padding: 25px 25px 22px;
    position: relative;
}
.navbar-inverse.on .navbar-nav>li>a{
    color: #000;
}
.navbar-inverse .navbar-nav>li>a::before {
    position: absolute;
    content: "\f0dd";
    font-family: "FontAwesome";
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 1;
    color: #0082ff;
}

.navbar-inverse .navbar-nav>li:hover>a::before {
    opacity: 1;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.23);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 40%;
    padding: 0;
    text-shadow: 0 0 20px rgba(0,0,0,.4);
}

.carousel-caption h1 {
    position: relative;
    line-height: 1.1;
    color: #eee;
    font-weight: 500;
    font-size: 50px;
    margin: 0;
    letter-spacing: -0.025em;
}

.carousel-caption h1 span {
    font-weight: 800;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}
.main-business{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%,0);
}
/* 메인 페이지 */
.mainpage{

}
.mainpage section{
    padding: 30px 0 15px;
}
.mainpage .main-business{
}
.mainpage .main-board {
    padding: 100px 0 120px;
}
.main-h3{
    text-align: center;
    font-size: 46px;
    font-weight: 700;
}
.busi-wrap{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 0;
}
.busi-wrap .busi-box{
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #082758c7;
    border: 3px solid #243f6a;
    aspect-ratio: 1;
    padding: 25px 20px;
}
.busi-wrap .busi-box::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    border-top: 12px solid #d5c5e2;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #d5c5e2;
}
.busi-wrap .busi-box:hover{
    transform: translateY(-20px);
    filter: brightness(1);
    background: #0c2e64;
}
/* .busi-wrap .busi-box:hover img{
    filter: brightness(1);
}
.busi-wrap .busi-box img{
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    filter: brightness(0.80);
} */
.busi-wrap .busi-box p{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.busi-wrap .busi-box .busi-txt{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.busi-wrap .busi-box span{
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    padding-right: 22px;
    position: relative;
}
.busi-wrap .busi-box span::after {
    content: "\e315";
    position: absolute;
    font-family: "material symbols outlined";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 21px;
}
.main-board{
    background: url("/public/img/main/main-board-bg.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.main-board::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
}
.main-board .main-h3{color: #fff;}
.main-board > .container{
    position: relative;
}
.main-board > .container::before,
.main-board > .container::after{
}
.main-board .board-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}
.board-wrap #bbsArea{
    padding: 40px 60px;
}
.board-wrap .qna{
    background: #1c3f71;
    color: #fff;
}
.board-wrap .qna .page-header {
    border-color: #fff;
}

.board-wrap .qna .type_list li {
    border-color: rgba(255, 255, 255, 0.3);
}
.board-wrap .notice{
    background: #fff;
}
.board-wrap  .page-header a{
    position: relative;
    z-index: 3;
}
.board-wrap  .fa-plus:before{
    position: relative;
    display: block;
    content: "\e145" !important;
    font-size: 24px;
    font-family: "Material Symbols Outlined";
    font-weight: 400;
}
.board-wrap .type_list li{
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}
.board-wrap .type_list li:last-child{
}
.board-wrap .type_list li > :where(a, span.subject){
    font-size: 16px;
}
.board-wrap .type_list li a{}
.board-wrap .type_list li span{}
.board-wrap  .page-header{
    margin: 0;
    border-bottom: 1px solid #333;
    position: unset;
    padding-bottom: 15px;
}
:is(div[class^="board_box_"], div[class^="board_swiper_"]) .page-header .pull-right {
    margin-top: 5px;
}
.board-wrap  .page-header h4{
    font-size: 21px;
}
/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 360px;
}
.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: url("/public/img/sub/subbg01.jpg") no-repeat center / cover;
    filter: brightness(0.7);
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 55px;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    letter-spacing: 0.034em;
}
.sub-wrap{
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 70px;
}
/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    /* border-bottom: 1px solid #dedede; */
    /* margin-top: 60px; */
}

.snb ul {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
}

.snb li {
    /* flex: 0 1 20%; */
    border: 1px solid #ddd;
}
.snb li:first-child{
    display: flex;
    padding: 0px 15px;
    align-items: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
    height: 70px;
    font-weight: 600;
    margin-bottom: 25px;
    background: #1d53a9;
    position: relative;
    border: 0;
}
.snb li:first-child::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 15px solid #d5c5e2;
    border-left: 15px solid #d5c4e2;
    border-bottom: 15px solid #fff;
    border-right: 15px solid #fff;
}
.snb li:not(.active):hover a{
    color: var(--page-point-color);
}
.snb li:last-child{
    border-right: 1px solid #ddd;
}
.snb a {
    position: relative;
    display: flex;
    padding: 0px 15px;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 56px;
    color: #777;
    font-weight: 600;
}
.snb a::after{
    content: "\e315";
    position: absolute;
    font-family: "material symbols outlined";
    right: 11px;
    top: 50%;
    transform: translate(0,-50%);
}
.snb li.active a {
    background: var(--page-point-color);
    font-weight: 500;
    color: #fff;
}

.snb li.active a::after {color: #fff;}

.subpage-content {
    padding: 90px 0 150px;
}
.subpage-content section + section{
    padding-top: 100px;
}
.subpage-content .con {}
.title-h3{
    margin-bottom: 35px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
.title-h3 h3{
    font-size: 38px;
    font-weight: 700;
    color: #000;
    /* text-align: center; */
}
.title-h4 {
    margin: 15px 0 10px;
}
.title-h4 h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.034em;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    gap: 25px;
    margin-top: 30px;
    align-items: center;
}

.breadcrumb li.home::before {
    content: "\e88a";
    font-family: "material symbols outlined";
    margin-bottom: 2px;
}

.breadcrumb > li {
    position: relative;
    color: #777;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.breadcrumb > li.active {
    color: #333;
}

.breadcrumb > li + li:before {
    content: "\e5cc";
    font-family: "material symbols outlined";
    font-weight: 400;
    position: absolute;
    left: -26px;
    display: block;
    color: #777;
    font-size: 16px;
    transform: translateY(-1px);
}
/* 인사말 */
.greet-wrap{margin: auto;background: url("/public/img/sub/greet-bg.jpg") no-repeat center / cover;padding: 100px;border-radius: 10px;position: relative;}
.greet-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
}
.greet-wrap .img-box {
    display: none;
}
.greet-wrap .text-box{position: relative;}
.greet-wrap .text-box .tit{
    font-size: 28px;
    font-weight: 500;
    text-align: unset;
    margin-bottom: 50px;
    letter-spacing: -0.034em;
    line-height: 1.4;
}
.greet-wrap .text-box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}
.greet-wrap .text-box span{
    display: block;
    text-align: end;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 15px;
}
/* 조직도 */
.group-wrap{}
.group-wrap .img-box{}
.group-wrap .img-box img{
    /* width: 100%; */
    margin: 0 auto;
    /* object-fit: cover; */
}
/* 제증명 */
.cert-wrap{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 60px 25px;
}
.cert-wrap .img-box{
}
.cert-wrap .img-box img{
    width: 100%;
    object-fit: cover;
    padding: 5px;
    border: 1px solid #ddd;
}
.cert-wrap .img-box span{
    display: block;
    width: fit-content;
    padding: 0 10px;
    text-align: center;
    font-size: 17px;
    position: relative;
    margin: 17px auto 0;
    font-weight: 600;
    letter-spacing: -0.034em;
}
.cert-wrap .img-box span::before{
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 4px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    border-radius: 50%;
    display: none;
}
/* 위치 및 연락처 */
.map-wrap{}
.map-wrap .root_daum_roughmap{
    margin-bottom: 0;
}
.map-wrap .map-info{
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    background: #5b6981;
    border-radius: 0 0 5px 5px;
}
.map-info i{
    margin-right: 10px;
    color: #4b70a3;
    padding: 6px;
    background: #fff;
    font-size: 19px;
    border-radius: 50%;
    padding: 10px;
}
.map-info p{
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.map-info ul{
    display: flex;
    gap: 50px;
}
.map-info ul li{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.map-info ul li i{
}
/* 사업분야 01 */
.build-wrap +.build-wrap{
    margin-top: 100px;
}
.build-wrap .img-box{
    /* order: 2; */
}
.build-wrap .text-box{
    /* order: 1; */
}
.build-wrap{
    display: flex;
    gap: 50px;
    flex-direction: column;
}
.build-wrap .title-h3{
    margin-bottom: 30px;
}
.build-wrap .title-h3 h3{
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}
.build-wrap .img-box{}
.build-wrap .img-box img{
    width: 100%;
    object-fit: cover;
    background: #ddd;
    border-radius: 5px;
}
#busi04 .build-wrap .img-box img{
    /* height: 520px; */
}
.build-wrap .text-box{
    display: flex;
    gap: 10%;
    align-items: flex-start;
}
.build-wrap .text-box p{
    font-size: 18px;
    line-height: 1.85;
    color: #343434;
    letter-spacing: -0.05em;
    flex-basis: 75%;
}
.build-wrap .text-box p + .title-h4 {
    margin-top: 60px;
}
.build-wrap .text-box a{
    font-size: 16px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #869fc7;
    flex-basis: 15%;
    text-align: center;
    padding: 13px 0;
    color: var(--page-point-color);
    position: relative;
    display: block;
    width: fit-content;
}
.build-wrap .text-box a:hover{
    background: var(--page-point-color);
    color: #fff;
    font-weight: 400;
}
.build-wrap .text-box a::after {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    transform: translate(7px, 3px);
    background: #89bae9;
    border-radius: 50%;
    display: inline-block;
    aspect-ratio: 1;
    padding: 0px;
}
.build-wrap .text-box a:hover:after {
    background: #fff;
    color: var(--page-point-color);
}
#busi03 .build-wrap {
    flex-direction: row;
    gap: 100px;
}

#busi03 .build-wrap > div {
    flex: 1;
}

#busi03 .build-wrap .text-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
#busi03 .build-wrap .text-box a {
    margin-top: 50px;
    width: 171px;
}

/* 게시판 */
[id^=board0] #bbsArea .inner{
    border: 0;
}
#bbsArea .inner .bottom{
    padding: 15px 0 0 0;
}
[id^=board0] :where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb{
    height: 300px;
}
:where(.table_video, .table_blog2) .inner .bottom .title {
    padding: 0;
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-size: 20px;
    font-weight: 500;
}

:where(.table_video, .table_blog2, .table_pd) .bottom .info span:first-child {
    padding-left: 0;
}
.badge {
    background: #b54141;
    border-radius: 2px;
    letter-spacing: 0;
    margin-top: -2px;
}
.table.table_default {
    border-top: 1px solid #333;
}
.table.table_default thead th {
    background: #fff;
    font-size: 16px;
    padding: 17px 15px;
}
.table.table_default tr td {
    padding: 17px 15px;
    line-height: 1;
}
.table.table_default tbody .subject a {
    font-size: 17px;
}
#site :is(.board_list_list, .board_status_list) .table_default tbody th.num {
    font-weight: normal;
}
.search_wrap {
    margin-bottom: 0;
}
.btn.btn-primary {
    background: #444;
    border-color: #444;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #111;
    border-color: #111;
}
.board_wrapper .table.board_write_table tbody tr th {
    background: transparent;
    padding: 20px 15px;
    font-size: 16px;
    width: 200px;
}

.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    padding: 15px 15px;
}
#site :where(.member_wrapper, .board_wrapper) .checkbox {
    margin: 5px 0;
}
#site :where(.member_wrapper, .board_wrapper) .checkbox label {
    font-size: 16px;
}
.board_wrapper .table.board_write_table .files_upload_wrap .btn {
    height: 32px;
    border-radius: 3px;
}
#wr_captcha {
    margin-top: 0 !important;
}
.board_wrapper .table.board_write_table .files_upload_wrap .btn i {
    width: 100%;
}
#site td:has(#captcha) {
    display: flex !important;
    gap: 0 !important;
}
#site #captcha {
    z-index: 10;
    position: relative;
    filter: brightness(0.62) contrast(4.5) opacity(0.7);
    height: 42px;
    margin: 0;
    border-color: transparent;
}
.board_data_view {
    border-top: 1px solid;
}

.board_data_view .header_wrap {
    border-color: #ddd;
    padding: 40px 0;
}

.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.025em;
    font-weight: 600;
}
/* 고객지원 */
#customer01 tr.notice{
    background: #f8f8f8;
}

/* 견적문의 */
#inquiry01 table th{
    background: #fff;
}
/* 모달창 */
#ab03 .modal {}
#ab03 .modal.fade .modal-dialog {
    top: 45%;
    transform: translate(0, -50%);
}
#ab03 .modal .modal-content {}
#ab03 .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
#ab03 .modal-header h4 {
    color: var(--page-point-color);
    font-weight: 600;
    font-size: 20px;
}
#ab03 .modal-header .close {}
#ab03 .modal-header::after,
#ab03 .modal-header::before {
    display: none;
}
#ab03 .modal-body {}
#ab03 .modal-body > img {
    padding: 0;
    height: 680px;
    width: auto;
}
#ab03 .modal-footer {
    padding: 15px;
}
#ab03 .modal-footer .btn {
    width: 100px;
    background: var(--page-point-color);
    color: #fff;
}
#ab03 .modal-footer .btn:hover {
    background: #000;
    color: #fff;
}
/* 푸터 */
#site footer {
    margin-top: 0;
    color: #999;
    border: 1px solid #ddd;
}

#site footer .footer-wrap {
    display: grid;
    padding: 15px 0 40px;
    grid-template-columns: 0.35fr 1fr;
    align-items: start;
}

#site footer .footer-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-logo img {
    height: 50px;
}
.footer-logo img:nth-child(2) {
    height: 25px;
}

.footer-logo p {
    font-size: 30px;
    margin-top: 0;
    color: var(--page-point-color);
    font-weight: 800;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li {
    font-size: 14px;
    margin-right: 10px;
    color: #333;
    line-height: 1.7;
}

.footer-info li.copy {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 7px 15px;
    border: 1px solid #ddd;
    color: #333;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* 반응형 */

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 160px;
        left: 50%;
        right: auto;
        background: rgba(0, 0, 0, .8);
        transform: translate(-50%, 0);
        border-radius: 2px;
        border: 0;
        padding: 10px 5px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .navbar-inverse .navbar-nav .dropdown:hover .dropdown-menu {
        height: auto;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #7ebcff;
    }
}