@charset "UTF-8";

/* line 150, scss/common.scss */
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

/* line 151, scss/common.scss */
.hidden {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

/* line 152, scss/common.scss */
.txt-center {
	text-align: center;
}

/* line 153, scss/common.scss */
.pos-r {
	position: relative;
}

/* line 154, scss/common.scss */
.va-t {
	vertical-align: top;
}

/* line 155, scss/common.scss */
.pt100 {
	padding-top: 100px;
}

/* line 156, scss/common.scss */
.pb100 {
	padding-bottom: 100px;
}

/* line 157, scss/common.scss */
.mb150 {
	margin-bottom: 150px;
}

/* line 158, scss/common.scss */
.mt150 {
	margin-top: 150px;
}

/* line 161, scss/common.scss */
.mobile {
	display: none !important;
}

/* line 162, scss/common.scss */
.web {
	display: block !important;
}

/* line 163, scss/common.scss */
.aosIb {
	display: inline-block;
}

/* Accessibility Navigation */
/* line 166, scss/common.scss */
.accNav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 0;
}

/* line 167, scss/common.scss */
.accNav a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	font-size: 0.75em;
}

/* line 168, scss/common.scss */
.accNav a:focus,
.accNav a:hover,
.accNav a:active {
	z-index: 1000;
	width: 100%;
	height: auto;
	padding: 5px 0;
	background: #ffc000;
	color: #4A2713;
	font-weight: 700;
}

/* line 172, scss/common.scss */
.popup input[type="text"], input[type="email"], input[type="number"], input[type="password"], select, textarea {
	border-radius: 8px;
	border: 1px solid #DDD;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	font-size: 19px;
	font-family: "Noto Sans";
	transition: .4s;
	resize: none;
}

/* line 174, scss/common.scss */
.popup input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, select::placeholder, textarea::placeholder {
	color: #BBB;
	transition: .4s;
}

/* line 175, scss/common.scss */
.popup input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border-color: #1740C2;
	outline: 1px solid #1740C2;
}

/* line 176, scss/common.scss */
.popup input[type="text"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="number"]:focus::placeholder, input[type="password"]:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder {
	color: #1740C2;
}



/* line 179, scss/common.scss */
select {
	appearance: none;
	background: #fff url("/assets/images/new_main/common/ico-select.svg") no-repeat right 20px center;
}

/* line 181, scss/common.scss */
#wrap {
	/* position:relative;width:100%;height:100%; */
}

/* line 184, scss/common.scss */
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 50;
	transition: .4s ease-in-out;
}

/* line 185, scss/common.scss */
#header .bg {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 180px;
	transition: .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

/* line 187, scss/common.scss */
#header.hover .bg {
	opacity: 1;
	visibility: visible;
}

/* line 190, scss/common.scss */
#header.white.hover {
	background: rgba(0, 0, 0, 0.8);
}

/* line 191, scss/common.scss */
#header.white.hover .bg {
	background: rgba(0, 0, 0, 0.8);
}

/* line 194, scss/common.scss */
#header.white.blue.hover {
	background: rgba(23, 64, 194, 0.8);
}

/* line 195, scss/common.scss */
#header.white.blue.hover .bg {
	background: rgba(23, 64, 194, 0.8);
}

/* line 199, scss/common.scss */
#header.white.lightBlack.hover {
	background: rgba(34, 34, 34, 0.8);
}

/* line 200, scss/common.scss */
#header.white.lightBlack.hover .bg {
	background: rgba(34, 34, 34, 0.8);
}

/* line 203, scss/common.scss */
#header.white #gnb {
	color: #fff;
}

/* line 207, scss/common.scss */
#header.white #gnb .dep1 > li > a:after {
	background-color: #4ADEDE;
}

/* line 211, scss/common.scss */
#header.white #gnb .dep2 {
	color: #fff;
}

/* line 216, scss/common.scss */
#header.white.active .lang ul li, #header.white .lang ul li {
	color: #fff;
}

/* line 218, scss/common.scss */
#header.white.active .lang ul li a:after, #header.white .lang ul li a:after {
	background-color: #4ADEDE;
}

/* line 223, scss/common.scss */
#header.white .logo {
	background: url("/assets/images/new_main/common/logo-white.svg") no-repeat center;
}

/* line 226, scss/common.scss */
#header.black.hover {
	background: rgba(255, 255, 255, 0.8);
}

/* line 227, scss/common.scss */
#header.black.hover .bg {
	background: rgba(255, 255, 255, 0.8);
}

/* line 229, scss/common.scss */
#header.black #gnb {
	color: #000;
}

/* line 233, scss/common.scss */
#header.black #gnb .dep1 > li > a:after {
	background-color: #1740C2;
}

/* line 236, scss/common.scss */
#header.black #gnb .dep1 > li.arrow > a {
	padding-right: 20px;
	background: url("/assets/images/new_main/common/ico-arrow-b.png") no-repeat right 1px center;
}

/* line 243, scss/common.scss */
#header.black #gnb .dep2 {
	color: #222;
}

/* line 247, scss/common.scss */
#header.black .lang ul li {
	color: #222;
}

/* line 249, scss/common.scss */
#header.black .lang ul li a:after {
	background-color: #1740C2;
}

/* line 254, scss/common.scss */
#header.black .btnSitemap .line {
	background: #000;
}

/* line 255, scss/common.scss */
#header.black .logo {
	background: url("/assets/images/new_main/common/logo-black.svg") no-repeat center;
}

/* line 257, scss/common.scss */
#header.active {
	position: fixed;
	background: #fff;
}

/* line 258, scss/common.scss */
#header.active .logo {
	background: url("/assets/images/new_main/common/logo-black.svg") no-repeat center;
}

/* line 259, scss/common.scss */
#header.active #gnb .dep1 {
	display: none;
}

/* line 260, scss/common.scss */
#header.active .lang ul li {
	color: #222 !important;
}

/* line 262, scss/common.scss */
#header.active .btnSitemap .line {
	position: absolute;
	display: block;
	height: 2px;
	background: #222;
	transition: .3s;
}

/* line 263, scss/common.scss */
#header.active .btnSitemap .line:nth-of-type(1) {
	width: 100%;
	top: 7px;
	transform: rotate(45deg);
}

/* line 264, scss/common.scss */
#header.active .btnSitemap .line:nth-of-type(2) {
	opacity: 0;
	visibility: hidden;
}

/* line 265, scss/common.scss */
#header.active .btnSitemap .line:nth-of-type(3) {
	width: 100%;
	bottom: 6px;
	transform: rotate(-45deg);
}

/* line 268, scss/common.scss */
#header.active .sitemap {
	visibility: visible;
	opacity: 1;
}

/* line 270, scss/common.scss */
#header .logo {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	background: url("/assets/images/new_main/common/logo-black.svg") no-repeat center;
	z-index: 10;
}

/* line 271, scss/common.scss */
#header .logo a {
	display: block;
	width: 135px;
	height: 24px;
}

/* line 273, scss/common.scss */
#header .lang {
	position: absolute;
	right: 128px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* line 274, scss/common.scss */
#header .lang ul {
	display: flex;
}

/* line 275, scss/common.scss */
#header .lang ul li {
	margin-right: 20px;
	font-family: 'Noto Sans Medium Kr Only','Montserrat Medium';
	font-size: 15px;
	color: #222;
}

/* line 276, scss/common.scss */
#header .lang ul li:last-of-type {
	margin-right: 0;
	margin-left: 20px;
}

/* line 277, scss/common.scss */
#header .lang ul li a {
	position: relative;
}

/* line 278, scss/common.scss */
#header .lang ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	display: block;
	content: '';
	transition: .4s;
}

/* line 280, scss/common.scss */
#header .lang ul li a.active:after {
	width: 100%;
}

/* line 286, scss/common.scss */
#header .btnSitemap {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	transition: .3s;
	cursor: pointer;
}

/* line 288, scss/common.scss */
#header .btnSitemap .line {
	position: absolute;
	display: block;
	height: 2px;
	background: #fff;
	transition: .3s;
}

/* line 289, scss/common.scss */
#header .btnSitemap .line:nth-of-type(1) {
	width: 100%;
	right: 0;
	top: 0;
}

/* line 290, scss/common.scss */
#header .btnSitemap .line:nth-of-type(2) {
	width: 70%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* line 291, scss/common.scss */
#header .btnSitemap .line:nth-of-type(3) {
	width: 100%;
	right: 0;
	bottom: 0;
}

/* line 294, scss/common.scss */
#header .sitemap {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 100px;
	width: 100%;
	height: calc(100% - 100px);
	padding-top: 100px;
	background: #fff;
	transition: .4s ease-in-out;
}

/* line 296, scss/common.scss */
#header .sitemap .inner {
	display: flex;
	width: auto;
	height: 100%;
	margin: 0 50px;
}

/* line 297, scss/common.scss */
#header .sitemap .column {
	position: relative;
	flex: 1;
}

/* line 298, scss/common.scss */
#header .sitemap .column:after {
	position: absolute;
	right: 0;
	top: -200px;
	content: '';
	display: block;
	width: 1px;
	height: 100vh;
	background: #eee;
}

/* line 299, scss/common.scss */
#header .sitemap .column:last-child:after {
	display: none;
}

/* line 300, scss/common.scss */
#header .sitemap .column .menuArea {
	padding: 0 50px;
	box-sizing: border-box;
}

/* line 301, scss/common.scss */
#header .sitemap .column .menuArea:first-child {
	min-height: 350px;
}

/* line 304, scss/common.scss */
#header .sitemap .column .menu .title {
	margin-bottom: 40px;
	font-family: 'Montserrat ExBold','Noto Sans Medium Kr Only';
	font-size: 40px;
	color: #1740C2;
}

/* line 306, scss/common.scss */
#header .sitemap .column .menu ul li {
	margin-bottom: 15px;
	font-family: 'Montserrat','Noto Sans Kr Only';
	font-size: 19px;
	color: #222;
}

/* line 307, scss/common.scss */
#header .sitemap .column .menu ul li a {
	position: relative;
}

/* line 308, scss/common.scss */
#header .sitemap .column .menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #222;
	display: block;
	content: '';
	transition: .4s;
}

/* line 317, scss/common.scss */
#footer {
	width: 100%;
}

/* line 319, scss/common.scss */
#footer.main > .inner {
	padding-bottom: 0;
}

/* line 322, scss/common.scss */
#footer > .inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
}

/* line 323, scss/common.scss */
#footer p {
	font-size: 15px;
	font-family: 'Montserrat Medium';
}

/* line 324, scss/common.scss */
#footer p.nameArea {
	margin: 30px 0 10px;
	font-family: 'Noto Sans Bold';
	font-size: 17px;
	color: #222;
}

/* line 327, scss/common.scss */
#footer.white p {
	color: #fff;
}

/* line 330, scss/common.scss */
#container {
	width: 100%;
}

/* line 331, scss/common.scss */
#container.main {
	height: 100%;
}

/* line 334, scss/common.scss */
#content {
	padding: 240px 0 100px;
	width: 1400px;
	margin: 0 auto;
}

/* line 335, scss/common.scss */
#content.auto {
	width: auto;
}

/* line 337, scss/common.scss */
.inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* line 339, scss/common.scss */
.btnArea {
	display: flex;
}

/* line 340, scss/common.scss */
.btnArea.right {
	justify-content: flex-end;
}

/* line 341, scss/common.scss */
.btnArea .join {
	padding: 6px 13px;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

/* line 345, scss/common.scss */
.btnLink {
	position: relative;
	width: 340px;
	height: 70px;
	padding: 0 40px;
	border-radius: 50px;
	font-size: 19px;
	font-family: 'Noto Sans Medium';
	color: #fff;
	display: flex;
	align-items: center;
	background: #1740C2;
	overflow: hidden;
	cursor: pointer;
}

/* line 347, scss/common.scss */
.btnLink:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	display: block;
	transition: .4s;
	background: #4ADEDE;
}

/* line 348, scss/common.scss */
.btnLink span {
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 50;
	/* padding-right:40px; */
	text-align: left;
	font-family: 'Montserrat Medium','Noto Sans Medium Kr Only';
	background: url("/assets/images/new_main/common/ico-btn-link-arrow.svg") no-repeat right center;
}

/* line 349, scss/common.scss */
.btnLink span:after {
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: '';
	opacity: 0;
	width: 9px;
	height: 100%;
	background: url("/assets/images/new_main/common/ico-btn-link-arrow.svg") no-repeat center;
	transition: .4s;
}

/* line 353, scss/common.scss */
.btnLink.type02 {
	background: #1AA7EC;
}

/* line 354, scss/common.scss */
.btnLink.type02:before {
	background: #1740C2;
}

/* line 355, scss/common.scss */
.btnLink.type02 span {
	width: 100%;
	text-align: left;
	font-family: 'Noto Sans Medium Kr Only','Montserrat Medium';
}

/* line 360, scss/common.scss */
.colorType.neon {
	color: #4ADEDE;
}

/* line 361, scss/common.scss */
.colorType.blue {
	color: #1740C2;
}

/* line 362, scss/common.scss */
.colorType.sky {
	color: #1AA7EC;
	background: none;
}

/* line 363, scss/common.scss */
.colorType.gray {
	color: #777777;
}

/* line 366, scss/common.scss */
.bgColor.blue {
	background-color: #1740C2;
}

/* line 372, scss/common.scss */
.checkboxArea {
	margin-bottom: 100px;
}

/* line 373, scss/common.scss */
.checkboxArea .tit {
	font-size: 24px;
	color: #222;
	font-family: "Noto Sans Bold";
	display: block;
	margin-bottom: 30px;
}

/* line 374, scss/common.scss */
.checkboxArea .checkbox {
	margin-bottom: 0;
}

/* line 375, scss/common.scss */
.checkboxArea .checkbox:last-of-type {
	margin-bottom: 0;
}

/* line 378, scss/common.scss */
.checkbox {
	position: relative;
}

/* line 379, scss/common.scss */
.checkbox label {
	position: relative;
	font-size: 19px;
	color: #777;
	display: flex;
	align-items: center;
	font-size: 19px;
	color: #777;
	padding-left: 35px;
}

/* line 380, scss/common.scss */
.checkbox label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	transition: .4s;
}

/* line 382, scss/common.scss */
.checkbox input {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

/* line 384, scss/common.scss */
.checkbox input:checked + label:before {
	border: 5px solid #1740C2;
}

/* line 389, scss/common.scss */
.btnBoardList {
	position: relative;
	width: 180px;
	height: 70px;
	line-height: 70px;
	font-size: 19px;
	font-family: "Noto Sans Medium";
	border-radius: 50px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #222;
	color: #222;
	text-align: center;
	overflow: hidden;
	transition: .4s;
}

/* line 391, scss/common.scss */
.btnBoardList span {
	position: relative;
	z-index: 10;
	font-weight: bolder;
}

/* line 392, scss/common.scss */
.btnBoardList:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	visibility: hidden;
	width: 50px;
	height: 50px;
	opacity: 0;
	display: block;
	background: #222;
	transition: .4s;
	border-radius: 50%;
}

/* line 397, scss/common.scss */
.tabContWrap .tabCont {
	display: none;
}

/* line 398, scss/common.scss */
.tabContWrap .tabCont.active {
	display: block;
}

/* line 399, scss/common.scss */
.tabContWrap .tabCont.full {
	width: 100% !important;
}

/* line 400, scss/common.scss */
.tabContWrap .tabCont.cBlue {
	background: #1740C2;
	padding: 60px 0px 66px 0px;
	box-sizing: border-box;
}

/* line 403, scss/common.scss */
.tabContWrap.type01 .tabNav {
	margin-bottom: 60px;
}

/* line 404, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList {
	display: flex;
}

/* line 405, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li {
	font-size: 24px;
	font-family: 'Montserrat Medium','Noto Sans Medium Kr Only';
	color: #aaa;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .2s;
}

/* line 406, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li:last-of-type {
	margin-right: 0;
}

/* line 407, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li:before {
	content: '';
	width: 15px;
	height: 13px;
	background: url("/assets/images/new_main/common/ico-tab-bullet02.svg") no-repeat center;
	margin-right: 11px;
	transition: .4s;
}

/* line 408, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li.active {
	color: #1AA7EC;
}

/* line 409, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li.active:before {
	background: url("/assets/images/new_main/common/ico-tab-bullet-active.svg") no-repeat center;
}

/* line 411, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li:hover:not(.active) {
	color: #1AA7EC;
}

/* line 412, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li:hover:not(.active):before {
	transform: rotate(180deg);
	background-image: url("/assets/images/new_main/common/ico-tab-bullet02-hover.svg");
	background-repeat: no-repeat;
	background-position: center;
}

/* line 415, scss/common.scss */
.tabContWrap.type01 .tabNav .tabList li:not(:first-child) {
	margin-left: 60px;
}

/* line 421, scss/common.scss */
.tabContWrap.type02 .tabNav {
	margin-bottom: 150px;
	transition: 0.4s;
	margin-top: 100px;
}

/* line 422, scss/common.scss */
.tabContWrap.type02 .tabNav .tabList {
	display: flex;
}

/* line 423, scss/common.scss */
.tabContWrap.type02 .tabNav .tabList li {
	flex: 1;
	height: 90px;
	margin-left: -1px;
	font-size: 19px;
	font-family: "Montserrat Bold";
	color: #777;
	background-color: #fff;
	border: solid 1px #eee;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .4s;
	text-align: center;
	justify-content: center;
}

/* line 425, scss/common.scss */
.tabContWrap.type02 .tabNav .tabList li:last-of-type {
	margin-right: 0;
}

/* line 426, scss/common.scss */
.tabContWrap.type02 .tabNav .tabList li.active {
	color: #fff;
	background-color: #1740c2;
}

/* line 430, scss/common.scss */
.tabContWrap.type02 .introDesc {
	align-items: center;
	justify-content: flex-start;
}

/* line 431, scss/common.scss */
.tabContWrap.type02 .introDesc .leftArea {
	width: 560px;
	margin-right: 100px;
}

/* line 432, scss/common.scss */
.tabContWrap.type02 .introDesc .leftArea > img {
	width: 100%;
	border: 1px solid #eee;
}

/* line 435, scss/common.scss */
.tabContWrap.type02 .introDesc .rightArea {
	width: auto;
	height: auto;
}

/* line 439, scss/common.scss */
.tabContWrap.type03 .tabNav {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
}

/* line 443, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList {
	display: flex;
	flex-wrap: wrap;
}

/* line 444, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li {
	font-size: 24px;
	font-family: 'Montserrat Medium','Noto Sans Medium Kr Only';
	color: #aaa;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .4s;
}

/* line 445, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li:last-of-type {
	margin-right: 0;
}

/* line 446, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li:before {
	content: '';
	width: 15px;
	height: 13px;
	background: url("/assets/images/new_main/common/ico-tab-bullet02.svg") no-repeat center;
	margin-right: 11px;
	transition: .4s;
}

/* line 447, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li.active {
	color: #1AA7EC;
}

/* line 448, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li.active:before {
	background: url("/assets/images/new_main/common/ico-tab-bullet-active.svg") no-repeat center;
}

/* line 450, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li:hover:not(.active) {
	color: #1AA7EC;
}

/* line 451, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li:hover:not(.active):before {
	transform: rotate(180deg);
	background-image: url("/assets/images/new_main/common/ico-tab-bullet02-hover.svg");
	background-position: center;
	background-repeat: no-repeat;
}

/* line 454, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li:not(:first-child) {
	margin-left: 60px;
}

/* line 455, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li:nth-child(8) {
	margin-left: 0;
}

/* line 456, scss/common.scss */
.tabContWrap.type03 .tabNav .tabList li:nth-child(n+8) {
	margin-top: 10px;
}

/* line 462, scss/common.scss */
.tabContWrap.type04 .tabNav {
	position: relative;
	z-index: 2;
}

/* line 465, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList {
	display: flex;
	flex-wrap: wrap;
}

/* line 466, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li {
	font-size: 24px;
	font-family: 'Montserrat Medium','Noto Sans Medium Kr Only';
	color: #aaa;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .4s;
}

/* line 467, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li:last-of-type {
	margin-right: 0;
}

/* line 468, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li:before {
	content: '';
	width: 15px;
	height: 13px;
	background: url("/assets/images/new_main/common/ico-tab-bullet03.svg") no-repeat center;
	margin-right: 11px;
	transition: .4s;
}

/* line 469, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li.active {
	color: #222222;
}

/* line 470, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li.active:before {
	background: url("/assets/images/new_main/common/ico-tab-bullet03-active.svg") no-repeat center;
	background-size: 15px 13px;
}

/* line 472, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li:hover:not(.active) {
	color: #222222;
}

/* line 473, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li:hover:not(.active):before {
	transform: rotate(180deg);
	background-image: url("/assets/images/new_main/common/ico-tab-bullet03-hover.svg");
	background-position: center;
	background-repeat: no-repeat;
}

/* line 476, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li:not(:first-child) {
	margin-left: 60px;
}

/* line 477, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li:nth-child(8) {
	margin-left: 0;
}

/* line 478, scss/common.scss */
.tabContWrap.type04 .tabNav .tabList li:nth-child(n+8) {
	margin-top: 10px;
}

/* line 486, scss/common.scss */
#dimmed, .dimmed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
}

/* line 487, scss/common.scss */
.dimmed {
	display: none;
}

/* line 488, scss/common.scss */
.popup {
	position: fixed;
	left: 50%;
	top: 100px;
	width: 1400px;
	transform: translateX(-50%);
	z-index: 100;
}

/* line 489, scss/common.scss */
.popup .btnPopClose {
	display: block;
	margin-left: auto;
	margin-bottom: 40px;
	width: 50px;
	height: 50px;
	background: url("/assets/images/new_main/common/ico-pop-close.svg") no-repeat center;
}

/* line 490, scss/common.scss */
.popup .contBox {
	width: 100%;
}

/* line 491, scss/common.scss */
.popup .contBox > * {
	width: 100%;
}

/* line 492, scss/common.scss */
.popup .contBox > iframe {
	height: auto;
	min-height: 70vh;
}

/* line 495, scss/common.scss */
.popup.type02 {
	display: none;
	position: fixed;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	transform: translateX(0);
}

/* line 499, scss/common.scss */
.popup.type02 article {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: -45px;
	width: 700px;
	height: auto;
	background: #fff;
	padding: 40px;
}

/* line 508, scss/common.scss */
.popup.type02 article .header {
	font-family: "Noto Sans Bold";
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
}

/* line 511, scss/common.scss */
.popup.type02 article .cont {
	padding-top: 20px;
}

/* line 518, scss/common.scss */
.popup.type02 article .cont .tableArea table tbody tr th input:hover, .popup.type02 article .cont .tableArea table tbody tr th input:focus, .popup.type02 article .cont .tableArea table tbody tr td input:hover, .popup.type02 article .cont .tableArea table tbody tr td input:focus {
	border-color: #222;
	outline: 1px solid #222;
}

/* line 524, scss/common.scss */
.popup.type02 article .cont .tableArea table tbody tr th input:focus::placeholder, .popup.type02 article .cont .tableArea table tbody tr td input:focus::placeholder {
	color: #222;
}

/* line 528, scss/common.scss */
.popup.type02 article .cont .tableArea table tbody tr th {
	width: 135px;
}

/* line 529, scss/common.scss */
.popup.type02 article .cont .tableArea table tbody tr td {
	width: 485px;
}

/* line 530, scss/common.scss */
.popup.type02 article .cont .tableArea table tbody tr th {
	font-family: "Noto Sans Bold";
	font-size: 19px;
	text-align-last: left;
}

/* line 531, scss/common.scss */
.popup.type02 article .cont .tableArea table tbody tr th label {
	display: block;
	width: 100%;
	height: 100%;
}

/* line 534, scss/common.scss */
.popup.type02 article .cont .tableArea table tbody tr:not(:first-child) th, .popup.type02 article .cont .tableArea table tbody tr:not(:first-child) td {
	padding-top: 12px;
}

/* line 540, scss/common.scss */
.popup.type02 article .cont .checkboxArea {
	margin-bottom: 0;
	margin-top: 20px;
}

/* line 544, scss/common.scss */
.popup.type02 article .cont .checkboxArea .checkbox label:before {
	top: 5px;
}

/* line 548, scss/common.scss */
.popup.type02 article .cont .checkboxArea .checkbox label p a {
	color: #1740C2;
	font-family: "Noto Sans Medium";
	font-weight: bolder;
}

/* line 549, scss/common.scss */
.popup.type02 article .cont .checkboxArea .checkbox label p a:hover, .popup.type02 article .cont .checkboxArea .checkbox label p a:focus {
	text-decoration: underline;
}

/* line 556, scss/common.scss */
.popup.type02 article .btnArea {
	justify-content: center;
}

/* line 557, scss/common.scss */
.popup.type02 article .btnArea .btnBoardList {
	width: 250px;
	font-family: "Noto Sans Medium";
	font-size: 19px;
}

/* line 561, scss/common.scss */
.popup.type02 article .btnArea .btnBoardList:hover:after {
	width: 100%;
}

/* line 567, scss/common.scss */
.popup.type02 article .close {
	position: absolute;
	top: 0;
	right: -90px;
	width: 50px;
	height: 50px;
	background: url("/assets/images/new_main/common/ico-pop-close02.svg") no-repeat center center;
	background-size: cover;
}

/* line 574, scss/common.scss */
.popup.type02.active {
	display: block;
	z-index:1050;
}

/* line 579, scss/common.scss */
.popup.type03 {
	display: none;
	position: fixed;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	transform: translateX(0);
}

/* line 583, scss/common.scss */
.popup.type03 article {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: -45px;
	width: 700px;
	height: auto;
	background: #fff;
	padding: 40px;
}

/* line 591, scss/common.scss */
.popup.type03 article .header {
	font-family: "Noto Sans Bold";
	font-size: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #222;
}

/* line 594, scss/common.scss */
.popup.type03 article .cont {
	padding-top: 30px;
}

/* line 595, scss/common.scss */
.popup.type03 article .cont .tableArea {
	display: none;
	margin-top: 60px;
}

/* line 601, scss/common.scss */
.popup.type03 article .cont .tableArea table tbody tr th input:hover, .popup.type03 article .cont .tableArea table tbody tr th input:focus, .popup.type03 article .cont .tableArea table tbody tr td input:hover, .popup.type03 article .cont .tableArea table tbody tr td input:focus {
	border-color: #222;
	outline: 1px solid #222;
}

/* line 607, scss/common.scss */
.popup.type03 article .cont .tableArea table tbody tr th input:focus::placeholder, .popup.type03 article .cont .tableArea table tbody tr td input:focus::placeholder {
	color: #222;
}

/* line 611, scss/common.scss */
.popup.type03 article .cont .tableArea table tbody tr th {
	width: 135px;
}

/* line 612, scss/common.scss */
.popup.type03 article .cont .tableArea table tbody tr td {
	width: 485px;
}

/* line 613, scss/common.scss */
.popup.type03 article .cont .tableArea table tbody tr th {
	font-family: "Noto Sans Bold";
	font-size: 19px;
	text-align-last: left;
}

/* line 614, scss/common.scss */
.popup.type03 article .cont .tableArea table tbody tr th label {
	display: block;
	width: 100%;
	height: 100%;
}

/* line 617, scss/common.scss */
.popup.type03 article .cont .tableArea table tbody tr:not(:first-child) th, .popup.type03 article .cont .tableArea table tbody tr:not(:first-child) td {
	padding-top: 20px;
}

/* line 623, scss/common.scss */
.popup.type03 article .cont .tableArea.findId .btnArea {
	margin-top: 238px;
}

/* line 628, scss/common.scss */
.popup.type03 article .cont .tableArea.findPw .btnArea {
	margin-top: 78px;
}

/* line 632, scss/common.scss */
.popup.type03 article .cont .tableArea.active {
	display: block;
}

/* line 636, scss/common.scss */
.popup.type03 article .cont .checkboxArea {
	margin-bottom: 0;
}

/* line 640, scss/common.scss */
.popup.type03 article .cont .checkboxArea .checkbox label:before {
	top: 5px;
}

/* line 644, scss/common.scss */
.popup.type03 article .cont .checkboxArea .checkbox label p a {
	color: #1740C2;
	font-family: "Noto Sans Medium";
}

/* line 645, scss/common.scss */
.popup.type03 article .cont .checkboxArea .checkbox label p a:hover, .popup.type03 article .cont .checkboxArea .checkbox label p a:focus {
	text-decoration: underline;
}

/* line 652, scss/common.scss */
.popup.type03 article .btnArea {
	justify-content: center;
}

/* line 653, scss/common.scss */
.popup.type03 article .btnArea .btnBoardList {
	width: 250px;
	font-family: "Noto Sans Medium";
	font-size: 19px;
}

/* line 657, scss/common.scss */
.popup.type03 article .btnArea .btnBoardList:hover:after {
	width: 100%;
}

/* line 663, scss/common.scss */
.popup.type03 article .close {
	position: absolute;
	top: 0;
	right: -90px;
	width: 50px;
	height: 50px;
	background: url("/assets/images/new_main/common/ico-pop-close02.svg") no-repeat center center;
	background-size: cover;
}

/* line 670, scss/common.scss */
.popup.type03.active {
	display: block;
	z-index:1050;
}

/* line 678, scss/common.scss */
#wrap.login {
	position: relative;
	height: 100%;
}

/* line 679, scss/common.scss */
#wrap.login #header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* line 680, scss/common.scss */
#wrap.login #header .logo {
	position: static;
	transform: translateY(0);
	margin-left: 50px;
	background: url("/assets/images/new_main/common/logo-white.svg") no-repeat center center;
}

/* line 683, scss/common.scss */
#wrap.login #header .utilArea {
	margin-right: 50px;
}

/* line 685, scss/common.scss */
#wrap.login #header .utilArea .btnArea .join {
	position: relative;
	transition: 0.3s;
}

/* line 686, scss/common.scss */
#wrap.login #header .utilArea .btnArea .join:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #fff;
	z-index: -1;
	transition: 0.3s;
}

/* line 689, scss/common.scss */
#wrap.login #header .utilArea .btnArea .join:hover, #wrap.login #header .utilArea .btnArea .join:focus {
	color: #222;
}

/* line 691, scss/common.scss */
#wrap.login #header .utilArea .btnArea .join:hover:after, #wrap.login #header .utilArea .btnArea .join:focus:after {
	height: 100%;
}

/* line 697, scss/common.scss */
#wrap.login #container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url("/assets/images/new_main/img/login-bg.png") no-repeat top center;
	background-size: cover !important;
}

/* line 702, scss/common.scss */
#wrap.login #container #content {
	padding: 0;
}

/* line 704, scss/common.scss */
#wrap.login #container #content .inner .loginVisual {
	width: 580px;
	margin-left: -50px;
}

/* line 706, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .titleArea p {
	font-family: "Noto Sans Medium";
	font-size: 19px;
	color: #fff;
	opacity: 0.7;
}

/* line 710, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .titleArea h1 {
	margin-top: 17px;
	font-family: 'Montserrat ExBold';
	font-size: 50px;
	color: #fff;
}

/* line 714, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .userArea {
	margin-top: 60px;
}

/* line 715, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .userArea .user {
	font-family: 'Montserrat Medium';
	font-size: 19px;
}

/* line 716, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .userArea .user label {
	color: #fff;
	opacity: 0.6;
}

/* line 720, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .userArea .user input[type="text"], #wrap.login #container #content .inner .loginVisual .userArea .user input[type="password"] {
	position: relative;
	width: 100%;
	background: transparent;
	padding: 15px 0px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px;
	color: #fff;
	font-family: 'Montserrat Medium';
}

/* line 730, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .userArea .user input[type="text"]:hover, #wrap.login #container #content .inner .loginVisual .userArea .user input[type="text"]:focus, #wrap.login #container #content .inner .loginVisual .userArea .user input[type="password"]:hover, #wrap.login #container #content .inner .loginVisual .userArea .user input[type="password"]:focus {
	border-color: transparent;
	outline: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 736, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .userArea .user input[type="text"]::placeholder, #wrap.login #container #content .inner .loginVisual .userArea .user input[type="password"]::placeholder {
	color: #fff;
	background: transparent;
}

/* line 738, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .userArea .user.userPw {
	margin-top: 40px;
}

/* line 741, scss/common.scss */
.popup.type01 .checkboxArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 0;
}

/* line 745, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox label {
	font-family: 'Montserrat Medium';
	font-size: 15px;
	color: #fff;
}

/* line 747, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox label:before {
	top: 1px;
}

/* line 749, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox label.type02:before {
	border: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 755, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox input[type="checkbox"]:checked + label:before {
	border: 5px solid #4ADEDE;
}

/* line 760, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .findAll {
	position: relative;
	font-family: 'Montserrat Medium';
	font-size: 15px;
	color: #fff;
}

/* line 762, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .findAll:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background: #FFFFFF;
	transition: 0.2s;
}

/* line 767, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .findAll:hover:after, #wrap.login #container #content .inner .loginVisual .checkboxArea .findAll:focus:after {
	width: 100%;
}

/* line 773, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findId {
	position: relative;
	font-family: 'Montserrat Medium';
	font-size: 12px;
	color: #fff;
}

/* line 775, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findId:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background: #FFFFFF;
	transition: 0.2s;
}

/* line 780, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findId:hover:after, #wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findId:focus:after {
	width: 100%;
}

/* line 785, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea span {
	font-family: 'Montserrat Medium';
	font-size: 12px;
	color: #fff;
}

/* line 786, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findPw {
	position: relative;
	font-family: 'Montserrat Medium';
	font-size: 12px;
	color: #fff;
}

/* line 788, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findPw:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background: #FFFFFF;
	transition: 0.2s;
}

/* line 793, scss/common.scss */
#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findPw:hover:after, #wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea .findPw:focus:after {
	width: 100%;
}

/* line 800, scss/common.scss */
#wrap.login #container #content .inner .loginVisual > .btnArea {
	margin-top: 60px;
	flex-wrap: wrap;
}

/* line 801, scss/common.scss */
#wrap.login #container #content .inner .loginVisual > .btnArea .mobile {
	text-align: center;
	width: 100%;
	margin-top: 16px;
}

/* line 802, scss/common.scss */
#wrap.login #container #content .inner .loginVisual > .btnArea .mobile p {
	font-family: 'Montserrat';
	font-size: 11px;
	color: #fff;
	opacity: 0.6;
}

/* line 805, scss/common.scss */
#wrap.login #container #content .inner .loginVisual > .btnArea .mobile .btn {
	position: relative;
	font-family: 'Montserrat Medium';
	font-size: 12px;
	color: #fff;
	padding-bottom: 2px;
	margin-top: 3px;
}

/* line 809, scss/common.scss */
#wrap.login #container #content .inner .loginVisual > .btnArea .mobile .btn:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

/* line 819, scss/common.scss */
#wrap.login #footer {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* line 822, scss/common.scss */
#wrap.login #footer.login {
	position: static;
	margin-top: -60px;
	text-indent: 50px;
}

@media (orientation: landscape) {
	/* line 836, scss/common.scss */
	.popup {
		top: 20px !important;
	}
	/* line 840, scss/common.scss */
	.popup .contBox > iframe {
		min-height: 70vh !important;
	}
}

@media screen and (max-width: 1720px) {
	/* line 11, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual {
		margin-left: 0px;
	}
	/* line 16, scss/mobile.scss */
	#wrap.login #footer {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	/* line 19, scss/mobile.scss */
	#wrap.login #footer.login {
		padding: 0px 50px 40px 50px;
	}
}

@media screen and (max-width: 1540px) {
	/* line 35, scss/mobile.scss */
	.popup.type02 article {
		margin-left: -25px;
	}
	/* line 38, scss/mobile.scss */
	.popup.type02 article .header h3 {
		font-size: 24px;
	}
	/* line 56, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr th label {
		font-size: 16px;
	}
	/* line 89, scss/mobile.scss */
	.popup.type02 article .close {
		right: -50px;
		width: 30px;
		height: 30px;
	}
	/* line 97, scss/mobile.scss */
	.popup.type02 input[type="text"], .popup.type02 input[type="email"], .popup.type02 input[type="number"], .popup.type02 select, .popup.type02 textarea {
		font-size: 16px;
		height: 50px;
		padding: 0 15px;
	}
	/* line 104, scss/mobile.scss */
	.popup.type03 article {
		margin-left: -25px;
	}
	/* line 107, scss/mobile.scss */
	.popup.type03 article .header h3 {
		font-size: 24px;
	}
	/* line 125, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr th label {
		font-size: 16px;
	}
	/* line 134, scss/mobile.scss */
	.popup.type03 article .cont .tableArea.findId .btnArea {
		margin-top: 218px;
	}
	/* line 168, scss/mobile.scss */
	.popup.type03 article .close {
		right: -50px;
		width: 30px;
		height: 30px;
	}
	/* line 176, scss/mobile.scss */
	.popup.type03 input[type="text"], .popup.type03 input[type="email"], .popup.type03 input[type="number"], .popup.type03 select, .popup.type03 textarea {
		font-size: 16px;
		height: 50px;
		padding: 0 15px;
	}
	/* line 188, scss/mobile.scss */
	#wrap.login #header .logo {
		margin-left: 20px;
	}
	/* line 191, scss/mobile.scss */
	#wrap.login #header .utilArea {
		margin-right: 20px;
	}
	/* line 204, scss/mobile.scss */
	#wrap.login #container {
		background: url("assets/images/new_main/img/login-bg.png") no-repeat center center;
	}
	/* line 205, scss/mobile.scss */
	#wrap.login #container #content {
		width: 1200px;
	}
	/* line 210, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .titleArea p {
		font-size: 15px;
	}
	/* line 213, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .titleArea h1 {
		font-size: 37px;
	}
	/* line 217, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .userArea {
		margin-top: 38px;
	}
	/* line 218, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .userArea .user {
		font-size: 15px;
	}
	/* line 221, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .userArea .user , #wrap.login #container #content .inner .loginVisual .userArea .user input[type="password"] {
		font-size: 15px;
		height: 50px;
	}
	/* line 231, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea {
		margin-top: 30px;
	}
	/* line 233, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox label {
		font-size: 12px;
		padding-left: 22px;
	}
	/* line 234, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox label:before {
		width: 14px;
		height: 14px;
	}
	/* line 237, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox input[type="checkbox"]:checked + label:before {
		border-width: 3px;
	}
	/* line 242, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .findAll {
		font-size: 12px;
	}
	/* line 253, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual > .btnArea .mobile {
		display: none !important;
	}
	/* line 260, scss/mobile.scss */
	#wrap.login #footer.login {
		text-indent: 0px;
		padding: 0px 20px 40px 20px;
	}
}

@media screen and (max-width: 1420px) {
	/* line 269, scss/mobile.scss */
	.mobile {
		display: block !important;
	}
	/* line 270, scss/mobile.scss */
	.web {
		display: none !important;
	}
	/* line 272, scss/mobile.scss */
	.inner {
		width: auto;
		padding: 0 20px;
	}
	/* line 273, scss/mobile.scss */
	.popup.type02 input[type="text"], input[type="email"], input[type="number"], select, textarea {
		font-size: 16px;
		height: 50px;
		padding: 0 15px;
	}
	/* line 279, scss/mobile.scss */
	.btnLink {
		width: 215px;
		height: 45px;
		padding: 0 25px;
		font-size: 12px;
	}
	/* line 280, scss/mobile.scss */
	.btnLink span {
		/* padding-right:25px; */
		background-size: 7px 11px;
	}
	/* line 281, scss/mobile.scss */
	.btnLink span:after {
		background-size: 7px 11px;
		right: -7px;
	}
	/* line 286, scss/mobile.scss */
	#content {
		width: 100%;
	}
	/* line 291, scss/mobile.scss */
	.checkboxArea {
		margin-bottom: 70px;
	}
	/* line 293, scss/mobile.scss */
	.checkbox label {
		font-size: 16px;
		padding-left: 25px;
	}
	/* line 294, scss/mobile.scss */
	.checkbox label:before {
		width: 16px;
		height: 16px;
		top: 5px;
	}
	/* line 303, scss/mobile.scss */
	.btnBoardList {
		width: 140px;
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	/* 탭 */
	/* line 312, scss/mobile.scss */
	.tabContWrap .tabCont.cBlue {
		padding: 60px 20px 66px 20px;
	}
	/* line 315, scss/mobile.scss */
	.tabContWrap.type01 .tabNav {
		margin-bottom: 35px;
	}
	/* line 317, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li {
		font-size: 20px;
	}
	/* line 318, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li:before {
		width: 10px;
		height: 9px;
		background-size: 10px 9px;
		transition: .4s;
	}
	/* line 320, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li.active:before {
		width: 10px;
		height: 9px;
		background-size: 10px 9px;
	}
	/* line 322, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li:not(:first-child) {
		margin-left: 50px;
	}
	/* line 328, scss/mobile.scss */
	.tabContWrap.type02 .tabNav {
		margin-bottom: 60px;
	}
	/* line 330, scss/mobile.scss */
	.tabContWrap.type02 .tabNav .tabList li {
		height: 60px;
		font-size: 15px;
	}
	/* line 336, scss/mobile.scss */
	.tabContWrap.type03 .tabNav {
		width: 100%;
		margin-bottom: 35px;
		box-sizing: border-box;
	}
	/* line 337, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList {
		flex-wrap: nowrap;
		width: 100%;
		overflow-x: scroll;
		padding-bottom: 15px;
	}
	/* line 338, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li {
		font-size: 20px;
		white-space: nowrap;
	}
	/* line 340, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:before {
		width: 10px;
		height: 9px;
		background-size: 10px 9px;
		/*  margin-right: 8px; */
	}
	/* line 342, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li.active:before {
		width: 10px;
		height: 9px;
		background-size: 10px 9px;
	}
	/* line 345, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:hover:before {
		/* background-size: 75%; */
	}
	/* line 347, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:not(:first-child) {
		margin-left: 40px;
	}
	/* line 350, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:nth-child(n+8) {
		margin-top: 0;
	}
	/* line 356, scss/mobile.scss */
	.tabContWrap.type04 .tabNav {
		width: 100%;
		margin-bottom: 35px;
		box-sizing: border-box;
	}
	/* line 357, scss/mobile.scss */
	.tabContWrap.type04 .tabNav .tabList {
		flex-wrap: nowrap;
		width: 100%;
		padding-bottom: 15px;
	}
	/* line 358, scss/mobile.scss */
	.tabContWrap.type04 .tabNav .tabList li {
		font-size: 20px;
		white-space: nowrap;
	}
	/* line 360, scss/mobile.scss */
	.tabContWrap.type04 .tabNav .tabList li:before {
		width: 10px;
		height: 9px;
		background-size: 10px 9px;
		/*  margin-right: 8px; */
	}
	/* line 362, scss/mobile.scss */
	.tabContWrap.type04 .tabNav .tabList li.active:before {
		width: 10px;
		height: 9px;
		background-size: 10px 9px;
	}
	/* line 365, scss/mobile.scss */
	.tabContWrap.type04 .tabNav .tabList li:hover:before {
		/* background-size: 75%; */
	}
	/* line 367, scss/mobile.scss */
	.tabContWrap.type04 .tabNav .tabList li:not(:first-child) {
		margin-left: 40px;
	}
	/* line 370, scss/mobile.scss */
	.tabContWrap.type04 .tabNav .tabList li:nth-child(n+8) {
		margin-top: 0;
	}
	/* line 378, scss/mobile.scss */
	.popup {
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
	/* line 379, scss/mobile.scss */
	.popup .btnPopClose {
		margin-bottom: 20px;
		background-size: 75%;
	}
	/* line 385, scss/mobile.scss */
	#footer {
		margin-bottom: 25px;
	}
	/* line 386, scss/mobile.scss */
	#footer > .inner {
		margin: 0 20px;
	}
	/* line 387, scss/mobile.scss */
	#footer p {
		font-size: 10px;
	}
}

@media screen and (max-width: 1280px) {
	/* line 403, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .web {
		display: block !important;
	}
	/* line 405, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea.mobile {
		display: none !important;
	}
	/* line 409, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .btnArea .mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1280px) {
	/* line 424, scss/mobile.scss */
	#wrap.login #container #content {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	/* line 437, scss/mobile.scss */
	#container {
		min-height: 667px;
	}
}

@media all and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
	/* line 447, scss/mobile.scss */
	.popup.type02 {
		overflow-y: scroll;
	}
	/* line 448, scss/mobile.scss */
	.popup.type02 article {
		top: 20px;
		transform: translate(-50%, 0);
	}
	/* line 452, scss/mobile.scss */
	.popup.type03 {
		overflow-y: scroll;
	}
	/* line 453, scss/mobile.scss */
	.popup.type03 article {
		top: 20px;
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 768px) {
	/* line 466, scss/mobile.scss */
	#wrap.login {
		height: 100%;
	}
	/* line 469, scss/mobile.scss */
	.popup.type02 input[type="text"], input[type="email"], input[type="number"], select, textarea {
		height: 40px;
		font-size: 12px;
		border-radius: 5px;
		padding: 0px 10px;
	}
	/* line 470, scss/mobile.scss */
	select {
		background-size: 10px;
	}
	/* line 471, scss/mobile.scss */
	#header {
		height: 70px;
	}
	/* line 472, scss/mobile.scss */
	#header .logo {
		left: 20px;
		background-size: 90px 21px !important;
	}
	/* line 473, scss/mobile.scss */
	#header .logo a {
		width: 90px;
		height: 21px;
	}
	/* line 476, scss/mobile.scss */
	#content {
		padding: 100px 0 62px;
	}
	/* line 477, scss/mobile.scss */
	#content.pb40 {
		padding-bottom: 40px !important;
	}
	/* 탭 */
	/* line 484, scss/mobile.scss */
	.tabContWrap .tabCont.cBlue {
		padding: 40px 20px 40px 20px;
	}
	/* line 487, scss/mobile.scss */
	.tabContWrap.type01 .tabNav {
		margin-bottom: 30px;
	}
	/* line 489, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li {
		font-size: 15px;
	}
	/* line 490, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li:before {
		transition: 0s;
	}
	/* line 491, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li:hover:not(.active) {
		color: #aaa;
	}
	/* line 492, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li:hover:not(.active):before {
		transform: none;
		background: url("assets/images/new_main/common/ico-tab-bullet02.svg") no-repeat center;
		background-size: cover;
	}
	/* line 499, scss/mobile.scss */
	.tabContWrap.type01 .tabNav .tabList li:not(:first-child) {
		margin-left: 40px;
	}
	/* line 506, scss/mobile.scss */
	.tabContWrap.type02 .tabNav.mt150 {
		margin-top: 0;
	}
	/* line 507, scss/mobile.scss */
	.tabContWrap.type02 .tabNav .tabList {
		flex-wrap: wrap;
	}
	/* line 508, scss/mobile.scss */
	.tabContWrap.type02 .tabNav .tabList li {
		width: 168px;
		max-width: 167px;
		min-width: 165px;
		height: 45px;
		margin-top: -1px;
		font-size: 12px;
	}
	/* line 512, scss/mobile.scss */
	.tabContWrap.type02 .introDesc .leftArea {
		width: 100%;
	}
	/* line 515, scss/mobile.scss */
	.tabContWrap.type03 .tabNav {
		margin-bottom: 20px;
	}
	/* line 517, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li {
		font-size: 15px;
	}
	/* line 519, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:before {
		background: url("assets/images/new_main/common/ico-tab-bullet02-mo.svg") no-repeat center;
		transition: 0s;
	}
	/* line 521, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li.active:before {
		background: url("assets/images/new_main/common/ico-tab-bullet-active-mo.svg") no-repeat center;
	}
	/* line 523, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:hover:not(.active) {
		color: #aaa;
	}
	/* line 524, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:hover:not(.active):before {
		transform: none;
		background: url("/assets/images/new_main/common/ico-tab-bullet02-mo.svg") no-repeat center;
	}
	/* line 526, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:not(:first-child) {
		margin-left: 20px;
	}
	/* line 529, scss/mobile.scss */
	.tabContWrap.type03 .tabNav .tabList li:nth-child(n+8) {
		margin-top: 0;
	}
	/* line 536, scss/mobile.scss */
	.checkboxArea {
		margin-bottom: 40px;
	}
	/* line 537, scss/mobile.scss */
	.checkboxArea .tit {
		font-size: 15px;
		margin-bottom: 20px;
	}
	/* line 543, scss/mobile.scss */
	.checkbox label {
		align-items: flex-start;
		font-size: 12px;
		padding-left: 24px;
	}
	/* line 544, scss/mobile.scss */
	.checkbox label:before {
		width: 14px;
		height: 14px;
		top: 3px;
	}
	/* line 554, scss/mobile.scss */
	.btnBoardList {
		width: 100px;
		height: 45px;
		line-height: 45px;
		font-size: 12px;
	}
	/* line 559, scss/mobile.scss */
	.popup {
		top: 70px;
	}
	/* line 560, scss/mobile.scss */
	.popup .btnPopClose {
		width: 15px;
		height: 15px;
		background: url("/assets/images/new_main/common/ico-pop-close-mo.svg") no-repeat center;
	}
	/* line 563, scss/mobile.scss */
	.popup .contBox > iframe {
		min-height: 188px;
	}
	/* line 566, scss/mobile.scss */
	.popup.type02 {
		padding: 0px 0px;
		top: 100% !important;
		height: 100%;
		transition: 0.3s;
		display: block;
	}
	/* line 571, scss/mobile.scss */
	.popup.type02 article {
		padding: 24px 0px 0px 0px;
		margin-left: 0;
		height: 100%;
		width: 100%;
		overflow-y: auto;
	}
	/* line 575, scss/mobile.scss */
	.popup.type02 article .header {
		padding-bottom: 24px;
	}
	/* line 576, scss/mobile.scss */
	.popup.type02 article .header h3 {
		font-size: 16px;
		text-align: center;
	}
	/* line 578, scss/mobile.scss */
	.popup.type02 article .cont {
		display: flex;
		flex-direction: column;
		padding: 18px 20px 0px 20px;
		overflow-y: scroll;
		height: calc(100% - 50px);
	}
	/* line 585, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table {
		width: 100%;
	}
	/* line 588, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr {
		width: 100%;
		display: block;
	}
	/* line 589, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr th, .popup.type02 article .cont .tableArea table tbody tr td {
		display: block;
	}
	/* line 599, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr th {
		width: 100%;
	}
	/* line 600, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr td {
		width: 100%;
	}
	/* line 602, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr th label {
		font-size: 12px;
		text-align: left;
	}
	/* line 605, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr:first-child th, .popup.type02 article .cont .tableArea table tbody tr:first-child td {
		padding-top: 7px;
	}
	/* line 607, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr:not(:first-child) {
		margin-top: 7px;
	}
	/* line 608, scss/mobile.scss */
	.popup.type02 article .cont .tableArea table tbody tr:not(:first-child) th, .popup.type02 article .cont .tableArea table tbody tr:not(:first-child) td {
		padding-top: 7px;
	}
	/* line 614, scss/mobile.scss */
	.popup.type02 article .cont .checkboxArea {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	/* line 615, scss/mobile.scss */
	.popup.type02 article .cont .checkboxArea .checkbox {
		margin-bottom: 13px;
	}
	/* line 618, scss/mobile.scss */
	.popup.type02 article .cont .checkboxArea .checkbox label:before {
		top: 3px;
	}
	/* line 628, scss/mobile.scss */
	.popup.type02 article .cont .checkboxArea .checkbox input[type="checkbox"]:checked ~ label:before {
		border-width: 3px;
	}
	/* line 635, scss/mobile.scss */
	.popup.type02 article .btnArea {
		margin-top: auto;
		margin-bottom: 20px;
		padding-bottom: 0px;
	}
	/* line 636, scss/mobile.scss */
	.popup.type02 article .btnArea .btnBoardList {
		font-size: 12px;
		width: 100%;
		color: #fff;
		background: #000;
	}
	/* line 646, scss/mobile.scss */
	.popup.type02 article .close {
		right: 20px;
		top: 28px;
		width: 17px;
		height: 17px;
		background: url("/assets/images/new_main/common/ico-pop-close02-mo.svg") no-repeat center center;
	}
	/* line 654, scss/mobile.scss */
	.popup.type02.active {
		top: 0px !important;
	}
	/* line 657, scss/mobile.scss */
	.popup.type02 input[type="text"], .popup.type02 input[type="email"], .popup.type02 input[type="number"], .popup.type02 select, .popup.type02 textarea {
		height: 40px;
		font-size: 12px;
		border-radius: 5px;
		padding: 0px 10px;
	}
	/* line 664, scss/mobile.scss */
	.popup.type03 {
		padding: 0px 0px;
		top: 100% !important;
		height: 100%;
		transition: 0.3s;
		display: block;
	}
	/* line 670, scss/mobile.scss */
	.popup.type03 article {
		padding: 24px 0px 0px 0px;
		margin-left: 0;
		height: 100%;
		width: 100%;
		overflow-y: auto;
	}
	/* line 675, scss/mobile.scss */
	.popup.type03 article .header {
		padding-bottom: 24px;
	}
	/* line 676, scss/mobile.scss */
	.popup.type03 article .header h3 {
		font-size: 16px;
		text-align: center;
	}
	/* line 678, scss/mobile.scss */
	.popup.type03 article .cont {
		padding: 18px 20px 0px 20px;
		height: calc(100% - 49px);
		overflow-y: scroll;
	}
	/* line 682, scss/mobile.scss */
	.popup.type03 article .cont .tabContWrap {
		height: 100%;
	}
	/* line 684, scss/mobile.scss */
	.popup.type03 article .cont .tabContWrap.type04 .tabNav {
		margin-bottom: 15px;
	}
	/* line 686, scss/mobile.scss */
	.popup.type03 article .cont .tabContWrap.type04 .tabNav .tabList li {
		font-size: 15px;
	}
	/* line 688, scss/mobile.scss */
	.popup.type03 article .cont .tabContWrap.type04 .tabNav .tabList li:before {
		transition: 0s;
	}
	/* line 689, scss/mobile.scss */
	.popup.type03 article .cont .tabContWrap.type04 .tabNav .tabList li:not(:first-child) {
		margin-left: 20px;
	}
	/* line 695, scss/mobile.scss */
	.popup.type03 article .cont .tableArea {
		display: none;
		flex-direction: column;
		height: calc(100% - 53px);
		margin-top: 0;
	}
	/* line 700, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table {
		width: 100%;
		margin-bottom: 50px;
	}
	/* line 702, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr {
		width: 100%;
		display: block;
	}
	/* line 703, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr th, .popup.type03 article .cont .tableArea table tbody tr td {
		display: block;
	}
	/* line 713, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr th {
		width: 100%;
	}
	/* line 714, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr td {
		width: 100%;
	}
	/* line 716, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr th label {
		font-size: 12px;
		text-align: left;
	}
	/* line 719, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr:first-child th, .popup.type03 article .cont .tableArea table tbody tr:first-child td {
		padding-top: 7px;
	}
	/* line 721, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr:not(:first-child) {
		margin-top: 7px;
	}
	/* line 722, scss/mobile.scss */
	.popup.type03 article .cont .tableArea table tbody tr:not(:first-child) th, .popup.type03 article .cont .tableArea table tbody tr:not(:first-child) td {
		padding-top: 7px;
	}
	/* line 728, scss/mobile.scss */
	.popup.type03 article .cont .tableArea.findId .btnArea {
		margin-top: auto;
		margin-bottom: 20px;
	}
	/* line 734, scss/mobile.scss */
	.popup.type03 article .cont .tableArea.findPw .btnArea {
		margin-top: auto;
		margin-bottom: 20px;
	}
	/* line 739, scss/mobile.scss */
	.popup.type03 article .cont .tableArea.active {
		display: flex;
	}
	/* line 758, scss/mobile.scss */
	.popup.type03 article .btnArea {
		margin-top: 63px;
	}
	/* line 760, scss/mobile.scss */
	.popup.type03 article .btnArea .btnBoardList {
		color: #fff;
		font-size: 12px;
		width: 100%;
		background: #000;
	}
	/* line 771, scss/mobile.scss */
	.popup.type03 article .close {
		right: 20px;
		top: 28px;
		width: 17px;
		height: 17px;
		background: url("/assets/images/new_main/common/ico-pop-close02-mo.svg") no-repeat center center;
	}
	/* line 779, scss/mobile.scss */
	.popup.type03.active {
		top: 0px !important;
	}
	/* line 782, scss/mobile.scss */
	.popup.type03 input[type="text"], .popup.type03 input[type="email"], .popup.type03 input[type="number"], .popup.type03 select, .popup.type03 textarea {
		height: 40px;
		font-size: 12px;
		border-radius: 5px;
		padding: 0px 10px;
	}
	/* line 790, scss/mobile.scss */
	#footer {
		margin-bottom: 0;
	}
	/* line 791, scss/mobile.scss */
	#footer > .inner {
		padding-bottom: 25px;
	}
	/* line 792, scss/mobile.scss */
	#footer p {
		font-size: 10px;
	}
	/* line 794, scss/mobile.scss */
	#footer.black p {
		color: #222;
	}
	/* line 799, scss/mobile.scss */
	#wrap {
		height: 100%;
	}
	/* line 802, scss/mobile.scss */
	#wrap.login #header .logo {
		margin-left: 20px;
	}
	/* line 805, scss/mobile.scss */
	#wrap.login #header .utilArea {
		display: none;
	}
	/* line 818, scss/mobile.scss */
	#wrap.login #container {
		background: url("/assets/images/new_main/img/login-bg-mo.png") no-repeat top center;
		background-size: cover;
	}
	/* line 821, scss/mobile.scss */
	#wrap.login #container #content {
		padding: 80px 0px 0px 0px;
	}
	/* line 823, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual {
		width: 100%;
	}
	/* line 825, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .titleArea p {
		font-size: 12px;
	}
	/* line 828, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .titleArea h1 {
		font-size: 23px;
	}
	/* line 832, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .userArea {
		margin-top: 30px;
	}
	/* line 833, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .userArea .user {
		font-size: 12px;
	}
	/* line 836, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .userArea .user input[type="text"], #wrap.login #container #content .inner .loginVisual .userArea .user input[type="password"] {
		font-size: 12px;
		padding: 10px 0px;
		height: 40px;
	}
	/* line 844, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .userArea .user.userPw {
		margin-top: 25px;
	}
	/* line 847, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea {
		margin-top: 23px;
	}
	/* line 849, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox label {
		font-size: 12px;
		padding-left: 22px;
	}
	/* line 850, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox label:before {
		width: 14px;
		height: 14px;
	}
	/* line 853, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .checkbox input[type="checkbox"]:checked + label:before {
		border-width: 3px;
	}
	/* line 858, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .web {
		display: none !important;
	}
	/* line 860, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .btnArea.mobile {
		display: block !important;
	}
	/* line 862, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual .checkboxArea .findAll {
		font-size: 12px;
	}
	/* line 872, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual > .btnArea {
		margin-top: 53px;
	}
	/* line 874, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual > .btnArea .btnLink {
		width: 100%;
	}
	/* line 875, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual > .btnArea .mobile {
		display: block !important;
	}
	/* line 877, scss/mobile.scss */
	#wrap.login #container #content .inner .loginVisual > .btnArea .mobile .join {
		border: none;
		padding: 0;
	}
	/* line 885, scss/mobile.scss */
	#wrap.login #footer.login {
		display: none;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	/* line 896, scss/mobile.scss */
	.popup.type02 article .cont {
		height: calc(100% - 49px);
	}
	/* line 903, scss/mobile.scss */
	.popup.type03 article .cont .tableArea.findId {
		height: auto;
		min-height: 100%;
	}
	/* line 904, scss/mobile.scss */
	.popup.type03 article .cont .tableArea.findPw {
		height: auto;
		min-height: 100%;
	}
}

/* 로그인팝업 */
/* line 495, scss/common.scss */
.popup.type01 {
	display: none;
	position: fixed;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	transform: translateX(0);
}

/* line 499, scss/common.scss */
.popup.type01 article {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: -45px;
	width: 700px;
	height: auto;
	background: #fff;
	padding: 40px;
}

/* line 508, scss/common.scss */
.popup.type01 article .header {
	font-family: "Noto Sans Bold";
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
}

/* line 511, scss/common.scss */
.popup.type01 article .cont {
	padding-top: 30px;
}

/* line 518, scss/common.scss */
.popup.type01 article .cont .tableArea table tbody tr th input:hover, .popup.type02 article .cont .tableArea table tbody tr th input:focus, .popup.type01 article .cont .tableArea table tbody tr td input:hover, .popup.type01 article .cont .tableArea table tbody tr td input:focus {
	border-color: #222;
	outline: 1px solid #222;
}

/* line 524, scss/common.scss */
.popup.type01 article .cont .tableArea table tbody tr th input:focus::placeholder, .popup.type01 article .cont .tableArea table tbody tr td input:focus::placeholder {
	color: #222;
}

/* line 528, scss/common.scss */
.popup.type01 article .cont .tableArea table tbody tr th {
	width: 135px;
}

/* line 529, scss/common.scss */
.popup.type01 article .cont .tableArea table tbody tr td {
	width: 435px;
}

/* line 530, scss/common.scss */
.popup.type01 article .cont .tableArea table tbody tr th {
	font-family: "Noto Sans Bold";
	font-size: 19px;
	text-align-last: left;
}

/* line 531, scss/common.scss */
.popup.type01 article .cont .tableArea table tbody tr th label {
	display: block;
	width: 100%;
	height: 100%;
}

/* line 534, scss/common.scss */
.popup.type01 article .cont .tableArea table tbody tr:not(:first-child) th, .popup.type01 article .cont .tableArea table tbody tr:not(:first-child) td {
	padding-top: 20px;
}

/* line 540, scss/common.scss */
.popup.type01 article .cont .checkboxArea {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* line 544, scss/common.scss */
.popup.type01 article .cont .checkboxArea .checkbox label:before {
	top: 5px;
}

/* line 548, scss/common.scss */
.popup.type01 article .cont .checkboxArea .checkbox label p a {
	color: #1740C2;
	font-family: "Noto Sans Medium";
	font-weight: bolder;
}

/* line 549, scss/common.scss */
.popup.type01 article .cont .checkboxArea .checkbox label p a:hover, .popup.type01 article .cont .checkboxArea .checkbox label p a:focus {
	text-decoration: underline;
}

/* line 556, scss/common.scss */
.popup.type01 article .btnArea {
	justify-content: center;
}

/* line 557, scss/common.scss */
.popup.type01 article .btnArea .btnBoardList {
	width: 250px;
	font-family: "Noto Sans Medium";
	font-size: 19px;
}

/* line 561, scss/common.scss */
.popup.type01 article .btnArea .btnBoardList:hover:after {
	width: 100%;
}

/* line 567, scss/common.scss */
.popup.type01 article .close {
	position: absolute;
	top: 0;
	right: -90px;
	width: 50px;
	height: 50px;
	background: url("/assets/images/new_main/common/ico-pop-close02.svg") no-repeat center center;
	background-size: cover;
}

/* line 574, scss/common.scss */
.popup.type01.active {
	display: block;
	z-index:1050;
}

.findAll {
    position: relative;
    font-size: 19px;
    color: #777;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #777;
    padding-left: 35px;
    border: 0;
    background: transparent;
}

