#home {
	visibility: hidden;
	top:-100px;
}

.min-header {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-top: 20px;
    background: none;
    padding: 0px 10px;
}

.main-fixed-sec {
	position: fixed;
	display: flex;
	flex-direction: row;
	height: 100vh;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}

.main-vac-blk {
	height: 100%;
	
}

.vac_cnt {
	padding: 1% 5% 47px;
	height: 100%;
	color: #333;
	text-align: justify;
	overflow-y: auto;
}

.live_det {
	text-align: center;
    font-family: text-med;
    color: #fff;
    font-size: 1vw;
    word-wrap: break-word;
    letter-spacing: 0.1em;
	margin: 10px 0;
}

.hv-link:hover .sm-link-img {
	background: rgba(38, 57, 81, 0.95);
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.drk_share {
	margin: 0;
    color: #666;
    font-family: text-light;
    font-size: 0.8vw;
    letter-spacing: 0.05em;
}

.sec_lbl {
	margin: 30px 0 10px 0;
	font-size: 1vw;
	font-family: text-med;
    letter-spacing: 0.04em;
}

.bld-txt-div {
	display: flex;
	flex-direction: column;
	padding: 0px 1%;
	align-items: center;
}

#jb_nm {
	font-size: 1.5vw;
	font-family: para-lbl;
    letter-spacing: 0.08em;
	margin-block-start: 1em;
    margin-block-end: 0em;
}

#jb_sum {
	width: 100%;
	line-height: 1.5em;
	text-align: justify;
    font-family: text-med;
    color: rgba(53, 53, 53, .9);
    font-size: 0.7vw;
    word-wrap: break-word;
    letter-spacing: 0.1em;
}

.resp_list {
	padding: 0;
	margin: 0;
}

.resp_list li {
	padding: 5px;
	text-align: justify;
    font-family: text-med;
    color: rgba(53, 53, 53, .9);
    font-size: 0.7vw;
    word-wrap: break-word;
    letter-spacing: 0.1em;
}

.hover-footer {
	position: fixed;
	bottom: 0;
	z-index: 2;
}

.main-sty-blk {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: url('../img/vac05.jpg');
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.rg-cont-div {
	background-color: rgba(38, 57, 81, 0.95);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.img-sec {
	height: 30%;
	overflow-y: hidden;
}

#vc-img {
	width: 100%;
}

.top-div {
	position: relative;
	background: #F8F9FB;
	padding: 5px;
}

.top-div-cont {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

#entr-sec {
	height: 50vh;
	background: #3465A0;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.cs-top-div {
	position: relative;
	background: #F8F9FB;
	padding: 5px;
}

.cs-top-div-cont {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #fff;
}

#cs-sec {
	padding: 30px 10px;
	/*background: linear-gradient(to left, #FFD0A6, #FBCCA3 41.65%);*/
	flex-wrap: wrap;
	position: relative;
	display: flex;
	flex-direction: row;
	border-right: 2px solid #333;
	align-items: center;
}

.lft-cont {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px 20px 5px;
}

.cs-lft-cont {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

.sd-img {
	aspect-ratio: 1.78 / 1;
}

.cs-sd-img {
	height: 400px;
}

.hm-header {
	height: 40px;
	position: relative;
	position: fixed;
	margin-top: 20px;
	background: none;
	padding: 0px 10px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mv-header {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background: linear-gradient(to left, #3465A0, #ad5389);
	margin: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px 10px;
	margin: 0;
	background: #3465A0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.hd-header {
	visibility: hidden;
}

.inline-header {
	height: 40px;
	margin-top: 10px;
	position: relative;
	padding: 0 5px;
}

.header-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 5px;
}

.inline-header .header-controls {
	background: none;
	height: 40px;
	justify-content: space-around;
}

.control-link {
	padding: 0px 5%;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-family: text-med;
	font-size: 1vw;
}

.inline-header .control-link {
	color: #37516B;
	padding: 0px 2%;
	font-family: text-light;
	font-weight: bold;
}

.control-link:hover {
	color: #FFCFA6;
}

.header-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#biz-ico {
	height: 20px;
	width: 20px;
}

@keyframes masked{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -10000px 5000px;
	}
	

	to {
		opacity: 1;
		transform: translatey(0px);
	}
}

.header-link a {
	text-decoration: none;
	/*color: #C2996E;*/
	color: #FFF;
	font-family: text-med;
	font-size: 1vw;
	margin-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: -webkit-linear-gradient(
		left,
		#fff 0%,
		#F7DFCB 25%,
		#97b1fb 50%,
		#fff 100%
		)
		repeat;
	-webkit-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	/*Animation  한번에 여러개 적용하기 */
	animation: masked 70s linear infinite;
	-webkit-animation: masked 70s linear infinite;
	-moz-animation:masked 70s linear infinite;
	-o-animation: masked 70s linear infinite;
}

.inline-header .header-link a {
	color: #37516B;
}

.header-lbl {
	color: rgba(255, 255, 255, 1);
	font-family: text-light;
	font-size: 1vw;
	position: relative;
	margin-left: 5px;
}

.cont-div {
	height: calc(100% - 80px);
	background: white;
	position: relative;
}

.faded-lbl {
	font-size: 2em;
	font-family: text-bold;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.caption-tag {
	position: relative;
}

.caption-tag h3 {
	margin: 0;
	color: #A0A0A0;
	font-family: text-light;
}

.caption-tag h2, .live_lbl {
	margin: 0;
	color: #fff;
	font-size: 3vw;
	line-height: 1em;
	font-family: text-med;
}

.link {
	text-decoration: none;
}

.ad-bttn {
	position: relative;
	padding: 8px 20px;
	font-family: text-light;
	font-size: 0.7em;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	border-radius: 15px;
	background: #ad5389;
	background: -webkit-linear-gradient(to left, #F25F26, #FCAB30);
	background: linear-gradient(to left, #F25F26, #FCAB30);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.frm-bttn, .show {
	position: relative;
	padding: 8px 20px;
	font-family: text-light;
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	
}

.frm-bttn {
	background: #ad5389;
	background: -webkit-linear-gradient(to left, #F25F26, #FCAB30);
	background: linear-gradient(to left, #F25F26, #FCAB30);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin-top: 20px;
}

.rl_cont {
	float: right;
}

#main-sc-bttn {
	margin-top: 10px;
}

.bttn-holder {
	width: 400px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#bttn_div {
	background: #1D1D1D;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

#float_vac_div {
	position: relative;
	margin-top: -20%;
	z-index: 3;
	padding: 30px;
}

.stry-txt {
	font-size: 10em;
	font-family: text-bold;
	position: relative;
	color: rgba(0, 0, 0, 0.09);
	text-align: left;
	text-transform: uppercase;
	line-height: 0.75em;
	letter-spacing: -0.07em;
}

.mn-stry {
	color: rgba(0, 0, 0, 0.2);
}

.stry-lbl {
	font-size: 3vw;
	font-family: para-lbl;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	line-height: 0.75em;
	margin: 0;
	margin-top: -2px;
}

.cs-caption-tag {
	position: relative;
	border-bottom: 2px solid #333;
	padding-bottom: 25px;
}

.cs-caption-tag h3 {
	margin: 0;
	color: #A0A0A0;
	font-family: text-light;
}

.cs-caption-tag h2 {
	margin: 0;
	color: #333;
	font-size: 3.5em;
	line-height: 1em;
	font-family: text-med;
}

.abt-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: fit-content;
	position: relative;
	padding: 0px 20px 0px 40px;
}

#up_qte {
	width: 80px;
	height: 80px;
}

.round-cont {
	padding: 10px 0px 0px;
}

.med-cont, .list-item, .pil_desc, .cs-pitch-cont {
	text-align: justify;
	font-family: text-med;
	color: rgba(53,53,53,.9);
	font-size: 1vw;
	word-wrap: break-word;
	letter-spacing: 0.1em;
}

#about {
	height: fit-content;
	background: #F8F9FB;
	position: relative;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px inset, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px inset;*/
	display: flex;
	overflow: hidden;
}

#vac_block {
	height: fit-content;
	background: #fff;
	position: relative;
	border-radius: 20px;
	padding: 20px;
}

.img-div {
	height: auto;
	aspect-ratio: 1.113 / 1;
}

#leaders {
	padding: 5% 20px 0px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	position: relative;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(52, 101, 160, 0.4) 30%);
	/*background: rgba(0, 0, 0, 0.05);*/
	/*background: -webkit-linear-gradient(to bottom, #fff, #A9DDCB);  */
	/*background: linear-gradient(to bottom, #fff, #70C7A9);*/
}

.trans-form-holder {
	position: relative;
	padding: 2% 5%;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(52, 101, 160, 0.4);
	flex-direction: column;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 30px;*/
}

.cs-trans-form-holder {
	position: relative;
	padding: 2% 5%;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(52, 101, 160, 0.4);
	flex-direction: column;
	border-radius: 0 0% 4% 4%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 30px;
}

.trans-form-holder form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 15px;
}

.sm-field-set {
	padding: 10px;
	border: none;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 18px 50px -10px;
	margin-top: 5px;
	background: #fff;
	border-radius: 3px;
}

.lg-field-set {
	padding: 0;
	margin-top: 6px;
	border: none;
	position: relative;
	height: fit-content;
}

.field-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 100%;
}

.hlf-field {
	width: 50%;
}

.field-holder input, .details-field, .lg-entry {
	color: #37516B;
	padding: 5px;
	font-size: 1vw;
	box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	position: relative;
	background: none;
	border: none;
	font-family: text-med;
	/*box-shadow: rgb(204, 219, 232) 0px -1px 2px 0px inset;*/
}

.frm-lbl {
	color: #fff;
	padding: 15px 0px 0px;
	font-family: 'para-lbl';
	/* font-weight: bold; */
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

.sect-hd {
	padding: 15px 0px 0px;
	font-family: 'para-lbl';
	/* font-weight: bold; */
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

.udl-div {
	border-bottom: solid #fff 2px;
	padding: 15px 0px 0px;
}

#why-choose-cont p {
	text-align: center;
}

.why-txt {
	font-size: 5em;
	font-family: text-bold;
	position: relative;
	color: rgba(0, 0, 0, 0.05);
	text-align: right;
	text-transform: uppercase;
	line-height: 0.75em;
	letter-spacing: -0.07em;
}

.ft-txt {
	font-size: 12em;
	font-family: text-bold;
	position: relative;
	color: rgba(0, 0, 0, 0.05);
	text-align: right;
	text-transform: uppercase;
	line-height: 0.75em;
	letter-spacing: 0.1em;
}

.why-txt-sm {
	font-size: 3em;
	font-family: para-lbl;
	position: relative;
	color: rgba(0, 0, 0, 0.05);
	text-align: right;
	text-transform: uppercase;
	line-height: 0.75em;
	letter-spacing: -0.07em;
}

.sv-card {
	height: 280px;
	width: 200px;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	flex-direction: column;
	align-items: center;
	background: #fff;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.sv-card-border {
	height: 128px;
	width: 128px;
	z-index: 1;
	position: absolute;
	border-radius: 50%;
}

.sv-card-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*.sv-card::before {
	left: 0;
	top: 0;
	border-left: 2px solid #35649D;
	border-top: 2px solid #35649D;
	position: absolute;
	width: 23px;
	height: 23px;
	content: "";
}*/

.sv-cont {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	height: fit-content;
	position: relative;
	flex-wrap: wrap;
	padding: 10px 20px 10px 40px;
}

.sv-card-hd {
	text-align: center;
	color: #333;
	font-size: 1vw;
	font-family: para-lbl;
	height: 38px;
}

.sv-card-det {
	text-align: center;
	font-size: 1vw;
	font-family: text-med;
	color: rgba(53,53,53,.9);
	padding: 5px;
	width: 100%;
}

#mission {
	position: relative;
	height: fit-content;
	background-color: #fff;
	/*background: linear-gradient(0deg, rgba(245,245,245,1) 43%, rgba(255,255,255,1) 66%);*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 0px 30px 0px;
	/*background: -webkit-linear-gradient(to bottom, #fff, #70C7A9);  /* Chrome 10-25, Safari 5.1-6 */
	/*background: linear-gradient(to bottom, #fff, #70C7A9);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;*/
}

.mis_block * {
	text-align: center;
}

.mis_block {
	position: relative;
	color: #333;
	font-family: para-med;
}

.mis_lbl {
	position: relative;
	color:  #333;
}

.mis_desc {
	color: #333;
	font-family: text-med;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 10px;
}

.mis_lbl:before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 1px;
	bottom: 0;
	left: 50%;
	border-bottom: 4px solid #2F2661;
}

#pil_div {
	height: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	position: relative;
	margin-top: 15px;
	background: #fff;
	flex-wrap: wrap;
}

.pil_block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	aspect-ratio: 2 / 1;
	padding: 5px 2%;
	height: auto;
	width: 400px;
}

.pil-cont {
	height: fit-content;
	text-align: left;
	padding: 2%;
	color: #333;
}

.pil-ico-hld {
	display: flex;
	align-items: center;
	height: 70px;
}

.pil_ico {
	height: 100%;
}

.pil_lbl {
	font-family: para-lbl;
	font-size: 1.5em;
	margin: 0px;
}

.cl, .sect-hd, .stry-lbl {
	color: #F4B028;
}

.cl {
	text-transform: uppercase;
	font-family: para-lbl;
	letter-spacing: 0.08em;
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 1.2em;
}

.sm-link {
	text-decoration: none;
}

.sm-link-img {
	height: 30px;
	background: #C0C0C0;
	padding: 4px;
	border-radius: 100%;
}

.sm-sm-link-img {
	height: 30px;
	padding: 4px;
}

.mn-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	background: #1D1D1D;
	flex-direction: row;
	position: relative;
	bottom: 0;
	overflow: hidden;
}

.hv-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	flex-direction: row;
	position: relative;
	bottom: 0;
	overflow: hidden;
}

.connect_cta {
	margin: 0;
	color: #fff;
	font-family: text-med;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

.sm-buttons-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding: 5px 10px;
}

.hv-holder {
	display: flex;
	align-items: center;
	padding: 5px 10px;
}

.sm-link {
	padding: 10px;
}

.copy {
	color: #fff;
	font-family: text-med;
	font-size: 1.5em;
	text-align: center;
}

.dark-handle .sv-card-det {
	color: #fff;
}

/* Slideshow container */
#slide-show {
	background: #fff;
	height: fit-content;
	padding: 0% 4%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.img_hld {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.staff_img {
	height: 250px;
	margin-top: 5%;
}

.sidebar {
	background: #fff;
	position: fixed;
	right: -110%;
	float: right;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow-y: scroll;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.no_vac {
	margin-top: 20px;
	font-size: 1vw;
	line-height: 1em;
    font-family: text-med;
	color: #333;
}

.no_scroll {
	overflow-y: hidden;
}

.main_content {
	height: 100%;
}

.vac_list {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 5px 5px;
	background: #f5f5f5;
}

.vac_detail {
	height: 100%;
	background: #fff;
	width: calc(100% - 400px);
	padding: 10px 5px 5px;
	position: relative;
	float: left;
}

.exit {
	position: absolute;
	top:5px;
	right: 15px;
	height: 20px;
	width: 20px;
	background:none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
}

.active_nav {
	right: 0px;
}

.exit img {
	height: 20px;
	width: 20px;
}

.car-hd {
	word-wrap: break-word;
	font-size: 1.5em;
	font-family: para-lbl;
	position: relative;
	color: #F4B028;
	text-align: left;
	text-transform: uppercase;
	line-height: 1vw;
	margin: 0;
}

.vac-cont-div {
	height: fit-content;
	display: flex;
	flex-direction: column;
	padding: 0px 10px 10px;
}

.car-blk {
	background: #fff;
	border-left: 3px solid #3465A0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	padding: 5px;
	margin-top: 20px;
}

.car-subj {
	text-transform: uppercase;
	color: #F4B028;
	font-family: para-lbl;
	letter-spacing: 0.08em;
	margin: 0;
	font-size: 1vw;
}

.car-desc {
	text-align: justify;
	font-family: text-med;
	color: rgba(53, 53, 53, .9);
	font-size: 0.9em;
	word-wrap: break-word;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 5px;
}

.apply_link {
	font-family: text-med;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	position: relative;
	float: right;
	font-weight: bold;
}

#cs-pil_div {
	height: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
	position: relative;
	margin-top: 15px;
	background: #fff;
	flex-wrap: wrap;
}

.cs-form-holder {
	position: relative;
	padding: 2% 5%;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3465A0;
	flex-direction: column;
	border-radius: 0 0% 4% 4%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 30px;
}

.cs-form-holder form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 15px;
}

.cs-sec-sec {
	background: #1D1D1D;
}

#toast-hld {
	display: flex;
	justify-content: center;
	position: fixed;
	z-index: 11;
	bottom: 70px;
	height: fit-content;
	visibility: hidden;
}

@media (max-width: 800px) {
	.mis_block {
		width: 100%;
	}

	.hm-header {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		background: linear-gradient(to left, #3465A0, #ad5389);
		margin-top: 0;
	}

	.img_hld {
		flex-direction: column;
	}

	#mission {
		padding-bottom: 0px;
	}

	.staff_img {
		width: 90%;
		margin-top: 15%;
		height: fit-content;
	}

	#pil_div {
		height: fit-content;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		position: relative;
		margin-top: 15px;
		background: #fff;
		flex-wrap: wrap;
		width: 100%;
	}

	.pil-cont {
		text-align: center;
	}

	.pil-ico-hld {
		justify-content: center;
	}

	.med-cont, .list-item, .pil_desc, .cs-pitch-cont {
		font-size: 1em;
	}

	.pil_block {
		border: none !important;
		width: 100%;
	}

	#leaders {
		background: #fff;
	}

	.sv-card-hd {
		font-size: 1em;
	}

	.sv-card-det {
		font-size: 1em;
		padding: 0;
	}

	.header-link a {
		display: none;
	}

	.control-link {
		font-size: 0.7em;
	}

	.mb-hidden {
		display: none;
	}

	.field-holder input, .details-field, .lg-entry {
		font-size: 1em;
	}

	.cs-top-div-cont {
		flex-direction: column;
	}

	#cs-sec {
		width: 100%;
		flex-direction: column;
		border: none;
	}

	.abt-cont {
		width: 100%;
	}

	.img-div {
		display: none;
	}

	.cs-sd-img {
		height: 200px;
	}

	.cs-lft-cont {
		width: 100%;
	}

	.cs-caption-tag h2 {
		font-size: 1.2em;
	}

	.cs-services {
		width: 100%;
	}

	.stry-lbl {
		font-size: 1.5em;
		margin-top: 0px;
	}

	.lft-cont {
		width: 100%;
		padding-top: 80px;
	}

	.bttn-holder {
		width: 100%;
	}

	.sd-img, .bttn-holder {
		display: none;
	}

	#entr-sec {
		height: fit-content;
		padding-bottom: 20px;
	}

	.caption-tag h2 {
		font-size: 1.5em;
	}

	#bpo_form,  .ad_form{
		width: 90%;
	}

	body {
		overflow-x: hidden;
	}
}

.show {
	visibility: visible !important;
	background: -webkit-linear-gradient(to left, #3b1ab0, #3465A0);
	background: linear-gradient(to left, #3b1ab0, #3465A0);
}

::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #c4c4c4;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background: #888;
	border-radius: 3px;
}
		