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

@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream3.eot');
    src: url('/public/font/SCDream/SCDream3.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream3.woff') format('woff'),
            url('/public/font/SCDream/SCDream3.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream5.eot');
    src: url('/public/font/SCDream/SCDream5.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream5.woff') format('woff'),
            url('/public/font/SCDream/SCDream5.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream6.eot');
    src: url('/public/font/SCDream/SCDream6.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream6.woff') format('woff'),
            url('/public/font/SCDream/SCDream6.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream';
    src: url('/public/font/SCDream/SCDream7.eot');
    src: url('/public/font/SCDream/SCDream7.eot?#iefix') format('embedded-opentype'),
            url('/public/font/SCDream/SCDream7.woff') format('woff'),
            url('/public/font/SCDream/SCDream7.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Roboto', 'notokr', sans-serif;
    letter-spacing: -0.028em;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #1971c2;
    border-color: #1971c2;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #1864ab;
    border-color: #1864ab;
}

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

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

.navbar-inverse .navbar-brand img{height: 38px;margin-top: 2px;}

.navbar-inverse .navbar-nav > li > a{font-size: 18px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#0070a3;}

.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:#fff;color:#0070a3;}

@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:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#0070a3;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#0070a3;}
 .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;
    border-radius:0;
    border: 1px solid #ccc;
    padding: 8px;
    -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
    box-shadow:0px 4px 8px rgba(0,0,0,.125);
    background:#fff;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-name: fadeInRight;
    }
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 7px 20px 6px;text-align:center;font-size: 15px;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: #5eb149;color: #fff;}
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 30px 35px;}
}

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

.carousel-caption {text-shadow: 0px 0px 8px rgba(0,0,0,0.6);}
.carousel-caption h1 {
    margin: 0;
    /*margin: 0 0 30px;*/
    font-size: 70px;
    font-weight: 700;
    font-family: 'Roboto', 'SCDream';
}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:50px;height:6px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #f5f5f5;color: #666;}
#site footer .footer-info{padding: 50px 0;}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right:15px;line-height:24px;}
#site footer .footer-info ul li.copy{font-size: 12px;color:#999;letter-spacing: 0em;}


/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 700px;}
#mainCarousel .carousel-caption p{
    font-size: 38px;
    font-weight: 700;
    font-family: 'Roboto', 'SCDream';
}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:300px}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:20px;}
}

#section_ea5d2f {
  padding: 60px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

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

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
    #section_ea5d2f div[class^="board_box_"] {width: 50%;}
    #section_ea5d2f div[class^="board_box_"]:nth-child(1) {padding-right: 30px;}
    #section_ea5d2f div[class^="board_box_"]:nth-child(2) {padding-left: 30px;}
}

.board_box_list > .page-header {
    margin: 0 0 20px;
}
.board_box_list > .page-header h4 {
    font-size: 23px;
}
.board_box_list .info {
    font-size: 14px;
}
.board_box_list .info .hits {
    display: none;
}
.board_box_list ul li a {
    font-size: 17px;
}

.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 {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 추가 스타일 */
.mainPage {
    background: #0b3b62;
}
.mainPage .container > div {
    padding: 0;
}
.mainPage .name {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    opacity: .2;
    letter-spacing: 0em;
}
.mainPage .right {
    margin: auto;
    padding: 0;
}
.mainPage .main-link {
    position: relative;
}
.mainPage .main-link > a {
    width: 100%;
    display: inline-block;
    padding: 35px 70px;
}
.mainPage .main-link > a:hover {
    background: #2c81c5;
}
.mainPage .main-link .wrap-icon {
    float: left;
    margin-left: 20px;
}
.mainPage .main-link h4 {
    display: inline-block;
    margin: 12px 0 0 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1em;
    font-family: 'SCDream';
}
.mainPage .left {
    position: absolute;
    left: 20px;
    width: auto;
}
.mainPage .right > div {padding: 0;}
.mainPage .main-link > a::after {content: '';display: block;width: 1px;height: 35px;background: #000;position: absolute;right: 0;top: 50%;transform: translateY(-50%);opacity: 0.4;}
.mainPage .right > div:last-child .main-link > a::after {
    display: none;
}
/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 250px;
    color: #fff;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .wrap-title {
    padding: 100px 0 0;
}
.subPage > .pageTop .wrap-title > h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 400;
    font-family: 'Roboto', 'SCDream';
    letter-spacing: -0.06em;
}
.subPage > .pageTop .wrap-title > p {
    margin: 8px 0 0 5px;
    font-size: 17px;
    font-weight: 300;
    opacity: .9;
}

/* Breadcrumb */
.subPage .breadcrumb {
    right: 15px;
    bottom: 20px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
    text-align: right;
    background-color: transparent;
    opacity: 0.7;
}
.breadcrumb>li+li:before {
    font-size: 11px;
    padding: 0 3px;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    left: -10px;
    position: absolute;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Link */
.subPage .link {
    border-bottom: 1px solid #ddd;
}
.subPage .link ul > li > a {
    padding: 23px 0;
    font-size: 17px;
    color: #777;
    letter-spacing: -0.04em;
    line-height: 1;
    text-decoration: none;
}
.subPage .link ul > li.active > a {
    font-weight: 500;
    color: #333;
}
.subPage .link ul > li > a::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    position: absolute;
    background: transparent;
    transition: all ease-in-out .15s;
}
.subPage .link ul > li.active > a::after {
    background: rgb(251,199,50);
    background: -moz-linear-gradient(90deg, rgba(251,199,50,1) 0%, rgba(56,165,53,1) 50%, rgba(0,141,203,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(251,199,50,1) 0%, rgba(56,165,53,1) 50%, rgba(0,141,203,1) 100%);
    background: linear-gradient(90deg, rgba(251,199,50,1) 0%, rgba(56,165,53,1) 50%, rgba(0,141,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbc732",endColorstr="#008dcb",GradientType=1);
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    background: none;
}
.subPage .link ul > li:not(.active) > a:hover {
    color: #333;
}
.subPage .link ul > li:not(.active) > a:hover::after {
    background: #008dcb;
}
.subPage > .contents {
    padding: 100px 0 150px;
}

.space-bottom {
    margin-bottom: 80px;
}

.title-lv-1 {
    margin: 0 0 80px;
    font-size: 42px;
    font-weight: 300;
    font-family: 'Roboto', 'SCDream';
    color: #222;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-align: center;
}
.title-lv-3 {
    position: relative;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #333;
}
.title-lv-3::before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 12px;
    top: 13px;
}
.title-lv-3::after {
    content: '';
    top: 7px;
    right: 0px;
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50px;
    border: 4px solid #68b83d;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 4px;
}
.list-dot > li {
    padding-left: 10px;
    margin-bottom: 5px;
}
.list-dot > li::before {
    content: '';
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    position: absolute;
    background-color: #333;
    border-radius: 10px;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 15px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
  text-align: center;
}

table.tb-style-1 {
  border-top: 1px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
  background-color: #f6f6f6;
}

/* 협회개요 (페이지) */
.box-text {
    padding: 30px 30px 20px;
    word-break: keep-all;
    background: #f6f6f6;
}
.box-text p > strong {
    font-size: 16px;
}
.wrap-history {
    padding-top: 5px;
}
ul.list-history {
    position: relative;
}
ul.list-history::before {
    content: '';
    top: 6px;
    left: 6px;
    height: 95%;
    position: absolute;
    border-left: 1px solid #ddd;
}
ul.list-history > li {
    margin-bottom: 15px;
    padding-left: 40px;
}
ul.list-history > li .date {
    margin: 0;
    position: relative;
    font-size: 21px;
    letter-spacing: -0.034em;
}
ul.list-history > li .date::before {
    content: '';
    top: 5px;
    left: -40px;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #f5a626;
    border: 3px solid #ffd35e;
    border-radius: 100%;
}
ul.list-history > li .desc {
    width: 85%;
    display: inline-block;
    font-size: 16px;
    margin: 6px 0 15px;
    line-height: 1.1em;
}
#summary .con-right, #member .con-right {
    padding-left: 50px;
}
#summary #row4 img {
    padding-top: 20px;
}
/* 인사말 (페이지) */
#greeting .text {
    word-break: keep-all;
}
#greeting .text h4 {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1.45em;
}
#greeting .text h4 > strong {
    color: #0070a3;
}
#greeting .text p {
    margin: 0 0 30px;
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1.7em;
}
#greeting .text .from {
    margin-top: 50px;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
}
/*
#greeting .text .from > .name {
    padding-left: 8px;
    font-size: 20px;
    font-weight: 600;
}
*/

/* 협회 회원사 (페이지) */
#member .con-right {
    width: 80%;
}
#member .con-left {width: 20%;}
#member ul.list-member > li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
}
#member ul.list-member > li a {
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border: 2px solid #eee;
}
#member ul.list-member > li a:hover {
    border-color: #008dcb;
}
#member ul.list-member > li h4.name {
    margin: 10px 0 0;
    font-size: 16px;
    text-align: center;
}
#member #row1 > .left {
    padding: 0 30px 0 5px;
}
#member #row1 > .left ul.list-member > li {
    width: 100%;
}
#member #row1 .right {
    padding: 0 10px 0 0;
}
#member #row2 ul.list-member {
    /* margin: 0 -10px; */
}
#member #row3 ul.list-member > li {margin-bottom: 20px;}
#member #row2 ul.list-member > li a {
    padding: 25px 20px 35px;
}
#member #row3 ul.list-member > li h4.name {
    margin: 0;
}
#member #row3 ul.list-member > li a {
    padding: 25px 20px;
}
/* 오시는길 (페이지) */
#location .contact {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 30px 25px 27px 20px;
    color: #fff;
    background: #143b5d;
}
#location .contact .addr {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.034em;
}
#location .contact .addr i {
    padding-right: 5px;
    color: #fbc732;
}
#location ul.list-contact {
    float: right;
    display: inline-block;
    margin: 0;
}
#location ul.list-contact > li {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: 300;
}
#location ul.list-contact > li+li {
    margin-left: 20px;
}
#location ul.list-contact > li h5 {
    float: left;
    margin: 10px 11px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffe087;
    letter-spacing: 0.034em;
}

/* 국제보트쇼 참가지원사업 (페이지) */
[id^='business'] .title-lv-3::before, [id^='business'] .title-lv-3::after {
    display: none;
}

.subPage[id^='business'] h3 > .period {
    padding-left: 8px;
    font-size: 22px;
    font-weight: 500;
    color: #555;
}
.subPage[id^='business'] table > tbody > tr > th {
    width: 11%;
}
.subPage[id^='business'] table > tbody > tr > td {
    width: 39%;
    padding: 20px 11px;
    font-size: 15px;
    word-break: keep-all;
}
.subPage[id^='business'] table > tbody > tr > td ul {
    margin-bottom: 0;
}
.subPage[id^='business'] table > tbody > tr > td ul > li {
    margin-bottom: 2px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.table.table_default tr th, 
.table.table_default tr td {
    font-size: 15px;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}
.board_data_view {
    border-top: 1px solid #999;
}
.board_data_view .header_wrap {
    padding: 40px 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    line-height: 1.25em;
}
.board_data_view .header_wrap .info {
    margin-top: 12px;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.table.table_default tbody .subject a {
    font-size: 17px;
}
.table.table_default tbody tr .num {
    font-weight: 400;
}
.table.table_default tbody .subject {
    padding: 18px 15px;
}
.board_wrapper .table.table_default tr th {
    background: #fff;
}
.board_wrapper .table.table_default {
    border-top: 1px solid #999;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 9px 10px 7px;
}

/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .mainPage {padding: 15px 0;}
    .mainPage .left {
        position: static;
        text-align: center;
    }
    #member .con-left, #member .con-right {width: 100%;}
    #summary .con-right, #member .con-right {padding-left: 15px;}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site {padding-top: 60px;}
    .navbar-inverse {
        position: fixed;
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-brand img {
        height: 25px;
        margin-top: -3px;
    }
    .navbar-inverse .navbar-nav {margin: 10px -15px;}
    .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
    .navbar-inverse .navbar-nav > li > a {
        padding: 12px 15px;
        font-size: 16px;
    }
    .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 {
        color: #fff;
        background: #0070a3;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu {padding: 10px 0;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 5px 25px;
        font-size: 15px;
        color: #111;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #5eb149;
    }

    .mainPage .container-fluid {padding: 0;}
    .mainPage .main-link > a {padding: 15px 15px 15px 30px;}
    .mainPage .main-link > a::after {display: none;}
    .mainPage .main-link .wrap-icon {margin-left: 0;}
    .mainPage .main-link h4 {font-size: 17px;}
    #section_ea5d2f {padding: 40px 0;}
    .board_box_list > .page-header h4 {font-size: 20px;}
    .board_box_list ul li a {font-size: 15px;}
    
    #site footer .footer-info {padding: 30px 0;}
    #site footer .footer-info img {
        height: 22px;
        margin-bottom: 15px;
    }
    #site footer .footer-info ul li {
        font-size: 13px;
        line-height: 22px;
    }
    #site footer .footer-info ul li.copy {font-size: 10px;}

    .subPage > .pageTop {height: 170px;}
    .subPage > .pageTop .wrap-title {padding: 48px 0 0;}
    .subPage > .pageTop .wrap-title > h2 {font-size: 35px;}
    .subPage > .pageTop .wrap-title > p {
        margin: 5px 0 0 5px;
        font-size: 14px;
        word-break: keep-all;
    }
    .subPage .breadcrumb {
        bottom: 12px;
        font-size: 11px;
    }
    .subPage .link {
        margin-top: 15px;
        border-bottom: none;
    }
    .subPage .link ul > li > a {
        padding: 11px 0;
        font-size: 14px;
        border: 1px solid #ddd;
    }
    .subPage .link ul > li {
        float: left;
        width: 50%;
        padding: 0 3px;
    }
    .subPage .link ul > li.active > a {
        color: #fff;
        background: rgb(251,199,50);
        background: -moz-linear-gradient(90deg, rgba(251,199,50,1) 0%, rgba(56,165,53,1) 50%, rgba(0,141,203,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(251,199,50,1) 0%, rgba(56,165,53,1) 50%, rgba(0,141,203,1) 100%);
        background: linear-gradient(90deg, rgba(251,199,50,1) 0%, rgba(56,165,53,1) 50%, rgba(0,141,203,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbc732",endColorstr="#008dcb",GradientType=1);
        border-color: #fff;
    }
    .subPage .link ul > li.active > a::after {display: none;}
    .subPage > .contents {padding: 60px 0 80px;}
    .title-lv-1 {
        margin: 0 0 50px;
        font-size: 38px;
    }
    .title-lv-3 {
        margin: 0 0 20px;
        padding-left: 22px;
    }
    .title-lv-3::before {display: none;}
    .title-lv-3::after {
        top: 6px;
        right: auto;
        left: 0;
    }
    .space-bottom {margin-bottom: 50px;}
    .box-text {padding: 20px 20px 10px;}
    
    ul.list-history > li {padding-left: 30px;}
    ul.list-history > li .date::before {left: -30px;}
    ul.list-history > li .desc {line-height: 1.3em;}
    #greeting .image {
        padding: 0 40px;
    }
    #greeting .text h4 {
        margin: 40px 0 30px;
        font-size: 22px;
        text-align: center;
    }
    #member ul.list-member > li {width: 50%;}
    #member #row2 ul.list-member > li a {padding: 20px 15px;}
    #member ul.list-member > li h4.name {
        margin: 5px 0 20px;
        font-size: 15px;
    }
    #member #row3 ul.list-member > li a {padding: 25px 10px;}
    #member #row3 ul.list-member > li h4.name {font-size: 14px;}
    #location .root_daum_roughmap {height: 280px;}
    #location .contact {
        padding: 25px 10px;
        word-break: keep-all;
    }
    #location ul.list-contact > li {font-size: 20px;}
    #location ul.list-contact > li+li {margin-left: 0;}
    #location .contact .addr {
        margin-bottom: 15px;
        font-size: 17px;
    }
    .subPage[id^='business'] .link ul > li > a {font-size: 13px;}
    .subPage[id^='business'] .title-lv-1 {font-size: 33px;}
    .subPage[id^='business'] .title-lv-3 {
        padding-left: 0;
        font-size: 22px;
    }
    .subPage[id^='business'] h3 > .period {
        display: block;
        padding: 8px 0 0;
    }
    .subPage[id^='business'] table > tbody > tr > th,
    .subPage[id^='business'] table > tbody > tr > td {
        width: 100%;
        display: inline-block;
    }
    #business2 .title-lv-1 {
        word-break: keep-all;
        line-height: 1.3em;
    }

    .board_wrapper .table colgroup, .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {display: none;}
    .board_wrapper .table .subject {width: 55%;}
    .board_wrapper .table .writer {width: 20%;}
    .board_wrapper .table .regdate {width: 25%;}
  
    .board_data_view .header_wrap {padding: 30px 10px;}
    .board_data_view .header_wrap .title {
        font-size: 25px;
        line-height: 1.25em;
    }
    .table.table_default tr th, .table.table_default tr td {padding: 10px;font-size: 14px;}
    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px;
    }
    .table.table_default tbody .subject a {font-size: 15px;}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
      width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn {margin-top: 20px;}
    .member_wrapper {
      padding-top: 60px;
      padding-bottom: 100px;
    }
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar-inverse .navbar-nav > li > a {padding: 20px 15px;}
    .navbar-inverse .navbar-brand img {
        height: 30px;
        margin-top: -4px;
    }
    #mainCarousel .carousel-inner .item {height: 600px;}
    .mainPage .left, .mainPage .right {width: 100%;}
    .mainPage .main-link > a {padding: 28px 0;}
    .con-left, #summary .con-right, #member .con-right {width: 100%;}
    #member #row3 ul.list-member > li a {padding: 25px 5px;}
    #member #row3 ul.list-member > li h4.name {font-size: 15px;}
    #location ul.list-contact {text-align: right;}
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    .mainPage .container-fluid,
    .mainPage .right {width: 1170px;}
    #greeting .image {padding: 0 40px 0 70px;}
    #greeting .text {padding: 0 80px 0 40px;}
}
/******* 모바일 최적화 끝 *******/