@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

#site {
    padding-top: 0px;
    font-family: 'Montserrat', 'notokr', sans-serif;
    color: #222;
    font-size:13px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: static;
    margin-bottom: 0;
    border: 0
}

.navbar-inverse .navbar-brand {
    margin: 30px 0 0 !important;
    padding:0;
}

.navbar-inverse .navbar-brand img {
    width: 176px;
    margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #000;
}

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

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 30px 25px;
    }

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

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

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .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 {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-top:40px;
        margin-right: -20px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 20px 20px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    display: none;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .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 {
    bottom: 5px;
}
.carousel-indicators li {
    width: 60px;
    height: 6px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}
.carousel-indicators li.active {
    width: 60px;
    height: 6px;
    background-color: #fff;
    margin: 0 4px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 40px;
        height: 4px;
        margin: 0 2px;
    }
}

/* 푸터 */
#site footer {
    color: #888;
}

#site footer .footer-info {
    padding: 30px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    margin-right: 18px;
    line-height: 26px;
}

#site footer .footer-info ul li.company {
    font-weight: 500;
    color: #333;
}

#site footer .footer-info ul li.link,
#site footer .footer-info ul li.tel {
    position: relative;
}

#site footer .footer-info ul li.link > a{
    color: #000;
    text-decoration: underline;
}
#site footer .footer-info ul li.link > a:hover {
    text-decoration: none;
}

#site footer .footer-info ul li.copy {
    margin-top: -26px;
    margin-right: 0;
    float: right;
    color: #aaa;
}

/* 메인 페이지 */
#mainCarousel {
    width: 1000px;
    margin: 20px auto -20px;
}
#mainCarousel .carousel-inner .item{height: 308px;}

#mainCarousel .carousel-inner .item:hover {
    cursor:pointer;
}

#title-works>a>i.fa-plus:before {
    content: "+";
    font-size: 30px;
    font-weight: 300;
}

#title-works h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 400;
}


.category_wrap ul li+li {
    margin-left: 22px;
}

.category_wrap ul li a {
    font-weight: 500;
    color: #999;
    border-bottom: none;
}

.category_wrap ul li a:hover,
.category_wrap ul li a:focus {
    color: #000;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    font-weight: 500;
    color: #333;
}

div[class^="board_box_"] .page-header {
    display: none;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 {
    padding: 0;
    margin-bottom: 50px !important
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2>.row>div {
    margin-bottom: 25px;
    padding: 0 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
    text-align: center;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 13px;
    color: #727171;
    letter-spacing: 0;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.inner .top a:hover,
.inner .top a.active,
.inner .top a:focus {
    opacity: .7;
}

.board_box_blog2 .inner .top a .thumb {
    height: 320px;
}

/* 게시글 상세 */
.sub-contents #title-works h2 {
    margin-bottom: 50px;
}

.board_wrapper {
    /*margin-top: 50px;*/
    margin-top: 0;
}

.board_data_view,
.board_data_view .header_wrap {
    padding: 0;
    border: none;
}
.board_data_view {
    margin-top: 10px;
}

.board_data_view .header_wrap .info,
.board_wrapper .reply_wrap {
    display: none;
}
.board_data_view .header_wrap .title {
    font-size: 20px;
    font-weight: 600;
}

.board_data_view .contents_wrap {
    /* 내용 */
    padding: 45px 0;
    color: #727171;
}

/* 게시글 목록(서브) */
.board_wrapper .category_wrap {
    /*display: none;*/
}
.table_blog2 {
    margin: 0 -5px;
}

.table_blog2 dd {
    margin-bottom: 25px;
    padding: 0 5px;
}

.table_blog2 dd .inner {
    border: none;
}

.table_blog2 dd .inner .top a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.table_blog2 dd .inner .top a:hover,
.table_blog2 dd .inner .top a:active,
.table_blog2 dd .inner .top a:focus {
    opacity: .7;
}

.table_blog2 dd .inner .top a .thumb {
    height: 320px;
}

.table_blog2 dd .inner .bottom {
    padding: 12px 10px;
}

.table_blog2 dd .inner .bottom .title .badge,
.table_blog2 dd .inner .bottom .info {
    display: none;
}

.table_blog2 dd .inner .bottom .title {
    margin-bottom: 0;
    text-align: center;
}

.table_blog2 dd .inner .bottom .title a {
    font-size: 13px;
    letter-spacing: 0;
    color: #727171;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .bottom .title a:focus {
    color: #000;
    font-weight:500;
}

/* 페이지 */
.pagination_wrap>ul>li.active>a {
    color: inherit;
}

.pagination_wrap>ul>li.box>a {
    border: none;
}

/* 검색 */

.search_wrap #search_btn {
    margin-left: 10px;
}

.search_wrap #search_kind, 
.search_wrap #search_query {
    border: none;
    border-bottom: 1px solid #D5D5D5;
    padding-left: 5px;
}
.search_wrap #search_kind:focus, 
.search_wrap #search_query:focus{
    border-color:#333;
}
.search_wrap #search_kind::-ms-expand {
    display: none
}

.search_wrap #search_kind {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}


@media (min-width: 1201px) {
    .container {
        width: 1030px;
    }

    .navbar>.container {
        width: 1300px;
    }
}

.sub-contents {
    margin-bottom: 50px;
}
.sub-contents#works {
    margin-bottom: 30px;
}

/* ABOUT MIKY */
#about-miky p,
#about-miky strong {
    font-size: 15px;
    color: #727171;
}

img.character {
    width: 280px;
    margin-top: 50px;
}

#about-miky .contents .col-sm-6 {
    padding-left: 25px;
}

#about-miky .by-miky {
    margin-bottom: 10px;
}

#about-miky .by-miky strong {
    font-size: 30px;
}

#about-miky .ability-area {
    margin-bottom: 55px;
    font-weight: 500;
}

#about-miky .ability-area>ul {
    padding-left: 0;
    font-size: 15px;
    list-style-type: none;
}

#about-miky .ability-area>ul>li {
    position: relative;
    padding-left: 0;
    color: #727171;
    line-height: 1.8;
}

/* #about-miky .ability-area>ul>li::before {
    content: '';
    width: 5px;
    height: 1px;
    top: 12px;
    left: 0;
    position: absolute;
    background-color: #b4b4b4;
} */

#about-miky .ability-detail {
    margin-bottom: 16px;
}

#about-miky .ability-detail strong {
    font-weight: 600;
    color: #444;
    font-size: 13px;
}

#about-miky .ability-detail p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 13px;
}

/* CONTACT */
table.tb-contact {
    margin-top: 15px;
}

table.tb-contact tbody tr th, 
table.tb-contact tbody tr td {
    padding: 7px 0px;
    border-top: none;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}

table.tb-contact tbody tr td {
    color: #727171;
}

table.tb-contact tbody tr th {
    color: #444;
}

table.tb-contact a {
    color:#333;
    text-decoration: underline;
}
table.tb-contact a:hover {
    text-decoration: none;
}

/* btn */
.btn.btn-primary {
    background: #333;
    border: 1px solid #333;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    background: #222;
    border: 1px solid #222;
}

.btn.btn-dark{
    background:#888;
    border: 1px solid #888
}
.btn.btn-dark:hover,
.btn.btn-dark:focus{
    background:#777;
    border: 1px solid #777
}

.mobile-view {display: none;}
.mobile-hide {display: block;}

/****** 모바일 최적화 시작 ******/
@media (max-width: 767px) {
    .mobile-view {display: block;}
    .mobile-hide {display: none;}

    #mainCarousel {
        width: 100%;
        margin: 0;
    }
    #mainCarousel .carousel-inner .item{
        height: 130px;
    }

    .navbar-inverse .navbar-brand {
        margin: 15px 0 0 15px !important;
    }
    .navbar-inverse > .container {
        border-bottom: 1px solid #ddd;
    }
    .navbar-nav {
        margin-bottom: 10px;
    }
    #title-works h2 {
        margin-top: 50px;
    }
    .category_wrap ul li+li {
        margin: 0 22px 6px 0;
    }
    .category_wrap ul li.on {
        margin-right: 22px;
    }
    .board_wrapper .table_blog2 dd {
        width: 100%;
    }
    .search_wrap #search_btn {
        margin: 20px 0;
    }
    .root_daum_roughmap, .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    img.character {
        width: 280px;
        margin: 0 auto 35px;
    }
    #site footer .footer-info ul li.copy {
        float: left;
        margin-top: 0;
    }
    .table_blog2 dd .inner .top a .thumb {
        height: 350px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    #mainCarousel {
        width: 100%;
    }
    #mainCarousel .carousel-inner .item {
        height: 260px;
    }
}
/******* 모바일 최적화 끝 *******/