@charset "utf-8";


/********************
COMMON
********************/
#multipleDiv_tem_profA_6{height:100vh !important;}
#multipleContentsDiv_tem_profA_6{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}
/*비주얼*/#menu4887_obj18{position:absolute;left:0;top:0;width:100% !important;height:100% !important;}
/*프로필*/#menu4887_obj34{width:640px !important;}
/*바로가기*/#menu4887_obj42{width:960px !important;}
/*바로가기_2*/#menu4887_obj116{position:absolute;left:0;bottom:0;width:100% !important;}
@media all and (max-width:1640px){	
	/*프로필*/#menu4887_obj34{width:38% !important;}
	/*바로가기*/#menu4887_obj42{width:58% !important;margin-top:50px;}
}
@media all and (max-width:1280px){
	/*프로필*/#menu4887_obj34,
	/*바로가기*/#menu4887_obj42{width:96% !important;}
	/*바로가기_2*/#menu4887_obj116{position:relative;left:unset;bottom:unset;margin-top:auto;}
}
@media all and (max-width:768px){
	#multipleDiv_tem_profA_6{height:100% !important;}
	/*바로가기*/#menu4887_obj42{margin-bottom:30px;}
}


/********************
PROFILE
********************/
.wrap_profile{height:100%;color:#FFF;padding-right:30px;}
.wrap_profile .item_1{font-size:25px;font-family:'Sebang Regular';line-height:1.3;margin-bottom:30px;}
.wrap_profile .item_2{font-size:55px;font-family:'Sebang Regular';line-height:1;}
.wrap_profile .item_3::before{content:"";display:block;width:50px;height:2px;background:#FFF;margin:30px 0;}
.wrap_profile .item_3 dl{display:flex;flex-wrap:wrap;font-size:20px;font-family:'Sebang Regular';padding:5px 0;}
.wrap_profile .item_3 dt{width:120px;position:relative;padding-left:15px;}
.wrap_profile .item_3 dt::before{content:"";display:block;width:8px;height:8px;background:#FFF;border-radius:100%;position:absolute;left:0;top:9px;}
.wrap_profile .item_3 dd{width:calc(100% - 120px);}
@media all and (max-width:1280px){
	.wrap_profile{padding-right:0;}
	.wrap_profile .item_1{font-size:20px;}
	.wrap_profile .item_2{font-size:40px;}
	.wrap_profile .item_3 dl{font-size:18px;}
}
@media all and (max-width:768px){
	.wrap_profile .item_1{font-size:18px;margin-bottom:10px;}
	.wrap_profile .item_2{font-size:30px;}
	.wrap_profile .item_3 dl{font-size:14px;}
	.wrap_profile .item_3 dt{width:80px;}
	.wrap_profile .item_3 dt::before{width:4px;height:4px;top:8px;}
	.wrap_profile .item_3 dd{width:calc(100% - 80px);}
}
/*애니메이션*/
.wrap_profile .item_1{opacity:0;transform:translateY(-50px);}
.wrap_profile .item_1{animation-name:profile_1;animation-duration:1s;animation-fill-mode:forwards;animation-delay:0.5s;}
@keyframes profile_1{
	0%{}
	100%{opacity:1;transform:translateY(0);}
}
.wrap_profile .item_2{opacity:0;transform:translateY(50px);}
.wrap_profile .item_2{animation-name:profile_2;animation-duration:1s;animation-fill-mode:forwards;animation-delay:1s;}
@keyframes profile_2{
	0%{}
	100%{opacity:1;transform:translateY(0);}
}
.wrap_profile .item_3{opacity:0;transform:translateY(50px);}
.wrap_profile .item_3{animation-name:profile_3;animation-duration:1s;animation-fill-mode:forwards;animation-delay:1.5s;}
@keyframes profile_3{
	0%{}
	100%{opacity:1;transform:translateY(0);}
}