@charset "utf-8";

html, body {
    height: 100%;
}

html {
    border: 0;
    outline: 0;
    font-size: 62.5%;
}

body {
    font-family: 'S Core Dream', 'Noto Sans KR', "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    background-color: transparent;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    overflow-x:auto;
    width:100%;
    word-break:break-word;
	word-wrap: break-word;
    background: darkseagreen; /* 구분용 임시 */
}

body.noscroll {
    overflow: hidden;
}
::selection {
    color: #fff;
    background-color: #273640;
}
::-moz-selection {
    color: #fff;
    background-color: #273640;
}
.en {
    font-family: 'Ubuntu', sans-serif !important;
}
table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
table caption {
    height: 0;
    font-size: 0.1em;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}
button,
input,
textarea {
    font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
    font-size:15px;
    color: #000;
    font-weight:400;
    letter-spacing: -0.05em;
}
input[type=hidden] {
    display:none !important;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #8a8a8a;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #8a8a8a;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #8a8a8a;
}
button {
    outline:0;
    border: none;
    background: none;
    cursor:pointer;
}
button:disabled {
    opacity:.3;
    cursor:default;
}
textarea {
    width:100%;
    padding: 10px 15px;
    box-sizing: border-box;
    outline:none;
    border: 1px solid #ccc;
    display: block;
    line-height:25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border-radius:5px;
	resize:none;
    background-color:#fff;
}
textarea.textarea-auto {
	overflow:hidden;
	transition:all .1s;
}
select {
    border:1px solid #ccc;
    box-sizing:border-box;
    height: 36px;
    padding: 0 0 0 10px;
    vertical-align:top;
    border-radius:0;
    /*-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;*/
	font-size:16px;
}
.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.p0 { width: 70px; }
.p1 { width: 10% !important; }
.p2 { width: 20% !important; }
.p3 { width: 30% !important; }
.p4 { width: 40% !important; }
.p5 { width: 50% !important; }
.p6 { width: 60% !important; }
.p7 { width: 70% !important; }
.p8 { width: 80% !important; }
.p9 { width: 90% !important; }
.p10 { width: 100% !important; }

.bg-red {
    background-color:#e92724;
}
.bg-yellow {
    background-color:#ffad1d;
}
.bg-green {
    background-color:#2d9b42;
}
.bg-blue {
    background-color:#2c79ec;
}
.bg-orange {
    background-color:#ff5c51;
}
.bg-purple {
    background-color:#6827b7;
}