/*********************************menu**************************************/

header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100px;
    z-index: 9999;
    padding:2em 0 1.5em 0;
    transition: all ease .3s;
}

header h1 {
    position:absolute;
    top:15px;
    left:50%;
    transform: translateX(-50%);
    z-index: 99;
    width:100%;
    max-width:280px;
}

.scroll_bg {
    background: rgba(11, 11, 11, .7);
}

.header_open {
    height: auto;
    background: rgba(11, 11, 11, .7);
}

.header_open nav ul li ul {
    display: flex;
}

.mobile_menu_btn {
    position:absolute;
    top:1.7em;
    right:1em;
    width:30px;
    display:none;
    transition: all ease .3s;
}

header nav {
    position:relative;
    width:100%;
    max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

header nav ul {
    display:flex;
    margin-top:0.5em;
}

header nav ul li {
    color:#ffffff;
    font-size:18px;
    cursor: pointer;
    margin-left:5em;
}

header nav ul li:first-of-type {
    margin-left:0;
}

header nav ul li span a {
    padding-bottom:0.5em;
}

header nav ul li span img {
    display:none;
}

header nav ul li:hover span a {
    border-bottom:2px solid #44c2f4;
}
header nav ul li a {
    color:#ffffff;
}

header nav ul li ul {
    display:none;
    flex-direction: column;
    margin-top:1.5em;
}

header nav ul li ul li {
    margin-left:0;
    padding:0 0 1em 0;
    font-size:16px;
}

header nav ul li ul li a:hover{
    color:#44c2f4;
}

.mobile_menu_number {
    display:none;
}

/*********************************.aside_tab**************************************/
.aside_tab {
    position:fixed;
    right:1em;
    bottom:1em;
    z-index: 99;
}

.aside_tab ul li {
    margin-bottom:10px;
}

.aside_tab ul li a {
    display: block;
    text-align:center;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}

.aside_tab ul li a span{
    display:block;
    width:70px;
    height:70px;
    padding: 0.8em;
    border-radius: 50%;
    border:3px solid #fff;
    background:#ededed;
    overflow: hidden;
    margin-bottom:8px;
}

.aside_tab ul li:first-of-type a span{
    padding:0;
}

.aside_tab ul li:last-of-type a span {
    width:20px;
    padding:0;
    height: 20px;
    margin:1em auto 0 auto;
    text-align: center;
    background:transparent;
    border:0;
}

/*********************************common**************************************/

section {
    position:relative;
    padding:100px 0;
}

section h2 {
    position:relative;
    display:block;
    width:100%;
    text-align:center;
    font-size:40px;
    padding:1em 0;
}

section h2::before {
    content:'';
    position:absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:52px;
    height:1px;
    background:#212121;
}

i {
    font-style: normal;
    color:#0085b1;
}


.sub_visual_box {
    position:relative;
    width:100%;
    height:50vh;
    background:url(../images/sub_visual.jpg)no-repeat bottom center;
    background-size:cover;
}

.vs_2 {
  position:relative;
  width:100%;
  height:50vh;
  background:url(../images/sub_visual2.jpg)no-repeat bottom center;
  background-size:cover;
}
.vs_3 {
  position:relative;
  width:100%;
  height:50vh;
  background:url(../images/sub_visual3.jpg)no-repeat bottom center;
  background-size:cover;
}
.vs_4 {
  position:relative;
  width:100%;
  height:50vh;
  background:url(../images/sub_visual4.jpg)no-repeat bottom center;
  background-size:cover;
}

.sub_visual_box h2 {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    color:#fff;
}

.sub_visual_box h2::before {
    width:0;
    height:0
}

.sub_container {
    position:relative;
    width:100%;
    padding:0 0 80px 0;
}

.sub_content_menu {
    position:relative;
    width:100%;
    background:#ececec;
}

.sub_content_menu ul {
    width:100%;
    max-width:1230px;
    margin:0 auto;
    display:flex;
}

.sub_content_menu ul li {
    flex-grow: 1
}

.sub_content_menu ul li a{
    display:block;
    background:#ececec;
    padding:1em 2em;
    border-top: 2px solid #ececec;
    border-right:1px solid #fff;
    text-align:center;
    color:#777;
}

.sub_content_menu ul li:last-of-type a {
    border-right:0;
}

.content_on {
    background:#fff !important;
    border-top:3px solid #004783 !important;
    color:#004783 !important;
    font-weight:900 !important;
}
.sub_content {
    max-width: 1230px;
    margin: 0 auto;
    padding:1em 0;
}

.sub_content h3 {
    position:relative;
    display:block;
    text-align:center;
    font-size:26px;
    padding:2em 0;
}

.sub_content h3::before {
    content: '';
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #212121;
}

.flex {
    display:flex;
    flex-direction: row;
    align-items: center;
}

.main_text {
    font-size:22px;
    font-weight:700;
    display:block;
    margin-bottom:1em;
}

.txt {
    font-size:16px;
}

.txt b {
    font-size:20px;
}

/*********************************footer**************************************/

footer {
    position:relative;
    width:100%;
    border-top:1px solid #dadada;
    text-align:center;
    padding:2.5em 0;
    color:#5f5f5f;
    font-size:15px;
}

footer img {
    width: 100%;
    max-width: 280px;
    margin-bottom:1.5em;
}

footer p {
    margin-bottom:1em;
}

footer ul {
    position:relative;
    width:100%;
    max-width:1230px;
    margin:0 auto;
    text-align: center;
}

footer ul li {
    display:inline-block;
}

footer ul li address {
    display: inline;
    font-style:normal;
}

/*********************************media***********************************/
.pdt0 {padding-top: 0 !important;}

.mt0 {margin-top: 0 !important;}
.mt20 {margin-top: 20px;}
.mt50 {margin-top: 50px;}


.b700 {
    font-weight: 700;
}

.pt_color {color:#0085b1 !important;}
.bk_color {color:rgba(0, 0, 0, 0.8) !important;}

.g-table p {margin-bottom: 10px;}

.main_color_2 {border: 3px solid #f6c8ad !important;}
.main_color_2 i {color:#da8452 !important;}
.main_color_3 {border: 3px solid #adba72 !important;}
.main_color_3 i {color:#859831 !important;}
.main_color_4 {border: 3px solid #ecd376 !important;}
.main_color_4 i {color:#c9a624 !important;}



@media screen and (max-width:1280px) {
    header {
        height: 80px;
    }
    header h1, footer img {
        max-width:220px;
    }
    header nav ul {
        margin-top:0;
    }
    header nav ul li {
        font-size: 16px;
    }
    header nav ul li ul li {
        font-size: 14px;
    }
    .aside_tab ul li a span {
        width: 60px;
        height: 60px;
    }
    .sub_content_menu ul,
    .sub_content {
        width:100%;
        max-width: 95%;
    }
}


@media screen and (max-width:1001px) {
    .mobile_menu_btn {
        display:block;
        z-index: 9999;
    }
    .mobile_menu_btn_position {
        top:15px;
        right:0.5em;
        transition:all ease .3s;
    }
    header {
        padding:1em;
    }
    header h1 {
        position: relative;
        top:0;
        left:0;
        transform: translateX(0);
    }
    header nav {
        position:absolute;
        top:0;
        right:-200px;
        display:block;
        width:200px;
        max-width:auto;
        height:100vh;
        background:#fff;
        margin:0;
        padding-top:3em;
        transition: right ease-in .3s;
    }
    .nav_on {
        right:0;
        transition: right ease-in .3s;
        z-index: 99;
    }
    header nav ul {
        display: block;
    }
    header nav ul li {
        margin-left:0;
        border-top:1px solid #ececec;
    }
    header nav ul li, header nav ul li a {
        color:#212121;
    }
    
    header nav ul li ul {
        border-bottom:1px solid #ececec;
        background:#004783;
        margin-top:0;
    }
    header nav ul li span{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding:1em;
    }
    header nav ul li span a {
        padding-bottom: 0;
    }
    header nav ul li span img {
        display:block;
        width: 18px;
        transform: rotate(-180deg);
        transition: all ease .3s;
    }
    .nav_mobile_drop {
        transform: rotate(0);
        transition: all ease .3s;
    }
    header nav ul li ul li {
        padding:0.5em 1em;
        border-bottom:0;
    }
    header nav ul li ul li a {
        color:#fff;
    }
    header nav ul li:hover span a {
        border-bottom:0;
    }
    .mobile_click_on a {
        color:#004783;
        font-weight:700;
        padding-bottom:0;
    }
    .mobile_menu_number {
        display:block;
        border-top:1px solid #ececec;
        border-bottom:1px solid #ececec;
        background:#f6f6f6;
        text-align:center;
        font-size:18px;
        font-weight:700;
        color:#004783;
        padding:1em;
    }
    .mobile_menu_number dl {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .mobile_menu_number dt img {
        width:100%;
        max-width:30px;
        margin-right:0.5em;
    }
    .mobile_menu_number dl dd span:first-of-type {
        margin-bottom:0.2em;
        display:block;
    }

    footer p{
        width:94%;
    }
    footer ul {
        width: 95%;
        margin: 0 auto;
    }
    .flex img {
        width:50%;
    }
    .sub_content_menu ul li a {
        padding:1em 0;
    }
}

@media screen and (max-width:768px) {
    .sub_visual_box h2 {
      top: 58%;
    }
    .sub_visual_box {
        height: 33vh;
    }
    .sub_visual_box {
      width:100%;
      background:url(../images/sub_visual_m.jpg)no-repeat bottom center;
      background-size:cover;
    }
    .vs_2 {
      width:100%;
      background:url(../images/sub_visual2.jpg)no-repeat bottom center;
      background-size:cover;
    }
    .vs_3 {
      width:100%;
      background:url(../images/sub_visual3_m.jpg)no-repeat bottom center;
      background-size:cover;
    }
    .vs_4 {
      width:100%;
      background:url(../images/sub_visual4_m.jpg)no-repeat bottom center;
      background-size:cover;
    }
    .vs_3 h2 span {display: block;}
    header h1, footer img {
        max-width: 180px;
    }
    .mobile_menu_btn a img{
        width: 23px;
    }
    .aside_tab {
        bottom:0;
        right:10px;
    }
    .aside_tab ul li {
        margin-bottom: 5px;
    }
    .aside_tab ul li a span {
        width: 50px;
        height: 50px;
        margin: 0 auto 5px auto;
    }
    .aside_tab ul li a {
        font-size: 13px;
    }
    footer {
        font-size: 16px;
    }
    .sub_content {
        width: 100%;
        max-width: 90%;
    }
    .sub_content_menu ul::-webkit-scrollbar{
      display: none; 
    }
    .sub_content_menu {
        background: transparent;
    }
    .sub_content_menu ul {
      flex-wrap: nowrap;
      flex-direction: row;
      max-width:100%;
      overflow-x: auto;
    }
    .sub_content_menu ul li{
        width:calc(100% / 3);
        min-width: 136px;
    }
    .sub_content_menu ul li a {
        padding: 1em 0;
        border-bottom: 1px solid #fff;
    }
    .content_on {
        background: #004783 !important;
        border-top: 0!important;
        color: #fff !important;
    }
    .sub_content h3 {
        font-size: 24px;
        padding: 2em 0;
    }
    .flex {
        flex-direction: column;
    }
    .flex img {
        width: 100%;
    }
    .main_text {
        font-size: 20px;
    }
    .txt {
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    footer {
        font-size: 14px;
    }
}

.table1 {
  border-top: 3px solid #000;
  border-bottom: 1px solid #999;
  }
  @media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-pull-11 {
  right: 91.66666667%;
}
.col-lg-pull-10 {
  right: 83.33333333%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-8 {
  right: 66.66666667%;
}
.col-lg-pull-7 {
  right: 58.33333333%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-5 {
  right: 41.66666667%;
}
.col-lg-pull-4 {
  right: 33.33333333%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-2 {
  right: 16.66666667%;
}
.col-lg-pull-1 {
  right: 8.33333333%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-push-11 {
  left: 91.66666667%;
}
.col-lg-push-10 {
  left: 83.33333333%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-8 {
  left: 66.66666667%;
}
.col-lg-push-7 {
  left: 58.33333333%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-5 {
  left: 41.66666667%;
}
.col-lg-push-4 {
  left: 33.33333333%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-2 {
  left: 16.66666667%;
}
.col-lg-push-1 {
  left: 8.33333333%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.col-lg-offset-0 {
  margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
}
.table-responsive > .table {
  margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.m_tab {display:block;}
}

.gap {width: 100%; margin: auto;
  display: block;
  position: relative;
  text-align: center !important;}
.gap ul {width: 100%; margin: auto; margin-bottom: 20px; text-align: center;}
.gap ul li { display: inline-block; }
.gap ul li button {
padding: 10px 20px;
    background: #cd0014;
    color: #fff;
    font-size: 18px;
}
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #f1f1f1;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
  display: block;
  width: 100%;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.pull-right {
  float: right !important;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
#board .btn2 {
  background-color: #999;
  color: #fff !important;
  border: 0px solid #fff;
}
#board .btn-md {
  font-size: 15px;
  border-radius: 0px;
  padding: 13px 26px 14px;
  border: 0px;
}
.btn-ok {
  background-color: #db1d27;
  color: #fff;
  border: 0px solid #fff;
}
ul, li {
  list-style: none;
}
.form-group {
  margin-bottom: 15px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.swiper-button-prev, .swiper-button-next {
  background-image:none
  }

#member .btn-md {
  font-size: 15px;
  border-radius: 0px;
  padding: 13px 26px 14px;
  border: 0px;
}
#member p { text-align: center; margin-bottom: 20px; }
#member .col-md-12 label { margin: 0 20px; }
.btn-ok {
  background-color: #db1d27;
  color: #fff;
  border: 0px solid #fff;
}
.btn-block {
  display: block;
  width: 100%;
}
/* .col-md-6 {
  width: 100%;
} */
@media (min-width: 992px) {
  /* .col-md-6 {
    width: 50%;
  } */
  .col-md-offset-3 {
      margin-left: 25%;
  }
  .col-md-12 {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
  .col-md-12 {
    width: 100%;
}
}
@media only screen and (max-width: 991px) {
  #board .form-group {
    display: block;
    margin-left: 20px;
    width: 95% !important;
  }
  #board .pull-right {
    float: left !important;
    width: 95% !important;
    margin-top: 3rem;
    text-align: center;
  }
  #board .gap-s .text-center a img {width:100%;}
}
@media screen and (max-width:768px) {
  .gap-s p img {width:100%;}
  #board div .table td div {float: inherit !important;    margin-right: 0px !important;}
  #board div .table td div img {width:100%;}
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ts-squareimg-top-1 .tile {
    text-align: center;
  }
}