/**
 * mp share css
 *
 * 01. commons
 * 02. package
 *   02.1 package list
 * 03. journal
 *
 **/

/* 01. commons */
ul.search-alphabet {
	margin: 0 0;
	list-style: none;
}
.search-alphabet .letter {
	border: 1px solid #DDDDDD;
	margin: 1px;
	padding: 1px;
	display: inline-block;
	list-style-type: none !important;
	width: 28px;
	line-height:1.7;
	text-align: center;
	background-color: #fafafa;
}
.row-style-2 .search-alphabet .letter {
    width: auto;
    padding: 1px 9px;
}
/*.search-alphabet .letter.active {*/
	/*background-color: #eeeeee;*/
/*}*/
.search-alphabet .letter a {
	color: black;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
    text-transform: uppercase;
}
.search-alphabet .char-2 {
	width: 40px;
}
.search-alphabet .active {
	background-color: #2c6ebb;
	border: 1px solid #2c6ebb;
}
.search-alphabet .active a {
	color: #ffffff;

}

.erm h4.title-bar, .erm h5.title-bar {
    padding-bottom: 5px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}

.erm .info-box {
    background-color: #fbfbfb;
    border: 1px solid #d4d4d4;
    padding: 3px 5px;
    margin-right: 15px;
    font-size: 12px;
}
.erm .db-foreign {
    border: 1px solid #d44a4f;
}
.erm .db-internal {
    border: 1px solid #4246d4;
}
.erm .on-proxy {
    border: 1px solid #d44a4f;
}
.erm .off-proxy {
    border: 1px solid #d44a4f;
    background-color: #fbd8d7;
}

/* 02.1 package list */
.erm .erm-search {
	margin: 20px 20px;
}
.erm-search fieldset {
	padding: 12px 0;
	background-color: #f0f0f0;
	border: none;
	text-align: center;
}
.erm-search .search-form {
	margin-bottom: 12px;
}
.erm .erm-search .k-search {
	width: 50%;
	padding: 4px 10px;
}
.erm .initial-search .row-1,
.erm .initial-search .row-2,
.erm .initial-search .row-3 {
	padding-bottom: 5px;
}
.erm .initial-search .row-3 {
	padding-left: 49px;
}
.erm .initial-search .row-inline {
    display: inline-block;
}
.erm .initial-search .row-inline.row-style-1 {
    width: 10%;
    max-width: 45px;
    min-width: 45px;
    vertical-align: top;
}
.erm .initial-search .row-inline.row-style-2 {
    width: 90%;
    min-width: 260px;
}
@media screen and (max-width: 584px) {
    .erm .initial-search .row-inline.row-style-2 {
        width: 87.3%;
    }
}
@media screen and (max-width: 461px) {
    .erm .initial-search .row-inline.row-style-2 {
        width: 84.3%;
    }
}
.erm .notice-wrap {
	margin: 20px 20px;
	background-color: #f6f6f6;
	border: none;
	padding: 15px 15px;
}
.erm .notice-wrap h4 {
	font-size: 16px;
}
.erm .notice-wrap ul {
	color: #696969;
	font-size: 14px;
	margin-bottom: 0;
}
.erm .notice-wrap .db-title {
	font-weight: bold;
}
.erm .db-notice-date {
	color: #d82223;
}

.erm .package-list {
    padding-top: 20px;
}
.erm ul.erm-list {
    margin: 0 0;
    list-style: none;
    border-top: 1px solid #efefef;
}
.erm ul.erm-list li {
    list-style: none;
    position: relative;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #efefef;
}
.erm ul.erm-list li ul {
    border: none;
}
.erm ul.erm-list li ul li {
    list-style: disc;
    border: none;
    margin: 0 0 0 18px;
    padding: 0 0;
    line-height: 1.7;
}
.erm .erm-list h4 {
    margin-bottom: 5px;
}

.erm .package-list .col-thumb {
    position: absolute;
    left: 0;
    top: 5px;
    width: 120px;
}
.erm .package-list .col-fieldset {
    width: auto;
    margin-left: 150px;
}
.erm .package-list .col-fieldset >h4 > a {
    color: black;
}
.erm .package-list .col-fieldset >h4 > a:hover {
    color: darkblue;
    text-decoration: none;
}
.erm .package-list .col-fieldset p {
    margin: 0 0;
    line-height: 1.8;
}
.erm .package-list .erm-content, .erm .package-list .howtouse {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: none;
    padding: 15px 15px;
    font-size: 13px;
}
.erm .package-list .erm-content ul {
    margin: 0 0;
}
.erm .package-list .db-notice {
    padding-top: 4px;
    font-size:14px;
}

@media (max-width: 768px) {
	.erm .erm-search {
		margin: 20px auto;
		max-width: 400px;
	}
	.erm-search fieldset {
		padding: 0;
		background-color: #fff
	}

    .initial-search {
        display: none;
    }
    .erm .erm-search .k-search {
        width: 76%;
    }
	.erm .erm-search input[type='submit'] {
		width: 20%;
	}
	.erm .package-list .col-thumb {
		position: absolute;
		left: 0;
		top: 5px;
		width: 120px;
	}
	.erm .package-list .col-fieldset {
		width: auto;
		margin: 30px 0 0 0;
	}
}