* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #267adb, #e25ed8);
}

#header-wrap {
  width: 100%;
  height: 100%;
}

#banner-wrap {
  width: 100%;
  height: 100%;
}

#content-wrap {
  width: 100%;
  height: 100%;
}

#footer-wrap {
  width: 100%;
  height: 100%;
}

.header-container {
  width: 100%;
  height: 100%;
  line-height: 100px;
  margin: 0 auto;
}

.banner-container {
  width: 100%;
  height: 100%;
  line-height: auto;
  margin: 0 auto;
}

.content-container {
  width: 100%;
  height: 100%;
  line-height: auto;
  margin: 0 auto;
}

.footer-container {
  width: 100%;
  height: 100px;
  line-height: auto;
  margin: 0 auto;
}

/* Basic Style */
body {
  font-family: 'Nanum Gothic', sans-serif;
  font-size:16px;
  position: relative;
  padding: 0;
  margin: 0;
}

/* 메뉴 크기*/
.container {
  width: auto;
  margin: 0 auto;
  padding: 0;
}

label.mobile_menu span {
  margin-left: 10px;
  color: white;
  display: none;
}

.nav {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  /* 400 thinner */
  /* 폰트 사이즈 */
  font-size: 16px;
  line-height: 10px;
  position: relative;
  padding: 0 0 0 4px;
  /* Fix for inline-block spacing*/
  margin: 0;
}

.nav a, .nav a:link, .nav a:visited, .nav a:hover, .nav a:focus, span {
  color: #fff;
  text-decoration: none;
}

.nav>li {
  display: inline-block;
  text-align: center;
  margin-left: -4px;
  /* For the inline-block spacing */
}

.nav>li>a {
  padding: 20px 10px;
  display: block;
}

.nav>li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.nav>li:hover {
  /* 버튼 마우스 오버 컬러 */
}

.nav>li>ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 53px;
  width: auto;
  text-align: left;
  margin-top: 30px;
  padding: 0px;
  z-index: 99;
}

.nav>li:hover>ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.nav li>ul li {
  font-size: 11px;
  position: relative;
  display: block;
  padding: 15px 10px;
}

.nav>li>ul li:hover {}

.nav ul li:hover>a {
  color: white;
}

.nav>li>ul li ul li:hover {}

input#mobile_menu {
  display: none;
}

.nav>li>ul li ul li ul {}

.nav>li>ul li ul li ul li:hover {}

.nav>li>.fulldrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 52px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 20%;
  width: 70%;
  min-height: 50px;
  text-align: right;
  margin-top: 30px;
  padding: 0;
  z-index: 99;
  overflow: hidden;
}

.nav>li:hover .fulldrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.nav ul li:hover:after {
  color: white;
}

.nav>li:hover .coldrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.nav .coldrop .column {
  width: 130px;
  margin: 0 9px;
}

.nav .column {
  width: 17%;
  float: left;
  color: white;
  margin: 0 0 0 10%;
}

.nav .column ul {
  padding: 0;
  margin: 0;
}

.nav .column ul li {
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.nav .column h3 {
  font-size: 16px;
  padding: 14px 0;
  font-weight: 400;
  margin: 5px 0 5px 0;
}

.nav .column ul li a {
  display: block;
  padding: 0 0 15px 0;
}

/* Arrows */
.nav>li.dropdown>a:after {
  content: " \f107";
  font-family: FontAwesome;
  color: #fff;
}

.nav ul li.dropdown:after {
  position: absolute;
  left: 170px;
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  margin-top: 2px;
}


.nav>li input {
  padding: 7px 6px 6px 38px;
  margin: 0 5px;
  color: #fff;
  border: none;
  background-color: #16a085;
  font-size: 9px;
  border: 2px solid #16a085;
}

.nav>li input:focus {
  outline: none;
  border-color: white;
}

/*테이블*/
table.type01 {
  border-collapse: collapse;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 1.5;
}

table.type01 th {
  width: 850px;
  padding: 50px;
  font-weight: bold;
  border: 3px solid #ccc;
}

/* 버튼 */
@font-face {
  font-family: 'Nanum Gothic', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
  src: url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap') format('embedded-opentype'),
    url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap') format('woff'),
    url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap') format('truetype'),
    url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap') format('svg');
  font-weight: normal;
  font-style: normal;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a:active {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/* General button style (reset) */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  /* 버튼 사이즈 */
  padding: 20px 7px;
  display: inline-block;
  margin: 10px 3px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 800;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


/* Button 1 */
.btn-1 {
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: inherit;
  color: #inherit;
}

/* Button 1a */
.btn-1a:link {
  background-color: #910c0c;
  color: #8d02b0
}

.btn-1a:visited {
  background-color: #910c0c;
  color: #8d02b0
}

.btn-1a:hover,
.btn-1a:active {
  color: #75ad24;
  background-color: #fff;
}
