@charset "utf-8";
/* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴00 : 공통 --- --- --
    --- --- --- --- --- --- --- --- --- */
.container { margin-top: 0px;}
#content {  min-height: auto;}
.footer-top-menu .container, .footer-main .container {border-top: 0px solid #eee;}
.subtop_inner, .submenu_2depth {display: none !important;}
.submenu-inner {background:  var(--color);}
#nav > ul > li .submenu-list li a { color: #000000 !important;}

div.login_cont{
    padding: 10px 50px;
}

div.idpw_cont{
    padding: 50px 50px;
}

.round_st li {
    display: table;
    list-style: none;
    width: 32%;
    height: 60px;
    text-align: -webkit-center;
    background-color: rgba(173, 180, 185, 0.8);
    font-size: 1em;
    border-radius: 10px;
}

/*버튼*/
.btn-mc {
    justify-content: space-between;
    display: flex;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-top:50px;
}

.btn-mc a {
    width: 45%;
}

#later {
    background-color: #fff;
    border: 1px solid #d5d4d4;
    color: #333;
}

#login_btn {
    background-color:  var(--color);

}

/* .btn-mc > a {width: 50%;} */
.authBtnGroup {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
   font-weight:500;
}

.authBtnGroup a,
.authBtnGroup a button {
    color: #fff !important;
    background:  var(--color);
    position: relative;
    display: inline-block;
    width: 158px;
    margin: 0 3px;
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    text-align: center;
    border-radius: 11px;
    border: 1px solid #ddd !important;
}

.authBtnGroup a:hover,
.authBtnGroup a button:hover {
    background-color: #fff !important;
    color:  var(--color) !important;
    border-color:  var(--color) !important;
    -webkit-transition: all 0.2s ease-out !important;
}



    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴01 : 로그인 --- --- --
    --- --- --- --- --- --- --- --- --- */

.button_set_01 {
    width: 100%;
    /* float: left; */
    font-weight:300;
    height: 45px;
}

.button_set_01 ul {
    width: 100%;
    margin: 0;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.button_set_01 ul li {
    width: auto;
    height: 100%;
}

.button_set ul_01 li button {
    width: auto;
}

.button_set ul_01 li button img {
    display: block;
    width: 100%;    
}

.button_set_01 ul li .btn_09 {
    border: none;
    background: none;
}

.button_set_01 ul li .btn_09 img {
 	cursor: pointer;
     border-radius: 5px;
     border: 1px solid #ceba00;
}

.button_set_01 ul li .btn_10 {
    border: none;
    background: none;
}

.button_set_01 ul li .btn_10 img {
	cursor: pointer;
}

.btn-mc > a.idform_btn {
    height: 48px;
    line-height: 49px;
    margin-left: 3px;
    padding: 0 10px;
    background-color:  var(--color);
    display: inline-block;
    font-size: 17px;
    color: #fff;
    border: none;
    border-radius: 15px;	
}

.login {
    width: 390px;
    margin: 2% auto;
    text-align: center;
    font-weight:500;
    border: 2px solid #eee;
    padding: 44px 50px;
    border-radius: 20px;
    width: 500px;
}

.login h2 {
    padding: 0 0 30px;
    border-bottom: 2px solid  var(--color);
    text-align: center;
    line-height: 1;
    font-size: 32px;
    color: #333;
}

.login > ul {
    padding: 40px 0 20px;
}

.login > ul li {
    padding: 0 0 12px;
    text-align: left;
}

.login > ul li input {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    text-indent: 16px;
    margin-top: 2px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.login > ul li input::-webkit-input-placeholder {
    font-size: 16px;
    color: #9fa19f;
    font-weight: normal !important;
}

.login > ul li input[type="checkbox"] {
    position: absolute;
    left: -3000%;
}

.login > ul li input[type="checkbox"] + label {
    height: 36px;
    line-height: 36px;
    font-weight: normal;
}

.login > ul li input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: -5px;
}

.login > ul li input[type="checkbox"]:checked + label:before {
    background: url(/resource/img/main/check_on.png) no-repeat center #fff;
    background-size: contain;
    border-color: #ccc;
}

.login > ul li input[type="button"] {
    border: none;
    background:  var(--color);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.login .join {
    padding: 0 0 20px;
}

.login .join ul {
    display: flex;
    justify-content: center;
}

.login .join ul li {
    position: relative;
    padding: 0 14px;
}

.login .join ul li ~ li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 14px;
    width: 2px;
    background: #88c4cb;
}

.login .join ul li a {
    font-size: 14px;
    color: #333;
}

html.color_change .login .join ul li a {
    color: #fff;
}
html.color_change .login > ul li input[type="button"] {
    filter: invert(1)!important;
}

.login > a {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #666;
}

ul {
    list-style: none;
    padding-left: 0px;
}

/*sns 로그인*/
.login_form {
	padding: 40px 0 33px;
}

.borderLine {
	padding: 0 0 12px;
    text-align: left;
}

.inputLogin {
	width: 100%;
    height: 46px;
    box-sizing: border-box;
    text-indent: 16px;
    margin-top: 2px;
    border: 1px solid #ccc;
    padding: 0 0 12px;
    text-align: left;
    font-size: 16px;
}

.login_button_new {
	border: none;
    background:  var(--color);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    text-indent: 16px;
}

.fontcolor_new {
	font-size: 15px;
    color: #333;
}

.col {
	padding: 0 0 12px;
    text-align: left;
}


    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴02 : 회원가입 정보 --- --- --
    --- --- --- --- --- --- --- --- --- */
.container_join{
    width: 100%;
    margin: 0 auto;
}

/*가입 시작*/


.identi_confirm {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.identi_confirm .item.hp {
    background-color: #fff;
    border: none;
    width: 100%;
}

.identi_confirm .item .iconHp {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6 url(/resource/img/icon/children.png) no-repeat center center;
    background-size: 120px 120px;
}

.identi_confirm .item.kid {
    background-color: #fff;
    border-top: 3px solid  var(--color);
    border-radius: 20px;
}

.identi_confirm .item .iconKid {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6 url(/resources/view/phcf/images/14under_02.png) no-repeat center center;
    background-size: 100px 100px;
}

.identi_confirm .item .iconCp {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6 url(/resources/view/phcf/images/phone_pass.png) no-repeat center center;
    background-size: 100px 100px;
}

.identi_confirm strong {
    display: block;
    padding: 19px 0 16px 0;
    font-size: 19px;
}

.identi_confirm .item.ipin {
    border-top: 3px solid  var(--color);
    background-color: #fff;
	border-radius: 20px;
    font-style: normal;
}

.identi_confirm .item .iconIpin {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6 url(/resources/view/phcf/images/14more_02.png) no-repeat center center;
    background-size: 100px 100px;
}

/* 기업 회원가입 아이콘 */
.identi_confirm .item .bizJoin {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6;
    background-size: 100px 100px;
    position: relative;
    font-style: normal;
}

.identi_confirm .item .bizJoin::before {
    content: '\f508';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 60px;
    color: var(--color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 외부 전문 위원 아이콘 */
.identi_confirm .item .iconExpert {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6;
    background-size: 100px 100px;
    position: relative;
    font-style: normal;
}

.identi_confirm .item .iconExpert::before {
    content: '\f0c0';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 60px;
    color: var(--color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 도 담당자 아이콘 */
.identi_confirm .item .iconProvince {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6;
    background-size: 100px 100px;
    position: relative;
    font-style: normal;
}

.identi_confirm .item .iconProvince::before {
    content: '\f3c5';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 60px;
    color: var(--color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 시/군 담당자 아이콘 */
.identi_confirm .item .iconRegion {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6;
    background-size: 100px 100px;
    position: relative;
    font-style: normal;
}

.identi_confirm .item .iconRegion::before {
    content: '\f1ad';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 60px;
    color: var(--color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.identi_confirm .item.item.foreigner {
    border-top: 3px solid  var(--color);
    background-color: #fff;


}

.identi_confirm .item .iconForeigner {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6 url(/resources/view/phcf/images/global.png) no-repeat center center;
    background-size: 120px 120px;
}

.identi_confirm .item .icon_otherIpin {
    display: inline-block;
    width: 134px;
    height: 134px;
    border-radius: 63px;
    background: #f6f6f6 url(/resources/view/phcf/images/certificate.png) no-repeat center center;
}

.identi_confirm .item {
    position: relative;
    width: 23%;
    margin-bottom: 2px;
    padding: 50px 50px;
    border: 1px solid #cccccc;
    text-align: center;
}



.snsInfo {
	text-align: center !important;
    font-weight: 400 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/*로그인*/
.login_h2 {
    margin-bottom: 11px;
    font-weight: bold;
    font-family: 'GmarketSans';
    letter-spacing: -2px;
}

.login_strong {
    color: #0d4da2;
    font-size: inherit;
    font-family: 'GmarketSans';
    margin-right: 18px;
}

.login_idinput {
    background: rgb(215 234 235);
    height: 50px;
    border: none;
    border-radius: 50px;
    line-height: 50px;
    padding-left: 47px;
    margin-bottom: 15px;
    width: 100%;
    background-size: 14px 14px;
}

.login_button_new {
    cursor: pointer;
    display: block;
    height: 49px;
    background: linear-gradient(to right, #83d314 0%, #017cc6 60%);
    text-shadow: 0 0 3px #0b2ea9;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: none;
}




    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴03 : 약관 동의 --- --- --
    --- --- --- --- --- --- --- --- --- */
.JoinMembership {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.progress,
.progress_detail {
    display: none;
}

.step_list {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
    box-sizing: border-box;
}

.round_st {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 70px auto;
}


.round_st li div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.round_st li div p {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
    align-items: center;
}

.round_st li.chk {
    background:  var(--color);
    font-size: 1em;
    border: 2px solid #fff;
}

/*약관동의*/
.authKid_agree {
    width: 100%;
    margin: 0 auto;
}

.agreeFieldset,
.agreeFieldset2 {
    min-width: 280px;
    background-color: whitesmoke;
    padding: 1%;
    border: 1px solid #ddd;
    height: 282px;
    overflow-y: scroll;
    margin-bottom: 0%;
}

.textarea_area .h3 {
    color:  var(--color) !important;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.textarea_area .h4 {
    font-size: 16px;
    color: #0d1218;
    font-weight: bold
}

.textarea_area .h4:after {
    content: "|";
    display: block;
    width: 20px;
    color:  var(--color);
    float: left;
    font-weight: 900;
}


.joinborderTbl th, .joinborderTbl td {
	border: 1px solid #ccc;
}

.textarea_area .agree_txt {
    color: #666 !important;
    font-size: 16px;
    line-height: 150% !important;
    padding-left: 20px !important;
    font-weight: 400;
}

.textarea_area .agree_list {
    margin: 10px 0;
    padding: 0;
}

.agree_list li {
    padding-left: 20px !important;
    line-height: 1.6;
    position: relative;
    margin: 3px 0;
    padding-left: 7px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.agree_list li:before {
    top: 10px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background:  var(--color);
}

.h4:before {
    top: 5px;
    left: 1px;
    width: 5px;
    height: 13px;
    border-radius: 10px;
    background-image: none;
    background-color:  var(--color);
}

.authKid_agree {
    padding: 0px 0 20px 0;
    min-width: 280px;
    line-height: 25px;
}

.authKid_agree h2 {
    font-size: 23px;
    padding-bottom: 4px;
    font-weight: bold;
    color:  var(--color);
    text-align: left;
}

.authKid_agree h3 { margin-top: 20px;}
.authKid_agree .textarea_area h2 { font-size: 18px;}
.authKid_agree .textarea_area h3 { font-size: 16px;}

.check_area {
    text-align:left;
}

.textarea_area {
    padding: 10px;
    display: inline-block;
}

.check_area {
    border-bottom: 1px solid #ddd;
    margin-bottom: 3%;
    padding-bottom: 3%;
}

.check_area {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2%;
}

.check_area input {
	margin: 5px;
    position: relative;
    top: -2px;
}

input[name="mbrAgree"],
[name="mbrAgree2"] {
    accent-color:  var(--color);

}

input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
}



label[class="agreesize"] {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.check_AllAgree {
    padding: 2%;
    text-align: center;
}

.check_AllAgree input {
    margin: 5px;
    position: relative;
    top: -2px;
}


.privacy-info-box {
    background: #f8f9fa;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 18px 0 24px 0;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    word-break: keep-all;
}
.privacy-info-box b,
.privacy-info-box strong {
    color: var(--color);
}
.privacy-info-box br {
    line-height: 1.2;
}

/*14세미만 고객*/


.joinInfo {
    font-size: 13px;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.kidInfo {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    margin-top: 30px;
}

.kidInfo > tbody > tr > th {
    text-align: left;
    padding: 17px 20px 10px 20px;
    width: 20%;
    vertical-align: top;
    border-bottom: #ddd solid 1px;
}

.kidInfo > tbody > tr > td {
    padding: 10px;
    vertical-align: middle;
    width: 80%;
    border-bottom: #ddd solid 1px;
}

.kidInfo > tbody > td p.Group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.authKidNm > h5 {
    font-size: 17px;
    margin-bottom: -18px;
    font-weight: revert;
}

.authKidNm > table {
    width: 100%;
    border-collapse: collapse;
}

.authKidNm > table th {
    text-align: left;
    padding: 17px 20px 10px 20px;
    width: 20%;
    vertical-align: top;
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
    line-height: 48px;
}

.Essential {
    color: #4688e3;
}

.authKidNm > table td {
    padding: 10px;
    vertical-align: middle;
    width: 80%;
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.authKidNm > table td p.Group {
    display: contents;
    align-items: center;
    flex-wrap: nowrap;
}

input[type="radio"] {
    accent-color:  var(--color);
}



    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴04 : 정보입력 --- --- --
    --- --- --- --- --- --- --- --- --- */

.warning {
    display: block;
}

.joinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    margin-top: 30px;
    border: none;
}

.joinTable th {
    text-align: left;
    padding: 18px 20px;
    width: 10%;
    vertical-align: middle;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    color: #333;
}

.joinTable th label {
    font-weight: 600;
    color: #333;
}

.joinTable td {
    padding: 20px;
    vertical-align: middle;
    width: 90%;
    border-bottom: 1px solid #e8e8e8; 
}

.joinTable td span {
    font-size: 13px;
    color: #666;
    display: block;
}

.joinTable td input[type=text],
.joinTable td input[type=password] {
    width: 100%;
    max-width: 300px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.joinTable td input[type=text]:focus,
.joinTable td input[type=password]:focus {
    border-color: var(--color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.JoinMembership .Essential {
    color: #4688e3;
}

.JoinPw .Essential {
    color: #4688e3;
}

.joinTable th .Essential {
    position: relative;
    margin-left: -5px;
    margin-right: 5px;
    color: #e74c3c;
    font-weight: 600;
}

#passwordE {
	display:none;
}

.joinTable td button,
.joinTable td a {
	min-width: 100px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-out;
}

.joinTable td button:hover,
.joinTable td a:hover {
	min-width: 100px;
    background-color: #fff;
    color: var(--color);
    border-color: var(--color);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#btnIdCheck {
    border: 1px solid #ddd !important;
}

#btnIdCheck:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #ddd !important;
}

.joinTable td button[onclick*="goPopup"],
.joinTable td button[type="button"][onclick] {
    border: 1px solid #ddd !important;
}

.joinTable td button[onclick*="goPopup"]:hover,
.joinTable td button[type="button"][onclick]:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #ddd !important;
}

.joinTable td input[type=checkbox] + label {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 15px;
}

.JoinPw .InfoIdText {
    font-size: 16px;
    float: right;
    position: fixed;
    width: 100%;
    margin-bottom: 120px;
    text-align: right;
    padding-right: 400px;
    margin-left: -100px;
}

.JoinMembership .InfoPwText {
    font-size: 13px;
    float: right;
    position: absolute;
    width: 100%;
    margin-bottom: 100px;
    text-align: right;
    padding-right: 54px;
}

.JoinMembership .RequiredItems {
    font-size: 13px;
    float: right;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: right;
    padding-right: 10px;
}

.joinTable td p.Group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 8px;
}

.joinFlex {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.joinMR {
    margin-right: 8px;
    font-size: 15px;
    color: #666;
}

.joinTable td input[disabled],
.joinTable td input[readonly] {
    background-color: #f5f5f5;
    color: #666;
    cursor: not-allowed;
}

.joinTable td input[disabled]:focus,
.joinTable td input[readonly]:focus {
    border-color: #ddd;
    box-shadow: none;
}

.borderBottom {
    border-bottom: #fff solid 1px !important;
}

#rdnmadr {
    width: 510px;
}

#addr, #selectProvince, #selectRegion {
    width: 510px;
}

#daddr {
    width: 510px;
}

.joinTable td p.Group select {
    padding: 0 15px;
    width: 100%;
    max-width: 300px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.joinTable td p.Group select:focus {
    border-color: var(--color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}



/* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴04-1 : 회원가입 완료 --- --- --
    --- --- --- --- --- --- --- --- --- */
.infoResult {
    width: 80%;
    margin: 200px auto;
    background-color: #fff;
}

.info-content {
    background: #fff;
    padding: 30px;
}

.info-content > strong {
    display: block;
    font-size: 26px;
    color: #1b1b1b;
    text-align: center;
}

.info-content > p {
    margin: 10px 0 30px 0;
    font-size: 15px;
    text-align: center;
}

 /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴05 :아이디비밀번호 --- --- --
    --- --- --- --- --- --- --- --- --- */

#findForm{
    width: 100%;
    height: 450px;
    position: relative;
}
.findForm{ position: relative; width: 100%;
    height: 450px;}

.findForm::before{
     width:100%;
    height: 450px;
    background-color: #f2f2f2;
    border-radius: 3px 100px 3px 100px;
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/page/back_art.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.fPB {
    width: 60%;
    margin: 113px auto;
    background-color: #fff;  
    margin-bottom: 176px; 
}

.infoP {
    padding: 5px 0px 38px 0px;
}

.findMessage {
    width: 100%;
}


.findCenter {
   margin-left: auto;
    margin-right: auto;
    padding: 80px 0 80px 0;
    min-width: 400px;
    width: 100%;
}

.InfoIdText {
    display: block;
    margin-bottom: 20px;
    font-weight:500;
    color: #666666;
    font-size: 16px;
}

.findCenter .InfoIdText {
    display: block;
    margin-bottom: 20px;
    font-weight:500;
    color: #666666;
    font-size: 16px;
}

.info_transform {
    margin-top: 89px;
}

.loginfind_tab:after {
    display: block;
    clear: both;
    content: ''
}

.loginfind_tab li {
    float: left;
    width: 50%
}

.loginfind_tab li a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    border: 1px solid transparent;
    border-bottom-color:  var(--color);
    line-height: 53px;
    text-align: center;
    letter-spacing: -.3px
}

.loginfind_tab li:last-child a {
    margin-left: -1px
}

.loginfind_tab li.on a,
.loginfind_tab li:hover a {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color:  var(--color);
    border-color:  var(--color);
    border-bottom-color: transparent;
    cursor: pointer;
}

.show {
	display: block !important;
}

.none {
	display: none !important;	
}

.loginfind_cont {
    width: 100%;
    padding-top: 20px;
    display: none;
}

.loginfind_cont .if_tx {
    font-size: 15px;
    color: #333;
    letter-spacing: -.3px;
    line-height: 23px
}

.loginfind_cont .info_inp_dl {
    margin-top: 15px
}

.loginfind_cont .info_inp_dl dt {
    width: 110px
}

.loginfind_cont .info_inp_dl .inp_tx_type01 {
    width: 408px
}

.loginfind_cont .btn_type01 {
    display: block;
    margin: 30px auto 0;
    width: 340px;
    height: 70px;
    font-size: 17px;
    letter-spacing: -.3px;
    line-height: 70px
}

.idform_btn {
    height: 48px;
    line-height: 49px;
    margin-left: 3px;
    padding: 0 30px;
    background-color:  var(--color);
    display: inline-block;
    font-size: 17px;
}


.block_ing {
    display: table;
    height: 100px;
    width: 100%;
    font-weight: normal;
    border: 1px solid #ccc !important;
    margin-top: 30px;
    margin-bottom: -10px;
}

.block_ing p {
    display: table-cell;
    vertical-align: middle;
}

input[name="mbrNm"] {
    width: 90%  !important;
}

input[name="mbtlNo"], input[name="telNum"], input[name="email01"], input[name="email02"], input[name="zip"] {
    width: 100px !important;
}

.findMessage {
    display: block;
    width: 100%;
    color:  var(--color);
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.f_guide {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #737373;
    width: 100%;
}

.pwdResult {
    width: 100% !important;
    height: 30px !important;
}

.hFontW {
    font-weight: 800;
    margin-bottom: 20px;
}

.findTable {
    border-collapse: collapse;
    margin-bottom: 50px;
    margin-top: 30px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}


.findTable th {
    text-align: left;
    /* padding: 10px 10px 10px 10px; */
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    border: none !important;
    border-bottom: 1px solid #f2f2f2;
}

.findTable td {

vertical-align: middle;

border-bottom: 1px solid #f2f2f2;
}


.findTable td span {
    font-size: 13px;
}

.findTable td input[type=text] {
 border: 1px solid #ccc;
 height: 35px;
 font-weight: normal;
}



.findTable td p.Group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}


.findPwTable {
    width: 100%;
}


.findPwTable th {
    text-align: left;
    width: 30%;
}

.findPwTable td {
    text-align: left;
    width: 70%;
}

.findPwTable td input[type=password] {
    border: 1px solid #ccc;
    width: 100% !important;
    height: 35px;
}

/*비밀번호 변경 css 추가*/
.find_Result_pw {border: 1px solid #7a7a7a;}
.find_Result_pw {
	text-align: center;
	width: max-content;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	}
.block_ing img{
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0 10px;
} 


/*sub title추가*/
.mleft {
	margin-left:77%;
}

/*미파악*/
.snsDt{
	display:table-cell;
}



/* ::::::::::::::::::::::::::::::::: 반응형:::::::::::::::::::::::::::::::::: */

@media (max-width:1300px) {	
	    .joinTable {
        width: 100%;

    }

    .joinTable tbody {
        width: 100%;
    }

    .joinTable th {

        padding-left: 20px;
        width: 30%;
        vertical-align: top;
        font-size: 14px;

    }

    .joinTable td {
        padding: 5px 5px 5px 5px;
        width: 70%;
        border-bottom: #ddd solid 1px;
    }


    .joinTable td input[type=text],
    .joinTable td input[type=password] {
        width: 50%;
        height: 35px;
        border: 1px solid #ccc;
    }
    
    .joinTable td p.Group select {
    width: 51%;
    height: 40px;
    border: 1px solid #ccc;
}
	
}
@media (max-width:1200px) {
    .snsDt{
	display:none;	
	}    
}
@media (max-width:1100px) {
   /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴02 : 약관 --- --- --
    --- --- --- --- --- --- --- --- --- */
    .joinborderTbl td {
		float:none !important;		
		font-size:small;
	}
    
    .joinborderTbl > tbody > tr [data-r-header]::after,
    .joinborderTbl > tbody > tr > td::after {
        content: "";
        display: inline-block;
        height: 8px;
        margin: 0 10px;
        padding-left: 0;
        border-left: 0px solid #ddd;
        vertical-align: middle;
    }
    .joinborderTbl > tbody > tr > td:last-of-type::after {
        display: none;
    }

  
    .joinborderTbl > tbody > tr > td::before {
        content: attr(data-r-header);
        display: inline-block;
        color: #888;
        margin-right: 7px;
        font-size: .9em;
    }

    
    .joinborderTbl > tbody > tr > td {
        padding: 5px !important;
        font-size: 13px;
        text-align: left;
    }

    .joinborderTbl > tbody > tr > td::before {
        content: attr(data-r-header);
        color: #888;
        margin-right: 7px;
        font-size: .9em;
    }
    
    .identi_confirm .item {
        width: 80%;
        margin-bottom: 0;

    }

}




@media (max-width:1024px) {
    #content, .container {
        padding: 0px 0px !important;
    }
    #content {padding: 35px 20px !important;}

      /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴01 : 로그인 --- --- --
    --- --- --- --- --- --- --- --- --- */
    .login {
        text-align: center;
        font-weight:500;
    }
    
    
    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴02 : 약관 --- --- --
    --- --- --- --- --- --- --- --- --- */
    /*미파악*/
    .check_AllAgree input {
	    margin: 5px;
	    width: 20px;
	    height: 20px;
	    margin: -4px 5px 0 0;
	    vertical-align: middle;
	}
    
    
     .round_st li {

        font-size: 15px;
        font-weight:300;
    }

    .round_st li div p {

        font-size: 15px;

    }

    .round_st li.chk {
        font-size: 15px;
    }


	
    label[class="agreesize"] {
        color: #000;
        font-size: 15px;
    }

    .authKidNm > h5 {
        font-size: 14px;
        margin-bottom: -18px;
        font-weight: revert;
    }


    .authKidNm > table th {
        width: 45%;
        line-height: 30px;
        font-size: 15px;
    }

    .son_star {
        display: block;
        font-size: 12px;
    }

   /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴03 : 정보입력 --- --- --
    --- --- --- --- --- --- --- --- --- */

    .warning {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .information_wr {
        width: 100%;
        display: block;
    }

    .joinTable {
        width: 100%;

    }

    .joinTable tbody {
        width: 100%;
    }

    .joinTable th {

        padding-left: 20px;
        width: 30%;
        vertical-align: top;
        font-size: 14px;

    }

    .joinTable td {
        padding: 5px 5px 5px 5px;
        width: 70%;
        border-bottom: #ddd solid 1px;
    }


    .joinTable td input[type=text],
    .joinTable td input[type=password] {
        width: 50%;
        height: 35px;
        border: 1px solid #ccc;
    }
    
    .joinTable td p.Group select {
    width: 51%;
    height: 40px;
    border: 1px solid #ccc;
}


    #rdnmadr {
        width: 95%;
    }

    #addr {
        width: 95%;
    }

    #daddr {
        width: 95%;
    }

    #telNo1,
    #telNo2,
    #telNo3 {
        width: 22%;
    }

/* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴04 : 가입완료 --- --- --
    --- --- --- --- --- --- --- --- --- */
    .infoResult {
        width: 100%;
        margin: 100px auto;
        background-color: #fff;
    }

    /*비번변경*/
    .fPB {
        width: 100%;
        margin: 100px auto;
        background-color: #fff;
    }

    .findCenter {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 50px;
        border: 1px var(--color) solid;

    }

    .findCenter .InfoIdText {
        display: block;
        margin-bottom: 20px;
         font-weight:500;
        color: #666666;
        font-size: 14px;
    }

    .findPwTable th {
        font-size: 13px;
    }

    .f_guide {
        font-size: 11px;
    }
    
    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴05 : 비번찾기 --- --- --
    --- --- --- --- --- --- --- --- --- */
    
    .find_Result_pw {
       top: 50%;
    transform: translate(-50%, -50%);
	}

}

@media (max-width:768px) {
    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴01 : 로그인 --- --- --
    --- --- --- --- --- --- --- --- --- */
 .login {
        width: 100%;
        text-align: center;
        font-weight:500;
        min-height: auto;
        padding: 40px 0px;
        border: 0px solid #eee;
    }
    
    .button_set_01 ul li .btn_10 img {
   		width: 100%;
    }
    .login .join ul li {padding: 0 8px;}
    
    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴02 : 약관 --- --- --
    --- --- --- --- --- --- --- --- --- */
    .round_st li {
        background-color: rgba(173, 180, 185, 0.8);
        font-size: 15px;
        font-weight:300;
    }

    .round_st li div p {
		font-weight: 400;
        font-size: 14px;
    }

	.authKid_agree {
	    padding: 0 0 20px 0;
	}
	
    .round_st li.chk {
        font-size: 15px;
        margin: 0;
    }

	.textarea_area .agree_txt {
    	font-size: 0.9rem;
	}
    label[class="agreesize"] {
        color: #000;
        font-size: 0.8rem;
    }
    
    .identi_confirm .item.kid {
	    background-color: #fff;
	    border-top: 3px solid  var(--color);
	    border-radius: 20px 20px 20px 20px;
	}
	
	.identi_confirm .item.ipin {
	    border-top: 3px solid  var(--color);
	    background-color: #fff;
	    border-radius: 20px 20px 20px 20px;
	}
    
     /*14세 외국인등*/
    
    .identi_confirm {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    
    .identi_confirm .item {
 width: 100%;
    padding: 30px 0px;
    
}
    
    .identi_confirm .item.hp {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.agree_list li {
		font-size: 0.8rem;
	}
	
	.textarea_area .h4 {
		font-size: 0.9rem;
	}
    /*14미만 약관동의*/

    .authKidNm > h5 {
        font-size: 14px;
        margin-bottom: -18px;
        font-weight: revert;
    }


    .authKidNm > table th {
        width: 45%;
        line-height: 30px;
        font-size: 15px;
    }

    .son_star {
        display: block;
        font-size: 12px;
    }
    
    .round_st {
        margin: 0 auto;
    }
    
    .authKid_agree h2 {
        font-size: 18px;}
    
     /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴03 : 정보입력 --- --- --
    --- --- --- --- --- --- --- --- --- */

    .warning {
        display: block;
        width: 100%;
    }

    .information_wr {
        width: 100%;
        display: block;
        overflow: scroll;
    }

    .joinTable {
        width: 100%;

    }

    .joinTable tbody {
        width: 100%;
    }

    .joinTable th {
        padding-left: 20px;
        width: 30%;
        vertical-align: top;
        font-size: 14px;
    }
    
    .sns_textalign{
        padding-left: 20px !important;
        width: 30% !important;
        font-size: 14px !important;
    }
    
    .sns_textalign a {
        min-width: 94px !important;
    }

    .joinTable td {
        padding: 5px 5px 5px 5px;
        width: 70%;
        border-bottom: #ddd solid 1px;
    }

	.span_fontsize{
		font-size: 10px !important;
	}

    .joinTable td input[type=text],
    .joinTable td input[type=password]{
        width: 50%;
        height: 35px;
        border: 1px solid #ccc;
    }
    
    .joinTable td p.Group select {
    width: 52%;
    height: 40px;
    border: 1px solid #ccc;
}

	.info-content > strong {
	    font-size: 19px;
	}


    #rdnmadr {
        width: 95%;
    }

    #addr {
        width: 95%;
    }

    #daddr {
        width: 95%;
    }

    #telNo1,
    #telNo2,
    #telNo3 {
        width: 22%;
    }

     /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴04 : 가입완료 --- --- --
    --- --- --- --- --- --- --- --- --- */

    .infoResult {
        width: 100%;
        margin: 100px auto;
        background-color: #fff;
    }

  
     /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴05 : 아이디 비밀번호 --- --- --
    --- --- --- --- --- --- --- --- --- */

    .fPB {
        width: 100%;
        margin: 100px auto;
        background-color: #fff;
    }

    .findCenter {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
		min-width: 0px;
    }

    .findCenter .InfoIdText {
        display: block;
        margin-bottom: 20px;
        font-weight:500;
        color: #666666;
        font-size: 14px;
    }

    .findCenter .InfoIdText_01 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-weight:500;
        color: #666666;
        font-size: 14px;
    }

    .findPwTable th {
        font-size: 13px;
    }

    .f_guide {
        font-size: 11px;
    }
    
    
    .idform_btn {
    	padding:0;
    }
    
    .btn-mc a {
    	font-size: 0.8rem;
    }
    
    .findTable {
	    /* margin-left: 35px !important; */
	    /* margin-right: 35px !important; */
	   }
    
    .findTable td input[type=text] {
		width: 200px;
	}
	
	.find_result_height {
		width: 300px;
	}

    
    .block_ing {
    font-size: 0.8rem;
    width: 300px;
}
    
    #findForm::before {
    height: 370px;  
}
.user_info { width: 100%; overflow: scroll;}
.info_table { width: 800px !important;}
.con_title {margin-bottom: 30px !important; margin-top: 40px;}
.title_text { font-size: 24px;}
h3.margin-t50 {font-size: 16px;  margin: 30px 0px;}
}

@media (max-width:580px) {
    
    /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴03 : 정보입력 --- --- --
    --- --- --- --- --- --- --- --- --- */

.joinTable td p.Group {
    display: flex;
   align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 7px;
}
    
    .joinTable td p.Group select {
    width: 52%;
    height: 40px;
    border: 1px solid #ccc;
}
    
    .userid_in{
        flex-direction: column;
    }
    
    #btnIdCheck{
        margin-top: 3px;
    }
    
    .email_in{
        flex-flow: column;
        
    }
       
    
    #email03{
        margin-top: 3px;
    }
    
    .joinTable td input[type=text],
    .joinTable td input[type=password]{
        width: 98%;
    }
    
    .joinTable td p.Group select {
    width: 100%;
}
    
    .adress_in{
        flex-direction: column;
    }
    
    #btnAdCheck{
        margin-top: 3px;
    }
    
    
     /* --- --- --- --- --- --- --- --- ---
--- --- --- 메뉴05 : 아이디 비밀번호 --- --- --
    --- --- --- --- --- --- --- --- --- */
    div.idpw_cont{
    padding: 0px 50px;
}
    

.idpw_cont h2 {
	padding: 0 0 30px;
    border-bottom: 2px solid  var(--color);
    text-align: center;
    line-height: 1;
    font-size: 22px;
    color: #333;
}    
    
 #findForm::before {
    height: 370px;
    width:100vw; 
}
    

}

@media (max-width:480px) {  
    .button_set_01 ul {flex-direction: column; gap: 5px; height: auto;}
}



/*마이페이지*/
.myPage_wrap {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
}

.myPage_wrap h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.user_info h3 {
    margin-bottom: 20px;
    color: #555;
}

.info_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.info_table th,
.info_table td {
    padding: 15px;
    border: 1px solid #ddd;
}

.info_table th {
    background-color: #f8f9fa;
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.info_table input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.info_table input[readonly] {
    background-color: #f8f9fa;
}

.btn_wrap {
    text-align: center;
}

.btn_update,
.btn_quit, .btn_save {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.btn_update {
    background-color: var(--color);
    color: white;
}

.btn_update:hover {
    background-color: #0056b3;
}

.btn_quit {
    background-color: #dc3545;
    color: white;
}

.btn_quit:hover {
    background-color: #c82333;
}

.btn_save {
    background-color: #000000;
    color: white;
}

/* 멤버십 카드 컨테이너 */
.membership-cards-container {
    display: flex;
    justify-content: space-between;
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 20px;
    margin-bottom: 40px;
}

/* 멤버십 카드 기본 스타일 */
.membership-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.membership-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* 멤버십 유형 카드 */
.membership-type-card {
    border-left: 4px solid #ff6b6b;
}

.membership-type-card .membership-icon {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
}

/* 멤버십 기간 카드 */
.membership-period-card {
    border-left: 4px solid #4ecdc4;
}

.membership-period-card .membership-icon {
    background: linear-gradient(135deg, #4ecdc4, #6dd5ed);
    color: white;
}

/* 멤버십 액션 카드 */
.membership-action-card {
    border-left: 4px solid #45b7d1;
}

.membership-action-card .membership-icon {
    background: linear-gradient(135deg, #45b7d1, #96c7ed);
    color: white;
}

/* 멤버십 아이콘 */
.membership-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 멤버십 콘텐츠 */
.membership-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.membership-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.membership-value {
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* 멤버십 액션 버튼 */
.membership-action-btn {
    background: linear-gradient(135deg, #45b7d1, #96c7ed);
    color: white;
    text-decoration: none;
    padding:10px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(69, 183, 209, 0.3);
    min-width: 200px;
    justify-content: center;
}

.membership-action-btn i {
    font-size: 18px;
}

.membership-action-btn:hover {
    background: linear-gradient(135deg, #3a9bc1, #7bb3d9);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(69, 183, 209, 0.4);
    color: white;
    text-decoration: none;
}

/* 회원 정보 카드 컨테이너 */
.user-info-cards-container {
    display: grid;
    /* grid-template-columns: 1fr 1fr; 
    gap: 24px;*/
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 0px solid #f0f0f0;
    border-radius: 16px;
    border-left: 4px solid #9f9f9f;
    margin-bottom: 40px;
}

/* 회원 정보 카드 */
.user-info-card {
    padding: 30px;
}

/* 카드 헤더 */
.card-header {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px #d1d1d1 dotted;
}

.card-icon {
    width: 25px;
    border-radius: 12px;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.card-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

/* 카드 콘텐츠 */
.card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-item label {
    font-weight: 600;
    color: #141414;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0px;
}

.info-item label i {
    color: #b7b7b7;
    width: 16px;
    display: none;
}

/* 폼 입력 요소 */
.form-input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px !important;
    width: 100%;
    transition: all 0.3s ease;
    background: #fff;
}

.form-input:focus {
    outline: none;
    border-color: var(--color4);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input:disabled {
    background: #f8f9fa;
    color: #6c757d;
}

.form-select {
    height: 45px !important;
}

.form-select:focus {
    outline: none;
    border-color: var(--color4);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* 이메일 그룹 */
.email-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.email-input {
    flex: 1;
}

.email-separator {
    font-weight: 600;
    color: #666;
}

/* 비밀번호 그룹 */
.password-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.password-message {
    font-size: 12px;
    font-weight: 500;
}
var(--color1)
/* 라디오 그룹 */
.radio-group {
    display: flex;
    gap: 20px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.radio-label input[type="radio"]:checked + .radio-custom {
    border-color: var(--color4);
    background: var(--color4);
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

/* 체크박스 그룹 */
.checkbox-group {
    display: flex;
    flex-direction: column;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    padding: 4px 0;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    border-color: var(--color4);
    background: var(--color4);
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.myPage_wrap {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
}

.myPage_wrap h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.user_info {
    padding-top: 20px;
    width: 85%;
    margin: auto;
}

.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.btn_update, .btn_quit {
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn_update {
    background: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.btn_update:hover {
    background: #0056b3;
    border-color: #0056b3;
}

.btn_quit {
    background: #dc3545;
    color: white;
    border: 1px solid #dc3545;
}

.btn_quit:hover {
    background: #c82333;
    border-color: #c82333;
}

.mypage_float>input, .mypage_float>span, .mypage_float>a, .mypage_float>select {
    float: left;
    margin: 15px 10px 15px 0px;
}

.info_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.info_table th,
.info_table td {
    padding: 15px;
    border: 1px solid #ddd;
}

.info_table th {
    background-color: #f8f9fa;
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.info_table input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* .info_table input[type="text"], .info_table input[type="tel"], .info_table input[type="password"] {
    min-width: 100%;
} */

.info_table td label {
    margin-left: 5px;
}

.info_table input[readonly] {
    background-color: #f8f9fa;
}

.btn_wrap {
    text-align: center;
}

.btn_update,
.btn_quit, .btn_save {
    padding:20px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.btn_update {
    background-color: var(--color);
    color: white;
}

.btn_update:hover {
    background-color: #0056b3;
}

.btn_quit {
    background-color: #dc3545;
    color: white;
}

.btn_quit:hover {
    background-color: #c82333;
}

.btn_save {
    background-color: #000000;
    color: white;
}


/* 비밀번호 확인 메시지 스타일 */
#passwordMsg.success {
    color: #28a745;
    font-weight: 500;
}

#passwordMsg.error {
    color: #dc3545;
    font-weight: 500;
}

.mypage_float>input, .mypage_float>span, .mypage_float>a, .mypage_float>select {
    float: left;
    margin: 15px 10px 15px 0px;
}


/* 반응형 디자인 */
@media (max-width: 1400px) {
    .user_info { width: 100%;}    

    .membership-cards-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 1000px) {
    .membership-cards-container {    flex-direction: column;}
}

@media (max-width: 768px) {
    .card-header h3 {font-size: 18px;}

    .membership-card {
        padding: 20px;
    }
    
    .membership-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        display: none;
    }
    
    .membership-value {
        font-size: 15px;
    }
    
    .membership-action-btn {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 180px;
    }
    
    .user-info-cards-container {
        grid-template-columns: 1fr;
    }
    
    .user-info-card {
        padding: 24px;
    }
    
    .info-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .email-group {
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
    }
    
    .email-input {
        width: 100%; min-width: 100% !important;
    }
    
    .radio-group {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn_wrap {
        flex-direction: column;
        align-items: center;
    }

    .btn_update, .btn_quit, .btn_save {
        padding: 10px 20px;
    }
}

@media (max-width: 580px) {    
    .mypage_float>input, .mypage_float>span, .mypage_float>a, .mypage_float>select {
        margin: 5px;
    }
}

/* 멤버십 상태별 스타일 */
.membership-value.active {
    color: #28a745;
    font-weight: 600;
}

.membership-value.expired {
    color: #dc3545;
    font-weight: 600;
}

.membership-value.pending {
    color: #ffc107;
    font-weight: 600;
}

.membership-value.inactive {
    color: #6c757d;
    font-weight: 600;
}

/* 멤버십 상태 카드 스타일 */
.membership-status-card {
    border-left: 4px solid #45b7d1;
}

.membership-status-card .membership-icon {
    background: linear-gradient(135deg, #45b7d1, #2e94ab);
    color: white;
}

.membership-status-card .membership-value {
    font-size: 14px;
    line-height: 1.4;
    color: #495057;
}

.sms-email-status-card {
    border-left: 4px solid #828282;
}

.sms-email-status-card .membership-icon {
    background: linear-gradient(135deg, #838383, #b5b5b5);
    color: white;
}

/* ============================================
   findInfo/findId 페이지 전용 반응형 스타일
   ============================================ */

.find-info-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.find-info-container {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
}

.find-info-tabs {
    display: flex;
    width: 100%;
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.find-info-tabs .tab-item {
    flex: 1;
    padding: 18px 20px;
    text-align: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
}

.find-info-tabs .tab-item:hover {
    color: var(--color);
    background: rgba(0, 0, 0, 0.02);
}

.find-info-tabs .tab-item.active,
.find-info-tabs .tab-item.on {
    color: var(--color);
    background: #ffffff;
}

.find-info-tabs .tab-item.active::after,
.find-info-tabs .tab-item.on::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color);
}

.find-info-content {
    padding: 40px 30px;
    width: 100%;
    box-sizing: border-box;
}

.find-info-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 12px !important;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    box-sizing: border-box;
    border: 1px solid #e9ecef !important;
}

.find-info-message b {
    color: var(--color);
    font-weight: 600;
}


.find-info-message-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 440px;
    margin: 0 auto;
}
.find-info-message-main {
    font-size: 16px;
    color: #555;
}
.find-info-hint {
    margin: 0;
    font-size: 13px;
    color: #777;
    line-height: 1.55;
    font-weight: normal;
    text-align: center;
}

.find-info-form {
    width: 100%;
}

.find-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.find-info-table th {
    text-align: left;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    width: 100px;
    vertical-align: middle;
}

.find-info-table td {
    padding: 15px 0;
    vertical-align: middle;
}

.find-info-input {
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.find-info-input:focus {
    outline: none;
    border-color: var(--color);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.find-info-input::placeholder {
    color: #adb5bd;
}

.find-info-input:disabled {
    background-color: #f5f5f5;
    color: #666;
    cursor: not-allowed;
}

.find-info-input:disabled:focus {
    border-color: #e9ecef;
    box-shadow: none;
}

.find-info-buttons {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-top: 30px;
}

.find-info-btn {
    flex: 1;
    height: 50px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.find-info-btn-close {
    background: #ffffff;
    color: #666;
    border: 2px solid #e9ecef;
}

.find-info-btn-close:hover {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #333;
}

.find-info-btn-primary {
    background: var(--color);
    color: #ffffff;
    border: 2px solid var(--color);
}

.find-info-btn-primary:hover {
    background: var(--color);
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* findInfo/findId 페이지 기존 스타일 오버라이드 */
#content.find-info-page,
.find-info-page #content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.find-info-page .cont {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.find-info-page #find.find_Result_pw {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    transform: none;
    border: none;
}

.find-info-page .findCenter {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-width: 0;
}

.find-info-page .loginfind_tab {
    display: none;
}

.find-info-page .loginfind_cont {
    display: none;
}

.find-info-page .loginfind_cont.show {
    display: block;
}

.find-info-page .block_ing {
    display: none;
}

.find-info-page .findTable {
    display: none;
}

.find-info-page .btn-mc {
    display: none;
}

/* 비밀번호 메시지 스타일 */
.find-info-page #passwordMsg {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.find-info-page #passwordMsg.success {
    color: #28a745;
}

.find-info-page #passwordMsg.error {
    color: #dc3545;
}

/* 비밀번호 안내 텍스트 스타일 */
.find-info-table td > div {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.find-info-table td .Essential {
    color: #e74c3c;
    font-weight: 600;
    margin-right: 4px;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .find-info-wrapper {
        padding: 15px;
    }
    
    .find-info-content {
        padding: 30px 20px;
    }
    
    .find-info-tabs .tab-item {
        padding: 15px 12px;
        font-size: 15px;
    }
    
    .find-info-message {
        min-height: 100px;
        padding: 25px 15px;
        font-size: 15px;
    }
    
    .find-info-table th {
        width: 80px;
        font-size: 14px;
        padding: 12px 0;
    }
    
    .find-info-table td {
        padding: 12px 0;
    }
    
    .find-info-input {
        height: 44px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .find-info-wrapper {
        padding: 10px;
    }
    
    .find-info-content {
        padding: 25px 15px;
    }
    
    .find-info-tabs .tab-item {
        padding: 12px 8px;
        font-size: 14px;
    }
    
    .find-info-message {
        min-height: 90px;
        padding: 20px 12px;
        font-size: 14px;
    }
    
    .find-info-table {
        display: block;
    }
    
    .find-info-table tbody {
        display: block;
    }
    
    .find-info-table tr {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9ecef;
    }
    
    .find-info-table th {
        display: block;
        width: 100%;
        padding: 0 0 8px 0;
        font-size: 14px;
    }
    
    .find-info-table td {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    .find-info-input {
        width: 100%;
        height: 42px;
    }
}