@charset "utf-8";

html,
body {
    height: 100%;
}

body {
    background-image: url(../img/bg_login.jpg);
    /* background-repeat: repeat; */
    background-position: center center;
    background-size: cover;
}

input[disabled]{background: #eeeeee;}

.form_content {
    margin: 0 0 30px 0;
    padding: 20px 0;
}


.form_content>div {
    width: 768px;
    margin: 0 auto;
}

.form_content h2 {
    font-size: 24px;
    height: 32px;
    align-content: center;
    color: #18193F;
    display: block;
    background: url(../img/icon_docbox_32.png) no-repeat 0 center;
    padding: 0 0 0 36px;
}

.apt_form {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #d0d0d0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.apt_form_box {
    min-height: 51px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
}

.apt_form strong {
    font-size: 16px;
    color: #000000;
    width: 20%;
}

.apt_form span {
    width: 80%;
}


.apt_form_top {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.apt_form_top span {
    width : auto;
    margin: 4px 8px;
    color: #831717;
}

.apt_form input[type='text'],
.apt_form input[type='password'] {
    border: 1px solid #cccccc;
    height: 34px;
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.form_btn {
    position: relative;
}


.form_btn input[type='text'],
.form_btn input[type='password'] {
    width: calc(100% - 90px);
    padding-right: 30px;
}

.form_btn input[type='text']:disabled {
    background: url(../img/icon_check.png) no-repeat;
    background-size: 22px;
    background-position : right 8px center;
    background-color: #eeeeee;
}

.form_btn button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
}

.btn_copy {
    color: #ffffff;
    background: #ec971f;
    height: 34px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn_reg {
    margin-top: 15px;
    text-align: center;
}

.btn_reg button {
    background: #18193F;
    color: #ffffff;
    display: inline-block;
    padding: 7px 40px;
    font-size: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.agree {
    margin: 8px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.agree>.agree_content {
    background: white;
    overflow: hidden;
    height: 124px;
}

.agree>.agree_head {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 43px;
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    line-height: 43px;
    font-size: 13px;
    color: #222;
    text-indent: 19px;
}

.agree_head > label {
    cursor: pointer;
    margin-left: 8px;
    font-size: 15px;
}

.agree_btn {
    margin-top: 6px;
    margin-right: 10px;
    float: right;
    border: 1px solid #bbbdc7;
    border-radius: 4px;
    background-color: #ffffff;
    color: #848693;
    width: 86px;
    height: 30px;
}

.agree_btn::after {
    content: "약관 보기";
}


@media only all and (max-width: 1200px) {
	.header{width: auto;}
	.content{width: auto;}
}

@media only all and (max-width: 768px) {
    .form_content > div{width: auto;padding: 0 15px;}	
    .apt_form_box{flex-direction: column;}
    .apt_form strong{width: 100%;margin: 7px 0;}
	.apt_form span{width: 100%;}
	.apt_form_btn ul li{float: none;width: 100%;}
	.apt_form_btn ul li a{margin: 7px 0;}

	.form_content h2{font-size: 21px;}
	.form_content h3{font-size: 18px;}

    .agree_btn {
        width:46px;
    }

    .agree_btn::after {
        content: "보기";
    }
}
