:root {

    /* font-size */
    --fs-headl :40px;
    --fs-headm :34px;
    --fs-heads :30px;
    --fs-titl :28px;
    --fs-titm :24px;
    --fs-tits :20px;
    --fs-bodyl :18px;
    --fs-bodym :16px;
    --fs-bodys :14px;
    --fs-tail :12px;

    /* color */
    --mc-1522 :#FF571F;
    --mc-9966 :#006838;
    --mc-7755 :#EF7D00;
    --mc-psy :#00BF9A;
    --mc-korea :#0067CE;
    --mc-dw :#003D9E;
    --base :#333333;
    --gray-1 :#FAFAFA;
    --gray-2 :#DDDDDD;
    --gray-3 :#AAAAAA;

    /* mono */
    --b100 :rgba(0,0,0,1);
    --b90 :rgba(0,0,0,0.9);
    --b70 :rgba(0,0,0,0.7);
    --b50 :rgba(0,0,0,0.5);
    --b35 :rgba(0,0,0,0.35);
    --b15 :rgba(0,0,0,0.15);
    --b5 :rgba(0,0,0,0.05);
    --b2 :rgba(0,0,0,0.02);

    --w100 :rgba(255,255,255,1);
    --w90 :rgba(255,255,255,0.9);
    --w70 :rgba(255,255,255,0.7);
    --w50 :rgba(255,255,255,0.5);
    --w35 :rgba(255,255,255,0.35);
    --w15 :rgba(255,255,255,0.15);
    --w5 :rgba(255,255,255,0.05);
    --w2 :rgba(255,255,255,0.02);
}


body {width:100%; height:100%; margin:0; padding:0; font-family:'NanumSquare'; font-weight: 200; font-size:var(--fs-bodym); color:var(--fc-base); line-height:1.5; letter-spacing:normal;}

ul {margin:0; padding:0; list-style:none;}
p {margin:0; padding:0;}
a {text-decoration:none; color: var(--fc-base);}
a:hover, a:active, a:focus {text-decoration:none;}

.inner {position: relative; width:100%; max-width:1280px; padding:0px 40px; margin:auto; text-align:center; box-sizing:border-box;}
.inner-p {position: relative; width:100%; max-width:1280px; padding:120px 40px; margin:auto; text-align:center; box-sizing:border-box;}

.dis-on {display: inline-block !important;}
.dis-off {display: none !important;}
.strong {font-weight:var(--fw-eb);}

img {width: 100%;}


/* header */
header {display: flex; justify-content: center; align-items: center; position: fixed; width: 100%; height: 104px; z-index: 100; background-color: none; border-bottom: 0px;}
header .inner {display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
header .logo {display: inline-block; width: 131px; height: 24px; background-image: url(../image/bi_w.svg); background-repeat: no-repeat;}
header .tel {display: inline-block; padding: 0 0 0 28px; background-image: url(../image/phone_w.svg); background-repeat: no-repeat; color: #fff;}
header.sdk {height: 65px; background-color: var(--gray-1); border-bottom: 1px solid var(--b15);}
header.sdk .logo {background-image: url(../image/bi.svg);}
header.sdk .tel {background-image: url(../image/phone.svg); color: var(--fc-base);}


/* main */
.main {display: block; height: 750px; background-color: var(--mc-dw); background-image: url(../image/mark.svg); background-repeat: no-repeat; background-position: 70% center; overflow: hidden;}
.main .inner {height: 100%;}
.main .visual {position: absolute; bottom: 0; right: 0; line-height: 0;}
.main .visual img {width: auto; height: 668px;}
.main .txt {position: absolute; left: 40px; top: 45%; text-align: left;}
.main .txt div {font-family: 'Danjunghae'; font-size: var(--fs-headl); color: #fff;}
.main .txt div:nth-child(2) {color: var(--w50);}
.main .txt .btn-call {display: inline-block;}
.main .txt .btn-call a {display: inline-block; padding: 18px 40px 17px 40px; margin-top: 36px; font-size: var(--fs-titl); background-color: var(--b15); border: 1px solid #fff; border-radius: 100px; box-sizing: border-box; cursor: pointer; z-index: 50;}
.main .txt .btn-call a:hover {background-color: var(--b35);}
.main .txt .btn-call a span {display: inline-block; width: auto; padding: 0 8px 0 40px; background-image: url(../image/phone_w.svg); background-repeat: no-repeat; background-size: 36px 36px; background-position: 0px 2px;}


/* tab */
.tit-tab {display: block; position: relative; width: 100%; margin-top: -35px; text-align: center; z-index: 50; overflow: hidden;}
.tab {display: inline-block; float: none; width: auto; font-size: var(--fs-tits);}
.tab li {float: left; display: inline-block; width: auto; margin: 0 12px 0 0;}
.tab li:last-child {margin: 0;}
.tab li a {float: left; display: inline-block; width: auto; min-width: 200px; padding: 20px 25px 18px 25px; text-align: center; color: var(--gray-3); background-color: #fff; border: 1px solid var(--b15); box-sizing: border-box; cursor: pointer; border-radius: 100px;}
.tab li.on a {font-weight: 700; color: var(--fc-base);}
.tab li a:hover{color: var(--fc-base);}


/* con */
.con {padding: 120px 0;}

.headline {display: inline-block; width: auto; padding: 0 0 95px 0; font-size: var(--fs-headm); text-align: center; background-image: url(../image/head_dot.svg); background-repeat: no-repeat; background-position: center bottom 60px;}
.headline span {display: block;}

.reward {display: block; width: 100%; height: auto; margin-top: 60px;}
.reward > li {display: block; margin-bottom: 160px; overflow: hidden;}
.reward li:last-child {margin-bottom: 0;}
.reward li .pic {display: inline-block; width: 540px; height: 260px;}
.reward li .pic img {width: 100%; max-width: 550px;}
.reward li .txt {display: inline-block; width: 100%; max-width: 400px; text-align: left; font-size: var(--fs-heads);}
.reward li .txt .tit {display: inline-block; width: auto; padding: 12px 24px 8px 24px; margin: 70px 0 24px 0; font-size: var(--fs-titl); color: #fff; background-color: var(--mc-dw); border-radius: 100px;}
.reward li .txt .detail {padding-left: 52px; background-image: url(../image/check.svg); background-repeat: no-repeat; background-position: 0 3px; font-weight: 700;}
.reward li .first {float: left;}
.reward li > ul {float: right;}

.app {padding: 120px 0; border-top: 1px solid var(--b15); text-align: center; box-sizing: border-box;}
.app .icon img {width: 100px;}
.app .txt li:first-child {font-size: var(--fs-heads); margin: 32px 0 12px 0;}
.app .txt li:last-child {font-size: var(--fs-bodym);}
.app .txt li:last-child span {display: block;}
.app .down {width: 100%; margin-top: 32px; font-size: var(--fs-bodym); box-sizing: border-box; overflow: hidden;}
.app .down li {display: inline-block; width: auto; min-width: 200px; margin-right: 16px; border: 1px solid var(--b15); border-radius: 100px; cursor: pointer;}
.app .down li:hover {border: 1px solid var(--mc-dw);}
.app .down li a {display: inline-block; width: 100%; height: auto; padding: 20px 50px; box-sizing: border-box;}
.app .down li img {width: 24px; height: auto; vertical-align: middle;}

.list {padding-top: 40px;}
.list .item {display: block; margin-bottom: 80px; overflow: hidden;}
.list .item.carrier {margin-bottom: 24px;}
.list .item:last-child {margin-bottom: 0;}
.list .item .txt {display: inline-block; width: calc(45% - 80px); text-align: left; font-size: var(--fs-tits);}
.list .item .txt .tit {display: inline-block; width: auto; padding: 12px 24px 8px 24px; margin: 0 0 32px 0; font-size: var(--fs-titl); color: #fff; background-color: var(--mc-dw); border-radius: 100px; box-sizing: border-box;}
.list .item .txt .detail span {display: block; margin-bottom: 32px;}
.list .item .txt .detail span:last-child {margin-bottom: 0;}
.list .item .pic {display: inline-block; width: 55%; height: 400px; line-height: 1.0; border-radius: 40px; border: 1px solid var(--b15); background-repeat: no-repeat; background-size: cover; background-position: center;}
.list.biz .item:nth-child(1) .pic {background-image: url(../image/biz_01.png);}
.list.biz .item:nth-child(2) .pic {background-image: url(../image/biz_02.png);}
.list.day .item:nth-child(1) .pic {background-image: url(../image/day_01.png);}
.list.day .item:nth-child(2) .pic {background-image: url(../image/day_02.png);}
.list.car .road .pic {background-image: url(../image/car_01.png);}
.list.car .carrier .pic {background-image: url(../image/car_02.png);}
.list.car .safe .pic {background-image: url(../image/car_03.png);}
.list .item .first {float: left;}
.list .item > ul {float: right;}



/* tbl */
.tbl {width: 100%; margin-bottom: 80px; font-size: var(--fs-bodym); border-top: 1px solid var(--b5);}
.tbl li {display: flex; flex-direction: row; align-content: center; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--b5);}
.tbl li.thead {background: var(--gray-1);}
.tbl li.nuri {background: #fef7f4;}
.tbl li span {display: inline-block; width: 100%;}

.tbl.compare li span:nth-child(1) {width: 200px; font-weight: 200;}
.tbl.compare li span:nth-child(2) {width: 200px;}
.tbl.compare li span:nth-child(3) {width: 100%;}
.tbl.compare li span:nth-child(4) {width: 200px;}

.tbl.pickc .tr {text-align: center;}
.tbl.pickc li span:nth-child(1) {width: 100%; font-weight: 200;}
.tbl.pickc li span:nth-child(2) {width: 100%;}
.tbl.pickc li span:nth-child(3) {width: 100%;}
.tbl.pickc li span:nth-child(4) {width: 100%;}
.tbl.pickc li span p:nth-child(1) {display: none;}

.tbl.noti {margin-bottom: 0px;}
.tbl.noti li span {width: 100%; text-align: left;}
.tbl.noti li span:first-child {width: 80px; text-align: center;}
.tbl.noti .th span {text-align: center;}
.tbl.noti .tr:nth-child(even) {background-color: var(--b2);}

.tbl.noticon {text-align: left; border-top: none;}
.tbl.noticon li:first-child {font-size: var(--fs-titm); padding: 30px 0;}
.tbl.noticon .con {padding: 80px 0;}
.tbl.noticon .con p {margin-bottom: 10px;}
.tbl.noticon .nav span:first-child {width: 100px;}
.tbl.noticon .con .paragraph {margin-bottom: 40px;}



/* footer */
footer {color: var(--w50); font-size: var(--fs-tail); background-color: var(--b90); border-top: 1px solid var(--w35);}
footer .info {padding: 16px 0; text-align: left;}
footer .info li {margin-bottom: 5px;}
footer .info li:last-child {margin-bottom: 0;}
footer .copy {padding: 16px 0; border-top: 1px solid var(--w15);}
footer .copy span {display: inline-block; width: 100%; text-align: left;}



/* selection */
::selection {
  background-color: var(--b50);
  color: #ffffff;
}

/* scroll */
::-webkit-scrollbar {width:5px;} 
::-webkit-scrollbar-thumb {background-color:#555; border-radius:0px;}
::-webkit-scrollbar-track {background-color:#ddd; border-radius:0px; box-shadow:inset 0px 0px 1px rgba(0,0,0,0.1);}



@media screen and (max-width:1800px) {
  .main {background-position: 100% center;}
}

@media screen and (max-width:1024px) {
  .reward li .pic {width: 100%; height: auto;}
  .reward li .first {float: none; text-align: center;}
  .reward li .txt {font-size: var(--fs-titm);}
  .reward li .txt .tit {margin: 28px 0 24px 0; font-size: var(--fs-tits);}
  .reward li .txt .detail {padding-left: 0; background-image: none;}
  .reward > li {margin-bottom: 100px;}
}

@media screen and (max-width:920px) {
  .main {background-image: none;}
  .main .visual {right: -70px;}
  .main .visual img {height: 580px;}
  .main .txt {top: 15%; height: 85%;}
  .main .txt .btn-call a {position: absolute; background-color: var(--b50); z-index: 50;}

  .headline {padding: 0 0 60px 0; font-size: var(--fs-titm); background-position: center bottom 40px;}

  .tbl.pickc li {flex-direction: column; padding: 0;}
  .tbl.pickc .thead {display: none;}
  .tbl.pickc .tr {text-align: left;}
  .tbl.pickc li span {padding: 16px 0; border-bottom: 1px solid var(--b5);}
  .tbl.pickc li span:last-child {border-bottom: 0px;}
  .tbl.pickc li span p:nth-child(1) {display: block; font-weight: 700;}

  .tit-tab {position: fixed; bottom: 0; line-height: 1.0; margin-top: 0; background-color: var(--mc-dw);}
  .tab {float: left; width: 100%;}
  .tab li {width: calc(100% / 4); margin: 0;}
  .tab li a {width: 100%; min-width: auto; padding: 18px 0; font-size: var(--fs-tail); color: var(--w70); background-color: var(--b35); border: 0; border-right: 1px solid var(--w50); border-radius: 0;}
  .tab li.on a {color: #fff; background-color: var(--mc-dw);}
  .tab li a:hover {color: #fff;}

  .list .item .pic {width: 100%;}
  .list .item .txt {width: 100%; text-align: left; font-size: var(--fs-bodym);}
  .list .item .txt .tit {width: 100%; margin: 10px 0 32px 0; text-align: center; font-size: var(--fs-tits);}
  .list .item .txt .detail span {margin-bottom: 20px;}
  .list .item .first {float: none;}

  footer .copy {padding: 16px 0 56px 0;}
}

@media screen and (max-width:720px) {
  .tbl {font-size: var(--fs-bodys);}
  .tbl.compare li {flex-direction: column;}
  .tbl.compare .thead {display: none;}
  .tbl.compare li span:nth-child(1) {font-weight: 700;}
}

@media screen and (max-width:630px) {
  .reward li .txt {max-width: none;}

  .app {padding: 60px 0 0 0;}
  .app .inner {padding: 0;}
  .app .txt li:first-child {font-size: var(--fs-titm);}
  .app .down {border-top: 1px solid var(--b15);}
  .app .down li {float: left; width: calc(50% - 1px); min-width: auto; margin-right: 0; border: none; border-radius: 0;}
  .app .down li a {padding: 20px 20px;}
  .app .down li:hover {border: none;}
  .app .down li:first-child {border-right: 1px solid var(--b15);}
}

@media screen and (max-width:580px) {
  .inner {padding: 0 20px;}

  .main {height: 610px;}
  .main .txt {left: 20px; width: calc(100% - 40px);}
  .main .txt div {font-size: var(--fs-titl);}
  .main .txt .btn-call a {bottom: 20px; width: 100%; padding: 18px 40px 17px 40px; text-align: center; background-image: none;}
  .main .visual {right: -110px;}
  .main .visual img {height: 485px;}

  .con {padding: 80px 0;}
  .list {padding-top: 20px;}
}