@charset "UTF-8";
/* 로그인, 본인인증, 회원가입, 마이페이지 css 입니다 */
/*

*/
/* ---------------member_title--------------- */
.member_title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 850px) {
  .member_title {
    font-size: 35px;
  }
}

@media screen and (max-width: 600px) {
  .member_title {
    font-size: 30px;
  }
}

/* ---------------member_title end--------------- */
/*

*/
/* ---------------member_section--------------- */
.member_section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 140px;
  min-height: 800px;
}

@media screen and (max-width: 600px) {
  .member_section {
    padding-top: 90px;
    min-height: 600px;
  }
}

.member_section .next_btn, .join_section .next_btn {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

/* ---------------member_section end--------------- */
/*

*/
/* ---------------로그인--------------- */
.login_section .login_list li:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}

.login_section .login_list li .login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.login_section .login_list li .login_btn.kakao_btn {
  background-color: #ffe812;
}

.login_section .login_list li .login_btn.naver_btn {
  background-color: #00c73c;
  color: #FFF;
}

.login_section .login_list li .login_btn.google_btn {
  background-color: #ebebeb;
  color: #1c1c1c;
}

.login_section .login_list li .login_btn.homepage_btn {
  background-color: #1a1a1a;
  color: #FFF;
}

@media screen and (min-width: 850px) {
  .login_section .login_list li .login_btn:hover.kakao_btn {
    background-color: #ccb90b;
  }
  .login_section .login_list li .login_btn:hover.naver_btn {
    background-color: #03942f;
  }
  .login_section .login_list li .login_btn:hover.homepage_btn {
    background-color: #555;
  }
  .login_section .login_list li .login_btn:hover.google_btn {
    background-color: #c0c0c0;
  }
}

.login_section .login_list li .login_btn .icon {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}

.login_section .login_list li .login_btn .icon svg {
  display: block;
  max-width: 100%;
}

.login_section .login_list li .login_btn .icon svg.naver {
  fill: #FFF;
}

.login_section .login_list li .login_btn span {
  display: block;
}

.login_section .join_btn {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

/* ---------------로그인 end--------------- */
/*

*/
/* ---------------홈페이지 로그인--------------- */
.homepage_login_section .login_wrap {
  height: 400px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 850px) {
  .homepage_login_section .login_wrap {
    height: 350px;
  }
}

.homepage_login_section .login_wrap .left {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .homepage_login_section .login_wrap .left {
    display: none;
  }
}

.homepage_login_section .login_wrap .left .bg {
  width: 110%;
  height: 100%;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/asset/img/login/login_bg.png);
}

.homepage_login_section .login_wrap .left .textbox {
  position: absolute;
  left: 43%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homepage_login_section .login_wrap .left .textbox h4 {
  color: #FFF;
  margin-top: 20px;
  font-size: 25px;
}

@media screen and (max-width: 850px) {
  .homepage_login_section .login_wrap .left .textbox h4 {
    font-size: 22px;
  }
}

.homepage_login_section .login_wrap .left .textbox .login_logo {
  width: 150px;
}

.homepage_login_section .login_wrap .left .textbox .login_logo img {
	width: 100%;
}

@media screen and (max-width: 850px) {
  .homepage_login_section .login_wrap .left .textbox .login_logo {
    width: 180px;
    height: 50px;
  }
}

.homepage_login_section .login_wrap .left .textbox .login_logo svg {
  display: block;
  max-width: 100%;
  fill: #FFF;
}

.homepage_login_section .login_wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .homepage_login_section .login_wrap .right {
    width: 100%;
    float: none;
  }
}

.homepage_login_section .login_wrap .right .inner {
  width: 100%;
}

.homepage_login_section .login_wrap .right .inner h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 35px;
}


@media screen and (max-width: 850px) {
  .homepage_login_section .login_wrap .right .inner h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.homepage_login_section .login_wrap .right .inner p {
  width: 250px;
  max-width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #333;
  margin: 0 auto;
}

.homepage_login_section .login_wrap .right .inner p:nth-of-type(1) {
  margin-bottom: 15px;
}

.homepage_login_section .login_wrap .right .inner p .text_input {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.homepage_login_section .login_wrap .right .inner p .text_input::-webkit-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.homepage_login_section .login_wrap .right .inner p .text_input:-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.homepage_login_section .login_wrap .right .inner p .text_input::-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.homepage_login_section .login_wrap .right .inner p .text_input::placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

@media screen and (max-width: 850px) {
  .homepage_login_section .login_wrap .right .inner p .text_input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .homepage_login_section .login_wrap .right .inner p .text_input:-ms-input-placeholder {
    font-size: 13px;
  }
  .homepage_login_section .login_wrap .right .inner p .text_input::-ms-input-placeholder {
    font-size: 13px;
  }
  .homepage_login_section .login_wrap .right .inner p .text_input::placeholder {
    font-size: 13px;
  }
}


.homepage_login_section .login_wrap .right .inner p .loginpg_go_find {
	display: flex;
	margin-top: 6px;
	margin-left: auto;
	width:fit-content;
	font-weight: 600;
	font-size: 14px;
	justify-content: space-between;
	color: #1865f5;
}

.homepage_login_section .login_wrap .right .inner .login_btn {
  display: block;
  margin: 0 auto;
  margin-top: 35px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.homepage_login_section .login_wrap .right .inner .login_btn.active {
  cursor: default;
  pointer-events: none;
  background-color: #0b3a92;
}

/* ---------------홈페이지 로그인 end--------------- */
/*

*/
/* ---------------join_intro_section(본인인증)--------------- */
.join_intro_section .intro_box {
  position: relative;
  margin-bottom: 15px;
  height: 50px;
}

.join_intro_section .intro_box .text_input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  .join_intro_section .intro_box .text_input {
    font-size: 15px;
  }
}

@media screen and (max-width: 350px) {
  .join_intro_section .intro_box .text_input {
    font-size: 14px;
  }
}

.join_intro_section .intro_box .text_input::-webkit-input-placeholder {
  color: #999;
}

.join_intro_section .intro_box .text_input:-ms-input-placeholder {
  color: #999;
}

.join_intro_section .intro_box .text_input::-ms-input-placeholder {
  color: #999;
}

.join_intro_section .intro_box .text_input::placeholder {
  color: #999;
}

.join_intro_section .intro_box .send_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #1865f5;
  color: #FFF;
  font-size: 14px;
  border-radius: 7px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media screen and (min-width: 850px) {
  .join_intro_section .intro_box .send_btn:hover {
    background-color: #0d41a3;
  }
}

/* ---------------join_intro_section(본인인증) end--------------- */
/*

*/
/* ---------------join_section(회원가입)--------------- */
/* ---------------8.19.추가--------------- */
.join-sns-btns{
    display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    /* margin-bottom: 20px; */
    margin-bottom: 50px;
}
.join-sns-btns .login_btn{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 55px;
  border-radius: 10px;
  font-weight: 700;
  margin: 0 15px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.join-sns-btns .login_btn.kakao_btn {
    background-color: #ffe812;
}

.join-sns-btns .login_btn.naver_btn {
background-color: #00c73c;
color: #FFF;
}

@media screen and (min-width: 850px) {
    .join-sns-btns .login_btn:hover.kakao_btn {
        background-color: #ccb90b;
    }
    .join-sns-btns .login_btn:hover.naver_btn {
        background-color: #03942f;
    }
}

.join-sns-btns .login_btn .icon {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }

  .join-sns-btns .login_btn .icon svg {
    display: block;
    max-width: 100%;
  }

  .join-sns-btns .login_btn .icon svg.naver {
    fill: #FFF;
  }

  .join-sns-btns .login_btn span {
    display: block;
  }

.join_section .join_box {
  /* height: 50px; */
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
    /* .join-sns-btns{margin-bottom: 15px;} */
    .join-sns-btns .login_btn{
        height: 45px;
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
        font-size: 14px;
    }
    .join-sns-btns .login_btn:not(:nth-of-type(1)){margin-top: 10px;}
  }
/* ---------------8.19.추가 end--------------- */

@media screen and (max-width: 600px) {
    .join_section .join_box {
      /* height: 40px; */
      margin-bottom: 7px;
    }
  }

@media screen and (max-width: 600px) {
  .join_section .join_box {
    /* height: 40px; */
    margin-bottom: 7px;
  }
}

.join_section .join_box.required .right .req {
  display: block;
}

.join_section .join_box.required .right .text_input, .join_section .join_box.required .right select {
  border-color: #1d2088;
}

.join_section .join_box.memberbox.required .right .member_check {
  border-color: #1d2088;
}

.join_section .join_box .left {
  float: left;
  display: block;
  width: 110px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #1d2088;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .join_section .join_box .left {
    height: 40px;
    width: 90px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 7px;
  }
}

@media screen and (max-width: 350px) {
  .join_section .join_box .left {
    font-size: 13px;
  }
}

.join_section .join_box .right {
  position: relative;
  float: right;
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .join_section .join_box .right {
    width: calc(100% - 100px);
  }
}

.join_section .join_box .right.check .text_input {
  padding-right: 135px;
}

@media screen and (max-width: 600px) {
  .join_section .join_box .right.check .text_input {
    padding-right: 100px;
  }
}

@media screen and (max-width: 350px) {
  .join_section .join_box .right.check .text_input {
    padding-right: 85px;
  }
}

.join_section .join_box .right .desc,
.join_section .join_box .right .req,
.join_section .join_box .right .pw_check {
  display: none;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  padding-top: 5px;
  line-height: 130%;
}

.join_section .join_box .right .desc.req,
.join_section .join_box .right .req.req,
.join_section .join_box .right .pw_check.req {
  color: #1d2088;
}

.join_section .join_box .right .desc.same,
.join_section .join_box .right .req.same,
.join_section .join_box .right .pw_check.same {
  color: #1865f5;
}

.join_section .join_box .right .desc.wrong,
.join_section .join_box .right .req.wrong,
.join_section .join_box .right .pw_check.wrong {
  color: #e01212;
}

.join_section .join_box .right .desc.desc,
.join_section .join_box .right .req.desc,
.join_section .join_box .right .pw_check.desc {
  display: block;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .join_section .join_box .right .desc,
  .join_section .join_box .right .req,
  .join_section .join_box .right .pw_check {
    font-size: 12px;
  }
}

.join_section .join_box .right .member_check {
  display: block;
  width: calc(50% - 10px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #dadada;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #dadada;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.join_section .join_box .right .member_check.member_check_l {
  float: left;
}

.join_section .join_box .right .member_check.member_check_r {
  float: right;
}

@media screen and (min-width: 850px) {
  .join_section .join_box .right .member_check:hover {
    background-color: #bcbcbc;
  }
}

@media screen and (max-width: 600px) {
  .join_section .join_box .right .member_check {
    height: 40px;
    border-radius: 7px;
    line-height: 40px;
    width: calc(50% - 5px);
    font-size: 14px;
  }
}

.join_section .join_box .right .member_check.active {
  background-color: #1865f5;
  color: #FFF;
}

.join_section .join_box .right .text_input, .join_section .join_box .right select {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.join_section .join_box .right .text_input::-webkit-input-placeholder, .join_section .join_box .right select::-webkit-input-placeholder {
  color: #999;
}

.join_section .join_box .right .text_input:-ms-input-placeholder, .join_section .join_box .right select:-ms-input-placeholder {
  color: #999;
}

.join_section .join_box .right .text_input::-ms-input-placeholder, .join_section .join_box .right select::-ms-input-placeholder {
  color: #999;
}

.join_section .join_box .right .text_input::placeholder, .join_section .join_box .right select::placeholder {
  color: #999;
}

@media screen and (max-width: 600px) {
  .join_section .join_box .right .text_input, .join_section .join_box .right select {
    height: 40px;
    font-size: 14px;
    border-radius: 7px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .join_section .join_box .right .text_input::-webkit-input-placeholder, .join_section .join_box .right select::-webkit-input-placeholder {
    font-size: 13px;
  }
  .join_section .join_box .right .text_input:-ms-input-placeholder, .join_section .join_box .right select:-ms-input-placeholder {
    font-size: 13px;
  }
  .join_section .join_box .right .text_input::-ms-input-placeholder, .join_section .join_box .right select::-ms-input-placeholder {
    font-size: 13px;
  }
  .join_section .join_box .right .text_input::placeholder, .join_section .join_box .right select::placeholder {
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  .join_section .join_box .right .text_input::-webkit-input-placeholder, .join_section .join_box .right select::-webkit-input-placeholder {
    font-size: 12px;
  }
  .join_section .join_box .right .text_input:-ms-input-placeholder, .join_section .join_box .right select:-ms-input-placeholder {
    font-size: 12px;
  }
  .join_section .join_box .right .text_input::-ms-input-placeholder, .join_section .join_box .right select::-ms-input-placeholder {
    font-size: 12px;
  }
  .join_section .join_box .right .text_input::placeholder, .join_section .join_box .right select::placeholder {
    font-size: 12px;
  }
}

.join_section .join_box .right figure {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 15px;
}

@media screen and (max-width: 600px) {
  .join_section .join_box .right figure {
    height: 40px;
    border-radius: 7px;
    padding: 1.5px 10px;
  }
}

.join_section .join_box .right figure img {
  display: block;
  height: 100%;
  width: auto;
}

.join_section .join_box .right .check_btn,
.join_section .join_box .right .send_btn,
.join_section .join_box .right .img_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #dcdcdc;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.join_section .join_box .right .check_btn.send_btn,
.join_section .join_box .right .send_btn.send_btn,
.join_section .join_box .right .img_btn.send_btn {
  background-color: #1865f5;
  color: #FFF;
}

.join_section .join_box .right .check_btn.img_btn,
.join_section .join_box .right .send_btn.img_btn,
.join_section .join_box .right .img_btn.img_btn {
  background-color: #1865f5;
  color: #FFF;
}

@media screen and (min-width: 850px) {
  .join_section .join_box .right .check_btn.check_btn:hover,
  .join_section .join_box .right .send_btn.check_btn:hover,
  .join_section .join_box .right .img_btn.check_btn:hover {
    background-color: #bcbcbc;
  }
  .join_section .join_box .right .check_btn.send_btn:hover,
  .join_section .join_box .right .send_btn.send_btn:hover,
  .join_section .join_box .right .img_btn.send_btn:hover {
    background-color: #134bb3;
  }
  .join_section .join_box .right .check_btn.img_btn:hover,
  .join_section .join_box .right .send_btn.img_btn:hover,
  .join_section .join_box .right .img_btn.img_btn:hover {
    background-color: #134bb3;
  }
}

@media screen and (max-width: 600px) {
  .join_section .join_box .right .check_btn,
  .join_section .join_box .right .send_btn,
  .join_section .join_box .right .img_btn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 350px) {
  .join_section .join_box .right .check_btn,
  .join_section .join_box .right .send_btn,
  .join_section .join_box .right .img_btn {
    width: 75px;
    font-size: 12px;
  }
}

.join_section .join_box .right .check_btn.active,
.join_section .join_box .right .send_btn.active,
.join_section .join_box .right .img_btn.active {
  background-color: #1865f5 !important;
  color: #FFF;
}

.join_section .join_box.ch_box .right p {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}

.join_section .join_box.ch_box .right p input[type="checkbox"] + label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  color: #999;
  border-radius: 20px;
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 600px) {
  .join_section .join_box.ch_box .right p input[type="checkbox"] + label {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding: 0 13px;
  }
}

.join_section .join_box.ch_box .right p input[type="checkbox"]:checked + label {
  border-color: #1865f5;
  background-color: #1865f5;
  color: #FFF;
}

.join_section .terms_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

@media screen and (max-width: 600px) {
  .join_section .terms_box {
    padding-top: 10px;
  }
}

.join_section .terms_box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.join_section .terms_box p:nth-of-type(1) {
  margin-bottom: 10px;
}

.join_section .terms_box p .check {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 600px) {
  .join_section .terms_box p .check {
    width: 16px;
    height: 16px;
  }
}

.join_section .terms_box p label {
  font-size: 18px;
  font-weight: 400;
  margin: 0 10px;
  color: #999;
}

@media screen and (max-width: 600px) {
  .join_section .terms_box p label {
    font-size: 16px;
  }
}

.join_section .terms_box p .terms_open_btn {
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #FFF;
  background-color: #111;
  padding: 3px 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media screen and (max-width: 600px) {
  .join_section .terms_box p .terms_open_btn {
    font-size: 16px;
  }
}

.join_section .withdraw_btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.join_section .withdraw_btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
}

/* ---------------join_section(회원가입) end--------------- */
/*

*/
/* ---------------회원탈퇴, 신청취소 팝업--------------- */
.cancel_popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.withdraw_popup {
  margin: 0 auto;
}

.cancel_popup,
.withdraw_popup {
  z-index: 1;
  width: 95%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 100px;
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
  .cancel_popup,
  .withdraw_popup {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 450px) {
  .cancel_popup,
  .withdraw_popup {
    padding: 25px;
  }
}

.cancel_popup .inner .cancel_pop_tit,
.withdraw_popup .inner .cancel_pop_tit {
  text-align: center;
  font-size: 30px;
  margin-bottom: 35px;
}

@media screen and (max-width: 850px) {
  .cancel_popup .inner .cancel_pop_tit,
  .withdraw_popup .inner .cancel_pop_tit {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .cancel_popup .inner .cancel_pop_tit,
  .withdraw_popup .inner .cancel_pop_tit {
    font-size: 23px;
  }
}

@media screen and (max-width: 450px) {
  .cancel_popup .inner .cancel_pop_tit,
  .withdraw_popup .inner .cancel_pop_tit {
    font-size: 20px;
  }
}

.cancel_popup .inner .cancel_mic_tit,
.withdraw_popup .inner .cancel_mic_tit {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .cancel_popup .inner .cancel_mic_tit,
  .withdraw_popup .inner .cancel_mic_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .cancel_popup .inner .cancel_mic_tit,
  .withdraw_popup .inner .cancel_mic_tit {
    font-size: 14px;
  }
}

.cancel_popup .inner .terms_open_btn, .cancel_popup .inner h6,
.withdraw_popup .inner .terms_open_btn,
.withdraw_popup .inner h6 {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .cancel_popup .inner .terms_open_btn, .cancel_popup .inner h6,
  .withdraw_popup .inner .terms_open_btn,
  .withdraw_popup .inner h6 {
    width: 170px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .cancel_popup .inner .terms_open_btn, .cancel_popup .inner h6,
  .withdraw_popup .inner .terms_open_btn,
  .withdraw_popup .inner h6 {
    width: 150px;
    font-size: 14px;
  }
}

.cancel_popup .inner h6,
.withdraw_popup .inner h6 {
  margin-top: 10px;
  background-color: #1c1c1c;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .cancel_popup .inner h6,
  .withdraw_popup .inner h6 {
    margin-bottom: 15px;
  }
}

.cancel_popup .inner textarea,
.withdraw_popup .inner textarea {
  display: block;
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}

.cancel_popup .inner textarea::-webkit-input-placeholder,
.withdraw_popup .inner textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.cancel_popup .inner textarea:-ms-input-placeholder,
.withdraw_popup .inner textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.cancel_popup .inner textarea::-ms-input-placeholder,
.withdraw_popup .inner textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.cancel_popup .inner textarea::placeholder,
.withdraw_popup .inner textarea::placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.cancel_popup .inner .pass_btn_list,
.withdraw_popup .inner .pass_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cancel_popup .inner .pass_btn_list li,
.withdraw_popup .inner .pass_btn_list li {
  width: 48%;
}

.cancel_popup .inner .pass_btn_list li a, .cancel_popup .inner .pass_btn_list li button,
.withdraw_popup .inner .pass_btn_list li a,
.withdraw_popup .inner .pass_btn_list li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 110px;
  line-height: 150%;
}

@media screen and (max-width: 600px) {
  .cancel_popup .inner .pass_btn_list li a, .cancel_popup .inner .pass_btn_list li button,
  .withdraw_popup .inner .pass_btn_list li a,
  .withdraw_popup .inner .pass_btn_list li button {
    font-size: 14px;
    height: 90px;
  }
}

@media screen and (max-width: 350px) {
  .cancel_popup .inner .pass_btn_list li a, .cancel_popup .inner .pass_btn_list li button,
  .withdraw_popup .inner .pass_btn_list li a,
  .withdraw_popup .inner .pass_btn_list li button {
    font-size: 12px;
    height: 75px;
  }
}

.cancel_popup .inner .refund_list,
.withdraw_popup .inner .refund_list {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cancel_popup .inner .refund_list li:nth-of-type(1),
.withdraw_popup .inner .refund_list li:nth-of-type(1) {
  margin-bottom: 10px;
}

.cancel_popup .inner .refund_list li p,
.withdraw_popup .inner .refund_list li p {
  height: 40px;
}

.cancel_popup .inner .refund_list li p label, .cancel_popup .inner .refund_list li p input[type="text"],
.withdraw_popup .inner .refund_list li p label,
.withdraw_popup .inner .refund_list li p input[type="text"] {
  display: block;
  height: 100%;
  line-height: 40px;
}

.cancel_popup .inner .refund_list li p label,
.withdraw_popup .inner .refund_list li p label {
  float: left;
  background-color: #1c1c1c;
  color: #FFF;
  text-align: center;
  width: 140px;
  border-radius: 5px;
}

@media screen and (max-width: 650px) {
  .cancel_popup .inner .refund_list li p label,
  .withdraw_popup .inner .refund_list li p label {
    width: 110px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .cancel_popup .inner .refund_list li p label,
  .withdraw_popup .inner .refund_list li p label {
    width: 100px;
  }
}

.cancel_popup .inner .refund_list li p input[type="text"],
.withdraw_popup .inner .refund_list li p input[type="text"] {
  float: right;
  width: calc(100% - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #1c1c1c;
}

@media screen and (max-width: 650px) {
  .cancel_popup .inner .refund_list li p input[type="text"],
  .withdraw_popup .inner .refund_list li p input[type="text"] {
    width: calc(100% - 120px);
    padding: 0 10px;
  }
}

@media screen and (max-width: 450px) {
  .cancel_popup .inner .refund_list li p input[type="text"],
  .withdraw_popup .inner .refund_list li p input[type="text"] {
    width: calc(100% - 110px);
  }
}

.cancel_popup .inner .refund_list li p input[type="text"]::-webkit-input-placeholder,
.withdraw_popup .inner .refund_list li p input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
}

.cancel_popup .inner .refund_list li p input[type="text"]:-ms-input-placeholder,
.withdraw_popup .inner .refund_list li p input[type="text"]:-ms-input-placeholder {
  font-size: 14px;
}

.cancel_popup .inner .refund_list li p input[type="text"]::-ms-input-placeholder,
.withdraw_popup .inner .refund_list li p input[type="text"]::-ms-input-placeholder {
  font-size: 14px;
}

.cancel_popup .inner .refund_list li p input[type="text"]::placeholder,
.withdraw_popup .inner .refund_list li p input[type="text"]::placeholder {
  font-size: 14px;
}

@media screen and (max-width: 450px) {
  .cancel_popup .inner .refund_list li p input[type="text"]::-webkit-input-placeholder,
  .withdraw_popup .inner .refund_list li p input[type="text"]::-webkit-input-placeholder {
    font-size: 12px;
  }
  .cancel_popup .inner .refund_list li p input[type="text"]:-ms-input-placeholder,
  .withdraw_popup .inner .refund_list li p input[type="text"]:-ms-input-placeholder {
    font-size: 12px;
  }
  .cancel_popup .inner .refund_list li p input[type="text"]::-ms-input-placeholder,
  .withdraw_popup .inner .refund_list li p input[type="text"]::-ms-input-placeholder {
    font-size: 12px;
  }
  .cancel_popup .inner .refund_list li p input[type="text"]::placeholder,
  .withdraw_popup .inner .refund_list li p input[type="text"]::placeholder {
    font-size: 12px;
  }
}

.cancel_popup .inner .check_desc,
.withdraw_popup .inner .check_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cancel_popup .inner .check_desc label, .cancel_popup .inner .check_desc input,
.withdraw_popup .inner .check_desc label,
.withdraw_popup .inner .check_desc input {
  display: inline-block;
}

.cancel_popup .inner .check_desc input,
.withdraw_popup .inner .check_desc input {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.cancel_popup .inner .check_desc label,
.withdraw_popup .inner .check_desc label {
  font-size: 14px;
  margin-left: 3px;
  line-height: 130%;
}

.cancel_popup .inner .check_desc label span,
.withdraw_popup .inner .check_desc label span {
  position: relative;
}

.cancel_popup .inner .check_desc label span::before,
.withdraw_popup .inner .check_desc label span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3266f5;
}

.cancel_popup .inner .buttons,
.withdraw_popup .inner .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 600px) {
  .cancel_popup .inner .buttons,
  .withdraw_popup .inner .buttons {
    margin-top: 25px;
  }
}

.cancel_popup .inner .buttons li,
.withdraw_popup .inner .buttons li {
  margin: 0 5px;
}

.cancel_popup .inner .buttons li .res_btn,
.cancel_popup .inner .buttons li .apply_btn,
.withdraw_popup .inner .buttons li .res_btn,
.withdraw_popup .inner .buttons li .apply_btn {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (max-width: 600px) {
  .cancel_popup .inner .buttons li .res_btn,
  .cancel_popup .inner .buttons li .apply_btn,
  .withdraw_popup .inner .buttons li .res_btn,
  .withdraw_popup .inner .buttons li .apply_btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .cancel_popup .inner .buttons li .res_btn,
  .cancel_popup .inner .buttons li .apply_btn,
  .withdraw_popup .inner .buttons li .res_btn,
  .withdraw_popup .inner .buttons li .apply_btn {
    width: 120px;
    font-size: 14px;
  }
}

.cancel_popup .inner .buttons li .res_btn,
.withdraw_popup .inner .buttons li .res_btn {
  background-color: #CCC;
}

@media screen and (min-width: 850px) {
  .cancel_popup .inner .buttons li .res_btn:hover,
  .withdraw_popup .inner .buttons li .res_btn:hover {
    background-color: rgba(151, 151, 151, 0.8);
  }
}

.cancel_popup .inner .buttons li .apply_btn,
.withdraw_popup .inner .buttons li .apply_btn {
  color: #FFF;
}

@media screen and (min-width: 850px) {
  .cancel_popup .inner .buttons li .apply_btn:hover,
  .withdraw_popup .inner .buttons li .apply_btn:hover {
    background-color: #154eb6;
  }
}

/* ---------------회원탈퇴, 신청취소 팝업 end--------------- */
/*

*/
/* ---------------친구초대 팝업--------------- */
.friend_coupon_popup {
  display: none;
  z-index: 99;
  position: fixed;
  width: 95%;
  max-width: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.friend_coupon_popup .hidden_text {
  display: none;
  position: absolute;
  left: 50%;
  top: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #1c1c1c;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .friend_coupon_popup .hidden_text {
    top: -50px;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 14px;
  }
}

.friend_coupon_popup .popup_image img {
  display: block;
  max-width: 100%;
}

.friend_coupon_popup .coupon_popup_close_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 450px) {
  .friend_coupon_popup .coupon_popup_close_btn {
    width: 30px;
    height: 30px;
  }
}

.friend_coupon_popup .coupon_popup_close_btn span {
  position: absolute;
  top: 19px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}

.friend_coupon_popup .coupon_popup_close_btn span.line1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.friend_coupon_popup .coupon_popup_close_btn span.line2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.friend_coupon_popup .coupon_button_box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 11%;
  left: 15%;
  width: 70%;
}

.friend_coupon_popup .coupon_button_box .cp_pop_btn {
  display: block;
  width: 45%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (max-width: 600px) {
  .friend_coupon_popup .coupon_button_box .cp_pop_btn {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 450px) {
  .friend_coupon_popup .coupon_button_box .cp_pop_btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

.friend_coupon_popup .coupon_button_box .cp_pop_btn.invitation {
  background-color: #e9e9e9;
}

@media screen and (min-width: 850px) {
  .friend_coupon_popup .coupon_button_box .cp_pop_btn.invitation:hover {
    background-color: #b8b8b8;
  }
}

.friend_coupon_popup .coupon_button_box .cp_pop_btn.kakao {
  background-color: #ffe800;
}

@media screen and (min-width: 850px) {
  .friend_coupon_popup .coupon_button_box .cp_pop_btn.kakao:hover {
    background-color: #cfbe00;
  }
}

/* ---------------친구초대 팝업 end--------------- */
/*

*/
/* ---------------mypage_section(마이페이지)--------------- */
.mypage_section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 90px;
}

@media screen and (max-width: 850px) {
  .mypage_section {
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section {
    padding-top: 15px;
  }
}

.mypage_section .mypage_in_title {
  font-size: 35px;
  margin-bottom: 10px;
}

.mypage_section .mypage_in_title.t_mypage_in_title {
  margin-bottom: 35px;
}

@media screen and (max-width: 850px) {
  .mypage_section .mypage_in_title {
    font-size: 30px;
  }
  .mypage_section .mypage_in_title.t_mypage_in_title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mypage_in_title {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .mypage_section .mypage_in_title.t_mypage_in_title {
    margin-bottom: 15px;
  }
}

.mypage_section .info_wrap .pass_more_btn {
  float: right;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 850px) {
  .mypage_section .info_wrap .pass_more_btn:hover {
    color: #3266f5;
  }
}

.mypage_section .info_wrap .pass_more_btn span.cl {
  position: relative;
}

.mypage_section .info_wrap .pass_more_btn span.cl::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3266f5;
}

.mypage_section .info_wrap .pass_more_btn span.icon {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.mypage_section .info_wrap .pass_more_btn span.icon svg {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.mypage_section .info_wrap .left, .mypage_section .info_wrap .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 10px;
}

.mypage_section .info_wrap .left {
  float: left;
  width: 42.916%;
  padding: 45px 0;
}

@media screen and (max-width: 850px) {
  .mypage_section .info_wrap .left {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left {
    padding: 20px 0;
  }
}

.mypage_section .info_wrap .left .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.mypage_section .info_wrap .left .inner .info_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .left .inner .info_list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left .inner .info_list {
    margin-bottom: 15px;
  }
}

.mypage_section .info_wrap .left .inner .info_list li {
  margin: 0 10px;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left .inner .info_list li {
    margin: 0 7px;
  }
}

.mypage_section .info_wrap .left .inner .info_list li a {
  display: block;
}

.mypage_section .info_wrap .left .inner .info_list li a:hover .box .circle {
  border-color: #3266f5;
}

.mypage_section .info_wrap .left .inner .info_list li a:hover .box .circle svg.heart path {
  stroke: #3266f5;
}

.mypage_section .info_wrap .left .inner .info_list li a:hover .box .circle svg.modi path {
  fill: #3266f5;
}

.mypage_section .info_wrap .left .inner .info_list li a:hover .box .circle svg.total path {
  fill: #3266f5;
  stroke: #3266f5;
}

.mypage_section .info_wrap .left .inner .info_list li a:hover .box .info_min_tit {
  color: #3266f5;
}

.mypage_section .info_wrap .left .inner .info_list li .box {
  width: 110px;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .left .inner .info_list li .box {
    width: 90px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left .inner .info_list li .box {
    width: 80px;
  }
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #333;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .left .inner .info_list li .box .circle {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left .inner .info_list li .box .circle {
    margin-bottom: 7px;
    width: 65px;
    height: 65px;
  }
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle .icon {
  display: block;
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .left .inner .info_list li .box .circle .icon {
    width: 37px;
    height: 37px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left .inner .info_list li .box .circle .icon {
    width: 33px;
    height: 33px;
  }
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle .icon svg {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle .icon svg.heart {
  fill: #FFF;
  width: 110%;
  margin-left: -1.5px;
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle .icon svg.heart path {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  stroke-width: 20;
  stroke: #333;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle .icon svg.total path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle .icon svg.modi path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.mypage_section .info_wrap .left .inner .info_list li .box .circle .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mypage_section .info_wrap .left .inner .info_list li .box .info_min_tit {
  text-align: center;
  line-height: 120%;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .left .inner .info_list li .box .info_min_tit {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left .inner .info_list li .box .info_min_tit {
    font-size: 14px;
  }
}

.mypage_section .info_wrap .left .inner .friend_btn {
  display: block;
  width: 100%;
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 850px) {
  .mypage_section .info_wrap .left .inner .friend_btn:hover {
    background-color: #254ab3;
  }
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .left .inner .friend_btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .left .inner .friend_btn {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

.mypage_section .info_wrap .right {
  float: right;
  width: 54.583%;
  padding: 25px;
  height: 303px;
  overflow-y: auto;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .right {
    height: 261px;
  }
}

@media screen and (max-width: 850px) {
  .mypage_section .info_wrap .right {
    height: 230px;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right {
    height: 190px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .info_wrap .right {
    height: 190px;
    padding: 15px;
  }
}

.mypage_section .info_wrap .right .inner .calc_tit {
  font-size: 18px;
  margin-bottom: 15px;
}

.mypage_section .info_wrap .right .inner .calc_tit span {
  font-size: 24px;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .calc_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .mypage_section .info_wrap .right .inner .calc_tit span {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .info_wrap .right .inner .calc_tit {
    font-size: 14px;
  }
  .mypage_section .info_wrap .right .inner .calc_tit span {
    font-size: 18px;
  }
}

.mypage_section .info_wrap .right .inner .calc_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}

.mypage_section .info_wrap .right .inner .calc_list li:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}

.mypage_section .info_wrap .right .inner .calc_list li .cleft {
  text-align: center;
  background-color: #333;
  color: #FFF;
  height: 100%;
  line-height: 40px;
  border-radius: 5px;
  width: 130px;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .right .inner .calc_list li .cleft {
    font-size: 14px;
    width: 100px;
  }
}

@media screen and (max-width: 650px) {
  .mypage_section .info_wrap .right .inner .calc_list li .cleft {
    font-size: 13px;
    width: 80px;
  }
}

@media screen and (max-width: 350px) {
  .mypage_section .info_wrap .right .inner .calc_list li .cleft {
    font-size: 12px;
  }
}

.mypage_section .info_wrap .right .inner .calc_list li .cright {
  height: 100%;
  width: calc(100% - 150px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  line-height: 40px;
  border-bottom: 1px dashed #333;
}

@media screen and (max-width: 1100px) {
  .mypage_section .info_wrap .right .inner .calc_list li .cright {
    font-size: 14px;
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 650px) {
  .mypage_section .info_wrap .right .inner .calc_list li .cright {
    font-size: 13px;
    padding: 0 5px;
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 350px) {
  .mypage_section .info_wrap .right .inner .calc_list li .cright {
    font-size: 12px;
    padding: 0 3px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px dashed #a0a0a0;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li {
    padding: 15px 0;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li:nth-of-type(1) {
  padding-top: 0;
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_subtit {
	font-size: 15px;
	color: #bbb;
	font-family: inherit;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit .pass_name {
  font-size: 25px;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit .pass_name {
    font-size: 20px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit .check {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3266f5;
  border-radius: 100%;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit .check {
    width: 14px;
    height: 14px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit .check::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background-color: #3266f5;
  border-radius: 100%;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_tit .check::before {
    width: 8px;
    height: 8px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_remain {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_remain {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_remain .remain {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_remain .remain {
    font-size: 16px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_date {
  display: block;
  line-height: 130%;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .pass_date {
    font-size: 14px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .coupon_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 7px;
  line-height: 130%;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .coupon_name {
    margin-bottom: 5px;
  }
}

.mypage_section .info_wrap .right .inner .pass_list li .pass_box .coupon_name, .mypage_section .info_wrap .right .inner .pass_list li .pass_box .coupon_date {
	display: block;
	line-height: 130%;
	font-size: 15px;
	color: #bbb;
	font-family: inherit;
}

@media screen and (max-width: 600px) {
  .mypage_section .info_wrap .right .inner .pass_list li .pass_box .coupon_name, .mypage_section .info_wrap .right .inner .pass_list li .pass_box .coupon_date {
    font-size: 13px;
  }
}

.mypage_section .mic_list_wrap .mic_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .mypage_section .mic_list_wrap .mic_list_top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .mic_list_wrap .mic_list_top ul {
    width: 100%;
  }
}

.mypage_section .mic_list_wrap .mic_list_top ul li {
  float: left;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a7a7a7;
  width: 300px;
  height: 60px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 1200px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li {
    width: 250px;
  }
}

@media screen and (max-width: 1000px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li {
    width: 200px;
    height: 50px;
  }
}

@media screen and (max-width: 850px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li {
    width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li {
    width: 120px;
    height: 45px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li {
    width: 33.333%;
  }
}

.mypage_section .mic_list_wrap .mic_list_top ul li.active {
  border-color: #3266f5;
  background-color: #3266f5;
  color: #FFF;
}

@media screen and (min-width: 850px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li:hover {
    border-color: #3266f5;
    background-color: #3266f5;
    color: #FFF;
  }
}

.mypage_section .mic_list_wrap .mic_list_top ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li a {
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .mic_list_top ul li a {
    font-size: 14px;
    line-height: 45px;
  }
}

.mypage_section .mic_list_wrap .mic_list_top .refund_popup_btn {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

.mypage_section .mic_list_wrap .mic_list_top .refund_popup_btn span {
  position: relative;
}

.mypage_section .mic_list_wrap .mic_list_top .refund_popup_btn span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3266f5;
}

.mypage_section .mic_list_wrap .calc_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .calc_top {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .calc_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mypage_section .mic_list_wrap .calc_top .calc_date_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mypage_section .mic_list_wrap .calc_top .calc_date_box select {
  display: block;
  width: 140px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #3266f5;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .mypage_section .mic_list_wrap .calc_top .calc_date_box select {
    width: 120px;
    margin: 0 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .calc_top .calc_date_box select {
    width: 100px;
    height: 35px;
  }
}

@media screen and (max-width: 350px) {
  .mypage_section .mic_list_wrap .calc_top .calc_date_box select {
    width: 80px;
    font-size: 12px;
  }
}

.mypage_section .mic_list_wrap .calc_top .calc_date_box .calc_search_btn {
  display: block;
  text-align: center;
  color: #FFF;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .mypage_section .mic_list_wrap .calc_top .calc_date_box .calc_search_btn {
    width: 110px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .calc_top .calc_date_box .calc_search_btn {
    width: 90px;
    height: 35px;
    line-height: 35px;
  }
}

.mypage_section .mic_list_wrap .calc_top > p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}

.mypage_section .mic_list_wrap .calc_top > p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3266f5;
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .calc_top > p {
    font-size: 12px;
    margin-top: 10px;
  }
}

.mypage_section .mic_list_wrap .end_desc {
  margin-top: 15px;
  text-align: right;
  line-height: 150%;
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .end_desc {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .mic_list_wrap .end_desc {
    font-size: 12px;
  }
}

.mypage_section .mic_list_wrap .cancel_desc {
  margin-top: 15px;
  text-align: center;
  line-height: 150%;
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .cancel_desc {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .mic_list_wrap .cancel_desc {
    font-size: 12px;
  }
}

.mypage_section .mic_list_wrap .mic_list > li .coupon_checkbox {
  width: 17px;
  height: 17px;
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li .coupon_checkbox {
    width: 13px;
    height: 13px;
  }
}

.mypage_section .mic_list_wrap .mic_list > li.thead {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e8eeff;
}

.mypage_section .mic_list_wrap .mic_list > li.thead .coupon_checkbox {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li.thead {
    height: 50px;
  }
  .mypage_section .mic_list_wrap .mic_list > li.thead .coupon_checkbox {
    left: 5px;
  }
}

.mypage_section .mic_list_wrap .mic_list > li.tbody {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #CCC;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .coupon_checkbox {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}


/*마이페이지 > 마이크룸 신청내역 없을 때*/
.empty_list {
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li.tbody .coupon_checkbox {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 18px;
    left: 5px;
  }
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li.tbody .coupon_tit {
    padding-left: 23px;
  }
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .pc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li.tbody .pc_inner {
    height: 50px;
  }
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #e8eeff;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid rgba(50, 102, 245, 0.15);
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li {
    padding: 10px;
  }
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div {
  width: 50%;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div .coupon_active {
  color: #3266f5;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div * {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div * {
    font-size: 13px;
  }
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div .m_mic_list_btn {
  display: inline-block;
  padding: 5px;
  color: #FFF;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div .m_mic_list_btn.m_finished_btn {
  background-color: #881919;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div .m_mic_list_btn.m_mic_cancel_btn {
  background-color: #1c1c1c;
  color: #FFF;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div .m_mic_list_btn.impos {
  background-color: transparent !important;
  color: #1c1c1c !important;
  pointer-events: none !important;
}

.mypage_section .mic_list_wrap .mic_list > li.tbody .mobile_box .inner ul li > div .m_mic_list_btn.ing {
  background-color: transparent !important;
  color: #3266f5 !important;
  pointer-events: none !important;
}

.mypage_section .mic_list_wrap .mic_list > li .list_long,
.mypage_section .mic_list_wrap .mic_list > li .list_short {
  float: left;
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  line-height: 130%;
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.coupon_active,
.mypage_section .mic_list_wrap .mic_list > li .list_short.coupon_active {
  color: #3266f5;
}

@media screen and (max-width: 1200px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long,
  .mypage_section .mic_list_wrap .mic_list > li .list_short {
    font-size: 16px;
  }
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long,
  .mypage_section .mic_list_wrap .mic_list > li .list_short {
    float: none;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long,
  .mypage_section .mic_list_wrap .mic_list > li .list_short {
    font-size: 14px;
  }
}

@media screen and (min-width: 850px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long.hover_tit,
  .mypage_section .mic_list_wrap .mic_list > li .list_short.hover_tit {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_long.hover_tit:hover,
  .mypage_section .mic_list_wrap .mic_list > li .list_short.hover_tit:hover {
    color: #3266f5;
  }
}

.mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn,
.mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn {
  display: block;
  width: 90px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 850px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.mic_join_btn:hover, .mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.mic_end_btn:hover,
  .mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.mic_join_btn:hover,
  .mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.mic_end_btn:hover {
    background-color: #254ab3;
  }
}

.mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.finished,
.mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.finished {
  background-color: #881919;
}

@media screen and (min-width: 850px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.finished:hover,
  .mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.finished:hover {
    background-color: #500f0f;
  }
}

.mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.mic_cancel_btn,
.mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.mic_cancel_btn {
  background-color: #1c1c1c;
}

@media screen and (min-width: 850px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.mic_cancel_btn:hover,
  .mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.mic_cancel_btn:hover {
    background-color: #444;
  }
}

.mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.impos,
.mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.impos {
  background-color: transparent !important;
  color: #1c1c1c !important;
  pointer-events: none !important;
}

.mypage_section .mic_list_wrap .mic_list > li .list_long .mic_list_btn.ing,
.mypage_section .mic_list_wrap .mic_list > li .list_short .mic_list_btn.ing {
  background-color: transparent !important;
  color: #3266f5 !important;
  pointer-events: none !important;
}

.mypage_section .mic_list_wrap .mic_list > li .list_cancel,
.mypage_section .mic_list_wrap .mic_list > li .list_short {
  width: 150px;
}

.mypage_section .mic_list_wrap .mic_list > li .list_cancel.coupon_code,
.mypage_section .mic_list_wrap .mic_list > li .list_short.coupon_code {
  width: 230px;
}

.mypage_section .mic_list_wrap .mic_list > li .list_cancel.total,
.mypage_section .mic_list_wrap .mic_list > li .list_short.total {
  background-color: #e9e9e9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_cancel,
  .mypage_section .mic_list_wrap .mic_list > li .list_short {
    width: 120px;
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_cancel.coupon_code,
  .mypage_section .mic_list_wrap .mic_list > li .list_short.coupon_code {
    width: 200px;
  }
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_cancel,
  .mypage_section .mic_list_wrap .mic_list > li .list_short {
    display: none !important;
  }
}

.mypage_section .mic_list_wrap .mic_list > li .list_long {
  width: calc(100% - (150px * 5));
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.total {
  background-color: #3266f5;
  color: #FFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.total .m_open_btn {
  color: #FFF;
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.coupon_tit {
  width: calc(100% - ((150px * 4) + 230px));
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.end_tit {
  width: calc(100% - (150px * 4));
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.cancel_tit {
  width: calc(100% - (150px * 3));
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.finish_tit {
  width: calc(100% - (150px * 3));
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.c_calc_tit {
  width: calc(100% - (150px * 3));
}

.mypage_section .mic_list_wrap .mic_list > li .list_long.t_cancel_tit {
  width: calc(100% - (150px * 2));
}

@media screen and (max-width: 1200px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long {
    width: calc(100% - (120px * 5));
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_long.coupon_tit {
    width: calc(100% - ((120px * 4) + 200px));
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_long.end_tit {
    width: calc(100% - (120px * 4));
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_long.cancel_tit {
    width: calc(100% - (120px * 3));
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_long.finish_tit {
    width: calc(100% - (120px * 3));
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_long.c_calc_tit {
    width: calc(100% - (120px * 3));
  }
  .mypage_section .mic_list_wrap .mic_list > li .list_long.t_cancel_tit {
    width: calc(100% - (120px * 2));
  }
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
    text-align: center;
  }
}

.mypage_section .mic_list_wrap .mic_list > li .list_long a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 130%;
}

.mypage_section .mic_list_wrap .mic_list > li .list_long .m_open_btn {
  display: none;
}

@media screen and (max-width: 950px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long .m_open_btn {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .mic_list > li .list_long .m_open_btn {
    font-size: 14px;
  }
}

.mypage_section .mic_list_wrap .list_more_btn {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #1c1c1c;
  color: #FFF;
  font-size: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 850px) {
  .mypage_section .mic_list_wrap .list_more_btn:hover {
    background-color: #444;
  }
}

@media screen and (max-width: 850px) {
  .mypage_section .mic_list_wrap .list_more_btn {
    margin-top: 30px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mic_list_wrap .list_more_btn {
    margin-top: 20px;
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .mic_list_wrap .list_more_btn {
    margin-top: 15px;
    width: 150px;
    height: 40px;
    line-height: 4px;
    font-size: 14px;
  }
}

.mypage_section .coupon_list_wrap .buttons {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .mypage_section .coupon_list_wrap .buttons {
    margin-top: 10px;
  }
}

.mypage_section .coupon_list_wrap .buttons .coupon_del_btn {
  width: 150px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #FFF;
}

@media screen and (max-width: 600px) {
  .mypage_section .coupon_list_wrap .buttons .coupon_del_btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
}

.mypage_section .mypage_tit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

@media screen and (max-width: 850px) {
  .mypage_section .mypage_tit_wrap {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mypage_tit_wrap {
    margin-bottom: 15px;
  }
}

.mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_tit {
  font-size: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_tit {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_tit .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media screen and (max-width: 850px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_tit .icon {
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 850px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_tit .icon {
    width: 18px;
    height: 18px;
  }
}

.mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_tit .icon svg {
  display: block;
  max-width: 100%;
}

.mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_desc {
  color: #888;
  line-height: 130%;
}

@media screen and (max-width: 850px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_box .mypage_desc {
    font-size: 14px;
    max-width: 300px;
  }
}

.mypage_section .mypage_tit_wrap .mypage_tit_select {
  width: 140px;
  height: 40px;
  font-size: 18px;
  line-height: 130%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #3266f5;
}

@media screen and (max-width: 850px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_select {
    width: 130px;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_select {
    font-size: 15px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .mypage_tit_wrap .mypage_tit_select {
    padding-left: 5px;
  }
}

.mypage_section .mypage_tit_wrap .mypage_tit_select option {
  color: #1c1c1c;
}

.mypage_section .coupon_wrap .coupon_list li {
  float: left;
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

@media screen and (min-width: 850px) {
  .mypage_section .coupon_wrap .coupon_list li:nth-of-type(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 450px) and (max-width: 850px) {
  .mypage_section .coupon_wrap .coupon_list li {
    width: 50%;
    padding: 10px;
  }
  .mypage_section .coupon_wrap .coupon_list li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .coupon_wrap .coupon_list li {
    width: 100%;
  }
}

.mypage_section .coupon_wrap .coupon_list li .inner {
  width: 100%;
}

.mypage_section .coupon_wrap .coupon_list li .inner .coupon_img {
  width: 100%;
}

.mypage_section .coupon_wrap .coupon_list li .inner .coupon_img img {
  display: block;
  width: 100%;
  height: auto;
}

.mypage_section .coupon_wrap .coupon_list li .inner .coupon_down_btn {
  display: block;
  text-align: center;
  width: 80%;
  height: 60px;
  line-height: 60px;
  background-color: #1c1c1c;
  color: #FFF;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 850px) {
  .mypage_section .coupon_wrap .coupon_list li .inner .coupon_down_btn:hover {
    background-color: #444;
  }
}

@media screen and (max-width: 850px) {
  .mypage_section .coupon_wrap .coupon_list li .inner .coupon_down_btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .mypage_section .coupon_wrap .coupon_list li .inner .coupon_down_btn {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .coupon_wrap .coupon_list li .inner .coupon_down_btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.mypage_section .review_box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.mypage_section .review_box .inner {
  border-top: 2px solid #1c1c1c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mypage_section .review_box .inner .tit {
  font-weight: 700;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 12px 0;
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .mypage_section .review_box .inner .tit {
    font-size: 16px;
    padding: 7px 0;
    padding-left: 10px;
  }
}

.mypage_section .review_box .inner .desc {
  border-top: 2px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  padding: 12px 0;
  line-height: 130%;
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .mypage_section .review_box .inner .desc {
    font-size: 14px;
    padding: 7px 0;
    padding-left: 10px;
  }
}

.mypage_section .review_box .inner .desc2 {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #e0e0e0;
  line-height: 150%;
  color: #999;
}

@media screen and (max-width: 600px) {
  .mypage_section .review_box .inner .desc2 {
    font-size: 12px;
    padding: 7px 0;
  }
}

.mypage_section .review_box .inner .star_box {
  border-top: 2px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mypage_section .review_box .inner .review_area_box h5 {
  float: left;
}

.mypage_section .review_box .inner .star_box, .mypage_section .review_box .inner .review_area_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
  border-bottom: 2px solid #e0e0e0;
}

@media screen and (max-width: 600px) {
  .mypage_section .review_box .inner .star_box, .mypage_section .review_box .inner .review_area_box {
    padding: 7px 0;
  }
}

.mypage_section .review_box .inner .star_box h5, .mypage_section .review_box .inner .review_area_box h5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  width: 90px;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .mypage_section .review_box .inner .star_box h5, .mypage_section .review_box .inner .review_area_box h5 {
    font-size: 15px;
    width: 70px;
    padding-left: 10px;
  }
}

.mypage_section .review_box .inner .star_box .star_list, .mypage_section .review_box .inner .star_box .review_textarea, .mypage_section .review_box .inner .review_area_box .star_list, .mypage_section .review_box .inner .review_area_box .review_textarea {
  display: block;
  width: calc(100% - 110px);
}

@media screen and (max-width: 600px) {
  .mypage_section .review_box .inner .star_box .star_list, .mypage_section .review_box .inner .star_box .review_textarea, .mypage_section .review_box .inner .review_area_box .star_list, .mypage_section .review_box .inner .review_area_box .review_textarea {
    width: calc(100% - 90px);
  }
}

.mypage_section .review_box .inner .star_box .review_textarea, .mypage_section .review_box .inner .review_area_box .review_textarea {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  height: 280px;
  border: 1px solid #e0e0e0;
  line-height: 130%;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .mypage_section .review_box .inner .star_box .review_textarea, .mypage_section .review_box .inner .review_area_box .review_textarea {
    height: 250px;
  }
}

@media screen and (max-width: 450px) {
  .mypage_section .review_box .inner .star_box .review_textarea, .mypage_section .review_box .inner .review_area_box .review_textarea {
    height: 200px;
  }
}

@media screen and (max-width: 350px) {
  .mypage_section .review_box .inner .star_box .review_textarea, .mypage_section .review_box .inner .review_area_box .review_textarea {
    height: 160px;
  }
}

.mypage_section .review_box .inner .star_box .star_list li, .mypage_section .review_box .inner .review_area_box .star_list li {
  float: left;
}

.mypage_section .review_box .inner .star_box .star_list li:not(:nth-last-of-type(1)), .mypage_section .review_box .inner .review_area_box .star_list li:not(:nth-last-of-type(1)) {
  margin-right: 3px;
}

.mypage_section .review_box .inner .star_box .star_list li .star_btn, .mypage_section .review_box .inner .review_area_box .star_list li .star_btn {
  display: block;
  width: 25px;
  height: 25px;
}

.mypage_section .review_box .inner .star_box .star_list li .star_btn.active .icon svg path, .mypage_section .review_box .inner .review_area_box .star_list li .star_btn.active .icon svg path {
  fill: #3266f5;
}

.mypage_section .review_box .inner .star_box .star_list li .star_btn .icon, .mypage_section .review_box .inner .review_area_box .star_list li .star_btn .icon {
  display: block;
  width: 100%;
  height: 100%;
}

.mypage_section .review_box .inner .star_box .star_list li .star_btn .icon svg, .mypage_section .review_box .inner .review_area_box .star_list li .star_btn .icon svg {
  display: block;
  max-width: 100%;
}

.mypage_section .review_box .inner .star_box .star_list li .star_btn .icon svg path, .mypage_section .review_box .inner .review_area_box .star_list li .star_btn .icon svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.mypage_section .review_box .inner .review_btnbox {
  margin-top: 20px;
  text-align: center;
}

.mypage_section .review_box .inner .review_btnbox .close_btn {
  display: inline-block;
  text-align: center;
  color: #FFF;
  width: 150px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  background: #1c1c1c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 850px) {
  .mypage_section .review_box .inner .review_btnbox .close_btn:hover {
    background-color: #555;
  }
}

.mypage_section .review_box .inner .review_btnbox .sub_btn, .mypage_section .review_box .inner .review_btnbox .close_btn {
  margin: 0 5px;
}

@media screen and (max-width: 450px) {
  .mypage_section .review_box .inner .review_btnbox .sub_btn, .mypage_section .review_box .inner .review_btnbox .close_btn {
    font-size: 14px;
    width: 120px;
  }
}

/* ---------------mypage_section(마이페이지) end--------------- */

/* ---------------오프라인 안내창 팝업--------------- */
.offline_popup {
  display: none;
  z-index: 99;
  position: fixed;
  width: 95%;
  max-width: 500px;
  left: 50%;
  top: 50%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.offline_popup .popup_wrap { position: relative;}
.offline_popup .popup_head { height: 65px; font-size: 18px; line-height: 65px; text-align: center; font-weight: 700; color: #fff; background: linear-gradient(to right, #3266f5, #5246b8 );  }
.offline_popup .popup_text { padding:25px 30px 20px; line-height:2; font-weight:400; }
.offline_popup h3 { padding-bottom: 15px; margin-bottom:20px; font-size: 20px; line-height: 1.5; font-weight:bold; border-bottom: 1px solid #e1e1e1;  }
.offline_popup .offline_popup_close_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 65px;
  height: 65px;
}

@media screen and (max-width: 500px) {
    .offline_popup .popup_head { height: 50px; line-height: 50px; font-size: 16px;}
    .offline_popup .popup_text { padding: 17px 10px; line-height: 1.8; font-size: 14px;}
    .offline_popup h3 { padding-bottom: 15px; margin-bottom: 15px; font-size: 16px;}
    .offline_popup .offline_popup_close_btn { height: 50px;}
}

.offline_popup .offline_popup_close_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFF;
}

.offline_popup .offline_popup_close_btn span.line1 {transform: translate(-50%,-50%) rotate(-45deg);
}

.offline_popup .offline_popup_close_btn span.line2 {transform: translate(-50%,-50%) rotate(45deg);}
