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

#site {
    padding-top: 0;
    font-size: 15px;
    font-family: 'Roboto', 'notokr', sans-serif;
    color: #333;
    letter-spacing: -0.03em;
}

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;
}

/* 메뉴 상단 */
.menu-top {
    text-align: right;
    height: 33px;
    color: #fff;
    background: #70a6d8;
}
.menu-top ul {
    margin: 0;
}
.menu-top ul > li {
    display: inline-block;
    color: #fff;
    opacity: 1;
    font-size: 13px;
    line-height: 33px;
    letter-spacing: 0em;
}
.menu-top ul > li + li {
    margin-left: 15px;
}
.menu-top ul > li + li:hover{
    opacity:1;
}
.menu-top ul > li a {
    text-decoration: none;
}
.menu-top #non-member,
.menu-top #member,
.menu-top #member ul > li#adm {
    display: none;
}

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

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

.navbar-inverse .navbar-brand img{margin-top: 5px;}

.navbar-inverse .navbar-nav > li > a{font-size:17px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#204b82;}

.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:#204b82;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:14px 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:#204b82;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#204b82;}
 .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:1px solid #d5d5d5;padding:0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow: 0px 4px 8px rgba(0,0,0,0.07);}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{
    padding: 12px 15px;
    font-weight: 500;
    color: #666;
    text-align: center;
 }
 .navbar-inverse .navbar-nav .dropdown-menu>li+li>a {border-top: 1px solid #e2e2e2;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{
    background: #f4f6f9;
    color: #1f4b82;
    }
}

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

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

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

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

/* 푸터 */
#site footer{margin-top:0px;color: #999;background:#2f343e;/*border-top: 1px solid #eee;*/}
#site footer .footer-info{padding:45px 0}
#site footer .footer-info>.container{position: relative;}
#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;letter-spacing: 0em;}
#site footer .footer-info ul li.copy {
    font-size: 12px;
    color: #888;
}
#site footer .footer-info ul li:first-child {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.034em;
    color: #ddd;
}
#site footer .footer-info .logo {
    top: 0;
    right: 0;
    position: absolute;
}
#site footer .footer-info .logo > a {
    display: inline-block;
    padding: 12px;
    background: rgba(255,255,255,0.1);
    border: 1px solid transparent;
    transition: none;
}
#site footer .footer-info .logo > a img {
    opacity: 0.9;
}
#site footer .footer-info .logo > a:hover {
    border-color: #777;
}
#site footer .footer-info .logo > a:hover img {
    opacity: 1;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:450px}
.carousel-caption h1 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.carousel-caption p {
    font-weight: 300;
    font-size: 22px;
    word-break: keep-all;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.35;
}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:280px}
 #mainCarousel .carousel-caption h1{font-size:23px}
 #mainCarousel .carousel-caption p{font-size:17px;line-height:1.4em;}
 .carousel-caption {
    right: 8%;
    left: 8%;
 }
}

#section_35f4a8 > .container {
  padding: 20px 15px 0;
  background: #ecf2f6;
}

#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_35f4a8 div[class^="board_box_"] {
        width: 49%;
        padding: 30px 30px 25px;
        min-height: 270px;
        border: 1px solid #d5e0e6;
        box-shadow: 1px 1px 2px rgb(204 220 239);
    }
    #section_35f4a8 div[class^="board_box_"]:nth-child(odd) {
        /*background: #f7f7f7;*/
        background: #fff;
        margin-right: 1%;
        margin-bottom: 20px !important;
    }
    #section_35f4a8 div[class^="board_box_"]:nth-child(even) {
        /*background: #f7f7f7;*/
        background: #fff;
        margin-left: 1%;
        margin-bottom: 20px !important;
    }
}

.board_box_blog2 .row {
  margin: 15px -5px 0;
}

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

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

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

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

#main_wrapper {
    background-color: #ecf2f6;
}
.board_box_list ul li a {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
}
.board_box_list ul li a::before {
    content: '';
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1d4dac;
    border-radius: 10px;
}
.board_box_list ul li a:hover {
    color: #1d4dac;
}
.board_box_list ul li .hits {
    display: none;
}

div[class^="board_box_"] .page-header {
    margin: 0 0 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
div[class^="board_box_"] .page-header .pull-right {
    margin-top: 4px;
    font-size: 14px;
    color: #999;
}
div[class^="board_box_"] .page-header .pull-right:hover {
    color: #1d4dac;
}
div[class^="board_box_"] .page-header h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.06em;
    margin: 0;
}
#section_35f4a8 div[class^="board_box_"] ul li {
    padding: 4px 0;
}

#main1 .row1 {margin: 0 -20px;}
#main1 .row1 > div[class^="col-"] {padding: 0;}

.mainPage .main-link {
    float: left;
    width: 20%;
    padding: 0 5px;
}
.mainPage .main-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    margin: 10px 0 0;
    border: 3px solid #cddfee;
}
.mainPage .main-link > a::before,
.mainPage .main-link > a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.mainPage .main-link > a::before {
    top: -3px;
    left: -3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}
.mainPage .main-link > a::after {
    right: -3px;
    bottom: -3px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.mainPage .main-link > a:hover,
.mainPage .main-link > a:hover {
    background: #f9fbfc;
}
.mainPage .main-link > a:hover::before,
.mainPage .main-link > a:hover::after {
    width: 102.5%;
    height: 105.5%;
    border-color: #1d4dac;
}
.mainPage .main-link .icon {
    float: left;
    width: 50%;
    margin: 5px auto 0;
}
.mainPage .main-link .text {
    width: 50%;
    display: inline-block;
}
.mainPage .main-link h4 {
    margin: 10px 0 0;
    font-size: 19px;
    letter-spacing: -0.045em;
    line-height: 1;
}
.mainPage .main-link .en {
    margin-top: 8px;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#main1 h3 {
    margin: 70px 0 20px;
    font-size: 35px;
    letter-spacing: -0.06em;
}
.mainPage ul.list-banner {
    display: inline-block;
    /*margin: 10px -20px 30px;*/
    margin: 10px -15px 40px;
    background: #fff;
}
.mainPage ul.list-banner > li {
    float: left;
    width: 20%;
    margin-bottom: -5px;
    padding: 0 5px;
}
.mainPage ul.list-banner > li a {
    width: 100%;
    display: inline-block;
    padding: 15px 25px;
    background: #fff;
}
.mainPage ul.list-banner > li a:hover {
    border-color: #2b88b1;
}
/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}

.subPage {
    margin-bottom: 140px;
}

/* Left Menu */
.subPage .left-menu {
    width: 19%;
    float: left;
    margin-top: 30px;
}
.subPage .box-title {
    margin: 0 0 12px;
    padding: 40px 15px 30px;
    text-align: center;
    background: #204b82;
}
.subPage .box-title .sm {
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.08em;
    opacity: .8;
}
.subPage .box-title h2 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.25em;
}
.subPage .left-menu > ul > li {
    margin: 0;
}
.subPage .left-menu > ul > li > a {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    background: #fff;
    border: 1px solid #ddd;
    transition: none;
}
.subPage .left-menu > ul > li > a::after {
    content: '\f054';
    top: 17px;
    right: 12px;
    position: absolute;
    font-size: 13px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}
.subPage .left-menu > ul > li.current > a {
    color: #fff;
    font-weight: 500;
    background: #537fb9;
    border-color: #537fb9;
}
.subPage .left-menu > ul > li.current > a::after {
    color: #fff;
}
.subPage .left-menu > ul > li > a:hover,
.subPage .left-menu > ul > li > a:focus {
    text-decoration: none;
}
.subPage .left-menu > ul > li:not(.current)>a:hover,
.subPage .left-menu > ul > li:not(.current)>a:focus {
    background: #f3f3f3;
}
.subPage .left-menu > ul > li:not(.current) > a:hover::after,
.subPage .left-menu > ul > li:not(.current) > a:focus::after {
    color: #333;
}
.subPage .left-menu > ul > li.current > .diffused{
    background: #fafafa;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0;
}
.subPage .left-menu > ul > li.current > .diffused > li{
    list-style: none;
}
.subPage .left-menu > ul > li.current > .diffused > li > a{
    font-size: 14px;
    display: block;
    padding-left: 14px;
    position: relative;
}
.subPage .left-menu > ul > li.current > .diffused > li > a:before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #767676;
    position: absolute;
    top: 8px;
    left: 0;
}
.subPage .left-menu > ul > li.current > .diffused > li.active > a{
    font-weight: 600;
}

/* Contents */
.subPage .right-contents {
    width: 81%;
    float: right;
    padding: 95px 0 0 60px;
}
.subPage .right-contents .page-title {
    position: relative;
    margin-bottom: 44px;
}
.subPage .right-contents .page-title h1 {
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.subPage .right-contents .page-title h1>small{
    font-weight: 300;
    color: #204b82;
    margin-left: 10px;
    font-size: 30px;
}
.subPage .right-contents .page-title h1+hr {
    margin: 12px 0 0;
    border-color: #999;
}

/* Bradcrumb */
.subPage .wrap-breadcrumb {
    right: 16px;
    bottom: 15px;
    position: absolute;
}
.subPage .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #999;
    background-color: transparent;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 0;
    left: -10px;
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #777;
}
.subPage .breadcrumb > li+li:before {
    content: '\f054';
    padding: 0 7px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    color: #bbb;
}
.subPage .breadcrumb > li.current {
    font-weight: 500;
    color: #555;
}

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

.title-lv-4 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 8px;
    font-size: 20px;
    color: #111;
    letter-spacing: -0.06em;
    line-height: 1;
}
.title-lv-4::before {
    content: '';
    top: 0;
    left: 0;
    height: 18px;
    position: absolute;
    border-left: 2px solid #333;

}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-default > li > ul {
    margin-bottom: 10px;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 12px;
    font-size: 15px;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
}

/* 인사말 (페이지) */
#greeting #row1 {
    /* padding-top: 20px; */
}
#greeting .text {
    padding: 0 0 0 60px;
    word-break: keep-all;
}
#greeting .text h4 {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 500;
    color: #204b82;
    letter-spacing: -0.06em;
    line-height: 1.3em;
}
#greeting .text p {
    margin: 0 0 15px;
    font-size: 16px;
}
#greeting .text .from {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin-top: 30px;
}
#greeting .text .from > .name {
    padding-left: 10px;
    font-size: 22px;
}

/* 역대이사장 (페이지) */
#chairman_history .box-chairman img {
    border: 1px solid #ddd;
}
#chairman_history .box-chairman .date {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.034em;
}
#chairman_history .box-chairman h4.name {
    margin: 20px 0 3px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.box-chairman {
    width: 155px;
    margin-bottom: 35px;
}

/* 연혁 (페이지) */
.wrap-history {
    position: relative;
}
.wrap-history::before {
    content: '';
    top: 20px;
    left: 24.4%;
    height: 99.2%;
    position: absolute;
    border-left: 10px solid #f6f6f6;
}
.history-block {
    margin-bottom: 35px;
}
.history-block:last-child {
    margin-bottom: 0;
}
.history-block > .year {
    float: left;
    width: 25%;
    position: relative;
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    color: #204b82;
    letter-spacing: -0.034em;
    font-style: italic;
}
.history-block > .year::before,
.history-block > .year::after {
    content: '';
    position: absolute;
}
.history-block > .year::before {
    top: 20px;
    right: 0;
    width: 85px;
    border-top: 1px solid #ddd;
}
.history-block > .year::after {
    top: 12px;
    right: -9px;
    width: 20px;
    height: 20px;
    background: #29a4e1;
    border: 4px solid #e3edff;
    border-radius: 20px;
}
.history-block > .detail {
    width: 75%;
    display: inline-block;
    padding: 10px 0 0 40px;
}
.history-block ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    word-break: keep-all;
    line-height: 1.6;
    border-bottom: 1px solid #e7e7e7;
}
.history-block:last-child ul > li {
    border: 0;
    font-weight: 700;
}
.history-block ul > li .month {
    position: absolute;
    margin: 3px 0 0;
    font-size: 16px;
    font-weight: 600;
}
.history-block ul > li p {
    margin: 0;
    padding-left: 120px;
    font-size: 16px;
    color: #575757;
}

/* 오시는 길 (페이지) */
#location .box-contact {
    padding: 40px 0 0;
    text-align: left;
}
#location .box-contact > h4 {
    margin: 10px 0 30px;
    font-size: 30px;
    font-weight: 100;
    color: #1d4dac;
    text-transform: uppercase;
}
#location ul.list-contact > li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 24px;
    color: #444;
}
#location ul.list-contact > li+li {
    margin-left: 18px;
}
#location ul.list-contact > li.addr {
    margin-bottom: 5px;
    font-size: 17px;
    word-break: keep-all;
    letter-spacing: -0.04em;
}
#location ul.list-contact > li.addr.eng {
    margin-bottom: 20px;
    font-size: 17px;
}
#location ul.list-contact > li.addr i {
    padding-right: 5px;
    color: #999;
}
#location ul.list-contact > li h5 {
    float: left;
    margin: 3px 8px 0 0;
    font-size: 17px;
    font-weight: 600;
    color: #537eb9;
    letter-spacing: 0;
    line-height: 32px;
}

/* 회원사 (페이지) */
#member1 ul.list-member {
    margin: 0 -6px;
}
#member1 ul.list-member > li {
    float: left;
    width: 20%;
    margin-bottom: 12px;
    padding: 0 6px;
}
#member1 ul.list-member > li .inner {
    min-height: 90px;
    padding: 32px 10px 0;
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 1.35em;
    text-align: center;
    word-break: keep-all;
    border: 3px solid #e8edf4;
    color: #1f4b82;
}
#member1 ul.list-member > li.row2 .inner {
    padding-top: 22px;
}

/* 이사진 (페이지) */
table.tb-member {
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    counter-reset: numbering;
}
table.tb-member > thead > tr > th,
table.tb-member > tbody > tr > th,
table.tb-member > tbody > tr > td:not(:last-child) {
    text-align: center;
}
table.tb-member > thead > tr > th,
table.tb-member > tbody > tr > th {
    font-weight: 700;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ddd;
    line-height: 1.3em;
}
table.tb-member > thead > tr > th {
    font-size: 15px;
}
table.tb-member > tbody > tr > th::before {
    counter-increment: numbering;
    content: counter(numbering);
}
table.tb-member > thead > tr > th {width: 17%;}
table.tb-member > thead > tr > th:nth-child(1) {width: 7%;}
table.tb-member > thead > tr > th:nth-child(2) {width: 14%;}
table.tb-member > thead > tr > th:nth-child(4) {width: 20%;}
table.tb-member > thead > tr > th:last-child {width: 25%;}
table.tb-member > tbody > tr > td {
    padding: 20px 5px !important;
}
/* 사업소개 (페이지) */
#business_intro #row1 h3 {
    margin: 0 0 20px;
    font-size: 25px;
    color: #111;
    letter-spacing: -0.034em;
}
#business_intro #row1 h3 > strong {
    font-weight: 500;
    color: #204b82;
}
#business_intro #row1 h4 {
    margin: 40px 0 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.034em;
    word-break: keep-all;
}
#business_intro #row1 ol > li {
    margin-bottom: 5px;
}
#business_intro #row1 ol > li ol {
    padding-left: 20px;
}
#business_intro .box-list {
    padding: 25px 30px 20px;
    word-break: keep-all;
    background: #f9f9f9;
}

/* 게시판, 주문폼 공통 스타일 */
.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-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}
.board_data_view .header_wrap {
    padding: 35px 10px;
    border-bottom: 1px solid #ddd;
    background:#f6f6f6;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    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;
}
/*********** 서브 끝 ***********/

/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
    width: 180px;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 5px 4px;
    font-size: 12px;
    line-height: 12px;
    top: 6px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 17px;
    font-weight: 500;
}
/* board 추가 css end */

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .mainPage .main-link .icon {width: 40%;}
    .mainPage .main-link .icon > img {width: 35px;}
    .mainPage .main-link .text {width: 60%;}
    .mainPage .main-link h4 {font-size: 15px;}
    .mainPage .main-link .en {
        margin-top: 3px;
        font-size: 10px;
    }
    .wrap-history::before {
        left: 0;
        height: 99.5%;
    }
    .history-block > .year {
        width: 100%;
        padding-left: 60px;
    }
    .history-block > .year::before {
        top: 19px;
        right: auto;
        left: 0;
        width: 50px;
    }
    .history-block > .year::after {
        left: -2px;
    }
    .history-block > .detail {
        width: 100%;
        padding: 30px 0 0 25px;
    }
    .history-block ul > li {margin-bottom: 20px;}
    .board_data_view .header_wrap {padding: 30px 10px;}
    .board_data_view .header_wrap .title {
        font-size: 25px;
        line-height: 1.25em;
    }
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site {padding-top: 87px;}
    .menu-top {height: 28px;}
    .menu-top ul > li {
        font-size: 11px;
        line-height: 30px;
    }
    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse > .container {padding: 0 15px;}
    .navbar-inverse .navbar-brand img {
        height: 42px;
        margin-top: -5px;
    }
    .navbar-inverse .navbar-nav {margin: 10px -15px;}
    .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 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: #204b82;
    }
    .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: #111;
    }

    .mainPage .main-link {
        width: 50%;
        padding: 0 4px;
    }
    .mainPage .main-link > a {
        margin: 7px 0 0;
        padding: 7px 5px;
    }
    .mainPage .main-link .text {padding-left: 10px;}
    #main1 .row1 {margin: 0 -15px;}
    #main1 h3 {
        margin: 50px 0 20px;
        font-size: 30px;
    }
    div[class^="board_box_"] .page-header h4 {font-size: 20px;}
    .board_box_list ul li a {
        padding-left: 10px;
        font-size: 15px;
    }
    .board_box_list ul li a::before {
        top: 8px;
        width: 4px;
        height: 4px;
    }
    .board_box_list .info span.writer {display: none;}
    .board_box_blog2 .inner .top a .thumb {height: 200px;}
    .board_box_blog2 .inner .bottom .title {margin-bottom: 25px;}
    .mainPage ul.list-banner {
        margin: 0 0 50px;
        background: transparent;
        border: none;
    }
    .mainPage ul.list-banner > li {
        width: 50%;
        margin-bottom: -3px;
        padding: 0 2px;
    }
    .mainPage ul.list-banner > li a {
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #d5e0e6;
    }

    #site footer .footer-info {padding: 35px 0;}
    #site footer .footer-info ul li:first-child {font-size: 14px;}
    #site footer .footer-info ul li {
        font-size: 13px;
        line-height: 21px;
    }
    #site footer .footer-info ul li.copy {font-size: 10px;}
    #site footer .footer-info .logo {
        position: static;
        margin-top: 20px;
    }

    .subPage {margin-bottom: 80px;}
    .subPage .left-menu {
        width: 100%;
        margin-top: 15px;
    }
    .subPage .box-title {
        margin: 0;
        padding: 50px 15px 40px;
        background: url('/public/img/sub/page_top_mobile.jpg');
        background-size: cover;
        background-position: 50% 10%;
    }
    .subPage .left-menu > ul {display: none;}
    .subPage .right-contents {
        width: 100%;
        padding: 50px 0 0;
    }
    .subPage .right-contents .page-title {margin-bottom: 35px;}
    .subPage .right-contents .page-title h1 {
        margin: 0 0 12px;
        font-size: 33px;
    }
    #greeting .text {padding: 50px 15px 0 15px;}
    #greeting .text h4 {font-size: 23px;}
    .history-block {margin-bottom: 25px;}
    .history-block > .year {font-size: 36px;}
    .history-block > .year::before {top: 19px;}
    .history-block > .year::after {
        width: 15px;
        height: 15px;
    }
    .history-block ul > li .month {position: static;}
    .history-block ul > li p {
        padding: 6px 0 0;
        font-size: 14px;
        line-height: 1.5em;
    }
    #location iframe {height: 300px;}
    #location .box-contact {padding: 15px 0 0;}
    #location .box-contact > h4 {
        margin: 10px 0 25px;
        font-size: 27px;
    }
    #location ul.list-contact > li+li {margin-left: 0;}
    #member1 ul.list-member > li {width: 50%;}
    #member1 ul.list-member > li .inner {
        min-height: 54px;
        padding: 16px 5px 14px;
        font-size: 14px;
    }
    #member1 ul.list-member > li.row2 .inner {padding-top: 16px;}
    table.tb-member > tbody > tr > td {padding: 15px 5px !important;}
    #business_intro #row1 h3 {
        font-size: 24px;
        line-height: 1.35em;
        text-align: center;
    }
    #business_intro #row1 h4 {
        margin: 35px 0 10px;
        font-size: 17px;
        line-height: 1.35em;
    }
    #business_intro .box-list {padding: 20px 15px 15px;}
    #biz_goal .right-contents .page-title h1 {
        font-size: 30px;
    }
    .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%;}
  
    .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,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .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;
    }
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {margin-top: 20px;}
    .table_video dd, .table_blog2 dd {width: 100%;}
    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */
    #member2 #row1, #news1 #row1, #news2 #row1, #notice #row1, #inquiry #row1 {
        margin-top: -45px;
    }
    #member2 .right-contents .page-title h1+hr, #notice .right-contents .page-title h1+hr, #news1 .right-contents .page-title h1+hr, #news2 .right-contents .page-title h1+hr, #inquiry .right-contents .page-title h1+hr {
        border-color: transparent;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .navbar-inverse .navbar-brand img {height: 45px;}
    .navbar-inverse .navbar-nav > li > a {padding: 30px 15px;}
    #main1 .row1 {margin: 0 -35px;}
    .mainPage .main-link > a {padding: 12px 5px;}
    .mainPage .main-link .text {padding-left: 0;}
    .board_box_blog2 .row > div[class^="col-"] {width: 33.3%;}

    .subPage .left-menu {width: 24%;}
    .subPage .right-contents {
        width: 76%;
        padding: 75px 0 0 20px;
    }
    .subPage .box-title {padding: 30px 15px 25px;}
    .subPage .box-title h2 {font-size: 26px;}
    .subPage .left-menu > ul > li > a {
        padding: 12px 14px;
        font-size: 14px;
    }
    .subPage .left-menu > ul > li > a::after {top: 13px;}
    #greeting .text {padding: 0 0 0 15px;}
    .history-block ul > li p {padding-left: 70px;}
    #member1 ul.list-member > li {width: 33.3%;}
    #member1 ul.list-member > li .inner {
        min-height: auto;
        padding: 22px 5px;
    }
    .table.table_default tbody .subject a {font-size: 15px;}
    .table_video dd .inner .top a .thumb,
    .table_blog2 dd .inner .top a .thumb {height: 120px;}
}
@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-*) */
    #mainCarousel {
        width: 1170px;
        margin: 0 auto;
    }
    #chairman_history #row1 > div {width: 22%;}
}
/******* 모바일 최적화 끝 *******/