.mail-signin,
.sns-signin {
	position: relative;
	display: block;
}
.mail-signin { transition-delay: .7s;}
.sign-title {
	display: block;
    margin: 0 auto 2% auto;
}
.mail-signin input.input-field {
	width: 80%;
    text-align: center;
    height: 35px;
	display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 0 22px;
    outline: none;
    margin: 0 1% 2% 0;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%) inset;
}
.mail-signin input.submit,
.mail-signin input.submit_mobile {
	width: 120px;
    background: #1681e3;
    padding: 5px;
    margin: 10px;
    color: #fff;
	position: relative;
    top: 2px;
	border-radius: 7px;
    border-width: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.mail-signin .submit:hover,
.mail-signin .submit_mobile:hover {
    background: #2c3945;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mail-signin .check {
	font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 1px;
	color: white;
}
.mail-signin .check span a {
	color: #2539a1;
    font-size: 1.5rem;
    font-weight: 700;
	margin-left: 10px;
}
.mail-signin label.error {
    display: block;
    font-size: 1.5rem;
	color: #e40a0a;
    font-weight: 700;
	margin: 2% 0;
}
.sns-signin .sign-twe,
.sns-signin .sign-line {
	display: inline-block;
}

@media screen and (max-width:1280px) and (min-width:1025px) {
	
	.mail-signin input.input-field { width: 80%;}
	.sign-title { margin: 0 auto 4% auto;}
	
}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
    .no-pc { display: none !important; }
}
@media screen and (max-width:767px) {
    .no-mobile { display: none !important; }
	.sns-signin { transition-delay: 0;}
	.sign-title { margin: 0 auto 4% auto; filter: brightness(100); width: 86%;}
	.mail-signin { z-index: 10; }
    .mail-signin input.submit { display: none !important;}
	.mail-signin input.submit_mobile { display: block; margin: 0 auto;width: 30%;}
	.mail-signin input.input-field {  width: 76%; height: 25px; box-shadow: none;}
	.mail-signin .check { font-size: 1rem; letter-spacing: 0px; color: #fff;}
	.mail-signin .check span { margin-left: 2px;}
	.mail-signin .error { font-size: 12px;}
	
}
.subcomment {
font-family: 'AritaBuri';
    letter-spacing: -0.06em;
    font-size: 2rem;
    font-weight: 100;
    line-height: 3.4rem;
    color: white;
    margin-top: 2rem;
}
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input {
    font-size: 1rem;
}

/*modal */
.fade:not(.show) {
    opacity: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.fade {
    transition: opacity .15s linear;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
@media (max-width: 991px){
.modal-message .modal-dialog {
    left: 50%;
}
}
.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    width: 100%;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
}

@media (max-width: 991px){
.modal-content {
    background: rgba(0,0,0,0.7);
    border: 0;
    width: 100% !important;
}
}
.modal-content {
    background: rgba(0,0,0,0.7);
    border: 0;
    width: 120%;
    color: white;
}

#team-modal .modal-content {
    background: rgba(255,255,255,0.7);
    color: black;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (max-width: 991px){}
.modal-message .modal-dialog .modal-content .modal-header {
}
}
.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal-header {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
@media (max-width: 991px){
.modal-message .modal-dialog .modal-content .modal-header .close {
    right: 50px;
}
}

@media (max-width: 991px){
.modal-message .modal-dialog .modal-content .modal-header h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
}
@media (max-width: 991px){
.modal-message .modal-dialog .modal-content .modal-header p {
    width: 60%;
}
}
.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
    color: #FEC000;
    font-family: 'NotoSerifKR', serif;
    font-size: 3.5vh;
    font-weight: bold;
    margin: 0px auto;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    color: #FEC000;
    padding-bottom: 30px;
    font-family: "Roboto", sans-serif;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
    float: right;
    padding: 0px;
    color: #FEC000;
    cursor: pointer;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*opacity: .5;*/
}
.textline {
    position: absolute;
    bottom: 18vw;
    left: 0;
    right: 0;
    color: black;
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
}

.logout {
    color: yellow;
    font-size: 12px;
}

.groove {
    -webkit-filter: drop-shadow(0 0 20px #FC6A03);
    filter: drop-shadow(0 0 20px #FC6A03);
}

.logined { display: none; }
.user-name {
    width: 25vw;
    color: white;
}

span.user-name { color: black }

.not-work {
    opacity: 0.4;
    filter: alpha(opacity=40);
    pointer-events: none;
}

.circle .point-on {
     background: url(../images/deco/point/poit-on.gif) no-repeat center;
     background-size: contain;
}

.circle .point-off {
     background: url(../images/deco/point/point-off.png) no-repeat center;
     background-size: contain;
}

.modal-trans {
    background: transparent;
    border: 0;
}

.inside-close {
    position: absolute;
    top: 50px;
    right: 50px;
}

.modal-reward-div {
    position: absolute;
    width: 50%;
    right: 0;
    left: 0;
    top: 30%;
    margin: auto;
}

.exchange-btn-div span img{
    max-width: 40%;
}

.modal-example h5{
    color: white;
    font-size: 2.5vh;
    margin: 10px;
}

.modal-example p {
    width: 80% !important;
    color: white !important;
    font-size: 2vh !important;
    margin: 5px auto !important;
}

.modal-example img {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#js-copyalert {
    color: #1b1b1b;
    margin: 1.5% 6%;
    display: inline-flex;
    align-items: center;
}

.confirmation-btn {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #535353;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    text-align: center;
}
