@charset "utf-8";
@import url("./main_responsive.css");
@import url("./sub_responsive.css");

@media all and (max-width:1360px) {
.area-m {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
}

@media all and (max-width: 1220px) {
.footer-address {
	width: 60%;
}
.to-top-btn {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 1em;
}
}

@media all and (max-width:1040px) {
.area {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
}

@media all and (max-width: 980px) {
	#pro01,#pro02,#pro03,#pro04,#pro05{	scroll-margin-top: 61px;}
#headerInner {
	padding: 0 25px;
}
#header, #headerInnerWrap {
	height: 61px;
}
#headerInnerWrap {
	position: fixed;
	z-index: 99;
	text-align: center;
}
#header .logo {
	padding: 14px 0;
}
#header .logo a {
	width: 97px;
	height: 32px;
	background: url(../images_new/logo.png);
	background-size: 97px 32px;
}
#header .nav-open-btn.active .line, #header.main .nav-open-btn.active .line {
	background-color: var(--bs-white);
}
#header.main {
	background: rgba(255,255,255,0)
}
#header.main .logo {
	display: none
}
#header.main .nav-open-btn .line {
	background: var(--bs-primary);
}
#header.main.fixed {
	background: var(--bs-primary);
}
#header.main.fixed .nav-open-btn .line {
	background-color: var(--bs-white);
}
/* -------- Header :: GNB(Pc) -------- */
#gnb {
	display: none;
}
/* -------- Header :: GNB(Mobile/기본스타일) -------- */
#gnbM {
	display: block;
	position: fixed;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	max-width: 320px;
	background: var(--bs-primary) url(../images_new/m_logo.png) no-repeat 4rem 4rem;
	z-index: 999;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); /* gnb OPEN 속도 */
	visibility: hidden;
}
#gnbM.open {
	left: 0px;
	visibility: visible;
}
/* GNB Mobile :: 레이아웃 */
.gnb-navigation-wrapper {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding-top: 120px;
	overflow-y: auto;
}
/* GNB Mobile :: 메뉴영역 :: 1차 */
#navigation {
	padding: 1.5em 0em;
}
#navigation > li > a {
	position: relative;
	display: block;
	padding: 15px 2em;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.4em;
}
#navigation > li.active > a {
	color: var(--bs-white);
	font-weight: 600;
}
/* GNB Mobile ::  메뉴영역 :: 2차 */
#navigation > li .gnb-2dep {
	display: none;
	padding: 15px 0;
	background: #c4c3c3;
}
#navigation > li .gnb-2dep li {
	height: auto !important;
}
#navigation > li .gnb-2dep li > a {
	display: block;
	color: var(--bs-primary);
	padding: 10px 4em;
	font-size: 1.2em;
}
#navigation > li .gnb-2dep li.on > a {
	font-weight: 500;
}
/* -------- Header :: 네비게이션 오픈 버튼 -------- */
.nav-open-btn {
	display: block;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	z-index: 9998;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.nav-open-btn .line {
	display: block;
	width: 28px;
	height: 2px;
	background-color: var(--bs-white);
	margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) {
	opacity: 0;
}
.nav-open-btn.active .line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.nav-open-btn.active .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}
.gnb-icon {
	position: absolute;
	right: 2em;
	top: 17px;
	font-size: 0.8em;
}
.mb-none {
	display: none!important
}
}

@media all and (max-width:800px) {
.pc_view {
	display: none!important;
}
.mb_view {
	display: block!important;
}
#footerInner {
	padding: 30px 0%;
	gap: 0 2rem;
}
#footerInner h1 {
	width: 106px;
	margin-right: 0px;
	height: 35px;
	background-size: 106px 35px;
}
.footer-address p {
	font-size: 1em;
	line-height: 18px;    min-height: 33px;align-items: center;
}
.footer-address p img {
	width: 25px
}
.footer-copyright {
	font-size: 11px;
	margin-top: 10px;
}
}

@media all and (max-width:480px) {
#header .logo {
	padding: 18px 0;
}
#header .logo a {
	width: 76px;
	height: 25px;
	background-size: 76px 25px;
}
#footerInner {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1220px) {
#topMenu01 {
	top: calc(50px + 5%);
}
#topMenu01 li a span {
	font-size: 1.2em;
}
.content-tit {
	font-size: 4rem;
}
.subcontent-tit {
	font-size: 3em;
}
.subcontent-tit.round {
	font-size: 2em;
}
}

@media all and (max-width:800px) {
#Container {
	padding: 61px 0 0 0;
}
.content-tit {
	font-size: 3rem;
}
.subcontent-tit {
	font-size: 2em;
}
.subcontent-tit.round {
	font-size: 1.8em;
}
}

@media all and (max-width: 480px) {
#topMenu01 {
	display: none
}
.content-tit {
	margin-bottom: 15px;
	font-size: 22px;
}
.subcontent-tit {
	font-size: 17px;
	margin-bottom: 1.5rem;
}
.subcontent-tit.round {
	font-size: 1.1em;
	margin-top: 2.4rem;
	margin-bottom: 0.5rem;
	padding: 0.3rem 0.8rem 0.2rem;
	letter-spacing: 3px;
}
#footerInner h1 {
	width: 100%;
	height: 25px;
	background-size: auto 25px;
	background-position: center center;
	margin-bottom: 15px;
}
.footer-address {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
footer-address p img {
	height: 20px;
}
.footer-address p {
	width: 50%;
	font-size: 0.9em;
	padding: 2px 0; min-height: 23px;
}
.footer-address p:nth-child(1), .footer-address p:nth-child(2) {
	width: 100%;
}
	    .footer-address p img {
        width: 22px;
    }
	.footer-address p span:first-child {padding-right:12px;}
}
