@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);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.main_nav .material-symbols-outlined {
  font-variation-settings: 'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48;
  font-size: 65px;
  position: relative;
  z-index: 1;
}

.main_nav .material-symbols-outlined::before {
    /* content: ''; */
    width: 35px;
    height: 35px;
    background: #92c41d;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    left: -6px;
}

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

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

#site {
    padding-top: 125px;
    letter-spacing: -0.034em;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    font-family: 'Noto Sans KR','notokr', 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 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>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 16px;
    position: relative;
}

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

.li-dot>li:before,
.li-dot>dd:before {
    content: '';
width: 4px;height: 4px;position: absolute;left: 1px;top: 11px;background: #555;border-radius: 50%;}

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

.subContent .con ul {
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
box-shadow: 0 1px 5px rgba(0,0,0,0.2);}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: -5px 0 27px;
    padding: 0
;z-index: 1;position: relative;}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 0;
    
}

.navbar-inverse .navbar-nav>li {
    position: relative;
}

.navbar-inverse .navbar-nav>li:first-child::before {
    content: none;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 45px 28px 32px;
    letter-spacing: -0.028em;
    /* margin-top: 18px; */
}

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

.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: #007dc9;
}

#gnbauth{display: none;}
@media (max-width: 767px) {
    #site{
        padding-top: 131px;
    }
    /*.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: 0;
        transform: translateX(-50%);
        border-radius: 0;
        border: none;
        padding: 20px 0;
        text-align: center;
        box-shadow: none;
        background: rgba(0,0,0,0.85);
        }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 10px;
        letter-spacing: -0.03em;
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        white-space: pre-wrap;
        transition: 0.2s;
        }

    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
        border-bottom: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: transparent;
        
        color: #99d9ff;
        
        text-decoration: underline;
    text-underline-position: under;}
    .menu-top .right-con {
        text-align: right;
        margin-left: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #site{
        padding-top: 118px;
    }
    .navbar>.container .navbar-brand {
        height: auto;
        padding: 0;
        width: 126px;
    }
    .navbar-inverse .navbar-nav>li>a{
        padding: 35px 9px 32px;
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -32px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-inverse .navbar-nav>li>a{
        padding: 45px 13px 32px;
    }
}

.menu-top {
    
    /* color: #fff; */
    
padding: 10px 0 0;/* background: #007dc9; */}

.menu-top .symbol {
    opacity: 0.7;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 0;
}

.menu-top .right-con {
    text-align: right;
}

.login-li li {
    padding-left: 13px;
    display: inline-block;
    text-align: center;
}

.login-li li a {
    display: block;
    color: #707070;
    
    font-size: 12px;
    
letter-spacing: -0.01em;}

.login-li li a:hover {
    opacity: 1;
}

/* carousel */
#mainCarousel{margin: 0 auto;}
#mainCarousel .carousel-caption{
    text-align: left;
    text-shadow: none;
    padding: 0;
    width: auto;
    right: auto;
    top: 32%;
    }
#mainCarousel .carousel-caption::before,
#mainCarousel .carousel-caption::after{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 38px;
    color: #fff;
    opacity: 0.4;
    }
#mainCarousel .carousel-caption::before{content: '\f10d';top: -15px;left: -52px;}
#mainCarousel .carousel-caption::after{content: '\f10e';right: -51px;bottom: -20px;}
#mainCarousel .carousel-inner .item {
    height: 480px;
    background-position: center bottom;
}

#mainCarousel .carousel-inner .item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.1;
}
#mainCarousel .carousel-caption h1{
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.065em;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 75%);
    }
#mainCarousel .carousel-caption h1 b{
    font-size: 53px;
}

/* mainpage setting */
.main-top {
    position: relative;
    z-index: 100;
    margin-top: -470px;
}

.main-top .row {
    margin: 0;
}

.main-top .row>div {
    padding: 0;
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    color: #b6b8bf;
    font-size: 13px;
}

#site footer .footer-link {
    padding: 25px 0;
    background: #f6f9fb;
}

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

#site footer .footer-link ul li {
    list-style: none;
    float: left;
    font-size: 14px;
    margin-right: 15px;
    line-height: 26px;
    width: calc(100% / 8);
    margin: 0;
    padding: 3px;
}

#site footer .footer-link ul li a {
    display: block;
    border: 1px solid #e6ecf1;
    padding: 8px 16px;
    background: #fff;
transition: all 0.25s;}

#site footer .footer-link ul li a:hover {border-color: #0072bf;}

#site footer .footer-info {
    padding: 40px 0;
    background-color: #32373e;
}

#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: 1.9;
}

#site footer .footer-info ul li.copy {font-size: 12px;letter-spacing: 0.02em;font-weight: 300;opacity: 0.7;}
#site footer .footer-info ul li strong{
    font-size: 15px;
    color:#eee;
    font-weight: 500;
}
#site footer img {
    margin: 0;
}

/* 슬라이드 공통 */
.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: rgba(255, 255, 255, .1);
    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: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}


/*main*/
#main_wrapper > .main_nav{
    margin: -30px 0 70px;
    position: relative;
}
#main_wrapper > .main_nav .nav{
    background: #0071bf;
    box-shadow: 5px 10px 20px rgb(0 0 0 / 12%);
}
#main_wrapper > .main_nav .nav > li{
    margin: 0;
    width: calc(100% / 6);
}
#main_wrapper > .main_nav .nav > li > a{
    text-align: center;
    color: #fff;
    padding: 30px 0 38px;
    border-radius: 0;
}
#main_wrapper > .main_nav .nav > li > a:hover{
    background: #0355a4;
    /* color: #003d7c; */
}
#main_wrapper > .main_nav .nav > li > a > i{
    display: block;
    font-size: 37px;
    margin-bottom: 10px;
}
#main_wrapper > .main_nav .nav > li > a > .tit{
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin-top: 3px;
}


#main_wrapper > .main_bbs{
    padding-bottom: 30px;
}

#main_wrapper > .main_bbs > .container > .row {
    margin: 0;
}
#main_wrapper > .main_bbs [class^="bbs-"]{
        margin: 0 0 42px;
        padding: 0 15px;
        min-height: 285px;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"]{margin: 0 !important;padding: 0;float: none;}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"]::after{
    content: '';
    display: table;
    clear: both;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] .page-header{
    /* float: left; */
    margin: 0 0 20px;
    padding: 0;
    border: none;
    border-bottom: 2px solid #007eca;
    padding-bottom: 16px;
    position: relative;
}

.bbs-news01 .page-header, .bbs-notice05 .page-header {
    border-color: #83bb20 !important;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] .page-header h4{
    margin: 0;
    font-size: 26px;
    font-weight: 500 !important;
    letter-spacing: -0.065em;
    position: relative;
    color: #111;
}

#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] .page-header::before {
    content: '';
    width: 46px;
    height: 2px;
    /* background: #026bb3; */
    /* border-right: 40px solid #8ecb21; */
    position: absolute;
    right: 0;
    bottom: -2px;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] .page-header a{color: #bbb;font-size: 16px;padding: 6px 4px;margin-right: 0px;z-index: 1;position: relative;}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] ul > li{
    font-size: 15px;
    position: relative;
    padding: 5px 0 6px;
    font-weight: 400;
    letter-spacing: -0.035em;
    color: #666;
    font-weight: 400;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] ul > li::before{
    /* content: ""; */
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a1a1a1;
    position: absolute;
    top: 13px;
    left: 0;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] ul > li > a:hover{
    color: #111;
    text-decoration: underline;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] ul > li > .info .writer,
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] ul > li > .info .hits{
    display: none;
}
#main_wrapper > .main_bbs [class^="bbs-"] [class^="board_box"] ul > li > .info .regdate{
    opacity: 0.6;
    letter-spacing: 0;
    font-size: 13px;
}


#main_wrapper > .main_con01{padding: 80px 0;background: #daedf7;position: relative;z-index: 1;}

#main_wrapper > .main_con01::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/public/img/main/main_con01-bg.png') no-repeat center / cover;
    z-index: -1;
}
#main_wrapper > .main_con01 .container > .row{
    margin: 0 -25px;
}
#main_wrapper > .main_con01 .col-sm-9 > .row > div {
    padding: 0 30px;
}

#main_wrapper > .main_con01 .col-sm-9 > .row {
    /* margin: 0 -16px; */
    padding-left: 0;
}

#main_wrapper > .main_con01 .container > .row > .col-sm-3 {
    padding-right: 30px;
}
#main_wrapper > .main_con01 .main01-box.link-box{display: block;padding: 59px 0 0;background: #fff;border: 2px solid #fff;text-align: center;min-height: 282px;transition: all 0.3s;box-shadow: 5px 5px 10px rgb(158 193 211);border-radius: 5px;}

#main_wrapper > .main_con01 .main01-box.link-box span {
    width: 120px;
    height: 38px;
    text-align: center;
    background: #2740a1;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    margin-top: 25px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
#main_wrapper > .main_con01 .main01-box.link-box:hover{text-decoration: none;border-color: #7b8ccf;}

#main_wrapper > .main_con01 .main01-box.link-box:hover span {
    background: #0e1f68;
}
#main_wrapper > .main_con01 .main01-box .video-wrap {box-shadow: 5px 5px 10px rgb(158 193 211);border-radius: 5px;overflow: hidden;}
#main_wrapper > .main_con01 .main01-box h5{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
    letter-spacing: -0.055em;
    color: #123d5e;
    border-bottom: 1px solid rgb(18 61 94 / 20%);
    padding-bottom: 12px;
    }
#main_wrapper > .main_con01 .main01-box h5 > a{
    font-size: 13px;
    float: right;
    color: #0f83cb;
    margin-top: 9px;
    letter-spacing: 0;
    }
#main_wrapper > .main_con01 .main01-box h5 > a i{margin-left: 10px;}
#main_wrapper > .main_con01 .main01-box h5:after{content: '';display:table;clear:both;}
#main_wrapper > .main_con01 .main01-box .li-main01 > li{
    position: relative;
    margin-bottom: 3px;
    }
#main_wrapper > .main_con01 .main01-box .li-main01 > li a{
    font-size: 18px;
    background: #207ac1;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 10px 30px 10px;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgb(158 193 211);
    }
#main_wrapper > .main_con01 .main01-box .li-main01 > li a:hover{
    background: #0a59a2;
}
#main_wrapper > .main_con01 .main01-box .li-main01 > li a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 35px;
    opacity: 0.8;
}

#main_wrapper .li-main01 > li a i {display: inline-block;width: 40px;height: 50px;border-radius: 50%;text-align: center;margin-right: 12px;font-size: 26px;line-height: 50px;}


@media(min-width:768px){
   
}

/*sub*/
.sub-menu{
    margin: 0;
    text-align: center;
position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;}

.sub-menu-wrap {background: #0072bf;position: relative;z-index: 1;}
.sub-menu:after{content: '';display: table;clear: both;}
.sub-menu li{
    display: inline-block;
width: calc(100% / 5);
border-left: 1px solid #328ecd;}
.sub-menu li:last-child{
    border-right: 1px solid #328ecd;
}
.sub-menu li a {
    position: relative;
    display: block;
    padding: 19px 0;
    margin: 0;height: 60px;font-size: 17px;
    color: #fff;
    
    letter-spacing: -0.035em;
    text-align: center;
    
transition: all 0.25s;font-weight: 400;}

.sub-menu li a:hover,
.sub-menu li a:focus {
    background: #fff;
    ;;color: #0068af;}

.sub-menu li.active a {
    
    
    
background: #fff;color: #0068af;}

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

@media (min-width:768px){
    .subContent > .container {
        background: #fff;
        padding: 0;
        max-width: 1140px;
        width: 100%;
        /* border: 1px solid #cacaca; */
        /* border-top: 0; */
        /* border-bottom: 0; */
    }
}
.subContent {
    padding: 80px 0 100px;
}

.subContent > .container{
    background:#fff;
}
.subTop {
    height: 250px;
    background: url(/public/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}
.subTop_inner {
    position: relative;width: 100%;
    max-width: 1140px;height: 100%;text-align: center;
    
    z-index:1;
margin: 0 auto;}

.subTop_inner h2 {
    position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);margin: 6px 0 0;
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.025em;
line-height: 1;}
.subTop_inner h2::after{
    content:'';
    width:100%;
    height: 1px;
    background:#fff;
    position:absolute;
    left:0;
    bottom: -12px;
opacity: 0.5;}
.subTop_inner h2 > span{
    display: block;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 5px;
display: none;}

.subTitle {
    position: relative;
}

.subTitle h3 {
    margin: 0 0 65px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.055em;
    color: #2f2f2f;
    text-align: center;
}
.subContent .con p,
.subContent .con li,
.subContent .con dd {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
}

.subContent .con li,
.subContent .con dd {
    margin-bottom: 5px;
}

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

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

.subContent h4 {
    font-size: 27px;
    letter-spacing: -0.065em;
    position: relative;
    margin: 0 0 25px;
    font-weight: 500;
    color: #333;
padding-left: 30px;}

.subContent h4:before {
    content: "";
    width: 17px;
    height: 17px;
    border-top: 6px solid #0072bf;
    border-right: 6px solid #90c31f;
    position:absolute;
    left: 0;
    top: 8px;
transform: rotate(45deg);}

.breadcrumb {
    background: transparent;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0;
    color: rgb(255 255 255 / 75%);
    
    
    
    font-size: 12px;
    
    text-align: center;
font-weight: 300;position: absolute;top: 20px;right: 0;}

.breadcrumb>li+li:before {
    content: "\f054";
    font-family:"Font Awesome 5 Free";
    font-weight:600;
    padding: 0 10px;font-size: 10px;color: #adadad;}

.breadcrumb li:last-child{
    color: #fff;
    font-weight: 500;}

/*준비중*/
.maintenance {
    /* border: 10px solid #daeaf5; */
    padding: 90px 0;
    text-align: center;
    box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.23);
    border-radius: 20px;
    background: #effcff;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 105px;
    margin-bottom: 10px;
    color: #72c6ff;
}

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

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

.maintenance .btn{
    padding:8px 20px;
    border: 1px solid #b3b3b3;
    background: #fff;
    color: #444;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.015em;
}
.maintenance .btn:hover{
    background:#1565af;
    border-color:#1565af;
    color:#fff;
}

/*info*/

.subContent span.color{
    color:#0070bd !important;
}

.info01_inner {
    padding: 85px 120px 100px;
    position: relative;
    z-index: 1;
    border: 10px solid #daeaf5;
}

.info01_inner::before {content: '';width: calc(100% - 30px);height: calc(100% - 30px);position: absolute;left: 15px;top: 15px;border: 1px solid #cde0ed;z-index: -1;}

#info01 .info01_inner p {
    font-size: 20px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 28px;
    font-weight: 300;
}

#info01 .info01_inner p:first-child {font-weight: 500;font-size: 26px;color: #2f2f2f;line-height: 1.7;letter-spacing: -0.05em;}
#info01 .info01_inner img{
    margin-top:60px;
}
#info02 .con1 .col-md-4 img{    box-shadow: 12px 12px 20px rgb(0 0 0 / 17%);
    
    }
#info02 .con1 .col-md-8{padding-left: 50px;padding-right: 60px;}
#info02 .con1 .col-md-4{
    padding-right: 35px;
padding-top: 10px;padding-left: 20px;}
#info02 .con1 .clearfix{margin-bottom: 20px;}
.sign_area{
    overflow: hidden;
    float: right;
    margin-top: 0;}
#info02 .con1 .sign_area p{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.06em;
    float: left;
    margin: 20px 10px 0 0;color: #333;}
.sign_area img{
    float: left;
    max-width: 80px;
    width: 100%;}

#info02 .greeting{padding-top: 15px;}
#info02 .greeting p{
    font-size: 16px;
    margin: 0 0 30px;
color: #606060;line-height: 1.7;}
#info02 .greeting p.intro{
    font-size: 38px;
    font-weight: 300;
    color: #2f2f2f;
margin-bottom: 40px !important;letter-spacing: -0.055em;line-height: 1.45;}

#info02 .greeting p.intro .point{
    font-weight: 600;
    color:#0078c4
}

.history:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
top: 25px;}

.history .time_box {
    padding: 30px 0;
}
.history .time_box:first-child{
    padding-top:0;
}
.history .time_box:nth-child(2n-1) {
    padding-left: calc(50% + 50px);
}
.history .time_box:nth-child(2n) {
    padding-right: calc(50% + 50px);
}

.history .time_box::before {
    content: '';
}

.history .time_box::after {
    content: "";
    clear: both;
    display: block;
}

.history .time_box .year {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #0078c4;
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 0;
    flex: 21%;
    margin-bottom: 20px;
z-index: 1;}

.history .time_box:nth-child(2n-1) .year{text-align: left;}
.history .time_box:nth-child(2n) .year{text-align: right;}

.history .time_box:nth-child(2n) .year:before,
.history .time_box:nth-child(2n-1) .year:before{
     content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 18px;
border: 2px solid #084f8b;z-index: 1;}
.history .time_box:nth-child(2n-1) .year:before {
    left: -56px;
}
.history .time_box:nth-child(2n) .year:before{
    right: -57px;
}
.history .time_box:nth-child(2n) .year:after, 
.history .time_box:nth-child(2n-1) .year:after{
    content:'';
    width: 38px;
    height: 1px;
    background: #cdcdcd;
    position:absolute;
    top: 24px;
    
    z-index: -1;
} 
.history .time_box:nth-child(2n-1) .year:after{
    left:-56px;
}
.history .time_box:nth-child(2n) .year:after{
    right: -57px;
}

.history .time_box .li_history {
    flex: 90%;
}

.history .time_box .li_history>li {
    
    position: relative;
color: #606060;font-size: 15px;}
.history .time_box:nth-child(2n-1) .li_history>li {
    padding-left: 100px;
}
.history .time_box:nth-child(2n) .li_history>li {
    text-align: right;
    padding-right: 100px;
}

.history .time_box .li_history>li strong {
    position: absolute;
    top: 0;
color: #333;}
.history .time_box:nth-child(2n-1) .li_history>li strong {
    left: 0;
}
.history .time_box:nth-child(2n) .li_history>li strong {
    right: 0;
}


.li_history a {
    display: inline-block;
    margin-left: 10px;
    color: #555;
}

.li_history a:hover {
    color: #ec1079
}

/*business*/
#info05 .busi_img {
    background: #f5f5f5;
    padding: 50px 0 40px;
    position: relative;
    z-index: 1;
    
}

#info05 .con3 img {
    width: 100%;
    max-width: 150px;
    border: 1px solid #d3d3d3;
    padding: 10px 9px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.18);
    background:#fff;
}

#info05 .busi_img::after {
    content: "";
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #ddd, transparent);
    z-index: -1;
}

#info05 .con1 dl {
    margin: 5px 0 0;
    text-align: center;
}

#info05 .con1 dl dt {
    position: relative;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #0d4f93 url(/public/img/sub/pattern_w.png);
    padding: 51px 15px;
    margin: 0 auto -1px;
    letter-spacing: -0.05em;
    line-height: 1;
    /* border-radius: 10px; */
}
#info05 .con1 dl dt span{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* #info05 .con1 > div:nth-child(3) dt{
    background: #104378 url(/public/img/sub/pattern_w.png);}

#info05 .con1 > div:nth-child(3) dd {border-color: #9ad978;}

#info05 .con1 > div:nth-child(4) dt{
    background: #104378 url(/public/img/sub/pattern_w.png);
}

#info05 .con1 > div:nth-child(4) dd {border-color: #f9b89a;} */

#info05 .con1 dl dd{
    
    letter-spacing:-0.04em;
    padding: 45px 20px;
    border: 1px solid #ddd;
    /* border-radius: 10px; */line-height: 1.55;
font-size: 18px;}

#info05 .con2 dl {
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 8px;
position: relative;z-index: 1;}
.info05-con2-wrap {padding: 80px 140px 80px;}

#info05 .con2 dl dt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin: 0 0 0px;
}
#info05 .con2 .col-md-4::before{
    content:'';
    width: 320px;
    height: 320px;
    background: #ddeffba6;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:50%;
    transform:translate(-50%,-50%)
}
#info05 .con2 i {
    display: block;
    
    
    text-align: center;
    font-size: 70px;
    border-radius: 50%;
    
    margin: 20px auto 30px;
    color: #0087d9;
    
    position: relative;
    z-index: 1;
}

#info05 .con2 dl dt span {
    display: inline-block;
    font-size: 22px;
    color: #0087d9;
    font-weight: 600;
}

#info05 .con2 dl dd {
    letter-spacing: -0.04em;
    line-height: 2;
    font-size: 16px;
    color: #444;
    font-weight: 400;
}
#info05 .con4 .busi02_inner {
    
    padding: 65px 55px 65px;
    
width: calc((100% / 3) - 15px);text-align: center;border: 1px solid #ddd;border-top: 1px solid #333;}
#info05 .con4 > div{
    display: flex;
flex-wrap: wrap;justify-content: space-between;}
#info05 .con4 .busi02_inner h5 {
    font-size: 26px;
    color: #333;
    line-height: 1.45;
    margin: 35px 0 12px;
    font-weight: 500;
letter-spacing: -0.04em;}

#info05 .con4 .busi02_inner h5 span {
    color: #0070bd;
    font-size: 30px;
    
}

#info05 .con4 .busi02_inner.list2 h5 span{
    color: #59a92c;
}

#info05 .con4 .busi02_inner.list3 h5 span{
    color: #ed6220;
}

.busi02_inner_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0070bd url('/public/img/sub/pattern_w.png');
    padding-top: 29px;
    
    
margin: 0 auto;}

.list2 .busi02_inner_img {
    background: #59a92c url('/public/img/sub/pattern_w.png');
}

.list3 .busi02_inner_img {
    background: #ed6220 url(/public/img/sub/pattern_w.png);
    /* padding-top: 22px; */
}

#info05 .con4 .busi02_inner p {
    font-size: 17px;
    color: #505050;
    letter-spacing: -0.05em;
line-height: 1.5;}

#info05 .con4 .busi02_inner p i {
    color: #222;
    font-weight: 500;
    margin-right: 5px;
    font-style: normal;
}

/*media*/
#media01 .con img,
#media02 .con img {
    width: 100%;
    max-width: 180px;
    border: 1px solid #d3d3d3;
    padding: 10px 9px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.18);
    background: #fff;
}

#media01 .con1,
#media02 .con1{
    
    
    
    
margin: 0;border: 10px solid #daeaf5;padding: 80px 80px 100px;}
.media_txt {
    padding-left: 30px;
}
.con1 .media_txt p, .con1 .media_txt p {
    margin-bottom: 14px;
    
color: #606060;}
.media_txt p.des{
    font-size: 26px;
    font-weight: 500;
    margin: 0px 0 35px;
    letter-spacing: -0.05em;
color: #2f2f2f;line-height: 1.5;}
.media_txt p.des span{
    color: #0078c4;font-weight: 600;}
#media01 .con2, #media02 .con2{text-align: center;}
#media01 .con2 a, #media02 .con2 a{
    display: inline-block;
    
    background: #fff;
    color: #444;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.023em;
    
    margin: 45px 5px 0;
    border-radius: 50px;
background: #0072bf;color: #fff;min-width: 180px;}
#media01 .con2 a + a{
    background:#329608
}
#media01 .con2 a + a:hover{
    background:#257105
}
#media01 .con2 a:hover, #media02 .con2 a:hover{    background: #0057a9;
    border-color: #0057a9;
    color: #fff;}


#training01 .con1 p{
    
    margin: 0 0 30px;
    padding-right: 50px;
color: #606060;}
#training01 .con1 p.intro{
    
    
    
font-size: 38px;
    font-weight: 300;
    color: #2f2f2f;
    margin-bottom: 40px !important;
    letter-spacing: -0.055em;
    line-height: 1.45;}
#training01 .con1 p.intro .point{
    font-weight:600;
    color:#0078c4
}
#training01 .con1 img{
    
    
box-shadow: 12px 12px 20px rgb(0 0 0 / 17%);}

#training02 .con1 .li-perform{
    position: relative;
    
}
#training02 .con1 .li-perform:before{content: '';display: block;width: 1px;height: 100%;position: absolute;/* background: #ddd; */top: 0;left: 195px;}
#training02 .con1 .li-perform > li{
    margin: 0;
    padding: 20px 20px 22px;padding-left: 220px;
    position: relative;
border-bottom: 1px solid #eaeaea;}
#training02 .con1 .li-perform > li:after{content: '';display: table;clear: both;}
#training02 .con1 .li-perform > li .year{
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 8px;font-weight: 600;
    width: 180px;
    color: #0078c4;
}
#training02 .con1 .li-perform > li:after{
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    border-bottom: 1px solid #59aadd;
    
    position: absolute;
    bottom: -1px;
    left: 0;}
#training02 .con1 .li-perform > li .des{
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
#training02 .con1 .li-perform > li .des + .des{
    margin-top:15px;
}
#training02 .con1 .li-perform > li .des > small{
    font-size: 15px;
    display: block;
    font-weight: 400;
color: #606060;margin-top: 3px;}
#training02 .con1 .education{
    margin-top: 80px;
}
#training02 .con1 .education h5{
    position: relative;margin: 0 0 15px;
    padding-left: 10px;font-size: 22px;
    font-weight: 600;
letter-spacing: -0.05em;}
#training02 .con1 .education h5::before{
    content:'';
    width:3px;
    height: 20px;
    background:#333;
    position:absolute;
    left:0;
    top: 4px;
}

#training03 .con .intro{
    margin: 0px 0 35px;
    
    
    
    
position: relative;}
#training03 .con .intro::before{
    content:'';
    width: 30px;
    height: 2px;
    background:#0072bf;
    position:relative;
    display:block;
margin-bottom: 6px;}
#training03 .con .intro h5{
    margin: 30px 0 8px;
    font-size: 20px;
    font-weight: 600;
color: #0078c4;letter-spacing: -0.05em;}
#training03 .con .intro p{
    font-size: 26px;
letter-spacing: -0.05em;font-weight: 500;color: #2f2f2f;}
#training03 .con .dl-train03{letter-spacing: -0.04em;
    padding: 0;
    border: 1px solid #ddd;
    
    line-height: 1.55;
    font-size: 18px;text-align: center;min-height: 220px;}
#training03 .con .dl-train03 dt{position: relative;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #0d4f93 url(/public/img/sub/pattern_w.png);
    padding: 35px 15px;
    margin: -1px -1px 28px;
    letter-spacing: -0.05em;
    line-height: 1;}
#training03 .con .dl-train03 dd{font-size: 18px;letter-spacing: -0.04em;}
#training03 .con .dl-train03 dd::before{content: '';}
#training03 .con table.table-jachi{
    border-top: 1px solid #333;
border-right: 2px solid #fff;}
#training03 .con table.table-jachi tr{
    border-bottom: 1px solid #e0e0e0;
}
#training03 .con table.table-jachi tr th,
#training03 .con table.table-jachi tr td{
    font-size: 16px;
    vertical-align: middle;
    padding: 14px 20px;
    border-right: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
color: #606060;}
#training03 .con table.table-jachi tr th{
    text-align: center;
    font-weight: 500;
}
#training03 .con table.table-jachi thead tr th{
    text-align: center;
    background: #5d646f;
    font-weight: 500;
padding: 15px;color: #fff;letter-spacing: 0;}
#training03 .con table.table-jachi tbody tr th{
    color: #333;
background: #f8f8f8;}
/* form */
.btn.btn-primary{background-color:#0072bf;border:1px solid #0072bf;color:#fff}
.btn.btn-primary:hover,.btn.btn-primary:focus{background-color:#0a59a2; border-color:#0a59a2 ;}


.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr th, 
.table.table_default tr td{
    padding: 15px 12px;
}
.table.table_default thead th{
    border-bottom:1px solid #ccc
;background: #f8f8f8;font-size: 16px;color: #2f2f2f;}
.table.table_default tbody .subject a{
    font-size:17px
}
.table.table_default tbody .subject a:hover{
    color: #0072bf;
    text-decoration:underline;
}

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

.board_data_view .header_wrap {
    /* background: #f8f8f8; */
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 45px 20px;
}

.board_data_view .header_wrap .title, 
.reply_wrap h4 {
    padding-left: 0;
}

.board_data_view .header_wrap .info {margin-top: 20px;}

.board_data_view .header_wrap .title::before, 
.reply_wrap h4::before {
    content: none;
}


.reply_wrap h4 {
    font-size: 18px;
    font-weight: 600;
}

@media(max-width:767px){
    .navbar-header{}
    .navbar>.container .navbar-brand{
        margin: 15px auto 10px !important;
        padding: 0;
        float: none !important;
        width: 160px;
        display: block;
    }
    .navbar-inverse .navbar-toggle{padding: 17px 0;margin: 27px 15px 15px 0;}
    #mainCarousel .carousel-caption h1 b {
        font-size: 25px;
    }
    #mainCarousel .carousel-caption h1 {
        margin: 0;
        font-size: 14px;
    }
    #mainCarousel .carousel-caption::before, #mainCarousel .carousel-caption::after {
        font-size: 22px;
    }
    #mainCarousel .carousel-caption::before{left: -30px;}
    #mainCarousel .carousel-caption::after{right: -30px;}

    #main_wrapper > .main_nav{
        margin-top: 30px;
    }

    #main_wrapper > .main_nav .nav > li{
    width: calc(100% / 2);
}
    #main_wrapper > .main_nav .nav > li > a{}
    .main_nav .material-symbols-outlined{}
    #main_wrapper > .main_nav .nav > li > a > .tit{}
    #main_wrapper > .main_con01 {
        padding: 60px 0;
        background: #daedf7;
        position: relative;
        z-index: 1;
    }
    #main_wrapper > .main_con01 .container > .row > .col-sm-3 {
        padding-right: 15px;
    }
    #main_wrapper > .main_con01 .main01-box.link-box {
        margin-bottom: 30px;
    }
    #main_wrapper > .main_con01 .col-sm-9 > .row > div {
        padding: 0 15px;
    }
    #main_wrapper > .main_con01 .col-sm-9 > .row {
        margin: 0 -15px;
    }
    .main01-box{
        margin-bottom: 30px;;
    }
    #site footer .footer-link ul li {
        width: calc(100% / 2);
    }
    #site footer img {
        margin: 0 0 0;
    }







    .slide_caption{    left: 17%;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
    .slide{    height: 350px;}
    .business_area > .row{padding: 0 15px;}
    .business_area .col-xs-6{padding: 0;}
    .business_area a{padding: 15px;
        border-bottom: 1px solid #ddd;}
    .business_area a img{    width: 100%;
        max-width: 40px;}
    .business_area a p{    font-size: 16px;}
    .board_box_list{padding: 0;}
    .board_box_list .page-header{    float: none;
        width: 100%;}
    .board_box_list .page-header h4{    padding: 0;
        text-align: left;
        font-size: 22px;
        margin-bottom: 10px;}
    .board_box_list ul{    float: none;
        width: 100%;}
    .board_box_list ul li{ 
        padding: 5px 0 5px 15px;   font-size: 14px;}
    .navbar-inverse .navbar-nav>li>a{
        padding: 20px 30px 10px;
        font-size: 16px;
        text-align: center;
        }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding:5px 30px;text-align: center;}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color: #000;}
    #info01 .info01_inner p:first-child{    font-size: 19px;}
    #info01 .info01_inner p{    font-size: 15px;}
    .info01_inner{margin: 20px 0 30px;padding: 30px;}
    .info01_inner + img{    width: 100%;
        max-width: 170px;}
    .subTitle{
        margin: 0;
        padding: 0 0 12px;
        }
    .subTitle h3{font-size: 28px;margin-bottom: 0;}
    .breadcrumb{bottom: 10px;right: 10px;}
    #info02 .con1 .col-md-4 img{    margin-bottom: 30px;}
    .sign_area{    float: none;
        margin-top: 0;}
    #info02 .con1 .sign_area p{margin: 20px 10px 0 0;font-size: 16px;}
    .sign_area img{    max-width: 60px;}
    #info02 .con1 .col-md-8{padding:0 15px}
    .history .time_box:nth-child(2n) {
        padding-right: 0;
    }
    .history .time_box:nth-child(2n) .year {
        text-align: left;
    }
    .history .time_box:nth-child(2n) .li_history>li {
        text-align: left;
        padding-left: 100px;
        padding-right: 0;
    }
    .history .time_box:nth-child(2n) .li_history>li strong {
        right: auto;
        left: 0;
    }
    .history .time_box:nth-child(2n-1) {
        padding-left: 0;
    }
    .history:before {
        left: 10px;
    }
    .history{
        padding-left: 30px;
        margin-left: 15px;
    }
    .history .time_box:nth-child(2n) .year:before {
        left: -56px;
        right: auto;
    }
    .history .time_box:nth-child(2n) .year:after {
        left: -56px;
        right: auto;
    }
    .info05-con2-wrap{
        padding: 0;
    }
    .info05-con2-wrap > div{
        width: 100%;
        margin-left: auto;
        margin: 80px 0;
    }

    #info05 .con4 > div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    #info05 .con1 dl{margin: 5px 0 20px;}
    #info05 .con1 dl dt{    font-size: 17px;    padding: 15px;}
    #info05 .con1 dl dd{    padding: 15px;}
    #info05 .con2 dl dt{    font-size: 16px;
        font-weight: 700;}
    #info05 .con2 dl dt span{    font-size: 16px;}
    #info05 .con2 dl dd{    font-size: 14px;}
    #info05 .con3 .col-md-6:first-child .busi_img{margin-bottom: 20px;}
    #info05 .con4 .busi02_inner{    padding: 15px 15px 25px;
        width: 100%;
        margin: 0 0 30px;}
    .busi02_inner_img{margin-bottom: 0;}
    #info05 .con4 .busi02_inner h5{    font-size: 20px;
        margin: 0;}
    #info05 .con4 .busi02_inner h5 span{font-size: 22px;}
    #info05 .con4 .busi02_inner p{    font-size: 15px;}
    #media01 .con1, #media02 .con1{    padding: 20px 0;}
    #media01 .con img, #media02 .con img{    margin-bottom: 20px;}
    .media_txt{    padding-left: 0;}
    #media01 .media_txt p, #media02 .media_txt p{margin-bottom: 15px;}
    .media_txt p.des{font-size: 16px;
        font-weight: 500;line-height: 1.5;    letter-spacing: -0.06em;}
    .table.table_default colgroup{display: none;}
    .table.table_default tr .num{display: none;}
    .table.table_default tr .hits{display: none;}
    .table.table_default tr .writer{display: none;}
    .table.table_default tr .regdate{display: none;}
    .table.table_default tr td{    font-size: 14px;}
    #site footer .footer-info{    padding: 30px 0;}

    #training01 .con1 p:last-child{
        margin-bottom: 30px !important;
    }
    #training02 .con1 .li-perform > li {
        margin: 0;
        padding: 56px 20px 22px;
        padding-left: 0;
        position: relative;
        border-bottom: 1px solid #eaeaea;
    }
    #training03 .con table.table-jachi tr th, #training03 .con table.table-jachi tr td {
        font-size: 12px;
        padding: 5px 11px;
    }
    #training03 .con table.table-jachi tr td ul li {
        font-size: 12px;
    }
    #training03 .con .intro p {
        font-size: 20px;
    }
}

@media(min-width:768px) and (max-width: 991px){
    #main_wrapper > .main_con01 .main01-box.link-box {
        padding: 38px 20px 0;
        min-height: 208px;
        transition: all 0.3s;
        box-shadow: 5px 5px 10px rgb(158 193 211);
        border-radius: 5px;
    }
    #main_wrapper > .main_con01 .main01-box.link-box span {
        width: 100%;
    }
    #main_wrapper > .main_con01 .main01-box h5 {
        font-size: 21px;
    }
    #main_wrapper > .main_con01 .main01-box .li-main01 > li a {
        font-size: 15px;
        padding: 0px 30px 0;
    }
    #main_wrapper > .main_con01 .col-sm-9 > .row > div {
        padding: 0 15px;
    }
    #main_wrapper .li-main01 > li a i {
        display: inline-block;
        width: 40px;
        height: 46px;
        border-radius: 50%;
        text-align: center;
        margin-right: 12px;
        font-size: 26px;
        line-height: 50px;
    }
    .breadcrumb {
        right: 15px;
    }
    .subContent > .container {
        padding: 0 15px;
    }
    #info02 .greeting p.intro{
        padding-top: 60px;
    }
    #info05 .con2 dl dt {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: -0.06em;
        margin: 0 0 0px;
    }
    #info05 .con2 .col-md-4::before {
        content: '';
        width: 305px;
        height: 305px;
    }
    #info05 .con2 .col-xs-offset-3{
        margin-top: 45px;
    }
    #info05 .con4 .busi02_inner {
        padding: 65px 10px 65px;
    }
    #info05 .con4 .busi02_inner h5 span {
        color: #0070bd;
        font-size: 22px;
    }
    #media01 .con1, #media02 .con1 {
        margin: 0;
        border: 10px solid #daeaf5;
        padding: 80px 45px 100px;
    }
    .media_txt p.des{
        padding-top: 60px;
    }
}
@media(min-width:992px) and (max-width: 1199px){
    #main_wrapper > .main_con01 .main01-box .li-main01 > li a {
        font-size: 18px;
        background: #207ac1;
        font-weight: 400;
        display: flex;
        align-items: center;
        padding: 3px 30px;
    }
    #main_wrapper > .main_con01 .main01-box.link-box {
        display: block;
        padding: 38px 0 0;
        background: #fff;
        border: 2px solid #fff;
        text-align: center;
        min-height: 242px;
        transition: all 0.3s;
        box-shadow: 5px 5px 10px rgb(158 193 211);
        border-radius: 5px;
    }
    
    .subContent > .container {
        background: #fff;
        padding: 0 15px;
        max-width: 1140px;
    }
}
