

#fullpage {
    position:relative;
    top:0px;
    z-index:9;
    width:100vw;
}
#fullpage.fullpage_lip{
    top:50px;
}
.login_body,
.id_body,
.pw_body,
.join_body {
    background-color:#3959d2;
}

  
/*
*로그인 화면
*/
/* 회원 가입 화면 공통 */
.cont-log {
    margin:0 auto;
    max-width:767px;
    width:88%;
}
#login.section {
    height:auto;
}
#login .container {
    height:auto;
}
.select-login {
    /*margin-left: 90px;*/
}
.form-all {
    margin:0 auto;
    background:#fff;
    position:relative;
    width:91%;
}
.form-login>form {
    /*padding-top:9.5%;*/
    padding:10% 7.5em 6.5%;
}
.select-login>li {
    display:inline-block;
    width:30%;
    text-align:left;
}
.select-login>li>label {
    width:30%;
    color:#000;
    font-size:18px;
    margin-left:3px;
    font-size:1.03em;
}
.select-login>li input[type="radio"] {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border:none;
}
.select-login>li input[type="radio"] + label {
    position:relative;
    padding-left:20px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.select-login>li input[type="radio"] + label::before {
    content:'';
    position:absolute;
    left:0;
    top:3px;
    width:11px;
    height:11px;
    text-align:center;
    background:#fff;
    border:2px solid #c7c7c7;
    border-radius:100%;
}
.select-login>li input[type="radio"]:checked + label::before {
    border-color:#014099;
}
.select-login>li input[type="radio"]:checked + label::after {
    content:'';
    position:absolute;
    top:8px;
    left:5px;
    width:5px;
    height:5px;
    background:#014099;
    border-radius: 100%;
}
.input-login {
    margin-top:31px;
    margin-bottom:38px;
}
.input-login>li {
    width:100%;
    position:relative;
    margin: auto;
}
.input-login>li input::placeholder {
    color:#c7c7c7;
}
.input-login>li input[type="text"] {
    border:1px solid #c7c7c7;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
}
.input-login>li input[type="password"] {
    border:1px solid #c7c7c7;
    border-top:none;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
}
.input-login>li input[type="text"],
.input-login>li input[type="password"] {
    width:100%;
    padding-left:53px;
    padding-right:20px;
    height:54px;
    background:#fff;
    color:#000;
    font-size:1.1em;
}
.input-login>li label::after {
    content:'';
    position:absolute;
    top:16px;
    left:20px;
    background-repeat:no-repeat;
    background-size:cover;
    display:block;
    width:19px;
    height:21px;
}
.input-login>li:first-child label::after {
    background-image:url(../imgs/icon-id.jpg);
}
.input-login>li:last-child label::after {
    background-image:url(../imgs/icon-pw.jpg);
}
.input-login>li input:focus {
    outline:none;
}
.form-login button {
    margin:0 auto;
    display:block;
    width:65%;
    height:48px;
    background-color:#014099;
    color:#fff;
    font-size:1.2em;
    cursor:pointer;
}
.form-find button {
    margin:0 auto;
    display:block;
    background-color:#014099;
    color:#fff;
    cursor:pointer;
    width:45%;
    height:48px;
    font-size:1.2em;
    margin-bottom:20px;
}

/*아이디, 비번 찾기*/
#find.section {
    height:auto;
}
#find .container {
    height:auto;
    display:flex;
    align-items:center;
    align-content:center;
    flex-wrap:wrap;
}
/*.form-all {
    background:#fff;
    position:relative;
}*/

.form-find {
    margin:auto;
    width:91%;
    padding-top:3%;
}
.form-find>form {
    padding:6.5%;
}
.form-find .find_ttl {
	font-size:34px;
    font-weight:600;
    margin:30px 30px 10px 75px;
    line-height:1.35em;
}
.form-find .find_sub {
    font-size:15px;
    font-weight:300;
    margin:0 75px ;
    line-height:1.5em;
}
.form-find {
    margin:auto;
    width:91%;
    padding-top:3%;
}

.select-find {
    margin-left:30px;
}
.select-find>li {
    display:inline-block;
    width: 30%;
    text-align:left;
}

.select-find>li>label {
    width:30%;
    color:#000;
    font-size:18px;
    margin-left:3px;
    font-size:1.05em;
}
.select-find>li input[type="radio"] {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border:none;
}
.select-find>li input[type="radio"] + label {
    position:relative;
    padding-left:20px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.select-find>li input[type="radio"] + label::before {
    content:'';
    position:absolute;
    left:0;
    top:3px;
    width:11px;
    height:11px;
    text-align:center;
    background:#fff;
    border:2px solid #c7c7c7;
    border-radius: 100%;
}
.select-find>li input[type="radio"]:checked + label::before {
    border-color:#014099;
}
.select-find>li input[type="radio"]:checked + label::after {
    content:'';
    position:absolute;
    top:8px;
    left:5px;
    width:5px;
    height:5px;
    background:#014099;
    border-radius: 100%;
}
.input-find {
    margin-top:31px;
    margin-bottom:38px;
}
.input-find>li {
    width:90%;
    position:relative;
    margin:auto;
}
.input-find>li input::placeholder {
    color:#c7c7c7;
}
.input-find>li input[type="text"] {
    border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
}
.input-find>li:first-child input[type="text"] {
    border:1px solid #c7c7c7;
}

.input-find>li input[type="text"],
.input-find>li input[type="password"] {
    width:100%;
    padding:0 20px;
    height:54px;
    background:#fff;
    color:#000;
    font-size:1.1em;
}
.input-find>li label::after {
    content:'';
    position:absolute;
    top:22px;
    left:25px;
    background-repeat:no-repeat;
    background-size:cover;
    display:block;
    width:22px;
    height:25px;
}
.input-find>li input:focus {
    outline:none;
}

.input-login {
    margin-top:32px;
    margin-bottom:32px;
}


.input-login>li input[type="text"] {
    border-top-right-radius:16px;
    border-top-left-radius:16px;
}
.input-login>li input[type="password"] {
    border-bottom-right-radius:16px;
    border-bottom-left-radius:16px;
}


/* 아이디, 비번찾기*/

.func-findJoin.-mo {
    position:inherit;
    margin:0 auto;
    text-align:center;
    margin-top:11%;
    margin-bottom:5%;
}
.func-findJoin>li {
    display:inline-block;
    position:relative;
}

.func-findJoin.-mo>li:nth-child(n+2) {
    margin-left:.88em;
}
.func-findJoin.-mo>li:not(:last-child) {
    margin-right:.88em;
}
.func-findJoin.-mo>li:nth-child(n+2)::before {
    content:'';
    position:absolute;
    left:-.88em;
    top:4px;
    display:block;
    width:1px;
    height:12px;
    background-color:#014099;
}
.func-findJoin>li::after {
    content:'';
    display:block;
    clear:both;
}
.func-findJoin.-mo>li>a {
    color:#014099;
    font-size:1em;
}


#login .container {
    height:100%;
    display:flex;
    align-items:center;
    align-content:center;
    flex-wrap:wrap;
}

/*
* 가입 선택 화면
*/
#join.section {
    height:auto;
}
#join.section>.container {
    padding-top:40px;
}
.select-type {
    margin:21.4% auto;
    text-align:center;
    width:90%;
}
.select-type>li {
    display:block;
    width:100%;
    height:auto;
    background:#fff;
   /* border:1px solid #c7c7c7;*/
    text-align:center;
    padding:8%;
}
.select-type>li:first-child {
    margin-bottom:6%;
}
.select-type>li>.circles {
    height:140px;
    width:140px;
    border-radius:150%;
    background-color:#014099;
    margin:0 auto;
    color:#fff;
    font-size:1.45em;
    line-height:1.5em;
    padding-top:28px;  
}
.select-type>li>.circles>span {
    font-size:2.1em;
    font-weight:bold;
}
.select-type>li>p:nth-child(2) {
    font-size:1.6em;
    line-height:1em;
    font-weight:600;
    color:#000;
    line-height:1em;
    padding-top:28px;  
}
.select-type>li>p:nth-child(2)>span {
    font-size:20px;
    font-weight:300;
    color:#535353;
}
.select-type>li>a {
    margin:0 auto;
    display:block;
    width:86%;
    color:#fff;
    font-size:20px;
    background-color:#014099;
    margin-top:20px;
    padding:23px 0;
}


/*
*  가입 약관 화면
*/
#terms.section {
    height:auto;
}
.form-terms {
    margin:160px auto;
    width:100%;
    height:100%;
}
.form-terms ul.list-terms li:first-child {
    margin-bottom:60px;
}
.form-terms ul li p:first-child {
    color:#000;
    font-size:23px ;
    font-weight:600;
    margin-bottom:13px;
}
.form-terms ul li .chk {
    font-size:16px;
    margin-top:12px;
}
.chk>input[type="checkbox"] {
    display:none;
}
.chk>label {
    cursor:pointer;
    font-size:16px;
    font-weight:400;
}
.chk>label>span {
    padding-left:8px;
}
.chk>input[type="checkbox"] + label::before {
    content:'';
    display:inline-block;
    width:15px;
    height:15px;
    background-color:#fff;
    border:1px solid #c7c7c7;
    vertical-align:text-bottom;
    margin-bottom:1px;
}
.chk>input[type="checkbox"]:checked + label::before {
    background-image: url(../imgs/icon-chkd.jpg);
    border:1px solid #014099;
}
.form-terms ul li textarea {
    width:100%;
    height:200px;
    padding:1%;
    border:1px solid #c7c7c7;
    color:#535353;
    line-height:1.24em;
    resize:none;
}
.btn-temrs {
    text-align:center;
}
.btn-temrs>li {
    display:inline-block;
    margin-top:75px;
}
.btn-temrs>li>button {
    width:200px;
    height:66px;
    font-size:20px;
}
.btn-temrs>li:first-child {
    margin-right:5px;
}
.btn-temrs>li:first-child>button {
    background-color:#fff;
    border:2px solid #014099;
    color:#014099;
    cursor:pointer;
}
.btn-temrs>li:last-child>button {
    background-color:#014099;
    color:#fff;
}

/*
*  회원 가입 정보 입력
*/
#filldata.section {
    height:auto;
}
.form-data {
    margin:160px auto;
    width:60%;
    height:100%;
}
.form-data>form {
   /* padding:6.5%;*/
    margin:0 auto;
    text-align: center;
}
.tlt-type {
    font-size:23px;
    font-weight:600;
    margin-bottom:15px;
    text-align:left;
}
.tlt-type>.chk>label {
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
    margin-top:8px;
    padding-right:0;
    float:right;
}
.table-busi>.tlt-type {
    margin-top:50px;
}
.btn-regi {
    width:300px;
    height:66px;
    background-color:#014099;
    color:#fff;
    font-size:19px;
    margin:8% 0;
}
.form-data .table {
   /* border-collapse:collapse;*/
    border:1px solid #c7c7c7;
}
.form-data .table li {
   /* border:1px solid #c7c7c7;*/
    font-size:16px;
}
.form-data .table>li>div:first-child {
    background-color:#014099;
    color:#fff;
    width:25%;
    line-height:58px;
    text-align:center;
    font-weight:500;
}
.form-data .table>li>div:last-child {
    width:75%;
    line-height:58px;
}
.ag-ad,
.select-formType.-regi {
    padding-left:3%;
    line-height:58px;
}
.select-formType.-regi>label {
    font-size:16px;
}

.form-data .table>li>div {
    float:left;
}
.form-data .table>li:not(:last-child) {
    border-bottom:1px solid #c7c7c7;
} 
.form-data .table>li::after {
    content: '';
    display: block;
    clear: both;
}
.form-data .table>li,
.form-data .table>li>div:last-child {
    background-color:#fff;
    /*width:auto;*/
    text-align: left;
}

.select-formType>label {
    width:30%;
    color:#000;
    font-size:18px;
    margin-left:3px;
}
.form-data .table>li>div:last-child:focus-within {
    outline:2px solid #014099;
    height:57px;
}
.form-data .table>li.ask-area>div:last-child:focus-within {
    height:auto;
}

.select-formType>input[type="radio"] {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border:none;
}
.select-formType>input[type="radio"] + label {
    position:relative;
    padding-left:20px;
    padding-right:30px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.select-formType>input[type="radio"] + label::before {
    content:'';
    position:absolute;
    left:0;
    top:3px;
    width:11px;
    height:11px;
    text-align:center;
    background:#fff;
    border:1px solid #c7c7c7;
    border-radius: 100%;
}
.select-formType>input[type="radio"]:checked + label::before {
    border-color:#014099;
}
.select-formType>input[type="radio"]:checked + label::after {
    content:'';
    position:absolute;
    top:7px;
    left:4px;
    width:5px;
    height:5px;
    background:#014099;
    border-radius:100%;
}
/*회원 가입 폼 - ssp용 매체 구분 추가*/
.select-formType.-regi.-me>input[type="radio"] + label {
    display:block;
    width:100%;
}
.select-formType.-regi.-me>input[type="radio"] + label::before {
    top:16px;
}
.select-formType.-regi.-me>input[type="radio"]:checked + label::after {
    top:20px;
}



.form-data .table input {
    font-size:16px;
    line-height:46px;
}
.form-data .table input::placeholder {
    color:#c7c7c7;
    font-size:16px;
}
.form-data .table input[type="button"],
.form-data .table button {
    width:160px;
    line-height:40px;
    background-color:#014099;
    color:#fff;
    cursor:pointer;
    font-size:.9em;
}
.form-data .w100 input[type="text"],
.form-data .w100 input[type="password"] {
    width:100%;
    height:auto;
    padding-left:4%;
    padding-right:4%;
}
.form-data .table input:focus {
    outline:none;
}
.form-data .table li {
    position: relative;
}
.tax-invoice {
    position: relative;
}
.tax-invoice .qmark {
    display:inline-block;
    width:18px;
    height:18px;
    border-radius:100%;
    color:#014099;
    background-color:#ffe933;
    line-height:1.1em;
    vertical-align:baseline;
    vertical-align:middle;
    margin-bottom:1px;
    cursor:pointer;
}
.tax-invoice .qmark::after {
}
.tax-info {
    display:none;
    position:absolute;
    background-color:#fff;
    width:80%;
    height:200px;
    z-index:100;
    padding:2.5% 2%;
    padding:4% 3%;
    bottom:50px;
    left:25px;
    box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.tax-info::after {
    content: '';
    position:absolute;
    left:88px;
    top:98%;
    width:0;
    height:0;
    border:.6em solid black;
    border-color:transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform:rotate(-45deg);
    box-shadow:-5px 5px 5px 0 rgba(0, 0, 0, 0.3);
    clear:both;
}
.tax-mo {
    display:none;
}
.tax-info>div {
    color:#000;
    text-align:left;
}
.tax-info p {
    font-weight:400;
    line-height:1.2em;
    font-size:14px;
    color:#474747;
}
.tax-info p:first-child {
    font-size:18px;
    margin-bottom:16px;
}
.tax-info p:first-child,
.tax-info p:nth-child(3) span {
    color:#014099;
    font-weight:600;
}
.tax-info p:nth-child(2),
.tax-info p:nth-child(3) {
    margin-bottom:16px;
}


/*
*  광고 문의하기 입력 화면
*/
/*광고 문의하기*/
.chk-ask {
    color:#014099;
    font-weight:500;
}
.chk.-ask {
    font-size:2vh;
    display:block;
    margin:20px 0;
}
.table-ask::after {
    content:'';
    display:block;
    clear:both;
}
.form-data .table>li.ask-area>div:first-child {
    line-height:1.6em;
}
.form-data .table>li.ask-area>div:last-child {
    line-height:inherit;
}
.form-data .table>li.ask-area textarea {
    width:100%;
    height:100%;
    height:193px;
    resize:none;
    border:none;
    outline:none;
    padding:2%;
}
.selectbox {
    position:relative;
    width:200px;
    z-index:1;
}
.selectbox:before {
    content:"";
    position:absolute;
    top:47%;
    right:15px;
    right:4%;
    width:0;
    height:0;
    margin-top: -1px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid #014099;
}
.selectbox label {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    padding:0 3%;
    color:#999;
    z-index:-1;
    cursor:pointer;
    background-color:#fff;
}
.selectbox select {
    width:100%;
    height:auto;
    border:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
    height:100%;
    padding-left:4%;
    padding-right:4%;
    outline:none;
    font-size:16px;
    cursor:pointer;
}


/* 보안코드 및 임시 요소 속성값 */
.up-protect {
    padding-left:21px;
}
.up-protect input[type="file"] {
    position: absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:none;
}
.up-protect label {
	display:inline-block;
    width:160px;
    line-height:40px;
    background-color:#014099;
    color:#fff;
    cursor:pointer;
    text-align:center;
}
.up-protect .code-pt {
	display:inline-block;
    letter-spacing:-.2px;
    line-height:40px;
    height:40px;
	background-color: #f4f4f4;
    border:1px solid #c7c7c7;
    color:#c7c7c7;
    width:50%;
    padding-left:2%;
    padding-right:2%;
    margin-left:1.2%;
}
.code-view {
    float:left;
    height:40px;
    margin-top:3px;
    padding-right:.5em;
}
#ic_refresh {
    float:left;
    height:40px;
    margin-top:3px;
    cursor:pointer; 
}
.code-view>img {
    margin-top:.5em;
}
.up-protect>input[type="image"] {
    vertical-align:top;
    margin-top:1.6%;
}
.code-ex {
    color:#c7c7c7;
    padding-left:2%;
    font-size:.9em;
}




/* 가입 약관 체크*/
/*.form-terms {
    margin:160px auto;
    width:90%;
}*/
.form-terms ul.list-terms li:first-child {
    margin-bottom:55px;
}
.form-terms ul li p:first-child {
    font-size:1.3em;
}

.btn-temrs>li {
    display:inline-block;
    width:49.3%;
    margin-top:35px;
}
.btn-temrs>li>button {
    width:100%;
    height:66px;
    font-size:20px;
}


/*회원 가입 화면*/
.form-data {
    margin:130px auto 0;
    width:100%;
}
.form-data .table>li:not(:last-child),
.form-data .table{
    border:none;
}
.form-data .table>li {
    background-color:transparent;
    border:none;
    position:relative;
}
.form-data .table>li>div {
    float:none;
}
.form-data .table>li>div:first-child,
.form-data .table>li>div:last-child {
    width:100%;
}
.form-data .table>li>div:first-child {
    background-color:transparent;
    color:#014099;
    text-align:left;
    line-height:1.6em;
    font-weight:600;
    margin-top:26px;
    font-size:1em;
}
.form-data .table>li.dt-add>div:first-child {
    margin-top:16px;
}
.form-data .table>li>div:last-child {
    border:1px solid #c7c7c7;
    line-height:46px;
}
.form-data .table>li>div:last-child:focus-within {
    /*outline:2px solid #014099;*/
    height:auto;
}

.form-data .table input[type="text"] {
    width:69%;
    padding-left:3%;
    padding-right:3%;
}
.form-data .table input[type="text"]:last-child{
    width:50%;
}
.form-data .table .w100 input[type="text"] {
    width:100%;
}
.form-data .table input[type="button"],
.form-data .table button {
    width:30%;
    vertical-align:top;
    margin-top:3px;
}
.road-add>div:first-child {
    display:none;
}
.road-add>div:last-child {
    margin-top:5px;
}
.add-subT::before {
    position:absolute;
    color:#014099;
    font-size:12px;
    font-size:.86em;
    font-size:.82em;
    left:0;
    top:60px;
}
.add-subT.-add1::before {
    content:'4~15자의 영문 / 숫자 / _ / - 만 사용 가능합니다.';
}
.add-subT.-add2::before {
    content:'동, 호수 등의 상세 주소';
}
.add-subT.-add3::before {
    content:'이미지 파일( jpg / png / gif )만 등록 가능합니다.';
}
.add-subT.-add4::before {
    content:'zip / pdf / jpg / png 등록 가능합니다.(최대 10Mb)';
}
.style-t {
    color:#000;
    font-size:.9em;
}
.tax-invoice .qmark {
    text-align:center;
    background-color:#014099;
    color:#fff;
}
.tax-info {
    width:98%;
    height:300px;
    z-index: 100;
    padding: 2.5% 2%;
    padding:7% 4%;
    bottom: 84px;
    left:1%;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 30%);
}
.tax-info::after {
    content: '';
    position:absolute;
    left:64px;
    top:99%;
    width:0;
    height:0;
    border:.6em solid black;
    border-color:transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform:rotate(-45deg);
    box-shadow:-5px 5px 5px -4px rgba(0, 0, 0, 0.3);
    clear: both;
}
.tax-pc {
    display:none;
}
.tax-mo {
    display:block;
    width:98%;
    word-break: keep-all;
}
.tax-info p:first-child {
    font-size:1.1em;
}
.tax-info p {
    font-size:.98em;
    font-size:.88em;
    line-height:1.26em;
}
.tax-info p span.tax-num {
    font-size:1.3em;
    font-size:1.3em;
    color:#000;
    font-weight:400;
    vertical-align:top;
}


/***  첨부파일 및 사업자 등록증 디자인 속성값 변경 ***/
.up-filebox::after {
    content:'';
    display:block;
    clear:both;
}
.up-filebox input[type="file"] {
	position: absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:none;
}

.up-filebox label {
	display:inline-block;
    width:30%;
    line-height:40px;
    background-color:#014099;
    color:#fff;
    cursor:pointer;
    text-align:center;
    font-size:.9em;
}

/* 파일업로드 상자 속성값 */
.up-filebox .upload-name {
	display:inline-block;
    letter-spacing:-.2px;
    line-height:40px;
    height:40px;
	background-color: #f4f4f4;
    border:1px solid #c7c7c7;
    color:#c7c7c7;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width:60.7%;
    width:65.6%;
    padding-left:2%;
    padding-right:2%;
    margin-left:1.2%;
    margin-right:1.2%;
}
.form-data .table input.upload-name {
    font-size:14px;
}
.ag-ad>.chk.-filldata>label:nth-child(4) {
    margin-left:1em;
}



/*
* 미디어쿼리 시작
*/

@media (max-width: 1280px) {


}


@media all and (min-width:1024px) and (max-width:1279px) {

}



@media all and (min-width:768px) and (max-width:1023px) {

    /* login 시작 */
    .select-login>li,
    .select-find>li {
       width:38%;
    }

}


@media all and (max-width: 767px) {

    #fullpage.fullpage_lip {
        top: -7px;
    }
    
    /*모바일 로그인*/
    .form-all {
        width:100%;
        padding:2em 1.6em;
    }
    .form-login>form {
        padding:0;
    }
    .input-login>li label::after {
        left:18px;
        width:16px;
        height:18px;
    }
    .input-login>li:first-child label::after {
        top:18px;
    }
    .input-login>li:last-child label::after {
        top:17px;
    }
    .select-login>li {
        width:49.2%;
        text-align: center;
    }
    .select-login {
        margin-left:0;
    }
    .form-login button {
        width:70%;
        height:48px;
        font-size:1.2em;
    }
    .input-login>li {
        font-size:.9em;
    }
    .input-login>li input[type="text"] {
        border-top-right-radius:10px;
        border-top-left-radius:10px;
    }
    .input-login>li input[type="password"] {
        border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;
    }
    .input-login>li {
        width:100%;
    }
    .input-find>li input[type="text"],
    .input-find>li input[type="password"] {
        font-size:.9em;
    }
    .select-login>li input[type="radio"] + label::before {
        top:.08em;
    }
    .select-login>li input[type="radio"]:checked + label::after {
        top:.4em;
    }

    /* id찾기 시작 */
    .input-find {
        margin-top:1.2em;
    }
    .select-find>li {
        width:45%;
    }
    .select-find {
        margin-left: 0px;
    }
    .input-find>li {
        width:100%;
    }
    .form-find>form {
        padding:0;
    }
    .form-find button {
        width:78%;
    }
    .select-type>li>a {
        width:80%;
    }
    .form-find .find_ttl {
        margin:0 0 10px 0;
        font-size:1.8em;
    }
    .form-find .find_sub {
        margin:0 0 2.5em 0;
        word-break:keep-all;
        font-size:.9em;
    }
    .up-protect>input[type="image"] {
        margin-top:.6%;
    }
    .form-data {
        margin:120px auto 0;
        width:100%;
    }
    .form-data .table input[type="button"],
    .form-data .table button {
        font-size:.74em;
    }
    .form-data .table>li:nth-child(6) input[type="button"] {
        letter-spacing:-.03em;
    }
    .form-data .table li:last-child input[type="text"]:last-child{
        width:55%;
        width:54.2%;
    }
    .func-findJoin.-mo>li>a {
        font-size:1.05em;
        font-size:0.9em;
    }
    .select-type {
        width:100%;
    }
    .select-login>li>label {
        font-size:1.1em;
        font-size:0.90em;
    }
    .select-find>li>label {
        font-size:1.1em;
        font-size:0.98em;
    }
    .form-terms {
        margin:110px auto;
        width:100%;
    }
    .form-data {
        margin:110px auto 0;
        width:100%;
    }
    .btn-temrs>li {
        width:48%;
    }
    .select-type>li>a {
        font-size: 18px;
    }
    .up-filebox .upload-name {
        float:left;
        margin-right:0;
        margin-top:3px;
    }
    .up-filebox label {
        vertical-align:top;
        margin-top:3px;
        font-size:.74em;
    }
    .up-filebox,
    .up-protect {
        padding-left:2vw;
    }
    .code-ex {
        font-size:.6em;
        display:none;
    }
    .form-data .table input::placeholder {
        visibility:hidden;
    }

}



