/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'NotoSans';
    vertical-align: baseline;
    color: #333;
    letter-spacing: -0.3px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
em {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    color: #222;
    font-family: 'NotoSans';
    font-size: 18px;
    line-height: normal;
}
/*button reset*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button{outline: 0;}

/* Make `a` like a button */
/* [role="button"] {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
} */
img{vertical-align: middle;}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSansKR-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSansKR-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSansKR-Medium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSansKR-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.displayNone{display:none;}
.clearBoth::after{display:block;content:" ";clear: both;}
*, *:before, *:after {
    box-sizing: border-box;
}
a{text-decoration: none; color: inherit; cursor: pointer;}
/* a:hover{color: #1e88e5; cursor: pointer;} */

/*-------------------------------------------
//
//
//
-------------------------------------------*/
.ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*-------------------------------------
//
//    WIDTH
//
//
--------------------------------------*/
.w12 {width: 100%;}
.w11 {width: 91.66666666666667%;}
.w10 {width: 83.33333333333334%;}
.w9 {width: 75%;}
.w8 {width: 66.66666666666667%;}
.w7 {width: 58.33333333333334%;}
.w6 {width: 50%;}
.w5 {width: 41.66666666666667%;}
.w4 {width: 33.33333333333334%;}
.w3 {width: 25%}
.w2 {width: 16.66666666666667%;}
.w1 {width: 8.333333333333334%;}

.mp12 {margin-left: 100%;}
.mp11 {margin-left: 91.66666666666667%;}
.mp10 {margin-left: 83.33333333333334%;}
.mp9 {margin-left: 75%;}
.mp80 {margin-left: 80%}
.mp8 {margin-left: 66.66666666666667%;}
.mp7 {margin-left: 58.33333333333334%;}
.mp60 {margin-left: 60%}
.mp55 {margin-left: 54%;}
.mp6 {margin-left: 50%;}
.mp5 {margin-left: 41.66666666666667%;}
.mp40 {margin-left: 40%}
.mp4 {margin-left: 33.33333333333334%;}
.mp26 {margin-left: 26.666666666666667%}
.mp3 {margin-left: 25%}
.mp20 {margin-left: 20%}
.mp2 {margin-left: 16.66666666666667%;}
.mp1 {margin-left: 8.333333333333334%;}

/*-------------------------------------------
//
//   ALIGN
//
-------------------------------------------*/
.tac {text-align: center;}
.tar {text-align: right;}
.tal {text-align: left;}

.vat {vertical-align: top;}
.vam {vertical-align: middle;}
.vab {vertical-align: bottom;}

/*-------------------------------------------
//
//   LAYOUT(FLOAT)
//
-------------------------------------------*/
.cl {clear: both;}
.float-container {overflow: hidden; .zoom: 1; *zoom: 1; _zoom: 1;}
.float-container:after {content: ''; clear: both; display: block;}
.fl {display: block; float: left;}
.fr {display: block; float: right;}
/*-------------------------------------------
//
//   GAP(MARGIN)
//
-------------------------------------------*/
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px !important;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}

.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml100 {margin-left: 100px;}
.ml200 {margin-left: 200px;}
.ml370 {margin-left: 370px;}

.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}

.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}

/*-------------------------------------------
//
//   GAP(Padding)
//
-------------------------------------------*/
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px !important;}
.pt100 {padding-top: 100px !important;}

.pl5  {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.pl50 {padding-left: 50px;}

.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb120 {padding-bottom: 120px;}

.pr5  {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pr50 {padding-right: 50px;}

.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.text-center{text-align: center !important;}







/*  스크롤 생성 Str
::-webkit-scrollbar {-webkit-appearance: none; width: 12px; height: 8px;}
::-webkit-scrollbar-thumb {background: #a9a9a9; border-radius: 10px; border: 2px solid #ffffff;}
*/
::-webkit-scrollbar { -webkit-appearance: none; }
::-webkit-scrollbar:vertical { width: 18px; }
::-webkit-scrollbar:horizontal { height: 18px; }
::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; }
::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }
/*  스크롤 생성 End  */

/* flex 속성 */
.flex-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.flex-container > * {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex-item-1{-webkit-order: 1; -ms-flex-order: 1; order: 1;}
.flex-item-2{-webkit-order: 2; -ms-flex-order: 2; order: 2;}
.flex-item-3{-webkit-order: 3; -ms-flex-order: 3; order: 3;}

.flex-direction-row{-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;}
.flex-direction-col{-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.flex-direction-rowre{-webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
.flex-direction-colre{-webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}

.flex-wrap{-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.flex-nowrap{-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}

.flex-justify-start{-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;}
.flex-justify-end{-webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;}
.flex-justify-center{-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}
.flex-justify-between{-webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.flex-justify-around{-webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around;}

.flex-align-start{-webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}
.flex-align-end{-webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;}
.flex-align-center{-webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.flex-align-baseline{-webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline;}
.flex-align-stretch{-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}

.flex-acontent-start{-webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start;}
.flex-acontent-end{-webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end;}
.flex-acontent-center{-webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;}
.flex-acontent-between{-webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between;}
.flex-acontent-around{-webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around;}
.flex-acontent-stretch{-webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch;}

.flex-item-align-start{-webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start;}
.flex-item-align-end{-webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end;}
.flex-item-align-center{-webkit-align-self: center; -ms-flex-item-align: center; align-self: center;}
.flex-item-align-baseline{-webkit-align-self: baseline; -ms-flex-item-align: baseline; align-self: baseline;}
.flex-item-align-stretch{-webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch;}