@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,700;1,300&display=swap');
@import url("https://fonts.googleapis.com/css?family=Mukta:700");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');



body{
  background-color: #E5E5E5;
  font-family: 'Nanum Gothic', sans-serif;
  margin: 0;
}

.icon-bar {
  position: fixed;
  top:0;
  width: 100%;
  background-color: #000;
  overflow: auto;
}

.icon-bar a {
  float: right;
  width: 5%;
  text-align: center;
  padding: 5px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  text-decoration: none;
}


.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #FFF;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

#sidenav {
  font-weight : bolder;
  opacity: 1;
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 55px;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
}

#sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
}

#sidenav a:hover {
  color: gray;
}


#togglemenu {
  opacity: 0;
  height: 80px;
  width: 120px;
  position: fixed;
  z-index: 1;
  top: 55px;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 10px;
  transition: all 0.4s ease;
}

#togglemenu.on {
  opacity: 1;
  height: 80px;
  width: 150px;
  position: fixed;
  z-index: 1;
  top: 55px;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 10px;
  transition: all 0.4s ease;
}

#togglemenu a {
  float: right;
  padding: 6px 20px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
}

#togglemenu a:hover {
  color: gray;
}

#hometext {
  opacity: 1;
  text-align: center;
  overflow-x: hidden;
  padding-top: 80px;
  transition: all 0.4s ease;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.maintxt {
  font-family: 'Nanum Gothic Coding', monospace;
  font-weight : bolder;
  padding: 6px 20px 16px 16px;
  text-decoration: none;
  font-size: 35px;
  color: #000;
  display: block;
}

.radiogroup {
  justify-content: center;
  margin: 0 auto;
  position: relative;
  max-width: 480px;
  overflow:hidden;
  height:auto;
  padding: 10px 30px;
  border-radius: 13px;
  background: #fff;
  margin-bottom : 12px;
}

/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/


input {
  transition: all 0.2s;
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  background:transparent;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  font-size : 14px;
  border : none;
  color : gray;
  background-color: #E7E7E7;
  padding: 6px 20px 6px 16px;
  border-radius: 50px;
}

input::placeholder {

  opacity: 0;
  color : gray;

}

input:focus::placeholder {

  opacity: 1;

}

input:focus {
  /* padding:8px 0 5px 0; */
  border:none;
  outline:none;
  text-align : left;
  color : #00a1ec;

  outline: 0;
}

/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
input:placeholder-shown + label {

  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(1rem, 2.125rem) scale(1.5);
  Color : gray;
  font-size : 10px;
  text-align: left;
}

/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {

  opacity: 0;
  transition: inherit;
  Color : #000;

}
/**
* Show the placeholder when the input is focused.
*/
input:focus::-webkit-input-placeholder {
  opacity: 1;

}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;

}

/*fild Down*/
/*fild Down*/
/*fild Down*/
/*fild Down*/
.textbox {

  position: relative;
  margin: 15px
}

.textbox input[type="text"] {

  width: 100%;  /* 원하는 너비 설정 */
  height: auto;  /* 높이값 초기화 */
  line-height : normal;  /* line-height 초기화 */
  padding: .8em .5em; /* 원하는 여백 설정, 상하단 여백으로 높이를 조절 */
  border-radius: 10;  /* iSO 둥근모서리 제거 */
  outline-style: none;  /* 포커스시 발생하는 효과 제거를 원한다면 */
  -webkit-appearance: none;  /* 브라우저별 기본 스타일링 제거 */
  -moz-appearance: none;
  appearance: none;
}

.find {
  border: 0;
  line-height: 1.5;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background-color: #858786;
}

.find:hover {
  background-color: #E7E7E7;
  color: gray;
}

.container {
  margin: 5% 3%;
}
@media (min-width: 48em) {
  .container {
    margin: 0 auto;
  }
}
@media (min-width: 75em) {
  .container {

  }
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #72D2C0;
  border: 1px solid #1111;
  border-right: 1px solid #D8D8D8;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {


}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.responsive-table tbody th[scope=row] {
  background-color: #000;
  color: white;
}
@media (min-width: 30em) {
  .responsive-table tbody th[scope=row] {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: right;
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td:last-of-type {
    border-right: 1px solid #D8D8D8;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 0.8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

.barcontainer {
    display: inline-block;
    cursor: pointer;
    }

select {
  clear : both;
  padding:4px 30px 4px 30px;
  position:relative;
  margin-top : 10px;
  margin-bottom:1px;
  background: #E7E7E7;
  border-radius: 50px;
  border:0;
}

/*fild Down*//*fild Down*/
/*fild Down*/
/*fild Down*/
/*fild Down*/
@media screen and (max-height: 450px) {
  #sidenav {padding-top: 15px;}
  #sidenav a {font-size: 12px;}
}

/* for hamberger */
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #04B4AE;
  margin: 6px 0;
  transition: 0.4s;
}

/* nav */
#hnav {display: none; position: fixed; left: 0; top: 0; width: 100%; background-color: rgba(255,255,255,0.3); }
#hnav h1 {float: left; color: #fff; font-size: 40px; font-family: 'Abel'; padding: 5px 5px 5px 15px;}
#hnav ul {float: right; padding-right: 10px; }
#hnav ul li {display: inline;}
#hnav ul li a {display: inline-block; padding: 20px 15px; color: black; font-weight: bold; text-transform: capitalize; font-family: 'Abel';}
#hnav ul li.active a {color: #000;}
#hnav .ham {display: none; position: absolute; top: 7px; right: 10px; width: 65px; height: 45px; cursor: pointer;}

/* icon-wrap */
.ham span {
  display: block;
  /*background: #fff;*/
  width: 42px;
  height: 4px;
  border-radius: 3px;
  transition: margin 0.25s 0.25s, transform 0.25s ;
}


.ham .bar1 {margin-bottom: 9px;}
.ham .bar2 {}
.ham .bar3 {margin-top: 9px;}

.ham.active span {
  transition: margin 0.25s, transform 0.25s 0.25s;
}
/* 추가된 부분 */
.ham.active .bar1 {
  animation:line-top .5s forwards ease-out,
  line-top-rotate .3s .5s forwards ease-out;
}

.ham.active .bar2 {
  animation:line-mid .5s forwards ease-out;
}

/* 추가된 부분 */
.ham.active .bar3 {
  animation:line-bot .5s forwards ease-out,
  line-bot-rotate .3s .5s forwards ease-out;
}

@keyframes line-top {
  0% {transform:translateY(0px)}
  100% {transform:translateY(13px)}
}

/* 추가된 부분 */
@keyframes line-top-rotate {
  0% {transform:translateY(13px) rotateZ(0deg)}
  100% {transform:translateY(13px) rotateZ(45deg)}
}

@keyframes line-mid {
  0% {transform:scale(1)}
  100% {transform:scale(0)}
}

@keyframes line-bot {
  0% {transform:translateY(0px)}
  100% {transform:translateY(-13px)}
}

/* 추가된 부분 */
@keyframes line-bot-rotate {
  0% {transform:translateY(-13px) rotateZ(0deg)}
  100% {transform:translateY(-13px) rotateZ(135deg)}
}

/* contents */
#contents {text-align: center; color: #fff; }
#contents > div {height: 100vh; line-height: 100vh;}
#contents > div h2 {font-size: 6vw; font-weight: 100; text-transform: uppercase;}
#contents > div h2 strong {font-weight: 700; font-style: italic;}


/* mediaquery */
@media (max-width: 800px){
  #hnav {display: block;}
  #hnav .menu {display: none;}
  #hnav .ham {display: block;}

  #hnav h1 {width: 100%;}
  #hnav .menu {float: none; text-align: right; padding-right: 0; }
  #hnav .menu li {width: 100%; display: inline-block;}
  #hnav .menu li.active {background: rgba(255,255,255,0.3);}
}
