@charset "utf-8";
@import url('/public/font/seoul_hangang/seoul_hangang.css');
@import url('/public/font/jeju_hallasan/Jeju_hallasan.css');

#site {
    padding-top: 139px;
    background: #f5f5f5;
}

@media (min-width: 768px) {
    .container {
        padding: 0 40px;
        width: 1280px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #site {
        padding-top: 76px;
    }
}

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr',
        "NanumGothic", "나눔고딕",
        'NanumBarunGothic',
        'Apple SD Neo Gothic',
        'Malgun Gothic',
        'Gulim',
        sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.034em;
    color: #555;
}

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

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

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

/* 레이아웃 조정 */
.navbar-inverse+.container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}

.board_wrapper {
    margin: 0 !important;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1;
}

@media (max-width: 768px){
    p{
        font-size: 15px;
    }
}


/* =============== 네비게이션 =============== */

.navbar-inverse {
    background: #fff;
    position: fixed;
    top: 0;
    padding: 0;
    margin-bottom: 0;
    border: 0;
}

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

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 16px 25px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

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

.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: #142d8f;
}

/* PC */
@media (min-width: 768px) {
    .nav-top {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-inverse .navbar-header {
        display: none;
    }

    .navbar-inverse>.container {
        width: 100% !important;
        background: linear-gradient(to bottom, #fff 52px, #f0f0f0 53px);
        border-bottom: 1px solid #ccc;
        overflow: hidden !important;
    }

    .navbar-inverse .navbar-collapse {
        max-width: 1280px;
        margin: 0 auto;
    }

    .navbar-inverse .navbar-nav {
        float: none !important;
        margin: 0;
        display: flex;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1000px;
        background: transparent;
        border-radius: 0;
        border: none;
        padding: 0;
        box-shadow: none;
        text-align: center;
        transition: 0.35s ease;
        letter-spacing: -0.034em;
        border-left: 1px solid #ececec;
    }

    .navbar-inverse .navbar-nav>li {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 6px 20px;
        background: transparent;
        font-size: 15px;
        letter-spacing: -0.034em;
    }

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

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

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse > .container{
        border-bottom: 1px solid #eee;
    }
    .navbar-inverse .navbar-brand {
        padding: 15px 0 15px 15px !important;
    }

    .navbar-inverse .navbar-brand>img {
        max-width: 230px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 22px 15px 22px 0;
        padding: 9px 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: #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 .navbar-collapse {
        border-top: 1px solid #eee;
    }

    .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: 8px 25px;
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #666;
    }
}

/* menu-top */
.menu-top {
    padding: 13px 0;
    background: #fff;
    border-bottom: 3px solid #eee;
}

.menu-top .container {
    position: relative;
    padding: 0;
}

.logo {
    margin: 0;
    display: inline-block;
}

.menu-top ul {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
}

.menu-top ul:after {
    content: '';
    display: block;
    clear: both;
}

.menu-top ul li {
    float: left;
    margin: 0 5px;
}

.menu-top ul .check {
    display: none;
}

.menu-top ul li a {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
}

.menu-top ul li a:hover,
.menu-top ul li a:focus {
    text-decoration: underline;
    color: #142d8f;
}

@media (max-width: 768px) {
    .menu-top {
        display: none;
    }
}


/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 600px;
}

#mainCarousel .carousel-inner .item>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.carousel-control {
    width: 10%;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    background: none !important;
    opacity: 1 !important;
    color: #fff;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
}

.carousel-control span {
    font-size: 45px !important;
}

.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: 10px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #375238;
    margin: 0 4px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #375238;
}

.carousel-caption {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    text-shadow: none;
    color: #222;
}

/* 슬라이드1 caption */
.carousel-caption h1 {
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: auto;
    transform: translateX(-50%);
    margin: 0;
    font-family: 'SeoulHangang B';
    font-weight: normal;
    font-size: 27px;
}

.carousel-caption h1 .emph {
    display: block;
    margin-top: 15px;
    font-family: 'SeoulHangang B';
    font-weight: normal;
    font-size: 44px;
    white-space: nowrap;
    color: red;
}

.carousel-caption p {
    position: absolute;
    left: 6%;
    bottom: 20%;
    margin: 0;
    font-family: 'JejuHallasan';
    font-size: 32px;
    line-height: 1.4em;
    text-align: left;
}

/* 슬라이드 다운로드 버튼 */
.slide-download-btn {
    position: absolute;
    right: 4%;
    bottom: 40px;
    background: #fff;
    padding: 12px 24px;
    color: #222;
    letter-spacing: -0.04em;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
}

.slide-download-btn:hover,
.slide-download-btn:focus {
    background: #cf232f;
    color: #fff;
}

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

    #mainCarousel .carousel-inner .item:nth-child(2) {
        background-size: 110%;
    }

    /* 슬라이드2 caption */
    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1 {
        top: 20%;
        left: auto;
        right: 7%;
        transform: none;
        text-align: right;
    }

    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1 .emph {
        font-size: 41px;
    }

    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption p {
        left: auto;
        right: 7%;
        bottom: 30%;
    }

    /* 슬라이드3 caption */
    #mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption h1 {
        top: 20%;
        left: auto;
        right: 7%;
        transform: none;
        font-size: 36px;
        color: #fff;
    }

    #mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption h1 .emph {
        font-size: 50px;
        color: #fff;
    }

    #mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p {
        bottom: 33%;
        left: auto;
        right: 7%;
        color: #d0ff71;
    }
}


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

    #mainCarousel .carousel-inner .item {
        height: 100vw;
    }

    #mainCarousel .carousel-inner .item:nth-child(2){
        background-position: 20% center;
    }

    #mainCarousel .carousel-inner .item>a{
        background: rgba(255,255,255,0.5);
    }

    #mainCarousel .carousel-caption {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 0 0 3px rgba(255,255,255,0.5);
    }

    #mainCarousel .carousel-caption h1,
    #mainCarousel .carousel-caption p,
    #mainCarousel .slide-download-btn {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        text-align: center;
    }

    #mainCarousel .carousel-caption h1,
    #mainCarousel .carousel-caption h1 .emph {
        font-size: 24px;
    }

    #mainCarousel .carousel-caption p {
        margin: 20px 0 30px;
        font-size: 20px;
    }
}

@media (max-width: 360px){
    #mainCarousel .carousel-caption h1, 
    #mainCarousel .carousel-caption h1 .emph{
        font-size: 21px;
    }

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

    .slide-download-btn{
        font-size: 14px;
    }
}

/* 메인 - 컨텐츠 */
#main_wrapper>section>.container {
    padding: 0;
}

#main_wrapper>section>.container>.row {
    margin: 0;
}

#section_ea5d2f section {
    margin-bottom: 30px;
}

#section_ea5d2f>.container>div.row {
    background: #fff;
}


.main-quick-link {
    margin-bottom: 60px;
}

.main-quick-link>div {
    /* background: #223d5f; */
    background: #3dc726;
}

.main-quick-link .inner {
    display: block;
    padding: 32px 15px 30px;
    /* border-radius: 10px; */
    text-align: center;
}

.main-quick-link .inner:hover i,
.main-quick-link .inner:hover h5 {
    color: rgb(34, 101, 23);
}

.main-quick-link .inner i {
    font-size: 48px;
    color: rgba(255, 255, 255, 1);
}

.main-quick-link .inner h5 {
    margin: 20px 0 0;
    font-size: 16px;
    letter-spacing: -0.034em;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
    .main-quick-link .inner {
        padding: 20px 0;
    }

    .main-quick-link .inner i {
        font-size: 34px;
    }

    .main-quick-link .inner h5 {
        margin: 13px 0 0;
        font-size: 15px;
    }
}

@media (max-width: 360px){
    .main-quick-link .inner h5{
        font-size: 15px;
    }
}

/* 메인 - 게시판 */
#section_35f4a8 {
    padding: 50px 0 60px !important;
    background: #8a919a;
}

div[class^="board_box_"] {
    margin-bottom: 0 !important;
    padding-right: 40px;
}

div[class^="board_box_"] .page-header h4 {
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: -0.034em;
    font-weight: 400;
}

.board_box_list .page-header {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #999;
}

.board_box_list .page-header a {
    margin-top: 0 !important;
}

.board_box_list ul li a {
    max-width: 70%;
    font-size: 16px;
    letter-spacing: -0.04em;
}

.board_box_list ul li a:hover,
.board_box_list ul li a:focus {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .board_box_list {
        width: 50%;
    }
}

@media (max-width: 768px) {
    div[class^="board_box_"] {
        padding-right: 15px;
    }
}

/* 메인 - 게시판(blog B) */
.board_box_blog2:after {
    content: "";
    clear: both;
    display: block;
}

.board_box_blog2 .page-header {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 15%;
    border: none;
}

.board_box_blog2 .page-header a {
    display: none;
}

.board_box_blog2 .page-header h4 {
    color: #fff;
}

.board_box_blog2 .inner {
    margin: 0;
    border: none;
}

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

.board_box_blog2 .inner .bottom {
    padding: 0;
}

.board_box_blog2 .inner .bottom .title {
    margin: 0;
    padding: 10px 3px;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 15px;
    color: #fff;
}

.board_box_blog2 .inner .bottom .title a:hover,
.board_box_blog2 .inner .bottom .title a:focus {
    text-decoration: underline;
}

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

/* 메인 - 게시판 > 주요활동 슬리아드 */
.board_box_blog2 .slick-arrow {
    top: 50px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: none;
}

.board_box_blog2 .slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.board_box_blog2 .slick-arrow.slick-disabled:before {
    opacity: 1;
}

.board_box_blog2 .slick-prev {
    left: 15px;
}

.board_box_blog2 .slick-next {
    left: 60px;
}

.board_box_blog2 .slick-prev::before {
    content: "\f053";
}

.board_box_blog2 .slick-next:before {
    content: "\f054";
}

/* 메인 - family-site */
.main-family-site .inner {
    display: block;
    position: relative;
    min-height: 85px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.main-family-site .inner:hover,
.main-family-site .inner:focus {
    border-color: #999;
}

.main-family-site .inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 55px;
}

@media (max-width: 768px) {
    .main-family-site .inner {
        margin-top: 15px;
    }

    .main-family-site .row>div:first-child .inner {
        margin-top: 0;
    }
}


/* =============== 푸터 =============== */
.footer-wrap {
    padding: 35px 0 40px;
    background: #333;
    color: #bbb;
    font-size: 13px;
}

.footer-wrap .company-name {
    margin: 0 0 7px;
    font-size: 15px;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.footer-wrap ul li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 4px;
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.2);
}

.footer-wrap ul li:last-child:after {
    display: none;
}

.footer-wrap .copy {
    margin: 10px 0 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-login{
    margin: 13px 0 0;
    padding: 3px 10px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
}

.footer-login:hover,
.footer-login:focus{
    border-color:rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
}


/* =============== 게시판 (목록, 상세) =============== */

@media (max-width: 768px) {

    .table.table_default > colgroup{
        display: none;
    }

    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }

    .board_data_view .header_wrap .title{
        font-size: 20px;
    }

    .board_data_view .header_wrap .info > span{
        display: block;
    }
}

.btn.btn-primary {
    background-color: #142d8f;
    border: 1px solid #142d8f;
    transition: 0.35s ease;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #fff;
    color: #142d8f;
}

/* 게시판 - 글쓰기 */
@media (max-width: 768px){
    .board_wrapper .table.board_write_table+div.text-center{
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 360px){
    .board_wrapper .table.board_write_table .form-control.form-control-big{
        width: 100%;
    }
    .btn.btn-lg{
        padding: 15px !important;
        width: 100%;
    }
}


/* =============== 로그인 =============== */

.member_wrapper {
    margin: 0 auto;
    padding: 100px 40px 120px;
    max-width: 1140px;
    background: #fff;
}

@media (max-width: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li+li::before {
        margin: 0 10px;
    }
}


/* =============== 서브페이지 =============== */
.sub-top {
    max-width: 1280px;
    margin: 0 auto;
    height: 200px;
    background-image: url(/public/img/sub/sub-top-04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.subPage[id^="evaluate"] .sub-top,
#work02 .sub-top {
    background-image: url(/public/img/sub/sub-top-01.jpg);
}

.subPage[id^="news"] .sub-top {
    background-image: url(/public/img/sub/sub-top-03.jpg);
}

.subPage[id^="about"] .sub-top {
    background-image: url(/public/img/sub/sub-top-02.jpg);
}

.sub-top>.container {
    position: relative;
    height: 100%;
}

.sub-top .tit-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-top .sub-top-tit {
    margin: 0;
    font-size: 46px;
    font-weight: 200;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 0;
    letter-spacing: -0.034em;
}

.breadcrumb {
    float: right;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb li {
    position: relative;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    letter-spacing: -0.02em;
}

.breadcrumb li+li:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 6px;
    padding: 0;
    width: 3px;
    height: 3px;
    background: #999;
}

.dwn-icon-wrap {
    margin-top: 30px;
    text-align: right;
}

.dwn-icon,
.dwn-icon:hover,
.dwn-icon:focus {
    display: inline-block;
    padding: 12px 17px;
    background: #cf232f;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #fff;
    border-radius: 3px;
}

.sub-content {
    margin: 0 auto;
    padding: 70px 0;
    max-width: 1280px;
    background: #fff;
}

.sub-content section {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}

.sub-content section:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.subPage section>article {
    margin-bottom: 50px;
}

.subPage section>article:last-child,
article .txt-box:last-child,
article .txt-box .txt-box-inner:last-child,
p:last-child {
    margin-bottom: 0;
}

.sub-heading3 {
    margin: 0 0 50px;
    /* font-size: 32px; */
    letter-spacing: -0.034em;
    font-weight: 600;
}

.sub-heading3:after {
    content: "";
    display: block;
    clear: both;
}

.sub-heading4 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 14px;
    font-size: 19px;
    letter-spacing: -0.034em;
    font-weight: 700;
}

.sub-heading4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #6373e6;
    border-radius: 50%;
}

.sub-sec-tt {
    margin: 0 0 30px;
    font-size: 26px;
    color: #142d8f;
}

article h5 {
    margin: 0 0 25px;
    font-size: 20px;
}

article h5:after{
    content:"";
    display: block;
    clear: both;
}

article h5 span.num {
    float: left;
    margin-right: 5px;
    padding-top: 4px;
    width: 25px;
    height: 25px;
    background: #3F51B5;
    text-align: center;
    vertical-align: 2px;
    font-size: 16px;
    color: #fff;
}

article h5 span.txt{
    float: left;
    width: calc(100% - 37px);
    line-height: 25px;
}

article .txt-summary {
    margin: 0 0 30px;
}

article .txt-box {
    margin: 0 0 20px;
    padding: 20px 15px;
    background: #fcfdfd;
    border: 1px solid #eff0f3;
}

article .txt-box .txt-box-inner {
    margin: 0 0 30px;
}

article .txt-box>h5 {
    position: relative;
    padding-left: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

article .txt-box>h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 9px;
    background: #babdcc;
}

article .txt-box .txt-box-inner>h5 {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 16px;
}

article .txt-box .txt-box-inner>p,
article .txt-box>p {
    margin: 0 0 15px;
}

@media (max-width: 768px) {
    .sub-top {
        height: 150px;
    }

    .sub-top .sub-top-tit {
        font-size: 34px;
    }

    .sub-heading3,
    .dwn-icon-wrap {
        text-align: center;
    }

    .sub-heading3 span{
        font-size: 26px !important;
    }

    .breadcrumb {
        float: none;
    }

    .breadcrumb li:first-child{
        margin-left: 0;
    }

    .sub-content{
        padding: 50px 0 70px;
    }

    article h5{
        font-size: 18px;
    }

    article h5 span.num{
        float: left;
        margin-right: 8px;
    }

    article .txt-box>h5{
        margin: 0 0 15px;
    }

    .sub-sec-tt{
        font-size: 22px;
    }

    .sub-content section{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

/* work */
.work-desc-wrap {
    margin-top: 80px;
    font-size: 20px;
    letter-spacing: -0.034em;
}

@media (max-width: 768px){
    .work-desc-wrap{
        margin-top: 30px;
    }
}

/* about */
.about-summery {
    margin-bottom: 70px;
    padding: 40px;
    border: 7px solid #dee4ea;
}

.about-summery h5 {
    margin: 0 0 25px;
    font-size: 21px;
    font-family: 'SeoulHangang B';
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #26517b;
}

.about-summery h5:before {
    content: "";
    display: block;
    width: 37px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.about-summery p:last-child {
    margin: 0;
}

.table-responsive{
    margin: 40px 0 0;
}

.location-table {
    margin: 0;
    width: 100%;
    border-top: 2px solid #333;
}

.location-table tr th,
.location-table tr td {
    padding: 17px 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: 0em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.location-table tr th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 768px){
    .about-summery{
        margin-bottom: 40px;
        padding: 20px;
    }
}

@media (max-width: 360px){
    .about-summery h5{
        font-size: 20px;
    }
}

/* 추가 CSS */
.preview {
    margin-bottom: 60px;
}

.preview .embed-responsive-16by9 {
    padding-bottom: 40%;
}

.footer-right {
    padding-top: 5px;
    padding-left: 50px;
}

.footer-left img {
    filter: grayscale(1);
}

.sub-content .container {
    padding: 20px 40px 120px;
}

.sub-heading3 span {
    font-size: 34px;
    font-family: 'SeoulHangang B';
    font-weight: normal;
}

.table.table_default tbody .subject a {
    letter-spacing: -0.034em;
    font-size: 16px;
}

.table.table_default thead th {
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 15px;
}

.table.table_default tbody .writer,
.table.table_default tbody .regdate {
    font-size: 14px;
}

.board_data_view .header_wrap .title {
    letter-spacing: -0.04em;
}

.board_data_view .header_wrap {
    background: #fafafa;
    border-bottom: 1px solid #ddd;
}

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

.table_blog2 {
    margin-left: -25px;
    margin-right: -25px;
}

.table_blog2 dd .inner .bottom .title a {
    letter-spacing: -0.034em;
    font-weight: 500;
}

.table_blog2 dd .inner .bottom .title {
    margin-bottom: 3px;
}

#evaluate01 .sub-heading3,
#evaluate04 .sub-heading3,
#evaluate05 .sub-heading3,
#work02 .sub-heading3 {
    margin-bottom: 20px;
}

.dwn-icon i {
    margin-left: 5px;
}

#work01 .col-md-6:first-child,
#work02 .col-md-6:first-child {
    padding-right: 30px;
}

#work01 .col-md-6:last-child,
#work02 .col-md-6:last-child {
    padding-left: 30px;
}

#work01 img,
#work02 img,
#about01 img {
    border-radius: 5px;
}

.about-summery p {
    line-height: 1.5em;
    font-size: 15px;
    margin-bottom: 25px;
    color: #25303c;
}

#about01 .col-md-5 {
    padding-right: 30px;
}

.table_blog2 dd .inner .bottom .info span {
    font-size: 13px;
}

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

.board_box_list:last-child {
    padding-left: 40px;
    padding-right: 15px;
}

#section_ea5d2f #section_a3f390 {
    margin-bottom: 60px;
}

div[class^="board_box_"] .page-header .pull-right {
    font-size: 17px;
    padding-right: 3px;
    color: #999;
}

div[class^="board_box_"] .page-header .pull-right i {
    margin-top: 8px;
}

.main-quick-link .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-quick-link .col-md-3:last-child {
    border-right: none;
}

.slide-download-btn i {
    margin-left: 5px;
}

/* 추가 CSS 모바일 */
@media (max-width: 768px) {
    .main-quick-link .col-md-3:nth-child(1),
    .main-quick-link .col-md-3:nth-child(2){
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .sub-content .container {
        padding: 0 15px 0;
    }

    .board_box_list:last-child {
        margin-top: 40px;
        padding-left: 15px;
    }

    .footer-left img {
        margin: 0 0 20px;
    }

    .footer-right {
        padding: 0 15px;
    }

    .footer-wrap ul li {
        display: block;
        margin: 0;
    }

    .footer-wrap ul li:after {
        display: none;
    }

    .preview {
        border: 3px solid rgba(0, 0, 0, 0.125);
    }

    #work01 .col-md-6:first-child, 
    #work02 .col-md-6:first-child{
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #work01 .col-md-6:last-child, 
    #work02 .col-md-6:last-child{
        padding-left: 15px;
    }

    .board_data_view .header_wrap .title{
        font-size: 17px;
    }
}