@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Board FAQ Skin - Cleaned and Optimized */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

/* Board Base Styles */
.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
    font-family: 'Nanum Gothic', 나눔고딕, NanumGothic, 돋움, Dotum, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.board img {
    border: 0;
}

/* Board Header */
.board_header {
    position: relative;
    margin: 0 0 22px 0;
}

.board_header:after {
    content: "";
    display: block;
    clear: both;
}

.board_header h2 {
    margin: 0;
    float: left;
}

.board_header .setup {
    float: right;
    width: 16px;
    height: 0;
    padding: 16px 0 0 0;
    overflow: hidden;
    background: url(icoSet.gif) no-repeat 1px -239px;
}

/* Utility Classes */
.mt20 {
    margin-top: 20px;
}

.loading-content {
    text-align: center;
    color: #666;
}

/* Panel Group */
.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

/* Panel Base Styles */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
    margin-bottom: 6px !important;
}

/* Panel Heading */
.panel-heading {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    font-size: 1.13em;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 380;
    color: #333;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    transition: background-color 0.2s ease;
}

.panel-heading:hover {
    background-color: #e8e8e8;
}

/* Panel Title */
.panel-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.panel-title p {
    margin: 0;
    padding: 0;
}

/* FAQ Title Link */
.faq_title {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    transition: background-color 0.2s ease;
}

.faq_title:hover,
.faq_title:focus {
    text-decoration: none;
    color: #333;
    background-color: #f0f0f0;
}

.faq_title:focus {
    outline: none;
}

/* Collapse Animation */
.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.panel-collapse {
    max-height: 0;
    overflow: hidden;
    transform: translateY(100%);
    transition: max-height 0.35s ease;
}

.panel-collapse.in {
    max-height: 2000px;
    transform: translateY(0);
}

/* Panel Body */
.panel-body {
    padding: 0;
    background-color: #ffffff;
}

/* FAQ Content */
.faq-content {
    padding: 20px;
    line-height: 1.6;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ddd;
    text-align: left; /* 명시적으로 좌측 정렬 */
}

.faq-content p {
    margin-bottom: 10px;
    text-align: left; /* 문단도 좌측 정렬 확실히 */
}

.faq-content img {
    max-width: 100%;
    height: auto;
}

.faq-content ul,
.faq-content ol {
    margin: 10px 0 10px 20px;
    text-align: left; /* 리스트도 좌측 정렬 */
}

.faq-content li {
    margin-bottom: 5px;
    text-align: left; /* 리스트 아이템도 좌측 정렬 */
}

/* 동적으로 로드된 내용에 대한 스타일 */
.content-loaded {
    text-align: left !important; /* 로드된 내용 강제 좌측 정렬 */
}

.content-loaded * {
    text-align: inherit; /* 하위 요소들은 상위 정렬 상속 */
}

/* 센터 정렬을 오버라이드 */
.faq-content [align="center"],
.faq-content .center {
    text-align: left !important;
}

/* 특정 태그들에 대한 정렬 리셋 */
.faq-content div,
.faq-content section,
.faq-content article {
    text-align: left;
}

/* write_form.html */
.board .iCheck {
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: middle;
}
.board .iCheck+label {
    vertical-align: middle;
}
.board .iText {
    position: relative;
    padding: 3px 4px;
    height: 22px;
    line-height: 17px;
    border: 1px solid #a6a6a6;
    border-right-color: #d8d8d8;
    border-bottom-color: #d8d8d8;
    background: transparent;
}

/* Category Tab */
.cTab {
    position: relative;
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #999;
}
.cTab:after {
    content: "";
    display: block;
    clear: both;
}
.cTab li {
    float: left;
    margin: 0 2px 0 0;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
}
.cTab li.on {
    border: 1px solid #999;
    border-top: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.cTab li a {
    position: relative;
    top: -1px;
    border-top: 1px solid #e0e0e0;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    font-size: 12px;
    font-family: 나눔고딕, NanumGothic, "맑은 고딕", "MalgunGhotic", sans-serif;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.cTab li em {
    font: 11px Tahoma, Geneva, sans-serif;
    color: #767676;
    padding: 0 0 0 2px;
}
.cTab li.on a {
    color: #000;
    top: -1px;
    border-top: 1px solid #999;
}
.cTab ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: 0;
}
.cTab li.on ul {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.cTab li.on ul li {
    position: relative;
    left: 1px;
    float: none;
    display: inline;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    border: 0;
    border-right: 1px solid #d0d0d0;
}
.cTab li.on ul li a {
    border: 0;
    top: 0;
    float: none;
    line-height: none;
    padding: 0;
    font-family: 돋움, Dotum;
    font-weight: normal;
}
.cTab li.on ul li.on_ a {
    font-weight: bold;
    color: #3912b3;
}

/* Board Write */

/* write_form.html */
.board_write {
    background: url(bgHeader.gif) no-repeat 0 0;
}
.write_header {
    padding: 9px 10px 9px 10px;
    background: url(bgHeader.gif) no-repeat right 0;
}
.write_header * {
    vertical-align: middle;
}
.write_header select {
    height: 23px;
    width: 140px;
    padding: 0;
}
.write_header .iText {
    width: 360px;
    margin: 0 10px 0 0;
    background: #fff;
}
.write_editor .xd {
    margin-top: -3px;
}
.write_footer {
    overflow: hidden;
    margin: 1em 0;
}
.write_footer:after {
    content: "";
    display: block;
    clear: both;
}
.write_footer .btnArea {
    float: right;
    margin: 0;
}
.write_option {
    margin: 0 0 1em 0;
}
.write_option label {
    margin: 0 10px 0 0;
}
/* Write Author */
/* _read.html | write_form.html | comment_form.html */
.write_author {
    float: left;
    margin: 0 4px 0 0;
}
.write_author .item {
    position: relative;
    display: inline-block;
}
.write_author .iLabel {
    top: 4px;
    left: 8px;
    color: #666;
}
.write_author label {
    margin: 0 10px 0 0;
}

/* Button */
.board .btn {
    text-decoration: none !important;
    display: inline-block;
    padding: 0 12px;
    margin: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: top;
    cursor: pointer;
    overflow: visible;
    background-color: #f5f5f5;
    background: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
}

/* Board Read */

/* _read.html */
.board_read {
    background: #fff url(bgHeader.gif) no-repeat 0 -50px;
}
.read_header {
    position: relative;
    background: url(bgHeader.gif) no-repeat right -50px;
}
.read_header h1 {
    width: 600px;
    margin: 0 0 0 15px;
    font-size: 12px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.read_header h1 a {
    text-decoration: none;
    color: #fff;
}
.read_header h1 .category {
    font-weight: normal;
    border-right: 1px solid #7e7e7e;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}
.read_header .time {
    margin: 0;
    position: absolute;
    top: 11px;
    right: 12px;
    color: #bfbfbf;
    font-size: 11px;
}
.read_header .meta {
    margin: 0;
    padding: 8px 12px 8px 15px;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}
.read_header .meta:after {
    content: "";
    display: block;
    clear: both;
}
.read_header .meta .author {
    float: left;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.read_header .meta .author img {
    margin-top: -1px;
}
.read_header .meta .sum {
    float: right;
    color: #666;
    font-size: 11px;
}
.read_header .meta .sum .vote {
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
    margin: 0 0 0 6px;
}
.read_body {
    padding: 15px;
    background: #fff;
}
.read_body .xe_content {
    color: #333;
}
.read_footer {
    overflow: hidden;
}
.read_footer .fileList {
    margin: 15px 0;
    display: inline;
    float: left;
}
.read_footer .toggleFile {
    border: 0;
    background: url(icoSet.gif) no-repeat 0 2px;
    cursor: pointer;
    overflow: visible;
    padding: 0 0 0 15px;
    color: #4b4b4b;
}
.read_footer .files {
    display: none;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    line-height: 16px;
}
.read_footer .files li {
    background: url(icoSet.gif) no-repeat 0 -28px;
    padding: 0 0 0 15px;
}
.read_footer .files a {
    color: #4b4b4b;
    position: relative;
    text-decoration: none;
}
.read_footer .files a .fileSize {
    visibility: hidden;
    position: absolute;
    padding: 1px 4px;
    left: 100%;
    top: -4px;
    border: 1px solid #ddd;
    font: 11px Tahoma, Geneva, sans-serif;
    background: #fff;
    white-space: nowrap;
}
.read_footer .files a:hover .fileSize,
.read_footer .files a:active .fileSize,
.read_footer .files a:focus .fileSize {
    visibility: visible;
}
.read_footer .tns {
    float: right;
    margin: 15px 0;
}
.read_footer .tns a:hover,
.read_footer .tns a:active,
.read_footer .tns a:focus {
    text-decoration: underline;
}
.read_footer .tags {
    display: inline-block;
    height: 16px;
    font-size: 11px;
    color: #666;
    vertical-align: top;
    padding: 0 15px 0 32px;
    line-height: 16px;
    background: url(icoSet.gif) no-repeat 0 -58px;
}
.read_footer .tags a {
    text-decoration: none;
    color: #666;
}
.read_footer .action {
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
    margin: 0 15px 0 0;
}
.read_footer .sns {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
}
.read_footer .sns li {
    display: inline;
    vertical-align: top;
}
.read_footer .sns a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
}
.read_footer .sns .link a {
    width: 16px;
    height: 0;
    padding: 16px 0 0 0;
    overflow: hidden;
    background: url(icoSet.gif) no-repeat;
}
.read_footer .sns .twitter a {
    background-position: 0 -270px;
}
.read_footer .sns .facebook a {
    background-position: 0 -330px;
}
.read_footer .sns .delicious a {
    background-position: 0 -360px;
}
.read_footer .sign {
    clear: both;
    border: 1px solid #ddd;
    margin: 0 0 -1px 0;
    padding: 10px 15px;
    overflow: hidden;
}
.read_footer .sign .pf {
    float: left;
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
}
.read_footer .sign .tx {
    overflow: hidden;
    line-height: 1.3;
    font-size: 11px;
    border-left: 1px dotted #ddd;
    padding: 0 0 0 15px;
    color: #333;
}
.read_footer .sign .tx * {
    margin: 0;
}
.read_footer .btnArea {
    clear: both;
    text-align: right;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}