
/***** Please do not modify this file. To modify the style, use style.css.***** /
/***** Please do not modify this file. To modify the style, use style.css.***** /
/***** 이파일은 수정하지 말아 주세요. 스타일을 수정하시려면 style.css을 사용하시면 됩니다.***** /
/***** 이파일은 수정하지 말아 주세요. 스타일을 수정하시려면 style.css을 사용하시면 됩니다.***** /


/* Below is the common CSS area for each skin on the KB Board bulletin board.
============================================ */
/*--- KB보드-스킨별 공통 CSS 영역 ---*/

/*KB보드-포름원리스트CSS*/
#kboard-forum-one-list {
    overflow: hidden;
    padding: 40px 32px 5px 32px;
    background: #fff;
	box-shadow: 0 8px 60px 0 rgb(126 126 126 / 11%), 0 12px 90px 0 rgb(255 255 255 / 11%);
    transition: all .3s cubic-bezier(.4,0,.2,1);
	border-radius: 8px;
}

#kboard-forum-one-list .kboard-list li .kboard-list-group {
    height: 60px;
}

@media only screen and (min-width: 1024px) {
    #kboard-forum-one-list .kboard-list li .kboard-list-group {
        margin-right: 350px !important;
    }
}

#kboard-forum-one-list .kboard-list li .kboard-list-item.author {
    display: none;
}


#kboard-forum-one-list .kboard-list li .kboard-list-detail {
    display: none;
}

#kboard-forum-one-list .kboard-list li a {
    color: #20292f;
}

#kboard-forum-one-list .kboard-list-header {
    background: #fff;
}

#kboard-forum-one-list .kboard-list li.kboard-list-notice {
    background-color: #ffff;
}

#kboard-forum-one-list .kboard-list li {
    list-style: none;
    border-bottom: none;
}

#kboard-forum-one-list .kboard-list li .kboard-list-group .kboard-list-title {
    color: #20292f;
    line-height: 1.6em;
}

#kboard-forum-one-list .kboard-list li .kboard-list-group .kboard-list-content {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

#kboard-forum-one-list .kboard-list li .kboard-list-item.author {
    color: #999;
    font-size: 16px;
}

#kboard-forum-one-list .kboard-list li .kboard-list-item.date {
    font-size: 14px;
}

button.kboard-forum-one-button-search {
    background: #20292f!important;
}

a.kboard-forum-one-button-small, input.kboard-forum-one-button-small, button.kboard-forum-one-button-small {
    color: #ffffff!important;
    background: #20292f!important;
    border: 1px solid #20292f!important;
}

@media only screen and (max-width: 600px) {
    #kboard-forum-one-list .kboard-list li .kboard-list-moreinfo {
        top: 20px;
    }
}

@media screen and (max-width: 600px){
#kboard-forum-one-list .kboard-list li .kboard-list-item.date {
    font-size: 13px;
}
}

#kboard-forum-one-list .kboard-pagination .kboard-pagination-pages li a {
    font-size: 16px !important;
}

#kboard-forum-one-list .kboard-search input {
    border-radius: 5px;
}

#kboard-forum-one-list .kboard-search select {
    border-radius: 5px;
}

@media screen and (max-width: 600px){
#kboard-forum-one-list .kboard-search button {
    margin-top: 10px;
	border-radius: 5px;
}
}

#kboard-forum-one-list .kboard-search button {
	border-radius: 5px;
}

#kboard-forum-one-list .kboard-list-header select {
    border-radius: 5px;
}

a.kboard-forum-one-button-small, input.kboard-forum-one-button-small, button.kboard-forum-one-button-small {
    font-size: 16px;
}

#kboard-forum-one-list .kboard-list li.kboard-list-notice {
    border-bottom: 1px solid #aaa;
}

/*KB보드-포름원내부글CSS*/
#kboard-forum-one-document {
    overflow: hidden;
    padding: 40px 32px 5px 32px;
    background: #fff;
	box-shadow: 0 8px 60px 0 rgb(126 126 126 / 11%), 0 12px 90px 0 rgb(255 255 255 / 11%);
    transition: all .3s cubic-bezier(.4,0,.2,1);
	border-radius: 8px;
}

#kboard-forum-one-document .kboard-title {
    color: #676767;
}

a.kboard-forum-one-button-gray, input.kboard-forum-one-button-gray, button.kboard-forum-one-button-gray {
    font-size: 15px;
    color: #ffffff !important;
    background: #3b3b3b !important;
    border-radius: 3px;
}

#kboard-forum-one-document .kboard-content .content-view {
    margin: 0;
    padding: 22px;
    word-break: break-all;
    font-size: 16px;
}

#kboard-forum-one-document .kboard-attach-title {
    font-size: 15px;
}

#kboard-forum-one-document .kboard-button-action {
font-size: 14px;
}

#kboard-forum-one-document .kboard-document-navi {
    font-size: 16px;
}

#kboard-forum-one-document .kboard-button-action {
    font-size: 15px;
}

.kboard-comments-default .comments-list .comments-list-controller .comments-button-action {
    font-size: 14px;
}

#kboard-forum-one-document .kboard-document-navi a {
    font-size: 16px;
}

/*KB보드-포름원공지내부글쓰기CSS*/
#kboard-forum-one-editor .kboard-attr-row .attr-name {
    font-size: 16px;
}

#kboard-forum-one-editor input[type=text], #kboard-forum-one-editor input[type=email], #kboard-forum-one-editor input[type=number], #kboard-forum-one-editor input[type=date], #kboard-forum-one-editor input[type=password], #kboard-forum-one-editor input[type=file] {
    border-radius: 8px;
}

#kboard-forum-one-editor .kboard-content .editor-textarea {
    height: 150px;
    font-size: 18px;
    border-radius: 8px;
	padding: 10px;
}

label.attr-reset-button {
display:none !important;
}

#kboard-forum-one-editor .kboard-attr-row .attr-value {
    font-size: 15px;
}

input[type=text], #kboard-forum-one-editor input[type=email], #kboard-forum-one-editor input[type=number], #kboard-forum-one-editor input[type=date], #kboard-forum-one-editor input[type=password], #kboard-forum-one-editor select{
    font-size: 15px;
}

/*KB보드-디폴트스킨리스트CSS*/
#kboard-default-list {
    overflow: hidden;
    padding: 40px 32px 5px 32px;
    background: #fff;
	box-shadow: 0 8px 60px 0 rgb(126 126 126 / 11%), 0 12px 90px 0 rgb(255 255 255 / 11%);
    transition: all .3s cubic-bezier(.4,0,.2,1);
	border-radius: 8px;
}

.kboard-default-cut-strings {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
/*KB보드-디폴트스킨내부글CSS*/
#kboard-default-document {
    overflow: hidden;
    padding: 40px 32px 5px 32px;
    background: #fff;
	box-shadow: 0 8px 60px 0 rgb(126 126 126 / 11%), 0 12px 90px 0 rgb(255 255 255 / 11%);
    transition: all .3s cubic-bezier(.4,0,.2,1);
	border-radius: 8px;
}

#kboard-default-document .kboard-content {
    min-height: 200px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
/*KB보드-디폴트스킨내부글CSSend*/

/*KB- 비밀번호글비밀번호확인란*/
.confirm .kboard-attr-row {
    display: unset !important;
}

.confirm .kboard-control {
    display: unset !important;
}

.et_pb_css_mix_blend_mode_passthrough #kboard-forum-one-editor {
    overflow: hidden;
    padding: 50px 70px 50px 70px;
    background: #fff;
	box-shadow: 0 8px 60px 0 rgb(126 126 126 / 11%), 0 12px 90px 0 rgb(255 255 255 / 11%);
    transition: all .3s cubic-bezier(.4,0,.2,1);
	border-radius: 8px;
}

/*pick갤러리리스트CSS*/
#kboard-pic-gallery-list .kboard-list .kboard-list-item .kboard-item-wrap {
    border: 1px solid #f0f0f0;
    border-top: 3px solid #e2e2e2;
}

.kboard-list li.kboard-item-wrap:hover {
    border: 1px solid black !important;
	background: none;
}

/*pick갤러리내부글CSS*/
#kboard-pic-gallery-document .kboard-content .content-view hr {
    background-color: #bababa;
}

/*pure갤러리CSS*/
#kboard-pure-gallery-document .kboard-document-wrap {
    background-color: transparent;
}

#kboard-pure-gallery-document .kboard-detail {
    clear: both;
    float: left;
    width: 100%;
    border-top: 2px solid #3a3a3a;
    background-color: #f4f4f4;
}

#kboard-pure-gallery-document .kboard-content {
    border-top: 1px solid #cfcfcf;
}

#kboard-pure-gallery-list .kboard-category .kboard-category-list li a {
    font-size: 18px;
}

#kboard-pure-gallery-list .kboard-category {
    padding-bottom: 25px;
}

#kboard-pure-gallery-document .kboard-title h1 {
    padding: 11px 5px 16px 5px;
    font-size: 24px;
}

/*KB보드-에스크원상담 리스트 CSS*/

#kboard-ask-one-list .kboard-list {
    overflow: hidden;
    padding: 40px 32px 5px 32px;
    background: #fff;
    box-shadow: 0 8px 60px 0 rgb(126 126 126 / 11%), 0 12px 90px 0 rgb(255 255 255 / 11%);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    border-radius: 8px;
}

#kboard-ask-one-list .kboard-list table tr {
    line-height: 30px;
    color: #999;
}

.kboard-ask-one-cut-strings {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

#kboard-ask-one-list .kboard-list thead tr td {
    border-top: none;
    border-bottom: 2px solid #ccc;
    background-color: #ffffff;
    font-size: 16px;
    color: #999;
}

#kboard-ask-one-list .kboard-list tbody tr td {
    border-bottom: none;
}

a.kboard-ask-one-button-small, input.kboard-ask-one-button-small, button.kboard-ask-one-button-small {
    color: #ffffff !important;
    background: #20292f !important;
    border: 1px solid #20292f !important;
    border-radius: 3px;
    font-size: 16px;
}

button.kboard-ask-one-button-search {
    background: #20292f !important;
     border-radius: 5px;
}

#kboard-ask-one-list .kboard-search input {
    border-radius: 5px;
}

#kboard-ask-one-list .kboard-search select {
    border-radius: 5px;
}


/*KB보드-ask-one상담 내부글쓰기CSS*/
.et_pb_text_inner #kboard-ask-one-editor {
    overflow: hidden;
    padding: 50px 70px 50px 70px;
    background: #fff;
    box-shadow: 0 8px 60px 0 rgb(126 126 126 / 11%), 0 12px 90px 0 rgb(255 255 255 / 11%);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    border-radius: 8px;
}

a.kboard-ask-one-button-small, input.kboard-ask-one-button-small, button.kboard-ask-one-button-small {
    color: #ffffff !important;
    background: #20292f !important;
    border: 1px solid #20292f !important;
    font-size: 16px;
}

a.kboard-ask-one-button-small, input.kboard-ask-one-button-small, button.kboard-ask-one-button-small {
    background: #000000 !important;
}

#kboard-ask-one-editor .kboard-attr-row .attr-name {
    font-size: 16px;
}

#kboard-contact-form-editor input[type=text], #kboard-contact-form-editor input[type=email], #kboard-contact-form-editor input[type=number], #kboard-contact-form-editor input[type=date], #kboard-contact-form-editor input[type=password] {
    border-color: #e1e1e1;
    background-color: #f8f8f8;
    color: #000000;
}

/*Kbord-contact-form부분*/
#kboard-contact-form-editor input[type=text], #kboard-contact-form-editor input[type=email], #kboard-contact-form-editor input[type=number], #kboard-contact-form-editor input[type=date], #kboard-contact-form-editor input[type=password] {
    border-color: #e1e1e1;
    background-color: #f8f8f8;
    color: #000000;
}

a.kboard-contact-form-button-large, input.kboard-contact-form-button-large, button.kboard-contact-form-button-large {
        background: #2b2b33 !important;
	color: white !important
}

#kboard-contact-form-editor textarea {
            height: 100px;
        }

#kboard-contact-form-editor .kboard-control .left {
    position: static;
    float: none;
    text-align: center;
}

#kboard-contact-form-editor input[type=file] {
    font-size: 16px;
}

#kboard-contact-form-editor .editor-textarea {
    border-color: #e1e1e1;
    background-color: #f8f8f8;
    color: #000000;
}

#kboard-contact-form-editor .editor-textarea {
            height: 100px;
        }

/* k보드 화이클비디오최신글모아보기스킨 */
.kboard-hwaikeul-video-slider-list.kboard-swiper {
    position: relative; /* Ensure positioning is relative to the slider container */
    overflow: visible;  /* Allow buttons to be visible outside the container */
}

.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-next, 
.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-prev {
    position: absolute;
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust vertical centering */
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5); /* Add semi-transparent background */
    color: #fff;
    z-index: 10;
    border-radius: 50%; /* Round buttons */
    display: flex;
    align-items: center;
    justify-content: center;
}

.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-prev {
    left: 0px; /* Adjust distance to the left of the slider */
}

.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-next {
    right: 0px; /* Adjust distance to the right of the slider */
}

.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-next:after, 
.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-prev:hover, 
.kboard-hwaikeul-video-slider-list.kboard-swiper .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
}


/* 웹진-Thumbnail스킨-리스트 모듈에.w-categoryverone클래스추가 General Styling*/
/* General Styling */
.w-categoryverone #custom-board-list {
    width: 100%;
    font-family: Arial, sans-serif;
}

/* Header Section */
.w-categoryverone .board-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 10px;
}

.w-categoryverone .total-count {
    font-size: 18px;
    font-weight: bold;
}

.w-categoryverone .board-sort select {
    padding: 5px;
    font-size: 16px;
}

/* List Section */
.w-categoryverone .board-list table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.w-categoryverone .board-list table thead td {
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #ccc;
}

.w-categoryverone .board-list table tbody tr {
    transition: background-color 0.3s ease;
}

.w-categoryverone .board-list table tbody tr:hover {
    background-color: #f9f9f9;
}

.w-categoryverone .board-list table tbody td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.w-categoryverone .board-list table td img {
    max-width: 120px;
    height: auto;
}

.w-categoryverone .board-list table td .new-notify {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.w-categoryverone .comments-count {
    margin-left: 5px;
    font-size: 14px;
    color: #555;
}

.w-categoryverone .board-list .kboard-mobile-contents {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

/* Pagination Section */
.w-categoryverone .board-pagination {
    margin-top: 20px;
    text-align: center;
}

.w-categoryverone .board-pagination .pagination-pages {
    list-style: none;
    padding: 0;
}

.w-categoryverone .board-pagination .pagination-pages li {
    display: inline-block;
    margin: 0 5px;
}

.w-categoryverone .board-pagination .pagination-pages a {
    padding: 5px 10px;
    background-color: #3b3b3b;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
}

.w-categoryverone .board-pagination .pagination-pages a:hover {
    background-color: #0056b3;
}

/* Search Form Section */
.w-categoryverone .board-search {
    margin-top: 20px;
    text-align: center;
}

.w-categoryverone .board-search form {
    display: inline-block;
}

.w-categoryverone .board-search input[type="text"] {
    padding: 5px;
    font-size: 14px;
    width: 200px;
}

.w-categoryverone .board-search button {
    padding: 5px 10px;
    background-color: #3b3b3b;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}

.w-categoryverone .board-search button:hover {
    background-color: #0056b3;
}

/* Control Section */
.w-categoryverone .board-control {
    margin-top: 20px;
    text-align: right;
}

.w-categoryverone .board-control a {
    padding: 8px 15px;
    background-color: #3b3b3b;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.w-categoryverone .board-control a:hover {
    background-color: #218838;
}

/* Powered By Section */
.w-categoryverone .powered-by {
    text-align: center;
    margin-top: 20px;
}

.w-categoryverone .powered-by a {
    color: #888;
    text-decoration: none;
}

.w-categoryverone .powered-by a:hover {
    color: #555;
}



/* 웹진-Thumbnail스킨-리스트 모듈에.w-categoryverone클래스추가 */

.w-categoryverone .kboard-category.category-mobile {
display:none;
}

.w-categoryverone .kboard-category {
    box-shadow: none !important;
    background: none !important;
}

.w-categoryverone .board-header {
    display: none;
}

.w-categoryverone .kboard-category {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.w-categoryverone .kboard-category-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.w-categoryverone .kboard-category-list li {
    margin: 0;
}

.w-categoryverone .kboard-category-list a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #ffffff;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.w-categoryverone .kboard-category-list a:hover {
    background-color: #0073e6;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 115, 230, 0.2);
}

.w-categoryverone .kboard-category-selected a {
    background-color: #0073e6;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 115, 230, 0.4);
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .w-categoryverone .kboard-category {
        padding: 10px;
    }

    .w-categoryverone .kboard-category-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }

    .w-categoryverone .kboard-category-list li {
        margin-bottom: 0;
    }

    .w-categoryverone .kboard-category-list a {
        font-size: 12px; /* Smaller font size for mobile */
        padding: 6px 12px;
        border-radius: 20px;
        background-color: #f0f0f0;
        text-align: center;
    }

    .w-categoryverone .kboard-category-list a:hover {
        background-color: #005bb5;
        color: #ffffff;
        box-shadow: 0 3px 6px rgba(0, 115, 230, 0.2);
    }

    .w-categoryverone .kboard-category-selected a {
        font-size: 12px;
        background-color: #3b3b3b;
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .w-categoryverone .kboard-category-list {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .w-categoryverone .w-coswebjincontent {
        display: none;
    }
}

.w-categoryverone .board-list .w-coswebjincontent {
font-size:12px;
}

.w-categoryverone .board-list table td img {
    max-width: 250px;
    height: auto;
    width: 240px;
}

@media (max-width: 768px) {
.w-categoryverone .board-list table td img {
    max-width: 250px;
    height: auto;
    width: 70%;
}
}

.w-categoryverone .board-list {
    padding-top: 50px;
}

@media (max-width: 768px) {
.w-categoryverone .board-list {
    padding-top: 30px;
}
}

.w-categoryverone .board-search button {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .w-categoryverone .kboard-category-list {
        justify-content: center;
    }
}

.entry-content .w-categoryverone table:not(.variations) {
    border: none;
    border-top: 2px solid #eee;
}

.w-categoryverone .board-list table tbody td {
    padding: 16px;
}

.w-categoryverone td.w-numberwebjintd {
    font-size: 11px;
}

@media (max-width: 768px) {
.w-categoryverone td.w-numberwebjintd {
    display: none;
}
}

/* 웹진-Thumbnail스킨-상세내용 */
#kboard-thumbnail-document .kboard-detail {
    clear: both;
    float: left;
    width: 100%;
    border-top: 2px solid #3a3a3a;
    background-color: #f4f4f4;
	text-align: center;
}

#kboard-thumbnail-document .kboard-title h1 {
    line-height: 36px;
    text-align: center;
}

#kboard-thumbnail-document .kboard-detail .detail-attr {
    float: none;
}

a.kboard-thumbnail-button-small, input.kboard-thumbnail-button-small, button.kboard-thumbnail-button-small {
    font-size: 15px;
    color: #ffffff !important;
    background: #3b3b3b !important;
    border-radius: 3px;
	margin-top: 20px;
}

#kboard-thumbnail-document .kboard-document-navi {
    margin-top: 35px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.w-categoryverone .kboard-category-selected a {
    background-color: #3b3b3b;
    box-shadow: 0 4px 8px #c0c5cc;
}

.w-categoryverone .kboard-category-list a:hover {
    background-color: #3b3b3b;
    box-shadow: 0 4px 8px #c0c5cc;
}

@media (max-width: 768px) {
    .w-categoryverone .board-list table tbody td {
        padding: 5px;
    }
    }