﻿.LongThinAD {
    margin: 0 10px 10px 10px;
}

.BlogIntroContainer {
    padding: 0 10px;
}

.BlogFiveColumn {
    position: relative;
    float: left;
    margin-bottom: 50px;
}

    .BlogFiveColumn .TopicColumn {
        width: 33.33%;
        float: left;
        overflow: hidden;
    }

    .BlogFiveColumn a {
        border: 1px solid #dedcdc;
        display: block;
        position: relative;
        margin: 5px;
        padding: 5px;
    }

        .BlogFiveColumn a .ImageFrame {
            position: relative;
        }

        .BlogFiveColumn a img {
            display: block;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .BlogFiveColumn a .BlogTitle {
            font-weight: bold;
            display: block;
            margin-top: 10px;
        }

.ArticleContainer {
    margin-bottom: 20px;
}

    .ArticleContainer a {
        display: block;
    }

        .ArticleContainer a:hover {
            background-color: #dedcdc;
        }

.PopularArticleContainer {
    margin-bottom: 20px;
    text-align: center;
}

.PopularArticleContainerLink {
    display: inline-block;
    margin: 10px 0;
}

    .PopularArticleContainerLink:hover {
        background-color: #dedcdc;
    }

.AllNewArticleArticleContainer {
    margin-bottom: 30px;
}

    .AllNewArticleArticleContainer a {
        display: block;
    }

        .AllNewArticleArticleContainer a:hover {
            background-color: #dedcdc;
        }

.Article {
    position: relative;
    border-bottom: 1px dotted #dedcdc;
    height: 125px;
    padding-bottom: 10px;
    overflow: hidden;
}


.ColumnArticle {
    position: relative;
    border-bottom: 1px dotted #dedcdc;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .ColumnArticle .Content {
        display: inline-block;
        width: 100%;
    }

        .ColumnArticle .Content .Image {
            float: left;
            width: 21%;
        }

            .ColumnArticle .Content .Image a img {
                width: 90%;
            }

        .ColumnArticle .Content .ContentDetail {
            float: left;
            width: 79%;
        }

            .ColumnArticle .Content .ContentDetail a .contentTitle {
                margin-bottom: 5px;
                font-size: 16px;
                font-weight: bold;
            }

.Orderby {
    text-align: right;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

    .Orderby a {
        text-decoration: none;
    }

        .Orderby a:hover {
            text-decoration: underline;
        }


.VideoContent {
    position: relative;
    border-bottom: 1px dotted #dedcdc;
    height: 125px;
    padding-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 50%;
}

.AllNewArticle {
    position: relative;
    border-bottom: 1px dotted #dedcdc;
    padding: 8px 6px;
    overflow: hidden;
}

.PopularArticle {
    position: relative;
    border-bottom: 1px dotted #f1efef;
    height: 125px;
    padding: 2px;
    overflow: hidden;
    width: 150px;
    text-align: center;
    background-color: #f1efef;
}

    .PopularArticle:hover {
        background-color: #cccccc;
    }

.PopularBlogName {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    height: 100px;
    position: relative;
    background-color: white;
}

    .PopularBlogName img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

.BlogName {
    position: absolute;
    width: 150px;
    height: 100%;
    left: 0;
    top: 0;
}

    .BlogName .BlogImage {
        width: 150px;
        height: 100px;
        position: relative;
        margin-top: 10px;
    }

    .BlogName img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

    .BlogName .BlogTitle {
        text-align: center;
    }

.PopularBlogTitle {
    margin-top: 4px;
}

.AllNewArticleBlogName {
    position: absolute;
    padding: 8px 10px;
    width: 150px;
    left: 0;
    top: 0;
}

.BlogContent, .BlogContentLong {
    margin: 0 100px 0 170px;
    padding-top: 10px;
    height: 150px;
    text-align: left;
}

.AllNewArticleBlogContent {
    margin: 0 100px 0 170px;
    padding-top: 8px;
    text-align: left;
}

.BlogContentLong {
    margin-right: 0;
}

.ImageContainer {
    height: 115px;
    padding: 5px 0;
    top: 5px;
}

.BlogContent .BlogSubject, .BlogContentLong .BlogSubject {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.AllNewArticleBlogSubject {
    font-weight: bold;
}

.BlogDate {
    position: absolute;
    right: 5px;
    top: 0;
    text-align: right;
    font-weight: bold;
    color: #808080;
    padding-top: 10px;
}

.AllNewArticleBlogDate {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-weight: bold;
    color: #808080;
    padding-top: 8px;
    padding-right: 10px;
}
/* Start Blog Detail for Blog Intro Page */
#BlogTitleContainer {
    position: relative;
    margin: 20px 10px;
    border: 1px solid lightgrey;
    /*height:100px;*/
    font-size: 14px;
}

    #BlogTitleContainer .BlogImgContaner {
        width: 150px;
        float: left;
        height: 100px;
        position: relative;
        overflow: hidden;
    }

    #BlogTitleContainer .BlogOwnerImg {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #BlogTitleContainer .BlogTitleSubContainer {
        margin-left: 165px;
        /*height:100px;*/
        position: relative;
    }

    #BlogTitleContainer .BlogTitle {
        font-weight: bold;
        font-size: 18px;
    }

    #BlogTitleContainer .BlogOwnerName {
        display: inline-block;
        font-weight: bold;
        margin-right: 20px;
        margin-top: 10px;
    }

    #BlogTitleContainer .PostDate, .BlogComment .PostDate {
        display: inline-block;
        color: #808080;
    }

    #BlogTitleContainer .BlogLink {
        display: inline-block;
        padding: 5px;
        margin-top: 10px;
        position: relative;
        left: -5px;
        bottom: 0;
    }

        #BlogTitleContainer .BlogLink:hover {
            background-color: #6b29ad;
        }

            #BlogTitleContainer .BlogLink:hover * {
                color: white;
            }

        #BlogTitleContainer .BlogLink a {
            color: #4978b1;
        }

    #BlogTitleContainer .ColumnLink {
        display: inline-block;
        padding: 5px;
        margin-top: 10px;
    }

        #BlogTitleContainer .ColumnLink:hover {
            background-color: #6b29ad;
        }

            #BlogTitleContainer .ColumnLink:hover * {
                color: white;
            }

        #BlogTitleContainer .ColumnLink a {
        }

#BlogContainer {
    margin: 0 10px;
    line-height: 24px;
    overflow: auto;
}

    #BlogContainer img {
        margin: 20px auto 0 auto;
        display: block;
        background-color: #dedcdc;
        max-width: 100%;
    }

    #BlogContainer iframe {
        width:100%;
    }

#BlogComments {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dedcdc;
}

.BlogComment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #dedcdc;
    position: relative;
}

    .BlogComment img {
        position: absolute;
        top: 0;
        height: 60px;
    }

    .BlogComment .CommentorName {
        font-weight: bold;
    }

#BlogComments .CommentContainer {
    margin-left: 100px;
}
/* End Blog Detail for Blog Intro Page */
.HorizontalPadding6 {
    padding: 0 6px;
}



.BlogBoardListItemTitle {
    margin-right: 200px;
}

.KoreanNews .OuterColumn {
    display: block;
    float: left;
    width: 33.33%;
}

    .KoreanNews .OuterColumn:hover {
        background-color: #e0ddbf;
    }

    .KoreanNews .OuterColumn .InnerColumn {
        padding: 10px;
    }

        .KoreanNews .OuterColumn .InnerColumn .ImgContainer {
            height: 135px;
            position: relative;
            border: 3px solid #515151;
        }

        .KoreanNews .OuterColumn .InnerColumn .Content {
            height: 82px;
            overflow: hidden;
            font-weight: bold;
        }

.ResumeList ul li img, .SolverList ul li img, .ImgContainer img, .ImgFrame img, .FiveThreeColumnContainer img, .FiveTwoColumnContainer img, .InnerImgContainer img {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.FourColumnContainer {
    margin-bottom: 10px;
}

    .FourColumnContainer ul {
        list-style-type: none;
    }

        .FourColumnContainer ul li div {
            padding: 5px;
        }

        .FourColumnContainer ul li:first-child div {
            /*padding-left:0;*/
        }

        .FourColumnContainer ul li:last-child div {
            /*padding-right:0;*/
        }

        .FourColumnContainer ul li div img {
            width: 100%;
            /*height:100%;*/
        }

        .FourColumnContainer ul li {
            float: left;
            overflow: hidden;
            position: relative;
            width: 32.33%;
            margin-right: 1%;
        }

    .FourColumnContainer li:hover {
        background-color: #e0ddbf;
    }

.BlogFourColumnContainer {
    margin-bottom: 10px;
}

    .BlogFourColumnContainer ul {
        list-style-type: none;
    }

        .BlogFourColumnContainer ul li div {
            padding: 5px;
        }

        .BlogFourColumnContainer ul li:first-child div {
            /*padding-left:0;*/
        }

        .BlogFourColumnContainer ul li:last-child div {
            /*padding-right:0;*/
        }

        .BlogFourColumnContainer ul li div img {
            width: 100%;
        }

        .BlogFourColumnContainer ul li {
            float: left;
            overflow: hidden;
            position: relative;
            width: 22.65%;
            height: 163px;
            margin: 1%;
            border: 1px solid #c8c8c8;
        }

    .BlogFourColumnContainer li:hover {
        background-color: #e0ddbf;
    }

.CellContainer .ImgFrame {
    display: block;
    position: relative;
    height: 150px;
}

.SocialGroupName {
    width: 130px;
    float: left;
    /*margin-left:15px;*/
    font-size: 14px;
    color: #4978b1;
}

.SocialGroupTitle {
    float: left;
    width: 75%;
}


.BoardContainer {
    width: 31.7%;
    float: left;
    position: relative;
    padding: 5px;
}

    .BoardContainer .InnerContainer {
        padding: 10px;
        background-color: #e0ddbf; /*#f4f4f4*/
        border: 2px solid #e0ddbf;
    }

        .BoardContainer .InnerContainer:hover {
            border: 2px solid green;
        }

    .BoardContainer .BoardImg {
        width: 100%;
        height: 160px;
    }

.Date {
    color: silver;
}

.BlogLink {
    color: green;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.Title {
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
}

.BlogMainContent {
    font-size: 14px;
    height: 80px;
    overflow: hidden;
}

.Arrow {
    position: relative;
    vertical-align: middle;
    padding-left: 5px;
}

.SocialBoardListItem {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #EBE8E8;
}

    .SocialBoardListItem:hover {
        background-color: #ebe8e8;
    }

    .SocialBoardListItem .SocialLinkName {
        padding: 0 6px;
        float: left;
        color: #4382CF;
        overflow: hidden;
        white-space: nowrap;
        width: 18%;
    }

    .SocialBoardListItem .Content {
        padding: 0 6px;
        float: left;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        width: 67%;
    }

    .SocialBoardListItem .Count {
        padding: 0 6px;
        float: right;
        text-align: center;
        width: 9%;
    }

.btnBox {
    float: left;
    border: 1px solid #ccc;
    background-color: #e8e8e8;
    margin-right: 6px;
    padding: 5px 6px;
    text-align: center;
    margin-bottom: 5px;
}

.BlogTitleContainer {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dedcdc;
}

    .BlogTitleContainer .BlogTitle {
        font-size: 14px;
        font-weight: bold;
        height: 20px;
        overflow: hidden;
    }

/* 댓글달기 */

.CommentButtonContainer, .EditContainer {
    padding: 10px 0;
    text-align: right;
    position: relative;
    z-index: 10;
}

.CommentButtonContainer {
    text-align: center;
}

    .CommentButtonContainer .CommentButton, .EditContainer .EditButton, .EditContainer .DeleteButton {
        display: inline-block;
        padding: 5px 10px;
        color: silver;
        cursor: pointer;
    }

    .CommentButtonContainer .CommentButton {
        float: right;
    }

        .CommentButtonContainer .CommentButton:hover, .EditContainer .EditButton:hover, .EditContainer .DeleteButton:hover {
            background-color: #ebeaea;
            color: gray;
        }

.CommentWriteContainer {
    padding: 5px;
    border: 2px solid #EBE8E8;
    background-color: #ffffff;
    display: none;
}

    .CommentWriteContainer .InputContainer {
        margin-right: 120px;
        margin-top: 2px;
    }

    .CommentWriteContainer input {
        padding: 5px;
        width: 100%;
        border: 1px solid #EBE8E8;
    }

    .CommentWriteContainer .CommentSave, .CommentWriteContainer .CommentCancel {
        background-color: #EBE8E8;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        padding: 4px;
        width: 30px;
        text-align: center;
        float: right;
    }

        .CommentWriteContainer .CommentSave:hover, .CommentWriteContainer .CommentCancel:hover {
            background-color: silver;
        }


/*.CommentContainer {
    display:inline-block;
    width:100%;
    border-bottom:1px solid #ccc;
}
    .CommentContainer .CommentImg {
        float:left;
        width:10%;
    }
        .CommentContainer .CommentImg img {
            width:75%;
        }
    .CommentContainer .CommentBody {
        float:left;
        width:90%;
    }
        .CommentContainer .CommentBody .CommentEdit {
            float:right;
            padding:5px;
            border-radius:5px;
            cursor:pointer;
        }
        .CommentContainer .CommentBody .CommentEdit:hover {
            background-color:#9CD2FF;
        }
        .CommentContainer .CommentBody .CommentDelete {
            float:right;
            padding:5px;
            border-radius:5px;
            cursor:pointer;
        }
        .CommentContainer .CommentBody .CommentDelete:hover {
            background-color:#9CD2FF;
        }
        .CommentContainer .CommentBody .CommentDate {
            display:inline-block;
            width:100%;
            margin:0;
        }
        .CommentContainer .CommentBody .CommentUserName {
            float:left;
            padding:5px 0;
            font-weight:bold;
        }
        
        .CommentContainer .CommentBody .CommentContent {
            position:initial;
            border:0;
        }*/
.displayInlineBlock {
    display: inline-block;
}


.PhotoNewsWrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .PhotoNewsWrapper .LeftBigNews {
        float: left;
        width: 47.7%;
    }

        .PhotoNewsWrapper .LeftBigNews a .ImageBox {
            height: 235px;
            position: relative;
            overflow: hidden;
        }

            .PhotoNewsWrapper .LeftBigNews a .ImageBox img {
                display: block;
                width: 100%;
            }

        .PhotoNewsWrapper .LeftBigNews a .Title {
            font-weight: bold;
            opacity: 0.7;
            color: #ff3a3a;
            overflow: hidden;
            height: 37.5px;
            padding: 3px;
            font-size: 16px;
        }

        .PhotoNewsWrapper .LeftBigNews a .Content {
            overflow: hidden;
            height: 136px;
            padding: 3px;
            font-size: 14px;
            line-height: 1.7em;
        }

    .PhotoNewsWrapper .RightFourNews {
        float: left;
        width: 50%;
        margin-left: 10px;
    }

        .PhotoNewsWrapper .RightFourNews .NewsBox {
            float: left;
            width: 48.4%;
        }

            .PhotoNewsWrapper .RightFourNews .NewsBox a .NewsBoxImage {
                height: 90px;
                position: relative;
                overflow: hidden;
            }

                .PhotoNewsWrapper .RightFourNews .NewsBox a .NewsBoxImage img {
                    display: block;
                    width: 100%;
                }

            .PhotoNewsWrapper .RightFourNews .NewsBox a .NewsBoxTitle {
                background-color: #000;
                font-weight: bold;
                opacity: 0.7;
                color: #fff;
                overflow: hidden;
                height: 40px;
                padding: 3px;
            }
