/*공통영역*/
header {
	width:100%;
	position: fixed;
	z-index: 100;
	top:0;
}
header .header_wrap {
	width:1060px;
	margin:0 auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
	height:70px;
}
header .left_logo_wrap h2 a {
	background:url("/images/landing_new/logo_white.svg");
	font-size:0;
	height:36px;
	display: block;
    width: 71px;
	background-size: 100%;
}
header .header_wrap .gnb {
	color:#fff;
	display: flex;
	font-weight: 500;
	font-size: 20px;
}
header .header_wrap .gnb li {
	margin-left:40px;
	    display: flex;
}
header .header_wrap .gnb li:first-child {
	margin-left:0;
}
header .header_wrap .gnb li a {
	display: flex;
	align-items: center;
}
header .header_wrap .gnb li.blog a::after {
	content:"";
	display: block;
	width:16px;
	height:16px;
	margin-left:6px;
	background:url("/images/landing_new/ico_rinkpage_white.svg");
}
header .header_wrap .gnb li.login a {
	background: #D2EE52;
	border-radius: 8px;
	color: #191F28;
	font-weight: 600;
	font-size: 14px;
	padding:6px 20px;
}
/*스크롤 다운 시*/
header.down {
 	background:rgba(255,255,255,1);
 	transition-duration:0.2s;
 	color:#191F28;
}
header.down .header_wrap .gnb {
 	color:#191F28;
}
header.down .header_wrap .gnb li.blog a::after {
	background:url("/images/landing_new/ico_rinkpage.svg");
	background-size:100%;
}
header.down .left_logo_wrap h2 a {
	background:url("/images/landing_new/logo.svg");
	background-size: 100%;
}
.floating_button_fixed button {
	background: #D2EE52;
	border-radius: 99px;
	padding:15px 24px;
	position: fixed;
	z-index: 100;
	bottom:30px;
	right:30px;
	display: flex;
	align-items: center;
	color: #191F28;
	font-weight: 600;
	font-size: 18px;
}
.floating_button_fixed button > img {
	width: 20px;
	margin-right:10px;
}
.visual_top_wrap {
	background: #191F28;
	display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
}
.visual_top_wrap .tit {
	font-weight: 700;
	font-size: 56px;
	line-height: 130%;
	color: #FFFFFF;
	text-align: center;
	padding-top:120px;
}
.visual_top_wrap .app_download_btn {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:32px;
	position: relative;
	z-index: 2;
} 
.visual_top_wrap .app_download_btn button {
	font-weight: 500;
	font-size: 16px;
	color: #191F28;
	padding:13px 20px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 12px;
}
.visual_top_wrap .app_download_btn button span {
	margin-left:4px;
	display: block;
}
.visual_top_wrap .app_download_btn button:hover {
	background: #D2EE52;
	transition-duration:0.2s;	
}
.visual_top_wrap .app_download_btn button > img {
	width:28px;
}
.visual_top_wrap .app_download_btn button:first-child {
	margin-right:16px;
}
.sc_visual_mockup {
	width:330px;
	margin-top:70px;
	display: block;
	position: relative;
    z-index: 2;
}
.background_cyc_group {
	position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.background_cyc_group div:first-child {
	animation: top_cyc 4s linear infinite;
    width: 500px;
    position: absolute;
       bottom: 0;
    left: 16%;
}
.background_cyc_group div:first-child > img {
	width:280px;
}
.background_cyc_group div:last-child {
	animation: top_cyc 15s linear infinite;
	width:800px;
	height:600px;
	margin-left:40%;
	position: absolute;
    bottom: 0;
}
.background_cyc_group div:last-child > img {
	width:500px;
}
section.sub_section {
	width:100%;
}
.sc_tit_group{
	text-align: center;
}
.sc_tit_group h3 {
	font-weight: 800;
	font-size: 45px;
	color: #191F28;
}
.sc_tit_group p {
	font-weight: 400;
	font-size: 20px;
	color: #191F28;
	margin-top:10px;
}
.sc_tit_group p.mt_30 {
	margin-top:30px;
}
.sc_tit_group p > em {
	font-weight: 700;
}
section.sc02 {
	padding:100px 0 120px;
}
section.sc02 .list_wrap {
	display: flex;
	width:1060px;
	margin:60px auto 0;
}
section.sc02 .list_wrap li {
	background: #F7F8FA;
	border-radius: 16px;
	margin-right:20px;
	width:100%;
	padding:36px 0 40px;
	text-align: center;
}
section.sc02 .list_wrap li:last-child {
	margin-right:0;
}
section.sc02 .list_wrap li > img {
	width:40px;
	margin-bottom:30px;
}
section.sc02 .list_wrap li p {
	font-weight: 600;
	font-size: 24px;
}
section.sc02 .list_wrap li span {
	color: #6B7684;
	font-weight: 400;
	font-size: 16px;
	margin-top:2px;
	display: block;
}
.sc03_wrap {
	width:100%;
	background:rgba(210, 238, 82, 0.3);
	padding:100px 0;
}
.sc_box_width {
	width:1060px;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height:100%;
}
 .sc_box_width .sc_tit_group {
	width:50%;
}
.sc03_wrap .img_group {
	position: relative;
	width:412px;
	height:350px;
	margin-right:40px;
}
.sc03_wrap .img_group > div {
	position:absolute;
	width:180px;
}
.sc03_wrap .img_group > div.img01 {
	top:20%;
	left:0;
}
.sc03_wrap .img_group > div.img02 {
	right:0;
}
.sc03_wrap .img_group > div.img03 {
	left:24%;
	bottom:0;
}
.sc04_wrap {
	width:100%;
	background:rgba(255, 255, 255, 1);
	height:525px;
	display: flex;
	align-items: center;
}
.sc04_wrap .img_group {
	height:100%;
	position: relative;
	display: flex;
    align-items: flex-end;
	width:474px;
}
.sc04_wrap .img_group img {
	display: flex;
}
.sc05_wrap {
	background: #F7F8FA;
	mix-blend-mode: darken;
	height:525px;
}
.sc05_wrap .img_group img {
display: flex;
	width:474px;
}
.sc06_wrap {
	height:594px;
}
.sc06_wrap .img_group div {
	display: flex;
}
.sc06_wrap .img_group div.img1 {
	margin-bottom:-12px;
}
.sc06_wrap .img_group div.img2 {
	box-shadow: 2.51986px 2.51986px 12.5993px rgba(0, 0, 0, 0.1);
	border-radius: 18px
}
.sc07_wrap {
	background: #191F28;
	height:588px;
}
.sc07_wrap .img_group > div {
	margin-bottom:14px;
	display: flex;
}
.sc08_wrap_faq {
	padding:120px 0;
}
.sc08_wrap_faq .sc_box_width {
	display: block;
}
.sc08_wrap_faq .faq-list {
	margin-top:20px;
}
.sc08_wrap_faq .faq-list li {
	border-bottom: 1px solid #E5E8EB;
}
.sc08_wrap_faq .faq-list .dropdown-btn:hover {
	cursor: pointer;
}
.sc08_wrap_faq .faq-list .dropdown-container {
	display: none;
	background: #F7F8FA;
	border-radius: 8px;
	padding:20px;
	margin-bottom:30px;
}
.sc08_wrap_faq .faq-list .dropdown-container .list-content-inner {
	font-weight: 300;
	font-size: 16px;
	color: #191F28;
}
.sc08_wrap_faq .faq-list .dropdown-btn {
	font-weight: 500;
	font-size: 18px;
	padding:30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sc08_wrap_faq .faq-list .dropdown-btn .no {
	background: #191F28;
	width:20px;
	height:20px;
	font-weight: 500;
	font-size: 12px;
	display: flex;
	border-radius: 99px;
	margin-right:16px;
	color:#fff;
	align-items: center;
	justify-content: center;
}
.sc08_wrap_faq .faq-list .dropdown-btn .txt {
	width: calc(100% - 30px);
}
.sc08_wrap_faq .faq-list .dropdown-btn p {
	display: flex;
	align-items: center;
	
}
.sc08_wrap_faq .faq-list .dropdown-container a {
	text-decoration: underline;
    text-decoration-color: crimson;
	color:#CE1B22;
}
.sc08_wrap_faq .faq-list .dropdown-btn .icon {
	width:16px;
	height:16px;
	background:url("/images/landing_new/i-down-gray.svg");
	background-size:100%; 
	margin-right:16px;
}
.sc08_wrap_faq .faq-list .dropdown-btn .icon.active {
	background:url("/images/landing_new/i-down-black.svg");
	background-size:100%; 
}
.sc08_wrap_faq .table_wrap .tit {
	text-align: center;
	margin-top:24px;
	font-size:16px;
	font-weight: 600;
	margin-bottom:16px;
	color: #191F28;
}
.sc08_wrap_faq .table_wrap table {
	width:100%;
	max-width:500px;
	border-top:1px solid #191F28;
	margin:0 auto 24px;
	text-align: center;
	font-size:14px;
}
.sc08_wrap_faq .table_wrap table tr {
	border-bottom: 1px solid #E5E8EB;
}
.sc08_wrap_faq .table_wrap table td, .sc08_wrap_faq .table_wrap table th {
	padding:8px 0;
	color:#191F28;
}
.sc08_wrap_faq .table_wrap table tr td:first-child, .sc08_wrap_faq .table_wrap table tr th:first-child {
	border-right:1px solid #E5E8EB;
}
.sc08_wrap_faq .table_wrap table th {
	font-weight: 600;
}
.sc08_wrap_faq .table_wrap table + span {
	font-size:13px;
	display: block;
	margin-bottom:8px;
}
.sc08_wrap_faq .sc_tit_group {
	width:100%;
}
.sc09_fbn {
	padding:80px 0;
}
.sc09_fbn p {
	font-weight: 600;
font-size: 20px;
	color: #FFFFFF;
}
.sc09_fbn .tit {
	font-weight: 800;
	font-size: 36px;
	padding-top: 8px;
	padding-bottom: 8px;
}
footer {
	width:100%;
	background: #F7F8FA;
	padding:40px 0;
}
footer .sc_box_width {
	display: block;
}
footer .sc_box_width .f_info_wrap {
	display: flex;
	align-items: center;
}
footer h4 {
	font-weight: 600;
font-size: 16px;
	color: #191F28;
	margin-bottom:20px;
}
footer .copyright {
	margin-top:24px;
	color: #ADB5BD;
	font-weight: 300;
	font-size: 12px;
	display: block;
}
footer .info_area {
	color: #6B7684;
	font-size: 13px;
	border-right: 1px solid #E5E8EB;
	padding-right:30px;
	margin-right:60px;
}
footer .info_area > div {
	display: flex;
	align-items: center;
	padding:1px 0;
}
footer .info_area em {
	font-weight: 500;
	margin-right:4px;
}
footer .info_area p:nth-child(2)::before {
	content:"";
	width:1px;
	height:12px;
	background:#ADB5BD;
	display: inline-block;
	margin:0 10px;
}
footer .info_area p {
	display: flex;
	align-items: center;
}
footer .cs_area .tit_group p {
	font-weight: 600;
	font-size: 13px;
}
footer .cs_area .tit_group span {
	display: block;
	font-weight: 300;
	font-size: 13px;
	margin-bottom:8px;
}
footer .cs_area .number {
	font-weight: 700;
	font-size: 32px;
	color: #191F28;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.1s;
}
.modal.show {
  opacity: 1;
  z-index: 999;
  transition-duration: 0.15s;
}
.modal .modal_container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal .modal_container .m_content {
  background: #fff;
  border-radius: 8px;
  width: 100%;
	max-width:520px;
  padding: 30px 30px 40px;
	max-height: 90%;
	overflow: auto;
}
.modal .main_txt {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}
.modal .tit_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal .tit_group p {
	font-weight: 700;
	font-size: 24px;
}
.modal .tit_group button {
	width:24px;
	height:24px;
	background:url(/images/landing_new/ico_close.svg);
	font-size:0;
}
form {
	margin-top:30px;
}
form .fieldset {
	margin-top:16px;
}
form .fieldset input  {
	border-radius:8px;
	border:1px solid #E5E8EB;
	height:56px;
	padding:16px;
	width:100%;
	font-size: 16px;
}
form .fieldset > label.tit_on {
	display:block;
	font-size: 14px;
	margin-bottom:6px;
	margin-left:8px;
	font-weight: 400;
	font-size: 14px;
	color: #191F28;
}
textarea {
	resize: none;
	height:100px;
	border-radius:8px;
	border:1px solid #E5E8EB;
	padding:16px;
	width:100%;
	font-size: 16px;
}
textarea::-webkit-scrollbar {
	display: none;
}
.checkbox-wrap {
	text-align: left;
    padding-top: 4px;
    display: flex;
    align-items: flex-start;;
}
.checkbox-wrap .checkbox-label {
	margin-left:6px;
}
form input[type=checkbox] {
	width: 24px;
    height: 24px;
    background: url(/images/landing_new/i-roundcheck-unselected.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
}
form input[type=checkbox]:checked {
	background: url(/images/landing_new/i-roundcheck-selected.svg);
}
form .btn-group {
	width:100%;
	    display: flex;
    justify-content: center;
	margin-top:30px;
}
form .btn-group button {
	background: #191F28;
border-radius: 8px;
	color: #FFFFFF;
	font-weight: 500;
font-size: 16px;
	width:240px;
	height:52px;
	display: flex;
	    align-items: center;
    justify-content: center;
}
.sc_tit_group p br {
	display: none;
}







/* ========== animation========== */
@keyframes top_cyc {
	0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}






/* ========== 미디어쿼리 타블렛========== */
@media (max-width: 1100px) {
	header .header_wrap {
		width:100%;
		padding:0 30px;
	}
	section.sc02 .list_wrap {
		width:calc(100% - 60px);
	}
	section.sc02 .list_wrap li p {
		font-size:20px;
	}
	section.sc02 .list_wrap li span {
		font-size:14px;
	}
	.sc_box_width {
		width:calc(100% - 60px);
	}
	.sc_tit_group h3 {
		font-size:36px;
	}
	.sc03_wrap .img_group {
		margin-right:20px;
	}
	.sc06_wrap .img_group {
		margin-left:40px;
	}
	.sc_tit_group p {
		font-size:18px;
	}
	.sc07_wrap .img_group {
		margin-right:40px;
	}
	.sc08_wrap_faq {
		padding:100px 0;
	}
}











/* ========== 미디어쿼리 모바일========== */
@media (max-width: 880px) {
	.m_none {
		display: none !important;	
	}
	header {
		height:64px;
		padding: 0 16px;
		border-bottom:0;
	}
	header .header_wrap {
		padding:0;
		height:64px;
	}
	header .left_logo_wrap h2 a {
		height:34px;
		width:67px;
	}
	header .header_wrap .gnb {
		font-size:16px;
	}
	header .header_wrap .gnb li {
		margin-left:16px;
	}
	header .header_wrap .gnb li.blog a::after {
		width: 20px;
    	height: 20px;
		background-size:100%;
	}
	header .header_wrap .gnb li.login a {
		padding:6px 16px;
		font-size: 16px;
	}
	.floating_button_fixed button {
		font-size:16px;
		padding:12px 20px;
		right:16px;
		bottom:16px;
	}
	.visual_top_wrap .tit {
		font-size: 30px;
		padding-top:120px;
	}
	.visual_top_wrap .app_download_btn button {
		padding:10px 20px;
	}
	.visual_top_wrap .app_download_btn button span {
		display: none;
	}
	.sc_visual_mockup {
		width:230px;
	}
	section.sc02 {
		padding:60px 0;
	}
	.sc_tit_group h3 {
		font-size:30px;
		text-align: center;
	}
	.sc_tit_group p {
		font-size:16px;
		margin-top:16px;
		text-align: center;
	}
	.sc_tit_group p.mt_30 {
		margin-top:16px;
	}
	.sc_tit_group p br {
		display: block;
	}
	section.sc02 .list_wrap {
		margin-top:30px;
		    flex-direction: column;
		width: calc(100% - 32px);
	}
	section.sc02 .list_wrap li {
		display: flex;
		padding:16px 30px;
		margin-bottom:10px;
	}
	section.sc02 .list_wrap li > img {
		width:32px;
		margin-bottom:0;
		margin-right:30px;
	}
	section.sc02 .list_wrap li > div {
		text-align: left;
	}
	.sc_box_width {
		    height: auto;
		flex-direction: column;
		width:100%;
	}
	.sc03_wrap {
		padding:60px 0 70px;
	}
	section.sub_section {
		overflow: hidden;
		    height: auto;
	}
	.sc03_wrap .sc_box_width .sc_tit_group {
		width:100%;
	}
	section.sc02 .list_wrap li p {
		font-size:18px;
	}
	.sc03_wrap .img_group {
		width:280px;
		margin-right:0;
		height:232px;
		    margin-top: 60px;
	}
	.sc03_wrap .img_group > div {
		width:130px;
	}
	.sc04_wrap .sc_box_width, .sc06_wrap .sc_box_width {
		flex-direction: column-reverse !important;
		padding-top:60px;
	}
	.sc_box_width .sc_tit_group {
		width:100%;
	}
	.sc05_wrap .img_group img {
		width:100%;
	}
	.sc04_wrap .img_group {
		margin-top:0;
		width: 90%;
	}
	.sc05_wrap {
		padding-top:60px;
	}
	.sc05_wrap .img_group {
		width: 91%;
	}
	.sc06_wrap .img_group {
		margin-left:0;
	}
	.sc06_wrap .img_group {
    margin-left: 0;
    width: 70%;
    margin-bottom: 70px;
		margin-top:16px;
	}
	.sc07_wrap {
		padding:60px 0 70px;
	}
	.sc07_wrap .img_group {
		margin-right:0;
		width:80%;
		margin-top:50px;
	}
	.sc08_wrap_faq {
		padding:60px 0;
	}
	.sc08_wrap_faq .faq-list {
		width:calc(100% - 32px);
		margin:30px auto 0;
	}
	.sc08_wrap_faq .faq-list .dropdown-btn {
		padding:20px 0;
		    align-items: flex-start;
	}
	.sc08_wrap_faq .faq-list .dropdown-btn p {
		    width: calc(100% - 40px);
    align-items: flex-start;
	}
	.sc08_wrap_faq .faq-list .dropdown-btn .no {
		    margin-right: 10px;
    margin-top: 2px;
	}
	.sc08_wrap_faq .faq-list .dropdown-btn .txt {
		font-size: 16px;
	}
	.sc08_wrap_faq .faq-list .dropdown-btn .icon {
		margin-top:3px;
	}
	.sc09_fbn {
		padding:60px 0;
	}
	.sc09_fbn p {
		font-size:16px;
	}
	.sc09_fbn .tit {
		padding-top:4px;
		font-size:26px;
	}
	.visual_top_wrap .app_download_btn {
		margin-top:24px;
	}
	footer {
		padding:40px 16px 80px;	
	}
	footer .sc_box_width .f_info_wrap {
		    flex-direction: column;
		    align-items: flex-start;
	}
	footer .info_area {
		border-right:none;
		border-bottom:1px solid #E5E8EB;
		margin-right:0;
		font-size:12px;
		    width: 100%;
		padding-bottom:20px;
	}
	footer .info_area > div:nth-child(2) {
		display: block;
	}
	footer .info_area div:nth-child(2) p:nth-child(2)::before {
		display:none;
	}
	footer h4 {
		margin-bottom:10px;
	}
	footer .cs_area {
		    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	}
	footer .copyright {
		margin-top:16px;
	}
	.modal .modal_container .m_content {
		height:100%;
		max-height: none;
		border-radius: 0px;
		padding: 20px 16px;
		max-width: none;
	}
}









