/*----------------------------- */
/* COSMO COMMON [ LAYOUT ] */
/*----------------------------- */
body {
  min-width: 1201px;
  background-color: #8a8a8a;
}

/** layout **/
/*
#cosmo_contents
	.cosmo_contents-in
		(ol.cosmo_contents-topicpath)
		(.cosmo_contents-head)
		.cosmo_contents-main
			.ccosmo_ontents-main_in
				.cosmo_contents-border(original)
		.cosmo_contents_sub
*/
#cosmo_contents {
  margin-top: -9px;
  margin-bottom: 50px;
  line-height: 1.5;
}
#cosmo_contents .cosmo_contents-in {
  max-width: 1201px;
  min-width: 931px;
  margin: 0 auto;
  padding: 0 10px;
  *zoom: 1;
}
#cosmo_contents .cosmo_contents-in:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath {
  margin-top: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  overflow: hidden;
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li {
  display: inline-block;
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li:before {
  content: " > ";
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li.home:before {
  content: "";
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li a:link, #cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li a:visited {
  color: #fff;
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li a:hover {
  color: #fff;
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath.black {
  color: #000;
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath.black li a:link, #cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath.black li a:visited {
  color: #000;
}
#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath.black li a:hover {
  color: #039;
}
#cosmo_contents .cosmo_contents-in .cosmo_contents-head {
  margin-top: 20px;
}
#cosmo_contents .cosmo_contents-in .cosmo_contents-main {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#cosmo_contents .cosmo_contents-in .cosmo_contents-main .cosmo_contents-main_in {
  margin-right: 301px;
}
#cosmo_contents .cosmo_contents-in .cosmo_contents-sub {
  float: right;
  margin-left: -600px;
  margin-top: 20px;
  width: 300px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #fff;
}
#cosmo_contents .cosmo_contents-border {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 500px;
}
#cosmo_contents.cosmo_contents-sub_left .cosmo_contents-in .cosmo_contents-main {
  float: right;
  width: 100%;
}
#cosmo_contents.cosmo_contents-sub_left .cosmo_contents-in .cosmo_contents-main .cosmo_contents-main_in {
  margin-left: 301px;
  margin-right: 0;
}
#cosmo_contents.cosmo_contents-sub_left .cosmo_contents-in .cosmo_contents-sub {
  float: left;
  margin-right: -302px;
  margin-left: 0;
  width: 300px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
