body.popup {
	height: 100vh;
	overflow: hidden;
}
/*input[name=search] {
	display: block;
	width: 90%;
	max-width: 920px;
	margin: 30px auto 40px;
	padding: 5px 10px;
	text-align: left;
	border: solid 2px #002e7a;
	border-radius: 1.5em;
}*/
ul.cardListNav {
	width: 100%;
	margin: 0;
}
ul.cardListNav li.list {
	display: flex;
	width: 100%;
    margin-bottom: 2px;
	padding: 0;
}
ul.cardListNav li.list strong {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 12em;
    padding: 10px 0;
    font-size: 15px;
    background: #f2f2f2;
    color: #333;
    box-sizing: border-box;
    font-weight: normal;
}
ul.cardListNav li.list ul.newsTab, ul.cardListNav li.list .wrap_select_col {
    position: relative;
    width: calc(100% - 12em);
    padding: 10px 35px;
    text-align: left;
    font-weight: normal;
}
ul.cardListNav li.list ul.newsTab li.tab-item3 {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    background: #eee;
    color: #333;
    border: solid 1px #FFF;
    outline: solid 1px #FFF;
    cursor: pointer;
    transition: .5s;
}
ul.cardListNav li.list ul.newsTab li.blue {
    color: #023d94;
}
ul.cardListNav li.list ul.newsTab li.green {
    color: #1fae34;
}
ul.cardListNav li.list ul.newsTab li.white {
	color:#999;
}
ul.cardListNav li.list ul.newsTab li.red {
    color: #da1640;
}
ul.cardListNav li.list ul.newsTab li.yellow {
    color: #e4af0f;
}
ul.cardListNav li.list ul.newsTab li.black {
}
ul.cardListNav li.list ul.newsTab li.tab-item3:hover,
ul.cardListNav li.list ul.newsTab li.tab-selected3 {
    background: #0c0f2b;
    color: #FFF;
    border: solid 1px #FFF;
    outline: solid 1px #999;
}
ul.cardListNav li.list ul.newsTab li.tab-item3:hover{
    background: #858585;
}
ul.cardListNav li.list ul.newsTab li.tab-item3.tab-selected3:hover{
    background: #000;
}
#inline-card {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11015;
	overflow: auto;
	display: none;
	width: 100%;
	height: 100%;
	/*background: rgb(0 91 172 / 75%);*/
/*	background: rgba(0,0,0,.6);*/
}
.modal_bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}
#inline-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
/*	background: url("../_image/BG.png") repeat center top/1600px auto;*/
}
.modalWin {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	/*display: flex;
	align-items: center;*/
	height: unset;
	padding: 50px 0;
}
#popup dl.vertically_long::before,
#popup dl.vertically_long::after {
	content: "";
	display: table;
}
#popup dl.vertically_long::after {
	clear: both;
}
/*#popup dl.vertically_long dt {
	margin: 0;
	padding: 0;
}*/
/*dl#cardInfo dt img.sub {
	margin-top: 20px;
}*/
p.flaver {
    margin-top: 20px;
}
ul#cardInfo .hide {
	display: none;
}
#popup .prev,
#popup .next {
	position: absolute;
	top: 50vh;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: white;
	border-radius: 50%;
	cursor: pointer;
}
#popup .prev {
	left: 21px;
    top: 19px;
/*	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);*/
}
#popup .next {
	right: 80px;
    top: 19px;
/*	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	transform: translate(100%, -50%);*/
}
.popup-modal-dismiss center {
	display: inline-block;
	margin-top: 1em;
	cursor: pointer;
}

@media (max-width: 667px) {
	.modalWin {
		padding: 30px 0;
	}
	dl#cardInfo {
		width: 90%;
	}
	.popup-modal-dismiss center{
		margin-top:.5em;
	}
ul.cardListNav li.list ul.newsTab{
	padding:0;
}
#popup .next {
/*    top: 90px;*/
/*	top:214px;*/
	top:310px;
    right: 10px;
}
#popup .prev {
/*    top: 90px;*/
/*	top:214px;*/
	top:310px;
    left: 10px;
}

ul.cardListNav li.list {
    display: block;
    margin-bottom: 1em;
}
ul.cardListNav li.list strong{
	padding: .3em;
        background-color: #e7e7e7;
        width: 100%;
        margin-bottom: .3em;
}
ul.cardListNav li.list ul.newsTab{
	padding:0;
}
ul.cardListNav li.list ul.newsTab, ul.cardListNav li.list .wrap_select_col{
	width: 100%;
        padding-left: 0;
        padding-right: 0;
}
ul.cardListNav li.list .wrap_select_col .selectBox {
    width: auto;
}

}
