/* include 공통 CSS */

/************************* 공통 시작*************************/
.sub_title_navi			{display:block; }
.inner-1420 {width:100%; max-width:1420px; margin:0 auto;}
.inner-l1670 {width:100%; max-width:1670px; margin-left:auto;}



/* left menu 있을때... */
/*
.sub_left								{width:15%; max-width:200px; float:left;}
.sub_right						{width:82%; padding-right:1%; float:right; position:relative;}
*/

.sub_left								{display:none; }
.sub_right						{width:100%; position:relative;}

@media(max-width:1100px){
.sub_left	{display:none;}
.sub_right					{width:100%; padding-right:0%; padding:3%; float:none;}
}
@media(max-width:768px){
.sub_title_navi			{display:block;}
}

.content_title			{margin:15px 0; padding:15px 0; border-bottom:1px solid #dfdfdf;}
.content_title h1		{font-size:18px; font-weight:700; color:#000;}
.content_title p		{font-size:12px;}

.content_desc				{min-height:500px;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header_t{padding:0; position: fixed; z-index: 10; left:0; top:0; width:100%; display:flex;}
.header_t.f-nav{background:#fff; border-bottom:1px solid #ddd; position:fixed;}

.header_t .header_inner{max-width:1420px; width:100%; display:flex; align-items: center; margin:0 auto; justify-content: space-between; height:80px;}

.header_logo{width:7%;}
.header_logo .black {display:none;}
.header_t.f-nav .black {display:block;}
.header_t.f-nav .nor {display:none;}

.header_gnb{width:85%;}
.header_gnb a{color:#fff; font-size:17px;}
.header_gnb .main_menu li:last-child a {font-weight:600;}
.header_t.f-nav .header_gnb a{color:#121212;}

.header_gnb .main_menu{display: flex; align-items: center; justify-content: center;}
.header_gnb .main_menu .menu{position: relative; padding:0 40px;}  
.header_gnb .main_menu .menu>a{height:80px; display: flex; align-items: center;}

.header_gnb .snb_menu{display: none; position: absolute; top:88px; background:#fff; padding:5px; width: 100%; left:0; right:0; margin: auto; border:1px solid #ddd;}
.header_gnb .snb_menu a{font-weight:500; display: block; padding:10px 0; color:#121212; font-size:14px; text-align: center;}

.header_gnb .main_menu li>a:focus, .header_gnb .main_menu li:hover>a{color:#ea002b;}/*hover*/
.header_gnb .main_menu li.active>a{color:#ea002b;}/*1댑스 현재 페이지 on*/
.header_gnb .snb_menu .sub_active>a{color:#ea002b;}/*2댑스 현재 페이지 on*/
/*.header_gnb .snb_menu a:hover{color:#fff;} 2댑스 hover*/

.header_btn{width:15%;display: flex; justify-content: flex-end;}
.header_btn .phone {display:flex; align-items:center;}
.header_btn .phone a p {font-size:var(--font-20); margin-left:10rem; color:#fff; transition:.3s ease all;}
.header_btn .phone img {filter:brightness(99)}
.header_t.f-nav .header_btn .phone a p {color:#0D0F12;}
.header_t.f-nav .header_btn .phone img {filter:brightness(0)}
.header_btn .language_btn{width:100%; position: relative; text-align:center;}
.header_btn .language_btn>a{color:#fff; font-size:16px; width:100%; text-align:center;}
.header_btn .language_btn ul{position:absolute; top:30px; width:100%; display: none; background:#fff; padding:5px 10px; border:1px solid #ddd;}
.header_btn .language_btn ul li a{display:block; font-size:15px; color:#121212; padding:5px 0; text-align:center;}


.header_t.f-nav .header_btn .language_btn a{color:#121212;}
.header_btn .language_btn a:hover, .header_btn .language_btn a:focus{color:#ea002b !important;}

.header_btn .login_btn{display: flex; flex-direction: column; align-items: flex-end;}
.header_btn .login_btn a{display: block; font-size:14px; color:#fff; padding:3px 0;}
.f-nav .header_btn .login_btn a{color:#121212;}

@media(min-width:769px){
	.header_t .header_btn .phone a:hover p {color: var(--main-color) !important;}
}

/* 햄벅 */
.mo_nav				{display:none; }
.mo_nav *{
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.mo_nav .navbar-toggle {position: relative; background-color:transparent; background-image:none; border-radius:3px; border:0; display:flex; flex-direction: column; align-items:flex-end;}
.mo_nav .navbar-toggle:focus {outline: 0;}
.mo_nav .navbar-toggle .icon-bar {background:#fff; display:block; width:28px; height:4px; border-radius:5px;}
.header_t.f-nav .mo_nav .navbar-toggle .icon-bar {background:#0D0F12;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:4px; width:24px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:6px; width:32px; height:4px; }

.mo_nav:hover .navbar-toggle .icon-bar								{transform:translateX(5px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar		{transform:translateX(16px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{transform:translateX(3px);}

@media(max-width:1460px){
	.header_t .header_inner {padding:0 4%;}
}
@media(max-width:1080px){
	.header_t{padding:0 3%;}
	.header_gnb .main_menu .menu {padding:0 2%;}
	.header_gnb .main_menu .menu>a{font-size:16px;}
	.header_gnb_bg {display:none !important;}
	.header_btn, .header_logo{width:25%;}
	.header_btn {justify-content: space-between;}
	.mo_nav{display:block;}
}
@media(max-width:768px){
	.header_btn .login_btn, .header_btn .language_btn{display: none;}
	.header_t{justify-content: space-between;}
	.header_btn, .header_logo{width:33%;}
	.header_gnb{display: none;}
}
@media(max-width:500px){
	.header_btn, .header_logo{width:50%;}
}

/************************* header_inc 끝*************************/

/************************* main_inc 시작*************************/
.main_visual										{position:relative; margin:0 auto;}

.main_count 				{background:url('./img/text_bg.jpg') no-repeat center top; padding:60px 3%;}
.main_count .main_num						{ margin:0 auto;}
.main_count .main_num ul:after	{display:block; clear:both; content:''; width:100%;}
.main_count .main_num ul li				{float:left; width:25%; text-align:center; padding:0px 0; position:relative;}
.main_count .main_num ul li h1		{color:#fff; font-size:30px; font-weight:800; margin:0 0 15px 0; padding:0; line-height:100%;}
.main_count .main_num ul li p			{color:#fff; font-size:18px; font-weight:700; margin:0; padding:0; line-height:100%;}

@media(max-width:768px){
.main_count {padding-top:20px;}
.main_count .main_num ul li				{float:left; width:50%; text-align:center; padding:0px 0; position:relative;}
.main_count .main_num ul li:nth-child(3n){margin-top:30px;}
.main_count .main_num ul li:nth-child(4n){margin-top:30px;}

}

/************************* main_inc 끝*************************/

/************************* title_navi 시작 *************************/
.navi_all{border-bottom:1px solid #ddd;}
.navi_in{width:100%; max-width:1420px; margin:0 auto; display: flex;}
.navi_in .home_btn_all a{display: flex; align-items: center; justify-content: center; padding:18px; border-left:1px solid #ddd; transition:all .3s;}
.navi_in .home_btn_all a img {transition:all .3s;}

.navi_in .down_btn{position:relative; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.navi_in .down_btn2{border-right:1px solid #ddd; border-left:0;}
.navi_in .down_btn .down_btn_title{display: flex; align-items: center; padding:22px 30px; cursor: pointer; width:240px; transition:all .3s;}
.navi_in .down_btn .down_btn_title h3{font-size:16rem; line-height:1; transition:all .2s; color:#515a66; font-weight:500; transition:all .3s;}
.navi_in .down_btn .down_btn_title img{position:absolute; right:30px; top:0; bottom:0; margin:auto; transition:all .3s;}

@media(min-width:769px){
	.navi_in .home_btn_all a:hover {background:var(--sub-color);}
	.navi_in .home_btn_all a:hover img {filter:brightness(100);}

	.navi_in .down_btn:hover .down_btn_title {background:var(--sub-color);}
	.navi_in .down_btn:hover .down_btn_title h3 {color:#fff;}
	.navi_in .down_btn:hover .down_btn_title img {filter:brightness(100)}
}
ul.extend{position:absolute; background:#fff; width:calc(100% + 2px); top:60px; border:1px solid #ddd; z-index: 5; left:-1px; padding:10px 0; display: none;}
ul.extend li{}
ul.extend li a{ font-size:15px; font-weight:600; display: block; margin:0 30px; padding:13px 0; transition:all .3s;}
ul.extend li:hover{background: var(--sub-color);}
ul.extend li:hover a { color:#fff;}
@media(max-width:1460px){
	.navi_in {padding:0 4%;}
}
@media(max-width:1050px){
	.navi_in .down_btn .down_btn_title {width:200px; padding: 20px;}
	.navi_in .home_btn_all a {padding:15px 14px 14px;}
	ul.extend {top:56px;}
}
@media(max-width:768px){
	ul.extend {top:55px;}
	ul.extend li a {font-size: 14px; margin: 0px 20px; padding: 10px 0;}
}
@media(max-width:600px){
	.navi_in .home_btn_all{display: none;}
	.navi_in .down_btn{width:50%;}
	.navi_in .down_btn .down_btn_title {width:100%; padding: 15px;}
	.navi_in .home_btn_all a {padding:8px;}
	.navi_in .down_btn .down_btn_title img {right:15px;}
	ul.extend {top:44px;}
	ul.extend li a {font-size: 13px; margin: 0px 17px; padding: 8px 0;}
}



/************************* title_navi 끝 *************************/


/************************* footer_inc 시작 *************************/
footer {padding: 40rem 0; background: #fafafa; color: #707070; font-size:var(--font-14px)}
footer a {font-size:var(--font-14px);}
footer .inner-1420 {display:flex; height:auto;}
footer .footer_logo {display:flex; align-items: center; margin-right:20rem}
footer .footer_txt {display:flex; width:100%;justify-content: space-between;}
footer .footer_txt > div {display:flex; flex-direction: column; justify-content: space-between}
footer .footer_address p {line-height:1.7}
footer .footer_address span {display:inline-block;}
footer .footer_address .small_space {margin:0 5rem;}
footer .footer_address .big_space {margin:0 10rem;}
footer .footer_address .mo_space {display:none;}
footer .footer_info {align-items: flex-end}
footer .footer_info ul {display:flex;}
footer .footer_info ul li:first-child {margin-right:10rem;}
footer .footer_copyright {display:flex; flex-direction:row-reverse;}

@media (max-width:1460px){
	footer .inner-1420 {padding:0 4%}
}
@media (max-width:768px){
	footer .inner-1420 {flex-direction:column;}
	footer .footer_logo {margin-right:0; margin-bottom:15rem;}
	footer .footer_txt {flex-direction: column;}
	footer .footer_info {align-items:flex-start;}
	footer .footer_address p br{display:none}
	footer .footer_address .mo_space {display:inline-block;}
	footer .footer_address {margin-bottom:20rem;}
	footer {margin-bottom:80rem;}
	footer .footer_copyright {flex-direction: row;}
}
@media (max-width:500px){
	footer {margin-bottom:86rem;}
}

/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb		{  }
/************************* left_lnb_inc 끝 *************************/



/************************* ui.totop 시작 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
	background:url("./img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
/************************* ui.totop 끝 *************************/