/*
Theme Name: KWAU
Theme URI: http://www.women21.or.kr/
Description: KWAU THEME
Author: css3studio
Version:1.0
Tags:wordpress, themes, business blogs, KWAU
*/

@charset "utf-8";
/* Font */
/*font*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(editor.css);
@import url(/fa/css/font-awesome.min.css);


/* Common */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,menu{margin:0;padding:0;}
header,nav,article,section,footer,address,aside{display: block; word-break:keep-all;}
img,fieldset{border:0}
ul,ol,menu{list-style:none}
em,address{font-style:normal}
a{text-decoration:none;color:#666}
a:hover,a:active,a:focus{text-decoration:underline}
body,input,textarea,select,button,table{font-family:'Noto Sans KR',나눔고딕,맑은고딕,MalgunGothic,돋움,Dotum,Arial,sans-serif;}

hr{ margin:30px 0 40px;}

.callset h4 {margin-top:10px;}
.document_6580_4 ul{margin-bottom:10px;}
.document_6580_4 h2 { margin:36px 0 20px;}
.document_6580_4 hr { margin:15px 0 15px;border-top:1px #ccc solid;	border-bottom: none;}
.document_6588_4 h2,
.document_6580_4 h2 { color:#0058b2}

.document_6506_4 small {margin-left:20px; font-size:13px;}
.document_6506_4 h2 { color:#08376a;}
.document_6506_4 h3 { color:#0053ae;margin-top: 10px}
.document_6506_4 h4 { color:#000;}

li.ulnone:before { content:none!important;}

.document_popup_menu { display:none;}
.imgNone { margin-bottom:28px; display:block;}

.cimain { float:left; width:50%; }
.citxt {float:left; width:47%; padding-left:3%; font-size:20px!important;font-size:1.2rem!important; line-height:32px !important;}
li.ci {list-style: none; display:block; width:100%;}
li.ci :before{content: none !important;}
li.ci { float:left; width:31%; margin-right:3%;padding-left:0 !important;}
li.ci:last-child { margin-right:0; }
li.ci .imager img{ width:120px;}
li.ci .txt strong{ display:block; font-size:14px; line-height:1.5; margin-bottom:10px;}
li.ci .txt p{ font-size:14px; line-height:1.5;}

/* jquery tab */
#tabs {padding-top:8px;}
.ui-tabs, .ui-tabs .ui-tabs-nav { padding:0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-left, .ui-corner-bl, .ui-corner-top, .ui-corner-tr, .ui-corner-tl{ border-radius:0; border:none;}
.ui-widget-header { background:none; border-bottom:1px #CCC solid;}
.ui-state-default :before{content:none!important;}
.ui-tabs .ui-tabs-nav li { margin:0px 0.5em 0 0; }
.ui-tabs .ui-tabs-nav li a { padding: 1.0em 2em;}
.ui-tabs .ui-tabs-panel { padding:3em 0 0;}

/* org chart */
.document_6410_4 ul li :before{ content:none;}
.document_6410_4 ul li ul li{ background:none; }
.document_6410_4 ul li { padding-left:0;}


.xe_content .conts {  width:100%;display:inline-block;}
.xe_content .conts .cont{float:left;  width:28%; margin-right:5%; }
.xe_content .conts .cont p{margin-top:-5px;}


.xe_content .cont { display:inline-block; padding-bottom:30px;}
.xe_content .cont img.portrait{ float:left; width:20%; margin-right:3%;}
.xe_content .cont img.portraitc{ float:left; width:380px; margin-right:5%;}
.xe_content .cont img.portrait_small{ float:left; width:30.5%; margin-right:5%;}
.xe_content .cont h1 {float:left;margin: 0 0 12px; padding-right:15px;}
.xe_content .cont h2 {float:left;margin: 0 0 12px; padding-right:15px;}
.xe_content .cont .txter { float:left; width:60%;}
.xe_content .cont .txters { float:left; width:300px;}
.xe_content .cont small { font-size:15px;}
.xe_content .cont p { margin-top:15px; margin-bottom: 10px;}
.xe_content .cont ul { float:left; }



.xe_content .callset ul li,
.xe_content .cont ul li{ padding-left:0; font-size:13px; line-height:18px; }

.xe_content .callset ul li:before,
.xe_content .cont ul li:before{ content: ""; width: 5px; height: 3px; display: inline-block; background-color: #999; margin-right: 8px; margin-bottom: 4px;}

.org-chart {
  display: block;
  clear: both;
  margin:0;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */
}
.org-chart.cf:before, .org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.org-chart.cf:after {
  clear: both;
}
.org-chart.cf {
  *zoom: 1;
}
.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.org-chart ul li {
  position: relative;
}
.org-chart ul li span {
  display: block;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: white;
  font-size: 15px;
  background: #533491;
  padding: 10px;
}
.org-chart .lvl-b {
  background: #0076c0;
  color: #FFF;
}
.org-chart .board {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 347px;
  width: 0px;
  border-left: 2px solid #ccc;
  margin-left: 50%;
  top: 15px;
}
.org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 0px;
}
.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}
.org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left;
}
.org-chart ul.columnTwo li {
  width: 30%;
  float: right;
}
.org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #ccc;
  margin: 0 auto;
  top: 31px;
}
.org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}
.org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}
.org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #ccc;
  margin: 0 auto;
  top: 40px;
}
.org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
}
.org-chart .departments:before {
  content: "";
  display: block;
  width: 83.5%;
  height: 22px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin: 0 auto;
  top: 0px;
}
.org-chart .department {
  width: 13.66%;
  float: left;
  margin: 0px 1.5%;
}
.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #ccc;
  left: 50%;
  top: -22px;
}
.org-chart .department:first-child:after {
  display: none;
}
.org-chart .department:last-child:after {
  display: none;
}
.org-chart .department.central {

}
.org-chart .department.central:after {
  display: none;
}
.org-chart .department span {
  border-left: none;
}
.org-chart .department li { display:block; height:30px; margin-bottom:10px;}
.org-chart .department li span {
	letter-spacing:-1px;
  background: #dae8f0;
  border : 1px solid #63a0c6;
  color:#265674;
  top: 32px;
  position: absolute;
  z-index: 1;
  width: 94%;
  height: auto;
  vertical-align: middle;
  right: -6px;
  font-size:12px;
  font-weight:normal;
  line-height: 14px;
}
.org-chart .department .sections {
  margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  .org-chart .board:before { }
  .org-chart .board {
    margin: 0px;
    width: 100%;
  }
  .org-chart .departments:before {
    border: none;
	height:0;
  }
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department .sections { margin-bottom:60px;}
  .org-chart .department li span  { width:100%;}
  .org-chart .department:after {
    display: none;
  }
  .org-chart .department:first-child:before {
    display: none;
  }

}
/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
.responsive-content {
  width: 767px;
  margin: 0px auto;
}
.responsive-content .org-chart .board {
  margin: 0px;
  width: 100%;
}
.responsive-content .org-chart .departments:before {
  border: none;
}
.responsive-content .org-chart .department {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
}
.responsive-content .org-chart .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  border-left: 2px solid #ccc;
  z-index: 1;
  top: -45px;
  left: 0%;
  margin-left: -2px;
}
.responsive-content .org-chart .department:after {
  display: none;
}
.responsive-content .org-chart .department:first-child:before {
  display: none;
}
