p {
	font-size: 16px;
	line-height: 1.75em;
	padding: 0 10px 1em 10px;
	word-break: normal;
	text-align: justify;
}
ul.txt {
	padding-left: 25px;
}
ul.txt li {
	font-size: 16px;
	line-height: 1.75em;
	padding: 0 10px 0 0;
	word-break: normal;
	text-align: justify;
}
ul.txt li div {
	color: #0d47a1;
	font-weight: bold;
}
li.pgli {
	display: inline-block;
	padding: 15px 22px;
	margin: 5px;
	background: linear-gradient(-45deg, #017d87, #2074b1);
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
	width: 45%;
	opacity: 0.9;
}
li.sub {
	display: block;
	padding: 12px 20px;
	margin: 0 0 20px 0;
	background: linear-gradient(-45deg, #017d87, #2074b1);
	border-radius: 5px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
	opacity: 0.9;
}
li.sub span {
	font-family: 'Arial', 'Noto Sans KR', sans-serif;
	font-size: 16px;
	padding-left: 15px;
	opacity: 0.5;
}
li.th {
	width: 120px;
	display: inline-block;
	font-size: 14px;
	line-height: 1.75em;
	padding: 1em 0 0 50px;
	word-break: normal;
	text-align: justify;
	font-weight: bold;
}
li.td {
	display: inline-block;
	font-size: 14px;
	line-height: 1.75em;
	word-break: normal;
	text-align: justify;
}
div.img {
	float: left;
	width: 400px;
	height: 320px;
	text-align: center;
	padding: 0 10px;
}
div.img img {
	padding-top: 10px;
}
/* BUSINESS 3 */
.tab {
  width: 100%;
  font-size: 16px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: ffffff;
    min-width: 160px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* BUSINESS 4 pc */
table.cus, td.cus, th.cus {
    border: 1px solid #cccccc;
    text-align: center;
}
table.cus {
    border-collapse: collapse;
    width: 100%;
}
th.cus, td.cus {
    padding: 0.5%;
    font-size:0.7vw
}
/* BUSINESS 4 mobile */
table.cub, td.cub, th.cub {
    border: 1px solid #cccccc;
    text-align: center;
    margin: auto;
}
table.cub {
	border: none;
    border-collapse: collapse;
    width: 80%
}
th.cub, td.cub {
    padding: 1.8%;
    font-size:0.7vw
}