/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/
/*my custom css */

/* 광고 영역의 하단 여백을 줄여준다. */
.advertise {
    /* margin-bottom: -20px !important;*/
    /* padding-bottom: 20px !important;*/	
}

/*로고 바로 밑의 간격을 줄여준다.*/
.fusion-header-v4 .fusion-header {
    padding-bottom: 0px; 
}

/*헤더의 로고 밑의 경계선 색상 제거*/
.fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header {
    border-bottom-color: transparent  !important; 
}
/*메인 메뉴 밑의 경계선 색상 제거*/
.fusion-mobile-menu-sep, .fusion-secondary-main-menu {
    border-bottom-color: transparent  !important; 
}

#header {
    border-bottom-color: transparent !important;
    padding-bottom: 0px !important;
}
/*하단 광고 배너 영역의 여백 조정*/
.fusion-footer-widget-area {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header-v4 #small-nav,
.header-v5 #small-nav {
    /*background-color: #262626 !important;*/
    
    background-color: #333333;
    background: linear-gradient(#333333, #111111);
    background: -webkit-linear-gradient(#333333, #111111);
    background: -ms-linear-gradient(top, #333333, #111111);
    background: -moz-linear-gradient(center top, #333333, #111111) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
/*media all*/
/*
.ubermenu-skin-shinyblack {
    border: 1px solid #000000;
    background-color: #333333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #333333), color-stop(50%, #333333), color-stop(50%, #111111));
    background: -webkit-linear-gradient(top, #333333, #111111);
    background: -moz-linear-gradient(top, #333333, #111111);
    background: -ms-linear-gradient(top, #333333, #111111);
    background: -o-linear-gradient(top, #333333, #111111);
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,0.1);
}
*/

.header-v4 #small-nav {
    margin-top: 0px !important;
    border-bottom: 0px solid #e1e1e1 !important;
}
/*로고와 메뉴의 상하 간격을 조정한다.*/

.ubermenu {
    margin-top: 10px !important;
}

.ubermenu-skin-shinyblack {
    /*
    background: -moz-linear-gradient(center top , #333333, #111111) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    */
    
    background: -moz-linear-gradient(center top, #333333, #111111) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background: linear-gradient(to top, #333333, #111111);
    border: 1px solid #262626 !important;
    box-shadow: 0px 0px 0 0 rgba(255, 255, 255, 0.1) inset !important;
}

ul.ubermenu-nav li.ubermenu-item a.ubermenu-target {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 30px !important;
}
/*메뉴 우측의 화살표 위치를 위로 끌어 올려서 메뉴 이름과 같은 위치에 맞도록 조정한다.*/

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
    margin-top: -8px !important;
}

.ubermenu-nav li a span {
    font-weight: 400 !important;
}

.ubermenu li a span {
    letter-spacing: 1px !important;
}

.ubermenu-submenu li {
    line-height: 0.5em !important;
}

.ubermenu-submenu li a,
span {
    font-weight: 800 !important;
}

.ubermenu-submenu li a,
span {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/* 페이지에서 메뉴와 바로 아래 이미지 사이의 간격을 넗혔다. */

.page-title-container {
    margin-top: 0px !important;
    border-top: 0px solid #d2d3d4 !important;
}
/*
.ubermenu-submenu li a{
    font-weight: 800 !important;
    height: 30px !important;
    padding: 10px 0 !!important;
}
*/
/*
.ubermenu-submenu li a span{
    font-weight: 800 !important;
    height: 30px !important;
    padding: 20px 0 !!important;
}
*/

.sidebar .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



#sticky-nav-uber .ubermenu-main {
    margin-top: 6px !important;
}

.ubermenu-submenu .ubermenu-item {
    min-width: 180px !important;
    width: 105px !important;
}
/* 메뉴의 위치를 아래쪽으로 한다 */
/*#nav ul, #sticky-nav ul {
     margin: 38px 0 0 0;
 }
*/
/* 메뉴 바로 위에 나타나는 bar를 보이지 않도록 한다 */
/*
#nav ul li > a, #sticky-nav ul li > a, .navigation li.current-menu-ancestor > a, #nav ul li > a, #sticky-nav ul li > a, .navigation li.current-menu-ancestor > a {
    border-top: 0 !important;
}
*/
/*
#nav .menu-item {
    margin:0 0 0 0; 
}
*/
/* 서브 메뉴가 나타나는 위치를 위로 올린다. */
/*
#nav ul ul, #sticky-nav ul ul {
    margin-top: -20px;
    
}
#nav ul li {
    background-color: orange;
    margin-top: 0px !important;
    height: 40px !important;
}
#nav.nav-holder .navigation > li > a {
    height: 40px !important;
    line-height: 40px !important;
}
*/
/*메인 메뉴 수정 2015.02 */
/*
#nav ul li > a, #sticky-nav ul li > a {
    color:red;
    background-color: red !important;
    height: 20px !important;
    margin-bottom: 100px !important;
}
*/
/*#nav ul ul, #sticky-nav ul ul {border-color: #f2efef!important;}*/
/*메뉴에 마우스 올려 놓을 때 */
/*
#nav ul li > a:hover {
  font-weight:bold !important;
  font-size:1.2em;
  color: #004d21 !important;
}
*/
/*
#nav ul li:hover > a {
   background-color: #536f9e !important;
   color: #ffffff !important;
   font-size:1.2em;
}
*/
/*
#nav ul li:hover > a, .current-menu-ancestor > a, .current-menu-parent > a {
   background-color: #536f9e !important;
   color: #ffffff !important;
}
*/
/*
#nav ul li ul li > a:hover {
  font-weight:bold !important;
  font-size:4em;
  color: #ff0000 !important;
}
*/

#hunus-home-div {
    margin-bottom: 0px !important;
}

#he-home-posts {
    margin-bottom: 0px !important;
}
/*포트폴리오 3 column 목록에서 줄간격을 조절한다.*/
#hunus-home-div #he-home-posts .recent-posts-content h4.entry-title a {
    color: #004D21;
    font-weight:800;
}

/*메인의 최근 글 목록의 이미지 높이가 다르게 보이지 않게 하도록 하는 것.*/
/*344*217 이 데스크탑 화면의 이미지 크기. 63.08은 높이 비율. */


#hunus-home-div #he-home-posts li.flex-active-slide a {
    display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 63.08% 0 0 0;
  overflow: hidden;
}

#hunus-home-div #he-home-posts li.flex-active-slide img {
   position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.portfolio-three-text .portfolio-item-wrapper {
    padding-bottom: 43px;
}
/*포트폴리오 3 column 목록에서 이미지 높이를 같도록 한다.*/

.portfolio-wrapper .artist .portfolio-item-wrapper div.image {
    display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 121.17% 0 0 0;
  overflow: hidden;
}


.portfolio-wrapper .artist .portfolio-item-wrapper div.image img{
    
   position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;

  top: 0;

  margin: auto;
}
/*포트폴리오 목록에서 카테고리 보여 주지 않도록 한다.*/

.portfolio-content h4 {
    display: none !important;
}
/*포트폴리오 1 Column  목록에서 learn more 버튼 보여 주지 않도록 한다.*/

.portfolio-content .buttons {
    display: none !important;
}

#header {
    height: 83px !important;
}

#main {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.footer-area {
    padding-bottom: 0 !important;
    padding-top: 0px !important;
}

#main_right_news_box .date-and-formats .format-box {
    display: none;
}

.jpa-sep-cont {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
    width: 100%;
    background-color: orange;
}

.jpa-sep-line {
    display: table-cell;
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-color: blue;
    width: 50%;
    float: left;
}

.jpa-sep-tail {
    display: table-cell;
    background-color: red;
    width: 40%;
    float: right;
    /*width: 40px;*/
    /*float: right;*/
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.he-title {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.he-line {
    display: inline-block;
    border: 1px solid black;
    width: 80%;
    height: 2px;
    vertical-align: middle;
    overflow: hidden;
    display: none;
}

.he-title-txt {
    font-size: 16px;
    font-weight: bold;
}

.he-bt {
    float: right;
}
/* avada theme의 post 목록을 표현할 때 comments 표시하는 것을 없앤다.*/

.recent-posts-content .meta span:nth-child(3),
.recent-posts-content .meta .meta-separator {
    display: none !important;
}

.fusion-recent-posts.layout-date-on-side .date-and-formats .date-box .date {
    display: inline;
    font-size: 13px;
    /*
    font-size: 29px;
    font-weight: bold;
    line-height: 29px;
    */
}

.date-box {
    display: inline;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
}

.date-and-formats {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    height: 20px;
}

/*메인 페이지 우측 목록*/
.he-main-right-post-list {
    width: 100%;
}

.he-main-right-post-list ul {
    list-style-type: none;
    padding-left: 0;
}

.he-main-right-post-list ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    /*margin-left: 0;*/
    
    padding-left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*[display-posts] shortcode를 jpa_posts_shortcode.php 파일에서 수정하면서 넣어주었다.*/
.he-post-list-div {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.he-posts-date,
.he-posts-title {
    float: left;
    line-height: 18px;
}

.he-posts-title {
    display: block;
    margin-left: 25px;
    max-width: 70%;
    overflow: hidden;
    -ms-text-overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}

.he-posts-title a.title {
    display: block;
    margin: 0 0;
    padding: 0 0;
    text-overflow: ellipsis;
}

/*공지사항,뉴스등 목록 [List category posts] 플러그인을 사용할 때.------------------->>>>*/


/*목록 추력에서 좌측의 padding 값이 40으로 되어 있는 것을 없애준다.*/
ul.lcp_catlist {
 padding-left: 0 !important;   
 list-style-type: none;
}


ul.lcp_catlist li {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    /*margin-left: 0;*/
    padding: 0;    
    padding-left: 0;
    margin-bottom: 5px;
    width: 100%;

}

ul.lcp_paginator {
    text-align: center;
}

/*
ul.lcp_paginator li:not(a){
    color:#181818;
    border:1px solid #181818;
}
*/

ul.lcp_paginator li a{
    color:#30A200;
    font-weight:800;
}

/*
span.he-post-list-date,
a.he-post-list-title {
    float: left;
    line-height: 18px;

}
*/
a.he-post-list-title {
    color: #333333;
    display: inline-block;
    margin-left: 25px;
    max-width: 70%;
    overflow: hidden;
    -ms-text-overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight:800;
}

span.he-post-list-date {
    float:left;
}

/*메인 콘텐츠의 위 여백 조정*/
#main #content {
    padding-top:15px;
}
#main #content div.post-content {
    padding-top:0px !important;
}


/*------------------------------<<<<<<*/

/* 
사이드바 조정
left padding 값은 theme options에서 설정. 
*/

.sidebar .heading {
    background-color: #407958;
}

.sidebar .heading h3 {
    font-size: 18px !important;
    line-height: 60px;
    color: #fff !important;
    padding-left: 16px;
    font-weight: 600;
}

.sidebar .heading .widget-title {
    font-size: 18px !important;
    line-height: 60px;
    color: #fff !important;
    padding-left: 16px;
    font-weight: 600;
}

/*****************************************/
/*****************************************/
/*****************************************/

#he-content {
    width: 100%;
    /*padding-top : 16px;*/
    
    font-size: 14px;
    padding-top: 20px;
    line-height: 23px;
}

#he-content .x1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

#he-content .x2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}

.x3,
#he-content .x3 {
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}

#he-content .x4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

#he-content .emp {
    font-size: 20px;
    font-weight: bold;
}

#he-content .emp-green {
    font-size: 20px;
    font-weight: bold;
    color: #498F6A;
}

.he-page-title,
#he-content .he-page-title {
    color: #004d21;
    border-bottom: 2px solid #004d21;
    /*display:table-cell;*/
    
    display: inline-block;
    line-height: 30px;
}
/*
#he-content .he-page-title .title-txt {

    font-size: 24px;

    line-height: 20px;

    display: inline;

    letter-spacing: -0.3px;

}
*/

#he-content .he-page-top-mr {
    height: 40px;
}

#he-content .he-page-top-mr2 {
    height: 20px;
}

#he-content .he-page-body {
    max-width: 780px;
    display: table-cell;
    height: auto;
    /*border-bottom: 1px solid #000;*/
}

#he-content .he-com-imp {
    color: #5e5e5e;
}

#he-content .he-com-imp2 {
    margin-top: 10px;
    color: #5e5e5e;
}

#he-content .he-com-imp3 {
    margin-top: 50px;
    width: 100%;
    float: left;
}

#he-content .he-com-imp5 {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #7b7b7b;
}

.mgmt-desc {
    /*background-image: url('/wp-content/uploads/hunus_imgs/management_img01.jpg');*/
    background: url('/wp-content/uploads/hunus_imgs/management_img01.jpg') no-repeat right top;
    background-size:250px auto;
}
.mgmt-desc p {
    width:70%;
}



#he-content .he-com-imp4 {
    margin-top: 10px;
    width: 87%;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #7b7b7b;
}

#he-content .he-ci {
    color: #004d21;
    font-weight: 600;
}

#he-content table {
    border: 0;
}

#he-content .he-tbl {
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #004d21;
}

#he-content .he-tbl caption {
    color: #498F6A;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

#he-content .he-tbl tr th,
td {
    text-align: left;
    border-bottom: 1px solid #ecedef;
    vertical-align: middle;
    font-size: 14px;
}

#he-content .he-tbl tr th {
    padding: 12px 0 14px;
    color: #414141;
    border-right: 1px solid #ecedef;
}

#he-content .he-tbl tr td {
    padding-left: 30px;
}
/*인사말*/

.he-cr-end {
    padding-top: 30px;
    padding-right: 50px;	
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.he-f1 {
    margin-left: 20px;
    font-size: 20px;
    font-weight:400;
}

he-cr-end span {
    display: block;
}

.he-career {
    margin-top: 26px;
    padding: 30px;
    margin-left: 0%;
    background-color: #F8F8F8;
}

.he-career .subject {
    color: #498F6A;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.career-list {
    /*display: table-cell;*/
}

.career-list ul,
li {
    list-style: outside none none;
    line-height: 24px;
}

#he-content .he-com-imp4-right {
    float: right;
    margin-top: 50px;
    width: 70%;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #7b7b7b;
}

#he-content .company-bg {
    /*background-image: url(/wp-content/uploads/hunus_imgs/com_intro_bg.jpg);*/
    
    background-image: url(/wp-content/uploads/hunus_imgs/com_intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#he-content .greeting-chiarman {
    /*background-image: url(/wp-content/uploads/hunus_imgs/vice_chairman.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    */
}

#he-content .greeting-ceo {
    background-image: url(/wp-content/uploads/hunus_imgs/ceo.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
/*회사 연혁*/

.he-history .history-list li {
    list-style: outside none none;
    line-height: 24px;
    padding-bottom: 3px;
    padding-top 3px;
}

.he-history .history-list li span.he-dt {
    color: #004d21;
    font-weight: 600;
}

.he-history .history-list li span.he-desc {
    display: inline-block;
    padding-left: 30px;
}
/*연락처*/

.he-contact {
    background-color: #f7f7f7;
    color: #666666;
}

.he-contact .he-contact-title-bar {
    background-color: #004d21;
    border: 0;
    width: 30px;
    height: 4px;
    margin-left: 24px;
}

.he-contact .he-contact-title {
    color: #407958;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    padding-left: 24px;
    font-weight: bold;
}

.he-contact .he-contact-desc {
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    /*line-height: 22px !important;*/
}

.he-contact .he-contact-desc .cd-desc {
    width: 100%;
    display: block;
    padding: 0;
    line-height: 4px !important;
}

.he-contact .he-contact-desc .c-name {
    padding-left: 20px;
}

.he-contact .he-contact-desc .cd-1 {
    color: #333333;
    font-weight: bold;
}

#he-map .gm-style-iw div {
    width: 300px !important;
}
/*오케스트라*/
/*
#he-content .he-com-orc {
    line-height: 22px;
    vertical-align: middle;
}
*/

#he-content .he-com-orc {
    padding-left: 14px;
    margin-top: 50px;
    width: 100%;
    float: left;
}
/*
.tb-menu {
    clear: both;
    margin-left:14px;
    text-align: center;
    width: 720px;
}
*/

.he-tab {
    font-size: 20px;
    border: 1px solid #e8e8e8;
    max-width: 25%;
    width: 180px;
    border-collapse: collapse;
    text-align: center;
    height: 50px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    line-height: 50px;
    /*border-left: 0;*/
}

.x4-sp {
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
}

.x4-sp p {
    line-height: 30px;
}

.he-tab-active {
    background-color: #e8e8e8;
    color: #1D1F21;
    font-weight: 600;
}

.he-in-con {
    float: left;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 0px;
}

.he-out-con {}

.he-com-imp6 {
    clear: both;
    margin-top: 30px;
    display: block;
    width: 100%;
    float: left;
}

#he-content .he-img {
    /*
    padding-top: 30px;
    margin-bottom: 30px;
    */
    
    text-align: center;
}

.he-con-box {
    width: 100%;
    padding-top: 26px;
    float: left;
}

.he-box1 {
    float: left;
    width: 27%;
}

.he-box2 {
    float: left;
    width: 70%;
}

.he-box1-a {
    float: left;
    width: 18%;
}

.he-box2-a {
    float: left;
    width: 70%;
}

.he-orc-history li {
    font-size: 16px;
    line-height: 36px;
}

.he-li-head {
    font-size: 18px;
    font-weight: 700;
    /*line-height: 40px;*/
    
    padding-right: 30px;
}

#he-orc-map {
    background-color: #e5e3df;
    height: 450px;
    overflow: hidden;
    width: 100%;
    float: left;
}
/*상임지휘자*/

.hith {
    position: relative;
}

ul.conductor-history {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    width: 780px;
}

.conductor-history li {
    font-size: 16px;
    line-height: 30px;
    margin-left: 0;
    padding-left: 0;
}

.conductor-bg {
    right: 0;
    top: 10px;
    z-index: 999;
    position: absolute;
    float: right;
    width: 360px;
    height: 240px;
    background-image: url(/wp-content/uploads/hunus_imgs/conductor_05.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 350px;
}

.he-conduc-in {
    float: left;
    width: 350px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.he-conduc-in img {
    width: 350px;
}
/*
플라시도 도밍고
 */

#he-post {
    width: 100%;
    padding-top: 16px;
    font-size: 13px;
    margin-top: 30px;
    line-height: 20px;
}

.he-post-content {
    width: 100%;
    position: relative;
    float: left;
}

#he-post .emp1 {
    font-size: 15px;
    font-weight: 500px;
    line-height: 26px;
}

#he-post .dv-left {
    width: 60%;
    float: left;
}

#he-post .dv-right {
    width: 36%;
    float: right;
    overflow: hidden;
}

#he-post .dv-left2 {
    width: 34%;
    float: left;
}

#he-post .dv-right2 {
    width: 60%;
    float: right;
}

.he-pt {
    display: inline-block;
    width: 100%;
    font-weight: 800;
    color: black;
    font-size: 16px;
    line-height: 30px;
}

#he-post .emp2 {
    color: black;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}

#he-post .dv-right,
.dv-right2 li {
    list-style-type: square;
}

#he-home-posts .col-sm-6 {
    padding-bottom: 50px;
}
/*nextgen gallery를 visual Composert 에서 사용할 때 tab page 2번째 에서 masonry 가 안돌아갈 때 width값을 주면 잘 동작한다*/
/*페이지의 width:793px 이다*/

div.he-gallery {
    width: 749px !important;
}
/*오케스트라 */

.route {
    text-align: right;
    color: #969696;
    font-size: 12px;
}

.route a {
    color: #969696;
}

.he-page-title-new {
    color: #004d21;
    line-height: 35px;
    border-bottom-color: #004d21;
    border-bottom: solid 2px;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
}

.route img {
    vertical-align: middle;
    padding-right: 5px;
}
/*.he-tab-new {float:left;width:188px; height:45px; font-size:16px;text-align:center; background:url(/wp-content/uploads/orchestra/tabbg_off.png) repeat-x; border-right:solid 1px #b2b2b2;line-height:42px;}*/

.he-tab-new {
    float: left;
    width: 33%;
    height: 35px;
    font-size: 16px;
    text-align: center;
    background: url(/wp-content/uploads/orchestra/tabbg_off.png) repeat-x;
    border-right: solid 1px #b2b2b2;
    line-height: 35px;
}

.he-tab-new-leftline {
    border-left: solid 1px #b2b2b2;
}

.he-tab-active-new {
    font-weight: 600;
    background: url(/wp-content/uploads/orchestra/tabbg_on.png) repeat-x;
}

.he-tab-active-new a {
    color: #ffffff;
}

.bg-line {
    background: url(/wp-content/uploads/orchestra/bg_line.png) repeat-x;
    height: 1px;
    margin-top: 35px;
}

.orh-tab-pa {
    padding: 0 30px 0 30px;
}

.emp-black {
    color: #000000;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.he-orc-history-new {
    float: left;
    width: 740px;
    background: url(/wp-content/uploads/orchestra/logo_orchestra2.jpg) no-repeat top right;
    width: 100%:
}

.he-orc-history-new ul li {
    line-height: 42px;
    font-size: 16px;
}

.he-orc-history-year {
    color: #000000;
    font-weight: bold;
    margin-right: 30px;
}

.map-title h3 {
    background: url(/wp-content/uploads/orchestra/icon_map.png) no-repeat bottom left;
    padding-left: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #7b7b7b;
}

span.emp-sub {
    font-weight: 1000;
    text-shadow: 0 0 10px #fff, 0 0 20px #004d21;
}

/* 콘텐츠 좌측의 사이드바 메뉴*/
#menu-header .current-menu-item a {
    color: #407958 !important;
}

#menu-header .current-menu-item {
    font-weight: 800 !important;
}

#menu-header li {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: 400;
    /*line-height: 40px;*/
}

#menu-header li a:after {
    content: "";
    float: right;
    font-family: IcoMoon;
    font-size: 14px;
    position: relative;
}
#menu-header-1 li {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #E4E4E4;
}

#menu-header-1 .current-menu-item {
    font-weight: 800 !important;
}

#menu-header-1 .current-menu-item a {
    color: #407958 !important;
}

#menu-header-1 li a:after {
    position: relative;
    float: right;
    font-size: 14px;
    font-family: IcoMoon;
    content: '\f105';
}

#menu-header-1 .current-menu-item a:after {
    color: #407958 !important;
    font-weight: 800 !important;
}
#menu-header li.none-rightarrow a:after {
    content: "";
    float: right;
    font-family: IcoMoon;
    font-size: 14px;
    position: relative;
}

#menu-header li.none-rightarrow {
    border-bottom: none;
    font-size: 14px;
    font-weight: 400;
}

#menu-header li ul.side-menu-sec {
    padding-top: 10px;
}

#menu-header li ul.side-menu-sec li {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: 400;
    margin-left: 14px;
}

#menu-header li ul.side-menu-sec li a:after {
    content: "";
    float: right;
    font-family: IcoMoon;
    font-size: 16px;
    position: relative;
}

#menu-header li ul.side-menu-sec li a {
    font-size: 14px;
    padding-left: 0px;
}

#menu-header .current-menu-item a {
    font-size: 14px !important;
    font-weight: 800 !important;
    color:#31A500;
}
/* 포트폴리오 목록 3 column ======>>>>>>> */

/*이미지의 크기를 같게 해주기 위해,crop 해 준다.*/
.fusion-portfolio-three .fusion-portfolio-wrapper .fusion-portfolio-post .fusion-portfolio-content-wrapper .fusion-image-wrapper img{
max-height: 350px !important;
object-fit: cover;
}
div.artist div.portfolio-content h2 {
    text-align: center;
}
/*카테고리가 표시되는 것을 보이지 않도록 한다.*/
.fusion-portfolio-three .fusion-portfolio-wrapper .fusion-portfolio-post .fusion-portfolio-content-wrapper div.fusion-portfolio-content h4 {
    display:none !important;
 
}

.singer-portfolio img{
    max-height:252px !important;
}

#home_ads {
    height:80px;
    min-height:80px !important;
}

/* 스마트폰 세로 */
@media only screen and (max-width : 460px) {
    .fusion-column.fusion-two-third {
  width: 100% !important;
}
    #home-right-sidebar {
        float:left;
        width:100%;
    }

    #home-right-sidebar .he-post-list-div span.he-posts-date {
        width: 100%;
        float:left;
    }

    #home-right-sidebar .he-post-list-div span.he-posts-title {
        max-width: 100%;
        margin-left: 0px;
        float:left;
    }

    #home-right-sidebar .he-post-list-div .he-posts-title .title {
      
      margin-bottom: 0px !important;
    }
}

@media only screen and (max-width : 900px)  and (min-width: 461px) {
    .fusion-column.fusion-two-third {
  width: 100% !important;
}
    #home-right-sidebar {
        float:left;
        width:100%;
    }

    #home-right-sidebar .he-post-list-div span.he-posts-date {
        display:inline-block;
    }

    #home-right-sidebar .he-post-list-div span.he-posts-title {
        display:inline-block;
        padding-left: 15px;
        margin-left: 0px;
        max-width: 80%;
        text-overflow: hidden;
    }

    #home-right-sidebar .he-post-list-div .he-posts-title .title {
      
      margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 900px) {
 
    #home-right-sidebar .he-post-list-div .he-posts-title .title {
      
      margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 1102px) and (min-width: 900px) {
 

    #home-right-sidebar .he-post-list-div span.he-posts-title {
      margin-left: 0px;
      padding-left: 8px;
      
    }
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
max-width: 100%;
}