*{}
a{text-decoration: none;}
.skip{display: none;}
#wrap header #h_top .last,#wrap header nav ul .last,#wrap footer #f_center ul .last{border: 0; }
body{  
    margin-top: 50px;
    background-color: #fff;
     }
/*시멘트태그*/
#wrap{width: 1080px; margin: 0 auto;
overflow: hidden;
   background-image: url(../img/c2_jpn.jpg);
    background-repeat: no-repeat;
    background-position: center 145px;
    
}
#contense{overflow: hidden;}
.last{margin: 0; padding: 0; border: 0;}

/*tap*/
.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}


.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin: 30px; 0 0 0;
}

.tabBlock-tab {
  background-color: #fff;
  border-color: #d8d8d8;
  border-left-style: solid;
  border-top: solid;
  border-width: 2px;
    
  color: #83a2c3;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #83a2c3;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .tabBlock-tab {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.tabBlock-tab.is-active {
  position: relative;
  color: #1C456E;
  z-index: 1;
}
.tabBlock-tab.is-active::before {
  background-color: #1C456E;
}
.tabBlock-tab.is-active::after {
  background-color: #fff;
}

.tabBlock-content {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  padding: 1.25rem;
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}
/*tap_end*/
/*section*/
.day{
    margin-top: 40px;
}
.day h2{
    font-size: 22px;
    color: #1C456E;
    margin-bottom: 15px;
}
.day table{
   margin-top: 35px;
}
.day table tr{
    
}
.day table tr th{
    border-right: 5px solid #1C456E;
    padding-bottom: 10px;
    padding-right: 20px;
    border-bottom: 1px dotted #1C456E;
    padding-top: 6px;
    padding-left: 20px;
    font-weight: bold;
}
.day table tr .alrin{
   border-bottom: 0;
    
}
.day table tr td{
    padding-bottom: 25px;
    padding-left: 20px;
    padding-top: 20px;
}
.day table tr td a{
    color: red;
}
.day table tr td a:hover{
    color: #333;
    text-decoration: none;
}
.day table tr td span{
    color: #1C456E;
    font-weight: bold;
}
/*=================*/
