

/* ::::::::: ======= �뚯썝媛��� START ~ ======= ::::::::: */
.joinWrap{
	width:100%;
	position:relative;
	margin-top:9rem;
}
.jBox {
    width: 100%;
    position: relative;
    padding: 12rem 0rem 12rem 0rem;
    background: #fff;
}
.joinSideBox {
    max-width: 84rem;
    padding: 0rem 2rem 0rem 2rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.joinContentBox{
	width:100%;
}
.joinContent{
	width:100%;
	position:relative;
	padding-left:0rem;
	margin-bottom:5rem;
}
.joinContent:last-child{
	margin-bottom:0rem;
}
.jotitle{
	position:relative;
	left:0px;
	top:0px;
}
.reqinfo {
    font-size: 1.8rem;
    font-family: Pretendard;
    display: inline-block;
    position: absolute;
    right: 0rem;
    top: 0.9rem;
}
.reqinfo:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -1.2rem;
    top: 0.7rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #E0BDA6;
}
.jotitle h1 {
    position: relative;
    margin-bottom: 3rem;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #222;
}
.jotitle h2{
	
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 5rem;
	letter-spacing: 0em;
	text-align: left;
	color:#2C46AF;
}
.jotitle dl{
	margin-top:1.2rem;
	display:block;
	
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0em;
	text-align: left;
	color:#607D8B;
}
.joInputBox{
	width:100%;
	display:flex;
}
.joinBox{
	width:100%;
	position:relative;
}


.tuinflex{
	display:flex;
}
.tuinflex .tuin:nth-child(1){
	margin-right:0.5rem;
}
.tuinflex .tuin:nth-child(2){
	margin-left:0.5rem;
}
.tuin {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
}
.tuinmarnone{
	margin-right:0!important;
}

.tuin label {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-family: Pretendard;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #2F2C2C;
    align-items: center;
}
.tuinreq {
    padding-left: 0rem;
}
.tuinreq:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    right: -0.8rem;
    top: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #E0BDA6;
}
.tuin label span{
	
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.6rem;
	letter-spacing: 0em;
	text-align: left;
	color:#7384CE;
	margin-left:1.2rem;
}
.tuin p {
    margin-left: 1rem;
    font-family: 'Pretendard-Medium';
    margin-top: 0rem;
    display: block;
    font-size: 1.3rem;
    /* font-weight: 400; */
    line-height: 1.3rem;
    letter-spacing: 0em;
    text-align: left;
    color: #607D8B;
}
.tuin dl {
    margin-top: 0.5rem;
    font-family: 'Pretendard-Medium';
    /* margin-top: 0rem; */
    display: block;
    font-size: 1.3rem;
    /* font-weight: 400; */
    line-height: 1.6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #607D8B;
}
.tuin input {
font-family: Pretendard;
    box-sizing: border-box;
    margin-top: 0.6rem;
border: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    position: relative;
    height: 5rem;
	background: #FFF;
    /* background: #f9f9f9; */
    border-radius: 0.4rem;
    padding: 0rem 1.6rem 0rem 1.6rem;
    color: #263238;
    font-size: 1.5rem;
}
.tuin input:-webkit-autofill,
.tuin input:-webkit-autofill:hover,
.tuin input:-webkit-autofill:focus,
.tuin input:-webkit-autofill:active {
transition: background-color 5000s;
-webkit-text-fill-color: #263238 !important;
}
.tuin input:focus{
	outline: none;
}
.tuin input:read-only{
	background:#fff;
}
.tuin input::placeholder{
	font-size:1.5rem;
	color:#999;
font-family: Pretendard;
}

.ataddressbox{
	display:block;
	margin-bottom: 3rem;
}
.ataddressbox .adLineItem .tuin {margin-bottom: 0rem; display: flex; align-items: flex-start; flex-direction: column;}

.ataddressbox .adLineItem:first-child .tuin input{width: calc(100% - 10rem);}
.basicAdress {display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: center;}

.smartBtn {
    border-radius: 0.4rem;
    border: 1px solid #111;
    background: #FFF;
    display: flex;
    font-size: 1.5rem;
    font-family: 'Pretendard';
    cursor: pointer;
    bottom: 0rem;
    right: 0rem;
    color: #222;
    height: 5rem;
    width: 9rem;
    position: absolute;
    z-index: 10;
    align-items: center;
    justify-content: center;
}

.tuin select {
    position: relative;
    margin-top: 0.6rem;
    width: 100%;
    height: 5rem;
border: 1px solid rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    padding: 0px 1.6rem 0px 1.6rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    font-family: Pretendard;
    color: #2F2C2C;
    cursor: pointer;
    background: #fff;
}
.sela:before {
    z-index: 10;
    bottom: 2.1rem;
    content: '';
    position: absolute;
    right: 2rem;
    width: 1.2rem;
    height: 0.6rem;
    background-image: url(../img/common/icon_arrow_open.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tuin select:focus{
	outline: none;
}
.tuin select {
    appearance: none;
}

.tuin textarea{
	width:100%;
	position:relative;
	resize: none;
	margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    height: 18.4rem;
    background: #fff;
    border-radius: 0.4rem;
    padding: 2rem;
    font-family: Pretendard;
    color: #263238;
        font-size: 1.5rem;
	box-sizing: border-box;
}
.tuin textarea:read-only{
	background:#fff;
}
.tuin textarea:focus{
	outline: none;
}

.tuin .answerbox {
    width: 100%;
    position: relative;
    resize: none;
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #f5f5f5;
    border-radius: 0.4rem;
    padding: 2rem;
    font-family: Pretendard;
    color: #263238;
    font-size: 1.5rem;
    box-sizing: border-box;
}


.radioBox{
	width:100%;
}
.ramarl{margin-left:1rem;}
.radioBox strong {
	font-weight: 400;
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-family: Pretendard;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #2F2C2C;
    align-items: center;
}
/*------ 泥댄겕諛뺤뒪 -----*/
.topCheckBox {
    margin-top: 0.6rem;
    display: flex;
    height: 5rem;
    align-items: center;
}
.topCheckBox span + span {
    margin-left: 2rem;
}
.topCheckBox input[type="radio"]:checked,
.topCheckBox input[type="radio"]:not(:checked) {
	position: absolute;
    opacity:0!important;
}
.topCheckBox label{margin-bottom: 0;}
.topCheckBox input[type="radio"]:checked + label,
.topCheckBox input[type="radio"]:not(:checked) + label{position: relative;
    padding-left: 3rem;
    cursor: pointer;
    display: inline-block;
    /* width: 4rem; */
    color: #333333; 
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.6rem;
	letter-spacing: -0.2px;
}
.topCheckBox input[type="radio"]:checked + label:before,
.topCheckBox input[type="radio"]:checked + label:before, .topCheckBox input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3rem;
    height: 1.3rem;
    border: 3px solid #CCC;
    border-radius: 100%;
    background: inherit;
}
/* .topCheckBox input[type="radio"]:checked + label:before { */
    /* text-align: left; */
    /* color: #333333; */
    /* border: 3px solid #333333; */
/* } */

.topCheckBox input[type="radio"]:checked + label:before {
    text-align: left;
    color: #333333;
    border: 5px solid #333333;
    width: 0.8rem;
    height: 0.8rem;
}
.topCheckBox input[type="radio"]:checked + label:after,
.topCheckBox input[type="radio"]:not(:checked) + label:after { content: '';
    width: 1.2rem; height:1.2rem;
    background: #333333;
    position: absolute;  top: 50%;
	    left: 0.4rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	    transition: none;
}
.topCheckBox input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0); transform: scale(0);
}
.topCheckBox input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1)  translateY(-50%) translateX(14%);
    background: #FFF;
    width: 0.8rem;
    height: 0.8rem;
}
/*------ 泥댄겕諛뺤뒪 -----*/


.jcBtnBox {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
}
.jcBtn{
	width: auto;
    height: auto;
	margin:0 0.3rem;
}
.jcBtn:nth-child(1){
	margin:0 0.3rem;
}
.jcBtn:nth-child(2){
	margin:0 0.3rem;
}
.jcBtn a{
    color: #2F2C2C;
    text-align: center;
    font-family: "Pretendard-Medium";
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: unset;
    left: unset;
    border-radius: 4px;
    background: #CDD6CD;
    width: 20.7rem;
    height: auto;
    padding: 1.7rem 2rem;
}
.jcBtn a img {
    top: 50%;
    height: 3rem;
    position: absolute;
    left: 1rem;
    transform: translateY(-50%);
}
.jcBtn button{
	font-family: Pretendard;
	cursor: pointer;
	width: 20.7rem;
	height: auto;
	border: none;
	background: #6F7474;
	border-radius: 0.4rem;
	text-align: center;
	color: #FFF;
	font-family: "Pretendard-SemiBold";
	font-size: 1.8rem;
	line-height: 2.2rem;
	padding: 1.7rem 2rem;
}



.btcd-f-input {   
	display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.btcd-f-input label {
    display: flex;
    
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0em;
    text-align: left;
    color: #263238;
    align-items: flex-end;
}
.btcd-f-input label span {
    
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #7384CE;
    margin-left: 1.2rem;
}



.file_input_textbox {
    float:left;
    height:2.9rem;
}
.file_input_div {
    top: 0.7rem;
    right: 0.7rem;
    text-align: center;
    position: absolute;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    cursor: pointer;
}
.file_input_div::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    height: 2rem;
    width: 2rem;
    box-sizing: border-box;
    background-image: url(../img/common/flie_upload_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	    cursor: pointer;
}
/* .file_input_div:hover::before { */
	/* background:#111; */
	/* color:#FFF; */
/* } */
.file_input_img_btn {
	    cursor: pointer;
	background-color: #999999;
	text-align: center;
	width: 5rem;
	height: 4rem;
	border-radius:0px;
    display: none;
}

.file_input_img_btn img{
	display: inline-block;
	width: 100%;
}

.file_input_hidden {
	    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    width: 5rem!important;
    height: 5rem!important;
    padding: 0rem!important;
    margin: 0rem!important;
}

.file_up_load_box {
    margin-top: 1rem;
    height: 6.6rem;
    width: 100%;
    position: relative;
}

.file_up_load_box input {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    border-radius: 0.4rem;
    height: 6.6rem;
    width: 100%;
    font-size: 1.8rem;
    /* border: none !important; */
    font-family: 'Pretendard';
    padding: 0 0 0 3rem;
}
.file_up_load_box input::placeholder{
	color: #999;
	font-size: 1.8rem;
	font-family: 'Pretendard';
}



.inq_priBox{
	display:block;
	padding:2rem 0rem 0rem 0rem;
}
.inq_pri{
	position:relative;
	display:block;
	margin-bottom:0.6rem;
}
.inq_pri:last-child{
	margin-bottom:0rem;
}
.inq_pri input[type="checkbox"]{ 
	position:absolute; 
    width:1px; 
    height:1px; 
    padding:0; 
    margin:-1px; 
    overflow:hidden; 
    clip:rect(0,0,0,0); 
    border:0; 
}
.inq_pri input[type="checkbox"] + label{ 
	display:inline-block; 
    position:relative; 
    padding-left:3rem; 
    cursor:pointer; 
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.6rem;
	text-align: left;
	color: #2F2C2C;
}
.inq_pri input[type="checkbox"] + label:before{ 
	content:''; 
    position:absolute; 
    left:0; 
    top:0.3rem;
    width:2rem;
    height:2rem;
    text-align:center; 
    background:#fff; 
    border:none; 
    box-sizing:border-box; 
	background:url(/public/img/common/check_before.png) no-repeat center/cover;
}
.inq_pri input[type="checkbox"]:checked + label:after{ 
	content: ''; 
    position:absolute; 
   top:0.3rem;
    left:0; 
   width:2rem;
    height:2rem;
    background:url(/public/img/common/check_after.png) no-repeat center/cover;
}
.inq_pri a {
    text-decoration: underline!important;
    position: relative;
    margin-left: 1rem;
    font-size: 1.6rem;
    color: #2F2C2C;
	font-family: 'Pretendard-Light';
text-decoration-line: underline;
    right: 0px;
	
}


.ataddressbox .flexBoxOneInPut {
    display: flex;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
    flex-direction: row-reverse;
}
.ataddressbox .flexBoxOneInPut .smartBtn {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
    left: unset;
    right: unset;
    top: unset;
    margin-left: 0.8rem;
}
.ataddressbox .tuin.flexBoxOne {margin-right:0;}
.ataddressbox .tuin .flexBoxOneInPut input {margin-top:0;}
.birthThreeBox {display: flex; justify-content: space-between;}
.birthThreeBox>div {width:calc(100%/3 - 0.5333rem); position:relative;}

.birthThreeBox>div::before {
	content:'��';
	color: #111;
	text-align: right;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 173.333% */
	position:absolute;
	right:2rem;
	top:50%;
	color:#111;
	transform:translateY(-40%);
	z-index: 1;
}
.birthThreeBox>div:nth-child(2)::before {content:'��';}
.birthThreeBox>div:nth-child(3)::before {content:'��';}

.inputbgGray {background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF!important; border: none!important;}


.myInfoCom	{background: #6F7474!important;}
.myInfoCom:hover {background: #2F2C2C!important;}
.myInfoCancle {color:#2F2C2C!important; background:#CDD6CD!important;}


/* 20240125 �섏젙 */
.joinWrap .searchAddInput {
    width: 50%;
    margin-bottom: 0;
	justify-content: flex-end;
}

.joinWrap .searchAddInput .smartBtn {
	width: auto;
    padding: 0 2rem;
    white-space: nowrap;
}

.joinWrap .joinNewFbox {
    display: flex;
    align-items: flex-end;
}
.joinWrap .joinNewFbox .smartBtn {position:relative; margin-left: 1rem;}

.joinAddInfoTitle {
	color:#2F2C2C;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 3rem;
	margin:5rem 0 3rem 0;
}
.coninqWrap .radioBox {margin-bottom: 3rem;}
.joinWrap .radioBox {margin-bottom: 3rem;}
.joinWrap .topCheckBox {
    margin-top: 1.8rem;
    display: flex;
    height: auto;
    align-items: center;
}
.joinWrap .topCheckBox input[type="radio"]:not(:checked) + label {width:auto;}
.joinWrap .topCheckBox input[type="radio"]:checked + label, .topCheckBox input[type="radio"]:not(:checked) + label {width:auto;}

.refoundAccountRe {margin-top:0.6rem;}
.refoundAccountRe a {
	border-radius: 0.4rem;
    border: 1px solid #111;
    background: #FFF;
	display: inline-flex;
    font-size: 1.5rem;
    font-family: 'Pretendard';
    cursor: pointer;
    color: #222;
    align-items: center;
    justify-content: center;
	padding:1.2rem 2rem;
}

.joinWrap .inq_pri {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 0 1.2rem;
    margin: 0;
}

.joinWrap .inq_priCheckText {
	color: #2F2C2C;
	font-family: Pretendard;
	font-size: 1.5rem;
	line-height: 2.6rem;
	cursor: pointer;
}
.joinWrap .inq_priCheckText label {cursor:pointer;}
.joinWrap .inq_priTop {padding-bottom:1.2rem; margin-bottom:1.2rem; border-bottom:1px solid #2F2C2C;}
.joinWrap .inq_priTop .inq_priCheckText {font-size:1.6rem;}
.joinWrap .inqline {background: #EEE; height:0.1rem; width:100%; margin-bottom: 1.2rem;}
.joinWrap .jcBtn, .joinWrap .jcBtn button {width:100%;}
.joinWrap .jcBtn:hover button {background:#111; color:#fff;}
@media (max-width:991px) {
	.joinWrap{margin-top:7rem;}
	.jBox {padding: 5rem 0rem 8rem 0rem;}
	
	.tuinflex {display: flex; flex-direction: column; align-items: flex-start;}
	.tuinflex .tuin:nth-child(1) {margin-right: 0;}
	.tuinflex .tuin:nth-child(2) {margin-left: 0;}
	
	.tuin {width: 100%; position: relative; margin-bottom: 2.6rem;}
	.tuin label {font-size:1.5rem;}
	.joinWrap .searchAddInput {width:100%;}
	.ataddressbox .flexBoxOneInPut {margin-bottom:0;}
	.ataddressbox .adLineItem:first-child .tuin input {width: calc(100% - 9.5rem);}
	
	.topCheckBox {margin-top: 0.6rem; height: auto;}
	.radioBox.ramarl {margin-bottom: 2rem; margin-left: 0;}
	
	.jcBtnBox {margin-top: 4rem; display: flex; justify-content: space-between;}
	
	.jcBtn {width:50%;}
	.jcBtn a, .jcBtn button {width: 100%;
    font-size: 1.5rem;
    line-height: 1.8rem;}
	
	.topCheckBox input[type="radio"]:checked + label, .topCheckBox input[type="radio"]:not(:checked) + label {width: auto; font-size: 1.4rem; line-height: 2.4rem;}
	
	.tuin select {font-size:1.4rem;}
	
}
@media (max-width:767px) {
	.joinWrap{margin-top:5rem;}
	.jBox {padding: 5rem 0rem 5rem 0rem;}
	
	.smartBtn {height:4.6rem;font-size: 1.3rem;}
	.reqinfo {font-size: 1.6rem; right: 0rem; top: 0.9rem;}
	
	.tuin {margin-bottom: 2rem;}
	.tuin input {height:4.6rem;}
	.tuin label {font-size: 1.3rem; line-height: 2rem;}
	
	.radioBox strong {font-size:1.3rem;}
	
	.inq_pri input[type="checkbox"] + label {font-size:1.3rem; padding-left:2.2rem;}
	.inq_pri a {margin-left: 0.8rem; font-size: 1.3rem;}
	
	.joinWrap .inq_priTop .inq_priCheckText {font-size:1.3rem; line-height:2rem;}
	.joinWrap .inq_priCheckText label,
	.joinWrap .inq_pri .inq_priCheckText a {margin-left: 0rem; font-size: 1.2rem;}
	
	.joinWrap .inq_pri input[type="checkbox"] + label:before,
	.joinWrap .inq_pri input[type="checkbox"] + label:after {width:1.6rem; height:1.6rem;}
	
	.coninqWrap .radioBox {margin-bottom: 2rem;}
	.joinWrap .radioBox {margin-bottom: 2rem;}

	.joinWrap .topCheckBox {
		margin-top: 0.6rem;
	}
	
	.jcBtnBox {margin-top: 3rem;}
	/* .jcBtn {height: 5rem;} */
	.jcBtn a {font-size:1.5rem;}
	.jcBtn button {font-size:1.5rem;}
	
	.jcBtn:nth-child(1) {margin-right: 0.5rem;}
	.jcBtn:nth-child(2) {margin-left: 0.5rem;}
	
	
	.moffile_input_flex {
		display: block;
	}
	.moffile_input_f {
		margin-top:1.6rem;
	}
	.moffilemar {
		margin-right: 0rem;
	}
	.moffilemat {
		margin-top: 0rem;
	}
	.moffile_input_f label {
		font-size: 1.3rem;
		line-height: 1.4rem;
	}
	.moffile_input_f label span {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.file_up_load_box {
		margin-top: 1rem;
		height: 5rem;
	}
	.file_up_load_box input {
		height: 5rem !important;
		font-size: 1.3rem;
		padding-left: 1.6rem!important;
	}
	.file_input_div {
		top: 0rem;
		right: 0.6rem;
		width: 5rem;
		height: 5rem;
	}
	
	
	.joinAddInfoTitle {
		border-bottom: 1px solid #eee;
		padding-bottom: 2rem;
		font-size: 1.9rem;
		line-height: 3rem;
		margin: 4rem 0 2rem 0;
	}
	
	
	.tuin input {
		font-size: 1.4rem;
	}
	.tuin input::placeholder {
		font-size: 1.4rem;
	}
	.tuin select {height:4.6rem;}
	.tuin textarea {
		margin-top: 1rem;
		height: 18.4rem;
		border-radius: 0.4rem;
		padding: 1.6rem;
		font-size: 1.4rem;
	}
	.tuin .answerbox {
		border-radius: 0.4rem;
		padding: 1.6rem;
		font-size: 1.4rem;
	}
}

/* ::::::::: ======= ~ �뚯썝媛��� END ======= ::::::::: */

/* ::::::::: ======= �뚯썝媛��낆셿猷� START ~ ======= ::::::::: */
.confiWrap{
	width:100%;
	position:relative;
	margin-top:7.4rem;
}
.confiBox{
	width:100%;
	position:relative;
	padding:27.6rem 0rem 21.8rem 0rem;
	background: #F5F7F8;
}
.confiSideBox{
	/* max-width:136rem; */
	/* padding:0rem 2rem 0rem 2rem; */
	/* margin:0 auto; */
	width:100%;
	position:relative;
}

.infoBox{
	max-width:87.2rem;
	padding:0rem 2rem 0rem 2rem;
	margin:0 auto;
	width:100%;
	position:relative;
}
.iftitle{
	display:block;
}
.iftitle p{
	display:block;
	
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.4rem;
	letter-spacing: 0em;
	text-align: center;
	color:#263238;
	margin-bottom:2rem;
}
.iftitle dl{
	height:7.3rem;
	display:block;
	
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.2rem;
	letter-spacing: 0em;
	text-align: center;
	color:#607D8B;
}
.ifBtnBox{
	display:flex;
	margin-top:4rem;
}
.ifBtn{
	width:100%;
	position:relative;
	height:6.8rem;
}
.ifBtn:nth-child(1){
	margin-right:2rem;
}
.ifBtn:nth-child(2){
	margin-left:2rem;
}
.ifBtn:nth-child(2) a{
	color:#FBFCFC;
	background: #263238;
}
.ifBtn:nth-child(2) button{
	color:#FBFCFC;
	background: #263238;
}
.ifBtn a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #ECEFF1;
	border-radius: 0.8rem;
	
	font-size: 2rem;
	font-weight: 500;
	line-height: 6.8rem;
	letter-spacing: 0px;
	text-align: center;
	color:#263238;
}
.ifBtn button{
	cursor:pointer;
	border:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #ECEFF1;
	border-radius: 0.8rem;
	
	font-size: 2rem;
	font-weight: 500;
	line-height: 6.8rem;
	letter-spacing: 0px;
	text-align: center;
	color:#263238;
}
/* ::::::::: ======= ~ �뚯썝媛��낆셿猷� END ======= ::::::::: */

/* ::::::::: ======= �꾩씠�� 鍮꾨�踰덊샇 李얘린 START ~ ======= ::::::::: */

.find_areaBox {
    border-radius: 0.6rem;
    margin-bottom: 3rem;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #F9F7F4;
}
.find_areaBox .msgarea {
    border-radius: 0.6rem;
    padding: 4rem 2rem;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    /* height: 200px; */
}
.msgpadT{
	padding-top:74px!important;
}
.find_areaBox .msgarea span{
	display:block;
	margin-top:20px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color:#94633F;
}
.find_areaBox .msgarea span dt{
	display:inline-block;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color:#94633F;
}
/* ::::::::: ======= ~ �꾩씠�� 鍮꾨�踰덊샇 李얘린 END ======= ::::::::: */

/* ::::::::: ======= 濡쒓렇�� START ~ ======= ::::::::: */
.loginWrap{
	width:100%;
	position:relative;
	margin-top:7rem;
}
.logBox {
    padding: 0;
	width: 100%;
    background: #fff;
	position: relative;
}
.logSideBox {
    width: 50%;
	margin: 0 auto;
	max-width: unset;
    position: relative;
	/* border-left: 1px solid #EEE; */
    border-right: 1px solid #EEE;
	padding: 8rem 20rem 12rem 20rem;
}

.logSideBox::before {
    content: '';
    width: 0.1rem;
    height: 100%;
    position: absolute;
    left: -0.05rem;
    top: 0;
    background: #EEE;
    transform: tra;
}

.loginTitle {
	color: #2F2C2C;
	text-align: center;
	font-family: MaruBuri;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 5.5rem;
	margin-bottom:5rem;
}

.snsLoKakao {
    width: 100%;
	position:relative;
    border-radius: 4px;
    background: linear-gradient(0deg, #FEE500 0%, #FEE500 100%), #FFF;
}

.snsLoKakao::before {
	content:'';
	width: 2.4rem;
	height: 2.2rem;
	position:absolute;
	left:3rem;
	top:50%;
	transform:translateY(-50%);
	background:url(../img/common/kakaoLoginIcon.png) no-repeat center / cover;
}

.snsLoKakao a {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    text-align: center;
    display: inline-block;
    width: 100%;
	padding: 1.7rem 1.6rem;
}

.localLogin {
    color: #AAA;
	margin: 3rem 0;
    position: relative;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.5rem;
    font-family: "Pretendard-SemiBold";
}

.localLogin::before,
.localLogin::after{
	content:'';
	height:0.1rem;
	background:#EEE;
	position:absolute;
	width:42%;
	top:50%;
	transform:translateY(-50%);
}

.localLogin::before {left:0;}
.localLogin::after {right:0;}


.loin{
	width:100%;
	position:relative;
	margin-bottom:2rem;
}
.loin:last-child{
	margin-bottom:0rem;
}
.loin label {
    display: flex;
    font-size: 1.6rem;
font-family: Pretendard;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #2F2C2C;
    align-items: flex-end;
}
.loin input {
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-family: Pretendard;
    box-sizing: border-box;
    margin-top: 0.6rem;
    /* border: 1px solid #ECEFF1; */
    width: 100%;
    position: relative;
    height: 5rem;
    background: #fff;
    border-radius: 0.4rem;
    padding: 0rem 1.6rem 0rem 1.6rem;
    color: #263238;
    font-size: 1.5rem;
    /* font-weight: 400; */
	
	color: #111;
	font-family: Pretendard;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
	border-radius: 4px;
	background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
}
.loin input:-webkit-autofill,
.loin input:-webkit-autofill:hover,
.loin input:-webkit-autofill:focus,
.loin input:-webkit-autofill:active {
	transition: background-color 5000s;
	-webkit-text-fill-color: #263238 !important;
}
.loin input:focus,
.loin input:active {background:#FFF; border:1px solid rgba(0, 0, 0, 0.10);}
.loin input:focus{outline: none;}

.loin input::placeholder {
	color: #999;
	font-size: 1.5rem;
	line-height: 2.6rem;
	font-family: Pretendard;
}

.find_info {
    margin-top:0;
    display: flex;
    justify-content: flex-end;
}
.find_info a {
	color: #888;
	font-family: Pretendard;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.lobtn {
    width: 100%;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.lobtn button {
    font-family: Pretendard;
    cursor: pointer;
    width: 100%;
    /* height: 6rem; */
    border: none;
    background: #6F7474;
    border-radius: 0.6rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0px;
    text-align: center;
    color: #FFF;
    padding: 1.7rem 2rem;
}
.lobtn button:hover {background:#2F2C2C; color:#FFF;}

.login_infoGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subloInfo{
	display:block;
	text-align:center;
}
.subloInfo p{
	
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0em;
	text-align: center;
	color:#607D8B;
	display:block;
	margin-bottom:0.6rem;
}
.subloInfo a{
	display:inline-block;
	color: #888;
	font-family: Pretendard;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.find_info a:first-child {
	position:relative;
	padding-right: 1.8rem;
	margin-right: 1.8rem;
}
.find_info a:first-child::before {
	content:'';
	width:0.1rem;
	height:1.4rem;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background: rgba(221, 221, 221, 0.87);
}

.noneMemberBox.none-visible {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.noneMemberBox {
	opacity: 0;
    visibility: hidden;
	
   /* opacity: 1; */
    /* visibility: visible; */
	
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 400;
}
.nomemInner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nomemBox {
    width: 100%;
    display: block;
    padding: 0rem 2rem 0rem 2rem;
    max-width: 87rem;
    margin: 0 auto;
}
.nomem_contentBox {
    width: 100%;
    position: relative;
    overflow: hidden;
	background: #FFFFFF;
	border-radius: 0.7rem;
	padding:6rem 4rem 6rem 4rem;
}
.nomem_contentBox strong{
	display:block;
	
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.4rem;
	letter-spacing: 0em;
	text-align: center;
	color:#263238;
	margin-bottom:2rem;
}
.nomem_contentBox dl{
	display:block;
	
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.2rem;
	letter-spacing: 0em;
	text-align: center;
	color:#607D8B;
}
.nonmemBtnBox{
	display:block;
	text-align:center;
	margin:6rem 0rem 3rem 0rem;
}
.nonmemBtn{
	display:inline-block;
	position:relative;
	background: #263238;
	border-radius: 0.8rem;
	width:41.4rem;
	height:6.8rem;
}
.nonmemBtn a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	font-size: 2rem;
	font-weight: 500;
	line-height: 6.8rem;
	letter-spacing: 0px;
	text-align: center;
	color:#FBFCFC;
}

/* �대찓�� 李얘린, 鍮꾨�踰덊샇 李얘린 ~ */
.f_mail .loin {margin-bottom:2rem;}
.f_password .loin {margin-bottom:2rem;}
/* // ~ �대찓�� 李얘린, 鍮꾨�踰덊샇 李얘린 */


/* �뚯썝媛��� �명듃濡� �섏씠吏� */
.joinIntroWrap .loginTitle {margin-bottom:2rem;}
.kakakoJoinT {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.6rem;
	margin:2rem 0 5rem;
}

.joinIntroList {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 5rem;
	display:flex;
}
.joinIntroList li {
	display: flex;
    width: calc(100%/1);
    position: relative;
    align-items: center;
    flex-direction: column;
}
.joinIntroList li::before {
	content:'';
	right:0;
	top:50%;
	height:100%;
	width:0.1rem;
	background: #EEE;
	position:absolute;
	transform:translateY(-50%);
}
.joinIntroList li:last-child::before {display:none;}
.joinBIcon {width: 5rem; height:auto;}
.joinBIcon img {width:100%; height:auto;}
.joinBTxt {
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin-top:1.2rem;
}
.joinBTxt span.bold {
	color: #111;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-family: "Pretendard-SemiBold";
}

.joinIntroBtn a {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 1.7rem 1.6rem;
    display: inline-block;
    text-align: center;
    width: 100%;
	border-radius: 4px;
	background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
}

.joinIntroBtn a:hover {background:#111; color:#fff;}

@media (max-width:1400px) and (min-width:992px) {
	.logSideBox {padding: 12rem 8rem;}
	.loginTitle {font-size: 3rem; line-height: 4rem; margin-bottom: 4rem;}
	.snsLoKakao a {padding: 1.4rem 1.6rem;}
}

@media (max-width:991px) {
	.loginWrap{margin-top:7rem;}
	.logSideBox {width:100%; border:none; padding:8rem;}
	.loginTitle {font-size: 3rem; line-height: 5rem; margin-bottom: 3rem;}
	.snsLoKakao a {padding:1.5rem 1.6rem;}
}

@media (max-width:767px) {
	.loginWrap{margin-top:5rem;}
	.logSideBox {padding: 3rem 2rem 5rem;}
	.loginTitle {font-size: 2.2rem; line-height: 4rem; margin-bottom: 3rem;}
	
	.snsLoKakao a {font-size: 1.6rem; line-height: 2.6rem; padding: 1.3rem 1.6rem;}
	.snsLoKakao::before {width: 2rem; height: 1.8rem; left: 2rem;}
	.loin label {font-size: 1.3rem; line-height: 2rem;}
	.loin input {font-size:1.4rem; line-height:2.2rem; height:4.6rem;}
	.loin input::placeholder {font-size: 1.4rem; line-height: 2.2rem;}	
	.lobtn button {font-size: 1.5rem; line-height: 1.8rem;}
	.find_info a {font-size: 1.3rem; line-height: 1.8rem;}
	.find_info a:first-child {padding-right:1.5rem; margin-right:1.5rem;}
	.subloInfo a {font-size:1.3rem;}
	
	.kakakoJoinT {font-size: 1.4rem; line-height: 2.2rem; margin: 1rem 0 3rem;}
	.joinBTxt {font-size: 1.3rem; line-height: 2rem;}
	
	.joinIntroList {margin-bottom:4rem;}
	.joinIntroList li {width: calc(100%/2);}
	.joinIntroList li:nth-child(2)::before {display:none;}
	
	.joinIntroBtn a {font-size: 1.6rem; line-height: 2.6rem; padding: 1.3rem 1.6rem;}
	
	.nomem_contentBox {
		border-radius: 0.4rem;
		padding: 4rem 2rem 4rem 2rem;
	}
	.nomem_contentBox strong {
		font-size: 1.6rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	.nomem_contentBox dl {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.nonmemBtnBox {
		margin: 2rem 0rem 0rem 0rem;
	}
	.nonmemBtn {
		border-radius: 0.4rem;
		width: 100%;
		height: 5rem;
	}
	.nonmemBtn a {
		font-size: 1.8rem;
		line-height: 5rem;
	}
}



/* ::::::::: ======= ~ 濡쒓렇�� END ======= ::::::::: */

/* ::::::::: ======= 留덉씠�섏씠吏� 硫붿씤 START ~ ======= ::::::::: */
.mymainwrap {
    width: 100%;
    position: relative;
    margin-top: 9rem;
}
.mymainsidebox {
    margin: 0 auto;
    /* max-width: 196rem; */
    padding: 0;
    position: relative;
}
.mymabox {
    width: 100%;
    height: 100%;
    position: relative;

    padding-left: 25%;
}

/* 留덉씠�섏씠吏� �쇱そ 硫붾돱 */
.gradeBox {
    display: flex;
    align-items: center;
}
.gradeImg {width: 9.2rem; min-width:9.3rem; height: auto; margin-right:3rem;}
.gradeImg img {width:100%; height:auto;}


.mymalinkbox {
    position: absolute;
    left: 0rem;
    top: 0rem;
    height: 100%;
    padding: 6rem 5rem 6rem 5rem;
    width: 25%;
}
.mymalink{
	display:block;
	margin-bottom:3rem;
}
.mymalink ul li{
	list-style:none;
	display:block;
	margin-bottom:1rem;
}
.mymalink ul li:nth-child(1){
	color: #2F2C2C;
	font-size: 1.9rem;
	font-family: 'Pretendard-SemiBold';
	line-height: 3.8rem;
	display:block;
	padding-bottom:0.8rem;
	border-bottom: 1px solid #000;
	margin-bottom:1rem;
}
.mymalink ul li a{ 
	display:block;
	text-align:left;
	color: #666;
	font-size: 1.6rem;
	font-family: Pretendard;
	line-height: 3.8rem;
}
.mymalink ul li a:hover{
	color: #2F2C2C;
	font-family: 'Pretendard-SemiBold';
}


/* 留덉씠�섏씠吏� 肄섑뀗痢� */


.mymaincontentbox {
    width: 100%;
    height: 100%;
    min-height: 100vh;
	position:relative;
}
.mymaincontentbox::before {
	content:'';
	width:1px;
	height:100%;
	background:#eee;
	position:absolute;
	left:-0.5px;
	top:0;
}
.mymaincontentinner{
	width:100%;
	height:100%;
	position:relative;
	padding:6rem 5rem 12rem 5rem;
}
.mytitlebox{
	width:100%;
	position:relative;
}
.mytitlebox h1{
	color:#2F2C2C;
	font-family: MaruBuri;
	font-size: 3rem;
	font-weight: 600;
	line-height: 4.7rem;
}

.memberEventBox {
    display: flex;
    margin-top: 1.6rem;
}
.mytitlebox dl{
	display:block;
	font-size:1.8rem;
	color: #2F2C2C;
	font-family: Pretendard;
	font-size: 1.8rem;
	line-height: 2.8rem;
}
.mytitlebox dl:first-child {padding-right:2.8rem; margin-right:2.8rem; position:relative;}
.mytitlebox dl:first-child::before {
	content:'';
	width: 1px;
	height: 1.8rem;
	background:#D9D9D9;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.memberEventBox span.bgr{
	color: #CD8B60;
}
.memberEventBox span.sgr{
	color: #888;
}
.memberEventBox span.ggr{
	color: #C19A0E;
}
.memberEventBox span.pgr{
	color: #B66E40;
}
.memberEventBox span {
    padding-left: 1.4rem;
    font-family: "Pretendard-SemiBold";
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.looutbtn{
	width:9.9rem;
	height:4.7rem;
	position:absolute;
	right:0rem;
	top:0rem;
}
.looutbtn a {
    top: 0rem;
    left: 0rem;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 0.4rem;
    border: 1px solid #DDD;
    color: #2F2C2C;
    text-align: center;
    font-family: Cormorant;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.5rem;
    letter-spacing: 0.4px;
}

.mypowrap {
    border-bottom: 1px solid #eee;
    margin-top: 5rem;
    border-top: 1px solid #eee;
    display: flex;
    width: 100%;
}
.mypobox{
	width:100%;
	position:relative;
}
.mypobox:nth-child(1){
	padding-right:4rem;
	border-right:1px solid #eee;
}
.mypobox:nth-child(2){
	padding-left:4rem;
}
.mypoinner{
	width:100%;
	position:relative;
	padding:3rem 0rem;
}
.mypoinner ul li {
    margin-bottom: 2rem;
    padding: 1rem 0rem;
    display: flex;
    justify-content: space-between;
}
.mypoinner ul li:nth-child(1){
	padding:0rem 0rem 1rem 0rem;
}
.mypoinner ul li:last-child{
	margin-bottom:0rem;
	padding:1rem 0rem 0rem 0rem;
}
.myple{
	display:flex;
	color: #2F2C2C;
	font-size: 1.7rem;
	font-family: 'Pretendard-SemiBold';
	line-height: 2rem;
}
.myhover{
	cursor:pointer;
}
.mypri a{
	display:flex;
}
.myple img {
    margin-left: 0.6rem;
    height: 2rem;
}
.mypri{
	color:#2F2C2C;
	text-align: right;
	font-size: 1.7rem;
	font-family: Pretendard;
	line-height: 2rem;
}
.mypri span{
	display:inline-block;
	margin-right:0.4rem;
}

.mypcoubox {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mypcouinner{
	display:flex;
}
.mypcou{
	margin-right:4.5rem;
	position:relative;
	display:flex;
	color: #2F2C2C;
	font-size: 1.6rem;
	font-family: Pretendard;
	line-height: 2.6rem;
}
.mypcou:after {
    content: '';
    position: absolute;
    right: -2.2rem;
    top: 0.5rem;
    width: 1px;
    height: 16px;
    background: #DDD;
}
.mypcou:last-child:after{
	content:none;
}
.mypcou:last-child{
	margin-right:0rem;
}
.mypcou span{
	color: #2F2C2C;
	font-size: 1.6rem;
	font-family: 'Pretendard-SemiBold';
	line-height: 2.6rem;
	margin-left:0.6rem;
}

.mymalinkWrap {-ms-overflow-style: none; scrollbar-width: none;}
.mymalinkWrap::-webkit-scrollbar { display: none; }



/* �뚯씪 �낅줈�� */
#imagePreview {width: 100%; height: auto;}
#imagePreview img {width: 100%; height: auto;}

@media (max-width:1500px) and (min-width:992px ){
	.mymainwrap {
		width: 100%;
		position: relative;
		margin-top: 6.5rem;
	}
}


@media (max-width:991px) {


	.mymainwrap {margin-top:7rem;}
	.mymainsidebox { margin: 0 auto; max-width: 196rem; padding: 0; position: relative;}
	.mymabox {padding-left: 0;}
	
	.mymaincontentbox {height:auto; min-height:auto;}
	.mymaincontentbox::before {display:none;}
	.mymaincontentinner {width: 100%; height: 100%; padding: 9rem 2rem 5rem 2rem;}
	
	.mytitlebox h1 {
		font-size: 2.4rem;
		line-height: 4rem;
	}
	
	/* 留덉씠�섏씠吏� �쇱そ硫붾돱 */
	.mymalinkMoOpen {
		cursor:pointer;
		padding: 1.6rem 2rem 0rem 2rem;
		/* border-bottom: 1px solid #EEE; */
		background: #FFF;
		z-index: 1;
		position: relative;
	}
	.myopBox{
		
		border-radius: 4px;
background: #EDE8DF;
		position:relative;
		padding:1.3rem 2rem;
	}
	
	.mymalinkMoOpen p {
		display: flex;
		color: #2F2C2C;
		text-align: left;
		font-family: Pretendard;
		font-size: 1.6rem;
		line-height: 2.2rem;
		position: relative;
		align-items: center;
		justify-content: flex-start;
	}
	.mymalinkMoOpen p img{
		width: 2rem;
		height: 2rem;
		display:inline-block;
		margin:0rem 1rem;
	}
	
	.mymalinkMoOpen p::before{
		content:'';
		width:1rem;
		height:0.6rem;
		position:absolute;
		right:0;
		top:50%;
		transition:all 0.3s ease-in-out;
		transform:translateY(-50%); 
		background:url(../img/mypage/myMenuMoArrow.png) no-repeat center / cover;
	}
	
	.mymalinkWrap {
		position: absolute;
		height: 0;
		width: 100%;
		background: #FFF;
		z-index: 20;
		overflow: hidden;
		padding: 0 2rem;
	}

	.mymalinkbox {
		position: absolute;
		left: 0rem;
		top: 0rem;
		height: 100%;
		padding: 0;
		width: 100%;
	}
	.menu-active .mymalinkMoOpen p::before {transform: translateY(-50%) rotate(180deg);}
	.menu-active .mymalinkWrap {
		height: auto;
		padding: 2rem;
		overflow: scroll;
		border-bottom: 1px solid #EEE;
	}
	
	
	.mypowrap {
		border-bottom: 1px solid #eee;
		margin-top: 5rem;
		border-top: 1px solid #eee;
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	
	.mypobox:nth-child(1) {padding-right: 0; border-right: none;}
	.mypobox:nth-child(2) {padding-left: 0;}
	
	.mypcoubox {
		margin-top: 2rem;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.mypoinner {width: 100%; position: relative; padding: 2.6rem 0rem;}
	.mypoinner {border-bottom:1px solid #EEE;}
	/* .mypoinner:last-child {border-bottom:none;} */
	.mypcouinner {width: 100%; display: flex;}
	.mypcouinner:first-child {
		width: 100%;
		display: flex;
		padding-bottom: 1.6rem;
		margin-bottom: 1.6rem;
		border-bottom: 1px solid #EEE;
	}

	.mypcou {
		margin-right: 0;
		position: relative;
		display: flex;
		color: #2F2C2C;
		font-family: Pretendard;
		margin-right: 1.4rem;
		padding-right: 1.4rem;
		    white-space: nowrap;
	}
	
	.mypcou:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	
	.looutbtn {
		width: 8.7rem;
		height: 4rem;
		position: relative;
		right: unset;
		top: unset;
		margin-top: 1.4rem;
	}
	
	.mytitlebox dl {
		font-size: 1.8rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	.memberEventBox span {padding-left: 1.4rem; font-size: 1.4rem; line-height: 2rem;}

	.looutbtn a {
		font-size: 1.6rem;
		line-height: 4rem;
		letter-spacing: 0.32px;
	}
	.mytitlebox dl:first-child {
		padding-right: 1.8rem;
		margin-right: 1.8rem;
	}
	.mytitlebox dl:first-child::before {height:1.4rem;}
	.mypowrap {margin-top: 2rem; border-bottom:none;}
	
	.mypoinner ul li {margin-bottom:1.6rem;}
	.mypoinner ul li:nth-child(1) {padding: 0;}
	.mypoinner ul li:nth-child(2) {padding: 0;}
	.mypoinner ul li:nth-child(3) {padding: 0;}
	
	.gradeBox {
		display: flex;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.gradeImg {
		width: 7.5rem;
		min-width: 7.5rem;
		margin-right:0;
	}
	
	.mymalink{display:block; margin-bottom:0rem;}
}


@media (max-width:767px) {
	.mymainwrap {margin-top:5rem;}
	.mypcou {font-size: 1.4rem; line-height: 2.6rem;}
	.mypcou span {font-size: 1.4rem; line-height: 2.6rem; margin-left: 0.4rem;}
	.memberEventBox {display: flex; margin-top: 0;}
	
	.mypowrap {margin-top: 2rem;}
	.gradeImg {width: 6rem; min-width: 6rem; height: auto; margin-right: 0;}
	
	.myple {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.mypri {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (max-width:600px) {
	.mypcouinner:first-child {
		justify-content: center;
		/* justify-content: space-between; */
	}
	.mypcou {
		display: flex;
		/* margin-right: 0; */
		/* padding-right: 0; */
		margin-right: 1.4rem;
		padding-right: 1.4rem;
		width: auto;
		font-size: 1.4rem;
		line-height: 2.6rem;
		justify-content: center;
	}
	.mypcou:last-child {
		padding-right: 0rem;
		margin-right: 0rem;
	}
	.botmyp{
		justify-content: space-between!important;
	}
	.botmyp .mypcou{
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.botmyp .mypcou:after{
		content:none;
	}
}

/* ::::::::: ======= ~ 留덉씠�섏씠吏� 硫붿씤 ======= ::::::::: */

/* ::::::::: ======= 留덉씠�섏씠吏� �뚯썝�뺣낫 �섏젙 START ~ ======= ::::::::: */

.myinfoch{
	position:relative;
}
.myinfoch .subTitle {
    font-size: 5rem;
}

.myinforevisebox {
    position: relative;
    width: 100%;
    margin-top: 5rem;
}

.myinfo_tnwjdbox{
	max-width: 84rem;
    position: relative;
    width: 100%;
}

.refundBox {
    border-radius: 0.4rem;
    margin-top: 3rem;
    padding: 2rem;
    width: 100%;
    position: relative;
    background: #f5f5f5;
}
.refundBox .tuin{margin:0;}
.myInfoEditTitle {
    color: #2F2C2C;
    font-family: Pretendard;
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 2rem 0 3rem;
}
.myinfoEdit .tuinflex {display: flex; flex-direction: column;}
.myinfoEdit .tuinflex .tuin:nth-child(1) {margin-right: 0;}
.myinfoEdit .tuinflex .tuin:nth-child(2) {margin-left: 0;}

.myinfoEdit  .smartBtn {}
.myinfoEdit .ataddressbox .tuinflex:first-child .tuin {display: flex; flex-direction: column; align-items: flex-start;}
.myinfoEdit .ataddressbox .tuinflex:first-child .tuin input {width: calc(100% - 9.5rem);}
.myinfoEdit .ramarl {margin-left: 0; margin-bottom:3rem;}
.myinfoEdit .tuinflex.choiceS {margin-bottom:3rem;}

.tuin p.myInfoEditNotice,
.myInfoEditNotice{
    color: #999;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 0;
    margin-top: 0.6rem;
}

.myinfoEdit button.click_refund {
    border-radius: 4px;
    border: 1px solid #111;
    background: #FFF;
    padding: 1.2rem 2rem;
    color: #111;
    font-family: "Pretendard-SemiBold";
    font-size: 1.5rem;
    line-height: 2.4rem;
	margin-top: 2rem;
	cursor:pointer;
}
.beforeNone::before {display:none;}

.secessionGo {
	color: #2F2C2C;
	text-align: center;
	font-family: Pretendard;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-decoration-line: underline;
	margin-top:3rem;
}
@media (max-width:1500px) and (min-width:992px) {
	.myinfoch .subTitle {
		font-size: 4rem;
	}
}

@media (max-width:991px) {
	.myinfoch .subTitle {
		font-size: 3.2rem;
	}
	
	.myinfo_tnwjdbox {
		max-width: unset;
		position: relative;
		width: 100%;
	}
	.myInfoEditTitle {margin: 3rem 0 2rem; font-size: 2.2rem; line-height: 2.8rem;}
	.myinfoEdit button.click_refund {
		padding: 0.8rem 1.2em;
		font-size: 1.5rem;
		line-height: 2.4rem;
		margin-top: 2rem;
		width: 100%;
	}
	.refundBox {margin-top:0;}
	.myinforevisebox {position: relative; width: 100%; margin-top: 0;}
	
	.myinfoch .jcBtn{
		width:100%;
	}
}

@media (max-width:767px) {
	.myinfoch .subTitle {
		font-size: 2.4rem;
	}
	
	.myInfoEditTitle {margin: 2rem 0 1.6rem; font-size: 2.2rem; line-height: 2.8rem;}
	.myinfoEdit .tuinflex.choiceS {margin-bottom: 2rem;}
	.refundBox {padding:1.5rem;}
	.secessionGo {font-size: 1.4rem; line-height: 2.2rem; margin-top:1.5rem;}
	
	.tuin p.myInfoEditNotice, .myInfoEditNotice {
		color: #999;
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-top: 1rem;
	}
}

/* ::::::::: ======= ~ 留덉씠�섏씠吏� �뚯썝�뺣낫 �섏젙 END ======= ::::::::: */

/* ::::::::: ======= 留덉씠�섏씠吏� 諛곗넚二쇱냼濡� START ~ ======= ::::::::: */



.mdess_add {
	position:absolute;
	right:0rem;
    cursor: pointer;
    margin-left: 1rem;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 1rem 1.6rem;
    background: #FFF;
    color: #2F2C2C;
    text-align: center;
    font-size: 1.6rem;
    font-family: Pretendard;
    line-height: 2.4rem;
}
.mdess_add.addAdressBtn {
	position:relative;	
}


.mdess_box {
    position: relative;
    width: 100%;
	border-top:1px solid #111;
}
.mdess_innner {
    display: flex;
    position: relative;
    padding: 3rem 0;
}
.mdess_innner .checkbox-container {
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
}


.mdess_innner.mdess_innnerCssC .checkbox-container {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.mdess_innner.mdess_innnerCssC .checkbox-container {width:2%;}

.mdess_innner:before {
    content: '';
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: 10;
}
.adressEditBtn {
	right:0rem;
    cursor: pointer;
    margin-left: 0;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 1rem 1.6rem;
    background: #FFF;
    color: #2F2C2C;
    text-align: center;
    font-size: 1.6rem;
    font-family: Pretendard;
    line-height: 2.4rem;
	white-space: nowrap;

}

.mdess_add:hover {border: 1px solid #2F2C2C;}
.checkdelete:hover {border: 1px solid #2F2C2C; text-decoration:none;}
.adressEditBtn:hover {background:#2F2C2C; border:1px solid #2F2C2C; color:#FFF;}



.mdess_innner.mdess_innnerCssC {justify-content: space-between;}
.mdess_innner.mdess_innnerCssC .checkbox-container {width:2%; margin-right:2rem;}

.mdess_innner.mdess_innnerCssC .checkbox-container input[type="checkbox"] + label:before {margin-right:0;}
.mdess_innnerCssC .carti {margin-right: 0; margin-right: 1rem;}
.mdess_innnerCssC .mdessPlaceName {width:11%;}
.mdess_innnerCssC .mdessOrdererName {width:11%;}
.mdess_innnerCssC .mdessAdressAbout {width:62%;}
.mdess_innnerCssC .mdessAdressEidt {width:5%; padding-right:0; margin-right: 0;}

.mdess_innnerCssC  .ca_price {justify-content: flex-start;}
.mdess_innnerCssC .mdessAdressAbout span dt {
    font-size: 1.3rem;
    margin-left: 0.4rem;
    display: inline-block;
    color: #A07F2E;
    font-family: "Pretendard-SemiBold";
    font-weight: 600;
}
.mdess_innnerCssC .mdessAdressEidt .ca_price {display: flex; justify-content: flex-end;}

.mdess_innnerCssC .carti .ca_price span {margin-right:0;}


@media (max-width:991px) {
	.mdess_innner.mdess_innnerCssC .checkbox-container,
	.mdess_innnerCssC .mdessAdressEidt {
		left: 0;
		top: 50%;
		width: auto;
		margin-right: 0;
		position: absolute;
		transform: translateY(-50%);
	}
	.mdess_innnerCssC .mdessAdressEidt {left:unset; right:0;}
	
	.mdess_innnerCssC.mdess_innner {
		display: flex;
		position: relative;
		padding: 3rem 6.1rem 3rem 3.4rem;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.mdess_innnerCssC .carti {margin-right: 0; margin-right: 0;}
	.mdess_innnerCssC .mdessPlaceName {width: auto; padding-right: 1.2rem; margin-right: 1.2rem; position: relative;}
	.mdess_innnerCssC .mdessPlaceName::before {
		content:'';
		width:1px;
		height:1.2rem;
		position:absolute;
		right:0;
		top:50%;
		transform:translateY(-50%);
		background:#EEE;
	}
	.mdess_innnerCssC .mdessOrdererName {width:auto;}
	.mdess_innnerCssC .mdessAdressAbout {width:100%; margin-top:0.4rem; }
	.mdess_innnerCssC .mdessAdressAbout span {margin-top:0.4rem; text-align:left;}
	.mdess_innnerCssC .mdessAdressAbout dt {margin-top:0.4rem; margin-left:0;}
	.mdess_innnerCssC .mdessAdressAbout .ca_price {flex-direction: column-reverse; align-items: flex-start;}
	.mdess_innner.mdess_innnerCssC .checkbox-container input[type="checkbox"] + label:before {width:2rem; height:2rem;}
	.adressEditBtn {padding: 1rem 1.6rem; font-size: 1.3rem; line-height: 2.4rem; padding: 0.51rem  1.2rem;}
	
	.mdess_add {margin-left: 0.8rem; padding: 0.6rem 1.2rem; font-size: 1.3rem; line-height: 2.4rem;}
	.checkdelete {margin-left: 0.8rem; padding: 0.6rem 1.2rem; font-size: 1.3rem; line-height: 2.4rem;}
}


/* ::::::::: ======= ~ 留덉씠�섏씠吏� 諛곗넚二쇱냼濡� END ======= ::::::::: */

/* ::::::::: ======= 留덉씠�섏씠吏� �� �곷┰湲� START ~ ======= ::::::::: */
.mywjrflqrmabox{
	width:100%;
	position:relative;
	margin-top:5rem;
}
.mym_Box{
	width:100%;
	position:relative;
	background-color: #EDE8DF;
	padding:3.5rem 4rem 3.5rem 4rem;
	display:flex;
	border-radius:0.6rem;
}
.mymTopinfo {
    display: block;
    text-align: right;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mymborR{
	border-right:1px solid #888;
	padding-right:4rem;
}
.mymborL{
	padding-left:4rem;
}
.mymborL .myt01{
	left:4rem!important;
	cursor:pointer;
}

.myt01 {
    position: relative;
    left: unset;
    top: unset;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #2F2C2C;
    display: inline-block;
    font-family: "Pretendard-SemiBold";
    text-align: left;
}
.myt01 span {
    left: 0px;
    display: inline-block;
    position: relative;
    top: 3px;
	display:none;
}
.myt01 span img{
	transform: rotate(180deg);
	height:1.8rem;
}
.myminfo_Text {
    top: unset;
    padding: 0;
    width: unset;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: #888888;
    text-align: left;
    position: relative;
    left: unset;
    z-index: 10;
	margin-top: 1.2rem;
	font-family: "Pretendard";
}
.myminfo_Text br {display:none;}
.myt02 {
    display: inline-block;
    color: #111;
    text-align: right;
    font-family: "Pretendard-SemiBold";
    font-size: 2.2rem;
    line-height: 3.8rem;
}
.myt02 span{
	margin-right:1rem;
	color: #111;
	text-align: right;
	font-family: "Pretendard-SemiBold";
	font-size: 3.4rem;
	line-height: 4.6rem;
}




.mymBottom{
	display:block;
	overflow:hidden;
	margin-top:8rem;
}

.revBtnBox{
	display:flex;
	margin-bottom:5rem;
}
.revbMar{margin-bottom:8rem!important;}
.revBtn {
    border: 1px solid #333333;
    padding: 0px 2rem 0px 2rem;
    background-color: inherit;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.9rem;
    cursor: pointer;
    height: 4.1rem;
}
.on_rev{
	background-color:#333333!important;
	color:#fff!important;
}

.mymTable{
	display:block;
	position:relative;
	width:100%;
	border-top:1px solid #EEE;
}
.mymTable ul{
	display:block;
}
.mymTable ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #EEE;
	padding:2rem 16rem 1.9rem 12.2rem;
}
.mymt_01 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10.8rem;
    text-align: center;
    display: block;
    height: 100%;
    line-height: 8.6rem;
}
.mymt_leBox {
    display: inline-block;
    width: 6.8rem;
    height: 4.6rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4.6rem;
    border-radius: 0;
}
.mym_puls{
	color:#fff;
	background-color:#6F7474;
}
.mym_use{
	color:#333333;
	background-color:#E0D7D0;
}
.mym_cancel{
	color:#fff;
	background-color:#EC7000;
}
.mym_del{
	color:#333333;
	background-color:#333333;
}

.mymt_day {
    display: block;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0;
    color: #999;
    /* font-weight: 500; */
    font-family: 'Pretendard-Medium';
}

.mymt_02 {position: relative;}
.mymt_Title{
	margin-top:0rem;
	display:block;
	text-align:left;
}
.mymt_Title span {
    vertical-align: middle;
    display: block;
}
.mymt_sub {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #2F2C2C;
    font-weight: 500;
    font-family: 'Pretendard-Medium';
}
.mymt_sub b {
	display:inline-block;
    margin-left: 0.6rem;   
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #777777;
    font-weight: 300;
}
.mymt_sub b dt{
	display:inline-block;
}
.mymt_sub b:after{
	content:'/';
	line-height: 2.1rem;
	display:inline-block;
	margin:0px 0.1rem 0px 0.4rem;
	font-size:1.3rem;
}
.mymt_sub a {
    display: inline-block;
    cursor: pointer;
    margin-left: 0;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 0.3rem 0.6rem;
    background: #FFF;
    color: #2F2C2C;
    text-align: center;
    font-size: 1.6rem;
    font-family: Pretendard;
    line-height: 2.6rem;
    padding: 0;
    border: none;
    padding-right: 2.8rem;
    position: relative;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
}
.mymt_sub a::before {
	content:'';
	width:2rem;
	height:2rem;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background:url(../img/mypage/arrowBuyInfo.png) no-repeat center / cover;
}
.myaf:after{
	content: none!important;
}

.mymt_03 {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #2F2C2C;
    font-family: "Pretendard-SemiBold";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
	right: 2rem;
}
.mymt_pre{
	display:block;
	text-align:right;
}
.mymt_pre b{
	display:inline-block;
	font-size:2.2rem;
	line-height:2.2rem;
	color:#333333;
	font-weight:400;
}
.mymt_pre span{
	display:inline-block;
	font-size:2.2rem;
	line-height:2.2rem;
	color:#333333;
	font-weight:400;
}
.mymt_pre p{
	display:inline-block;
	font-size:2.2rem;
	line-height:2.2rem;
	color:#333333;
	font-weight:400;
}

.mymt_preDay{
	margin-top:1.2rem;
	display:block;
	text-align:right;
	font-size:1.3rem;
	line-height:1.5rem;
	color:#444444;
	font-weight:300;
}

.mymBottomInfo {
    width: 100%;
    position: relative;
    margin-top: 4rem;
    padding: 3rem;
    background: #F6F6F6;
}
.mymBottomInfo h3 {
    display: block;
    /* font-weight: 500; */
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #2F2C2C;
    margin-bottom: 3rem;
    font-family: "Pretendard-SemiBold";
}
.mymBottomInfo ul {
    display: block;
    margin-top: 2.4rem;
}
.mymBottomInfo ul li {
    display: block;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #777777;
    font-weight: 400;
    padding-left: 0;
    margin-top: 0.6rem;
    position: relative;
}
.mymBottomInfo ul li:nth-child(1) {
    padding-left: 0rem;
    color: #111;
    font-family: Pretendard;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 0.6rem;
}
/* .mymBottomInfo ul li:after{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0px; */
	/* top: 0.8rem; */
	/* width:0.3rem; */
	/* height:0.3rem; */
	/* background-color:#777777; */
	/* border-radius:50%; */
/* } */



@media (max-width:991px) {
	.mywjrflqrmabox {margin-top: 3rem;}
	.mym_Box {padding: 2rem; border-radius: 0.6rem;}
	.mymTopinfo {align-items: flex-start; flex-direction: column;}
	.myt01 {font-size: 1.6rem; line-height: 2rem;}
	.myminfo_Text {font-size: 1.3rem; line-height: 2rem; margin-top: 0.6rem;}
	.myt02 {font-size: 1.8rem; line-height: 3rem; margin-top: 1.4rem;}
	.myt02 span {margin-right: 0.4rem; font-size: 2.8rem; line-height: 3.6rem;}
	
	.mymBottom {margin-top: 3rem;}
	.mymBottomInfo {margin-top: 3rem; padding: 2rem;}
	.mymBottomInfo h3 {font-size: 1.6rem; line-height: 2.2rem; margin-bottom: 1rem;}
	.mymBottomInfo ul {margin-top: 2rem;}
	
	
	.mymt_leBox {
		width: 4.9rem;
		height: 3.2rem;
		font-size: 1.2rem;
		line-height: 3.2rem;
	}
		
	.mymt_01 {
		position: absolute;
		left: 0px;
		top: 2rem;
		width: auto;
		height: auto;
		line-height: 1;
	}
	
	.mymTable ul li {
		padding: 2rem 0rem 5.4rem 6.1rem;
	}
	.mymt_03 {
		position: absolute;
		right: 0px;
		top: unset;
		transform: unset;
		color: #2F2C2C;
		font-family: "Pretendard-SemiBold";
		font-size: 2.2rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2.6rem;
		right: unset;
		margin-top: 1.2rem;
	}
	.mymt_pre span,
	.mymt_pre p,
	.mymt_pre b {font-size:1.8rem;}
	
	.mymt_sub {
		margin-top: 0.6rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.mymt_sub a {
		font-size:1.4rem;
		line-height:2rem;
		margin-right: 0;
		top: unset;
		bottom: 0;
		transform: translateY(0);
	}	
}
@media (max-width:767px) {
	.mywjrflqrmabox {margin-top: 2rem;}
	.mymBottomInfo ul li:nth-child(1) {font-size: 1.3rem; line-height: 2rem; margin-top: 0; margin-bottom: 0.8rem; font-family: "Pretendard-SemiBold"; color: #2F2C2C;}
	.mymBottomInfo ul li {display: block; font-size: 1.2rem; line-height: 1.6rem; color: #666; font-weight: 400; padding-left: 0; margin-top: 0.6rem; position: relative;}
}


/* ::::::::: ======= ~ 留덉씠�섏씠吏� �� �곷┰湲� END ======= ::::::::: */


/* ::::::::: ======= 留덉씠�섏씠吏� 1:1臾몄쓽寃뚯떆�� START ~ ======= ::::::::: */
.kotable{    
	width: 100%;
    position: relative;
    margin-top: 5rem;
}
	
.addq_btn {
    cursor: pointer;
    margin-left: 0rem;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 1rem 1.6rem;
    background: #FFF;
    color: #2F2C2C;
    text-align: center;
    font-size: 1.6rem;
    font-family: Pretendard;
    line-height: 2.4rem;
}
.addq_btn:hover{text-decoration:underline;}

.winum{width:7rem;}
.widnum{width:13rem;}
/* .widt100{width:100%;} */
.wid1date{width:14rem;}
.widcate{width:16rem;}

.kotable table{width:100%;position:relative;border-top:1px solid #EEE;}
.kotable table caption{display:none;}
.kotable table thead{position:relative;}
.kotable table thead:after{content:'';position:absolute;left:0rem;bottom:0rem;width:100%;height:1px;background:#2F2C2C;z-index:10;}
.kotable table thead tr{background: #FFF;position:relative;}
.kotable table thead tr th {
    letter-spacing: -0.4px;
    vertical-align: middle;
    font-size: 1.6rem;
    /* font-weight: 100; */
    line-height: 2rem;
    text-align: center;
    color: #111;
    padding: 2rem 0rem;
    font-family: "Pretendard-SemiBold";
}
.tdtext {padding: 1.8rem 0rem!important; text-align: left!important;}
.tdtext a{color: #2F2C2C; padding-left:1rem;}
.one_inqWrap .tdtext a {
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.one_inqWrap .tdtext a:hover {font-family:"Pretendard-Bold";}

.kotable table tbody tr{position:relative;}
.kotable table tbody tr:after{content:'';position:absolute;left:0rem;bottom:0rem;width:100%;height:1px;background:#eee;z-index:10;}
.kotable table tbody tr{background: #fff;position:relative;}
.kotable table tbody tr td {
    position: relative;
    vertical-align: top;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    color: #2F2C2C;
    padding: 2rem 0rem;
}

.normal {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0.4rem;
    color: #2F2C2C;
    display: inline-block;
    border-radius: 4px;
    background: #F9EFD6;
}

.selitembox{
	display:none;
}

.one_inqWrap .thdate {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2rem;
}

.one_inqWrap .normal {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    text-align: center;
    width: 100%;
	background:none; 
	color: #A07F2E;
    font-family: "Pretendard-SemiBold";
    font-weight: 600;
	padding:0;
}


.one_inqWrap .secession {
	color: #666;
	font-family: Pretendard;
}



@media (max-width:991px) {
	.one_inqWrap .kotable {margin-top: 2rem;}
	.one_inqWrap .kotable table tbody tr td:nth-child(1) {display:none;}
	.one_inqWrap .kotable table thead tr th {display: none;}
	.one_inqWrap .winum{width:100%;}
	.one_inqWrap .widcate{width:100%;}
	.one_inqWrap .widt100{width:100%;}
	.one_inqWrap .widnum{width:100%;}
	.one_inqWrap .wid1date{width:100%;}
	.one_inqWrap .kotable table tbody tr {
		background: #fff;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 1.6rem 0 0.8rem 0;
	}
	.one_inqWrap .kotable table tbody tr td {
		position: relative;
		vertical-align: top;
		vertical-align: middle;
		text-align: center;
		color: #2F2C2C;
		padding: 1.5rem 0rem;
	}
	.one_inqWrap .tdtext a {color: #2F2C2C; padding-left: 0; font-family: 'Pretendard-Medium';}
	.one_inqWrap .tdtext {padding: 0rem 0rem 0.4rem 0!important; text-align: left!important;}

	
}
@media (max-width:767px) {
	.one_inqWrap .kotable table tbody tr td {font-size: 1.3rem; line-height: 2rem; padding: 0 0 0.8rem 0; font-size: 1.5rem;}
	.one_inqWrap .kotable table tbody tr td.tdnum {font-size:1.3rem;}
	.one_inqWrap .kotable table tbody tr td.tddate {font-size: 1.3rem; padding-bottom: 0.8rem;}
	.one_inqWrap .kotable table tbody tr td.thdate {font-size: 1.5rem;}
	.one_inqWrap .addq_btn {padding: 0.6rem 1.2rem; font-size: 1.3rem; line-height: 2.4rem;}
}




.writeqna .grayinput {border-radius: 4px; border:none; background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;}
.writeqna .tuinflex .tuin {margin-left: 1rem; margin-right:0;}
.writeqna .tuinflex .tuin:nth-child(1) {margin-left: 0rem;}
.consurlt.w100.grayinput {margin-right:0;}
.writeqna #inqcont {padding: 1.2rem 1.6rem;}
.writeqna #inqcont::placeholder {
	color: #999;
	font-family: Pretendard;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.6rem;
}

.writeqna .btcd-f-input label {
    color:#2F2C2C;
    font-family: Pretendard;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
}
.writeqna .file_up_load_box {
    margin-top: 0.6rem;
    height: 40px;
    width: 100%;
}

.writeqna .file_up_load_box input {
    height: 5rem !important;
    width: 100%;
    background-color: #f7f7f7;
    font-size: 1.5rem;
    margin-left: 10.2rem !important;
    border: none !important;
    font-family: 'Noto Sans KR', sans-serif;
    padding-left: 2rem!important;
	border-radius: 4px;
}
.writeqna .jcBtnBox {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}
.writeqna .jcBtn {
    width: auto;
    height: auto;
}
.writeqna .jcBtn a {
    color: #2F2C2C;
    text-align: center;
    font-family: "Pretendard-Medium";
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: unset;
    left: unset;
    border-radius: 4px;
    background: #CDD6CD;
    width: 20.7rem;
    height: auto;
    padding: 1.7rem 2rem;
}

.writeqna .jcBtn button {
    font-family: Pretendard;
    cursor: pointer;
    width: 20.7rem;
    height: auto;
    border: none;
    background: #6F7474;
    border-radius: 0.4rem;
    text-align: center;
    color: #FFF;
    font-family: "Pretendard-SemiBold";
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 1.7rem 2rem;
}
.writeqna .jcBtn:nth-child(1) {margin-right: 0.3rem;}
.writeqna .jcBtn:nth-child(2) {margin-left: 0.3rem;}





@media (max-width:991px) {
	.writeqna .tuinflex .tuin {margin-left: 0rem; margin-right:0;}
	/* �뚯씪泥⑤� */
	.writeqna .tuin#selcategory {margin-bottom:0;}
	.writeqna .tuin {margin-top: 2rem; margin-bottom: 0;}
	.writeqna .selitembox label {display: none;}
	.writeqna .selitembox {margin:0;}
	
	.writeqna .file_input_div {width:8.2rem;}
	.writeqna .file_input_div::before {line-height: 4.4rem; font-family: "Pretendard-SemiBold";}
	.writeqna .file_up_load_box input {margin-left:9.2rem!important; height:4.6rem!important; width: calc(100% - 9.2rem ); font-size: 1.4rem;}
	.writeqna .btcd-f-input {margin-top:2rem;}
	.writeqna .btcd-f-input label {font-size: 1.3rem; line-height: 2rem;}
	
	.writeqna .jcBtnBox {margin-top:4rem;}
	.writeqna .jcBtn {width:50%;}
	.writeqna .jcBtn a, .writeqna .jcBtn button {width:100%; font-size: 1.5rem; line-height: 1.8rem;}
	.writeqna .jcBtn button {width:100%;}
	
	/* 臾몄쓽�곸꽭�섏씠吏� */
	.tuinflex.qnastatue {margin-top: 2rem;}
	.qnastatue .tuin:nth-child(2) label {display:none;}
	.qnastatue .tuin:nth-child(1) {margin-bottom:0;}
}


/* ::::::::: ======= ~ 留덉씠�섏씠吏� 1:1臾몄쓽寃뚯떆�� END ======= ::::::::: */

/* ::::::::: ======= 留덉씠�섏씠吏� 怨듭��ы빆 START ~ ======= ::::::::: */
.ConDetailBox {
    margin-top: 5rem;
    width: 100%;
    position: relative;
    /* font-size: 2rem; */
}

.cdBckBox{
	display:block;
	text-align:left;
	margin-bottom:5rem;
}

.cdtitleBox {
    padding-bottom: 3rem;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.cdtitleBox h1 {
    display: block;
    margin-bottom: 1.6rem;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3rem;
    letter-spacing: 0px;
    text-align: left;
    color: #222;
}
.cdinfoBox{
	display:flex;
}
.cdinfo{
	position:relative;
	padding-left:5.8rem;
	margin-right:6rem;
}
.cdinfo span{
	position:absolute;
	left:0px;
	top:0px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 3rem;
	letter-spacing: 0px;
	text-align: right;
	color:#888;
}
.cdinfo dl{
	margin:0;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 3rem;
	letter-spacing: 0px;
	text-align: left;
	color:#222;
}

.cdContent{
	display:block;
	padding:3rem 3rem 3rem 3rem;
	text-align:left;
	
	font-family: 'Pretendard'!important;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3rem;
	letter-spacing: -0.2px;
	text-align: left;
	color:#2F2C2C;
	border-bottom:1px solid #eee;
}
.cdContent img{
	max-width:100%;
}

.download_file {
    display: flex;
    padding: 1rem 0px 1rem 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}
.download_file .file_t {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #888;
}
.download_file .file_title {
    display: inline-block;
    color: #000;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0px 0.6rem 0rem 1.6rem;
    overflow: hidden;
}
.file_icon {
	display: inline-block;
}
.file_icon img{
    height: 1.5rem;
    position: relative;
    top: 0.2rem;
}

.botBtnBox {
    height: 5.2rem;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 5rem;
}
.botBtn {
    display: inline-block;
    width: 7rem;
    height: 4.6rem;
    position: relative;
}
.botBtn a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	cursor: pointer;
    margin-left: 0rem;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 1rem 1.6rem;
    background: #FFF;
    color: #2F2C2C;
    text-align: center;
    font-size: 1.6rem;
    font-family: Pretendard;
    line-height: 2.4rem;
}
.botBtn a:hover{
	/* text-decoration:underline; */
	background:#2F2C2C;
	border: 1px solid #2F2C2C;
	color:#FFF;
}


.botpage_box{
	cursor:pointer;
	position:absolute;
	top:0px;
	width: 10rem;
	height: 4.6rem;
	display: flex;
	align-items: center;
    justify-content: center;
}
.botleft{
	left:0px;
}
.botright{
	right:0px;
}
.botleft p{
	margin-left: 1rem;
}
.botright p{
	margin-right: 1rem;
}
.botpage_box p{
	display:inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0px;
	text-align: center;
	color:#aaa;
}
.botpage_box:hover p{
	color:#222222;
}
.botleft:hover .page_left{
	background-image: url(/public/img/mypage/pa_prev_on.png);
}
.botright:hover .page_right{
	background-image: url(/public/img/mypage/pa_next_on.png);
}

.page_left{
	display:inline-block;
	width:2rem;
	height:1.4rem;
	background-image: url(/public/img/mypage/pa_prev_off.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page_right{
	display:inline-block;
	width:2rem;
	height:1.4rem;
	background-image: url(/public/img/mypage/pa_next_off.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.noticeWrap .tdtext a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	padding-right: 1rem;
}
.tdtext a:hover {text-decoration:underline;}

.noticeWrap .wid1date {width:12rem;}
.noticeWrap .winum {width: 10rem;}

@media (max-width:991px) {
		.kotable {width: 100%; position: relative; margin-top: 2rem;}
		.ConDetailBox {margin-top: 2rem;}
		.cdtitleBox h1 {margin-bottom: 1.2rem; font-size: 2rem; line-height: 3rem;}
		.cdContent{padding:2rem 0rem 2rem 0rem; font-size: 1.5rem; font-weight: 300; line-height: 2.5rem;}
		
		.cdtitleBox {padding-bottom: 2rem;}
		.cdinfo {position: relative; padding-left: 4.5rem; margin-right: 6rem;}
		.cdinfo span {font-size:1.3rem; line-height: 2rem;}
		.cdinfo dl {font-size:1.3rem; line-height: 2rem;}
		
		.botBtnBox {margin-top: 3rem;}
		.botBtn a {font-size:1.5rem;}
		.noticeWrap .winum {width: 8rem; min-width: 8rem;}
		.noticeWrap .wid1date {width: auto; min-width: 12rem;}
		.noticeWrap .tdtext a {color: #2F2C2C; padding-left: 0;}
	}
@media (max-width:767px) {
	.noticeWrap .winum {display:none;}
	.noticeWrap .kotable table tbody tr td:first-child {display:none;}
	.noticeWrap .kotable table thead tr th:first-child {display:none;}
	.noticeWrap .wid1date {width: auto; min-width: 9rem;}
	.noticeWrap .kotable table thead tr th {letter-spacing: -0.4px; font-size: 1.4rem; line-height: 2rem; padding: 1.2rem 0rem;}
	.noticeWrap .kotable table tbody tr td {letter-spacing: -0.4px; font-size: 1.5rem; line-height: 2rem; padding: 1.8rem 0rem;}
	
	/* �대깽�� �댁쟾, �ㅼ쓬 踰꾪듉 */
	.page_left, .page_right {width: 1.6rem; height: 1rem;}
	.botpage_box p {font-size: 1.4rem;}
	.botright p {margin-right: 0.8rem;}
	.botleft p {margin-left: 0.8rem;}
}


/* ::::::::: ======= ~ 留덉씠�섏씠吏� 怨듭��ы빆 END ======= ::::::::: */


/* ::::::::: ======= 留덉씠�섏씠吏� faq START ~ ======= ::::::::: */
#tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
    display: none;
}
.faq_menu {
    margin-top: 4rem;
    width: 100%;
}
.faq_menu .list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* .faq_menu .list:before{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0rem; */
	/* bottom:0rem; */
	/* width:100%; */
	/* height:1px; */
	/* background:#eee; */
/* } */
.faq_menu .list li {
    position: relative;
    padding: 1rem 0rem 1rem 0rem;
    display: inline-block;
    margin: 0rem 2rem;
}
.faq_menu .list li.is_on {
    color: #2F2C2C;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'MaruBuri';
    line-height: 3.2rem;
    opacity: 1;
}
.faq_menu .list li.is_on:before{
	content:'';
	position:absolute;
	left:0rem;
	bottom:0rem;
	width:100%;
	height:0.4rem;
	background: #E0BDA6;
}
.faq_menu .list li.is_on a{
	font-family: 'Pretendard-SemiBold'!important;
}
.faq_menu .list li a{
	color: #2F2C2C;
	font-family: Pretendard;
	font-size: 1.7rem;
	line-height: 2.4rem;
}

.faq_area{
	width:100%;
	position:relative;
	margin-top:3rem;
}


.faq_content_box{margin-bottom:0px;width: 100%;box-sizing: border-box;}
.faq_content_box + .faq_content_box{margin-top: -1px;}
.accordion-menu {text-align: left;width: 100%;}
.accordion-menu li{z-index:400;list-style:none;}
.accordion-menu li.open_faq{}
.accordion-menu li.open_faq .dropdownlink {border-bottom:1px solid #eeeeee;color: #2F2C2C ;background-color: #fff;}
.accordion-menu li.open_faq .dropdownlink .fa-chevron-down {transform: rotate(180deg);}
.accordion-menu li:last-child .dropdownlink {/* border-bottom: 0; */}
.dropdownlink:nth-child(1){border-top: 1px solid #eee;}
.dropdownlink {
    font-family: 'Pretendard-Medium';
    padding: 2rem 2rem 2rem 4.6rem;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #2F2C2C;
    font-size: 1.6rem;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, .6);
}
.dropdownlink:before {
    font-family: 'Pretendard-Medium';
    content: 'Q';
    position: absolute;
    left: 2rem;
    top: 1.7rem;
    color: #2F2C2C;
    font-size: 2rem;
}

.accordion-menu li.open_faq .dropdownlink::after{transform: translateY(-50%) rotate(-45deg);margin-bottom: 5px;    }
.dropdownlink span{position: absolute;left: 28px;top: 50%;transform: translateY(-50%);font-family: 'Roboto';font-size: 22px;font-weight: 400;line-height: 26px;letter-spacing: -0.2px;}
.dropdownlink i {position: absolute;top: 23px;left: 16px;}
.fa-chevron-down {
    position: absolute;
    right: 2.4rem;
    top: 2.4rem;
    width: 1.3rem;
    height: 0.8rem;
    background-image: url(../img/common/faqdroparrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.submenuItems {display: none;}
.submenuItems li {list-style:none;}
.submenuItems a {display: inline-block;color: #3b6bb8;font-weight: bold;font-size: 16px;padding-left: 4px;padding-right: 4px;transition: all 0.4s ease-out;cursor: pointer;}
.submenuItems a:hover {background-color: #3b6bb8;color: #fff;}

.f_list_open {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
    padding: 1.6rem 2rem 1.6rem 4.6rem;
}
.f_list_open:before {
    font-family: 'Pretendard-Medium';
    content: 'A';
    position: absolute;
    left: 2rem;
    top: 1.7rem;
    color: #2F2C2C;
    font-size: 2rem;
}
.f_listTextBox {
    line-height: 2.4rem;
    font-size: 1.5rem;
    width: 100%;
    position: relative;
}

@media (max-width:767px) {
	.faq_menu{
		margin-top: 2rem;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.faq_menu .list {
		justify-content: flex-start;
		min-width: 32rem;
	}
	.faq_menu .list li:last-child{
		margin: 0rem 0rem 0rem 0rem;
	}
	.faq_menu .list li {
		padding: 0rem 0rem 1rem 0rem;
		margin: 0rem 1.5rem 0rem 0rem;
	}
	.faq_menu .list li.is_on:before {
		height: 0.3rem;
		background: #E0BDA6;
	}
	.faq_menu .list li a {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	.faq_area {
		margin-top: 2rem;
	}
	.dropdownlink {
		padding: 1.4rem 2rem 1.4rem 3rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.dropdownlink:before {
		left: 1rem;
		top: 1.4rem;
		font-size: 1.4rem;
	}
	.fa-chevron-down {
		right: 1rem;
		top: 1.9rem;
		width: 1rem;
		height: 0.6rem;
	}
	.f_list_open {
		padding: 1.4rem 2rem 1.4rem 3rem;
	}
	.f_list_open:before {
		left: 1rem;
		top: 1.4rem;
		font-size: 1.4rem;
	}
	.f_listTextBox {
		line-height: 1.8rem;
		font-size: 1.4rem;
	}
}
/* ::::::::: ======= ~ 留덉씠�섏씠吏� faq END ======= ::::::::: */

/* ::::::::: ======= 留덉씠�섏씠吏� event START ~ ======= ::::::::: */

.evCont {
    display: flex;
    margin-top: 5rem;
    flex-wrap: wrap;
    justify-content: flex-start
}

.evBox {
    width: calc(100%/3 - 2rem);
    position: relative;
    cursor: pointer;
    margin-right: 3rem;
    margin-bottom: 4rem
}

.evBox:nth-child(3n) {
    margin-right: 0
}

.evImg {
	    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 55.719%;
	overflow:hidden;
}

.evImg img {
	max-width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ev_title {
    color: #000;
    font-family: Pretendard;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 2rem 0 .8rem
}

.ev_stxt {
    color: #999;
    font-family: Pretendard;
    font-size: 1.4rem;
    line-height: 1.6rem
}

@media (max-width:1200px) {
	.evBox {
		width: calc(100%/2 - 1.5rem);
		position: relative;
		cursor: pointer;
		margin-right: 3rem;
		margin-bottom: 4rem;
	}
	.evBox:nth-child(2n), .evBox:nth-child(6n) {
		margin-right: 0;
	}
	.evBox:nth-child(3) {
		margin-right: 3rem;
	}
}
@media (max-width:991px) {
	.evCont {
		margin-top: 2rem;
	}
}
@media (max-width:767px) {
	.evBox {
		width: calc(100%/2 - 1rem);
		position: relative;
		cursor: pointer;
		margin-right: 2rem;
		margin-bottom: 3rem;
	}
	.evBox:nth-child(2n), .evBox:nth-child(6n) {
		margin-right: 0;
	}
	.evBox:nth-child(3) {
		margin-right: 2rem;
	}
	.ev_title {
		font-size: 1.6rem;
		line-height: 2rem;
		margin: 1.6rem 0 .6rem;
	}
	.ev_stxt {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
}
@media (max-width:600px) {
	.evBox {
		width: calc(100% - 0rem);
		position: relative;
		cursor: pointer;
		margin-right: 0rem;
		margin-bottom: 3rem;
	}
	.evBox:nth-child(2n), .evBox:nth-child(6n) {
		margin-right: 0;
	}
	.evBox:nth-child(3) {
		margin-right: 0rem;
	}
}
/* ::::::::: ======= ~ 留덉씠�섏씠吏� event END ======= ::::::::: */