/*
font-weight: 100;  thin
font-weight: 300;  light
font-weight: 400;  regular
font-weight: 500;  medium
font-weight: 700;  bold
font-weight: 900;  black
*/
:root{
  --rtnet-lightgray-color: #F7F7F7;
  --rtnet-skyblue-color: #00DBFF;
  --rtnet-blue-color: #00A8EA;
  --rtnet-gray-color: #cccccc;
  --rtnet-orange-color: #ff9900;
  --rtnet-darkgray-color: #333333;

  --background-basic-margin: 220px;
  --background-middle-margin: 100px;
  --background-narrow-margin: 20px;
}

body{
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  color: rgba(51,51,51,1);
  margin: 0 auto;
  padding: 0;
  background: var(--rtnet-lightgray-color);
  max-width: 1920px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1{
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  color: var(--rtnet-blue-color);
  margin: 0;
}
h2{
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
h3{
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
h4{
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
h5{
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin: 0;
}
h6{
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 1200px) {
  h1{
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 900px) {
  h1{
    font-size: 24px;
    line-height: 28px;
  }
  h2{
    font-size: 20px;
  }
  h4{
    font-size: 16px;
  }
  h5{
    font-size: 14px;
  }
}
/* 스크롤 숨기기 */
body{
 -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}

ul{
  list-style: none;
}
a{
  text-decoration: none;
  outline: none;
}
a:visited, a:link, a:hover{
  color: var(--rtnet-darkgray-color);
  /* color: inherit; */
}
.mainHeader{
  margin-left: var(--background-basic-margin);
  margin-right: var(--background-basic-margin);
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.headerTx h1{
  width: 450px;
  /* line-height: 36px; */
}
.headerTx{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 140px;
}
.headerTx h6{
  max-width: 600px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .mainHeader{
    margin-left: var(--background-middle-margin);
    margin-right: var(--background-middle-margin);
  }
}
@media (max-width: 1200px) {
  .headercompany{
    height: 100px;
  }
  .headerTx h1{
    width: 400px;
  }
}
@media (max-width: 900px) {
  .mainHeader{
    margin-left: var(--background-narrow-margin);
    margin-right: var(--background-narrow-margin);
    padding-top: 40px;
  }
  .headerTx h1{
    width: 360px;
  }
}


.mainMenubar{
  border: 1px solid var(--rtnet-skyblue-color);
  margin: 0;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  /* flex-wrap: wrap; */
  height: 22px;
  z-index: 1;
  position: absolute;
  right: var(--background-basic-margin);
}
.mainMenubar li{
  padding-left: 18px;
  padding-right: 18px;
  /* border: 1px solid gray; */
  font-weight: 700;
  font-size: 14px;
  color: white;
}
.menuIndex a{
  vertical-align: middle;
}

.menuIndex{
  margin-left: 10px;
}
.menuJp{
  margin-right: 10px;
}

.menuIndex img{
  width: 19px;
  height: 18px;
}

.menuLanguage{
  width: 102px;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}
.menuLanguage a{
  margin: 0;
}

.menuKr img, .menuEn img, .menuJp img{
  width: 24px;
  height: 24px;
  /* margin-right: 5px; */
}

.selectMenu>a{
  color: var(--rtnet-skyblue-color);
}

.mainMenuButtonMo{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40px;
  right: var(--background-middle-margin);
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1440px) {
  .mainMenubar{
    right: var(--background-middle-margin);
  }
}
@media (max-width: 1200px) {
  .mainMenubar{
    right: 50px;
  }
  .mainMenubar li{
    padding-left: 10px;
    padding-right: 10px;
    width: max-content;
  }
  .menuLanguage{
    margin-right: 0;
  }
  .menuLanguage a{
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .mainMenubar{
    right: 0px;
  }
  .mainMenubar li{
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: -0.5px
  }
}
@media (max-width: 900px) {
  .mainMenuButtonMo{
    right: var(--background-narrow-margin);
  }
}
@media screen and (max-width: 900px){
  .mainMenubar{
    display: none;
  }
}
@media screen and (min-width: 901px){
  .mainMenuButtonMo{
    display: none;
  }
}

#mainMenuMo_popup{
  width: 240px;
  height: 405px;
  background: white;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  position: absolute;
  top: 70px;
  right: var(--background-middle-margin);
  /* display: none; */
  z-index: 1;
}

.mainMenuMo_menuGroup{
  padding-left: 20px;
  margin-top: 10px;
}
.mainMenuMo_logo{
  width: 80px;
  height: 25px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.mainMenuMo_logoUnderline{
  border-bottom: 1px solid #D6D6D6;
  width: 160px;
  margin-left: 20px;
}
.mainMenuMo_subMenu{
  width: 180px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}
.mainMenuMo_subMenu img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

/* 테이블 대시정렬 */
.txDashline{
  vertical-align: top;
}

.subTitleUnderline{
  border-bottom: 1px solid var(--rtnet-darkgray-color);
  width: 40px;
}
@media (max-width: 900px) {
  #mainMenuMo_popup{
    right: var(--background-narrow-margin);
  }
}


.footer{
  padding-left: var(--background-basic-margin);
  padding-right: var(--background-basic-margin);
  margin-top: 100px;
}
.footerGroup{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.footerDivisionLine{
  border-bottom: 1px solid var(--rtnet-darkgray-color);
}
.footerRtnetlogo{
  width: 86.5px;
  height: 27.5px;
  margin-bottom: 20px;
}
.footerRtnsollogo_affiliate{
  width: 150px;
}
.footerSummaryTx{
  width: 350px;
}
.footerRightGroup img{
  width: 21px;
  height: 21px;
  margin-right: 5px;
}
.footerCenterGroup h4, .footerRightGroup h4{
  margin-bottom: 20px;
}
.footerRightGroup h6{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footerAskforButton{
  color: white;
  background: var(--rtnet-blue-color);
  border: none;
  width: 174px;
  height: 52px;
  margin-top: 60px;
  cursor: pointer;
}
.footerAskforButton:hover {
  background: rgba(0,168,234,0);
  border: 1px solid var(--rtnet-darkgray-color);
  color: var(--rtnet-darkgray-color);
}
.footerBottomGroup{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 45px;
}
.footerInforDivisionSpace{
  padding-left: 15px;
  padding-right: 15px;
}
.footerLanguageBTN{
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.footerMenuLang{
  width: 24px;
  height: 24px;
  margin: 0 10px 0 10px;
}
@media (max-width: 1440px) {
  .footer{
    padding-left: var(--background-middle-margin);
    padding-right: var(--background-middle-margin);
  }
}
@media (max-width: 1200px) {
  .footerGroup{
    flex-direction: column;
  }
  .footerBottomGroup {
    flex-direction: column-reverse;
  }
  .footerCenterGroup h4, .footerRightGroup h4{
    margin-top: 40px;
  }
  .footerBottomRight {
    margin-bottom: 10px;
  }
  .footerLanguageBTN{
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .footer{
    padding-left: var(--background-narrow-margin);
    padding-right: var(--background-narrow-margin);
    margin-top: 20px;
  }
  .footerGroup{
    margin-top: 40px;
  }
  .footerSummaryTx{
    display: none;
  }
  .footerCenterGroup h4, .footerRightGroup h4{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .footerRightGroup h4{
    margin-top: 20px;
  }
  .footerAskforButton{
    margin-top: 40px;
    width: 150px;
    height: 42px;
  }
  .footerBottomGroup {
    margin-top: 20px;
  }
  .footerRtnsollogo_affiliate{
    margin-bottom: 20px;
  }
}

.solutionPopup_closeBack{
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding-right: 80px;
  padding-top: 40px;
}

.clause_closeBack {
  cursor: pointer;
  position: fixed;
  width: 30px;
  height: 30px;
  right: 80px;
  top: 40px;
}
@media (max-width: 900px) {
  .clause_closeBack{
    right: var(--background-narrow-margin);
  }
  .solutionPopup_closeBack{
    padding-right: var(--background-narrow-margin);
  }
}


.scrollTopButton {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 150px;
  bottom: 40px;
}
@media (max-width: 1440px) {
  .scrollTopButton{
    width: 40px;
    height: 40px;
    right: 50px;
  }
}
@media (max-width: 900px) {
  .scrollTopButton{
    right: var(--background-narrow-margin);
  }
}
@media (max-width: 600px) {
  .headerTx{
    height: 120px;
  }
}


.indexBusiness_titleTx{
	font-weight: 900;
}
.indexVideoBlock{
	height: 100vh;
	min-height: 640px;
	max-height: 1080px;
	position: relative;
	overflow: hidden;
}
/* 영상 중앙 */
.indexVideoCenterAlign{
	text-align: center;
	position: absolute;
	left: -150%;
	right: -150%;
}
.indexmainHeader{
	position: absolute;
	top:0px;
	width: 100%;
}
.indexmainMenubarCSS{
	margin-right: var(--background-basic-margin);
}
.indexVideoCenterAlign video{
	width: 1920px;
}
.indexMainRtnetlogo{
	width: 120px;
	height: 38px;
}
.indexmainMenubarCSS a:visited, .indexmainMenubarCSS a:link, .indexmainMenubarCSS a:hover, .indexmainMenubarCSS a:active{
	color: white;
}

.mainSloganGroup{
	padding-left: var(--background-basic-margin);
	position: absolute;
	top: 0px;
}
.mainSloganTx{
	font-weight: 900;
	font-size: 72px;
	line-height: 92px;
	color: white;
	padding-top: 250px;
}

.mainSlogan_buttonGroup{
	padding-top: 60px;
}
.mainSlogan_buttonSolution{
	color: white;
	background: var(--rtnet-blue-color);
	border: none;
	width: 174px;
	height: 52px;
	cursor: pointer;
}
.mainSlogan_buttonSolution:hover {
	background: rgba(0,168,234,0);
	border: 1px solid var(--rtnet-blue-color);
	color: var(--rtnet-blue-color);
}
.mainSlogan_buttonAskfor{
	color: white;
	background: rgba(0,0,0,0);
	border: 1px solid white;
	width: 174px;
	height: 52px;
	margin-left: 16px;
	cursor: pointer;
}
.mainSlogan_buttonAskfor:hover {
	background: var(--rtnet-blue-color);
	border: 1px solid var(--rtnet-blue-color);
	color: white;
}

.aboutus_backgroundGroup{
	min-height: 780px;
	background-image: url("image/background_aboutus_low.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: right;
}

.aboutus_txGroup{
	padding-left: var(--background-basic-margin);
	padding-right: var(--background-basic-margin);
	padding-top: 130px;
	color: white;
	display: flex;
	justify-content: space-between;
}


.aboutus_subtitle{
	margin-bottom: 20px;
}
.aboutus_content{
	width: 540px;
	height: 410px;
}

.aboutus_accountGroup{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.aboutus_summaryUnderline{
	border-bottom: 1px solid white;
	width: 40px;
	margin-top: 15px;
}
.aboutus_summary{
	margin-left: 50px;
}
.aboutus_summaryNumber{
	font-size:42px;
	font-weight:900;
}
.aboutus_summaryNumberUnit{
	font-size:18px;
	font-weight:900;
}

.whatwedo_txGroup{
	padding-left: var(--background-basic-margin);
	padding-right: var(--background-basic-margin);
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
.whatwedo_subtitle{
	color: var(--rtnet-blue-color);
	margin-bottom: 20px;
}
.whatwedo_content{
	width: 540px;
	height: 75px;
}
.whatwedo_buttonBusiness{
	color: white;
	background: var(--rtnet-blue-color);
	border: none;
	width: 174px;
	height: 52px;
	margin-top: 40px;
	cursor: pointer;
}
.whatwedo_buttonBusiness:hover {
	background: rgba(0,168,234,0);
	border: 1px solid var(--rtnet-darkgray-color);
	color: var(--rtnet-darkgray-color);
}

.indexBusiness_backgroundGroup{
	background-image: url("image/background_whatwedo_low.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: center;
}

.indexBusiness_overviewGroup{
	padding-left: var(--background-basic-margin);
	padding-right: var(--background-basic-margin);
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.indexBusiness_overviewGroup_margin{
	margin-top: 20px;
}

.indexBusiness_img{
	max-width: 100%;
	margin-bottom: 40px;
}
.indexBusiness_txGroup{
	color: white;
}
.indexBusiness_titleUnderline{
	border-bottom: 1px solid white;
	width: 40px;
}
.indexBusiness_titleTx{
	margin-top: 10px;
	color: white;
}
.indexBusiness_txGroup a{
	display: flex;
	align-items: center;
	/* border: 1px solid white; */
}

.indexBusiness_softwareTitle{
	width: 78%;
}
.indexBusiness_greensmartTitle{
	width: 85%;
}
.indexBusiness_serviceTitle{
	width: 40%;
}
.indexBusiness_nisiTitle{
	width: 30%;
}
@media (max-width:900px) {
  .indexBusiness_softwareTitle{
    width: 65%;
  }
  .indexBusiness_greensmartTitle{
    width: 70%;
  }
  .indexBusiness_serviceTitle{
    width: 32%;
  }
  .indexBusiness_nisiTitle{
    width: 25%;
  }
}
.indexBusiness_linkIcon{
	margin-top: 10px;
	margin-left: 10px;
}
.indexBusiness_linkIcon img{
	width: 32px;
	height: 28px;
	margin: 0;
	padding: 0;
}
.indexBusiness_linkIconS{
	display: none;
}
.indexBusiness_txGroup a:hover > .indexBusiness_titleTx{
	color: var(--rtnet-blue-color);
}
.indexBusiness_txGroup a:hover .indexBusiness_linkIconN{
	display: none;
}
.indexBusiness_txGroup a:hover .indexBusiness_linkIconS{
	display: block;
	margin-bottom: 3px;
}


.indexBusiness_content{
	margin-top: 20px;
	width: 370px;
}
.indexBusiness_fapTx{
	text-indent: 8px;
	margin: 0;
}

.indexBusinessMo{
	display: none;
}

.indexPartnership_group{
	padding-left: var(--background-basic-margin);
	padding-right: var(--background-basic-margin);
	padding-top: 100px;
}
.indexPartnership_title{
	margin-bottom: 10px;
}
.indexPartnership_subtitle{
  margin-bottom: 40px;
}
.indexPartnership_logoImg{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.indexPartnership_logoImg img{
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
@media (max-width: 1845px) {
  .aboutus_summary{
    width: 190px;
  }
}
@media (max-width: 1800px) {
  .indexBusiness_backgroundGroup{
    width:100%;
    height: auto;
  }
  .indexBusiness_img{
    width:60%;
    height: auto;
  }
}

@media (max-width: 1440px) {
  .mainSloganGroup {
    padding-left: var(--background-middle-margin);
  }
  .mainSloganTx {
    font-size: 66px;
    line-height: 78px;
  }
  .aboutus_txGroup, .whatwedo_txGroup, .indexBusiness_overviewGroup, .indexPartnership_group{
    padding-left: var(--background-middle-margin);
    padding-right: var(--background-middle-margin);
  }
  .indexmainMenubarCSS{
    margin-right: var(--background-middle-margin);
  }
}
@media (max-width: 1200px) {
  .mainSloganTx {
    font-size: 54px;
    line-height: 64px;
  }
}
@media (max-width: 1125px) {
  .indexBusiness_img{
    width: 100%;
    margin-bottom: 20px;
  }
  .indexBusiness_overviewGroup{
    padding-top: 40px;
  }
  .indexBusiness_txGroup{
    width: 100%;
    padding-bottom: 40px;
  }
  .indexBusiness_overviewGroup_margin{
    margin-top: 0px;
  }
  .indexBusiness_content{
    width: 80%;
  }
}

@media (max-width: 900px) {
  .mainSloganGroup {
    padding-left: var(--background-narrow-margin);
  }
  .mainSloganTx {
    font-size: 42px;
    line-height: 52px;
  }
  .mainSlogan_buttonGroup{
    padding-top: 42px;
  }
  .aboutus_txGroup{
    padding-left: var(--background-narrow-margin);
    padding-right: var(--background-narrow-margin);
    padding-top: 40px;
    flex-direction: column;
  }
  .aboutus_summary{
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 60px;
    width: 160px;
  }
  .aboutus_content{
    width: 100%;
    height: 410px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .aboutus_summaryNumber{
    font-size: 32px;
    }
  .aboutus_summaryNumberUnit{
    font-size: 14px; 
  }
  .aboutus_summaryUnderline{
    margin-top: 10px;
  }
  .whatwedo_txGroup{
    padding-left: var(--background-narrow-margin);
    padding-right: var(--background-narrow-margin);
    padding-top: 40px;
    padding-bottom: 50px;
    flex-direction: column;
  }
  .whatwedo_subtitle{
    margin-bottom: 5px;
  }
  .whatwedo_content{
    width: 100%;
  }
  .whatwedo_buttonBusiness {
    width: 150px;
    height: 42px;
    line-height: 16px;
  }
  .indexBusiness_overviewGroup{
    padding-left: var(--background-narrow-margin);
    padding-right: var(--background-narrow-margin);
  }
  .indexPartnership_logoImg{
    margin-bottom: 0px;
  }
  .indexPartnership_group{
    padding-left: var(--background-narrow-margin);
    padding-right: var(--background-narrow-margin);
    padding-top: 40px;
  }
  .indexPartnership_title{
    height: 15px;
  }
  .indexPartnership_subtitle{
    margin-bottom: 20px;
  }
  .aboutus_subtitle, .whatwedo_subtitle, .indexPartnership_subtitle{
    font-size: 22px;
  }
  .indexBusiness_titleTx{
    font-size: 18px;
  }
  .aboutus_title, .whatwedo_title, .indexPartnership_title{
    font-size: 16px;
    margin-bottom: 10px;
    height: 15px;
  }
  .inright_number{
    font-size: 36px;
  }
}

@media (max-width: 750px) {
  .indexBusiness_img{
    width:100%;
    height: auto;
  }
}
@media (max-width: 600px) {
	.indexBusiness_backgroundGroup{
	  display: none;
	}
	.indexBusinessMo{
	  display: block;
	}
	.indexBusinessMo_group{
	  width: 100%;
	  overflow: hidden;
	  position: relative;
	}
	.indexBusinessMo_group>img{
	  width:100%;
	  display: block;
	}
	.indexBusiness_txGroup{
	  width: 100%;
	  margin-left: var(--background-narrow-margin);
	  margin-top: 40px;
	  position: absolute;
	  top: 0px;
	}
	.indexPartnership_logoImg img{
	  margin-bottom: 20px;
	}


	.indexPartnership_logoImg{
	  justify-content: space-between;
	}
	.indexPartnership_logoImg img{
	  width: 49%;
	  margin-left: 0;
	  margin-right: 0;
	}
}

@media (max-width: 540px) {
	.aboutus_summary{
	  margin-right: 0px;
	}
}

@media (max-width: 440px) {
	.mainSloganTx span{
	  display: block;
	}
	.indexBusiness_content{
	  width: calc(100% - 40px);
	}
}
@media (max-width: 400px) {
	.mainSlogan_buttonSolution, .mainSlogan_buttonAskfor{
	  width: 160px;
	  height: 48px;
	}
	.mainSlogan_buttonAskfor{
	  margin-left: 8px;
	}
}
@media (max-width:400px){
  .aboutus_accountGroup{
    margin-bottom: 40px;
  }
  .aboutus_content{
    height: auto;
  }
}

/* 채용공고중팝업 */
.indexRecruit_floatingMenu{
	width: 80px;
	height: 120px;
	border: 2px solid var(--rtnet-lightgray-color);
	border-radius: 5px;
	box-sizing: border-box;
	background: var(--rtnet-orange-color);
	color: var(--rtnet-lightgray-color);
	text-align: center;
	cursor: pointer;
	position: fixed;
	right: 120px;
	/* margin: auto 0;
	top: 0; */
	bottom: 130px;
}
.indexRecruit_floatingMenu:visited, .indexRecruit_floatingMenu:link{
	color: var(--rtnet-lightgray-color);
}
.indexRecruit_floatingMenu img:nth-child(2){
	display: none;
}
.indexRecruit_floatingMenu:hover{
	border: 2px solid var(--rtnet-orange-color);
	background: none;
}
.indexRecruit_floatingMenu:hover>div{
	color: var(--rtnet-orange-color);
}
.indexRecruit_floatingMenu:hover img:nth-child(1){
	display: none;
}
.indexRecruit_floatingMenu:hover img:nth-child(2){
	display: inline;
}
.indexRecruit_floatingMenu img{
	width: 48px;
	height: 48px;
	margin-top: 10px;
}

.indexRecruit_floatingMenu div{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px;
}
@media (max-width: 1440px) {
	.indexRecruit_floatingMenu{
	  right: 10px;
    bottom: 120px;
	}
}
@media (max-width: 900px) {
	.indexRecruit_floatingMenu{
	  width: 60px;
	  height: 60px;
	  right: var(--background-narrow-margin);
	  top: auto;
	  bottom: 100px;
	  display: flex;
	}
	.indexRecruit_floatingMenu img{
	  width: 36px;
	  height: 36px;
	  margin: auto;
	}
	.indexRecruit_floatingMenu div{
	  display: none;
	}
}
  
  
  
.mainHeaderGroup{
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  background : #F7F7F7;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 10px;
  z-index: 1;
  /* box-shadow: 0px 5px 3px 0px rgb(0 0 0 / 2%); */
}
.businessTypeSelect{
  margin-left: var(--background-basic-margin);
  margin-right: var(--background-basic-margin);
  padding-top: 80px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}
.businessTypeSelect a{
  display: flex;
  align-items: center;
  width: 310px;
}
.businessTypeIcon{
  position: relative;
}
.businessIconSelect{
  display: none;
  position: absolute;
  /* top: 0px; */
  left: 0px;
}
.businessTypeIcon:hover .businessIconSelect{
  display: block;
}
.businessTypeIcon:hover .businessIconNormal{
  opacity: 0;
}

.businessTypeSelect h2{
  width: 310px;
}
.businessTitleOption{
  color: var(--rtnet-gray-color);
}
.businessNoneTx{
  color: var(--rtnet-gray-color);
}

.businessTypeSelect img{
  width: 57px;
  height: 55px;
  margin-right: 20px;
}

.businessCurrentTitle{
  color: var(--rtnet-blue-color)
}
.businessTypeSelect a:hover>h2{
  color: var(--rtnet-blue-color)
}
.businessTitleDisplay{
  display: none;
}

.businessContentsGroup{
  margin-left: var(--background-basic-margin);
  margin-right: var(--background-basic-margin);
}
.businessCurrentTxboxMo{
  display: none;
}

.businessCurrentTx{
  margin: 0px var(--background-basic-margin);
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}
.businessCurrentTx h6{
  width: 290px;
  padding-right: 20px;
  height: 130px;
  line-height: 18px;
}

.businessContents{
  margin-top: 60px;
  padding-bottom: 20px;
  display: flex;
  max-width: 100%;
  overflow: hidden;
}
.businessImgContainer{
  width: 55%;
  margin-right: 100px
}
 .businessImg{
   overflow: hidden;
 }
 .businessContentsTop{
   width: 100%;
 }

.businessContentsSubTitle h4{
  margin-top: 10px;
}
.businessContentsTxGroup{
  padding-left: 20px;
  width: 500px;
  background: #F7F7F7;
}
.businessContentsDesc, .businessContentsFalcon3dTx{
  margin-top: 10px;
}
.businessContentsDesc h4{
  padding-top: 10px;
}
.businessContentsSubTx{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.4px;
}
.businessImgMo{
  display: none;
}

@media (max-width:1620px) {
  .businessImgContainer{
    width: 48%;
  }
}
@media (max-width:1440px) {
  .businessContentsGroup{
    margin-left: var(--background-middle-margin);
    margin-right: var(--background-middle-margin);
  }
  .businessImgContainer{
    margin-right: 0;
  }

  .businessTypeSelect, .businessCurrentTx{
    justify-content: space-between;
    margin-left: var(--background-middle-margin);
    margin-right: var(--background-middle-margin);
  }
  .businessTypeSelect a{
    width: 260px;
  }
  .businessTypeSelect h2{
    font-size: 20px;
  }
  .businessCurrentTx h6{
    width: 260px;
  }
}
@media (max-width: 1240px) {
  .businessCurrentTx{
    display: none;
  }
  .businessTypeIcon h2{
    line-height: 24px;
    width: 120px;
  }
  .businessTypeIcon h2 span{
    display: block;
  }
  .businessCurrentTxboxMo{
    display: block;
    /* margin-top: 301px; */
  }
  .businessCurrentTxboxMo h6{
    width: 620px;
  }
  .businessTypeSelect {
    padding-top: 40px;
  }
}
@media (max-width:1170px) {
  .businessImg{
    margin-right: 20px;
  }
}
@media (max-width: 1120px) {
  .businessCurrentTx{
    width: 1040px;
  }
  .businessImgContainer{
    width: 40%;
  }
}
@media (max-width:900px) {
  .businessTypeSelect{
    padding-top: 60px;
    justify-content: flex-start;
  }
  .businessTypeSelect a{
    width: auto;
    margin-right: 15%;
  }
  .businessTypeSelect img{
    margin: 0;
  }
  .businessTypeSelect, .businessCurrentTxboxMo{
    margin-left: var(--background-narrow-margin);
    margin-right: var(--background-narrow-margin);
  }
  .businessContentsGroup{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 325px;
  }
  .businessCurrentTitle{
    margin-bottom: 5px;
  }
  .businessTitleDisplay{
    display: block;
  }
  .businessTypeSelect h2{
    display: none;
  }
  .businessCurrentTx{
    display: none;
  }
  .mainHeaderGroup{
    box-shadow: none;
  }
  .businessHeaderGroup{
    position: absolute;
  }
  .businessContentsTop{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .businessContents{
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
    /* height: 600px;
    width: auto; */
  }
  .subTitleUnderline{
    border-bottom: 1px solid white;
  }
  .businessContentsTxGroup{
    position: absolute;
    margin-top: 20px;
    margin-left: var(--background-narrow-margin);
    margin-right: var(--background-narrow-margin);
    color: white;
    width: calc(100% - 40px);
    background: none;
    padding-left: 0px;
  }
  .businessCurrentTxboxMo{
    margin-top: 0;
  }
  .businessCurrentTxboxMo h6{
    width: auto;
  }
  .businessImgContainer{
    display: none;
  }
  .businessImgMo{
    display: block;
    width: 100%;
  }
  .businessContentsSubTitle h6{
    margin-top: 5px;
  }
  .businessContentsDesc{
    margin-top: 10px;
  }
  .businessContentsDesc h6{
    margin-top: 0px;
    line-height: 20px;
    letter-spacing: -0.8px;
  }
  .businessContentsSubTitle h4, .businessContentsDesc h4{
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .businessContentsSubTitle h4, .businessContentsDesc h4{
    font-size: 16px;
  }
  .businessContentsGroup{
    margin-top: 310px;
  }
}
@media (max-width: 440px) {
  .businessTypeSelect{
    padding-top: 80px;
  }
  .businessContentsGroup{
    margin-top: 330px;
  }
}
@media (max-width: 420px) {
  .businessContents{
    height: 700px;
  }
}
@media (max-width: 400px) {
  .businessContents{
    height: 740px;
  }
}
@media (max-width: 380px) {
  .businessContents{
    height: 780px;
  }
}

/* ----------그린스마트---------- */
.businessContentsOther{
  margin-top: 60px;
}
.businessContentsOther h4{
  margin-top: 10px;
}
.businessGreensmart_h6Style{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.businessGreensmart_pmImg, .businessGreensmart_pmImg1200, .businessGreensmart_pmImgMo{
  width: 100%;
  margin-top: 20px;
}
.businessGreensmart_pmImg1200, .businessGreensmart_pmImgMo, .businessGreensmart_pmImgMo900, .businessGreensmart_pmImgMo600{
  display: none;
}

.businessGreensmart_pmImgMo{
  background: white;
}
.businessGreensmart_pmImgMo900, .businessGreensmart_pmImgMo600{
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: var(--background-narrow-margin);
}
.businessGreensmartOrder{
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.greensmartOrderContainer{
  position: relative;
  height: 400px;
  margin-bottom: 40px;
}
.greensmartOrderContainer:nth-last-child(1), .greensmartOrderContainer:nth-last-child(2){
  margin-bottom: 0px;
}
.greensmartOrderContainer:nth-last-child(1){
  height: 0px;
}
.greensmartOrderContents{
  color: white;
  width: 200px;
  background: rgba(35, 50, 96, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.greensmartOrderContainer img{
  width: 700px;
  height: 400px;
}
.greensmartOrderName{
  background: rgba(35, 50, 96, 0.6);
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.4px;
  padding: 15px 20px;
}
.greensmartOrderDescription{
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.4px;
  padding: 15px 20px;
}
@media(max-width: 1840px){
  .greensmartOrderContainer{
    width: 50%;
    height: auto;
  }
  .greensmartOrderContainer img{
    width: 100%;
    height: auto;
  }
  .greensmartOrderContents{
    height: calc(100% - 4px);
  }
  .greensmartOrderName{
    font-size: 16px;
    padding: 10px 20px;
    line-height: 20px;
  }
  .greensmartOrderDescription{
    line-height: 18px;
  }
}

@media (max-width: 1440px) {
  .greensmartOrderContainer{
    width: 80%;
    height: auto;
  }
  .businessContentsOtherTx{
    margin-bottom: 20px;
  }
  .businessGreensmartOrder{
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 16px;
    justify-content: center;
  }
}
@media (max-width:1200px) {
  .greensmartOrderContainer{
    margin-bottom: 16px;
  }
  .businessGreensmart_pmImg{
    display: none;
  }
  .businessGreensmart_pmImg1200{
    display: block;
  }
}
@media (max-width:900px) {
  .greensmartOrderContainer{
    width: 100%;
    height: auto;
  }
  .businessGreensmart_pmImg1200{
    display: none;
  }
  .businessGreensmart_pmImgMo, .businessGreensmart_pmImgMo900{
    display: block;
  }
  .businessContentsOther{
    margin-top: 40px;
  }
  .businessContentsOtherTx{
    margin-left: var(--background-narrow-margin);
    margin-right: var(--background-narrow-margin);
  }
  .businessContentsOtherTx .subTitleUnderline{
    border-bottom: 1px solid var(--rtnet-darkgray-color);
  }
}
@media (max-width: 600px) {
  .businessGreensmart_pmImgMo900{
    display: none;
  }
  .businessGreensmart_pmImgMo600{
    display: block;
  }
  .greensmartOrderName{
    font-size: 14px;
    padding: 6px 15px;
  }
  .greensmartOrderDescription{
    font-size: 11px;
    line-height: 14px;
    padding: 6px 15px;
  }
}

/* ----------NI/SI---------- */
.businessContents_nisi{
  background-image: url("image/business/business3-1_low.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  margin-top: 60px;
  padding-bottom: 40px;
  max-width: 100%;
  background-position: 15%;
  background-attachment: fixed;
}
.businessContents_nisiTx{
  margin-left: var(--background-basic-margin);
  margin-right: var(--background-basic-margin);
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.subTitleUnderline_white{
  border-bottom: 1px solid white;
  width: 40px;
}
.subTitle_h4white{
  color: white;
  margin-top: 10px;
}

.businessContents_nisiGroup{
  width: 100%;
  padding-bottom: 20px;
}

.businessContents_nisiSubTitle h4{
  margin-top: 10px;
  width: 100px;
}
.businessContents_nisiTx h6{
  margin-top: 10px;
}

.historyContents_nisi{
  color: white;
  max-width: 960px;
  border-top: 1px solid #D9DCDF;
  border-collapse: collapse;
}
.historyContents_nisi th:nth-child(1){width: 75px;}
.historyContents_nisi th:nth-child(2){width: 485px;}
.historyContents_nisi th:nth-child(3){width: 245px;}
.historyContents_nisi th:nth-child(4){width: 155px;}
.historyContents_nisi td:nth-child(1), .historyContents_nisi td:nth-child(4){text-align: center;}
.historyContents_nisi td:nth-child(2){padding-left: 10px;}
.historyContents_nisi td:nth-child(3){padding-left: 10px;}

.historyContents_nisi th{
  border-bottom: 1px solid #D9DCDF;
  border-left: 1px solid #D9DCDF;
  text-align: center;
}
.historyContents_nisi td{
  border-bottom: 1px solid #D9DCDF;
}
.historyContents_nisi th:first-child{
  border-left: none;
}
.historyContents_nisi th{
  height: 36px;
  background-color: rgba(255, 255, 255, 0.3);
}
.historyContents_nisi td{
  height: 32px;
}

@media (max-width:1440px) {
  .businessContents_nisiTx{
    margin-left: var(--background-middle-margin);
    margin-right: var(--background-middle-margin);
  }
}
@media (max-width: 1240px) {
  .businessContents_subTitleNisi{
    padding-left: var(--background-middle-margin);
  }
  .businessContents_nisiTx{
    flex-wrap: wrap;
  }
  .businessContents_nisiSubTitle{
    margin-bottom: 20px;
  }
}
@media (max-width:900px) {
  .businessContents_subTitleNisi{
    padding-left: 0;
  }
  .businessContents_fixNisi{
    margin-left: 0px;
    margin-right: 0px;
  }
  .businessContents_fixNisi{
    margin-top: 325px;
  }
  .businessContents_nisiGroup{
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
  .businessContents_nisi{
    position: relative;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .subTitleUnderline{
    border-bottom: 1px solid white;
    margin-top: 10px;
  }
  .businessContents_nisiTx{
    /* position: absolute; */
    padding-top: 30px;
    margin-top: 0px;
    margin-left: var(--background-narrow-margin);
    margin-right: var(--background-narrow-margin);
    color: white;
  }
  .businessContents_nisiSubTitle h6{
    margin-top: 5px;
  }
}
@media (max-width: 900px) {
  .historyContents_nisi th{
    height: 24px;
  }
  .historyContents_nisi td{
    height: 30px;
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .businessContents_fixNisi{
    margin-top: 310px;
  }
}



.solutionContainer{
	margin-left: var(--background-middle-margin);
	margin-right: var(--background-middle-margin);
	margin-top: 50px;
}
.solutionContainerInner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.solutionIntroGroup{
	margin-right: 10px;
}

.solutionIntroImg{
	width: 486px;
	height: 273px;
	overflow: hidden;
	margin-bottom: 10px;
}

.solutionContainer h4{
  text-align: center;
	margin-bottom: 20px;
}
.solutionIntroTitle{
  letter-spacing: -1px;
  font-size: 18px;
}
.solutionIntroTitleEn{
  letter-spacing: -2px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.4px;
}
.solutionIntroGroup img{
	transition: all 0.2s linear;
}
.solutionIntroGroup img:hover{
  transform: scale(1.1);
  filter: brightness(70%);
}
.solutionIntroTitleMo{
	display: none;
	text-align: center;
	font-size: 20px;
}

.footerSolutoinPart{
	margin-top: 65px;
}

@media (max-width: 1440px) {
	.solutionContainer{
	  margin-left: var(--background-middle-margin);
	  margin-right: var(--background-middle-margin);
	}
}
@media (max-width: 1170px) {
	.solutionContainerInner{
	  flex-wrap: wrap;
	  justify-content: center;
	}
	.solutionIntroGroup{
	  margin-right: 0;
	}
}
@media (max-width: 900px) {
	.solutionIntroTitle{
	  display: none;
	}
	.solutionIntroTitleMo{
	  display: block;
	}
	.solutionContainer{
	  margin-left: var(--background-narrow-margin);
	  margin-right: var(--background-narrow-margin);
	}
	.solutionIntroImg{
	  text-align: center;
	}
	.footerSolutoinPart{
	  margin-top: 15px;
	}
}
@media (max-width: 600px) {
	.solutionContainer{
	  margin-top: 30px;
	}
	.solutionIntroTitleMo{
	  font-size: 16px;
	}
	.solutionIntroTitleEn{
	  font-size: 12px;
	}
	.solutionContainer h4{
	  margin-bottom: 25px;
	}
}
@media (max-width: 526px) {
	.solutionIntroGroup{
	  width: 100%;
	}
	.solutionIntroImg{
	  width: 100%;
	}
}

@media (max-width: 420px) {
	.headerTx h6 span{
	  display: block;
	}
	.solutionIntroImg img{
	  position: relative;
	  right: 20px;
	}
}
  
  
  
  
.newsInerContainer h4, .recruitInnerContainer h4, .locationInfoContainer h4{
	font-size: 16px;
	font-weight: normal;
}
.backgroundCompany, .newsContainer, .recruitContainer, .historyContainer, .locationContainer{
	margin-left: var(--background-basic-margin);
	margin-right: var(--background-basic-margin);
}
.backgroundCompany, .newsContainer{
	margin-top: 50px;
}
.backgroundCompanyImg{
	max-width: 100%;
}

.recruitContainer, .historyContainer, .locationContainer{
	margin-top: 80px;
}

@media(max-width: 1440px){
	.backgroundCompany, .newsContainer, .recruitContainer, .historyContainer, .locationContainer{
	  margin-left: var(--background-middle-margin);
	  margin-right: var(--background-middle-margin);
	}
}
/* @media(max-width: 1200px){
	.backgroundCompany{
	  margin: 0px;
	}
} */
@media(max-width: 900px){
	.backgroundCompany{
	  margin: 0px;
	}
	.backgroundCompanyImg{
	  height: 300px;
	  width: auto;
	  object-fit: cover;
	  /* filter: brightness(70%);
	  position: relative; */
	}
}

/* @media (max-width:1750px) {
	.historyContainer{
	  margin-top: 40px;
	  margin-right: 0px;
	}
	.newsContainer{
	  margin-top: 40px;
	}
} */
@media (max-width:1440px) {
	.newsContainer, .recruitContainer, .historyContainer, .locationContainer{
	  margin-top: 60px;
	}
}
@media (max-width:900px) {
	.newsContainer, .recruitContainer, .historyContainer, .locationContainer{
	  margin-left: var(--background-narrow-margin);
	  margin-right: var(--background-narrow-margin);
	  margin-top: 40px;
	}
	/* .company_divisionline2{
	  margin-left: 20px;
	  margin-right: 20px;
	} */
}
.companySubTitle{
	margin-bottom: 15px;
}

.newsBox{
	width: auto;
	min-height: 100px;
	background: white;
	margin-top: 10px;
	border-radius: 10px;
}
.newsGroup{
	width: calc(100% - 40px);
	padding: 20px;
	display: flex;
}
.newsGroup img{
	width: 20px;
	height: 20px;
	margin-right: 20px;
	margin-top: 5px;
}
.newsContents{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.newsContents h6{
	margin-top: 10px;
}
.newsDate, .recruitDate{
	text-align: right;
}

.recruitBox{
	display: flex;
	align-items: center;
	width: auto;
	height: 60px;
	background: white;
	margin-top: 10px;
	border-radius: 10px;
}
.recruitGroup{
	width: calc(100% - 40px);
	padding: 0 20px;
	display: flex;
}
.recruitInfo{
	width: 80px;
	height: 30px;
	border-radius: 5px;
	background: var(--rtnet-blue-color);
	color: white;
	font-weight: bold;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recruit_always{
	background: #4bc076;
}
.recruitInfo>span{
	margin-bottom: 3px;
}
.recruitTx{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.recruitDateBox{
	display: flex;
	justify-content: space-between;
}
.recruitTx img{
	width: 20px;
	height: 20px;
	display: none;
}
.recruitBox:hover{
	box-sizing: border-box;
	border: 2px solid var(--rtnet-blue-color);
}
@media (max-width: 1200px) {
	.newsContents h4, .recruitTx h4{
	  font-size: 17px;
	}
	.newsContents h6{
	  margin-top: 10px;
	}
}
@media (max-width: 900px) {
	.newsContents h4, .recruitTx h4{
	  font-size: 15px;
	}
	.newsContents h6{
	  font-size: 13px;
	  margin-top: 15px;
	}
	.recruitInfo>span{
	  font-size: 13px;
	}
}
@media (max-width: 680px) {
	.backgroundCompanyImg{
	  display: none;
	}
	.newsContainer{
	  margin-top: 0px;
	}
	.newsBox{
	  min-height: 120px;
	}
	.newsGroup{
	  height: calc(100% - 40px);
	}
	.newsGroup img{
	  margin-top: 0px;
	  margin-right: 10px;
	}
	.newsContents{
	  flex-direction: column;
	  align-items: baseline;
	}
	.newsDateBox{
	  width: 100%;
    margin-top: 20px;
	}

	.recruitBox{
	  height: 140px;
	  align-items: baseline;
	}
	.recruitGroup{
	  height: calc(100% - 40px);
	  padding: 20px;
	  flex-direction: column;
	}
	.recruitInfo{
	  width:64px;
	  height: 22px;
	  font-size: 12px;
	  font-weight: normal;
	  margin-bottom: 5px;
	}
	.recruitTx{
	  height: calc(100% + 70px);
	  flex-direction: column;
	  align-items: baseline;
	}
	.recruitDateBox{
	  width: 100%;
	}
	.recruitTx img{
	  display: block;
	}
}


.locationInnerContainer{
	display: flex;
}
.locationImg{
	width: 1000px;
	margin-right: 40px;
}
.locationImgMo{
	width: 100%;
	display: none;
}
.locationInfoGroup{
	display: flex;
	flex-wrap: wrap;
}
.locationInfoTx{
	margin-right: 40px;
}
.locationInfoContainer h4{
	margin-bottom: 10px;
}
.locationInfoContainer h6{
	margin-bottom: 30px;
}
.locationInfoTrans2{
	font-weight: 700;
	color: #3B9F37;
}
.locationInfoTransSin{
	font-weight: 700;
	color: #971F2D;
}
@media (max-width: 1700px) {
	.locationInnerContainer{
	  flex-wrap: wrap;
	}
	.locationInfoContainer{
	  margin-top: 20px;
	}
	.locationImg{
	  width: 100%;
	  margin-right: 0px;
	}
}


@media (max-width: 900px) {
	.locationImg{
	  display: none;
	}
	.locationImgMo{
	  display: block;
	}
	.locationInfoContainer h4{
	  font-size: 16px;
	  font-weight: bold;
	  margin-bottom: 0px;
	}
}

.historyContents{
	margin-top: 50px;
  height: 100%;
	/* height: 920px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
  align-content: space-around; */
}
.historyGroup{
	margin-top: -30px;
	margin-right: 20px;
}
.historyCircle{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--rtnet-blue-color);
}
.historyGroupLine{
	border-left: 1px solid var(--rtnet-blue-color);
	margin-left: 6px;
	margin-top: 0px;
}
.historyGroupLine ul{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.historyYear{
	display: flex;
	align-items: center;
	margin-bottom: -30px;
}
.historyYear h4{
	margin-left: 10px;
	color: var(--rtnet-blue-color);
}

@media (max-width: 1200px) {
	.historyContents{
	  height: 100%;
	  flex-wrap: nowrap;
	}
}
@media (max-width: 900px) {
	.historyGroup{
	  margin-right: 0px;
	}
	.historyGroupLine li{
	  font-size: 13px;
	}
}
.historyTx{
	font-size: 14px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 17px;
}
@media (max-width: 900px) {
	.historyTx{
	  font-size: 13px;
	  line-height: 15px;
	}
}
  
/* 사업소개 상위 스크롤  */
/* .scrollTopButtonShow{
  display: none;
}
@media (max-width: 900px){
  .scrollTopButtonShow{
    display: block;
  }
} */




.askforContainer{
	margin-left: var(--background-basic-margin);
	margin-right: var(--background-basic-margin);
	margin-top: 50px;
	display: flex;
	overflow: hidden;
}
input, select, textarea{
	font-size: 14px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	background: #F7F7F7;
	color: var(--rtnet-darkgray-color);
	letter-spacing: -0.4px;
}
input{
	width: 260px;
	height: 30px;
	border: none;
	border-bottom: 1px solid var(--rtnet-darkgray-color);
	margin-bottom: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.inputlineTitle{
	width: 560px;
}

.askforInputGroup{
	display: flex;
	flex-wrap: wrap;
}

.askforInputData, .askforInputTitle{
	margin-right: 20px;
}
select{
	margin-left: 24px;
	width: 510px;
	height: 36px;
	border: 1px solid var(--rtnet-darkgray-color);
	background: url("image/icon_select_arrow.svg") no-repeat right 10px center/9px;
	-webkit-appearance: none; /*크롬 화살표 없애기 */
	-moz-appearance: none; /*파이어폭스 화살표 없애기*/
	appearance: none; /*화살표 없애기*/
}
select option{
	font-size: 14px;
}
textarea{
	margin-top: 20px;
	width: 560px;
	height: 260px;
	resize: none;
}
.askforInputSolution{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sendMailButton{
	color: white;
	background: var(--rtnet-blue-color);
	border: none;
	width: 174px;
	height: 52px;
	margin-top: 60px;
	margin-right: 310px;
	cursor: pointer;
}
.sendMailButton:hover {
	background: rgba(0,168,234,0);
	border: 1px solid var(--rtnet-darkgray-color);
	color: var(--rtnet-darkgray-color);
}
.backgroundAskfor{
	width: 740px;
}
@media (max-width: 1640px) {
	.askforInputTitle{
	  width: 100%;
	}
}
@media (max-width: 1200px) {
	.askforInputGroup{
	  justify-content: space-between;
	}

	.inputlineTitle{
	  width: 100%;
	}
	.askforInputData{
	  width: calc(50% - 40px);
	}
	.askforInputData input{
	  width: 100%;
	}
	.askforInputSolution{
	  display: block;
	  width: 100%;
	  margin-right: 0px;
	}
	.askforInputSolution h6{
	  margin-bottom: 10px;
	}
	.askforInputContent{
	  display: contents;
	  width: 100%;
	}
	select{
	  margin-left: 0px;
	  width: 100%;
	}
	textarea{
	  width: 100%;
	}
}

@media (max-width: 1440px) {
	.askforContainer{
	  margin-left: var(--background-middle-margin);
	  margin-right: var(--background-middle-margin);
	}
}
@media (max-width: 900px) {
	.askforContainer{
	  margin-left: var(--background-narrow-margin);
	  margin-right: var(--background-narrow-margin);
	  margin-bottom: 50px;
	}
	.askforInputData{
	  width: 43.5%;
	}
	.sendMailButton{
	  width: 150px;
	  height: 42px;
	  margin-top: 40px;
	}
	.askforInputSolution option{
	  font-size: 12px;
	}
}
@media (max-width: 1200px) {
	.backgroundAskfor{
	  display: none;
	}
}
@media (max-width: 600px) {
	.sendMailButton{
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 20px;
	}
	.askforContainer{
	  margin-top: 30px;
	}
}
  



.solutionPopup_htmlHeight, .solutionPopup_bodyHeight{
  height: 100%;
}
.solutionPopup_img{
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
.solutionPopupType_topArea{
  width: 100%;
  height: 12%;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
}
.solutionPopupType_title{
  font-size: 36px;
  font-weight: 700;
  padding-left: 80px;
  padding-top: 30px;
}
.solutionPopup_subTitle{
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
.solutionPopup_subTitleEn{
  padding-bottom: 20px;
}

.solutionPopup_h4NormalFont{
  font-weight: normal;
}

.solutionPopup_contentContainer{
  background: #6B666A;
}
.solutionPopup_contentContainer .solutionPopup_txGroup{
  color: white;
}
.solutionPopup_txGroup h2{
  margin-top: 20px;
  font-size: 20px;
}

.solutionPopup_contentContainer input[id*="slide"]{
  display: none;
}
.solutionPopup_contentContainer .solutionPopup_slideWrap{
  max-width: 560px;
  height: calc(100% - 120px);
  margin: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solutionPopup_contentContainer .solutionPopup_slideList{
  padding-left: 0px;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.solutionPopup_slideList .solutionPopup_slideItem{
  white-space: normal;
  vertical-align: top;
}

.solutionPopup_contentContainer .solutionPopup_slideList > li {
  display: inline-block;
  transition: all .5s;
}

.solutionPopup_slideControl{
  position: relative;
}
.solutionPopup_contentContainer .solutionPopup_slideControl label{
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.solutionPopup_contentContainer .solutionPopup_slidePageList label{
  position: relative;
}

/* input에 체크되면 슬라이드 효과 */
.solutionPopup_contentContainer input[id="solutionPopup_slide01"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideList > li {transform:translateX(0%);}
.solutionPopup_contentContainer input[id="solutionPopup_slide02"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideList > li {transform:translateX(-100%);}
.solutionPopup_contentContainer input[id="solutionPopup_slide03"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideList > li {transform:translateX(-200%);}
.solutionPopup_contentContainer input[id="solutionPopup_slide04"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideList > li {transform:translateX(-300%);}
/* .solutionPopup_contentContainer input[id="solutionPopup_slide05"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideList > li {transform:translateX(-400%);} */

.solutionPopup_contentContainer .solutionPopup_slideControl{
  width: 100%;
  height: 40px;
}
.solutionPopup_contentContainer .solutionPopup_slideArrowLeft{
  left: 0px;
  background: url("image/icon_arrow.svg");
}
.solutionPopup_contentContainer .solutionPopup_slideArrowRight{
  right: 0px;
  background: url("image/icon_arrow_right.svg");
}
.solutionPopup_contentContainer .solutionPopup_slideArrowLeft, .solutionPopup_contentContainer .solutionPopup_slideArrowRight{
  width: 35px;
  height: 40px;
  background-repeat: no-repeat;
}

/* 좌,우 슬라이드 버튼 */
.solutionPopup_slideControl > div {display:none;}
.solutionPopup_contentContainer input[id="solutionPopup_slide01"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideControl > div:nth-child(1) {display:block;}
.solutionPopup_contentContainer input[id="solutionPopup_slide02"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideControl > div:nth-child(2) {display:block;}
.solutionPopup_contentContainer input[id="solutionPopup_slide03"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideControl > div:nth-child(3) {display:block;}
.solutionPopup_contentContainer input[id="solutionPopup_slide04"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideControl > div:nth-child(4) {display:block;}
/* .solutionPopup_contentContainer input[id="solutionPopup_slide05"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slideControl > div:nth-child(5) {display:block;} */

.solutionPopup_slidePageList {
  color: white;
  text-align:center;
  padding: 0px;
  margin: 0px;
}

.solutionPopup_slidePageList > li {
  display:inline-block;
  vertical-align:middle;
}
.solutionPopup_slidePageList > li > label {
  display:block;
  opacity: 0.7;
  font-size: 24px;
  margin:0px 10px;
  cursor:pointer;
}

.solutionPopup_contentContainer input[id="solutionPopup_slide01"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slidePageList > li:nth-child(1) > label {opacity: 1;}
.solutionPopup_contentContainer input[id="solutionPopup_slide02"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slidePageList > li:nth-child(2) > label {opacity: 1;}
.solutionPopup_contentContainer input[id="solutionPopup_slide03"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slidePageList > li:nth-child(3) > label {opacity: 1;}
.solutionPopup_contentContainer input[id="solutionPopup_slide04"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slidePageList > li:nth-child(4) > label {opacity: 1;}
/* .solutionPopup_contentContainer input[id="solutionPopup_slide05"]:checked ~ .solutionPopup_slideWrap .solutionPopup_slidePageList > li:nth-child(5) > label {opacity: 1;} */

@media (max-width: 900px) {
  .solutionPopup_contentContainer .solutionPopup_slideArrowLeft, .solutionPopup_contentContainer .solutionPopup_slideArrowRight{
    width: 25px;
    height: 30px;
  }
  .solutionPopup_slidePageList > li > label{
    font-size: 20px;
  }
}

.solutionPopup_imgMo{
  width: 100%;
  height: auto;
  display: none;
}

.solutionPopup_container{
  display: flex;
  height: 88%;
  min-height: 600px;
}

.solutionPopup_TxGroup{
  margin-bottom: 30px;
  width: 560px;
  letter-spacing: -0.5px;
  line-height: 30px;
  font-size: 16px;
}
.solutionPopup_TxGroup ul{
  padding-left: 0px;
}
.solutionPopup_TxGroup li{
  margin: 10px 0px;
}

@media (max-height: 900px) {
  .solutionPopup_subTitle{
    font-size: 32px;
  }
  .solutionPopup_txGroup h2 {
    margin-top: 0px;
    font-size: 20px;
  }
  .solutionPopup_TxGroup li {
    margin: 5px 0px 0px 0px;
    font-size: 16px;
  }
  .solutionPopup_TxGroup{
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .solutionPopupType_title{
    font-size: 30px;
    margin-left: var(--background-narrow-margin);
    margin-top: 0px;
    padding: 0;
    padding-top: 30px;
  }
  .solutionPopup_img{
    display: none;
  }
  .solutionPopup_imgMo{
    display: block;
    height: 100%;
    overflow: hidden;
  }
  .solutionPopup_contentContainer{
    width: 100%;
    height: 100%;
    background: none;
  }
  .solutionPopup_contentContainer .solutionPopup_slideWrap{
    position: absolute;
    top: 15%;
    margin: var(--background-narrow-margin);
    max-width: none;
    width: calc(100% - (var(--background-narrow-margin)*2) );
    /* height: calc(82% - 20px); */
    margin-top: 0;
    min-height: 525px;
  }
  .solutionPopup_contentContainer .solutionPopup_slideList > li{
    width: 100%;
  }
  .solutionPopup_subTitle{
    font-size: 26px;
  }
  .solutionPopup_subTitleEn{
    font-size: 18px;
  }
  .solutionPopup_TxGroup{
    width: 100%;
    line-height: 24px;
  }
  .solutionPopup_TxGroup li{
    margin: 10px 0px;
  }
  .solutionPopup_txGroup h2{
    margin-top: 0px;
  }
  .solutionPopup_TxGroup{
    margin-bottom: 20px;
  }
}
@media (max-height: 540px) {
  .solutionPopup_contentContainer .solutionPopup_slideWrap{
    top: 80px;
  }
}

@media (max-width: 600px) {
  .solutionPopupType_title{
    font-size: 24px;
  }
  .solutionPopup_subTitle{
    font-size: 20px;
    line-height: 24px;
  }
  .solutionPopup_subTitleEn{
    font-size: 16px;
  }
  .solutionPopup_txGroup h2{
    font-size: 16px;
  }
  .solutionPopup_TxGroup{
    margin-bottom: 10px;
    line-height: 20px;
  }
  .solutionPopup_TxGroup li{
    font-size: 13px;
    margin: 5px 0px;
  }
  .solutionPopup_TxTable{
    font-size: 13px;
  }
}


.solutionPopup_airqmImg{
	background-image: url("image/solution/solutiondetail07_low.jpg");
}
.solutionPopup_airqmImgMo{
	background: url("image/mobile/solution_5-1_low.jpg");
	background-size: cover;
}
.solutionPopup_cranecasImg{
	background-image: url("image/solution/solutiondetail08_low.jpg");
}
.solutionPopup_cranecasImgMo{
	background: url("image/mobile/solution_6-1_low.jpg");
	background-size: cover;
}
.solutionPopup_f3ddcimImg{
	background-image: url("image/solution/solutiondetail03_low.jpg");
}
.solutionPopup_f3ddcimImgMo{
	background: url("image/mobile/solution_2-1_low.jpg");
	background-size: cover;
}
.solutionPopup_f3dlmsImg{
	background-image: url("image/solution/solutiondetail05_low.jpg");
}
.solutionPopup_f3dlmsImgMo{
	background: url("image/mobile/solution_3-1_low.jpg");
	background-size: cover;
}
.solutionPopup_f3dsimImg{
	background-image: url("image/solution/solutiondetail06_low.jpg");
}
.solutionPopup_f3dsimImgMo{
	background: url("image/mobile/solution_4-1_low.jpg");
	background-size: cover;
}
  
.solutionPopup_fapImg{
	background-image: url("image/solution/solutiondetail01_low.jpg");
}
.solutionPopup_fapImgMo{
	background: url("image/mobile/solution_1-1_low.jpg");
	background-size: cover;
}
  
  
.solutionPopup_serviceItImg{
	background-image: url("image/service/servicedetail01_low.jpg");
}
.solutionPopup_serviceItImgMo{
	background: url("image/mobile/service_1-1_low.jpg");
	background-size: cover;
}
.solutionPopup_serviceOtImg{
	background-image: url("image/service/servicedetail02_low.jpg");
}
.solutionPopup_serviceOtImgMo{
	background: url("image/mobile/service_2-1_low.jpg");
	background-size: cover;
}
  
.solutionPopup_fapButton{
	display: flex;
	justify-content: center;
}
.solutionPopup_fapButton button{
	color: white;
	background: var(--rtnet-blue-color);
	border: none;
	width: 180px;
	height: 48px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}
.solutionPopup_fapButton h5{
	font-weight: bold;
  line-height: 16px;
}

.solutionPopup_slideItem a:visited, .solutionPopup_slideItem a:link, .solutionPopup_slideItem a:hover{
	color: #ffffff;
}
.solutionPopup_fapButton button:hover {
	background: rgba(0,168,234,0);
	border: 1px solid #ffffff;
	color: #ffffff;
}
.solutionPopup_inquire{
	font-size: 16px;
	margin-top: 20px;
}
@media (max-width: 600px) {
	.solutionPopup_inquire{
	  font-size: 14px;
	}
}
@media (max-width: 500px) {
	.solutionPopup_fapButton a h5{
	  font-size: 12px;
	}
	.solutionPopup_fapButton button{
	  width: 140px;
	  height: 42px;
	}
}
  
  
  
.clauseArea{
	margin-left: var(--background-basic-margin);
	margin-right: var(--background-basic-margin);
	margin-top: 100px;
	margin-bottom: 40px;
}
.clauseTitle{
	margin-bottom: 10px;
}
.clauseParagraph{
	margin-top: 10px;
	margin-bottom: 20px;
}

.clause_h6BoldFont{
	font-weight: 700;
}
@media (max-width:1440px) {
	.clauseArea{
	  margin-left: var(--background-middle-margin);
	  margin-right: var(--background-middle-margin);
	  margin-top: 70px;
	}
}
@media (max-width:900px) {
	.clauseArea{
	  margin-left: var(--background-narrow-margin);
	  margin-right: var(--background-narrow-margin);
	  margin-top: 40px;
	}
}
  
  
.clause_h6BoldTitle{
	font-weight: 700;
	margin-top: 30px;
}
.clause_overviewBox{
	background: white;
	margin-top: 40px;
}
.clause_overviewBox h6{
	padding: 40px;
}
.privacyAdmin{
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #D9DCDF;
	border-collapse: collapse;
}
.privacyAdmin th, .privacyAdmin td{
	border-bottom: 1px solid #D9DCDF;
	border-left: 1px solid #D9DCDF;
	text-align: center;
}
.privacyAdmin th:first-child, .privacyAdmin td:first-child {
	border-left: none;
}
.privacyAdmin th{
	height: 40px;
	background-color: #ECEEEF;
}
.privacyAdmin td{
	height: 70px;
	background-color: white;
}