/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner-745 {width:100%; max-width:745px; height:100%; margin:0 auto;}
.inner-1120 {width:100%; max-width:1120px; height:100%; margin:0 auto;}
.inner-1320 {width:100%; max-width:1320px; height:100%; margin:0 auto;}
.inner-1620 {width:100%; max-width:1620px; height:100%; margin-left:auto;}
.sub_title_navi			{display:block;  position:absolute; bottom:0; width:100%; background: rgba(255,255,255,0.1); border-top:1px solid rgba(255,255,255,0.5);}
.sub_tab						{display:none;}



/* 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:1800px){
.inner-1620 {padding:0 4%;}
}
@media(max-width:1400px){
.inner-1120 {padding:0 10%;}
.inner-1320 {padding:0 4%;}
.inner-745 {padding:0 4%;}
}
@media(max-width:1280px){

}
@media(max-width:1080px){

}
@media(max-width:768px){
	.inner-1120 {padding:0 20%;}
}
@media(max-width:500px){
	/* .inner-1120 {padding:0 25%;} */
}

.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: absolute; z-index: 10; left:0; top:0; min-height:70px; width:100%;}
.header_t.f-nav{position:absolute;}

.header_t .header_inner{max-width:1320px; width:100%; display:flex; justify-content:space-between; align-items: flex-start; margin:0 auto;}

.header_logo a {display: block;}
.header_logo a img {max-width:100%; vertical-align:middle;}

.header_ui {padding-top: 44px; display: flex;}

.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{margin-left: 58px; position: relative;}
.header_gnb .main_menu .menu:first-child {margin-left: 0;}
.header_gnb .main_menu .menu > a{display: block; line-height: 36px; font-size: 18px; font-weight: 500; color: #fff; transition:.3s ease all;}
.header_gnb .main_menu .menu > a:active,
.header_gnb .main_menu .menu > a:focus {color: #76391b;}

.f-nav .header_gnb .main_menu .menu > a {color: #444;}

@media(min-width:769px){
	.header_gnb .main_menu .menu>a:hover {color: #76391b;}
}

.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:#76391b;}/*hover*/
.header_gnb .main_menu li.active>a{color:#76391b;}/*1댑스 현재 페이지 on*/
.header_gnb .snb_menu .sub_active>a{color:#76391b;}/*2댑스 현재 페이지 on*/
/*.header_gnb .snb_menu a:hover{color:#fff;} 2댑스 hover*/

.header_btn{margin-left: 60px; display: flex; align-items:center;}
.header_btn .language_btn{display: flex; align-items:center; height: 100%; position: relative; text-align:center;}
.header_btn .language_btn > a{display: block; font-size:15px; font-weight: 500; width:100%; text-align:center; color: #fff;}
.header_btn .language_btn > a > img {filter:brightness(0) invert(1); vertical-align:middle;}
.header_btn .language_btn > a > span {margin: 0 12px 0 4px;}
.header_btn .language_btn ul{position:absolute; top:36px; 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_btn .header_inq {margin-left: 18px;}
.header_btn .header_inq a {display: inline-flex; justify-content:center; align-items:center; width: 110px; height: 36px; border:1px solid #fff; font-size: 13px; font-weight: 600; color: #fff; border-radius:50px; transition:.3s ease all;}
.header_btn .header_inq a:active,
.header_btn .header_inq a:focus {background-color: #76391b; border:1px solid #76391b;}
@media(min-width:769px){
.header_btn .header_inq a:hover {background-color: #76391b; border:1px solid #76391b;}
}


.f-nav .header_btn .header_inq a {background-color: #76391b; border:1px solid #76391b;}
.f-nav .header_btn .language_btn > a {color: #444;}
.f-nav .header_btn .language_btn > a > img {filter:brightness(1) invert(0);}
.f-nav .mo_nav .navbar-toggle .icon-bar {background-color: #76391b;}

.f-nav .header_btn .header_inq a:active,
.f-nav .header_btn .header_inq a:focus {background-color: #444; border:1px solid #444;}


/* 햄벅 */
.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;}
.mo_nav .navbar-toggle:focus {outline: 0;}
.mo_nav .navbar-toggle .icon-bar {background:#fff; display:block; width:28px; height:3px; border-radius:5px; margin-left:auto;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:3px; width:24px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:6px; width:32px; height:3px; }

.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:1400px){
	.header_t .header_inner {padding:0 4%;}
}
@media(max-width:1280px){
	.header_gnb .main_menu .menu {margin-left:30px}
	.header_btn {margin-left:40px}
}
@media(max-width:1080px){
	.header_gnb .main_menu .menu {margin-left:20px}
	.header_btn {margin-left:30px}
	.mo_nav{display:block;}
	.header_btn .header_inq {margin-right:18px}
	.header_gnb .main_menu {display:none;}
	.header_logo a img {margin-top:-30px; max-width:115px;}
	.header_ui {padding-top:30px;}
}
@media(max-width:768px){
	.f-nav .header_btn .header_inq a:hover {background-color: #444; border:1px solid #444;}
	.header_logo a img { max-width:110px;} 
	.header_btn {margin-left:0}
	.header_btn .language_btn {display:none;}
	.header_btn .header_inq {margin-left:0;}
	.header_btn .header_inq a {width:90px; height:30px;}
}
@media(max-width:500px){
	.header_logo a img {margin-top:-40px; max-width:100px;}
	.header_btn .header_inq {margin-right:8px;}
}

/************************* header_inc 끝*************************/

/************************* main_inc 시작*************************/





/************************* main_inc 끝*************************/

/************************* title_navi 시작 *************************/
.navi_all{border-bottom:1px solid rgba(255,255,255,0.5);}
.navi_in{width:100%; max-width:1300px; margin:0 auto; display: flex;}
.navi_in .home_btn_all a{display: flex; align-items: center; justify-content: center; padding:25px; border-left:1px solid rgba(255,255,255,0.5);}
.navi_in .down_btn{position:relative; border-left:1px solid rgba(255,255,255,0.5); border-right:1px solid rgba(255,255,255,0.5)}
.navi_in .down_btn2{border-right:1px solid rgba(255,255,255,0.5); border-left:0;}
.navi_in .down_btn .down_btn_title{display: flex; align-items: center; padding:28px 30px 27px; cursor: pointer; width:300px;}
.navi_in .down_btn .down_btn_title:hover {background: #fff;}
.navi_in .down_btn .down_btn_title h3{font-size:15px; font-weight:600; line-height:1; transition:all .2s; color:#fff;}
.navi_in .down_btn:hover .down_btn_title h3{color:#76391B;}
.navi_in .down_btn .down_btn_title img{position:absolute; right:30px; top:0; bottom:0; margin:auto; transition:all .3s; filter:brightness(999)}

ul.extend{position:absolute; background:#fff; width:calc(100% + 2px); top:70px; 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 a:hover{color:#76391B;}
@media(max-width:1050px){
	.navi_in .down_btn .down_btn_title {width:200px; padding: 20px;}
	.navi_in .home_btn_all a {padding:20px;}
	ul.extend {top:57px;}
}
@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: 10px;}
	.navi_in .down_btn .down_btn_title h3 {font-size: 13px;}
	.navi_in .down_btn .down_btn_title img {right:15px;}
	ul.extend {top:43px;}
	ul.extend li a {font-size: 13px; margin: 0px 17px; padding: 8px 0;}
}



/************************* title_navi 끝 *************************/


/************************* footer_inc 시작 *************************/
footer {padding: 0 0 60px; background: #fff; overflow: hidden;}
footer .flx {display:flex; justify-content:space-between}
footer .flx .left img {width:100%; max-width:125px; height:auto; vertical-align: top;}
footer .flx .right {display:flex; justify-content: flex-end;flex-direction: column; width: calc(100% - 124px); padding-left:1.9%}
footer .flx .right ul {display:flex; justify-content: flex-end; padding-bottom:20px;}
footer .flx .right ul li:not(:last-child) {margin-right:15px;}
footer .flx .right ul li a {font-weight:800; color:#666;}
footer .flx .right .r-bottom {display:flex; justify-content: space-between; align-items: flex-end;}
footer .flx .right .r-bottom .add {}
footer .flx .right .r-bottom .add .top {display:flex; color:#666; padding-bottom:10px;}
footer .flx .right .r-bottom .add .top > span {min-width:40px; font-weight:700; color:#444; line-height:1.6;}
footer .flx .right .r-bottom .add .top p {line-height:1.6;}
footer .flx .right .r-bottom .add .bottom { display:flex; flex-wrap:wrap;}
footer .flx .right .r-bottom .add .bottom p {color:#666; line-height:1.4}
footer .flx .right .r-bottom .add .bottom p span {font-weight:700; color:#444;}
footer .flx .right .r-bottom .add .bottom p:not(:last-child) {margin-right:10px;}
footer .flx .right .r-bottom .footer_copyright {display:flex; flex-direction:column; align-items: flex-end;}
footer .flx .right .r-bottom .footer_copyright p:last-child {color:#ccc; width:400px;}
footer .flx .right .r-bottom .footer_copyright a {color:#ccc}


/* 패밀리사이트 클릭시 위로 올라오는 CSS*/
.select_op						{border:1px solid #ddd;border-bottom:none; width:100%; margin-top:0px; display:none; position:absolute; z-index:3; background:#fff; font-size:11px;bottom:40px;}
.select_op	li				{}
.select_op	li		a		{cursor:pointer; width:100%; display: block; padding:12px 8px; display:inline-block;letter-spacing:-0.3px; text-align: left;}
.select_op	li:hover	{background:#eee;}
.a_focus							{background:#8e8e8e; color:#fff !important; }

@media(max-width:1500px){
	footer .inner{padding:0 3%;}
}
@media(max-width:1280px){
	footer {padding:0 0 50px;}
	footer .flx .right {}
	footer .flx .right .r-bottom .add .top p br {display:none;}
}
@media(max-width:1080px){
	footer {padding:0 0 40px;}
	footer .flx .right {}
	footer .flx .right .r-bottom {flex-direction: column;align-items: flex-start;}
	footer .flx .right .r-bottom .add {padding-bottom:10px;}
	footer .flx .right .r-bottom .add .top p br {display:block;}
	footer .flx .right .r-bottom .footer_copyright {flex-direction:row-reverse;}
	footer .flx .right .r-bottom .footer_copyright p:last-child {width:auto;}
	
}
@media (max-width:768px){
	footer {padding:0 0 30px;}
	footer .flx .left h2 img {display:none;}
	footer .flx .right {width: 100%; padding-top:50px; padding-left:0;}
	footer .flx .right .r-bottom .add .top p br {display:none;}
	footer .flx .right ul {padding-bottom:10px; justify-content: flex-start;}
	footer .flx .right .r-bottom .footer_copyright {flex-direction: column-reverse; align-items: flex-start}
}
@media(max-width:500px){
	footer {padding:0 0 20px;}
	footer .flx .right {padding-top:40px;}
	footer .flx .right .r-bottom .add .top {flex-direction: column;}

}
/************************* 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 끝 *************************/

.font-1 {font-size:60px}
.font-2 {font-size:50px}
.font-3 {font-size:40px}
.font-4 {font-size:34px}
.font-5 {font-size:30px}
.font-6 {font-size:25px}
.font-7 {font-size:18px}
.font-8 {font-size:16px}
.font-9 {font-size:15px}

@media(max-width:1280px){
	.font-1 {font-size:60px}
	.font-2 {font-size:40px}
	.font-3 {font-size:34px}
	.font-4 {font-size:30px}
	.font-5 {font-size:25px}
	.font-6 {font-size:20px}
	.font-7 {font-size:17px}
}
@media(max-width:1080px){
	.font-1 {font-size:50px}
	.font-2 {font-size:34px}
	.font-3 {font-size:30px}
	.font-4 {font-size:25px}
	.font-5 {font-size:20px}
	.font-6 {font-size:18px}
}
@media(max-width:768px){
	.font-1 {font-size:40px}
	.font-2 {font-size:30px}
	.font-3 {font-size:25px}
	.font-4 {font-size:20px}
	.font-5 {font-size:18px}
	.font-6 {font-size:17px}
	.font-7 {font-size:16px}
	.font-8 {font-size:15px}
	.font-9 {font-size:14px}

}
@media(max-width:500px){
	.font-1 {font-size:30px}
	.font-2 {font-size:25px}
	.font-3 {font-size:20px}
	.font-4 {font-size:18px}
	.font-5 {font-size:17px}
	.font-6 {font-size:16px}
	.font-7 {font-size:15px}
	.font-8 {font-size:14px}
	.font-9 {font-size:13px}
}






@media(max-width:1280px){

}
@media(max-width:1080px){

}
@media(max-width:768px){

}
@media(max-width:500px){

}


.sub-common {padding:120px 0;}
.sub-common .inner-1320 > h1 {padding:10px 0 50px; font-weight:900;}
.sub-common .wrap {display:flex;}
.sub-common .left {display:flex; width:59%;}
.sub-common .right {width:41%; padding-left:3.8%}
.sub-common .thumb {width:150px; height:550px; margin-right:2.6%; display:flex; flex-direction:column; justify-content:flex-start; }
.sub-common .thumb li {border-radius:20px; height:102px; overflow:hidden;margin-bottom:6.6%;}
.sub-common .thumb li:last-child {display:none;}
.sub-common .thumb li a {display:block; width:100%; height:102px; opacity: 0.3; transition:all 1s; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-common .thumb li a.thumb-active {opacity:1;}

.sub-common .m-thumb {width:80%; height:550px; border-radius:20px;overflow:hidden; position:relative;}
.sub-common .m-thumb li {display:block; width:100%; height:550px; position:absolute; left:0; top:0;   background-repeat:no-repeat; background-position: center; background-size:cover;}

.sub-common .right > div {padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #ccc;}
.sub-common .right .how {padding-bottom:0; margin-bottom:0; border-bottom:none;}
.sub-common .right .title {display:flex; justify-content:space-between;}
.sub-common .right .title h2 span {font-weight:700; display:inline-block; padding-bottom:5px;}
.sub-common .right .title ul {display:flex; flex-wrap:wrap; width:65.1%}
.sub-common .right .title li {display:flex; width:50%; color:#444; align-items: flex-start;}
.sub-common .right .title li:nth-child(2) {margin-right:0;}
.sub-common .right .title li:nth-child(3) {margin-top:7%;}
.sub-common .right .title li:nth-child(4) {margin-top:7%; margin-right:0;}
.sub-common .right .title li figure {padding-right:10px;}
.sub-common .right .title li p span {font-weight:700;}

.sub-common .right .material {display:flex;}
.sub-common .right .material h3 { font-weight:700; width:80px;}
.sub-common .right .material p {line-height:1.7;}

.sub-common .right .point li { display:flex;}
.sub-common .right .point li:not(:last-child) {padding-bottom:3px;}
.sub-common .right .point li h3 { min-width:80px;}
.sub-common .right .point li h3 span {font-weight:700;}
.sub-common .right .point li p {line-height:1.4;}
.sub-common .right .point li p span {font-weight:700;}

.sub-common .right .how {display:flex;}
.sub-common .right .how h3 {font-weight:700; width:80px;}
.sub-common .right .how .r-right {width:100%;   border-radius:30px; overflow: hidden;}
.sub-common .right .how iframe {width:100%; height:250px;}
.sub-common .right .how .back {height:250px; display:flex; justify-content:center; align-items:center; text-align:center;}
.sub32 .right .how .back {background:url('./img/s22_how1.png') no-repeat center / cover; }
.sub33 .right .how .back {background:url('./img/s22_how2.png') no-repeat center / cover; }
.sub34 .right .how .back {background:url('./img/s22_how3.png') no-repeat center / cover; }
.sub-common .right .how .back p {color:#fff; line-height:1.6;}
.sub-common .right .how .back p span {font-weight:700;}
.sub-common .right .how .swiper {width:100%; height:100%;}
.sub-common .right .how .swiper .swiper-slide {width:100%; height:250px; display:flex; justify-content:center; align-items:center; text-align:center;}
.sub-common .right .how .swiper .swiper-slide p {color:#fff;}
.sub-common .right .how .swiper .swiper-slide1 {background:url('./img/s41_how4.png') no-repeat center / cover;}
.sub-common .right .how .swiper .swiper-slide2 {background:url('./img/s41_how2.png') no-repeat center / cover;}
.sub-common .right .how .swiper .swiper-slide3 {background:url('./img/s41_how3.png') no-repeat center / cover;}

.swiper-button-prev, .swiper-rtl .swiper-button-next {left:50px;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right:50px;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {content:'' !important; background:url('./img/common-next.png') no-repeat center / 11px 27px; width:11px; height:27px;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {content:'' !important; background:url('./img/common-prev.png') no-repeat center / 11px 27px; width:11px; height:27px;}


@media(max-width:1400px){
.sub-common .left {width:52.7%}
.sub-common .right {width:47.3%}
}
@media(max-width:1280px){
.sub-common {padding:100px 0;}
.sub-common .inner-1320 > h1 {padding:10px 0 45px;}
.sub-common .wrap {flex-direction:column;}
.sub-common .left {width:100%}
.sub-common .right {width:100%; padding-top:40px;}
.sub-common .thumb {height:770px;}
.sub-common .thumb li {height:146px;}
.sub-common .thumb li a {height:146px;}
.sub-common .m-thumb {height:770px;}
.sub-common .m-thumb li {height:770px;}
.sub-common .right .title li:nth-child(3) {margin-top:5%;}
.sub-common .right .title li:nth-child(4) {margin-top:5%;}
.sub-common .right > div {padding-bottom:20px; margin-bottom:20px;}
.sub-common .right .how iframe {height:400px;}

}
@media(max-width:1080px){
.sub-common {padding:80px 0;}
.sub-common .inner-1320 > h1 {padding:10px 0 40px;}
.sub-common .thumb {height:550px;}
.sub-common .thumb li {height:102px;}
.sub-common .thumb li a {height:102px;}
.sub-common .m-thumb {height:550px;}
.sub-common .m-thumb li {height:550px;}
.sub-common .right .how iframe {height:350px;}

}
@media(max-width:768px){
.sub-common {padding:60px 0;}
.sub-common .inner-1320 > h1 {padding:10px 0 35px;}
.sub-common .left {flex-direction:column;}
.sub-common .thumb {flex-direction:row; width:100%; margin-right:0; height:auto; margin-bottom:2.6%;}
.sub-common .thumb li {width:100%; border-radius:0; margin-right:1.6%;}
.sub-common .thumb li:not(:last-child) {margin-bottom:0;}
.sub-common .m-thumb {width:100%;}
.sub-common .right > div {padding-bottom:15px; margin-bottom:15px;}
.sub-common .right .how iframe {height:300px;}
}
@media(max-width:500px){
.sub-common {padding:40px 0;}
.sub-common .inner-1320 > h1 {padding:10px 0 30px;}
.sub-common .right .title {flex-direction: column;}
.sub-common .right .title .r-left {padding-bottom:10px;}
.sub-common .right .title ul {width:100%;}
.sub-common .right .how {flex-direction: column;}
.sub-common .right .how h3 {padding-bottom:10px; width:75px}
.sub-common .right .how iframe {height:250px;}
.sub-common .right .material h3 {width:75px;}
.sub-common .right .point li h3 {min-width:75px;}
.sub-common .m-thumb {height:330px;}
.sub-common .m-thumb li {height:330px;}
}