@charset "UTF-8";



@font-face {
font-family: 'Gilroy-Bold ☞';
font-style: normal;
font-weight: normal;
src: local('Gilroy-Bold ☞'), url('Gilroy-Bold.woff') format('woff');
}


@font-face {
font-family: 'Gilroy-Heavy ☞';
font-style: normal;
font-weight: normal;
src: local('Gilroy-Heavy ☞'), url('Gilroy-Heavy.woff') format('woff');
}


@font-face {
font-family: 'Gilroy-Light ☞';
font-style: normal;
font-weight: normal;
src: local('Gilroy-Light ☞'), url('Gilroy-Light.woff') format('woff');
}


@font-face {
font-family: 'Gilroy-Medium ☞';
font-style: normal;
font-weight: normal;
src: local('Gilroy-Medium ☞'), url('Gilroy-Medium.woff') format('woff');
}


@font-face {
font-family: 'Gilroy-Regular ☞';
font-style: normal;
font-weight: normal;
src: local('Gilroy-Regular ☞'), url('Gilroy-Regular.woff') format('woff');
}



* {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: rgba(255,255,255,.5);
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

em, span, address {
	font-style: normal;
}

.ir_so {
	display: none;
	line-height: 0;
}

.clearfix::after, .clearfix::before {
	content: "";
	display: block;
	clear: both;
}

body {
	background: url(../img/bg.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	box-sizing: border-box;
}

#wrap {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 22px 20px 40px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

#header {
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100%;
	height: 8%;
	position: relative;
	grid-gap: 20px;
}

#header .logo {
	flex: 1;
	display: flex;
	justify-content: center;
	min-width: 120px;
}

#header .news {
	font-family: 'Noto Sans KR', sans-serif;
	flex: 10;
	text-align: center;
	letter-spacing: 0.02em;
}

#header .news p.notice {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	font-weight: 500;
}

#header .news p.notice strong {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}

#header .news a {
	color: rgba(255,255,255,.3);
	font-size: 12px;
}

#barMenu {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	width: 40px;
	height: 25px;
	padding-right: 20px;
}

#barMenu .bar {
	width: 25px;
	height: 2.5px;
	border-radius: 2px;
	background-color: #fff;
	position: relative;
}

#barMenu .bar::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 100%;
	height: 2.5px;
	border-radius: 2px;
	background-color: #fff;
	transition: all .3s ease-in;
}

#barMenu .bar::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	width: 100%;
	height: 2.5px;
	border-radius: 2px;
	background-color: #fff;
	transition: all .3s ease-in;
}

#barMenu:hover .bar::before {
	width: 100%;
	opacity: 1;
}

#barMenu:hover .bar::after {
	width: 100%;
	opacity: 1;
}

#barMenu .bar.active {
	width: 100%;
	background-color: transparent;
}

#barMenu .bar.active::before {
	width: 100%;
	transform: rotate(45deg);
	top: 10px;
}

#barMenu .bar.active::after {
	width: 100%;
	transform: rotate(-45deg);
	top: 10px;
}




#contents {
	width: 100%;
	height: 84%;
	display: flex;
	grid-gap: 20px;
	align-items: center;
}

#contents .empty1 {
	flex: 1;
}

#contents .tab_menu {
	display: flex;
	flex-direction: column;
	flex: 10;
}

#contents .empty2 {
	flex: 1;
}

#contents .tab_menu .tab_cont {
	
}

#contents .tab_menu .tab_cont>div {

}

#contents .tab_menu .tab_cont>div>.box1 {
	float: left;
	min-height: 422px;
}

#contents .tab_menu .tab_cont>div>.box2 {
	float: right;
}

#contents .tab_menu .tab_cont>div>.box2 img {
	display: block;
}

#contents .tab_menu .tab_cont>div>.box1>span.releases {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff200;
	margin-bottom: 10px;
}

#contents .tab_menu .tab_cont>div>.box1>h3.title {
	display: block;
	font-size: 97px;
	font-family: 'Gilroy-Light ☞';
	font-style: normal;
	font-weight: normal;
	color: #fff;
	margin-left: -2px;
}

#contents .tab_menu .tab_cont>div>.box1>h3.title strong {
	display: inline-block;
	font-size: 42px;
	font-family: 'Gilroy-Bold ☞';
	font-style: normal;
	font-weight: normal;
	color: white;
}

#contents .tab_menu .tab_cont>div>.box1>em.sub_title {
	display: block;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-top: 15px;
}

#contents .tab_menu .tab_cont>div>.box1>p.desc {
	display: block;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12.5px;
	font-weight: 500;
	margin-top: 30px;
	width: 410px;
	letter-spacing: -0.01em;
	line-height: 1.75;
	word-break: keep-all;
}

#contents .tab_menu .tab_cont>div>.box1>a {
	display: block;
	font-family: 'Noto Sans KR', sans-serif;
	width: 142px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: rgba(255,255,255,.8);
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,.5);
	margin-top: 40px;
	transition: all .25s ease-in-out;
}

#contents .tab_menu .tab_cont>div>.box1>a:hover {
	color: rgb(255,255,255);
	border: 1px solid rgba(255,255,255,8);
}


#contents .tab_menu .tab_cont>.second {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#contents .tab_menu .tab_btn {
	border-top: 1px solid rgba(255,255,255,.2);
}

#contents .tab_menu .tab_btn ul {
	overflow: hidden;
}

#contents .tab_menu .tab_btn ul li {
	float: left;
}

#contents .tab_menu .tab_btn ul li a {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin-right: 70px;
	padding-top: 28px;
	box-sizing: border-box;
	border-top: 3px solid transparent;
}

#contents .tab_menu .tab_btn ul li:last-child a {
	margin-right: 0;
}

#contents .tab_menu .tab_btn ul li a:hover {
	color: #fff;
}

#contents .tab_menu .tab_btn ul li a:hover span {
	color: #fff;
}

#contents .tab_menu .tab_btn ul li.active a, #contents .tab_menu .tab_btn ul li.active a span {
	color: #fff;
}

#contents .tab_menu .tab_btn ul li.active a {
	border-top: 3px solid #fff200;
}

#contents .tab_menu .tab_btn ul li span {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 12px;
}





.pagination {
	display: none;
}


#footer {
	width: 100%;
	height: 8%;
	display: flex;
	flex-direction: row;
	align-items:flex-end;
	font-family: 'Noto Sans KR', sans-serif;
	grid-gap: 20px;
}

#footer .foot1 {
	flex: 2;
	padding-left: 21px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

#footer .empty {
	flex: 6;
}

#footer .foot2 {
	flex: 4;
	text-align: right;
	padding-right: 21px;
	box-sizing: border-box;
}

#footer .foot2 span.nation {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	width: 52px;
	height: 19px;
	text-align: center;
	background-color: rgba(255,255,255,.5);
	margin-bottom: 6px;
	color: #000;
}

#footer .foot2 ul {

}

#footer .foot2 ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-right: 10px;
	letter-spacing: 0.02em;
}

#footer .foot2 ul li:last-child {
	margin-right: 0;
}







#nav {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 22px 20px 40px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	background: url(../img/nav_bg.png) no-repeat center center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
}

#barMenu2 {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	width: 40px;
	height: 25px;
	padding-right: 20px;
}

#barMenu2 .bar {
	width: 25px;
	height: 2.5px;
	border-radius: 2px;
	background-color: transparent;
	position: relative;

}

#barMenu2 .bar::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 100%;
	height: 2.5px;
	border-radius: 2px;
	background-color: #fff;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

#barMenu2 .bar::after {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 100%;
	height: 2.5px;
	border-radius: 2px;
	background-color: #fff;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

#navigation {
	width: 100%;
	height: 84%;
	display: flex;
	grid-gap: 20px;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

#navigation .nav {}

#navigation .nav>ul {}

#navigation .nav>ul>li {
	display: block;
	position: relative;
/*	margin-right: 662px;*/
	transition: all .5s ease-in-out;
	text-align: center;
}

#navigation .nav>ul>li>a {
	display: block;
	font-family: 'Gilroy-Bold ☞';
	font-size: 42px;
	padding: 26px 0;
}

#navigation .nav>ul>li>a:hover {
	color: #fff;
}

#navigation .nav>ul>li>.submenu {
	width: 480px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	display: none;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
}

#navigation .nav>ul>li>.submenu>li {
	display: inline-block;
	text-align: center;	
}

#navigation .nav>ul>li>.submenu>li>a {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	height: 60px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

#navigation .nav>ul>li>.submenu>li>a:hover {
	color: #fff;
	font-weight: 700;
}













@media (max-width:1910px){
	
	#contents .empty1 {
		flex: 0;
	}
	
	#contents .empty2 {
		flex: 0;
	}
	
}


@media (max-width:1400px){
	
	#contents .tab_menu .tab_cont>div>.box1>h3.title {
		font-size: 72px;
	}
		
}


@media (max-width:1240px){
	
	#contents .tab_menu .tab_cont>div>.box1>h3.title {
		font-size: 62px;
	}
	
	#contents .tab_menu .tab_cont>div>.box1>h3.title strong {
		font-size: 30px;
	}
	
}


@media (max-width:1200px){
	
	#contents .tab_menu .tab_cont>div {
		position: relative;
	}
	
	#contents .tab_menu .tab_cont>div>.box1 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	
	#contents .tab_menu .tab_cont>div>.box2 {
		min-height: 520px;
	}
	
	#contents .tab_menu .tab_cont>div>.box2 img {
		max-height: 520px;
		margin-top: 100px;
	}
	
	#footer .foot1 {
		flex: 1;
	}
	
	#footer .empty {
		flex: 0;
	}
	
	#footer .foot2 {
		flex: 1;
	}
	
}


@media (max-width:1200px){
	
	#contents .tab_menu .tab_cont>div>.box1>p.desc {
		width: 400px;
	}
	
	#contents .tab_menu .tab_cont>.first>.box2 {
		background: url(../img/iphone_12_m.png) no-repeat center bottom;
		width: 416px;
		height: 280px;
	}
	
	#contents .tab_menu .tab_cont>.second {
		display: flex;
		justify-content: flex-end;
	}
	
	#contents .tab_menu .tab_cont>.second>.box2 {
		background: url(../img/iphone_12pro_m.png) no-repeat center bottom;
		width: 416px;
		height: 280px;
	}
	
	#contents .tab_menu .tab_cont>.third>.box2 {
		background: url(../img/iphone_watch_m.png) no-repeat center bottom;
		width: 340px;
		height: 280px;
	}
	
	#contents .tab_menu .tab_cont>.fourth>.box2 {
		background: url(../img/hero_ipad__dcl4f57uv16q_medium_m.png) no-repeat center bottom;
		width: 410px;
		height: 280px;
	}
	
	#contents .tab_menu .tab_cont>.fifth>.box2 {
		background: url(../img/macos__3zitq287xeae_large_2x_m.png) no-repeat center bottom;
		width: 370px;
		height: 280px;
	}
	
	#contents .tab_menu .tab_cont>div>.box2 img {
		display: none;
	}
	
}


@media (max-width:885px){
	
	#header .news p.notice, #header .news a {
		display: none;
	}
	
	#contents .tab_menu .tab_btn ul li a {
		margin-right: 30px;
	}
	
	#contents .tab_menu .tab_btn ul li span {
		display: none;
	}
	
}


@media (max-width:800px){
	
	#contents .tab_menu .tab_cont>div>.box1>p.desc {
		width: 100%;
		margin-top: 20px;
	}
	
	#contents .tab_menu .tab_cont>div>.box1>a {
		margin-top: 30px;
	}
	
	#footer .foot1 {
		flex: 2;
	}
	
	#footer .foot2 {
		flex: 4;
	}
	
}



@media (max-width:680px){
	
	#contents .tab_menu .tab_cont>div>.box1>h3.title {
		font-size: 50px;
		margin-left: 0;
	}
	
	#contents .tab_menu .tab_cont>div>.box1>h3.title strong {
		display: inline-block;
		font-size: 24px;
	}
	
	#contents .tab_menu .tab_cont>.first>.box2 {
		background: url(../img/iphone_12_m2.png) no-repeat center bottom;
		width: 327px;
		height: 220px;
	}
	
	#contents .tab_menu .tab_cont>.second>.box2 {
		background: url(../img/iphone_12pro_m2.png) no-repeat center bottom;
		width: 327px;
		height: 220px;
	}
	
	#contents .tab_menu .tab_cont>.third>.box2 {
		background: url(../img/iphone_watch_m2.png) no-repeat center bottom;
		width: 267px;
		height: 220px;
	}
	
	#contents .tab_menu .tab_cont>.fourth>.box2 {
		background: url(../img/hero_ipad__dcl4f57uv16q_medium_m2.png) no-repeat center bottom;
		width: 319px;
		height: 220px;
	}
	
	#contents .tab_menu .tab_cont>.fifth>.box2 {
		background: url(../img/macos__3zitq287xeae_large_2x_m2.png) no-repeat center bottom;
		width: 291px;
		height: 220px;
	}
	
	#footer .foot1 {
		flex: 1;
	}
	
	#footer .foot2 {
		flex: 1;
	}
	
	#footer .foot2 ul li:first-child {
		display: none;
	}
	
}


@media (max-width:600px){
	
	#contents .tab_menu .tab_cont>div>.box1>p.desc {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
				-webkit-box-orient:vertical;
				-webkit-line-clamp:3;
	}
	
	#contents .tab_menu .tab_btn ul li a {
		margin-right: 20px;
	}
	
	#navigation .nav>ul>li>a {
		font-size: 32px;
	}
	
}



@media (max-width:525px){

	#contents .tab_menu .tab_btn ul li span {
		display: inline-block;
	}
	
	#contents .tab_menu .tab_btn ul li a {
		display: none;
	}
	
	.pagination {
		display: inline-block;
		text-align: right;
		margin-top: 10px;
		font-size: 12px;
	}
	
	.swiper-pagination-fraction .swiper-pagination-current, .swiper-pagination-fraction .swiper-pagination-total {
		font-size: 14px;
	}
	
}



@media (max-width:500px){
	
	#contents .tab_menu .tab_cont>div>.box1>h3.title {
		font-size: 40px;
	}
	
	#contents .tab_menu .tab_cont>div>.box1>h3.title strong {
		display: inline-block;
	}
	
	#footer {
		display: flex;		
	}
	
	#footer .foot1 {
		display: none;
	}
	
	#footer .foot2 {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	
	#footer .foot2 {
		overflow: hidden;
	}
	
	#footer .foot2 span.nation {
		float: left;
		margin-bottom: 0;
	}
	
	#footer .foot2 ul {
		float: right;	
	}
	
	#footer .foot2 ul li:last-child {
		margin-right: 20px;
		vertical-align: 3px;
	}
	
}


@media (max-width:480px){
	
	#contents .tab_menu .tab_cont>div {
		text-align: center;
	}
	
	#contents .tab_menu .tab_cont>div>.box1 {
		display: inline-block;
		width: 90%;
		margin: 0 5%;
	}
	
	#contents .tab_menu .tab_cont>div>.box1>p.desc {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
				-webkit-box-orient:vertical;
				-webkit-line-clamp:5;
	}
	
	#contents .tab_menu .tab_cont>div>.box1 {
		text-align: center;
	}
	
	#contents .tab_menu .tab_cont>div>.box1>a {
		margin-top: 20px;
		text-align: center;
		display: inline-block;
	}
	
	#contents .tab_menu .tab_cont>div>.box2 {
		min-height: 420px;
		opacity: 0.3;
	}
	
}

@media (max-width:450px){
	
	#wrap {
		padding: 12px 12px 30px;
	}
	
	#nav {
		padding: 12px 12px 30px;
	}
	
	#navigation .nav>ul>li>.submenu>li>a {
		padding: 20px 10px;
	}
	
}