/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * P A G E  T I T L E * * * * * * */
main{
    margin-top: 90px;
}
#INSTUCTOR .pgTitle.Basic{
    background-image: url(/img/7academy/instructor_pgTitle_bg.jpg);
    background-position: 35% center;
}
#LOCATION .pgTitle.Basic{
    background-image: none;
    height: 80px;
}
#LOCATION .pgTitle h3, 
#LOCATION .pgTitle p{
    color: #000;
} 


/* * * * * * * * * * 강 사 소 개 P A G E * * * * * * * * * * * */
.TR_cnt{
	width: 100%;
}
.TR_board{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.TR_board .TR_List{
	width: 100%;	
	overflow: hidden;
	
	background: url(/img/0index/instructor_bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    cursor: pointer;
	
	border: 1px solid #eee;
	margin-bottom: 10px;
	
}

.TR_List .TR_img{
	/*
    width: 100%; height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
	overflow: hidden;
	*/
	float: right;
	position: relative;
	width: 40%; height: 100%;
}
.TR_List .TR_img > img{
	width: 130%;
	position: absolute;
	left: -15%; top: 0%;
}
.TR_List .TR_Txt{
	float: left;
    position: relative;
    width: 60%; height: 100%;
}


/* TR_TOP */
.TR_List .TR_Txt{
	padding: 20px 15px;
}
.TR_List .TR_Txt .TR_Top{
	padding-top: 7%;
}
.TR_Top .TR_Name{
	float: left;
}
.TR_Top .TR_Name{
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.02em;    
}
.TR_Top .TR_Name>span{
    font-weight: 400;
    font-size: 18px;
    color: #666;
}
.TR_Top .TR_subName{
	float: left;
	margin-left: 20px;
    display: block;
	font-family: 'GmarketSansMedium';
    font-size: 20px;
	line-height: 36px;
	padding-top: 5px;
}

/* TR_BOT */
.TR_List .TR_Txt .TR_Bot{
    width: 100%;
	padding-top: 10px;
}
.TR_Bot .TR_branch{
}
.TR_Bot .TR_branch > p{
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	font-weight: 400;
	font-size: 14px;
	padding: 0 5px 1px 5px;
	background: #888;
	color: #fff;
}
.TR_Bot .TR_course{
	display: inline-block;
    font-weight: 700;
    font-size: 18px;
	line-height: 20px;
    letter-spacing: -0.02em;
    color: #ff7800;
}
.TR_Bot .TR_course:after, 
.TRCB_Name .NameTop:after{
	content: '학과';
}
.TR_Bot .TR_subject{
}
.TR_subject .TRS_con{
	margin-top: 10%;
	overflow: hidden;
}
.TR_subject .TRS_con li{
	width: 50%;
	float: left;
    font-size: 15px;
    font-size: 15px;
    color: #666;
}
.TR_subject .TRS_con li:nth-child(5), 
.TR_subject .TRS_con li:nth-child(6), 
.TR_subject .TRS_con li:nth-child(7), 
.TR_subject .TRS_con li:nth-child(8), 
.TR_subject .TRS_con li:nth-child(9), 
.TR_subject .TRS_con li:nth-child(10){
	display: none;
}
.TR_Bot .TR_botMore{
}
.TR_Bot .TR_botMore a{
	display: block;
	width: 80%;
	color: #999;
	border: 1px solid #aaa;
	border-radius: 2px;
	padding: 2px 13px 4px 13px;
	margin-top: 10%;
	margin-bottom: 3%;
	margin-left: -2px;
	font-size: 15px; 
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}
.TR_Bot .TR_botMore a span{
	margin-left: 15px;
	padding-right: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #999;
}

/* * * TR_CLICK BOX * * */
.TR_Click{
    width: 100%; height: 100%;
	max-width: 768px;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    /**/display: none;
}
.TRC_box{
    width: 80%; height: auto;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    /**/display: none;
}


/* * TRCB title * */
.TRC_Btitle h5{
    width: 100%; 
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
/* * TRCB inner * */
.TRC_box .TRC_Binner{
    width: 100%; 
    padding: 40px 20px;
    background: url(/img/7academy/TRBC_img_bg.jpg) center bottom no-repeat;
}
/* TRCB - 강사 타이틀 */
.TRC_box .TRC_Binner .TRCB_Name{
	padding-top: 20px;
}
.TRCB_Name .NameTop{
	float: left;
    font-size: 20px;
    font-weight: 500;
    color: #ff7800;
}
.TRCB_Name .branch{
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: -0.02em;
	padding: 0 7px 2px 7px;
	background: #666;
	color: #fff;
}
.TRCB_Name .NameBot{
	float: left;
	width: 100%;
    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;
}
/* TRBC inner : 텍스트 영역 */
.TRC_Binner .TRCB_Txt{
    width: 100%;
}
.TRCB_Txt .TRCB_txtBx.bottom{
	padding-top: 15px;
}
.TRCB_Txt .TRCB_txtBx .TRCB_tit{
    font-size: 17px;
    color: #000;
    margin-bottom: 7px;
    margin-top: 15px;
}
/* TRCB txt - 경력사항 / 자격사항 */
.TRCB_Txt .TRCB_txtBx .TRCB_cnt{
    width: 100%;
	max-height: 175px;
	overflow-y: scroll;
    font-size: 16px;
	margin-top: 10px;
}
/* TRCB txt - 담당수업과목 */
.TRCB_Txt .TRCB_txtBx .TRCB_tit.point{
	background: #ff7800;
	color :#fff;
	font-weight: 400;
	text-align: center;
	padding: 2px 0 3px 0;
	margin-bottom: 10px;
	margin-top: 30px;
}
.TRCB_Txt .TRCB_txtBx .TRCB_cnt li{
	width: 33.33%;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
.TRCB_Txt .TRCB_txtBx .TRCB_cnt li:nth-child(3), 
.TRCB_Txt .TRCB_txtBx .TRCB_cnt li:nth-child(6){
	padding-right: 0;
}
.TRCB_Txt .TRCB_txtBx .TRCB_cnt li a{
	display: block;
	border: 1px solid #333;
	border-radius: 3px;
	text-align: center;
	padding: 5px 0 7px 0;
	font-size: 14px;
}

/* TRC_box close btn */
.TRC_close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 5px;
    cursor: pointer;
}
.TRC_close>span{
    display: block;
    height: 2px;
    width: 20px;
    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);
}








/* * * * * * * * * * 교 육 시 설 P A G E * * * * * * * * * * * */

/* * * * * F C  T I T L E ( F A C 0 ) * * * * */

.facArea.FC_title{
    width: 100%; height: 130px;
    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: 20px;
}
.fac0>span{
    font-family: 'GmarketSansBold';
    font-size: 17px;
    color: #fff;
    margin-bottom: 3px;
}
.fac0 .tit1, 
.fac0 .tit2{
    display: block;
}
.fac0 .tit4{
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
    top: 39%; right: 5%;
    text-align: center;
}


/* * * * * F C  A R E A  ( 공 통 ) * * * * */
.facArea{
    position: relative;
    margin-bottom: 15px;
}
.facArea .FC_img{
    background: gray;
    overflow: hidden;
    font-size: 0;
}
.facArea .FC_bot{
    width: 100%; height: 100px;
    position: relative;
}
.FC_bot .FC_txt{
    width: 100%;
}

.FC_txt .FC_Num{
    width: 20%;
    font-family: 'GmarketSansBold';
    color: #ff7800;
    font-size: 48px;
    letter-spacing: -0.05em;
    line-height: 57px;
    padding-top: 5px;
}
.FC_txt .FC_Detail{
    width: 80%;
}
.FC_txt .FC_Detail>em{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px;
}
.FC_txt .FC_Detail>p{
    font-size: 10px;
    line-height: 16px;
}


.FC_bot .FC_icn{
    position: absolute;
    top: -50%; 
    width: 85px; height: 80px;
}
.FC_bot .FC_icn>img{
    width: 55px; height: 55px;
    position: absolute;
    top: 50%; 
}





/* * * * * F C  A R E A  ( 1 , 3 ) * * * * */
.facArea.fac1 .FC_img, 
.facArea.fac3 .FC_img{
    border-radius: 0 30px 0 30px;
}
.facArea.fac1 .FC_bot .FC_icn, 
.facArea.fac3 .FC_bot .FC_icn{
    right: 0;
    border-radius: 15px 0 0 0;
    background: #fff;
}
.facArea.fac1 .FC_icn>img, 
.facArea.fac3 .FC_icn>img{
    left: 70%;
    transform: translate(-70%,-50%);
}
.facArea.fac1 .FC_txt .FCtxt_wrap{
    padding: 25px 20px 25px 10px;
}
.facArea.fac1 .FC_txt .FC_Num{
    float: left;
    font-size: 52px;
    text-align: right;
}
.facArea.fac1 .FC_txt .FC_Detail{
    float: right;
    padding-left: 5px;
}
.facArea.fac3{
    padding-top: 25px;
}
.facArea.fac3 .FC_txt .FCtxt_wrap{
    padding: 25px 20px 25px 5px;
}
.facArea.fac3 .FC_txt .FC_Num{
    float: left;
    text-align: right;
}
.facArea.fac3 .FC_txt .FC_Detail{
    float: right;
    padding-left: 10px;
}

/* * * * * F C  A R E A  ( 2 , 4 ) * * * * */
.facArea.fac2, .facArea.fac4{
    padding: 40px 0 15px 0;
    background: #f7f7f7;
}
.facArea.fac2 .FC_img, 
.facArea.fac4 .FC_img{
    border-radius: 30px 0 30px 0;
}
.facArea.fac2 .FC_bot .FC_icn, 
.facArea.fac4 .FC_bot .FC_icn{
    left: 0;
    border-radius: 0 15px 0 0;
    background: #f7f7f7;
}
.facArea.fac2 .FC_icn>img, 
.facArea.fac4 .FC_icn>img{
    top: 65%; left: 35%;
    transform: translate(-35%,-65%);
}
.facArea.fac2 .FC_txt .FCtxt_wrap, 
.facArea.fac4 .FC_txt .FCtxt_wrap{
    padding: 25px 5px 25px 20px;
}
.facArea.fac2 .FC_txt .FC_Num, 
.facArea.fac4 .FC_txt .FC_Num{
    float: right;
}
.facArea.fac2 .FC_txt .FC_Detail, 
.facArea.fac4 .FC_txt .FC_Detail{
    float: left;
    padding-right: 10px;
    text-align: right;
}


/* "CURRICULUM, PORTFOLIO" SLIDER ARROWS & DOTS STYLE */
.facView.swiper-container .swiper-button-next, 
.facView.swiper-container .swiper-button-prev{
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,0.4);
}
.facView.swiper-container .swiper-button-prev{
    left: 0px;
}
.facView.swiper-container .swiper-button-next{
    right: 0px;
} 
.facView.swiper-container .swiper-button-next:hover, 
.facView.swiper-container .swiper-button-prev:hover{
    background: rgba(0,0,0,.8);
}
.facView.swiper-container .swiper-button-next:after{
    font-family: 'Arita-dotum-Medium';
    content: '>';
    font-size: 20px;
    margin-left: 3px;
    margin-top: 3px;
} 
.facView.swiper-container .swiper-button-prev:after{
    font-family: 'Arita-dotum-Medium';
    content: '<';
    font-size: 20px;
    margin-left: -3px;
    margin-top: 3px;
}



/* * * * * * 오 시 는 길 P A G E * * * * * */
#LOCATION{
    padding: 0 5px;
}
#LOCATION .cnbTab{
    height:41px;
    border-bottom: 3px solid #ff7800;
    margin-bottom: 2px;
}
#LOCATION .cnbMenu>li{
    width: 50%;
    font-size: 14px;
    line-height: 38px;
    background: #eee;
    color: #888;
    border-radius: 10px 10px 0 0;
    margin-left: 2px;
    border-bottom: 3px solid #ff7800;
    cursor: pointer;
}
#LOCATION .cnbMenu>li:first-child{
    margin-left: 0px;
}
#LOCATION .cnbMenu .cnbSelect{
    background: #ff7800;
    color: #fff;
    font-weight: 600;
}


.MapTab{
    width: 100%;
}
.MapTab .TabWrap{
    position: relative;
    width: 100%; height:300px;
}

.MapTab .TabCnt{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}



/* * * * * L O C A T I O N  M A P * * * * */
#MAP{
    padding: 0;
}
.mapArea{
    width: 100%; height: 300px;
    background: gray;
}


.mapArea{
    width: 100%; height: 300px;
    background: gray;
}
.MapTab .mapArea{
    position: absolute;
    z-index: 1;
}
.MapTab .TabCnt.mapOn .mapArea{
    z-index: 5;
}


.customoverlay{
    position:relative; 
    bottom:45px; 
    text-align:center;
}
.customoverlay span.title{
    font-size:11px; 
    font-weight:bold; 
    line-height: 17px; 
    color:#000;
    padding: 3px 10px 4px 10px;
    background:#fff; 
    border:1px solid #646464; 
    border-radius:5px; 
}

/* * * * * M A P  I N F O * * * * */

.TxtTab .TxtCnt{
    display: none;
}
.TxtTab .TxtCnt.mapOn{
    display: block;
}



.txtArea{
    padding: 15px 0;
}
.txtArea .txtAreaTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #ff7800;
    margin-top: 20px;
}
.txtArea .txtBx {
    padding-top: 20px;
}
.txtBx .txtListBox{
    width: 90%;
    margin: 0 auto;
}
.txtListBox .infoList{
    margin-bottom: 15px;
}
.infoList .listB{
    width: 20%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.infoList .listL{
    width: 80%;
    float: left;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
}
.infoList .listL .Lsmall{
    font-size: 10.5px;
    color: #666;
    display: inline-block;
    margin-left: 5px;
}

.transInfo .transList{
    border-top: 1px solid #eee;
    padding: 30px 0 25px 0;
}
.transInfo .transList.last{
    border-bottom: 1px solid #eee;
}
.transList .transTop{
    text-align: center;
    margin-bottom: 20px;
}
.transTop .transTitle{
    display: inline-block;
}
.transTop .transIcn{
    float: left;
    width: 40px; height: 40px;
    text-align: center;
}
.transTop .transTit{
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    margin-left: 5px;
}

.txtBx .transList{
    width: 90%;
    margin: 0 auto;
}
.transTxt li{
    padding: 5px 0 10px 0;
}
.transTxt .transB{
    width: 30%;
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.transTxt .transL{
    width: 70%;
    float: left;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
}
.infoList .listL .Lsmall{
    font-size: 10.5px;
    color: #666;
    display: inline-block;
    margin-left: 5px;
}


/* * * * * M O S  B A N N E R * * * * */
.bnrArea{
    width: 100%; 
    padding: 0 20px;
}
.bnrArea a{
    font-size:0;
}
.bnrArea img{
    width: 100%;
    background: #ff7800;
}






/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * M E D I A  * * * * * * * * */


@media screen and (max-width: 650px){
	
	/*강사소개*/
	.TRC_box{
    	width: 90%; 
	}
	.TRCB_Name .NameTop{
		font-size: 18px;
	}
	.TRCB_Name .NameBot{
    	font-size: 26px;
	}
	.TRCB_Name .NameBot>span, 
	.TRCB_Txt .TRCB_txtBx .TRCB_tit{
    	font-size: 16px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt{
    	font-size: 14px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt li{
		width: 50%;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt li:nth-child(3){
		padding-right: 5px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt li:nth-child(2), 
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt li:nth-child(4){
		padding-right: 0;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt li a{
		font-size: 14px;
		padding: 5px 0 6px 0;
	}
	.TR_List .TR_Txt .TR_Top{
		padding-top: 3%;
	}
	.TR_Top .TR_Name{
		font-size: 22px;
		line-height: 30px;
	}
	.TR_Top .TR_Name>span{
		font-size: 16px;
	}
	.TR_Top .TR_subName{
		font-size: 18px;
		line-height: 30px;
	}
	.TR_List .TR_Txt .TR_Bot{
		padding-top: 5px;
	}
	.TR_Bot .TR_branch > p{
		font-size: 13px;
	}
	.TR_Bot .TR_course{
		font-size: 16px;
	}
	.TR_subject .TRS_con li{
		font-size: 13px;
	}
	
}
	
@media screen and (max-width: 600px){
	
	
}
	

	
@media screen and (max-width: 540px){
	/*강사소개*/
	.TR_List .TR_Txt{
		padding: 10px 15px;
	}
	.TR_Top .TR_Name{
		float: none;
		font-size: 20px;
		line-height: 26px;
	}
	.TR_Top .TR_Name>span{
		font-size: 14px;
	}
	.TR_Top .TR_subName{
		float: none;
		font-size: 14px;
		line-height: 26px;
		margin-left: 0;
		padding-top: 0;
	}
	.TR_Bot .TR_branch > p{
		font-size: 12px;
		margin-right: 3px;
	}
	.TR_Bot .TR_course{
		font-size: 15px;
	}
	
	.TR_Bot .TR_subject{
		display: none;
	}
	.TR_Bot .TR_botMore a{
		font-size: 12px;
		margin-top: 15%;
		margin-bottom: 5%;
	}
	.TR_Bot .TR_botMore a span{
		font-size: 12px;
	}
	
	
	.TRC_box{
    	width: 90%; 
	}
	.TRCB_Name .NameTop{
    	font-size: 15px;
		line-height: 22px;
	}
	.TRCB_Name .NameBot{
		font-size: 22px;
		line-height: 28px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_tit{
		font-size: 14px;
		margin-bottom: 0;
	}
	.TRCB_Name .NameBot>span{
		font-size: 14px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt{
		font-size: 12px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_tit.point{
		margin-top: 15px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt li a{
		font-size: 12px;
	}
	.TRC_close>span{
		width: 15px;
	}
	
	
	/*오시는길*/
    .MapTab .TabWrap, 
    .mapArea{
        height: 240px;
    }
    .bnrArea{
        padding: 0;
    }
    
    
}


@media screen and (max-width: 420px){
	/*강사소개*/
	.TR_List .TR_img > img{
		width: 170%;
		left: -45%;
	}
	.TR_Top .TR_Name>span{
		font-size: 14px;
	}
	.TR_Top .TR_subName{
		font-size: 12px;
	}
	.TR_List .TR_Txt .TR_Bot{
		padding-top: 10px;
	}
	.TR_Bot .TR_subName{
		font-size: 11px;
		line-height: 22px;
		padding-bottom: 10px;
	}
	.TR_Bot .TR_course{
		font-size: 14px;
	}.TR_Bot .TR_branch > p{
		font-size: 11px;
	}
	.TR_Bot .TR_botMore a{
		font-size: 12px; 
		margin-top: 10%;
	}
	.TR_Bot .TR_botMore a > em{
		display: none;
	}
}


/* 화면 넓이 아이폰6 보다 좁은 경우 */
@media screen and (max-width: 365px){
    
	/*강사소개*/
	.TR_List .TR_img > img{
		left: -40%;
	}
	.TR_List .TR_Txt{
		padding: 5px 10px;
		padding-right: 0;
	}
	.TR_Top .TR_Name{
		font-size: 16px; 
		line-height: 22px;
	}
	.TR_Top .TR_Name>span{
		font-size: 13px;
	}
	.TR_List .TR_Txt .TR_Bot{
		padding-top: 5px;
	}
	.TR_Bot .TR_branch > p{
		font-size: 11px;
	}
	.TR_Bot .TR_course{
		font-size: 13px;
	}
	.TR_Bot .TR_botMore a{
		margin-top: 10px;
	}
	
	
	.TRC_box .TRC_Binner{
		padding: 30px 10px;
	}
	.TRC_Btitle h5{
		padding: 5px 10px;
		font-size: 14px;
	}
	.TRCB_Name .NameTop{
		font-size: 15px;
		line-height: 20px;
	}
	.TRCB_Name .NameBot{
		font-size: 20px;
		line-height: 26px;
	}
	.TRCB_Name .NameBot>span{
		font-size: 12px;
		margin-left: 0;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_tit{
		font-size: 13px;
		font-weight: 500;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt{
		font-size: 11.5px;
	}
	.TRCB_Txt .TRCB_txtBx.bottom{
		padding-top: 10px;
	}
	.TRCB_Txt .TRCB_txtBx .TRCB_cnt li a{
		font-size: 11px;
	}
	.TRC_close{
		top:0;
	}
	
	
    /*교육시설*/
    .facArea{
        margin-bottom: 5px;
    }
    .facArea.fac2, .facArea.fac4{
        padding: 0;
        padding-top: 35px;
    }
    .facArea.fac1 .FC_txt .FCtxt_wrap, 
    .facArea.fac3 .FC_txt .FCtxt_wrap{
        padding: 15px 0;
        padding-left: 5px;
    }
    .facArea.fac2 .FC_txt .FCtxt_wrap, .facArea.fac4 .FC_txt .FCtxt_wrap{
        padding: 15px 0;
        padding-left: 0;
    }
    .facArea.fac1 .FC_txt .FC_Num, 
    .FC_txt .FC_Num{
        width: 14%;
        font-size: 32px;
        text-align: left;
    }
    .FC_txt .FC_Detail{
        width: 84%;
    }
    .FC_txt .FC_Detail>em{
        font-size: 13px;
        margin-bottom: 3px;
    }
    .facArea.fac1 .FC_txt .FC_Detail, 
    .facArea.fac3 .FC_txt .FC_Detail{
        width: 86%;
    }
    .facArea.fac2 .FC_txt .FC_Detail, .facArea.fac4 .FC_txt .FC_Detail{
        padding-right: 0;
    }
    .FC_bot .FC_icn{
        top: -60%;
        width: 65px; height: 60px;
    }
    .FC_bot .FC_icn>img{
        width: 45px; height: 45px;
        top: 55%;
    }
    
    /*오시는길*/
    .txtBx .txtListBox{
        width: 95%;
    }
    .infoList .listB{
        width: 17%;
        font-size: 12px;
    }
    .infoList .listL{
        width: 83%;
        font-size: 11px;
        
    }
    
    .txtBx .transList{
        width: 95%;
    }
    .transTxt .transB{
        font-size: 12px;
    }
    .transTxt .transL{
        font-size: 11px;
    }

}







