@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@font-face { font-family: 'GoyangIlsan'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GoyangIlsan.woff') format('woff'); font-weight: normal; font-style: normal; }

@import url('../../asset/font/Gl_L.woff');
@font-face{ 
    font-family:'GoyangIlsan L';
    src:url('../../asset/font/Gl_L.woff');
}
* {
	font-family: 'Open Sans', 'GoyangIlsan', 'GoyangIlsan L', 'sans-serif';
	font-size-adjust: none;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	-webkit-text-size-adjust:none; 
	-webkit-border-radius:1px;  
	margin:0;
	padding:0;
	transition:all linear 300ms;
}

textarea {resize: none;}
textarea, button {
    -webkit-appearance:none; 
    -moz-appearance:none; 
    appearance:none;}
textarea, button, select {
    -webkit-border-radius:0; 
    -moz-border-radius:0; 
    -o-border-radius:0; 
    border-radius:0;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:0px 5px 0 0;
    vertical-align:middle;
    background:url('../../asset/img/mod_check.png') left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + span {
    background:url('../../asset/img/mod_check.png') -16px top no-repeat;
}
 

input:focus {
  outline: none;
}
input:focus {
  select: none;
}
textarea:focus {
  outline: none;
}
button:focus {
  outline: none;
}








input[type="radio"] {
    display:none;
}

input[type="radio"] + span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:0px 5px 0 0px;
    vertical-align:middle;
    background:url('../../asset/img/mod_radio.png') left top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + span {
    background:url('../../asset/img/mod_radio.png') -16px top no-repeat;
}
 
input::placeholder {
  color: #999;
}

select::-ms-expand {display:none}
select {
    background-image:url('../../asset/img/arrow_down.png');
    background-position: calc(100% - 6px) center;
    background-repeat: no-repeat;
}


/* 전역환경설정 */
header,footer,article,section,hgroup,nav,figure{
	display:block;
}
html {
    height:100%;
    -webkit-overflow-scrolling : touch;
}
body {
    overflow-x:hidden;
    overflow-y:auto;
    width:100%;
    height:100%;
    hidden-webkit-text-size-adjust:100%;
}
div, ul, ol, li {
    list-style:none outside;
    display:block;
    margin:0px;
    padding:0px;
}
.cdiv {
    clear:both !important;
    margin:0px;
    padding:0px;
    width:0px;
    height:0px;
}
img {
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -ms-interpolation-mode: bicubic;
}
a, a:hover { outline:0;text-decoration:none;}

html {
    scrollbar-3dLight-Color: #FFF;
    scrollbar-arrow-color: #33ccff; 
    scrollbar-base-color: #FFF; 
    scrollbar-Face-Color: #FAFAFA; 
    scrollbar-Track-Color: #FFF; 
    scrollbar-DarkShadow-Color: #FFF; 
    scrollbar-Highlight-Color: #FFF; 
    scrollbar-Shadow-Color: #FFF;
}
/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
    width: 3px;
    height: 3px; 
    border: 3px solid #fff; 
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 5px; 
    background: #FFF;
}
::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-border-radius: 10px;
    border-radius:10px; 
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
}
::-webkit-scrollbar-thumb {
    height: 5px;
    width: 3px; 
    background: #33ccff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
}
