
/* * * * * P A G E  T I T L E  백 그 라 운 드 * * * * */
#LOCATION .pgTitle.Basic{
    background-image: url(../img/7academy/location_pgTitle_bg.jpg);
}
#INSTUCTOR .pgTitle.Basic{
    background-image: url(../img/7academy/instructor_pgTitle_bg.jpg);
}


/* 강사소개 메뉴 삭제를 위한 lnb menu 넓이 조절 */
#FACILITY .lnbMenu>li, 
#LOCATION .lnbMenu>li{
    width: 33.33%;
}
/* * * * * * * * * * 강 사 소 개 P A G E * * * * * * * * * * * */

.TR_cnt{
    width: 100%;
}
.TR_cnt .TR_board{
	width: 1200px;
}
/**/
.TR_board .TR_List{
    width: 285px; height: 270px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(0,0,0,0);
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
    overflow: hidden;
    transition: .2s;
	background-image: url(/img/0index/inst_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
    cursor: pointer;
}
.TR_board .TR_List:nth-child(4), 
.TR_board .TR_List:nth-child(8), 
.TR_board .TR_List:nth-child(12), 
.TR_board .TR_List:nth-child(16), 
.TR_board .TR_List:nth-child(20), 
.TR_board .TR_List:nth-child(24), 
.TR_board .TR_List:nth-child(28), 
.TR_board .TR_List:nth-child(32), 
.TR_board .TR_List:nth-child(36), 
.TR_board .TR_List:nth-child(40){
    margin-right: 0;
}

.TR_List .TR_img{
    width: 100%; height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
	overflow: hidden;
	border-bottom: 3px solid #000;
}
.TR_List .TR_img > img{
	width: 120%;
	position: absolute;
	left: 15%; top: 0%;
}

.TR_List .TR_Txt{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
	transition: 0s;
}
/*TR_Top*/
.TR_Top .TR_topName h5{
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
}
.TR_Top .TR_topName h5>span{
    font-weight: 400;
    font-size: 16px;
    color: #666;
}
.TR_Top .TR_topName .subName{
	font-size: 12px;
	font-family: 'GmarketSansMedium';
}
.TR_Top .TR_topMore{
    float: right;
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
}
/*TR_Bot*/
.TR_List .TR_Txt .TR_Bot{
    width: 100%;
	margin-top: 20px;
}
.TR_Bot .TR_branch{
}
.TR_Bot .TR_branch > p{
	display: inline-block;
	margin-right: 3px;
	padding: 0 5px 1px 5px;
	background: #888;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.TR_Bot .TR_course{
    position: relative;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #666;
}
.TR_Bot .TR_botMore{
	position: absolute;
	bottom: 25px; left: 10px;
}
.TR_Bot .TR_botMore a{
	display: inline-block;
	width: 100px;
	padding: 2px 0 4px 0;
	border-radius: 5px;
	border: 1px solid #aaa;
	color: #aaa;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}
.TR_Bot .TR_subject{
    position: absolute;
    bottom: 20px;
}
.TR_subject .TRS_tit{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #444;
    margin-bottom: 5px;
}
.TR_subject .TRS_con{
	background: rgba(255,255,255,.6);
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: -2px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

/* hover effect */
.TR_board .TR_List:hover{
    border: 1px solid rgba(0,0,0,1);
	border-bottom: 0;
}
.TR_board .TR_List:hover .TR_Bot .TR_branch > p{
	background: #333;
}
.TR_board .TR_List:hover .TR_Bot .TR_course{
    color: #ff7800;
}
.TR_board .TR_List:hover .TR_Bot .TR_botMore a{
	border: 1px solid #ff7800;
	color: #ff7800;
}


/* * * TR_CLICK BOX * * */
.TR_Click{
    width: 100%; height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0; left: 0;
    z-index: 999;
    /**/display: none;
}

.TRC_box{
    width: 800px; height: 500px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    /**/display: none;
}

/* * TRCB title * */
.TRC_box .TRC_Btitle{
    width: 100%; height: 60px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.TRC_Btitle h5{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    padding: 18px 0;
}

/* * TRCB inner * */
.TRC_box .TRC_Binner{
    width: 100%; height: 440px;
    
    background: url(../img/7academy/TRBC_img_bg.jpg) 0 0 no-repeat;
}
/* TRBC inner - left : 텍스트 영역 */
.TRC_Binner .TRCB_Txt{
    width: 52%; height: 440px;
    float: left;
    
    padding: 0 20px;
    padding-top: 30px;
}
.TRCB_Txt .TRCB_txtBx.bottom{
    padding-top: 3px;
}
.TRCB_Txt .TRCB_txtBx .TRCB_tit{
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 7px;
    margin-top: 10px;
}

/* TRCB txt - 경력사항 / 자격사항 */
.TRCB_Txt .TRCB_txtBx .TRCB_cnt{
    width: 100%; height: 350px;
    border-radius: 5px;
    background: rgba(255,255,255,.4);
    padding: 10px 0 10px 10px;
    margin-bottom: 15px;
    
    font-size: 13px;
    line-height: 22px;
}

/* TRBC inner - right : 이미지 영역 */
.TRC_Binner .TRCB_Img{
    width: 48%; height: 440px;
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.TRC_Binner .TRCB_Img>img{
    width: 450px;
    position: absolute;
    bottom: -17%; left: 17%;
}
/* TRCB - 강사 타이틀 */
.TRC_Binner .TRCB_Img .TRCB_Name{
    position: absolute;
    top: 10px; left: 20px;
}
.TRCB_Name .NameTop{
    font-size: 18px;
    font-weight: 500;
    color: #ff7800;
}
.TRCB_Name .NameBot{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #000;
}
.TRCB_Name .NameBot>span{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #888;
    margin-left: 5px;
}
/* TRCB - 담당 수업과목 */
.TRC_Binner .TRCB_Img .TRCB_Sub{
    position: absolute;
    bottom: 40px; left: 20px;
}
.TRCB_Sub .Subtit{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 40px;
}

.TRCB_Sub .alink>a{
    display: block;
    min-width: 150px;
    padding: 3px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #888;
    background: rgba(255,255,255,.3);
    transition: all .2s;
    
    font-size: 13px;
}
.TRCB_Sub .alink>a>span{
    float: right;
    padding-left: 7px;
}
.TRCB_Sub .alink>a:hover{
    border: 1px solid #ff7800;
    background: #ff7800;
    color: #fff;
}
.TRCB_Sub .alink>a:hover>span{
    color: #fff;
}


/* TRC_box close btn */
.TRC_close{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.TRC_close>span{
    display: block;
    height: 2px;
    width: 25px;
    background: #000;
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-45%,-25%);
    -o-transform: translate(-45%,-25%);
    -webkit-transform: translate(-45%,-25%);
    -ms-transform: translate(-45%,-25%);
    -moz-transform: translate(-45%,-25%);
    transition: 0.5s;
}
.TRC_close .x{
    transform: rotate(45deg);
}
.TRC_close .y{
    transform: rotate(-45deg);
}
.TRC_close:hover .x{
    transform: rotate(135deg);
}
.TRC_close:hover .y{
    transform: rotate(-135deg);
}








/* * * * * * * * * * 교 육 시 설 P A G E * * * * * * * * * * * */

/* * * * * F C  T I T L E ( F A C 0 ) * * * * */

.facArea.FC_title{
    width: 100%; height: 500px;
    background: url(../img/7academy/about_bg_0.svg), linear-gradient(45deg, #C56CD6, #3425AF, #622774, #c53364);
	background-size: 400% 400%;
    background-position: 100% 50%;
    
    overflow: hidden;
    margin-bottom: 0;
    animation: gradient 5s ease;
    
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

.facArea .fac0{
    position: relative;
    padding: 130px 20px;
}
.fac0>span{
    font-family: 'GmarketSansBold';
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}
.fac0 .tit1, 
.fac0 .tit2{
    display: block;
}
.fac0 .tit4{
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
    top: 39%; left: 60%;
    text-align: center;
}
.fac0 .tit4>p{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}



/* * * * * F C  A R E A  ( 공 통 ) * * * * */
.facArea{
    position: relative;
    margin-bottom: 90px;
}
.facArea .Wrapper{
    position: relative;
}
.facArea .FC_img{
    width: 680px; height: 380px;
    background: gray;
    overflow: hidden;
    
}
.facArea .FC_txt{
    background: #fff;
    border-radius: 50px 0 0 0;
    
    width: 685px; height: 200px;
    position: absolute;
    bottom: 0; right: 0;
}
.FC_txt .FCtxt_wrap{
    padding: 50px;
}
.FC_txt .FC_Num{
    width: 120px; height: 100px;
    padding: 13px 0 7px 0;
    float: left;
    font-family: 'GmarketSansBold';
    font-size: 80px;
    letter-spacing: -0.05em;
    line-height: 86px;
    color: #ff7800;
    padding-right: 15px;
}
.FC_txt .FC_Detail{
    width: 465px ;height: 100px; 
    padding: 2px 10px;
    float: left;
    z-index: 3;
}
.FC_txt .FC_Detail>em{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px;
}
.FC_txt .FC_Detail>p{
    font-size: 15px;
    line-height: 22px;
}

.facArea .FC_icn{
    width: 200px; height: 200px;
    position: absolute;
}

/* * * * * F C  A R E A  ( 1 , 3 ) * * * * */
.facArea.fac1{
    padding-top: 20px;
}
.facArea.fac1 .FC_img, 
.facArea.fac3 .FC_img{
    float: left;
    border-radius: 0 50px 0 50px;
}
.facArea.fac1 .FC_txt .FC_Num{
    width: 100px;
}
.facArea.fac1 .FC_icn, 
.facArea.fac3 .FC_icn{
    top: 0; right: 0;
}

/* * * * * F C  A R E A  ( 2 , 4 ) * * * * */
.facArea.fac2, 
.facArea.fac4{
    padding: 90px 0;
    background: #f7f7f7;
}
.facArea.fac2 .FC_img, 
.facArea.fac4 .FC_img{
    float: right;
    border-radius: 50px 0 50px 0;
}
.facArea.fac2 .FC_txt, 
.facArea.fac4 .FC_txt{
    bottom: 0; left: 0;
    background: #f7f7f7;
    border-radius: 0 50px 0 0;
}
.facArea.fac2 .FC_txt .FC_Num, 
.facArea.fac4 .FC_txt .FC_Num{
    padding-left: 15px;
    padding-right: 0px;
}
.facArea.fac2 .FC_txt .FC_Detail, 
.facArea.fac4 .FC_txt .FC_Detail{
    text-align: right;
}
.facArea.fac2 .FC_icn, 
.facArea.fac4 .FC_icn{
    top: 0; left: 0;
}

.facArea.fac4 .FC_icn{
    width: 180px; height: 180px;
}




/* * * * * F C  R O L L I N G * * * * */
.facRolling{
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.facRolling .lnbTitle{
    margin-bottom: 40px;
}
.facRolling .FC_subTit{
    font-weight: 500;
    letter-spacing: 2em;
    color: #000;
    text-align: center;
    margin: 20px 0;
    padding-left: 10px;
}


/* * - FACROLLING SLICK SLIDER - * */
.facView.swiper-container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    overflow: hidden;
}
.facRolling .swiper-slide{
    background-size: cover;
    background-position: center;
}
.facRolling .gallery-top{
    width: 100%; height: 600px; 
    margin-bottom: 50px;
}
.facRolling .gallery-thumbs{
    height: 360px;
    box-sizing: border-box;
    padding: 10px 0;
}
.facRolling .gallery-thumbs .swiper-slide{
    height: 150px;
    opacity: 0.6;
    cursor: pointer;
}
.facRolling .gallery-thumbs .swiper-slide-thumb-active{
    opacity: 1;
}

/* * - FACROLLING SLIDER ARROWS & DOTS STYLE - * */
.facRolling .swiper-button-next, 
.facRolling .swiper-button-prev{
    color: rgba(255,255,255,.8);
    font-weight: bold;
    border-radius: 10%;
}
.facRolling .swiper-button-prev{
    top: 33%; left: 1%;
}
.facRolling .swiper-button-next{
    top: 33%; right: 1%;
}         
.facRolling .swiper-button-next:hover, 
.facRolling .swiper-button-prev:hover{
    color: rgba(255,255,255,1);
}
.facRolling .swiper-button-next:after{
    font-family: 'Arita-dotum-Medium';
    content: '>';
    font-size: 35px;
    margin-left: 5px;
    margin-top: 5px;
}
.facRolling .swiper-button-prev:after{
    font-family: 'Arita-dotum-Medium';
    content: '<';
    font-size: 35px;
    margin-left: -5px;
    margin-top: 5px;
}




/* * * * * * * * * * 오 시 는 길 P A G E * * * * * * * * * * * */

.TabArea{
    
}

#LOCATION .cnbMenu>li{
    width: 50%; height: 100%;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    background: #eee;
    color: #888;
    border-bottom: 5px solid #eee;
    border-radius: 10px 10px 0 0;
    padding: 13px 0;
    margin-left: 2px;
    cursor: pointer;
}
#LOCATION .cnbMenu>li:first-child{
    margin-left: 0px;
}
#LOCATION .cnbMenu .cnbSelect{
    border-bottom: 5px solid #ff7800;
    background: #ff7800;
    color: #fff;
}
#LOCATION .cnbMenu .cnbSelect:hover{
    border-bottom: 5px solid #ff7800;
    background: #ff7800;
    color: #fff;
    font-weight: 400;
}
#LOCATION .cnbMenu>li:hover{
    border-bottom: 5px solid #ff7800;
    color: #ff7800;
    font-weight: 600;
}


.MapTab{
    width: 100%;
}
.MapTab .TabWrap{
    position: relative;
    width: 100%; height:500px;
}

.MapTab .TabCnt{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}


/* * * * * L O C A T I O N  M A P * * * * */
.mapArea{
    width: 100%; height: 500px;
    background: gray;
}
.MapTab .mapArea{
    position: absolute;
    z-index: 1;
}
.MapTab .TabCnt.mapOn .mapArea{
    z-index: 5;
}



.customoverlay{
    position:relative; 
    bottom:45px; 
    background:#fff; 
    border:1px solid #646464; 
    padding: 1px 10px 3px 10px; 
    border-radius:5px; 
    text-align:center;
}
.customoverlay span.title{
    font-size:12px; 
    font-weight:bold; 
    line-height: 18px; 
    color:#000;
}



/* * * * * M A P  I N F O * * * * */
.TxtTab .TxtCnt{
    display: none;
}
.TxtTab .TxtCnt.mapOn{
    display: block;
}

.txtArea{
    margin-top: 30px;
}

.txtArea .txtAreaTitle{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #ff7800;
    margin-top: 20px;
}

.txtArea .txtBx{
    width: 50%; height: 280px;
    float: left;
    padding: 20px 0;
}
/* 학원안내 */
.txtBx .txtListBox{
    height: 240px;
}
.txtListBox .infoList{
    margin-bottom: 25px;
}

.infoList .listB{
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
}
.infoList .listL{
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
}
/* camInfo list - small .ver */
.infoList.Smlist .listB{
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
}
.infoList.Smlist .listL{
    color: #666;
}
.infoList.Smlist .divider.bk{
    height: 12px;
    background: #000;
}
/* 교통안내 */
.transInfo .transList{
    width: 50%; height: 240px;
    float: left;
    border-left: 1px solid #eee;
    padding: 0 20px;
}
.transInfo .transList.last{
    border-right: 1px solid #eee;    
}
.transTop .transIcn{
    height: 50px;
    text-align: center;
}
.transTop .transIcn>img{
    width: auto; height: 100%;
}
.transTop .transTit{
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-top: 7px;
}
.transList .transTxt{
    margin-top: 15px;
}
.transTxt .transB{
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
}
.transTxt .transL{
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin: 0 0 10px 0;
}



/* * * * * M O S  B A N N E R * * * * */

.bnrArea{
    width: 100%; height: 300px;
    background: #ff7800;
    margin-top: 90px;
}

.bnrArea a{
    font-size: 0;
}




/* * * * * FIXED INQUIRY 변경 스타일 * * * * */
#IQuick-Fixed{
    padding-top: 20px !important;
}







