* {
    outline: 0;
    margin: 0;
    padding: 0;
	font-family: 'Pretendard', 'Product Sans', 'Noto Sans', 'Apple SD Gothic Neo', 나눔고딕, NanumGothic, '맑은 고딕', 'Malgun Gothic', '애플 SD 산돌고딕 Neo', Ngothic, sans-serif;
}

a, u {
    text-decoration: none;
}

body {
	margin: auto;
}

ol, ul {
    list-style: none;
}

#main {
	height: calc(100vh - 56px);
}

#header_white.top_white {
	height: 52px;
	line-height: 52px;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-sizing: border-box;
	padding: 0 16px;
	z-index: 1000;
	background: #fff;
	display: none;
}

#header.top {
	height: 52px;
	line-height: 52px;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.2);
	box-sizing: border-box;
	padding: 0 16px;
	z-index: 999;
}

.header_group {
	margin: auto;
	overflow: hidden;
	display: block;
	height: 52px;
	max-width: 768px;
}

.header_group.terms {
	margin: auto;
	overflow: hidden;
	display: block;
	height: 52px;
	max-width: 100%;
}

#header .right {
	display: inline-block;
	float: right;
}

#header .logo {
	display: inline;
	margin: auto;
	float: left;
}

#header_white .right {
	display: inline-block;
	float: right;
}

#header_white .logo {
	display: inline;
	margin: auto;
	float: left;
}

.logo .symbol {
	display: inline-block;
}
.logo .logotype {
	display: inline-block;
}

@media only screen and (max-width: 768px) {
.logo .logotype {
	display: none;
}
}

.logo .symbol img {
	width: 40px;
	height: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

.logo .logotype img {
	width: auto;
	height: 32px;
	margin: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
	padding-left: 46px;
	padding-bottom: 1px;
}

.menu {
	float: right;
	height: 52px;
	color: #fff;
	padding-right: 16px;
	font-weight: 300;
}

#header_white .menu {
	color: #666;
}

#header_white ul.menu a {
	text-decoration: none;
	color: #666;
}

#header ul.menu a {
	text-decoration: none;
	color: #fff;
}

li.cell {
	font-size: 15px;
    list-style: none;
    display: inline-block;
    margin-left: 18px;
    cursor: pointer;
    line-height: 16px;
	line-height: 52px;
	
}

li.cell.bold {
	font-weight: 700;
	
}


.intro {
    height: 100vh;
    position: relative;
    background-image: url(../images/bg_pc.jpg);
    background-size: cover;
    background-position: center;
	color: #454F5D;
    overflow: hidden;
	display: block;
}

.intro.careers {
    height: calc(100vh*0.5);
    position: relative;
    background-image: url(../images/bg_career_pc.jpg);
    background-size: cover;
    background-position: center;
	color: #454F5D;
    overflow: hidden;
	display: block;
}


@media only screen and (max-width: 768px) {
.intro {
    background-image: url(../images/bg_mobile.jpg);
	height: calc(100vh - 56px);
}

	
.intro.careers {
    background-image: url(../images/bg_career_mobile.jpg);
	height: 100vh;
}	
}

.down_btn {
	display: none;
	position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
	border-top: 1px solid #00a7e5;
    color: white;
    z-index: 100;
    background-color: #2BC6FF;
    font-size: 20px;
    padding: 18px 0;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
	animation: MoveUpDown 4s linear infinite;
	font-weight: 400;
}

@media all and (min-width: 769px) and (max-width: 4000px) {
.down_btn {
    display: none!important;
}
}

.intro .bottom_blank {
	 width: 100%;
    height: 148px;
    position: absolute;
    bottom: 0;
}

.intro .arrow_back .text_layout {
    position: absolute;
    top: 114px;
	width: 100%;
 	
}

.intro .arrow_back .text_layout.careers {
    position: absolute;
    top: 88px;
	max-width: 768px;
	margin: auto;
	padding: 0px;
	text-align: left;
 	
}

@media only screen and (max-width: 768px) {
.intro .arrow_back .text_layout {
	top: 15%;
	width: inherit;
    margin-top: 0px;
	position: absolute;
}
	
	.intro .arrow_back .text_layout.careers {
	top: 84px;
	width: inherit;
    margin-top: 0px;
		padding: 0px;
	position: absolute;
	text-align: left;
}
}



.intro .arrow_back .text_layout h1 {
    width: 100%;
	max-width: 768px;
    margin: 0 auto;
	font-weight: 700;
    color: white;
	font-size: 46px;
	line-height: 60px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.intro .arrow_back .text_layout h1 span {
    width: 100%;
	max-width: 768px;
    margin: 0 auto;
	font-weight: 400;
    color: white;
	font-size: 46px;
}

.intro .arrow_back .text_layout.careers h1 {
    width: 100%;
    text-align: left;
    margin: 0 auto;
	font-weight: 700;
    color: white;
	font-size: 34px;
	line-height: 46px;
}

@media only screen and (max-width: 768px) {
.intro .arrow_back .text_layout h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-shadow: none;

}
	
	.intro .arrow_back .text_layout h1 span {
	font-size: 32px;
	font-weight: 400;

}
	
	.intro .arrow_back .text_layout.careers h1 {
	font-size: 26px;
		line-height: 34px;
	font-weight: 400;
	text-align: left;

}

}

@media only screen and (max-width: 320px) {
.intro .arrow_back .text_layout h1 {
	font-size: 26px;
	font-weight: 400;
text-shadow: 0px 0px 20px rgba(0,0,0,0.0);

}
}


.intro .arrow_back {
	max-width: 1024px;
    width: 100%;

}

.intro .arrow_back.careers {
	max-width: 768px;
    width: 100%;
	left: 0;
	right: 0;
	padding: 0px 16px;
	margin: auto;

}


@media only screen and (max-width: 768px) {
.intro .arrow_back {
    padding: 0;
    width: 100%;
    text-align: center;

}
	
	.intro .arrow_back.careers {
    padding: 0px 16px;
    width: 100%;
    text-align: center;

}
}

.down_layout {
	width: 100%;
	top: 330px;
	position: absolute;
}

.down_group {
	width: 100%;
	margin: auto;
	max-width: 768px;
}




.arrow {
	width: 100%;
	text-align: center;
	bottom: 2%;
	position: absolute;
	margin: auto;
	background-color: transparent;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.arrow.careers {
	max-width: 768px;
	text-align: center;
	bottom: 12px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	background-color: transparent;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.arrow.careers p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	opacity: 0.7;
}

.arrow img {
	height: 52px;
	width: auto;
}



@media only screen and (max-width: 768px) {

	.down_layout {
		top: inherit;
    position: inherit;
		width: 100%;
	}

.down_group {

    position: absolute;
    margin: auto;
	top:inherit;
	bottom: 10%;

}
	
.arrow.careers {
	bottom: 86px;
}
	
}

.down_group .google {
	display: inline-block;
}

.down_group .appstore {
	display: inline-block;
}

.google img {
	height: 50px;
	width: auto;
}

.appstore img {
	height: 50px;
	width: auto;
}

@media only screen and (max-width: 768px) {
.down_group .google {
    display: none;

}
	
	.down_group .appstore {
    display: none;

}
}

.down_group .down_top {
	display: none;
	line-height: 54px;
    border-radius: 54px;
	border: 1px solid #00a7e5;
    color: white;
    z-index: 100;
    background-color: #2BC6FF;
    font-size: 20px;
    padding: 0 40px 0 24px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
	font-weight: 400;
}

@media only screen and (max-width: 768px) {
.down_group .down_top {
    display: inline-block;

}
	
}

.down_group .down_top span {
	background: url("../images/icon_down.svg") no-repeat;
	display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
	opacity: 0.7;
	padding-top: 2px;
	padding-left: 12px;
    margin: auto;
	vertical-align: middle;
}
	

.page {
		
	text-align: center;
	margin: auto;
	color: #232323;
		
}
	
.page .contents_group {
	
	font-size: 40px;
	line-height: 48px;
	padding-top: 84px;
	font-weight: 300;

}

.page .contents_group strong {
	
		font-weight: 700;

}

.check_text strong {
	font-weight: 400!important;
}

.page .contents_group.only {
	
	font-size: 40px;
	line-height: 48px;
	padding-top: 84px;
	padding-bottom: 46px;
	font-weight: 300;

}



.page .img_group {
	display: inline-grid;
}
	
.page .img_group img {
	width: 360px;
	height: auto;
	-webkit-box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.2);
	z-index: 10;
		
}

.page .img_group img.first {

   margin-bottom: 16px;
}

.page .img_group img.first_noshadow {

   margin-bottom: 16px;
	-webkit-box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.0);
	box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.0);
}

.page .img_group img.bg_noshadow {

	-webkit-box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.0);
	box-shadow: 0px 10px 92px -26px rgba(0,0,0,0.0);
}

.check_text {
	padding-top: 32px;
	padding-bottom: 24px;
	margin: auto;
}

.check_text.ios {
	padding-top: 16px;
	padding-bottom: 0px;
	margin: auto;
}

.check_text .checktext {
	display: inline-block;
	font-size: 16px;
	line-height: 22x;
}
.check_text .linetext {
	display: block;
	line-height: 22px;
	font-size: 16px;
	margin: auto;
}
.check_text .linetext.second {
	padding-bottom: 8px;
}

.check_text .gray {
	display: block;
	line-height: 17px;
	color: #aaa;
	font-size: 13px;
	margin: auto;
}

.check_text .checktext.left {
	margin-right: 24px;
}

.check_text .checktext span {
	
	background: url("../images/icon_check_green.svg") no-repeat;
	display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
	padding-top: 5px;
	padding-left: 6px;
    margin: auto;
	vertical-align: middle;
}


.page .img_group img.mobile {
	display: none;
}

.page .img_group img.pc_first {
	margin-right: 200px;
    display: inline-block;
}

.pc_img_group {
	text-align: center;
    display: inline-block;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 70px;
}

.page .img_group img.pc_second {
	margin-left: 200px;
    display: inline-block;
}


.bottom_down_box {
	max-width: 768px;
	padding: 32px 16px;
	text-align: left;
	display: block;
	margin: auto;
	position: relative;
}

.down_group_bottom {
	display: inline-block;
	text-align: right;
	top: 36px;
	position: absolute;
	right: 0;
	margin: auto;
}

.down_group_bottom .google {
	display: inline-block;
	margin-right: 8px;
}

.down_group_bottom .appstore {
	display: inline-block;
}

.section_sub {
	font-size: 22px;
	line-height: 30px;
	margin: auto;
	padding-bottom: 8px;
}

.bottom_down_box .section_title {
	font-size: 24px;
	display: inline-block;
		font-weight: 400;
}
.bottom_down_box .section_title span {
	font-size: 16px;
	display: block;
	padding-top: 8px;
	color: #666;
		font-weight: 300;
}

#section01 {
	z-index: 11;
	background-color: #fff;
	position: relative;
}

#section02 {
	z-index: 22;
	background-color: #f4f8fa;
	position: relative;
	margin-top: -6px
}

#section03 {
	z-index: 33;
	background-color: #fff;
	position: relative;
	margin-top: -6px
}

#section04 {
	z-index: 44;
	background-color: #f4f8fa;
	position: relative;
	margin-top: -6px
}

#section05 {
	z-index: 55;
	background-color: #fff;
	position: relative;
	margin-top: -6px
}

#section06 {
	z-index: 66;
	background-color: #f4f8fa;
	position: relative;
	margin-top: -6px
}

#section07 {
	z-index: 77;
	background-color: #ffffff;
	position: relative;
	margin-top: -6px
}

#section08 {
	z-index: 88;
	background-color: #f4f8fa;
	position: relative;
	margin-top: -6px
}

#section09 {
	z-index: 99;
	background-color: #f3f3f3;
	position: relative;
	margin-top: -6px
}

#section10 {
	z-index: 111;
	background-color: #fff;
	position: relative;
	margin-top: -6px;
	display: block;
}

#section11 {
	z-index: 222;
	position: relative;
	margin-top: -6px;
	display: block;
}

.footer {
	background-color: #fafafa;
}

.footer_box {
	max-width: 768px;
	padding: 46px 16px 80px;
    text-align: left;
    display: block;
    margin: auto;
    position: relative;
	
}

.ul_footer {
	display: table;
    width: 100%;
}

.footer_box h1 {
	font-size:16px;
	line-height: 20px;
		font-weight: 700;
	padding-bottom: 12px;
}

.footer_box p {
	font-size:14px;
	line-height: 23px;
		font-weight: 300;
}

.footer_box .number {
	font-size: 13px;
	line-height: 19px;
	margin-top: 14px;
	color: #666;
	font-weight: 300;
}

.footer_box span {
	margin-left: 8px;
	margin-right: 8px;
	color: #ccc;
}

.footer_box .li_divide {
	display: table-cell;
    white-space: nowrap;
	vertical-align: top;
}

.footer_box .li_text_group {
	display: inline-block;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
	
}

.footer_box .li_text_group a {
	text-decoration: none;
		color: #2c2c2c;
	
}


@media only screen and (max-width: 768px) {

	
	
	
.footer_box {
	padding: 24px 16px 92px;
    text-align: left;
    display: block;
    margin: auto;
    position: relative;
	
}

.footer_box .li_divide {
	display: block;
    white-space: nowrap;
	vertical-align: top;
	margin-top: 36px;
}		
	
.footer_box .li_divide.first {
	display: block;
    white-space: nowrap;
	vertical-align: top;
	margin-top: 8px;
}	
	
.page .img_group img {
    width: 290px;
	margin: auto

}
	
	
.page .img_group img.first {
	margin-bottom: 12px;		
}
	
.page .img_group img.mobile {
			display: block;
	margin-bottom: 12px;		
}
	
.pc_img_group {
	display: none;
}	
	
.page .contents_group {
	
	font-size: 32px;
	line-height: 38px;
	padding-top: 70px;
	font-weight: 300;

}
	
	.page .contents_group.only {
	
	font-size: 32px;
	line-height: 38px;
	padding-top: 70px;
	padding-bottom: 32px;
		font-weight: 300;

}
	
.check_text {
	padding-top: 26px;
	padding-bottom: 18px;
	margin: auto;
}
	
}


.full_text {
	padding: 32px 16px 70px;
}

.full_text .group {
	margin-top: 16px;
	margin-bottom: 16px;
}

.full_text h1 {
	font-size: 26px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.full_text h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-top: 24px;
}

.full_text h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-top: 32px;
	margin-bottom: 12px;
    font-weight: normal;
}

.full_text h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	margin-top: 16px;
}

.full_text p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	margin-top: 12px;
}

.full_text ul {
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	margin-left:24px;
	padding: 12px 0px;
}

.full_text li {
	padding-top: 8px;
}


.career_page {
		
	margin: auto;
	color: #232323;
		
}
	
.career_page .contents_group {
	text-align: left;	
	padding-top: 32px;
	max-width: 768px;
	left: 0;
	right: 0;
	margin: auto;
}

.career_page .contents_group.sec02 {
	text-align: left;	
	padding-top: 38px;
	padding-bottom: 16px;
	max-width: 768px;
	left: 0;
	right: 0;
	margin: auto;
}

.career_page .contents_group.sec03 {
	text-align: left;	
	padding-top: 16px;
	padding-bottom: 42px;
	max-width: 768px;
	left: 0;
	right: 0;
	margin: auto;
}

.career_page .contents_group.sec04 {
	text-align: left;	
	padding-top: 42px;
	padding-bottom: 42px;
	max-width: 768px;
	left: 0;
	right: 0;
	margin: auto;
}

.career_page .contents_group .section_title {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
	text-align: left;	
	font-size: 18px;
	font-weight: 700;
}

.career_page .contents_group .section_map {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
}

.career_page .contents_group .section_map img {
	width: 100%;
	height: auto;
}

.career_page .contents_group .section_dsc {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
	text-align: left;	
	font-size: 18px;
	font-weight: 700;
}

.career_page .contents_group .section_title span {
	color: #2BC6FF;
	margin-right: 3px;
}

.career_page .contents_group .career_list {
	padding: 32px 16px 0px;
	position: relative;

}

.career_page .contents_group .career_list .career_title {
	text-align: left;	
	font-size: 32px;
	line-height: 42px;
	font-weight: 300;
	padding-right: 72px;
	color: #2c2c2c;
}

.career_page .contents_group .career_list .career_dsc {
	text-align: left;	
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	padding-top: 12px;
	padding-right: 72px;
	color: #666;
}
.career_page .contents_group .section_dsc span {
	text-align: left;	
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #666;
}

.career_page .contents_group .section_dsc .career_dsc li{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	padding-bottom: 6px;
}

.career_page .contents_group .career_list .career_line {
	height: 1px;
	background-color: #ddd;
	margin-top: 32px;
}

.career_page .contents_group .career_list .career_line.end {
	height: 1px;
	background-color: #fff;
	margin-top: 32px;
}

.career_page .contents_group .career_list .career_img {
	position: absolute;
	display: block;
	right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.career_page .contents_group .career_list .career_img img {

	height: 52px;
	width: auto;
	margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

#career01 {
	z-index: 11;
	background-color: #fff;
	position: relative;
}

#career02 {
	z-index: 12;
	background-color: #f7f7f7;
	position: relative;
}

#career03 {
	z-index: 12;
	background-color: #fff;
	position: relative;
}

#career00 {
	z-index: 77;
	background-color: #f7f7f7;
	position: relative;
	margin-top: -6px;
	display: block;
}

/* 와이드 화면 대응 */


@media only screen and (min-aspect-ratio: 2/1) {
.intro {
    background-image: url(../images/bg_pc_wide.jpg);
	height: 100vh;
}
	
.intro .arrow_back .text_layout {
    position: absolute;
    top: 96px;
	width: 100%;
 	
}

	.down_layout {
	width: 100%;
top: 300px;
	position: absolute;
}
	
	.down_group {
	width: 100%;
max-width: 768px;
	margin: auto;
}
	
}