@charset "utf-8";
@import url("./css/NotoKR.css");

/* CSS Document */
/*-- reset css --*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html, body {
  font-family: 'Noto Sans Regular',sans-serif;
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
  /* Link Style - change colours to suit your needs*/
  color: #666;
  -webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
  -moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
  -ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
  -o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
  transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

th,
td {
  vertical-align: middle;
}

input,
select {
  vertical-align: middle;
}

/*-- END reset css --*/
div.contents {}

div.leftCnt {
  float: left;
  width: 30%;
}

div.leftCnt div.cosTit {
  height: 185px;
  background-color: #cdd9be;
}

div.leftCnt div.cosInfo {
  padding: 24px;
  height: 280px;
  background-color: #000000;
}

div.leftCnt div.cosInfo h2.holeName {
  font-size: 30px;
  font-family: 'Noto Sans Thin',sans-serif;
  color: #fff;
}

div.leftCnt div.cosInfo h2.holeName span {
  margin-right: 10px;
  font-size: 45px;
}

div.leftCnt div.cosInfo table.par {
  margin-top: 8px;
  margin-left: 32px;
  width: 220px;
  color: #fff;
}

div.leftCnt div.cosInfo table.par tr {
  height: 24px;
}

div.leftCnt div.cosInfo table.par tr th {
  text-align: left;
  font-size: 16px;
  font-family: 'Noto Sans Thin',sans-serif;
}

div.leftCnt div.cosInfo table.par tr td {
  text-align: right;
  font-size: 17px;
  font-family: 'Noto Sans Bold',sans-serif;
}

div.leftCnt div.cosInfo table.colorPar th.blue {
  color: #49729e;
}

div.leftCnt div.cosInfo table.colorPar th.red {
  color: #cd2e53;
}
div.leftCnt div.cosInfo table.colorPar th.orange {
  color: #ff8100;
}

div.leftCnt div.cosInfo table.colorPar td {
  font-size: 15px;
}

div.leftCnt div.cosInfo p.unit {
  text-align: right;
  margin-top: 8px;
  padding-right: 24px;
  font-size: 12px;
  color: #fff;
}

div.attackTit {
  height: 160px;
  background-color: #aeaeae;
}

div.attackTit p {
  font-size: 20px;
  font-family: 'Noto Sans Bold',sans-serif;
  line-height: 160px;
  text-align: center;
  color: #fff;
}

div.attackTit p span {
  font-size: 20px;
}

div.rightCnt {
  position: relative;
  float: left;
  width: 70%;
  height: 625px;
  background: #f2f2f2;
}

div.tabMenu {
  margin: 50px 30px;
}

div.tabMenu a {
  margin-right: 18px;
  font-size: 20px;
  font-weight: bold;
  color: #b7b7b8;
}

div.tabMenu a span {
  padding-right: 2px;
}

div.tabMenu a.active {
  color: #9e8e3e;
  text-decoration: underline;
}

div.cosInner {
  margin-top: 115px;
}

div.cosInner div.movie {
  width: 500px;
  height: 280px;
}

div.cosInner p.attack {
  width: 420px;
  padding: 25px 0 25px 20px;
  font-size: 16px;
  font-family: 'Noto Sans Regular',sans-serif;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #695d54;
}

div.cosMap {
  position: absolute;
  right: -24px;
  bottom: 24px;
}
