﻿@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}


::-webkit-scrollbar{
    display:block;
}
html {scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef}
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; }
::-webkit-scrollbar-thumb {height: 30px; width: 30px; background: #aaa; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}


.privacy{
    width:100%;
    padding-left:4%;
    padding-right:4%;
    font-family: 'NanumBarunGothic';
}

.privacy h2{
    margin-top:20px;
    text-align:center;
    font-size:19px;
    color:#333333;

}

.privacyBox{
    width:100%;
    margin-bottom:40px;
    height:60vh;
}
.privacyBox pre{
    margin-top:20px;
    border:1px solid #eaeaea;
    padding:24px 8px;
    background:#FFFFFF;
line-height:1.7;
white-space:break-spaces;
font-family: 'NanumBarunGothic';
font-size:15px;
margin-bottom:30px;
color:#444444;
letter-spacing:0;
height:100%;
overflow-y:scroll;
   
}

.pritit{
    font-size:16px;
    font-weight:700;
    color:#565656;
}