
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
}
h3, .h3 {
    font-size: 1.75rem;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mt-5 {
    margin-top: 1.5rem !important;
}
p.mb-4 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #b3b3b3;
    font-weight: 300;
}
.d-block {
    display: block !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 1rem;
}
.half .contents .nav{
    padding: 0px;
    margin: 0 auto;
    display: flex;
    height: 50px;
}
.half .contents .nav div{
    width: 250px;
    height: 50px;
    background-color: #eee;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    cursor: pointer;
}
.half .contents .nav div:hover{
    background-color: #dddddd;
}
.half .contents .nav div.active{
    background-color: #fff;
}
.half .contents .nav div.active:nth-child(1){
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
}
.half .contents .loginbody{
    width: 80%;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.half .contents .form-group, .half .bg .form-group {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #efefef;
    padding: 15px 15px;
    border-bottom: none;
    position: relative;
}
.half .contents .form-group.first, .half .bg .form-group.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
input[type='text'], input[type='password'], input[type='tel'], input[type='number'], input[type='email'] {
    border: none;
    width: 100%;
    font-size: 20px;
    padding: 0;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}
.control .caption {
    position: inherit;
    top: 0;
    color: #888;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}
.control__indicator:after {
    /*font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;*/    
    content: '';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background-image: url(/img/ios2_273-checkmark.png);
    width: 16px;
    height: 16px;
    top: 10px !important;
    left: 10px !important;
    margin-top: 0px !important;
}
.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}
.control input:checked ~ .control__indicator {
    background: #007bff;
}
.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.half a {
    color: #888;
    text-decoration: underline;
}
.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}
.half .contents .form-group label, .half .bg .form-group label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.half .contents .form-group label, .half .bg .form-group label {
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    color: #b3b3b3;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.half .contents .form-control, .half .bg .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0;
}
.half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.half .contents .form-group.last, .half .bg .form-group.last {
    border-bottom: 1px solid #efefef;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.half .contents .form-group.field--not-empty label, .half .bg .form-group.field--not-empty label {
    margin-top: -20px;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.text-center {
    text-align: center !important;
}
.text-muted {
    color: #6c757d !important;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #25a158;
    border-color: #25a158;
}
.btn-danger {
    color: #fff;
    background-color: #a12536;
    border-color: #a12536;
}
.btn-block {
    display: block;
    width: 100%;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.social-login a {
    display: block;
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.social-login a.facebook {
    background: #3b5998;
}
.social-login a.twitter {
    background: #1da1f2;
}
.social-login a.google {
    background: #ea4335;
}
.social-login a.naver {
    background: #03C75A;
}
.social-login .icon-naver{
    background-image: url(/img/btnG_icon_square.png);
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}
.social-login a.kakao {
    background: #FEE500;
    color: #000;
}
.social-login .icon-kakao{
    background-image: url(/img/kakao_login.png);
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}
.agreebox{width:100%;}
.agreebox .clearfix::after{content: "";display: block;clear: both;}
.agreebox ul.join_box{border: 1px solid #ddd;background-color: #fff;}
.agreebox .checkBox,.checkBox>ul{position: relative;}
.agreebox .checkBox>ul>li{float: left;}
.agreebox .checkBox>ul>li:first-child{width: 85%;padding: 15px;font-weight: 600;color: #888;}
.agreebox .checkBox>ul>li:nth-child(2){position: absolute;top: 50%;right: 30px;margin-top: -12px;}
.agreebox .checkBox .agree{width: 96%;height: 170px; margin: 0 2%;background-color: #f7f7f7;color: #888; border: none;overflow: hidden;overflow-y: scroll;}
.agreebox .checkBox .agree p{margin-bottom: 6px;}
.agreebox .footBtwrap{margin-top: 15px;}
.agreebox .footBtwrap>li{float: left;width: 50%;height: 60px;}
.agreebox .footBtwrap>li>button{display: block; width: 100%;height: 100%; font-size: 20px;text-align: center;line-height: 60px;}
.agreebox .fpmgBt1{background-color: #fff;color:#888}
.agreebox .fpmgBt2{background-color: lightsalmon;color: #fff}

@media (min-width: 768px){
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

