﻿.tchr-dtl-detail
{
    padding: 30px;
    background-color: #A8E2FF;
    position: relative;
    height: 225px;
}

.tchr-dtl-img
{
    position: absolute;
    width: 200px;
    height: 225px;
    border: 1px solid #C8C8C8;
    left: 30px;
}

    .tchr-dtl-img img
    {
        width: 200px;
        height: 225px;
    }

.tchr-dtl-dtl-info
{
    margin-left: 250px;
}

.tchr-dtl-name
{
    font-size: 16pt;
    color: #2E2E2E;
    height: 30px;
}

.tchr-dtl-subject
{
    margin-top: 5px;
    font-size: 11pt;
}

.tchr-dtl-sub
{
    color: #FF7800;
}

.tchr-dtl-cmp
{
    color: #505050;
}

.tchr-dtl-memo
{
    margin-top: 20px;
    height: 150px;
    color: #555555;
    font-size: 10pt;
    overflow: hidden;
    line-height: 19px;
}

.tchr-dtl-desc
{
    padding-top: 20px;
}
