@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 132px;
}

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

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash .img-box {
    padding: 0;
}

.li-dash .img-box::before {
    content: none;
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 17px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 7px;
    top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
    content: '·';
}

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

.subContent ul {
    margin: 0;
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 0;
    margin: 18px auto 9px !important;
    float: none;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.navbar-brand>img {
    margin: 0 auto;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    padding: 40px 0;
    letter-spacing: -0.03em;
    min-width: 140px;
    text-align: center;
    /* border-right: 1px solid #eaeaea; */
}

/* .navbar-inverse .navbar-nav > li:first-child > a, */
.navbar-inverse .navbar-nav>li:first-child .dropdown-menu {
    border-left: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    background: #ea9d27;
    color: #fff;
    border-color: #ea9d27;
}

.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: #ea9d27;
    color: #fff;
    border-color: #eaeaea;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 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.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: 0;
        border: none;
        padding: 20px 0;
        box-shadow: none;
        text-align: center;
        font-size: 15px;
        background: #fff;
        min-width: 140px;
        border-right: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        min-height: 220px;
        text-align: left;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 7px 0;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #444;
        letter-spacing: -0.045em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #ea9b21;
        font-weight: 500;
        background: #fff;
        text-decoration: underline;
    }

    .navbar-inverse .navbar-right {
        float: left !important;
        margin-right: 0;
        margin-left: 40px;
    }
}

.navbar-inverse .navbar-collapse {
    text-align: center;
}

/* @media (min-width: 992px) {
    .navbar-inverse .navbar-right{ 
        margin-right:0;
        float: none!important;
        display: inline-block;
        margin-bottom: -5px;
    }
} */

.menu_top {
    background: #eee;
    padding: 10px 0;
}

.menu_top ul {
    margin: 0;
    overflow: hidden;
}

.menu_top ul li {
    float: right;
    margin-left: 10px;
}

.menu_top ul li a {
    display: block;
    text-align: center;
    padding-left: 10px;
    color: #777;
    font-size: 12px;
    letter-spacing: -0.01em;
    font-weight: 500;
    border-left: 1px solid #c0c0c0;
    line-height: 1;
}

.menu_top ul li:last-child a {
    border-left: none
}

.menu_top ul li a:hover {
    color: #111;
}

@media(min-width:1200px) {
    .navbar-inverse>.container {
        width: 1300px;
    }
}

/* .navbar-header {
    float: none;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
} */
/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #333;
    color: #aaa;
    letter-spacing: -0.02em;
}

#site footer img {
    opacity: 0.7;
    margin-left: 0px;
}

#site footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid #444
}

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

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

#site footer .footer-link ul li a {
    color: inherit
}

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

#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: 13px;
    margin-right: 14px;
    line-height: 23px;
}

#site footer .footer-info ul li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

#site footer .footer-info ul li a:hover,
#site footer .footer-info ul li a:focus {
    text-decoration: underline;
}

#site footer .footer-info .col-md-9 ul:first-child {
    margin-bottom: 25px;
    margin-top: 20px;
}

#site footer .footer-info .col-md-9 ul:first-child li {
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-right: 20px;
}


/* 슬라이드 공통 */
.carousel-control {
    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 li {
    width: 11px;
    height: 11px;
    background-color: rgba(0, 0, 0, 0.25);
    border: none;
    margin: 0 3px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    background-color: #0a0c09;
    margin: 0 3px;
    box-shadow: none;
}

#mainCarousel .carousel-inner .item {
    height: 580px;
}

.carousel-caption {
    padding: 0;
    text-shadow: none;
    text-align: left;
}

.carousel-caption h1 {
    margin-bottom: 20px;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.32;
    color: #333;
}

.carousel-caption h1 .top {
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    padding-left: 4px;
}

.carousel-caption h1 .color1 {
    color: #f7a72c;
}

.carousel-caption h1 .color2 {
    color: #67c199;
}

.carousel-inner>.item:nth-child(1) .carousel-caption h1 {
    font-weight: 600;
}

.carousel-inner>.item:nth-child(2) .carousel-caption h1,
.carousel-inner>.item:nth-child(3) .carousel-caption h1 {
    color: #427346;
    letter-spacing: -0.07em;
    line-height: 1.4;
    font-size: 49px;
}

.carousel-inner>.item:nth-child(3) .carousel-caption h1 {
    color: #604849;
}

.carousel-inner>.item:nth-child(2) .carousel-caption h1 span,
.carousel-inner>.item:nth-child(3) .carousel-caption h1 span,
.carousel-inner>.item:nth-child(4) .carousel-caption h1 span {
    font-weight: 600;
    display: block;
    position: relative;
}

.carousel-inner>.item:nth-child(4) {
    background: #fdfbeb !important
}

.carousel-inner>.item:nth-child(4) .carousel-caption {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    right: auto;
    bottom: auto;
    overflow: hidden;
}

.carousel-inner>.item:nth-child(4) .carousel-caption h1 {
    margin-top: 120px;
    color: #3d1d1f;
    letter-spacing: -0.07em;
    font-size: 60px;
    float: left;
}

.carousel-inner>.item:nth-child(4) .carousel-caption h1 span::after {
    content: "";
    width: 99%;
    height: 25px;
    background: #ffe933;
    position: absolute;
    left: -1px;
    bottom: -3px;
    z-index: -1;
}

.carousel-inner>.item:nth-child(4) .carousel-caption p {
    float: left;
    margin-left: 120px;
}

.carousel-inner>.item:nth-child(4) .carousel-caption p img {
    max-width: 300px;
}

.carousel-inner>.item:nth-child(1) .carousel-caption a.slide_btn,
.carousel-inner>.item:nth-child(2) .carousel-caption a.slide_btn,
.carousel-inner>.item:nth-child(3) .carousel-caption a.slide_btn {
    width: 220px;
    height: 65px;
    line-height: 65px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    background: #427346;
    color: #fff;
    margin-top: 31px;
}

.carousel-inner>.item:nth-child(1) .carousel-caption a.slide_btn {
    font-size: 21px;
    text-decoration: none;
    background: #e79415;
}

.carousel-inner>.item:nth-child(3) .carousel-caption a.slide_btn {
    background: #785254;
}

.carousel-indicators .ppbtn {
    text-indent: 0;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.25);
    margin: 0 10px;
}

.carousel-caption p {
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
    line-height: 1.65;
}

.slide_btn {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
    background: #fff;
    color: #333;
    padding: 8px 30px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}

/*main*/
.main_con01 {
    padding: 85px 0 20px
}

.main_con01>.container>.row {
    margin: 0 -25px;
}

.main_con01>.container>.row>div {
    padding: 0 25px;
}

.main_business .page-header {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: none;
}

div[class^="board_box_"] .page-header h4 {
    margin: 0 0 -1px;
    padding: 0 0 6px;
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.04em;
    position: relative;
}

div[class^="board_box_"] .page-header .pull-right {
    margin-right: 5px;
    margin-top: 5px;
    font-size: 16px;
}

div[class^="board_box_"] .page-header .pull-right:hover,
div[class^="board_box_"] .page-header .pull-right:focus {
    color: #ec9f28;
}

.main_business .board_box_list li {
    font-size: 16px;
    color: #333;
    padding: 9px 0;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing: -0.02em;
}

.main_business .board_box_list li span {
    color: #999;
    font-size: 15px;
    letter-spacing: 0;
}

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


.board_box_blog2 .inner {
    margin: 0;
    border-color: #d8d8d8;
    border-radius: 4px;
}

.board_box_blog2 .inner:hover {
    border-color: #ea9d3b;
}

.main_bbs02 .board_box_blog2 .row {
    margin: 0 -4px;
}

.main_bbs02 .board_box_blog2 .row>div {
    padding: 0 4px;
}


.board_box_blog2 .page-header {
    padding-bottom: 0;
    border-bottom: none;
}

.board_box_blog2 .page-header h4 {
    margin: 0;
}

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

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

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

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

.board_box_blog2 .inner .bottom .title a {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.board_box_blog2 .inner .bottom .title a:hover,
.board_box_blog2 .inner .bottom .title a:focus {
    color: #ec9f28;
}

.main_con01_inner {
    margin-bottom: 5px;
}

.main_con01_inner_area a {
    display: block;
    border-radius: 8px;
    padding: 18px 35px;
    border: 1px solid #efa32e;
    background: #efa32e;
    transition: all 0.2s;
    color: #fff;
}

.main_con01_inner_area a::after {
    content: "";
    clear: both;
    display: block;
}

.main_con01_inner_area a .circle {
    float: left;
}

.main_con01_inner_area a p {
    float: left;
    margin: 10px 25px 0;
    font-size: 24px;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.main_con01_inner_area a p span {
    display: block;
    font-size: 15px;
    margin-top: 3px;
    opacity: 1;
    font-weight: 400;
}

.main_con02 i {
    margin-left: 8px;
}

.main_con01_inner_area a:hover,
.main_con01_inner_area a:focus {
    border: 1px solid #efa32e;
    color: #111;
    background: #fff;
}

.main_con01_inner_area a:hover span,
.main_con01_inner_area a:focus span {
    color: #efa32e;
    opacity: 1;
}

.main_contact {
    background: #7d48a5;
    padding: 35px 40px;
    position: relative;
    min-height: 240px;
    border-radius: 8px;
}

.main_contact ul {
    margin: 0;
}

.main_contact li {
    font-size: 15px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #fff;
    line-height: 1.2;
}

.main_contact li:last-child {
    margin-bottom: 0;
}

.main_contact li:first-child {
    padding-left: 0;
    margin-bottom: 24px;
}

.main_contact li span {
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 500;
    color: #edd5ff;
    transform: translateY(-50%);
    letter-spacing: -0.035em;
}

.main_contact li:first-child span {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.main_contact li strong {
    font-size: 37px;
    display: block;
    letter-spacing: -0.03em;
    color: #ffc841;
}

.main_con02 {
    padding-bottom: 65px;
}

.main_con02 .col-md-4 {
    margin-bottom: 20px;
}

.main_con02_inner {
    padding: 35px 40px;
    background: #32b378;
    position: relative;
    min-height: 240px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.main_con02 .row > div:nth-child(3) .main_con02_inner {
    background: #e76f22;
}
.main_con02 .row > div:nth-child(3) .main_con02_inner dd a {
    color: #db5f0f;
}

.main_con01_inner_area .main_con02_inner {
    background: #e79415;
}

.main_con01_inner_area .main_con02_inner dl dd a {
    color: #e37619;
}

.main_con02_inner dl {
    margin: 0;
}

.main_con02_inner dl dt {
    font-size: 26px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: -0.035em;
    font-weight: 500;
}

.main_con02_inner dl dd {
    font-size: 16px;
    letter-spacing: -0.035em;
    color: #fff;
}

.main_con02_inner dl dd a {
    position: absolute;
    bottom: 35px;
    left: 40px;
    display: inline-block;
    font-weight: 500;
    color: #26927e;
    margin-top: 15px;
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: #fff;
    transition: all 0.2s;
    border-radius: 3px;
    text-decoration: none;
}

.main_con02_inner dl dd a:hover,
.main_con02_inner dl dd a:focus {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0) !important;
    color: #fff !important;
}

.main_con02_inner img {
    position: absolute;
    right: 40px;
    bottom: 33px;
}


/*sub*/
.subTop {
    width: 100%;
    height: 150px;
    position: relative;
    background: url(/public/img/sub/subTop.jpg)no-repeat center / cover;
}

.subTop h2 {
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 38px;
    font-weight: 350;
    transform: translateY(-50%);
    color: #fff;
    letter-spacing: -0.04em;
}

.subContent {
    padding: 0 0 100px;
}

.subContent .con {
    margin-bottom: 60px;
}

.subContent p,
.subContent li,
.subContent dd {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.65;
}

.subContent li+li,
.subContent dd+dd {
    margin-top: 6px;
}

.subContent dd ul {
    margin: 5px 0 0;
}

.subContent p:last-child,
.subContent li:last-child,
.subContent dd:last-child,
.subContent .con:last-child {
    margin-bottom: 0;
}

.subTitle {
    text-align: center;
    margin-bottom: 55px;
    padding: 77px 0 14px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.subTitle h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.subTitle .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: transparent;
    padding: 0;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: 14px;
    color: #888;
}

.subTitle .breadcrumb li {
    font-size: 13px;
}

.subContent h4 {
    display: inline-block;
    font-size: 28px;
    margin: 0 0 50px;
    padding-bottom: 5px;
    letter-spacing: -0.05em;
    position: relative;
    border-bottom: 1px solid #444;
    font-weight: 400;
}

.con a {
    color: #ea9220;
    text-decoration: underline;
}

.con a:hover {
    text-decoration: none;
}

.subContent>.container .row>.col-md-10 {
    padding-left: 65px;
}

.snb_area {
    padding-left: 0;
    padding-right: 0;
    padding-top: 83px;
}

.snb_area .snb {
    border-bottom: none;
    border-top: 2px solid #ea9d26;
}

.snb_area .snb li {
    margin: 0;
}

.snb_area .snb li a {
    display: block;
    padding: 10px 12px;
    color: #333;
    font-size: 16px;
    letter-spacing: -0.04em;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.snb_area .snb li a:hover {
    color: #f1ab40;
    font-weight: 500;
}

.snb_area .snb li.active a {
    background: #ea9d27;
    color: #fff;
    font-weight: 500;
    border-color: #ea9d27;
}

.snb_area .snb li.active a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    font-size: 18px;
    margin-top: -2px;
}


/*table*/
.subContent .table.table-type03 {
    margin: 0;
    border-top: 2px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 14px !important;
    border: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 14px;
}

.subContent .table.table-type03 thead tr th {
    color: #333;
    background: #f5f5f5;
}

.subContent .table.table-type03 tbody tr th {
    color: #333;
    text-align: center;
    font-weight: 600;
    background: #f5f5f5
}

.subContent .table.table-type03 tr td {
    color: #666;
}

.subContent .table.table-type03 tr td li,
.subContent .table.table-type03 tr td p {
    font-size: 15px;
    line-height: 1.5;
}

/*company*/
/* #company01 .con1 .col-md-8 {
    padding-left: 60px;
} */
#company01 .con1 p {
    margin-bottom: 25px;
    color: #444;
    font-size: 15px;
    text-align: justify;
    letter-spacing: -0.05em;
}

#company01 .con1 p.text-center {
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
}

#company01 .con1 p.text-center strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

#company01 .con1 img {
    margin-bottom: 10px;
    max-width: 160px;
    width: 100%;
}

#company01 .con1 dl {
    margin-bottom: 10px;
}

#company01 .con1 dl dt {
    font-size: 15px;
    color: #666;
    margin-bottom: 5px;
}

#company01 .con1 dl dd {
    font-size: 14px;
    color: #555;
    margin-top: 0;
}

.history>li {
    margin-bottom: 60px;
}

ul.history {
    position: relative;
    margin-left: 40px;
}

.history .year {
    float: left;
    position: relative;
    padding-left: 60px;
}

.history .year::before {
    content: '';
    top: 16px;
    left: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: #fff;
    border: 3px solid #ea9d26;
    border-radius: 10px;
}

.history::before {
    content: '';
    top: 18px;
    left: 6px;
    width: 29px;
    height: 100%;
    position: absolute;
    border-left: 1px dashed #d8d8d8;
}

.history .year::after {
    content: '';
    top: 21.5px;
    left: 10px;
    width: 35px;
    position: absolute;
    border-top: 1px solid #ea9d3b;
}

.history .year h4 {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    font-weight: 600;
    color: #ea9d27;
    letter-spacing: -0.055em;
    border-bottom: none;
}

.history .detail {
    padding-left: 280px;
    padding-top: 10px;
}

.history .detail .date {
    float: left;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 15px;
}

.history .detail .text {
    padding-left: 95px;
    margin-bottom: 3px;
}

.history .detail .text p {
    position: relative;
    padding-left: 13px;
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.035em;
}

.history .detail .text p::before {
    content: "";
    top: 11px;
    left: 0px;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
}

#company03 .con table.table-comp03 {
    margin-bottom: 30px;
    border-top: 2px solid #30B075;
}

#company03 .con table.table-comp03 tr th {
    background: #D8F3E0;
}

#company03 .con table.table-comp03 tr>* {
    text-align: center;
    font-size: 16px;
}

#company03 .con h5 {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.035em;
    margin: 0 0 15px;
}

#company03 .con h5::before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 4px solid #f1ab3f;
    border-right-color: #6ec29c;
    border-bottom-color: #6ec29c;
    transform: translateY(-50%);
    border-radius: 50%;
}

#company04 .con1 ul {
    padding: 34px 36px;
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
}

#company04 .con1 p.add {
    position: relative;
    font-size: 15px;
    letter-spacing: -0.05em;
    padding-left: 40px;
    margin: 20px 0 10px;
}

#company04 .con1 p.add span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 18px;
    /* transform: translateY(-50%); */
    line-height: 1.3;
}

#company04 .con1 ul li:last-child {
    margin-bottom: 0;
}

#company04 .con1 .clearfix {
    margin-bottom: 40px;
}

#company04 .con1 img {
    width: 100%;
    max-width: 80px;
    float: left;
}

#company04 .con1 .comp04_inner {
    float: left;
    margin-left: 30px;
}

#company04 .con1 .comp04_inner dl dt {
    font-size: 18px;
    margin-bottom: 5px;
}

#company04 .con1 .comp04_inner dl dd span {
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}

#company04 .con1 .comp04_inner dl dd span.G_text {
    background: #3fd64b;
}

#company04 .con1 .comp04_inner dl dd span.P_text {
    background: #aa3fd6
}

#company04 .con1 .comp04_inner dl dd span.B_text {
    background: #316df2
}

/*activity*/
.subContent .nav-justified {
    display: block;
    margin: -10px 0 70px;
    width: 100%;
    /* text-align: center; */
    line-height: 1;
    border-bottom: 1px solid #ccc;
}

.subContent .nav-justified>li {
    /* width: 49.5%; */
    /* margin: 0; */
    /* display: inline-block; */
    width: 50%;
    display: inline-block;
    margin-right: -6px;
    margin-bottom: -1px;
    line-height: 1;
    margin-top: 0 !important;
}

.subContent .nav-justified li a {
    padding: 22px 0;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: -0.04em;
    font-size: 17px;
    color: #333;
    text-align: center;
}

/*
.subContent .nav-justified li>a:focus,
.subContent .nav-justified li>a:hover{
    background-color: #; 
}*/

.subContent .nav-justified li.active {
    margin-bottom: -2px;
}

.subContent .nav-justified li.active a {
    color: #333;
    background: #fff;
    z-index: 1;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #ea9d26;
}

.next_arrow:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -5px;
    top: 38%;
    color: #888;
    transform: translateY(-50%);
}

.next_arrow.last_arrow:after {
    display: none;
}

.next_arrow p {
    text-align: center;
    padding: 10px 0;
    background: #e6930f;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    max-width: 230px;
    margin: 0 auto 15px !important;
}

#activity01 #home .con4 .clearfix,
#activity01 #profile .con1 .clearfix,
#work01_2 .clearfix {
    margin-bottom: 30px;
}

.activity01_p {
    background: #e1eae6;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
}

#activity01 .con dl,
#work01 .con dl,
#work02 .con dl {
    margin-bottom: 60px;
}

#activity01 .con dl:last-child,
#work01 .con dl:last-child {
    margin-bottom: 0;
}

#activity01 #profile .con1 .dl_box ul,
#work01_2 dd ul {
    margin-left: -13px;
}

@media(min-width:768px) {
    #notice05 .con .col-md-3.next_arrow {
        width: 20%
    }
}

#notice05 .con .clearfix {
    margin-bottom: 30px;
}

#notice05 .con .col-md-3.next_arrow p {
    font-size: 14px;
    letter-spacing: -0.1em;
}

#notice05 .con .col-md-12 p {
    margin-bottom: 40px;
}

#notice05 .subTitle {
    margin-bottom: 20px;
}

#notice05 .con .col-md-12>span {
    display: block;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.65;
    margin-top: 20px;
}

p.line_1 {
    padding: 21px 0 22px;
}

#activity01 .con dl dt,
#activity01 .con h5,
#notice05 .con h5,
#work01 .con dl dt,
#work01 .con h5,
#work02 .con dl dt,
#work02 .con h5 {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.035em;
    margin: 0 0 15px;
}

#activity01 .con dl dt:before,
#activity01 .con h5:before,
#notice05 .con h5:before,
#work01 .con dl dt:before,
#work01 .con h5:before,
#work02 .con dl dt:before,
#work02 .con h5:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 4px solid #f1ab3f;
    border-right-color: #6ec29c;
    border-bottom-color: #6ec29c;
    transform: translateY(-50%);
    border-radius: 50%;
}

#activity01 .con dl dd span,
#activity01 .con3 p span,
#work01 .con dl dd span,
#work02 .con dl dd span,
#work01_2 .con1 td p span {
    display: block;
    font-size: 14px;
    color: #777;
    letter-spacing: -0.02em;
}

#activity01 .con dl dd span {
    font-size: 13px;
    color: #888;
}

#activity01 #home .con3 p.text-center,
#work01 #work01_1 .con3 p.text-center {
    font-size: 20px;
}

#activity01 #home .con3 div+p,
#work01 #work01_1 .con3 div+p {
    margin-top: 15px;
}

#work01 .con .table-responsive,
#work02 .con .table-responsive {
    margin-bottom: 60px;
}

#work01 #work01_2 .con1 .table-responsive {
    margin-bottom: 0;
}

#work01_1 .con2 .clearfix {
    margin-bottom: 30px;
}

/*support*/
#support01 .con0 {
    margin-bottom: 100px;
}

.support_inner {
    padding: 32px 32px 35px;
    border: 1px solid #d8d8d8;
    min-height: 250px;
    border-top: 4px solid #efac45;
    border-radius: 18px 18px 4px 4px;
}

#support01 .con0>div:nth-child(2) .support_inner {
    border-top: 4px solid #6ec29c;
}

.support_inner dl {
    margin: 0;
}

.support_inner dl dt {
    /* font-size: 22px; */
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.035em;
    margin: 0 0 20px;
}

.support_inner dl dd {
    font-size: 14px;
    line-height: 1.6;
}

.support_inner dl dd:before {
    content: "";
    top: 8px;
    left: 4px;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
}

#support01 .con0 p {
    border: 1px solid #d8d8d8;
    margin: 30px 0 0;
    padding: 12px 20px;
    background: #f8f8f8;
    border-radius: 4px;
}

.sup_title {
    margin: 100px 0 40px;
}

.subContent .sup_title h4 {
    margin-bottom: 20px;
}

.subContent .sup_title h4+p {
    margin-top: 10px;
    /* width: 80%; */
}

#frm_data_5 {
    width: 100%;
}

#wr_email {
    width: 250px
}

#item_4 td {
    text-align: center;
    font-weight: 500;
    padding: 15px 0 !important;
}

/* inquiry */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    padding: 10px 10px;
    vertical-align: top;
    position: relative;
}

.board_wrapper .table.board_write_table tbody tr th {
    padding: 20px 20px;
}

.board_wrapper .table.board_write_table tr th,
.board_wrapper .table.board_write_table tr td,
.board_wrapper .table.board_write_table tr td p {
    font-size: 14px;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #ff0000
}


/* board */
.board_wrapper {
    margin-top: 0;
    letter-spacing: -0.03em;
}

.table.table_default thead th {
    background-color: #f6f6f6;
    border-bottom-color: #ddd;
}

.table.table_default tbody .subject a:hover {
    color: #ea9220;
    text-decoration: underline;
}

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

.board_data_view .header_wrap .title {
    border-bottom: none;
    padding-bottom: 0;
}

.board_wrapper .reply_wrap h4 {
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
}

.table_blog2 dd {
    margin-top: 0 !important;
}

.table_blog2 dd .inner {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.table_blog2 dd .inner:hover {
    border-color: #ea9220;
}

.table_blog2 dd .inner .title a {
    text-decoration: none;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #ea9220;
}

/* btn */
.btn {
    font-size: 15px !important;
    font-weight: 400;
    text-decoration: none !important;
}

.btn.btn-primary {
    background-color: #ea9220;
    border: 1px solid #ea9220;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #d17500;
    border: 1px solid #d17500;
}

.btn.btn-dark {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

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

#work01_2 .download_btn,
#activity01 .download_btn,
#work02 .download_btn {
    position: absolute;
    right: 20px;
    text-decoration: none;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 16px;
    color: #fff;
    padding: 8px 18px;
    background: #57bf90;
    font-weight: 500;
    border-radius: 3px;
    z-index: 6;
}

#work02 .download_btn {
    top: -10px
}

#activity01 [class^="download_btn"] {
    width: 215px;
    text-align: center;
    padding: 8px 0;
}

#activity01 .download_btn02,
#work01_2 .download_btn02 {
    top: 45px;
    width: 215px;
    text-align: center;
    background: #f2ac42;
}

#activity01 .download_btn03 {
    top: 90px;
    padding: 8px 12px;
}

#activity01 .download_btn04 {
    top: 135px;
    padding: 8px 12px;
}

#work01_2 .download_btn:hover,
#activity01 .download_btn:hover,
#work02 .download_btn:hover {
    background: #39a775;
}

#activity01 .download_btn02:hover,
#work01_2 .download_btn02:hover {
    background: #ee9307;
}

.subContent #work01_2 .table.table-type03 tr td p {
    margin-top: 10px;
}

/* #work02 .subTitle p{    
    font-size: 18px;
    margin-top: 20px;
}
#work02 .con1 p {
    margin-bottom: 30px;
} */
#work02 .subContent .table.table-type03 tr td {
    text-align: center;
}

#work02 .subContent .table.table-type03 tr td ul li {
    text-align: left;
}

.support_inner dl dt a {
    font-size: 14px;
    float: right;
    text-decoration: none;
    color: #fff;
    padding: 8px 18px;
    background: #57bf90;
    font-weight: 500;
    border-radius: 3px;
}

.support_inner dl dt a:hover {
    background: #39a775;
}

.family {
    position: absolute;
    right: 0;
    top: 0;
}

#site footer .family>a {
    float: right;
    margin-left: 15px;
}
#site footer .family>.wrap-btn {
    display: inline-block;
    margin-right: 15px;
}
#site footer .family>.wrap-btn>a {
    display: inline-block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid #7f858c;
    padding: 8px;
    margin-left: 0;
    text-align: center;
}

#site footer .family>a img {
    max-width: 35px;
    transition: all ease .3s;
}

#site footer .family>a:hover img {
    opacity: 1;
}

#site footer .family>.wrap-btn>a:hover {
    color: #fff;
}

.family label {
    display: none;
}

.family select {
    background: transparent;
    padding: 6px;
    width: 200px;
    height: 35px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid #7f858c;
}

.family input {
    background: #7f858c;
    box-shadow: none;
    border: none;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: 500;
    height: 35px;
}

.family select option {
    background: #fff;
    padding: 5px;
    color: #2a333f;
    display: block;
}

.plus_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
    opacity: .7;
    transition: all ease .3s;
}

.plus_btn img {
    max-width: 35px;
}

.plus_btn:hover {
    opacity: 1;
}

.bbs-top {
    text-align: center;
    padding: 50px;
    border: 3px solid #f1ab3e;
    background: #fff6e7;
    margin-bottom: 70px;
}

.bbs-top p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.45;
    color: #555;
}

.bbs-top a {
    position: relative;
    display: inline-block;
    color: #45b582;
    font-weight: 900;
    font-size: 29px;
    letter-spacing: -0.05em;
    padding-bottom: 2px;
    border-bottom: 3px solid;
}

.bbs-top i {
    margin-right: 15px;
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #45b582;
    font-size: 22px;
    color: #fff;
}

#company05 .subContent .con1 .row.flex{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
#company05 .subContent .con1 .row.flex .col-sm-10{
    padding-left: 40px;
}
#company05 .subContent .con1 h4{
    font-weight: 600;
    border: 0;
    font-size: 22px;
    margin: 0;
}
#company05 .subContent .con1 .mission{
    text-align: center;
    position: relative;
    margin-top: 35px;
    margin-bottom: 25px;
}
#company05 .subContent .con1 .mission::before,
#company05 .subContent .con1 .mission::after{
    content: '';
    display: block;
    width: 40px;
    height: calc(100% + 60px);
    border: 17px solid #eee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#company05 .subContent .con1 .mission::before{
    content: '';
    display: block;
    border-right: 0;
    left: 0;
}
#company05 .subContent .con1 .mission::after{
    content: '';
    display: block;
    border-left: 0;
    right: 0;
}
#company05 .subContent .con1 .mission p{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #444;
}
#company05 .subContent .con1 .mission p.motto{
    margin-top: 2px;
    font-size: 25px;
    color: #000;
}
#company05 .subContent .con1 .vision{
    background: #db8708 url(/public/img/sub/bg_ptn.png);
    text-align: center;
    padding: 45px;
    border-radius: 15px;
}
#company05 .subContent .con1 .vision p{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.5;
}
#company05 .subContent .con1 .value{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
#company05 .subContent .con1 .value .box{
    width: 25%;
    text-align: center;
    position: relative;
}
#company05 .subContent .con1 .value .box p{
    width: 150px;
    line-height: 140px;
    border: 5px solid #7cc8a6;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto;
    letter-spacing: -0.05em;
}
#company05 .subContent .con1 .strategy{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
#company05 .subContent .con1 .strategy .box{
    width: 25%;
    text-align: center;
    position: relative;
}
#company05 .subContent .con1 .strategy .box p{
    width: 150px;
    height: 150px;
    background: #e0f2ea;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    letter-spacing: -0.05em;
}
#company05 .subContent .con1 .strategy .box p > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    line-height: 1.4;
    padding: 0 10px;
}
#company05 .subContent .con1 .objective{
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 15px;
}
#company05 .subContent .con1 .objective .box{
    max-width: calc(100% / 3);
    text-align: center;
    position: relative;
}
#company05 .subContent .con1 .objective .box p{
    width: 210px;
    height: 150px;
    background: #fff;
    border: 7px solid #e2b1f7;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    letter-spacing: -0.05em;
    position: relative;
}
#company05 .subContent .con1 .objective .box p > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.4;
    padding: 0 10px;
}
#company05 .link_btn {
    width: 230px;
    display: inline-block;
    margin-top: 30px;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
    text-align: center;
    text-decoration: none;
    background: #f2ac42;
    border-radius: 3px;
}
#company05 .link_btn:hover {
    background: #ee9307;
}

/*mobile*/
@media(max-width:767px) {
    .carousel-caption h1 .top {
        font-size: 22px;
        margin-bottom: 5px;
        padding: 0;
    }

    .carousel-caption h1 {
        font-size: 22px;
    }

    .carousel-caption {
        left: 5%;
        top: 5%;
        transform: translate(0);
    }

    #mainCarousel .carousel-inner .item {
        height: 300px;
    }

    .carousel-inner>.item:nth-child(2) .carousel-caption h1,
    .carousel-inner>.item:nth-child(3) .carousel-caption h1 {
        font-size: 22px;
    }

    .carousel-inner>.item:nth-child(1) .carousel-caption a.slide_btn,
    .carousel-inner>.item:nth-child(2) .carousel-caption a.slide_btn,
    .carousel-inner>.item:nth-child(3) .carousel-caption a.slide_btn {
        width: 150px;
        height: 45px;
        line-height: 45px;
        font-size: 19px;
        margin-top: 0px;
    }
    .carousel-inner>.item:nth-child(1) .carousel-caption a.slide_btn {
        font-size: 16px;
    }

    .main_con01 {
        padding: 40px 0;
    }

    .main_bbs02 .board_box_blog2 .row>div {
        margin-bottom: 20px;
    }

    .main_bbs02 .board_box_blog2 .row>div:last-child {
        margin-bottom: 0;
    }

    .main_con01>.container>.row {
        margin: 0 -15px;
    }

    .main_con01>.container>.row>div {
        padding: 0 15px;
    }

    .main_contact li {
        letter-spacing: -0.04em;
        font-size: 13px;
    }

    .main_business .board_box_list li {
        font-size: 14px;
    }

    .main_business .page-header {
        margin: 0 0 10px;
    }

    div[class^="board_box_"] .page-header h4 {
        font-size: 22px;
    }

    .navbar-brand>img {
        width: 100%;
        max-width: 180px;
    }

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

    #site {
        padding-top: 108px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 20px 30px 10px;
        font-size: 16px;
        text-align: left;
    }

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

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 30px
    }

    .snb_area .snb {
        display: none;
    }

    .subContent>.container .row>.col-md-10 {
        padding-left: 15px;
    }

    .subTitle {
        padding: 0 0 15px;
    }

    .snb_area {
        padding-top: 60px;
    }

    .subTitle h3 {
        font-size: 24px;
    }

    .subTitle .breadcrumb li {
        font-size: 12px;
    }

    #company01 .con1 img {
        margin-bottom: 30px;
    }

    #company01 .con1 p {
        margin-bottom: 15px;
    }

    #company01 .con1 p.text-center {
        margin: 0
    }

    .history .year {
        float: none;
        padding-left: 40px;
    }

    ul.history {
        margin-left: 0;
    }

    .history .year::after {
        width: 20px;
    }

    .history .year h4 {
        padding-bottom: 0;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .history .detail {
        padding-left: 40px;
    }

    #company04 .con1 iframe {
        height: 250px !important;
    }

    #company04 .con1 p.add {
        margin-bottom: 0;
        margin-top: 20px;
        padding: 0
    }

    #company04 .con1 p.add span {
        position: static;
        display: block;
    }

    #company04 .con1 img {
        display: none;
    }

    #company04 .con1 .comp04_inner {
        margin-left: 0;
    }

    #company04 .con1 .comp04_inner dl dt {
        margin-bottom: 10px;
    }

    .subContent h4 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    #company04 .con1 .comp04_inner dl dd span {
        margin-right: 5px;
    }

    .subContent .nav-justified {
        margin: -10px 0 40px;
    }

    .subContent .nav-justified li a {
        font-size: 14px;
        padding: 15px 0;
    }

    .plus_btn {
        transform: translateY(0);
    }

    .plus_btn img {
        max-width: 25px;
    }

    .next_arrow {
        margin-bottom: 15px;
    }

    #activity01 .con4 div:nth-of-type(3).next_arrow:after,
    #activity01 .con1 .row div:nth-of-type(3).next_arrow:after,
    #work01 .con2 .row div:nth-of-type(2).next_arrow:after,
    #work01 .con2 div:nth-of-type(3).next_arrow:after,
    #notice05 .con1 div:nth-of-type(3).next_arrow:after,
    #notice05 .con1 div:nth-of-type(5).next_arrow:after {
        right: 0;
    }

    #activity01 #home .con4 .clearfix,
    #activity01 #profile .con1 .clearfix,
    #work01_2 .clearfix {
        margin-bottom: 20px;
    }

    #work01_2 .download_btn,
    #activity01 .download_btn,
    #work02 .download_btn {
        top: 130px;
        width: 170px;
        padding: 8px 10px;
        font-size: 13px;
    }

    #activity01 .download_btn02,
    #work01_2 .download_btn02 {
        top: 165px;
        width: 170px;
    }

    .activity01_p {
        padding: 18px;
    }

    #work01_2 .download_btn {
        top: 235px;
    }

    #work01_2 .download_btn02 {
        top: 275px;
    }

    #work02 .download_btn {
        width: 220px;
        text-align: center;
        top: 125px;
    }

    .subTitle .breadcrumb {
        display: none;
    }

    .table.table_default .hit,
    .table.table_default .num,
    .table.table_default colgroup {
        display: none;
    }

    .table.table_default .subject {
        width: 60%;
    }

    .table.table_default .regdate {
        width: 40%;
    }

    .table.table_default tr th,
    .table.table_default tr td {
        font-size: 14px;
        padding: 10px 15px;
    }

    .table_blog2 dd {
        padding: 0 5px;
    }

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

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

    .table_blog2 dd .inner .bottom .title a {
        font-size: 16px;
    }

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

    .table_blog2 dd .inner .bottom .info span.hits {
        display: none;
    }

    .support_inner {
        padding: 20px;
        margin-bottom: 30px;
        min-height: auto;
    }

    #frm_data_6 {
        width: 250px;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding-right: 60px;
        padding-left: 60px;
    }

    #site footer .footer-info {
        padding: 35px 0;
        /* padding: 35px 0 80px */
    }

    .family {
        position: static;
        /* top: auto;
        bottom: -50px;
        right: auto;
        left: 15px; */
    }
    #site footer .family>.wrap-btn {
        margin: 20px 0 10px;
    }
}