/* BASIC css start */
.img_top {
         text-align: center;
}
.img_top img {
         padding: 0 25px;
}



.dictionary {font-family: "Noto Sans KR"; display:block; height:auto; background-repeat:no-repeat; background-position:center top;}
.dictionary .dic_content {width: 1000px; font-size: 18px; margin: 0px auto; }
.dictionary h2 { font-size: 23px; margin-left: 55px; margin-bottom: 20px; text-align: left;}
.dictionary p { font-size: 14px; padding:20px;  font-weight: 300; line-height: 25px; background-color: #f9f9f9;}
.dictionary a { font-size: 14px; font-weight: 500; line-height: 25px; font-family: "Noto Sans KR";}
a:hover {
  color: #578e1b;
}

.accordion {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: "Noto Sans KR";
    border-collapse: collapse;
    line-height: 46px;
    margin-bottom:10px;
}
.accordion img{
    width: 25px;
    padding: 5px 30px 5px 0;
}
	

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.active, .accordion:hover {
  color: #578e1b;
}


.panel {
  padding: 0 18px;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 14px;
  font weight: 300;
}
.back { background-color: #f9f9f9; padding: 20px; }
.title {
        color: #000000;
        text-align: left;
        font-size: 25px;
	font-weight: 500;
}
.title_m {
	margin-top: 30px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
        color: #313131;
}
.title_s {
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
    color: #313131;
}
.panel span {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
}
.panel img {
    margin-left: 20px;
}
span a {
   text-decoration: underline;
   color: blue;
   font-weight: 300; 
}
.sub span{ font-size: 12px; background-color: #f3f3f3; padding:20px; }

@import url("Noto_Sans_KR/stylesheet.css");
/* Noto Sans KR À¥ÆùÆ® °¡Á®¿À±â morenvy.com */
@font-face { font-family: 'Noto Sans KR'; 
             font-style: normal; 
             font-weight: 100; 
             src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
             url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
             url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
/* BASIC css end */

