@charset "utf-8";

/* SIR 지운아빠 */
/*공통*/
body {
	max-width: 900px;
	overflow: hidden;
}

.box{
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #EEEEEE;
	padding: 20px;
}

.btn_wrap {
	display: flex;
}

a.btn,
.btn {
	opacity: 0.8;
	border-radius: 50px;
	padding: 2px 14px;
	background-color: #eee;
	font-size: 0.9em;
}

a.btn:hover,
.btn:hover {
	opacity: 1;
	font-weight: 500;
}


a.btn_line,
.btn_line,
a.btn_line:hover,
.btn_line:hover {
	background-color: #fff;
	border: 1px solid #ddd;
}

a.btn_gray,
.btn_gray,
a.btn_gray:hover,
.btn_gray:hover {
	background-color: #707070;
	color: #fff;
}

.btn_medium {
	font-size: 1.1em;
	padding: 6px 16px;
}

.color {
	color: #008F93;
}
.color-gray {
	color: #999;
}

.empty {
	color: #B7B7B7;
}

/*상단*/
#header {
	padding: 20px 25px;
	width: 100%;
}

/*
#header.sub {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
*/

#header.on {
	position: fixed;
}

#hd_h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#hd_wrapper {
	display: flex;
	align-items: center;
	grid-gap: 12px;
}

#hd_wrapper a {
	display: block;
	font-size: 25px;
	color: #302D2C;
}

#hd_wrapper .logo {
	text-align: left;
	width: 100%;
}

#hd_wrapper .logo img {
	height: 27.5px;
}

#hd_wrapper .hd_back {
	width: 25px;
	display: block;
}

#hd_wrapper .hd_title {
	text-align: left;
	font-weight: 600;
	font-size: 1.4em;
}

#hd_wrapper .hd_icon {
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: right;
}

#hd_wrapper .hd_icon a {
	margin-left: 10px;
}


#header.index {
	background-color: #fff;
}

#header.index #hd_wrapper a {
	color: #222
}

/*메인*/
#wrapper {
	min-height: calc(100vh - 120px);
}

#index {}

#index .idx_bg {
	background-color: #fff;
	padding: 20px 30px 0;
}

.area_my {
	display: flex;
	align-items: center;
}

.area_my .img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #f9f9f9;
	display: flex;
	padding: 12px;
	margin-right: 10px;
}

.area_my .img img {}

.area_my .text{
	width: 100%;
	display: inline-grid;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	align-items: baseline;
	grid-gap: 15px;
	line-height: 1.4;
}
.area_my .text h1 {
	font-size: 1.2em;
	margin-bottom: 6px;
}
.area_my .text h1 strong{
	font-size: 1.2em;
}
.area_my .text p{
	display: flex;
	align-items: center;
	grid-gap: 10px;
	font-size: .95em;
}
.area_my .text p > a{
	color: #aaa;
}

.area_my .text .btn_wrap{
	display: flex;
	align-items: center;
	grid-gap: 10px;
	grid-column: 1/3;
}
.area_my .text .btn_wrap a {
	height: 35px;
	padding: 0 15px;
	text-align: center;
	border-radius: 5px;
	font-size: 1.1em;
	min-width: 95px;
}

.area_my .text .btn_wrap a.btn_blue {
	color: #023cef;
}

.lease_list {
	position: relative;
	padding: 0 30px;
	margin: 20px 0;
}

.lease_list li {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}
.lease_list li.box2{}
.lease_list li.box3{
	background: #EAF8F5;
	border: 1px solid #EAF8F5;
}
.lease_list li.box4{
	background: #F2F2F2;
	border: 1px solid #F2F2F2;
}

.lease_list li > div {
	width: 100%;
}

.lease_list li > a.btn {
	max-width: 100px;
}


.lease_list li a {
	text-align: left;
}

.lease_list li h6{
	font-size: 1.2em;
	font-weight: 600;
	color: #333;
}
.lease_list li p {
	grid-row: 2/3;
	font-size: 1em;
	color: #aaa;
}
.lease_list li .bttn{
	padding: 0 12px;
	height: 25px;
	text-align: center;
	border-radius: 5px;
	font-size: 1em;
	font-weight: 400;
}
.lease_list li i{
	grid-row: 1/3;
	font-size: 27px;
	font-weight: 400;
}

.lease_list li span {
	font-size: 0.9em;
	opacity: 0.5;
}

.lease_list li .price {
	display: flex;
	align-items: center;
	font-size: 0.9em;
	margin-top: 4px;
	flex-wrap: wrap;
}

.lease_list li .price dl {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.lease_list li .price dt {
	margin-right: 4px;
}

.lease_list li .price dt i {
	width: 11px;
	text-align: center;
	margin-right: 3px
}

.lease_list li.empty,
.lease_list li.add {
}

.lease_list li.add a {
	padding: 10px 20px;
}

.lease_list li.add i {
	color: #023cef;
	font-size: 1.4em;
	font-weight: 600;
}

.lease_list li.empty a {
}

.lease_list .swiper-pagination{
	position: relative;
	bottom: 0;
}
.lease_list .swiper-pagination-bullet{
	width: 8px;
	height: 4px;
	border-radius: 2px;
}

.lease_list .swiper-pagination-bullet-active{
	background: #008F93;
}


#index .exp {
	background: #EAF8F5;
/*	padding: 0 30px;*/
	height: 40px;
	position: relative;
	margin: 20px 0;
}
#index .exp .track{
	width: 100%;
	height: 40px;
	line-height: 40px;
/*
	position: absolute;
	top: 50%;
	text-align: center;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 10s linear infinite;
*/
}
@keyframes marquee {
        0% {
            transform: translate(0,-50%);
        }

        50% {
            transform: translate(-100%,-50%);
        }

        50.01% {
            transform: translate(100%,-50%);
        }

        100% {
            transform: translate(0,-50%);
        }
}

#index .banner {
	padding: 0px;
}

#index .banner a {
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 26px 30px;
	color: #fff;
	background: #008F93;
	border-radius: 15px 15px 0 0;
	position: relative
}
#index .banner a:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 15px;
	background: #008F93;
}
#index .banner a:nth-child(even){
	background: #F2F2F2;
	color: #222;
}
#index .banner a:nth-child(even):before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 15px;
	background: #F2F2F2;
}
#index .banner a:last-child:before{
	display: none;
}

#index .banner a .icon {
	margin-right: 15px;
	font-size: 1.5em;
}

#index .banner a .icon img {
	display: block;
	width: auto;
	height: 40px;
}

#index .banner a .text p {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 4px;
}

#index .banner a .text span {
	opacity: 0.5;
}


/*하단*/
#footer {
	padding: 20px 0;
	width: 100%;
	background-color: #fff;
	text-align: center;
}

#footer p {
	text-align: center;
	opacity: 0.5;
	padding: 0;
	font-size: 10px;
	letter-spacing: 0px;
}



.pay_list {
	padding: 0;
	background: #f8f8f8;
	min-height: 100vh;
}

.pay_list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	
}

.pay_list li.summary {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-content: space-between;
	background: #EAF8F5;
}

.pay_list li.summary .summary_total {}

.pay_list li.summary .summary_total > p {
	font-size: 1.1em;
	color: #999;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: flex-start;
	align-items: center;
	grid-gap:3px;
	font-weight: 400;
}
.pay_list li.summary .summary_total > p > strong{
	color: #222;
	font-weight: 500;
}
.pay_list li.summary .summary_total > h6{
	font-size: 1.2em;
	font-weight: 500;
	margin: 7px 0 0;
}
.pay_list li.summary .summary_total > h6 > strong{
	font-size: 1.4em;
	font-weight: 700;
}
.pay_list li.summary .bttn-green{
	font-size: 1em;
	height: 35px;
	border-radius: 5px;
	padding: 0 15px;
}


.pay_list li.summary p::before,
.pay_list li.recommend p::before {
	display: none;
}

.pay_list li.recommend {
	background: #fff;
	flex-direction: column;
}

.pay_list li.recommend > .recommend_list {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height:35px;
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 0 20px;
}

.pay_list li.recommend > .recommend_total {
	height:35px;
	color: #333;
	font-weight: 400;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
	grid-gap: 5px;
}
.pay_list li.recommend > .recommend_total > p{
	font-size: 1.1em;
}
.pay_list li.recommend > .recommend_total > strong{
	font-size: 1.2em;
	font-weight: 600;
}

.pay_list li > div {
	width: 100%;
}

.pay_list .point_list{
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}
.pay_list .point_list li{
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	display: grid;
	grid-template-columns: 1fr auto;
	border: 1px solid #eee;
}
.pay_list .point_list li .textWrap > p{
	font-weight: 600;
}
.pay_list .point_list li .textWrap > span{}
.pay_list .point_list li .textWrap > .price{}
.pay_list .point_list li .btn_wrap > .bttn{
	border-radius: 5px;
	height: 25px;
	font-weight: 400;
	padding: 0 15px;
}
.pay_list .point_list li .line{
	grid-column: 1/3;
	border-top: 1px dotted #ccc;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: baseline;
	margin: 5px 0 0;
	padding: 5px 0 0;
	font-size: 0.9em;
}

.pay_list .point_list li .line .date{
	font-weight: 400;
	color: #aaa;
	display: flex;
	flex-direction: column;
}
.pay_list .point_list li .line .date > span{}
.pay_list .point_list li .line .price{
	display: flex;
	align-items: center;
	grid-gap: 10px;
}
.pay_list .point_list li .line .price dl{
	display: flex;
	align-items: center;
	grid-gap: 3px;
}
.pay_list .point_list li .line .price dt{
	color: #008F93;
}
.pay_list .point_list li .line .price dd{
	font-weight: 600;
}

.pay_list li.empty,
.pay_list li.add {
	justify-content: center;
	align-items: center;
	padding: 0;
	text-align: center;
}

.pay_list li.add a {
	padding: 10px 20px;
}

.pay_list li.add i {
	color: #023cef;
	font-size: 1.4em;
	font-weight: 600;
}

.pay_list li.empty p {
	width: 100%;
	text-align: center;
	padding: 30px;
	color: #aaa
}

.pay_list li.empty p:before {
	display: none;
}

.pay_list .btn_wrap {
	text-align: center;
	display: block;
}

.pay_list .btn_wrap .btn span {
	font-size: 0.8em;
	display: inline-block;
	margin-left: 3px;
}

.pay_list .btn_wrap strong {
	display: block;
	margin-bottom: 4px;
	font-size: 0.8em;
	font-weight: normal;
}


#point_withdraw.pay_list li.withdraw {
	flex-direction: column;
	background: #fff;
}

#point_withdraw.pay_list li.withdraw dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
}

#point_withdraw.pay_list li.withdraw dt {
	font-size: 1.1em;
	/*    color: #023cef;*/
	margin: 0 0 10px;
	display: flex;
	grid-gap: 10px;
	align-items: center;
}

#point_withdraw.pay_list li.withdraw dd {
	width: 100%;
}
#point_withdraw.pay_list li.withdraw dd select{
	margin: 0;
}

#point_withdraw.pay_list li.withdraw dd .btn_org {
	width: 100%;
	line-height: 42px;
	border-radius: 15px;
}

#point_withdraw.pay_list li.withdraw dl.point_form dd {}

#point_withdraw.pay_list li.withdraw dl.point_form dd input {
	margin: 0;
}

#point_withdraw.pay_list li.withdraw dl.account_form {
	margin: 12px 0 0;
}

#point_withdraw.pay_list li.withdraw dl.account_form dd {
	display: grid;
	grid-template-columns:1fr;
	grid-gap: 10px;
}

@media (min-width:600px) {
	#index .idx_bg {
		border-radius: 0 0 15px 15px
	}

	#index .banner {
		display: flex;
		align-items: center;
		justify-content: left;
		flex-wrap: wrap;
		margin-right: -8px;
	}

	#index .banner a {
		width: calc((100% / 2) - 8px);
		margin-right: 8px;
	}

	#index .banner a:last-child {
		margin-right: 0;
	}


	#footer {
		background-color: transparent;
	}

}
