@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    word-break: keep-all;
}

#site {
    padding-top: 90px;
    font-family: 'Roboto', 'notokr', sans-serif;
}

.board_data_view .header_wrap,
.contents_inner *{
    font-family: 'Roboto', 'notokr', sans-serif !important;
}
.board_data_view .header_wrap, .contents_inner a{
    word-break: break-all;
}
#site>.container {
    width: 100%;
    padding: 0;
}

/*=================================== reset =================================== */

img {
    flex-shrink: 0;
}

ol,
ul,
li,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt {
    position: relative;
    margin: 0;
    letter-spacing: -0.025em;
}

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

button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
}

span[class^="material-icons"] {
    transform: translateY(1px);
    vertical-align: middle;
    line-height: 1;
    user-select: none;
}

br {
    visibility: visible;
    opacity: 0;
}

/*=================================== common =================================== */
[class$="-dash"]>*:not(dt) {
    position: relative;
    padding-left: 15px;
}

[class$="-dash"]>*:not(dt)::before {
    position: absolute;
    left: 0;
}

[class$="-dash"]>*:not(dt)::before {
    content: '-';
}

/* =================================== navbar =================================== */
/* 다국어 드롭다운 */
li.lang-btn {
    position: absolute;
    visibility: hidden;
    margin-top: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

li.lang-btn .dropdown-toggle {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 0;
    line-height: 1;
    font-size: 15px;
}

li.lang-btn .dropdown-toggle span {
    transform: translateY(-1px);
}

li.lang-btn .dropdown-menu {
    min-width: 100%;
    background: #f4f4f4 !important;
}

li.lang-btn .dropdown-menu li+li {
    margin-top: 5px;
}

li.lang-btn .dropdown-menu .lang {
    border: 0;
    padding: 0;
    font-size: 15px;
}

#gnbauth,
.lang-btn {
    position: absolute;
}

#gnbauth {
    right: 30px;
    opacity: 0;
}
#gnbauth a{cursor: auto;}

.lang-btn {
    right: 35px;
}

#gnb_64 {
    display: none;
}

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

/* 상단 메뉴 */
.navbar-header,
.navbar>.container {
    display: flex;
}

.navbar-header {
    position: absolute;
    left: 35px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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

.navbar-inverse {
    width: 100%;
    background: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
    background: #fff;
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 0;
    height: auto;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav>li>a {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 0px 26px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
    font-family: 'Roboto', sans-serif;
}

@media (max-width:1600px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 0px 10px;
    }
}

@media (max-width:1470px) {
    .navbar>.container {
        justify-content: space-between;
    }

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

    #gnbauth,
    .lang-btn {
        position: static !important;
    }

    .navbar-header {
        position: static;
        height: inherit;
    }
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.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: #025192;
}

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #000;
}

/* dropdown-menu 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #fff;
}

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
    background: #222;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar>.container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }
    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 0;
        padding: 10px 0;
        text-align: center;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 10px 25px;
        font-size: 14px;
        line-height: 1;
    }

    .navbar-inverse .navbar-nav>li>a::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after {
        transition: .3s;
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        opacity: 0;
        height: 2px;
        bottom: 29px;
        background: #145f9d;
    }

    .navbar-inverse .navbar-nav>li>a:hover::after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after {
        width: calc(100% - 30px);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    #site {
        padding-top: 70px;
    }
    .navbar-inverse {
        width: 100%;
        background: none;
    }
    .navbar-header {
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    .navbar-collapse {
        width: 100vw;
        padding: 0;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
        background: rgba(0,0,0,0.8);
        padding: 80px 0;
        height: calc(100vh - 70px);
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 180px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

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

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

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        border-top: 0;
        max-height: none;
    }

    /* menu */
    .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;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 25px 15px;
        justify-content: flex-end;
        height: auto;
        background: none;
        color: #fff;
        font-size: 24px;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* 드롭다운 폰트 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    } */

    /* 드롭다운 메뉴 클릭시 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #fff;
        background: #2968d4;
    } */
}

/* =================================== footer =================================== */

#site footer {
    margin-top: 0px;
    padding: 50px 0 45px;
    background-color: #333;
    /* display: none; */
}

.footer-logo img {
    width: 150px;
}

.footer-info {
    color: #dbdbdb;
    font-size: 14px;
    margin: 0;
    line-height: 1.55;
    letter-spacing: 0.02em;
}

.footer-info li {
    display: inline;
    margin-right: 10px;
}
.copyright {
    font-size: 14px;
    color: #888;
    margin: 0;
}

#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 40px;
    bottom: 40px;
    display: none;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    /* background: #000; */
    background: #777;
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#scrolltop .inner i {
    font-size: 22px;
}

/* mobile*/
@media(max-width:767px) {
    #site footer{
        padding: 50px 0 70px;
    }
    .footer-info {
        margin: 0;
    }

    .footer-info li {
        display: block;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .footer-info li+li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .footer-info li.copyright{
        margin-top: 10px;
    }
    #scrolltop {
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 40px;
    }
}

.maintenance {
    background: #fff;
    padding: 120px 25px 130px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.05);
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 92px;
    margin-bottom: 20px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 0;
}

/* =================================== mainCarousel =================================== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 90px);
    background-position: 50% 25%;
}

/* #mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .34;
} */

.carousel-caption {
    top: 48%;
}


.carousel-caption h1 {
    position: relative;
    font-size: 112px;
    font-weight: 500;
    letter-spacing: .01em;
    font-family: 'Roboto';
    line-height: 1;
    margin: 0;
}

.carousel-caption p {
    font-size: 34px;
    line-height: 1.65;
    font-weight: 300;
    letter-spacing: -0.015em;
    font-family: 'Roboto';
}

.carousel-control {
    display: none;
    align-items: center;
    opacity: 1;
    width: 4%;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.carousel-control.right {
    justify-content: flex-end;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left {
    justify-content: flex-start;
}

.carousel-control.left span {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100px;
    font-size: 28px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    background: #333;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
}

.glyphicon.glyphicon-chevron-right::before {
    content: '\e5e1';
    font-family: 'Material Icons';
}

.glyphicon.glyphicon-chevron-left::before {
    content: '\e2ea';
    font-family: 'Material Icons';
}

.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .0);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .0);
    padding: 0;
    top: 21%;
}

/* =================================== mainpage common =================================== */
.mainpage section {
    position: relative;
    padding: 185px 0px 190px;
}
.mainpage section::before {
    user-select: none;
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.mainpage section>.container {
    position: relative;
    z-index: 5;
}

#main_video .container-fluid{
    padding: 0;
    width: 100%;
}
#main_video{
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    /* height: calc(100vh - 90px); */
}
.mainpage #video01, .mainpage #char01 {
    background: url(/public/img/main/vid_bg.jpg) no-repeat center / cover fixed;
}
.mainpage h2 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.065em;
    position: relative;
}
.mainpage h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    background: #8adbd3;
    border-radius: 50%;
    z-index: -1;
    left: -15px;
    top: -15px;
}
.mainpage #com01 {
    background: url(/public/img/main/com_bg.jpg) no-repeat center / cover fixed;
    padding: 145px 0;
}

.mainpage #char01 {
    /* background: url(/public/img/main/char01-bg.jpg) no-repeat center / cover fixed; */
    padding: 130px 0;
}
.mainpage #tech01 {
    background: url(/public/img/main/tech02-bg.jpg) no-repeat center / cover fixed;
}
.mainpage #char01 .main-team-wrap{background: #fff;padding: 70px 60px 40px;border-radius: 10px;}

.mainpage #char01 .team-wrap{}
.team-wrap .slick-arrow{
    width: 45px;
    height: 45px;
    background: #0868A8;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.8;
}
.team-wrap .slick-prev{
    left: -55px;
}
.team-wrap .slick-next{
    right: -55px;
}
.team-wrap .slick-arrow::before{
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    opacity: 1;
}
.team-wrap .slick-prev::before{
    content: '\f104';
}
.team-wrap .slick-next::before{
    content: '\f105';
}
.team-wrap .slick-dots{
    bottom: -10px;
}
.team-wrap .slick-dots li button{}
.team-wrap .slick-dots li button:before{
    color: #10776d;
}

.mainpage #char01 .team-wrap .item{
    padding: 0 15px;
}

.mainpage #char01 .team-box{
    margin-bottom: 30px;
    cursor: pointer;
}
.mainpage #char01 .team-box .img-wrap{}
.mainpage #char01 .team-box .img-wrap img{
}
.mainpage #char01 .team-box .info{
    padding: 15px 0;
    text-align: center;
    margin-top: -60px;
    position: relative;
    background: rgba(0,0,0,0.5);
    height: 60px;
    position: relative;
}
.mainpage #char01 .team-box .info .name{
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.03em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mainpage #char01 .team-box .info .name small{display: block;font-size: 14px;margin-top: 4px;}
.mainpage #char01 .team-box .info .des{display: none;}
.mainpage [id^="tech"]+[id^="tech"] .container::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -180px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .5;
}
.mainpage #tech01::before {
    /* background: #034564; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#034564+0,0f5c5e+100 */
background: rgb(3,69,100); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(3,69,100,1) 0%, rgba(15,92,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(3,69,100,1) 0%,rgba(15,92,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(3,69,100,1) 0%,rgba(15,92,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034564', endColorstr='#0f5c5e',GradientType=0 ); /* IE6-9 */

    opacity: .8;
}

.des-area{
    padding: 30px;
    background: #daf8fd;
    margin: 0 0 30px;
    display: none;
    position: relative;
}
.des-area.on{
    display: block;
}
.des-area .close{
    position: absolute;
    float: none;
    top: 15px;
    right: 15px;
    display: block;
    line-height: 21px;
    width: 21px;
    text-align: center;
    color: #000;
    opacity: 0.2;
}
.des-area p{
    font-size: 18px;
    letter-spacing: -0.01em;
}

.mainpage #tech02 {
    background: url(/public/img/main/tech02-bg.jpg) no-repeat center / cover fixed;
}
.mainpage #tech02::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f5c5e+2,04343d+98 */
    background: #0f5c5e;
    opacity: .8;
}

.mainpage #tech03 {
    background: url(/public/img/main/tech02-bg.jpg) no-repeat center / cover fixed;
    /* background: #e2f4f7; */
}
.mainpage #tech03::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f5c5e+1,034564+100 */
background: rgb(15,92,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(15,92,94,1) 1%, rgba(3,69,100,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(15,92,94,1) 1%,rgba(3,69,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(15,92,94,1) 1%,rgba(3,69,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5c5e', endColorstr='#034564',GradientType=0 ); /* IE6-9 */

    opacity: .8;
}

.mainpage #cert01 {
    padding: 120px 0 20px;
}

.mainpage #news01 {
    background: url(/public/img/main/news-bg.jpg) no-repeat center / cover fixed;
    padding: 120px 0;
}

.mainpage #form01 {
    background: url(/public/img/main/form_bg.jpg) no-repeat center / cover fixed;
    padding: 75px 0;
}
.mainpage #news01 h2 {
    letter-spacing: 0;
    font-size: 39px;
}
.mainpage #cert01 h2 {
    font-size: 39px;
}

.mainpage #com01::before {
    background: #fff;
    opacity: .75;
}

.mainpage #news01::before {
    background: #fff;
    opacity: .75;
}

.mainpage #form01::before {
    background: linear-gradient(135deg, #1bb0ca 0%, #053a6b 100%);
    opacity: .85;
}

.mainpage [id^="tech"] h2{
    color: #fff;
}
.mainpage #form01 h2 {
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 17px;
}
.mainpage [id^="tech"] h2::before,
.mainpage #form01 h2::before {
    background: rgba(255, 255, 255, 0.33);
    top: -8px;
}
.main-greet-wrap .logo-greet {
    margin: 0 auto 40px;
}

.main-greet-wrap .text {
    padding: 0 80px;
}

.main-greet-wrap .text p {
    text-align: center;
    font-size: 18px;
    line-height: 1.65;
    color: #555;
    font-weight: 400;
    text-align: justify;
}

.main-greet-wrap .text p+p {
    margin-top: 25px;
}

.main-greet-wrap .text p.top {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.055em;
    line-height: 1.55;
    color: #000;
    text-align: center;
}

.main-greet-wrap .text p.top::after {
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    margin: 35px auto 48px;
    background: #adadad;
}
/* 
.main-greet-wrap .text p.top+p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
} */

.main-greet-wrap .text p.top strong {
    color: #025192;
}

.main-blog-wrap {
    display: flex;
    flex-wrap: wrap;
}

.main-blog-wrap .wrap-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 81px;
}

.main-blog-wrap .wrap-title+div {
    padding-left: 35px;
}

.main-blog-wrap .wrap-title h2 {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
    letter-spacing: -0.015em;
}

.main-blog-wrap .wrap-title p {
    width: 100%;
    font-size: 28px;
    /* color: #111; */
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    letter-spacing: -0.04em;
    line-height: 1.5;
    color: #fff;
}

.main-blog-wrap .wrap-title .more-btn {
    display: inline-block;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 3px;
    font-size: 16px;
    padding-bottom: 2px;
    /* border-bottom: 1px solid #a1a1a1; */
    border-bottom: 1px solid #eee;
    font-weight: 600;
    /* color: #878787; */
    color: #eee;
    transition: .1s ease-out;
}
.main-blog-wrap .wrap-title .more-btn:hover {
    color: #fff;
    border-color: #fff;
}
.main-blog-wrap .wrap-title .more-btn::after {
    content: '\f067';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 15px;
    /* color: #878787; */
    color: #eee;
    margin-left: 3px;
}
.main-blog-wrap .wrap-title .more-btn:hover:after {
    color: #fff;
}
.main-blog-wrap .page-header {
    display: none;
}

.main-blog-wrap .board_box_blog2 .row>div {
    width: 100%;
    box-shadow: 10px 15px 50px rgba(0, 0, 0, 0.08);
    /* border: 1px solid #eee; */
    border-radius: 10px;
}

.main-blog-wrap .board_box_blog2 .row div.col-md-4 {
    padding: 0;
}

.table_video dd .inner .top a .thumb,
.table_blog2 dd .inner .top a .thumb,
.main-blog-wrap .thumb {
    /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
    padding-top: calc(795 / 1413 * 100%);
}
.table_video dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus {
    color: #222;
}
.main-blog-wrap .slick-dotted.slick-slider,
.main-blog-wrap .board_box_blog2 {
    margin-bottom: 0 !important;
}

.main-blog-wrap .board_box_blog2 .inner {
    border: 0;
    overflow: hidden;
    /* border-radius: 10px; */
}

.main-blog-wrap .board_box_blog2 .inner .bottom {
    padding: 0;
}

.main-blog-wrap .board_box_blog2 .inner .bottom .title {
    display: none;
}

.main-blog-wrap .slick-dots {
    position: static;
    /* display: flex; */
    margin-top: 50px;
    text-align: left;
}

.main-blog-wrap .slick-dots li {
    /* flex: 58% 0; */
    /* max-width: 220px; */
    height: inherit;
    margin: 0;
    width: auto;
}

.main-blog-wrap .slick-dots li+li {
    margin-left: 10px;
}

.main-blog-wrap .slick-dots li button::before {
    content: none;
}

.main-blog-wrap .slick-dots li button {
    /* transition: .25s; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height: 56px;
    padding: 16px 15px 16px 18px;
    border-radius: 7px;
    border: 1px solid #ddd;
    line-height: 1.45;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.015em;
    color: #444;
    background: #fff;
}

.main-blog-wrap .slick-dots li.slick-active button {
    background: linear-gradient(135deg, rgba(69, 193, 191, 1) 0%, rgba(29, 161, 209, 1) 100%);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #fff;
    border: 0;
}

.main-blog-wrap .slick-dots li button span {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.list_btn_wrap{display: none;}
.list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 41px;
    height: 41px;
    /* border: 1px solid #bbb; */
    float: right;
    font-size: 20px;
    color: #323232;
    margin-top: 1px;
    /* background: #efefef; */
    background: #fff;
}

.list-btn:hover {
    background: #079dcf;
    border-color: #079dcf;
    color: #fff;
}

.main-list-wrap .page-header {
    display: none;
}
/* .main-list-wrap .board_box_list ul{} */

.main-list-wrap .board_box_list {
    margin-bottom: 0 !important;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}

.main-list-wrap .board_box_list ul li a {
    font-size: 17px;
    letter-spacing: -0.035em;
}

.main-list-wrap .board_box_list ul li a:hover {
    color: #1b6fbd;
    text-decoration: underline;
}

.main-list-wrap .board_box_list ul li {
    padding: 17px 15px;
    border-bottom: 1px solid #e3e3e3;
}
.pull-right {
    font-size: 15px;
}
.main-form-wrap {
    margin: 0;
    padding: 45px 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
}

.main-form-wrap>div {
    padding: 0 25px;
}

/* map-kakao */
.root_daum_roughmap {
    width: 100% !important;
    height: 420px !important;
    padding: 0 !important;
}

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

/* map-google */
.map-google iframe {
    width: 100%;
    height: 295px;
    border-radius: 5px;
    margin-bottom: -5px;
}

.main-form-wrap .map-info {
    margin: 0;
    padding: 0 0 26px;
    border-top: none;
}

.main-form-wrap .map-info h5 {
    margin-bottom: 55px;
    font-size: 25px;
    font-weight: 600;
    color: #111;
    position: relative;
}
.main-form-wrap .map-info h5::before {
    content: '';
    display: block;
    position: absolute;
    width: 56px;
    height: 1px;
    background: #adadad;
    top: 53px;
}
.main-form-wrap .address::after {
    content: '';
    display: block;
    clear: both;
}

.main-form-wrap .address dt {
    width: 100%;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: #000;
}

.main-form-wrap .address dd {
    color: #333;
    /* float: left; */
    font-size: 17px;
    letter-spacing: -0.025em;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 500;
}

.main-form-wrap .address dd+dd {
    /* margin-top: 5px; */
    margin-left: 15px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
}

.main-form-wrap .address dd strong {
    margin-right: 9px;
    font-weight: 400;
    color: #9f9f9f;
}
.main-form-wrap .address dd:last-child {
    /* margin-left: 0; */
}
.main-form-wrap .board_wrapper,
.main-form-wrap .board_wrapper form,
.main-form-wrap fieldset {
    margin-bottom: 0;
    height: 100%;
}

.main-form-wrap fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
    font-family: 'Roboto', 'notokr', sans-serif;
}

.main-form-wrap .bbs-form {
    border-radius: 10px;
}

.sub-contact-wrap .form-control {
    border-color: #ddd;
    height: 44px;
    letter-spacing: -0.015em;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.6;
}

.main-form-wrap .table.board_write_table tbody tr td textarea {
    min-height: 180px !important;
}

.main-form-wrap .table.board_write_table {
    border: 0;
    margin-bottom: 14px;
}

.main-form-wrap .checkbox,
.main-form-wrap .radio {
    margin-top: 9px;
}

.main-form-wrap .table.board_write_table tbody {
    border: 0;
}

.main-form-wrap .table.board_write_table tbody tr {
    width: 100%;
    float: left;
    border: 0;
}

.main-form-wrap .table.board_write_table tbody tr#item_2 {
    width: 100%;
}

.main-form-wrap #item_name th {
    padding-top: 0;
}

.main-form-wrap #item_name,
.main-form-wrap #item_email{display: none;}
.main-form-wrap #item_0 {
    padding-bottom: 15px;
}

.main-form-wrap #item_agree {
    width: 47%;
    text-align: right;
}

.main-form-wrap #item_captcha {
    width: 53%;
}

.main-form-wrap #item_captcha th,
.main-form-wrap #item_agree th {
    display: none;
}

.main-form-wrap #item_captcha br {
    display: none;
}

.main-form-wrap #item_captcha td {
    display: flex;
}

.main-form-wrap #captcha {
    height: 44px;
}

.main-form-wrap #item_captcha input {
    margin-top: 0 !important;
    margin-left: 8px;
    height: 44px;
    padding: 7px;
}

.main-form-wrap .table.board_write_table tbody tr th {
    border: 0;
    background: transparent;
    padding: 0px 0 7px 4px;
}

.main-form-wrap .table.board_write_table tbody tr th span {
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #000;
}

.main-form-wrap .text-muted {
    display: none;
}

.main-form-wrap .table.board_write_table tbody tr td {
    width: 100%;
    display: block;
    border: 0;
    padding: 0;
}

.main-form-wrap .table.board_write_table .input-group.input-group-big,
.main-form-wrap .table.board_write_table .form-control.form-control-big,
.main-form-wrap .table.board_write_table tbody tr td .btn,
.main-form-wrap .table.board_write_table tbody tr td .form-control {
    width: 100%;
    border-radius: 3px;
}

.main-form-wrap .text-center {
    float: inherit;
    margin-top: 0;
}

.main-form-wrap .btn.btn-primary {
    min-width: 150px;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
    padding: 13px;
}

/* =================================== subpage header =================================== */

.subpage-header {
    position: relative;
    display: flex;
    flex-flow: wrap;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/public/img/sub/sub-top01.jpg);
}

/* 
.subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
}

.subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
}

.subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
}

.subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
}

.subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
} */

.subpage-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
}

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

.subpage-header .sub-title h2 {
    margin-top: 15px;
    font-size: 41px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
}

.breadcrumb {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
}

.breadcrumb>li {
    color: rgba(255, 255, 255, 0.75);
}

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

/* =================================== subpage section, title =================================== */
.subpage-content {
    min-height: 570px;
}

.subpage-content section {
    padding: 100px 0 110px;
}
[id^="tech"] .subpage-content section{padding-top: 0;}
/* =================================== subpage content =================================== */

/* =================================== board, bbs =================================== */
[id^="tech"] .subpage-content > .container{
    /* width: 100%; */
    padding: 0 100px;
}
.bbs-area h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    color: #222;
}

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

.bbs-area h4.title {
    text-align: center;
}
.board_data_view .header_wrap .info span {
    font-size: 18px;
}
.bbs-area .reply_wrap h4 {
    text-align: left;
    font-size: 17px;
}
#reply_list span {
    font-size: 16px !important;
}
.bbs-area .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.bbs-area .search_wrap>*+* {
    margin-left: 5px;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn+.btn {
    min-width: 200px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #4cb7c6;
    color: #fff;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #4cb7c6;
    color: #4cb7c6;
}
.btn.btn-primary {
    font-family: 'notokr';
    background-color: #079dcf;
    border: 1px solid #079dcf;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0489b5;
    border-color: #0489b5;
}
.table_video dd .inner:hover, .table_blog2 dd .inner:hover {
    border-color: #079dcf;
}
/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper h1 {
    margin-top: 0;
}

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

.table_blog2 dd .inner {
    /* border: none; */
    /* padding: 8px; */
}

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
    padding: 0;
    /* margin: 10px; */
    padding: 16px 13px;
}

.table_video dd .inner .bottom .title a span,
.table_blog2 dd .inner .bottom .title a span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.table_default {
    border-top: 1px solid #333;
}


.table.table_default tr td {
    color: #777;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

input.form-control {
    font-family: 'notokr', sans-serif;
}

/* wrapper */
.board_wrapper {
    margin: 0 !important;
    font-family: 'notokr';
}

.board_wrapper i::after,
.board_wrapper i::before {
    font-family: 'Font Awesome 5 Free';
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files+.sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

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

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

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

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

.board_box_blog2 .inner .bottom .title {
    font-size: 25px;
    letter-spacing: -0.02em;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_data_view {
    border-top: 1px solid #333;
    border-top: 0;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    display: none;
}
.board_data_view .header_wrap .title {
    margin: 0;
    font-size: 25px;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}

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

.board_box_blog2 .inner .top a .thumb {
    transition: .35s ease-out;
    height: 180px;
}

.board_box_blog2 .inner .top a .thumb:hover {
    transform: scale(1.015);
}

.board_data_view .header_wrap .info > span:nth-child(1),
.board_data_view .header_wrap .info > span:nth-child(3){display: none;}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

#form_history_nologin,
#form_history_list {
    padding-top: 70px;
}

.main_popup {
    border: 0;
}

.main_popup_contents {
    padding: 0;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}
.main-video{
    /* background: #fff; */
    padding: 90px 190px 0;
    border-radius: 10px;
}
.main-video .embed-responsive{width: 760px;}

/* =================================== mobile =================================== */
/* mainpage */
@media(max-width:767px) {

    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: 250px;
        /* height: 550px; */
    }
    /* #mainCarousel .carousel-inner .item::before{
        opacity: .5;
    } */
    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 21%;
    }
    .carousel-caption h1{
        font-size: 39px;
    }
    .carousel-caption p{
        font-size: 14px;
        font-weight: 300;
    }
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }

    .mainpage section {
        padding: 75px 0 90px !important;
        background-attachment: inherit !important;
        background-size: cover !important;
    }

    .mainpage h2 {
        font-size: 28px !important;
        margin-bottom: 25px !important;
    }
    
    .mainpage h2::before{
        width: 30px;
        height: 30px;
        top: -12px;
        left: -10px;
    }

    .mainpage #com01{
        padding: 70px 0;
    }
    .main-greet-wrap .text{
        padding: 0;
    }
    .main-greet-wrap .text p+p{
        margin-top: 20px;
    }
    .main-greet-wrap .logo-greet{
        width: 250px;
        margin-bottom: 50px;
    }
    .main-greet-wrap .text p.top::after{
        margin: 30px auto 30px;
    }
    .main-greet-wrap .text p.top{
        font-size: 22px;
    }
    /* .main-greet-wrap .text p.top+p{
        font-size: 17px;
    } */
    .main-greet-wrap .text p{
        font-size: 15px;
    }
    .main-blog-wrap .wrap-title{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .mainpage section>.container{
        padding: 0 20px;
    }
    .main-blog-wrap > div{
        width: 100%;
        padding: 0 15px;
    }
    .main-blog-wrap .wrap-title+div{
        padding-left: 15px;
    }
    .main-blog-wrap .slick-dots li{
        width: 100%;
    }
    .main-blog-wrap .slick-dots li.slick-active button{
    display: block;
    width: 100%;
    min-height: 50px;
    height: auto;
}
    .main-blog-wrap .slick-dots li.slick-active button > span{
    white-space: normal;
    line-height: 1.3;
}
    .main-blog-wrap .board_box_blog2 .row{
        margin: 0;
    }
    .main-blog-wrap .wrap-title h2{
        margin-bottom: 40px;
        margin-top: 0;
    }
    .main-blog-wrap .wrap-title p{
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .mainpage [id^="tech"]+[id^="tech"] .container::before{
        width: calc(100% - 40px);
        left: 20px;
        top: -76px;
    }
    .main-blog-wrap .slick-dots li button{
        font-size: 14px;
        height: 50px;
        line-height: 1;
    }
    .main-list-wrap .board_box_list ul li a{
        font-size: 16px;
    }
    .main-list-wrap .board_box_list .info{
        display: none;
    }
    .main-form-wrap{
        padding: 30px 20px;
    }
    .main-form-wrap>div{
        padding: 0;
    }
    .main-form-wrap .map-info h5{
        margin-bottom: 40px;
    }
    .main-form-wrap .map-info h5::before{
        top: 45px;
    }
    .main-form-wrap>div+div{
        margin-top: 20px;
    }
    .main-form-wrap .address dt{
        font-size: 18px;
    }
    .main-form-wrap .address dd+dd,
    .main-form-wrap .address dd{
        font-size: 15px;
        display: block;
        margin-left: 0;
    }
    .main-form-wrap .root_daum_roughmap .wrap_map,
    .main-form-wrap .root_daum_roughmap{
        height: 300px !important;
    }
    .main-form-wrap .table.table_responsive tbody tr th{
        padding: 15px 5px 10px !important;
    }
    .board_data_view .contents_wrap iframe{
        width: 100%;
        height: 200px;
    }
    .main-blog-wrap .wrap-title .more-btn{
        position: absolute;
        right: 20px;
        top: 5px;
        font-size: 13px;
        font-weight: 500;
    }
    .main-blog-wrap .slick-dots{
        margin-top: 30px;
    }
    .board_box_blog2[data-bd-id="tech01"] .inner .top a .thumb{background-image: url(/public/img/main/mob-1.jpg) !important;}
    .board_box_blog2[data-bd-id="tech02"] .inner .top a .thumb{background-image: url(/public/img/main/mob-2.jpg) !important;}
}


/* subpage */
@media(max-width:767px) {
    .breadcrumb {
        position: static;
        padding: 0;
        margin: 15px 0 0;
        width: 100%;
        text-align: center;
    }

    .subpage-header {
        height: 170px;
    }

    .subpage-header .sub-title {
        flex-direction: column;
        align-items: center;
    }

    .subpage-header .sub-title h2 {
        margin-top: 20px !important;
        text-align: center;
        font-size: 40px;
    }

    .subpage-content section {
        padding: 75px 0 !important;
    }
    [id^="tech"] .subpage-content > .container{
        padding: 0 15px;
    }
    [id^="tech"] .subpage-content .table_blog2 dd{
        width: 100%;
    }
    .board_data_view .header_wrap .title{
        line-height: 1.45;
    }
    .board_data_view .header_wrap .info > span{
        display: block;
        margin-bottom: 5px;
    }
    .board_data_view .download_wrap tr{
        display: flex;
        flex-direction: column;
    }
    .board_data_view .download_wrap tr > *{
        width: 100%;
    }
    .board_data_view .download_wrap tr th{
        padding-bottom: 10px;
    }
    .board_data_view .download_wrap tr li a{
        word-break: break-all;
    }
    .board_data_view .download_wrap tr li+li{
        margin-top: 10px;
    }
    .custom_checkbox+span{
        font-size: 13px;
    }
    .main-form-wrap .text-center{
        margin: 0 auto;
    }
    .main-form-wrap #item_agree td{
        text-align: center;
    }
    .main-form-wrap #item_captcha input{
        margin-left: 0;
        margin-top: 5px;
    }
}

/* bbs, etc */
@media(max-width:767px) {

    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }


    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .bbs-area .search_wrap>*+* {
        margin-left: 0;
    }

    .bbs-area .board_wrapper div.text-center {
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg,
    .bbs-area .board_wrapper .text-center .btn+.btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
    }

    .main_popup_contents {
        padding: 10px;
    }

    .mainpage #char01 .main-team-wrap{
        padding: 30px 30px;
    }
        .mainpage #char01 .team-box{
        display: block;
    }
    .mainpage #char01 .team-box:last-child{}
    .mainpage #char01 .team-box .img-wrap{}
    .mainpage #char01 .team-box .img-wrap img{}
    .mainpage #char01 .team-box .info{
        /* padding: 0; */
        /* margin-top: 40px; */
        padding: 0;
        height: 44px;
        margin-top: 0;
    }
    .mainpage #char01 .team-wrap .item {
        padding: 0 5px;
    }
    .mainpage #char01 .team-box .info .name{
        font-size: 12px;
    }
    .mainpage #char01 .team-box .info .name small{
        font-size: 10px;
    }
    .mainpage #char01 .team-box .info .position{
        font-size: 18px;
    }
    .mainpage #char01 .team-box .info ul{}
    .mainpage #char01 .team-box .info ul > li{
        font-size: 17px;
    }
    .mainpage #char01 .team-box .info ul > li::before{}
    
    .mainpage #char01 .team-wrap > .row{margin: 0 -15px;}
    .mainpage #char01 .team-wrap > .row{padding: 0 15px;}
    
    .team-wrap .slick-arrow{
        width: 25px;
        height: 25px;
        background: #0868A8;
        border-radius: 50%;
        z-index: 1;
        opacity: 0.8;
    }
    .team-wrap .slick-arrow:before{
        font-size: 12px;
    }
    .team-wrap .slick-arrow.slick-prev{left: -35px}
    .team-wrap .slick-arrow.slick-next{right: -35px}
    .main-video{padding: 15px;}
    .main-video .embed-responsive{width: 100%;}
}


@media (min-width: 768px) and (max-width: 991px){
    #mainCarousel .carousel-inner .item {height: calc(100vh - 190px);}
    .carousel-caption{}
    .carousel-caption h1{
    font-size: 53px;
}
    .carousel-caption p{
    font-size: 22px;
}
    .navbar>.container{display: block;}
    .navbar-inverse .navbar-brand{margin-top: 25px}
    .main-video{padding: 90px 0 0;}
    .main-video .embed-responsive{width: auto;}
    .mainpage #char01 .team-box .info .name {font-size: 12px;}
    .mainpage #char01 .team-box .info .name small{font-size: 11px;}
    .main-blog-wrap .wrap-title {padding-right: 30px;}
    .mainpage h2{font-size: 35px;}
    .main-blog-wrap .wrap-title p {font-size: 20px;}
}

@media (min-width: 992px) and (max-width: 1199px){
    .carousel-caption{}
    .carousel-caption h1{
    font-size: 72px;
}
    .carousel-caption p{
    font-size: 22px;
}
}
