/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{}

body {
    line-height:1;
	font-family:'NotoSansKRWeb'; font-size:14px; font-weight:400;
}
body a{ text-decoration:none;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a { text-decoration:none }
a:link, a:visited {color:#000;text-decoration:none;}
a:hover, a:focus, a:active {color:#000;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.select01 { border:none; color:#525e6b; font-size:14px; ;background:#f9fbfc; border:1px solid #e1e8ee; padding:2px 5px;}
.select02 { border:none; color:#525e6b; font-size:14px; ;background:#f9fbfc; border:1px solid #e1e8ee; padding:10px 0; width:100%;}
.select03 { border:none; color:#525e6b; font-size:14px; ;background:#f9fbfc; border:1px solid #e1e8ee; padding:10px 0;}	
.input01 { border:none; color:#525e6b; font-size:14px; ;background:#f9fbfc; border:1px solid #e1e8ee; padding:10px 0;}	
.basic_btn01{ width:100%;}
.basic_btn01 a{ display:block; background:#143d6c; padding:10px 0; text-align:center; color:#ffffff; width:100%; font-size:16px; border-radius:3px;}
.basic_btn01 a:hover{ background:#7b86d6;}

/* basic */
ol, ul {
    list-style: none;
}


/*flex*/
.flex_container{
		display:flex;
		flex-flow: row wrap;
		height: 100%;
		width: 100%;
        }
.stretch{align-content: stretch;}
.flex_start{align-content: flex-start;}
.flex_end{align-content: flex-end;}
.center{align-content: center;}
.space_around{align-content: space-around;}
.space_between{justify-content: space-between;}
.space_evenly{align-content: space-evenly;}


/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
img{
	max-width: 100%;
	height: auto;
}

@font-face {
     font-family:'NanumGothic';
     font-weight:normal;
     font-style:normal;
     src: url('/font/NanumGothic.eot');
     src: local('?'), 
          url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
          url('/font/NanumGothic.woff2') format('woff2'),
          url('/font/NanumGothic.woff') format('woff'),
          url('/font/NanumGothic.ttf') format('truetype');     
}

@font-face {
     font-family:'NanumGothicBold';
     font-weight:normal;
     font-style:normal;
     src: url('/font/NanumGothicBold.eot');
     src: local('?'), 
          url('/font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
          url('/font/NanumGothicBold.woff') format('woff'),
          url('/font/NanumGothicBold.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../font/NanumMyeongjo.eot'); /* IE9 Compat Modes */
    src:local(※), url('../font/NanumMyeongjo.woff') format('woff');
    src: url('../font/NanumMyeongjo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/NanumMyeongjo.woff') format('woff'), /* Modern Browsers */
    url('../font/NanumMyeongjo.ttf') format('truetype'),
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'NanumMyeongjoBold';
    src: url('../font/NanumMyeongjoBold.eot'); /* IE9 Compat Modes */
    src:local(※), url('../font/NanumMyeongjoBold.woff') format('woff');
    src: url('../font/NanumMyeongjoBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/NanumMyeongjoBold.woff') format('woff'), /* Modern Browsers */
    url('../font/NanumMyeongjoBold.ttf') format('truetype'),
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}


br{
opacity: 0;
}

.green{ color:#6f923c;}

/* NotoSans */
@font-face {
  font-family: 'NotoSansKRWeb';
  font-weight: 400;
  font-style: normal;
  src: url('../font/NotoSansCJKkr-Regular.woff2') format('woff2'),
       url('../font/NotoSansCJKkr-Regular.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansKRWeb5';
  font-weight: 500;
  font-style: normal;
  src: url('../font/NotoSansCJKkr-Medium.woff2') format('woff2'),
       url('../font/NotoSansCJKkr-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansKRWeb6';
  font-weight: 600;
  font-style: normal;
  src: url('../font/NotoSansCJKkr-Bold.woff2') format('woff2'),
       url('../font/NotoSansCJKkr-Bold.woff') format('woff');
}

/* RouisWeb */
@font-face {
	 font-family:'GmarketSansLight'; 
	 src: url('../font/GmarketSansLight.woff') format('woff'); 
	 font-weight: normal; font-style: normal; 
	 }
@font-face {
	 font-family:'GmarketSansMedium'; 
	 src: url('../font/GmarketSansMedium.woff') format('woff'); 
	 font-weight: normal; font-style: normal; 
	 }
@font-face {
	 font-family:'GmarketSansBold'; 
	 src: url('../font/GmarketSansBold.woff') format('woff'); 
	 font-weight: normal; font-style: normal; 
	 }	 
	 
	 