@font-face {
font-family:'NanumGothic';
    font-style: normal;
    font-weight: normal;
    src: local('NanumGothic'),  local('나눔고딕'),   url('http://commondatastorage.googleapis.com/fontfacekr-fonts/NanumGothic.woff') format('woff');
}
/*html, body {
  font-size: 20px;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*body {
  margin: 0;
  line-height: 1.5;
}*/

h1 {
  margin-top: 0;
  line-height: 1.25;
  text-align: center;
  font-family: "NanumGothic", Times, "Times New Roman", serif;
  color: white;
}

/* highlight colors 
::-moz-selection {
  background-color: #333;
  color: white;
}

::selection {
  background-color: #333;
  color: white;
}*/

/* wrapper */
.wrapper1 {
  max-width: 1100px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

/* tabs */
.tabs {
  border-right: 0px solid #ccc;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs input[type=radio] {
  display: none;
}
.tabs label {
  display: block;
  float: left;
  width: 21.9%;
  padding: 1em;
  border: 1px solid #ccc;
  border-right:1px solid #ccc;
  background-color: #f7f7f7;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: coral;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.tabs label:hover {
  background-color: white;
}
.tabs [id^="tab"]:checked + label {
  border-bottom-color: white;
  background: white;
  color: #333;
}

.tab-content {
  display: none;
  float: left;
  text-align: left;
  width: 100%;
  padding: 1em;
  border-bottom: 0px solid #ccc;
  border-left: 0px solid #ccc;
  background-color: white;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4 {
  display: block;
}

.other-content {
  color: #000;
}

/*@media only screen and (max-width: 768px) {
  body, html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 645px) {
  .tabs label {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body, html {
    font-size: 16px;*/