
body {
  overflow: hidden;
  min-height: 100vh;
  
  @supports (-webkit-touch-callout: none) {
    min-height: -webkit-fill-available;
  }	
}

/* 기존 부트스트랩 변경 */ 
.d-flex {
	align-items: center;
}

.container{
  background-color: white;
  height: 90vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.fs-5{
	font-size: 1.35rem !important;
}

.carousel-item{
	align-content: center;
	text-align: -webkit-center;
}

@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 358px;
    }
}

/* ----------------------------------- 메인 -----------------------------------*/

.mainContainer{
	display: flex;
	justify-content: center;
}

.maintitleContainer{
	height: auto;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    font-size: 28px;
    margin-top: 35px;
}

.mainBtnContainer{
    height: auto;
    display: flex;
    align-content: flex-start;
    margin-top: 30px;
}

.mainFooterContainer{
	height: auto;
	display: flex;
    align-content: flex-end;
}

.main-container-items {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: center; 
	gap: 10px;
	width: 85%;
}

.main-items-btn {
	width: 100%;
	background-color: white;
	border: solid 1px #8DAACB;
	border-radius: 12px;
	color: #222222;
    height: 70px;
}

/*푸터 */
.flexCenter{
	display: flex;
    justify-content: center;
}

.footerText{
    width: 85%;
    color : #0047FF;
    text-decoration: underline;
}


/* 버튼 관련 */
.primary-input { 
	width: 100%;	
	border: solid 1px #777C89;
	border-radius: 12px;
}

.containerFooter {
	height: 20vh; 
    text-align: left;
    width: 100%;
}

.GrayBtn{
	border: solid 1px #EBEBEB;
	background: #EBEBEB;
	height: 60px;
	
}


/* 모달 관련 */
.modalFlex{
	display: flex;
	flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.QnAModalContent{
	border-radius: 1.3rem;
	height: 408px;
}

.downloadModalContent{
	border-radius: 1.3rem;
	height: 160px;
}

.modalDiaLog{
	padding: 0.5rem; /* 모달창 크기 조절할때 이걸로 쓰세요 */
}

.ModalHeaderMid{
	justify-content: center;	
	border-bottom:0px;	
	font-size: 20px;
}

.modalTitle{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.025em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	font-weight: 700; 
}

.modalBodyMid{
	font-size: 20px;
	padding: 0px;
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.requestModal{
	display: flex;
	justify-content: center;
}

.requestModal div{
	display: flex;
	align-items: center;
    gap: 10px;	
}

.clickfont{
    font-size: 24px;
    color: #0047FF;	
    text-decoration: underline;
}

.downloadModalBody{
	text-align: center;
    margin-left: 0px !important;	
}
.modal-body table, .modal-body tr, .modal-body td {
   vertical-align: middle;
   text-align: justify;
}

.modalFooter{
	justify-content: center;
	border-top: 0px;
}

.modal-btn{
	width: 294px;
	height: 60px;
	font-size: 24px;
	background: #0047FF;
	
}


/* ----------------------------------- 설치 QnA 페이지 -----------------------------------*/

.startHeader{
	display: flex;
	justify-content: center;
	font-size: 20px;
    height: 40px;
    align-content: center;	
    align-items: center;
}

.backicon{
	position: absolute;
    left: 1%;
    top: 0.5%;
    width: 50px;
    height: 40px;
}

.systemList{
	display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #CDDDEF;
}


/* 시스템 선택 드롭박스 */
.selectbox{
	position: relative;
	height: auto;
	width: 100%;
    text-align: center;
}

/* 드롭박스 화살표 이미지 */
.icoArrow img {
	height: 10px;
	width: 10px;
}

.selectbox li{
	list-style-type: none;
}

.carInfo button{
  cursor: pointer;
  margin: 0;
  padding: 0;	
}

.selectbox .toggle-btn {
  width: 231.33px;
  text-align: left;
  background: #FFFFFF;
  border: none;
  box-sizing: border-box;
  border-radius: 10px;
  background: url('../../resources/img/icon/ic_sg_down.png') no-repeat;
  background-size: 10px;
  background-position: 215px 50%;
  height: 48px;
  text-align: center;
  font-size: 24px;
  font-weight: 600; 
  margin-bottom : 16px;
}


.selectbox .toggle-btn.on {
  background: url('../../resources/img/icon/ic_sg_up.png') no-repeat;
  background-position: 215px 50%;
  background-size: 10px;
  margin-bottom: 0px;
}

.selectbox .toggle-btn:hover,
.selectbox .toggle-btn:focus,
.selectbox .toggle-btn:active {
  outline: none;
}

.selectbox-option {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  padding: 4px 0px;
}

.selectbox-option {
  display: none;
}

.selectbox-option.on {
  display: block;
  width: 100%;
}

.selectbox-option li {
  width: 100%;
  margin-top: 10px;
}

.selectbox-option li:first-child {
  margin-top: 3px;
}

.selectbox-option li:last-child {
  margin-bottom: 5px;
}

.selectbox-option .option-btn {
  width: inherit;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  padding: 7px 10px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 600; 
}

.selectbox-option li:hover,
.selectbox-option li:focus,
.selectbox-option li:active {
  border-radius: 8px;
}

.fontcolorGray{
  color: #D8D8D8;
}

.hide{
	display: none !important;
}

/* ----------------------------------- 설치 QnA 디테일 -----------------------------------*/

.textLeft{
	text-align: left;
}

.contentTitleContainer{
	height: auto;
}

.detilaImgContainer{
	height: 70%;
	display: flex;
	justify-content: center !important;
}

.imgContainer{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    height: 100%;
    flex-direction: row;
}

.slides{
	height : 100% ;
    display: flex;
    gap: 20px;   
}

.slide{
    flex: 0 0 100%;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: white;
}

.carousel-item{
	justify-items: center;
	height: 90%;
}


.carousel-indicators button{
	background-color: #D8D8D8 !important;
 	border-radius: 50%;
    height: 16px;
    width: 16px;	
    box-sizing : border-box; 
}
.carousel-indicators .active{
	background-color: #0047FF !important;	
    height: 16px;
    width: 60px  !important;
    border-radius: 16px  !important;    
}

.carousel-indicators [data-bs-target]{
	width: 15px;
    height: 15px;
}