@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

@font-face {
	font-family: "TT Commons Pro";
	src:
		url("/fonts/TT_Commons_Pro_Regular.woff2") format("woff2"),
		url("/fonts/TT_Commons_Pro_Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "TT Commons Pro";
	src:
		url("/fonts/TT_Commons_Pro_Medium.woff2") format("woff2"),
		url("/fonts/TT_Commons_Pro_Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "TT Commons Pro";
	src:
		url("/fonts/TT_Commons_Pro_Bold.woff2") format("woff2"),
		url("/fonts/TT_Commons_Pro_Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*Common*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	word-break: keep-all;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li,
dt,
dd,
a,
p,
input,
textarea,
select,
option,
button {
	color: #555;
	font-family: "TT Commons Pro", "pretendard", "돋움", dotum, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
img,
fieldset,
iframe {
	border: 0 none;
}
ul,
ol,
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
img,
input,
select,
textarea {
	vertical-align: middle;
}
a {
	color: #7d7d7d;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #333;
	text-decoration: none;
}
button,
label {
	cursor: pointer;
	_cursor/**/: hand;
}
button * {
	position: relative;
}
textarea {
	overflow: auto;
}
option {
	padding-right: 6px;
}
.input_text,
textarea {
	margin: -1px 0;
	padding-right: 1px;
}
.input_check,
.input_radio {
	width: 13px;
	height: 13px;
}
.blind,
legend,
caption {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
hr {
	display: none;
}
legend {
	width: 0;
}
:root legend {
	margin-top: -1px;
	font-size: 0;
	line-height: 0;
}
caption {
	line-height: 0;
}
img {
	max-width: 100%;
}
.viewCon a {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

/*test*/
.test1 {
	border: 1px solid red;
}
.test2 {
	background: #4f7beb;
}

.font1 {
	font-family: "Noto Sans KR";
}
.font2 {
	font-family: "Montserrat";
}

/*로딩 이미지*/
#loading_img {
	text-align: center;
	display: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

/* popup */
.pop_today_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}
.pop_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}

@media (max-width: 767px) {
	/* 메인 레이어 팝업 */
	.main_layer_popup {
		width: 96% !important;
		left: 50% !important;
		top: 50px !important;
		transform: translateX(-50%);
	}
	.main_layer_popup .popupContent {
		height: 100% !important;
	}
	.main_layer_popup img {
		width: 100%;
	}
}

#wrap {
	overflow: hidden;
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1000;
	transition: all 0.3s;
}
header .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 3%;
	height: 100%;
}
header .head .area {
	display: flex;
	align-items: center;
	gap: 80px;
}
header .head .area h1 {
}
header .head .area h1 a {
	display: block;
	width: 200px;
	height: 40px;
	background: url(../images/common/logo1.png) no-repeat center center / cover;
	text-indent: -9999px;
}
header .head .btnMenu {
	position: relative;
	padding-left: 68px;
}
header .head .btnMenu .icon {
	position: absolute;
	left: 0;
	top: -13px;
	width: 50px;
	height: 50px;
	margin-top: 3px;
	padding: 19px 0;
	border-radius: 50%;
	transition: all 0.24s;
}
header .head .btnMenu .icon > div {
	width: 100%;
	height: 2px;
	background: #000;
	margin-bottom: 6px;
	transition: all 0.24s;
}
header .head .btnMenu .icon > div:last-child {
	margin-bottom: 0;
}
header .head .btnMenu .txt {
	font-size: var(--font-size-24);
	font-weight: 500;
	color: #000;
}
header .head .btnLanguage {
	position: relative;
}
header .head .btnLanguage > a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/images/common/btn_language.png) no-repeat center / cover;
}
header .head .btnLanguage > ul {
	display: none;
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	width: 64px;
	transform: translateX(-50%);
}

header .head .btnLanguage > ul > li {
	margin-bottom: 4px;
}
header .head .btnLanguage > ul > li > a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 12px;
	font-weight: 500;
	color: #666;
	transition: all 0.3s;
	height: 34px;
	line-height: 34px;
}
header .head .btnLanguage > ul > li > a:hover {
	color: #fff;
	background-color: #ff4134;
}

header .head .btnMenu:hover .icon {
	background: #000;
	padding: 19px 10px;
}
header .head .btnMenu:hover .icon > div {
	background: #fff;
}

header.nav-up {
	transform: translateY(-100%);
}
header.scroll {
	background: #ff4134;
}

/**/
.allMenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: #fff;
	transition: all 0.6s;
}
.allMenu.open {
	visibility: visible;
	opacity: 1;
}
.allMenu .bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(/images/common/all_bg.png) no-repeat right / cover;
}
.allMenu .btnCloseAll {
	position: absolute;
	right: 3%;
	top: 40px;
	z-index: 1000;
}
.allMenu .btnCloseAll img {
	height: 37px;
}
.allMenu .menuWrap {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 6%;
}
.allMenu .menuWrap > ul {
	width: 100%;
}
.allMenu .menuWrap > ul > li {
	position: relative;
	width: 50%;
}
.allMenu .menuWrap > ul > li:after {
	display: block;
	content: "";
	width: 5vw;
	height: 1px;
	background: #ff4134;
	position: absolute;
	right: 0;
	top: 50%;
	transform-origin: right;
	transform: scaleX(0);
	transition: all 0.4s;
}
.allMenu .menuWrap > ul > li > a {
	display: block;
	font-size: var(--font-size-120);
	color: #d9d9d9;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1em;
	transition: all 0.4s;
}
.allMenu .menuWrap > ul > li > ul {
	display: flex;
	gap: 40px;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 100%;
	padding: 0 15%;
	transform: translateY(-50%);
}
.allMenu .menuWrap > ul > li > ul:before {
	display: block;
	content: "";
	width: 5vw;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform-origin: left;
	transform: scaleX(0);
	transition: all 0.4s;
}
.allMenu .menuWrap > ul > li > ul > li {}
.allMenu .menuWrap > ul > li > ul > li > a {
	position: relative;
	font-size: var(--font-size-22);
	color: #fff;
}
.allMenu .menuWrap > ul > li > ul > li > a:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	transform: scaleX(0);
	transition: all 0.4s;
}
.allMenu .menuWrap > ul > li > ul > li:hover > a:after {
	transform: scaleX(1);
}

.allMenu .menuWrap > ul > li:hover:after {
	transform: scaleX(1);
}
.allMenu .menuWrap > ul > li:hover > a {
	color: #ff4134;
}
.allMenu .menuWrap > ul > li:hover > ul:before {
	transform: scaleX(1);
}

/* footer */
footer {
	padding: 64px 3%;
	background: #000;
}
footer .foot {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
footer .foot h1 {
	position: absolute;
	left: 0;
	top: 0;
}
footer .foot h1 img {
	height: 40px;
}
footer .foot .info {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
}
footer .foot .info dl {
	width: 250px;
}
footer .foot .info dl dt {
	font-size: var(--font-size-19);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
footer .foot .info dl dd {
	margin-top: 10px;
	font-size: var(--font-size-19);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	line-height: 150%;
}
footer .foot .info dl dd a {
	font-size: var(--font-size-19);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	line-height: 150%;
}
footer .foot .info dl dd img {
	height: 22px;
	margin-right: 3px;
}
footer .foot .copy {
	padding-top: 58px;
	font-size: var(--font-size-16);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	line-height: 150%;
}
footer .foot .footMenu {
	display: flex;
	width: 100%;
	margin-top: 55px;
}
footer .foot .footMenu li {
	position: relative;
	padding-right: 13px;
	margin-right: 13px;
}
footer .foot .footMenu li:after {
	display: block;
	content: "";
	width: 1px;
	height: 13px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
footer .foot .footMenu li:last-child:after {
	display: none;
}
footer .foot .footMenu li a {
	font-size: var(--font-size-16);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}

@media (max-width: 1399px) {
	.allMenu .bg {
		width: 100%;
	}
	.allMenu .menuWrap > ul > li {
		width: 100%;
	}
	.allMenu .menuWrap > ul > li:hover > a {
		color: #fff;
	}
	.allMenu .menuWrap > ul > li > ul {
		display: none;
		gap: 0px;
		position: static;
		width: 100%;
		padding: 0;margin-top:10px;
		transform: translateY(0%);
	}	
	.allMenu .menuWrap > ul > li > ul:before {
		display: none;
	}
	.allMenu .menuWrap > ul > li > ul > li {margin-bottom:10px;}
	.allMenu .menuWrap > ul > li > ul > li > a{font-size:20px;}

	footer .foot {
		display: block;
	}
	footer .foot h1 {
		position: static;
	}
	footer .foot .info {
		justify-content: flex-start;
		margin-top: 40px;
	}
	footer .foot .copy {
		padding-top: 40px;
	}
	footer .foot .footMenu {
		margin-top: 40px;
	}
}
@media (max-width: 812px) {
	header{height:80px;}
	header .head .area {
		width: calc(100% - 48px);
		gap: 20px;
		justify-content: flex-start;
	}
	header .head .area h1 a {
		width: 140px;
		background-size: contain;
		background-position: left;
	}
	header .head .btnMenu {
		padding-left:0px;
	}
	header .head .btnMenu .icon {
		width: 40px;
		height: 40px;
		margin:0;
		padding: 10px 0;
	}
	header .head .btnMenu .txt {
		display:none;
		font-size: var(--font-size-20);
	}
	header .head .btnMenu:hover .icon {
		background: #000;
		padding: 15px 10px;
	}
	header .head .btnLanguage a {
		width: 28px;
		height: 28px;
	}

	.allMenu .menuWrap > ul > li > a {
		font-size: var(--font-size-70);
	}

	footer .foot h1 img {
		height: 30px;
	}
	footer .foot .info {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		margin-top: 40px;
	}
	footer .foot .info dl {
		width: 50%;
		margin-top: 20px;
	}
	footer .foot .info dl dt {
		font-size: var(--font-size-16);
	}
	footer .foot .info dl dd {
		font-size: var(--font-size-16);
	}
	footer .foot .copy {
		padding-top: 40px;
	}
	footer .foot .footMenu {
		margin-top: 40px;
	}
}

/* insight red ball 미세조정  */
:root {
	--ball-x-offset: 0px;
	--ball-y-offset: 0px;
}
@media (max-width: 812px) {
	:root {
		--ball-x-offset: 0px;
		--ball-y-offset: 7px;
	}
}
@media (min-width: 813px) and (max-width: 1000px) {
	:root {
		--ball-x-offset: 11px;
		--ball-y-offset: 6px;
	}
}
@media (min-width: 1001px) and (max-width: 1399px) {
	:root {
		--ball-x-offset: 11px;
		--ball-y-offset: 8px;
	}
}
@media (min-width: 1400px) {
	:root {
		--ball-x-offset: 10px;
		--ball-y-offset: 4px;
	}
}

.top_btn{
	position: fixed;
	right: 2%;
	top: 18%;
	width:100px;aspect-ratio:1/1;
	border-radius:50%;
	cursor: pointer;
	z-index: 100;
	background:url(/images/common/top_btn.png) no-repeat center / cover;
	transition:all 0.24s;
}
.top_btn:hover{
	background:url(/images/common/top_btn_hover.png) no-repeat center / cover;
}
.top_btn.scroll{top: 11.5%;}

@media (max-width:1399px) {
	.top_btn {
		width: 80px;
	}
}

@media (max-width: 812px) {
	.top_btn {
		width: 60px;
	}
}
