/* basic css */
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, font, 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, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {margin: 0; padding: 0; border: 0;}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {display: block;}
html, body { height:auto;}
body { color:#4c4c4c; line-height:1.6; letter-spacing: -0.5px; -webkit-text-size-adjust:none; }
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
a:active { color: inherit; text-decoration: none; }
a:focus { color: inherit; text-decoration: none; }
select, input, textarea {font-size: 100%;vertical-align: middle; }
input {margin: 0;padding: 0;}
ol, ul {list-style: none;}
label {cursor: pointer;}
legend, caption {width: 0;height: 0; visibility: hidden; font-size: 0;line-height: 0;}
button {cursor: pointer;}
button:focus {outline: 1px dotted;}
img {vertical-align: top;}
/* table {} */

/*.hidden {position: absolute;width: 0;height: 0;visibility: hidden;font-size: 0;line-height: 0; top:-9999px}*/


input[type="text"] {box-sizing:border-box; -webkit-appearance:none;appearance:none;}
input:-ms-input-placeholder {color:#808080}
input::-webkit-input-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
/* textarea {} */

html, body {height:auto; -ms-overflow-style: none;}

::-webkit-scrollbar {display:none;}



/* layout*/


header { position: fixed; width:100%; z-index:99999999999; top: 0; left: 0; }

.navi { position: absolute;  width: 100%; height: 6.25rem; right: 0px; top: 0px; z-index: 99999999999; border: none; background: none; transition: height 0.3s, background 0.3s, border 0.3s; background: none; border: none;  display: none; }

#logo { width: 130px; height: 68px; line-height: 100%; font-weight: 800; transform: translateY(0px); position: absolute; top: 0; left: 50px; bottom: 0; margin: auto; z-index: 99999999; transition: 0.3s; transform-origin: left center; transform: translateY(0.4rem); }
#logo a { display: inline-block; width: 100%; height: 100%;  left:0px; background: url(/images/common/logo.png) left top no-repeat; background-size: cover; text-indent:-9999px; transition: 0.3s; }

.navi.white #logo { color: #fff; width: 130px; height: 68px}
.navi.white #logo a {background: url(/images/common/logo_w.png)  left top no-repeat; background-size: cover;}
.navi.white2 #logo { color: #fff; }
.navi.over { background-color: #fff; border-bottom: 1px solid #ddd; }
.navi.active { height: 6.25rem; background-color: #fff; border-bottom: 1px solid #ddd; }
.navi.active #logo { color: #000;  transform: translateY(0); }
.navi.over #logo { color: #000; }

/*#logo.active { top: 2.5rem; }*/

@keyframes navi {
	from { opacity: 0; }
	to {  }
}

.gnb_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: flex-start; letter-spacing:0; z-index: 99; transition: 0.3s; }
.gnb { height: 100%; overflow: hidden; position: relative; transform: translateX(1%); }
.gnb>ul>li { position:relative; float:left; text-align:center; margin: 0 1.5rem; }



.navi .depth1 { position:relative; display:block; color: #000; font-size:20px; font-weight: 400; letter-spacing: -0.3px; line-height: 7.25rem; margin: 0px; padding: 0px 1rem;transition: 0.3s; text-transform: uppercase; }
.gnb>ul>li:hover>a { color: #40301b !important; }
.gnb>ul>li>ul { display: block; margin-top: 1rem; opacity: 0; transform: translateY(1.25rem); }
.gnb>ul>li>ul>li { float: none; height: 1.875rem; width: auto; }
.gnb>ul>li>ul>li.line2 { height: auto; line-height: 102%; margin-top: 0.25rem; }
.gnb>ul>li>ul>li>a { font-size: 16px; color: #666; font-weight: 500; letter-spacing: -0.7px; }
.gnb>ul>li>ul>li>a:hover { color: #40301b; }
.gnb .line { position: absolute; display: block; bottom: 2rem; height: 3px; width: 0; background: #40301b; left: 0; right: 0; margin: auto; z-index:-99; transition: 0.35s; opacity: 1; }
.navi-bg { position: absolute; display: block; width: 100%; height: 0px; left: 0; top: calc(7.25rem + 1px); z-index:1; overflow: hidden; transition: 0.3s; }
.navi-bg .white-bg { width:100%; height:150px; background: #fff; border-bottom: 1px solid #dedede; }


.navi.white .gnb .depth1 { color:#fff; font-weight: 500; }
.navi.white .gnb>ul>li:hover>a { color:#fff !important; }
.navi.white .gnb .line { background: #fff; }



.navi.active .navi-bg { top: calc(6.25rem + 0px);  }
.navi.active .gnb .depth1 { color: #000; font-weight: 500; line-height: 6.25rem; }
.navi.active .gnb>ul>li:hover>a { color:#40301b !important; }
.navi.active .gnb .line { background: #40301b !important; }

.navi.over .gnb .depth1 { color: #000; }
.navi.over .gnb .line { background: #40301b; }
.navi.over .gnb>ul>li:hover>a { color:#40301b !important; }


.right_navi { position: absolute; top: 0; bottom: 0; margin: auto; width: auto; height: 100%; right: 6.25rem; right: 10rem; z-index: 1000; }


/**/

.top_fixed_wrap { position: absolute; height: 2.0rem; top: 0; bottom: 0; margin: auto; right: 50px; z-index: 999; display: flex; justify-content: flex-end;  }

.tel_wrap { transition: 0.3s;}
.tel_wrap .tel { height: 3rem; display: flex; justify-content: flex-end; }
.tel_wrap .tel a { width: 100%; height: 100%; display: flex; justify-content: flex-end; align-items: center; }
.tel_wrap .tel a div { width: 30px; height: 30px; background: url(/images/common/call_icon.png) center 0 no-repeat; transition: 0.3s; }
.tel_wrap .tel a p { font-family:"GmarketSans"; color: #000; font-size: 32px; line-height: 100%; font-weight: 600; letter-spacing: 2px; transition: 0.3s; margin-top: -1px;  padding-left:10px}


.navi.white .tel_wrap a p { color: #fff; }
.navi.white .tel_wrap .tel a div { background: url(/images/common/call_icon_w.png) center 0px no-repeat; }
.navi.white2 .tel_wrap a p { color: #fff; }
.navi.white2 .tel_wrap .tel a div { background: url(/images/common/call_icon_w.png) center 0px no-repeat; }

.navi.over .tel_wrap a p { color: #000; }
.navi.over .tel_wrap .tel a div { background: url(/images/common/call_icon.png) center 0px no-repeat; }

.navi.active .tel_wrap a p { color: #000; }
.navi.active .tel_wrap .tel		{height: 2rem; }
.navi.active .tel_wrap .tel a div { background: url(/images/common/call_icon.png) center 0px no-repeat; }

.open_wrap		{ background-color:#40301b; color:#fff; border-radius:30px; padding:2px 15px;  font-weight:600;}


/**/

@media all and (min-width: 1240px) { 
    .ham { display: none !important; }
}

.ham { z-index: 9999999; position: fixed; right: 50px; top: 35px; width: 50px; height: 50px; cursor: pointer; opacity: 1; border-radius: 100%; transition: right 0.5s, top 0.3s; box-sizing: border-box; display: none; }
.ham:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; margin: auto; border-radius: 100%; border: 1px solid #40301b; border: none; box-sizing: border-box; z-index: -1; transition: 0.3s; }
.ham span { display: block; background: #000; margin: auto; width: 20px; height: 2px; border-radius: 0px; transition: 0.25s; }
.ham .bar1 { margin-top: 18px; margin-bottom: 5px; }
.ham .bar2 { width: 12px; transform: translateX(4px); }
.ham .bar3 { margin-top: 5px; }

.ham.active2 { top: 25px; }
.ham.active2 span { background-color: #000 !important; }
.ham.active3 { top: 35px; }
.ham.pop { top: 35px; }
.ham.active2.pop { top: 25px; }
.ham.active3.active2 { top: 25px; }


.ham.white span { background: #fff; }
.ham.white2 span { background: #fff; }



.ham.active { transition: 0.5s, top 0.4s, right 0.5s 0.2s; right: 40px; }
.ham.active:after { background-color: #40301b !important; border: 1px solid #40301b !important; }
.ham.active span { background-color: #fff !important; height: 1px; }

.ham.active .bar1 { transform: rotate(45deg); margin-top: 24px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(-45deg); margin-top: -7px; }

/*  */

.site_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: -1; display: flex; justify-content: flex-end; align-items: center; transition: z-index 0s 1.2s; }
.site_bg { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: -1; background-color: #000; opacity: 0; transition: z-index 0s 1.2s, opacity 1.33s cubic-bezier(.26,1,.48,1); }

.site_map { width: 50%; height: 100%;  display: flex; justify-content: flex-start; align-items: flex-start; padding-left: 5.75rem; box-sizing: border-box; position: relative; }
.site_map:after { content:''; position: absolute; width: 0%; height: 100%; background-color: #fff; right: 0; top: 0; z-index: -1; transition: 1.0s cubic-bezier(.641,.005,.095,1.05); }
.site_map>div { height: 100%; opacity: 0; transform: translateY(-3.125rem); position: relative; transition: 0.8s 0s; }
.site_logo { position: relative; font-size: 3.75rem; line-height: 100%; font-weight: 300; margin-top: 20%; }
.site_logo b { font-weight: 700; }
 { width:130px; }
.site_logo::after { content: ''; width: 300px; height: 1px; margin-top: 2.5rem; display: block; background-color: #000; }
.site_map ul { text-align: left; margin-top: 24%; margin-top: 40%; margin-top: 2.5rem; transform: translateY(-0); }
.site_map ul li { font-size: 3.25rem; line-height: 150%; margin: 0; position: relative; font-weight: 700; color: #ccc; overflow: hidden; letter-spacing: -0.1875rem; opacity: 0; transition: 0.6s 0.0s; }

.site_map ul li.eng { letter-spacing: -0.5px; }
.site_map ul li span { display: inline-block; transition: 0.4s; padding-right: 1.25rem; }
.site_map ul li span:last-child { position: absolute; left: 0; right: 0; margin: auto; top: 0; transform: translateY(4.25rem); color: #000; }

.site_map h6 { width: 200%; font-size: 0.75rem; line-height: 100%; position: absolute; left: 0; bottom: 10%; text-align: left; text-transform: uppercase; }

.sitemap_dep1.active span:first-child { transform: translateY(-5.25rem); }

.sitemap_dep1.active span:last-child { transform: translateY(0); }

.sitemap_dep2 {  display: none; margin: 0.75rem 0 1.25rem !important; }
.sitemap_dep2 li { font-size: 1.25rem !important; letter-spacing: 0 !important; padding-left: 1rem; line-height: 160% !important;}

.sitemap_dep1.active .sitemap_dep2 { display: block; }

.sitemap_dep1 > a { display: flex; justify-content: flex-start; }

.sitemap_dep2 li a:hover { color: #40301b !important; transition: 0.6s 0.0s; }

.site_map ul li a:hover span:first-child { transform: translateY(-5.25rem); }
.site_map ul li a:hover span:last-child { transform: translateY(0); }

.site_wrap.active { opacity: 1; z-index: 9999; transition: 0s; }
.site_bg.active { opacity: 0.85; z-index: 9998; transition: 0s, opacity 1.33s cubic-bezier(.26,1,.48,1); }
.site_wrap.active .site_map:after { width: 100%; transition: 1.0s cubic-bezier(.41,.005,.095,0.95); }
.site_wrap.active .site_map>div { opacity: 1; transform: translate(0); transition: 0.8s 0.4s; }
.site_wrap.active .site_map ul li:nth-child(1) { opacity: 1; transition: 0.6s 0.4s }
.site_wrap.active .site_map ul li:nth-child(2) { opacity: 1; transition: 0.6s 0.55s }
.site_wrap.active .site_map ul li:nth-child(3) { opacity: 1; transition: 0.6s 0.7s }
.site_wrap.active .site_map ul li:nth-child(4) { opacity: 1; transition: 0.6s 0.85s }
.site_wrap.active .site_map ul li:nth-child(5) { opacity: 1; transition: 0.6s 1s }
.site_wrap.active .site_map ul li:nth-child(6) { opacity: 1; transition: 0.6s 1.15s }
.site_wrap.active .site_map ul li:nth-child(7) { opacity: 1; transition: 0.6s 1.3s }
.site_wrap.active .site_map ul li:nth-child(8) { opacity: 1; transition: 0.6s 1.45s }


/**/




header.hide { opacity: 0; z-index: -100; transition: 0.6s; }
#logo.hide { opacity: 0; z-index: -100; transition: 0.6s; }
.ham.hide { opacity: 0; z-index: -100; transition: 0.6s; }



@media all and (max-width: 1240px) { 
	


    .gnb_box { display: none; }
	.gnb { display: none; }
	.top_fixed_wrap { right:80px; }
	.right_scroll_wrap { display: none; }
	#logo { width: 100px; left:25px}
	#logo a { background-size:100% auto}

	.navi.white #logo { color: #fff; width: 100px; }
	.navi.white #logo a {background: url(/images/common/logo_w.png)  left top no-repeat; background-size: 100%  auto;}

	.navi.active #logo { width: 100px;  margin-top:20px}
	.navi.active #logo a { display: inline-block; width: 100%; height: 100%;  left:0px; background: url(/images/common/logo.png) left top no-repeat; background-size: 100% auto; text-indent:-9999px; transition: 0.3s; }

	 .ham.active2:after {  border: 1px solid #000; }
 
    

    .bgm_fixed_wrap { left: 5%; }

	.ham { width: 44px; height: 44px;  top: 28px; right:20px; border:1px solid #000 }
    .ham.white	{border:1px solid #fff}
	.ham.active { right: 22px; border:1px solid #40301b}

    .ham.active2 { top: 22px; }
    .ham span { width: 18px; }
    .ham .bar1 { margin-top: 14px; }
    .ham .bar2 { width: 11px; }
	.gnb_wrap { display: block; }

    .ham.active .bar1 { margin-top: 22px; }


/**/

    .site_map { width: 70%; max-width: 600px; padding-left: 4.5rem; }
    .site_map ul li { font-size: 2.75rem; }

	.tel_wrap .tel { height: 2.5rem; display: flex; justify-content: flex-end; }




}	


@media all and (max-width: 767px) { 
	
	.navi { height: 5rem; }
	.navi.active { height: 4.75rem; height: 5rem; }
	#logo	{margin-top:5px; width:80px}
	.navi.white #logo { color: #fff; width: 80px; }

    
	.top_fixed_wrap { right:68px; }


    .tel_wrap { margin: -5px;  }
    .tel_wrap .tel { height: 37px; }
    .tel_wrap .tel a div { width: 37px; height: 37px; border-radius: 100%; box-sizing: border-box; background-size: 19px !important; border:1px solid #40301b; background: url(/images/common/m_call_icon.png) center 8px no-repeat; }
    .tel_wrap .tel a p { display: none; }

	
	.navi.active .tel_wrap .tel		{height: 3rem; }
	.navi.white .tel_wrap .tel a div { background: url(/images/common/m_call_icon_w.png) center 8px no-repeat; border:1px solid #fff; }
	.navi.white2 .tel_wrap .tel a div { background: url(/images/common/m_call_icon_w.png) center 8px no-repeat; border:1px solid red; }
	.navi.over .tel_wrap .tel a div { background: url(/images/common/m_call_icon.png) center 8px no-repeat; }
	.navi.active .tel_wrap .tel a div { background: url(/images/common/m_call_icon.png) center 8px no-repeat; border:1px solid #000; }

	.navi.active #logo { width: 80px; margin-top:5px; }
	.navi.active #logo a { display: inline-block; width: 100%; height: 100%;  left:0px; background: url(/images/common/logo.png) left top no-repeat; background-size: 100% auto; text-indent:-9999px; transition: 0.3s; }



	.open_wrap	{display:none}
	.ham { width: 35px; height: 35px;  top: 14px; }
	.ham.active { right: 5%; }
	 .ham.active2:after {  border: 1px solid #000; }
	.ham.active2 { top: 13px; }
    .ham span { width: 18px; }
    .ham .bar1 { margin-top: 10px; margin-bottom: 4px; }
    .ham .bar2 { width: 12px; transform: translateX(3px); }
    .ham .bar3 { margin-top: 4px; }
    .ham.active .bar1 { margin-top: 17px; }
    .ham.active .bar3 { margin-top: -6px; }

	.gnb_wrap { max-width: 100%; }

/**/

    .site_map { width: 100%; height: 100%; margin-right: 0; max-width: revert; justify-content: center; text-align: center; padding-left: 0; }
    .site_map:after { border-radius: 0; }
    .site_map>div { width: 100%; }
    .site_txt h1 { display: none; }
    .site_map ul { text-align: center; margin-top: 1.875rem; }
    .site_map ul li { font-size: 2.325rem; line-height: 170%; }
    .site_map ul li span { padding-right: 0.25rem }

    .site_logo { margin-top:70px; font-size: 2.75rem; }
    .site_logo::after { width: 1px; height: 2.5rem; margin: auto; margin-top: 2rem; }

    .site_map h6 { width: 100%; text-align: center; font-size: 0.875rem; bottom: 8%; line-height: 140%; }

    .sitemap_dep1 > a { display: flex; justify-content: center; }
    .sitemap_dep2 li { padding-left: 0; }

}	


@media all and (max-width: 480px) { 

	
	.ham {  right:15px; }
	.top_fixed_wrap { right:60px; }


}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*푸터*/

#footer { overflow: visible; }

.footer { width: 100%; padding:50px; box-sizing: border-box; z-index: 999; font-family: 'Pretendard'; background-color: #34302f;  position: relative; box-sizing: border-box; text-align: center; letter-spacing: -0.5px;  letter-spacing: 0;}
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }

.footer .footer_top_btn	{ position:absolute; top:-25px; right:50px;}
.footer  .footer_top			{display: flex; justify-content: space-between; align-items: flex-end; border-bottom:1px solid #444; padding-bottom:20px;}
.footer  .footer_top div	{text-align:left; color:#999; font-size:14px;}
.footer  .footer_top .foot_logo1	{margin-bottom:15px;}
.footer  .footer_top span		{display:inline-block; padding-right:10px}
.footer  .footer_top b	{font-family: 'GmarketSans'; font-size:32px; font-weight:700; color:#fff; display:inline-block; }

.footer  .footer_bottom			{display: flex; justify-content: space-between; align-items: flex-start;; padding-top:20px;}
.footer  .footer_bottom div	{text-align:left; color:#999; font-size:14px;}
.footer  .footer_bottom div span	{color:#b87061}
.footer  .footer_bottom div	 b {display:inline-block; width:15px; }
.footer  .footer_bottom ul {padding-top:20px;}
.footer  .footer_bottom ul	li	{font-size:13px; }
.footer  .footer_bottom .copyright	{color:#fff;  font-size:13px; padding-top:15px;}
.footer  .footer_bottom .foot_logo2		{text-align:right}
.footer  .footer_bottom .type		{padding-top:15px; font-size:14px; color:#fff; text-align:right}



@media all and (max-width: 1240px) { 

.section	{height:auto}

	.footer  .footer_top			{display: block; }
	.footer  .footer_top div	{text-align:center;}
	.footer  .footer_top b	{margin-top:15px;}

	.footer  .footer_bottom			{display: block; }
	.footer  .footer_bottom div	{text-align:center; }
	.footer  .footer_bottom .copyright	{padding-bottom:15px;}
	.footer  .footer_bottom .foot_logo2		{text-align:center}
	.footer  .footer_bottom .type		{text-align:center}

}

@media all and (max-width: 767px) { 

	.footer {  padding:30px 20px 30px 20px;}
    body.main .footer {  padding:30px 20px 80px 20px;}
	.footer  .footer_top div	{ font-size:12px;}
	.footer .footer_top_btn	{ position:absolute; top:-25px; right:10px;}
	.footer  .footer_top .foot_logo1	img{height:20px;}
	.footer  .footer_top b	{ font-size:18px;}
	.footer  .footer_bottom div	{font-size:12px;}
	.footer  .footer_bottom div	 b {display:block; width:0; }
	.footer  .footer_bottom ul {padding-top:10px;}
	.footer  .footer_bottom ul	li	{font-size:11px; line-height:14px }
	.footer  .footer_bottom .copyright	{  font-size:11px;  padding-bottom:15px;}
	.footer  .footer_bottom .foot_logo2	img	{height:15px}

}


html {
  scroll-behavior: smooth;
}

/*푸터 끝*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*서브탑_서브메뉴*/


.sub_top { position: relative; left: 0; top: 0; width:100%; height: 400px; z-index: 1; margin-top: 0px; overflow: hidden; background-color: #000; }
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; animation: sub_top_img 3s 0s both; }
.sub_top_img.img01 { background: url(/images/common/sub_top01.jpg) right top no-repeat; background-size: cover; } 
.sub_top_txt { width: 100%; position: absolute; left: 0; right: 0; top: 50%; margin: auto; z-index: 9; text-align: center; animation: sub_top_txt 1.2s 0.4s both; color: #3e515e; }
.sub_top_txt h3 { font-size: 2.65rem; line-height: 150%; font-weight: 700; letter-spacing: 0.5rem; font-family: 'trajan'; color: #000; animation: sub_top_txt2 1.2s 1s both; text-transform: uppercase; }
.sub_top_txt h3 b { font-weight: 600; }


@keyframes sub_img {
	from { background: url(/images/common/sub_top01.jpg) center bottom no-repeat; background-size: cover; }
	to{ }
}
@keyframes sub_top_img {
	from { transform: scale(1.2); }
	to{ }
}
@keyframes sub_top_txt {
	from {opacity: 0; transform: translateY(30px);  }
	to{ }
}
@keyframes sub_top_txt2 {
	from {  letter-spacing: 3rem;}
	to{ }
}

@keyframes sub_top_txt3 {
	from { opacity: 0; transform: translateY(2rem); }
	to{ }
}


.sub_mu{position:relative; bottom:0; z-index:9;  margin-top:-60px;  }
.sub_mu ul{display:flex;  height:60px; width:1240px; margin:0 auto; }
.sub_mu ul li{ line-height:60px; flex:1 1 0; margin-right:1px; text-align:center; background-color:rgba(0,0,0,0.3)}
.sub_mu ul li:last-child	{margin:0 0 0 0}
.sub_mu ul li a{display:block; color:#fff; line-height:60px; font-weight:400; font-size:17px;  transition:all 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.sub_mu ul li a:hover{background-color:rgba(255,255,255,1); color:#000; transition:all 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.sub_mu ul li a.active{background-color:rgba(255,255,255,1); color:#000; }


body.full #sub_container { width: 100%; }
#sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; max-width: 1200px; margin: auto; text-align: center; padding-bottom: 10rem; padding-top: 0px; box-sizing: border-box; margin-top: 5rem; }
#sub_tit { width: 100%; max-width: 1200px; margin: auto; margin-top: 0; }
#sub_tit h2 { font-size: 3rem; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 1px; height: 2.25rem; background-color: #484848; margin: auto; margin-top: 1.875rem; }

.sub_page { margin-top: 2.5rem; position: relative;  min-height:300px;}


@media all and (max-width: 1240px) { 
	
	.sub_top { width:100%; height:20rem; }
	.sub_top_txt { top: 40%; }	
	.sub_mu{ width:100%; margin-top:-45px}
	.sub_mu ul{ height:45px; width:100%}
	.sub_mu ul li{ line-height:45px; flex:1 1 0; }
	.sub_mu ul li a{line-height:45px; font-size:16px;  }

	#sub_box { padding-bottom: 5rem; padding-top: 0px; box-sizing: border-box; margin-top: 3.375rem; }
	#sub_tit h2 { font-size: 2rem; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }

}

@media all and (max-width: 767px) { 


	.sub_top { height: 15rem;}
	.sub_top_txt { top: 48%; }
	.sub_top_txt h3 { font-size: 1.85rem;}

	@keyframes sub_top_txt2 {
		from {  letter-spacing: 1.2rem;}
		to{ }
	}


	.sub_mu{position:relative; bottom:0; z-index:9;  margin-top:0; border-bottom:none}
	.sub_mu ul{display:block;  height:auto; margin:10px 2%; width:96%}
	.sub_mu ul li{background:rgba(255,255,255,1); line-height:38px;  width:32.2%;  text-align:center; float:left; margin-right:1.5%}
	.sub_mu ul li:nth-child(3n)	{margin-right:0}
	.sub_mu ul li:last-child	{margin:0 0 0 0}
	.sub_mu ul li a{display:block; background:rgba(255,255,255,1); border:1px solid #000; border-radius:5px; color:#333; line-height:38px; font-weight:400; font-size:13px; }
	.sub_mu ul li a:hover{background:#b87061; color:#fff;  border:1px solid #b87061;}
	.sub_mu ul li a.active{background:#b87061; color:#fff;  border:1px solid #b87061;}
	.sub_mu ul li.last	{margin:5px 0 0 0; width:100%}
}


/*서브탑_서브메뉴 끝*/





