.border-top-3 {
	border-top: 3px solid #dee2e6 !important;
}
.border-cobalt {
	border-color: #00479d !important;
}
.border-teal {
	border-color: #00718e !important;
}
.py-40px {
	padding: 40px 0;
}
.btn-cobalt {
	color: #fff;
	background: #00479d !important;
}
.btn-teal {
	color: #fff;
	background: #00718e !important;
}
.btn-teal:hover {
    color: #fff;
	background: #03617a;
}
.bg-pattens-blue {
	background: #e3f0f4 !important; 
}
ul, li{
	list-style:none;
}
a, a:hover{
	text-decoration:none;
}
body, h1, h2, h3, h4, h5, p, a{
	color:#333333;
	font-family: 'Noto Sans KR', sans-serif;
	word-break:keep-all;
}
div.minute{
	margin-top:68px;
	min-height: 450px;
}
a.minbtn:hover{
	color:#fff !important;
}
/*main nav*/
div.gnb{
	width:100%;
	border-bottom:1px solid #dcdcdc;
	height:68px;
	overflow:hidden;
	position: fixed;
    z-index: 999;
    background: #fff;
	top:0;
}
div.gnb a img{
	margin-top:-3px;
}
div.nav{
	height:68px;
	line-height:68px;
	display:block;
	padding:0;
}
a.logo{
	float:left;
}
div.nav ul{
	margin-left:200px;
	float:left;
}
div.nav ul li{
	float:left;
	margin-right: 66px;
}
div.nav ul li:last-child{
	margin-right:0 !important;
}
div.nav ul li a{
	color:#202022;
	font-size:16px;
	font-weight:500;
}
div.nav ul li a:hover{
	color:#33479f;
}
div.nav > div.login{
	float:right;
}
.login a.btn{
	height: 30px;
    line-height: 1;
    margin: auto 0;
	border:1px solid #bebebe;
	color:#616162;
	background:#f6f6f6;
	font-size: 13px;
}
div.login a.btn:first-child{
	margin-right:10px
}
.login a.btn:last-child{
	background:#e9e9e9;
}
div.pos-f-t{
	display:none;
	border-bottom:1px solid #dcdcdc;
	position: fixed;
    background: #fff;
    z-index: 999;
    width: 100%;
    top: 0;
}
div.hamburger{
	/*width:50px;
	height:50px;
	margin:5px 0;*/
	cursor:pointer;
	float:right;	
}
div.hamburger span{
	width: 42px;
    height: 4px;
    background: #ccc;
    display: block;
    margin-top: 10px;
}
div.p-2 ul li{
	padding:3px 0;
}
div.p-2 ul li a{
	color: #202022;
    font-weight: 600;
}
/*main slider*/
.content{
    background-size: cover;
    height: 480px;
    width: 100%;
    margin: 0;
	position:relative;	
}
.content > div:nth-child(1){
	height: 534px;
	position:absolute;
	left:0;
	z-index:1;
}
.m-shopping{
	background: url(../img/main_shopping_bg.png) center center;
}
.m-shopping > div:nth-child(1){
	background: #e24854;
}
.m-bill{
	background:url(../img/main_bill_bg.png) center center;
}
.m-bill > div:nth-child(1){
	background:#00479d;
}
.content div.container{
	margin:0 auto;
	z-index:9;
}
div.slider div .carousel-inner{
	height: 500px;
}
div.slider div.col-xs-4 b.text-light{
	margin: 10px 0 30px 0;
    display: inline-block;
	line-height:1;
}
div.content .phone{
	float: right;
    margin-right: 10%;
}
.phone{
	background:url(../img/main_phone.png);
	width:302px;
	height:540px;	
	position: relative;
}
.content  .phone img{
	position:absolute;
	top: 25px;
    left: 25px;
}
.content div.container div.col-xs-4{
	color:#fff;
	width:45%;
	margin-top: 10%;
    float: left;
	margin-left:5%;
}
b{
	font-size: 4.35rem;
}
h5{
	font-weight:300
}
p{
	font-size: 1.15rem;
}
/*pagination*/
div.slider div .carousel-indicators{
	margin-left: 730px;
    top: 495px;
}
div.slider div .carousel-indicators li{
	width:124px;
	height:5px;
	background-color:#ebebeb;
}
div.slider div .carousel-indicators li.active{
	width:215px !important;
}
div.slider div .carousel-indicators li:nth-child(1).active{
	background-color:#e24854;
}
div.slider div .carousel-indicators li:nth-child(2).active{
	background-color:#00479d;
}

/*main service*/
div.m-service{
	padding:85px 0;
}
div.m-service dl{
	float:left;
}
div.m-service dl:nth-child(3){
	margin-right:40px
}
div.m-service dl dt{
	margin-bottom:1rem;
}
div.m-service h5{
	margin-bottom:2.5rem;
}
/*main partner*/
div.m-partner{
	background:url(../img/main_partner.png) no-repeat center center ;
	width:100%;
	padding:85px 0;
}
div.partner-text{
	margin: 0 auto;
    display: block;
    width: 652px;
}
div.partner-text span{
	float: left;
    margin: 0 5%;
    width: 40%;
	word-break: keep-all;
}
div.m-partner h5{
	margin-bottom:2rem;
}
/*main pay*/
div.m-pay{
	padding:85px 0;
	background-color:#f7f7f7;
}
div.m-pay table{
	border:1px solid #d8d8d8;
}
div.m-pay table tr{
	
}
div.m-pay table tr th{
	background-color:#cfdcec;
	height:60px;
	line-height:60px;
	text-align:center;
	font-weight:500;
}
div.m-pay table tr td{
	height:70px;
	line-height:70px;
	text-align:center;
	border:1px solid #d8d8d8;
	background-color:#fff;
}
div.m-pay table tr td:first-child{
	background-color:#e9eef3;
	font-weight:500;
}
div.m-pay a.minbtn{
	background-color:#00479d;
}
div.m-pay a.minbtn:hover{
	background-color:#1e3187;
}
a.minbtn{
	padding:20px 50px;
	font-size:22px;
	font-weight:500;
	border-radius: 40px;
	display: inline-block;
}
a.minbtn img{
	margin: 0 0 7px 10px;
}
div.m-pay h2{
	margin-bottom: 2rem;
}
div.m-pay p.text-center{
	margin: 1rem 0 2rem;
    font-weight: 300;
}
/*footer*/
footer{
	background-color:#414141;
	padding:42px 0;
}
footer ul{
	margin:0 auto 30px;
    padding: 0;
    width: max-content;
}
footer ul li{
	float:left;
}
footer ul li:after{
	content:"";
	border-right:1px solid #c5c5c5;
	margin: 0 30px;
}
footer ul li:nth-child(3):after{
	content:none;
}
footer ul li a{
	color:#c5c5c5;
}
footer ul li a:hover{
	color:#fff;
}
footer p{
	font-size: 0.90rem;
	color:#a6a6a6;
}
footer span{
	font-size:0.88rem;
	margin-top:40px;
	color:#a6a6a6;
}
footer p a:hover {
    color: #fff;
}
footer p a {
    color: #a6a6a6;
}
/*sub_shopping*/
div.sub_shopping_main{
	width:100%;
	background:url(../img/bg_shopping_top.png) no-repeat center center;
	min-height:640px;
}
div.sub_shopping_main div.container{
	padding:50px;
}
div.sub_shopping_main div.container:after{
	content:"";
	display:block;
	clear:both;
}
div.sub_shopping_main > div.container > div{
	float:left;
}
div.sub_shopping_main a.minbtn{
	background:#e24854;
}
div.sub_shopping_main a.minbtn:hover{
	background:#ae2e38;
}
div.sub_shopping_main div.phone > img{
	position: absolute;
    top: 25px;
    left: 25px;
}
div.sub_shopping_main div.phone ~ div{
	padding:100px 0 100px 100px;
}
div.sub_shopping_main div.phone ~ div > h4{
	margin:20px 0
}
div.sub_shopping_main div.phone ~ div > div{
	margin-top: 50px;
}
div.sub_banner{
	background:url(../img/banner_shopping1.png);
	height:236px;
	width:100%;
}
div.sub_banner > h2{
	line-height:236px;
}
div.shopping_slider{
	padding:100px 0;
	height:770px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
h3.gray{
	color:#cacaca;
}
div.shopping_slider div.slider{
	background:url(../img/bg_shopping_one.png) no-repeat;
}
div.shopping_slider1{
	padding:0 0 100px 0;
}
div.shopping_slider1 div.row div.col-lg-9 div.slider1{
	background:url(../img/bg_shopping_two.png) no-repeat;
}
div.shopping_slider1 div.row div.col-lg-9 div.slider1 div.carousel-item img{
	margin:0 auto;
	display:block;
}
div.shopping_slider div.carousel-item{
	position:relative;
}
div.shopping_slider div.carousel-item img{
	margin: 0 auto;
    display: block;
}
div.shopping_slider div.carousel-item img ~ div{
	margin-top:10px;
}
div.shopping_slider div.carousel-item img ~ div > h4{
	float:left;
}
div.shopping_slider div.carousel-item img ~ div > p{
	float:left;
}
a.carousel-control-prev,
a.carousel-control-next{
	height: 510px;
}
div.sub_banner1{
	background:url(../img/banner_shopping2.png);
	width:100%;	
	height:252px;
}
div.sub_banner1 h2.text-light{
	padding-top: 50px;
}
div.sub_banner1 p.text-light{
	margin-top:20px;
}
div.sub_shopping_bottom{
	padding: 85px 160px;
}
div.sub_shopping_bottom dl{
	float: left;
    width: 50%;
}
div.sub_shopping_bottom dl dt{
	padding: 0 10%;
}
div.sub_shopping_bottom dl dt img{
	margin:0 auto;
	display:block;
}
div.sub_shopping_bottom dl dd{
	margin-top:20px;
}
div.sub_shopping_bottom dl:nth-child(1) dd a{
	background:#e24854;
}
div.sub_shopping_bottom dl:nth-child(1) dd a:hover{
	background:#ae2e38;
}
div.sub_shopping_bottom dl:nth-child(2) dd a{
	background:#9e009d;
}
div.sub_shopping_bottom dl:nth-child(2) dd a:hover{
	background:#840583;
}
div.slide-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    height: 510px;
}
/*sub bill*/
div.sub_bill_main div.phone ~ div{
	max-width: 770px;
}
div.sub_bill_main a.minbtn{
	background:#2b48cb;
}
div.sub_bill_main a.minbtn:hover{
	background:#273c9c;
}
div.sub_bill_banner{
	background:url(../img/banner_bill.png);
	height:236px;
}
div.sub_bill_banner h2{
	line-height:236px;
}
div.bill_slider{
	padding:100px 0;
}
div.bill_slider h2{
	margin-bottom:75px;
}
div.bill_slider div.slider{
	background: url(../img/bg_bill_one.png) no-repeat;
	height:630px;
}
div.bill_slider1{
	padding:0 0 100px 0;
}
div.bill_slider1 div.slider1{
	background: url(../img/bg_bill_two.png) no-repeat;
	height:630px;
}
div.bill_slider2{
	padding:100px 0;
}
div.bill_slider2 div.slide2 .carousel-inner{
	background: url(../img/bg_bill_three.png) no-repeat;
	height:630px;
}
div.bill_slider div.slider .carousel-item img,
div.bill_slider1 div.slider1 .carousel-item img,
div.bill_slider2 div.slide2 .carousel-item img{
	margin: 0 auto;
    display: block;
}
div.bill_slider div.row div.carousel div.slider div.carousel-item div.row,
div.bill_slider1 div.row div.carousel div.slider1 div.carousel-item div.row,
div.bill_slider2 div.row div.slide2 div.carousel-inner div.carousel-item div.row{
	position: absolute;
    bottom: -80px;
	width:100%;
	height: 70px;
}

div.sub_bill_banner1{
	background:url(../img/banner_bill1.png);
	height:212px;
}
div.sub_bill_banner1 h2{
	padding-top: 43px;
}
div.sub_bill_bottom{
	padding:85px 40px;
}
div.sub_bill_bottom dl dt img{
	width:100%;
	margin:0 auto;
	display:block;
}
div.sub_bill_bottom dl{
	float:left;
	width:50%;
}
div.sub_bill_bottom dl:nth-child(2){
	margin-right:0 !important;
}
div.sub_bill_bottom dl dd{
	margin-top:24px;
}
div.sub_bill_bottom dl:first-child dd a{
	background:#00479d;
}
div.sub_bill_bottom dl:first-child dd a:hover{
	background:#1e3187;
}
div.sub_bill_bottom dl:nth-child(2) dd a{
	background:#5749e4;
}
div.sub_bill_bottom dl:nth-child(2) dd a:hover{
	background:#3b2eb9;
}
/*sub_experience*/
div.sub_experience{
	width:100%;
	min-height:1075px;
	background:url(../img/bg_experience.png)no-repeat center center;
	padding:85px 0;
}
div.sub_experience > img{
	margin: 25px auto 45px;
    display: block;
}
div.sub_experience table{
	margin-bottom:37px;
}
div.sub_experience table tr{
	height: 70px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%;
	margin-top:10px;
}
div.sub_experience table tr th{
	width: 20%;
    background: #f7f7f7;
    display: inline-block;
    float: left;
    height: 68px;
    line-height: 68px;
    padding-left: 3%;
    font-size: 20px;
    font-weight: 500;
}
div.sub_experience table tr td{
	background: #fff;
    float: left;
    width: 80%;
    height: 68px;
    line-height: 68px;
}
div.sub_experience table tr td input{
	border: 0;
    height: 60px;
    width: 100%;
	padding: 0 3%;
}
div.sub_experience div.text-center a{
	background:#00479d;
}
div.sub_experience div.text-center a:hover{
	background:#1e3187;
}
/*notice*/
div.sub_notice{
	padding:85px 0;
}
div.sub_notice table{
	border-top:3px solid #515774;
	width:100%;
	margin-top:26px;
	table-layout:fixed;
	word-break:break-all;
}
div.sub_notice table tr{
	border-bottom:1px solid #d9d9d9;
	height:78px;
	line-height:78px;
	cursor:pointer;
}
div.sub_notice table tr td:nth-child(1),
div.sub_notice table tr th:nth-child(1){
	text-align:center;
	width:8%;
}
div.sub_notice table tr td:nth-child(2),
div.sub_notice table tr th:nth-child(2){
	width:67%;
}
div.sub_notice table tr td:nth-child(3),
div.sub_notice table tr th:nth-child(3){
	text-align:center;
	width:15%;
}
div.sub_notice table tr td:nth-child(4),
div.sub_notice table tr th:nth-child(4){
	text-align:center;
	width:10%;
}
div.sub_notice table tr td img,
div.sub_notice table tr th img{
	padding:0 10px;
}
div.sub_notice table span.icon{
	background:url(../img/icon_new.png) no-repeat;
	width:24px;
	height:24px;
	display:inline-block;	
    margin: 0 0 -5px 8px;
}
div.sub_notice table.no-message tr{
	cursor: default !important;
}
div.sub_notice div.pagination{
	position: relative;
    margin: 0 auto;
    padding: 20px 0 70px;
    height: 34px;
    text-align: center;
	display: block;
}
div.sub_notice div.pagination span{
    margin: 0 10px;
    vertical-align: top;
}
div.sub_notice div.pagination a{
	display: inline-block;
	margin: 0 2px;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    line-height: 28px;
	border-radius: 50px;
	color: #7d7d7d;
    font-weight: 300;
}
div.sub_notice div.pagination a img{
	margin-top:-4px;
}
div.sub_notice div.pagination span a.on{
	background:#2b48cb;
	border: 1px solid #2b48cb;
	border-radius: 50px;
	color:#fff;
}
div.sub_notice_banner{
	background:url(../img/notice_banner.png) no-repeat center center;
	height:172px;
	width:100%;
}
div.sub_notice_banner img{
	padding: 45px 0 10px 0;
}
/*sub_notice_contents*/
table.sub_notice_contents tr{
	cursor:default !important;
}
div.sub_notice table.sub_notice_contents tr td:nth-child(1){
	text-align:left;
	padding:50px;
	line-height: 2;
}
div.graybox{
	width:100%;
	background:#f4f4f4;
	height:78px;
	line-height:78px;
	font-size: 18px;
	cursor:pointer;
}
div.graybox div.file{
	float: left;
	padding: 0 20px;
}
div.graybox span{
	font-size:16px;
	color:#949494 !important;
}
div.sub_notice table.sub_notice_contents ~ div.text-center{
	margin-top:35px;
}
div.sub_notice table.sub_notice_contents ~ div.text-center a{
	background:#00479d;
	padding: 20px 80px;
}
div.sub_notice table.sub_notice_contents ~ div.text-center a:hover{
	background: #1e3187;
}
/*write*/
div.sub_notice_write{
	padding:85px 0;
}
div.sub_notice_write h1{
	float:left;
}
div.sub_notice_write p{
	float:right;
	font-size:18px;
	color:#787878;
}
div.sub_notice_write span{
	color:#e44a56;
}
div.sub_notice_write table{
	border-top:3px solid #515774;
	width:100%;
	margin-top: 26px;
}
div.sub_notice_write table tr th{
	width:30%;
	background:#f7f7f7;
	border:1px solid #e0e0e0;
	font-size:20px;
	padding:0 3%;
}
div.sub_notice_write table tr td{
	width:70%;
	border:1px solid #e0e0e0;
}
div.sub_notice_write table tr td input{
	border:0;
	width:100%;
	padding: 3%;
}
div.sub_notice_write table tr td textarea{
	width: 100%;
    height: 403px;
    border: 0px;
	padding: 3%;
}
div.sub_notice_write div.text-center{
	margin-top:20px;
}
div.sub_notice_write div.text-center a:nth-child(1){
	background:#e44a56;
	margin-right: 10px;
}
div.sub_notice_write div.text-center a:nth-child(1):hover{
	background:#ae2e38;
}
div.sub_notice_write div.text-center a:nth-child(2){
	background:#00479d;
}
div.sub_notice_write div.text-center a:nth-child(2):hover{
	background:#1e3187;
}
/*signup*/
.sub_signup{
	background:#f2f2f2;
	padding:85px 0;
}
.sub_signup div.container h3{
	width:100%;
	background:#fff;
	height:82px;
	line-height:82px;
	margin:50px 0 4% 0;
}
.sub_signup div.container h3 img{
	margin:0 20px
}

.sub_signup div.container div p{
	margin: 28px 10px;
}

.sub_signup div.container div table{
	width:90%;
	border:1px solid #e9eef3;
	margin:0 auto;
}
.sub_signup div.container div table tr{
	border-bottom:1px solid #e9eef3;
	height:70px;
}
.sub_signup div.container div table tr td{
	border-right:1px solid #e9eef3;
}
.sub_signup div.container div table tr:last-child td{
	background:#fdf7e6;
}
.sub_signup div.container div table tr th{
	height:60px;
	font-size:20px;
}
.sub_signup div.container div:nth-child(2) table tr th{
	background:#e3ecf7;
}
/*payletter*/
div.payletter{
	padding:85px 0;
}
div.payletter div h4{
	padding-bottom: 10px;
	position:relative;
	margin: 0;
}
div.payletter div hr{
	border-top: 2px solid #00718e;
    margin: 0;
}
div.payletter h4 > span{
	font-size:18px;
	color:#777777;
	font-weight:300;
	position: absolute;
    top: 7px;
    right: 0;
}
div.payletter > div{
	margin-bottom:85px;
}
div.payletter div> img{
	margin: 30px auto;
    display: block;
}
div.payletter div table{
	width:100%;
	text-align:center;
}
div.payletter div table tr{
	border:1px solid #e9eef3;
	height:67px;
}
div.payletter div table tr th{
	background:#e3f0f4;
	font-size:18px;
}
div.payletter div table tr td{
	border-right:1px solid #e9eef3;
	padding: 20px 0;
	font-size: 18px;
    font-weight: 300;
}
div.payletter div table tr td.title{
	font-weight:500;
}
div.payletter div table tr td div{
	font-size:14px;
	color:#777777;
}
div.payletter div.address{
	border:1px solid #e9eef3;
	margin-top:5px;
}
div.payletter div.address ul{
	padding:30px;
	float:left;
}
div.payletter div.address ul li{
	float:left;
	font-size:20px;
	font-weight:300;
}
div.payletter div.address ul li img{
	margin-right:20px;
}
div.payletter div.address ul li strong{
	text-transform: uppercase;
	display:block;
	font-size:20px;
	font-weight:700;
}
div.payletter div table ~ span{
	font-size:16px;
	color:#777777;
	margin-top:10px;
}
div.payletter div ~ p.text-center a{
	background:#00718e;
}
div.payletter div ~ p.text-center a:hover{
	background:#03617a;
}
/*privacy*/
div.privacy{
	padding:85px 0;
	background:#f2f2f2;
}
div.privacy div.container{
	background-color:#fff;
	padding:50px;
}
div.privacy div.container ul{
	width:100%;
	border:1px solid #d9d9d9;
	padding: 0;
}
div.privacy div.container ul li{
	float:left;
	width:50%;
	height: 50px;
    line-height: 50px;
	text-align:center;
}
div.privacy div.container ul li.on{
	background-color:#00479d;
	border-color:#00479d;
	color:#fff;
}
div.privacy div.container ul li:first-child{
	border-right:1px solid #d9d9d9;
}
div.privacy div.container h2{
    margin: 50px 0;
    text-align: center;
}
div.privacy div.container h4{
	margin-top: 30px;
}
div.privacy div.container strong,
div.privacy div.container p{
	font-size:1rem;
}
/*signup_accept*/
div.signup1{
	padding-top: 50px;
    padding-bottom: 80px;
}
img.mobileimg{
	margin:0 auto;
	display:block;
	margin-bottom: 50px;
}
div.labelall{
	margin:10px 0;
}
div.labelall label{ 
	cursor:pointer;
	margin:0;
}
div.labelall label .selecticon {
	display: inline-block; 
	width: 14px; 
	height: 14px; 
	background: url(../img/btn_select_off.png); 
	vertical-align: middle;
	transition-duration: .3s;
	margin: 0 5px 4px 0;
}
div.labelall label input[type=checkbox] { 
	display: none;
}
div.labelall label input[type=checkbox]:checked + .selecticon { 
	background-image: url(../img/btn_select_on.png); 
}
div.signup1 section{
	margin-top:60px;
}
div.document-box{
	border: 1px solid #E5E5E5;
    padding: 20px;
    height: 200px;
    white-space: pre-line;
    overflow-y: scroll;
}
div.signup1 div.text-center a:nth-child(1){
	background: #e44a56;
}
div.signup1 div.text-center a:nth-child(1):hover{
	background: #ae2e38;
}
div.signup1 div.text-center a:nth-child(2){
	background: #00479d;
}
div.signup1 div.text-center a:nth-child(2):hover{
	background: #1e3187;
}
div.signup1 div.text-center{
	margin-top:40px;
	margin-bottom:0;
}
/*signup_info*/
table.signup_table{
	border-top: 2px solid #00718e;
	width:100%;
}
table.signup_table tr{
	border: 1px solid #e9eef3;
    height: 67px;
}
table.signup_table th{
	background: #e3f0f4;
    font-size: 16px;
	padding-left: 18px;
	font-weight: 500;
}
table.signup_table td{
	padding-left: 18px;
}
table.signup_table tr td label{
	margin:0 10px 0 0;
}
section.text-center.box{
	width:60%;
	background:#ddd;
	font-size:22px;
	margin:60px auto 0;
	padding:3% 0;
	border-radius: 10px;
	color:#333;
}
section.send{
	background: #f1f1f1;
    padding: 3% 0;
}
section.send p{
	margin:0;
}
div.signup_send{
	border-top: 2px solid #00718e;
}
div.signup_notice{
	background-image: url(../img/notice_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #26bdf0;
    width: 80%;
	padding: 3% 0;
	margin:0 auto;
}
div.signup_notice h1{
	margin:0;
	color:#fee931;
}