<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ¸ñ·Ï: ÅÇ ¿µ¿ª */
.cssListTab {
    padding-bottom: 25px;
}

.cssListTab ul.cssTab li {
    display: table-cell;  /* Table Cell È¿°ú */
    /*
    width: 100px;
    height: 22px;
    */
    text-align: center;
}

.cssListTab ul.cssTab li.cssTabOn {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: -0.04em;
    background-Color: #1580DD;  /* »ö»ó Á¶Á¤: #736253 */
    border-top: 0px solid #E3E3E3;
    border-left: 0px solid #E3E3E3;
    border-right: 0px solid #E3E3E3;
    cursor: pointer;
}

.cssListTab ul.cssTab li.cssTabOff {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    letter-spacing: -0.04em;
    background-Color: #F9F9F9;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    cursor: pointer;
}

.cssListTab ul.cssTab li.cssTabGab {
    width: 3px;
}

.cssTabBar {
    height: 1px;
    /*
    background-Color: #E6E6E6;
    */
    background-Color: #736253;
}

/* ¸ñ·Ï: »çÁøÇü */
.cssListTable table tr.first-row-photo {
    border-top: 1px solid #E6E6E6;  /* #DDDDDD */
}

.cssListTable table td.cssListPhotoCol {
    padding: 23px 0px 0px 0px;
    border-bottom: 0px;
    text-align: left;
    vertical-align: top;
}

.cssListPhoto {
    cursor: pointer;
}

.cssListPhoto img {
    width: 177px;
    height: 145px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.cssLinkViewPhoto {
    margin-top: 9px;
    width: 177px;  /* ÀÌ¹ÌÁö »çÀÌÁî¿Í µ¿ÀÏ */
    border: 0px solid #000000;
    text-align: center;
}

/* »ó¼¼: ¸ñ·Ï Å×ÀÌºí ¼Ó¼º */
.cssViewCommentListTable table {
    /* width: 100%; */
}

.cssViewCommentListTable table td {
    text-align: left;
    vertical-align: middle;
}

.cssViewCommentListTable table td img {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

/* »ó¼¼: ´ñ±Û ¹öÆ° ¿µ¿ª */
div#idViewCommentListButton table td {
    padding-left: 10px;
}

div#idViewCommentListButton img {
    vertical-align: middle;    
}

/* »ó¼¼: Æû Å×ÀÌºí ¼Ó¼º */
.cssViewFormTable table {
    /* width: 100%; */
}

.cssViewFormTable table td {
    vertical-align: middle;
}

/* INPUT TYPE = 'text'(ÅØ½ºÆ®¹Ú½º) ¼Ó¼º */
.cssViewFormTable input[type="text"] {
    height: 19px;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
}

/* INPUT TYPE = 'password'(ÆÐ½º¿öµå) ¼Ó¼º */
.cssViewFormTable input[type="password"] {
    height: 19px;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
}

/* INPUT TYPE = 'radio'(¶óµð¿À¹öÆ°) ¼Ó¼º */
.cssViewFormTable input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px;
}

/* INPUT TYPE = 'checkbox'(Ã¼Å©¹Ú½º) ¼Ó¼º */
.cssViewFormTable input[type="checkbox"] {
    position: relative;
    top: 2px;
}

/* TEXTAREA ¼Ó¼º */
.cssViewFormTable textarea {
    background-Color: #FFFFFF;
    border: 1px solid #BBBBBB;
}

/* SELECT-BOX ¼Ó¼º */
.cssViewFormTable select {
    height: 21px;
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
}

/* ´ä±Û ¿µ¿ª Ç¥½Ã */
.cssReplyContentQuestion {
    padding-top: 25px;
    padding-bottom: 25px;    
    line-height: 17px;
}

/* ´õºí ¶óÀÎ ¿µ¿ª */
.cssFormTable table td.cssDoubleLine {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Ã·ºÎ ÀÌ¹ÌÁö Ãß°¡ ¹öÆ° */
.cssImageAddButton {
    padding-top: 12px;
    padding-bottom: 14px;
    text-align: center;
}

/*
.cssButtonImageAdd {
    width: 100px;
    padding-top: 2px;
    padding-bottom: 2px;
}
*/

/* ÅØ½ºÆ® Ç¥½Ã */
.cssInputRadioTitle {
    position: relative;
    top: 2px;
    margin-right: 6px;
    font-size: 14px;
}</pre></body></html>