*{
	padding: 0;
	margin: 0;
}
.icon::before {
 content:'\f105';
 font-family:'Font Awesome 5 Free';
 font-weight:900;
}
.icon::before {
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
::marker {
    display: none!important;
}
  .fa {
  	font-size: 16px;
  	color: #000 !important
  }
@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
body {
	background: #fff;
	color: #333;
	font-size: 15px;
  line-height: 20px;
}

.navbar-expand-md .navbar-toggler {
    display: block!important;
}
.icons {
 	font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\fff";
}  
@font-face {
  src:url(../font/NanumSquareB.ttf);
  font-family: NanumSquareB
}
@font-face {
  src:url(../font/PretendardVariable.ttf);
  font-family: Pretendard Variable
}
.required {
	color: red
}
.w100 {
	width: 100%
}
.margin0 {
	margin: 0 auto
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

a {
  color: #6c64f5;
}
a:hover {
  color: #b0acf6;
  text-decoration: none;
}
/*-----------------Header----------------------------*/
div.header {
  width: 100%;
  background-color: #fff;
  padding: 15px 5px 10px 5px;
  height: 60px;
  position: fixed;
  /* top: -7vh; */
  left: 0px;
  z-index: 10;
}
div.header_row {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}
div.header_row_center {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}

/* div.logo img{} */
div.rightBtn{
  display: flex;
  color: #1D1D1F;
}
div.rightBtn a{
  margin-left: 5px;
  text-decoration: none
}
div.rightBtn a:hover{
  border: #e63700 1px solid;
}
/*-----------------Content---------------------------*/

.bg-body-tertiary {
    background-color: #fff!important;
}
div#section0 {
  background: #f5f5f7;
}
div#section1 {
  background: #1D3134;
}

div.slogan {
  padding: 0px 10% 0px 10%;
  text-align: center;
  font-size: 24px;
}
div#section1 div.slogan {
  /* padding: 0px 12% 0px 12%; */
  align-items: start;
  font-size: 24px;
  display: flex;
  width: 100%!important;
}
div.slogan h2{
  font-family: Pretendard Variable;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: center;
}
div#section1 div.slogan h2{
  color: #fff;

}
div#section1 div.desc p{
  font-family: Pretendard Variable;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

div.desc h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #E63500;
  margin-bottom: 20px;
}
div.desc div.list_btn{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.desc div.list_btn a{
  color: #6E6E73;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  padding: 4px 10px;
  float: left;
  margin: 3px 2px;
  border-radius: 50px;
  border: #6E6E73 1px solid;
  text-decoration: none;
}

div.slogan span{
  font-size: 14px;
  color: #6E6E73;
  margin-bottom: 0;
  line-height: 18px;
  display: table;
  text-align: center;
  width: 100%;
}
div.home_img {  
  text-align: center;
  margin: 0px 0px;
  padding: 0px 10px;
  min-height: 250px;
  justify-content: center;
  display: flex;
  overflow-x: hidden;
  margin: 20px 0px;
}
div.home_img img{  
  max-width: 100%;
  /* max-height: 250px; */
  /* height: max-content; */
  object-fit: contain;
}
div.startfac_img {
  background: #223134;
  padding: 25px 15px;
  background-size: 100%;
  text-align: center;
  border-radius: 10px;
  margin: 20px 15px;
}
div.startfac_img img{
  width: 100%;
}
div.startfac_img_gr {
  background: #ced1d1;
  padding: 0px;
  background-size: 100%;
  text-align: center;
  border-radius: 10px;
  margin: 20px 15px;
}
div.startfac_img_gr img{
  width: 100%;
}
div.desc {
  /* width: 100%; */
  padding: 5px 10%;
  color: #6E6E73;
}

div.desc h4{
  color: #6E6E73;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  width: fit-content;
  padding: 6px 12px;
  margin: 15px auto;
  border-radius:50px;
  border: #6E6E73 1px solid;
}
div.desc p{
  color: #6E6E73;
  font-size: 13px!important;
  line-height: 18px;
  text-align: center;
}
div.desc ul{
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}
div.desc ul li{
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

button.btn {
  background: #98afd0;
  color:#fff!important;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 4px;
}
button.btn:hover {
  background: #6585c0;
  text-decoration: none;
}

button.btn:disabled {
  background: #e0dfde;
  text-decoration: none;
}

div.contact_footer {
  background: #F5F5F7;
  padding: 15px 0px 5px 15px;
  /* position: absolute; */
    left: 0px;
    bottom: 0px;
    width: 100%;
}
div.contact_footer h4{
  font-size: 15px;
  font-weight: bold;
}
div.contact_footer ul{
  font-size: 12px;
  margin: 5px auto;
  padding: 0;
  list-style-type: none;
}
div.contact_footer ul li{
  line-height: 18px;
  display: flex;
  justify-content: center;
}
div.contact_footer_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
div.contact_footer_title h4{
  line-height: 24px;
  margin-bottom: 0;
}
div.contact_footer_b {
  font-size: 12px;
  text-align: center;
  line-height: 28px;
}
button.btn_send {
  border: #E63500 1px solid;
  color: #E63500!important;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-radius: 50px;
}
button.btn_send:hover {
  border: #E63500 1px solid;
  color: #fff!important;
  font-size: 14px;
  font-weight: bold;
  background: #E63500;
  border-radius: 50px;
}

div.content_row div.rounded-2 {
    border-radius: 0px!important;
  }
/*-----------------footer----------------------------*/
div.footer {
  color: #333;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
  height: 40px;

  position: absolute;
  top: calc(100vh - 100px);
  left: 0px;
}
div.footerR {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
}
div.footer b{
  color: #7f99c2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 15px;
}
div.footerR a{
  background: #7f99c2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 10px;
  white-space: nowrap;
  display: flex;
  text-decoration: none;
}
div.footerR a:hover{
  background: #2b4044;
  color:#fff!important;
  text-decoration: none;
}
a.icon_st {
  background-image: url(../images/icon_st.png);
  width: 30px;
  height: 30px;
  background-size: contain;
}

a.icon_st {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    text-align: center;
    padding: 10px;
    background: url(../images/icon_st.png) no-repeat center;
    width: 31px;
    height: 31px;
  }
  a.icon_ques {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -1px;
    align-items: center;
    padding: 0 10px;
    color:#1D1D1F;
    display: flex;
    align-items: center;
    height: 31px;

  }
  div.flex_content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
@media all and (min-width: 540px) and (max-width: 700px){
  div.content_row div.rounded-2 {
    border-radius: 0px!important;
  }
  a.icon_st {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    text-align: center;
    padding: 10px;
    background: url(../images/icon_st.png) no-repeat center;
    width: 31px;
    height: 31px;
  }
  a.icon_ques {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -1px;
    align-items: center;
    padding: 0 10px;
    color:#1D1D1F;
    display: flex;
    align-items: center;
    height: 31px;

  }
  div.flex_content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media all and (min-width: 281px) and (max-width: 539px){
  div.content_row div.rounded-2 {
    border-radius: 0px!important;
  }
  a.icon_st {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    text-align: center;
    padding: 10px;
    background: url(../images/icon_st.png) no-repeat center;
    width: 31px;
    height: 31px;
  }
  a.icon_ques {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -1px;
    align-items: center;
    padding: 0 10px;
    color:#1D1D1F;
    display: flex;
    align-items: center;
    height: 31px;

  }
  div.flex_content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media all and (min-width: 250px) and (max-width: 280px){
  div.content_row div.rounded-2 {
    border-radius: 0px!important;
  }
  a.icon_st {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    text-align: center;
    padding: 10px;
    background: url(../images/icon_st.png) no-repeat center;
    width: 31px;
    height: 31px;
  }
  a.icon_ques {
    border-radius: 4px;
    border: #313131 1px solid;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -1px;
    align-items: center;
    padding: 0 10px;
    color:#1D1D1F;
    display: flex;
    align-items: center;
    height: 31px;

  }
  div.flex_content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.footerR {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0;
  }
  div.footer b{
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 13px;
  }
  div.footerR a{
    background: #2b4044;
    color:#fe4a03!important;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    border-radius: 4px;
    white-space: nowrap;
    display: flex;
    text-decoration: none;
  }
  div.footerR a:hover{
    background: #2b4044;
    color:#fff!important;
    text-decoration: none;
  }
}

@keyframes mymove {
  from {left: -300%;}
  to {left: 0px;}
}

@keyframes RightToLeft {
  from {
    opacity: 0;
    transform: translateX(40%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes MoRightToLeft {
  from {
    opacity: 0;
    right: -40%;
  }

  to {
    opacity: 1;
    right: -10%;
  }
}
@keyframes MoRightToLeft2 {
  from {
    opacity: 0;
    right: -40%;
  }

  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes LeftToRight {
  from {
    opacity: 0;
    transform: translateX(-40%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes MoLeftToRight {
  from {
    opacity: 0;
    left: -40%;
  }
  to {
    opacity: 1;
    left: -10%;
  }
}
@keyframes MoLeftToRight2 {
  from {
    opacity: 0;
    left: -40%;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

/* '주요기능' 이미지 애니메이션 초기화 및 애니메이션 */
#mobile.prev__section img {
  left: -100%;
}
#mobile.to__right img {
  animation: MoLeftToRight2 0.2s;
}
.to__right img {
  animation: LeftToRight 0.2s;
  display: block !important;
}


#mobile.to__left img {
  animation: MoRightToLeft2 0.2s;
}
.to__left img {
  animation: RightToLeft 0.2s;
  display: block !important;
}

.prev__section img {
  margin-right: 100%;
}

.header .header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

.content {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

@media (min-width: 360px) {
  div.slogan {
    padding: 5px 5%;
  }
  div.home_img {
    padding: 5px 3%;
  }
  div.desc {
    padding: 5px 3%;
  }
}

@media (min-width: 373px) {
  div.slogan {
    padding: 5px 5%;
  }
  div.home_img {
    padding: 5px 3%;
  }
  div.desc {
    padding: 5px 3%;
  }
}

@media (min-width: 560px) {
  div.slogan {
    padding: 5px 5%;
  }
  div.home_img {
    padding: 5px 3%;
  }
  div.desc {
    padding: 5px 3%;
  }
  .header .header__wrapper {
    max-width: 560px;
    margin: 0 auto;
  }
  .header .header__wrapper {
    max-width: 560px;
    margin: 0 auto;
  }
  .content {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  div.slogan {
    padding: 5px 10%;
  }
  div.home_img {
    padding: 5px 5%;
  }
  div.desc {
    padding: 5px 5%;
  }
  .header .header__wrapper {
    max-width: 768px;
  }
  .content {
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  div.slogan {
    padding: 5px 15%;
  }
  div.home_img {
    padding: 5px 8%;
  }
  div.desc {
    padding: 5px 8%;
  }
  
}

@media (min-width: 992px) {
  div.slogan {
    padding: 5px 15%;
  }
  div.home_img {
    padding: 5px 8%;
  }
  div.desc {
    padding: 5px 8%;
  }
  .header .header__wrapper {
    max-width: 768px;
  }
  .content {
    max-width: 768px;
  }
}

@media (min-width: 1170px) {
  div.slogan {
    padding: 5px 15%;
  }
  div.home_img {
    padding: 5px 8%;
  }
  div.desc {
    padding: 5px 8%;
  }
}

@media (min-width: 1280px) {
  div.slogan {
    padding: 5px 20%;
  }
  div.home_img {
    padding: 5px 8%;
  }
  div.desc {
    padding: 5px 8%;
  }
  .header .header__wrapper {
    max-width: 992px;
  }
  .content {
    max-width: 992px;
  }
}

@media (min-width: 1441px) {
  div.slogan {
    padding: 5px 20%;
  }
  div.home_img {
    padding: 5px 10%;
  }
  div.desc {
    padding: 5px 10%;
  }
}

@media (min-width: 1920px) {
  div.slogan {
    padding: 5px 20%;
  }
  div.home_img {
      padding: 5px 10%;
  }
  div.desc {
    padding: 5px 10%;
}
}
