﻿#CategoryListContainer
{
	margin-left:10px;
	padding:20px;
}
.Row
{
	display:table;
}
	.Row > li {
		display:table-cell;
		padding:10px;
		vertical-align:top;
	}
.Row li:first-child
{
	padding-left:0px;
}
.Row li:last-child
{
	padding-right:0px;
}
.CategoryGroupContainer {
	display:inline-block;
	width: 180px;
	height:100%;
	padding:10px;
	border:1px solid #ffffff;
}
	.CategoryGroupContainer a {
		text-decoration:none;
	}
	.CategoryGroupContainer:hover {
		border: 1px solid silver;
		-moz-box-shadow: 1px 1px 5px #B9B9B9;
		-webkit-box-shadow: 1px 1px 5px #B9B9B9;
		box-shadow: 1px 1px 5px #B9B9B9;
	}
.CategoryContainer
{
	list-style-type:none;
    padding-bottom: 5px;
}
.CategoryContainer li a
{
	text-decoration:none;
	color:#666666;
}
.ListItemAnchor {
	text-decoration:none;
	color:#2b2b2b;
}
.BoardListContainer, .KnowledgeListContainer
{
	padding:10px;
}
.MainGroupListContainer {
    padding: 10px 0;
}
.KnowledgeListHr {
    background-color: silver;
    border: 0 none;
    height: 2px;
    margin: 0 10px;
}
.MainGroupListContainer {
    margin: 0 18px;
}
.BlogTodayColumnListContainer {
    padding: 10px 0;
    border-top: 2px solid #7f7f7f;
}
.ListTitle {
    padding: 6px 18px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #7F7F7F;
}
#BlogListTitle {
    padding: 6px 0;
    font-size: 16px;
}
.ClubStringListTitle {
    padding: 6px 18px;
    font-size: 16px;
    margin-top:22px;
}
.BoardListItemTitleWrapper {
	overflow:hidden;
	position:relative;
    padding: 3px 5px;
}
	.BoardListItemTitleWrapper:after {
		clear:right;
	}
.BoardListItem {
	padding:5px;
    height:50px;
}
	.BoardListItem a {
		text-decoration:none;
	}
	.BoardListItem:hover
	{
		/*background-color: #6b29ad;*/
        /*box-shadow: 0 0 0 2px #6b29ad inset */
	}
    .BoardListItem:hover *
	{
		/*color:white;*/
	}
.BoardPaid {
    margin-bottom:10px;
	padding:5px;
	background-color:#ebe8e8;
    border:1px solid #4382CF;
}
    .BoardPaid:hover {
        background-color:silver;
    }
.BoardDetailItem {
	margin:15px;
	padding-bottom:10px;
    border-bottom:2px solid #ebe8e8;
}
.BoardContent{
    min-height:250px;
}
.BoardContent, .BoardAttachedImage {
	margin:20px;
	overflow:hidden;
    padding-top: 10px;
}
.BoardListItemCategory {
	display:inline-block;
	color:#3694a5;
	float:right;
}
.BoardListItemTitle {
	font-weight:500;
    font-size:14px;
}
.BoardListItemHitContainer {
	float:right;
	text-align:right;
	min-width:80px;
	padding-left:10px;
}
.BoardListItemHit {
	padding-right:5px;
	color:#808080;
}
.BoardListItemLocation {
    margin-left:5px;
	display:inline-block;
	color:#c6c6c6;
}
.BoardListItemDate, .BoardListItemName, .BoardListItemTel {
	display:inline-block;
	color:#808080;
}
.BoardListItemDate, .BoardListItemTel {
	float:right;
}
.BoardListItemTel{
    padding-right: 6px;
}
.BoardListItemName {
	margin-left:5px;
	min-width:70px;
	margin-right:10px;
	color:#333333;
}
.BoardListItemImage {
	display:inline-block;
	height:50px;
	overflow:hidden;
	float: left;
	margin-right: 10px;
}
	.BoardListItemImage img {
		min-width:80px;
		max-width:80px;
		height:50px;
		border-width:0px;
	}
.BoardListItemReply {
	float:right;
	margin-right:50px;
}
.icFlag {
	width: 16px;
	height: 12px;
	border-width: 0px;
	vertical-align: middle;
	padding-bottom: 2px;
}

.BoardContent img, .BoardAttachedImage img {
	max-width:100%;
}
.BoardContent table {
    max-width:100% !important;
}
.BoardComments {
	margin:10px;
	overflow:hidden;
}
.CommentWrapper {
}
.CommentContent {
	padding: 10px;
	border: 2px solid #EBE8E8;
	position:relative;
}
	.CommentContent:before {
		content: '';
		position: absolute;
		top: -15px;
		left:20px;
		border-bottom: 15px solid #EBE8E8;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}
	.CommentContent:after {
		content: '';
		position: absolute;
		top: -13px;
		left: 20px;
		border-bottom: 15px solid #FFFFFF;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}
	.CommentContent img {
		max-width:656px;
	}
@-moz-document url-prefix() {
    .CommentContent:after {
		top: -13px;
	}
	.CommentContent:before {
		top: -16px;
	}
}
.CommentName, .CommentDate {
	display:inline-block;
	font-weight:bold;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:15px;
}
.CommentEditButton, .CommentDeleteButton {
    float:right;
    color:#245d90;
    font-weight:bold;
    padding:5px 20px;
    cursor:pointer;
    margin-top:15px;
    margin-bottom:10px;
}
    .CommentEditButton:hover, .CommentDeleteButton:hover {
        background-color:#ebe8e8;
    }
.CommentName {
	font-weight:bold;
	font-size:14px;
	margin-right:10px;
}
.CommentDate {
	color:gray;
}
.WriteContainer {
    position:absolute;
    bottom:-35px;
    left:0;
    width:100%;
    z-index:-1;
    opacity:0;
}
    .WriteContainer .WriteInnerContainer {
        margin-left:240px;
        margin-right:300px;
        border:2px solid silver;
        background-color:#ffffff;
        padding:20px 10px;
        position:relative;
        overflow:hidden;
    }
.WriteInnerContainer .WriteFooter {
    text-align:center;
}
.TopWriteContainerDisplay {
    opacity:1 !important;
    top:0 !important;
    z-index:100 !important;
}
.WriteContainerDisplay {
    opacity:1 !important;
    bottom:-15px !important;
    z-index:100 !important;
}
.WriteNotice {
    text-align:center;
    font-weight:bold;
    color:#245d90;
    padding:5px 0;
}
.WriteBodySection {
    position:relative;
}
.WriteSubject {
    position:absolute;
    padding:10px 0;
    width:70px;
    text-align:right;
}
.WriteContent {
    margin-left:80px;
    margin-right:50px;
    padding:5px 0;
}
.WriteContent input, .WriteContent select {
        width:100%;
        padding:5px;
        border:1px solid silver;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .WriteContent input[type=file] {
            width:50%;
        }
#WaitFrame {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
#WaitFrame {
    display:none;
    text-align:center;
    position:absolute;
    top:0;
}
    #WaitFrame #WaitFrameBackground {
        background-color: gray;
        height: 100%;
        opacity: 0.5;
        position: absolute;
        width: 100%;
        z-index: 5;
    }
progress, #IEConfirmButtonContainer {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:10;
}
#IEConfirmButtonContainer {
    background-color: #EBE8E8;
    display: none;
    width: 240px;
    height: 50px;
    padding: 20px;
    position: absolute;
    top:0;
}
    #IEConfirmButtonContainer #Confirm, #IEConfirmButtonContainer #Cancel {
        background-color: silver;
        color: black;
        display: inline-block;
        margin-top: 5px;
        padding: 5px 10px;
        cursor: pointer;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #IEConfirmButtonContainer #Confirm {
        margin-right:10px;
    }
        #IEConfirmButtonContainer #Confirm:hover, #IEConfirmButtonContainer #Cancel:hover {
            background-color:gray;
        }




/* START MainGroupList.ascx */
.ListTitleWrapper {
    position: relative;
    height: 20px;
    border-bottom: 1px solid Silver;
    padding-bottom: 10px;
}
.ListLeftTitle {
    display: inline-block;
    padding: 0 18px;
    text-align: center;
    float: left;
}
.ListMiddleTitle {
    text-align: center;
}
.ListRightTitle {
    display: inline-block;
    float:right;
    padding-right: 40px;
}
.ClubBoardListItemPop {
    text-align: center;
    float: right;
    padding-right: 14px;
}
.ClubBoardListItemDate, .ClubBoardListItemName {
	display:inline-block;
}
.ClubBoardListItemDate {
	float:right;
    text-align: right;
    width: 15%;
}
.ClubBoardListItemName {
    float: left;
    width: 25%;
    overflow: hidden;
    height: 20px;
}
.ClubBoardListItemTitle {
	width: 56%;
    float: left;
    padding: 0 10px;
    min-height: 20px;
}
.ClubBoardListItem {
    padding: 10px;
    /*transition: all 0.5s ease 0s;*/
}
.ClubBoardListItem:hover
	{
		/*background-color:#ebe8e8;*/
        box-shadow: 0 0 0 2px #6b29ad inset;
	}
.ClubBoardListItemContentSpace {
    float:left;
    width:25%;
    min-height: 1px;
    display:inline-block;
}
.ClubBoardListItemContent {
    width: 60%;
    padding: 0 10px;
}
.ListRightTitle {
    display: inline-block;
    float:right;
    padding-right: 20px;
}
.ListRightDetailTitle {
    display: inline-block;
    float:right;
    padding-right: 20px;
}
.ClubBoardDetailListItemPop {
    text-align: center;
    float: right;
    padding-right: 14px;
}
.ClubBoardDetailListItem {
    /*transition: all 0.5s ease 0s;*/
    padding: 10px 0;
}
.ClubBoardDetailListItemDate, .ClubBoardDetailListItemName {
	display:inline-block;
	color:#808080;
}
.ClubBoardDetailListItemDate {
	float:right;
    text-align: right;
    width: 15%;
}
.ClubBoardDetailListItemName {
	color:#333333;
    float: left;
    width: 25%;
    overflow: hidden;
    height: 20px;
    padding-left:14px;
}
.ClubBoardDetailListItemTitle {
    float: left;
    width: 70%;
}
.ClubBoardDetailListItem:hover
	{
		background-color:#ebe8e8;
	}
.ClubBoardDetailListItemContent {
    width: 60%;
    margin-left: 195px;
}
.BoardListDetailItemTitleWrapper {
	overflow:hidden;
	position:relative;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
    padding: 0 5px;
}
	.BoardListDetailItemTitleWrapper:after {
		clear:right;
	}
.BoardListDetailItem {
	margin-bottom: 10px;
	/*border:1px solid #ffffff;*/
	padding:5px;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
	.BoardListDetailItem a {
		text-decoration:none;
	}
	.BoardListDetailItem:hover
	{
		margin-bottom:10px;
		padding:5px;
		background-color:#ebe8e8;
		/*border:1px solid #808080;*/
	}
/* END MainGroupList.ascx */
#cbPaidBoard {
    width:auto;   
    float:left;
    padding:8px 0 0 0;
    margin-top:8px;
    border:0;
}
#PaidLabel, #PaidDescription {
    margin-left:20px;
    display:block;
}
#PaidLabel {
    cursor:pointer;
    margin-top:5px;
}
#cbApplyNew {
    width:auto;   
    float:left;
    padding:8px 0 0 0;
    margin-top:8px;
    border:0;
}
#ApplyNewLabel {
    margin-left:20px;
    display:block;
    cursor:pointer;
    margin-top:5px;
}
#MyInfoLink {
    font-weight:bold;
    color:#245d90;
    display:inline-block;
}
    #MyInfoLink:hover {
        text-decoration:underline;
    }

.ClubIntroTitleContainer {
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom:2px solid #dedcdc;
}
.ClubIntroTitle {
    font-size:16px;
    font-weight:bold;
}
.ClubIntroSubTitle {
    font-weight:bold;
    padding-bottom:5px;
}
.ClubIntroTodayIssue {
    width:100%;
    /*height:210px;*/
    overflow:hidden;
    margin-bottom: 30px;
}
.ClubIntroTodayIssue .ClubIntroImgContainer {
    float: right;
    height: 210px;
    margin-right: 10px;
    width: 300px;
    perspective: 1000;
}
    .ClubIntroTodayIssue .ClubIntroImgContainer ul {
        position:relative;
        width:100%;
        height:100%;
        overflow:hidden;
        perspective:1000;
        list-style-type:none;
    }
        .ClubIntroTodayIssue .ClubIntroImgContainer ul li {
            background-color:white;
            position:absolute;
            top:0;
            left:0;
            z-index:100;
            -webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			backface-visibility: hidden;
            padding:5px;
            border:1px solid #dedcdc;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            -webkit-transition: all .5s;
            transition: all .5s;
        }
            .ClubIntroTodayIssue .ClubIntroImgContainer ul li a {
                height:198px;
                width:288px;
                overflow:hidden;
                display:block;
                position:relative;
            }
                .ClubIntroTodayIssue .ClubIntroImgContainer ul li a img {
                    max-height:100%;
                    max-width:100%;
                    margin:auto;
                    display:block;
                    left:0;
                    right:0;
                    top:0;
                    bottom:0;
                    position:absolute;
                }
    .ClubIntroTodayIssue .ClubIntroArticleContainer {
        margin-right: 330px;
    }
.ArticleContent img {
    display:none;
}
    .ArticleList li {
        overflow:hidden;
	    white-space:nowrap;
	    text-overflow:ellipsis;
        padding:5px 10px;
        height: 20px;
    }
        .ArticleList li:hover{
            padding:3px 8px;
            border: 2px solid #6b29ad;
        }

.EmptyItem{
    text-align:center;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #006080;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 500px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip-right {
    top: -5px;
    left: 125%;
}

    .tooltip-right::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-bottom::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #555 transparent;
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-top::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #555;
    }
