.pcbr{display:block !important;}
.ptbr{display:none !important;}
.mbr{display:none !important;}
.pc_view{display:block !important;}
.mo_view{display:none !important;}

@media screen and (max-width:1320px){
.pcbr{display:none !important;}
.ptbr{display:block !important;}
.mbr{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;}
.mo_view{display:block !important;}
}


/***** ¼­ºê»ó´Ü ºòÅ¸ÀÌÆ² *****/
.sub_top {position:relative;display:none;  width:100%; display:block; }
.sub_top .sub_inner {position: relative; width:90%; margin:100px auto; max-width:1600px;}
.sub_top .sub_tit { position:relative;display:block; font-size:120px; font-weight:800; line-height:100%; font-family:'Outfit';   color:#fff; text-shadow: -1px 0px 0px #014CD5, 1px 0px 0px #014CD5, 0px 1px 0px #014CD5, 0px -1px 0px #014CD5;   text-transform:uppercase;}
.sub_top .sub_tit b {color:#014CD5;}

@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;}
.sub_top .sub_tit  {font-size:60px;  padding-bottom:20px;}
}

@media screen and (max-width:767px){
.sub_top .sub_tit  {font-size:40px;}
}


 

/* ¼­ºê¸Þ´º */
.sub_path {position:absolute; right:0; top:10px; max-width:800px; margin:0 auto;}
.sub_path>ul { text-align:left;}
.sub_path>ul>li {position:relative; display:inline-block; }
.sub_path>ul>li a{display:inline-block;  font-size:18px; margin:3px; padding:7px 23px; border:1px solid #014CD5; border-radius:20px; color:#014CD5;}
.sub_path>ul>li a:hover,.sub_path>ul>li a.on_box {background:#014CD5;  color:#fff; }

@media screen and (max-width:1500px){
.sub_path>ul>li a{font-size:18px; margin:4px 2px; padding:5px 20px;}
}

@media screen and (max-width:1279px){
.sub_path>ul>li a{font-size:16px;}
}

@media screen and (max-width:1024px){
.sub_path {position:relative; display:block; width:100%;}
.sub_path>ul>li a{font-size:14px;  padding:3px 10px;}
}



/* ¼­ºê ÇÏÀ§ Å¸ÀÌÆ² */
.con_tit  {position:relative; display:block;  padding-bottom:90px; text-align:left; width:92%; margin:0 auto; max-width:1600px;}
.con_tit h3 {font-size:55px; font-weight:800; color:#014CD5; text-transform:uppercase;}

@media screen and (max-width:1279px){
.con_tit  {padding-bottom:70px;}
.con_tit h3 {font-size:45px;}
}

@media screen and (max-width:1024px){
.con_tit  {padding-bottom:40px; text-align:center;}
.con_tit h3 {font-size:33px;}
}


.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;}