﻿

/* blog css customize */
.blog-header {
    border-bottom: 1px solid #014099 !important;
}
.blog-header-logo img {
    max-width: 200px;max-height:45px;
}
.nav-scroller {
}
.nav-scroller .nav a {
    color: #2f363c !important;
}
/*
.nav-scroller .nav a:hover {
    text-decoration: none;
    background-color: #ffc240;
    color:#fff !important;
}
*/
.nav-scroller .nav a:hover {
    /*text-decoration: none;
    background-color: #003876;
    color:#fff !important;*/
    text-decoration:underline;
}
.blog-footer p {
    font-size:0.75em;
}

/* Default Page */
.bg-office365 {
    background: url(/Images/free-office-365-sm01.png) center top no-repeat;
    background-color: #74bad9 !important;
}

.bg-mainimg {background-color: #74bad9 !important;}
.bg-mainimg img {margin:0 auto;}


ul.apps-list {list-style:none;overflow:hidden;top:0px;display:block;}
ul.apps-list li {float:left;display:block;position:relative;margin-top:10px;}
ul.apps-list li a {margin-right:20px;display:block;overflow:hidden;text-decoration:none;cursor:pointer;}
ul.apps-list img {max-width:75px;max-height:75px}
.icon {max-height:16px !important;vertical-align:top;}

/* 이미지 크기가 작은 경우를 위해 */
.main-def-width {width:1144px;}
