@charset "utf-8";

@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'yg-jalnan';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* reset.css*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
table,
small,
b,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
}

header,
footer,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
video {
	display: block;
}

table {
	table-layout: fixed;
}

table,
tr,
td,
th,
label {
	border-collapse: collapse;
}

td {
	vertical-align: middle;
}

img,
fieldset {
	border: none;
}

address,
caption,
cite,
code,
em,
strong,
th {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:after,
q:before {
	content: "";
}

abbr,
acronym {
	border: none;
}

img,
li {
	vertical-align: middle;
}

hr {
	display: none;
}

a {
	cursor: pointer
}

a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

li img,
dd img {
	vertical-align: top;
}

button,
input[type=button],
input[type=submit] {
	border: none;
}

button {
	cursor: pointer
}

input[type=file] {
	border: 0 !important;
	padding: 0;
	height: auto !important
}

textarea {
	resize: none;
}

img,
fieldset {
	border: none;
}

fieldset>legend {
	display: none
}

form {
	width: 100%;
	max-width: 380px;
	margin: auto;
	z-index: 999;
}


#wrap {
	width: 100%;
	/*background: linear-gradient(to right, #01182d 0%,#01182d 68%,#ffffff 68%,#01182d 68%,#ffffff 68%,#ffffff 68%);*/
	background: #01182d;

}

.container {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}

.bg_left {
	width: 100%;
	height: 100vh;
}

.desc {
	display: block
}

.d-flex {
	position: relative;
	display: flex;
}

.logo-box {
	display: flex;
	align-items: center;
	width: 66%;
	height: 100vh;
	background: #01182d url(../img/bg_01.png) no-repeat 0 0;
	background-size: 100%;
	background-position: center;
}

.logo-box img {
	width: 92%;
	max-width: 1126px;
}

.login-box {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 580px;
	width: 31%;
	height: 100vh;
	padding: 0 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.login-box::before {
    content: '';
    width: 178px;
    height: 100%;
    background: url(../img/bg_w2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -124px;
	z-index: 10;
}

.login-box .bg-round {
	position: absolute;
	top: 0;
	left: -119px;
	width: 120px;
	height: 100vh;
	background: url(../img/bg_w.png) no-repeat 0 0;
	background-size: cover
}

.login-box .bg-label {
	position: absolute;
	top: 0;
	right: 40px;
	width: 60px;
	height: 130px;
	background: url(../img/bookmark.png) no-repeat 0 0;
	background-size: contain
}

p.desc {
	padding-top: 10px
}

.login-box h2.tit_login {
	font-family: 'yg-jalnan';
	color: #5FB7FF;
	font-size: 66px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	line-height: 100%
}

dl.login-list {
	width: 100%;
	padding: 40px 0 0;
}

dl.login-list dt {
	width: 100%;
	padding-bottom: 5px;
	font-family: 'Pretendard-Regular';
	color: #424242;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}

dl.login-list dd {
	width: 100%;
	padding-bottom: 20px;
	font-family: 'Pretendard-Regular';
	text-align: left;
}

dl.login-list dd input {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 380px;
	height: 60px;
	border-radius: 10px;
	background: #ddeeff;
	font-family: 'Pretendard-Regular';
	color: #424242;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	padding-left: 65px;
	border: 0;
}

dl.login-list dd input:focus{outline: 2px solid #AED2F5;}

dl.login-list dd input.input_id {
	background: #ddeeff url(../img/icon_id.png) no-repeat 24px 47%;
}

dl.login-list dd input.input_pw {
	background: #ddeeff url(../img/icon_passward.png) no-repeat 24px 47%;
}

.login-option {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
}

.login-option input.checkbox-round {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	background-color: white;
	border-radius: 60%;
	vertical-align: middle;
	background: url(../img/bg_check_off.png) no-repeat 0 0;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.login-option input.checkbox-round:checked {
	border: 0;
	background: url(../img/bg_checked.png) no-repeat 0 0;
	background-size: contain;
}

.login-option label {
	display: flex;
	align-items: center;
	height: 24px;
	justify-content: left;
	color: #3F3F3F;
	font-family: 'Pretendard-Regular';
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.login-option label:last-child {
	margin-left: 20px
}

.login-btn button {
	display: flex;
	align-items: center;
	width: 100%;
	height: 64px;
	justify-content: center;
	margin: 10% 0 5%;
	border: 0;
	background: #5FB7FF;
	color: #fff;
	border-radius: 10px;
	font-family: 'Pretendard-Regular';
	font-size: 26px;
	font-weight: 700;
	cursor: pointer;
}

.login-lost {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18%;
}

.login-lost a {
	position: relative;
	color: #888;
	font-family: 'Pretendard-Regular';
	font-size: 16px;
	font-weight: 500;
}

.login-lost a:last-child {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ddd
}

.login-benefit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-benefit a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	height: 54px;
	color: #888;
	font-family: 'Pretendard-Regular';
	font-size: 16px;
	font-weight: 500;
	border-radius: 10px;
}

.login-benefit a.btn-program {
	color: #35495B;
	font-family: 'Pretendard-Regular';
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #FFE576;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
}

.login-benefit a.btn-join {
	color: #fff;
	font-family: 'Pretendard-Regular';
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #203448;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
}

.m_mode {
	display: none
}

.m_mode02{
	display: none;
}


@media (max-width: 1400px) {
	.logo-box img {
		width: 88%;
		max-width: 1126px;
	}

	.login-box h2.tit_login {
		font-size: 54px
	}

	.login-box .bg-label {
		right: 46px;
	}

	dl.login-list dt {
		font-size: 18px
	}

	dl.login-list dd input {
		height: 54px;
		font-size: 16px
	}

	.login-btn button {
		height: 54px;
		font-size: 24px
	}

	.login-benefit a.btn-program,
	.login-benefit a.btn-join {
		font-size: 20px;
	}

	form {
		padding-top: 50px;
	}

}

@media (max-width: 1365px) {
	.logo-box {
		width: 64%;
		margin-left: -10px;
		background-size: cover;
	}

	.logo-box img {
		width: 100%;
		margin-left: -30px;
	}

	.login-box {
		width: 40%;
	}

	.login-box::before {
		width: 224px;
		left: -150px;
	}

	.login-box .bg-round {
		left: -84px;
		background-size: contain;
	}

	.login-box .bg-label {
		right: 46px;
		width: 54px;
	}

	form{
		width: 88%;
	}

}

@media (max-width: 1023px) {
	.logo-box img {
		width: 100%;
		margin-left: -24px;
	}

	.login-box::before {
		left: -114px;
	}

	.login-box .bg-label {
		right: 42px;
		width: 48px;
	}

	form {
		padding-top: 60px;
	}
	
	dl.login-list {
		padding: 30px 0 0;
	}
}

@media (max-width: 821px) {
	#wrap {
		background: #fff;
	}
	
	.container {
		overflow: visible
	}
	
	.d-flex {
		flex-wrap: wrap;
	}
	
	.pc_mode {
		display: none
	}
	
	.m_mode {
		display: block
	}
	
	.logo-box {
		width: 100%;
		height: auto;
		background: #01182D;
		margin-left: 0;
		display: none;
	}
	
	.logo-box img {
		width: 100%;
		margin-left: 0;
	}
	
	.login-box {
		position: relative;
		display: flex;
		flex-flow: column;
		width: 100%;
		height: auto;
		background: #fff url(../img/bg_w_m.png) no-repeat 0 0;
		background-size: contain;
		padding: 20% 5%;
		right: unset;
		max-width: 100%;
	}
	
	.login-box::before {
		display: none;
	}

	.login-box .bg-label {
		display: none;
	}

	.login-box h2.tit_login {
		padding: 20px 0;
	}

	.login-lost {
		margin-bottom: 10%
	}

	.login-box .bg-round {
		display: none;
	}

	form {
		max-width: 600px;
		padding-top: 10px;
	}
	
	dl.login-list dd input{
		max-width: 100%;
		height: 52px;
	}

	.login-btn button {
		height: 58px;
		font-size: 24px;
	}
}

@media (max-width: 479px) {
	#wrap {
		background: #fff;
	}

	.login-box {
		position: relative;
		display: flex;
		flex-flow: column;
		width: 100%;
		height: auto;
		background: #fff url(../img/bg_w_m02.png) no-repeat 0 0;
		background-size: contain;
		padding: 20% 5% 10%;
		right: unset;
		max-width: 100%;
		margin-top: 0;
	}

	.login-box::before {
		display: none;
	}

	.login-box h2.tit_login {
		font-size: 42px;
	}

	.m_mode{
		display: none;
	}

	.m_mode02{
		display: none;
	}

	dl.login-list dt {
		font-size: 14px;
	}

	dl.login-list dd input {
		max-width: 100%;
		height: 48px;
	}

	dl.login-list dd input.input_id {
		background: #ddeeff url(../img/icon_id.png) no-repeat 14px 50%;
		background-size: 24px;
	}

	dl.login-list dd input.input_pw {
		background: #ddeeff url(../img/icon_passward.png) no-repeat 15px 50%;
		background-size: 24px;
	}

	.login-btn button {
		height: 54px;
		font-size: 22px;
	}

	.login-lost a {
		font-size: 14px;
	}

	form {
		padding-top: 30px;
	}
}