@charset "utf-8";

.charity-post-side1 { overflow:hidden; line-height:20px; margin-right: 0px !important;
    margin-bottom: 0px !important;}
.charity-post-side1  .txt-normal { letter-spacing:0; }
.charity-post-side1  .txt-short { letter-spacing:-1px; padding-right:1px; }
.charity-post-side1  .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.charity-post-side1  .post-none { padding:50px 10px; text-align:center; color:#888; }
.charity-post-side1  .post-row { float:left; overflow:hidden; }
.charity-post-side1  .post-list { overflow:hidden; }
.charity-post-side1  .post-image { position:relative; overflow:hidden; }
.charity-post-side1  .post-content { padding-top:10px; margin:-2px 0px; overflow:hidden; }
.charity-post-side1  .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px; }
.charity-post-side1  .post-sp { color:#ccc; margin:0px 4px; }
.charity-post-side1  .post-text { font-size:12px; color:#888; margin-top:4px; }
.is-pc .ko .charity-post-side1  .post-ko { font-size:11px; }
.charity-post-side1  .post-title { font-size:1.2em;}

/* 1. �� �����̳� ����: ���� �ǵ��� ���� �ڸ��� ��ġ���� ���� */
/* �� �����̳�: �������� �˴ϴ� */
.tab-content {
    position: relative;
    width: 100%;
    overflow: hidden; /* ������ �Ͻ������� ��ĥ �� ��ħ ���� */
}

/* ���� �� �г� ���� */
.tab-content > .tab-pane {
    display: block !important; /* �׻� �ڸ��� �����ϰ� �� */
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease; /* ������ �� ȿ�� */
}

/* Ȱ��ȭ�� ��: �ڸ��� ������ ������ */
.tab-content > .tab-pane.active {
    position: relative; /* ���� ���̸� �θ𿡰� ���� */
    opacity: 1 !important;
    visibility: visible;
    transition: none !important; /* ��Ÿ�� ���� ���� */
    z-index: 2;
}

/* ��Ȱ��ȭ�� ��: Ȱ�� �� �ڿ� ���ļ� ������ */
.tab-content > .tab-pane:not(.active) {
    position: absolute; /* �ڸ��� �������� �ʰ� ���߿� ���� */
    top: 0;
    left: 0;
    z-index: 1;
}
