/*a {
	color: #00b7ff;
}*/

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-width: 360px;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}

/* Hide scrollbar for IE, Edge and Firefox 
body {
	-ms-overflow-style: none;  IE and Edge 
	scrollbar-width: none;  Firefox 
}*/

/* Hide scrollbar for Chrome, Safari and Opera 
body::-webkit-scrollbar {
	display: none;
}*/

/*@import url('https://fonts.googleapis.com/css?family=ProtestRiot-Regular:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/

.top-container {
  width: 100%;
  background: white;
}

.top-part {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  /*grid-template-columns: 45% 40% 15%;*/
  grid-template-columns: 45% 55%;
  grid-template-rows: 52px;
  gap: 0px;
  align-items: center;
  color: black;

  /*border-bottom: 1px solid black;*/
  /*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);*/
}

.top-part a,
.top-part a:link,
.top-part a:visited {
  font-size: 1rem;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.top-part a img {
  margin-top: 4px;
}

.sidenav {
  width: 68%;
  /*position: fixed;*/
  position: absolute;
  z-index: 999;
  top: 0px;
  left: -70%;
  /*background-color: #111;*/
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top: none;
  color: black;
  box-shadow: 2px 2px 5px 0 black;
  /* rgba(0, 0, 0, 0.2);*/
  transition: all 0.5s;
  opacity: 0;
}

.opened {
  left: 0;
  opacity: 1;
  /*width: 56%;*/
  /*transition: all 0.5s;*/
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  /*margin-left: 50px;*/
}

.sidenav a {
  font-size: 1rem;
  text-decoration: none;
  color: black;
}

.grid73 {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto;
}

.menu-top {
  display: grid;
  width: 100%;
  grid-template-columns: 80% 20%;
  grid-template-rows: 36px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid darkgray;
  /*background: linear-gradient(to right, #3d6def, #8fadfe);*/
}

.menu-top-name {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-rows: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 2px;
}

.menu-top-name div {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 1rem;
  font-weight: 500;
}

.menu-top-icon {
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 1rem;
  padding-right: 12px;
}

.side-menu {
  display: flex;
  width: 100%;
  height: 24px;
  align-items: center;
  justify-content: left;
  padding-left: 14px;
  margin-top: 4px;
}

.menu {
  display: flex;
  width: 100%;
  height: 24px;
  margin-top: 8px;
  padding-left: 12px;
}

.menu a,
.menu a:link,
.menu a:visited {
  /*text-decoration: underline;
	text-underline-offset: 4px;*/
  border-bottom: 1px solid blue;
  padding-bottom: 4px;
  color: blue;
}

.menu-item {
  font-size: 1rem;
  padding-top: 4px;
  padding-left: 12px;
}

.menu-icon {
  font-size: 1rem;
  text-align: right;
  padding-right: 12px;
  padding-top: 4px;
}

.menu-item a,
.menu-item a:link,
.menu-item a:visited {
  text-decoration: none;
}

/* End of Top part and sideNav */

.badge {
  font-size: 1rem;
}

.badge:after {
  content: attr(value);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /*font-size: 1rem;*/
  font-weight: 500;
  color: #fff;
  /*background: red;*/
  background: #e73f34;
  border-radius: 50%;
  /*padding: 1 5px*/
  padding: 1px 5px;
  position: relative;
  /*left: -8px;*/
  left: -4px;
  top: -10px;
  opacity: 1;
}

.top-logo {
  display: table-cell;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  /*border-right: 1px solid red;*/
}

.top-logo-img {
  vertical-align: middle;
  margin-bottom: 3px;
}

.top-logo-icon {
  vertical-align: middle;
}

.top-icon {
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  padding-right: 16px;
  text-align: right;
  color: black;
}

.top-icon-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: 46px;
  align-items: center;
}

.topLog {
  font-size: 0.92rem;
  font-weight: 500;
  margin-right: 4px;
}

.topImg {
  aspect-ratio: 360 / 113;
  /*width: 100%;
	height: 141px;
	background-image: url('/images/KFood_360_141.png');
	background-repeat: no-repeat;
	background-size: cover;*/
}

.contents {
  width: 100%;
  position: relative;
  /*background: linear-gradient(to bottom, #f9fbf7, #c9d8ff);*/
}

.sub-title {
  font-size: 1rem;
  color: black;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}

.subicon-blue {
  margin-left: 16px;
  margin-right: 8px;
  color: #3365f3;
}

.subicon-red {
  margin-left: 16px;
  margin-right: 8px;
  color: #e73f34;
}

.btnblue {
  background: #3365f3;
  color: white;
}

.btnred {
  background: #e73f34;
  color: white;
}

/*.btnBlue,
.btnBlue::after {
	opacity: 1;
	width: 90%;
	margin-left: 5%;
	border: 1px solid #3365f3;
	background-color: #3365f3;
	border: none;
	color: white;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 400;
	padding: 8px 10px;
	color: white;
	padding-top: 8px;
  padding-right: 10px;  
  padding-bottom: 8px;
  padding-left: 10px;
}*/

.btnBlue:hover {
  cursor: pointer;
  opacity: 0.9;
  /*transition: opacity 300ms ease-in-out;*/
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  transition: box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}

.btnRed,
.btnRed::after {
  opacity: 1;
  /*border: solid 1px #3365f3;*/
  width: 90%;
  margin-left: 5%;
  background-color: #dd001b;
  /*#3365f3;*/
  border: 1px solid #dd001b;
  color: white;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.btnRed:hover {
  cursor: pointer;
  opacity: 0.9;
  /*transition: opacity 300ms ease-in-out;*/
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  transition: box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}

.delivery_wrap {
  /* background: linear-gradient(to bottom, #87d9e5, #eaf89f); */
  background: -webkit-linear-gradient(to bottom, #87d9e5, #eaf8f9);
  background: -moz-linear-gradient(to bottom, #87d9e5, #eaf8f9);
  background: -o-linear-gradient(to bottom, #87d9e5, #eaf8f9);
  background: linear-gradient(to bottom, #87d9e5, #eaf8f9);
  /* 표준구문 */
  width: 100%;
  height: 109px !important;
  margin: 0 auto;
  padding: 0;
}

.drop-down__name {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;*/
}

.drop-down__icon {
  width: 18px;
  vertical-align: middle;
  margin-left: 14px;
  height: 18px;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.drop-down__button {
  display: table-cell;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  padding: 0 2px 0 16px;
  text-align: left;
  /*box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);*/
  /*border-right: 1px solid red;*/
}

.drop-down {
  position: relative;
  text-align: left;
  width: 100%;
  /*margin: 0 auto;*/
}

.drop-down__menu-box {
  position: absolute;
  width: 140px;
  /*top: 0px;*/
  top: -23px;
  left: 220px;
  padding-left: 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  height: auto;
  z-index: 999;
}

.drop-down--active .drop-down__menu-box {
  /*position: absolute;*/
  top: 6px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

/*.drop-down__menu-box:before {
	content: '';
	background-color: transparent;
	border-right: 8px solid transparent;
	position: absolute;
	border-left: 8px solid transparent;
	border-bottom: 8px solid black; /* #fff;*
	border-top: 8px solid transparent;
	top: -15px;
	right: 18px;
}

.drop-down__menu-box:after {
	content: '';
	background-color: transparent;
}*/

.drop-menu {
  display: flex;
  width: 100%;
  height: 34px;
  align-items: center;
  margin-bottom: 2px;
}

.drop-menu label {
  display: flex;
  height: 100%;
  align-items: center;
}

.ml4 {
  margin-left: 4px;
}

.ml6 {
  margin-left: 6px;
}

.mtl26 {
  margin-top: 2px;
  margin-left: 6px;
}

.drop-menu input[type='radio'] {
  vertical-align: middle;
}

.drop-down__menu {
  margin: 4px;
  /*margin-left: 4px;*/
  padding: 0 0 0 12px;
  list-style: none;
}

.drop-down__menu a,
.drop-down__menu a:link {
  text-decoration: none;
}

/*.drop-down__item,
.drop-down__item a,
.drop-down__item a:link {
  font-size: 0.94rem;
  padding: 13px 0;
  text-align: left;
  font-weight: 500;
  color: black;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e0e2e9;
}*/

.drop-item {
  font-size: 0.94rem;
  padding: 10px 0;
  text-align: left;
  font-weight: 500;
  /*color: #3d6def;*/
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #e0e2e9;
}

.drop-item a,
.drop-item a:link,
.drop-item a:visited {
  font-size: 0.94rem;
  padding: 10px 0;
  text-align: left;
  font-weight: 500;
  /*color: #3d6def;*/
  color: black;
  text-decoration: none;
  cursor: pointer;
  /*border-bottom: 1px solid #e0e2e9;  */
}

.drop-btn {
  font-size: 0.94rem;
  padding: 10px 0;
  text-align: left;
  font-weight: 500;
  /*color: #3d6def;*/
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #e0e2e9;
}

.drop-btn-sub {
  font-size: 0.94rem;
  /*padding: 13px 0;*/
  padding-left: 8px;
  text-align: left;
  font-weight: 500;
  /*color: #3d6def;*/
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #e0e2e9;
  margin: 0 4px;
}

.drop-btn-sub a,
.drop-btn-sub a:link,
.drop-btn-sub a:visited {
  color: black;
  cursor: pointer;
  border-bottom: none;
}

.down-container {
  display: none;
}

.drop-down__item-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  fill: #8995b6;
}

.drop-down__item:hover .drop-down__item-icon {
  fill: #3d6def;
}

.drop-down__item:hover {
  color: #3d6def;
}

.drop-down__item:last-of-type {
  border-bottom: 0;
}

/*.drop-down--active .drop-down__menu-box {
	visibility: visible;
	opacity: 1;
	margin-top: 6px;
	transition: all 0.3s;
}*/

.activemenu {
  display: block;
}

.icon_selected,
.active::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 28px;
  background-color: #3d6def;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.fa-arrow-turn-down {
  float: right;
  margin-top: 2px;
  padding-right: 8px;
}

.fa-arrow-turn-up {
  float: right;
  margin-top: 2px;
  padding-right: 8px;
}

.drop-icon {
  float: right;
  padding-right: 8px;
}

.carousel {
  background: transparent;
}

.carousel-cell {
  display: table-cell;
  /*width: 28%;*/
  width: 100%;
  height: 109px;
  text-align: center;
  vertical-align: middle;
  /*margin-right: 5px;*/
  /*background: #8c8;*/
  /*border-radius: 5px;*/
  /*justify-content: center;
	align-items: center;*/
  counter-increment: carousel-cell;
}

.flktimg {
  /*width: 110px;*/
  width: 90%;
  margin-top: 10px;
  /*border-radius: 24px;*/
}

.carousel-cell.is-selected {
  background: transparent;
}

.carousel-cell.is-previous {
  background: transparent;
}

.carousel-cell.is-next {
  background: transparent;
}

/*.flickity-page-dots {
	counter-reset: a;
}*/

/* position dots up a bit */
.flickity-page-dots {
  bottom: 0px;
}

/* white circles */
.flickity-page-dots .dot {
  width: 18px;
  height: 18px;
  padding: 3px;
  opacity: 0.4;
  background: transparent;
  border: none;
  /*1px solid black;*/
  color: black;
  font-size: 12px;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #09f;
  color: white;
}

/* no circle */
.flickity-button {
  background: transparent;
}

/* big previous & next buttons */
.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  /*position: absolute;*/
  top: 60px;
}

.flickity-prev-next-button.next {
  width: 30px;
  height: 30px;
  /*position: absolute;*/
  top: 60px;
}

/* icon color */
.flickity-button-icon {
  fill: #f09;
  opacity: 0.4;
}

/* hide disabled button */
/*.flickity-button:disabled {
	display: none;
}*/

/* dots are lines */
/*.flickity-page-dots .dot {
	height: 4px;
	width: 40px;
	margin: 0;
	border-radius: 0;
}*/

/*.carousel-cell:before {
	display: block;
	text-align: center;
	content: counter(carousel-cell);
	line-height: 200px;
	font-size: 80px;
	color: white;
}*/
.grid2fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.arrow-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  align-items: center;
  justify-content: right;
}

.arrow-item {
  width: 50px;
  height: 20px;
  margin: 10px;
  position: relative;
}

.arrrow-button {
  /*border: 1px solid white;*/
  border: none;
  background: white;
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  color: blue;
  transition: background 0.5s ease;
}

/*i {
  color: blue;
  margin-left: 20px;
}*/

.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  color: red;
}

.arrow11 {
  animation: slide1 1s ease-in-out infinite;
  color: green;
}

.arrow2 {
  animation: slide2 1s ease-in-out infinite;
}

.arrow3 {
  transform-origin: 0% 50%;
  animation: slide3 1s ease-in-out infinite;
}

.arrow4 {
  transform-origin: 0% 50%;
  animation: slide4 4s linear infinite;
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

@keyframes slide2 {

  0%,
  100% {
    transform: translate(0, 0) rotate(45deg);
  }

  50% {
    transform: translate(10px, 10px) rotate(45deg);
  }
}

@keyframes slide3 {

  0%,
  100% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(45deg);
  }
}

@keyframes slide4 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.checkbox-wrapper-28 {
  --size: 25px;
  position: relative;
}

.checkbox-wrapper-28 *,
.checkbox-wrapper-28 *:before,
.checkbox-wrapper-28 *:after {
  box-sizing: border-box;
}

.checkbox-wrapper-28 .promoted-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkbox-wrapper-28 input:checked~svg {
  height: calc(var(--size) * 0.6);
  -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  animation: draw-checkbox-28 ease-in-out 0.2s forwards;
}

.checkbox-wrapper-28 label:active::after {
  background-color: #e6e6e6;
}

.checkbox-wrapper-28 label {
  color: black;
  line-height: var(--size);
  cursor: pointer;
  position: relative;
}

.checkbox-wrapper-28 input:checked~label {
  /*color: #0080d3;*/
  color: blue;
}

.checkbox-wrapper-28 label:after {
  content: '';
  height: var(--size);
  width: var(--size);
  margin-right: 8px;
  float: left;
  /*border: 2px solid #0080d3;*/
  border: 2px solid grey;
  border-radius: 3px;
  transition: 0.15s all ease-out;
}

/*input[type="checkbox"]:checked + label:before*/
/*.checkbox-wrapper-28 input:checked label:after {*/
.checkbox-wrapper-28 input:checked~label:after {
  content: '';
  height: var(--size);
  width: var(--size);
  margin-right: 8px;
  float: left;
  /*border: 2px solid #0080d3;*/
  border: 2px solid blue;
  border-radius: 3px;
  transition: 0.15s all ease-out;
}

.checkbox-wrapper-28 svg {
  /*stroke: #0080d3;*/
  stroke: blue;
  stroke-width: 3px;
  height: 0;
  width: calc(var(--size) * 0.6);
  position: absolute;
  left: calc(var(--size) * 0.21);
  top: calc(var(--size) * 0.2);
  stroke-dasharray: 33;
}

@-webkit-keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.numberinput::-webkit-outer-spin-button,
.numberinput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.button7 {
  display: inline-block;
  padding: 0.7em 1.7em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
  text-align: center;
  position: relative;
}

.button7:active {
  box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
}

@media all and (max-width: 30em) {
  .button7 {
    display: block;
    margin: 0.4em auto;
  }
}

.dsdown {
  position: absolute;
  width: 97%;
  height: auto;
  color: black;
  top: -20px;
  left: 1%;
  padding-left: 0px;
  padding-top: 4px;
  /*margin-left: 4px;*/
  /*background-color: #fff;*/
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);*/
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 900;

  &.show {
    top: 8px;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
}

.gfont {
  font-family: 'Protest Riot', 'sans-serif';
  /*color: #54b340*/
}

.searchbox {
  /*display: flex;*/
  /*border-top: 1px solid lightgray;*/
  position: absolute;
  width: 340px;
  height: auto;
  /*min-height: 152px;*/
  padding-bottom: 12px;
  color: black;
  top: -23px;
  left: 10px;
  padding-left: 5px;
  /*padding-top: 6px;*/
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
  /*box-shadow: 2px 2px 5px 0 black; /* rgba(0, 0, 0, 0.2);*/
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;

  &.show {
    top: 0px;
    visibility: visible;
    opacity: 1;
  }
}

.listbox {
  /*display: flex;*/
  /*border-top: 1px solid lightgray;*/
  position: absolute;
  width: 97%;
  height: auto;
  /*min-height: 152px;*/
  padding-bottom: 12px;
  color: black;
  top: -23px;
  left: 1%;
  /*padding-left: 5px;
  padding-top: 6px;*/
  background-color: white;
  border-radius: 8px;
  /*box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);*/
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  /*box-shadow: 2px 2px 5px 0 black; /* rgba(0, 0, 0, 0.2);*/
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;

  &.show {
    top: 0px;
    visibility: visible;
    opacity: 1;
  }
}

.loginw {
  position: absolute;
  width: 50%;
  height: 0;
  /* 초기 높이 설정 */
  color: black;
  top: -20px;
  right: 100%;
  padding: 15px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* 내용이 넘칠 때 숨김 */
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  z-index: 900;
}

.loginw.show {
  height: auto;
  /* 높이를 자동으로 설정 */
  transform: translateY(56px);
  color: black;
  opacity: 1;
  visibility: visible;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
}

.doc {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  :focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  }
}

.btnverify {
  cursor: pointer;
  outline: 0;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 10px;
  ;
  text-align: center;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  :hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
  }
}