﻿@charset "UTF-8";

/********************************************************************
0. reset
********************************************************************/
html, button, input, select, textarea { color:#2f3743; }
body,h1,h2,h3,h4,h5,h6 { font-size:100%; line-height:1.2; font-family:'맑은 고딕','Malgun Gothic','돋움', dotum, Helvetica, sans-serif; letter-spacing: -0.7px; }

textarea { resize:vertical; }
.blind, legend, hr, caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i, em, address { font-style:normal; font-weight:normal; }

.blind_text { overflow:hidden; position:absolute; top:0; left:0; width:0; height:0; font-size:0; line-height:0 }

.ir { background-color:transparent; border:0; overflow: hidden; *text-indent:-9999px; }
.ir:before { content:""; display: block; width:0; height:150%; }

.h-ir {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
	.lt-ie8 .h-ir {
		color: #fff;
	}
	.lt-ie8 .h-ir a {
		color: #fff;
	}

.hidden { display:none !important; visibility:hidden; }
.invisible { visibility:hidden; }

/* clearfix */
.clearfix:before, .clearfix:after { content:" "; display:table; }
.clearfix:after { clear:both; }
.clearfix { *zoom:1; }

/* height 100% */
.full-page {
	height: 100%;
	/* overflow: auto */
}

/********************************************************************
 common
********************************************************************/
body {
	position: relative;
	width: 100%;
	overflow-y: scroll;
    line-height: 1.5;
	font-family: '맑은 고딕','Malgun Gothic',sans-serif;
    font-size: 15px;
}

.inner-wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

/* sub page - color */
.sub-research .research-f-color { /* 정책과 연구 */
    color: #f25b5b !important;
}
.sub-legal .legal-f-color { /* 법정계획 */
    color: #49d5df !important;
}
.sub-policy .policy-f-color { /* 정책사업 */
    color: #65d3dc !important;
}
.sub-assets .assets-f-color { /* 건축자산 */
    color: #f18043 !important;
}
.sub-publication .publication-f-color { /* 발간물 */
    color: #ffb637 !important;
}

/* sub page - hover color */
.f-hover-color:hover {
    color: #cb0012 !important;
}
.sub-research .f-hover-color:hover, .research-f-hover-color:hover { /* 정책과 연구 */
    color: #f25b5b !important;
}
.sub-legal .f-hover-color:hover, .legal-f-hover-color:hover { /* 법정계획 */
    color: #49d5df !important;
}
.sub-policy .f-hover-color:hover, .policy-f-hover-color:hover { /* 정책사업 */
    color: #65d3dc !important;
}
.sub-assets .f-hover-color:hover, .assets-f-hover-color:hover { /* 건축자산 */
    color: #f18043 !important;
}
.sub-publication .f-hover-color:hover, .publication-f-hover-color:hover { /* 발간물 */
    color: #ffb637 !important;
}

/* sub page - border-color */
.sub-research .bd-color { /* 정책과 연구 */
    border-color: #f25b5b !important;
}
.sub-legal .bd-color { /* 법정계획 */
    border-color: #3fa4aa !important;
}
.sub-policy .bd-color { /* 정책사업 */
    border-color: #65d3dc !important;
}
.sub-assets .bd-color { /* 건축자산 */
    border-color: #f18043 !important;
}
.sub-publication .bd-color { /* 발간물 */
    border-color: #ffb637 !important;
}

/* sub page - border-color hover */
.sub-research .bd-hover-color:hover { /* 정책과 연구 */
    border-color: #f25b5b !important;
}
.sub-legal .bd-hover-color:hover { /* 법정계획 */
    border-color: #3fa4aa !important;
}
.sub-policy .bd-hover-color:hover { /* 정책사업 */
    border-color: #65d3dc !important;
}
.sub-assets .bd-hover-color:hover { /* 건축자산 */
    border-color: #f18043 !important;
}
.sub-publication .bd-hover-color:hover { /* 발간물 */
    border-color: #ffb637 !important;
}

/* sub page - background-color */
.sub-research .bg-color { /* 정책과 연구 */
    background-color: #f25b5b !important;
}
.sub-legal .bg-color { /* 법정계획 */
    background-color: #3fa4aa !important;
}
.sub-policy .bg-color { /* 정책사업 */
    background-color: #65d3dc !important;
}
.sub-assets .bg-color { /* 건축자산 */
    background-color: #f18043 !important;
}
.sub-publication .bg-color { /* 발간물 */
    background-color: #ffb637 !important;
}

/********************************************************************
 util
********************************************************************/
.lt-ie8 body,
.lt-ie8 body.full-page { /* ie7 fix */
	overflow: auto;
}
.snb_bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;	
	width: 180px;
	height: 3px;
	background-color: #fff; /*d2111b*/
}

/* skip navigation */
.oldbrowser {
	width: 100%;
	padding: 20px 0;
	background: #272727;
	font-weight: bold;
	text-align: center;
	color: #fff;
	opacity: 0.75;
}
	.oldbrowser a {
		color: #cb0012;
		text-decoration: underline;
	}
#skip_nav {
    display: none;
	z-index: 9999;
}
	#skip_nav dt {
		overflow: hidden;
		position: absolute !important;
		width: 1px;
		height: 1px;
	}
	#skip_nav dd a{
		display: block;
		position: absolute;
		top: -10000px;
		left: 0;
		z-index: 9999;
		width: 100%;
		font-size: 16px;
		text-align: center;
		opacity: 0;
		transition: all 0.25s;
		-webkit-transition: all 0.25s; /* Safari */
	}
	#skip_nav dd a:focus{
		position: absolute;
		top: 0;
		left: 0;
		height: 14px;
		padding: 20px 0;
		background: #272727;
		font-weight: bold;
		color: #fff;
		opacity: 0.75;
	}

/********************************************************************
 layout
********************************************************************/

/* form wrap */
.wrap_form {
	width: 100%;
}

/* wrap */
#wrap {
	width: 100%;
}

/* header */
#header {
	position: relative;
}
    #header .utility {
	    
    }
        #header .utility ul {
            margin: 0;
            padding: 0;
        }
            #header .utility ul li {
	            float: right;
                margin: 0;
                padding: 0;
            }
                #header .utility ul li a {
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    padding: 0 15px;
	                font-size: 13px;
                    font-weight: bold;
                    color: #999;
                    border-left: 1px solid #dfdfdf;
                    text-decoration: none;

                    transition: color 0.25s;
                }
                #header .utility ul li:first-child a {
                    border-right: 1px solid #dfdfdf;
                }
                #header .utility ul li a i {
	                font-size: 20px;
                    color: #aaa;
                }
                #header .utility ul li a:hover,
                #header .utility ul li a:hover i {
	                color: #cb0012;
                }

/* gnb-area */
.gnb-area {
    height: 130px;
    background-color: #353741;
}
    .gnb-area a { 
        transition: all 0.25s;
        text-decoration: none !important;
    }
    .gnb-area .inner-wrap {
        position: relative;
        height: 100px;
        /*background: url(/Images/bg/bg_header.png) right top no-repeat;*/
    }
    .gnb-area h1 {
        position: absolute;
        left: 0;
        top: 35px;
        margin: 0;
        padding: 0;
    }
    .gnb-area .gnb {
        padding-left: 230px;
    }
        .gnb-area .gnb .gnb-nav {

        }
            .gnb-area .gnb .gnb-nav > li {
                position: relative;
                float: left;
            }
                .gnb-area .gnb .gnb-nav > li > a {     
                    position: relative;
                    display: block;
                    height: 130px;
                    line-height: 140px;           
                    padding: 0 22px;
                    font-size: 20px;
                    font-weight: bold;
                    color: #f0f0f0;
                }
                .gnb-area .gnb .gnb-nav > li > a:hover {
                    color: #fff;
                }
                    .gnb-area .gnb .gnb-nav > li > a span {
                        position: absolute;
                        left: 50%;
                        bottom: 25px;
                        width: 0;
                        display: block;
                        height: 2px;
                        margin: 0 0 0 -25px; 
                        background-color: rgba(255,255,255,0);
                        transition: all 0.25s;
                    }
                    .gnb-area .gnb .gnb-nav > li > a:hover span,
                    .gnb-area .gnb .gnb-nav > li.active > a span {
                        width: 50px;
                        background-color: rgba(255,255,255,0.9);
                    }

                    /* sub menu */
                    .gnb-area .gnb-sub-bg {
                        position: absolute;
                        top: 130px;
                        overflow: hidden;
                        width: 100%;
                        height: 0;
                        border-bottom: 2px solid #353741;
                        background-color: #fff;
                        z-index: 200;
                        transition: height 0.35s;
                    }
                    .gnb-area .gnb-sub-bg .inner-wrap {
                        position: relative;
                        height: 260px;
                    }
                        .gnb-area .gnb-sub-bg .inner-wrap .bg-element {
                            position: absolute;
                            left: -200px;
                            width: 620px;
                            height: 260px;
                            display: block;
                            background: #fff url(/Images/bg/bg_gnb_sub.png) left top no-repeat;
                        }
                    .gnb-area .gnb .gnb-nav .smenu-area {
                        position: absolute;
                        left: 0;
                        top: 130px;
                        overflow: hidden;
                        width: 100%;
                        height: 0;
                        padding: 5px 0;
                        background-color: transparent;
                        z-index: 210;
                        transition: height 0.35s;
                    }
                        .gnb-area .gnb .gnb-nav .smenu {
                                
                        }
                            .gnb-area .gnb .gnb-nav .smenu > li {
                                line-height: 1.1;
                                margin: 10px 0;
                                text-align: center;
                            }
                                .gnb-area .gnb .gnb-nav .smenu > li > a {
                                    font-size: 13px;
                                    font-weight: bold;
                                    color: #767676;
                                }
                                .gnb-area .gnb .gnb-nav .smenu > li > a:hover {
                                    color: #cb0012;
                                }

    /* gnb-util */
    .gnb-util {
        position: absolute;
        right: 0;
        top: 0;
        height: 130px;
    }
        .gnb-util .inner {

        }
            .gnb-util .inner > ul {
                margin-top: 54px;
            }
                .gnb-util .inner > ul > li {
                    float: left;
                }
                    .gnb-util .inner > ul > li a {
                        display: block;
                        width: 42px;
                        height: 34px;
                        line-height: 34px;
                        margin-left: 5px;
                        text-align: center;
                        font-size: 24px;
                        color: #0a0a0a;
                        border-radius: 4px;
                        background-color: #fafafa;
                    }
                    .gnb-util .inner > ul > li a.active {
                        color: #cb0012;
                    }
                    .sub-research .gnb-util .inner > ul > li a.active { /* 정책과 연구 */
                        color: #f25b5b !important;
                    }
                    .sub-legal .gnb-util .inner > ul > li a.active { /* 법정계획 */
                        color: #49d5df !important;
                    }
                    .sub-policy .gnb-util .inner > ul > li a.active { /* 정책사업 */
                        color: #65d3dc !important;
                    }
                    .sub-assets .gnb-util .inner > ul > li a.active { /* 건축자산 */
                        color: #f18043 !important;
                    }
                    .sub-publication .gnb-util .inner > ul > li a.active { /* 발간물 */
                        color: #ffb637 !important;
                    }


            .search-main {
                display: none;
                position: absolute;
                top: 130px;
                right: 0;
                width: 420px;
                padding: 30px 20px;
                text-align: center;
                background-color: #485b71;
                box-shadow: 0 0 6px rgba(0,0,0,0.25);
                z-index: 100;
            }
                .search-main .input-search {
                    display: inline-block;
                    width: 300px;
                    height: 34px;
                    line-height: 34px;
                    padding: 0 10px;
                    vertical-align: middle;
                    border: 1px solid #fff;
                    border-radius: 2px;
                }
                .search-main .btn-search-main {
                    display: inline-block;
                    width: 46px;
                    height: 34px;
                    text-align: center;
                    vertical-align: middle;
                    color: #fff;
                    border: 1px solid #cb0012;
                    border-radius: 2px;
                    background-color: #cb0012;
                }
                .sub-research .search-main .btn-search-main { /* 정책과 연구 */
                    border: 1px solid #f25b5b;
                    background-color: #f25b5b !important;
                }
                .sub-legal .search-main .btn-search-main { /* 법정계획 */
                    border: 1px solid #49d5df;
                    background-color: #49d5df !important;
                }
                .sub-policy .search-main .btn-search-main { /* 정책사업 */
                    border: 1px solid #65d3dc;
                    background-color: #65d3dc !important;
                }
                .sub-assets .search-main .btn-search-main { /* 건축자산 */
                    border: 1px solid #f18043;
                    background-color: #f18043 !important;
                }
                .sub-publication .search-main .btn-search-main { /* 발간물 */
                    border: 1px solid #ffb637;
                    background-color: #ffb637 !important;
                }

/* container */
#container {
	margin: 0 auto;
}

/* footer-utility */
.footer-utility {
    position: relative;
    border-top: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.main .footer-utility {
    border-top: 0;
    background-color: #fff;
}
.footer-utility .inner-wrap {
    padding-left: 200px;
}
.main .footer-utility .inner-wrap {
    padding-left: 164px;
}
    .footer-utility ul {
        margin: 0;
        padding: 0;
    }

    /* footer sns */
    .footer-utility ul.sns {
        visibility: hidden;
        text-align: left;
    }
        .footer-utility ul.sns li {
	        display: inline-block;
            margin: 0;
            padding: 0;
        }
            .footer-utility ul.sns li a {
                display: block;
                height: 40px;
                line-height: 40px;
                padding: 0 15px;
	            font-size: 13px;
                font-weight: bold;
                color: #999;
                text-decoration: none;
                transition: color 0.25s;
            }
            .footer-utility ul.sns li a i {
	            font-size: 20px;
                color: #aaa;
                transition: color 0.25s;
            }
            .footer-utility ul.sns li a:hover,
            .footer-utility ul.sns li a:hover i {
	            color: #cb0012;
            }
    
    /* footer util */
    .footer-utility ul.util {
        position: absolute;
        right: 0;
        top: 0;
    }
        .footer-utility ul.util li {
	        float: right;
            margin: 0;
            padding: 0;
        }
            .footer-utility ul.util li a {
                display: block;
                height: 40px;
                line-height: 40px;
                padding: 0 15px;
	            font-size: 13px;
                font-weight: bold;
                color: #999;
                border-left: 0px solid #dfdfdf;
                text-decoration: none;

                transition: color 0.25s;
            }
            .footer-utility ul.util li:first-child a {
                border-right: 0px solid #dfdfdf;
            }
            .footer-utility ul.util li a i {
	            font-size: 20px;
                color: #aaa;
            }
            .footer-utility ul.util li a:hover,
            .footer-utility ul.util li a:hover i {
	            color: #cb0012;
            }

/* footer */
#footer {
	position: relative;
	width: 100%;
	padding: 20px 0 5px;
    background-color: #323440;
}
	#footer .inner-wrap {
	    background: #323440 url(/Images/logo/logo_aurum_footer.png) left top no-repeat;
	}
		#footer .inner-wrap address {
			margin-left: 215px;
		}
			#footer .inner-wrap address ul {
				margin-top: 12px;
			}
				#footer .inner-wrap address ul li {
					color: #bec0ca;
					font-size: 14px;
					margin: 0 0 3px;
				}
				#footer .inner-wrap address ul li.copyright {
					font-weight: normal;
				}
				#footer .inner-wrap address ul li.copyright b {
					font-weight: normal;
                    color: #87b5eb;
				}

/* banner */
.banner {
	position: relative;
	width: 150px;
	height: 60px;
	margin: 20px 0 20px 30px;
	overflow: hidden;
}
	.go_timeline a {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 148px;
		height: 58px;
		line-height: 52px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #4d4d4d;
		border: 1px solid #aaa;
		border-radius: 5px;
		background-color: transparent;
		z-index: 3;
		
		transition: all 0.25s;
		-webkit-transition: all 0.25s; /* safari */
	}
	.go_timeline a:hover {
		color: #cb0012;
		border: 1px solid #cb0012;
	}
		.go_timeline a + .bg {
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 100%;
			height: 100%;
			background-color: #fafafa;
			z-index: 1;
			
			transition: all 0.25s;
			-webkit-transition: all 0.25s; /* safari */
		}
		.go_timeline a:hover + .bg {
			background-color: #fff;
		}
	.go_timeline .glyphicon {
		position: absolute;
		right: -8px;
		top: -2px;
		font-size: 78px;
		color: #e0e0e0;
		z-index: 2;
			
		transition: all 0.25s;
		-webkit-transition: all 0.25s; /* safari */
	}
		.go_timeline:hover .glyphicon {
			color: #ffe0e2;
		}

/********************************************************************
 sitemap-area style
********************************************************************/
.sitemap-area {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/Images/bg/bg_sitemap.png) left top;
    z-index: 99999;
}
.sitemap-area .inner {
    position: relative;
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.sitemap-area .btn-close {
    display: block;
    text-align: right;
    cursor: pointer;
}
.sitemap-area .btn-close i {
    font-size: 80px;
    color: #aaa;
    transition: color 0.35s;
    -moz-transition: color 0.35s;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    -ms-transition: color 0.35s;
}
.sitemap-area .btn-close i:hover {
    color: #fff;
}
.sitemap-area .inner dl{
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sitemap-area .inner dl.sitemap1{
    border-top: 1px solid rgba(255,255,255,0.25);
}
.sitemap-area .inner dl dt {
    display: block;
    margin: 0 0 10px;
}
.sitemap-area .inner dl dt a {
    color: #34efef;
    font-size: 32px;
    font-weight: 300;
}
.sitemap-area .inner dl dd {
    display: block;
}
.sitemap-area .inner dl dd ul {
    margin: 0;
    padding: 0;
}
.sitemap-area .inner dl dd ul li {
    display: inline-block;
    list-style: none;
    margin: 0 20px 10px 0;
}
.sitemap-area .inner dl dd ul li a{
    color: #dfdfdf;
    font-size: 20px;
    font-weight: 300;
}
.sitemap-area .inner dl dd ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


/********************************************************************
 etc style
********************************************************************/

/* table col width */
.col-w10p {width:10% !important;}
.col-w20p {width:20% !important;}
.col-w30p {width:30% !important;}
.col-w40p {width:40% !important;}
.col-w50p {width:50% !important;}
.col-w60p {width:60% !important;}
.col-w70p {width:70% !important;}
.col-w80p {width:80% !important;}
.col-w90p {width:90% !important;}
.col-w100p {width:100% !important;}

.col-w30 {width:30px !important;}
.col-w40 {width:40px !important;}
.col-w45 {width:45px !important;}
.col-w50 {width:50px !important;}
.col-w60 {width:60px !important;}
.col-w74 {width:74px !important;}
.col-w76 {width:76px !important;}
.col-w80 {width:80px !important;}
.col-w82 {width:82px !important;}
.col-w90 {width:90px !important;}
.col-w95 {width:95px !important;}
.col-w100 {width:100px !important;}
.col-w103 {width:103px !important;}
.col-w110 {width:110px !important;}
.col-w114 {width:114px !important;}
.col-w118 {width:118px !important;}
.col-w120 {width:120px !important;}
.col-w122 {width:122px !important;}
.col-w133 {width:133px !important;}
.col-w140 {width:140px !important;}
.col-w141 {width:141px !important;}
.col-w150 {width:150px !important;}
.col-w160 {width:160px !important;}
.col-w165 {width:165px !important;}
.col-w170 {width:170px !important;}
.col-w180 {width:180px !important;}
.col-w185 {width:185px !important;}
.col-w190 {width:190px !important;}
.col-w205 {width:205px !important;}
.col-w215 {width:215px !important;}
.col-w220 {width:220px !important;}
.col-w225 {width:225px !important;}
.col-w235 {width:235px !important;}
.col-w245 {width:245px !important;}
.col-w310 {width:310px !important;}
.col-w450 {width:450px !important;}
.col-w460 {width:460px !important;}
.col-w480 {width:480px !important;}
.col-w500 {width:500px !important;}
.col-w528 {width:528px !important;}
.col-w610 {width:610px !important;}
.col-w630 {width:630px !important;}
.col-w660 {width:660px !important;}

/* position */
.pos_sta {position: static !important;}
.pos_abs {position: absolute !important;}
.pos_rel {position: relative !important;}

/* text-align */
.ta_left {text-align: left !important;}
.ta_right {text-align: right !important;}
.ta_center {text-align: center !important;}
.ta_justify {text-align: justify !important;}

/* vertical-align */
.va_top {vertical-align: top !important;}
.va_middle {vertical-align: middle !important;}
.va_bottom {vertical-align: bottom !important;}

/* table-layout */
.tl_auto {table-layout: auto !important;}
.tl_fixed {table-layout: fixed !important;}

/* letter-spacing */
.l_spacing_n {letter-spacing: -1px !important;}

/* line-height */
.lh_1 {line-height: 1; !important;}
.lh_148 {line-height: 1.48; !important;}
.lh_15 {line-height: 1.5; !important;}
.lh_2 {line-height: 2; !important;}
.lh_20 {line-height: 20px; !important;}

/* border */
.bd_t0 {border-top: 0 !important;}

/* color */
.c7d7d7d {color: #7d7d7d !important;} /* gray */
.c4498ff {color: #4498ff !important;} /* blue */
.ced1c24 {color: #ed1c24 !important;} /* red */

/* margin */
.mg_0 {margin: 0 !important;}
.mg_10 {margin: 10px !important;}
.mg_20 {margin: 20px !important;}
.mg_30 {margin: 30px !important;}
.mg_40 {margin: 40px !important;}
.mg_50 {margin: 50px !important;}

.mg_t0 {margin-top: 0 !important;}
.mg_t5 {margin-top: 5px !important;}
.mg_t10 {margin-top: 10px !important;}
.mg_t20 {margin-top: 20px !important;}
.mg_t30 {margin-top: 30px !important;}
.mg_t40 {margin-top: 40px !important;}
.mg_t50 {margin-top: 50px !important;}

.mg_r0 {margin-right: 0 !important;}
.mg_r5 {margin-right: 5px !important;}
.mg_r10 {margin-right: 10px !important;}
.mg_r20 {margin-right: 20px !important;}
.mg_r30 {margin-right: 30px !important;}
.mg_r40 {margin-right: 40px !important;}
.mg_r50 {margin-right: 50px !important;}

.mg_b0 {margin-bottom: 0 !important;}
.mg_b5 {margin-bottom: 5px !important;}
.mg_b10 {margin-bottom: 10px !important;}
.mg_b20 {margin-bottom: 20px !important;}
.mg_b30 {margin-bottom: 30px !important;}
.mg_b40 {margin-bottom: 40px !important;}
.mg_b50 {margin-bottom: 50px !important;}

.mg_lm1 {margin-left: -1px !important;}
.mg_l0 {margin-left: 0 !important;}
.mg_l5 {margin-left: 5px !important;}
.mg_l10 {margin-left: 10px !important;}
.mg_l20 {margin-left: 20px !important;}
.mg_l30 {margin-left: 30px !important;}
.mg_l40 {margin-left: 40px !important;}
.mg_l50 {margin-left: 50px !important;}

/* padding */
.pd_0 {padding: 0 !important;}
.pd_10 {padding: 10px !important;}
.pd_20 {padding: 20px !important;}
.pd_30 {padding: 30px !important;}
.pd_40 {padding: 40px !important;}
.pd_50 {padding: 50px !important;}

.pd_t0 {padding-top: 0 !important;}
.pd_t5 {padding-top: 5px !important;}
.pd_t10 {padding-top: 10px !important;}
.pd_t20 {padding-top: 20px !important;}
.pd_t30 {padding-top: 30px !important;}
.pd_t40 {padding-top: 40px !important;}
.pd_t50 {padding-top: 50px !important;}

.pd_r0 {padding-right: 0 !important;}
.pd_r5 {padding-right: 5px !important;}
.pd_r10 {padding-right: 10px !important;}
.pd_r20 {padding-right: 20px !important;}
.pd_r30 {padding-right: 30px !important;}
.pd_r40 {padding-right: 40px !important;}
.pd_r50 {padding-right: 50px !important;}

.pd_b0 {padding-bottom: 0 !important;}
.pd_b5 {padding-bottom: 5px !important;}
.pd_b10 {padding-bottom: 10px !important;}
.pd_b20 {padding-bottom: 20px !important;}
.pd_b30 {padding-bottom: 30px !important;}
.pd_b40 {padding-bottom: 40px !important;}
.pd_b50 {padding-bottom: 50px !important;}

.pd_l0 {padding-left: 0 !important;}
.pd_l5 {padding-left: 5px !important;}
.pd_l10 {padding-left: 10px !important;}
.pd_l20 {padding-left: 20px !important;}
.pd_l30 {padding-left: 30px !important;}
.pd_l40 {padding-left: 40px !important;}
.pd_l43 {padding-left: 43px !important;}
.pd_l50 {padding-left: 50px !important;}