@charset "UTF-8";
/*======================================
	Reset
======================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul, dl, li {
	list-style: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-bottom: 0;
	padding-inline-start: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}

i, em, address {
	font-style: normal;
	font-weight: normal;
}

input, textarea, select, button {
	vertical-align: middle;
}

/* ==========================================================================
   DEOTIS Common CSS - 모든 페이지 공통 스타일 (기존 style.css 기반)
   ========================================================================== */
/* 웹폰트_나눔체 START */
@font-face {
	font-family: "NanumGothic"; /*나눔고딕*/
	src: url("../font/NanumGothic.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "NanumGothicBold";
	src: url("../font/NanumGothicBold.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}
/* 웹폰트_Pretendard START */
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Regular.woff2") format("woff2"), url("/fonts/Pretendard-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
/* CSS 변수 정의 */
:root {
	--primary-color: #E31F41;
	--secondary-color: #1A1A2E;
	--accent-color: #00F5FF;
	--text-primary: #333333;
	--text-secondary: #666666;
	--text-light: #FFFFFF;
	--bg-primary: #FFFFFF;
	--bg-secondary: #F8F9FA;
	--bg-dark: #1A1A2E;
}

/* 기본 리셋 및 공통 스타일 */
html {
	overflow: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	font-family: "Pretendard", "NanumGothic", "Noto Sans KR", "NanumSquare", "Dotum", "돋움", "돋움체";
	font-size: 1.8rem;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
}

img {
	border: none;
}

a {
	line-height: 140%;
	color: #5f6263;
	text-decoration: none;
	outline: none;
	select-dummy: expression(this.hideFocus=true);
}

a:hover {
	color: var(--text-primary);
	text-decoration: none;
}

.screen_out {
	position: absolute;
	top: -9999px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.body.no-scroll {
	-ms-overflow-style: none; /* IE, Edge */
	scrollbar-width: none; /* Firefox */
}

.body.no-scroll::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

/* 공통 레이아웃 */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 공통 텍스트 스타일 */
.center_txt {
	text-align: center;
}

.top_title {
	font-weight: bold;
	color: var(--bg-dark);
}

/* 공통 유틸리티 */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* 메인 컨텐츠 공통 스타일 */
.contents-container {
	width: 100vw;
	top: 0;
	left: 0;
	display: block;
	box-sizing: content-box;
}

.maintxt {
	font-weight: 300;
}

.maintxt01 p {
	font-weight: 300;
	font-family: "Pretendard", "NanumSquare", "돋움", "돋움체";
}

.maintxt02 p {
	font-weight: 900;
	font-family: "Pretendard", "NanumSquare", "돋움", "돋움체";
}

.maintxt03 p {
	font-family: "Pretendard", "NanumSquare", "돋움", "돋움체";
	letter-spacing: 1px;
}

.txt01, .txt02 {
	letter-spacing: -0.5px;
	font-family: "Pretendard", "NanumSquare", "돋움", "돋움체";
	color: #333333;
}

.txt01 {
	font-weight: 700;
}

/* 회사소개 공통 스타일 */
.contentstitle {
	margin: 60px 0 30px;
}

.contentstxt {
	width: 100%;
	margin: 0 0 30px 0;
	line-height: 30px;
}

/* 공통 스타일 */
.mt-3r {
	margin-top: 3rem !important;
}