@charset "utf-8";
/**************************************************

	Global.css

**************************************************/
/**************************************************
	Public
**************************************************/
:root {
  --point-color: #0348b1;
  --new-point-color: #0C2140;
}
html {
  min-width: 1280px;
}
body:not(#user) {
  padding-top: 75px !important;
}

/* Table */
.table1 {
  width: 100%;
}
.table1 tr > * {
  padding: 10px;
  border: 1px solid #ddd;
}
.table1 thead th {
  background: #f7f7f7;
}
.table1 tbody th {
  background: #f7f7f7;
}

.table2 {
  width: 100%;
}
.table2 tr > * {
  padding: 30px;
  border-top: 1px solid #ddd;
  text-align: left;
  font-size: 16px;
}
.table2 tr:first-child > * {
  border-top: 2px solid #222;
}
.table2 tfoot tr:first-child > * {
  border-top: 1px solid #ddd;
}
.table2 th {
  color: #333333;
  font-weight: 300;
}
.table2 td strong {
  font-size: 20px;
  color: #333333;
  font-weight: 200;
}
.table2 td span {
  font-size: 15px;
  color: #888888;
  font-weight: 200;
}
.table2 .pay-t1 {
  font-family: "paybooc-Light";
  font-weight: 600;
  font-size: 20px;
  color: #111;
}
.table2 .pay-t2 strong {
  font-family: "paybooc-Light";
  font-weight: 600;
  font-size: 30px;
  color: #111;
}
.table2 .pay-t2 strong span {
  font-size: 18px;
  color: #444444;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.table2 table {
  width: 100%;
  margin: -5px 0;
}
.table2 table tr > * {
  padding: 5px 0;
  border-top: 0;
}
.table2 table tr:first-child > *,
.table2 table tfoot tr:first-child > * {
  border-top: 0;
}

.table3 {
  width: 100%;
}
.table3 tr > * {
  text-align: left;
  line-height: 35px;
}
.table3 tfoot tr:first-child > * {
  border-top: 1px solid #ddd;
}
.table3 tbody tr:first-child > * {
  padding-top: 45px;
}
.table3 tbody tr:last-child > * {
  padding-bottom: 45px;
}
.table3 th {
  font-size: 16px;
  font-weight: normal;
}
.table3 td {
  font-size: 20px;
  color: #333333;
  font-weight: 300;
}

/* Tab */
.tab1 {
  margin-bottom: 40px;
}
.tab1 > li {
  display: inline-block;
  background: #f7f7f7;
}
.tab1 > li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 40px;
  border: 1px solid #f7f7f7;
}
.tab1 > li.active a {
  background: #fff;
  color: #000;
  border-color: #333;
}
.tab2 {
  margin-bottom: 70px;
  text-align: center;
}
.tab2 > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 40px;
}
.tab2 > li a {
  display: block;
  font-size: 20px;
  color: #999999;
  letter-spacing: -0.05em;
  padding: 12px 0;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.tab2 > li.active a {
  color: #0348b1;
  border-bottom-color: #0348b1;
  font-weight: 300;
}

/* Button */
.btnWrap {
  margin-top: 30px;
}
.btnWrap > * {
  margin: 0 2px;
}
.btn1 {
  display: inline-block;
  background: #333;
  border: 1px solid #333;
  color: #fff !important;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
}
.btn1:hover {
  text-decoration: none;
}
.btn1.small {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 3px;
}
.btn1.big {
  height: 50px;
  line-height: 50px;
  width: 200px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
}
.btn2 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  color: #000 !important;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
}
.btn2:hover {
  text-decoration: none;
}
.btn2.small {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}
.btn2.big {
  height: 50px;
  line-height: 50px;
  width: 200px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
}
.btn3 {
  display: inline-block;
  border: 1px solid #0348b1;
  font-size: 16px;
  color: #0348b1 !important;
  font-weight: 300;
  letter-spacing: -0.05em;
  width: 250px;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  border-radius: 25px;
  text-align: center;
}
.btn3:hover {
  background: url("../images/main/btn-bg.jpg") repeat-y center center;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
.btn4 {
  display: inline-block;
  border: 1px solid #ffa506;
  font-size: 16px;
  color: #ffa506 !important;
  font-weight: 300;
  letter-spacing: -0.05em;
  width: 250px;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  border-radius: 25px;
  text-align: center;
}
.btn4:hover {
  background: url("../images/main/btn-bg2.jpg") repeat-y center center;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
.btn5 {
  display: inline-block;
  background: #0348b1;
  border: 1px solid #0348b1;
  color: #fff !important;
  height: 35px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn5.small {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}
.btn5.big {
  height: 50px;
  line-height: 50px;
  width: 200px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
}
.btn5:hover {
  text-decoration: none;
}
.btn6 {
  display: inline-block;
  background: #666666;
  border: 1px solid #666666;
  color: #fff !important;
  height: 35px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn6.small {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}
.btn6.big {
  height: 50px;
  line-height: 50px;
  width: 200px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
}
.btn6:hover {
  text-decoration: none;
}

#wrap .sb-btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px !important;
  font-size: 16px;
  text-align: center;
}
#wrap .sb-btn:hover {
  text-decoration: none;
}
#wrap .sb-btn.type1 {
  background: #0348b1 !important;
  border: 0 !important;
}
#wrap .sb-btn.type2 {
  background: #333333 !important;
  color: #fff !important;
  border: 0 !important;
}
#wrap .sb-btn.type4 {
  background: #0348b1 !important;
  border: 0 !important;
  width: 130px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px !important;
  font-size: 16px;
  text-align: center;
  color: #fff !important;
  margin-left:10px;
  font-size:15px;
}

/* Etc */

/**************************************************
	Ajax Popup
**************************************************/
#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 500px;
  margin-top: -250px;
  margin-left: -300px;
  padding-top: 46px;
  z-index: 301;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#popup .pop-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #f7f7f7;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
#popup .pop-tit h3 {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 45px;
}
#popup .pop-tit .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: #eee;
  border-left: 1px solid #ddd;
}
#popup .pop-wrap {
  height: 100%;
  overflow-y: auto;
  padding: 15px;
  box-sizing: border-box;
}
#popup.on {
  opacity: 1;
}
#popupBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
#popupBG.on {
  opacity: 1;
}

/* sitemap */
#popup .sitemap {
  text-align: center;
}
#popup .sitemap > li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-bottom: 10px;
}
#popup .sitemap > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: -1px;
  background: #f7f7f7;
  font-weight: 300;
  line-height: 40px;
  border-radius: 3px;
}
#popup .sitemap > li ul li {
  border-top: 1px solid #f7f7f7;
  text-align: left;
}
#popup .sitemap > li ul li:first-child {
  border-top: none;
}
#popup .sitemap > li ul li a {
  display: block;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  padding: 10px 0;
  text-align: center;
}

/* traffic */
#traffic-form {
  margin: 18px 40px;
}
#traffic-form .t2,
#traffic-form .t3 {
  display: block;
  text-align: center;
}
#traffic-form .t3 {
  font-size: 32px;
  color: #111;
  font-family: "paybooc-Light";
  font-weight: 600;
}
#traffic-form .inps {
  margin: 30px 0;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 40px 0;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: 300;
  line-height: 1.2em;
}
#traffic-form .inps input {
  border: 1px solid #ddd;
  border-radius: 5px;
  text-indent: 15px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 20px;
  color: #333;
}
#traffic-form .w30 {
  width: 150px;
}
#traffic-form .w15 {
  width: 80px;
}
#traffic-form table {
  width: 100%;
}
#traffic-form table tr > * {
  padding: 5px 0;
  font-size: 20px;
  color: #333333;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
}
#traffic-form table tr > th {
  font-size: 16px;
  font-weight: normal;
}

/* user */
#user-pop .bgbox {
  background: #f1f1f1;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  border-radius: 5px;
}
#user-pop p {
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}
#user-pop .chkArea2 label,
#user-pop .chkArea2 label span,
#user-pop .chkArea2 a {
  font-size: 15px;
}
#user-pop select {
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align: middle;
}
#user-pop .inp {
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align: middle;
}
.user-tbl1 {
  width: 100%;
  border: 1px solid #ddd;
  border-width: 4px 0;
}
.user-tbl1 caption {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
.user-tbl1 tr > * {
  padding: 5px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}
.user-tbl1 tr th {
  color: #111;
  font-weight: 600;
}
.user-tbl1 tr:first-child > * {
  padding-top: 25px;
}
.user-tbl1 tr:last-child > * {
  padding-bottom: 25px;
}
.user-tbl1 thead + tbody tr:first-child > * {
  padding-top: 5px;
}
.user-tbl2 {
  width: 100%;
}
.user-tbl2 caption {
  text-align: left;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
}
.user-tbl2 tr > * {
  border: 0;
  background: #f5f5f5;
  border-top: 1px solid #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  text-align: center;
}
.user-tbl2 tr th {
  background: #ddd;
  color: #111;
  font-weight: 600;
}
.user-tbl2 thead tr:first-child > * {
  border-top: 1px solid #111;
}
.user-tbl2 tbody tr:first-child > * {
  border-top: 1px solid #111;
}
.user-tbl2 thead + tbody tr:first-child > * {
  border-top: 1px solid #fff;
}
.user-tbl2 tfoot tr > * {
  background: #faf1e3;
  color: #111;
  font-weight: 600;
}
.user-tbl2 tr:first-child > * {
  padding-top: 10px;
}
.user-tbl2 tr:last-child > * {
  padding-bottom: 10px;
}
.user-tbl2 hr {
  border: 0;
  height: 0;
  width: 0;
  margin: 2px 0;
}
.user-tbl2 .w33 {
  width: 70px;
}
.user-tbl2 .w40 {
  width: auto;
}
.user-tbl2 .w80 {
  width: 70%;
}

/**************************
	Paging
**************************/
.paging {
  text-align: center;
  margin-top: 30px;
  font-family: empty;
  font-size: 0;
}
.paging a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: -1px;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  color: #999999;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box;
  font-family: tahoma, arial, axicon;
}
.paging a:first-child {
  border-radius: 5px 0 0 5px !important;
}
.paging a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  text-indent: 0;
}
.paging a:last-child {
  border-radius: 0 5px 5px 0 !important;
}
.paging a.active {
  background: #ffffff;
  color: #333333;
  font-weight: 600;
}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last {
  background: none;
  font-size: 15px;
  text-indent: -999em;
}
.paging a.first:after {
  content: "\f100";
  text-indent: 0;
}
.paging a.prev:after {
  content: "\f104";
}
.paging a.next:after {
  content: "\f105";
}
.paging a.last:after {
  content: "\f101";
}

/**************************************************
	Layout
**************************************************/
#header {
  position: relative;
  z-index: 90;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#header .inner {
  position: relative;
  height: 75px;
  width: 1280px;
  margin: 0 auto;
}
#header .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 75px;
}

#gnb {
  text-align: center;
  margin: 0 185px;
}
#gnb > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#gnb > li > a {
  display: block;
  padding: 0 30px;
  line-height: 75px;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
#gnb > li > ul {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 2px solid #00afe5;
  background: #fff;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#gnb > li > ul li a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  text-align: center;
}
#gnb > li > ul li.active a {
  font-weight: bold;
}
#gnb > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#gnb > li.hidden-gnb {
  display: none;
}

#drdw {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #00afe5;
  z-index: 91;
  display: none;
}
#drdw .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  border-right: 1px solid #e8e8e8;
}
#drdw .inner > li {
  display: inline-block;
  padding: 25px 0;
  vertical-align: top;
}
#drdw .inner > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #e8e8e8;
}
#drdw .inner > li:first-child {
  border-left-width: 1px;
}
#drdw .inner > li > a {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #0859a2;
  text-align: center;
  font-weight: bold;
}
#drdw .inner > li ul li a {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #555555;
  text-align: center;
}
#drdw .inner > li ul li.active a {
  font-weight: bold;
}
#drdw .inner > li.hidden-gnb {
  display: none;
}

#tnb {
  position: absolute;
  top: 25px;
  right: 0;
}
#tnb > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#tnb > li:before {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  content: "";
  width: 1px;
  height: 10px;
  background: #dddddd;
  margin: 0 16px;
}
#tnb > li:first-child:before {
  display: none;
}
#tnb > li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #555555;
}

#footer {
  background: #111111;
}
#footer .fnbWrap {
  border-bottom: 1px solid #3d3d3d;
}
#footer .fnbWrap .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#footer .ftWrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}
#footer h2 {
  position: absolute;
  top: 50px;
  left: 0;
}
#footer address {
  margin-left: 250px;
  font-size: 15px;
  line-height: 23px;
  color: #b3b3b3;
  font-style: normal;
}
#footer address hr {
  width: 20px;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
#footer address .copyright {
  display: block;
  margin-top: 10px;
  color: #777777;
}


#ft-fam{position: absolute;top: 125px;right: 0;width: 300px;height: 40px;}
#ft-fam > a {display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#sns-ico {
  margin-top: 20px;
}
#sns-ico li {
  display: inline-block;
  margin-right: 5px;
}

/* #gotop{position: absolute;top: 10px;right: 0;display: block;background: url('../images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;} */
#gotop {
  position: fixed;
  bottom: 50px;
  right: 90px;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #0348b1;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
#gotop:hover {
  text-decoration: none;
}

#fnb > li {
  display: inline-block;
  padding: 0 10px;
}
#fnb > li:first-child {
  padding-left: 0;
  background: none;
}
#fnb > li a {
  font-size: 15px;
  color: #b3b3b3;
  letter-spacing: -1px;
  line-height: 70px;
}

#ft-cc {
  position: absolute;
  top: 50px;
  right: 0;
}
#ft-cc dl {
  font-family: empty;
  font-size: 0;
}
#ft-cc dl > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-family: noto;
  height: 34px;
}
#ft-cc dl dt {
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 34px;
}
#ft-cc dl dd {
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
#ft-cc dl dd i {
  position: absolute;
  top: 2px;
  left: 0;
}
#ft-cc dl dd a {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}
#ft-cc p {
  margin-top: 10px;
  color: #b3b3b3;
  line-height: 1em;
  font-size: 20px;
}
#ft-cc .footer_cs_link {
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 34px;
}
#ft-cc .footer_cs_link i {
  margin-left: 10px;
}

#slide-btn {
  display: none;
  text-indent: -999em;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: 35px;
  right: 0;
}
#slide-btn button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after {
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #282828;
}
#slide-btn button span {
  display: block;
  top: 50%;
  margin-top: -1px;
  opacity: 1;
  transition: all 0.3s;
}
#slide-btn button:before {
  content: "";
  display: block;
  top: 0;
  transition: all 0.3s;
}
#slide-btn button:after {
  content: "";
  display: block;
  bottom: 0;
  transition: all 0.3s;
}
#slide-btn button.on span {
  opacity: 0;
}
#slide-btn button.on:before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}
#slide-btn button.on:after {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}

#slide-bg {
  display: none;
}
#slide-menu {
  display: none;
}

#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header.fix.on .inner {
  height: 75px;
  transition: all 0.3s;
}
#header.fix.on .logo {
  line-height: 75px;
  transition: all 0.3s;
}
#header.fix.on #gnb > li > a {
  line-height: 75px;
  transition: all 0.3s;
}
#header.fix.on #gnb > li > ul {
  top: 75px;
  transition: all 0.3s;
}
#header.fix.on #tnb {
  top: 25px;
  transition: all 0.3s;
}

/**************************************************
	Main
**************************************************/
#main #mainWrap {
  overflow: hidden;
}

#main .visual {
  position: relative;
}
#main .visual .roll .item {
  position: relative;
  overflow: hidden;
}
#main .visual .roll .item img {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
#main .visual .slick-dots {
  position: absolute;
  bottom: 168px;
  left: 50%;
  margin-left: -700px;
  z-index: 81;
}
#main .visual .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 5px;
}
#main .visual .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 6px;
  text-indent: -999em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}
#main .visual .slick-dots li.slick-active button {
  width: 25px;
  height: 3px;
  border: 0;
  background-color: #2b9ce0;
  border-radius: 0;
}

.mtit {
  margin-bottom: 58px;
}
.mtit h3 {
  display: block;
  text-align: center;
  font-family: "paybooc-Light";
  font-weight: 200;
  font-size: 40px;
  color: #222222;
}
.mtit h3 strong {
  font-family: "paybooc-Bold";
  font-weight: 600;
}
.mtit p {
  margin-top: 30px;
  font-size: 24px;
  color: #333333;
  font-weight: 200;
  line-height: 34px;
  text-align: center;
}
.mtit span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  text-align: center;
}

.colBlue {
  color: #0348b1 !important;
}
.colRed {
  color: red !important;
}

.tac > img.__pc,
.tac > img.__ta {
  margin: 0 auto;
}

.maboutus-wrap {
  padding: 100px 0 50px;
  background: #f1f7fb url("../images/main/bg1.jpg") no-repeat center 0;
}
.maboutus-wrap .inner {
  width: 1280px;
  margin: 0 auto;
}
.maboutus-wrap .mtit {
  margin-bottom: 0;
}
.maboutus-wrap .mtit h3 {
  color: #fff;
}
.maboutus-wrap .mtit h3 strong {
  color: #fff;
}
.maboutus-wrap dl {
  margin-top: 64px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 50% auto;
  padding: 98px 100px 98px 50%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.maboutus-wrap dl > * {
  display: block;
}
.maboutus-wrap dl > dt {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
}
.maboutus-wrap dl > dd {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 28px;
}

.mselect-wrap {
  padding: 50px 0 100px;
  background: #f1f7fb;
}
.mselect-wrap .inner {
  width: 1280px;
  margin: 0 auto;
}
.mselect-wrap ol {
  padding-left: 640px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 50% auto;
  box-sizing: border-box;
}
.mselect-wrap ol li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  margin-top: 10px;
  padding: 42px 0;
  position: relative;
}
.mselect-wrap ol li:first-child {
  margin-top: 0;
}
.mselect-wrap ol li em {
  position: absolute;
  top: 46px;
  left: 50px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  font-family: "paybooc-Light";
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  background: #0348b1;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 2px;
}
.mselect-wrap ol li strong {
  position: absolute;
  top: 46px;
  left: 118px;
  line-height: 45px;
  font-size: 26px;
  color: #333333;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.mselect-wrap ol li p {
  margin-left: 238px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 28px;
}

.mspecial-wrap {
  width: 1280px;
  margin: 100px auto;
}
.mspecial-wrap ul li {
  margin-top: 60px;
}
.mspecial-wrap ul li:first-child {
  margin-top: 0;
}
.mspecial-wrap ul li:after {
  display: block;
  clear: both;
  content: "";
}
.mspecial-wrap ul li > * {
  float: left;
  width: 48%;
}
.mspecial-wrap ul li:nth-child(odd) .img {
  float: right;
}
.mspecial-wrap ul li:nth-child(even) .info {
  float: right;
}
.mspecial-wrap ul li .img {
  padding-bottom: 384px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.mspecial-wrap ul li:nth-child(1) .info {
  padding-top: 63px;
}
.mspecial-wrap ul li:nth-child(2) .info {
  padding-top: 58px;
}
.mspecial-wrap ul li:nth-child(3) .info {
  padding-top: 120px;
}
.mspecial-wrap ul li .info strong {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  line-height: 34px;
}
.mspecial-wrap ul li .info strong span {
  font-size: 24px;
}
.mspecial-wrap ul li .info p {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
}
.mspecial-wrap ul li .info a {
  display: block;
  margin-top: 45px;
}

.mpayinfo-wrap {
  padding: 100px 0;
  background: url("../images/main/bg2.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.mpayinfo-wrap .inner {
  width: 1280px;
  margin: 0 auto;
}
.mpayinfo-wrap .mtit h3 {
  color: #fff;
}
.mpayinfo-wrap ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 33.33%;
}
.mpayinfo-wrap ul li .img {
  position: relative;
}
.mpayinfo-wrap ul li .img img {
  max-width: 100%;
}
.mpayinfo-wrap ul li .img:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../images/main/payinfo-dot.png") no-repeat center center;
  background-size: contain;
}
.mpayinfo-wrap ul li .info {
  padding-top: 50px;
}
.mpayinfo-wrap ul li .info:before {
  display: block;
  content: "";
  background: #3d89ca;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 0;
  margin-top: -50px;
}
.mpayinfo-wrap ul li .info strong {
  display: block;
  font-size: 22px;
  color: #c9e2ef;
  font-weight: 300;
  line-height: 32px;
}
.mpayinfo-wrap ul li .info strong span {
  font-size: 16px;
  color: #87c0e3;
  font-weight: 300;
  line-height: 28px;
}
.mpayinfo-wrap ul li .info p {
  margin-top: 20px;
  font-size: 14px;
  color: #87c0e3;
  font-weight: 200;
  line-height: 24px;
}
.mpayinfo-wrap ul li .info a {
  display: block;
  margin-top: 45px;
  color: #87c0e3 !important;
  border: 1px solid #87c0e3;
}
.mpayinfo-wrap ul li:hover .img:after {
  background-image: url("../images/main/payinfo-dot-on.png");
}
.mpayinfo-wrap ul li:hover .info strong,
.mpayinfo-wrap ul li:hover .info strong span,
.mpayinfo-wrap ul li:hover .info p {
  color: #fff;
}
.mpayinfo-wrap ul li:hover a {
  color: #fff;
  border-color: #fff;
}
.mpayinfo-wrap ul li .info a:hover {
  background: url("../images/main/btn-bg2.jpg") repeat-y center center;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff !important;
}

.mcloudmail-wrap {
  width: 1280px;
  margin: 100px auto;
}
.mcloudmail-wrap .mtit h3 {
  font-family: "paybooc-Bold";
  font-weight: 600;
}
.mcloudmail-wrap .img {
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.mcloudmail-wrap .img img {
  max-width: 100%;
}

.mpreview-wrap {
  background: #f8f7fc;
  padding: 100px 0;
}
.mpreview-wrap .inner {
  width: 1280px;
  margin: 0 auto;
}
.mpreview-wrap .mtit h3 {
  font-family: "paybooc-Bold";
  font-weight: 600;
}
.mpreview-wrap .roll {
  margin: -15px;
}
.mpreview-wrap .item .in {
  margin: 15px;
  position: relative;
}
.mpreview-wrap .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 63.29%;
  background: rgba(0, 0, 0, 0.8);
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
.mpreview-wrap .item .link i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.mpreview-wrap .item .tmb {
  padding-bottom: 63.29%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mpreview-wrap .item .info {
  padding: 45px 0;
  border-bottom: 2px solid #333;
  text-align: center;
}
.mpreview-wrap .item .info strong {
  display: block;
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
  font-weight: normal;
}
.mpreview-wrap .item .info p {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.mpreview-wrap .slick-dots {
  text-align: center;
  margin-top: 70px;
}
.mpreview-wrap .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 14px;
}
.mpreview-wrap .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  text-indent: -999em;
  overflow: hidden;
  background-color: #dddddd;
  border: 0;
}
.mpreview-wrap .slick-dots li.slick-active button {
  background-color: #0348b1;
}
.mpreview-wrap .item .in:hover .link {
  opacity: 1;
}

.mbanner-wrap {
  background: #fff;
  padding: 50px 0 100px;
}
.mbanner-wrap .inner {
  width: 1040px;
  padding: 70px 120px;
  margin: 0 auto;
  background: #079cd4 url("../images/main/banner-bg1.jpg") no-repeat 100% center;
  background-size: contain;
  border-radius: 20px;
  position: relative;
}
.mbanner-wrap .mtit {
  margin-bottom: 40px;
}
.mbanner-wrap .mtit h3 {
  text-align: left;
  font-size: 30px;
  color: #fff;
  line-height: 1.4em;
}
.mbanner-wrap .mtit h3 strong {
  font-size: 30px;
  color: #fff;
  line-height: 1.4em;
}
.mbanner-wrap .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.mbanner-wrap .img img {
  max-width: 100%;
}
.mbanner-wrap .btnWrap {
  margin-top: 25px;
}
.mbanner-wrap .btnWrap:after {
  display: block;
  clear: both;
  content: "";
}
.mbanner-wrap .btnWrap a {
  float: left;
  margin: 0;
  margin-right: 10px;
  width: 250px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  font-weight: 300;
  letter-spacing: -0.05em;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 25px;
  text-decoration: none;
}
.mbanner-wrap .btnWrap a:hover {
  background: url("../images/main/btn-bg2.jpg") repeat-y center center;
  border: 1px solid rgba(0, 0, 0, 0);
}

/**************************************************
	Sub
**************************************************/
#sub {
  overflow: hidden;
}
#sub #content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 90px 0;
}

#sub .sub-vis {
  position: relative;
  height: 240px;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-color: #f3f3f3;
}
#sub .sub-vis:before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#sub .sub-vis h2 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "paybooc-Bold";
  font-weight: 600;
  font-size: 45px;
  color: #111111;
  z-index: 2;
}
#sub .sub-vis h2 em {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-family: noto;
  font-size: 18px;
  color: #333333;
  font-weight: 200;
}

#sub .sub-tit {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#sub .sub-tit h3 {
  margin-top: 10px;
  font-size: 30px;
  color: #000;
}

.lnbWrap {
  width: 1280px;
  margin: 80px auto 0;
}
#lnb {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
#lnb > li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 30px;
}
#lnb > li a {
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  line-height: 55px;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  color: #999999;
}
#lnb > li.active a {
  border-bottom: 3px solid #0348b1;
  color: #0348b1;
  font-weight: 300;
}

.top-step {
  background: #f3f3f3;
  padding-bottom: 52px;
  position: relative;
  z-index: 10;
}
.top-step ul {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.top-step ul > li {
  flex: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 25%;
  line-height: 70px;
  font-size: 18px;
  color: #999999;
  letter-spacing: -0.05em;
}
.top-step ul > li em {
  font-style: normal;
  display: inline-block;
  vertical-align: 1px;
  font-family: "paybooc-Bold";
  font-weight: 600;
  font-size: 19px;
  color: #999999;
  letter-spacing: -0.025em;
}
.top-step ul > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.top-step ul > li:first-child:before {
  display: none;
}
.top-step ul > li.active {
  background: #0348b1;
  color: #fff;
  font-weight: 600;
}
.top-step ul > li.active em {
  color: #fff;
}

/* 약관 내용 출력 박스 */
.policybox {
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.btn-box {
  margin: 0 -25px;
}
.btn-box > li {
  margin: 0 25px;
  width: calc(50% - 50px);
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  padding: 80px 60px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 40% auto;
  border-radius: 10px;
}
.btn-box > li .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #0348b1;
  border-radius: 10px;
  opacity: 0;
}
.btn-box > li strong {
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  line-height: 1em;
  height: 1em;
}
.btn-box > li p {
  margin: 20px 0 35px;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 28px;
  font-weight: 200;
}
.btn-box > li:nth-child(even) .link {
  border-color: #ffa506;
}
.btn-box > li:hover .link {
  opacity: 1;
}
.btn-box > li:hover .btn3 {
  background: url("../images/main/btn-bg.jpg") repeat-y center center;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn-box > li:hover .btn4 {
  background: url("../images/main/btn-bg2.jpg") repeat-y center center;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (min-width: 782px) and (max-width: 1200px) {
  .btn-box > li {
    min-height: 188px;
  }
}
@media screen and (min-width: 539px) and (max-width: 664px) {
  .btn-box > li {
    min-height: 207px;
  }
}

.mt_90 {
  margin-top: -90px !important;
}
.mb_90 {
  margin-bottom: -90px !important;
}

.colBlue {
  color: #0348b1 !important;
}

.stit {
  margin-bottom: 35px;
}
.stit h4 {
  display: block;
  text-align: center;
  font-family: "paybooc-Bold";
  font-weight: 600;
  font-size: 32px;
  color: #111111;
  line-height: 1em;
}
.stit p {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 200;
}
.stit p .big {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.fulldiv {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.fulldiv .inner {
  width: 1280px;
  margin: 0 auto;
}
.fulldiv.bgf1f1f1 {
  background: #f1f1f1;
}
.fulldiv.shadow {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.content1 {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}
.content2 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}
.content3 {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 60px;
}

.step > li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}
.step > li em {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "paybooc-Light";
  font-weight: 600;
  font-size: 16px;
  color: #0348b1;
  line-height: 30px;
  font-style: normal;
}

.t1 {
  font-size: 15px;
  color: #888888;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 28px;
}
.t2 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 30px;
}
.t2 span {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 30px;
  color:#E34B0E;
}
.t3 {
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}

.line1 {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 40px 0;
  background: #ddd;
}

.align-cont {
  margin: -25px;
}
.align-cont:after {
  display: block;
  clear: both;
  content: "";
}
.align-cont > dl {
  float: left;
  margin: 25px;
  width: calc(50% - 50px);
}

.infobox {
  margin: 70px 0 75px;
  border: 1px solid #ddd;
  padding: 30px 50px;
  border-radius: 10px;
}
.infobox:after {
  display: block;
  clear: both;
  content: "";
}
.infobox > * {
  float: left;
}
.infobox > dt {
  width: 210px;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  line-height: 1em;
}
.infobox > dd {
  width: calc(100% - 210px);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6em;
}

.ms-list {
  margin: -15px;
}
.ms-list > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 15px;
  width: calc(33.33% - 30px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  padding: 45px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ms-list > li.w100 {
  width: calc(100% - 30px);
}
.ms-list > li label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ms-list .info strong {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  line-height: 1em;
}
.ms-list .info p.chk {
  margin-top: 5px;
  padding: 7px 0;
  padding-left: 45px;
  background: url("../images/sub/t-ico-chk.png") no-repeat 0 0;
  font-size: 16px;
  line-height: 21px;
}
.ms-list .pay {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.ms-list .pay strong {
  font-family: "paybooc-Light";
  font-weight: 600;
  font-size: 32px;
  color: #111111;
  line-height: 1em;
}
.ms-list .pay strong em {
  font-family: noto;
  font-size: 20px;
  color: #333333;
  font-weight: 300;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: bottom;
  font-style: normal;
}
.ms-list .pay span {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #eeeeee;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 15px;
  display: inline-block;
}
.ms-list .active {
  background: url("../images/main/btn-bg.jpg") repeat-y center 0;
  background-size: 100% auto;
}
.ms-list .active .info strong,
.ms-list .active .info p.chk,
.ms-list .active .pay strong,
.ms-list .active .pay strong em {
  color: #fff;
}

.ms-list2 > li {
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
}
.ms-list2 > li:first-child {
  margin-top: 0;
}
.ms-list2 > li label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ms-list2 > li i {
  position: absolute;
  top: 17px;
  right: 35px;
  font-size: 24px;
  color: #0348b1;
  opacity: 0;
}
.ms-list2 .info {
  margin-right: 70px;
  padding-left: 160px;
  position: relative;
  line-height: 30px;
}
.ms-list2 .info strong {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #0348b1;
  font-weight: 300;
}
.ms-list2 .info p {
  font-size: 15px;
  color: #888888;
  font-weight: 200;
  letter-spacing: -0.05em;
}
.ms-list2 .active {
  border-color: #0348b1;
}
.ms-list2 .active i {
  opacity: 1;
}

.icon-list > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 16.66%;
  text-align: center;
  margin-top: 50px;
}
.icon-list > li img {
  display: block;
  margin: 0 auto;
}
.icon-list > li strong {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  line-height: 1em;
}

.caption {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
}
.caption b {
  width: 16px;
  vertical-align: middle;
  line-height: 16px;
  color: #fff;
  border-radius: 50%;
  background: #bbb;
  display: block;
  text-align: center;
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}
.caption .on_caption {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  top: 20px;
  left: 5px;
  display: inline-block;
  box-sizing: border-box;
  padding: 7px 15px;
  line-height: 16px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #444;
  background: #eee;
  font-size: 14px;
  white-space: nowrap;
}
.caption:hover .on_caption {
  opacity: 1;
}

.count1 .btn {
  border: 1px solid #ddd;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f3f3f3;
  border-radius: 50%;
}
.count1 .inp {
  border: 1px solid #ddd;
  background: #fff;
  width: 100px;
  height: 50px;
  border-radius: 3px;
  margin: 0 20px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.sel {
  border: 1px solid #ddd;
  background: #fff;
  height: 50px;
  border-radius: 3px;
  font-size: 20px;
  color: #333;
}

.chkArea2 {
  margin: 20px 60px 20px 0px;
  font-size: 15px;
  color: #888888;
  font-weight: 200;
  letter-spacing: -0.05em;
}
.chkArea2 label,
.chkArea2 label span,
.chkArea2 a {
  font-size: 15px;
  color: #888888;
  font-weight: 200;
  letter-spacing: -0.05em;
}

.manual-list {
  margin: -10px;
}
.manual-list > li {
  margin: 10px;
  width: calc(50% - 20px);
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: #f4f4f4;
  border-radius: 10px;
  position: relative;
}
.manual-list > li a {
  display: block;
  padding: 0 100px 0 40px;
  height: 80px;
  line-height: 80px;
  font-size: 21px;
  color: #222222;
  font-weight: 300;
  letter-spacing: -0.05em;
  text-decoration: none;
}
.manual-list > li i {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  color: #444;
}

.box-shadow > li {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.box-shadow > li:first-child {
  margin-top: 0;
}
.box-shadow > li img {
  max-width: 100%;
  margin: 0 auto;
}

#payment_cont2 .fulldiv.bgf1f1f1 {
  padding-bottom: 100px;
}
#payment_cont2 .fulldiv.shadow {
  padding-bottom: 100px;
}
#payment_cont2 .fulldiv .inner {
  position: relative;
}
#payment_cont2 .fulldiv .btn3 {
  position: absolute;
  right: 60px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding-top: 33px;
  text-decoration: none;
  background: url("../images/main/btn-bg.jpg") repeat-y center center !important;
  font-family: "paybooc-Bold";
  font-weight: 600;
  font-size: 20px;
  color: #fff !important;
  border: 0 !important;
  line-height: 26px;
}
#payment_cont2 .fulldiv .btn3:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#payment_cont2 ._mainServer .stit h4 {
  font-size: 45px;
}

#payment_cont3 .fulldiv.bgf1f1f1 {
  padding-bottom: 100px;
}
#payment_cont3 .fulldiv.shadow {
  padding-bottom: 100px;
}
#payment_cont3 .content2 {
  width: 40%;
  margin: 0 auto;
}
#payment_cont3 .content2 legend {
  display: none;
}
#payment_cont3 .count1 {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#payment_cont3 .count1 .inp {
  width: 150px;
}
#payment_cont3 .table2 tr th {
  width: 20%;
}

#payment_cont4 .fulldiv.shadow {
  padding-bottom: 100px;
}
#payment_cont4 .info:after {
  display: block;
  clear: both;
  content: "";
}
#payment_cont4 .info > * {
  float: left;
}
#payment_cont4 .info strong {
  width: 100%;
}
#payment_cont4 .info p.chk {
  width: 50%;
  box-sizing: border-box;
}
#payment_cont4 .ms-list .pay strong {
  margin-right: 10px;
}
#payment_cont4 .ms-list .pay span {
  position: static;
}
#payment_cont4 .table2 tr > * {
  padding: 20px;
}
#payment_cont4 .table2 td > span {
  display: block;
}
#payment_cont4 .table2 table tr > * {
  padding: 10px 0;
  vertical-align: top;
}
#payment_cont4 .table2 .total > * {
  padding-top: 30px;
  padding-bottom: 30px;
}
#payment_cont4 .content2 .table2 {
  margin: -20px 0;
}
#payment_cont4 .content2 .table2 tr > * {
  padding-right: 0;
  padding-left: 0;
}
#payment_cont4 .content2 .table2 tr:first-child > * {
  border-top: 0;
}
#payment_cont4 .content2 .table2 td {
  position: relative;
  padding-right: 90px;
}
#payment_cont4 .content2 .table2 td .btn6 {
  position: absolute;
  top: 20px;
  right: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  width: 80px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
#payment_cont4 .inp {
  margin: 0 10px;
}
#payment_cont4 .sel {
  width: 230px;
  padding-left: 10px;
}
#payment_cont4 .ms-list2 {
  margin-top: 10px;
}

#payment_cont5 .slogan {
  padding: 70px;
  text-align: center;
  background: url("../images/main/btn-bg.jpg") repeat-y center center;
  background-size: 100% auto;
  border-radius: 10px;
}
#payment_cont5 .slogan img {
  display: block;
  margin: 0 auto;
}
#payment_cont5 .slogan strong {
  display: block;
  margin-top: 25px;
  font-size: 34px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}
#payment_cont5 .slogan p {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 26px;
}
#payment_cont5 .table2 {
  margin-top: 60px;
  border-top: 2px solid #222;
  border-bottom: 1px solid #ddd;
  padding: 30px;
}
#payment_cont5 .fulldiv.shadow {
  padding-bottom: 100px;
}
.__line {
  width: 100%;
  display: block;
  height: 1px;
  background: #ddd;
  margin: 30px 0;
  border: 0;
}

#aboutus .stit {
  margin-bottom: 65px;
}
#aboutus .stit h4 {
  font-size: 40px;
  line-height: 1.4em;
}
#aboutus .qna {
  padding: 90px 0;
}
#aboutus .qna .stit h4 {
  color: #fff;
}
#aboutus .qna dl > * {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
#aboutus .qna dl dt {
  padding: 85px 0;
  background-image: url("../images/sub/aboutus-bg2.jpg");
  background-position: 10px center;
  font-size: 30px;
  color: #333333;
  font-weight: 200;
  letter-spacing: -0.05em;
  text-align: center;
  text-indent: 90px;
}
#aboutus .qna dl dt em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-family: "paybooc-Bold";
  font-weight: 600;
  font-size: 35px;
  color: #222222;
}
#aboutus .qna dl dd {
  padding: 70px;
  margin-top: 30px;
  background-image: url("../images/sub/aboutus-bg3.jpg");
  background-position: 100% center;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1.8em;
}
#aboutus .payment {
  background: #f8f7fc;
  padding: 90px 0;
  margin-top: 90px;
}
#aboutus .box-list {
  margin: -1%;
}
#aboutus .box-list:after {
  display: block;
  clear: both;
  content: "";
}
#aboutus .box-list > dl {
  float: left;
  width: 48%;
  margin: 1%;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
#aboutus .box-list dt {
  display: block;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  text-align: center;
  background: #079cd4;
  font-family: "paybooc-Light";
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}
#aboutus .box-list dd {
  display: block;
  border-radius: 0 0 10px 10px;
  padding: 50px 40px;
  border: 2px solid #079cd4;
  border-top: 0;
}
#aboutus .box-list dd:after {
  display: block;
  clear: both;
  content: "";
}
#aboutus .box-list dd > * {
  float: left;
  width: 100%;
}
#aboutus .box-list p:not(.chk) {
  margin-bottom: 30px;
  font-size: 16px;
  color: #444444;
  font-weight: 200;
  line-height: 28px;
  text-align: center;
}
#aboutus .box-list p.chk {
  width: 50%;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 7px 0;
  padding-left: 45px;
  background: url("../images/sub/t-ico-chk.png") no-repeat 0 0;
  font-size: 16px;
  line-height: 21px;
}
#aboutus .box-list table {
  width: 100%;
  margin: 45px 0 0;
}
#aboutus .box-list table tr td {
  border: 20px solid #fff;
  background: #f1f1f1;
  height: 170px;
  text-align: center;
  font-size: 21px;
  color: #333333;
  font-weight: 300;
  line-height: 1.4em;
}
#aboutus .box-list table tr td span {
  display: block;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 21px;
}
#aboutus .box-list strong {
  margin-top: 45px;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
}
#aboutus .box-list strong mark {
  font-size: 24px;
  background: #b2e4ed;
}
#aboutus .box-list .btn2 {
  font-size: 16px;
  color: #999999;
  letter-spacing: -0.05em;
  height: 48px;
  line-height: 48px;
  width: 250px;
}
#aboutus .box-list dl:nth-child(odd) dt {
  background: #0348b1;
}
#aboutus .box-list dl:nth-child(odd) dd {
  border-color: #0348b1;
}
#aboutus .slider {
  padding: 90px 0;
}
#aboutus .slider .stit {
  margin-bottom: 60px;
}
#aboutus .slider .stit h4 {
  color: #fff;
}
#aboutus .slider .roll {
  position: relative;
  margin: -10px;
}
#aboutus .slider .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 60px;
}
#aboutus .slider .slick-dots li {
  margin-right: 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
#aboutus .slider .slick-dots li button {
  border: 0;
  width: 12px;
  height: 12px;
  background: #dddddd;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50%;
}
#aboutus .slider .slick-dots li.slick-active button {
  background: #00baff;
}
#aboutus .item {
  padding: 10px;
}
#aboutus .item:after {
  display: block;
  clear: both;
  content: "";
}
#aboutus .item .info {
  float: left;
  padding-top: 50px;
  margin-left: 50px;
}
#aboutus .item .info > * {
  display: block;
}
#aboutus .item .info em {
  display: inline-block;
  font-style: normal;
  border: 2px solid #fff;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  border-radius: 23px;
  font-family: "paybooc-Light";
  font-size: 16px;
  color: #fff;
}
#aboutus .item .info strong {
  margin-top: 35px;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05em;
}
#aboutus .item .info p {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  line-height: 28px;
}
#aboutus .item > img {
  float: right;
  border: 20px solid #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#aboutus .tac > img {
  margin: 0 auto;
}
#aboutus .mbanner-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-top: 65px;
  margin-left: -50vw;
  background: #fff;
  padding-bottom: 0;
}
#aboutus .mbanner-wrap .inner {
  background: #7775e6 url("../images/main/aboutus-bg5.jpg") no-repeat 100%
    center;
}

#case {
  border-top: 2px solid #222222;
  padding-top: 70px;
  margin-top: -40px;
}
#case .stit {
  margin-bottom: 70px;
}
#case .stit p {
  border: 1px solid #ddd;
  padding: 40px 50px;
  border-radius: 10px;
  background: #f1f1f1;
  color: #111;
}
#case .stit p .big {
  color: #111;
}

#ca_id02 .top-step ul > li.active {
  background: #ffa506;
}
#ca_id02 #payment_cont2 .fulldiv .btn3 {
  background-image: url("../images/main/btn-bg2.jpg") !important;
  background-repeat: repeat-y !important;
  background-position: center center !important;
}
#ca_id02 .step > li em {
  color: #ffa506;
}
#ca_id02 .tab2 > li.active a {
  color: #ffa506;
  border-bottom-color: #ffa506;
}
#ca_id02 .ms-list .info p.chk {
  background: url("../images/sub/t-ico-chk2.png") no-repeat 0 0;
}
#ca_id02 .ms-list .active {
  background: url("../images/main/btn-bg2.jpg") repeat-y center 0;
  background-size: 100% auto;
}
#ca_id02 .btn5.big {
  background: #ffa506;
  border-color: #ffa506;
}
#ca_id02 .ms-list2 .active {
  border-color: #ffa506;
}
#ca_id02 .ms-list2 .info strong,
#ca_id02 .ms-list2 > li i {
  color: #ffa506;
}
#ca_id02 #payment_cont5 .slogan {
  background: url("../images/main/btn-bg2.jpg") repeat-y center center;
}
#ca_id02 .colBlue {
  color: #ffa506 !important;
}

/* 회원 로그인 */
#join-wrap {
  background: #fff;
  width: 500px;
  padding: 50px 0;
  margin: 0 auto;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
#join-wrap legend {
  display: none;
}
#join-wrap fieldset {
  width: 310px;
  margin: 0 auto;
}
#join-wrap h4 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-family: "paybooc-Bold";
  font-weight: 600;
  font-size: 32px;
  color: #333333;
}
#join-wrap dl {
  margin-top: 15px;
}
#join-wrap dl dt {
  font-size: 12px;
  color: #666666;
  font-weight: 300;
  line-height: 24px;
}
#join-wrap dl dd {
  background: #f6f5f8;
  border-radius: 5px;
  position: relative;
  padding-left: 52px;
}
#join-wrap dl dd i {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  color: #666666;
}
#join-wrap dl dd strong {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  display: block;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
#join-wrap dl dd input {
  border: 0;
  width: 100%;
  height: 45px;
  border-left: 1px solid #ddd;
  text-indent: 20px;
  background: #f6f5f8;
}
#join-wrap dl dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f6f5f8 inset;
}
#join-wrap .chkWrap {
  margin: 18px 0 28px;
}
#join-wrap .chkWrap > * {
  display: inline-block;
  vertical-align: middle;
}
#join-wrap .chkWrap label {
  color: #777777;
}
#join-wrap .chkWrap a {
  color: #222222;
  font-weight: 300;
  padding: 0 12px;
  margin-left: 10px;
  position: relative;
}
#join-wrap .chkWrap a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background: #d4d4d4;
  margin-top: -6px;
}
#join-wrap .sbm {
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  width: 100%;
  background: url("../images/main/btn-bg.jpg") repeat-y center center;
  background-size: 100% 100%;
}

/* user 대시보드 */
#user #header .inner {
  margin: 0 50px 0 20px;
  width: auto;
}
#user #header .logo a {
  font-family: "paybooc-Bold";
  font-size: 22px;
  color: #111 !important;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
}
#user #header .logo a:hover {
  text-decoration: none !important;
}

#user #gnb {
  text-align: left;
  margin: 0 0 0 200px;
}
#user #gnb > li > ul {
  display: none;
}

#user #footer .fnbWrap {
  display: none;
}
#user #footer .ftWrap {
  width: auto;
  margin: 0;
  padding: 0;
}
#user #footer h2 {
  display: none;
}
#user #footer address {
  font-size: 0;
  line-height: 0;
  margin-left: 0;
}
#user #footer address .copyright {
  padding: 30px 0;
  text-align: center;
  margin: 0;
  color: #bbbbbb;
}

#user #ft-cc {
  display: none;
}

#user #sub {
  min-height: calc(100vh - 150px);
  position: relative;
  background: #fff;
  z-index: 1;
}
#user #sub #content {
  width: auto;
  margin: 0;
  padding: 0;
  position: static;
}
#user #sub #content:after {
  display: block;
  clear: both;
  content: "";
}
#user #sub #content:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #404040;
  z-index: -1;
}
#user #sub #content > * {
  float: left;
}
#user .lnbWrap {
  width: 220px;
  margin: 0 0 100px;
}
/* #user #subCont {width: 1130px;margin-left: 50px;padding: 40px 0 100px;} */
#user #subCont {
  width: calc(100% - 320px);
  margin-left: 50px;
  padding: 40px 0 100px;
}
#user #lnb {
  width: auto;
}
#user #lnb > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #222;
}
#user #lnb > li a {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  border: 0;
}
#user #lnb > li.active > a {
  background: #ffa506;
  color: #fff;
}
#user #sub .sub-tit {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}
#user #sub .sub-tit h3 {
  font-size: 23px;
  letter-spacing: -1px;
}
#user-list .list_tbl {
  width: 100%;
  border-top: 2px solid #545c73;
}
#user-list .list_tbl caption {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 5px;
  text-align: left;
}
#user-list .list_tbl tr > * {
  position: relative;
  padding: 10px;
  border: 1px solid #dddee0;
  border-width: 0 1px 1px 1px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
#user-list .list_tbl tr.tr_notice {
  background: #f3f4f7;
}
#user-list .list_tbl thead tr th {
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  letter-spacing: -1px;
  background: rgba(84, 92, 115, 0.03);
}
#user-list .list_tbl tbody tr td.no,
#user-list .list_tbl tbody tr td.date,
#user-list .list_tbl tbody tr td.view {
  color: #999;
}
#user-list .list_tbl tbody tr td.sbj {
  text-align: left;
}
#user-list .list_tbl tbody tr td.sbj a:not(.btn1) {
  font-size: 15px;
  color: #000;
  letter-spacing: -0.5px;
}
#user-list .list_tbl tbody tr td span.green {
  border: 1px solid green;
  color: green;
  font-size: 12px;
  padding: 0 2px;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  border-radius: 3px;
}
#user-list .list_tbl tbody tr td span.blue {
  border: 1px solid blue;
  color: blue;
  font-size: 12px;
  padding: 0 2px;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  border-radius: 3px;
}
#user-list .list_tbl tbody tr td span.red {
  border: 1px solid red;
  color: red;
  font-size: 12px;
  padding: 0 2px;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  border-radius: 3px;
}
#user-list .list_tbl tbody tr td span.black {
  border: 1px solid black;
  color: black;
  font-size: 12px;
  padding: 0 2px;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  border-radius: 3px;
}
#user-list .btn1.small {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  vertical-align: middle;
  border-radius: 3px;
}

#user-view {
  background: #ffffff;
  border: 5px solid #f1f1f1;
  padding: 0 30px 30px;
}
#user-view.w450 {
  width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20px;
}
#user-view .titWrap {
  padding: 30px 0;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
}
#user-view .titWrap > * {
  display: block;
  text-align: center;
  margin-top: 5px;
}
#user-view .titWrap > *:first-child {
  margin-top: 0;
}
#user-view .titWrap .tit {
  font-size: 16px;
  color: #111;
  font-weight: 300;
}
#user-view .titWrap .sbj {
  font-size: 18px;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 1.4em;
}
#user-view .titWrap2 {
  padding: 30px 0;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
}
#user-view .titWrap2:after {
  display: block;
  clear: both;
  content: "";
}
#user-view .titWrap2 > * {
  float: left;
}
#user-view .titWrap2 .lef {
  width: 40%;
}
#user-view .titWrap2 .rig {
  width: calc(60% - 20px);
  margin-left: 20px;
}
#user-view .titWrap2 .sbj {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  background: #f1f1f1;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  text-align: center;
}
#user-view .titWrap2 .btn1 {
  width: 100%;
  text-align: center;
}
#user-view .user-tbl1 tr > * {
  text-align: left;
  padding-left: 20px;
  border-top: 1px solid #fff;
}
#user-view .user-tbl1 tr:first-child > * {
  border-top: 1px solid #ccc;
}
#user-view .user-tbl1 tr th {
  background: #f1f1f1;
}
#user-view .memoWrap {
  font-size: 15px;
  color: #444;
  line-height: 1.6em;
}
#user-view .btn3.big {
  width: 200px;
  background: url("../images/main/btn-bg.jpg") repeat-y center center;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}

#user-view.type1 .titWrap {
  border-bottom: 0;
  padding-bottom: 0;
}
#user-view.type1 .titWrap .sbj {
  font-size: 32px;
  color: #222222;
  font-family: "paybooc-Bold";
  font-weight: 600;
  text-align: center;
}

#mp-form .user-tbl2 tr > * {
  text-align: left;
}
#mp-form select {
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align: middle;
  box-sizing: border-box;
}
#mp-form .inp {
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align: middle;
  box-sizing: border-box;
}
#mp-form.w400 {
  width: 400px;
  margin: 0 auto;
  background: #fff;
}
#mp-form.w400.user-tbl1 {
  background: #f1f1f1;
}
#mp-form.w400 .btn1.w100 {
  width: 100%;
}
#mp-form.w400 .inp {
  width: 100%;
}
#mp-form .chkArea2 {
  margin: 20px 0;
}
#mp-form .chkArea2 label,
#mp-form .chkArea2 label span,
#mp-form .chkArea2 a {
  font-size: 13px;
}
#mp-form .chkArea2 a {
  color: #111;
}

#mp-form.type1 {
  width: 450px;
}
#mp-form.type1 legend {
  display: none;
}
#mp-form.type1 .tbl-wrap {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
}
#mp-form.type1 .tit {
  margin: 50px 0 30px;
  border-top: 0;
  padding-top: 0;
  font-size: 32px;
  color: #222222;
  font-family: "paybooc-Light";
  font-weight: 300;
  text-align: center;
}
#mp-form.type1 .tit strong {
  font-size: 32px;
  color: #222222;
  font-family: "paybooc-Bold";
  font-weight: 600;
}
#mp-form.type1 .tit p {
  margin-top: 15px;
  font-size: 16px;
  color: #888888;
  letter-spacing: -0.05em;
  font-weight: normal;
}
#mp-form.type1 .user-tbl1 {
  border: 0;
}
#mp-form.type1 .user-tbl1 caption {
  display: none;
}
#mp-form.type1 .user-tbl1 tr:first-child > * {
  padding-top: 0;
}
#mp-form.type1 .user-tbl1 tr:last-child > * {
  padding-bottom: 0;
}
#mp-form.type1 .user-tbl1 tr > * {
  text-align: left;
  padding: 0;
  height: 45px;
}
#mp-form.type1 .user-tbl1 tr th {
  font-size: 17px;
  color: #333333;
  font-weight: 300;
}
#mp-form.type1 .user-tbl1 tr td strong {
  display: block;
  border-bottom: 1px solid #ddd;
  color: #222222;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
}
#mp-form.type1 .user-tbl1 .inp {
  background: #f8f8f8;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
}
#mp-form.type1 .btn3 {
  width: 200px;
  background: url("../images/main/btn-bg.jpg") repeat-y center center;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}

.txtSmall {
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 1.6em;
  vertical-align: middle;
}

/**************************
	Search
**************************/
#user-search {
  position: relative;
  margin-bottom: 20px;
  height: 30px;
}
#user-search .tit {
  font-size: 16px;
  letter-spacing: -1px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}
#user-search .tit i {
  margin-right: 5px;
}
#user-search fieldset {
  position: absolute;
  top: 0;
  left: 0;
  font-family: empty;
  font-size: 0;
}
#user-search fieldset.no-abs {
  position: static;
  text-align: center;
  padding: 10px 0;
}
#user-search fieldset > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 30px;
  box-sizing: border-box;
}
#user-search legend {
  display: none;
}
#user-search .where {
  border: 1px solid #dddddd;
  border-top-color: #ddd;
  border-left-color: #ddd;
  width: 130px;
  overflow: hidden;
  background: url(/superboard/images/sb_slt_spr.jpg) no-repeat 92% center;
  margin-right: 5px;
}
#user-search .where select {
  width: 130%;
  height: 30px;
  border: none;
  background: none;
  padding-left: 10px;
  font-size: 12px;
  color: #333333;
}
#user-search .inp {
  position: relative;
  border-top-color: #ddd;
  border-left-color: #ddd;
  padding-right: 80px;
  margin-left: 5px;
}
#user-search .inp .keyword {
  width: calc(100% - 80px);
  border: 1px solid #dddddd;
  background: none;
  height: 30px;
  font-size: 12px;
  padding-left: 15px;
}
#user-search .inp .sbm {
  width: 77px;
  display: inline-block;
  background: #ffa506;
  border: 1px solid #ffa506;
  color: #fff !important;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 3px;
}

/**************************
	Button
**************************/
#user-footer {
  position: relative;
  margin-top: 30px;
  min-height: 35px;
}
#user-footer .left {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 50%;
  z-index: 2;
}
#user-footer .center {
  text-align: center;
}
#user-footer .right {
  text-align: right;
}
#user-footer .btn1.big,
#user-footer .btn2.big {
  width: 190px;
}

.sb-no-data {
  display: block;
  background: #f7f7f7;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -1px;
  color: #999;
}

.pub-info {
  border: 5px solid #f1f1f1;
  background: #fcfcfc;
  padding: 10px;
  margin: 80px 0 20px;
  text-align: center;
  font-size: 13px;
  color: red;
  line-height: 1.6em;
  letter-spacing: -0.05em;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.pub-info:after {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid red;
  box-sizing: border-box;
  opacity: 0.4;
  z-index: -1;
}
.pub-info em {
  font-style: normal;
  display: block;
  font-size: 11px;
  color: #111;
  font-weight: 600;
}
.pub-info i {
  border: 2px solid #ddd;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  font-weight: 600;
  border-radius: 50%;
}
.pub-info mark {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  color: #fff;
  padding: 0 10px;
  opacity: 0;
}
.pub-info:hover mark {
  opacity: 1;
}
.new-icon {
  position:absolute;
  top:12px;
  left:9px;
  line-height: normal;
}

/*22년 5월 4일 요금결제 페이지 수정 CSS*/

.mt_80 {
  margin-top:80px;
}
.mt_40 {
  margin-top:-40px;
}
.mt_20 {
  margin-top:-20px;
}
.mt50 {
  margin-top:-50px;
}
.mt40 {
  margin-top:40px;
}
.con_txt {
  padding: 30px;
  font-size: 16px;
  background-color:#f1f1f1;
}
.con_txt p {
  font-size:16px;
}

/*22년 6월 8일 메인페이지 클라이언트 섹션 추가 */

.mclient-wrap {
  background-color: #fff;
  padding: 50px 0 100px;
}
.mclient-wrap .inner {
  /* width: 1200px; */
  background-color: #fff;
  margin: 0 auto;
}
.mclient-wrap .mtit {
  margin-bottom: 80px;
  margin-top:50px;
}
.mclient-wrap .mtit h3 {
  font-family: "paybooc-Bold";
  font-weight: 600;
}
.mclient-wrap .mtit p {
  font-size: 17px;
}
.mclient-wrap .inner .mclient-box {
  margin: 0 auto;
  text-align: center;
  width:1100px;
}
.mclient-wrap .inner .mclient-box:after {
  display: block;
  clear: both;
  content: "";
}
.mclient-wrap .inner .mclient-box .mclient-logo {
  width: 180px;
  float: left;
  margin:20px 50px 20px 0px;
}
.mclient-wrap .inner .mclient-box .mclient-logo:nth-child(5n) {
  margin-right:0px;
}
.mclient-wrap .inner .mclient-box .mclient-logo img {
  width:100%;
}

/*2022월 9월 14일 요금/결제 페이지 분산서버 안내 이미지 추가*/
.con3_server_img {
  width:100%;

}
.con3_server_img > img {
  width:100%;
}

/********************************* 230222 payment/cont4 견적서 다운로드 기능 추가(현지) *******************************/
#estimate_popup {
  display: none;
  position: relative;;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 30px #0008;
}
#estimate_popup.inPopup {
  display: block;
  width: 100%;
  box-shadow: none;
}
#est_show_btn {cursor: pointer;}
.estimate.stit {position: relative;}
.estimate.stit #est_show_btn {
  line-height: 33px;
  transform: translateY(-50%);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all .2s;
}
.estimate.stit #est_show_btn:hover {
  background-color: #fff;
  color: #333 !important;
}
#estimate_popup .est_btn {
  font-size: 16px;
  font-weight: 300;
  padding: 5px 10px 6px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #666;
  position: absolute;
  top: 10px;
  cursor: pointer;
  transition: all .1s;
}
#estimate_popup .est_btn:hover {background: #0346ad;color: #fff;}
#estimate_popup .est_close_btn {right: 10px;}
#estimate_popup .est_down_btn {right: 70px;}
#estimate_popup #wrap {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #999;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
}
/* header */
#estimate_popup .header {margin-bottom: 30px;}
#estimate_popup h1 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#estimate_popup .client {
  list-style: none;
}
#estimate_popup .client li {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
#estimate_popup li input,
#estimate_popup td > input {
    color: #000;
    border: 0;
    font-size: 16px;
    width: auto;
}
#estimate_popup strong {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.6;
}
#estimate_popup .tWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
}
#estimate_popup .aife {
  align-items: flex-end;
}
#estimate_popup .aife div {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
#estimate_popup .aife img {
  object-fit: contain;
  width: 200px;
}
#estimate_popup .info span {
  font-size: 14px;
  color: #999;
}
#estimate_popup .info tr td {
  color: #000;
  font-size: 16px;
  vertical-align: top;
}
#estimate_popup .info tr td:first-child {padding-right: 20px;}
#estimate_popup .info textarea {
  color: #000;
  font-size: 16px;
  border: 0;
  resize: none;
}
#estimate_popup .compInfo {
  border-collapse: collapse;
  /* position: relative; */
}
#estimate_popup #ingam {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout:none;
}
/* #estimate_popup .compInfo::after {
  content: '';
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
} */
/* #estimate_popup .compInfo.pringo::after {background-image: url(../images/sub/ingam_cdmsoft.png);mix-blend-mode: multiply;} */
#estimate_popup .compInfo tr td {
  color: #000;
  border: 1px solid #ccc;
  padding: 1px 10px;
}
#estimate_popup .compInfo tr td:first-child {text-align: center; background-color: #f9f9f9;}

/* main */
#estimate_popup .main {
  margin-bottom: 120px;
  text-align: right;
}
#estimate_popup .main table {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#estimate_popup .main th {
  background-color: #eee;
}
#estimate_popup .main table,
#estimate_popup .main td,
#estimate_popup .main th {
  padding: 10px;
  border: 1px solid #999;
  border-collapse: collapse;
}
#estimate_popup .main td:nth-child(2) {text-align: left;padding-left: 30px;}
#estimate_popup .main td.tac {text-align: center;padding-left: 10px;}
#estimate_popup .subinfo {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
#estimate_popup #discount_desc {
  display: none;
  color: red;
}
#estimate_popup .result {
  display: inline-block;
  width: 30%;
  background-color: #f9f9f9;
  padding: 20px;
  margin-top: 30px;
}
#estimate_popup .result h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
#estimate_popup .result h4 span {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
#estimate_popup .result > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#estimate_popup .result > div > div {
  font-size: 16px;
}
#estimate_popup .result > div > div span {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

/* footer */
#estimate_popup .footer {
  padding: 30px;
  border-radius: 20px;
  background-color: #f9f9f9;
}
#estimate_popup .footer h3 {
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
#estimate_popup .footer h3::after {
  content: '';
  width: 100%;
  height: 12px;
  border-radius: 5px;
  background-color: rgba(255, 230, 2, 0.2);
  position: absolute;
  left: 0;
  bottom: 3px;
}
#estimate_popup ol {
  padding-left: 10px;
}
#estimate_popup .footer li {
  font-size: 14px;
  font-weight: normal;
  word-break: keep-all;
  line-height: 1.4;
  margin-bottom: 5px;
}

/********************************* #maintenance 230922 HJ ******************************************/
#maintenance {
  width: 100%;
  overflow: hidden;
}
/* #banner */
#maintenance #banner {
  width: 100%;
  background-color: #F8F8F8;
  position: relative;
}
#maintenance #banner .banner_contents {
  width: 100%;
  max-width: 1200px;
  padding: 100px 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
#maintenance #banner .banner_objects {
  position: relative;
  width: 897px;
  position: absolute;
  top: 2%;
  left: calc(50% - 100px);
}
#maintenance #banner .banner_objects .btn {
  width: 155px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 22px;
  background-color: var(--point-color);
  border: 1px solid var(--point-color);
  box-shadow: 2px 4px 6px 3px #0002;
  position: absolute;
  transition: all .3s;
  user-select: none;
}
#maintenance #banner .banner_objects .btn:nth-child(1) {top: 150px;left: 330px;}
#maintenance #banner .banner_objects .btn:nth-child(2) {top: 210px;left: 290px;}
#maintenance #banner .banner_objects .btn:nth-child(3) {top: 270px;left: 250px;}
#maintenance #banner .banner_objects .btn:nth-child(4) {top: 330px;left: 210px;}
#maintenance #banner .banner_objects .btn:hover {
  color: var(--point-color);
  background-color: #fff;
}
#maintenance #banner .banner_objects .banner_img {
  width: 100%;
  object-fit: contain;
}
#maintenance #banner .subtit {
  color: #666;
  font-size: 20px;
  font-weight: 700;
  margin: 70px 0 10px;
  padding-left: 10px;
}
#maintenance #banner .point {
  color: var(--point-color);
  font-size: 20px;
  font-weight: 700;
}
#maintenance #banner h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 90px;
}
#maintenance #banner .banner_contents .btn {
  display: block;
  width: 390px;
  padding: 20px 35px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  text-decoration: none;
  box-sizing: border-box;
}
#maintenance #banner .btn h5 {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#maintenance #banner .btn > span {
  display: block;
  text-align: right;
  color: var(--point-color);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* intro */
#maintenance #intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 30px;
  box-sizing: border-box;
}
#maintenance #intro .article {
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 50px;
  margin-bottom: 50px;
}
#maintenance #intro .img {
  flex: 1;
}
#maintenance #intro img {
  display: block;
  width: 80%;
  margin: 0 auto;
  object-fit: contain;
}
#maintenance #intro .desc {
  flex: 1;
}
#maintenance #intro h3 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
#maintenance #intro p {
  color: #4b4b4b;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}

/* #give */
#maintenance #give {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 150px 175px;
  border-radius: 40px;
  background-color: #F8F8F8;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#maintenance #give h3 {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 50px 0 30px;
  position: relative;
}
#maintenance #give h3 .balloon {
  display: block;
  padding: 11px 18px 9px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  background-color: #c69aff;
  position: absolute;
  top: -60px;
  left: calc(50% + 100px);
}
#maintenance #give h3 .balloon::after {
  content: '▼';
  color: #c69aff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -17px;
  left: 20px;
}
#maintenance #give .desc {
  text-align: center;
  color: #4b4b4b;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 100px;
}
#maintenance #give .card_inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px
}
#maintenance #give .card {
  flex: 1;
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  position: relative;
}
#maintenance #give .card .icon {
  width: 48px;
  margin-bottom: 20px;
}
#maintenance #give .card .icon img {
  width: 100%;
  object-fit: contain;
}
#maintenance #give .card h5 {
  color: var(--point-color);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
#maintenance #give .card h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
#maintenance #give .card p {
  color: #818181;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
  word-break: keep-all;
}
#maintenance #give .card .more {
  display: inline-block;
  color: var(--point-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 20px;
  border-radius: 8px;
  background: #e9ecff;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/* img_banner */
#maintenance #img_banner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
  background-image: url(../images/maintenance/04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#maintenance #img_banner h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 80px 0;
}

#maintenance #img_banner .btn {
  display: inline-block;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 60px;
  margin-bottom: 50px;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
}

/* popup */
#maintenance .popup {
  display: none;
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding: 80px 100px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 2px 2px 6px #0005;
  position: fixed;
  top: calc((100vh - 700px) / 2);
  left: 50%;
  transform: translateX(-50%);
}
#maintenance .popup.active {
  display: block;
}
#maintenance .popup .close_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
  border-radius: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all .3s;
}
#maintenance .popup .close_btn:hover {
  color: #fff;
  background-color: #666;
}
#maintenance .popup .sub {
  text-align: center;
  color: var(--point-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#maintenance .popup h4 {
  text-align: center;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
}
#maintenance .popup .info {
  text-align: center;
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 40px;
}
/* popup01 */
#maintenance #popup01 .block_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#maintenance #popup01 .block_inner > div {
  flex: 1;
  min-width: 180px;
}
#maintenance #popup01 .block {
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
#maintenance #popup01 .red {
  text-align: center;
  color: #DE2E23;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
#maintenance #popup01 .block img {
  width: 16px;
  object-fit: contain;
  margin-bottom: 5px;
}
#maintenance #popup01 .block > div {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
/* #popup02 */
#maintenance #popup02 .block_inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
}
#maintenance #popup02 .block {
  flex: 1;
  padding: 40px 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
#maintenance #popup02 .block h5 {
  text-align: center;
  color: var(--point-color);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
#maintenance #popup02 .block ul {
  padding-left: 40px;
}
#maintenance #popup02 .block ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  padding-left: 30px;
  list-style: none;
  position: relative;
}
#maintenance #popup02 .block ul li::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-image: url(../images/maintenance/07.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.5px;
  left: 0;
}
/* popup03 */
#maintenance #popup03 .graph {
  width: 100%;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #C9C9C9;
}
#maintenance #popup03 .graph img {
  width: 630px;
  object-fit: contain;
}

/* cash_popup 24.01.26 HJ ***************************************************/
#cash_popup_inner {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background-color: #00000050;
}
#cash_popup_inner.hide {
  display: none;
}
#cash_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  max-width: 650px;
  background-color: #f5f5f5;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 2px 2px 8px #00000050;
}
#cash_popup > h4 {
  color: #000;
  font-size: 1.5em;
  text-align: center;
  margin: 10px 0 15px;
}
#cash_popup > ul {
  font-size: 1em;
  padding-left: 30px;
}
#cash_popup > ul > li {
  font-size: 1.1em;
  color: #000;
  line-height: 1.4;
  margin: 10px 0;
  word-break: keep-all;
  position: relative;
}
#cash_popup > ul#pay_check_request > li {
  line-height: 1.6;
}
#cash_popup > ul > li::before {
  content: '※';
  width: 10px;
  height: 10px;

  position: absolute;
  left: -20px;
}
#cash_popup > ul > li > img {
  display: inline-block;
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}
#cash_popup > .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
#cash_popup > .btn_wrap > .btn {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 9px 20px 8px !important;
  border-radius: 5px !important;
  cursor: pointer;
}


/* new_main 240329 HJ ****************************************************************/
#new_main {overflow: hidden;user-select: none;}
#new_main .br_mo {display: none;}
/* container */
#new_main .container {width: 90%;max-width: 1200px;margin: 0 auto;box-sizing: border-box;}
/* btn */
#new_main .btn {
  display: inline-block;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 50px 10px 20px;
  border-radius: 15px;
  background-image: url(../images/new_main/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  background-size: 24px;
  transition: all .3s;
  text-decoration: none;
}
#new_main .btn:hover {background-position: top 50% right 10px;}
#new_main .btn.style1 {color: var(--new-point-color);background-color: #fff;}
#new_main .btn.style2 {color: #fff;background-color: var(--new-point-color);border-color: var(--new-point-color)}
#new_main .btn.style3 {color: #fff;background-color: inherit;}
#new_main .btn.style4 {color: var(--new-point-color);background-color: inherit;border-color: var(--new-point-color)}

/* banner */
#new_main #banner {height: 745px;background: #999;overflow: hidden;}
#new_main #banner .swiper {width: 100%;height: 100%;position: relative;}
#new_main #banner .swiper .swiper-pagination {position: absolute;top: 30px;left: 90%;text-align: left;color: #fff;}
#new_main #banner .swiper .swiper-pagination::after {position: absolute;top: -3px;left: -17px;z-index: -1;content: '';width: 60px;height: 26px;background-color: #00000030;border-radius: 20px;}
#new_main #banner .swiper .swiper-pagination span {color: #fff;}
#new_main #banner .swiper .swiper-slide {width: 100%;box-sizing: border-box;display: flex;align-items: center;}
#new_main #banner .swiper #slide1 {background: var(--new-point-color);}
#new_main #banner .swiper #slide2 {background: #0A69DF;}
#new_main #banner .swiper #slide3 {background: #DAE9F7;}
#new_main #banner .container {display: flex;justify-content: space-between;align-items: center;gap: 40px;}
#new_main #banner #slide1 .text_wrap > div,
#new_main #banner #slide2 .text_wrap > div {color: #fff;}
#new_main #banner #slide3 .text_wrap > div {color: #000;}
#new_main #banner #slide3 .text_wrap > div.desc {color: #7B7B7B;}
#new_main #banner #slide3 .btn.style1 {border-color: var(--new-point-color);}
#new_main #banner .text_wrap .sub_tit {font-size: 32px;font-weight: normal;}
#new_main #banner .text_wrap .tit {font-size: 48px;font-weight: bold;margin-bottom: 38px;}
#new_main #banner .text_wrap .desc {font-size: 20px;font-weight: normal;margin-bottom: 85px;}
#new_main #banner .container .img_wrap > img {width: 100%;object-fit: contain;}
#new_main #banner .btn:first-child {margin-right: 35px;}

/* client_info */
#new_main #client_info {text-align: center;font-weight: normal;padding: 45px 0;}
#new_main #client_info .tit {color: #000;font-size: 32px;margin-bottom: 12px;}
#new_main #client_info .sub_tit {color: #7b7b7b;font-size: 20px;margin-bottom: 12px;}
#new_main #client_info .client_wrap {padding: 20px 0;display: flex;justify-content: space-around;flex-wrap:wrap;gap: 20px;}
#new_main #client_info .client_wrap {flex: 1 130px;}
#new_main #client_info .client_wrap img {max-height: 80px;object-fit: contain;object-position: center;}
/* ticker */
/* #new_main #client_info .client_wrap {padding: 20px 0;overflow: hidden;display: flex;position: relative;}
#new_main #client_info .client_wrap::before,
#new_main #client_info .client_wrap::after {content: '';width: 120px;height: 100px;position: absolute;top: 0;z-index: 1;}
#new_main #client_info .client_wrap::before {background-image: linear-gradient(to right, #fff, #ffffff00);left: 0;}
#new_main #client_info .client_wrap::after {background-image: linear-gradient(to left, #fff, #ffffff00);right: 0;}
#new_main #client_info .ticker {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  transform: translateX(0);
  animation: ticker 100s linear infinite;
}
@keyframes ticker {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
#new_main #client_info .ticker img {
  display: inline-block;
  height: 60px;
  min-width: 200px;
  object-fit: contain;
  object-position: center;
} */
/* developer */
#new_main #developer {background-color: #F5F8FF;margin-bottom: 30px;}
#new_main #developer .container {display: flex;justify-content: space-between;padding: 80px 0;align-items: center;}
#new_main #developer .text_wrap {padding: 35px 60px;}
#new_main #developer .tit {color: #000;font-size: 32px;font-weight: normal;margin-bottom: 30px;}
#new_main #developer .desc {color: #7b7b7b;font-size: 20px;font-weight: normal;margin-bottom: 90px;}
#new_main #developer .mac {flex: 1;max-width: 515px;border-radius: 2.5%;overflow: hidden;}
#new_main #developer .mac pre {
  border-radius: 8px;
  aspect-ratio: 172 / 111;
  background-image: url(../images/new_main/bg_mac.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 30px #707D8C;

  display: flex;
  align-items: center;
  justify-content: center;
}
#new_main #developer .mac pre code {margin-top: 10px;}
/* marketing */
#new_main #marketing {background-color: #F5F8FF;}
#new_main #marketing .container {display: flex;justify-content: space-between;padding: 80px 0;align-items: center;}
#new_main #marketing .text_wrap {padding: 35px 60px;text-align: right;}
#new_main #marketing .tit {color: #000;font-size: 32px;font-weight: normal;margin-bottom: 30px;}
#new_main #marketing .desc {color: #7b7b7b;font-size: 20px;font-weight: normal;margin-bottom: 90px;}
#new_main #marketing img {object-fit: contain;width: 100%;}
/* businesss */
#new_main #businesss{background-image: url(../images/new_main/bg_businesss.png);background-size: fill;background-position: center 0;background-repeat: no-repeat;padding: 160px 0;}
#new_main #businesss .text_wrap {margin-left: 100px;}
#new_main #businesss .text_wrap > div {color: #000;}
#new_main #businesss .sub_tit {font-size: 32px;font-weight: bold;}
#new_main #businesss .tit {font-size: 48px;font-weight: bold;margin-bottom: 50px;}
#new_main #businesss .desc {font-size: 18px;font-weight: normal;margin-bottom: 110px;}
#new_main #businesss .contents {display: flex;align-items: top;justify-content: space-between;gap: 20px;}
#new_main #businesss .box {flex: 1;padding: 0 20px;}
#new_main #businesss .box div {color: #000;}
#new_main #businesss .box img {width: 100%;object-fit: contain;object-position: center;margin-bottom: 20px;}
#new_main #businesss .box .tit {font-size: 28px;font-weight: bold;margin-bottom: 20px;}
#new_main #businesss .box .desc {font-size: 18px;font-weight: normal;}
/* api_info */
#new_main #api_info {background-color: var(--new-point-color);}
#new_main #api_info .container {padding: 105px 60px;}
#new_main #api_info .tit {color: #fff;font-size: 32px;font-weight: normal;margin-left: 50px;margin-bottom: 45px;}
#new_main #api_info .card_wrap {display: flex;justify-content: space-between;align-items: stretch;gap: 20px;}
#new_main #api_info .card {
  flex: 1;
  padding: 35px 25px;
  background-color: #E3EFFF;
  border-radius: 20px;
  box-sizing: border-box;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items:stretch;
}
#new_main #api_info .card > div:last-child {text-align: right;}
#new_main #api_info .card:last-child {background-color: #e8edff;}
#new_main #api_info .card .top {display: flex;justify-content: space-between;align-items: center;gap: 20px;margin-bottom: 38px;}
#new_main #api_info .card .sub_tit {color: #0a69df;font-size: 24px;font-weight: bold;}
#new_main #api_info .card img {width: 45px;object-fit: contain;object-position: center;}
#new_main #api_info .card ul {padding-left: 30px;margin-bottom: 30px;}
#new_main #api_info .card li {color: #000;font-size: 18px;margin-bottom: 10px;position: relative;}
#new_main #api_info .card li::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/new_main/icon_check.svg);

  position: absolute;
  top: 2px;
  left: -30px;
}
/* cloud */
#new_main #cloud {background-color: #FAFAF9;}
#new_main #cloud .container {padding: 160px 60px;}
#new_main #cloud .main_tit {color: #000;font-size: 48px;font-weight: bold;margin-bottom: 70px;margin-left: 50px;}
#new_main #cloud .contents {display: flex;justify-content: space-between;align-items: stretch;gap: 20px;}
#new_main #cloud .contents > div {flex: 1;}
#new_main #cloud .left {position: relative;height: 570px;border-radius: 20px;background-color: #fff;box-shadow:  0 0 20px #00000010;}
#new_main #cloud .left > div {transition: opacity .5s ease-in-out;opacity: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;padding: 10px;box-sizing: border-box;}
#new_main #cloud .left > div img {width: 100%;object-fit: contain;object-position: center;}
#new_main #cloud .left > div.active {opacity: 1;}
#new_main #cloud .right {display: flex;flex-direction: column;}
#new_main #cloud .card {padding: 30px 20px;border-radius: 20px;user-select: none;}
#new_main #cloud .card .tit {color: #7B7B7B;font-size: 24px;font-weight: bold;margin-bottom: 8px;}
#new_main #cloud .card .tit > img {width: 28px;height: 28px;object-fit: contain;object-position: center;margin-right: 10px;}
#new_main #cloud .card .sub_tit {color: #7B7B7B;font-size: 20px;font-weight: normal;margin-bottom: 0;}
#new_main #cloud .card .desc {height: 0;opacity: 0;overflow: hidden;color: #000;font-size: 18px;font-weight: normal;}
#new_main #cloud .card {flex: auto;transition: all .3s ease-in-out;}
#new_main #cloud .card div {transition: all .5s ease-in-out;}
#new_main #cloud .card.active {background-color: #fff;flex: 1;box-shadow:  0 0 20px #00000010;}
#new_main #cloud .card.active .tit {color: #0a69df;margin-bottom: 30px;}
#new_main #cloud .card.active .sub_tit {color: #000;font-weight: bold;margin-bottom: 30px;}
#new_main #cloud .card.active .desc {height: auto;opacity: 1;}
/* bottom_banner */
#new_main #bottom_banner {
  background-color: var(--new-point-color);
  background-image: url(../images/new_main/bg_bottom_banner.png);
  background-size: fill;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 75px 0;
}
#new_main #bottom_banner .container {display: flex;align-items: center;gap: 30px;}
#new_main #bottom_banner .tit {flex: 1;color: #fff;font-size: 48px;font-weight: bold;}
#new_main #bottom_banner .btn_wrap {display: flex;justify-content: space-between;gap: 48px;}
#new_main #bottom_banner .btn {text-wrap: nowrap;}

/* .developer+marketer 240401 HJ ********************************************************/
#new_main.developer #banner {background-color: var(--new-point-color);}
#new_main.developer #banner .container {margin: 120px auto;}
#new_main.developer.marketer #banner .container > div {flex: 1;}
#new_main.developer #banner div {color: #fff;}
#new_main.developer #banner .sub_tit {margin-bottom: 70px;}
/* character */
#new_main.developer #character {background-color: #fafaf9;}
#new_main.developer #character .container {padding: 50px 0;display: flex;justify-content: space-between;flex-wrap: wrap;gap: 20px;}
#new_main.developer #character .card {flex: 1 49%;background-color: #fff;border-radius: 20px;border: 1px solid #E0E0E0;padding: 40px;box-sizing: border-box;transition: all .3s;}
#new_main.developer #character .card:hover {background-color: #f5f8ff;box-shadow: 1px 1px 10px #00000020;border-color: #f5f8ff;}
#new_main.developer #character img {display: block;width: 60px;margin-bottom: 20px;object-fit: contain;object-position: center;}
#new_main.developer #character .tit {color: #222;font-size: 28px;font-weight: bold;margin-bottom: 20px;}
#new_main.developer #character .desc {color: #333;font-size: 20px;font-weight: normal;}
/* function */
#new_main.developer #function {background-color: var(--new-point-color);}
#new_main.developer #function .container {padding: 70px 0;}
#new_main.developer #function .text_wrap {padding: 0 50px;}
#new_main.developer #function .tit {color: #fff;font-size: 28px;font-weight: bold;margin-bottom: 25px;}
#new_main.developer #function .desc {color: #fff;font-size: 20px;font-weight: 300;margin-bottom: 35px;}
#new_main.developer #function img {width: 100%;object-fit: contain;border-radius: 20px;}
/* smtp */
#new_main.developer #smtp {background-color: var(--new-point-color);}
#new_main.developer #smtp .container {padding: 70px 0;display: flex;justify-content: space-between;align-items: center;gap: 40px;}
#new_main.developer #smtp .container > div {flex: 1;}
#new_main.developer #smtp .tit {color: #fff;font-size: 28px;font-weight: bold;margin-bottom: 40px;}
#new_main.developer #smtp .desc {color: #fff;font-size: 20px;font-weight: 300;margin-bottom: 95px;}
#new_main.developer #smtp .list_wrap {display: flex;justify-content: space-between;gap: 20px;}
#new_main.developer #smtp .list {flex: 1;}
#new_main.developer #smtp .sub_tit {color: #fff;font-size: 24px;font-weight: bold;margin-bottom: 20px;}
#new_main.developer #smtp .list ul {padding-left: 25px;}
#new_main.developer #smtp .list li {color: #fff;font-size: 18px;font-weight: normal;padding: 5px 0;position: relative;}
#new_main.developer #smtp .list li::before{content: '•';position: absolute;top: 4px;left: -20px;}
#new_main.developer #smtp .info {color: #fff;font-size: 16px; margin-top: 30px;font-weight: 300;}
#new_main.developer #smtp img {width: 100%;object-fit: contain;object-position: center;filter: drop-shadow(0 0 20px #123466);}
/* outlook */
#new_main.developer #outlook {background-color: var(--new-point-color);padding-bottom: 100px;}
#new_main.developer #outlook .container {padding: 70px 0;display: flex;justify-content: space-between;align-items: center;gap: 60px;}
#new_main.developer #outlook .container > div {flex: 1;}
#new_main.developer #outlook .left > img {filter: drop-shadow(0 0 20px #2058ab);}
#new_main.developer #outlook .right {padding-left: 50px;}
#new_main.developer #outlook .tit {color: #fff;font-size: 28px;font-weight: bold;margin-bottom: 40px;}
#new_main.developer #outlook .desc {color: #fff;font-size: 20px;font-weight: 300;}
/* why */
#new_main.developer #why {background-image: url(../images/sub/developer_bg.png);background-position: top -1px center;background-repeat: no-repeat;background-size: fill;}
#new_main.developer.marketer #why {background-image: none;}
#new_main.developer #why .tit {color: #0a69df;font-size: 48px;font-weight: bold;padding: 120px 0;width: 90%;max-width: 1200px;margin: 0 auto;box-sizing: border-box;}
#new_main.developer #why .part {background-color: #f5f8ff;margin-bottom: 30px;}
#new_main.developer #why .container {padding: 30px 0;display: flex;justify-content: space-between;align-items: center;gap: 80px;}
#new_main.developer #why .container > div:first-child {flex: 1 50%;}
#new_main.developer #why .container > div:last-child {flex: 1 40%;}
#new_main.developer #why .text_wrap {padding: 50px 0;}
#new_main.developer #why .sub_tit {color: #000;font-size: 28px;font-weight: normal;margin-bottom: 25px;}
#new_main.developer #why .desc {color: #7B7B7B;font-size: 20px;font-weight: normal;margin-bottom: 70px;}
#new_main.developer #why img {width: 100%;object-fit: contain;object-position: center;}
#new_main.developer #why ul {padding-left: 35px;}
#new_main.developer #why ul li {color: #000;font-size: 20px;font-weight: normal;padding: 5px 0;position: relative;}
#new_main.developer #why ul li::before {content: '';width: 28px;height: 28px;position: absolute;top: 8px;left: -35px;background-image: url(../images/sub/developer_icon_check.svg);background-position: center center;background-repeat: no-repeat;background-size: contain;}
/* email_api */
#new_main.developer #email_api {background-color: var(--new-point-color);}
#new_main.developer #email_api .container {padding: 75px 0 120px;}
#new_main.developer #email_api .card_wrap {display: flex;justify-content: space-between;gap: 60px;}
#new_main.developer #email_api .card {text-align: center;flex: 1;}
#new_main.developer #email_api .card img {display: block;width: 100%;max-width: 180px;object-fit: contain;object-position: center;margin: 0 auto 30px;}
#new_main.developer #email_api .tit {color: #fff;font-size: 48px;font-weight: bold;margin-bottom: 60px;}
#new_main.developer #email_api .sub_tit {color: #fff;font-size: 28px;font-weight: bold;margin-bottom: 25px;}
#new_main.developer #email_api .desc {text-align: left;color: #fff;font-size: 18px;font-weight: normal;}
/* team */
#new_main.developer #team {max-width: 1920px;margin: 0 auto;background-image: url(../images/sub/developer_bg_team.png);background-repeat: no-repeat;background-position: bottom left;}
#new_main.developer #team .container {padding: 60px 0;}
#new_main.developer #team .text_wrap {padding-top: 20px;padding-left: 50%;}
#new_main.developer #team .tit {color: #000;font-size: 28px;font-weight: normal;margin-bottom: 25px;}
#new_main.developer #team .desc {color: #7B7B7B;font-size: 20px;font-weight: normal;margin-bottom: 50px;}
#new_main.developer #team ul {padding-left: 35px;}
#new_main.developer #team ul li {color: #000;font-size: 20px;font-weight: normal;padding: 5px 0;position: relative;}
#new_main.developer #team ul li::before {content: '';width: 28px;height: 28px;position: absolute;top: 8px;left: -35px;background-image: url(../images/sub/developer_icon_check.svg);background-position: center center;background-repeat: no-repeat;background-size: contain;}

/* new_pricing 240401 HJ **************************************************************************/
#new_pricing {overflow: hidden;user-select: none;position: relative;background-color: #FAFAF9;}
#new_pricing .circle {width: 3000px;height: 2000px;background-color: var(--new-point-color);border-radius: 50%;position: absolute;top: -1250px;left: 47%;transform: translateX(-50%); box-shadow: 0 0 10px 3px #00000080;}
#new_pricing .container {width: 90%;max-width: 1200px;box-sizing: border-box;margin: 0 auto;}
/* tab_wrap */
#new_pricing #tab_wrap {display: flex;justify-content: space-between;position: relative;z-index: 1;}
#new_pricing #tab_wrap .tab {flex: 1;background-color: #fff;border: 1px solid #fff;border-top: 0;padding: 15px;text-align: center;cursor: pointer;transition: all .3s;text-decoration: none;}
#new_pricing #tab_wrap .tab:first-child {border-left: 0;}
#new_pricing #tab_wrap .tab:first-child {border-right: 0;}
#new_pricing #tab_wrap .tab > div {color: #7b7b7b;}
#new_pricing #tab_wrap .tab.active {background-color: var(--new-point-color);}
#new_pricing #tab_wrap .tab.active > div {color: #fff;}
#new_pricing #tab_wrap .tab:not(.active):hover {background-color: #f5f5f5;}
#new_pricing #tab_wrap .tit {font-size: 22px;font-weight: 400;margin-bottom: 5px;}
#new_pricing #tab_wrap .sub_tit {font-size: 16px;font-weight: 400;}
#new_pricing #tab_wrap .tit > img {width: 30px;object-fit: contain;object-position: center;margin-right: 10px;margin-top: -3px;}
/* range */
#new_pricing #range {padding-top: 60px;text-align: center;position: relative;z-index: 1;margin-bottom: 50px;}
#new_pricing #range .tit {color: #fff;font-size: 42px;font-weight: bold;margin: 30px 0 25px;}
#new_pricing #range .desc {color: #F5F8FF;font-size: 18px;font-weight: 400;margin-bottom: 50px;}
#new_pricing #range .range_box {width: 100%;max-width: 1050px;margin: 0 auto;box-sizing: border-box;padding: 0 30px;}
#new_pricing #range .range_list {display: flex;justify-content: space-between;margin-bottom: 20px;}
#new_pricing #range .range_list li {flex: 1 14.2%;color: #aaa;font-size: 15px;font-weight: 400;box-sizing: border-box;}
#new_pricing #range .range_list li:first-child {text-align: left;padding-left: 3.2vw;}
#new_pricing #range .range_list li:last-child {text-align: right;padding-right: 1vw;}
#new_pricing #range input[type=range] {width: 100%;max-width: 950px;height: 15px;appearance: none;margin-bottom: 30px;}
#new_pricing #range .range_value,
#new_pricing #range .range_value span {color: #fff;font-size: 22px;font-weight: 400;}
/*progress support*/
#new_pricing #range input[type=range].slider-progress {border-radius: 1em;--range: calc(var(--max) - var(--min));--ratio: calc((var(--value) - var(--min)) / var(--range));--sx: calc(0.5 * 15px + var(--ratio) * (100% - 15px));}
#new_pricing #range input[type=range]:focus {outline: none;}
/*webkit*/
#new_pricing #range input[type=range]::-webkit-slider-thumb {appearance: none;width: 36px;height: 36px;border-radius: 50%;background: #FF717F;border: 6px solid #fff;box-shadow: 0 0;margin-top: calc(15px * 0.5 - max(36px * 0.5,2px));cursor: pointer;}
#new_pricing #range input[type=range]::-webkit-slider-runnable-track {height: 15px;border: none;border-radius: 0.5em;background: #EFEFEF;box-shadow: none;}
#new_pricing #range input[type=range]:hover::-webkit-slider-runnable-track {background: #e5e5e5;}
#new_pricing #range input[type=range]:active::-webkit-slider-runnable-track {background: #f5f5f5;}
#new_pricing #range input[type=range].slider-progress::-webkit-slider-runnable-track {background: linear-gradient(to left, #FA5252, #FA5252) 0/var(--sx) 100% no-repeat, #EFEFEF;}
#new_pricing #range input[type=range].slider-progress:hover::-webkit-slider-runnable-track {background: linear-gradient(to left, #FA5252, #FA5252) 0/var(--sx) 100% no-repeat, #e5e5e5;}
#new_pricing #range input[type=range].slider-progress:active::-webkit-slider-runnable-track {background: linear-gradient(to left, #FA5252, #FA5252) 0/var(--sx) 100% no-repeat, #f5f5f5;}
/*mozilla*/
#new_pricing #range input[type=range]::-moz-range-thumb {width: max(calc(36px - 2px - 2px),0px);height: max(calc(36px - 2px - 2px),0px);border-radius: 50%;background: #FF717F;border: 6px solid #fff;box-shadow: 0 0;}
#new_pricing #range input[type=range]::-moz-range-track {height: 15px;border: none;border-radius: 0.5em;background: #EFEFEF;box-shadow: none;}
#new_pricing #range input[type=range]:hover::-moz-range-track {background: #e5e5e5;}
#new_pricing #range input[type=range]:active::-moz-range-track {background: #f5f5f5;}
#new_pricing #range input[type=range].slider-progress::-moz-range-track {background: linear-gradient(to left, #FA5252, #FA5252) 0/var(--sx) 100% no-repeat, #EFEFEF;}
#new_pricing #range input[type=range].slider-progress:hover::-moz-range-track {background: linear-gradient(to left, #FA5252, #FA5252) 0/var(--sx) 100% no-repeat, #e5e5e5;}
#new_pricing #range input[type=range].slider-progress:active::-moz-range-track {background: linear-gradient(to left, #FA5252, #FA5252) 0/var(--sx) 100% no-repeat, #f5f5f5;}
/*ms*/
#new_pricing #range input[type=range]::-ms-fill-upper {background: transparent;border-color: transparent;}
#new_pricing #range input[type=range]::-ms-fill-lower {background: transparent;border-color: transparent;}
#new_pricing #range input[type=range]::-ms-thumb {width: 36px;height: 36px;border-radius: 50%;background: #FF717F;border: 6px solid #fff;box-shadow: 0 0;margin-top: 0;box-sizing: border-box;}
#new_pricing #range input[type=range]::-ms-track {height: 15px;border-radius: 0.5em;background: #EFEFEF;border: none;box-shadow: none;box-sizing: border-box;}
#new_pricing #range input[type=range]::-ms-thumb:hover {background: #fff;}
#new_pricing #range input[type=range]:hover::-ms-track {background: #e5e5e5;}
#new_pricing #range input[type=range]::-ms-thumb:active {background: #fff;}
#new_pricing #range input[type=range]:active::-ms-track {background: #f5f5f5;}
#new_pricing #range input[type=range].slider-progress::-ms-fill-lower {height: 15px;border-radius: 0.5em 0 0 0.5em;margin: -undefined 0 -undefined -undefined;background: linear-gradient(to left, #FF717F, #FF717F);border: none;border-right-width: 0;}
#new_pricing #range input[type=range].slider-progress:hover::-ms-fill-lower {background: linear-gradient(to left, #FF717F, #FF717F);}
#new_pricing #range input[type=range].slider-progress:active::-ms-fill-lower {background: linear-gradient(to left, #FF717F, #FF717F);}
/* product */
#new_pricing #product {position: relative;z-index: 1;}
#new_pricing .product {display: none;}
#new_pricing .product.active {display: block;}
#new_pricing #product .container {display: flex;justify-content: space-between;gap: 20px;align-items: stretch;position: relative;}
#new_pricing #more_form .container {position: relative;}
#new_pricing .traffic {position: absolute;right: 0;transform: translate(120%, 200%);width: 120px;height: 120px;background: linear-gradient(to bottom, var(--point-color), var(--new-point-color));color: #fff;font-size: 18px;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all .3s;}
#new_pricing .traffic:hover {filter: brightness(1.2);}
#new_pricing #product #pd1 {--pd-bg: #DFF7F1;--pd-color:#26BCB7}
#new_pricing #product #pd2 {--pd-bg: #DAE9F7;--pd-color:#0A69DF}
#new_pricing #product #pd3 {--pd-bg: #E4E4F4;--pd-color:#6960E2}

#new_pricing #product .pd_wrap {flex: 1;box-sizing: border-box;border-radius: 20px;background: linear-gradient(to bottom, #ffffff00 50%, #fff 50%);position: relative;padding-bottom: 75px;}
#new_pricing #product .pd_wrap.active {box-shadow: 2px 2px 20px var(--pd-color);}
#new_pricing #product .pd_wrap.active .box {background-color: var(--pd-color);}
#new_pricing #product .pd_wrap.active .tit,
#new_pricing #product .pd_wrap.active .desc:not(.bottom),
#new_pricing #product .pd_wrap.active .main_price > span,
#new_pricing #product .pd_wrap.active .main_price {color: #fff;}
#new_pricing #product .pd_wrap.active .discount {color: #aaa;}
#new_pricing #product .pd_wrap.active .btn:not(.bottom) {background-color: #fff;color: var(--pd-color);}
#new_pricing #product .pd_wrap.focus {box-shadow: 2px 2px 30px var(--pd-color);}
#new_pricing #product .box {padding: 30px;border-radius: 20px;margin-bottom: 10px;background-color: var(--pd-bg);}
#new_pricing #product .tag {display: none;color: #fff;font-size: 16px;font-weight: 600;background-color: #FA5252;padding: 5px 12px 8px;border-radius: 4px;position: absolute;top: -16px;box-shadow: 2px 2px 4px #00000033;}
#new_pricing #product .tag.active {display: inline-block;}
#new_pricing #product .tit {color: var(--pd-color);font-size: 26px;font-weight: bold;margin: 10px 15px;}
#new_pricing #product .desc {color: #7b7b7b;font-size: 16px;font-weight: 400;margin-bottom: 20px;padding-left: 15px;}
#new_pricing #product .price {padding: 15px;}
#new_pricing #product .discount {color: #7b7b7b;font-size: 18px;font-weight: 400;min-height: 24px;text-decoration: line-through}
#new_pricing #product .main_price {color: #000;font-size: 16px;font-weight: 500;}
#new_pricing #product .main_price > span {color: var(--pd-color);font-size: 26px;font-weight: bold;vertical-align: baseline;margin-right: 10px;}
#new_pricing #product .btn {text-align: center;color: #fff;font-size: 16px;font-weight: 500;background-color: var(--pd-color);padding: 10px 20px 8px;border-radius: 10px;cursor: pointer;}
#new_pricing #product .btn .arrow {display: inline-block;width: 20px;vertical-align: middle;padding-left: 0;box-sizing: border-box;transition: all .3s;}
#new_pricing #product .btn:hover .arrow {padding-left: 10px;}
#new_pricing #product .btn svg path {fill: #fff;}
#new_pricing #product .pd_wrap.active .btn:not(.bottom) svg path {fill: var(--pd-color);}
#new_pricing #product .info {background-color: #fff;border-radius: 20px;padding: 35px 25px;}
#new_pricing #product .info li {margin: 15px 0;padding-left: 40px;color: #505050;font-size: 16px;font-weight: 400;position: relative;}
#new_pricing #product .info li::before {content: '';width: 20px;height: 20px;border-radius: 4px;background-color: var(--pd-bg);background-image: url(../images/sub/pricing_icon_check.svg);background-position: center center;background-repeat: no-repeat;background-size: 14px 12px;position: absolute;top: 2px;left: 0;}
#new_pricing .plus_info {text-align: center;color: #505050;font-size: 16px;font-weight: 400;margin: 60px 20px 100px;}
#new_pricing #plus {display: inline-block;color: #0a69df;font-size: 16px;font-weight: 400;cursor: pointer;position: relative;}
#new_pricing #plus > div {opacity: 0;position: absolute;text-align: left;text-wrap: nowrap;color: #fff;font-size: 14px;font-weight: 400;border-radius: 10px;padding: 15px;background-color: var(--new-point-color);top: 25px;right: 0;transition: all .3s;pointer-events: none;}
#new_pricing #plus:hover > div {opacity: 1;}
#new_pricing #product .bottom_wrap {width: calc(100% - 60px);margin: 0 30px;position: absolute;bottom: 0;box-sizing: border-box;}
#new_pricing #product .bottom_wrap > .desc {text-align: center;color: #666;font-size: 15px;font-weight: 400;margin-top: 20px;padding-left: 0;}
#new_pricing #product .bottom_wrap > .desc::before {content: '•';margin-right: 5px;}
/* more_form */
#new_pricing #more_form .more_form {width: 90%;max-width: 600px;padding: 50px;margin: 0 auto 100px;background-color: #fff;border-radius: 20px;position: relative;z-index: 1;box-sizing: border-box;box-shadow: 0 0 20px #00000033;text-align: center;}
#new_pricing #more_form .input_wrap {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 30px;}
#new_pricing #more_form .input_wrap > div {flex: 1 200px;}
#new_pricing #more_form .more_form label {display: block;text-align: left;color: #333;font-size: 16px;font-weight: 500;margin-bottom: 4px;}
#new_pricing #more_form .more_form input[type=text],
#new_pricing #more_form .more_form textarea {width: 100%;color: #333;font-size: 16px;font-weight: normal;font-family: noto, dotum, gullim, Tahoma, Arial, Helvetica, sans-serif;padding: 10px 12px;border-radius: 4px;background-color: #fff;border: 1px solid #999;resize: none;}
#new_pricing #more_form .more_form .textarea {margin-top: 30px;}
#new_pricing #more_form .desc {text-align: center;color: #333;font-size: 20px;font-weight: bold;margin-bottom: 50px;}
#new_pricing #more_form .privacy {text-align: left;color: #999;font-size: 14px;font-weight: 400;}
#new_pricing #more_form .more_form_btn {display: inline-block;margin: 0 auto;/*margin: 50px auto;*/color: #fff;font-size: 16px;font-weight: 600;text-decoration: none;padding: 6px 24px 8px;background-color: var(--new-point-color);border-radius: 4px;cursor: pointer;transition: all .3s;}
#new_pricing #more_form .more_form_btn:hover {background-color: #194687;}
/* service_info */
#new_pricing #service_info {background-color: #fff;}
#new_pricing #service_info .container {padding: 50px 0 0;text-align: center;}
#new_pricing #service_info .tit {color: #000;font-size: 35px;font-weight: bold;margin-bottom: 50px;}
#new_pricing #service_info .chart_inner {width: 100%;height: fit-content;overflow: hidden;}
#new_pricing #service_info .chart_inner.flip {height: 400px;position: relative;}
#new_pricing #service_info .chart_inner.flip::after {content: '';width: 100%;height: 200px;background: linear-gradient(to top, #fff, #ffffff00);position: absolute;bottom: 0;left: 0;}
#new_pricing #service_info table {width: 100%;border-collapse: collapse;}
#new_pricing #service_info table thead {border-bottom: 2px solid #004EA2;}
#new_pricing #service_info table tbody tr:nth-child(even) {background-color: #f5f8ff;}
#new_pricing #service_info table th,
#new_pricing #service_info table td {padding: 15px 10px;}
#new_pricing #service_info table th {color: #0A69DF;font-size: 22px;font-weight: bold;}
#new_pricing #service_info table th:first-child {color: #000;text-align: left;}
#new_pricing #service_info table td {color: #505050;font-size: 18px;font-weight: 500;}
#new_pricing #service_info table td:first-child {text-align: left;text-wrap: nowrap;}
#new_pricing #service_info table td > img {width: 25px;object-fit: contain;object-position: center;}
#new_pricing #service_info .chart_flip_btn {color: #505050;font-size: 18px;font-weight: 500;cursor: pointer;margin: 20px 0 30px;}
#new_pricing #service_info #flip_close {display: none;color: #505050;font-size: 18px;font-weight: 500;}
#new_pricing #service_info #flip_close.active {display: inline;}
#new_pricing #service_info .chart_info {text-align: left;background-color: #f6f6f8;border-radius: 20px;padding: 30px 50px;}
#new_pricing #service_info .chart_info > div,
#new_pricing #service_info .chart_info  li {color: #505050;font-size: 15px;font-weight: 400;}
#new_pricing #service_info .chart_info div {margin-bottom: 10px;}
#new_pricing #service_info .chart_info ul {display: flex;gap: 20px;}
#new_pricing #service_info .chart_info img {width: 20px;object-fit: contain;object-position: center;margin-right: 10px;margin-top: -5px;}
/* more_info */
#new_pricing #more_info .list {text-align: left;background-color: #f6f6f8;border-radius: 20px;padding: 30px 50px;margin: 50px 0;}
#new_pricing #more_info .list li {color: #505050;font-size: 15px;font-weight: 400;position: relative;padding-left: 20px;margin: 5px 0;}
#new_pricing #more_info .list li::before {content: '※';position: absolute;left: 0;}
#new_pricing #more_info {background-color: #fff;}
#new_pricing #more_info .container {padding: 10px 0 160px;}
#new_pricing #more_info .num_list {padding: 30px 50px;border-radius: 20px;border: 1px solid #d9d9d9;}
#new_pricing #more_info .num_list li {color: #000;font-size: 16px;font-weight: 500;margin: 5px 0;}
#new_pricing #more_info .num_list .num {color: #0A69DF;font-size: inherit;font-weight: 500;margin-right: 10px;}
/* payment */
#new_pricing #payment {display: none;position: fixed;bottom: 0;width: 100%;background-color: #fff;z-index: 10;border-top: 5px solid #194687;}
#new_pricing #payment .container {padding-top: 30px;position: relative;}
#new_pricing #payment .container > .btn {position: absolute;top: -48px;right: 0;background-color: #194687;color: #fff;font-size: 18px;font-weight: 600;padding: 10px 30px 8px;border-top-left-radius: 10px;border-top-right-radius: 10px;cursor: pointer;}
#new_pricing #payment .container > .btn::after {content: '▲';margin-left: 10px;font-size: 13px;vertical-align: 1px;}
#new_pricing #payment .container.open > .btn::after {content: '▼';}
#new_pricing #payment .payment_wrap {overflow: hidden;height: 0;transition: all .3s;text-align: center;}
#new_pricing #payment .container.open .payment_wrap {height: auto;}
#new_pricing #payment table {width: 100%;}
#new_pricing #payment table tr {border-bottom: 1px solid #d9d9d9;}
#new_pricing #payment table tr:last-child {border-bottom: 0;}
#new_pricing #payment table td {padding: 20px;}
#new_pricing #payment .tit {text-align: left;color: #505050;font-size: 18px;font-weight: bold;}
#new_pricing #payment .desc {text-align: left;color: #505050;font-size: 18px;font-weight: 400;}
#new_pricing #payment .price,
#new_pricing #payment .price > span {text-align: right;color: #000;font-size: 18px;font-weight: 400;}
#new_pricing #payment .total_price {text-align: right;color: #000;font-size: 24px;font-weight: 400;}
#new_pricing #payment .total_price .num {color: #000;font-size: 28px;font-weight: 400;margin-right: 5px;}
#new_pricing #payment .total_price .small {color: #7B7B7B;font-size: 18px;font-weight: 400;margin-left: 5px;}
#new_pricing #payment .btn_wrap {display: flex;justify-content: center;gap: 20px;}
#new_pricing #payment .btn_wrap > a {text-decoration: none;}
#new_pricing #payment .next_btn,
#new_pricing #payment .prev_btn,
#new_pricing #payment .cash_btn {display: inline-block;margin: 10px 0 30px;color: #fff;font-size: 18px;font-weight: 500;padding: 10px 60px;border-radius: 10px;cursor: pointer;transition: all .3s;}
#new_pricing #payment .next_btn {background: #194687;}
#new_pricing #payment .next_btn:hover {background: #0d3063;}
#new_pricing #payment .prev_btn {background: #7B7B7B;}
#new_pricing #payment .prev_btn:hover {background: #999;}
#new_pricing #payment .cash_btn {display: none;color: var(--new-point-color);border: 2px solid var(--new-point-color);background-color: #fff;}
#new_pricing #payment .cash_btn:hover {color: #fff;background-color: var(--new-point-color);}
#new_pricing #payment .part_info {display: flex;gap: 10px;position: absolute;top: -36px;right: 170px;}
#new_pricing #payment .part_info li {color: var(--new-point-color);font-size: 16px;font-weight: 600;background-color: #fff;box-shadow: 0 0 4px var(--new-point-color);width: 24px;height: 24px;line-height: 24px;border-radius: 50%;text-align: center;}
#new_pricing #payment .part_info li.active {color: #fff;background-color: #0a69df;}

/* new_cont2 240403 HJ */
#new_pricing.new_cont2 .stit {margin-top: 90px;}
#new_pricing.new_cont2 .stit > h4 {color: #fff;}
#new_pricing.new_cont2 .tab2 li > a {padding: 0;font-weight: bold;border-bottom-color: var(--new-point-color);}
#new_pricing.new_cont2 .tab2 li.active > a {color: #fff;border-bottom-color: #fff;font-size: 24px;margin-top: -4px;}
#new_pricing.new_cont2 .ms-list {margin-bottom: 120px;}
#new_pricing.new_cont2 .ms-list > li {background-color: #fff;}
#new_pricing.new_cont2 .ms-list strong {font-weight: bold;}
#new_pricing.new_cont2 #product .ms-list .info {padding: 0;background-color: unset;}
/* #new_pricing.new_cont2 .circle {top: -800px;} */
#new_pricing.new_cont2 #more_info {position: relative;z-index: 1;}
#new_pricing.new_cont2 .infobox {opacity: 0;min-height: 54px;background-color: #FFFFFF33;color: #fff;font-size: 16px;font-weight: 200;padding: 15px 30px;border-radius: 20px;border: 0;box-sizing: border-box;}
#new_pricing.new_cont2 .infobox.show {opacity: 1;}

/* new_cont3 240404 HJ */
/* #new_pricing.new_cont3 {background-color: #fff;} */
#new_pricing.new_cont3 form > .container {position: relative;z-index: 1;}
#new_pricing.new_cont3 .container {padding-top: 80px;}
#new_pricing.new_cont3 .stit > h4,
#new_pricing.new_cont3 .stit > p {color: #fff;}
#new_pricing.new_cont3 .content2 {width: 100%;max-width: 630px;box-sizing: border-box;margin: 0 auto;}
#new_pricing.new_cont3 .content2 legend {display: none;}
#new_pricing.new_cont3 .count1 {padding-bottom: 40px;text-align: center;border-bottom: 1px solid #ddd;}
#new_pricing.new_cont3 .btn_wrap {display: flex;justify-content: center;gap: 20px;}
#new_pricing.new_cont3 .btn_wrap > a {text-decoration: none;}
#new_pricing.new_cont3 .next_btn,
#new_pricing.new_cont3 .prev_btn {display: inline-block;margin: 10px 0 30px;color: #fff;font-size: 18px;font-weight: 500;padding: 10px 60px;border-radius: 10px;cursor: pointer;transition: all .3s;}
#new_pricing.new_cont3 .next_btn {background: #194687;}
#new_pricing.new_cont3 .next_btn:hover {background: #0d3063;}
#new_pricing.new_cont3 .prev_btn {background: #7B7B7B;}
#new_pricing.new_cont3 .prev_btn:hover {background: #999;}

/* .new_cont4 */
#new_pricing.new_cont4 form > .container {padding: 80px 0 150px;}
#new_pricing.new_cont4 .content2 {padding: 40px 60px;}
#new_pricing.new_cont4 .content2 > .table2 .count1 {display: flex;justify-content: space-between;gap: 10px;align-items: center;}
#new_pricing.new_cont4 .content2 > .table2 .count1 .inp {margin: 0;}
#new_pricing.new_cont4 .content2 > .table2 tr:first-child > * {border: 0;}
#new_pricing.new_cont4 .content2 > .table2 tr > * {padding: 20px 10px;}
#new_pricing.new_cont4 .content2 > .table2 tr > td {display: flex;justify-content: space-between;gap: 10px;align-items: center;}
#new_pricing.new_cont4 .content2 > .table2 tr .sel {width: 100%;}
#new_pricing.new_cont4 .bun_th {position: relative;}
#new_pricing.new_cont4 #bun_btn {display: inline-block;width: 20px;height: 20px;text-align: center;color: #fff;font-size: 16px;background-color: #d9d9d9;border-radius: 50%;line-height: 20px;margin-left: 5px;cursor: pointer;}
#new_pricing.new_cont4 #bun_btn:hover + #bun_info,
#new_pricing.new_cont4 #bun_info:hover {display: block;}
#new_pricing.new_cont4 #bun_info {display: none;min-width: 300px;padding: 20px;border-radius: 20px;color: #555;font-size: 14px;font-weight: 300;background-color: #f5f5f5;box-shadow: 0 0 8px #00000033;position: absolute;top: 36px;left: 0;transition: all .3s;}
#new_pricing.new_cont4 #bun_info > a {color: var(--point-color);}
#new_pricing.new_cont4 #pay_info .count1 {display: flex;justify-content: center;gap: 10px;align-items: center;}
#new_pricing.new_cont4 #pay_info .count1 > button {width: 30px;height: 30px;line-height: 30px;}
#new_pricing.new_cont4 #pay_info .count1 > #bunNum {flex: 1;height: 40px;margin: 0;font-size: 16px;}
#new_pricing.new_cont4 #pay_info #wmDisk {width: 100%;height: 40px;font-size: 16px;padding-left: 10px;box-sizing: border-box;}
#new_pricing.new_cont4 .ms-list.pd1 {--pd-color:#26BCB7;}
#new_pricing.new_cont4 .ms-list.pd2 {--pd-color:#0A69DF;}
#new_pricing.new_cont4 .ms-list.pd3 {--pd-color:#6960E2;}
#new_pricing.new_cont4 .ms-list.pd1 .active,
#new_pricing.new_cont4 .ms-list.pd2 .active,
#new_pricing.new_cont4 .ms-list.pd3 .active,
#new_pricing.new_cont4 .ms-list.pd4 .active {background-image: linear-gradient(to right, var(--new-point-color) 20%, var(--pd-color) 110%);}
#new_pricing.new_cont4 .ms-list2 .info {margin-left: 60px;margin-right: 0;}
#new_pricing.new_cont4 .ms-list2 > li i {opacity: 1;color: #fff;width: 20px;height: 20px;line-height: 20px;border-radius: 50%;background-color: #ddd;text-align: center;font-size: 14px;font-weight: bold;left: 35px;right: auto;top: 50%;transform: translateY(-50%);}
#new_pricing.new_cont4 .ms-list2 .active i {color: #fff;background-color: var(--point-color);}