*{
  box-sizing: border-box;
  font-size:0;
  line-height:0;
}

::-webkit-scrollbar {
	display: none;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-button {
	display: none;
}


ul,ul>li{
  display:inline-block;
}

html {
    /* font-family: 'AppleSDGothicNeo', sans-serif; */

    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight:400;
    color:#333333;
    line-height:16px;
    letter-spacing:-0.03rem;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;


}


html {
    /*height: 100%;
    min-height: 100%;*/

}

body {
    margin: 0;
    /*background-color: #f5f5f5;*/
    background-color: #fff;
    /*min-width:310px;*/
    /*min-width:1200px;*/

    margin: 0 auto;
    overflow-x:scroll;
    overflow-y:auto;

    height: 100%;
    min-height: 100%;
}

@media only screen and (max-width : 460px){
  body {min-width:320px;}
  html {
      min-width:320px;
  }

}

/**/
input[type=text]{
  appearance: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
}

input[type=text],input[type=password]{
  width:100%;
  height:30px;
  padding-left:5px;
  font-size:1.000rem;
  line-height:30px;
  color:#555;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  box-shadow:0 !important;
  box-sizing: border-box;
}
input[type=button]{
  appearance: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
border:none;
cursor:pointer;

}
input:focus {outline: none;}

select{
  background: url(../../img/icon_arrowbottom.png) right center no-repeat;
  width:100%;
  padding-left:5px;
  padding-right:25px;
  font-size:1.000rem;
  line-height:30px;
  color:#555;
  background-color:#fff;
  box-sizing: border-box;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  outline:0;
}
select::-ms-expand { display:none }/* ie and Chrome */
select [disabled] {color:#ff0000;}
select:disabled {color:#ff0000 !important;}
select[disabled='disabled']::-ms-value {color:#ff0000;}

select{
  width:100%;
  height:30px;
  line-height:30px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  vertical-align:top;
}


input[type=checkbox]{
  display: block;
    margin: 0;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:20px;
    height:20px;
    border:1px solid #d9d9d9;
    background-color:#fff;
}
input[type=checkbox]:checked{
  background:url(../../img/common/inputCheck.png) center center no-repeat #fff;
  background-size:20px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}



textarea {
    display: block;
    margin: 0;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

dl,dl>dd,ul,ul>li{
  display:inline-block;
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

button {
    cursor: pointer
}

ol,
ul {
    margin: 0;
    padding: 0;
    /*font-size:0;
    line-height: 0;*/
    list-style-type: none
}

li>ol,
li>ul {
    margin-bottom: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-style: none
}

table{
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .3rem;
    color: #333333;
    font-weight: 500
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

/*p {
    font-size: .875rem
}*/



dl dd,
dl dt,
p,
strong {
    color: #333333
}


a {
    /*transition: color .15s ease-in-out;*/
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects
}

a,
a:hover {
    color: #333333;
}

a:hover {
    text-decoration:none;

}

code,
kbd,
pre,
samp {
    font-family: monospace, inherit;
    font-size: .9em
}

mark {
    background-color: #ff0;
    color: #fff
}

small {
    font-size: 85%
}

blockquote {
    padding-left: 15px;
    border-left: 3px solid #e6eaee
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

::selection {
    background: rgba(251, 131, 111, .4);
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(251, 131, 111, .4);
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: rgba(251, 131, 111, .4);
    color: #FFF;
    text-shadow: none;
}

header.fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 300;
}

.container,
.container-content {
    position: relative;
    width: 100%;
    /*padding-right: 10px;
    padding-left: 10px;*/
    margin-right: auto;
    margin-left: auto
}



textarea{
  resize: none;
}


.ellipsText{
overflow : hidden;
white-space: nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-ms-text-overflow:ellipsis;
-moz-binding:url(/xe/ellipsis.xml#ellipsis)
10.
}

.ellipsTexts3{
  overflow : hidden;
  white-space: normal;
    /*line-height: 1.2;*/
    height: 3.6em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsTexts2{
  overflow : hidden;
  white-space: normal;
    /*line-height: 1.2;*/
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
