/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#main {padding-left:10px !important;padding-right:10px !important;}
body.has-sidebar #main #content {width: calc(100% - 23% - 50px);}
/*워드프레스,플러그인,테마,테마아바다 페이지의 사이드 바에 보여지는 페이지 리스트 관련 항목 
.page-sidebar-list { 
        background-color:rgb(242, 242, 242);
	    padding: 10px;
		border-radius: 10px;
		font-size:14px
		}*/

.page-sidebar-list .children {padding-left:20px !important; }

.wordpress-page-list {
		background-color:#fff;
	    padding: 5px;
		border-radius: 10px;
		}
.wordpress-page-list ul:nth-child(2) {padding-left:20px !important; }
.plugins-page-list ul:nth-child(2) {padding-left:20px !important; }
.themes-page-list ul:nth-child(2) {padding-left:20px !important; }
.theme-avada-page-list ul:nth-child(2) {padding-left:20px !important; }
.theme-avada-page-list ul:nth-child(2) li:nth-child(3) ul {display:none; }

/*개별 페이지 내부의 contents 목차 표기영역 */
 #toc {
background: #f1f1f1;
border: 1px solid #dadada;
-webkit-border-radius: 3px;
float: right;
padding: 4px 2px;
margin-bottom: 12px;
font-size: 85%;
}
#toc ul {padding-left:10px;}
#toc .subtitle > a {color:#000;}
.no-comments {display:none;}

/*video 페이지 링크버튼 크게하기*/
.video a.gallery-icon {display:block !important; height:100% !important; width:100% !important; position:absolute !important;  top:0; left:0 ;border-radius:0 !important;opacity:0 !important;margin-top:0 !important}

/*h-card 크래스 표시후 안보이게 */
.h-card {display:none;}
.h2-korean h2{ font-weight:700 !important;}
.mainpage-list li {list-style:none;}

/* from wpbox 글 제목 링크의 css */
.fromwpbox1 {margin-top:-15px;}
.fromwpbox1 li { list-style:none; margin-left: -23px; line-height:22px ;display:flex;}
.fromwpbox1 li:before { content:url('https://avada.kr/wrps/wp-content/uploads/2015/10/wpbox-icon-18x18.png');      padding-right:5px;     vertical-align: text-top;}


/* 메인 페이지 포스트 리스트*/
.main-post-list li{list-style-type: square;}

/*폼 입력칸의 라인하이츠 올리기 */
#bbpress-forums .bbp-search-form #bbp_search, #comment-input input, .avada-select .select2-container .select2-choice, .avada-select-parent select, .bbp-login-form input, .bbp-reply-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_title, .bbp-topic-form select#bbp_stick_topic_select, .bbp-topic-form select#bbp_topic_status_select, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .input-text:not(textarea), .main-nav-search-form input, .post-password-form .password, .search-page-search-form input, .searchform .search-table .search-field input, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, input.s, input[type="text"], select { line-height:25px;}

/*class my_link 설정 */

/*비비프레스 디자인 조정 */
.bbp-author-ip {display:none;}
/*모바일 포트레이트에서 토픽 디지인 변경*/
@media only screen and (max-width: 480px) {
#bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar { position: initial !important;}
#bbpress-forums .bbp-replies > li {margin-bottom:10px; border:solid 1px grey }
#bbpress-forums .bbp-replies li.bbp-body {display:none;}
.bbp-replies .bbp-reply-author {width:100% !important;}
#bbpress-forums div.bbp-reply-content {margin-left: 0 !important;}
.bbp-arrow {display:none;}
.bbp-reply-author .bbp-author-avatar { width: 33%;float: left; margin:20px 0 0 0;}
#bbpress-forums div.bbp-reply-author a.bbp-author-name { width: 60%;float: right; margin:0 !important;}
#bbpress-forums div.bbp-reply-author .bbp-author-role { width: 60%;float: right;margin-bottom:0 !important;}
#bbpress-forums div.bbp-reply-author .bbp-reply-post-date { width: 60%;float: right;  padding:0 !important;margin-bottom:0 !important;}
#bbpress-forums div.bbp-reply-author .bbps-post-count { width: 60%;float: right;}
 div.bbp-reply-header { padding:5px 20px !important;}

.button_return_forum .button-large {padding:8px 15px;}
}

/*게시판 읽기 전용으로 변경 공지 */
.forum-announcement{  padding: 25px 10px 10px 10px;
    text-align: center;
    background-color: #f16524;
    color: white;
    border-radius: 10px;margin-bottom:15px;}
.forum-announcement h2 {color:white !important;}
.forum-announcement h2 a { font-weight:700; color:#000;}
/* 구글 검색창 조정 */
.gsc-selected-option-container.gsc-inline-block {padding-right:80px;}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color:#3A5795 !important;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color:#3A5795 !important;
}
td.gsc-input input{background-image:none !important;}
form.gsc-search-box { padding:5px; margin: 0 0 40px 0 !important;}
table.gsc-search-box { margin:0px !important;}
.gcsc-branding {display:none;}
.gsc-selected-option {width:60px !important;}
.gsc-clear-button {display:none;}

.cse input.gsc-search-button, input.gsc-search-button { color:white !important;background-color:#8CBCBC !important;}
.fusion-secondary-menu form.gsc-search-box {
 font-size:10px;
     padding: 1px 7px 1px 2px;
    margin:0px !important;
}
.fusion-secondary-menu .yawp_wim_wrap {margin:5px 20px ;}
#qt_comment_toolbar {display:none;}



blockquote {margin-left: 0px;cursor: default;}
/*포스트 리스트의 날짜 디자인*/
.post-date {font-size: 12px;color: indigo;}
.post-modified-date {font-size:12px;}

/*사이트내 Basic & class 배너 디자인 */
.banner-class1 img {margin-bottom:20px;}

/*링크에 아이콘 붙이기*/
.my_link:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    color: #f3671c;
    padding-left: 8px;
}
/*H2 디자인*/
#main #content h2 {
  margin-top:30px;
  border-bottom: 3px solid #8CBCBC; 
  padding-bottom: 10px;
    display: inline-block;
}

/*글/페이지 컨텐츠중 이미지 테두리선 */
.single #main .post-content img {outline: 1px solid #D2D2D2;    margin-bottom: 50px;}
.page #main .post-content img {outline: 1px solid #D2D2D2;    margin-bottom: 50px;}
/*avada-manual 의 메인컨텐츠 화면 메뉴 위젯 디자인 */
#avada-manual-main ul {padding-left:24px;}
#avada-manual-main ul li {padding:4px 10px 4px 12px;}
/*avada-manual 의 사이드바 메뉴 디자인 */
#sidebar #nav_menu-6,#sidebar #text-7 {padding: 10px 5px; border-radius: 5px;background-color: #ececec; border-bottom:1px solid rgba(130, 178, 188, 0.7)}
#sidebar #nav_menu-6 li,#sidebar #text-7 li { border-bottom:1px solid rgba(130, 178, 188, 0.2)}
#sidebar #nav_menu-6 li:last-child,#sidebar #text-7 li:last-child { border-bottom:none;}
#sidebar #nav_menu-6 li a:before,#sidebar #text-7 li a:before {content:"-";}
/*사이드바의 메뉴역할 칼럼 디자인 */
#sidebar #text-4 {padding: 0 5px; border-radius: 5px;background-color: #ececec;}

/*800이하에서 아바다테마 사용방법 페이지의 사이드바 메뉴 감추고, 리스펀시브 메뉴 버튼 노출
.responsive-menu-button {display:none !important;}
.parent-pageid-6945 .responsive-menu-button {display:inline-block !important;}
@media screen and (max-width: 800px) {
		#nav_menu-6 {display:none;}
		 #sidebar {padding-top:30px !important;}
} */
/*totop 버튼 색상*/
#toTop {    background-color: #8cbcbc !important; }
/*이미지 캡션 디자인*/
.wp-caption-text {text-align:center;margin-bottom:30px !important;}

.biographical-info {
    display: inline-block;
}
.post-content a {font-weight:700; color:#097373;}

.page-id-3168 .quads-ad1, .page-id-3168 .quads-ad2 {display:none;}

/**********************************   위젯 ******************************************/
#sidebar section {margin-bottom:10px;}

/*광고에 박스*/
.adsbygoogle {border: 1px solid #dedede;}

.text-banner {
	padding: 20px 10px;
    background-color: cadetblue;
    color: white;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

blockquote  { font-style: normal !important;}

pre {
    background: #eee;
    color: #000;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    border: 3px solid #3a57953b !important;
	}