@charset "utf-8";
@import url("fonts.css");

/*-----------common------------*/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	scroll-behavior: smooth;
}
body,
select,
input,
button,
a {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
dt,
dd,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #000;
}
button {
    border: none;
    cursor: pointer
}
table caption {
    text-indent: -10000px;
    width: 0px;
    height: 0px;
}
figure {
    padding: 0;
    margin: 0;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
input[type='text'],
input[type='password'] {
    border: 1px solid #ccc;
}
select {
    border: 1px solid #ccc;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 36;
	box-shadow: 0 1px 10px #7c7f86;
}
header .head-wrap {
    margin: 0 auto;
}
header .head-wrap .head-logo {
    text-align: left;
    position: relative;
    z-index: 47;
    background: #fff;
}
header .head-wrap .head-logo-wrap {
    text-align: left;
    margin: 0 auto;
    position: relative;
    height: 49px;
    padding: 6px 0 0 0;
}
header .head-wrap .head-logo-wrap a {
    width: 200px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    background: url(../images/com_logo_m.png) center center no-repeat;
    margin: 5px auto;
    background-size: 100%;
}
header.main-header {
    border-bottom: none;
    margin: 50px 0 0 0;
}
.nav-close a {
    background-position: -63px -31px;
    display: block;
}
.nav-close {
    padding: 20px 15px 20px 0;
    text-align: right;
    display: none;
}
.gnb_opened .m-gnb {
    background: #f1f1f1;
}
.gnb_opened .gnb-wrap>ul>li>a,
.gnb_opened .user-ctr {
    background: #fff;
}
.m-menu {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 30;
    overflow: hidden;
    vertical-align: middle;
    padding: 18px 0 0 18px;
}
.m-menu span {
    width:24px;
	height:3px;
	background:#000;
	    display: block;
    text-indent: -9999px;
    font-size: 0;
	    margin: 5px 0 0 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m-menu:before{
	content:'';
	display:block;
	width:24px;
	height:3px; 
	background:#000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m-menu:after {
content:'';
	display:block;
	width:24px;
	height:3px;   
	background:#000;
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	    margin: 5px 0 0 0;
}
.gnb_opened .m-menu:before {
    content: "";
    position: absolute;
    left: 19px;
    right: 19px;
    top: 20px;
    height: 2px;
    background: #222;
    transform: translate3D(0,9px,0) rotate(-45deg);
}
.gnb_opened .m-menu:after {
    content: "";
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 20px;
    height: 2px;
    background: #222;
    transform: translate3D(0,-9px,0) rotate(45deg);
}
.gnb_opened .m-menu span {
    display: none;
}

.m-gnb {
    height: 100%;
}
.m-navmenu {
    position: fixed;
    left: 0px;
    top: -310px;
    width: 100%;
    height:223px;
	margin:55px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 35;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gnb_opened .m-navmenu {
    top: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.gnb_opened .m-navmenu:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.gnb-wrap {
    padding: 9px;
    background: #f1f1f1;
}
.gnb-wrap>ul {}
.gnb-wrap>ul>li {
    margin: 0 0 3px 0;
}
.gnb-wrap>ul>li>a {
    display: block;
    font-size: 15px;
    border: 1px solid #ddd;
    position: relative;
}
.gnb-wrap>ul>li>a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 36px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px 0 0;
    border-radius: 3px 0 0 3px;
}
.gnb-wrap>ul>li>a:after {
content: '>';
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    transform: scaleX(1.8);
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

/*content*/
.inner{
	padding:0 13px;
	position:relative;
}
.inner h2{
	    font-size: 30px;
    letter-spacing: -3px;
    text-align: center;
    padding: 20px 0 15px 0;
}
.inner .tit{
	text-align: center;
}
.inner .tit p{
	font-size: 15px;
}
.inner .tit h2{
	padding:0 0 15px 0;
}
.top{
	height:245px;
	background:url(../images/bg_m.png) no-repeat center center/cover;
	    position: relative;
    margin: 55px 0 0 0;
}
.top .inner{
	text-align:center;
	color:#fff;
	padding: 24px 20px 0 20px;
}
.top .call-num{
	background:url(../images/com_call_m.png) no-repeat center center/cover;
	width:304px;
	height:50px;
	margin:0 auto;
	    font-size: 0;
    text-indent: -9999px;
    animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

#top{
	height:1px;
}
.top p{
    font-size: 18px;
    padding: 10px 0 18px 0;
    border-bottom: 1px solid #696870;
    margin: 0 0 14px 0;
	    letter-spacing: -2px;
}
.top ul li{
	    float: left;
    width: 33.3%;
    font-size: 12px;
}
.top ul li span{
    font-size: 12px;
    display: block;
}
.top ul li span strong{
    font-size: 20px;
    color: #ccff00;
    font-weight: normal;
}
.top ul li span strong:before{
    content: '|';
    display: block;
    color: #fff;
    font-size: 10px;	
}
.receipt {
	border-bottom: 1px solid #000;
}

.receipt .receipt-l>div{
	position:relative;
	padding: 0 0 5px 55px;
	min-height:43px;
}
.receipt .receipt-l>div>span{
	display:block;
	min-height:43px;
	padding: 0 0 5px 0;
}
.receipt .receipt-l>div>span:last-child{
	padding: 0;
}
.receipt .receipt-l input{
    border: none;
    border-bottom: 1px solid #000;
    height: 42px;
    width: calc(100% - 16px);
}
.receipt .receipt-l select{
	    width: calc(100% - 18px);
    height: 34px;
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid #000;
}
.receipt .receipt-l>div label{
    position: absolute;
    left: 0;
    padding: 0 0 0 55px;
    font-size: 11px;
}
.receipt .receipt-l>div label:before{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    background: url(../images/form_ico.png) no-repeat;
    background-size: 49px 228px;
    background-position: 0 -2px;
    width: 49px;
    height: 49px;	
}
.receipt .receipt-l .re-name label:before{
	background-position: 0 -2px;
}
.receipt .receipt-l .re-phone label:before{
	background-position: 0 -60px;
}
.receipt .receipt-l .re-addr label:before{
	background-position: 0 -121px;
}
.receipt .receipt-l .re-comt label:before{
	background-position: 0 -182px;
}
.receipt .receipt-l>div label.on{
	text-indent:-9999px;
}
.receipt .receipt-r {
	    padding: 10px 0 35px 0;
}
.receipt .receipt-r p{
    font-size: 13px;
    color: #666;
    letter-spacing: -1px;
    padding: 0 0 5px 0;
}
.receipt .receipt-r input{
	vertical-align:middle;
	margin: 15px 0 0 0;
}
.receipt .receipt-r label{
	font-size:13px;
	color:#666;
	vertical-align:middle;
	display:inline-block;
	margin:15px 0 0 3px;
}
.receipt .receipt-r button{
    font-size: 18px;
    color: #fff;
    background: #000;
    display: block;
    border-radius: 5px;
    width: 100%;
    line-height: 39px;
    font-weight: 600;
	    margin: 10px 0 0 0;
}
.rolling-board{
	
}
.rolling-board ul{
	height:116px;
	overflow: hidden;
	border-top:1px solid #ddd;
}
.rolling-board li div{
	border-bottom:1px solid #ddd;
	padding:6px 0;
}
.rolling-board li div:after{
	content:'';
	display:block;
	clear:both;
}
.rolling-board li div span{
	font-size:11px;
	display:inline-block;
	margin:0 8px 0 0;
	letter-spacing:-1px;
	float:left;
	min-width:50px;
	text-align:center;
}
.rolling-board li div span:last-child{
	margin:0;
	float:right;
}
.rolling-board li div span.status{
	font-size:10px;
	color:#fff;
	background:#cc0066;
	padding:1px 0 2px 0;
	width:47px;
	text-align:center;
	border-radius:3px;
	display:inline-block;	
}
.rolling-board li div span.status.start{
	background:#0066cc;
}
.rolling-board li div span.status.end{
	background:#333;
}
.service{
	background:#ebebeb;
	padding:35px 0;
	margin:25px 0 0 0;
}
.service ul li{
	float: left;
    width: calc(50% - 1%);
    margin: 0 1% 20px 0;
	text-align:center;
}
.service ul li img{
	width:100%;
}
.service ul li:nth-child(2n){
	margin: 0 0 20px 1%;
}
.service ul li h3{
	 background: #fff;
    padding: 14px 0;
    width: 88%;
    margin: -29px auto 0 auto;
    font-size: 18px;
    letter-spacing: -2px;
    position: relative;
}
.service ul li p{
	background: #fff;
    width: 88%;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
	letter-spacing: -2px;
	min-height: 93px;
}
.service ul li a{
    background: url(../images/service_arw.png) no-repeat;
	background-size:100%;
    display:block;
    width: 32px;
	height:32px;
    margin: -15px auto 0 auto;
    font-size: 0;
	text-indent:-9999px;
    position: relative;
	font-size: 15px;
}
.sec_list{
    padding: 60px 0 30px 0;
    margin: -30px 0 0 0;
	position:relative;
}
.sec_list ul li{
	margin: 0 0 5px 0;
    display: table;
	width:100%;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
	position:relative;
}
.sec_list ul li span{
	display: table-cell;
    width: 41px;
    background: #3578c0;
    vertical-align: middle;
    border-radius: 5px;
}
.sec_list ul li span:before{
	content: '';
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/ico_m.png) no-repeat;
}
.sec_list ul li:nth-child(2) span:before{
    background-position:0 -41px;
}
.sec_list ul li:nth-child(3) span:before{
    background-position:0 -82px;
}
.sec_list ul li:nth-child(4) span:before{
    background-position:0 -123px;
}
.sec_list ul li:nth-child(5) span:before{
    background-position:0 -164px;
}
.sec_list ul li:nth-child(6) span:before{
    background-position:0 -205px;
}
.sec_list ul li:nth-child(7) span:before{
    background-position:0 -246px;
}
.sec_list ul li:nth-child(8) span:before{
    background-position:0 -287px;
}
.sec_list ul li:nth-child(9) span:before{
    background-position:0 -328px;
}
.sec_list ul li:nth-child(10) span:before{
    background-position:0 -369px;
}
#sec2.sec_list ul li span{
    background: #009999;
}
#sec2.sec_list ul li span:before{
    background: url(../images/ico_m.png) no-repeat;
	background-position:-41px 0;
}
#sec2.sec_list ul li:nth-child(2) span:before{
    background-position:-41px -41px;
}
#sec2.sec_list ul li:nth-child(3) span:before{
    background-position:-41px -82px;
}
#sec2.sec_list ul li:nth-child(4) span:before{
    background-position:-41px -123px;
}
#sec2.sec_list ul li:nth-child(5) span:before{
    background-position:-41px -164px;
}
#sec2.sec_list ul li:nth-child(6) span:before{
    background-position:-41px -205px;
}
#sec2.sec_list ul li:nth-child(7) span:before{
    background-position:-41px -246px;
}
#sec3.sec_list ul li span{
    background: #669900;
}
#sec3.sec_list ul li span:before{
    background: url(../images/ico_m.png) no-repeat;
	background-position:-82px 0;
}
#sec3.sec_list ul li:nth-child(2) span:before{
    background-position:-82px -41px;
}
#sec3.sec_list ul li:nth-child(3) span:before{
    background-position:-82px -82px;
}
#sec3.sec_list ul li:nth-child(4) span:before{
    background-position:-82px -123px;
}
#sec3.sec_list ul li:nth-child(5) span:before{
    background-position:-82px -164px;
}
#sec3.sec_list ul li:nth-child(6) span:before{
    background-position:-82px -205px;
}
#sec3.sec_list ul li:nth-child(7) span:before{
    background-position:-82px -246px;
}
#sec3.sec_list ul li:nth-child(8) span:before{
    background-position:-82px -287px;
}
#sec3.sec_list ul li:nth-child(9) span:before{
    background-position:-82px -328px;
}
#sec3.sec_list ul li:nth-child(10) span:before{
    background-position:-82px -369px;
}
#sec3.sec_list ul li:nth-child(11) span:before{
    background-position:-82px -410px;
}
#sec3.sec_list ul li:nth-child(12) span:before{
    background-position:-82px -451px;
}
#sec4.sec_list ul li span{
    background: #7e6b5a;
}
#sec4.sec_list ul li span:before{
    background: url(../images/ico_m.png) no-repeat;
	background-position:-123px 0;
}
#sec4.sec_list ul li:nth-child(2) span:before{
    background-position:-123px -41px;
}
#sec4.sec_list ul li:nth-child(3) span:before{
    background-position:-123px -82px;
}
#sec4.sec_list ul li:nth-child(4) span:before{
    background-position:-123px -123px;
}
#sec4.sec_list ul li:nth-child(5) span:before{
    background-position:-123px -164px;
}
#sec4.sec_list ul li:nth-child(6) span:before{
    background-position:-123px -205px;
}
#sec4.sec_list ul li:nth-child(7) span:before{
    background-position:-123px -246px;
}
#sec4.sec_list ul li:nth-child(8) span:before{
    background-position:-123px -287px;
}
#sec4.sec_list ul li:nth-child(9) span:before{
    background-position:-123px -328px;
}
#sec4.sec_list ul li:nth-child(10) span:before{
    background-position:-123px -369px;
}
#sec4.sec_list ul li:nth-child(11) span:before{
    background-position:-123px -410px;
}
#sec4.sec_list ul li:nth-child(12) span:before{
    background-position:-123px -451px;
}
#sec4.sec_list ul li:nth-child(13) span:before{
    background-position:-123px -492px;
}
#sec4.sec_list ul li:nth-child(14) span:before{
    background-position:-123px -533px;
}
#sec4.sec_list ul li:nth-child(15) span:before{
    background-position:-123px -574px;
}
#sec4.sec_list ul li:nth-child(16) span:before{
    background-position:-123px -615px;
}
#sec4.sec_list ul li:nth-child(17) span:before{
    background-position:-123px -656px;
}
#sec4.sec_list ul li:nth-child(18) span:before{
    background-position:-123px -697px;
}
#sec4.sec_list ul li:nth-child(19) span:before{
    background-position:-123px -738px;
}
#sec4.sec_list ul li:nth-child(20) span:before{
    background-position:-123px -779px;
}
.sec_list ul li span:after{
content: '>';
    display: block;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: scaleX(2);
    font-weight: 400;
    font-size: 13px;
    color: #000;
    margin-top: -7px;
}
.sec_list ul li a{
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 82px);
    min-height: 21px;
    padding: 10px 29px 10px 10px;
    border-radius: 5px;
	    background: #fff;
}
#sec1.sec_list h2,
#sec1.sec_list .stit,
#sec1.sec_list ul li span:after{
	color:#0066cc;
}
#sec2{
	background:#f5f5f5;
}
#sec2.sec_list h2,
#sec2.sec_list .stit,
#sec2.sec_list ul li span:after{
	color:#006666;
}
#sec3.sec_list h2,
#sec3.sec_list .stit,
#sec3.sec_list ul li span:after{
	color:#669900;
}
#sec4{
	background:#f5f5f5;
}
#sec4.sec_list h2,
#sec4.sec_list .stit,
#sec4.sec_list ul li span:after{
	color:#996600;
}
#sec2:before,
#sec4:before{
	content:'';
	display:block;
	width:100%;
	height:35px;
	position:absolute;
	background:#fff;
	    top: 0;
}
.sec_list .stit{
	font-weight:bold;
	padding:10px 0 15px 0;
}
#sec5{
	background:#e2edf4;
	border-top:1px solid #689bc7;
	padding:46px 0 35px 0;
}
#sec5 h2{
	color:#003366;
}
#sec5 .store-select{
	background: #2762c3;
}
#sec5 .store-select a{
	    display: block;
    color: #fff;
    padding: 3px 0 8px 0;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
	    position: relative;
}
#sec5 .store-select a:after{
    content: '▼';
    display: block;
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 12px;	
}
#sec5 .tabs{
    background: #fff;
    text-align: center;
    position: absolute;
    width: calc(100% - 26px);
	display:none;
}
#sec5 .tabs.on{
	display:block;
}
#sec5 .tabs li{
	
}
#sec5 .tabs li a{
	display: block;
    padding: 6px 0 8px 0;
    border-bottom: 1px solid #ddd;
}
#sec5 .tab-cont{
	display:none;
}
#sec5 .tab-cont.active{
	display:block;
}
#sec5 .tab-cont dl{
	
}
#sec5 .tab-cont dt{
	display:none;
}
#sec5 .tab-cont dd{
	border-bottom:1px solid #83afcf;
	padding:5px 0;
	display:none;
	width: 100%;
}
#sec5 .tab-cont dd span,
#sec5 .tab-cont dd strong{
	color:#003366;
	font-size:14px;
	display:block;
}
#sec5 .tab-cont dd strong{
}

#sec5 .tab-cont .more{
	background: #29527b;
    display: block;
    border-radius: 5px;
    line-height: 27px;
    padding: 5px 0 8px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin: 10px 0 0 0;
}
.pop.noti{
	position: fixed;
	width:100%;
	height:100%;
	z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	padding:0 20px;
	background:rgba(0,0,0,0.8);
	display:none;
}
.pop.noti .pop-wrap{
    width: calc(100% - 40px);
    height: 400px;
    background: #fff;
    height: 750px;
    top: 50%;
    margin-top: -375px;
    position: relative;
}
.pop.noti .pop-wrap{
width: calc(100% - 60px);
    height: 400px;
    background: #fff;
    height: 502px;
	overflow-y:auto;
    top: 10px;
    margin-top: 0;
    position: relative;
    padding: 10px;
}
.pop.noti .pop-tit:after{
	content:'';
	display:block;
	clear:both;
}
.pop.noti .pop-tit{
	background:#e5e5e5;
}
.pop.noti .pop-tit span {
    width: 105px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    background: url(../images/com_logo_m.png) center center no-repeat;
    margin:0 0 0 5px;
    background-size: 100%;
	float:left;
}
.pop.noti .pop-tit span.call {
    background: none;
    float: right;
    color: #000;
    text-indent: 0;
    line-height: 1.8;
    padding: 0 10px 0 0;
    width: auto;
    vertical-align: middle;
}
.pop.noti .pop-tit span.call strong{
	font-size:20px;
	color:#ff3300;
	vertical-align: middle;
	display:inline-block;
}
.pop.noti .pop-head h2{
	font-size: 23.5px;
    text-align: center;
    padding: 15px 0 10px 0;
}
.pop.noti .pop-head p{
	    font-size: 13px;
    text-align: center;
    margin: 0 0 15px 0;
}
.pop.noti .pop-content table{
border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
}
.pop.noti .pop-content table th{
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 15px;
    color: #000;
    width: 30%;
	vertical-align: top;
}
.pop.noti .pop-content table td{
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    font-size: 15px;
    color: #666;
}
.pop.noti .pop-content td input[type='text']{
	    width: calc(100% - 12px);
    padding: 6px;
    background: #eee;
}
.pop.noti .pop-content td input + input{
	margin:6px 0 0 0;
}
.pop.noti .pop-content td textarea{
	    background: #eee;
    border: 1px solid #ccc;
    width: calc(100% - 12px);
    padding: 6px;
    height: 120px;
}
.pop.noti .pop-agree{
	    text-align: center;
}
.pop.noti .pop-agree input{
	    vertical-align: middle;
}
.pop.noti .pop-agree label{
	    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 5px;
}
.pop.noti .btn{
	font-size: 18px;
    background: #000;
    width: 100%;
    margin: 10px 0 0 0;
    color: #fff;
    padding: 10px 0 12px 0;
    border-radius: 5px;
}
.close_popup {
    position: relative;
    top: 6px;
    left: 0;
    color: #fff;
    font-size: 26px;
    margin-left: 315px;
    transform: scaleX(1.2);
    font-weight: 100;
    display: inline-block;
}


.foot {
    background: #313131;
	    padding: 25px 0;
}
.foot .call-num {
    background: url(../images/com_call_m.png) no-repeat center center/cover;
    width: 194px;
    height: 50px;
    margin: 0 auto;
    font-size: 0;
    text-indent: -9999px;
    background-size: 100%;
}
.foot p{
	 color: #fff;
	 text-align: center;
	  font-size: 13px;
	      margin: 0 0 25px 0;
}
.foot .logo {
    width: 105px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    background: url(../images/com_logo_foot_m.png) center center no-repeat;
    margin: 5px auto;
    background-size: 100%;
}
.foot dt,
.foot dd{
	    color: #999;
    text-align: center;
    font-size: 12px;
}
.foot dd address{
	font-style:normal;
}
.foot dt strong{
	color:#f39700;
	cursor: pointer;
}



@media (min-width: 980px) {
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 36;
    box-shadow: none;
}
header .head-wrap .head-logo {
    background: none;
	    position: absolute;
}
	header .head-wrap .head-logo-wrap a {
    width: 350px;
    height: 54px;
    display: block;
    text-indent: -9999px;
    background: url(../images/com_logo.png) center center no-repeat;
    margin: 0;
    background-size: 100%;
}
.m-navmenu {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
	text-align: right;
}
.gnb-wrap {
    padding: 9px;
    background: none;
}
.gnb-wrap>ul>li {
    margin: 0 0 3px 0;
    display: inline-block;
}
.gnb-wrap>ul>li>a {
    display: block;
    font-size: 21px;
    border: none;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
}
.gnb-wrap>ul>li>a:before,
.gnb-wrap>ul>li>a:after{
	content:none;
}
.m-menu{display:none;}
header .head-wrap{
	max-width:1200px;
}
header.fix-nav{
	background: #fff;
    box-shadow: 0 1px 10px #7c7f86;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
header.fix-nav .head-wrap .head-logo-wrap a{
	background: url(../images/com_logo-fixed.png) center center no-repeat;
}
header.fix-nav .gnb-wrap>ul>li>a{
	 color: #000;
}
.top {
    height: 650px;
    background: url(../images/bg.png) no-repeat center center/cover;
    margin: 0;
}
.inner {
    padding: 0 13px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.top .inner {
    text-align: left;
    color: #fff;
    padding: 155px 20px 0 20px;
}
.top .call-num {
    background: url(../images/com_call.png) no-repeat;
    width: 605px;
    height: 98px;
    margin: 0;
}
.top p {
    font-size: 20px;
	    font-weight: bold;
	padding: 10px 0 18px 60px;
}
.top p br {
    display:none
}
.top ul li {
    float: left;
    width: 18.3%;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 0 0;
}
.top ul li span strong {
    font-size: 36px;
    font-weight: normal;
}
.top ul li span {
    font-size: 18px;
}
.receipt {
    border: none;
	background: #f5f5f5;
}
.receipt .inner {
    margin: -180px auto 0 auto;
    position: relative;
    background: #fff;
    display: table;
	padding: 10px 0;
	border-bottom:3px solid #000;
	    box-shadow: 0 3px 9px #ddd;
}
.receipt .inner h2 {
    display: table-cell;
    width: 20%;
    text-align: left;
    padding: 20px 0 0 36px;
	    font-size: 32px;
}
.receipt .inner .receipt-l{
	display: table-cell;
    width: 52%;
}
.receipt .inner .receipt-r{
display: table-cell;
    width: 23%;
    padding: 0 30px;
}
.receipt .receipt-l>div {
    position: relative;
    padding: 0 0 18px 55px;
    min-height: 43px;
}
.receipt .receipt-l>div:first-child {
    padding: 0 0 18px 0;
}
.receipt .receipt-l>div label {
    font-size: 13px;
}
.receipt .receipt-l>div>span,
.receipt .receipt-l>div span {
    display: inline-block;
    min-height: 43px;
    padding: 0 0 5px 55px;
    width: calc(50% - 60px);
    position: relative;
}
.receipt .receipt-l>div>span:last-child {
    padding: 0 0 5px 55px;
}
.receipt .receipt-r input {
    vertical-align: bottom;
    margin: 20px 0 0 0;
}
.receipt .receipt-r label {
    font-size: 14px;
}
.receipt .receipt-r button {
    font-size: 20px;
    line-height: 45px;
}
.rolling-board {
    background: #f5f5f5;
    padding: 35px 0;
}
.rolling-board ul {
    height: 190px;
	border: none;
}
.rolling-board li div {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    width: calc(50% - 1%);
    float: left;
    margin: 0 1.5% 0 0;
}
.rolling-board li div:nth-child(2n) {
	margin: 0 0.5% 0 0;
}
.rolling-board li div span.status {
    font-size: 14px;
    padding: 3px 0 5px 0;
    width: 70px;
}
.rolling-board li div span {
    font-size: 16px;
}
.service ul li {
    float: left;
    width: calc(25% - 1%);
}
.service ul li:nth-child(2n) {
    margin: 0 1% 20px 0;
}
.service ul li:nth-child(4n) {
    margin: 0 0 20px 0;
}
.service ul li h3 {
    font-size: 24px;
	    padding: 24px 0 15px 0;
}
.service ul li p {
    font-size: 15px;
    letter-spacing:0;
    min-height: 130px;
}
.service ul li a {
    width: 64px;
    height: 64px;
	margin: -28px auto 0 auto;
}
.inner h2 {
    font-size: 40px;
	padding: 0 0 30px 0;
	    font-weight: 500;
}
.sec_list ul li span:before {
    width: 53px;
    height: 53px;
    background: url(../images/ico.png) no-repeat;
}
.sec_list ul li span {
    width: 53px;
}
.sec_list ul li:nth-child(2) span:before{
    background-position:0 -53px;
}
.sec_list ul li:nth-child(3) span:before{
    background-position:0 -106px;
}
.sec_list ul li:nth-child(4) span:before{
    background-position:0 -159px;
}
.sec_list ul li:nth-child(5) span:before{
    background-position:0 -212px;
}
.sec_list ul li:nth-child(6) span:before{
    background-position:0 -265px;
}
.sec_list ul li:nth-child(7) span:before{
    background-position:0 -318px;
}
.sec_list ul li:nth-child(8) span:before{
    background-position:0 -371px;
}
.sec_list ul li:nth-child(9) span:before{
    background-position:0 -424px;
}
.sec_list ul li:nth-child(10) span:before{
    background-position:0 -477px;
}
#sec2.sec_list ul li span{
    background: #009999;
}
#sec2.sec_list ul li span:before{
    background: url(../images/ico.png) no-repeat;
	background-position:-53px 0;
}
#sec2.sec_list ul li:nth-child(2) span:before{
    background-position:-53px -53px;
}
#sec2.sec_list ul li:nth-child(3) span:before{
    background-position:-53px -106px;
}
#sec2.sec_list ul li:nth-child(4) span:before{
    background-position:-53px -159px;
}
#sec2.sec_list ul li:nth-child(5) span:before{
    background-position:-53px -212px;
}
#sec2.sec_list ul li:nth-child(6) span:before{
    background-position:-53px -265px;
}
#sec2.sec_list ul li:nth-child(7) span:before{
    background-position:-53px -318px;
}
#sec3.sec_list ul li span{
    background: #669900;
}
#sec3.sec_list ul li span:before{
    background: url(../images/ico.png) no-repeat;
	background-position:-106px 0;
}
#sec3.sec_list ul li:nth-child(2) span:before{
    background-position:-106px -53px;
}
#sec3.sec_list ul li:nth-child(3) span:before{
    background-position:-106px -106px;
}
#sec3.sec_list ul li:nth-child(4) span:before{
    background-position:-106px -159px;
}
#sec3.sec_list ul li:nth-child(5) span:before{
    background-position:-106px -212px;
}
#sec3.sec_list ul li:nth-child(6) span:before{
    background-position:-106px -265px;
}
#sec3.sec_list ul li:nth-child(7) span:before{
    background-position:-106px -318px;
}
#sec3.sec_list ul li:nth-child(8) span:before{
    background-position:-106px -371px;
}
#sec3.sec_list ul li:nth-child(9) span:before{
    background-position:-106px -424px;
}
#sec3.sec_list ul li:nth-child(10) span:before{
    background-position:-106px -477px;
}
#sec3.sec_list ul li:nth-child(11) span:before{
    background-position:-106px -530px;
}
#sec3.sec_list ul li:nth-child(12) span:before{
    background-position:-106px -583px;
}
#sec4.sec_list ul li span{
    background: #7e6b5a;
}
#sec4.sec_list ul li span:before{
    background: url(../images/ico.png) no-repeat;
	background-position:-159px 0;
}
#sec4.sec_list ul li:nth-child(2) span:before{
    background-position:-159px -53px;
}
#sec4.sec_list ul li:nth-child(3) span:before{
    background-position:-159px -106px;
}
#sec4.sec_list ul li:nth-child(4) span:before{
    background-position:-159px -159px;
}
#sec4.sec_list ul li:nth-child(5) span:before{
    background-position:-159px -212px;
}
#sec4.sec_list ul li:nth-child(6) span:before{
    background-position:-159px -265px;
}
#sec4.sec_list ul li:nth-child(7) span:before{
    background-position:-159px -318px;
}
#sec4.sec_list ul li:nth-child(8) span:before{
    background-position:-159px -371px;
}
#sec4.sec_list ul li:nth-child(9) span:before{
    background-position:-159px -424px;
}
#sec4.sec_list ul li:nth-child(10) span:before{
    background-position:-159px -477px;
}
#sec4.sec_list ul li:nth-child(11) span:before{
    background-position:-159px -530px;
}
#sec4.sec_list ul li:nth-child(12) span:before{
    background-position:-159px -583px;
}
#sec4.sec_list ul li:nth-child(13) span:before{
    background-position:-159px -636px;
}
#sec4.sec_list ul li:nth-child(14) span:before{
    background-position:-159px -689px;
}
#sec4.sec_list ul li:nth-child(15) span:before{
    background-position:-159px -742px;
}
#sec4.sec_list ul li:nth-child(16) span:before{
    background-position:-159px -795px;
}
#sec4.sec_list ul li:nth-child(17) span:before{
    background-position:-159px -848px;
}
#sec4.sec_list ul li:nth-child(18) span:before{
    background-position:-159px -901px;
}
#sec4.sec_list ul li:nth-child(19) span:before{
    background-position:-159px -954px;
}
#sec4.sec_list ul li:nth-child(20) span:before{
    background-position:-159px -1007px;
}
.sec_list ul li span:after {
    content: '>';
    display: block;
    position: absolute;
    right: 14px;
    top: 51%;
    transform: scaleX(2);
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin-top: -10px;
}
.sec_list ul li a {
    font-size: 16px;
}
.sec_list ul:after{
	content:'';
	display:block;
	clear:both;
}
.sec_list ul li {
    margin: 0 0 5px 0;
    display: table;
    width: calc(50% - 2%);
    min-height: 40px;
    float: left;
	margin:0 1% 10px 0;
}
#sec1 .inner{
	display:table;
	width: 100%;
}

.inner .tit{
    display: table-cell;
    text-align: left;
    width: 27%;
    vertical-align: top;
}
.inner .tit h2{
	text-align:left;
	    font-weight: 400;
}
.inner .tit p {
    font-size: 20px;
	letter-spacing: -1.5px;
}
.inner .tit .stit {
    font-size: 14px;
   
}
.inner .tit + ul{
	display:table-cell;
}
#sec1{
	background:url(../images/sec1.png) no-repeat left bottom;
}
#sec2{
	background:#f5f5f5 url(../images/sec2.png) no-repeat right top;
}
#sec3{
	background:url(../images/sec3.png) no-repeat left bottom;
}
#sec4{
	background:#f5f5f5 url(../images/sec4.png) no-repeat right bottom;
}
.service {
    padding: 35px 0;
    margin: 0;
}
#sec2:before, 
#sec4:before {
    content: none;
}
.sec_list {
    padding:80px 0;
    margin: 0;
}
#sec5{
	background:#f5f5f5 url(../images/sec5.png) no-repeat left top/cover;
}
#sec5 .store-select{
	display:none;
}
#sec5 .tabs {
    display: table;
    position: relative;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #2762c3;
	width: 100%;
}
#sec5 .tabs li {
    display: table-cell;
}
#sec5 .tabs li a {
    display: block;
    padding: 10px 0 8px 0;
         border-bottom: none;
    border-right: 1px solid #ddd;
    font-size: 18px;
}
#sec5 .tabs li.on a {
	background:#2762c3;
	color:#fff;
	
}
#sec5 .tab-cont dd {
    border-bottom: 1px solid #83afcf;
    padding:17px 0;
	width: 100%;
}
#sec5 .tab-cont dd span, #sec5 .tab-cont dd strong {
    color: #003366;
    font-size: 16px;
    display: table-cell;
	text-align:center;
}
#sec5 .tab-cont dd strong {
	width:30%;
}
#sec5 .tab-cont dd span {
	width:30%;
}
#sec5 .tab-cont dd span:last-child {
    width: 40%;
    text-align: left;
    padding: 0 0 0 32px;
}
#sec5 .tab-cont .more {
    padding: 6px 0 5px 0;
    font-size: 16px;
    margin: 33px auto;
    width: 13%;
}
#sec5 .inner .tit,
#sec5 .inner .tit h2{
    display: block;
    text-align: center;
    width: 100%;
	padding: 26px 0 20px 0;
}
#sec5 .tab-cont dt {
    display: block;
    font-size: 24px;
    border-bottom: 2px solid #336699;
    padding: 22px 0 15px 0;
    font-weight: 600;
    color: #003366;
}
.receipt .receipt-r p {
    font-size: 14px;
    padding: 0 0 5px 18px;
    position: relative;
}
.receipt .receipt-r p span{
    position: absolute;
    left: 0;
}
.pop.noti .pop-wrap{
	width: 580px;
    height: auto;
    background: #fff;
	overflow-y:auto;
	margin:0 auto;
    margin-top:20px;
    position: relative;
    padding: 10px;
}
.pop.noti .pop-head h2 {
    font-size: 30px;
}
.pop.noti .pop-content table th {
    width: 20%;
	font-size: 16px;
}
.pop.noti .pop-content table td {
    font-size: 14px;
    line-height: 1.5;
}
.pop.noti .pop-agree label {
    font-size: 16px;
}
.close_popup{
    position: absolute;
    top: 17px;
    left: 50%;
    color: #fff;
    font-size: 43px;
    margin-left: 315px;
    transform: scaleX(1.2);
    font-weight: 100;
}
.foot {
    padding: 35px 0 25px 0;
}
.foot-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
.foot .call-num {
    background: url(../images/com_call.png) no-repeat center center/cover;
    width: 420px;
    height: 61px;
    margin: 0 ;
    position: absolute;
    right: 0;
}
.foot p {
    text-align: center;
    font-size: 14px;
    margin: 0 25px 25px 0;
    position: absolute;
    right: 0;
    top: 75px;
}
.foot p br,
.foot dd address br{
	display:none;
}
.foot .logo {
    width: 350px;
    height: 54px;
    background: url(../images/com_logo_foot.png) center center no-repeat;
    margin: 5px 0;
}
.foot dt, .foot dd {
    color: #999;
    text-align: left;
    font-size: 14px;
	    line-height: 1.5;
}







}
@media (min-width: 320px) {


}



























