@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;400;500;600;800;900&display=swap');


/*  전체 영역  */	
body { font-size:16px; font-family:'Noto Sans KR', dotum, sans-serif; font-weight:400; letter-spacing:-0.04em; }
input, button, select {margin:0; padding:0; font-family:'Noto Sans KR', dotum, sans-serif; font-size:16px}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:15px}
select {margin:0}

/* 가로 세로 정렬 */
.flex_ { display:flex; align-items: center; justify-content: center; }

/* 길이 자르기 */
.ellips_ { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }


#wrap { width:100%; height:auto !important; height:100%; min-height:100%; width:100%; background-image: url('../images/tm_bg.png'); background-position:top; background-repeat:repeat-x; }

/* TM */	
#header { display:block; position:relative; z-index:999; width:1400px; height:90px; margin:0 auto; top:0;  background:#fff; }
.tm_logo { float:left; position:relative; width:412px; top:20px; left:0; }
.tm_tel { float:left; position:relative; width:388px; top:30px; font-family:'Noto Sans KR'; font-size:15px; vertical-align:middle; }
.tm_tel strong { display:inline-block; font-size:28px; margin:-5px 0 0 10px; vertical-align:middle;}
.tm_sns { float:left; position:relative; width:388px; top:28px; }
.tm_sns img { float:left; margin:0 15px 0 0; }
.tm_mb { float:right; position:absolute; top:33px; right:0;}
.tm_mb a { color:#555;  text-decoration:none; font-size:14px; }
.tm_flag { margin-left:20px;}

.span_ll { display:inline-block; padding:0 8px; font-size:11px; font-family:'dotum'; color:#aaa; font-weight:bold; }
.span_fl { color:#aaa; font-size:13px; font-family:'NanumGothic', 'dotum'; font-weight:bold; letter-spacing:-0.05em; text-decoration:none;  }


/* GNB */
#gnb { display:block; position:relative; z-index:999999; width:100%; min-width:1400px; height:65px; margin:0 auto; } 
.gnb_stripe { height:65px; position:relative; z-index:999999; background:#03163F; }

#gnb_nav { display:none; width:100%; height:65px; margin:0 auto; position:relative; background:none;  } 
#gnb_nav_wrapper { margin:0 auto; width:1400px; position:relative; }
#gnb_nav_wrapper div.default ul{ margin:0; padding:0; }
#gnb_nav_wrapper div.default ul li { overflow:hidden; list-style:none; float:left; width:200px; height:65px; cursor:pointer; position:relative; }
#gnb_nav_wrapper div.default ul li { line-height:65px; font-family:'Noto Sans KR'; color:#fff; font-size:19px; font-weight:400; letter-spacing:-0.06em; text-align:center; }
#gnb_nav_wrapper div.default ul li a { color:#fff; }
#gnb_nav_wrapper div.default ul li .square { width:100%; height:65px; position:absolute; }
#gnb_nav_wrapper div.default ul li .txt { top:0; left:0; width:100%; height:65px; position:absolute; }
#gnb_nav_wrapper div.default ul li .over { top:65px; width:100%; height:65px; position:absolute; background:#2f4bb4; color:#fff; }		

#gnb_nav_wrapper div.over ul{ top:0px; left:0px; margin:0; padding:0; position:absolute; }
#gnb_nav_wrapper div.over ul li { list-style:none; float:left; width:200px; height:65px; cursor:pointer; position:relative; }
		
#gnb_nav #gnb_nav_wrapper #gnb_nav_line { display:none; top:0; left:0;  margin-top:0px; padding:0; position:absolute; z-index:-1;}
#gnb_nav #gnb_nav_wrapper #gnb_nav_line li { width:1px; height:65px; line-height:65px; position:absolute; background:#666; opacity:1; }

#snb_nav_mask { top:65px; width:100%; height:0; overflow:hidden; position:absolute; opacity:1; border-bottom:1px #ddd solid; background:#fff;} 

#snb_nav_wrapper { top:0px; left:0px; width:1400px; height:220px; position:relative; margin:0 auto; padding-top:20px; }
#snb_nav_square { position:absolute; }
#snb_nav_square .menu { top:0px; float:left; width:200px; height:220px; position:absolute; cursor:pointer;  }
#snb_nav_square .menu ul { padding:0; width:200px; height:220px; }
#snb_nav_square .menu ul li { position:relative;  top:0px; left:0px;  padding:0; list-style:none; float:left; text-align:center; width:200px !important; height:30px;  line-height:30px; font-family:'Noto Sans KR';  font-size:17px; font-weight:400; color:#000; letter-spacing:-0.02em; cursor:pointer; }

#snb_nav_btn { position:absolute; }
#snb_nav_btn .menu { top:0px; float:left; width:200px !important; height:220px; position:absolute; }
#snb_nav_btn .menu ul{ padding:0; }
#snb_nav_btn .menu ul li { list-style:none; float:left; width:200px !important; height:30px; cursor:pointer; position:relative; }	
					
#snb_nav_line { position:absolute; }
#snb_nav_line li { list-style:none; width:1px; height:220px; position:absolute; margin-top:-15px; }

.lineBottom { /*display:none;*/ top:65px; left:0; width:100%; height:1px; background:#2A8BCB; opacity:0; filter:alpha(opacity=0); position:absolute; }		

.logoSide { width:60px; height:100%; overflow:hidden; top:0; left:50%; margin-left:-780px; position:absolute; }
.logoSide_btn { width:100%; height:100%; position:relative; margin-top:-65px; cursor:pointer; }


/*  메인영상  */	
#main_visual { position:relative; width:100%; top:0;  overflow:hidden;  }
* { box-sizing: border-box; }
 .video-background { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -99; }
 .video-foreground,
 .video-background iframe { position: absolute; margin-top:0px; left: 0; width: 100%; height: 100%; pointer-events: none; }

 @media (min-aspect-ratio: 16/9) {
    .video-foreground { height: 300%; top: -100%; }
 }
 @media (max-aspect-ratio: 16/9) {
    .video-foreground { width: 300%; left: -100%; }
  }


/* 커뮤니티, 상담예약 */
.sec1_container {  display:inline-block; width:100%; height:230px; position:relative; text-align:center; margin-top:960px; padding-top:60px; background:#fff;}
.sec1_wrap { width:1400px; margin:0 auto; position:relative; font-family:'Noto Sans Kr'; letter-spacing:-0.04em;}
.sec1_wrap .box1 { float:left; display:block; text-align:left; width:848px; height:135px; position:relative; }
.sec1_wrap .box2 { float:left; display:block; text-align:left; margin:20px 0 0; width:552px; height:95px; position:relative; border-left:1px #D7D7D7 solid; }
.sec1_wrap .box2 span { float:left; width:134px; height:95px; border-right:1px #D7D7D7 solid; transition: all .3s ease}
.sec1_wrap .box2 span img { margin-top:0px; transition: all .3s ease}
.sec1_wrap .box2 span img:hover { margin-top:-10px; transition: all .3s ease}


/* 배너 바로가기 */
.sec2_container { display:inline-block; width:100%; height:600px; margin-top:120px; position:relative; text-align:center; }
.sec2_wrap { width:1400px; margin:0 auto; position:relative; }
.sec2_wrap img { float:left; margin:0; }

/* 협력업체 */
.sec3_container {  display:inline-block; width:100%; height:200px;  margin-top:120px; padding-top:10px; position:relative; text-align:center; background:#ececec; }
.sec3_container > p:nth-child(1) { font-family:'Noto Sans Kr'; font-size:40px; font-weight:300; line-height:40px; letter-spacing:-0.02em; }
.sec3_wrap { width:1400px; height:100px; margin:0 auto; margin-top:40px; background:#fff; padding-top:7px;}

/* 오시는길 */
.sec4_container {  display:inline-block; width:100%; height:820px; padding-top:140px; position:relative; text-align:center; background:#fff; }
.sec4_container > p:nth-child(1) { font-family:'Noto Sans Kr'; font-size:40px; font-weight:300; line-height:40px; letter-spacing:-0.02em; }
.sec4_wrap { width:1400px; height:480px; margin:0 auto; margin-top:50px; }



/* 서브 비쥬얼 */
#visual_sub { display:inline-block; position:relative; z-index:1; width:100%; height:260px; top:0px; }

.visual_sub_wrap{	position:relative; height:100%; overflow:hidden; }
.back_img{ position:relative; left:0; top:0; width:100%; height:100%; z-index:1;
	-moz-transform: translate(0) scale(1.05);;
	-webkit-transform: translate(0) scale(1.05);;
	-o-transform: translate(0) scale(1.05);;
	-ms-transform: translate(0) scale(1.05);;
	transform: translate(0) scale(1.05);;
}
.visual_sub_wrap.on .back_img{
 left:0; top:0; width:100%; height:100%; z-index:1;
  -moz-transform: translate(0) scale(1);;
  -webkit-transform: translate(0) scale(1);;
  -o-transform: translate(0) scale(1);;
  -ms-transform: translate(0) scale(1);;
  transform: translate(0) scale(1);;
	-moz-transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

/* SNB */
.snb_pc { display:inline-block; position:relative; z-index:9999; width:100%; height:52px; text-align:center; margin-top:-5px; background:#F4F6F7; border-bottom:1px #D2D2D2 solid; }
.snb_pc > ul { width:1400px; height:52px; padding:0px; margin:0 auto; background:#F4F6F7; border-bottom:1px #D2D2D2 solid; }
.snb_pc .i_home { float:left; right:0px; position:relative; z-index:9; width:71px; }
.snb_pc .select_wrap { float:left; width:600px; display:inline-block; position:relative;  z-index:1;}

/*  서브 내용 부  */
#container{ display:inline-block;  position:relative; z-index:3; width:100%; top:0; text-align:center; top:0px; }
#board { display: block; position: relative; margin: 0 auto; top: 0; text-align: center; left: 50%; margin-left: -960px; width: 1920px; }
#board .bo_cont {  width:100%; min-height:620px; padding:40px 0 50px 0; margin:0 auto; margin-top:0px; height:auto !important; } 
#board .bo_cont1 {  width:1300px; min-height:620px; padding:40px 0 50px 0; text-align:left; margin:0 auto; height:auto !important; } 

.cate_pc { width:1300px; margin:0 auto; padding:0; text-align:center; margin-bottom:60px; }
.cateBtn { display:inline-block; position:relative;width:100%; margin:0 auto; text-align:center; padding:0; }
.cateBtn .nav { width:100%; position:relative; width:1300px; margin:0 auto; }
.cateBtn .nav ul { width:100%; margin:0; padding:0;  font-family:'Noto Sans Kr'; font-size:20px; font-weight:400; letter-spacing:-0.04em;}
.cateBtn .nav li { list-style:none; display:inline-block; position:relative; width:15%; height:55px; line-height:55px; background:#03163F; border-radius:8px; color:#fff; margin:0 6px; text-align:center; cursor:pointer; }
.cateBtn .nav li span {  display:block; height:55px; background:#009dde; color:#fff; text-align:center; cursor:pointer; border-radius:8px; }

.snb_tit { width:100%; margin:0 auto; text-align:center; margin-top:30px; margin-bottom:50px; padding:0; }
.snb_tit .bo_tit { display:inline-block; text-align:center; font-family:'Noto Sans Kr'; font-size:45px; font-weight:600; color:#393a3b; line-height:60px; letter-spacing:-0.05em; }
.snb_tit .bo_nav {  float:right; text-align:right; padding:25px 0 0; font-size:13px; color:#444; letter-spacing:0em;}
.snb_tit .bo_line { display:inline-block; width:100%; margin:0 auto; text-align:center; color:#000; font-size:10px; padding:10px 0 0; letter-spacing:-0.2em; } 

/* COPYRIGHT */
#foot { display:inline-block; position:relative;  z-index:999; width:100%; text-align:center; background:#5b5b5b; }
.copyright { width:1400px; margin:0 auto; text-align:center; padding:70px 0 60px 0; }
.copyright .tail_logo { position:relative; left:0px;text-align:left; }
.copyright .tail_add { position:relative; margin-left:335px; margin-top:-56px; text-align:left; font-family:'Noto Sans Kr'; font-size:15px; font-weight:300; color:#fff; line-height:26px; letter-spacing:-0.02em; }
.copyright .tail_add a {color:#fff;}
.copyright .tail_add p { padding-top:20px; text-align:left; font-family:'Noto Sans Kr'; font-size:14px; font-weight:300; color:#eee; letter-spacing:0em; }
.copyright .tail_privacy { width:255px; margin-top:-95px; margin-left:995px; cursor:pointer;  }

.span_line { clear:both; display:inline-block; width:11px; border-left:1px #fff solid; line-height:12px; margin:0 0 0 13px; }
.tail_line { clear:both; display:inline-block; width:10px; border-left:1px #aaa solid; color:#aaa; line-height:12px; margin:0 0 0 11px; }


/*  로그인/회원가입 head 부  */
#head_content { display:block; position:relative; min-width:100%; top:1px; text-align:center; border-top:1px #ddd solid; }
#head_content #head { width:950px;  margin:0 auto; padding:0; }
#head_content #head .cont { width:950px; text-align:left;  margin:0 auto; padding:50px 0 90px 0; }

/* Go Top 버튼 */
a.go-top { position: fixed; right: 30px; bottom: 130px; width: 65px; height: 65px; z-index: 999; display: none; }


/* 게시판 카테고리 ,랭키스 타입으로 변경 */
#bo_cate { width:100%; height:42px; margin:0 auto; margin-bottom:20px; font-size:17px; font-weight:500; line-height:40px; letter-spacing:-0.05em;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul { height:42px; width:100%;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li { list-style:none; display:inline-block; float:left; height:42px; line-height:40px; padding:0 25px; background:#fff; border:1px #ddd solid; margin-right:-1px; text-align:center; }
#bo_cate li a { display:inline-block;position:relative;  text-align:center; cursor:pointer; height:40px; margin:0 -25px; padding:0 25px;}
#bo_cate li a:focus, #bo_cate li a:hover, #bo_cate li a:active { color:#FFF;text-decoration:none}
#bo_cate #bo_cate_on { display:inline-block; float:left; height:40px; line-height:40px; margin:0 -25px; padding:0 25px; background:#222; border:0px #ddd solid; color:#FFF; text-align:center; cursor:pointer; }


/* 버튼 */
.btn, a.btn{ 
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

.btn3, a.btn3{ 
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

.btn-more a {position:relative;display:inline-block;overflow:hidden;color:#fff;-webkit-transition: all .8s ease;-moz-transition: all .8s ease;transition: all .8s ease}
.btn-more a:before {content:"";position:absolute;top:0;left:0;bottom:0;right:-120px;display:block;border-right:0px solid transparent;border-bottom:100px #eee solid;z-index:-1;transform: translateX(-100%);-webkit-transition: all .8s ease;-moz-transition: all .8s ease;transition: all .8s ease}
.btn-more a:hover:before {transform: translateX(0)}

/* 더보기 버튼 공통 */
.btn_more:hover .toggler{opacity:1;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg));
	-ms-transform:rotate(360deg);
}

.toggler{ display:inline-block; position:absolute;z-index:20; margin-left:690px; top:55px; width:40px;height:40px; border:none;}
.toggler{
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
}
.toggler:before,.toggler:after{content:'';display:block;position:absolute;background-color:#000; }
.toggler:before{ top:0px;left:50%;margin-left:-2px;width:3px;height:100%;}
.toggler:after{ left:0px;top:50%;margin-top:-2px;width:100%;height:3px;}
