/* wp_form */


/* button */
.wp_btn {margin-bottom: 5px;padding: 1em;}
.wp_join_btn_center {text-align: center;}
.wp_btn,.wp_btn_style_01 {
    background: #f6f6f6;
    background-image:-webkit-linear-gradient(top,#F6F6F6,#FFFFFF);
    background-image:-moz-linear-gradient(top,#F6F6F6,#FFFFFF);
    background-image:-ms-linear-gradient(top,#F6F6F6,#FFFFFF);
    background-image:-o-linear-gradient(top,#F6F6F6,#FFFFFF);
    background-image:linear-gradient(to bottom,#F6F6F6,#FFFFFF);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:3px;
    font-weight:100;
    padding:1em;
    max-width: 100%;
    border:solid 1px #ccc;
    text-decoration:none;
    display:inline-block;
    cursor: pointer;
}


/* join */

*,
*:before,
*:after {
    box-sizing: border-box;
}
.wp_form{
    margin-top: 30px;
}

.wp_form textarea {
    width: 100%;
    height: 120px;
    padding: 1em;
    margin-bottom: 5px;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.wp_form h4 {
    color:#121212;
    margin-bottom: 5px;
}
.wp_form input,.wp_form .wp_radio_gender input[type="radio"]+label,/* .wp_form input[type="checkbox"]+label:before, */.wp_form select option,.wp_form select {
    width:100%;
    padding:1em;
    line-height:1.4;
    background-color:#f9f9f9;
    border:1px solid #e5e5e5;
    border-radius:3px;
    -webkit-transition:0.35s ease-in-out;
    -moz-transition:0.35s ease-in-out;
    -o-transition:0.35s ease-in-out;
    transition:0.35s ease-in-out;
    transition:all 0.35s ease-in-out;
}
.wp_form input:focus {
    outline:0;
    border-color:#64ac15;
}
.wp_form input[type="password"] {
    font-family: 'dotum';
}
.wp_form .wp_radio_gender input[type="radio"] {
    display:none;
}
.wp_form .wp_radio_gender input[type="radio"]+label,.wp_form select {
    display:inline-block;
    width:50%;
    text-align:center;
    float:left;
    border-radius:0;
}
.wp_form .wp_radio_gender input[type="radio"]+label:first-of-type {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.wp_form .wp_radio_gender input[type="radio"]+label:last-of-type {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.wp_form .wp_radio_gender input[type="radio"]+label i {
    padding-right:0.4em;
}
.wp_form .wp_radio_gender input[type="radio"]:checked+label,.wp_form .wp_radio_gender input:checked+label:before,.wp_form .wp_radio_gender select:focus,.wp_form .wp_radio_gender select:active {
    background-color:#7ed321;
    color:#fff;
    border-color:#64ac15;
}

.wp_form input:checked+label:after {
    opacity:1;
}
.wp_form select {
    width: 100%;
    height:3.4em;
    line-height:2;
}
.wp_form select:first-of-type {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.wp_form select:last-of-type {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.wp_form select:focus,.wp_form select:active {
    outline:0;
}
.wp_form select option {
    background-color:#7ed321;
    color:#fff;
}
.wp_form .wp_input_group {
    margin-bottom:2em;
    zoom:1;
}
.wp_form .wp_input_group:before,.wp_form .wp_input_group:after {
    content:"";
    display:table;
}
.wp_form .wp_input_group:after {
    clear:both;
}
.wp_form .wp_row {
    zoom:1;
}
.wp_form .wp_row:before, .wp_form .wp_row:after {
    content:"";
    display:table;
}
.wp_form .wp_row:after {
    clear:both;
}
.wp_form .wp-half {
    padding-right:10px;
    float:left;
    width:100%;
}
.wp_form .wp-half:last-of-type {
    padding-right:0;
}
.wp_form .wp-third {
    padding-right:10px;
    float:left;
    width:33.33333333%;
}
.wp_form .col-third:last-of-type {
    padding-right:0;
}
@media only screen and (max-width:540px) {
    .wp_form .wp-half {
        width:100%;
        padding-right: 0;
    }
}




/* login / joinout */
.wp_form .login_form {margin: 0 auto;max-width: 400px;background: #f1f1f1;padding: 30px 15px;border-radius: 5px;}
.wp_form .login_form .wp_login_search {text-align: center;margin-bottom: 15px;}
.wp_form .login_form .wp_login_search p {display: inline-block;margin: 0 5px;}

.wp_form .login_form .wp_message_title {margin-bottom: 30px;text-align: center;font-size: 20px;}



/* radio button */
.wp_form .wp_radio_div {display: inline-block;margin-top: 5px;margin-bottom: 5px;}
.wp_form .wp_radio_div input[type="radio"] {display: inline-block;width: 10px;height: 10px;}
.wp_form .wp_radio_div {position: relative;}
.wp_form .wp_radio_div input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.wp_form .wp_radio_div input[type="radio"] + label { display: inline-block; position: relative; padding-left: 25px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-right: 15px;}
.wp_form .wp_radio_div input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: -2px; width: 17px; height: 17px; text-align: center; background: #fafafa; border: 1px solid #cacece; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.wp_form .wp_radio_div input[type="radio"] + label:active:before, .wp_radio_div input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.wp_form .wp_radio_div input[type="radio"]:checked + label:before { background: #E9ECEE; border-color: #adb8c0; }
.wp_form .wp_radio_div input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 3px; left: 5px; width: 9px; height: 9px; background: #99a1a7; border-radius: 100%; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); }




/* check box */
.wp_form .wp_checkbox_div {/* position: relative; */display: inline-block;margin-top: 5px;margin-bottom: 5px;}

.wp_form .wp_checkbox_div input[type="checkbox"] {  /* ½ÇÁ¦ Ã¼Å©¹Ú½º´Â È­¸é¿¡¼­ ¼û±è */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0
}
.wp_form .wp_checkbox_div input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: 15px;
}
.wp_form .wp_checkbox_div input[type="checkbox"] + label:before {  /* °¡Â¥ Ã¼Å©¹Ú½º */
    content: ' ';
    display: inline-block;
    width: 17px;  /* Ã¼Å©¹Ú½ºÀÇ ³Êºñ¸¦ ÁöÁ¤ */
    height: 17px;  /* Ã¼Å©¹Ú½ºÀÇ ³ôÀÌ¸¦ ÁöÁ¤ */
    line-height: 17px; /* ¼¼·ÎÁ¤·ÄÀ» À§ÇØ ³ôÀÌ°ª°ú ÀÏÄ¡ */
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius : 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.wp_form .wp_checkbox_div input[type="checkbox"] + label:active:before,
.wp_form .wp_checkbox_div input[type="checkbox"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.wp_form .wp_checkbox_div input[type="checkbox"]:checked + label:before {  /* Ã¼Å©¹Ú½º¸¦ Ã¼Å©ÇßÀ»¶§ */
    content: '\2714';  /* Ã¼Å©Ç¥½Ã À¯´ÏÄÚµå »ç¿ë */
    color: #99a1a7;
    text-shadow: 1px 1px #fff;
    background: #e9ecee;
    border-color: #adb8c0;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
