#mypage-mykeyword {
  padding: 0px 0 70px 0 !important;
}

.mypage-container {
  height: auto;
}
.myKeyword-container {
  /* padding-bottom: 57px; */
  position: relative;
  padding: 60px 0 70px 0 !important;
  /* padding-top: 80px; */
  background: #ffff;
}
.keyword-head1 {
}
.keyword-head .back-btn {
  width: 10px;
  height: 15px;
}

.keyword-head p {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  text-align: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 28%;
  left: 0;
  right: 0;
}

.keyword-head {
  /* position: fixed;
  top: 50px;
  width: calc(100% - 40px);
  max-width: 380px;
  z-index: 999;
  background: #fff;
  padding: calc(env(safe-area-inset-top) / 2 + 17px) 21px
    calc(env(safe-area-inset-top) / (-6) + 17px);
  box-sizing: border-box; */
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid #ffd706;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(env(safe-area-inset-top) / 2 + 14px) 20px calc(env(safe-area-inset-top) / (-6) + 14px);
  /* max-width: 380px; */
  z-index: 999;
  background: #fff;
  /* padding: calc(env(safe-area-inset-top) / 2 + 17px) 21px calc(env(safe-area-inset-top) / (-6) + 17px); */
  box-sizing: border-box;
}
.keyword-modal .keyword-head {
  top: 125px;
}

.myKeyword-container .keyword-modify {
  /* background: #fae372;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 11px 42px 7px;
  font-weight: 500;
  float: right;
  text-align: center;
  color: #000;
  position: relative;
  top: 10px; */
  background: #5757ff;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 4px 27px;
  font-weight: 500;
  float: right;
  text-align: center;
  color: #fff !important;
  /* position: relative; */
  top: 10px;
  font-size: 14px;
  display: flex;
  line-height: 20px;
  justify-content: center;
  align-items: center;
}
.myKeyword-container .select-wrap {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  width: 95px;
  padding-right: 10px;
  margin-top: 10px;
}
/*.myKeyword-container select {*/
/*    padding: 9px 24px 9px 0.9em;*/
/*    border: none;*/
/*    background: url(/image/login/select-box.png) no-repeat 92% 30%;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    outline: none;*/
/*    font-size: 14px;*/
/*    text-align: right;*/
/*    width: 100%;*/
/*    color:#000;*/
/*}*/
.myKeyword-container .list-container {
  border-bottom: 8px solid #f2f3f7;
  margin-bottom: 22px;
}
.myKeyword-container .list-container .tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}
.myKeyword-container .list-container .list-wrap {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0 17px;
}
.myKeyword-container .list-container .list-wrap:nth-last-child(1) {
  border: none;
}
.myKeyword-container .list-container .list-wrap .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.myKeyword-container .list-container .list-wrap .label .red {
  color: #fa7282 !important;
}
.myKeyword-container .list-container .list-wrap .key-wrap {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 10px 0;
}
.myKeyword-container .list-container .list-wrap .key-wrap span {
  padding: 4px 10px;
  box-sizing: border-box;
  background: #f8f8fd;
  border: 1px solid #dedef1;
  border-radius: 4px;
  margin-right: 8px;
}
.myKeyword-container .list-container .list-wrap .key-wrap .active {
  background: #dedef1;
  border: 1px solid #a2a2fe;
}
.myKeyword-container .key-bottom-wrap {
  padding: 20px 20px;
}
.myKeyword-container .key-bottom-wrap-list {
  margin-bottom: 0px;
  padding: 5px 20px;
}
.myKeyword-container .key-bottom-wrap .tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 22px;
}
.myKeyword-container .key-bottom-wrap .temp {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #959595 !important;
  text-align: center;
  margin-bottom: 30px;
}
.cs-hr {
  margin: 15px 0;
}

/* ver_2 new  */
.kw-head .kw-head-title-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.kw-head .kw-head-title-container .back-wrap {
  width: 75px;
}
.kw-head .kw-head-title-container img {
  width: 10px;
  float: none;
  height: 14px;
}
.kw-head .kw-head-title-container .kw-edit {
  background: #5757ff;
  border-radius: 7px;
  padding: 7px 25px;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px;
  position: relative;
  bottom: 6px;
}
.tag-title {
  padding: 20px 20px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.tag-title strong {
  color: #fa7282 !important;
  font-weight: 700 !important;
}
.tag-title .strong2 {
  color: #5757ff !important;
  font-weight: 700 !important;
}
.tag-sub-title {
  margin-top: 3px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #777777 !important;
}
.tag-sub-title span {
  font-weight: 700;
  color: #fa7282 !important;
}
.tag-sub-title strong {
  margin-top: 3px;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  color: #5757ff !important;
}

.kw-list-container {
  border-bottom: 5px solid #f5f5f5;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  /* margin-bottom: 20px; */
}
.kw-list-container .kw-list-ln {
  padding: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.kw-list-container .kw-list-ln:nth-last-child(1) {
  border-bottom: none;
}
.kw-list-container .kw-list-ln .kw-t {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.kw-list-container .kw-list-ln .small {
  color: #999999 !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
}
.kw-list-container .kw-list-ln .small .bw {
  color: #fa8d9b !important;
  font-weight: 700;
}
.kw-list-container .kw-list-ln .small .bw2 {
  color: #a2a2fe !important;
  font-weight: 700;
}
.kw-list-container .kw-list-ln .kw-wrap {
  width: 100%;
  padding: 15px 0 5px;
  overflow-x: scroll;
  white-space: nowrap;
}
.kw-list-container .kw-list-ln .kw-wrap .kw {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 4px 16px;
  box-sizing: border-box;
  margin-right: 3px;
  color: #999999 !important;
  width: 200px;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}
.kw-list-container .kw-list-ln .kw-wrap .kw:nth-last-child(1) {
  margin-right: 40px;
}
.kw-list-container .kw-list-ln .kw-wrap .kw.chk {
  color: #fa8d9b !important;
  background: #fcfcff;
  border: 1px solid #ffccd2;
  border-radius: 16px;
}
.kw-list-container .kw-list-ln .kw-wrap .kw.chk2 {
  color: #7878ff !important;
  background: #fcfcff;
  border: 1px solid #e2e1ff;
  border-radius: 16px;
}
.kw-list-container select {
  position: absolute;
  width: auto;
  text-align: right;
  top: -40px;
  right: 20px;
  background: #fff;
  border: none;
  outline: none;
  color: #777777;
  font-size: 14px;
  padding: 3px 0;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #777777;
}

.total-kw-list-container select {
  top: -20px !important;
}
