@charset "utf-8";

/** 추가내용: 모바일 웹 브라우저의 가로뷰에서 글자 크기가 확대되는 현상 방지 */
* {
  -webkit-text-size-adjust: none;
}

/* Font - Noto Sans KR */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100; 300; 400; 500; 700; 900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100; 300; 400; 500; 700; 900&display=swap");

html,
body,
div,
ul,
ol,
dl,
li,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tbody,
tr,
th,
td,
caption,
address,
canvas,
details,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
article,
aside,
form,
fieldset,
button,
select,
textarea,
input,
fieldset,
legend,
label,
a,
span,
strong,
em,
address,
dfn,
small,
i,
b,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  color: inherit;
  font-style: normal;
  font-size: 100%;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  word-break: inherit;
  word-wrap: inherit;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  letter-spacing: -0.05em;
  /* 2023.09.13 미리보기 방지 */
  -webkit-touch-callout : none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /* 2023.09.18 드래그 방지  */
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "Noto Sans KR", sans-serif, "Dotum", "Dotumche", "돋움", "돋움체", "Arial";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background-color: #000;
  color: #fff;
}
html[lang="ja"] body,
html[lang="zh"] body {
  word-break: normal;
}
img {
  vertical-align: middle;
}
button {
  background-color: transparent;
  cursor: pointer;
}
b,
strong {
  font-weight: normal;
}
fieldset,
iframe {
  width: 100%;
}
img,
a,
frame,
iframe,
fieldset {
  border: 0;
}
a {
  text-decoration: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  height: 1px;
  overflow: hidden;
}
legend {
  position: absolute;
  left: -9999em;
  top: -9999em;
}
button {
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0px;
  padding: 0px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

img,
object,
video,
iframe {
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

.t {
  border: 1px solid #f00;
}
.mont {
  font-family: "Montserrat", sans-serif;
}

/************ margin *********************/

.mt100 {
  margin-top: 100px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt0 {
  margin-top: 0 !important;
}

.mr100 {
  margin-right: 100px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr0 {
  margin-right: 0 !important;
}

.mb100 {
  margin-bottom: 100px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml100 {
  margin-left: 100px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml0 {
  margin-left: 0 !important;
}

/************ padding *********************/

.pt100 {
  padding-top: 100px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt0 {
  padding-top: 0 !important;
}

.pr100 {
  padding-right: 100px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr0 {
  padding-right: 0 !important;
}

.pb100 {
  padding-bottom: 100px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}

.pl100 {
  padding-left: 100px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl0 {
  padding-left: 0 !important;
}

.noMG {
  margin: 0 !important;
}
.noPD {
  padding: 0 !important;
}
.noBD {
  border: none !important;
}

#app {
  padding: 30px 16px;
}

input:disabled {
  background: #f5f5f5;
  color: #979797;
}
input::placeholder {
  color: #999999;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"] {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 16px;
  font-size: 14px;
  /*border: none;*/
  vertical-align: middle;
  background-color: #0e0e0e;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: white solid 1px;
}
input[type="text"].price,
input[type="password"].price,
input[type="tel"].price,
input[type="email"].price,
input[type="search"].price {
  text-align: right;
}

h2 {
  flex: none;
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}
h2 .btn-back a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../images/fo/common/history_back.png") no-repeat 0 center/32px;
  overflow: hidden;
}

.login {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  height: calc(100vh - 96px);
  margin: 0 auto;
  overflow-y: auto;
}
.login .login_flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login .login-input {
  /*background: url("../../images/fo/login-background.png") no-repeat;*/
  padding-top: 0px;
}
.login .login-input .checkbox input[type="checkbox"] {
  display: none;
}
.login .login-input .checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(153, 153, 153, 0.6);
}
.login .login-input .checkbox input[type="checkbox"] + label:hover {
  cursor: pointer;
}
.login .login-input .checkbox input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 2px;
  background: transparent;
}
.login .login-input .checkbox input[type="checkbox"]:checked + label:before {
  background: url("../../images/fo/form/checkbox.png") no-repeat center;
  background-size: 15px;
  border: none;
}
.login .login-input > * + * {
  margin-top: 10px;
}
.login .links {
  margin-top: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.login .links a {
  padding: 0 10px;
  border-left: 1px solid rgba(153, 153, 153, 0.6);
  color: rgba(153, 153, 153, 0.6);
  font-size: 14px;
  line-height: 18px;
}
.login .links a:first-child {
  border: none;
}
.login .sns-login {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
/*.login .sns-login::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 9px;*/
/*  right: 0;*/
/*  left: 0;*/
/*  height: 1px;*/
/*  background: #fff;*/
/*}*/
.login .sns-login .title {
  position: relative;
  padding: 0 6px;
  margin-top: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
}
.login .sns-login ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.login .sns-login ul li {
  padding: 0 10px;
}
.login .sns-login ul li img {
  width: 45px;
}

.sns-join {
  margin-top: 40px;
  background: url("../../images/fo/common/ci.png") no-repeat left top/127px;
  padding-top: 50px;
}
.sns-join ul li {
  border: 1px solid #505050;
  border-radius: 7px;
  line-height: 48px;
  margin-bottom: 10px;
  padding-left: 66px;
}
.sns-join ul li.kakao {
  background: url("../../images/fo/join_kakao.png") no-repeat 16px center/30px;
}
.sns-join ul li.google {
  background: url("../../images/fo/join_google.png") no-repeat 16px center/30px;
}
.sns-join ul li.facebook {
  background: url("../../images/fo/join_facebook.png") no-repeat 16px center/30px;
}
.sns-join ul li.apple {
  background: url("../../images/fo/join_apple.png") no-repeat 16px center/30px;
}

.btn-wrap {
  margin-top: 40px;
}
.btn-wrap button {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(158deg, #FF4633 0%, #CC3829 100%);
}

.modal-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(39, 39, 39, 0.5);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  transform: translateY(25vh);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.modal-wrap .alert-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  width: 270px;
  background: #fff;
  border-radius: 7px;
  text-align: center; /*.title { 
margin-top: 30px; 
text-align: center; 
font-size: 16px; 
font-weight: 700; 
letter-spacing: -0.68px; 
 } */
}
.modal-wrap .alert-wrap .text {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}
.modal-wrap .alert-wrap button {
  margin-top: 20px;
  background: #e51b53;
  width: 75px;
  height: 36px;
  font-weight: 500;
  border-radius: 7px;
}
.modal-wrap .modal-con {
  width: 270px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px 20px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-wrap .modal-con .modal-close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 25px;
  right: 20px;
  background: url("../../images/fo/common/modal_close.png") no-repeat center;
  background-size: 24px;
}
.modal-wrap .modal-con .title {
  font-size: 14px;
  letter-spacing: -0.85px;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  line-height: 24px;
}
.modal-wrap .modal-con .con {
  padding-top: 20px;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-wrap .modal-con .con .text {
  color: #000;
  line-height: 1.3;
  font-size: 12px;
}
.modal-wrap .modal-con .con .chatting-modal .chat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  gap: 10px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 7px;
}
.modal-wrap .modal-con .con .chatting-modal .chat .corp {
  font-size: 12px;
  color: #000;
}
.modal-wrap .modal-con .con .chatting-modal .chat .text {
  font-size: 14px;
  line-height: normal;
}
.modal-wrap .modal-con .con .chatting-modal .chat .date {
  font-size: 12px;
  color: rgba(153, 153, 153, 0.6);
}
.modal-wrap .modal-con .con .chatting-modal .reply {
  padding-left: 28px;
  margin-top: 10px;
  background: url("../../images/fo/arrow-right.png") no-repeat top left/13px;
}
.modal-wrap .modal-con .con .chatting-modal .reply .text {
  font-size: 14px;
  line-height: normal;
}
.modal-wrap .modal-con .con .chatting-modal .reply .date {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(153, 153, 153, 0.6);
}
.modal-wrap .modal-con .con .report {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-wrap .modal-con .con .report li label {
  font-size: 14px;
  color: #000;
}
.modal-wrap .modal-con .con .report li input[type="text"] {
  height: 40px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
}
.modal-wrap .modal-con .con .report-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.modal-wrap .modal-con .con .report-text {
  font-size: 12px;
  color: rgba(153, 153, 153, 0.6);
  line-height: normal;
  text-align: center;
  margin-top: 15px;
}
.modal-wrap .modal-con.main {
  width: 343px;
}
.modal-wrap .modal-con.main .title {
  font-size: 20px;
  font-weight: 700;
  border: none;
}
.modal-wrap .modal-con.full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate(0);
}
.modal-wrap .modal-con.partner > .top {
  display: flex;
  padding-bottom: 20px;
}
.modal-wrap .modal-con.partner > .top .img {
  width: 49px;
  flex-shrink: 0;
}
.modal-wrap .modal-con.partner > .top .text-wrap {
  margin-left: 15px;
  color: #000;
}
.modal-wrap .modal-con.partner > .top .text-wrap .title {
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}
.modal-wrap .modal-con.partner > .top .text-wrap .text {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}
.modal-wrap .modal-con.partner .follow-num {
  padding: 20px 0;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.modal-wrap .modal-con.partner .follow-num .num {
  font-size: 22px;
  font-weight: 700;
  padding: 0 20px;
}
.modal-wrap .modal-con.partner .follow-num .text {
  margin-top: 5px;
}
.modal-wrap .modal-con.partner a.follow {
  background: #ff820d;
  border: 1px solid #ff9a59;
  border-radius: 10px;
  display: block;
  width: 100%;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
}
.modal-wrap .modal-con.partner .con {
  padding-top: 0;
}
.modal-wrap .modal-con.partner .con h3 {
  color: #000;
  font-weight: 700;
}
.modal-wrap .modal-con.partner .con h3 a {
  color: rgba(153, 153, 153, 0.6);
}
.modal-wrap .modal-con.partner .con .live-wrap2 {
  margin: 0;
  width: 100%;
}
.modal-wrap .bottom-sheet {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
  width: 100%;
  padding: 0 16px 30px 16px;
}
.modal-wrap .bottom-sheet .tabs__nav-list {
  margin-top: 5px;
}
.modal-wrap .bottom-sheet .tabs__nav-list .tabs__nav-item.js-active {
  color: #000;
  font-weight: 700;
}
.modal-wrap .bottom-sheet .tabs__panels .tabs__panel {
  display: none;
}
.modal-wrap .bottom-sheet .tabs__panels .tabs__panel.on {
  display: block;
}
.modal-wrap .bottom-sheet .notice {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.modal-wrap .bottom-sheet .notice li a {
  color: #000;
}
.modal-wrap .bottom-sheet .faq {
  margin-top: 30px;
}
.modal-wrap .bottom-sheet .faq .q {
  color: #000;
}
.modal-wrap .bottom-sheet .faq .a {
  background: #f9f9f9;
  border-radius: 7px;
  padding: 10px;
  color: #000;
  line-height: normal;
  margin-top: 10px;
}
.modal-wrap .bottom-sheet .brand-alarm {
  margin-top: 25px;
}
.modal-wrap .bottom-sheet .brand-alarm .top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  gap: 10px;
}
.modal-wrap .bottom-sheet .brand-alarm .alarm {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  text-align: center;
}
.modal-wrap .bottom-sheet .brand-alarm .check-list li.on {
  color: #e51b53;
}
.modal-wrap.on {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.modal-wrap .btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.modal-wrap .btns button {
  border-radius: 7px;
  background: #f9f9f9;
  height: 35px;
  padding: 0 15px;
  min-width: 70px;
  font-size: 14px;
  color: rgba(153, 153, 153, 0.6);
}
.modal-wrap .btns button.primary {
  background: #e51b53;
  color: #fff;
}

@media (max-width: 600px) {
  .login {
    max-width: 100%;
  }
}

/***** 360px기준, 428px에서 1.1888배 줄임 *****/
@media screen and (max-width: 427px) {
  .login { height: calc(100vh - 88px); }
  h2 { margin-top: -8px; }
  h2 .btn-back a { width: 28px; height: 28px; background-size: 28px; }
}
