/*480 버튼 공통*/
.btn60{display: block; height: 64px; width: 100%;  border-radius: 6px; display: flex; align-items: center; column-gap: 7px; justify-content: center; box-sizing: border-box;}



#login .logo_wrap{position: relative; margin: 0 auto; width: 260px}
#login .logo_wrap img{width: 100%;}
#login .line{margin-top: 18px; margin-bottom: 30px; text-align: center; position: relative;}
#login .line::before{content:''; display: block; position: absolute; top: 50%; transform: translateY(-50%); height: 1px; width: 100%; background-color: #CCC;}
#login .line span{position: relative; font-size: 18px; font-weight: 400; color: #444; display: inline-block; margin: 0 auto; padding: 0 12px; background-color: #FFF;}

#login .input_wrap label{position: relative; width: 100%; display: block; margin-bottom: 12px;}
#login .input_wrap label input{width: 100%; height: 64px; border: 1px solid #000; border-radius: 6px; padding: 0 19px; color: #000; font-size: 16px; font-weight: 400; box-sizing: border-box;}
#login .input_wrap label input::placeholder{color: #777;}
#login .input_wrap label button.eye{position: absolute; top: 50%; transform: translateY(-50%); right: 10px; top: 50%; transform: translateY(-50%); font-size: 28px; color: #999;}

#login .btn_wrap>a{margin-bottom: 12px;}
#login .btn_wrap>a.login_btn{background-color: #000; color: #FFF;}
#login .btn_wrap>a.login_btn_n{background-color: #03C75A; color: #FFF;}
#login .btn_wrap>a.login_btn_k{background-color: #FEE500; color: #181600;}
#login .flex_wrap{display: flex; align-items: center; justify-content: space-between;} 
#login .flex_wrap>a{font-size: 16px; font-weight: 400; color: #000;}
#login .flex_wrap>a>i{font-size: 20px;}


@media screen and (max-width: 500px){
  .btn60{height: 44px; font-size: 14px; column-gap: 4px;}

  #login .logo_wrap{width: 200px;}
  #login .line{margin-top: 8px; margin-bottom: 20px;}
  #login .line span{font-size: 14px; }
  #login .input_wrap label{margin-bottom: 8px;}
  #login .input_wrap label input{height: 44px; font-size: 14px;}
  #login .input_wrap label button.eye{font-size: 20px;}
  #login .btn_wrap>a{margin-bottom: 8px; }
  #login .btn_wrap>a.login_btn_n img{width: 12px;}
  #login .btn_wrap>a.login_btn_k img{width: 18px;}
  #login .flex_wrap>a{font-size: 14px;}
  #login .flex_wrap>a>i{font-size: 16px;}
}









/* 회원가입 공통 */
.join .join_process{position: relative; width: 100%; display: flex; margin-bottom: 36px;}
.join .join_process>div{width: 33.3333%; background-color: #D9D9D9; height: 4px;}
.join .join_process>div.active{background-color: #52C3F1;}
.join h2{font-size: 28px; font-weight: 700; color: #000;}
.join .btn60{background-color: #000; color: #FFF; font-size: 18px; font-weight: 600;}

/* 이용약관동의 */
#join1 .agree_box p,
#join1 .agree_box ol,
#join1 .agree_box li,
#join1 .agree_box h4,
#join1 .agree_box h5{color: #000; font-size: 16px; font-weight: 400; line-height: 1.6em; margin: 0;}
#join1 .agree_box p.space{margin: 0;}
#join1 .con_wrap label{display: flex; align-items: center; column-gap: 9px; font-size: 18px; font-weight: 500; color: #000;}
#join1 .con_wrap input[type="checkbox"]{border-radius: 24px;}
#join1 .agree_box{border: 1px solid #CCC; padding: 3.5px; box-sizing: border-box; height: 200px; margin-top: 10px;}
#join1 .agree_box .box_inner{overflow-y: auto; height: 100%; padding: 16.5px; box-sizing: border-box;}
#join1 .agree_box .box_inner::-webkit-scrollbar{width: 3px; background-color: #f5f5f5;}
#join1 .agree_box .box_inner::-webkit-scrollbar-thumb {width: 3px; background-color: #999;}

/* 가입양식 작성 */
#join2 dl dt,
#join2 dl dt label{font-size: 18px; font-weight: 500; color: #000;}
#join2 dl dt label span.important{color: #FF0000;}
#join2 dl dd{margin-top: 8px;}

#join2 dl dd>div.box{display: flex; column-gap: 6px;}
#join2 dl dd>div.box.tel_input1{margin-bottom: 6px;}
#join2 dl dd>div.box.tel_input1 select,
#join2 dl dd>div.box.tel_input1 input{max-width: 114px}
#join2 dl dd>div.box.tel_input1 .btn60{max-width: 120px; border: 1px solid #000;}
#join2 dl dd>div.box.tel_input2 input{max-width: 354px}
#join2 dl dd>div.box.tel_input2 .btn60{max-width: 120px; background-color: #FFF; color: #000; border: 1px solid #000;}
#join2 dl dd>div.box.tel_input2 #join_check_id_btn{background-color: #000; color: #FFF;}
#join2 dl dd>div.box .btn60{height: 52px;}
#join2 dl dd.sex{display: flex; column-gap: 6px;}
#join2 dl dd.pw_re_box p.info_txt{font-size: 14px; font-weight: 300; color: #ff0000; margin-top: 6px; line-height: 1.2em;}

.complete_img_wrap{border-radius: 10px; height: 280px; overflow: hidden; }
.complete_img_wrap img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.complete_txt{text-align: center; font-size: 20px; font-weight: 600; color: #000; line-height: 1.4em;} 

@media screen and (max-width: 500px){
  .join .join_process{margin-bottom: 26px;}
  .join h2{font-size: 18px;}
  #join1 .con_wrap label{font-size: 14px; column-gap: 6px;}
  #join1 .agree_box .box_inner{padding: 6px;}
  #join1 .agree_box p, #join1 .agree_box ol, #join1 .agree_box li, #join1 .agree_box h4, #join1 .agree_box h5{font-size: 14px;}

  #join2 dl dt, #join2 dl dt label{font-size: 16px;}
  #join2 dl dd{margin-top: 4px;}
  #join2 dl dd>div.box{column-gap: 4px; justify-content: space-between;}
  #join2 dl dd>div.box.tel_input1{margin-bottom: 4px;}
  #join2 dl dd>div.box.tel_input1 select,
  #join2 dl dd>div.box.tel_input1 input{max-width: 100%;}
  #join2 dl dd>div.box.tel_input1 .btn60{max-width: 90px; width: 90px; flex: 0 0 90px;}
  #join2 dl dd>div.box.tel_input2 input{max-width: 100%;}
  #join2 dl dd>div.box.tel_input2 .btn60{max-width: 90px; width: 90px; flex: 0 0 90px;}
  #join2 dl dd>div.box .btn60{height: 42px;}
  #join2 dl dd.pw_re_box p.info_txt{font-size: 12px;}

  .complete_txt{font-size: 14px;}

}











/* mypage 공통*/
.mypage>.my_top{background-color: #52C3F1; border-radius: 20px; position: relative; box-sizing: border-box; height: 300px; width: 100%;}
.mypage>.my_top .txt_wrap{position: absolute; bottom: 40px; left: 40px;}
.mypage>.my_top .txt_wrap .my_info1{font-size: 32px; font-weight: 700; color: #000; display: flex; align-items: center; line-height: 1em; column-gap: 10px;}
.mypage>.my_top .txt_wrap .my_info1>div{display: flex; align-items: center; column-gap: 10px;}
.mypage>.my_top .txt_wrap .my_info1>i img{filter: drop-shadow(0 10px 5px rgba(0,0,0,0.15));}
.mypage>.my_top .txt_wrap .my_info1>a{display: inline-block; background-color: #1C95C5; color: #FFF; padding: 5px 15px; border-radius: 80px; font-size: 15px; font-weight: 600; line-height: 1.4em;}

.mypage>.my_top .txt_wrap .my_info2{display: flex; column-gap: 20px; align-items: center;}
.mypage>.my_top .txt_wrap .my_info2>dl{display: flex; align-items: center; column-gap: 8px;}
.mypage>.my_top .txt_wrap .my_info2>dl dt{display: flex; align-items: center; column-gap: 8px; align-items: center;}
.mypage>.my_top .txt_wrap .my_info2>dl dd{display: inline-block; background-color: #FFF; padding: 5px 15px; border-radius: 80px; font-size: 16px; font-weight: 500; color: #000;}

.mypage>.flex_wrap{display: flex; justify-content: space-between;}
.mypage>.flex_wrap .mypage_sub_nav_wrap{width: 22.4%;}
.mypage>.flex_wrap .my_menu{width: 100%; border: 1px solid #CCC; border-radius: 20px; overflow: hidden; height: 500px;}
.mypage>.flex_wrap .my_menu .mypage_mob_menu_toggle{display: none;}
.mypage>.flex_wrap .my_menu .my_menu_inner{display: block;}
.mypage>.flex_wrap .my_menu>a,
.mypage>.flex_wrap .my_menu .my_menu_inner>a{display: flex; justify-content: space-between; box-sizing: border-box; padding: 0 30px; width: 100%; border-bottom: 1px solid #CCC; padding: 24px 30px; line-height: 1.4em;}
.mypage>.flex_wrap .my_menu>a:last-child,
.mypage>.flex_wrap .my_menu .my_menu_inner>a:last-child{border-bottom: 0;}
.mypage>.flex_wrap .my_menu>a>span,
.mypage>.flex_wrap .my_menu .my_menu_inner>a>span{font-size: 18px; font-weight: 500; color: #000;}
.mypage>.flex_wrap .my_menu>a>i,
.mypage>.flex_wrap .my_menu .my_menu_inner>a>i{font-size: 18px; color: #CCC;}
.mypage>.flex_wrap .my_menu>a.active>span,
.mypage>.flex_wrap .my_menu .my_menu_inner>a.active>span{color: #1C95C5;}
.mypage>.flex_wrap .my_menu>a.mob_only_link,
.mypage>.flex_wrap .my_menu .my_menu_inner>a.mob_only_link{display: none;}

.mypage>.flex_wrap .my_con{width: 72.5%;} 
.mypage .t_wrap{border-top: 2px solid #000;}
.mypage .t_wrap .t_head{display: flex; width: 100%;}
.mypage .t_wrap .t_head>li{position: relative; width: 100%; text-align: center; padding: 20px 0; border-bottom: 1px solid #CCC; font-size: 16px; font-weight: 600; color: #000;}
.mypage .t_wrap .t_head>li:not(:last-child)::after{content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 60%; background-color: #DDD;}
.mypage .t_wrap .t_body>li{display: flex; width: 100%; position: relative; align-items: center;}
.mypage .t_wrap .t_body>li{position: relative; border-bottom: 1px solid #DDD; padding: 20px 0;}
.mypage .t_wrap .t_body>li .img_wrap{width: 100px; height: 100px; border-radius: 14px; overflow: hidden; object-position: center;}
.mypage .t_wrap .t_body>li .img_wrap img{width: 100%; height: 100%; object-fit: cover;}
.mypage .t_wrap .t_body>li>div.col1{display:  flex; align-items: center; column-gap: 20px;}
.mypage .t_wrap .t_body>li>div.col1 .txt_wrap h4{font-size: 22px; font-weight: 700; color: #000;}
.mypage .t_wrap .t_body>li>div.col1 .txt_wrap .date{font-size: 16px; font-weight: 400; color: #000; margin-top: 10px;}
.mypage .t_wrap .t_body>li>div{position: relative;}
.mypage .t_wrap .t_body>li>div.col2,
.mypage .t_wrap .t_body>li>div.col3,
.mypage .t_wrap .t_body>li>div.col4{border-left: 1px solid #DDD;}
.mypage .t_wrap .t_body>li>div p.date{font-size: 16px; font-weight: 400; color: #000;}
.mypage .t_wrap .t_body>li>div a.my_btn{display: inline-block; padding: 8px 30px; border-radius: 37px; font-size: 14px; font-weight: 600;}
.mypage .t_wrap .t_body>li>div a.my_btn.bk{background-color: #000; color: #FFF;}
.mypage .t_wrap .t_body>li>div a.my_btn.blue{background-color: #1C95C5; color: #FFF;}
.mypage .t_wrap .t_body>li>div a.my_btn.green{background-color: #12c757; color: #FFF;}


/* 모바일 서브메뉴 래퍼: PC에서는 레이아웃만, 모바일에서 토글+접기 */
.mypage_sub_nav_wrap{}

@media screen and (max-width: 1024px){
  /* 모바일: 마이페이지 메뉴 기본 닫힘, 클릭 시 열림, 화살표(angle-right) 제거 */
  .mypage>.flex_wrap{flex-direction: column;}
  .mypage>.flex_wrap .mypage_sub_nav_wrap{display: block !important; width: 100%; margin-bottom: 20px; padding: 0 20px; box-sizing: border-box;}
  .mypage>.flex_wrap .mypage_sub_nav_wrap::before{display: none;}
  .mypage>.flex_wrap .my_menu{display: block !important; width: 100%; height: auto; min-height: 0; border-radius: 12px; margin-bottom: 0; border: 1px solid #DDD; box-sizing: border-box; padding: 0 20px !important;}
  .mypage>.flex_wrap .my_menu .mypage_mob_menu_toggle{display: flex !important; justify-content: space-between; align-items: center; width: 100%; padding: 16px 0; border: none; background: #FFF; font-size: 16px; font-weight: 700; color: #000; cursor: pointer; text-align: left; border-radius: 12px;}
  .mypage>.flex_wrap .my_menu .mypage_mob_menu_toggle i{transition: transform 0.25s;}
  .mypage>.flex_wrap .my_menu.open .mypage_mob_menu_toggle i{transform: rotate(180deg);}
  .mypage>.flex_wrap .my_menu .my_menu_inner{max-height: 0; overflow: hidden; transition: max-height 0.3s ease;}
  .mypage>.flex_wrap .my_menu.open .my_menu_inner{max-height: 600px;}
  .mypage>.flex_wrap .my_menu .my_menu_inner>a{display: flex !important; justify-content: space-between; align-items: center; padding: 16px 0px; border-bottom: 1px solid #EEE;}
  .mypage>.flex_wrap .my_menu .my_menu_inner>a:last-child{border-bottom: 0;}
  .mypage>.flex_wrap .my_menu .my_menu_inner>a>span{font-size: 16px;}
  .mypage>.flex_wrap .my_menu .my_menu_inner>a>i.xi-angle-right{display: none !important;}
  .mypage>.flex_wrap .my_menu .my_menu_inner>a.mob_only_link{display: flex !important; border-bottom: 1px solid #EEE; color: #1C95C5;}
  .mypage>.flex_wrap .my_menu .my_menu_inner>a.mob_only_link>span{font-weight: 600;}
  .mypage>.flex_wrap .my_con{width: 100%;}
}

@media screen and (max-width: 768px){
  .mypage>.flex_wrap .my_con{width: 100%; box-sizing: border-box; padding: 0 20px;}
}

@media screen and (max-width: 500px){
  .join .btn60{font-size: 14px;}
}









/* mypage 메인*/
.mypage .t_wrap.t_wrap01 .t_head>li{width: 16.6666%;}
.mypage .t_wrap.t_wrap01 .t_head>li:first-child{width: 50%;}
.mypage .t_wrap.t_wrap01 .t_body>li>div{position: relative; width: 25%; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 20px;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col1{width: 50%; justify-content: left;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col2{width: 16.6666%; flex-direction: column; height: auto; min-height: 48px;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col2 p.sijung_price{font-size: 14px; font-weight: 500; color: #999; text-decoration: line-through; line-height: 1.4em;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col2 p.price{font-size: 18px; font-weight: 700; color: #000; line-height: 1.4em;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col3{width: 16.6666%; flex-direction: column; height: auto; min-height: 48px;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col4{width: 16.6666%; flex-direction: column; row-gap: 4px; height: auto; min-height: 48px;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col1 .txt_wrap .state{font-size: 16px; font-weight: 500; margin-top: 6px; margin-bottom: 6px;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col1 .txt_wrap .state.wait{color: #9D9486;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col1 .txt_wrap .state.paid{color: #1C95C5;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col1 .txt_wrap .state.cancle_complete{color: #EF5B7C;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col1 .txt_wrap .state.refund_complete{color: #ff0000;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col3 .state{font-size: 16px; font-weight: 500; margin-bottom: 6px;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col3 .state.wait{color: #9D9486;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col3 .state.paid{color: #1C95C5;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col3 .state.cancle_complete{color: #EF5B7C;}
.mypage .t_wrap.t_wrap01 .t_body>li>div.col3 .state.refund_complete{color: #ff0000;}

.mypage h3{font-size: 20px; font-weight: 600; color: #000; line-height: 1.6em; margin-bottom: 10px;}
.mypage .t_wrap.t_wrap02 .t_head>li{width: 16.6666%;}
.mypage .t_wrap.t_wrap02 .t_head>li:first-child{width: 66.6666%;}
.mypage .t_wrap.t_wrap02 .t_body>li>div{width: 25%; display: flex; align-items: center; justify-content: center;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col1{width: 66.6666%; justify-content: left;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col2{width: 16.6666%; flex-direction: column; height: auto; min-height: 48px;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col2 .state{font-size: 16px; font-weight: 500;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col2 .state.complete{color: #1C95C5;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col2 .state.cancelling{color: #9D9486;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col2 .state.cancle_complete{color: #EF5B7C;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col2 .state.refund_complete{color: #ff0000;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col3{width: 16.6666%; flex-direction: column; row-gap: 4px; height: auto; min-height: 48px;}
.mypage .t_wrap.t_wrap02 .t_body>li>div.col3 p.chu_complete{font-size: 16px; font-weight: 400; color: #666;}
@media screen and (max-width: 1440px){
  .mypage .t_wrap .t_body>li>div{padding: 10px;}
  .mypage .t_wrap .t_body>li>div.col4{padding: 0;}
}

@media screen and (max-width: 1024px){
  .mypage>.my_top .txt_wrap .my_info2{flex-wrap: wrap; row-gap: 10px;}
}

@media screen and (max-width: 768px){
  .mypage>.my_top{border-radius: 0; height: auto;}
  .mypage>.my_top .txt_wrap{position: relative; bottom: auto; top: auto; left: auto; box-sizing: border-box; padding: 15px; height: auto;}
  .mypage>.my_top .txt_wrap .my_info1{flex-direction: column; align-items: flex-start; row-gap: 10px;}
  .mypage>.my_top .txt_wrap .my_info1>a{order: 1;}
  .mypage>.my_top .txt_wrap .my_info1>div{order: 2;}
  .mypage>.my_top .txt_wrap .my_info2{flex-wrap: nowrap; column-gap: 0; justify-content: space-between;}
  .mypage>.my_top .txt_wrap .my_info2>dl{background-color: #FFF; flex-direction: column; border-radius: 8px; padding: 8px 9px; width: 32%; box-sizing: border-box;}
  .mypage>.my_top .txt_wrap .my_info2>dl>dt{text-align: center; word-break: keep-all;}
  .mypage>.my_top .txt_wrap .my_info2>dl>dt>i{display: none;}
  .mypage>.my_top .txt_wrap .my_info2>dl>dt span{display: none;}
  .mypage>.my_top .txt_wrap .my_info2>dl dd{padding: 0; margin-top: 4px; color: #1C95C5;}
  .mypage .t_wrap .t_head{display: none;}
  .mypage .t_wrap .t_body>li{flex-direction: column; position: relative; align-items: flex-start;}
  .mypage .t_wrap .t_body>li .img_wrap{position: absolute; top: 0;}
  .mypage .t_wrap .t_body>li>div.col1 .txt_wrap{padding-left: 120px; box-sizing: border-box; margin: 6px 0;}
  .mypage .t_wrap.t_wrap01 .t_body>li>div.col1 .txt_wrap p.date{display: none;}
  .mypage .t_wrap.t_wrap01 .t_body>li>div.col1 .txt_wrap p.date span{display: inline-block;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div{align-items: flex-start; justify-content: left; box-sizing: border-box;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col1{position: static; width: auto; padding: 0; order: 2;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li .img_wrap{top: 20px;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col2{width: auto; padding: 0; padding-left: 120px; order: 3; min-height: 0;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col2 p.price{order: 1;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col2 p.sijung_price{order: 2;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col3{width: auto; padding: 0; padding-left: 120px; display: block; order: 1; min-height: 0;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col4{width: auto; padding: 0; padding-left: 120px; order: 4; min-height: 0; font-size: 0; margin-top: 6px; flex-direction: row; column-gap: 6px;}
  #mypage.mypage .t_wrap.t_wrap02 .t_body>li>div{align-items: flex-start; justify-content: left; box-sizing: border-box;}
  #mypage.mypage .t_wrap.t_wrap02 .t_body>li>div.col1{width: auto; padding: 0; order: 2; min-height: 0;}
  #mypage.mypage .t_wrap.t_wrap02 .t_body>li>div.col2{width: auto; padding: 0; padding-left: 120px; display: block; order: 2; min-height: 0;}
  #mypage.mypage .t_wrap.t_wrap02 .t_body>li>div.col3{width: auto; padding: 0; padding-left: 120px; order: 3; min-height: 0; font-size: 0; margin-top: 6px; flex-direction: row; column-gap: 6px;}
  .mypage .t_wrap .t_body>li>div.col2,
  .mypage .t_wrap .t_body>li>div.col3,
  .mypage .t_wrap .t_body>li>div.col4{border-left: 0;}
  .mypage .t_wrap .t_body>li>div.col3 p.date span.mob{display: inline;}
}

@media screen and (max-width: 500px){
  .mypage .t_wrap .t_body>li{padding: 20px 0;}
  .mypage>.my_top .txt_wrap .my_info1{font-size: 18px;}
  .mypage>.my_top .txt_wrap .my_info1>div{column-gap: 6px;}
  .mypage>.my_top .txt_wrap .my_info1>div i{width: 28px;}
  .mypage>.my_top .txt_wrap .my_info1>div i img{width: 100%;}
  .mypage>.my_top .txt_wrap .my_info1>a{font-size: 12px;}
  .mypage>.my_top .txt_wrap .my_info2>dl{height: 65px; justify-content: center;}
  .mypage>.my_top .txt_wrap .my_info2>dl dt{font-size: 14px; line-height: 1em;}
  .mypage>.my_top .txt_wrap .my_info2>dl dd{font-size: 14px; line-height: 1em;}

  .mypage>.flex_wrap .my_con h2{font-size: 16px; margin-bottom: 20px;}
  .mypage .t_wrap .t_body>li>div.col1 .txt_wrap h4{font-size: 18px;}
  .mypage .t_wrap .t_body>li>div p.date{font-size: 14px;}
  .mypage .t_wrap .t_body>li>div.col1 .txt_wrap .date{font-size: 14px;}
  .mypage .t_wrap .t_body>li>div a.my_btn{width: 49%; padding: 8px 0; font-size: 13px; text-align: center; line-height: 1em;}
  .mypage .t_wrap.t_wrap01 .t_body>li>div.col2 p.price{font-size: 15px;}
  .mypage .t_wrap.t_wrap01 .t_body>li>div.col2 p.sijung_price{font-size: 15px;}
  .mypage .t_wrap.t_wrap02 .t_body>li>div.col2 .state{font-size: 15px; font-weight: 600;}

  .mypage .t_wrap .t_body>li .img_wrap{width: 80px; height: 80px;}
  .mypage .t_wrap .t_body>li>div.col1 .txt_wrap{padding-left: 95px;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col2{padding-left: 95px;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col3{padding-left: 95px;}
  #mypage.mypage .t_wrap.t_wrap01 .t_body>li>div.col4{padding-left: 95px; width: 100%;}
  

  #mypage.mypage .t_wrap.t_wrap02 .t_body>li>div.col1{width: auto; padding: 0; order: 2; min-height: 0;}
  #mypage.mypage .t_wrap.t_wrap02 .t_body>li>div.col2{padding-left: 95px;}
  #mypage.mypage .t_wrap.t_wrap02 .t_body>li>div.col3{padding-left: 95px; width: 100%;}


}



















/* 추천인 팝업 */
.chu_pop,
.pop_wrap{position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 9999; display: none;}
.chu_pop .pop_box,
.pop_wrap .pop_box{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #FFF; width: 640px; border-radius: 10px; box-sizing: border-box; padding: 32px 29px;}
.chu_pop .pop_box .tit_wrap{display: flex; justify-content: space-between; border-bottom: 2px solid #000;}
.chu_pop .pop_box .tit_wrap h5{font-size: 18px; font-weight: 600; color: #000;}
.chu_pop .pop_box .tit_wrap .close_btn{font-size: 18px;}
.chu_pop .pop_box.chu_search .con_box{display: flex; justify-content: space-between;}
.chu_pop .pop_box.chu_search .con_box input{height: 57px; width: calc(100% - 170px);}
.chu_pop .pop_box.chu_search .con_box .btn60{background-color: #000; color: #FFF; height: 57px; width: 160px;}
.chu_pop .pop_box.chu_regist .con_box{background-color: #FFF; border-radius: 10px; border: 1px solid #CCC; padding: 25px 0; text-align: center; box-shadow: 0 5px 8px rgba(0,0,0,0.05);}
.chu_pop .pop_box.chu_regist .con_box p.name{line-height: 1.4em; font-size: 18px; font-weight: 600; color: #000;}
.chu_pop .pop_box.chu_regist .search_result .result_txt{font-size: 16px; font-weight: 600; color: #000; margin-bottom: 10px;}
.chu_pop .pop_box.chu_regist .search_result .result_wrap{padding: 4px; box-sizing: border-box; height: 260px; border: 1px solid #CCC; position: relative; overflow: hidden;}
.chu_pop .pop_box.chu_regist .search_result .result_wrap>ul{overflow-y: auto; height: 100%; padding: 16px; box-sizing: border-box;}
.chu_pop .pop_box.chu_regist .search_result .result_wrap>ul::-webkit-scrollbar{width: 3px; background-color: #f5f5f5;}
.chu_pop .pop_box.chu_regist .search_result .result_wrap>ul::-webkit-scrollbar-thumb{width: 3px; background-color: #999999;}
.chu_pop .pop_box.chu_regist .search_result .result_wrap>ul>li:not(:last-child){margin-bottom: 10px;}
.chu_pop .pop_box.chu_regist .search_result .result_wrap>ul>li label{display: flex; column-gap: 4.5px; cursor: pointer;}
.chu_pop .pop_box.chu_regist .search_result .result_wrap>ul>li label input[type="radio"]:checked{background-color: #000;}
.chu_pop .pop_box.chu_regist .search_result .info_txt{font-size: 14px; font-weight: 300; color: #ff0000; margin-top: 10px;}
.chu_pop .pop_box.chu_regist .btn_wrap a.bk{border: 1px solid #000; background-color: #000; color: #FFF; height: 57px;}
.chu_pop .pop_box.chu_regist .btn_wrap a.wh{border: 1px solid #000; color: #000; background-color: #FFF; height: 57px; margin-top: 10px;}
.chu_pop .pop_box.pop_complete,
.pop_wrap .pop_box.pop_complete{padding: 60px 29px;}

.pop_complete .con_box{display: flex; align-items: center; flex-direction: column; }
.pop_complete .img_wrap{display: flex; justify-content: center; width: 100%;}
.pop_complete .text1{text-align: center; font-size: 28px; font-weight: 700; color: #1C95C5; line-height: 1.4em;}
.pop_complete .text2{font-size: 20px; font-weight: 500; color: #000; line-height: 1.4em; margin-top: 10px;}
.pop_complete #complete_close_btn{display: inline-block; padding: 10px 47.5px; border-radius: 50px; background-color: #000; color: #FFF; font-size: 14px; font-weight: 700; }

.chu_search{display: none;}
.chu_regist{display: none;}
.chu_complete{display: none;}







/* 리뷰 팝업 */
.review_pop .pop_box{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #FFF; width: 640px; border-radius: 10px; box-sizing: border-box; height: 90%; overflow: hidden; padding: 32px 29px; padding-right: 15px;}
.review_pop h3{margin-bottom: 0;}
.review_pop .pop_box{display: none;}
.review_pop .pop_box .pop_inner{height: 100%; box-sizing: border-box; padding-right: 20px; overflow-y: auto;}
.review_pop .pop_box .pop_inner::-webkit-scrollbar{width: 3px; background-color: #EEE;}
.review_pop .pop_box .pop_inner::-webkit-scrollbar-thumb{background-color: #1C94C5;}
.review_pop .pop_box .tit_wrap{display: flex; justify-content: space-between; border-bottom: 2px solid #000;}
.review_pop .pop_box .tit_wrap h5{font-size: 18px; font-weight: 600; color: #000;}
.review_pop .pop_box .tit_wrap .close_btn{font-size: 18px;}
.review_pop .re_regist .p_info{display: flex; align-items: center; border: 1px solid #CCC; border-radius: 10px; padding: 14px;}
.review_pop .re_regist .p_info .p_img{width: 110px; height: 110px; border-radius: 14px; object-position: center; overflow: hidden; margin-right: 20px;}
.review_pop .re_regist .p_info .p_img img{width: 100%; height: 100%; object-fit: cover;}
.review_pop .re_regist .p_info .txt_wrap{width: calc(100% - 130px);}
.review_pop .re_regist .p_info .txt_wrap p.name{font-size: 22px; font-weight: 700; color: #000; line-height: 1.4em;}
.review_pop .re_regist .p_info .txt_wrap p.date{font-size: 16px; font-weight: 400; color: #000; line-height: 1.4em; margin: 10px 0;}
.review_pop .re_regist .p_info .txt_wrap p.price{font-size: 20px; font-weight: 700; color: #000; line-height: 1.4em;}
.review_pop .re_regist h6{font-size: 18px; font-weight: 500; color: #000; }
.review_pop .re_regist h6 i.important{color: #ff0000; font-style: normal;}
.review_pop .re_regist .box{display: flex; justify-content: space-between; flex-direction: column; row-gap: 8px;}
.review_pop .re_regist .box.star{flex-direction: row; align-items: center;}
.review_pop .re_regist .box.star .star_wrap{display: flex;}
.review_pop .re_regist .box.star .star_wrap i{font-size: 28px; color: #F83131;}
.review_pop .re_regist textarea{resize: none; width: 100%; border: 1px solid #CCC; border-radius: 6px; height: 180px; padding: 18px 20px; box-sizing: border-box; font-size: 16px; color: #444; line-height: 1.4em; font-family: 'Pretendard';}
.review_pop .re_regist .img_plus ul{display: flex; column-gap: 10px;}
.review_pop .re_regist .img_plus ul>li{position: relative;}
.review_pop .re_regist .img_plus ul>li>button{position: relative;}
.review_pop .re_regist .img_plus ul>li .img_wrap{position: relative; width: 105px; height: 105px; border-radius: 6px; overflow: hidden; object-position: center;}
.review_pop .re_regist .img_plus ul>li .img_wrap img{width: 100%; height: 100%; object-fit: cover;}
.review_pop .re_regist .img_plus ul>li .img_wrap.img_x{border: 2px solid #DDD;}
.review_pop .re_regist .img_plus ul>li .review_img_delete_btn span{position: absolute; bottom: 10px; right: 10px; z-index: 5; display: flex; align-items: center; font-size: 12px; font-weight: 500; color: #FFF; padding: 6px 10px; border-radius: 20px; background: rgba(0,0,0,0.8);}
.review_pop .re_regist .img_plus ul>li .review_img_regist_btn span{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 28px; color: #CCC;}
.review_pop .re_regist .btn_wrap a{height: 57px;}
.review_pop .re_regist .btn_wrap a.bk{border: 1px solid #000; background-color: #000; color: #FFF;}
.review_pop .re_regist .btn_wrap a.wh{border: 1px solid #000; background-color: #FFF; color: #000; margin-top: 10px;}





@media screen and (max-width: 768px){
  .chu_pop .pop_box, .pop_wrap .pop_box{width: 90%;}
  .review_pop .pop_box{width: 90%;}
  .review_pop .re_regist .img_plus{overflow-x: auto;}
  .review_pop .re_regist .img_plus ul{}
  .review_pop .re_regist .img_plus ul>li .img_wrap{border: 2px solid transparent;}


}

@media screen and (max-width: 500px){
  .chu_pop .pop_box,
  .pop_wrap .pop_box{padding: 20px;}
  .chu_pop .pop_box.pop_complete,
  .pop_wrap .pop_box.pop_complete{padding: 0 20px; padding-top: 60px; padding-bottom: 40px; border-radius: 0;}
  .pop_complete .img_wrap img{width: 120px;}
  .pop_complete .text1{font-size: 16px;}
  .pop_complete #complete_close_btn{padding: 5px 30px;}
  .pop_complete .text2{font-size: 14px; margin-top: 5px;}

  .chu_pop .pop_box .tit_wrap h5{font-size: 16px;}
  .chu_pop .pop_box.chu_regist .con_box{padding: 15px 0;}
  .chu_pop .pop_box.chu_search .con_box input{height: 47px; width: calc(100% - 96px);}
  .chu_pop .pop_box.chu_search .con_box .btn60{height: 47px; width: 90px;}
  .chu_pop .pop_box.chu_regist .con_box p.name{font-size: 16px;}
  .chu_pop .pop_box.chu_regist .search_result .result_txt{font-size: 13px; margin-bottom: 6px;}
  .chu_pop .pop_box.chu_regist .search_result .result_wrap>ul>li label{font-size: 14px;}
  .chu_pop .pop_box.chu_regist .btn_wrap a.bk{height: 47px;}
  .chu_pop .pop_box.chu_regist .btn_wrap a.wh{height: 47px;}

  .review_pop>div p.date{margin-top: 0;}
  .review_pop .re_regist h6{font-size: 14px;}
  .review_pop .re_regist .box{row-gap: 4px;}
  .review_pop .re_regist .p_info .p_img{width: 80px; height: 80px;}
  .review_pop .re_regist .p_info .txt_wrap p.date{font-size: 14px; margin: 5px 0;}
  .review_pop .re_regist .p_info .txt_wrap p.price{font-size: 16px;}
  .review_pop .re_regist .box.star .star_wrap i{font-size: 14px;}
  .review_pop .re_regist textarea{font-size: 14px; padding: 15px;}
  .review_pop .re_regist .btn_wrap a{height: 47px;}
}

















/* 투표 참여 여행 */
#my_vote .t_wrap.t_wrap01 .t_head>li:first-child{width: 66.6666%;}
#my_vote .t_wrap.t_wrap01 .t_body>li>div.col1{width: 66.6666%}
#my_vote .t_wrap.t_wrap01 .col3 p.state{font-size: 16px; font-weight: 500; color: #000;}
#my_vote .t_wrap.t_wrap01 .col3 p.state.vote_win{color: #1C95C5;}
#my_vote .t_wrap.t_wrap01 .col3 p.state.vote_fail{color: #EF5B7C;}
@media screen and (max-width: 768px){
  #my_vote .t_wrap.t_wrap01 .t_body>li{position: relative; padding: 20px 0; padding-bottom: 40px;}
  #my_vote .t_wrap.t_wrap01 .t_body>li>div.col1{position: relative; width: 100%; padding: 0; padding-left: 120px;}
  #my_vote.mypage .t_wrap .t_body>li .img_wrap{left: 0;}
  #my_vote.mypage .t_wrap .t_body>li>div.col1 .txt_wrap{padding-left: 0;}
  #my_vote.mypage .t_wrap.t_wrap01 .t_body>li>div.col2{justify-content: left; align-items: flex-start; width: 100%; padding: 0; padding-left: 120px; min-height: 0;}
  #my_vote.mypage .t_wrap.t_wrap01 .t_body>li>div.col3{justify-content: left; align-items: flex-start; width: 100%; padding: 0; padding-left: 120px; min-height: 0}
}
@media screen and (max-width: 500px){
  #my_vote .t_wrap.t_wrap01 .t_body>li{padding-bottom: 20px;}
  #my_vote .t_wrap.t_wrap01 .t_body>li>div.col1{padding-left: 95px;}
  #my_vote.mypage .t_wrap .t_body>li>div.col1 .txt_wrap{padding-left: 0;}
  #my_vote.mypage .t_wrap.t_wrap01 .t_body>li>div.col2{padding-left: 95px;}
  #my_vote.mypage .t_wrap.t_wrap01 .t_body>li>div.col3{padding-left: 95px; }
  #my_vote .t_wrap.t_wrap01 .col3 p.state{font-size: 15px; font-weight: 600;}
}








/* 찜하기, 장바구니 */
.mypage .t_wrap.t_wrap01.jjim_cart .t_body>li>div.col1{width: 100%; padding-right: 180px;}
.mypage .t_wrap.t_wrap01.jjim_cart .t_body>li>div.col1 p.tag{font-size: 13px; font-weight: 600; line-height: 1.4em; color: #999; margin: 10px 0;}
.mypage .t_wrap.t_wrap01.jjim_cart .price_wrap{display: flex; column-gap: 10px; align-items: flex-end;}
.mypage .t_wrap.t_wrap01.jjim_cart .price_wrap p.price{font-size: 20px; font-weight: 700; color: #000;}
.mypage .t_wrap.t_wrap01.jjim_cart .price_wrap p.sijung_price{font-size: 16px; font-weight: 500; color: #999; text-decoration: line-through;}
.mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap{position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
.mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap>a{display: flex; align-items: center; justify-content: center; column-gap: 4px; font-size: 14px; color: #444; border-radius: 40px; width: 120px; height: 36px; border: 1px solid #DDD; text-align: center;}
.mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap>a.jjim_btn>i{color: #EF5B7C; font-size: 16px;}
.mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap>a.parchase_btn{background-color: #000; border: 1px solid #000; color: #FFF; margin-bottom: 10px;}
.mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap>a.delete_btn{color: #000;}
@media screen and (max-width: 768px){
  .mypage .t_wrap.t_wrap01.jjim_cart .t_body>li>div.col1{padding: 0; display: block;}
  .mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap{position: relative; top: 0; transform: translate(0); margin-left: 120px; left: 0; margin-top: 10px; display: flex; justify-content: space-between;}
  .mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap>a{width: 48%;}

}
@media screen and (max-width: 500px){
  .mypage .t_wrap.t_wrap01.jjim_cart .price_wrap p.price{font-size: 15px;}
  .mypage .t_wrap.t_wrap01.jjim_cart .price_wrap p.sijung_price{font-size: 15px;}
  .mypage .t_wrap.t_wrap01.jjim_cart .btn_wrap{margin-left: 95px; font-size: 14px;}
}

















/* 문의내역, 포인트내역 */
.mypage .t_wrap.txt_table .t_head>li{width: 180px; min-width: 180px;}
.mypage .t_wrap.txt_table .t_head>li:not(:last-child)::after{height: 22px;}
.mypage .t_wrap.txt_table .t_head>li:first-child{width: 80px; min-width: 80px;}
.mypage .t_wrap.txt_table .t_head>li:nth-child(2){max-width: 100%; width: 100%;}
.mypage .t_wrap.txt_table .t_body>li>div{text-align: center;}
.mypage .t_wrap.txt_table .t_body>li>div p,
.mypage .t_wrap.txt_table .t_body>li>div a{font-size: 16px; font-weight: 400; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.mypage .t_wrap.txt_table .t_body>li>div.col1{min-width: 80px; display: block;}
.mypage .t_wrap.txt_table .t_body>li>div.col2{max-width: 100%; width: 100%; text-align: left; box-sizing: border-box; padding: 0 20px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.mypage .t_wrap.txt_table .t_body>li>div.col3{min-width: 180px;}
.mypage .t_wrap.txt_table .t_body>li>div.col4{min-width: 180px;}

#my_ask.mypage .t_wrap.txt_table .t_body>li>div.col4 p.state.waiting{color: #666;}
#my_point.mypage .t_wrap.txt_table .t_body>li>div.col1{min-width: 80px;}
#my_point.mypage .t_wrap.txt_table .t_body>li>div.col2{max-width: 100%; width: 100%; text-align: center; box-sizing: border-box; padding: 0 20px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#my_point.mypage .t_wrap.txt_table .t_body>li>div.col3{min-width: 180px;}
#my_point.mypage .t_wrap.txt_table .t_body>li>div.col3 p.plus{color: #1C95C5;}
#my_point.mypage .t_wrap.txt_table .t_body>li>div.col3 p.minus{color: #EF5B7C;}
#my_point.mypage .t_wrap.txt_table .t_body>li>div.col4{min-width: 180px;}
#my_point.mypage .t_wrap.txt_table .t_body>li>div.col5{min-width: 180px; border-left: 1px solid #DDD;}

@media screen and (max-width: 1440px){
  .mypage .t_wrap.txt_table .t_body>li>div{padding: 0;}
}
@media screen and (max-width: 1280px){
  #my_point.mypage .t_wrap.txt_table .t_head>li{min-width: 0;}
  #my_point.mypage .t_wrap.txt_table .t_head>li:first-child{width: 10%;}
  #my_point.mypage .t_wrap.txt_table .t_head>li:nth-child(2){width: 30%;}
  #my_point.mypage .t_wrap.txt_table .t_head>li:nth-child(3){width: 20%;}
  #my_point.mypage .t_wrap.txt_table .t_head>li:nth-child(4){width: 20%;}
  #my_point.mypage .t_wrap.txt_table .t_head>li:nth-child(5){width: 20%;}

  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col1{min-width: 0; width: 10%;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col2{min-width: 0; width: 30%;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col3{min-width: 0; width: 20%;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col4{min-width: 0; width: 20%}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col5{min-width: 0; width: 20%}

}
@media screen and (max-width: 768px){
  .mypage .t_wrap.txt_table .t_head{display: flex;}
  .mypage .t_wrap.txt_table .t_body>li{flex-direction: row;}
  .mypage .t_wrap.txt_table .t_body>li>div{padding: 0;}

  #my_point.mypage .t_wrap.txt_table .t_head{display: none;}
  #my_point.mypage .t_wrap.txt_table .t_body>li{display: block;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col1{min-width: 100%;  text-align: left;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col1 p{background-color: #FFF; color: #000; border: 1px solid #DDD; display: inline-block; padding: 5px 10px; border-radius: 6px; line-height: 1em;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col2{padding: 0; max-width: 100%; width: 100%;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col3{min-width: 100%;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col4{min-width: 100%;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col5{min-width: 100%; border-left: 0; font-weight: 600;}
  #my_point.mypage .t_wrap.txt_table .t_body>li>div.col5 p{font-weight: 600;}
  .mypage .t_wrap.txt_table .t_body>li>div p,
  .mypage .t_wrap.txt_table .t_body>li>div a{text-align: left;}
  #my_point.mypage .t_wrap.txt_table .t_body>li span.mob{display: inline-block; color: #000;}
}
@media screen and (max-width: 500px){
  .mypage .t_wrap .t_head>li{font-size: 14px; padding: 10px 0;}
  .mypage .t_wrap.txt_table .t_head>li:first-child{width: 15%;}
  .mypage .t_wrap.txt_table .t_head>li:nth-child(2){width: 60%;}
  .mypage .t_wrap.txt_table .t_head>li:nth-child(4){width: 25%;}
  .mypage .t_wrap.txt_table .t_body>li>div.col1{width: 15%;}
  .mypage .t_wrap.txt_table .t_body>li>div.col2{padding: 0 10px; width: 60%;}
  .mypage .t_wrap.txt_table .t_body>li>div.col4{width: 25%;}
  .mypage .t_wrap.txt_table .t_body>li>div p,
  .mypage .t_wrap.txt_table .t_body>li>div a{font-size: 14px;}

  #my_ask.mypage .t_wrap.txt_table .t_head>li:nth-child(3){display: none;}
  #my_ask.mypage .t_wrap.txt_table .t_body>li>div.col3{display: none;}
}







/* 문의내역 팝업 */
#my_ask .qna_pop{display: none;} 
#my_ask .qna_pop  .pop_box{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #FFF; width: 960px; border-radius: 10px; box-sizing: border-box; height: 90%; overflow: hidden; padding: 30px; padding-right: 15px;}
#my_ask .qna_pop h3{margin-bottom: 0;}
#my_ask .qna_pop .pop_box{display: block;}
#my_ask .qna_pop .pop_box .pop_inner{overflow-y: auto; height: 100%; box-sizing: border-box; padding-right: 12px;}
#my_ask .qna_pop .pop_box .pop_inner::-webkit-scrollbar{width: 3px; background-color: #EEE;}
#my_ask .qna_pop .pop_box .pop_inner::-webkit-scrollbar-thumb{background-color: #1C94C5;}
#my_ask .qna_pop .pop_box .tit_wrap{display: flex; justify-content: space-between; border-bottom: 2px solid #000;}
#my_ask .qna_pop .pop_box .tit_wrap h3{font-size: 18px; font-weight: 600; color: #000;}
#my_ask .qna_pop .pop_box .tit_wrap .close_btn{font-size: 18px;}
#my_ask .qna_pop .pop_box .border_wrap{border-bottom: 1px solid #666; display: flex;}
#my_ask .qna_pop .pop_box .border_wrap>dl{width: 50%; display: flex; align-items: center; column-gap: 20px;}
#my_ask .qna_pop .pop_box .border_wrap>dl dt{font-size: 16px; font-weight: 500; color: #000;}
#my_ask .qna_pop .pop_box .border_wrap>dl dd>p,
#my_ask .qna_pop .pop_box .border_wrap>dl dd>a{font-size: 16px; font-weight: 400; color: #666;}
#my_ask .qna_pop .pop_box .qna_con_wrap{box-sizing: border-box; padding: 0 20px;}
#my_ask .qna_pop .pop_box .qna_con_wrap .qna_con{box-sizing: border-box; font-size: 16px; font-weight: 400; color: #000; line-height: 1.8em;}
#my_ask .qna_pop .pop_box .qna_con_wrap .qna_answer{background-color: #F9F9F9; border-radius: 10px; box-sizing: border-box; padding: 30px; overflow-y: auto; height: 40%;}
#my_ask .qna_pop .pop_box .qna_con_wrap .qna_answer h4{font-size: 20px; font-weight: 700; color: #000;}
#my_ask .qna_pop .pop_box .qna_con_wrap .qna_answer .answer_txt{font-size: 16px; font-weight: 400; color: #000; line-height: 1.8em;}

#my_ask .qna_pop .btn_wrap{display: flex; justify-content: center; column-gap: 10px;}
#my_ask .qna_pop .btn_wrap a{height: 48px; border-radius: 57px; width: 160px; text-align: center; line-height: 48px; font-weight: 400;}
#my_ask .qna_pop .btn_wrap a.list_btn{border: 1px solid #CCC; background-color: #FFF; color: #000;}
#my_ask .qna_pop .btn_wrap button.btn_delete{
    height: 48px;
    border-radius: 57px;
    width: 160px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    border: 1px solid #EF5B7C;
    background-color: #EF5B7C;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
#my_ask .qna_pop .btn_wrap button.btn_delete:hover{
    background-color: #d04a66;
    border-color: #d04a66;
}






@media screen and (max-width: 1024px){
  #my_ask .qna_pop .pop_box{width: 90%;}
  #my_ask .qna_pop .pop_box .qna_con_wrap{padding: 0;}
}
@media screen and (max-width: 768px){
  #my_ask .qna_pop .pop_box{padding: 20px; padding-right: 10px;}
  #my_ask .qna_pop .pop_box .border_wrap{flex-direction: column; row-gap: 10px;}
  #my_ask .qna_pop .pop_box .border_wrap>dl{width: 100%; column-gap: 0;}
  #my_ask .qna_pop .pop_box .border_wrap>dl dt{width: 120px;}
  #my_ask .qna_pop .pop_box .border_wrap>dl dd{width: calc(100% - 120px);}
  #my_ask .qna_pop .pop_box .qna_con_wrap .qna_answer h4{font-size: 18px;}
}
@media screen and (max-width: 500px){
  #my_ask .qna_pop .pop_box .tit_wrap h3{font-size: 16px;}
  #my_ask .qna_pop .pop_box .border_wrap>dl{row-gap: 4px;}
  #my_ask .qna_pop .pop_box .border_wrap>dl dt{font-size: 14px; width: 80px;}
  #my_ask .qna_pop .pop_box .border_wrap>dl dd{width: calc(100 - 80px);}
  #my_ask .qna_pop .pop_box .border_wrap>dl dd>p,
  #my_ask .qna_pop .pop_box .border_wrap>dl dd>a{font-size: 14px;}

  #my_ask .qna_pop .pop_box .qna_con_wrap .qna_answer{padding: 20px;}
  #my_ask .qna_pop .pop_box .qna_con_wrap .qna_con{font-size: 14px; line-height: 1.6em;}
  #my_ask .qna_pop .pop_box .qna_con_wrap .qna_answer h4{font-size: 16px;}
  #my_ask .qna_pop .pop_box .qna_con_wrap .qna_answer .answer_txt{font-size: 14px; line-height: 1.6em;}

  #my_ask .qna_pop .btn_wrap a.list_btn{font-size: 14px;}
}























/* 개인정보 수정 */
#login.edit_password h2{text-align: center; margin-top: 18px; font-size: 22px;}
#login.edit_password p.or{text-align: center; font-size: 16px; font-weight: 400; line-height: 1em; color: #000;}
#login.edit_password .n_k_btn a{font-size: 18px; font-weight: 600;column-gap: 10px;}
#login.edit_password .btn_wrap .submit_btn{background-color: #000; color: #FFF; font-size: 20px; font-weight: 600;} 



#my_edit .my_con .con_wrap .mem_info{display: flex; justify-content: space-between; flex-wrap: wrap;}
#my_edit .my_con .con_wrap .mem_info dl{width: 48.5%;}
#my_edit .my_con .con_wrap .mem_info dl dt{font-size: 18px; font-weight: 500; color: #000; margin-bottom: 8px;}
#my_edit .my_con .con_wrap .mem_info dl dt span.important{color: #ff0000;}
#my_edit .my_con .con_wrap .mem_info dl dd{position: relative; min-height: 52px;}
#my_edit .my_con .con_wrap .mem_info dl dd select{background-position: 95% 50%;}
#my_edit .my_con .con_wrap .mem_info dl dd p.info_txt{color: #ff0000; font-size: 14px; margin-top: 6px;}
#my_edit .my_con .con_wrap .mem_info dl dd .btn60{height: 52px; background-color: #000; color: #FFF;}
#my_edit .my_con .con_wrap .mem_info dl dd #join_verify_btn{background-color: #FFF; border: 1px solid #000; color: #000;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap dd>div{display: flex; column-gap: 6px;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap dd>div.edit{align-self: flex-end;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap .box{display: flex; column-gap: 6px; width: 100%; justify-content: space-between;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap a{width: 120px; min-width: 120px;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap input{width: calc(100% - 126px);}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap .tel_input1 input,
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap .tel_input1 select{max-width: 141px; width: 100%;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap01 div.edit{position: absolute; top: 0; left: 0; width: 100%;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap01 div.edit,
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap02{display: none;}
#my_edit .my_con .con_wrap .mem_info dl.tel_wrap02{align-self: flex-end;}
#my_edit .my_con .con_wrap .flex_dl dd{display: flex; justify-content: space-between; column-gap: 6px;}
#my_edit .my_con .con_wrap .flex_dl dd select{background-position: 95% 50%;}
#my_edit .btn_wrap{display: flex; justify-content: center; column-gap: 6px;}
#my_edit .btn_wrap>a,
#my_edit .btn_wrap>button{width: 240px; height: 57px; font-size: 16px; font-weight: 600;}
#my_edit .btn_wrap>.my_info_edit_btn{background-color: #000; color: #FFF; border: 1px solid #000;}
#my_edit .btn_wrap>.withdrawal_btn{color: #000; border: 1px solid #DDD; background-color: #f5f5f5;}


#my_edit .pop_complete{display: none;}
#my_edit .pop_withdrawal{text-align: center; display: none;}
#my_edit .pop_withdrawal p.text1{font-size: 20px; font-weight: 400; color: #000;}
#my_edit .pop_withdrawal p.text2{font-size: 20px; font-weight: 700; color: #EF5B7C; margin-top: 10px;}
#my_edit .pop_withdrawal .btn_wrap{display: flex; column-gap: 6px; justify-content: center;}
#my_edit .pop_withdrawal .btn_wrap>a{width: 120px; border-radius: 60px; font-size: 14px; font-weight: 500; height: 42px; line-height: 42px;}
#my_edit .pop_withdrawal .btn_wrap>#go_withdrawal_btn{background-color: #000; color: #FFF;}
#my_edit .pop_withdrawal .btn_wrap>#cancle_withdrawal_btn{background-color: #FFF; border: 1px solid #CCC; color: #444;}

/* 탈퇴 모달 전용 UI - 줄바꿈·여백 최적화 */
#my_edit .pop_withdrawal .withdrawal_modal_inner{max-width: 420px; margin: 0 auto; text-align: left; padding: 0 4px; box-sizing: border-box;}
#my_edit .pop_withdrawal .withdrawal_modal_inner .img_wrap{display: flex; justify-content: center; align-items: center; width: 100%; margin-bottom: 16px;}
#my_edit .pop_withdrawal .withdrawal_modal_inner .img_wrap img{display: block; width: auto; max-width: 120px; height: auto;}
#my_edit .pop_withdrawal .withdrawal_modal_tit{font-size: 18px; font-weight: 700; color: #000; line-height: 1.5; margin-bottom: 10px; word-break: keep-all;}
#my_edit .pop_withdrawal .withdrawal_modal_desc{font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 18px; word-break: keep-all; white-space: normal;}
#my_edit .pop_withdrawal .withdrawal_reason_list{display: flex; flex-direction: column; row-gap: 10px; margin-bottom: 20px;}
#my_edit .pop_withdrawal .withdrawal_reason_item{display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #333; line-height: 1.5; cursor: pointer; word-break: keep-all;}
#my_edit .pop_withdrawal .withdrawal_reason_item input[type="checkbox"]{flex-shrink: 0; margin-top: 3px;}
#my_edit .pop_withdrawal .withdrawal_reason_item span{flex: 1; white-space: normal; word-break: break-word;}
#my_edit .pop_withdrawal .withdrawal_reason_etc{flex-wrap: wrap;}
#my_edit .pop_withdrawal .withdrawal_reason_etc .withdrawal_etc_input{width: 100%; margin-top: 8px; margin-left: 0; padding: 10px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; box-sizing: border-box;}
#my_edit .pop_withdrawal #withdrawal_reason_etc_text{display: none;}
#my_edit .pop_withdrawal .withdrawal_notice_box{background: #f8f8f8; border: 1px solid #eee; border-radius: 8px; padding: 14px 16px; margin-bottom: 20px;}
#my_edit .pop_withdrawal .withdrawal_notice_tit{display: block; font-size: 13px; font-weight: 700; color: #333; margin-bottom: 8px; line-height: 1.4;}
#my_edit .pop_withdrawal .withdrawal_notice_box ul{margin: 0; padding-left: 18px;}
#my_edit .pop_withdrawal .withdrawal_notice_box li{font-size: 13px; color: #555; line-height: 1.6; margin-bottom: 4px; word-break: keep-all;}
#my_edit .pop_withdrawal .withdrawal_notice_box li:last-child{margin-bottom: 0;}
#my_edit .pop_withdrawal .withdrawal_notice_confirm{font-size: 12px; color: #777; margin: 10px 0 0; line-height: 1.5;}
#my_edit .pop_withdrawal .withdrawal_btn_wrap{display: flex; column-gap: 10px; justify-content: center; margin-top: 4px;}
#my_edit .pop_withdrawal .withdrawal_btn_wrap .btn60{width: 120px; border-radius: 60px; font-size: 14px; font-weight: 500; height: 42px; line-height: 42px; text-align: center; box-sizing: border-box;}
#my_edit .pop_withdrawal .withdrawal_btn_wrap #go_withdrawal_btn{background-color: #000; color: #FFF;}
#my_edit .pop_withdrawal .withdrawal_btn_wrap #cancle_withdrawal_btn{background-color: #FFF; border: 1px solid #CCC; color: #444;}

@media screen and (max-width: 768px){
  #my_edit .my_con .con_wrap .mem_info dl{width: 100%;}
  #my_edit .my_con .con_wrap .mem_info dl.tel_wrap .tel_input1 input,
  #my_edit .my_con .con_wrap .mem_info dl.tel_wrap .tel_input1 select{max-width: 30%;}
  #my_edit .my_con .con_wrap .mem_info dl.tel_wrap02 dt{margin: 0;}
  #my_edit .my_con .con_wrap .mem_info dl dd{min-height: 42px}
}
@media screen and (max-width: 500px){
  .mypage h3{font-size: 16px;}
  .mypage .tit_wrap>p{font-size: 14px; line-height: 1.4em;}

  #login.edit_password h2{font-size: 16px;}
  #login.edit_password .n_k_btn a{font-size: 16px;}
  #login.edit_password p.or{font-size: 14px;}
  #login.edit_password .btn_wrap .submit_btn{font-size: 16px;}
  #my_edit .my_con .con_wrap .mem_info dl dt{font-size: 14px;}
  #my_edit .my_con .con_wrap .mem_info dl dd .btn60{height: 42px; width: 80px; min-width: 80px;}
  #my_edit .my_con .con_wrap .mem_info dl.tel_wrap input{width: calc(100% - 86px);}
  #my_edit .my_con .con_wrap .mem_info dl dd.event{flex-wrap: wrap; row-gap: 6px;}
  #my_edit .my_con .con_wrap .mem_info dl dd.event label{width: 100%;}

  #my_edit .pop_withdrawal .img_wrap img{width: 120px;}
  #my_edit .pop_withdrawal p.text1{font-size: 14px;}
  #my_edit .pop_withdrawal p.text2{font-size: 14px; margin-top: 0;}
  #my_edit .pop_withdrawal .btn_wrap>a{width: 95px; height: 35px; line-height: 35px;}
  #my_edit .pop_withdrawal .withdrawal_modal_inner{max-width: 100%; padding: 0 8px;}
  #my_edit .pop_withdrawal .withdrawal_modal_tit{font-size: 16px;}
  #my_edit .pop_withdrawal .withdrawal_modal_desc{font-size: 13px; line-height: 1.6;}
  #my_edit .pop_withdrawal .withdrawal_reason_item{font-size: 13px;}
  #my_edit .pop_withdrawal .withdrawal_notice_box li{font-size: 12px;}
  #my_edit .pop_withdrawal .withdrawal_btn_wrap .btn60{width: 95px; height: 35px; line-height: 35px; font-size: 13px;}

  #my_edit .btn_wrap>a,
  #my_edit .btn_wrap>button{height: 47px; font-size: 14px;}
}



















/* 개인정보처리방침, 이용약관 공통*/
.privacy h4,
.terms_of_use h4{font-size: 20px; font-weight: 700; color: #000; line-height:1.6em; margin-bottom: 10px;}

.privacy h5,
.terms_of_use h5{font-size: 18px; font-weight: 700; color: #444; margin: 10px 0;}

.privacy p,
.terms_of_use p,
.privacy li,
.terms_of_use li{font-size: 18px; font-weight: 400; color: #444; line-height: 1.6em;}

.privacy p.space,
.terms_of_use p.space{margin: 10px 0;}

.privacy .box>ol,
.terms_of_use .box>ol{margin-top: 10px;}


.policy .policy_tabs{display: flex; justify-content: space-between;}
.policy .policy_tabs>li{width: 24%;}
.policy .policy_tabs>li>a{display: block; text-align: center; width: 100%; font-size: 18px; font-weight: 400; color: #444; padding-bottom: 20px; border-bottom: 1px solid #CCC; box-sizing: border-box; line-height: 1em;}
.policy .policy_tabs>li.active>a{color: #1C95C5; border-bottom: 3px solid #1C95C5;}

.policy h2{text-align: center; font-size: 28px; font-weight: 700; color: #000; line-height: 1em;}
.policy .box{margin-bottom: 40px;}
.policy table{width: 100%; border-collapse: collapse; margin: 20px 0;}
.policy table thead th{background-color: #f5f5f5; border-top: 2px solid #000; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; vertical-align: middle; line-height: 1em; padding: 15px 0; font-size: 18px; font-weight: 700; color: #000;}
.policy table thead th:first-child{border-left: 1px solid #CCC;}
.policy table tbody td{border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; text-align: center; vertical-align: middle; line-height: 1em; font-size: 18px; font-weight: 400; color: #000; padding: 15px 0;}
.policy table tbody td:first-child{border-left: 1px solid #CCC;}

.policy ol>li{display: flex; column-gap: 6px;flex-wrap: wrap;}
.policy ol>li>span.numbering{width: 15px;}
.policy ol>li>span{width: calc(100% - 25px); display: block;}
.policy ol>li h5{display: block; width: 100%;}
.policy ol>li ul.mark_list{width: 100%;}
.policy ul.mark_list li{padding-left: 35px;}
.policy ul.mark_list li::before{transform: translate(0); top: 12px; left: 20px;}

.policy .box>ol>li>ol{box-sizing: border-box; padding-left: 20px; width: 100%;}
.policy .box>ol>li>ol>li>ol{box-sizing: border-box; padding-left: 20px; width: 100%;}
.policy .box>ol>li>ol>li>ol>li>ol{box-sizing: border-box; padding-left: 20px; width: 100%;}

@media screen and (max-width: 768px){
  .policy{margin-top: 20px; box-sizing: border-box; padding: 0 20px;}
  .policy .policy_tabs{flex-wrap: wrap; row-gap: 20px;}
  .policy .policy_tabs>li{width: 49%;}
}



@media screen and (max-width: 500px){
  .policy .policy_tabs>li>a{font-size: 14px;}

  .policy h2{font-size: 16px;}
  .policy .box{margin-bottom: 20px;}
  .policy h4{font-size: 16px; margin-bottom: 0;}
  .policy p,
  .policy li{font-size: 14px;}
  .policy ol{margin-top: 5px;}
  .policy ol>li h5{margin: 5px 0; font-size: 16px;}
  .privacy h5, .terms_of_use h5{font-size: 16px; margin: 5px 0;}
  .policy ul.mark_list li{padding-left: 25px;}
  .policy ul.mark_list li::before{left: 15px; top: 8px;}
  .policy table thead th{font-size: 14px; padding: 10px 0;}
  .policy table tbody td{font-size: 14px; padding: 10px 0;}

  .policy .box>ol>li>ol{padding-left: 10px;}
  .policy .box>ol>li>ol>li>ol{padding-left: 10px;}
  .policy .box>ol>li>ol>li>ol>li>ol{padding-left: 10px;}
}




































