@charset "utf-8";
/* This style sheet is just for a 'Preset Main Page Type'. */

/* General Structure */
.im_container {
    padding-top: 0 !important;
}

.body_top {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.body_center {
    padding: 25px 0;
}

.body_bot {
    padding-bottom: 25px;
}

.widget_container {
    width: 1120px;
    margin: 0 auto;
}

.widget_container:after {
    content: "";
    display: block;
    clear: both;
} 

/* Common Widget Header */
.im_widget_header {
    position: relative;
    margin-bottom: 28px;
    height: 20px;
}

.im_widget_header .widget_title a {
    font: 20px/20px 나눔바른고딕, NanumBarunGothic, 나눔고딕, Nanumgothic, nbg, dotum, gulim, sans-serif;
    color: #585858;
}

/* Common Widget More Button*/
.im_more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    font-family: 나눔바른고딕, NanumBarunGothic, 나눔고딕, Nanumgothic, nbg, dotum, gulim, sans-serif;
    height: 20px;
}

.im_more a {
    display: block;
    height: 20px;
}

.im_more .label {
    line-height: 20px;
    margin-right: 8px;
    color: #aaa;
}

.im_more .label img {
    vertical-align: middle;
}

.im_more .icon {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('../images/more_out.png');
    background-repeat: no-repeat background-position:left top;
}

.im_more:hover > a .icon {
    background-image: url('../images/more_over.png');
}

/* Promotion Widget */
.widget_container .im_gallery_type2 li:first-child {
    margin-left: 0;
}

.im_gallery_type2 > li {
    width: 330px;
    float: left;
    margin-left: 65px;
    list-style: none;
}

.im_gallery_type2:after {
    content: "";
    display: block;
    clear: both;
}

/* Webzine Widget */
.im_blog {
    width: 625px;
    margin-right: 65px;
    float: left;
}

.im_blog .im_blog_header {
    position: relative;
}

/* List Widget position*/
.im_list {
    width: 430px;
    float: left;
}

