@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700,900');

body {
  margin:0px; padding:0px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight:400;
  background: #2D3437;
}

#wrapper {position: relative; margin:0px; padding:0px; background: #FFFFFF; border-bottom: 1px solid #ED2024; }


.topnav {
  overflow: hidden;
  background-color: #2D3437;
  border-top: 2px solid #707374;
  border-bottom: 4px solid #0A0B0C;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight:700;

}

.topnav a:hover {
  background-color: #B3B3B3;
  color: black;
}

.active {
  background-color: #FDA515;
  color: #FDA515;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: block;

}


[class*="col-"] {
    float: left;
    padding: 0px;
    
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 2%;}
    .col-m-2 {width: 5%;}
    .col-m-3 {width: 30%;}
    .col-m-4 {width: 32%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 96%;}
    .col-m-8 {width: 100%;}
    .col-m-9 {width: 18%;}
    .col-m-10 {width: 10%;}
    .col-m-11 {width: 22%;}
    .col-m-12 {width: 64%;}
    .col-m-13 {width: 48%;}
    .col-m-14 {width: 80%;}
    .col-m-15 {width: 26%;}
}


@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 2%;}
    .col-2 {width: 5%;}
    .col-3 {width: 30%;}
    .col-4 {width: 32%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 96%;}
    .col-8 {width: 100%;}
    .col-9 {width: 18%;}
    .col-10 {width: 10%;}
    .col-11 {width: 22%;}
    .col-12 {width: 64%;}
    .col-13 {width: 48%;}
    .col-14 {width: 80%;}
    .col-15 {width: 26%;}

}

@media only screen and (min-width: 1400px) {
    /* For big desktop: */
    .col-s-1 {width: 2%;}
    .col-s-2 {width: 5%;}
    .col-s-3 {width: 30%;}
    .col-s-4 {width: 32%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 96%;}
    .col-s-8 {width: 100%;}
    .col-s-9 {width: 18%;}
    .col-s-10 {width: 10%;}
    .col-s-11 {width: 22%;}
    .col-s-12 {width: 64%;}
    .col-s-13 {width: 48%;}
    .col-s-14 {width: 80%;}
    .col-s-15 {width: 26%;}
}

 .f2 {font-weight: 900;  font-size: 1.5em; }
 .f3 {font-weight: 900; font-size: 1.2em;  }

h1 {font-weight: 900;  font-size: 1.5em; text-align:center; display:block;  }


.text-cent { border: 1px solid #EBEBEC; background-color: #F8F8F9; padding:30px; text-align:center;  display:block; }

.text-col { padding-left: 30px; padding-right:30px; display:block; }
.text-colcent { padding-left: 30px; padding-right:30px; display:block; text-align:center; }
.imgcent { display:block; text-align:center; }

.text-width { text-align:center; width:700px; display:block;  }

.text-padding { margin-left:20px; display:block; }

.footer{ color: #F4F4F4; font-size: 14px; text-align:right; padding-right: 10px;  }
.footer-text { color: #F4F4F4; font-size: 14px; padding-left: 10px; line-height: 25px; }

input.main, text.main, textarea.main { border: 1px solid #ED2024; background-color: #ffffff; overflow: auto; padding:5px; width:95%; }

input.callback { border: 1px solid #ED2024; background-color: #E7E7E7; overflow: auto;  padding:5px; font-family:century gothic; font-size: 0.9em; width:95%;  }

input.buttons { padding:1px; float: right;  }

.text-3-col { padding-left:30px;padding-right:30px; text-align:center;  display:block; }

div.containergrey { border: 1px solid #EBEBEC; background-color: #F8F8F9; padding:60px; text-align:center;  display:block; margin: 0 auto; }
div.containergreen { background-color: #A6D513; display:block; height: 100%; margin:0px; padding:0px;  }

div.containergrey2 { background-color: #F8F8F9; padding-left:10px; padding-right:10px; padding-top:50px; padding-bottom:50px; display:block; margin: 0 auto; }
div.containerorange { background-color: #A6D513; display:block; margin:0px; padding:0px; text-align:center; }

div.containerwhite { border: 1px solid #C3C3C3; background-color: #FFFFFF; display:block; height: 100%; margin:0px; padding:0px;  }


a.text { padding-left: 30px; padding-bottom:30px; display:block; }
a.textcent { padding-left: 30px; padding-bottom:30px; display:block; text-align:center; }

* {
  box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*Flex items*/
.list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
	display: flex; 
  padding: .5em;
	width: 100%;
}
@media all and (min-width: 40em) {
  .list-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 33.33%;
  }
}
.list-content {
	background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #E1E1E1;
}
.list-content p {
	flex: 1 0 auto;
}

a.main:link {color: #ffffff;}
a.main:visited {color: #ffffff;}
a.main:hover {color: #B3B3B3;}
a.main:active {color: #ffffff; }


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




