﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'NanumSquare';
    height:100%;
}

.main100 {
    display: flex;
    height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-height: 768px) {
    .content-align{
        display: flex;
    }

    #imgView {
        height: 100%;
    }
}

@media (max-height: 767px) {
    #imgView {
        height: 767px;
    }
}

.content-align-flex{
    display: flex;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


@media(max-width: 800px){
    #imgView{
        display: none;
    }
}

.center-form {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
input[type=text], input[type=password] {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px gray;
    padding: 0.3em 0.5em;
    outline: none;
}

a {
    text-decoration-line: none;
}

input:focus {
    outline: none;
    background-color: #E8F5FF;
    border-bottom: 1px solid #4378fe;
}

hr{
    border-bottom:solid 1px gray;
}

span {
    
}

.button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    border-radius: 30px;
}

    .button::before,
    .button::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .button,
    .button::before,
    .button::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.button {
    background-color: #fff;
    border: 2px solid #4378fe;
    color: #4378fe;
    font-weight: bold;
    line-height: 50px;
}

    .button:hover {
        background-color: #4378fe;
        border-color: #4378fe;
        color: #fff;
    }


.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.btn-sns {
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    display: flex;
    align-items: center;
    height: 40px;
    width: 320px;
    /*box-shadow: 1px 1px 4px gray;*/
}

    .btn-sns:hover {
        filter: brightness(0.95);
        transition: all 0.3s;
    }

    .btn-sns:active {
        filter: brightness(0.88);
    }

    .btn-sns.naver {
        background: none;
        background-color: #03c75a;
        color: #ffffff;
        border-color: #00b450;
    }

    .btn-sns.kakao {
        background: none;
        background-color: #FEE500;
        color: #000000;
        border-color:#eed600;
    }

span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 100%;
}

    span.icon.google {
        background: url('/image/google-logo.png') transparent 50% no-repeat;
        background-size: contain;
    }

    span.icon.kakao {
        background: url('/image/kakao.png') transparent 50% no-repeat;
        background-size: contain;
    }

    span.icon.naver {
        background: url('/image/naver.png') transparent 50% no-repeat;
        background-size: contain;
    }

span.buttonText {
    display: inline-block;
    text-align: center;
    padding-right:30px;
    width:100%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: NanumSquare
}

select {
    width: 120px;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
}

.form-title {
    text-align: center;
    margin: 20px 10px 50px 10px;
}

.terms-title {
    text-align: left;
    margin: 20px 10px 20px 10px;
}

.terms-content {
    display: flex;
    justify-content: left;
    margin: 15px 0;
}

.terms-content.text{
    margin: 5px 5px 15px 5px;
}

.terms-list{

}

.sub-text{
    font-size: 14px;
    color: #7d7d7d;
}

    .sub-text:hover {
        color: #7d7d7d;
    }

.error-msg{
    font-size: 14px;
    color: rgb(255 50 50);
    font-weight: bold;
}

.account-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 10px;
    gap: 10px;
}