@charset "utf-8";

html, body {
  font-size: 10px;
}

body {
  position: relative;
  font-family: 'SUIT', sans-serif;
  color:#000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling:touch;
}

body, h1, h2, h3, h4, h5, h6, ul, p, button, input, td{
  margin:0;
  padding:0;
}

h1, h2, h3, h4, h5, h6{
  font-size:inherit;
  font-weight:normal;
  font-family:inherit;
}

ul{
  list-style:none;
}

a{
  text-decoration:none;
}

a:link, a:visited, a:hover, a:active{
  color:inherit;
  text-decoration:none;
}

button{
  border:0px;
  background:none;
  cursor:pointer;
  font-family:inherit;
  font-size: inherit;
}

img{
  border:0px;
  vertical-align:top;
}

address{
  font-style:normal;
}

header, nav, section, article, footer{
  display:block;
}

legend {
  position:absolute;
  margin:0;
  padding:0;
  font-size:0;
  line-height:0;
  text-indent:-9999em;
  overflow:hidden;
}

label, input, button, select{
  vertical-align:middle;
}

input, textarea{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

hr {
  display:none;
}

pre {
  overflow-x:scroll;
  font-size:1.1em;
}

table{
  border-spacing:0px;
  border-collapse:collapse;
}

em{
  font-style:normal;
}

fieldset{
  border:0;
}

select::-ms-expand {
  display:none;
}

input:focus {
  outline:none;
}

input[type="date"]{
  position:relative;
  padding-right:20px;
  background:url("../images/cal_arrow.png") no-repeat right 10px center;
  padding-left:0;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{
  display:none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:transparent;
  color:transparent;
  cursor:pointer;
}

input[type="date"]::before{
  content:attr(data-placeholder);
  width:100%;
}

input[type="date"]:valid::before{
  display:none;
}

input[data-placeholder]::before{
  color:#999;
  font-size:13px;
}

.clear:after{
  display:block;
  content:"";
  clear:both;
}

.area {
  width: 1600px;
  margin: 0 auto;
}

.hd-util {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  height: 50px;
  background-color: #000;
}

.hd-util .util-wrap {
  display: flex;
  margin-right: 166px;
}

.hd-util .util-wrap a {
  font-size: 18px;
  padding-left: 16px;
  margin-left: 15px;
  background: url("../images/hd_bar.png") no-repeat left center;
  color: #fff;
}

.hd-util .util-wrap a:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}



#header {
  width: 100%;
  height: 302px;
  background-color: #fff;
}

#header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 214px;
}

#header .logo a {
  display: block;
}

#header .logo a img {
  width: 500px;
  height: auto;
}

#header .gnb-wrap {
  height: 88px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}

#header .gnb-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 110px;
}

#header .gnb-wrap ul li a {
  font-size: 22px;
  font-weight: 800;
}



#main .visual-con {
  position: relative;
}

#main .visual-con .swiper-arrow {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}

#main .visual-con .swiper-button-prev1 {
  left: 31px;
  background-image: url("../images/prev_icon.png");
}

#main .visual-con .swiper-button-next1 {
  right: 31px;
  background-image: url("../images/next_icon.png");
}

#main .visual-con .visual .swiper-wrapper li img {
  width: 100%;
  height: auto;
}

#main .visual-con .swiper-pagination1 {
  display: flex;
  gap: 4px;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
}

#main .visual-con .swiper-pagination1 .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
}

#main .visual-con .swiper-pagination1 .swiper-pagination-bullet-active {
  width: 30px;
}



#main .intro-con {
  padding-top: 112px;
  padding-bottom: 150px;
}

#main .intro-con .area .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#main .intro-con .area .tit-wrap .left h4 {
  font-size: 14px;
  color: #999;
}

#main .intro-con .area .tit-wrap .left h3 {
  font-size: 40px;
  font-weight: 800;
  padding-top: 20px;
}

#main .intro-con .area .tit-wrap .right p {
  font-size: 22px;
  line-height: 34px;
  color: #666;
  text-align: right;
}

#main .intro-con .area .txt-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#main .intro-con .area .txt-wrap .chart {
  width: 49%;
  height: 500px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 20px;
}



#main .link-con {
  width: 100%;
  background-color: #f8f8f8;
  padding: 88px 0;
}

#main .link-con .area .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#main .link-con .area .tit-wrap .left h4 {
  font-size: 14px;
  color: #999;
}

#main .link-con .area .tit-wrap .left h3 {
  font-size: 40px;
  font-weight: 800;
  padding-top: 20px;
}

#main .link-con .area .txt-wrap ul {
  display: flex;
  justify-content: space-between;
  padding: 0 34px;
  margin-top: 50px;
}

#main .link-con .area .txt-wrap ul li a {
  display: block;
}

#main .link-con .area .txt-wrap ul li a .icon {
  display: block;
  width: 140px;
  aspect-ratio: 1;
  transition: 0.5s;
}

#main .link-con .area .txt-wrap ul li a .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .link-con .area .txt-wrap ul li a p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 21px;
}

#main .link-con .area .txt-wrap ul li a:hover .icon {
  margin-top: -20px;
}



#main .preview-con {
  padding: 150px 0;
}

#main .preview-con .area .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#main .preview-con .area .tit-wrap .left h4 {
  font-size: 14px;
  color: #999;
}

#main .preview-con .area .tit-wrap .left h3 {
  font-size: 40px;
  font-weight: 800;
  padding-top: 20px;
}

#main .preview-con .area .txt-wrap {
  margin-top: 50px;
}

#main .preview-con .area .txt-wrap .img img {
  width: 100%;
  height: auto;
}



#footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 72px 0;
}

#footer h2 {
  font-family: "Montserrat", serif;
  font-size: 18px;
  font-weight: 700;
}

#footer h2 span {
  letter-spacing: 6px;
}

#footer .ft-info {
  margin-top: 35px;
}

#footer .ft-info p {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 200;
  padding-top: 14px;
}

#footer .ft-info p:first-child {
  padding-top: 0;
}



#join {
  background-color: #F5F5F5;
  padding: 40px 0 80px;
}

#join .area .cs-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 45px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  background-color: #aaa;
}

#join .area .tit-wrap h2 {
  font-size: 60px;
  text-align: center;
  font-weight: 800;
  padding-top: 61px;
}

#join .area .box {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 57px;
  padding: 77px 0;
}

#join .area .box .inner {
  width: 742px;
  margin: 0 auto;
}

#join .area .box .inner > .ip-wrap {
  margin-top: 55px;
}

#join .area .box .inner .ip-wrap-1 {
  margin-top: 0;
}

#join .area .box .inner .ip-wrap h3 {
  display: flex;
  align-items: start;
  gap: 2px;
  font-size: 22px;
  font-weight: 700;
}

#join .area .box .inner .ip-wrap h3 .req {
  font-size: 16px;
  color: #ff0000;
  margin-top: -5px;
}

#join .area .box .inner .ip-wrap .ip-box {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-top: 13px;
}

#join .area .box .inner .ip-wrap .ip-box input {
  font-family: 'SUIT', sans-serif;
  width: calc(100% - 21px);
  height: 100%;
  border: 0;
  background: none;
  font-size: 18px;
  padding-left: 21px;
}

#join .area .box .inner .ip-wrap .ip-box input::placeholder {
  color: #999;
}

#join .area .box .inner .ip-wrap-4 ul {
  margin-top: 13px;
}

#join .area .box .inner .ip-wrap-4 ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

#join .area .box .inner .ip-wrap-4 ul li:first-child {
  margin-top: 0;
}

#join .area .box .inner .ip-wrap-4 ul li select {
  font-family: 'SUIT', sans-serif;
  width: 310px;
  height: 60px;
  border-radius: 5px;
  background-color: #f5f5f5;
  border: 0;
  color: #999;
  padding: 0 21px;
  appearance:none;
  background-image:url('../images/select_arrow.png');
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 10px auto;
}

#join .area .box .inner .ip-wrap-4 ul li .ip-box {
  width: 422px;
  margin: 0;
}

#join .area .box .inner .submit-btn {
  width: 100%;
  height: 60px;
  background-color: #000;
  border-radius: 5px;
  margin-top: 70px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

#join .area .link-wrap {
  margin-top: 55px;
}

#join .area .link-wrap ul {
  display: flex;
  justify-content: center;
  gap: 57px;
}

#join .area .link-wrap ul li a {
  display: block;
  width: 80px;
  aspect-ratio: 1;
}

#join .area .link-wrap ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#login {
  width: 100%;
  height: 100vh;
}

#login .join-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 800px;
}

#login .join-wrap > div {
  width: 50%;
  height: 100%;
}

#login .join-wrap .left {
  display: flex;
  align-items: center;
}

#login .join-wrap .left .inner {
  padding-inline: 100px;
}

#login .join-wrap .left .inner .join-logo {
  width: 80%;
  margin: 0 auto;
}

#login .join-wrap .left .inner .join-logo img {
  width: 100%;
  height: auto;
}

#login .join-wrap .left .inner .ip-wrap-1 {
  margin-top: 108px;
}

#login .join-wrap .left .inner .ip-wrap-2 {
  margin-top: 41px;
}

#login .join-wrap .left .inner .ip-wrap h3 {
  font-size: 22px;
  font-weight: 700;
}

#login .join-wrap .left .inner .ip-wrap .ip-box {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #E5F0FD;
  margin-top: 13px;
}

#login .join-wrap .left .inner .ip-wrap .ip-box input {
  font-family: 'SUIT', sans-serif;
  width: calc(100% - 21px);
  height: 100%;
  border: 0;
  background: none;
  font-size: 18px;
  padding-left: 21px;
}

#login .join-wrap .left .inner .ip-wrap .ip-box input::placeholder {
  color: #999;
}

#login .join-wrap .left .inner .login-util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

#login .join-wrap .left .inner .login-util .chk-box {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	font-size: 16px;
  font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 20px;
}

#login .join-wrap .left .inner .login-util .chk-box label {
	font-size: 16px;
  cursor: pointer;
  color: #999;
}

#login .join-wrap .left .inner .login-util .chk-box input[type="checkbox"] {
	display: none;
}

#login .join-wrap .left .inner .login-util .chk-box .on {
	width: 20px;
	height: 20px;
	background: url("../images/chk_icon_off.png") no-repeat center;
  background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

#login .join-wrap .left .inner .login-util .chk-box input[type="checkbox"]:checked + .on {
  background: url("../images/chk_icon_on.png") no-repeat center;
  background-size: cover;
}

#login .join-wrap .left .inner .login-util .join-btn {
  font-size: 16px;
  font-weight: 500;
  color: #0048FF;
  text-decoration: underline;
}

#login .join-wrap .left .inner .login-btn {
  width: 100%;
  height: 60px;
  background-color: #000;
  border-radius: 5px;
  margin-top: 70px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

#login .join-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width:1280px) {
  #login {
    background: none;
    height: auto;
  }

  #login .join-wrap {
    min-width: 100%;
  }

  #login .join-wrap > div {
    width: 100%;
    height: auto;
  }

  #login .join-wrap .left {
    display: block;
    padding-block: 100px 150px;
  }

  #login .join-wrap .left .inner {
    padding-inline: 5%;
  }

  #login .join-wrap .img {
    display: none;
  }
}

@media all and (max-width:650px) {
  #login .join-wrap .left {
    padding-block: 10% 15%;
  }

  #login .join-wrap .left .inner .join-logo {
    width: 90%;
  }

  #login .join-wrap .left .inner .ip-wrap-1 {
    margin-top: 50px;
  }

  #login .join-wrap .left .inner .ip-wrap h3 {
    font-size: 18px;
  }

  #login .join-wrap .left .inner .ip-wrap .ip-box {
    height: 50px;
    margin-top: 5px;
  }

  #login .join-wrap .left .inner .login-btn {
    margin-top: 50px;
  }
}