/* -------------------- 공통 -------------------- */
body {
  position:relative;
  background-color:#FFF;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/* -------------------- head -------------------- */
#header {
  width:100%;
  min-width: 1000px;
  /* background-color: rgb(149, 211, 227); */
  background-color: #FFF;
}
#header #location {
  position: relative;
  margin:0 auto;
  width:100%;
  height:30px;
  background-color: rgb(100, 93, 83);
}
#header #location #locationWrap {
  margin:0 auto;
  width:1000px;
  height:30px;
  line-height: 30px;
}
#header #location #locationWrap .area {
  position: relative;
  width:1000px;
  color:#FFF;
  text-align: right;
  font-size: 9pt;
  font-weight: 300;
}
#header #location #locationWrap .area span {
  cursor: pointer;
}
#header #location #locationWrap .area span i {
  position: absolute;
  top:7px;
  margin-left: -20px;
  font-size: 12pt;
}
#header #inner {
  position: relative;
  margin:0 auto;
  width:1000px;
  height:70px;
}
#header #inner #search {
  cursor: pointer;
  position: absolute;
  left:0;
  top:25px;
  width:170px;
  height:30px;
  line-height: 30px;
  border-radius: 15px;
  color:rgb(100, 93, 83);
  text-align: center;
  font-weight:500;
  background: #FFF;
}
#header #inner #search i {
  margin-left: 20px;
  margin-right: -15px;
  font-size: 14pt;
}
#header #inner h1 {
  margin: 0 auto;
  padding: 15px 0 0 0;
  cursor: pointer;
  /* height: 35px; */
  position: relative;
  display: table;
  width: fit-content;
}
#header #inner h1 a {
  display: inline-block;
}
#header #inner h1 img {
  float: left;
  width: auto;
  height: 35px;
  /* display: block; */
  padding: 4px 0 4px 15px;
}
#header #inner h1 img.select_logo_img {

}
#header #inner h1 a > span{
  float: left;
    font-size: .6em;
    height: 35px;
    line-height: 35px;
    padding: 4px 15px 4px 4px;
}
#header #inner #callNum {
  position: absolute;
  right:0;
  top:20px;
  color:rgb(100, 93, 83);
  font-size: 14pt;
  font-weight:500;
}
#header #inner #callNum .number {
  font-size: 20pt;
  font-weight:600;
}
#header #gbNavWrap {
  width:100%;
  height:40px;
  /* background-color: rgb(130, 200, 219); */
  background-color: #e0002a;
  /* background-color: #2196f3; */
  /* background-color: #0095e1; */
}
#header #gbNavWrap #gbNav {
  margin: 0 auto;
  width:1000px;
}
#header #gbNavWrap #gbNav::after {
  display: block;
  content: "";
  clear:both;
}
#header #gbNavWrap #gbNav > li {
  position: relative;
  cursor: pointer;
  float: left;
  width:200px;
  height:40px;
  line-height:40px;
  color:#FFF;
  font-size: 17px;
  font-weight:400;
  text-align:center;
}
#header #gbNavWrap #gbNav > li:hover {
  color:rgb(255, 244, 147);
}

#header #gbNavWrap #gbNav > li a {
	color:#FFF;
}
#header #gbNavWrap #gbNav > li div.depth {
	display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    z-index: 10;
}
#header #gbNavWrap #gbNav > li:hover div.depth {
    display: block;
}
#header #gbNavWrap #gbNav li div.depth ul {
	display: inline-block;
    padding: 6px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(81,76,68,0.18);
}
#header #gbNavWrap #gbNav li div.depth ul li {
	padding: 2px 0;
}
#header #gbNavWrap #gbNav li div.depth ul li a {
	display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #48525f;
    line-height: 30px;
    letter-spacing: -0.8px;
}
#header #gbNavWrap #gbNav li div.depth ul li a:hover {
	color: #0095e1;
}
/* -------------------- section -------------------- */
#section {
  width:100%;
  min-width: 1000px;
  overflow: hidden;
}
.mainBox .mainBodyBox {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    background: #FFF;
}

.mainBodyBox > div.tabBox {
    margin: 25px 0 0 0;
}
.mainBodyBox > div:first-child {
    margin: 0 0 0 0;
}
#proTable {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#proTable a {
  display: table-cell;
  cursor: pointer;
  padding: 10px 0;
  background: rgb(245, 245, 245);
  color: rgb(135, 135, 135);
  border-width: 0 10px 0 10px;
  font-size: 10pt;
  text-align: center;
  font-weight:300;
  letter-spacing: -0.03em;
  transition-duration: 0.3s;
}
#proTable a:hover,
#proTable .on {
  transform: scale(1.03);
  background: rgb(245, 245, 245);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: rgb(100, 93, 83);
  font-size: 11pt;
  font-weight: 500;
}
.TitleBox > h2 {
	color: #333;
}
.TitleBox > h2 > #rect {
	display: inline-block;
	width: 7.5px;
	height: 20px;
	background-color: #e0002a;
}
.TitleBox > h2 > span {
	margin-left: 5px;
}
.tableWrap {
	margin: 10px 0 8px 0;
}
.tableWrap > h4 .spec {
	color: #e0002a;
}

.ingEventDiv {
	padding: 20px 0 0 0;
}

/* -------------------- footer -------------------- */
#footer {
  margin: 0 auto;
  min-width: 1000px;
  background-color:#FFF;
  font-family:sans-serif;
}
#footer #footerContent {
  margin: 30px auto 30px auto;
  padding: 10px 0 0 0;
  width:1000px;
  line-height:20px;
  text-align: left;
  font-size:12px;
  border-top: 1px solid rgb(238, 238, 238);
}
#footer #footerContent .f2 {
	color:rgb(120, 120, 120);
}
#footer #footerContent .copyRight {

}

/* 맨 위로 */
#goTop {
  z-index: 99;
  display: block;
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  color: #FFF;
  background-color: #ccc;
  bottom: 30px;
  right: 50%;
  margin-right: -570px;
  opacity: 0;
  transition-duration: 0.8s;
}
#goTop:hover {
  background-color: #aaa;
}
