@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;
  z-index: 2;
}

.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;
}

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

#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;
}

#StartDate {
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  font-size: 13px;
  color : #A8A9AB;
  border : 0px;
  clear : both;
  padding:1px 5px 2px 20px;
  border:0px;
  margin-bottom:15px;
  background: #E7E7E7;
  border-radius: 50px;
  text-align: center;
}

#EndDate {
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  font-size: 13px;
  color : #A8A9AB;
  border : 0px;
  clear : both;
  padding:1px 5px 2px 20px;
  border:0px;
  margin-bottom:15px;
  background: #E7E7E7;
  border-radius: 50px;
  text-align: center;
}

.dateText {
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  font-size: 15px;
}

.repoDateText {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  font-size: 10px;
  margin-bottom  : 10px;
}

.repoDateSubText {
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  font-size: 13px;
  color: #6E6E6E;
}

.inbox{
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom : 5px;
  padding-top : 5px;
}

#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;
}

.subtxt {
  padding: 6px 20px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  display: block;
}

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

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

/* .dateradiogroup {
  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;
} */

.twogroup {
  justify-content: center;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
  overflow:hidden;
  height:auto;
  padding: 10px 30px;
  border-radius: 13px;
  background: #E7E7E7;
  margin-bottom : 12px;
  display : flex;
}

.inputTwo {
  justify-content: center;
  display : flex;
  width: 100%;
}

.counttxt{
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  padding: 12px 20px 10px 16px;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  display: block;
  margin-bottom : 5px;
  width : 50%;
}

/*text box*/
.CountInput-container{
  display : flex;
  clear : both;
  padding:1px 40px 2px 20px;
  margin-left : 10px;
  position:relative;
  margin-bottom:1px;
  background: #E7E7E7;
  border-radius: 50px;

}
.CountInput-container label{

  top:0px;
  left:0px;
  font-size:16px;
  color:#fff;
  transition: all 0.5s ease-in-out;
}
.CountInput-container input{
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  border:0;
  background:transparent;
  width:100%;
  padding:8px 0 5px 0;
  font-size:16px;
  color:#9D9D9D;
  border-radius: 50px;
}

.CountInput-container input:focus{
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  text-align : left;
  color : #00a1ec;
  border:none;
  outline:none;
  border-radius: 50px;
}/*text box*/

#commitCountBase{
    float: left;
}

.issuetxt2{
  vertical-align: middle;
}

.issuetxt2 a{
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  padding: 6px 20px 10px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom : 5px;
}



.commitCount{
  float:left;
  width: 100%;
  display: flex;
}

.commitCount > div{
  width: 50%;
}
.commitCount label{
margin: auto;
width: 200px;
}

.Filewrapper {
  float: left;
  width : 25%;
  margin: 0px;
}


/* radio */
.wrapper {
  float: left;
  /*width : 33%;*/
  margin: 0px;
}


.movebox {
  float: left;
  width : 33%;
  margin: 0px;
}

.state {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1e-5;
  pointer-events: none;

}

.label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #394a56;
  margin-bottom  : 10px;
}

.text {
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  font-size: 12px;
  margin-left: 5px;
  opacity: .6;
  transition: opacity .2s linear, transform .2s ease-out;
}

.indicator {
  position: relative;
  border-radius: 50%;
  height: 10px;
  width: 10px;

  overflow: hidden;
}

.indicator::before,
.indicator::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
  border-radius: 50%;
}

.indicator::before {
  background: #00a1ec;
  box-shadow:
          -4px -2px 4px 0px #d1d9e6,
          4px 2px 8px 0px #fff;
}

.indicator::after {
  background-color: #C4C4C4;
  box-shadow:
          -4px -2px 4px 0px #fff,
          4px 2px 8px 0px #d1d9e6;
  transform: scale3d(1, 1, 1);
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}

.state:checked ~ .label .indicator::after {
  transform: scale3d(.975, .975, 1) translate3d(0, 10%, 0);
  opacity: 0;
}

.state:focus ~ .label .text {
  transform: translate3d(8px, 0, 0);
  opacity: 1;
}

.label:hover .text {
  opacity: 1;
}/* radio */


/*text box*/
.input-container{
  clear : both;
  padding:1px 5px 2px 20px;
  position:relative;
  margin-bottom:1px;
  background: #fff;
  border-radius: 50px;
}
.input-container label{
  top:0px;
  left:0px;
  font-size:16px;
  color:#fff;
  transition: all 0.5s ease-in-out;
}
.input-container input{
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  border:0;
  background:transparent;
  width:100%;
  padding:8px 0 5px 0;
  font-size:16px;
  color:#9D9D9D;
  border-radius: 50px;
}

.input-container input:focus{
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  text-align : left;
  color : #00a1ec;
  border:none;
  outline:none;
  border-radius: 50px;
}/*text box*/

/*run button*/

.btn {
  font-family: 'Rubik Mono One', sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin: 0 auto;

  border-radius: 50px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  max-width: 130px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.btn:hover {
  text-decoration: none;
}

/*btn_background*/
.effect04 {
  color: #7E7777;
  border: 1px solid transparent;
  position: relative;
  transition-duration: 0.4s;
  overflow: hidden;
}

/*btn_ali*/
.effect04::before,
.effect04 span{
  margin: 0 auto;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.4s;
}
/*btn_whenMouseColor*/
.effect04:hover{
  background-color: #7E7777;
}
/*btn_whenMouseFontAnimation*/
.effect04:hover span{
  -webkit-transform: translateY(-400%) scale(-0.1,20);
  transform: translateY(-400%) scale(-0.1,20);
}

.effect04::before{
  content: attr(data-sm-link-text);
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(500%) scale(-0.1,20);
  transform: translateY(500%) scale(-0.1,20);
}

.effect04:hover::before{
  letter-spacing: 0.05em;
  -webkit-transform: translateY(0) scale(1,1);
  transform: translateY(0) scale(1,1);
}/*run button*/

/*How to use*/
.btn1 {
  border-radius: 50px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  max-width: 110px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight : bold;
  color: #fff;
  background-color: #00a3d2;
  margin : 1px 1px 5px 1px;
}

.button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  max-width: 110px;
  height: 100%;
  margin: 0 auto;
}

.button:hover {
  animation: rotate 0.7s ease-in-out both;
}
.button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}


/*new button*/
/* modal */
#modal {z-index: 2;position: fixed; left:0; top:0; width: 100%; height: 100%; transform: scale(0); }
#modal .modal-bg {background: rgba(0,0,0,0.7); display:flex; align-items: center; justify-content: center; height: 100%; }
#modal .modal-bg .modal-cont {position:relative; background: #EBEBEB; padding: 40px; max-width: 800px; display: inline-block; border-radius: 10px; overflow : scroll; max-height: 550px;}
#modal .modal-bg .modal-cont h2 {font-size: 30px; margin:0;font-family: 'Roboto', sans-serif;} /*제목 폰트*/
#modal .modal-bg .modal-cont p {font-size: 18px; font-family: 'Roboto', sans-serif;} /*내용 폰트*/
#modal .modal-bg .modal-cont .close {position: absolute; top: 0; right:0; margin:20px; padding: 10px; background: #9D9D9D; border-radius: 50%; }
#modal .modal-bg .modal-cont .close svg {width: 24px; fill: #fff; vertical-align: top;}


#modal.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}
#modal.one .modal-bg .modal-cont {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

#modal.one.out {
  transform: scale(1);
  animation: unfoldOut 1s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}
#modal.one.out .modal-bg .modal-cont {
  transform: scale(0);
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

/* add information button */
#say {z-index: 2;position: fixed; left:0; top:0; width: 100%; height: 100%; transform: scale(0); }
#say .say-bg { display:flex; align-items: center; justify-content: center; height: 100%; }
#say .say-bg .say-cont {position:relative; background: #EBEBEB; padding: 40px; max-width: 800px; display: inline-block; border-radius: 10px; overflow : scroll; max-height: 550px;}
#say .say-bg .say-cont h2 {font-size: 30px; margin:0;font-family: 'Roboto', sans-serif;} /*제목 폰트*/
#say .say-bg .say-cont p {font-size: 18px; font-family: 'Roboto', sans-serif;} /*내용 폰트*/
#say .say-bg .say-cont .close {position: absolute; top: 0; right:0; margin:20px; padding: 10px; background: #9D9D9D; border-radius: 50%; }
#say .say-bg .say-cont .close svg {width: 24px; fill: #fff; vertical-align: top;}


#say.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}
#say.one .say-bg .say-cont {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

#say.one.out {
  transform: scale(1);
  animation: unfoldOut 1s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}
#say.one.out .say-bg .say-cont {
  transform: scale(0);
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}


@keyframes unfoldIn{
  0% {transform: scaleY(0.005) scaleX(0);}
  50% {transform: scaleY(0.005) scaleX(1);}
  100% {transform: scaleY(1) scaleX(1);}
}
@keyframes unfoldOut{
  0% {transform: scaleY(1) scaleX(1);}
  50% {transform: scaleY(0.005) scaleX(1);}
  100% {transform: scaleY(0.005) scaleX(0);}
}
@keyframes zoomIn {
  0% {transform: scale(0);}
  100% {transform: scale(1); }
}
@keyframes zoomOut {
  0% {transform: scale(1);}
  100% {transform: scale(0); }
}

/*repo text box*/
.fieldCommit {
  width: 300px;
  float: right;
  font-weight : bolder;
  padding:1px 5px 2px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  Color : gray;
}

.fieldCommit label{
margin: auto;
}

.field {
  width: 300px;
  float: right;
  font-weight : bolder;
  padding:1px 5px 2px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  Color : gray;
}

/**
* 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.
*/
label{
  transition: all 0.2s;
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  background:transparent;
  width:140px;
  letter-spacing: 0.05em;
  padding-bottom : 0px;
  font-size : 15px;
  Color : gray;
}


input {
  transition: all 0.2s;
  font-family: 'Roboto', sans-serif;
  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 : 10px;
  border : none;
  color : gray;
  background-color: #fff;
  padding: 3px 10px 5px 10px;
  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 : 15px;
  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;
  margin: auto;
}

select {
width: 80%;
  clear : both;
  padding:4px 50px 10px 50px;
  position:relative;
  margin-top : 11px;
  margin-bottom:1px;
  background: #fff;
  border-radius: 50px;
  border:0;
}

.authbutton {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  max-width: 23px;
  height: 100%;
  margin: 0 auto;
}

.btn2 {
  border-radius: 100px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  max-width: 110px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight : bold;
  color: #fff;
  background-color: #00a3d2;
  margin : 1px 1px 5px 1px;
}

.authtxt{
  font-family: 'Roboto', sans-serif;
  font-weight : bolder;
  padding: 9px 20px 1px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom : 5px;
}


@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: #8F8F8F; 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);}
}
