/* BASIC css start */
html, body{background-color: #ffffff!important} 
#header{    background: none!important;}
a{color:#000!important}
ul, ol { margin: 0!important}
   .camLogo:hover{}
   .overG {position:relative;text-align:center;}
   .overG .overP{position:absolute; top:50%;color:#000; width: 90%;opacity: 0;-webkit-transition: 1s ease;padding:0 5%;
    transition: 1s ease;font-size:1.2em;    font-style: normal }
   .overG:hover .overP {opacity: 1;    -webkit-transition: 1s ease;
    transition: 1s ease; }
    .overG img{background:#fff}
    .overG:hover img {opacity: 0.6;    -webkit-transition: 1s ease;
    transition: 1s ease;}
    
    p{font-family: 'Noto Sans KR', sans-serif !important;}
    p.han{font-family: 'Noto Sans KR', sans-serif !important;}
/* BASIC css end */

