<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1024px) {
.techdevice-responsivegrid&gt;div {
    width: 1020px;   
}
}
@media screen and (min-width: 768px) {
.container {
    width: 1000px;   
}
}

.cmnbox01 {
    margin: 0;   
}



.right_navi_text {
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    padding: 20px 15px;
    background: #444754;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
.right_navi {
	margin: 0;
	padding: 0;
    border: 1px solid #ccc;
}
.right_navi a {
    color: #000;
}
.right_navi li {
    border-bottom: 1px solid #ccc;
}
.new_articles .right_navi li p {
    margin: 15px 10px;
    border-left: 2px solid #0096d6;
    padding-left: 10px;
}
.popular_articles .d_table {
    padding: 10px;
}
.popular_articles .d_table .navi_num {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
    position: relative;
    margin-top: 10px;
}
.popular_articles .d_table .navi_num span {
    position: absolute;
    top: 10%;
    left: 35%;
    color: #767676;
    font-size: 20px;
}
.popular_articles .d_table .navi_num02 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
    position: relative;
    margin-top: 10px;
}
.popular_articles .d_table .navi_num02 span {
    position: absolute;
    top: 10%;
    left: 25%;
    color: #767676;
    font-size: 20px;
}







.right_navi li:last-child {
    border-bottom: none;
}

@media screen and (max-width: 480px) {
	.more_section .right_navi {
		display: block;
	}
	.more_section .right_navi li {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 15px;
	}
	.more_section .right_navi li:nth-child(3n) {
		margin: 0 auto 15px;
	}
}
</pre></body></html>