@charset "utf-8";


@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: local('Pretendard Black'), url('../font/Pretendard-Black.woff2') format('woff2'), url('../font/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: local('Pretendard ExtraBold'), url('../font/Pretendard-ExtraBold.woff2') format('woff2'), url('../font/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: local('Pretendard Bold'), url('../font/Pretendard-Bold.woff2') format('woff2'), url('../font/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: local('Pretendard SemiBold'), url('../font/Pretendard-SemiBold.woff2') format('woff2'), url('../font/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: local('Pretendard Medium'), url('../font/Pretendard-Medium.woff2') format('woff2'), url('../font/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: local('Pretendard Regular'), url('../font/Pretendard-Regular.woff2') format('woff2'), url('../font/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: local('Pretendard Light'), url('../font/Pretendard-Light.woff2') format('woff2'), url('../font/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: local('Pretendard ExtraLight'), url('../font/Pretendard-ExtraLight.woff2') format('woff2'), url('../font/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: local('Pretendard Thin'), url('../font/Pretendard-Thin.woff2') format('woff2'), url('../font/Pretendard-Thin.woff') format('woff');
}


/*reset*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust:100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	font-size:10px;
}
body{
	font-size: 1.2rem;
	color:#272727;
	font-family: "Pretendard", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	overflow-x: hidden;
	overflow-y: auto;
	background:#f8f9fa;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
button{
	outline:none;
}

button,select,input,textarea{
	font-family: "Pretendard", sans-serif;
}
button{border:none; outline: none; cursor: pointer;border-radius: 2px;font-family: "Pretendard", sans-serif;}
select {height:36px;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul, ul, ol, li{
    list-style:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input{
	height: 48px;
	padding: 5px 10px;
	border:1px solid #ddd;
	background-color:#fff;
	outline:none;
	width:100%;
	border-radius: 8px;
	vertical-align:middle;
	color:#212B36;
}
select {
    vertical-align:middle;
	outline:none;
	height: 48px;
	padding: 5px 10px;
	border:1px solid #ddd;
	background-color:#fff;
	outline:none;
	width:100%;
	border-radius: 8px;
	vertical-align:middle;
	color:#212B36;
}
.container .content .input-group input:focus{
	border:1px solid #3762d1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-weight:300;
  padding:0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-weight:300;
  padding:0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-weight:300;
  padding:0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-weight:300;
  padding:0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
.skip, legend, .blind, .hide {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -999px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 12px;
    clip: rect(1px, 1px, 1px, 1px);
}

#header{
	max-width:400px;
	text-align:center;
	margin:0 auto;
	padding:200px 0 50px;
}

#footer{
	max-width:400px;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
}
.logo{
	margin-bottom:40px;
}

/* 화면 */
.container {
	width:100%; 
	box-sizing:border-box;
	padding:0;
	position:relative; 
	margin-top:250px;
}
.container .content {
	max-width:460px;
	text-align:center;
	margin:0 auto;
}
.container.mt150{
	margin-top:150px;
}
.login-title{
	text-align:left;
	margin-bottom:20px;
	color:#212B36;
	font-size:16px;
}
.container .content .loginForm { 
	margin:0 auto;
	text-align:center;
	padding:50px 30px 30px;
	width:100%;
	box-sizing:border-box;	
}
.container.white .content{
	background:#fff;
	border-radius:16px;
	box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
}
.container .content .loginForm .loginLogo { margin:20px 0 60px;display:block;text-align:left;}
.container .content .input-group {
	width:100%;
	margin-bottom:20px;
	position:relative;
	text-align:left;
}
.container .content .input-group label {
	font-size:14px;
	color:#637381;
	display:inline-block;
	margin-bottom:10px;
	font-weight:600;
}
.container .content .input-group input {
	width:100%;
	height:50px;
	font-size:16px;
	color:#212B36; 
	padding:5px 10px;
	transition: 0.3s;
}
.container .content .input-group input::placeholder{
	padding:0;
}
.container .content .input-group button{
	position:absolute;
	letter-spacing:-0.1rem;
	right:1px;
	bottom:1px;
	border-radius:8px;
	color:#8b8b8b;
	height:48px;
	width:80px;
	background:#f4f6f9;
	border-left:1px solid #ddd;
	border-top-left-radius: 0;
	border-bottom-left-radius:0;
}
.container .content .input-group button:hover{
	background-color:#eceff1;
	transition: transform ease background-color 0.5s;
}

.check_box{
	text-align:left;
}
.check_box input[type=checkbox] {
	display:none;
}
.check_box input[type=checkbox] + label {
	font-size:14px;
	text-align:left;
	display: inline-block;
    cursor: pointer;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
}
.check_box input[type=checkbox] + label::before{
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    border: 1px solid #bbb;
	background:#fff;
}

.check_box input[type=checkbox]:checked + label::before{
	border: 1px solid #3762d1;
    background-color: #3762d1;
}
.check_box input[type=checkbox]:checked + label::after{
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 7px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px,4.5px) rotate(45deg);
    -ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.td_box {width:80%;margin:0 auto; }
.td_box tr td {width:50%; text-align:center; height:16px; font-size:14px; color:#666;letter-spacing:-1px; }
.td_box tr td:hover {color:#999;}

.LoginButton{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.LoginButton .left{
	margin-right:3px;
}
.LoginButton .right{
	margin-left:3px;
	background:#fff !important;
	border:1px solid #0700d7 !important;
	color:#0700d7 !important;
}
.LoginButton .login_btn{
	width:100%; 
	opacity:1;
	background:#0700d7;
	border:none;
	font-size:15px;
	color:#fff;
	margin-top:20px;
	height:50px;
	font-weight:bold; 
	border-radius:8px;
}
.login_btn:hover {
	background:#0701c0;
	transition: transform ease 1s;
}
.LoginButton .submit_btn{
	width:100%; 
	opacity:1;
	background:#373737;
	border:none;
	font-size:15px;
	color:#fff;
	margin-top:15px;
	height:50px;
	font-weight:bold; 
	border-radius:5px;
}
.submit_btn:hover {
	background:#222;
	transition: transform ease 1s;
}
.find-box ul{
	width:100%;
}
.find-box ul:after{
	display:block;
	content:'';
	clear:both;
}
.find-box ul li{
	float:left;
	padding:0 15px;
}
.find-box ul li a{
	color:#555;
	font-size:14px;
}
.find-box ul li:first-child{
	border-right:1px solid #ddd;
}
.find-box ul li:last-child{
	padding-right:0;
}
.login-menu a{
	color:#919EAB !important;
	font-size:14px;
}
#footer p{
	font-size:12px;
	text-align:center;
	color:rgba(0,0,0,0.5);
}
#footer p span{
	color:rgba(0,0,0,0.6);
	font-weight:600;
	font-size:14px;
	line-height:3;
}
.confirm{
	background:#f3f7fb;
	border-radius:8px;
	padding:3rem 1rem 1.5rem 1rem;
}
.confirm-text{
	line-height:1.5;
	padding-bottom:15px;
	font-size:16px;
}
.confirm img{
	margin-top:20px;
	margin-bottom:30px;
}
.confirm span{
	font-size:14px;
	line-height:1.5;
	color:#637381;
}
.confirm .blue{
	color:#0700d7;
}

.login-guide{
	font-size:14px;
	color:#637381;
	margin-bottom:2rem;
	text-align:left;
}

.login-menu{
	display: flex;
	justify-content: space-between;
	margin-top:30px;
	font-size:14px;
	font-weight:600;
}
.login-menu.center{
	justify-content: center;
}
.guide{
	color:#d72b4c;
	font-size:12px;
	vertical-align:middle;
}