body {background: #fff;} 
.pcbr{display:block !important;}
.ptbr{display:block !important;}
.tbr{display:none !important;}
.mbr{display:none !important;}
.pc_view{display:block !important;}
.pt_view{display:block !important;}
.tm_view{display:none !important;}
.t_view{display:none !important;} 
.m_view{display:none !important;}

@media screen and (max-width:767px){
.pcbr{display:none !important;}
.ptbr{display:none !important;}
.mbr{display:block !important;}
.pc_view{display:none !important;}
.pt_view{display:none !important;}
.tm_view{display:block !important;}
.m_view{display:block !important;}
html,body {position: relative;height: auto;}
}


/***** ¼­ºê»ó´Ü ºòÅ¸ÀÌÆ² *****/
.sub_top {position:relative;display:none;  width:100%; display:block; }
.sub_top .sub_inner {position: relative; width:92%; margin:100px auto; max-width:1600px;}
.sub_top .sub_tit { position:relative;display:block; font-size:120px; font-weight:800; line-height:100%; color:#000;  text-transform:uppercase;}

@media screen and (max-width:1500px){
.sub_top .sub_tit  {font-size:100px;}
}

@media screen and (max-width:1279px){
.sub_top .sub_tit  {font-size:80px;}
}

@media screen and (max-width:1024px){
.sub_top .sub_inner { margin:50px auto; width:100%; }
.sub_top .sub_tit  {font-size:60px; text-align:center; padding-bottom:20px;}
}

@media screen and (max-width:767px){
.sub_top .sub_tit  {font-size:40px;}
}


/* ¼­ºê¸Þ´º */
.sub_path {position:absolute; right:0; top:0px;}
.sub_path>ul {width:100%;  text-align:center;}
.sub_path>ul>li {position:relative; display:inline-block; }
.sub_path>ul>li a{display:inline-block;  font-size:20px;  padding:20px;  color:#000; opacity:0.7;}
.sub_path>ul>li a:hover,.sub_path>ul>li a.on_box { opacity:1; }

@media screen and (max-width:1500px){
.sub_path>ul>li a{font-size:16px; padding:10px;}
}

@media screen and (max-width:1279px){
.sub_path>ul>li a{font-size:15px;}
}

@media screen and (max-width:1024px){
.sub_path {position:relative; display:block; width:100%;}
.sub_path>ul>li a{font-size:14px;  padding:10px;}
}




/* ¼­ºê ÇÏÀ§ Å¸ÀÌÆ² */
.con_tit  {position:relative; display:block;  padding-bottom:100px; text-align:left; width:92%; margin:0 auto; max-width:1600px; }
.con_tit h3 {font-size:40px; font-weight:700;  text-transform:uppercase;}

@media screen and (max-width:1279px){
.con_tit  {padding-bottom:70px;}
.con_tit h3 {font-size:40px;}
}

@media screen and (max-width:1024px){
.con_tit  {padding-bottom:50px; text-align:center;}
.con_tit h3 {font-size:30px;}
}




.sub_top .sub_path,
.sub_top .sub_tit strong.tit1 {opacity:0;}
.sub_top .sub_path,
.sub_top.in-view .sub_tit  {opacity:1;transition:opacity 0.8s 0.2s;}