/* core	================================================	*/
#wrapper {
  width: 1150px;
  margin: 0 auto;
  padding-top: 114px;
}

#wrapper h2.mainTitle {
  margin-bottom: 11px;
}

#wrapper h2.mainTitle p.bracketL {
  font-size: 22px;
}

#wrapper h2.mainTitle p.bracketR {
  font-size: 22px;
}

#wrapper h2.mainTitle .txt {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

#wrapper h2.mainTitle .txt span {
  font-size: 18px;
}

#wrapper .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#wrapper .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
