@charset "utf-8";
@import url(/m/css/NotoSansKR.css);

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse
}

fieldset,
img {
    border: 0
}

body{
	overflow-x:hidden;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
span,
p,
select,
table,
textarea {
    font-family: 'noto-r', AppleSDGothicNeo-Light, sans-serif;
    font-size: 15px;
    line-height: 1.267em;
	   font-weight:normal;
}
select,
select option{
	background:transparent;
}

input,
select,
table,
textarea{
	border:1px solid #ddd;
}
input{
  border:none;
  box-shadow: none;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}


p {
    line-height: 1em;
}

a {
    color: inherit;
    text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

li {
    list-style: none;
}

img {
    border: 0;
}

input,
button {
    font-family:'맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

/* ie placeholder */
input:-ms-input-placeholder {
    font-family: '맑은 고딕', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

input::-ms-value {
    font-family: '맑은 고딕', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
input[type=button]{
    cursor: pointer;
    outline: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-appearance: none;
    font-family: '맑은 고딕';
}
input,textarea,select:focus{
  outline: none;
  box-shadow: none!important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input::placeholder{
  color:#b4b4b4;
}
/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

html,
body{
    width: 100%;
    height: 100%;


}

body {
	position:relative;
	background-color:#f0f2f5;
    color: #121212;
    word-break: break-all;
    -webkit-text-size-adjust: none
}
html{
	font-size:10px;
	line-height:15px;
}
#wrap{
    position: relative;
    background-color: #fff;
    height: 100%;
	  overflow-y:auto;
}

.main{
    position: relative;
    background-color: #fff;
    height: 100%;
}
input {
	border:1px solid #e2e2e2;
}
::placeholder {
  font-size: 0.9em;

}
select {
	border-radius:0;
	/* -webkit-appearance:none;
	-moz-appearance:none;
	appearance:none */
}
#sns_img{
  padding: 4px 6px;
  margin: 2px 0 15px;
}
#youtube_link{
  padding: 6px 6px;
  margin: 2px 0 15px;
}
.header_wrap h1{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
::-webkit-scrollbar { display:none }
