﻿@CHARSET "UTF-8";

/* font */
/* common */
* {
	margin: 0;
	padding: 0
}

html,
body {
	height: 100%;
	position: relative
}

body {
	font-family: 'Inter', sans-serif;
}

.no_100 {
	height: auto;
}

body {
	color: #666;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Inter', sans-serif;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button {
	margin: 0;
	padding: 0
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
	display: block
}

img,
fieldset {
	border: 0
}

img {
	vertical-align: middle
}

menu,
ul,
ol {
	list-style: none
}

em,
address {
	font-style: normal
}

a,
a:link {
	color: #4b4b4b;
	text-decoration: none
}

a:hover,
a:active,
a:focus {
	color: #333;
	text-decoration: none
}

button,
input,
textarea:focus {
	outline: none;
}

.txt_left_st {
	padding: 10px !important;
	text-align: left !important;
}

/* header_wrap */
.header_wrap {
	width: 100%;
	height: 80px;
	background-color: transparent;
	border-bottom: 0;
	position: fixed;
	top: 0;
	z-index: 999;
}

.header_wrap > ul {
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: relative;
	top: 0;
	left: 0;
}

.header_wrap > ul li:first-child {
	float: left;
	position: absolute;
	left: 40px
}

.header_wrap > ul li:nth-child(2) {
	float: right;
	position: absolute;
	right: 40px;
	cursor: pointer
}

.header_wrap > ul li:nth-child(2) > img {
	width: 30px;
	height: 25px
}

.header_wrap > ul li:nth-child(3) {
	width: 100px;
	height: 100px;
	float: right;
	position: absolute;
	right: 150px;
	cursor: pointer
}

.ico_bullet {
	width: 41px;
	height: 4px;
	background: #00a8ff;
	margin: 0 auto;
}

.ico_bullet02 {
	width: 41px;
	height: 4px;
	background: #00a8ff;
	margin: 0 auto;
}

/* language */
.rBox_wrap {
	position: absolute;
	right: 130px;
	top: 25px;
	width: 100px;
	height: 100%;
	overflow: visible
}

.rBox ul li {
	float: left
}

.btnLan {
	position: relative;
}

.rBox .btnLan > a > span {
	padding: 5px 23px 9px 29px;
	background-image: url('../images/ico_language.png'), url('../images/ico_clampW_B.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
}

.rBox a {
	font-size: 22px;
	line-height: 29px;
	font-weight: 200;
	color: #fff;
}

.rBox .btnLan .gnbPopWrap {
	position: absolute;
	left: 0;
	top: 42px;
}

.rBox .btnLan .gnbPop {
	background: rgba(0, 0, 0, .4);
	width: 90px;
	border-radius: 3px;
	padding: 10px 10px
}

.rBox .btnLan .gnbPop li a:hover {
	color: #efefef;
}

.rBox .btnLan ul li {
	float: none;
	text-align: center;
	padding: 10px 0;
}

.rBox .btnLan ul li a {
	font-size: 17px;
	line-height: 1;
	text-align: center;
	color: #fff;
}

.m_rBox {
	display: none;
}

/* sidenav */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: #28323c;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav .close_st {
	padding: 8px 8px 8px 32px;
	display: block;
	transition: 0.3s;
}

.sidenav a.menu_st01 {
	min-width: 300px;
	display: block;
	padding: 30px 20px 10px 40px;
	text-decoration: none;
	font-size: 23px;
	color: #fff;
	display: block;
}

.sidenav a:hover {
	color: #00b8ff;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 40px;
	top: 29px;
	margin-left: 50px;
}

.sidenav .closebtn img {
	width: 90%;
}

/* main */
#intro::before {
	display: block;
	background: rgba(0, 0, 0, .5);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

#intro {
	margin-top: 0;
	width: 100%;
	padding: 0;
}

section.section {
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

.main-video {
	display: block;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: transparent;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 1;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: 100%;
}

.cent {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.typo_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999
}

.typo_wrap > .showing {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	transition: transform 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.6s;
}

.typo_wrap > ul {
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.03em;
	z-index: 999;
	opacity: 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, 50px, 0);
	transition: transform 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.4s;
}

.main_typo_list > .txt01 {
	margin: 0 auto;
	font-size: 56pt;
	font-weight: 700;
	padding-bottom: 32px;
	margin-top: 20px;
	line-height: 1.1em;
}

.main_typo_list > .txt02 {
	font-size: 22pt;
	font-weight: 400;
	color: #fff;
	text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
	line-height: 1.5em;
	word-break: keep-all;
}

.point {
	color: #00a8ff
}

.circle_wrap {
	z-index: 9998;
	position: absolute;
	right: 40px;
	bottom: 30px;
	cursor: pointer;
	width: 192px;
	height: 192px;
	display: block
}

.circle_wrap > img {
	-webkit-filter: drop-shadow(5px 12px 12px rgba(0, 0, 0, 0.12));
	-ms-filter: drop-shadow(5px 12px 12px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.12));
}

.download_wrap {
	position: relative;
}

.download_wrap > ul li {
	float: left;
	margin: 0 10px;
}

.download_wrap > ul li img {
	-webkit-filter: drop-shadow(5px 12px 12px rgba(0, 0, 0, 0.12));
	-ms-filter: drop-shadow(5px 12px 12px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.12));
}

.download_wrap > ul li:first-child {
	position: absolute;
	bottom: 21px;
	left: 35px;
}

.download_wrap > ul li:last-child {
	position: absolute;
	bottom: 21px;
	left: 90px;
}


/* main Counter D-day */
.counter_wrap {
	z-index: 9998;
	position: absolute;
	left: 40px;
	bottom: 30px;
	cursor: pointer;
	width: 190px;
	height: 190px;
	display: block
}

.c_banner_wrap {
	width: 190px;
	background: #07ccd3;
	height: 190px;
	-webkit-filter: drop-shadow(5px 12px 12px rgba(0, 0, 0, 0.12));
	-ms-filter: drop-shadow(5px 12px 12px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.12));
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
}

.c_img {
	width: 190px;
	height: 190px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding-top: 30px;
}

.c_tit {
	position: absolute;
	top: 65px;
	left: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
	z-index: 9999;
	letter-spacing: -1px;
}

.c_cont_s {
	position: absolute;
	bottom: 65px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}

.c_cont {
	position: absolute;
	bottom: 10px;
	left: 50%;
	display: block;
	text-align: center;
	font-size: 28px;
	color: #eff12e;
	font-weight: bold
}

.c_tit02 {
	width: 80%;
	padding-bottom: 12px;
	position: absolute;
	top: 66px;
	left: 50%;
	display: block;
	border-bottom: rgba(255, 255, 255, .9) solid 1px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
	z-index: 9999;
	letter-spacing: -1px
}

.c_cont_s02 {
	position: absolute;
	bottom: 80px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: bold
}

.c_cont02 {
	width: 80%;
	position: absolute;
	bottom: 4px;
	left: 50%;
	display: block;
	text-align: center;
	font-size: 23px;
	color: #eff12e;
	font-weight: bold
}

.shadow_st02 {
	text-shadow: 2px 1px 1px rgba(0, 127, 132, .7);
	-webkit-text-shadow: 2px 1px 1px rgba(0, 127, 132, .7);
}

.float_typo_s {
	font-size: 13px;
	color: red;
}

/* 이미지 슬라이드 */
.slider {
	width: 100%;
}

.slick-slide img {
	width: 100%;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

/* 컨텐츠 */
#main-sec {
	background-color: #fdfdfd;
	position: relative;
}

/* md-usp */
#md-usp {
	margin-top: 0px;
}

#md-usp .wrap {
	box-sizing: border-box;
}

#md-usp .wrap section {
	overflow: auto;
	margin: 0px auto;
	max-width: 1200px;
}

#md-usp article {
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.m_tit_st01 {
	color: #2c3941;
	font-size: 35px;
	letter-spacing: -0.025em;
	line-height: 1.3;
	margin-bottom: 16px;
	text-align: center;
	position: relative;
	margin-top: 20px;
}

.m_sub_tit_st01 {
	font-size: 14pt;
	color: #777;
	letter-spacing: -0.025em;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: center;
}

.tit_st01 {
	color: #2c3941;
	font-size: 35px;
	letter-spacing: -0.025em;
	line-height: 1.3;
	margin-bottom: 16px;
	text-align: center;
	position: relative;
	margin-top: 20px;
}

.sub_tit_st01 {
	font-size: 14pt;
	color: #aaa;
	letter-spacing: -0.025em;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 15px;
}

.typo_wrap02 > dt {
	display: block;
	cursor: pointer
}

.typo_wrap02 > dd {
	color: #bdbfc5;
	font-size: 15px;
}

.photo_wrap01 > ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 150px 0px;
}

.photo_wrap01 .reverse {
	display: flex;
	flex-direction: row-reverse;
}

.photo_wrap01 dl {
	max-width: 540px;
	word-break: keep-all;
}

.photo_wrap01 .reverse:last-child {
	margin-bottom: 0px;
}

.photo_wrap01 > ul li > span.w_100 {
	width: 100%;
}

.shadow_st {
	-webkit-filter: drop-shadow(10px 10px 5px rgba(3, 65, 107, 0.16));
	-ms-filter: drop-shadow(10px 10px 5px rgba(3, 65, 107, 0.16));
	filter: drop-shadow(10px 10px 5px rgba(3, 65, 107, 0.16));
}

.mt130 {
	margin: 130px 0 !important;
}

.mt150 {
	margin-top: 150px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.txt03 {
	color: #39464e;
	font-size: 28px;
	letter-spacing: -2px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 34px;
}

.txt04 {
	padding-top: 20px;
	color: #5C5C5C;
	font-size: 16px;
	line-height: 22px;
}

.typo_list > dd {
	line-height: 25px;
}

.mt10 {
	margin-top: 10px
}

/* md-demo */
.cont {
	margin-top: 150px !important;
}

#md-demo {
	padding: 120px 0 100px;
	margin-top: 0;
	min-height: 0;
	background-color: #f2f6f9;
}

#md-demo .wrap {
	padding: 0 40px;
	box-sizing: border-box;
}

#md-demo .wrap section {
	overflow: auto;
	margin: 0 auto;
	max-width: 821px;
	text-align: center;
}

#md-demo .demo_wrap {
	font-size: 14pt;
	color: #00a8ff;
	margin-top: 70px;
	font-weight: 400;
	letter-spacing: -0.5px;
}

#md-demo .demo_wrap li {
	float: left;
	display: inline-block;
	margin-bottom: 40px;
	width: 45%;
	text-align: left;
}

#md-demo .demo_wrap li:nth-child(even) {
	float: right;
	margin-right: 0;
}

#md-demo .demo_wrap li .label {
	display: inline-block;
	margin-bottom: 10px;
}

#md-demo .demo_wrap li .input {
	width: 100%;
	background-color: #ffffff;
	border: none;
	border-radius: 3px;
	line-height: 1.5;
	font-size: 14pt;
	height: 44px;
	text-indent: 10px;
}

#md-demo .btn01 {
	background: #008ae6;
	font-weight: 500;
	width: 20%;
	min-width: 100px;
	letter-spacing: 0.3px;
	overflow: hidden;
	padding: 12px 18px;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 3px;
	text-align: center;
}

#md-demo .btn01:hover {
	background: #007acc
}

/* md-footer */
#md-footer {
	padding: 40px 40px 18px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #1f2730;
	color: #A5A9AC;
}

#md-footer .wrap {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}

#md-footer .menu_list {
	display: flex;
	width: 100%;
	margin: 30px 0px;
}

#md-footer .menu_list > li {
	padding-right: 40px;
}

#md-footer .menu_list a {
	color: #F0F0F0;
}

#md-footer .menu_list a:hover {
	text-decoration: underline;
}

#md-footer .contact {
	display: flex;
	margin: 40px 0px 20px;
}

#md-footer .contact > li {
	padding-right: 70px;
}

#md-footer .contact a,
#md-footer .contact a:link {
	color: #a5a9ac;
}

#md-footer .contact a:hover,
#md-footer .contact a:link:hover {
	text-decoration: underline;
}

.footer_fix {
	position: fixed !important;
	bottom: 0;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

/*succ*/
.succ_wrap {
	margin-top: 50px;
	background: url(../images/main/section02_bg.png) center/cover no-repeat;
	width: 1920px;
	height: 730px;
	max-width: 100%;
	max-height: 100%;
	display: flex;
}

.succ_wrap .succ_wrap_con {
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.succ_wrap .succ_wrap_con .succ_wrap_in {
	box-sizing: border-box;
	max-width: 670px;
	background: rgba(42, 47, 125, 0.9);
	padding: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.succ_wrap_in span {
	color: #FF4500;
	display: block;
	padding: 30px 0px;
}

.succ_wrap_in small {
	color: #7EB3FF;
	display: block;
	padding: 10px 0px;
}

.succ_wrap_in button {
	background: #3789FF;
	color: #fff;
	position: relative;
	padding: 10px 30px;
	border-radius: 8px;
	display: flex;
	margin: 30px 0px;
	font-size: 20px;
	position: relative;
	align-items: center;
	gap: 10px;
	margin: 30px auto;
	outline: 0;
	border: 0;
	line-height: 47px;
	cursor: pointer;
}

.succ_wrap_in button:hover {
	background: #1c59b1
}

.photo_wrap01 .title ul {
	display: flex;
	align-items: center;
	gap: 23px;
	position: relative;
}

.photo_wrap01 {
	margin: 0px 0px 50px;
}

.photo_wrap01 .title ul:after {
	content: '';
	background: url(../images/main/line.png) no-repeat;
	width: 407px;
	height: 2px;
	position: absolute;
	right: 96px;
	top: 39px;
}

.photo_wrap01 .title ul li {
	color: #666;
}

.photo_wrap01 .title ul li:first-child {
	font-size: 80px;
	font-weight: bold;
	color: #3789FF;
}

.photo_wrap01 .title ul li p {
	font-size: 20px;
	font-weight: bold;
}

.section_03 .photo_wrap01 dl dd p {
	position: relative;
}

.rpm_circle {
	background: url(../images/main/section03_02_img_01_bg.png) no-repeat;
	width: 700px;
	height: 700px;
	position: relative;
	color: #fff;
}

.rpm_circle .main {
	position: absolute;
	right: 260px;
	top: 230px;
	font-size: 30px;
}

.rpm_circle .prodocut_01 {
	position: absolute;
	right: 224px;
	top: 180px;
}

.rpm_circle .main.eng {
	position: absolute;
	right: 279px;
	top: 230px;
	font-size: 30px;
	left: 161px;
}

.rpm_circle .prodocut_02 {
	position: absolute;
	right: 196px;
	top: 345px;
}

.rpm_circle .prodocut_03 {
	position: absolute;
	right: 302px;
	top: 442px;
}

.rpm_circle .prodocut_04 {
	position: absolute;
	top: 378px;
	left: 205px;
}

.section_03 .photo_wrap01 .title > ul > li:last-child {
	display: flex;
	flex-direction: column;
}

.section_03 .photo_wrap01 ul li {
	justify-content: flex-start;
}

/*기기구매*/
.grey_bg {
	background: #F5F5F5;
	padding: 100px 0px 0px;
}

.product_list {
	width: 100%;
	margin-top: 80px;
	text-align: center;
}

.product_list ul {
	display: flex;
	justify-content: space-between;
}

.product_list ul li {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

/*구매하기링크*/
.buy_area {
	font-size: 16px;
	margin: 80px 0px;
}

.buy_area > h2 {
	font-size: 30px;
	position: relative;
	padding-left: 100px;
	display: flex;
	align-items: center;
	padding: 50px 0px 50px 90px;
}

.buy_area h2:before {
	content: '';
	background: url(../images/main/buy_ico.png)no-repeat;
	width: 85px;
	height: 85px;
	display: inline-block;
	background-size: contain;
	position: absolute;
	left: 0;
}

.buy_area h2 p {
	font-size: 16px;
	font-weight: normal;
	max-width: 520px;
	padding-left: 30px;
}

.buy_area .buy_button {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
}

.buy_area .buy_button li {
	width: 100%;
	min-height: 350px;
	height: 100%;
	background: #fff;
	padding: 100px 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.buy_area .buy_button img {
	width: 70%;
}

.buy_area .buy_button button {
	width: 80%;
	height: 64px;
	background: #3789FF;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	border-radius: 10px;
	border: 0;
	outline: 0;
	cursor: pointer;
	line-height: 64px;
}

.buy_area .buy_button .btn_buy.disabled {
	background: #ccc;
	cursor: inherit;
}

.buy_area .buy_button button:hover {
	background: #1c59b1;
}

.buy_area > span {
	color: #3382F4;
	font-size: 14px;
	margin: 30px 0px;
	display: inline-block;
}

/* sub */
#fare-head {
	background-image: url(../images/sub-head-img01.jpg);
}

#fare-head .cont {
	padding: 0px 10px;
}

.head {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: transparent;
	text-align: center;
	overflow: hidden;
	height: 220px
}

.head div {
	width: 100%;
	position: absolute;
	top: 53%;
	left: 50%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.content .wrap section {
	margin: 60px auto;
	padding: 0;
	box-sizing: border-box;
	max-width: 1200px;
}

.content .wrap section.p_list_wrap {
	margin: 60px auto;
	padding: 0;
	box-sizing: border-box;
	max-width: 1200px
}

.head h1 {
	font-size: 47px;
	line-height: 1.4;
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.head h2 {
	font-size: 19px;
	color: #fff;
	margin-top: 8px;
	line-height: 1.5;
	font-weight: normal;
}

#sub .sub_content {
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
	text-align: center;
	font-size: 16px;
	word-break: keep-all;
	box-sizing: border-box;

}

#sub .sub_content .title {
	text-align: center
}

#sub .sub_content .title h2 {
	font-size: 40px;
	margin: 20px auto;
	text-align: center;
	color: #2C3941;
	box-sizing: border-box;
}

#sub .sub_content .content img {
	margin-bottom: 60px;
	max-width: 100%;
	max-height: 100%;
}

#sub .sub_content .content h2 {
	color: #39464E;
	margin-bottom: 10px;
}

#sub .about .content ul {
	text-align: left;
}

#sub .sub_content .content ul {
	margin: 100px 0px;
	line-height: 28px;

}

#sub .sub_content .content .list_style {
	list-style: disc;
}

#sub .sub_content .content .list_style li {
	margin-left: 30px;
	text-align: left;
}

#sub .sub_content span,
#sub .sub_content span a {
	color: #3382F4;
	text-align: left;
}

#sub .sub_content span a {
	text-decoration: underline;
}

/*help*/
.help .content dl:first-child {
	margin-top: 50px;
}

.help .content dl {
	margin-bottom: 50px;
}

.help .content dl dt {
	font-weight: bold;
	color: #2C3941;
	border-bottom: 1px solid #3382F4;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	font-size: 20px;
	padding-left: 25px;
}

.help .content dl dt:before {
	content: 'Q:';
	padding-right: 5px;
	position: absolute;
	left: 0px;
}

.help .content dl dt:after {
	content: '';
	background-image: url(../images/common/arrow_down.png);
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	right: 0;
}

.help .content dl dd {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-align: left;
	padding-left: 20px;
	position: relative;
}

.help .content dl dd:before {
	content: 'A:';
	padding-right: 5px;
	position: absolute;
	left: 0px;
}

/*succ*/
.succ .content ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px 20px;
	grid-auto-flow: row;
	grid-template-areas:
		"item_01 item_02"
		"item_03 item_04"
		"item_05 item_05";
	width: auto;
	max-width: 100%;
	padding-top: 10px;
	padding: 1%;
	box-sizing: border-box;
}

.succ .content ul .item_05 {
	grid-column: 1 / span 2;
}

.succ .content ul li {
	background: #F5F5F5;
	border-radius: 35px;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

.succ .content ul li span {
	width: 100%;
	display: flex;
	justify-content: flex-end;

}

.succ .content ul li img {
	display: flex;
}

#sub .sub_content .content h2 {
	font-size: 30px;
	color: #39464E;
	margin-bottom: 15px;
}

#sub .service .service_content ul img {
	background: #f5f5f5;
	width: 130px;
	height: 130px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 10px;
}

#sub .service .service_content {
	margin: 100px 0px;
}

#sub .service .service_content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	font-size: 16px;
	text-align: center;
	justify-content: center;
}

#sub .service .succ_center {
	margin: 50px auto;
	text-align: center;
}

#sub .service .service_content h3 {
	color: #3382F4;
	font-size: 20px;
	margin: 20px 0px;
	text-align: center;
	font-weight: normal;
}

#sub .service .service_content .succ_logo {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 30px 0px;
}

#sub .sub_content .qr_area_in .qr_area_zone h3 img {
	padding-right: 10px;
}

.btn_download {
	background: #3382F4;
	border-radius: 5px;
	outline: 0;
	font-size: 16px;
	color: #fff;
	border: none;
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	cursor: pointer;
}

.btn_download:hover {
	background: #1c59b1;
}

/*service_info*/
.service_info .sub_txt {
	display: inline-block;
	margin: 10px 0px;
	line-height: 25px;
	text-align: center !important;
}

#sub .service_info .content ul {
	display: flex;
	padding: 0px 30px;
	max-width: 100%;
	box-sizing: border-box;
}

#sub .service_info .content ul li {
	text-align: left;
}

#sub .service_info .title {
	width: 910px;
	margin: 0 auto;
}

.service_info .content h1 {
	font-size: 80px;
	text-align: left;
	font-weight: bold;
	color: #3382F4;
}

#sub .service_info .content h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 40px 0px 30px;
	max-width: 600px;
	line-height: 40px;
	text-align: left;
}

#sub .service_info .content p {
	width: 600px;
	color: #666666;
	text-align: left;
}

#sub .service_info .reverse {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#sub .service_info .qr_area ul {
	display: flex;
}

#sub .service_info .qr_area_zone {
	background: #1E2C63;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	color: #fff;
}

#sub .service_info .ios h3,
#sub .service_info .android h3 {
	position: relative;
	height: 60px;
	padding-top: 12px;
	color: #F3D922;
	margin-top: 10px;
	font-size: 22px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

#sub .service_info .content img {
	margin-bottom: 20px;
}

#sub .service_info img {
	margin-top: -5px;
}

#sub .service_info .qr_area ul {
	display: flex;
	gap: 10px;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

#sub .service_info .content button img {
	margin-bottom: 0px;
	margin-left: 5px;
}

#sub .service_info .content button {
	cursor: pointer;
}

#sub .service_info .content button:hover {
	background: #165fc7;
}

#sub .service_info .contact {
	font-size: 14px;
	text-align: center;
	margin: 40px 0px 60px;
}

#sub .service_info .contact h2 {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

#sub .service_info .contact h2:before {
	content: '';
	background: url(../images/sub/mail_ico.png)no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	padding-right: 30px;
}

#sub .service_info .contact a {
	font-weight: normal;
}

#sub .service_info .contact a:hover {
	text-decoration: underline;
}

#sub .service_info .contact span {
	color: #3382F4;
	margin-left: 20px;
}

@media screen and (max-width:1200px) {
	.head h1 {
		font-size: 40px;
	}

	.main_typo_list > .txt02 {
		font-size: 20px;
	}

	.photo_wrap01 .title ul {
		margin-top: 30px;
		display: flex;
		align-items: center;
		gap: 0px;
		position: relative;
		flex-direction: column;
	}

	.photo_wrap01 .title ul li p {
		text-align: center;
	}

	.photo_wrap01 .title ul li:first-child {
		font-size: 65px;
	}

	.photo_wrap01 .title ul:after {
		content: inherit;
	}

	#sub .sub_content .title h2 {
		font-size: 32px;
		margin: 10px 0px;
	}

	#sub .service {
		padding: 0px 20px;
	}

	.service_info .content h1 {
		font-size: 50px;
	}

	#sub .sub_content {
		width: 100%;
		padding: 0px 30px;
		overflow: hidden;
	}

	#sub .sub_content .title p {
		text-align: center;
	}


	#sub .sub_content p {
		font-size: 15px;
		line-height: 25px;
		text-align: left;
	}

	#sub .succ .service p {
		text-align: center;
	}

	#sub .service .service_content ul {
		font-size: 14px;
		gap: 14px;
	}

	#sub .sub_content .content h2 {
		text-align: left;
		font-size: 22px;
		line-height: 25px;
		padding: 20px 0px;
		margin: 0px;
	}

	#sub .service_info .content p {
		width: auto;
		font-size: 15px;
		line-height: 25px;
	}

	#sub .sub_content .content h4 {
		text-align: left;
	}

	#sub .sub_content .content img {
		margin-bottom: 20px;
	}

	#sub .service_info .content > ul > li:first-child {
		width: 40%;
	}

	#sub .service_info .content > ul > li:last-child {
		width: 60%;
	}

	#sub .service_info .content h2 {
		width: 100%;
		text-align: center;
	}

	#sub .service_info .reverse .qr_area {
		padding-right: 0px;
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}

	#sub .service_info .qr_area ul {
		display: flex;
		flex-direction: row;
		width: 100%;
		padding: 0px;
	}

	#sub .service_info .content ul {
		gap: 30px;
	}

	.photo_wrap01 .reverse {
		padding: 0px 30px;
	}

	.photo_wrap01 .reverse img {
		width: 45%;
	}

	.product_list ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 40px 20px;
	}

	#sub .service_info .qr_area_zone {
		text-align: center !important;
	}

	.buy_area .buy_button {
		padding: 0px 30px;
		box-sizing: border-box;
	}

	.buy_area > span {
		padding: 0px 30px;
		box-sizing: border-box;
	}

	.max_width_img img {
		max-width: 100%;
		width: 45%;
	}

	.rpm_circle {
		width: 500px;
		height: 500px;
		background-size: contain;
	}

	.section_03 .photo_wrap01 dl dd p {
		padding-left: 0px;
	}

	.txt03 {
		line-height: 35px;
	}

	.rpm_circle .main {
		display: none;
	}


	.rpm_circle .prodocut_01 {
		position: absolute;
		right: 233px;
		top: 86px;
	}

	.rpm_circle .prodocut_02 {
		position: absolute;
		right: 134px;
		top: 140px;
		max-width: 86px;
		text-align: right;
	}

	.rpm_circle .prodocut_03 {
		position: absolute;
		right: 222px;
		top: 308px;
	}

	.rpm_circle .prodocut_04 {
		position: absolute;
		top: 191px;
		left: 94px;
	}

	.btn_download {
		align-items: center;
		justify-content: center;
	}


}

@media screen and (max-width:1100px) {

	#sub .service_info .qr_area ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

}


@media screen and (max-width:920px) {

	/* header_wrap */
	.header_wrap {
		width: 100%;
		height: 60px;
		background-color: transparent;
		border-bottom: 0;
		position: fixed;
		top: 0;
		z-index: 999;
	}

	.header_wrap > ul {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}

	.header_wrap > ul li {
		height: 60px;
		line-height: 60px
	}

	.header_wrap > ul li:first-child img {
		width: 90%;
	}

	.header_wrap > ul li:last-child img {
		width: 30px;
		height: 24px;
	}

	.header_wrap > ul li:first-child {
		position: absolute;
		left: 20px;
	}

	.header_wrap > ul li:last-child {
		position: absolute;
		right: 20px;
		top: -1px;
	}

	.photo_wrap01 .title ul li:first-child {
		font-size: 40px;
	}

	/* sidenav */
	.sidenav .closebtn {
		position: absolute;
		right: 20px;
		top: 20px;
	}

	/* main */
	.photo_wrap01 .reverse img {
		width: 80%
	}

	.cont img {
		max-width: 100%
	}

	.txt03 {
		text-align: center;
		font-size: 20px;
	}

	.succ_wrap {
		width: 100%;
		height: 430px;
	}

	.succ_wrap .succ_wrap_con {
		width: 100%;
	}

	.photo_wrap01 .title ul:after {
		content:none;
	}

	#md-usp .wrap section img {
		width: 100%;
	}

	.succ_wrap_in button {
		font-size: 15px
	}

	.typo_list > dd {
		text-align: center;
	}

	#main-sec {
		padding: 10px 0px;
	}

	.photo_wrap01 .reverse {
		display: flex;
		flex-direction: column;

	}

	.photo_wrap01 > ul li {
		display: flex;
		flex-direction: column;
	}

	.m_tit_st01 {
		font-size: 24px;
		word-break: keep-all;
	}

	.slick-slide img {
		height: 60vh;
	}

	.typo_wrap > ul {
		margin-left: -20%;
		margin-right: -20%;
	}

	.m_sub_tit_st01 {
		font-size: 16px;
	}

	.main_typo_list > .txt01 {
		font-size: 300%;
	}

	.main_typo_list > .txt02 {
		font-size: 15px;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}

	.circle_wrap {
		width: 145px;
		height: 145px;
		position: absolute;
		right: 15px;
	}

	.download_wrap > img {
		width: 145px;
		height: 145px;
	}

	.c_cont {
		font-size: 125%;
		position: absolute;
		bottom: 8px;
	}

	.c_cont_s {
		font-size: 95%;
		position: absolute;
		bottom: 48px
	}

	.c_tit {
		font-size: 120%;
		position: absolute;
		top: 50px
	}

	.c_cont02 {
		font-size: 107%;
		position: absolute;
		bottom: 6px;
		line-height: 1.2;
		font-family: 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', '나눔 고딕', '돋움', dotum, sans-serif
	}

	.c_cont_s02 {
		font-size: 95%;
		position: absolute;
		bottom: 53px
	}

	.c_tit02 {
		font-size: 120%;
		position: absolute;
		top: 51px;
		padding-bottom: 9px
	}

	.counter_wrap {
		z-index: 9998;
		position: absolute;
		left: 20px;
		bottom: 30px;
		cursor: pointer;
		width: 145px;
		height: 145px;
		display: block
	}

	.c_banner_wrap {
		width: 145px;
		height: 145px;
		position: relative;
	}

	.download_wrap > ul li img {
		width: 70%
	}

	.download_wrap > ul li {
		margin: 0;
	}

	.download_wrap > ul li:first-child {
		position: absolute;
		bottom: 17px;
		left: 35px;
	}

	.download_wrap > ul li:last-child {
		position: absolute;
		bottom: 17px;
		left: 78px;
	}

	section.section {
		min-height: 0px;
		box-sizing: border-box;
	}

	.cont {
		margin-top: 50px !important;
	}

	/* md-demo */
	.m_auto {
		margin: 0 auto
	}

	#md-demo {
		padding: 50px 0;
		margin-top: 0;
		min-height: 0;
		background-color: #efefef;
		background-color: #f6f4f4;
	}

	#md-demo .wrap section {
		text-align: center;
	}

	#md-demo .wrap li {
		width: 100%;
		margin-right: 0;
		text-align: left;
	}

	#sub .service_info .content > ul > li:first-child {
		width: 100%;
	}

	/* language */
	.rBox_wrap {
		display: none
	}

	.m_rBox {
		display: block;
		width: 100%;
		background: #1c2227;
		height: auto;
		text-align: center;
		margin: 0 auto;
		color: #fff;
		font-size: 14px;
		position: absolute;
		right: 0;
		bottom: 50px;
		border-top: #1c2227 solid 1px;
	}

	.m_rBox > ul {
		height: 60px;
	}

	.m_rBox > ul li {
		float: left;
		width: 50%;
		height: 50px;
		line-height: 50px;
	}

	.m_rBox > ul li a {
		color: #fff;
		font-size: 16px;
	}

	.m_rBox > ul li a:hover {
		color: #00b8ff;
	}

	.head h1 {
		font-size: 26px;
	}

	#sub .succ .content h2 {
		font-size: 22px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin: -8px 0px;
		max-width: 100%;
	}

	#sub .sub_content.succ .content p {
		width: calc(100% - 100px);
		font-size: 15px;
	}

	#sub .sub_content .content p {
		font-size: 15px;
		width: 100%;
		margin-bottom: 20px;
		line-height: 26px;
		text-align: left;
	}

	#sub .sub_content .title h2 {
		font-size: 28px;
		line-height: 33px;
	}

	#sub .sub_content {
		width: 100%;
		padding: 0px 20px;
		font-size: 15px;
		line-height: 20px;
		box-sizing: border-box;
	}

	#sub .sub_content .content img {
		padding-right: 0px;
	}

	/*help*/
	.help .content dl {
		margin-bottom: 100px;
	}

	.help .content dl dt {
		font-size: 16px;
		line-height: 30px;
	}

	.help .content dl dd {
		font-size: 14px;
	}

	#sub .sub_content.succ .content img {
		position: absolute;
		right: 30px;
		top: 30px;
	}

	#sub .sub_content .content ul {
		display: flex;
		line-height: 27px;
		flex-direction: column;
		padding: 0px;
		align-items: left;
	}

	#sub .sub_content .title {
		margin: 50px 0px;
	}

	.help .content dl dt,
	.help .content dl dd {
		text-align: left;
	}

	/*info*/
	#sub .sub_content .title h2 span {
		display: block;
		margin-top: 20px;
		font-size: 20px;
		text-align: center;
	}

	#sub .service_info {
		padding: 0px 30px;
	}

	#sub .service_info .title {
		width: 100%;
	}

	.service_info .content h1 {
		font-size: 45px;
		text-align: center;
	}

	#sub .service_info .reverse span {
		font-size: 18px;
		text-align: center;
		width: 100%;
		display: inline-block;
	}

	#sub .service_info span {
		font-size: 15px;
	}

	#sub .qr_area .qr_area_in ul {
		display: flex;
		flex-direction: row;
		text-align: center;
		margin: 0 auto;
		width: 60%;
		align-items: center;


	}

	#sub .qr_area .qr_area_in ul .qr_area_zone {
		text-align: center;
		padding: 20px 30px;

	}

	#sub .qr_area .qr_area_in ul .qr_area_zone .ios,
	#sub .qr_area .qr_area_in ul .qr_area_zone .android {

		display: flex;
		flex-direction: column;
	}


	#sub .succ .content h2 {
		text-align: left;
	}

	#sub .succ .content p {
		text-align: left;
	}

	#sub .about .content ul {
		text-align: center;
	}

	#md-footer .menu_list {
		flex-direction: column;
		gap: 10px;
	}

	#md-footer .contact {
		flex-direction: column;
		gap: 30px;
	}

	.photo_wrap01 dl {
		max-width: 100%;
		width: 100%;
	}

	.photo_wrap01 .title ul {
		padding: 0px 30px;
		flex-direction: column;
	}

	.section_03 .photo_wrap01 dl dd p {
		text-align: center;
	}

	.typo_list {
		text-align: center;
	}

	.product_list ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 40px 20px;
		justify-items: center;
	}

	.product_list ul li {
		width: 100% !important;
	}

	.buy_area .buy_button {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}

	.buy_area .buy_button img {
		max-width: 180px;
	}

	.buy_area > span {
		text-align: center;
	}

	.buy_area h2:before {
		width: 50px;
		height: 50px;
		left: 24px;
	}

	.buy_area > h2 {
		flex-direction: column;
		font-size: 24px;
		display: flex;
		align-items: flex-start;
		padding: 50px 18px 50px 79px;
	}

	.buy_area h2 p {
		padding-left: 0px;
		font-size: 15px;
		padding-top: 10px;
		line-height: 24px;
	}

	/*help*/
	#sub .service_info .reverse .qr_area {
		padding-right: 0px;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.btn_download {
		align-items: center;
		justify-content: center;
	}

	#fare-cont {
		padding: 0px 20px;
	}

}

@media screen and (max-width:720px) {
	.photo_wrap01 .title ul:after {
		content: inherit;
	}

	.photo_wrap01 .title ul li p {
		text-align: center;
	}

	.photo_wrap01 span {
		margin-top: 10px;
		text-align: center;
	}

	.rpm_circle {
		width: 400px;
		height: 400px;
		background-size: contain;

	}

	.succ_wrap .succ_wrap_con .succ_wrap_in {
		max-width: 100%;
	}

	.succ_wrap .succ_wrap_con .succ_wrap_in img {
		max-width: 100%;
	}

	.succ_wrap .succ_wrap_con .succ_wrap_in p {
		font-size: 15px;
	}

	#sub .service_info .content > ul > li:first-child {
		width: 100%;
	}

	#sub .service_info .content > ul > li:last-child {
		WIDTH: 100%;
		margin-top: 10px;
	}


	.rpm_circle .main {
		display: none;
	}

	.rpm_circle .prodocut_01 {
		position: absolute;
		right: 178px;
		top: 74px;
		font-size: 13px;
	}

	.rpm_circle .prodocut_02 {
		position: absolute;
		right: 100px;
		top: 128px;
		max-width: 69px;
		font-size: 13px;
	}

	.rpm_circle .prodocut_03 {
		position: absolute;
		right: 170px;
		top: 246px;
		font-size: 13px;
	}

	.rpm_circle .prodocut_04 {
		position: absolute;
		right: 81px;
		top: 141px;
		left: 73px;
		font-size: 13px;
	}

	.product_list ul {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	.buy_area .buy_button {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	#sub .qr_area .qr_area_in ul {
		flex-direction: column;
	}

	.sidenav a.menu_st01 {
		font-size: 15px;
	}

	rrrrrrrrrrrrrrrrrrrrrrrrrr.wrap section img {
		width: 100%;
	}

	#md-usp .wrap section {
		padding: 0px 20px;
	}

	.buy_area .buy_button button {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}

	#md-usp .buy_area .buy_button img {
		width: 50% important;
	}
}

@media screen and (max-width:400px) {

	.rpm_circle {
		width: 350px;
		height: 350px;
		background-size: contain;
	}

	.rpm_circle .main {
		font-size: 15px;
		display: none;
	}

	.rpm_circle .prodocut_01 {
		position: absolute;
		right: 161px;
		top: 56px;
		font-size: 13px;
	}

	.rpm_circle .prodocut_03 {
		position: absolute;
		right: 102px;
		top: 225px;
		font-size: 13px;
	}

	.buy_area .buy_button li {
		min-height: 250px;
	}

	.buy_area .buy_button li {
		padding: 72px 30px;
	}
}