/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+KR:wght@400;500;700&family=Roboto:wght@300;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Noto Sans KR', sans-serif !important;
}

body {
	margin: 0;
}

ul, ol, dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

p {
	color: #333;
	cursor: default;
}

.invisible, legend {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

button, select {
	font-family: 'Noto Sans KR', sans-serif;
}

.mgt0 {
	margin-top: 0px !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgt16 {
	margin-top: 16px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgt40 {
	margin-top: 40px !important;
}

.mgt50 {
	margin-top: 50px !important;
}

.mgt60 {
	margin-top: 60px !important;
}

.d-flex {
	display: flex;
}

.body-wraper {
  width: 1200px;
  margin: 0 auto;
}

/***********************/
/* 헤더 */
.header_container {
	width: 100%;
	position: relative;
}
.header_container .header-wrap {
	position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.header_container .header-wrap .area {
	max-width: 1200px;
	margin: 0 auto;
}
.header_container .header-wrap .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_container .header-wrap .logo img {
	display: block;
}
.nav {
	
}
.nav #gnb {
	position: relative;
}
.nav .gnb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 80px;
	flex-wrap: wrap;
}
.nav .gnb .depth1 {
	cursor: pointer;
	position: relative;
}
.nav .gnb .depth1 > a {
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
	font-weight: 500;
	color: #333;
  padding: 38px 0;
}
.nav .gnb .depth1 > a:hover {
	color: #5280EA;
}
.nav .gnb .depth2 {
	position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 14px;
  transition: 0.1s;
  min-width: 140px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-shadow: 0 4px 8px rgb(0, 0, 0, 0.05);
}
.nav .gnb .depth1 .depth2.show {
	padding: 20px;
	opacity: 1;
	height: auto;
	z-index: 999;
	background: #fff;
}
.nav .gnb .depth2 > li > a {
	line-height: 1.5;
  color: #666;
  font-size: 15px;
  white-space: nowrap;
  padding: 3.5px 0;
}
.nav .gnb .depth2 > li > a:hover,
.nav .gnb .depth2 > li > a:focus {
	color: #5280EA;
}

.top .btn-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}
.top .btn-area .btn a {
  line-height: 24px;
  font-size: 13px;
  padding: 4px 24px;
  border-radius: 100px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.top .btn-area .btn.blue a {
  color: #fff;
  background: #5280EA;
  border-color: #5280EA;
}


/* 메인배너 */
.main_banner .swiper-slide {
	height: 600px;
}
.main_banner .swiper-slide.visual01 {
	background-size: cover !important;
}
.main_banner .swiper-slide.visual02 {
	background-size: cover !important;
}
.main_banner .swiper-slide.visual03 {
	background-size: cover !important;
}
.main_banner .swiper-slide .area {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 100%;
	align-items: center;
}
.main_banner .swiper-slide .area .txt.dark h3,
.main_banner .swiper-slide .area .txt.dark h6 {
	color: #333;
}

.main_banner .swiper-slide .area .txt h3 {
  font-family: 'Gmarket Sans';
	font-size: 46px;
	font-weight: 700;
	line-height: 58px;
	opacity: 0;
	transition: 1s 0.2s;
	transform: translateY(20px);
	letter-spacing: -2.3px;
	color: #fff;
}

.main_banner .swiper-slide .area .txt h6 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	display: block;
	opacity: 0;
	transition: 1s 0.4s;
	transform: translateY(20px);
	line-height: 32px;
	letter-spacing: -1.1px;
	margin-top: 20px;
}

.main_banner .swiper-slide-active .area .txt h6,
.main_banner .swiper-slide-active .area .txt h3 {
	transform: translateY(0);
  opacity: 1;
}

.main_banner .swiper-slide .area .txt .btn-area {
  margin-top: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.main_banner .swiper-slide .area .txt .btn-area .btn a {
  display: block;
  font-size: 18px;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 30px;

}

.main_banner .swiper-slide .area.content01 .img {
	position: relative;
}
.main_banner .swiper-slide .area.content01 .img img:nth-child(1) {
	transform: translate(-16px, 0px);
}
.main_banner .swiper-slide .area.content01 .img img:nth-child(2) {
	position: absolute;
	right: -128px;
  top: 50px;
  z-index: -1;
}
.main_banner .swiper-slide .area.content02 .img {
	margin-top: 90px;
}
.main_banner .swiper-slide .area.content03 .img {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 370px;
  margin-left: 220px;
  align-content: center;
}
.main_banner .swiper-slide .area .img {
	opacity: 0;
	transition: 1s;
}
.main_banner .swiper-slide-active .area .img {
	opacity: 1;
}

/*페이지네이션*/

.main_banner .swiper-btn {
  bottom: 16px;
	/* width: 65px;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate3d(-598px, 0, 0);
  z-index: 1;
  color: #fff;
  padding: 22.5px 0; */
}
.main_banner .swiper-btn .swiper-button-prev {
	width: 45px;
  height: 45px;
  left: 0;
	border-radius: 50%;
  border: 1px solid #b0b1a8;
  box-sizing: border-box;
}
.main_banner .swiper-btn .swiper-button-prev:after {
	content: "\e93b";
	font-family: 'xeicon';
	color: #b0b1a8;
	font-size: 20px;
}
.main_banner .swiper-btn .swiper-button-next {
	width: 45px;
    height: 45px;
    right: 0;
    border-radius: 50%;
    border: 1px solid #b0b1a8;
    box-sizing: border-box;
}
.main_banner .swiper-btn .swiper-button-next:after {
	content: "\e93e";
	font-family: 'xeicon';
	color: #b0b1a8;
	font-size: 20px;
}
.main_banner .swiper-btn .swiper-pagination-bullet {
	background: #d9d9d9;
	transition: 0.2s;
	border-radius: 100px;
}
.main_banner .swiper-btn .swiper-pagination-bullet.swiper-pagination-bullet-active {
	/* width: 25px; */
	opacity: 1;
}

/* 메인 */

.section01 .tit h3,
.section02 .tit h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 18px;
}
.section01 .tit p,
.section02 .tit p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.6px;
}

.section01 {
  padding: 100px 0;
}
.section01 .d-flex {
  gap: 80px;
  align-items: center;
}

.section01 .ani-img {
  display: flex;
  flex-direction: column;
  gap: 133px;
}
.section01 .ani-img > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 43px;
}
.section01 .ani-img > div > img,
.section01 .ani-img > div .step .img > img,
.section01 .ani-img > div .step .img .sub > img {
  box-shadow: 0 4px 4px rgb(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.section01 .ani-img .step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section01 .ani-img .step .img {
  position: relative;
}
.section01 .ani-img .step .img img {
  display: block;
}
.section01 .ani-img .step .img .sub {
  position: absolute;
  top: calc(-100% + 15px);
  left: calc(100% - 6px);
}
.section01 .ani-img .step .img .arrow {
  position: absolute;
}
.section01 .ani-img .step .img .arrow.one {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section01 .ani-img .step .img .arrow.two {
  top: 100%;
  left: calc(50% - 6px);
}
.section01 .ani-img .step .img .arrow.three {
  top: calc(50% - 76px);
  left: 100%;
}

.section02 {
  background: #F7F7F7;
  padding: 80px 0 100px;
}
.section02 .tit {
  margin-bottom: 30px;
}
.section02 .ani-img {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section02 .ani-img > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.section02 .ani-img > div:last-child {
  align-items: flex-start;
  gap: 316px;
}
.section02 .ani-img > div > img{
  box-shadow: 0 4px 4px rgb(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
/* .section02 .ani-img > div:first-child .step .img:not(:last-child):after{
  content: "";
  background: url('./../images/main/02/arrow-right-b.png') no-repeat;
  position: absolute;
  width: 23px;
  height: 12px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.section02 .ani-img > div:first-child .step .img:before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  background: #5280EA;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 37px;
} */
/* .section02 .ani-img > div:first-child .step .img img {
  margin-top: 18px;
}
.section02 .ani-img > div:first-child .step {
  gap: 23px;
  counter-reset: num;
} */
.section02 .ani-img .step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.section02 .ani-img .step .img {
  position: relative;
  z-index: 2;
}
.section02 .ani-img .step .img img {
  display: block;
}
.section02 .ani-img .step .img .sub {
  position: absolute;
  left: calc(100% - 50px);
  top: calc(-50% + 64px);
}
.section02 .ani-img .step .img-arrow {
  position: absolute;
  left: 57px;
  top: calc(-50% + 51px);
  z-index: 1;
}

.section03 {
  padding: 100px 0;
}
.section03 .d-flex {
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.section03 .banner {
  width: 588px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  box-sizing: border-box;
}
.section03 .banner.one {
  background: url('./../images/main/03/ban01.png') no-repeat;
  background-size: cover;
}
.section03 .banner.two {
  background: url('./../images/main/03/ban02.png') no-repeat;
  background-size: cover;
}
.section03 .banner > div h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 8px;
}
.section03 .banner > div p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  letter-spacing: -0.48px;
}
.section03 .banner > div.dark h5,
.section03 .banner > div.dark p {
  color: #333;
}
.section03 .banner > div a {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 2px 20px;
  border-radius: 100px;
  background: #fff;
  line-height: 24px;
}

/* 푸터 */

.board-area {
  border-top: 1px solid #e3e3e3;
}
.board-area .board {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.board-area .board > div {
  width: calc(100% - 125px);
  display: flex;
  align-items: center;
  gap: 20px;
}
.board-area .board h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.48px;
}
.board-area .board .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.board-area .board .area > div {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #333;
}
.board-area .board .area .date {
  color: #666;
}
.boarda-area .board > a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  color: #666;
}

.footer {
  background: #2E3442;
  padding-bottom: 60px;
}
.footer .ft-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0 18px;
}
.footer .ft-top ul {
  display: flex;
  align-items: center;
}
.footer .ft-top ul li {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}
.footer .ft-top ul li a {
  color: #999;
  font-size: 13px;
  letter-spacing: -0.39px;
}
.footer .ft-top ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer .ft-top ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer .ft-top ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #e3e3e3;
  display: block;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
}
.footer .ft-top ul li:last-child:after {
  display: none;
}
.footer .ft-top .family-site {
  position: relative;
  display: inline-block;
  padding: 2px 14px;
  border-radius: 5px;
  background: #181D2A;
  cursor: pointer;
}
.footer .ft-top .family-site span {
  color: #999;
  line-height: 24px;
  letter-spacing: -0.36px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .ft-top .family-site span i {
  transition: transform .3s ease;
}
.footer .ft-top .family-site > div {
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 10;
}
.footer .ft-top .family-site > div a {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  line-height: 1.5;
  padding: 6px 0;
}
.footer .ft-top .family-site > div a:hover {
  font-weight: 700;
}

.footer .ft-top .family-site > div.on {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  padding: 10px 14px;
  
  border: 1px solid #e3e3e3;
}

.footer .ft-top .family-site > div.on + i {
  transform: rotate(-180deg);
}

.footer .ft-top .family-site.active span i {
  transform: rotate(-180deg);
}

.footer .ft-info {
  background: #fff;
  border-radius: 10px;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}
.footer .ft-info .logo a img {
  display: block;
}
.footer .ft-info a {
  color: #3382F8;
  font-weight: 700;
}
.footer .ft-info a,
.footer .ft-info p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.42px;
}

.footer .ft-area .copy-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.15);
}
.footer .ft-area .copyright span {
  display: inline-block;
  color: #999;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.65px;
}
.footer .ft-area .copyright span.mall-nm {
  font-weight: 700;
}
.footer .ft-area .copy-top .copyright span a {
  display: inline-block;
  text-decoration: underline;
  color: #999;
}
.footer .ft-area > .copyright {
  margin-top: 20px;
}

/* 로그인 */

.login-wrap {
  padding: 160px 0 120px;
}
.login-wrap .login-content {
  margin: 0 auto;
  width: 420px;
}
.login-wrap .login-content h2 img {
  display: block;
  margin: 0 auto;
}
.login-wrap .login-content .login-area {
  margin-top: 40px;
}
.login-wrap .login-content .login-area .login .formWrite > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrap .login-content .login-area .login .formWrite label {
  font-size: 15px;
  color: #333;
}
.login-wrap .login-content .login-area .login .formWrite input {
  width: 100%;
  max-width: 340px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  line-height: 1.5;
  padding: 10px 14px;
  box-sizing: border-box;
}
.login-wrap .login-content .login_info {
	display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 13px;
  padding-left: 80px;
}
.login-wrap .login-content .login_info .checkbox_area {
	position: relative;
  padding-left: 23px;
  line-height: 1.5;
}
.login-wrap .login-content .login_info .checkbox_area input[type="checkbox"] {
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin: -1px;
  clip-path: inset(50%);
}
.login-wrap .login-content .login_info .checkbox_area input[type="checkbox"]:checked + .check-icon {
	border-color: #2E3442;
	background: #2E3442;
}
.login-wrap .login-content .login_info .checkbox_area input[type="checkbox"]:checked + .check-icon:before {
	border-color: #fff;
  border-top: 0;
  border-right: 0;
}
.login-wrap .login-content .login_info .checkbox_area .check-icon {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e3e3e3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.login-wrap .login-content .login_info .checkbox_area .check-icon:before {
  content: "\e942";
  font-family: 'xeicon';
  position: absolute;
  font-size: 16px;
  top: -5px;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}
.login-wrap .login-content .login_info label {
	font-size: 13px;
	color: #666;
	cursor: pointer;
}

.login-wrap .login-content .login_info .find a {
	font-size: 13px;
	color: #666;
}
.login-wrap .login-content .login_info .find a span {
  width: 1px;
  height: 11px;
  background: #d9d9d9;
  display: inline-block;
  margin: 0 8px;
}
.login-wrap .login-content .login_btn {
	margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 2px solid #333;
}
.login-wrap .login-content .login_btn input {
  width: 100%;
  border: 0;
  padding: 12px;
  border-radius: 3px;
  background: #2E3442;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans Kr";
  cursor: pointer;
  letter-spacing: -0.45px;
}
.login-wrap .login-content .join_btn a {
	width: 100%;
  border: 1px solid #2E3442;
  padding: 10px;
  border-radius: 3px;
  color: #2E3442;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: -0.45px;
}