/* 세부 스타일 지정 */

li::marker {
  content: '• ';
  color: #aaa;
}

.Im-Netroveox-Maincell1 {
	padding:7px 7px;
}

.Im-Netroveox-Maincell2 {
	padding:7px 7px;
	border-left:1px solid white;
}

.Im-Netroveox-Maintable1 {
	background:#454545;
	color:white;
	text-align:center;
	font-size:11px;
	font-family:'GmarketSansMedium';
	letter-spacing:1px;
}

.Im-Netroveox-Maintable2 {
	background:#fafafa;
	color:#282828;
	text-align:center;
	font-size:11px;
	font-family:'GmarketSansMedium';
	letter-spacing:1px;
}

.Im-Netroveox-Extratext {
	display:inline-block;
	width:50%;
	min-width:250px;
}

@media screen and (max-width: 700px) {
     .Im-Netroveox-Extratext1 {
     	display:inline-block;
     	width:50%;
     	min-width:250px;
     	margin-top:5px;
     }
}

@media screen and (min-width: 700px) {
     .Im-Netroveox-Extratext1 {
     	display:inline-block;
     	width:50%;
     	min-width:250px;
     }
}

@media screen and (max-width: 700px) {
     .Im-Netroveox-Container {
     	padding:1px 16px;
     	width:calc(100% + 30px);
     	margin:15px -15px;
     	border-radius:8px;
     }
}

@media screen and (min-width: 700px) {
     .Im-Netroveox-Container {
     	padding:1px 16px;
     	width:802px;
     	margin:15px auto;
     	border-radius:8px;
     }
}

@media screen and (max-width: 700px) {
     .Im-Netroveox-Table {
     	width:100%;
     	margin:15px auto;
     }
}

@media screen and (min-width: 700px) {
     .Im-Netroveox-Table {
     	width:770px;
     	margin:15px auto;
     }
}

@media screen and (max-width: 700px) {
     .Im-Netroveox-Toptable {
     	width:100%;
     }
}

@media screen and (min-width: 700px) {
     .Im-Netroveox-Toptable {
     	width:790px;
     }
}

@media screen and (max-width: 700px) {
     .Im-Netroveox-Topcontainer {
     	padding:5px;
     	width:calc(100% + 30px);
     	margin:15px -15px;
     	box-shadow:0px 0px 5px black;
     	border-radius:8px;
     }
}

@media screen and (min-width: 700px) {
     .Im-Netroveox-Topcontainer {
     	padding:5px;
     	width:800px;
     	margin:15px auto;
     	box-shadow:0px 0px 5px black;
     	border-radius:8px;
     }
}

.Im-Netroveox-Titlecell {
	background:#ccc;
	color:#282828;
	text-align:center;
	font-size:11px;
	font-family:'GmarketSansMedium';
	letter-spacing:1px;
	padding:7px 7px;
	border-radius:5px;
	width:25%;
}

.Im-Netroveox-Cell1 {
	width:70%;
	background:#eee;
	color:#777;
	text-align:left;
	font-size:10px;
	font-family:'GmarketSansMedium';
	padding:12px 20px;
	line-height:180%;
	border-radius:5px;
}

.Im-Netroveox-Cell2 {
	width:70%;
	background:#eee;
	color:#777;
	text-align:left;
	font-size:11px;
	font-family:'GmarketSansMedium';
	padding:12px 20px;
	line-height:180%;
	border-radius:5px;
}

.Im-Netroveox-Subtext {
	margin-top:-4px;
	opacity:0.5;
	font-size:9px;
	line-height:100%;
	letter-spacing:0px;
}

.Im-Netroveox-Maintext {
	font-size:11px;
	font-weight:700;
	color:#4a4a4a;
	margin-bottom:5px;
	border-bottom:1px dotted #bbb;
}