#drop-list {
  width: 100%; }
  #drop-list .list-line .title-part {
    height: 50px;
    background: #5cb0ff;
    border: 1px solid #028dbe;
    color: #fff;
    font-weight: 400; }
    #drop-list .list-line .title-part .dop-cont {
      max-width: 1295px;
      height: 100%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #drop-list .list-line .title-part .title {
      min-width: 100px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 2rem 0 3rem;
      font-size: 1.25rem;
      font-weight: 400; }
    #drop-list .list-line .title-part .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 10px; }
  #drop-list .list-line .content-part {
    max-width: 1295px;
    margin: auto; }

.arrow {
  position: relative;
  cursor: pointer;
  width: 66px;
  height: 30px; }

.arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 40px;
  height: 10px;
  display: block;
  transform: rotate(35deg);
  float: right;
  border-radius: 2px; }

.arrow-4-left:after {
  content: "";
  background-color: #ffffff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1; }

.arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 26px;
  width: 40px;
  height: 10px;
  display: block;
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px; }

.arrow-4-right:after {
  content: "";
  background-color: #ffffff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1; }

.open .arrow-4-left:after {
  transform-origin: center center;
  transform: rotate(-70deg); }

.open .arrow-4-right:after {
  transform-origin: center center;
  transform: rotate(70deg); }

/*# sourceMappingURL=drop-list.css.map */
