@charset "utf-8";

@font-face {
	font-family: 'SUIT Variable';
	font-weight: 100 900;
	src: url('/assets/fonts/SUIT-Variable.woff2') format('woff2-variations');
}
@font-face {
	font-family: 'DDP_L';
	font-weight: 100 300;
	src: url('/assets/fonts/DDP_L_131224.woff') format('woff');
}
@font-face {
	font-family: 'DDP_R';
	font-weight: 400 600;
	src: url('/assets/fonts/DDP_R_131204.woff') format('woff');
}
@font-face {
	font-family: 'DDP_B';
	font-weight: 700 900;
	src: url('/assets/fonts/DDP_B_131224.woff') format('woff');
}

:root {
	--key-yellow:#edfa61;
	--key-green-aurora:#18b491;
	--menu-width:190px;
}
.bg-keycolor {
	background-color:var(--key-yellow);
	color:black;
}
.bg-keycolor:hover {
	background-color:var(--key-yellow);
	color:black;
}


/* 	outline: 0; */
* {
	font-family:"SUIT Variable", "Poppins";
}
a {
	text-decoration:none !important;
	color:#333;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:focus {
/*   outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
}


body {

}
header {
	position:relative;
	z-index:30;
	background-color: #fff;
	padding-top:10px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 0px 28px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 28px 4px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 28px 4px rgba(0,0,0,0.55);
}

a.navbar-brand img {
	
}
div.divHeaderWrap {
	position:relative;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}
div.divHeaderWrap > div.row{
	padding-bottom:10px;
}

a#dropdownMenuMB {
	width:36px !important;
	margin-left:80px;
}

a.top_sns {
	display:block;
	width:36px !important;
	height:16px;
	margin-left:80px;
}
.top_sns svg {
	margin-top:-7px;
}
div.btnTopSNS {
	width:100%;
	padding:15px 0px;
}
div.btnTopSNS svg {
	fill:#000000;
	width:36px;
}
div.btnTopSNS a {
	float: left;
	width:calc(( 100% - 100px ) / 2);
	padding-top:5px;
	text-align: right;
}
div.btnTopSNS a:last-child {
	padding-top:0px;
	width:100px;
}
span.btnTopBox {
	font-size:12px;
	border:1px solid #ddd;
	border-radius: 3px;
	padding: 3px 10px;
}

div.sdfincuTopLogo {
	text-align:left;
}

div.sdfincuTopLogo, div.sdfincuTopLogo a {
	/* justify-content: center;
	display:flex;
	flex-direction: column;
	align-items: center; */
	padding-top:16px;
}
div.sdfincuTopLogo svg {
	fill:#000000;
	max-width:234px;
	margin-bottom:10px;
}

div.divWrapSet {
	border:4px dashed #ccc;
	border-radius:20px;
	width:100%;
	position:relative;
	height:100vh;
	margin:0px auto 100px auto;
}
div.btnSetting {
	position:absolute;
	right:10px;
	top:10px;
}
div.mainTopSlide {
	position:relative;
	/* overflow:hidden; */
}
div.mainTopSlideBG {
	position:absolute;
	width:100%;
	height:calc(100% - 40px);
	top:0px;
	left:0px;
	z-index:11;
}
div.divSlideWrapArrow {
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
}
div.divSlideWrap {
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
}

div#bodyWrapSet {
	font-size:30px;
	cursor:pointer;
}
div.divSlideButton {
	position:absolute;
	z-index:20;
	bottom:0px;
	left:10%;
}
div.divSlideButton p {
	cursor:pointer;
	float:left;
	transition: 3s ease-in-out;
	-webkit-transition: 3s ease-in-out;
	width:40px;
}
div.divSlideButton p svg {
	width:100%;
}

div.divSlideButton button {
	cursor:pointer;
	float:left;
	transition: 3s ease-in-out;
	-webkit-transition: 3s ease-in-out;
	width:40px;
	background: transparent;
    border: 0;
}
div.divSlideButton button svg {
	width:100%;
}

nav#mainNav {
	position:relative;
	z-index:30;
	background-color: transparent;
	/* background-image: linear-gradient(to bottom,#fff 0,#fff 100%); */
	border:0px;
	border-top:0px solid #aaa;
	border-radius:0px;
	margin-top:1.5rem;
/*	-webkit-box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0 5px 5px rgb(0 0 0 / 8%);
     box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0 5px 5px rgb(0 0 0 / 8%);
    	padding:20px 0px 20px 0px; */
	
}
div#navbarsSY {
	/* padding-left:5vw; 
	background: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);*/
}
.nav-link {
	/* font-size:1.3vw; */
	font-weight:400;
	color:#000;
}
.nav-item {
	padding:0px 0px;
}
ul.mainMenu li {
	
}
ul.mainMenu > li > a {
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	font-size:18px;
	font-weight:600;
	padding:0px !important;
	width:200px;
}
ul.mainMenu .dropdown-toggle::after {
	border:0px;
}
ul.mainMenu ul.dropdown-menu {
	position:absolute;
	border:0px;
	background-color:transparent;
	/* width:50vw; */
	width:var(--menu-width);
	min-width:var(--menu-width);
	/* border-radius:15px; */
	margin-top:2rem;
}

ul.mainMenu .dropdown-menu li {
	text-align:center;
	padding:5px;
}
ul.mainMenu .dropdown-menu li a:hover {
	/* border-bottom:1px solid #fff; */
	background-color:rgba(0, 0, 0, 1);
	color:var(--key-yellow) !important;
	/* border-radius:30px; */
}
ul.mainMenu .dropdown-menu li a {
	font-size:14px;
	font-weight:400;
	padding:2px 5px;
	width:100%;
}
ul.mainMenu .dropdown-item:hover, .dropdown-item:focus {
	background-color:transparent;
}
ul.mainMenu .dropdown:hover ul.mainMenu .dropdown-menu {
	display: block;
}
li.liMB {
	margin-top:0px;
	margin-left:23%;
	width:60px;
}

li.menuSNS  a svg {
	max-width:36px;
}
div.divMegaMenuBG {
	width:100%;
	height:230px;
	background-color:white;
	display:none;
/*	-webkit-box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0 0px 5px rgb(0 0 0 / 8%);
    box-shadow: inset 0px 0 5px rgb(255 255 255 / 15%), 0px 0 5px rgb(0 0 0 / 8%); */
}

div.divMenuUnderLine {
	width:calc(100% + 60px);
}


div.loginFoot  {
	font-size:max(1.2vw, 16px);
	font-weight:400;
	color:white;
}
div.loginFoot  a, div.loginFoot  a:hover{
	color:white;
	padding:0px 20px;
}

div#subTop {
	background:url("/assets/images/buildingIMG2.jpg") no-repeat center 63%;
	background-size:cover;
	padding-top:10%;
	padding-bottom:0%;
	width:100%;
}
h1#titSubTop {
	color:#fff;
	font-size:5vw;
	font-weight:100;
	text-shadow: 0px 0px 10px gray;
}

footer {
	margin-top:100px;
	padding:30px 0px 50px 0px;
	text-align:left;
	display:flex;
	width:100%;
	line-height:120%;
	border-top:0px;
	z-index:300;
	background-color:var(--key-yellow);
}
footer img.footerLogo {
	max-width:248px;
	height:auto;
}
footer div.container-xl{
	position:relative;
}
footer h4 {
	margin-top:40px;
	font-size:18px;
	font-weight:800;
}
footer address {
	margin-bottom:5px;
}
footer p.pCopyright {
	margin-top:15px;
	font-weight:800;
	font-size:15px;
}
footer div.bottomTop {
	position:absolute;
	right:0px;
	top:0px;
}
footer div.bottomTop div.btn1 {
	float:left;
	margin-right:40px;
	font-size:16px;
	font-weight:600;
	padding-top:10px;
}
footer div.bottomTop div.btn2 {
	float:left;
	margin-right:40px;
	font-size:16px;
	font-weight:600;
	padding-top:10px;
}
footer div.bottomTop div.btn3 {
	float:left;
	width:40px;
}
div.relativeCorp {
	position:absolute;
	right:0px;
	bottom:0px;
}
div.relativeCorp img {
	height:30px;
	margin-left:30px;
}

div#divOnType, div#divOffType {
	display:none;
}
div.divOff, div.divOn {
	display:none;
}

div.sitePolicy {
	padding:5px 50px;
}
div.sitePolicy a {
	margin-top:10px;
	padding:0px 15px 0px 10px;
	border-right:1px solid black;
	font-weight:700;
	font-size:18px;
}

div.sitePolicy a:first-child {
	font-weight:900;
	color:#333;
	transition: all 3s ease;
    -moz-animation:blink normal 3s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 3s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 3s infinite ease-in-out;
    /* IE */
    animation:blink normal 3s infinite ease-in-out;
    /* Opera */
}
@keyframes blink {
    0% {
           color: rgba(0,0,0,1)
    }
    50% {
           color: rgba(0,0,0,0.5)
    }
    100% {
           color: rgba(0,0,0,1)
    }
}

div.sitePolicy a:last-child {
	border-right:0px;
}

div.siteCopyRight {
	padding:50px 0px 0px 60px;
}

div.siteFamily {
	position:relative;
	height:100%;
}
div.siteFamily a {
	margin-right:20px;
}
div.siteFamily a:last-child {
	margin-right:0px;
}
div.siteFamily svg {
	width:36px;
}

div.siteFamily a img {
	width:36px;
}

.selectFamilySite {
	background-color:black;
	color:var(--key-yellow);
	margin-top:5px;
	padding:5px 15px;
	cursor:pointer;
	position:relative;
	outline:0px;
}
.selectFamilySite:focus {
	border:3px dashed white;
}

div.divSelectFamilySite {
	background-color:black;
	color:var(--key-yellow);
	margin-top:5px;
	padding:5px 15px;
	cursor:pointer;
	position:relative;
}
div.divFamilySiteList {
	position:absolute;
	top:-80px;
	left:0px;
	width:100%;
	height:72px;
	border:1px solid black;
	display:none;
}
div.divFamilySiteList p {
	width:100%;
	height:36px;
	line-height:30px;
	background-color:var(--key-yellow);
	color:black;
	margin:0px;
	padding:3px 0px 5px 5px;
	border-bottom:1px solid black;
}
div.divBottomLogo {
	bottom:20px;
}
div.divBottomLogo a {
	margin-right:26px;
	min-width:110px;
	display:inline-block;
	/* text-align:center; */
}
div.divBottomLogo a:nth-child(2) {
	margin-right:0px;
}
div.divBottomLogo img {
	width:auto !important;
	height:26px;
	margin-top:20px;
}


.privacy_tit {
	font-size:22px;
	font-weight:600;
}

.main ul li {
	list-style:none;
}
.main ul  {
	padding-left:0px;
}
div.divMainTenant {

}
div.divMainTenant h2 {
	font-family:"DDP_L", "Poppins";
	font-style: italic;
	font-size:50px;
	font-weight:200;
}
div.divMainTenant hr {
	border-top:1px solid #000;
	color:#000;
	opacity:1;
}
div.divMainTenant h3 {
	font-size:30px;
	margin-top:20px;
	font-family: 'DDP_B';
}
div.divMainTenant h3 span {
	font-size:15px;
	padding-top:15px;
}
div#main-owl-carousel div.item {
	padding:0px;
}

.tenantList {
	height:320px;
	margin-bottom:20px;
}
.tenantList h3.comName {
	margin-top:60px;
	font-size:35px;
	font-family: 'DDP_B';
}
.tenantList p {
	margin-top:24px;
	max-height:120px;
	overflow-y:auto;
}
div.tenantList div.col-lg-8 div {
	aspect-ratio: 1 / 0.3478;
	height:100%;
}

.tenantList a.btnMainTenant {
	border:1px solid black;
	padding:5px 20px;
}
.tenantList a.btnMainTenant:hover {
	background-color:var(--key-yellow);
}
div.divProgramWrap {
	padding:100px 0px 50px 0px;
	color:var(--key-yellow);
}
div.divProgramWrap h2 {
	color:var(--key-yellow);
	font-family:"DDP_L", "Poppins", 'SUIT Variable';
	font-style: italic;
	font-size:50px;
	font-weight:200;
}
div.divProgramWrap hr {
	border-top:1px solid var(--key-yellow);
	color:var(--key-yellow);
	opacity:1;
}
div.divProgramWrap h3 {
	font-size:30px;
	margin-top:20px;
	font-family: 'DDP_R';
}
div.divProgramWrap h3 span {
	font-size:15px;
	padding-top:15px;
}

div.itemMainProgram {
	padding:10px;
}
div.itemProgramContWrap {
	border:1px solid var(--key-yellow);
	height:360px;
	padding:30px 20px;
	position:relative;
}
div.itemProgramContWrap:hover {

}
div.itemProgramContWrap::before {
	content: ' ';
	display: block;
	position: absolute;
	z-index:0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.itemProgramContWrap:hover::before {
	opacity: 0.3;
	background-image: var(--program-bg);
}
div.itemProgramContWrap a {
	position:relative;
	bottom:20px;
	z-index:2;
}
div.itemProgramContWrap div.topCont {
	position:relative;
	z-index:2;
	color:white;
}

div.topCont {
	overflow:hidden;
	overflow-y:auto;
	height:190px;
	margin-bottom:20px;
	padding-right:10px;
}
div.topCont::-webkit-scrollbar {
	width: 7px;
}
div.topCont::-webkit-scrollbar-thumb {
	background-color: #2f3542;
}
div.topCont::-webkit-scrollbar-track {
	background-color: grey;
}

div.itemMainProgram h3.h3ProgramTitle {
	font-size:28px;
	margin-bottom:20px;
	font-family: 'DDP_R';
}
div.itemMainProgram div.topCont h1, 
div.itemMainProgram div.topCont h2,
div.itemMainProgram div.topCont h3,
div.itemMainProgram div.topCont h4,
div.itemMainProgram div.topCont h5 {
	font-size:14px !important;
}
div.itemMainProgram div.topCont > * {
	font-size:14px !important;
	color:white;
}
a.btnMainProgram {
	border:1px solid var(--key-yellow);
	color:var(--key-yellow);
	padding:5px 20px;
}


div.divMainNotice {
	padding:100px 0px 50px 0px;
	color:black;
}
div.divMainNotice h2 {
	font-family:"DDP_L", "Poppins";
	font-style: italic;
	font-size:50px;
	font-weight:200;
}
div.divMainNotice hr {
	border-top:1px solid black;
	opacity:1;
}
div.divMainNotice h3 {
	font-size:30px;
	margin-top:20px;
	font-family: 'DDP_B';
}
div.divMainNotice h3 span {
	font-size:15px;
	padding-top:15px;
}

table.mainNotice {
	width:100%;
	border-top:2px solid black;
	margin:25px 0px;
}
table.mainNotice td {
	font-size:20px;
	padding:20px;
	text-align:left;
	border-top:1px solid black;
}
table.mainNotice td:nth-child(even) {
	text-align:center;
}
table.mainNotice tr:hover {
	background-color:var(--key-yellow);
}
div.divContactUS {
	background:url("/assets/images/bgContactUS.jpg") no-repeat center 65%;
	background-size:cover;
	height:400px;
	position:relative;
}
div.bgCover {
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}
div.divContactCont {
	padding:100px 0px 50px 0px;
	position:absolute;
	width:100%;
	height:100%;
	z-index:3;
	color:var(--key-yellow);
}
div.divContactUS h2 {
	font-family:"DDP_L", "Poppins";
	font-style: italic;
	font-size:40pt;
	font-weight:400;
}
div.divContactUS hr {
	border-top:2px solid var(--key-yellow);
	opacity:1;
}
div.divContactUS h3 {
	font-size:30px;
	margin-top:20px;
	font-family: 'DDP_B';
}
div.divMainSearch {
	position:relative;
}
.mainSearch {
	margin-top:45px;
	padding:15px;
	font-size:20px;
	color:var(--key-yellow);
	background-color:transparent;
	border:2px solid var(--key-yellow);
	outline:0;
	width:100%;
}
.mainSearch::placeholder {
  color: var(--key-yellow);
}
button.divSearchBtnWrap {
    position: absolute;
    right: 2px;
    top: 43%;
    width: 60px;
    height: 60px;
	background-color:black;
	cursor:pointer;
}
button.divSearchBtnWrap:active, button.divSearchBtnWrap:hover, button.divSearchBtnWrap:focus-visible {
	border:3px dashed var(--key-yellow);
	background-color:black;
}
div.divMainSearch i {
	font-size:34px;
	color:var(--key-yellow);
/* filter: invert(92%) sepia(63%) saturate(546%) hue-rotate(5deg) brightness(100%) contrast(96%);
	-webkit-filter:invert(92%) sepia(63%) saturate(546%) hue-rotate(5deg) brightness(100%) contrast(96%); */
}




/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 창업센터 */

div.divCenterWrap {
	padding:40px 0px;
}

h2.h2CenterGuide {
	margin:40px 0px;
	font-family:"DDP_B", "Poppins" ,"SUIT Variable";;
	font-weight:300;
	font-size:50px;
}

div.divCenterWrap h5.h5TopGuide {
	font-size:20px;
	font-weight:300;
}


a.btnCenterGuide {
	padding:20px;
	border:1px solid black;
	margin:40px 0px 0px 0px;
	display:flex;
	width:100%;
	background-color:var(--key-yellow);
	font-size:18px;
	float:left;
}



div.divCenterWrap hr {
	margin:100px 0px 20px 0px;
	border-top:2px solid #000;
	color:#000;
	opacity:1;
}

h3.h3CenterGuide {
	font-size:30px;
	margin-bottom:50px;
}
ul.ulCenterGuide li {
	font-size:20px;
	margin-bottom:10px;
}
ul.ulCenterGuide li span {
	font-weight:600;
}
div.divFloorGuide {
	margin-bottom:45px;
}
div.divFloorTitle {
	width:100%;
	background-color:black;
	color:var(--key-yellow);
	font-size:20px;
	padding:5px 10px;
	margin-bottom:60px;
}
div.divFloorSection1 p {
	font-size:17px;
}
div.divFloorExp {
	background-color:#e5e5e5;
	padding:15px;
	font-size:15px;
	font-weight:600;
	min-height:80px;
	vertical-align:middle;
}
div.divFloorSection3 {
	width:100%;
	height:100%;
	min-height:236px;
}
div.board {
	padding:40px 0px;
	display:block;
}
div.board p {
	font-size:16px;
}
h3.h3Board {
	margin:40px 0px 0px 0px;
	font-family:"Poppins" ,"SUIT Variable";
	font-weight:300;
	font-size:50px;
}
div.board table th {
	font-weight:300;
	font-size:20px;
	background-color:black;
	color:var(--key-yellow);
	text-align:center;
}
div.board table td {
	font-weight:300;
	font-size:20px;
}


div.board table td.nopost {
	height:300px;
	line-height:300px;
	text-align:center;

}
div.board hr {
	margin:20px 0px;
	border-top:2px solid #000;
	color:#000;
	opacity:1;
}
div.searchInputGroup {
	border-radius:0px;
	border:1px solid black;
}
div.searchInputGroup input, div.searchInputGroup button {
	border-radius:0px;
	outline:0px;
}
ul.faqCate {
	display:flex;
	width:100%;
	margin:20px 0px;

}
ul.faqCate li {
	margin:5px;
	padding:10px;
	background-color:#fff;
	text-align:center;
	cursor:pointer;
	border:1px solid black;
	font-size:18px;
}
ul.faqCate li.active {
	background-color:var(--key-yellow);
}

div.faqCate {
	display:flex;
	width:100%;
	margin:20px 0px;

}
div.faqCate button {
	margin:5px;
	padding:10px;
	background-color:#fff;
	text-align:center;
	cursor:pointer;
	border:1px solid black;
	font-size:18px;
}
div.faqCate button.active {
	background-color:var(--key-yellow);
	border-bottom:2px dashed #000;
}
div#accordion {
	border-top:2px solid black;
	border-radius:0px;
}
button.btnCate {
	background-color:#fff;
	font-size:19px;
	padding:20px;
	height:auto;
	border:0px;
	border-bottom:1px solid black;
	border-radius:0px;
}
div#accordion button {
	/* 	outline: 0; */
}
button.btnCate:hover {
	border-bottom:1px solid black;
}
div#accordion .btn-check:focus + .btn, div#accordion .btn:focus {
	color: black;
	background-color:#fff;
	border:0px;
	border-bottom:1px solid black;
	/* 	outline: 0; */
	box-shadow: none;
	border-radius:0px;
}

div#accordion .card {
	color: black;
	background-color:var(--key-yellow);
	border:0px;
	border-bottom:1px solid black;
	/* 	outline: 0; */
	box-shadow: none;
	border-radius:0px;
	font-size:19px;
	padding:20px;
}
div.googleMap {
	height:50vw;
	margin-bottom:50px;
}
ul.ulTrafficGuide {
	margin:20px 0px 100px 0px;
}
ul.ulTrafficGuide li {
	font-size:18px;
	margin-bottom:40px;
	padding-left:50px;
	position:relative;
}
ul.ulTrafficGuide li.liSubway:before {
	position:absolute;
	left:0px;
	top:0px;
	background: url('/assets/images/icon_subway2.png') no-repeat center center;
	background-size: 33px 37px;
	display: inline-block;
	width: 33px; 
	height: 37px;
	content:"";
	float:left;
}
ul.ulTrafficGuide li.liBus:before {
	position:absolute;
	left:0px;
	top:0px;
	background: url('/assets/images/icon_bus2.png') no-repeat center center;
	background-size: 33px 37px;
	display: inline-block;
	width: 33px; 
	height: 37px;
	content:"";
	float:left;
}
ul.ulTrafficGuide li.liTaxi:before {
	position:absolute;
	left:0px;
	top:5px;
	background: url('/assets/images/icon_taxi2.png') no-repeat center center;
	background-size: 33px 37px;
	display: inline-block;
	width: 33px; 
	height: 37px;
	content:"";
	float:left;
}
ul.ulTrafficGuide li p {
	text-indent:-45px;
	padding-left:45px;
	margin-bottom:5px;
}











/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 프로그램 */
.bgTalkConcert {
	min-height:300px;
	/* background:url("/assets/images/bgTalkConcert.png") no-repeat center center; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.bgCeminar {
	min-height:300px;
	/* background:url("/assets/images/bgCeminar.png") no-repeat center center; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.itemProgram {
	border-left:1px solid var(--key-yellow);
	padding:10px 0px;
	font-size:16px;
	cursor:pointer;
	background-color:#000;
	color:var(--key-yellow);
}
.itemProgram.active {
	background-color:var(--key-yellow);
	color:#000;
	border: 3px dashed black;
}
.itemProgram:focus {
	border:3px dashed var(--key-yellow);
	color:var(--key-yellow) !important;
}
.itemProgram:first-child {
	/* border-left:0px; */
}
.itemProgram:hover {
	color:var(--key-yellow);
}
.itemProgram.active:hover {
	color:#000;
}
.itemProgram.active:focus {
	border:3px dashed black;
	color:black !important;
}

.divProgramInfo {
	margin:30px auto;
}
.divProgramInfo p:first-child {
	font-family:"Poppins";
	font-style: italic;
	margin-top:100px;
}
.divProgramInfo h2.programTitle {
	font-size:40px;
	font-weight:700;
}
.divProgramInfo h4.h4ProgramTitle {
	font-size:25px;
	font-weight:400;
	margin:40px auto 40px auto;
}
.divProgramInfo h5.h5ProgramTitle {
	font-size:26px;
	font-weight:500 !important;
	margin:10px auto 10px auto;
	padding:10px;
	border:1px solid #ccc;
}

 

table.programTable {
	border:1px solid #000;
}
table.programTable th {
	background-color:#000;
	color:#fff;
	padding:20px;
	font-size:20px;
	border-bottom:1px solid white;
	vertical-align:middle;
}
table.programTable th:first-child {
}
table.programTable td {
	padding:20px 0px 20px 40px;
	font-size:20px;
}


a.bg-dark.fWhite {
	color:white;
}
a.bg-dark.fWhite:hover {
	color:white;
}
div#divSpeakerForm {
	display:none;
}

span.badge.text-bg-dark a, span.badge.text-bg-dark a:hover {
	color:white !important;
	width:100%;
}

div.bgProgram  {
	padding:90px 0px 40px 0px;
}

div.pContents img  {
	width:100%;
}

div.divSpeacker {
	clear:both;
	background-color:#f6f6f6;
	padding:50px 0px;
}

div.divSpeacker  .card .card-body {
	min-height:267px;
}
h2.h2Speacker {
	clear:both;
	text-align:center;
	margin:30px 0px 50px 0px;
}

div.itemSpeacker div.col-sm-8 {
	padding-left:120px;
	min-height:400px;
}

div.itemSpeacker div.col-sm-8 h3.card-title {
	font-size:35px;
	font-weight:700;
	margin-bottom:50px;
}
div.itemSpeacker div.col-sm-8 h3.card-title span {
	font-weight:300;
}
div.itemSpeacker div.col-sm-8 p.speakerCompany{
	font-size:18px;
	margin-bottom:20px;
	font-weight:600;
	white-space: pre-line;
}
div.itemSpeacker div.col-sm-8 p.speakerExp1{
	font-size:20px;
	margin-bottom:20px;
	font-weight:600;
}
div.itemSpeacker div.col-sm-8 p.speakerExp2{
	font-size:18px;
	margin-bottom:20px;
	font-weight:300;
}
div.itemSpeacker div.col-sm-8 a {
	min-width:350px;
	padding:10px;
	border-radius:0px;
	margin-bottom:100px;
}
div.divProgramInfo2 {
	padding:70px 0px;
	font-size:25px;
	line-height:200%;
}
div.divProgramInfo2 h2 {
	font-size:40px;
	margin-bottom:75px;
}
div.applyButton button {
	padding:10px;
	font-size:20px;
	border-radius:0px;
}
div#divProgramInfoGraphic {
	padding:0px;
}
div#divProgramInfoGraphic div {
	padding:5px;
}
div#divProgramInfoGraphic div img {
	width:100%;
}

div.divDocumentWrap {
	padding:80px 0px;
	position:relative;
}
div.divDocumentWrap div {
	position:relative;
}
div.divDocumentWrap h2.h2TItle {
	font-size:40px;
	font-weight:800;
	margin-bottom:20px;
}
.halfUnderline a {
	position:relative;
	z-index: 20;
}
.halfUnderline a:after {
	background-color:var(--key-yellow);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	z-index: -10;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
div.topGuide {
	margin-bottom:0px;
}
div.topGuide h1 {
	margin-bottom:30px;
}
div.bgGray {
	position:relative;
	background-color:#f6f6f6;
	padding:40px 20px;
	z-index:10;
}
h1.h1Copy {
	font-size:55px;
	font-weight:800;
	margin:20px 0px 30px 0px;
}
div.bgGray p {
	font-size:18px;
	margin-bottom:0px;
}
div.bgGray p.text-bold {
	font-weight:700;
}


h5.titSupportCont {
	margin-top:80px;
	border-bottom:1px solid black;
}
h5.titSupportCont span {
	background-color:black;
	color:var(--key-yellow);
	padding:1px 20px;
}
h2.titSupport {
	font-size:35px;
	margin:20px 0px 30px 0px;
}
h4.h4Guide {
	font-size:25px;
	margin:50px 0px;
	font-weight:800;
}
p.txtGuide {
	font-size:20px;
	font-weight:400;
}
p.txtGuide span {
	font-weight:800;
}
h5.h5Guide {
	font-size:20px;
	margin-top:50px;
	font-weight:800;
}
table.tableSupport {
	margin:40px auto;
	max-width:85%;
}
table.tableSupport th {
	background-color:black;
	color:white;
	text-align:center;
	padding:5px;
}
table.tableSupport td {
	padding:20px;
	font-size:16px;
	border-bottom:1px solid #000;
	word-break:break-all;
}
table.tableSupport td:nth-child(odd) {
	/* font-weight:800; */
}

div.divQualify {
	padding:80px 0px 0px 0px;
}
div.divQualify h1 {
	font-size:35px;
	font-weight:800;
}
div.divQualify h3 {
	margin-top:67px;
	margin-bottom:45px;
	font-size:25px;
}
div.divQualify h3 span {
	font-weight:800;
}
div.divQualify p {
	font-size:20px;
	margin-bottom:5px;
}


div.divQualifyDocument {
	padding:80px 0px;
}
div.divQualifyDocument h1 {
	font-size:35px;
	font-weight:800;
	margin-bottom:40px;
}

div.divQualifyDocument h3 {
	margin-top:25px;
	font-size:25px;
}
table.tableQualifyDocument th {
	background-color:black;
	color:white;
	padding:20px;
	text-align:center;
}
table.tableQualifyDocument td {
	padding:20px;
	padding-left:80px;
	font-size:20px;
}
table.tableQualifyDocument td:first-child {
	width:20%;
	text-align:center;
	padding-left:20px;
}
table.tableQualifyDocument td span {
	font-weight:800;
}
a.btnDownFile {
	clear:both;
	display:flex;
	margin:20px 0px;
	border:1px solid black;
	padding:20px;
}
a.btnDownFile:hover {
	background-color:var(--key-yellow);
}
a.btnDownFile i {
	margin:0px 20px;
}


div.divEvaluation {
	padding:80px 0px;
}
div.divEvaluation h1 {
	font-size:35px;
	font-weight:800;
	margin-bottom:40px;
}
table.tableEvaluation {
	margin-bottom:50px;
}
table.tableEvaluation th {
	background-color:black;
	color:white;
	padding:20px;
	text-align:center;
}
table.tableEvaluation td {
	padding:20px;
	font-size:20px;
	vertical-align:middle;
}
table.tableEvaluation td:first-child {
}
table.tableEvaluation td span {
	font-weight:800;
}
div.divEvaluation h3 {
	margin:25px 0px;
	font-size:25px;
}

div.divSubmitGuide {
	padding:80px 0px;
}
div.divSubmitGuide h1 {
	font-size:35px;
	font-weight:800;
	margin-bottom:40px;
}
div.divSubmitGuide h3 {
	font-size:25px;
	font-weight:800;
	margin-bottom:40px;
	text-decoration:underline;
}

div.divSubmitGuide p {
	font-size:20px;
	font-weight:400;
	margin-bottom:5px;
}

div.programArchive div.col {
	position:relative;
	min-height:300px;
	margin-bottom:20px;
	overflow:hidden;
}
div.programArchive div.col a {
	display:flex;
	width:100%;
	height:100%;
}
div.programArchive div.col a:focus {
	border:3px solid #ccc;
}

div.programIMG {
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover !important;
	opacity:0.3;
}
div.programArchive div.col h5 {
	position:absolute;
	bottom:60px;
	width:90%;
	left:30px;
}
div.programArchive div.col p {
	position:absolute;
	bottom:0px;
	width:90%;
	left:30px;
	height:44px;
	overflow:hidden;
}
a.curveIMG {
	overflow:hidden;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-size:cover !important;
	aspect-ratio: 2 / 1;
	-webkit-transition: all .3s .1s;
	position:relative;
	text-align:center;
	z-index:5;
	display:inline;
}

.curveIMG.on {

}
a.curveIMG p {
	position:relative;
	z-index:6;
	padding:25px 0px;
	text-align:center;
	color:black;
	font-weight:700;
	font-size:22px;
	background-color:#e8ecef;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all .3s .1s;
	/* #e8ecef */
}
.curveIMG.on p {
	background-color:#000;
	color:white;
	border-radius: 15px;
}
.curveIMG.on2 p {
	background-color:#000;
	color:var(--key-yellow);
	border-radius: 5px;
}

div.programArchive div.programITEM.hide {
	display:none;
}

div.programArchive div.programITEM {
	margin-bottom:40px;
	padding-bottom:2px;
	cursor:pointer;
	-webkit-transition: all .3s .1s;
}
div.programArchive div.programITEM h4 {
	font-size:14px;
	margin-top:10px;
	background-color:white;
	border-bottom:1px solid white;
	padding-bottom:20px;
}
div.programITEM.on h4 {
	border-bottom:1px solid black !important;
}

h3.btnYearTit {
	cursor:pointer;
	/* padding:12px 30px 6px 30px; */
	padding:10px 50px;
	/* margin-right:30px; */
	/* border:3px solid black; */
	color:black;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size:18px;
	text-align:center;
}
h3.btnYear {
	cursor:pointer;
	display:inline-block;
	padding:5px 30px;
	margin-right:30px;
	background-color:black;
	color:var(--key-yellow);
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
h3.btnYear.on3 {
	background-color:var(--key-yellow);
	color:black;
}
div.viewCategory {
	margin-bottom:70px;
	padding:30px 0px 10px 0px;
	border-top:3px solid black;
	border-bottom:3px solid black;
}
div.viewCategory2 {
	border-bottom:3px solid black;
	margin-bottom:50px;
}
p.btnCateTit {
	cursor:pointer;
	padding:7px 50px;
	/* margin-right:30px; */
	/* border:3px solid #4366c0; */
	color:black;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size:18px;
	text-align:center;
}
p.btnCate {
	cursor:pointer;
	display:inline-block;
	padding:10px 50px;
	margin-right:30px;
	background-color:#4366c0;
	color:white;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
p.btnCate2 {
	cursor:pointer;
	display:inline-block;
	padding:10px 0px;
	margin-right:10px;
	background-color:#000;
	color:var(--key-yellow);
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width:calc( 20% - 11px );
}
p.btnCate2:last-child {
	margin-right:0px;
}
p.btnCate2.on3 {
	background-color:var(--key-yellow);
	color:black;
}
.curveIMG3 {
	overflow:hidden;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-size:cover !important;
	aspect-ratio: 2 / 1.2;
	-webkit-transition: all .3s .1s;
	position:relative;
	text-align:center;
	z-index:5;
	display:block;
}
a.curveIMG3  {
	opacity: 0.55;
}
a.curveIMG3:hover{ 
	opacity:1;
}
div.programITEM3 h4 {
	font-size:14px;
	margin-top:10px;
	background-color:white;
	border-bottom:1px solid white;
	padding-bottom:20px;
}
.curveIMG3 p {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:black;
	color:var(--key-yellow);
	margin:0px;
	-webkit-transition: height 1s;
	transition: height 1s;
	padding:auto;
}
.curveIMG3.on3 p {
	height:40%;
	padding-top:10px;
}

div.programArchive div.programITEM3.hide {
	display:none;
}
div.archiveExp {
	height:41px;
	text-overflow: ellipsis;
	overflow: hidden;
}
input[name=sTxt] {
	padding:10px;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 입주 기업 */

div.divTenantWrap {
	padding:40px 0px;
}
div.divTenantWrap hr {
	margin:100px 0px 20px 0px;
	border-top:1px solid #000;
	color:#000;
	opacity:1;
}
div.divTenantWrap h2.h2TenantGuide {
	font-size:30px;
	padding:20px 0px;
	/* text-align:center; */
	display:relative;
	line-height: 30px;
	font-weight:300;
}
h2.h2TenantGuide a.active {
	font-size:34px;
	font-weight:800;
	line-height: 15px;
	border-bottom:5px solid var(--key-yellow);
}

div.topCate {
	display: flex;
    flex-wrap: wrap;
	margin:50px 0px;
}

div.divTenantWrap p.pTenantGuide {
	font-size:30px;
	padding:20px 0px;
	display:flex;
}

h5.h5TopGuide {
	font-size:20px;
	margin-bottom:10px;
}
p.pTopGuide {
	font-size:20px;
	margin-bottom:10px;
}
a.btnApplyTenant {
	padding:20px;
	border:1px solid black;
	margin:40px 0px 0px 0px;
	display:flex;
	width:250px;
	background-color:var(--key-yellow);
	font-size:18px;
}
a.btnApplyTenant img {
	width:44px;
	height:6px;
	margin:10px 0px 0px 20px;
}
a.btnApplyTenant span {
	padding:0px 0px 0px 40px;
}

h2.h2TenantGuide span {
/* 	font-size:18px;
	padding:10px 0px 0px 40px; */
}

p.pTenantGuide span {
	font-size:18px;
	padding:10px 0px 0px 40px;
}

ul.ulTenantQualify {
	padding-left:20px;
}
ul.ulTenantQualify li {
	text-indent: -17px;
	font-size:20px;
	margin-bottom:10px;
}


hr.hrFacility {
	margin: 20px 0px 20px 0px !important;
}


div.divFacilityIMG {
	width:100%;
	height:600px;
	position:relative;
	border:1px solid black;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
div.divFacilityIMG ul.ulFacility {
	position:absolute;
	display:flex;
	flex-wrap: wrap;
	width: calc(100% - 10px);
	bottom:0px;
	margin:5px 5px;
}
div.divFacilityIMG ul.ulFacility li {
	text-align:center;
	background-color:rgba(255,255,255,0.5);
	/* border:1px solid rgba(0,0,0,0.5); */
	cursor:pointer;
	margin:3px 0px;
	padding:5px;
	border-radius:30px;
}
div.divFacilityIMG ul.ulFacility li.active {
	background-color:black;
	color:var(--key-yellow);
}
div.divFacilityIMG ul.ulFacility li.active button {
	color:var(--key-yellow);
}
div.divFacilityIMG ul.ulFacility li button {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    height: auto;
}


div.divFacilityIMG div.ulFacility button {
	text-align:center;
	background-color:rgba(255,255,255,0.5);
	/* border:1px solid rgba(0,0,0,0.5); */
	cursor:pointer;
	margin:3px 0px;
	padding:5px;
	border-radius:30px;
}
div.divFacilityIMG div.ulFacility button.active {
	background-color:black;
	color:var(--key-yellow);
}

div.divFacilityIMG5F {
	background:url("/assets/images/facility_5f_worklounge.jpg") no-repeat center center;
	background-size:cover !important;
}
div.divFacilityIMG4F {
	background:url("/assets/images/facility_4f_worklounge.jpg") no-repeat center center;
	background-size:cover !important;
}
div.divFacilityIMG3F {
	background:url("/assets/images/facility_3f_lockerroom.jpg") no-repeat center center;
	background-size:cover !important;
}



h5.h5Facility, p.h5Facility {
	font-weight:800;
	font-size:30px;
	padding:20px 0px 0px 20px;
}
p.pFacility {
	font-weight:400;
	font-size:20px;
	padding-left:20px;
}

div.divComCardianlWrap {
	width:100%;
	/* padding:30px; */
}
div.divComCardianlWrap:nth-child(odd) {
	/* background-color:#f6f6f6; */
}
h3.h3cardianl {
	font-size:40px;
	font-weight:800;
	margin-top:40px;
	margin-bottom:40px;
}
ul.ulTenantCompany {
	margin-bottom:100px;
}
ul.ulTenantCompany li img {
	border:1px solid black;
}
ul.ulTenantCompany li p {
	margin-top:10px;
	margin-bottom:40px;
	font-size:20px;
}
ul.ulTenantCompany li div.comLogo {
	aspect-ratio: 1 / 0.75;
	width:100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
	overflow:hidden;
	border:1px solid #aaa;
}


h1.h1Reserve {
	margin:80px 0px;
	text-align:center;
	font-size:45px;
}


ul.ulReserveItem {
	
}
ul.ulReserveItem li {
	text-align:center;
	background-color:black;
	color:var(--key-yellow);
	padding:10px;
	border-right:1px solid var(--key-yellow);
	border-left:1px solid var(--key-yellow);
}
ul.ulReserveItem li a {
	color:var(--key-yellow);
	font-size:17px;
}
ul.ulReserveItem li.active {
	text-align:center;
	background-color:var(--key-yellow);
	color:black;
	border:3px dashed black;
}
ul.ulReserveItem li.active a {
	color:black;
	letter-spacing:-1px;
	font-weight:500;
}
li.company {
	cursor:pointer;
}

.btnReservation:focus {
	border:3px dashed black;
}
.yellowFocus:focus {
	border:3px dashed var(--key-yellow);
}

ul#ulSubItem {
	border:0px;
}
ul#ulSubItem li {
	border:0px;
}
ul#ulSubItem li a.nav-link {
	border-radius:0px;
	border:4px solid #cecece;
	margin-right:20px;
}
ul#ulSubItem li a.nav-link.active {
	border:3px dashed #000;
	background-color:var(--key-yellow);
}


/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 입주 신청 */
#uploader_browse {
	display:none;
}
div.divCheckStay {
	display:none;
	position:fixed;
	width:100vw;
	height:100vh;
	left:0px;
	top:0px;
	z-index:500001;
	color:white;
	padding-top:20%;
}
div.agreeCont {
	padding:30px 0px;
}

div.agreeCont h2 {
	font-size:1.5rem;
}
div.agreeCont h4 {
	font-size:1.2rem;
}

div.boxLine {
	border:1px solid #000;
	padding:20px;
	height:350px;
	overflow-y:auto;
}

div#divApplicationForm {
	padding:30px 0px;
}
div#divApplicationForm hr {
	border-top:1px solid #ccc;
}

div#divApplicationForm h4 {
	font-size:1.2rem;
}
div#divApplicationForm h5 {
	font-size:1.1rem;
}
div.divSchoolPeriod, div.divSchool2Period {
	margin:0px;
}
div.divCareerPeriod, div.divCareer2Period {
	margin:0px;
}
div.divCeoSpecial, div.divCeo2Special {
	margin:0px;
}
div.divBizSchedule {
	margin:0px;
}
div.divBizPartner {
	margin:0px;
}


button.btnUploadStatus{
	
}
ul#ulFileUpload {
	border-radius:0px;
	border:1px solid #555;
}
ul#ulFileUpload li button {
	margin-bottom:5px;
}



div.step {
	padding:20px 0px 20px 10px; 
	font-size:16px;
	/* background-color:#fafafa; */
	margin:10px 0px; 
	border:5px solid #ddd; 
}
div.step.active {
	color:#00b2be;
	border:5px solid #00b2be;
}

div.boxLine2 label {
	background-color:#f1f1f1;
	width:100%;
	padding:10px;
	margin:10px auto;
}

div.boxLine2 {
	border:1px solid #333;
	padding:20px;
	margin:20px 0px;
	width:100%;
}
div.boxLine2 p {
	margin-top:10px;
	margin-bottom:10px;
}
div.boxLine2 ol {
	padding-top:10px;
	 padding-left: 18px;
}
div.boxLine2 ol li {
	list-style-type: decimal !important;
}
div.boxLine2 ol li p {
	margin-top:10px;
	margin-bottom:10px;
}
div.boxLine2 ul {
	padding-top:10px;
	 padding-left: 18px;
}
div.boxLine2 ul li {
	list-style-type: disc !important;
}
div.agreeTxtWrap {
	clear:both;
	display:none;
}
div.agreeTxtWrap h5 {
	margin-top:30px;
	margin-bottom:20px;
}





#labelCertNum {
	display:none;
}

#tabGroup {
	padding-top:10px;
	border: 0px solid #00b2be;
}
#tabGroup>li {
}
#tabGroup>li button {
	padding:10px 40px;
	border: 3px solid #eee;
	border-radius:0px;
	margin-right:10px;
}
#tabGroup>li button.active, #tabGroup>li button.active:focus, #tabGroup>li button.active:hover {
	border: 3px solid #00b2be;
	/* border-bottom: 2px solid transparent; */
	border-radius:0px;
	padding:10px 40px;
}
#tabGroup .nav-link:hover, #tabGroup .nav-link:focus {
	/* border: 0px solid #00b2be; */
}
.tab-content {
	/* min-height:500px; */
}

.form-control {
	border-radius:0px;
	border: 1px solid #ccc;
	/* border-bottom: 0px solid #ccc; */
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
	/* font-size:18px; */
	height:auto;
	/* padding: 12px 12px; */
	/* margin:10px 0px; */
}
.btn, .input-group-addon, label, .panel {
	border-radius:0px;
}

.thDiv {
	font-weight:500;
	text-align:center;
	padding:5px 0px;
	display:inline;
	line-height:150%;
}
.tdDiv {
	padding:5px 0px;
	display:inline;
}
hr.viewHR {
	clear:both;
	margin:10px 0px 10px 0px;
}
hr.viewHR2 {
	clear:both;
	margin:20px 0px;
}
.bgBlack2 {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:500000;
	background-color:rgba(0,0,0,0.8);
}
.divUpLoading {
	display:none;
	position:fixed;
	width:100vw;
	height:100vh;
	left:0px;
	top:0px;
	z-index:500001;
	color:white;
	padding-top:20%;
}

a.plupload_button  {
	margin-right:20px;
}


@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animate-reveal {
	text-transform: uppercase;
	opacity: 0;
	-webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	-moz-animation: reveal 1s ease-in 1 normal forwards;
	-o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate01 {
  -webkit-animation-delay: 0;
     -moz-animation-delay: 0;
       -o-animation-delay: 0;
          animation-delay: 0;
}

.animate02 {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
       -o-animation-delay: 500ms;
          animation-delay: 500ms;
}

.animate03 {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

.animate04 {
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animate05 {
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}

.animate06 {
  -webkit-animation-delay: 2.5s;
     -moz-animation-delay: 2.5s;
       -o-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate07 {
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
}

.animate08 {
  -webkit-animation-delay: 3.5s;
     -moz-animation-delay: 3.5s;
       -o-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.animate09 {
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
}

.animate10 {
  -webkit-animation-delay: 4.5s;
     -moz-animation-delay: 4.5s;
       -o-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.moveIMG {
	width:100%;
	overflow:hidden;
	border-radius:25px;
}
.moveIMG img {
	margin-top:-20%;
	/*
	transform-origin: left bottom;
	animation: scale 25000ms ease-in-out forwards;
	*/
}
.moveIMG2 {
	width:100%;
	overflow:hidden;
}

.bgBlack {
	background-color:black;
}

.mainCenter {
	padding-top:50px;
}

.mainCenter img {
	width:100%;

}
.mainCenterText {
	margin-top:0%;
}
.mainCenterText h1 {
	font-weight:300;
	margin-bottom:30px;
}
.mainCenterText img {
	width:100%;
	max-width:530px;
}
.mainCenterText h2 {
	font-weight:800;
	font-size:400%;
	margin-top:30px;
}
.mainCenterText h2 span {
	font-weight:700;
	color:#00b2be;
	font-size:80%;
	letter-spacing:-1px;
}
.mainCenterText p {
	margin-top:40px;
	font-weight:300;
	font-size:140%;
	text-align:justify;
}


/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 멤버쉽 */

div.divMembershipWrap {
	padding:40px 0px;
}
div.divMembershipWrap hr {
	margin:100px 0px 20px 0px;
	border-top:1px solid #000;
	color:#000;
	opacity:1;
}
div.divMembershipWrap h2.h2MembershipGuide {
	font-size:30px;
	padding:20px 0px;
	display:flex;
}

p.pTopGuide {
	font-size:20px;
	margin-bottom:10px;
}
p.pTopGuide span {
	font-weight:800;
}
table.tableMembership {
	margin:80px 0px;
	border-top:1px solid black;
}
table.tableMembership th {
	padding:20px 30px;
	font-size:30px;
	font-weight:800;
	border-bottom:1px solid black;
}
table.tableMembership td {
	padding:20px 0px 40px 0px;
	font-size:20px;
	font-weight:400;
	border-bottom:1px solid black;
}
h1.h1MembershipGuide {
	font-size: 30px;
	padding: 20px 0px;
	display: flex;
}
h2.h2MembershipGuide span {
	font-size:18px;
	padding:10px 0px 0px 40px;
}
a.btnApplyMembership {
	padding:20px;
	border:1px solid black;
	margin:0px 0px 0px 0px;
	display:flex;
	width:270px;
	background-color:var(--key-yellow);
	font-size:18px;
}
div.divMembershipApplyPopupWrap {
/* 	background-color:black;
	color:var(--key-yellow); */
	background-color:var(--key-yellow);
	padding:20px;
	cursor:pointer;
}
div.divMembershipApplyPopupWrap h2 {
	font-size:45px;
	text-align:center;
	padding-bottom:10px;
}
div.divMembershipApplyPopupWrap div.divMemberApplyTitle {
	background-color:black;
	color:var(--key-yellow);
	display:flex;
	width:auto;
	padding:7px 10px;
	font-size:18px;
}
div.divMembershipApplyPopupWrap ul li {
	font-size:16px;
	margin:10px 0px 5px 0px;
}

div.divApplyWrap {
/* 	background-color:black;
	color:var(--key-yellow); */
	padding:20px 0px;
}
div.divApplyWrap h2 {
	font-size:25px;
	text-align:center;
	padding-bottom:10px;
}
div.divApplyWrap div.divMemberApplyTitle {
	background-color:black;
	color:var(--key-yellow);
	display:flex;
	width:auto;
	padding:7px 10px;
	font-size:18px;
}
div.divApplyWrap ul li {
	font-size:16px;
	margin:10px 0px 5px 20px;
	list-style:disc;
}
div.form-floating {
	padding-left:0px;
}

div.divApplyWrap h4.col {
	margin-top:40px;
}
div.divGuideWrap {
	margin-top:40px;
}
div.divGuideWrap h5 {
	font-size:20px;
}
div.divGuideWrap p {
	font-size:18px;
	margin-bottom:0px;
}
div.divMembershipRegistration {
	padding:10px 0px;
	display:block;
	width:100%;
}
div.divMembershipRegistration hr {
	margin:20px 0px 20px 0px;
	border-top:2px solid #000;
	color:#000;
	opacity:1;
}
div.divMembershipRegistration div.row {
	margin:0px;
	border-bottom:1px solid black;
	padding:20px 0px;
	font-size:18px;
}
div.divMembershipRegistration div.col-sm-2 {
	vertical-align:middle;
}
div.divMembershipRegistration div.col-sm-4 {
}
div.divMembershipRegistration div.col-sm-10 {
}


div.divMembershipRegistration hr.d-block.d-sm-none {
	margin:20px 0px;
	border-top:1px solid #000;
	color:#000;
	opacity:1;
}
div.divDepartEtc {
	display:none;
	padding-top:10px;
}
ul.ulMembershipAgree {
	margin:20px 0px 10px 20px;
}
ul.ulMembershipAgree li {
	list-style-type: decimal;
}




h3.boardTitle {
	margin:50px 0px;
	padding:30px 0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
h4.boardTitle {
	margin:50px 0px;
	padding:30px 0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}




.formData {
	padding-left:0px;
}
.control-label {
	padding-top:10px;
}
.ui-timepicker-container {
	z-index:3000 !important;
}
@media (max-width: 1200px) {
	.nav-link {
		/* font-size: 4.5vw; */
		font-weight: 400;
	}
	
	div.btnTopSNS {
		position:absolute;
		right:10px;
		top:20px;
		width:14%;
	}	
	div.btnTopSNS a {
		width:100%;s
	}
}

@media screen and (max-width: 800px) {
	.fc .fc-toolbar {
		display:block !important;
		text-align:center;
	}
	h2.fc-toolbar-title {
		padding:20px 0px;
		text-align:center;
	}
	div.form-floating {
		padding-left:calc(var(--bs-gutter-x) * 0.5);;
	}
	.formData {
		padding-left:calc(var(--bs-gutter-x) * 0.5);;
	}
	div.relativeCorp {
		position:absolute;
		right:0px;
		bottom:-50px;
		width:100%;
	}
	div.relativeCorp img {
		height:30px;
	}
	div.relativeCorp img:first-child {
		margin-left:15px;
	}
	img.footerLogo {
		height:70px;
	}
	div.bottomTop {
		right: 9px !important;
		top: -15px !important;
		width:50%;
	}
	div.bottomTop a {
		font-size:14px;
	}
	footer div.bottomTop div.btn1 {
		text-align:right;
		margin-right: 10px;
		width:100%;
	}
	footer div.bottomTop div.btn2 {
		text-align:right;
		margin-right: 10px;
		width:100%;
	}
	footer div.bottomTop div.btn3 {
		text-align:right;
		margin-right: 0px;
		float: right;
		margin-top: 10px;
	}


	div.divSlideButton {
		left:10%;
	}


}













.modal-fullscreen {
	width:calc(100vw - 18px);
}



.fWhite { color:white; }

.vh-90 { height: 90vh !important; } 
.vh-80 { height: 80vh !important; } 

.bg-dark2 {
	background-color:#000;
	color:var(--key-yellow);
}
.bg-primary2 {
	background-color:var(--key-yellow);
	color:#000;
}
.fBlack {
	color:black;
}
.borderBlack {
	border-color:black;
}
.clearfix {
	clear:both;
}

.box-table {
	padding:30px 0px;
}
div.adminContent {
	background-color:#f1f1f1;
	padding:30px 0px 0px 0px;
}
div.adminContent div.box {
	background-color:#fff;
	padding:20px;
}
div.checkbox label {
	display:flex;
	width:100%;
	padding:5px 0px 5px 0px;
}
div.checkbox label input {
	margin-right:10px;
}
div.form-group.row {
	padding:15px 0px;
	border-bottom:1px solid #ccc;
}
table#loginTable td {
	text-align:center;
	padding:15px;
}
table#loginTable th {
	padding:15px;
	text-align:center;
}
table#mypageTable th {
	padding:15px;
	text-align:center;
	background-color:#f8f9fa;
}
table#mypageTable td {
	padding:15px;
	text-align:center;
}
div#ui-datepicker-div {
	z-index:2000 !important;
}

.bbs-prev {
	display:flex;
	padding:10px 0px;
	font-size:24px;
	border-bottom:1px solid black;
	border-top:1px solid black;
	width:100%;
}
.bbs-prev img {
	margin-right:20px;
}
.bbs-prev span {
	padding-left:20px;
}
.bbs-next {
	display:flex;
	padding:10px 0px;
	font-size:24px;
	border-bottom:1px solid black;
	border-top:1px solid black;
	width:100%;
}
.bbs-next span {
	padding-left:10px;
}
.board table td {
	padding:20px 0px;
}
div.register textarea {
	padding:10px;
	font-size:18px;
	line-height:150%;
	background-color:transparent !important;
	border:1px solid black;
	border-radius:0px;
	margin-bottom:20px;
}
.btnAuth {
	font-size:30px;
}
div.newPass {
	display:none;
}
.nopost {
	min-height:200px;
	text-align:center;
	line-height:200px;
	font-size:24px;
}
div.divSearchResult div.media {
	border-bottom:1px solid #ccc;
	padding:20px 10px;
	margin:10px 0px;
}
div.divSearchResult div.media:hover {
	background-color:var(--key-yellow);
	color:#000;
}
div.divProgramList div.itemMainProgram div.itemProgramContWrap a {
	bottom:0px;
}
hr.colHR {
	margin:50px 0px;
	border:1px solid #000;
}

/* ----------------------------------------------------------------------- 모바일 설정 */
li.menuBtnClose {
	display:none;
}
@media screen and (max-width: 1400px) {
	div.divBottomLogo a {
		margin-right:0px;
	}
	div.divBottomLogo a img {
		height:1.6vw;
	}
}
@media screen and (max-width: 1200px) {

	a.top_sns {
		margin-left:0px;
	}

	button.navbar-toggler {
		margin:0px auto;
		border:0px !important;
	}
	li.liMB {
		margin-top:50px;
		margin-left:0px;
	}
	div#navbarsSY {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100vh;
		overflow:hidden;
		background-color:white;
		padding-top:100px;
		z-index:90000;
	}
	ul.mainMenu ul.dropdown-menu {
		width:100%;
		left:5px;
		position:relative;
		top:0px;
		margin-top:0px;
	}
	ul.mainMenu ul.dropdown-menu li {
		width:calc(100% - 15px);
		text-align:center;

	}
	ul.mainMenu .dropdown-menu li a:hover {
		background-color:white;
	}
	ul.mainMenu li {
		padding:0px;
		width:100%;
		text-align:center;
	}
	ul.mainMenu li a {
		padding: 7px !important;
		text-align:center;
		width:100% !important;

	}
	a#dropdownMenuMB {
		margin-left:0px;
		width:100% !important;
	}
	ul.mainMenu li a svg {
		max-width:30px;
		margin-left: -5px;
	}
	button.navbar-toggler {
		margin:0px auto;
	}
	li.menuBtnClose {
		margin-top:150px;
		display:block;
		cursor:pointer;
		margin-left: 0px;
	}
	div.divSlideButton {
		bottom:-25px;
	}

	div.sdfincuTopLogo {
		text-align:left;
		padding-left:35px;
	}
	div.sdfincuTopLogo svg:first-child {
		margin-bottom:0px;
	}
	div.sdfincuTopLogo, div.sdfincuTopLogo a {
		width:100%;
		padding-top:13px;
	}
	div.sdfincuTopLogo svg {
		max-width:40%;
	}
	div.tenantList {
		height:auto;
	}
	div.tenantList div.col-lg-8 div {
		margin-top:20px;
	}
	div.divMainTenant h2 {
		font-size:30px;
	}
	div.divMainTenant h3 {
		font-size:17px;
	}
	div.divMainTenant h3 span {
		font-size: 10px;
		padding-top: 10px;
	}
	.tenantList h3.comName {
		margin-top: 30px;
		font-size: 25px;
	}
	.tenantList a.btnMainTenant {
		float:right;
	}
	div.divProgramWrap {
		padding: 50px 0px 25px 0px;
	}
	div.divProgramWrap h2 {
		font-size: 30px;
	}
	div.divProgramWrap h3 {
		font-size: 17px;
		margin-top: 10px;
	}
	div.divProgramWrap h3 span {
		font-size: 12px;
		padding-top: 10px;
	}
	div.itemProgramContWrap {
		border: 1px solid var(--key-yellow);
		height: auto;
		padding: 15px 10px;
	}
	div.itemMainProgram h3.h3ProgramTitle {
		font-size: 20px;
		margin-bottom: 20px;
	}
	div.topCont {
		overflow: hidden;
		overflow-y: auto;
		height: 140px;
		margin-bottom: 28px;
		padding-right: 10px;
	}
	div.divMainNotice {
		padding: 50px 0px 25px 0px;
	}
	div.divMainNotice h2 {
		font-size: 30px;
	}
	div.divMainNotice h3 {
		font-size: 17px;
		margin-top: 10px;
	}
	table.mainNotice {
		margin: 25px 0px;
	}

	table.mainNotice td:nth-child(odd) {
		width:80%;
	}
	table.mainNotice td:nth-child(even) {
		width:20%;
	}
	table.mainNotice td {
		font-size: 15px;
		padding: 10px;
	}
	table.mainNotice td div {
		width:60vw;
		display:inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	div.divProgramList.row {
		width: fit-content;
	}

	h2.h2CenterGuide {
		margin: 20px 0px;
		font-family: "Poppins" ,"SUIT Variable";
		font-weight: 300;
		font-size: 30px;
	}
	div.divCenterWrap h5.h5TopGuide {
		font-size:15px;
	}
	a.btnCenterGuide {
		width:100%;
	}
	div.divCenterWrap hr {
		margin: 50px 0px 10px 0px;
	}
	h3.h3CenterGuide {
		font-size: 17px;
		margin-bottom: 25px;
	}
	ul.ulCenterGuide li {
		font-size: 14px;
		margin-bottom: 10px;
	}
	div.divFloorTitle {
		font-size: 15px;
		padding: 5px 10px;
		margin-bottom: 30px;
	}
	div.divFloorSection1 p {
		font-size: 14px;
	}
	h3.h3Board {
		margin: 20px 0px 0px 0px;
		font-size: 30px;
	}
	div.board p {
		font-size:16px;
	}
	div.board table th {
		font-weight:300;
		font-size:16px;
		background-color:black;
		color:var(--key-yellow);
		text-align:center;
	}
	div.board table td {
		font-weight:300;
		font-size:16px;
	}
	ul.faqCate li {
		margin: 5px;
		padding: 10px;
		font-size: 14px;
	}
	button.btnCate {
		font-size: 14px;
	}
	div#accordion .card {
		font-size: 14px;
		padding: 20px;
	}
	ul.ulTrafficGuide li {
		font-size: 14px;
	}
	div.bgProgram {
		padding: 50px 0px 20px 0px;
	}
	div.topGuide h1 { 
		font-size:20px;
	}
	a.itemProgram {
		width:100%;
		flex:100%;
		border-left:0px;
	}
	.divProgramInfo h5:first-child {
		margin-top: 50px;
	}
	.divProgramInfo h2.programTitle {
		font-size: 25px;
		font-weight: 700;
	}
	.divProgramInfo h4.h4ProgramTitle {
		font-size: 20px;
		font-weight: 400;
		margin: 35px auto 20px auto;
	}
	table.programTable th {
		padding: 10px;
		font-size: 16px;
		min-width:120px;
	}
	table.programTable td {
		padding: 10px 10px 10px 20px;
		font-size: 16px;
	}
	div.applyButton button {
		padding: 10px;
		font-size: 16px;
		border-radius: 0px;
	}
	div.divDocumentWrap h2.h2TItle {
		font-size: 25px;
		font-weight: 800;
		margin-bottom: 20px;
	}
	h1.h1Copy {
		font-size: 30px;
		font-weight: 800;
		margin: 20px 0px 30px 0px;
	}
	h2.titSupport {
		font-size: 25px;
		margin: 20px 0px 30px 0px;
	}
	table.tableSupport td {
		padding: 10px;
		font-size: 16px;
	}
	div.divQualify {
		padding: 40px 0px 0px 0px;
	}
	div.divQualify h1 {
		font-size: 25px;
	}
	div.divQualify h3 {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	div.divQualify p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	div.divQualifyDocument {
		padding: 40px 0px;
	}
	div.divQualifyDocument h1 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	div.divQualifyDocument h3 {
		margin-top: 15px;
		font-size: 20px;
	}
	table.tableQualifyDocument th {
		padding: 10px;
	}
	table.tableQualifyDocument td {
		padding: 10px;
		padding-left: 10px;
		font-size: 16px;
	}
	table.tableQualifyDocument td:first-child {
		padding-left: 10px;
		width:15%;
	}
	div.divEvaluation {
		padding: 40px 0px;
	}
	div.divEvaluation h1 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	div.divEvaluation h3 {
		margin: 15px 0px;
		font-size: 20px;
	}
	table.tableEvaluation th {
		padding: 10px;
	}
	table.tableEvaluation td {
		padding: 10px;
		padding-left: 10px;
		font-size: 16px;
	}
	div.divSubmitGuide {
		padding: 40px 0px;
	}
	div.divSubmitGuide h1 {
		font-size: 25px;
		margin-bottom: 20px;미
	}
	div.divSubmitGuide p {
		font-size: 16px;
		margin-bottom: 5px;
	}

	div.itemSpeacker div.col-sm-4 {
		display:flex;
		/* padding-top:100%; */
	}
	div.itemSpeacker div.col-sm-8 {
		padding-left:15px;
		min-height:300px;
	}

	div.itemSpeacker div.col-sm-8 h3.card-title {
		font-size:35px;
		font-weight:700;
		margin-bottom:50px;
	}
	div.itemSpeacker div.col-sm-8 h3.card-title span {
		font-weight:300;
	}
	div.itemSpeacker div.col-sm-8 p.speakerCompany{
		font-size:20px;
		margin-bottom:20px;
		font-weight:600;
	}
	div.itemSpeacker div.col-sm-8 p.speakerExp1{
		font-size:18px;
		margin-bottom:20px;
		font-weight:600;
	}
	div.itemSpeacker div.col-sm-8 p.speakerExp2{
		font-size:18px;
		margin-bottom:20px;
		font-weight:300;
	}
	div.itemSpeacker div.col-sm-8 a {
		min-width:350px;
		padding:10px;
		border-radius:0px;
		margin-bottom:100px;
	}


	div.divTenantWrap {
		padding:20px 0px;
	}
	div.divTenantWrap hr {
		margin:50px 0px 10px 0px;
		border-top:1px solid #000;
		color:#000;
		opacity:1;
	}
	div.divTenantWrap h2.h2TenantGuide {
		font-size:20px;
		padding:10px 0px;
		display:flex;
	}
	h5.h5TopGuide {
		font-size:16px;
		margin-bottom:10px;
	}
	a.btnApplyTenant {
		padding:16px;
		border:1px solid black;
		margin:20px 0px 0px 0px;
		display:flex;
		width:250px;
		background-color:var(--key-yellow);
		font-size:14px;
	}
	a.btnApplyTenant span {
		padding:0px 0px 0px 40px;
	}

	h2.h2TenantGuide span {
		font-size:14px;
		padding:10px 0px 0px 40px;
	}

	ul.ulTenantQualify {
		padding-left:20px;
	}
	ul.ulTenantQualify li {
		font-size:16px;
		margin-bottom:10px;
	}


	hr.hrFacility {
		margin: 10px 0px 10px 0px !important;
	}

	div.divFacilityIMG ul.ulFacility {
		position:absolute;
		display:flex;
		flex-wrap: wrap;
		width: calc(100% - 10px);
		bottom:0px;
		margin:5px 5px;
	}
	div.divFacilityIMG ul.ulFacility li {
		font-size:14px;
		margin:1px 0px;
		padding:2px 0px;
	}
	div.divFacilityIMG ul.ulFacility li.active {
		background-color:black;
		color:var(--key-yellow);
	}

	div.divFacilityIMG5F {
		background:url("/assets/images/facility_5f_worklounge.jpg") no-repeat center center;
		background-size:cover !important;
	}
	div.divFacilityIMG4F {
		background:url("/assets/images/facility_4f_worklounge.jpg") no-repeat center center;
		background-size:cover !important;
	}
	div.divFacilityIMG3F {
		background:url("/assets/images/facility_3f_lockerroom.jpg") no-repeat center center;
		background-size:cover !important;
	}



	h5.h5Facility {
		font-weight:800;
		font-size:30px;
		padding:20px 0px 0px 20px;
	}
	p.pFacility {
		font-weight:400;
		font-size:20px;
		padding-left:20px;
	}

	div.divComCardianlWrap {
		width:100%;
		padding:30px;
	}
	div.divComCardianlWrap:nth-child(odd) {
		background-color:#f6f6f6;
	}
	h3.h3cardianl {
		font-size:25px;
		font-weight:800;
		margin-top:20px;
		margin-bottom:20px;
	}
	ul.ulTenantCompany li p {
		margin-top:10px;
		margin-bottom:20px;
		font-size:14px;
	}
	ul.ulTenantCompany li div.comLogo {
		padding-top:75%;
		width:100%;
		background-size:contain !important;
		overflow:hidden;
		border:1px solid black;
	}
	h1.h1Reserve {
		margin: 40px 0px;
		text-align: center;
		font-size: 25px;
	}
	div.facilityReservation ul.ulReserveItem li a {
		font-size:14px;
	}
	div.btn-group.w-100.mt-5.mb-5.pt-5 {
		margin:20px 0px !important;
		padding:0px !important;
	}
	ul.ulReserveItem li {
		padding:5px;
	}
	ul.ulReserveItem li a {
		font-size:14px;
	}
	div.equipmentReservation ul.ulReserveItem li a {
		font-size:11px;
	}
	div.equipmentReservation a.nav-link {
		font-size:12px;
	}


	div.login h1 {
		font-size:8vw !important;
	}


	div.divMembershipWrap {
		padding:20px 0px;
	}
	div.divMembershipWrap hr {
		margin:50px 0px 10px 0px;
		border-top:1px solid #000;
		color:#000;
		opacity:1;
	}
	div.divMembershipWrap h2.h2MembershipGuide {
		font-size:25px;
		padding:20px 0px;
		display:flex;
	}

	h5.h5TopGuide {
		font-size:16px;
		margin-bottom:10px;
	}

	table.tableMembership {
		margin:40px 0px;
	}
	table.tableMembership th {
		padding:10px;
		font-size:16px;
	}
	table.tableMembership td {
		padding:10px 0px 20px 0px;
		font-size:14px;

	}

	h2.h2MembershipGuide span {
		font-size:14px;
		padding:10px 0px 0px 20px;
	}
	a.btnApplyMembership {
		padding:10px;
		font-size:14px;
	}
	div.divMembershipApplyPopupWrap {
	/* 	background-color:black;
		color:var(--key-yellow); */
		background-color:var(--key-yellow);
		padding:20px;
		cursor:pointer;
	}
	div.divMembershipApplyPopupWrap h2 {
		font-size:25px;
		text-align:center;
		padding-bottom:10px;
	}
	div.divMembershipApplyPopupWrap div.divMemberApplyTitle {
		background-color:black;
		color:var(--key-yellow);
		display:flex;
		width:auto;
		padding:7px 10px;
		font-size:16px;
	}
	div.divMembershipApplyPopupWrap ul li {
		font-size:14px;
		margin:10px 0px 5px 0px;
	}

	div.divApplyWrap {
	/* 	background-color:black;
		color:var(--key-yellow); */
		padding:20px 0px;
	}
	div.divApplyWrap h2 {
		font-size:20px;
		text-align:center;
		padding-bottom:10px;
	}
	div.divApplyWrap div.divMemberApplyTitle {
		font-size:16px;
	}
	div.divApplyWrap ul li {
		font-size:14px;
		margin:10px 0px 5px 20px;
		list-style:disc;
	}
	div.divApplyWrap h4.col {
		margin-top:20px;
	}
	div.divGuideWrap {
		margin-top:20px;
	}
	div.divGuideWrap h5 {
		font-size:16px;
	}
	div.divGuideWrap p {
		font-size:14px;
		margin-bottom:0px;
	}
	div.divMembershipRegistration {
		padding:10px 0px;
		display:block;
		width:100%;
	}
	div.divMembershipRegistration hr {
		margin:20px 0px 20px 0px;
		border-top:2px solid #000;
		color:#000;
		opacity:1;
	}
	div.divMembershipRegistration div.row {
		margin:0px;
		border-bottom:1px solid black;
		padding:20px 0px;
		font-size:18px;
	}
	div.divMembershipRegistration div.col-sm-2 {
		vertical-align:middle;
	}
	div.divMembershipRegistration div.col-sm-4 {
	}
	div.divMembershipRegistration div.col-sm-10 {
	}

	div.divMembershipRegistration hr.d-block.d-sm-none {
		margin:20px 0px;
		border-top:1px solid #000;
		color:#000;
		opacity:1;
	}
	form#membershipForm h4.text-center {
		font-size:16px;
		font-weight:800;
	}
	form#membershipForm div.col-sm-10.ps-0 {
		padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	}
	div.popup_layer_con {
		width:98% !important;
		height:auto !important;
	}
	div.popup_layer_con img {
		width:100% !important;
		max-width:100% !important;
	}



}
@media screen and (max-width: 700px) {
	header {
		padding:0px;
	}
	nav#mainNav {
		margin-top:0.5rem;
	}
	div.sdfincuTopLogo svg {
		max-width:50%;
	}
}
@media screen and (min-width: 992px) {
	th.d-lg-block {
		display:table-cell !important;
	}
	td.d-lg-block {
		display:table-cell !important;
		text-align:center;
	}
}
@media screen and (max-width: 992px) {

	.mainCenter {
		padding-top:0px;
	}
	.mainCenterText {
		position:relative;
		z-index:10;
		padding:0px 30px;
	}
	.mainCenterText h2 {
		font-size:200%;
	}
	.mainCenterText h1 {
		font-size:200%;
	}
	.mainCenterText img {
		max-width:80%;
	}
	.mainCenterText p {
		margin-top: 10px;
		font-weight: 300;
		font-size: 100%;
		text-align: justify;
		padding:0px 10px 20px 10px;
	}
	.moveIMG {
		position:relative;
		z-index:1;
		width: 100%;
		overflow:unset;
	}
	.moveIMG img {
		margin-top:-65%;
	}


	div.sitePolicy {
		padding:5px 10px;
	}
	div.sitePolicy a {
		font-size:12px;
	}
	div.divSelectFamilySite {
		width:50%;
		margin:30px auto;
	}
	hr.hrBottom {
		opacity:1;
		border-top:1px solid black;
		margin:20px 0px;
	}
	div.siteCopyRight {
		padding:0px;
	}
	div.divBottomLogo a {
		margin-right:10px;
	}
	div.divBottomLogo a img {
		height:26px;
	}	
}

div.divBottomSNS {
	text-align:center;
}
div.divBottomSNS a svg {
	width:30px;
}
div.divBottomSNS a img {
	width:30px;
}
img.footerLogo2 {
	margin:20px auto;
}


div.datepicker.datepicker-dropdown {
	display:none !important;
}
#signModal2 {
	max-width:600px !important;
}
@media screen and (max-width: 768px) {

	
	.thDiv {
		font-weight:500;
		text-align:center;
		padding:5px 15px;
		display:inline;
		line-height:150%;
	}
	.tdDiv {
		padding:5px 15px;
		display:inline;
	}

	footer h4 {
		margin-top:100px;
	}

	p.btnCate2 {
		cursor:pointer;
		display:inline-block;
		padding:10px 0px;
		margin-right:0px;
		background-color:#000;
		color:var(--key-yellow);
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		width:calc( (100% - 4px) / 2 );
	}

}

div#post-content { line-height:1.6;}
/* 본문 */
div#post-content p { color:#777; font-size:20px; font-weight:400; line-height:1.6; margin-bottom:0px; }
/* 타이틀 */
div#post-content .bbs_tit01{font-size:30px; line-height:1.6; color:#333; font-weight:bold; text-align:center; margin-bottom:50px;}
div#post-content .bbs_tit02{font-size:28px; line-height:1.6; color:#555; font-weight:500; word-break:keep-all; margin-top:30px;}
/* 회색 bg 박스 */
div#post-content .bbs_bgbox{color:#333; padding:15px 20px; background-color:#f2f2f2; border:1px solid #ddd; text-align:center; margin-bottom:30px;}
div#post-content .bbs_bgbox *{color:#333 !important;}
/* 들여쓰기 */
div#post-content .bbs_in00{text-indent:-20px; padding-left:20px;}
div#post-content .bbs_in01{text-indent:-20px; padding-left:20px; margin-left:20px;margin-bottom:0px;}
div#post-content .bbs_in02{text-indent:-20px; padding-left:20px; margin-left:40px;}

div#post-content span { line-height:1.4; }
div#post-content *{/* font-size:inherit; font-weight:inherit;*/ color:inherit; line-height:1.6;}
.bbs_tbl{overflow:auto;}
.bbs_tbl table{width:100%; border-collapse:collapse; }
.bbs_tbl table th{ padding:20px 30px; border:1px solid #D9D9D9; text-align:center; vertical-align:middle; color:#555; font-size:16px; line-height:1.6; font-weight:500; background-color:#EEEEEE !important; word-break:keep-all;}
.bbs_tbl table th strong{font-weight:bold;}
.bbs_tbl table td{padding:20px 30px; border:1px solid #D9D9D9; color:#777; vertical-align:middle; font-size:16px; line-height:1.6; word-break:keep-all;}
.bbs_tbl table td strong{font-weight:bold;}
.bbs_tbl table img{display:inline-block;}
.bbs_tbl.td_center td{text-align:center;}

.bbs_tbl.step .next{border:0 none; width:5%; padding:0;}
.bbs_tbl.step .next .bbs_next{font-style:normal;}
.bbs_tbl.step .next .bbs_next::before{content:'→'; display:block;}
.bbs_tbl.step th,
.bbs_tbl.step td{text-align:center;}
.blind {
    position: absolute;
    left: -9999px;
    width: 0.01px;
    height: 0.01px;
    font-size: 0.1px;
    line-height: 0.01px;
    overflow: hidden;
}

.navbar-toggler-icon {
	background-image: none;
}


.container {
	font-family:"SUIT Variable", "Poppins";
}
div#post-content h4 {
	margin-top:20px;
}
div#post-content table th {
	background-color:transparent;
	vertical-align:middle;
}
div#post-content table td {
	vertical-align:middle;
	padding:10px;
}
div#post-content table td table {
	border:1px solid #ccc;
}
div#post-content table td table th {
	border:1px solid #ccc;
}
div#post-content table td table td {
	text-align:center;
}
.pl30 { padding-left:30px; }
.pl60 { padding-left:60px; }
div#post-content h4.bbsTopTitle {
	font-size:25px;
	text-align:center;
	border-top:2px solid black;
	border-bottom:1px solid black;
	padding:20px;
	width:80%;
	margin:0px auto 40px auto;
}

div#post-content h4.bbsTitle {
	margin-top:50px;
}


/* ------------------------------------------------------------------------------------------- DESK 추가 */
div#seatPic {
	background:url("/assets/images/seatAll.jpg") no-repeat center center;
	background-size:cover;
	aspect-ratio: 1 / 0.65;
	margin-top:20px;
	width:100%;
	position:relative;
	transition: all 700ms ease 0s;
}
div#seatPosition {
	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	height:auto;
	background:url("/assets/images/groupAll.jpg") no-repeat center center;
	background-size:cover;
	aspect-ratio: 1270 / 2160;
	z-index:2000;
	transition: all 700ms ease 0s;
}
select#selectSeat {
	margin-top:5px;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}
select#selectTime {
	margin-top:5px;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}
div.titSeat {
	border-radius:0px;
	border:1px solid #ccc;
	box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0px 10px 15px rgb(0 0 0 / 8%);
	height:50px;
	padding:10px;
	text-align:center;
	background-color:black;
	color:var(--key-yellow);
	font-size:20px;
}
div.seatGroup {
	border-radius:5px;
	border:2px solid black;
	box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0px 10px 15px rgb(0 0 0 / 8%);
	height:50px;
	padding:10px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
}

div.divDeskTop {
	width:100vw;
	height:7vh;
	background-color: var(--key-yellow);
}
h1.deskH1 {
	font-size:2.2vh;
	text-align:center;
	line-height:7vh;
}
div.deskMenu {
	margin-top:5%;
	display:flex;
}
div.deskMenu a h3 {
	font-size:max(1.2vh, 25px);
	border:0px solid #000;
	padding:1vh;
	background-color:var(--key-yellow);
	border-radius:12px;
}
div.deskMenu a h3.active {
	color:var(--key-yellow);
	background-color:black;
}


div.divDeskMenu {
	/* height:15vh; */
	padding-top:2vh;
	padding-bottom:3vh;
}
div.divDeskMenu hr {
	border-top:4px solid black;
	opacity:1;
}
div#divItemWrap div.col-12.col-lg-12 {
	margin-bottom:2.3vh;
}

.itemBox {
	font-family:"SUIT Variable", "Poppins";
	padding:5vh 0px;
	border-radius:20px;
	border:1px solid #ccc;
	box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0px 10px 15px rgb(0 0 0 / 8%);
	cursor:pointer;
	font-size:max(2vh, 30px);
	margin-bottom:2.5vh;
	margin-top:1vh;
}
.itemBox2 {
	font-family:"SUIT Variable", "Poppins";
	padding:30px 0px;
	border-radius:20px;
	border:1px solid #ccc;
	box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0px 10px 15px rgb(0 0 0 / 8%);
	cursor:pointer;
	display:block;
}
.itemBox2 p.payTitle {
	font-size:1.75rem;
	font-weight:700;
}
#qr-reader {
	width:100%;
	height:100%;
}
#qr-reader__scan_region {

}
#qr-reader__scan_region video {
	width:100%;

}
.alertModalDiallog {
	/* margin-top:24rem !important; */
}
#alertModalLabel {
	color:white;
}

ul.ulHelp li {
	list-style:decimal;
	font-size:24px;
	cursor:pointer;
	margin-bottom:20px;
}
ul.ulHelp li .helpContent {
	width:100%;
	height:300px;
	display:none;
}

div.divFooter {
	padding-top:2vh;
	padding-bottom:2vh;
	text-align:center;
	background-color: var(--key-yellow);
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
}
div.divFooter p, div.divFooter address {
	font-size:0.8vh;
	margin-bottom:0px;
}

@media (max-width: 768px) {
	.itemBox {
		font-family:"SUIT Variable", "Poppins";
		padding:50px 0px;
		border-radius:20px;
		border:1px solid #ccc;
		box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0px 10px 15px rgb(0 0 0 / 8%);
		cursor:pointer;
		margin-bottom:20px;
	}
	.itemBox2 {
		font-family:"SUIT Variable", "Poppins";
		padding:30px 0px;
		border-radius:20px;
		border:1px solid #ccc;
		box-shadow: inset 0 5px 0 rgb(255 255 255 / 15%), 0px 10px 15px rgb(0 0 0 / 8%);
		cursor:pointer;
	}
}


/* =====================================
                Components
===================================== */
/* 버튼 */
.btn_line_01 { border: 1px solid var(--white); color: var(--white); padding: 10px 50px; border-radius: 4px; font-size: 16px; display: inline-block; text-align: center;} 
.btn_line_02 { border: 1px solid var(--secondary); color: var(--secondary); padding: 10px 50px; border-radius: 4px; font-size: 16px; display: inline-block;text-align: center;} 
.btn_solid_pri { border: 1px solid var(--primary); color: var(--secondary); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--primary); font-weight: 500; display: inline-block; text-align: center;} 
.btn_solid_sec { border: 1px solid var(--secondary); color: var(--white); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--secondary); font-weight: 500; display: inline-block; text-align: center;} 
.btn_solid_red { border: 1px solid var(--red02); color: var(--red02); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--red01); font-weight: 500; display: inline-block; text-align: center;} 
.btn_solid_yel { border: 1px solid var(--yellow02); color: var(--yellow02); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--yellow01); font-weight: 500; display: inline-block; text-align: center;} 

.reinput {position: relative; padding: 20px; border-radius: 4px; height: 60px; display: flex; min-width: 200px; ;}

.input {position: relative; border:1px solid var(--gray02); padding: 20px; border-radius: 4px; height: 60px; display: flex; min-width: 200px; ;}
.input img {margin-right: 20px;}
.input input {width: 100%;}
.input select {width: 100%; margin-top: -20px; height: 60px; background: url(../img/acc_bot.png) center right no-repeat; background-size: 20px; }
.input textarea {width: 100%;}
.input.col {width: 49%;}


/* =====================================
                    Main
===================================== */

.main .section:first-child {max-width:100vw}
.main .section {margin: auto; display: flex; align-items: center; position: relative; min-width: 280px; left: 0;}
.main .section .sec_cont {align-items: center; align-content: center; margin-top: -120px; padding-left: 100px;}
.main .section .sec_cont h2 {font-size: 60px;font-weight: 700;}
.main .section .sec_cont span {font-size: 20px; line-height: 1.5em; display: block; margin: 30px 0;}
.main .section .sec_cont a { border: 1px solid var(--secondary); font-size: 16px; width: 200px; height: 40px; border-radius:4px ; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }
.main .section .sec_img {position: absolute; top: 50%; right: 0; transform:translate(0%, -50%); width: 80vw; text-align: center; z-index: -1;} 
.main .section .sec_img img {max-width: 1000px; min-width: 280px; width: 100%;}

.main .page_scroll {z-index: 2;}


#fullpage {height: 100%; position: relative; touch-action: none; transition: all 700ms ease 0s;}
.main .section {display: table; table-layout: fixed; width: 100%; position: relative; box-sizing: border-box; height: 100vh;}


/* =====================================
                Content
===================================== */
.tit { margin-bottom: 40px; padding-top: 0px; } 
.tit h2 { font-size: 36px; font-weight: 700; padding-bottom: 10px;} 
.tit p { font-size: 20px; font-weight: 500; } 

main .card { width: 100%; background: var(--white); border-radius: 20px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); padding: 80px; padding-top: 0; box-sizing: border-box; -webkit-user-select:text;} 
main .card .card_tit h3 { font-size: 28px; font-weight: 700; padding-top: 60px; -webkit-user-select:none;} 
main .card .card_tit p { font-size: 16px; font-weight: 300; padding: 10px 0; line-height: 1.5em; -webkit-user-select:none;} 
main .card .card_tit .step-tag { background-color: var(--primary); padding:0 10px; color: var(--secondary); font-weight: 700; font-size: 14px; line-height: 30px; display: inline-block; margin-right: 10px; margin-bottom: 4px; border-radius: 4px; vertical-align: middle; } 

main .card .card_sub_tit {padding: 40px 0 20px 0; margin-top: 30px; border-top: 2px solid var(--gray01);} 
main .card .card_sub_tit h3 { font-size: 20px; font-weight: 700;  } 
main .card .card_sub_tit p { font-size: 16px; font-weight: 300; padding: 10px 0; line-height: 1.5em; } 

.popup .card_sub_tit h3 { font-size: 20px; font-weight: 700;  } 
.popup .card_sub_tit p { font-size: 16px; font-weight: 300; padding: 10px 0; line-height: 1.5em; } 


main.cont { margin: auto;padding: 30px; padding-top:100px} 

main.cont section .card_desc { border: 6px solid var(--gray01); border-radius: 10px; padding: 40px 10px 20px 40px; box-sizing: border-box; margin: 30px 0; } 
main.cont section .card_desc h4 { font-weight: 700; margin-bottom: 4px; -webkit-user-select:none; } 
main.cont section .card_desc ul { margin-top: 20px; margin-bottom: 20px; } 
main.cont section .card_desc ul li { list-style-type: disc; margin-left: 20px; line-height:180%; font-size:14px;} 
main.cont section .card_desc ol { margin-top: 20px; margin-bottom: 20px; } 
main.cont section .card_desc ol li { list-style-type: decimal; margin-left: 40px; } 
main.cont section .card_desc ol li { list-style-type: decimal; margin-left: 40px; } 

/* TAB */
.card_tab li { flex: 1; text-align: center; border-bottom:4px solid var(--gray01); padding: 10px; box-sizing: border-box; font-weight: 700; color: var(--gray02); cursor: pointer; -webkit-user-select:none; } 
.card_tab li.sel { border-bottom:4px solid var(--primary); font-weight: 700; color: var(--secondary); } 
.code_table [class*=table_cont] { width: 100%; max-height: 500px;} 
.code_table [class*=table_cont] tbody { display:inline-table; width: 100%; } 
.code_table [class*=table_cont] tr { height: 92px; vertical-align: middle; border-bottom: 1px solid var(--gray02); } 
.code_table [class*=table_cont] th { font-weight: 700; padding: 10px; padding-left: 20px; position: relative; } 
.code_table [class*=table_cont] td { padding: 10px; padding-left: 20px;} 
.code_table [class*=table_cont] td .table_desc { font-size: 14px; font-weight: 700; } 
.code_table [class*=table_cont] th em { padding-left: 4px; } 

/* 테이블 디자인 */
.code_table .table_01 table {height: 60px}
.code_table .table_01 table tr {height: 60px;}
.code_table .table_01 table tr th {background-color: var(--gray01);border-bottom: 1px solid var(--gray01);}
.code_table .table_01 table td {word-break: break-all; border-left: 1px solid var(--gray01);border-bottom: 1px solid var(--gray01);}
.code_table .table_01 table th:first-child {border-left: 0; text-align: center;}
.code_table .table_01 table td:first-child {border-left: 0; text-align: center;}




/* ------------------------------------------------------------------------------------------- 접근성 관련 추가 */
#accessibility a{
	overflow:hidden;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:1px;
	height:1px;
	background:#000;
	color:#fff;
	text-align:center;
}
#accessibility a:focus, .skip a:active{
	position:relative;
	width:100%;
	height:auto;
	padding:10px;
}

.ir-text, legend, .blind{
	overflow:hidden;
	position:absolute;
	border:0;
	width:1px;
	height:1px;
	clip:rect(1px,1px,1px,1px);
}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border:0 none;
}
legend {
	display:none;
}
caption{
	overflow:hidden;
	position:absolute;
	border:0;
	width:1px;
	height:1px;
	clip:rect(1px,1px,1px,1px);
}
.hidden {
	display: block !important;
	overflow: hidden;
	position: absolute;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px,1px,1px,1px);
}

div#viewDetailFull {
    background: url('/assets/images/SDF_INCU_5F2.png') no-repeat center center;
    background-size: cover;
    aspect-ratio: 1629 / 3840;
}
div#viewDetailSeat {
    position: relative;
    background: url('/assets/images/SDF_INCU_5F_detail4.jpg') no-repeat center center;
    background-size: cover;
    aspect-ratio: 2012 / 2960;
}

div.divSeatUse {
	position:absolute;
	width:100%;
	aspect-ratio: 2012 / 2960;
	top:0px;
	left:0px;
}
div.aSeat {
	position:absolute;
	z-index:2;
	cursor:pointer;
}

.iconPolicy {
	width:60px;
}
ul.ulDisc {
	padding-left:40px;
}
ul.ulDisc  li {
	list-style:decimal;
}
.ti-3 {
	text-indent:-20px;
}

div.divPolicy table th, div.divPolicy table td {
	text-align:center;
	vertical-align:middle;
}

div.divPolicy p {
	text-indent:-20px;
	padding-left:20px;
}

div.divPolicy p.ti0 {
	text-indent:0px;
	padding-left:0px;
}
div.divAgree {
	padding:15px;
	height:160px;
	overflow-y:auto;
}

.bg-warning {
	color:black;
}

div.timeBoxTh {
	position:absolute;
	border-bottom:1px dashed #ccc;
	width:100%;
	display:grid;
	align-items:center;
	vertical-align:middle;
	z-index:3;
}

div.timeBox {
	position:absolute;
	border-left:1px solid #777;
	border-bottom:1px dashed #ccc;
	width:100%;
	display:grid;
	align-items:center;
	vertical-align:middle;
	z-index:3;
	background-color:white;
	cursor:pointer;
}
a.timeBox:hover, a.timeBox:focus {
	border-bottom:3px dashed #000 !important;
	height:calc(100% - 4px);
	width:calc(100% - 4px);
	color:black;
	margin:3px 2px;
}
a.timeBox {
	padding:10px;
	color:white;
	width:calc(100% - 2px);
}

div.timePast {
	cursor:auto !important;
}

div.timeBoxWeekend {
	position:absolute;
	border-left:1px solid #777;
	border-bottom:1px dashed #ccc;
	width:100%;
	display:grid;
	align-items:center;
	vertical-align:middle;
	z-index:3;
	background-color:#eee;
	cursor:pointer;
}

div.dataBox {
	position:absolute;
	border:1px dashed #555;
	width: calc( 100% - 2px );
	/* display:flex; */
	align-items:center;
	vertical-align:middle;
	z-index:5;
	padding:10px;
	margin:1px 0.5px;
	background-color:var(--key-yellow) !important;
	border-radius:5px;
	left:1px;
}

div.dataBox.myData  {
	color:var(--key-yellow) !important;
	background-color:#000 !important;
}
div.dataBox.myData  a {

	color:var(--key-yellow) !important;
	font-size:13px;
	float:right;
}

div.timeBoxUnable {
	position:absolute;
	border:1px dashed #555;
	width: calc( 100% - 2px );
	display:grid;
	align-items:center;
	vertical-align:middle;
	z-index:10;
	text-align:center;
	margin:0px 1px;
	background-color:#eee !important;
	border-radius:5px;
}

div.restBox {
	position:absolute;
	border:1px dashed #555;
	width: calc( 100% - 2px );
	display:grid;
	align-items:center;
	vertical-align:middle;
	z-index:10;
	padding:10px;
	margin:0px 1px;
	background-color:#ccc !important;
	border-radius:5px;
}

div.dataBox p {
	margin:0px;
}
.dayToday {
	background-color:rgba(255, 220, 40, 0.15) !important;
}
.dayTodayTh {
	background-color:rgba(255, 220, 40, 0.15) !important;
	border:2px dashed #333;
}
table#reservationTable td {
	padding:0px;
	background-color:#fafafa;
	min-width:120px;
}


/*--------------------------------------------------------------- 4층 키오스크 추가 */

div.divDeskTop2 {
	width: 100vw;
	height: 13vh;
	background-color: var(--key-yellow);
	position:relative;
}
div.workBG {
	background-color: black;
	height:100vh;
	width:100%;
	overflow:hidden;
}
h1.desk4FH1 {
    text-align: center;
    padding-top: 3vh;
    font-size: 4.7vw;
}
p.floor4F {
	position:absolute;
    top: 2.5vh;
    left: 5.5vw;
	z-index:3;
	background-color:black;
	color: var(--key-yellow);
	font-size:8vw;
	padding:14px 23px;
	border-radius:50%;
}
p.floor4FText {
	padding-top:1vh;
	text-align:center;
	font-size:1.5vw;
}
div.btnTop4F {
/*     transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out; */
	position: absolute;
    z-index: 4;
    top: 15.7vh;
    font-size: 2.8vw;
    background-color: var(--key-yellow);
    padding: 8px 2.5vw;
	width:23.14%;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	cursor:pointer;
}
div.btnTop4F:hover {
	color: var(--key-yellow);
	background-color:black;
	border-width:1px;
	border-style:solid;
	border-color: var(--key-yellow);
}
div.btnTop4F img {
	max-width:44px;
	width:22.03%;
}
div.btnHome {
	left: 50%;
    transform: translate(-50%, 3%);
}
div.btnFacility {
	left:4.13%;
}
div.btnTenant {
	right:4.13%
}


div.btnTopDetail {
	cursor:pointer;
/* 	transition: 1s ease-in-out;
	    -webkit-transition: 1s ease-in-out; */
    position: absolute;
    z-index: 4;
    top: 20.5vh;
    font-size: 2.2vw;
    background-color: black;
	color: var(--key-yellow);
    padding: 18px 2vw;
    width: 16.6%;
    border-radius: 32px;
    text-align: center;
}
div.btnFacilityDetail {
	left:7.63%;
}
div.btnTenantDetail {
	right:7.63%;
}
div.btnTopDetail img {
	width:20%;
	margin:0px 5px;
}

div.div4FMainContents {
	width:100%;
	height:80.4%;
	margin:11.7% 0px 0px 0px;
	border-radius:0px;
	position:relative;
	overflow:hidden;
	background-color:white;
}
div.divBlockHide {
	position:absolute;
	z-index:3;
	/* background-color:white; */
	height:3vh;	
}
div.bgWhite {
	background-color:white;
}
div.w-4 {
	width:4vw;
}



div.infoComLogo {
	margin:0px auto;
	aspect-ratio:1/1;
	background-size:80%;
	background-position:center center;
	background-repeat:no-repeat;
	width:80%;
	border:1px solid #ccc;
}
div.infoComLogo2 {
	margin:0px auto;
	aspect-ratio:3/2;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	width:80%;
	border:1px solid #ccc;
}
div.wrapCom {
	cursor:pointer;
}

div#viewComContent {

}
p#pWebsite {
	cursor:pointer;
}
iframe.frameViewWebsite {
	display:none;
	width:100%;
	border:1px dashed #ccc;
	padding:10px;
}
.top-30 {
	top:30% !important;
}
div.divFacilityList {
	position:absolute;
	bottom:4%;
	left:-30%;
	width:20%;
	height:auto;
	max-height:86%;
	overflow:hidden;
	overflow-y:auto;
	z-index:1000;
}

div.divTenantList {
	position:absolute;
	bottom:4%;
	right:-30%;
	width:20%;
	height:auto;
	max-height:86%;
	overflow:hidden;
	overflow-y:auto;
	z-index:1000;
}
div.divTenantList::-webkit-scrollbar {
    width: 5px;
	margin-left:5px;
}
div.divTenantList::-webkit-scrollbar-track { 
    background-color: gray;
}
div.divTenantList::-webkit-scrollbar-thumb { 
    background-color: var(--key-yellow);
}
div.divTenantList::-webkit-scrollbar-button {
    display: none;
}

/* hover 효과 */
div.divTenantList::-webkit-scrollbar-thumb:hover {
    background-color: blue;
    transition: all 0.2s; /* 작동 안 됨 */
}
/* 코너에 라운드 효과 */
div.divTenantList::-webkit-scrollbar-track,
div.divTenantList::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
div.divFacilityItem {
	width:100%;
	margin:10px 0px;
	border:2px solid var(--key-yellow);
	border-radius:20px;
	background-color:#fafafa;
	text-align:center;
	padding:3px;
}

div.divTenantItem {
	width:100%;
	margin:10px 0px;
	border:2px solid var(--key-yellow);
	border-radius:20px;
	background-color:#fafafa;
	text-align:center;
	padding:3px;
}

div.divFacilityItem, div.divTenantItem {
	cursor:pointer;
}
div.divTenantItem {
	display:none;
}
div#divViewFacilityDetail {
	background-color:rgba(0,0,0,0.85);
	position:absolute;
	left:-100%;
	width:100%;
	height:87%;
	bottom:0px;
	z-index:3000;
	overflow:hidden;
}
div#divViewTanentDetail {
	background-color:rgba(0,0,0,0.85);
	position:absolute;
	right:200%;
	width:100%;
	height:87%;
	bottom:0px;
	z-index:3000;
	overflow:hidden;
}
div.btnArrowClose {
	position:absolute;
	cursor:pointer
}
div.btnArrowLeft {
	top:0px;
	right:0px;
}
div.btnArrowRight {
	top:0px;
	left:0px;
}
div.btnArrowClose img {
	width:80px;
	filter:invert();
	margin:10px 30px;
}
div.divViewTenantContent {
	background-color:white;
	margin:0px auto;
	width:95%;
	height:87vh;
	padding:3%;
}
div.divTenantLogo {
	width:20%;
	margin:0px auto;
	aspect-ratio:1/1;
}
div.divTenantLogo img {
	width:100%;
}
div.divTenantLogo:not(:has(img)) {
	background-color:#f2f2f2;
}
/*--------------------------------------------------------------- 크리에이터스 추가 */
div.bgCreator {
	width:100%;
	aspect-ratio:9/16;
	height:auto;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:20px;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.viewMovModal {
	background-color:transparent;
	border:0px;
}
.viewMovModal > .modal-header {
	border-bottom:0px;
}
.viewMovModal > .modal-header button.btn-close {
	filter:invert();
	opacity:1;

}
.viewMovModal > .modal-footer {
	border-top:0px;
}
#divViewMOV {
	display:flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	text-align:center;
	padding:0px;
}
.viewMovTag {
	max-width:calc(100vw - 80px);
	max-height:calc(100vh - 180px);
}

.pl20 {
	padding-left:20px;
}
.pl90 {
	padding-left:90px !important;
}
.pl165 {
	padding-left:165px !important;
}



/* 입주 연장 평가 *********************************************************************************/
div.divTenantExtention div.af_type{
	border-top:3px solid black;
	padding:7px;
	background-color:#eee;
	margin-bottom:3px;
	font-size:20px;
}

div.divTenantExtention div.af_title {
	border-top:3px solid black;
	padding:7px;
	font-size:20px;
}

div.divTenantExtention div.af_field  .form-control {
	border:0px;
	border-bottom:1px solid black;
	border-top:1px solid #ccc;
	padding:20px;
	font-size:20px;
}
div.divTenantExtention div.af_field  .input-group-text {
	border-radius:0px !important;
	border:1px solid #eee;
	border-bottom:1px solid black;
}
div.divTenantExtention  p.af_guide {
	padding-left:19px;
	text-indent:-19px;
	text-align:left;
}
div.divSignature {
	width:100%;
	height:100vh;
	max-height:300px;
	border:1px solid black;
}
button.btnTenantExtention {
	margin-top:30px;
	width:100%;
	font-size:20px;
	padding:20px;
}
div#companyInvestList, div#companyIPList {
	/* display:none; */
}
div#signContents table th, div#signContents table td {
	font-size:16px;
}
div#signContents .fSize18 {
	font-size:18px;
}
div#signContents .fSize16 {
	font-size:16px;
}
.font-white {
	color:white;
}

/* **************************************************************************************** 입주기업 전용페이지 */
.tenantMenu a {
	display:block;
	width:100%;
/* 	border:1px solid black; */
	background-color:var(--key-yellow);
	padding:5px 5px;
}
.tenantMenu.active a {
	display:block;
	width:100%;
	background-color:black;
	color:white;
	padding:5px;
}
.text-bold {
	font-weight:900;
}
.glass-box {
	border-top:3px solid black;
	border-bottom:3px solid black;
	padding:20px 0px;
}
div.divTenantPrivateCalendar {
	padding:20px 0px;
}
div.divTenantPrivateCalendar table {
	width:100%;
}
div.divTenantPrivateCalendar table th {
	text-align:center;
	font-size:20px;
}
div.divTenantPrivateCalendar table td {
	text-align:center;
	width:calc(100% / 7);
	height:50px;
}

div.divTenantPrivateCalendar table td.today {

	background-color:#eee;

}



div.divTenantPrivateCalendar table td a {
	border-radius:50%;
	background-color:var(--key-yellow);
	padding-top:5px;
	width:25px;
	height:25px;
	aspect-ratio:1/1;
	display:inline-table;
	margin-top:2px;
}
ul.ulReserveList {
	padding-left:20px;
}

ul.ulReserveList li {
	list-style:disc;
	padding:7px 0px;
}
.chat-message {
	display: block;
}
.chat-message.you { text-align: right; clear:both;  }
.chat-message.other { text-align: left; clear:both; }
.toast-container { position: fixed; top: 1rem; right: 1rem; z-index: 1055; }
.chat-messages { min-height: 800px; height:calc(100vh - 150px);  overflow-y: auto; padding: 10px; background-color: #f8f9fa; }
.font-black {
	color:black;
}
.bgReply {
    background-image: url(/assets/images/bgReply.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.fs-12 {
    font-size:12px;
}
.btnReply {
	font-size:12px;
	padding:3px 10px;
}
.bg-green {
	background-color:var(--key-green-aurora);
}
.excluded-date  {
	padding:5px 0px 5px 0px;
}
div#excludedDates1 {
	padding-top:20px;
}
ul#mentorCategoryTab li.nav-item button.nav-link {
	padding:15px;
	border:1px solid black;
	border-radius:0px;
}
ul#mentorCategoryTab li.nav-item button.nav-link.active {
	background-color:var(--key-green-aurora);
}

button.btnMentorCategory:hover {
	background-color:var(--key-green-aurora);
	color:white;
}
button.btnMentorCategory {
	background-color:var(--key-green-aurora);
	color:white;
}
div.divMentorCategoryWrap {
	position:relative;
	margin:30px 0px 50px 0px;
	width:100%;
}
div.divMentorCategoryWrap  div.card {
	width:100%;
	max-width:412px;
}
div.divMentorCategoryWrap  div.card div.companyExp {
	height:120px;
	overflow-y:auto;
}
div.divMentorCategoryWrap div.owl-nav {
	position:absolute;
	top:36%;
	width:100%;
}
div.divMentorCategoryWrap button.owl-next,
div.divMentorCategoryWrap button.owl-prev{
    background-color:white;
}
div.divMentorCategoryWrap button.owl-next span,
div.divMentorCategoryWrap button.owl-prev span {
    font-size: 100px;
    color: var(--key-green-aurora);
    text-shadow: 0px 0px 2px rgb(0 0 0 / 85%);
}
div.divMentorCategoryWrap button.owl-next span:hover,
div.divMentorCategoryWrap button.owl-prev span:hover {
    color: black;
}
div.divMentorCategoryWrap button.owl-prev {
	position:absolute;
	left:-40px;
	top:0%;
}
div.divMentorCategoryWrap button.owl-next {
	position:absolute;
	right:-40px;
	top:0%;
}
div.divMentorCategoryWrap div.owl-dots {
	padding:20px 0px;
}
.btnGreenAurora {
	background-color:var(--key-green-aurora);
	color:white;
}

.btnGreenAurora:hover {
	background-color:black;
	color:var(--key-green-aurora);
}
.btnReserveAvail {
	border:1px solid var(--key-green-aurora);
}
.btnReserveAvail:hover {
	background-color:var(--key-green-aurora);
	color:white;
}


.rounded-50 {
	border-radius:50%;
}
/* Ensure the Flatpickr calendar container takes full width */
.flatpickr-calendar {
    width: 100% !important;
    max-width: 100% !important;
}

/* Adjust the inner wrapper to prevent overflow */
.flatpickr-calendar .flatpickr-innerContainer {
    width: 100%;
}
.flatpickr-rContainer {
    width: 100%;
}
/* Ensure the days grid also stretches */
.flatpickr-calendar .flatpickr-days {
    width: 100%;
}

/* Optional: Adjust padding or margins if needed */
.flatpickr-calendar .flatpickr-day {
    max-width: none !important;
    flex-grow: 1;
	height:30px;
	line-height:30px;
	color:black;
}

/* Ensure the calendar fits within its parent container */
.flatpickr-months {
	padding:20px;
}
#speakerCompany {

}
#speakerCompany .flatpickr-calendar {
    left: 0 !important;
    right: 0 !important;
}
.dayContainer {
	width: auto !important;
	min-width: 100% !important;
	max-width: 100% !important;
}
.flatpickr-calendar {
	-webkit-box-shadow: 0px 0 0 #e6e6e6, 0px 0 0 #e6e6e6, 0 0px 0 #e6e6e6, 0 0px 0 #e6e6e6, 0 0px 0px rgba(0, 0, 0, 0.08) !important;
}
div#timeSlots {
	padding:10px 0px 30px 0px;
}
div#timeSlots button {
	width:calc(50% - 10px);
	border-radius:25px;
}
div#timeSlots button.active {
	background-color:var(--key-green-aurora) !important;
	color:white;
}

.flatpickr-day.selected {
	background-color:var(--key-green-aurora) !important;
	color:white;
	border:0px;
}
div.divReserveForm {
	display:none;
}
div.divReserveForm .input-group > span.input-group-text {
	width:100px;
}
.ptb-2 {
	padding:12px 0px !important;
}
.flatpickr-day.flatpickr-disabled {
	color:rgba(57,57,57,0.2) !important;
}
.flatpickr-day.notAllowed {
	color:rgba(57,57,57,0.4) !important;
}
.flatpickr-day.nextMonthDay {
	color:rgba(57,57,57,0.6) !important;
}
.point-cursor {
	cursor:pointer;
}
.bbsCard {
	border:0px;
}
div.divOrigin {
	display:none;
}
div.divResultSign {
	width:100%;
	aspect-ratio:16 / 6;
	border:2px dashed #ccc;
}
div.divFileUpload {
	width:100%;
	height:auto;
}

/* stepper */
/* stepper */
.stepper .step-badge{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600}
.stepper .active .step-badge{background:#0d6efd;color:#fff}
.stepper .done .step-badge{background:#198754;color:#fff}
.stepper .step-title{font-size:.9rem}
.stepper .step{display:flex;align-items:center;gap:.5rem}
.stepper .step:not(.active):not(.done) .step-badge{background:#e9ecef;color:#6c757d}
.req::after{content:" *"; color:#dc3545; font-weight:600}
.step-pane{display:none}
.step-pane.active{display:block}
.other-input{margin-left:2.25rem}
.modal-body{max-height:70vh; overflow:auto}

.stepper{
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 스텝 수만큼 균등분할 */
  gap: .2rem;
  width: 100%;
  margin-bottom: 1rem;
}

.stepper .step{
  display:flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem .75rem;
  border:2px solid #e5e7eb;          /* 회색 테두리 */
  border-radius:.0px;
  background:#f8f9fa;                /* 연회색 배경(부트스트랩 톤) */
  min-height:56px;                    /* 보기 좋게 높이 고정 */
}

.stepper .step-badge{
  width:32px;height:32px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:600;
  background:#e9ecef;color:#6c757d;
  flex:0 0 32px;
}

.stepper .step-title{font-size:.95rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

#stepper .active{
  border:2px solid #000 !important;
}
.stepper .active .step-badge{background:#0d6efd;color:#fff}

.stepper .done{
  border-color:#198754;
}
.stepper .done .step-badge{background:#198754;color:#fff}

/* 좁은 화면에서는 2~3열로 자동 줄바꿈 */
@media (max-width: 992px){
  .stepper{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 576px){
  .stepper{ grid-template-columns: repeat(2, 1fr); }
}