@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&subset=korean");
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
hgroup,
menu,
#header,
section,
summary,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display: block;
}

body,
html {
    line-height: 1.4;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 62.5%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    display: block;
    color: inherit;
    color: #383838;
    font-family: inherit;
    font-weight: normal;
    text-decoration: none;
}

a:active,
a:visited,
a:hover {
    text-decoration: none;
    outline: none;
}

button {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    outline: none;
}

img {
    max-width: 100%;
}

.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
    width: 0.1rem;
    height: 0.1rem;
}

fieldset {
    border: 0 none !important;
}

em {
    font-style: normal;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

#header .membership:after,
#header .menu .inner::after,
#header .menu .inner #nav > ul:after,
#header .menu .sub_menu .inner::after,
#footer .sitemap::after,
.join_step ul:after,
.real_name:after,
.join_info dl:after {
    content: "";
    display: block;
    clear: both;
}

#footer .sitemap ul.social {
    display: none;
}

#header {
    position: relative;
}

#header .pc {
    display: block;
}

#header .mb {
    display: none;
}

#header .membership {
    width: 1238px;
    margin: 0 auto;
    position: relative;
    transition: all .2s;
}

#header .membership > ul {
    float: right;
    padding-right: 90px;
}

#header .membership > ul > li {
    float: left;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 13px;
}

#header .membership > ul > li.lang {
    position: relative;
    background: #005ec2;
    width: 100px;
    padding: 0;
    color: #fff;
    text-align: center;
}

#header .membership > ul > li.lang > a {
    color: #fff;
}

#header .membership > ul > li.lang > a:after {
    content: "+";
    display: inline-block;
    margin-left: 5px;
}

#header .membership > ul > li.lang:hover ul {
    display: block;
}

#header .membership > ul > li.lang ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #005ec2;
    width: 100%;
    z-index: 100;
    text-align: center;
}

#header .membership > ul > li.lang ul a {
    color: #93c7fe;
    font-size: 1.3rem;
}

#header .membership .social {
    float: none;
    position: absolute;
    top: 50%;
    right: -7%;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#header .membership .social li {
    display: inline-block;
    height: 30px;
    margin: 0 2px;
    padding: 0;
    line-height: 30px;
}

#header .membership .social li a {
    width: 30px;
    height: 30px;
}

#header .membership .social li img {
    margin-top: -1px;
    vertical-align: middle;
}

@media screen and (max-width: 759px) {
    #header .social {
        display: block;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    #header .social li {
        display: inline-block;
        width: 30px;
        margin: 0 3px;
        vertical-align: middle;
    }
}

#header .menu {
    position: relative;
    border-top: solid 1px #d7d7d7;
}

#header .menu .inner {
    width: 1238px;
    margin: 0 auto;
}

#header .menu .inner .logo {
    float: left;
    margin-top: 13px;
}

#header .menu .inner #nav {
    float: right;
    position: relative;
    padding-right: 42px;
}

#header .menu .inner #nav > ul li {
    float: left;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 2rem;
}

#header .menu .inner #nav > ul li:hover {
    border-bottom: solid 6px #005ec2;
}

#header .menu .inner .first-menu {
    width: 135px;
}

#header .menu .inner .second-menu {
    width: 135px;
}

#header .menu .inner .third-menu {
    width: 135px;
}

#header .menu .inner .fourth-menu {
    width: 135px;
}

#header .menu .inner .fifth-menu {
    width: 135px;
}

#header .menu .sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding-bottom: 15px;
    border-top: solid 1px #dcdcdc;
    clear: both;
    z-index: 100;
}

#header .menu .sub_menu.on {
    z-index: 100;
    opacity: 1;
    visibility: visible;
}

#header .menu .sub_menu .inner {
    width: 1335px;
    height: 424px;
    margin: 0 auto;
    padding-top: 15px;
}

#header .menu .sub_menu .inner > div {
    float: left;
    width: 355px;
    margin-top: 15px;
    margin-right: 70px;
}

#header .menu .sub_menu .inner ul {
    float: left;
    height: 100%;
    border-right: solid 1px #dcdcdc;
    text-align: center;
}

#header .menu .sub_menu .inner ul li {
    padding: 4px 10px;
}

#header .menu .sub_menu .inner ul li a {
    display: block;
    color: #797979;
    letter-spacing: -1px;
    font-size: 1.5rem;
}

#footer {
    padding-top: 50px;
}

#footer .sitemap {
    position: relative;
    width: 1313px;
    height: 55px;
    margin: 0 auto;
}

#footer .sitemap ul {
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer .sitemap ul li {
    display: inline-block;
    padding-left: 6px;
    font-size: 1.6rem;
}

#footer .sitemap ul li a {
    display: block;
    margin-top: -2px;
    color: #5d5c5c;
    line-height: 1;
}

#footer .sitemap ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

#footer .sitemap .logo {
    display: none;
}

#footer .sitemap .lang {
    display: none;
}

#footer .footer {
    background: #34393e;
}

#footer .footer .inner {
    position: relative;
    width: 1313px;
    height: 170px;
    margin: 13px auto 0;
}

#footer .footer .inner .logo {
    position: absolute;
    top: 32px;
}

#footer .footer .inner .logo.gray {
    top: auto;
    right: 0;
    bottom: 12px;
}

#footer .footer .inner .companyinfo {
    padding-top: 32px;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    font-size: 1.6rem;
}

#footer .footer .inner .companyinfo span:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 15px;
    margin: 0 10px;
    vertical-align: -2px;
}

#footer .footer .inner .companyinfo span:first-child:before {
    display: none;
}

#footer .footer .inner .companyinfo span a {
    display: inline-table;
    color: #fff;
    margin: 5px;
    font-size: 13px;
}

.sub-pagination {
    position: absolute;
    top: auto !important;
    left: 20px !important;
    bottom: 25px !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    z-index: 200;
    text-align: center;
}

.sub-pagination .swiper-pagination-bullet {
    display: inline-block !important;
    top: 0 !important;
    background: #bdbec0;
    width: 8px !important;
    height: 8px !important;
    margin-right: 5px;
    padding-left: 0 !important;
    border-radius: 100%;
    line-height: 8px !important;
}

.sub-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

@media screen and (min-width: 760px) and (max-width: 1380px) {
    body,
    html {
        font-size: 50%;
    }
    #header .membership {
        width: 100%;
        padding: 0 100px;
    }
    #header .membership .social {
        right: 20px;
    }
    #header .menu .inner {
        width: 100%;
    }
    #header .menu .inner .logo {
        padding-left: 30px;
    }
    #header .menu .inner #nav {
        width: 70%;
        padding-right: 40px;
    }
    #header .menu .inner #nav > ul li {
        width: 20%;
    }
    #header .menu .sub_menu .inner {
        width: 100%;
        padding-right: 40px;
        padding-left: 30%;
    }
    #header .menu .sub_menu .inner > div {
        display: none;
    }
    #header .menu .sub_menu .inner ul {
        width: 20%;
    }
    #footer .sitemap {
        width: 100%;
        height: auto;
    }
    #footer .sitemap ul {
        position: static;
        text-align: center;
    }
    #footer .sitemap ul.social {
        position: static;
        padding-top: 2%;
    }
    #footer .footer .inner {
        width: 100%;
    }
    #footer .footer .inner .logo {
        display: none;
    }
    #footer .footer .inner .logo.gray {
        display: none;
    }
    #footer .footer .inner .companyinfo {
        padding-top: 3%;
    }
}

@media screen and (max-width: 759px) {
    #footer .sitemap ul.social {
        display: block;
    }
    #header .pc {
        display: none;
    }
    #header .mb {
        display: block;
        position: relative;
        padding: 30px 0;
    }
    #header .mb .logo {
        width: 120px;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


        #header .mb .lang {
       position: absolute;
        top: 50%;
        right: 60px;
        background: #005ec2;
        width: 20%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
         z-index: 1000;
    }
    #header .mb .lang a {
       color: #fff;
        font-size: 1.5rem;
    }
   #header .mb .lang ul {
        display: none;
    }
   #header .mb .lang:hover ul {
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        margin: 0;
        z-index: 1000;
    }
   #header .mb .lang:hover ul li {
        display: block;
        background: #005ec2;
        padding: 0;
    }
    #header .mb .lang:hover ul li a {
        display: block;
        height: 20px;
        margin: 0;
        line-height: 20px;
        font-size: 11px;
    }


    #header .mb .menu {
        position: absolute;
        top: 50%;
        right: 20px;
        background: url(/images/mobile_menu.png) 0 0 no-repeat;
        background-size: 25px 21px;
        width: 25px;
        height: 23px;
        font: 0/0 a;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header .mb .menu.on {
        background: url(/images/mobile_menu_close.png) 0 0 no-repeat;
        background: url(/images/mobile_menu_close.png) 0 0 no-repeat;
        background-size: 25px 21px;
        border: 0;
    }
    #header .mb .mobile_menu {
        display: none;
        position: absolute;
        top: 100%;
        background: #0a60c7;
        width: 100%;
        z-index: 10;
        font-size: 15px;
        font-weight: bold;
    }
    #header .mb .mobile_menu ul {
        position: absolute;
        background: #0a60c7;
        width: 100%;
        z-index: 10;
    }
    #header .mb .mobile_menu ul li .title {
        position: relative;
        padding: 15px 5%;
        color: #fff;
    }
    #header .mb .mobile_menu ul li .title:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 5%;
        color: #fff;
        font-size: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    #header .mb .mobile_menu ul li ul {
        display: none;
        position: static;
    }
    #header .mb .mobile_menu ul li ul li {
        background: #fff;
        padding: 15px 0;
        border-top: solid 1px #d2d2d2;
    }
    #header .mb .mobile_menu ul li ul li a {
        padding: 0 5%;
        color: #000;
    }
    #footer {
        padding-top: 20px;
    }
    #footer .sitemap {
        width: 100%;
        height: auto;
    }
    #footer .sitemap .inner ul {
        position: static;
        width: 98%;
        margin: 0 auto;
        margin-top: 15px;
        line-height: 20px;
        text-align: center;
    }
    #footer .sitemap .inner ul li a {
        font-size: 12px;
    }
    #footer .sitemap .inner ul.social {
        position: absolute;
        margin-top: 40px;
        text-align: right;
    }
    #footer .sitemap .inner ul.social li {
        width: 30px;
        height: 30px;
        padding-left: 0px;
        margin-left: 5px;
    }
    #footer .sitemap .inner ul.social li:last-child {
        width: 35px;
    }
    #footer .sitemap .inner ul.social li a {
        width: 30px;
        height: 30px;
        margin-top: 0;
    }
    #footer .sitemap .inner ul.social li a img {
        width: 30px;
        height: 30px;
    }
    #footer .sitemap .inner .logo {
      display: block;
      width: 125px;
      padding-top: 30px;
      padding-left: 12px;
    }
    #footer .sitemap .inner .lang {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 10px;
        background: #005ec2;
        width: 80px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }
    #footer .sitemap .inner .lang a {
        color: #fff;
        font-size: 13px;
    }
    #footer .sitemap .inner .lang ul {
        display: none;
    }
    #footer .sitemap .inner .lang:hover ul {
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        margin: 0;
        z-index: 10;
    }
    #footer .sitemap .inner .lang:hover ul li {
        display: block;
        background: #005ec2;
        padding: 0;
    }
    #footer .sitemap .inner .lang:hover ul li a {
        display: block;
        height: 20px;
        margin: 0;
        line-height: 20px;
        font-size: 11px;
    }
    #footer .footer .inner {
        width: 100%;
        height: 100px;
    }
    #footer .footer .inner .logo {
        display: none;
    }
    #footer .footer .inner .companyinfo {
        padding-top: 0px;
        font-size: 10px;
    }
    #footer .footer .inner .companyinfo span {
        margin: 0 5px;
    }
    #footer .footer .inner .companyinfo span:first-child {
        display: block;
    }
    #footer .footer .inner .companyinfo span:before {
        display: none;
    }
    #footer .footer .inner .companyinfo p {
        margin-top: 10px;
        color: #979ca4;
    }
    #footer .footer .inner .companyinfo span a {
        margin: 5px 0;
        font-size: 10px;
    }
}

.signin {
    width: 100%;
    max-width: 423px;
    margin: 0 auto;
    padding: 125px 0;
    transition: all .3s;
}

#container{
    min-height: 62vh;
}

.signin h2 {
    margin-bottom: 35px;
    color: #383838;
    text-align: center;
    font-size: 30px;
}

.signin .signin_form input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: solid 1px #c9c9c9;
    color: #383838;
    font-size: 14px;
    transition: all .3s;
}

.signin .signin_form button {
    background: #005ec2;
    width: 100%;
    height: 60px;
    margin: 20px 0 8px;
    color: #fff;
    font-size: 20px;
    transition: all .3s;
}

.signin .signin_form input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
}

.signin .signin_form label {
    margin-right: 50px;
    color: #383838;
    font-size: 13px;
}

.signin .signin_form a {
    display: inline-block;
    color: #383838;
    font-size: 13px;
    vertical-align: middle;
}

.signin .signin_form a.join:after {
    content: "";
    display: inline-block;
    background: #c9c9c9;
    width: 1px;
    height: 10px;
    margin: 0 5px;
    vertical-align: middle;
}

.signin .signin_form p {
    margin-top: 30px;
    border-top: solid 1px #c9c9c9;
    color: #383838;
    line-height: 30px;
    font-size: 15px;
}

.join_step {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 65px auto;
    padding: 0 88px;
}

.join_step ul {
    position: relative;
    z-index: 8;
}

.join_step ul li {
    float: left;
    margin-left: 11px;
    color: #aeaeae;
    text-align: center;
    font-size: 12px;
}

.join_step ul li:first-child {
    margin-left: 0;
}

.join_step ul li:nth-child(2) .icon:before {
    background-position-x: -92px;
}

.join_step ul li:nth-child(3) .icon:before {
    background-position-x: -184px;
}

.join_step ul li:nth-child(4) .icon:before {
    background-position-x: -276px;
}

.join_step ul li .icon:before {
    content: "";
    display: block;
    background: url(/images/sign/step.png) 0 0 no-repeat;
    width: 92px;
    height: 92px;
    margin: 0 auto;
}

.join_step ul li strong {
    display: block;
    margin: 3px 0;
    color: #383838;
    font-size: 18px;
}

.join_step ul li.on .icon:before {
    background-position-y: 100%;
}

.join_step ul li.on strong {
    color: #005ec2;
}

.join_step hr {
    position: absolute;
    top: 42px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    border: 0;
}

.agree_text {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.agree_text h2 {
    background: #f9f9f9;
    height: 40px;
    padding-left: 24px;
    border: solid 1px #e5e5e5;
    color: #383838;
    line-height: 40px;
    font-size: 15px;
}

.agree_text .agree_wrap {
    background: #f9f9f9;
    margin: 5px 0 35px;
    padding: 35px 10px 0 13px;
    border: solid 1px #e5e5e5;
}

.agree_text .agree_wrap .agree_info {
    background: #fff;
    padding: 15px;
    border: #e5e5e5 solid 1px;
    color: #383838;
    font-size: 12px;
}

.agree_text .agree_wrap .agree_info h3 {
    font-size: 15px;
}

.agree_text .agree_wrap .agree_info h4 {
    margin: 15px 0;
    font-weight: normal;
}

.agree_text .agree_wrap .agree_box {
    text-align: center;
    font-size: 12px;
    padding: 8px 0 10px;
}

.agree_text .agree_wrap .agree_box * {
    vertical-align: middle;
}

.real_name {
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 200px;
    width: 100%;
}

.real_name .inner {
    width: 740px;
    margin: 0 auto;
}

.real_name h2 {
    color: #383838;
    font-size: 28px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 150px;
    padding-bottom: 5px;
}

.real_name .input_box {
    float: left;
    max-width: 518px;
    width: 100%;
}

.real_name .input_box input {
    height: 50px;
    border: solid 1px #c9c9c9;
    padding-left: 20px;
    font-size: 14px;
    color: #383838;
}

.real_name .input_box .name input {
    width: 100%;
}

.real_name .input_box .email {
    margin-top: 15px;
    font-size: 19px;
}

.real_name .input_box .email input {
    width: 100%;
    max-width: 166px;
}

.real_name .input_box .email span {
    margin: 0 3px;
}

.real_name .input_box .email select {
    width: 100%;
    max-width: 148px;
    height: 50px;
    border: solid 1px #c9c9c9;
    vertical-align: top;
    padding-left: 15px;
    color: #383838;
    font-size: 14px;
}

.real_name button {
    float: right;
    background: #005ec2;
    width: 206px;
    height: 115px;
    color: #fff;
    font-size: 33px;
}

.join_info {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
    max-width: 860px;
}

.join_info h2 {
    color: #383838;
    font-size: 28px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 5px;
}

.join_info dl {
    padding: 15px 0;
    display: table;
    width: 100%;
}

.join_info dl dt {
    display: table-cell;
    font-size: 15px;
    color: #383838;
    width: 165px;
    font-weight: bold;
}

.join_info dl dd {
    font-size: 15px;
    display: table-cell;
}

.join_info dl dd input {
    max-width: 225px;
    width: 100%;
    border-radius: 3px;
    background: #f9f9f9;
    border: solid 1px #f0f0f0;
    height: 47px;
    padding-left: 10px;
}

.join_info dl dd select {
    max-width: 225px;
    width: 100%;
    border-radius: 3px;
    background: #f9f9f9;
    border: solid 1px #f0f0f0;
    height: 47px;
    padding-left: 10px;
}

.join_info dl dd span {
    color: #aeaeae;
    font-size: 12px;
    margin-left: 25px;
}

.join_info dl dd button {
    background: #707070;
    width: 83px;
    height: 47px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.join_info dl dd input[type=radio] {
    width: 20px;
    height: 20px;
}

.join_info dl dd div {
    display: inline-block;
    margin-left: 10px;
}

.join_info dl dd div select {
    width: 95px;
    height: 33px;
    border-radius: 3px;
    background: #f9f9f9;
    border: solid 1px #f0f0f0;
}

.join_info dl dd div input {
    width: 95px;
    height: 33px;
    border-radius: 3px;
    background: #f9f9f9;
    border: solid 1px #f0f0f0;
}

.join_info dl dd.email input {
    width: 140px;
}

.join_info dl dd.email select {
    width: 150px;
}

.btn_box {
    text-align: center;
    margin-top: 20px;
    padding-top: 53px;
    border-top: solid 1px #e5e5e5;
}

.btn_box button {
    background: #005ec2;
    width: 233px;
    height: 70px;
    border: solid 1px #005ec2;
    color: #fff;
    font-size: 22px;
}

.btn_box button.cancel {
    background: #fff;
    margin-right: 10px;
    border: solid 1px #a0a0a0;
    color: #383838;
}

.join_success {
    background: #fafafa;
    padding: 90px 0 80px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
}

.join_success .inner {
    max-width: 860px;
    margin: 0 auto;
    color: #383838;
    text-align: center;
}

.join_success .inner h2 {
    margin: 20px 0;
    font-size: 28px;
}

.join_success .inner p {
    margin-bottom: 5px;
    font-size: 15px;
}

.join_success .inner .btn_box {
    margin-top: 50px;
}

@media screen and (max-width: 759px) {
  .join_info dl dd span {
      font-size: 11px;
    }
    .signin {
        padding: 100px 20px;
    }
    .signin .signin_form input {
        height: 40px;
        margin-bottom: 5px;
    }
    .signin .signin_form label {
        margin-right: 20px;
        font-size: 12px;
    }
    .signin .signin_form button {
        height: 40px;
        margin: 10px 0;
    }
    .signin .signin_form p {
        font-size: 12px;
    }
    .join_step {
        margin: 20px 0;
        padding: 0 10px;
    }
    .join_step ul li {
        width: 23%;
        margin: 0 1%;
        letter-spacing: -1px;
        font-size: 10px;
    }
    .join_step ul li .icon:before {
        background-size: 160px 80px;
        width: 40px;
        height: 40px;
    }
    .join_step ul li:nth-child(2) .icon:before {
        background-position-x: -40px;
    }
    .join_step ul li:nth-child(3) .icon:before {
        background-position-x: -80px;
    }
    .join_step ul li:nth-child(4) .icon:before {
        background-position-x: -120px;
    }
    .join_step ul li strong {
        font-size: 12px;
    }
    .join_step hr {
        top: 17px;
    }
    .real_name {
        padding: 0 10px;
    }
    .real_name h2 {
        margin-bottom: 50px;
    }
    .real_name .inner {
        width: 100%;
    }
    .real_name .input_box {
        float: none;
    }
    .real_name .input_box input {
        height: 40px;
    }
    .real_name .input_box .email span {
        display: inline-block;
        margin: 0 1%;
        font-size: 13px;
    }
    .real_name .input_box .email input {
        max-width: 28%;
    }
    .real_name .input_box .email select {
        max-width: 33%;
        height: 30px;
        vertical-align: middle;
    }
    .real_name button {
        display: block;
        float: none;
        width: 90%;
        height: 40px;
        margin: 10px auto;
        font-size: 20px;
    }
    .join_success {
        margin-top: 25px;
    }
    .btn_box button {
        width: 125px;
        height: 40px;
        font-size: 13px;
    }
    .agree_text h2 {
        font-size: 13px;
        line-height: 1.4;
        padding: 6px;
        height: auto;
    }
    .agree_text .agree_wrap {
        padding: 10px 10px 0 13px;
    }
    .agree_text .agree_wrap .agree_info {
        background: #fff;
        padding: 15px;
        border: #e5e5e5 solid 1px;
        color: #383838;
        font-size: 12px;
    }
    .agree_text .agree_wrap .agree_info h3 {
        font-size: 15px;
    }
    .agree_text .agree_wrap .agree_info h4 {
        margin: 15px 0;
        font-weight: normal;
    }
    .agree_text .agree_wrap .agree_box {
        text-align: center;
        font-size: 12px;
    }
    .join_info {
        padding: 0 10px;
    }
    .join_info dl dt {
        width: 30%;
        font-size: 13px;
        vertical-align: top;
    }
    .join_info dl dd input {
        height: 35px;
        width: 50%;
    }
    .join_info dl dd span {
        margin: 0;
        display: block;
    }
    .join_info dl dd button {
        height: 25px;
        font-size: 13px;
    }
    .join_info dl dd input[type=radio] {
        width: 12px;
        height: 12px;
    }
    .join_info dl dd div {
        display: block;
        margin: 5px 0;
        font-size: 12px;
    }
    .join_info dl dd div select {
        width: 25%;
        height: 25px;
        padding-left: 5px;
    }
    .join_info dl dd div input {
        height: 25px;
        width: 25%;
    }
    .join_info dl dd.email {
        font-size: 12px;
    }
    .join_info dl dd.email input {
        width: 25%;
    }
    .join_info dl dd.email select {
        width: 30%;
        height: 25px;
    }
}


/*# sourceMappingURL=join.css.map */
