@charset "utf-8";

/*******************************************************************
   layout style
******************************************************************* */
body {
    font-family: Arial, 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.58;
}
#wrap {
    /*background: #f3f8fe url("/images/bg/bg_body.png") center top no-repeat;*/
    /*background: #fff url("/images/bg/bg_body.png") center top no-repeat;*/
}
.inner-wrap {
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0  auto;
    /*width: 1360px;*/
}
#header,
.container-area {
    vertical-align: top;
    display: table-cell;
    /*float: left;*/
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.container {
    padding: 0;
}
.dp-block {
    display: block;
}
.dp-inlineblock {
    display: inline-block;
}
.dp-inline {
    display: inline;
}

.text-danger {
    color: #f33 !important;
}
.text-primary {
    color: #33f !important;
}

/* 해당 엘리먼트를 인라인 요소로 바꿈 */
.element-inline {
    display: inline-block !important;
    width: auto !important;
}

.btn-area {
    margin: 20px 0;
    text-align: center;
}


/*******************************************************************
   container-area
******************************************************************* */

/*******************************************************************
   header
******************************************************************* */
/*nav*/
#header {
    width: 230px;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 4px 1px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 1px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.15);
    background-color: #002248;
}
#header img {
    padding: 0 10px;
}
.utility-area:after {
    content: '';
    display: block;
    clear: both;
}
.utility-area {
    border-bottom: 1px solid #234b77;
}
.utility-area li {
    float: left;
    width: 50%;
    /*border-top: 1px solid #234b77;*/
}
.utility-area li.list-col0 {
    width: 100%;
}
.utility-area li.list-col1 {
    width: 33.33333%;
}
.utility-area li.list-col2 {
    width: 50%;
}
.utility-area li:nth-child(2n+1) {
    /*border-right: 1px solid #234b77;*/
}
.utility-area li:nth-child(2) {
    border-right: 0;
}
.utility-area li.bd-r1 {
    /*border-right: 1px solid #234b77 !important;*/
}
.utility-area li a {
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    font-weight: 300;
    color: #caddf3;
    /*background-color: #00162f;*/
    transition: 0.25s;
    outline: none;
    text-decoration: none;
}
.utility-area li.etc a {
    background-color: #002248;
}
.utility-area li a:hover {
    /*background-color: #c20d0d;*/
}

.nav-area .logo {
    padding: 35px 0;
    text-align: center;
    background-color: #e8f3ff;
}
.nav-area .logo a,
.nav-area .logo a img {
    display: block;
    width: 220px;
    font-size: 0;
}
.nav {
    /*margin-bottom: 40px;*/
}
.nav > ul > li > ul {
    display: none;
    /*height: 0;*/
    padding: 10px 0 10px 30px;
    background-color: #fafafa;
    /*transition: 0.25s;*/
}
.nav > ul > li {
    border-bottom: 1px solid #1f446e;
}
.nav > ul > li > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    color: #767676;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}
.nav > ul > li > ul > li > a:hover {
    color: #0265d1;
}
.nav > ul > li > ul > li.active > a {
    color: #1578c4;
}
.nav > ul > li > a {
    position: relative;
    display: block;
    padding: 15px 0 15px 25px;
    /*height: 60px;*/
    line-height: 1;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-color: #012873;
    /*background-color: #002248;*/
    outline: none;
    transition: 0.25s;
}
.nav > ul > li > a > b {
    font-weight: normal;
}
.nav > ul > li > a i {
    display: none;
}
.nav > ul > li > a:hover {
    background-color: #104e93;
}
.nav > ul > li > a span {
    display: block;
    color: #8a99aa;
    font-size: 11px;
    padding-bottom: 6px;
}
/*.nav > ul > li > a.active {*/
    /*color: #1578c4;*/
/*}*/
/*.nav > ul > li > a i {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 30px;*/
    /*font-size: 10px;*/
    /*color: #cccccc;*/
/*}*/

/*utility*/
.utility {
    padding-top: 25px;
    /*background: url("/images/gnb/line_blue.jpg") no-repeat 40px 0;*/
}
.utility li {
    line-height: 35px;
}
.utility li a {
    /*padding-left: 40px;*/
    color: #767676;
}
.utility li a i {
    margin: 0 0 0 5px;
    font-size: 13px;
}

/* 논문심사함 */
.paper-box {
    display: inline-block;
    padding: 0 10px 3px 15px !important;
    background-color: #eee;
}
.paper-box > span{
    display: inline-block;
}
.paper-box > span.reviewer {

}
.paper-box > span.author {
    margin-left: 10px;
}
.paper-box > span .title {
    display: inline-block;
    padding: 0 5px;
    height: 20px !important;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
    border-radius: 2px;
    background-color: #231916;
}
.paper-box > span .num {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    font-size: 13px;
    letter-spacing: 2px;
}

/* banners */
.banners {
    padding-top: 30px;
    padding-left: 15px;
}
.banners li:first-child {
    margin-bottom: 10px;
}

/* sitemap-area */
.sitemap-area {
    padding: 5px 10px;
}
.sitemap-area a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #6091f6;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    transition: all 0.25s;
    text-decoration: none;
}
.sitemap-area a i {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 20px;
}
.sitemap-area a b {
    vertical-align: middle;
    font-size: 14px;
}
.sitemap-area a:hover {
    color: #042848;
    background-color: #e7f3fe;
}

/* related-site-area */
.related-site-area {
    padding: 20px 10px 5px;
}
.related-site-area .form-control {
    border-radius: 2px !important;
}
.relateWeb {

}
.relateWeb dl {
    margin-bottom: 30px;
    font-family: arial, Sans-Serif;
}
.relateWeb dl:last-child {
    margin-bottom: 0;
}
.relateWeb dl dt {

}
#contents .relateWeb dl dt h5 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 700;
}
.relateWeb dl dd {
    margin: 0 0 5px;
    padding-left: 15px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
/* url */
.relateWeb dl dd:nth-child(2) {

}
.relateWeb dl dd:nth-child(2) a {
    color: #33f;
    text-decoration: underline;
}
/* address */
.relateWeb dl dd:nth-child(3) {

}
/* phone number */
.relateWeb dl dd:nth-child(4) {

}

/*******************************************************************
   container
******************************************************************* */

/*sponsor*/
.sponsor {
    height: 90px;
    padding: 20px 35px;
    background-color: #f0f0f0;
}
.sponsor ul {

}
.sponsor ul li {
    float: left;
    width: 170px;
    margin-right: 20px;
}
.sponsor ul li:last-child {
    margin-right: 0;
}
.sponsor ul li a {
    display: block;
    height: 50px;
    text-align: center;
}
.sponsor ul li a img {

}

/*******************************************************************
   footer
******************************************************************* */
.footer {
    border-top: 1px solid #ededed;
    padding: 30px 0 15px 35px;
    background: #fdfdfd url("/images/logo/logo_footer.png") 40px 30px no-repeat;
}
.footer address {
    padding-left: 140px;
    margin-bottom: 0;
}
.footer address ul {
    padding-bottom: 10px;
}
.footer address ul li {
    display: inline;
}
.footer address ul li:after {
    content: 'ㆍ';

}
.footer address ul li:last-child:after {
    content: '';
}
.footer address ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    transition: 0.25s;
}
.footer address ul li a:hover {
    color: #3388fb;
}
.footer address p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.footer .copyright {
    padding-left: 140px;
    font-size: 14px;
    color: #333;
}
.footer .copyright b {
    text-transform: uppercase;
    color: #3388fb;
}

/*******************************************************************
   quick
******************************************************************* */



/*!*#quick .quick-menu*!*/
/*.login-menu {*/
    /*border-top: 5px solid #123466;*/
/*}*/
/*.login-menu li a {*/
    /*display: block;*/
    /*height: 36px;*/
    /*line-height: 36px;*/
    /*text-align: center;*/
    /*font-size: 13px;*/
    /*color: #eee;*/
    /*transition: all 0.25s;*/
/*}*/
/*.login-menu li a:hover {*/
    /*color: #fff;*/
    /*background-color: #0273f0;*/
/*}*/
/*.login-menu li:first-child {*/
    /*border-bottom: 1px solid #0058b7;*/
/*}*/
/*.login-menu li:last-child {*/
    /*border-top: 1px solid #0075f4;*/
    /*border-bottom: 0px solid #0058b7;*/
/*}*/

/*!*quick-menu*!*/
/*#quick {*/
    /*background-color: #0265d1;*/
/*}*/
/*.quick-area {*/
    /*width: 100px;*/
    /*!*min-height: 1214px;*!*/
    /*background-color: #0265d1;*/
    /*border-bottom: 1px solid #0075f4;*/
/*}*/
/*.quick-menu li:first-child {*/
    /*border-top: 1px solid #024791;*/
/*}*/
/*.quick-menu li a {*/
    /*position: relative;*/
    /*display: block;*/
    /*height: 100px;*/
    /*text-align: center;*/
    /*font-size: 13px;*/
    /*color: #c9dcf1;*/
    /*border-top: 1px solid #0067d7;*/
    /*border-bottom: 1px solid #024791;*/
    /*background-color: #0355ad;*/
    /*background-position: 50% 25px;*/
    /*background-repeat: no-repeat;*/
    /*transition: all 0.25s;*/
/*}*/
/*.quick-menu li a:hover {*/
    /*color: #fff;*/
    /*border-top: 1px solid #0067d7;*/
    /*border-bottom: 1px solid #024791;*/
    /*background-color: #024895;*/
/*}*/
/*.quick-menu li a span {*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*bottom: 15px;*/
/*}*/
/*.quick-menu li:nth-child(1) a {*/
    /*background-image: url(/images/quick/quick_01.png);*/
/*}*/
/*.quick-menu li:nth-child(2) a {*/
    /*background-image: url(/images/quick/quick_02.png);*/
/*}*/
/*.quick-menu li:nth-child(3) a {*/
    /*background-image: url(/images/quick/quick_03.png);*/
/*}*/
/*.quick-menu li:nth-child(4) a {*/
    /*background-image: url(/images/quick/quick_04.png);*/
/*}*/
/*.quick-menu li:nth-child(5) a {*/
    /*background-image: url(/images/quick/quick_05.png);*/
/*}*/
/*.quick-menu li:nth-child(6) a {*/
    /*background-image: url(/images/quick/quick_06.png);*/
/*}*/
/*#go-top {*/
    /*display: block;*/
    /*height: 32px;*/
    /*line-height: 32px;*/
    /*text-align: center;*/
    /*border-bottom: 1px solid #0058b7;*/
/*}*/
/*#go-top {*/
    /*transition: all 0.25s;*/
/*}*/
/*#go-top:hover {*/
    /*background-color: #0273f0;*/
/*}*/
/*#go-top i {*/
    /*font-size: 18px;*/
    /*color: #74aae6;*/
    /*transition: all 0.25s;*/
/*}*/
/*#go-top:hover i {*/
    /*color: #fff;*/
/*}*/

/* ---------------------------------------
    .site map
--------------------------------------- */
.sitemap {
    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 .inner {
    position: relative;
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.sitemap .btn-close {
    display: block;
    text-align: right;
    cursor: pointer;
}
.sitemap .btn-close i {
    font-size: 80px;
    line-height: 1;
    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 .btn-close i:hover {
    color: #fff;
}
.sitemap .inner dl{
    width: 100%;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sitemap.sitemap-eng .inner dl{
    padding: 40px 0 !important;
}
.sitemap .inner dl:first-child{
    border-top: 1px solid rgba(255,255,255,0.25);
}
.sitemap .inner dl dt {
    display: block;
    margin: 0 0 10px;
}
.sitemap .inner dl dt {
    display: block;
    margin: 0 0 5px;
}
.sitemap .inner dl dt a {
    color: #34efef;
    font-size: 30px;
    font-weight: 300;
}
.sitemap .inner dl dd {
    display: block;
}
.sitemap .inner dl dd ul {
    margin: 0;
    padding: 0;
}
.sitemap .inner dl dd ul li {
    display: inline-block;
    list-style: none;
    margin: 0 20px 0 0;
}
.sitemap .inner dl dd ul li a{
    color: #dfdfdf;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}
.sitemap .inner dl dd ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
/*#header .gnb-area .sitemap-area {*/
    /*!*position: absolute;*!*/
    /*!*top: 43px;*!*/
    /*!*left: 100%;*!*/
    /*!*margin-left: -78px;*!*/
/*}*/
/*#header .gnb-area .sitemap-area a.go-sitemap {*/
    /*display: block;*/
    /*width: 100px;*/
    /*line-height: 30px;*/
    /*font-size: 13px;*/
    /*font-weight: 500;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*outline: none;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 3px;*/
    /*background-color: #ffa523;*/
/*}*/
/*#header .gnb-area .sitemap-area a:hover.go-sitemap {*/
    /*background-color: #ff9a08;*/
    /*outline: none;*/
/*}*/
/*#header .gnb-area .sitemap-area a:active.go-sitemap {*/
    /*text-decoration: none;*/
    /*outline: none;*/
/*}*/

/* *******************************************************************
    Mobile Navigation
******************************************************************* */
.mobile-show {
    display: none !important;
}

.drawer-brand {
    position: relative;
    width: 100%;
    /*height: 100px;*/
    /*background: url(/images/bg/m_spot.png) no-repeat;*/
    /*background-size: 280px 100px;*/
}
.drawer-brand h2 {
    /* display: none; */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: right;
    font-size: 12px !important;
    color: #eee;
    /*background-color: rgba(0,0,0,0.45);*/
    z-index: 100;
}

.drawer-menu i {
    display: inline-block;
    width: 20px;
    margin: 0 8px 0 0;
    text-align: center;
}

.drawer-footer {
    position: relative;
    width: 100%;
    height: 100px;
}
.drawer-footer-area {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 280px;
    text-align: left;
}
.drawer-footer-area > li {
    display: inline-block !important;
    width: 60px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
}
.drawer-footer-area li a {
    disply: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}


/**************************************************************************************
    Width
**************************************************************************************/
.wauto{ width: auto !important; }
.w5 { width: 5% !important; }
.w6 { width: 6% !important; }
.w7 { width: 7% !important; }
.w8 { width: 8% !important; }
.w9 { width: 9% !important; }
.w10 { width: 10% !important; }
.w11 { width: 11% !important; }
.w12 { width: 12% !important; }
.w13 { width: 13% !important; }
.w14 { width: 14% !important; }
.w15 { width: 15% !important; }
.w16 { width: 16% !important; }
.w17 { width: 17% !important; }
.w18 { width: 18% !important; }
.w20 { width: 20% !important; }
.w23 { width: 23% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }

/**************************************************************************************
    table-layout
**************************************************************************************/
.tb-auto { table-layout: auto !important }
.tb-fixed { table-layout: fixed !important }

/**************************************************************************************
    white-space
**************************************************************************************/
.ws-normal { white-space: normal !important }

/**************************************************************************************
    display
**************************************************************************************/
.dp-ib { display: inline-block !important; }
.dp-i { display: inline !important; }
.dp-b { display: block !important; }
.dp-n { display: none !important; }

/**************************************************************************************
    text-align
**************************************************************************************/
.ta-left { text-align: left !important; }
.ta-center { text-align: center !important; }
.ta-right { text-align: right !important; }

/**************************************************************************************
    font-size
**************************************************************************************/
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }

/**************************************************************************************
    vertical-align
**************************************************************************************/
.va-top { vertical-align: top !important; }
.va-middle { vertical-align: middle !important; }
.va-bottom { vertical-align: bottom !important; }
.va-baseline { vertical-align: baseline !important; }

/**************************************************************************************
    position
**************************************************************************************/
.pos-static { position: static !important; }
.pos-relative { position: relative !important; }
.pos-absolute { position: absolute !important; }
.pos-fixed { position: fixed !important; }

/**************************************************************************************
    ime-mode
**************************************************************************************/
.ime-disabled { ime-mode:disabled !important; }

/**************************************************************************************
    outline
**************************************************************************************/
.outline-n { outline: none !important; }

/**************************************************************************************
    text-decoration
**************************************************************************************/
.text-deco-n { text-decoration: none !important; }

/**************************************************************************************
    border
**************************************************************************************/
.bd-r1-dfdfdf { border-right: 1px solid #dfdfdf !important; }
.bd-r1-eee { border-right: 1px solid #eee !important; }

/**************************************************************************************
    background-color
**************************************************************************************/
.bg-color-f0f0f0 { background-color: #f0f0f0 !important; }
.bg-color-f4f4f4 { background-color: #f4f4f4 !important; }
.bg-color-f7f7f7 { background-color: #f7f7f7 !important; }
.bg-color-fafafa { background-color: #fafafa !important; }
.bg-color-222d32 { background-color: #222d32 !important; }

/**************************************************************************************
    margin
**************************************************************************************/
.mg-auto { margin-left: auto; margin-right: auto; }
.mg-a0 { margin: 0 !important; }
.mg-t0 { margin-top: 0px !important; }
.mg-t5 { margin-top: 5px !important; }
.mg-t10 { margin-top: 10px !important; }
.mg-t15 { margin-top: 15px !important; }
.mg-t20 { margin-top: 20px !important; }
.mg-t25 { margin-top: 25px !important; }
.mg-t30 { margin-top: 30px !important; }
.mg-t35 { margin-top: 35px !important; }
.mg-t40 { margin-top: 40px !important; }
.mg-t45 { margin-top: 45px !important; }
.mg-t50 { margin-top: 50px !important; }
.mg-r0 { margin-right: 0px !important; }
.mg-r5 { margin-right: 5px !important; }
.mg-r10 { margin-right: 10px !important; }
.mg-r15 { margin-right: 15px !important; }
.mg-r20 { margin-right: 20px !important; }
.mg-r25 { margin-right: 25px !important; }
.mg-r30 { margin-right: 30px !important; }
.mg-r35 { margin-right: 35px !important; }
.mg-r40 { margin-right: 40px !important; }
.mg-r45 { margin-right: 45px !important; }
.mg-r50 { margin-right: 50px !important; }
.mg-b0 { margin-bottom: 0px !important; }
.mg-b5 { margin-bottom: 5px !important; }
.mg-b10 { margin-bottom: 10px !important; }
.mg-b15 { margin-bottom: 15px !important; }
.mg-b20 { margin-bottom: 20px !important; }
.mg-b25 { margin-bottom: 25px !important; }
.mg-b30 { margin-bottom: 30px !important; }
.mg-b35 { margin-bottom: 35px !important; }
.mg-b40 { margin-bottom: 40px !important; }
.mg-b45 { margin-bottom: 45px !important; }
.mg-b50 { margin-bottom: 50px !important; }
.mg-l0 { margin-left: 0px !important; }
.mg-l5 { margin-left: 5px !important; }
.mg-l10 { margin-left: 10px !important; }
.mg-l15 { margin-left: 15px !important; }
.mg-l20 { margin-left: 20px !important; }
.mg-l25 { margin-left: 25px !important; }
.mg-l30 { margin-left: 30px !important; }
.mg-l35 { margin-left: 35px !important; }
.mg-l40 { margin-left: 40px !important; }
.mg-l45 { margin-left: 45px !important; }
.mg-l50 { margin-left: 50px !important; }

/**************************************************************************************
    padding
**************************************************************************************/
.pd-a0 { padding: 0 !important; }
.pd-t0 { padding-top: 0px !important; }
.pd-t5 { padding-top: 5px !important; }
.pd-t10 { padding-top: 10px !important; }
.pd-t15 { padding-top: 15px !important; }
.pd-t20 { padding-top: 20px !important; }
.pd-t25 { padding-top: 25px !important; }
.pd-t30 { padding-top: 30px !important; }
.pd-t35 { padding-top: 35px !important; }
.pd-t40 { padding-top: 40px !important; }
.pd-t45 { padding-top: 45px !important; }
.pd-t50 { padding-top: 50px !important; }
.pd-r0 { padding-right: 0px !important; }
.pd-r5 { padding-right: 5px !important; }
.pd-r10 { padding-right: 10px !important; }
.pd-r15 { padding-right: 15px !important; }
.pd-r20 { padding-right: 20px !important; }
.pd-r25 { padding-right: 25px !important; }
.pd-r30 { padding-right: 30px !important; }
.pd-r35 { padding-right: 35px !important; }
.pd-r40 { padding-right: 40px !important; }
.pd-r45 { padding-right: 45px !important; }
.pd-r50 { padding-right: 50px !important; }
.pd-b0 { padding-bottom: 0px !important; }
.pd-b5 { padding-bottom: 5px !important; }
.pd-b10 { padding-bottom: 10px !important; }
.pd-b15 { padding-bottom: 15px !important; }
.pd-b20 { padding-bottom: 20px !important; }
.pd-b25 { padding-bottom: 25px !important; }
.pd-b30 { padding-bottom: 30px !important; }
.pd-b35 { padding-bottom: 35px !important; }
.pd-b40 { padding-bottom: 40px !important; }
.pd-b45 { padding-bottom: 45px !important; }
.pd-b50 { padding-bottom: 50px !important; }
.pd-l0 { padding-left: 0px !important; }
.pd-l5 { padding-left: 5px !important; }
.pd-l10 { padding-left: 10px !important; }
.pd-l15 { padding-left: 15px !important; }
.pd-l20 { padding-left: 20px !important; }
.pd-l25 { padding-left: 25px !important; }
.pd-l30 { padding-left: 30px !important; }
.pd-l35 { padding-left: 35px !important; }
.pd-l40 { padding-left: 40px !important; }
.pd-l45 { padding-left: 45px !important; }
.pd-l50 { padding-left: 50px !important; }
