@charset "utf-8";

@import url("/genesis/css/reset-d995e02caef6d43ad4622383e7df5e52.css");
@import url("/genesis/css/common-1b65c39c40bd4a01b41837b4c4f7dea4.css");
@import url("/genesis/css/slick-58f31696709abe6b1610677a72159f9f.css");
@import url("/genesis/css/style_pc-ab8aae6cb54b096fbe5ba407867935be.css") screen and (min-width:1025px);
@import url("/genesis/css/style_mobile-fc361212cd2cfe790f6243d85a059696.css") screen and (max-width:1024px);

body.fix {
    overflow: hidden;
}
.underline {
    text-decoration: underline;
    text-underline-position: under;
}
/* Popup */
.popup-box.lay {
    display: none;
    position: fixed;
    z-index: 3;
    background-color: #fff;
}
.popup-box.over {
    z-index: 22;
}
.popup-box .pop-head {
    color:#fff;
    border:1px solid #000;
    border-bottom: 0 none;
    background-color: #111;
}
.popup-box .pop-head .tit {
    display: block;
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
}
.popup-box .pop-head .pop-close {
    display: block;
    position: absolute;
    background-image: url('/genesis/images/bg_iconset.png');
    background-repeat: no-repeat;
    text-indent: -9999em;
    cursor: pointer;
}
.popup-box .pop-cont {
    overflow-y:auto;
    margin-right:5px;
    font-weight: 300;
}
.popup-box .pop-cont.scroll {
    overflow-x: scroll;
}
.popup-box .pop-cont b {
    font-weight: 300;
}
.popup-box .btn.arrow {
    font-size: 13px;
    white-space: normal;
}
.popup-box .block {
    display: block;
}
.popup-box .pop-cont .pop-tit {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
    letter-spacing: -0.05em;
}
.popup-box .pop-cont .tbl {
    padding:0;
    font-weight: 300;
    line-height: 24px;
    box-sizing: border-box;
}
.popup-box .pop-cont .tbl .b-r {
    border-right: 1px solid #eaeaea;
}
.popup-box .pop-cont .tbl td {
    border-color:#eaeaea;
}
.popup-box .pop-cont .fix-head {
    position: relative;
}
.popup-box .pop-cont .fix-head .tbl {
    overflow-y:auto;
}
.popup-box .pop-cont .fix-head table {
    border-top:1px solid #eaeaea;
}
.popup-box .pop-cont .fix-head table thead tr th {
    position: sticky;
    top:-1px;
    width: 100%;
    border-top:0;
    border-bottom:1px solid #eaeaea;
    z-index: 1;
}
.popup-box .pop-cont .fix-head table thead th:after,
.popup-box .pop-cont .fix-head table thead th:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}
.popup-box .pop-cont .fix-head table thead th:before {
  top: 0;
  border-top: 2px solid #676767;
}
.popup-box .pop-cont tbody th {
    font-size:14px;
}
.popup-box .pop-cont .caution.no-b {
    padding-left:0;
}
.popup-box .pop-cont .caution.no-b::after {
    display: none;
}
.popup-box .pop-foot {
    text-align: center;
}

/* tooltip */
.tooltip {
    position: relative;
}
.tooltip .tooltip-tit .icon-warn {
    display: block;
    margin:0 auto;
    font-size:0;
    text-indent:-999em;
    background:url('/genesis/images/ico_warn.svg') no-repeat;
    background-size: 100% auto;
}
.tooltip .tooltip-cont {
    display: none;
    position: absolute;
    left:50%;
    border:1px solid #333;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    transform: translateX(-90%);
    box-shadow: 0 10px 20px #999;
    z-index: 1;
}
.tooltip .tooltip-cont::before {
    content:'';
    display:block;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    transform: rotate(225deg);
    background-color: #fff;
}

/* Skip Navigation*/
#skip-nav {
    position: relative;
    z-index: 9999;
}
#skip-nav a {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin-bottom: -1px;
    background: #007fa8;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}
#skip-nav a:focus,
#skipNav a:active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
}

.wrap {
    position: relative;
    margin:0 auto;
    max-width: 1230px;
}
/* 헤더 */
#header {
    position: fixed;
    top:0;
    width: 100%;
    border-bottom:1px solid #222;
    z-index: 2;
}
#header .logo {
    position: absolute;
}
#header .logo a {
    display:block;
}
.gnb-area .gnb .gnb-menu li a {
    display:block;
    font-family: "GenesisSansHeadKR", sans-serif;
}
.gnb-area .gnb .gnb-menu li .sub-area a {
    font-family: "GenesisSansTextKR", sans-serif;
    font-weight: 300;
}

/* 콘텐츠 */
.main .contents {
    background-color:#111;
}
/* 메인 탑배너 */
.main-banner .slide-box img {
    width:100%;
}
.main-banner .slide-box h2 {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 400;
    color:#000;
}
.main .slide-box p {
    font-weight: 300;
}
.main .slick-dots {
    position: static;
    width: auto;
}
.main .slick-dots li button {
    padding: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    border:2px solid #111;
    background: #595959;
}
.main .slick-dots li.slick-active {

}
.main .slick-dots li.slick-active button {
    border:2px solid #fff;
    background: #111;
}
.main .ctrl-slick-slider {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.main .ctrl-slick-slider .play-ctrl {
    text-indent:-9999em;
    font-size: 0;
    background-image:url('/genesis/images/bg_iconset.png');
    background-repeat:no-repeat;
}
/* Arrows */
.main-banner .slick-arrow {
    position:absolute;
    background: none;
    cursor: pointer;
    font-size:0;
    z-index: 1;
}
.main .sec-tit,
.quick-box,
.privacy-box,
.tip-box,
.safe-box .tit-box,
.safe-box .safe-cont li {
    opacity:0;
}

.sec01 {
    background:#111;
}
.quick-box {
    display: flex;
}
.quick-box .quick-link {
    background:transparent;      
    border:1px solid #222; 
    box-sizing: border-box;
}
.quick-box .quick-link .thumb {
    background-repeat:no-repeat;
    background-image:url('/genesis/images/bg_iconset.png');
}
.quick-box .quick-link .quick-tit {
    font-weight: 300;
    font-family: "GenesisSansHeadKR", sans-serif;
    color:#fff;
}

.quick-box .quick-link:hover .quick-tit {
    color:#000;
    font-weight: 400;
}
.quick-box .quick-link .quick-txt {
    font-weight:300;
    color:#bbb;
}
.quick-box .quick-link:hover .quick-txt {
    color:#000;
}


/* main sec02 */
.sec02 {
    background:#f8f8f8;
}
.privacy-box .privacy-cont a {
    display: block;
}
.privacy-box .privacy-cont .thumb {
    display:inline-block;
    text-indent:-9999em;
    background-image: url('/genesis/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.privacy-box .privacy-cont .text {
    display: inline-block;
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 400;
}

/* main sec03 */
.sec03 {
    background:#fff;
}
.tip-box {
    display:flex;
    justify-content: space-between;
}
.tip-box .tip-cont {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight:300;
    box-sizing: border-box;
    background:#f8f8f8;
}
.tip-box .tip-cont a {
    position: relative;
    display:inline-block;
    color:#000;
    font-weight: 400;
}
.sec04 {
    position: relative;
    background-color:#fff;
}
.safe-box {}
.safe-box .tit-box .sub-tit {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight:300;
}
.safe-box .safe-cont {
}
.safe-box .safe-cont li {
    box-sizing: border-box;
    background:#f8f8f8;
}
.safe-box .safe-cont li a {
    position: relative;
    display:block;
    font-weight:300;
}
.safe-box .safe-cont li a::after {
    position:absolute;
    top:50%;
    display:block;
    content:'';
}
.safe-box .safe-cont li a > span {
    display: block;
}


/* 콘텐츠 */
.page-tit h2 {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
}
.sec-tit {
    color:#000;
    font-weight: 300;
    letter-spacing: -0.025em;
    font-family: "GenesisSansHeadKR", sans-serif;
}
.sec-tit > span {
    vertical-align: top;
}
.sec-txt {
    font-weight: 300;
}
.sub-tit {
    font-family: "HyundaiSansHeadKR", sans-serif;
    font-weight: 300;
}
.sub-tit span {
    vertical-align: top;
}
.info-txt {
    font-weight: 300;
    color:#757575;
}

.sub-info dt {
    font-weight: 400;
}
.sub-info dd {
    color:#757575;
    font-weight:300;
}

#fullpage .section:nth-child(even) {
    background-color:#f8f8f8;
}
#my-menu {
    position: fixed;
    right:0;
    top:50%;
    z-index: 1;
}
#my-menu li {

}
#my-menu li a {
    font-weight: 300;
    color:#757575;
}
#my-menu li.active a {
    font-weight: 400;
    color:#282828;
}
.eco-box .eco-list {
    background-color:#f8f8f8;
}
.page2 .eco-box .eco-list,
.page4 .eco-box .eco-list {
    background-color:#fff;
}
.eco-box .eco-list .eco-cont .solo-txt {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
}
.eco-box .eco-cont dt {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
}
.eco-box .eco-cont dd {
    font-weight:300;
}
.eco-box .eco-cont .clear-fix .f-gray {
    display: block;
    color:#757575;
    font-weight: 300;
}
.eco-box .img-box {
    background-color: #fff;
}
.eco-box .site-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.eco-box .site-link li {
    box-sizing: border-box;
    background-color:#fff;
}
.eco-box .site-link li a {
    display: flex;
    text-align: center;
    align-items: center;
}
.eco-box .site-link li a img {
    margin:0 auto;
}
.eco-box .img-box {
    border:1px solid #e2e2e2;
}
.link-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.link-box .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color:#f6f3f2;
}
.link-box .link-list .link-cont .block {
    display: block;
}
.link-box .link-list .link-cont p {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
}
.link-box .link-list .thumb > span {
    display: block;
    background-image: url(/genesis/images/bg_iconset.png);
    background-repeat: no-repeat;
}
.sec-box .support-txt {
    color:#757575;
    font-weight: 300;
}
.caution {
    position: relative;
    font-weight:300;
    color:#757575;
}
.caution::before {
    content:"-";
    position: absolute;
    top:0;
    left:0;
}
.privacy-wrap p {
    position: relative;
    font-weight: 300;
}
.privacy-wrap .bul {
    position: absolute;
    top:1px;
    left:0;
}
.privacy-wrap p > strong {
    display:block;
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
    border-bottom:1px solid #e5e5e5;
}
.privacy-wrap small {
    color:#757575;
    font-weight:300;
}
.privacy-wrap .txt-list {
    font-weight: 300;
}
.privacy-wrap .small-list li {
    position: relative;
    font-weight: 300;
}
.privacy-wrap .tbl td {
    font-weight: 300;
}
.privacy-wrap .blue-txt {
    margin-top:1.5rem;
    line-height:1.6;
}
/* 차량 데이터 관리 */
.cont.mycar {
}
.cont .sec-top {
}
.cont .sec-top .sub-tit{
}
.car-list > ul > li {
    background-color: #fff;
}
.car-list > ul > li > div {

}
.car-list .car-info {

}
.car-list .car-info .car-name {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 400;
}
.car-list .car-info dl {}
.car-list .car-info dl > * {
    display:inline-block;
    font-weight:300;
    color:#757575;
}
.car-list .car-info dt {}
.car-list .car-info dd {}
.car-list .agree-wrap {

}
.car-list .agree-wrap li.total-area {
    border:0 none;
}
.car-list .agree-wrap li a {
    position: relative;
    display: block;
    font-family: "GenesisSansHeadKR", sans-serif;
}
.car-list .agree-wrap li a:after {
    display:block;
    content:'';
    position:absolute;
    transform: rotate(45deg);
}
.car-list .agree-wrap li a .badge {
    font-family: "GenesisSansTextKR", sans-serif;
}
/* 3rd 파티 */
.car-list > .sub-tit,
.third-wrap > .sub-tit {
    font-weight:300;
}
.card-box {
    display: flex;
    flex-flow: row wrap;
}
.card-box .card-list {
}
.card-box .card-list .card-head {
    position: relative;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    border:1px solid transparent;
    background:#f8f8f8;
}
.card-box .card-list .card-tit {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 400;
}
.card-box .card-list .date {
    display: block;
    font-weight:300;
    color:#757575;
}
.card-box .card-list .arrow {
    display: block;
}
.card-box .card-list .arrow::after {
    display: block;
    content:'';
    position: absolute;
    transform: rotate(135deg);
}
.card-box .card-list.is-expanded .card-head {
    border:1px solid #666;
    background-color:#fff;
}
.card-box .card-list.is-expanded .card-head:after, .card-box .card-list.is-expanded .card-head:before {
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.card-box .card-list.is-expanded .card-head:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
}
.card-box .card-list.is-expanded .card-head:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #333;
}
.card-cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.card-cont .close {
    display: block;
    position: absolute;
    background-image: url(/genesis/images/bg_iconset.png);
    background-repeat: no-repeat;
    text-indent: -9999em;
    cursor: pointer;
}
.card-list.is-collapsed .card-cont {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
}
.card-list.is-expanded .card-cont {
    overflow: visible;
    opacity: 1;
    border:1px solid #e2e2e1;
    box-sizing: border-box;
}
.card-list:nth-of-type(3n+4) {
    clear: left;
}

.card-box .card-list .acco-sub {
    font-weight:300;
}

.card-box .card-list .acco-sub .tbl .confirm-txt {
    text-align:center;
    font-weight: 300;
}
.no-car {
    text-align: center;
}
.no-car .no-thumb {
    display: inline-block;
    background-image:url('/genesis/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.caution-box {
    display:flex;
    align-items: center;
    font-weight:300;
    box-sizing:border-box;
    z-index: 1;
    background-color:#f8f8f8;
}
.caution-box .no-thumb {
    display: block;
    background-image:url('/genesis/images/bg_iconset.png');
    background-repeat: no-repeat;
}

.acco-wrap {
    border-top:1px solid #e5e5e5;
}
.acco-wrap > ul > li {
    border-bottom:1px solid #e2e2e2;
}
.acco-wrap a.acc-tit {
    position:relative;
    font-weight:300;
}
.acco-wrap a.acc-tit .status {
    position: absolute;
    top:50%;
    display: inline-block;
    border-radius: 50%;
    background-color: #78d678;
}
.acco-wrap a.acc-tit .status.dis {
    background-color: #ffa593;
}
.acco-wrap a.acc-tit .status.disable {
    background-color: #c1c1c1;
}
.acco-wrap a.acc-tit::after {
    display: block;
    content: '';
    position: absolute;
    transform: rotate(135deg);
    transition: 0.3s;
}
.acco-wrap > ul > li.active > a {
    color:#000;
}
.acco-wrap > ul > li.active > a::before {

}
.acco-wrap > ul > li.active > a::after {
    transform: rotate(-45deg);
}
.acco-wrap li .cont-area {
    position: relative;
    display: none;
    font-weight: 300;
    border-top:1px solid #e2e2e2;
    background-color:#f8f8f8;
}
.acco-wrap li .cont-area .by-txt {
    text-align: right;
    color: #757575;
}
.acco-wrap li .cont-area .link {
    display: inline-block;
}
.acco-wrap li .cont-area .datahub-list > ul > li {
    display: flex;
    justify-content: space-between;
    background-color:#fff;
}
.acco-wrap li .cont-area .datahub-list > ul > li.off {
    color:#757575 ;
    background-color:#e5e5e5;
}
.acco-wrap li .cont-area .datahub-list > ul > li span {
    display: block;
}
.acco-wrap li .cont-area .datahub-list li .agree-status {
    color:#af6249;
    font-weight: 400;
}
.acco-wrap li .cont-area .datahub-list li.off .agree-status {
    color:#757575;
}
.acco-wrap li .cont-area .agree-info-txt {
    font-size:12px;
    color:#aaa8a6;
}
.acco-wrap li .cont-area .agree-info-txt > span {
    color:#aaa8a6;
}
/* 동의상태 추가 [s] */
.acco-wrap li .cont-area .agree-status {
    display: flex;
    justify-content: space-between;
    background-color:#fff;
}
.acco-wrap li .cont-area .agree-status .agree-result .status {
    display: inline-block;
    border-radius: 50%;
    background-color: #78d678;
}
.acco-wrap li .cont-area .agree-status .agree-result.dis .status {
    background-color:#ffa593
}
/* 동의상태 추가 [e] */
.acco-wrap li .agree-wrap {
    
}
.acco-wrap li .agree-wrap::after {
    display: block;
    content:'';
    clear:both;
}
.acco-wrap li .agree-tit {
    float:left;
    font-weight:400;
}
.acco-wrap li .agree-status.on {
    color:#af6249;
}
.acco-wrap li .switch {
    float:right;
}
.acco-wrap .sub-toggle > ul > li {
    background-color:#fff;
}
.acco-wrap .sub-toggle > ul > li > a {
    background-color: #fff;
}
.acco-wrap .sub-toggle > ul > li.active > a {
    color: #000;
}
.acco-wrap .sub-toggle > ul > li.active a::before {
    transform: rotate(-90deg);
}
.acco-wrap .sub-toggle > ul > li > a .date {
    float:right;
    color:#757575;
}
/* table */
.tbl table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    word-break: break-all;
}
.tbl.scroll {
    overflow-x: auto;
    width:100%;
}
.tbl.scroll table {
    word-break: keep-all;
    table-layout: auto;
}
.tbl th {
    font-weight: 300;
    text-align: center;
    background-color: #f8f8f8;
    border-left:1px solid #e2e2e2;
}
.tbl .row th {
    border-bottom:1px solid #eaeaea;
}

.tbl .row tr:last-child th {
    border-bottom:0 none;
}
.tbl .row th,
.tbl .row td {
    font-weight:300;
}
.tbl tbody th {
    border-top:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}
.tbl .b-r {
    border-right:1px solid #eaeaea;
}
.tbl th:first-child,
.tbl td:first-child {
    border-left:0;
}
.tbl td {
    border-left:1px solid #eaeaea;
    border-top:1px solid #eaeaea;
    line-height: 20px;
}
.tbl td.r-line {
    border-right:1px solid #eaeaea;
}
.b-list li {
    position: relative;
}
.b-list li:after {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    background-color: #000;
}

/* 공지사항 */
.search-box {

}
.notice-wrap {

}
.notice-wrap .notice-list {
}
.notice-wrap .notice-list ul {

}
.notice-wrap .notice-list ul li {

}
.notice-wrap .notice-list ul li a {
    display: block;
    font-family: "GenesisSansHeadKR", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.notice-wrap .notice-list ul li .noti-util .file {
    vertical-align: middle;
}
.notice-wrap .notice-list ul li .noti-util .file:after {
    display:block;
    content:'';
    position:absolute;
    background:#e2e2e2;
}
.notice-wrap .notice-list ul li .date {
    display: inline-block;
    font-weight: 300;
    color:#757575;
}

.notice-wrap .notice-detail {

}
.notice-wrap .notice-detail .detail-top .sub-tit {
    font-family: "GenesisSansHeadKR", sans-serif;
}
.notice-wrap .notice-detail .detail-top .date {
    font-weight:300;
    color:#757575;
}
.notice-wrap .notice-detail .detail-cont {
    font-weight:300;
}
.notice-wrap .notice-detail .detail-bottom a {
    font-weight:300;
    color:#000;
    text-decoration: underline;
    text-underline-position: under;

}
.notice-wrap .notice-detail .detail-bottom .file-tit {
    font-weight: 300;
}
.notice-wrap .notice-detail .detail-bottom .down-file a {

}
.notice-wrap .notice-detail .detail-bottom .down-file a + a {

}

.no-result {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.no-result .thumb {
    background-image: url('/genesis/images/bg_iconset.png');
    background-repeat: no-repeat;
}
.no-result .result-txt {
    font-weight:300;
}
.no-result .result-txt .search-name {
    vertical-align: top;
    font-weight:400;
}


.sub-section {
}
.sub-section .info-list {
    background-color:#f8f8f8;
    opacity:0;
}
.sub-section .info-list > div {
    box-sizing: border-box;
}
.sub-section .info-list .thumb {
    display: flex;
    align-items: center;
}
.sub-section .info-list .thumb > span {
    background-image:url('/genesis/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.sub-section .info-cont .number {}
.sub-section .info-cont .info-tit {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
}
.sub-section .info-cont .info-tit .block {
    display: block;
}
.sub-section .info-cont .info-txt {
    color:#111;
    font-weight:300;
}

/* 푸터 */
#footer {
    position: relative;
    color:#acacac;
    font-weight:300;
    background:#1c1b1b;
}
#footer::before {
    position: absolute;
    content:'';
    left:0;
    width:100%;
    height:1px;
    background:#222;
}
#footer .privacy a {
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
    color:#fff;
}
#footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .footer-top dl {
    display:flex;
    align-items: center;
    margin-left:auto;
}
#footer .footer-top dt {

}
#footer .footer-top dd {

}
#footer .footer-top dd a {
    color:#acacac;
    font-weight:300;
}
#footer .footer-top dd span:first-child {
    position: relative;
}
#footer .foot-logo {
    font-size:0;
    text-indent: -999em;
}
#footer .copyright {
    color:#acacac;
}

/* 에러페이지 */
.error-box,
.check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.error-box .thumb,
.check-box .thumb {
    background-image: url('/genesis/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.error-box .error-txt {
    font-weight:400;
}
.check-box .check-txt {
    font-weight:300;
}
/* tab 메뉴 */
.tab-wrap {
}
.tabs {
    display: flex; flex-wrap: wrap; width: 100%;
}
.tabs .tabs-item { flex: 1; }
.tabs .tabs-link {
    display: block;
    text-align: center;
    font-weight: 300;
    border:1px solid #e5e5e5;
    color: #111;
    text-decoration: none;
}
.tabs .active .tabs-link {
    color:#fff;
    border-color:transparent;
    background: #111;
}
.tabs-content .tabs-content-item {
    display: none;
}
.tabs-content .tabs-content-item.active { display: block; }


/* form */
.hidden {
    position: absolute;
    top:0;
    left:0;
    height: 0;
    width: 0;
    visibility: hidden;
}
.input-box {
    position: relative;
    box-sizing: border-box;
}
.input-box .ip-search {
    border:0 none;
    font-weight: 300;
    color:#000;
}
.input-box .ip-search:focus {
    /* outline: 0 none; */
}
.input-box .search-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #e5e5e5;
}
.input-box .search-line::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background-color: #000;
    content: '';
}
.input-box .ip-search:focus + .search-line::after {
    width: 100%;
    -webkit-transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.form-switch {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    border:2px solid #b4b4b4;
    position: relative;
    box-sizing: border-box;
}

.form-switch:after {
    content: '';
    position: absolute;
    background: #fff;
    border:2px solid #b4b4b4;
    border-radius: 50%;
    transition: 0.3s;
}
.form-switch label {
    display: block;
    position: relative;
    cursor:pointer;
    z-index: 1;
}
.switch input:checked + .form-switch  {
    border:2px solid #000;
    background: #000;
}
.switch input:checked + .form-switch:after {
    border:2px solid #000;
    transform: translateX(-100%);
}
.switch input[type=checkbox][disabled] + .form-switch  {
    background: #ddd;
    border-color: #ccc;
}
.switch input[type=checkbox][disabled] + .form-switch:after {
    background: #ddd;
    border-color: #ccc;
}


/* badge */
.badge {
    display:inline-block;
    color:#000;
    text-align: center;
    box-sizing: border-box;
    border:1px solid #000;
    background-color: #f8f8f8;
}
.badge.on {
    color:#fff;
    border:1px solid transparent;
    background-color:#000;
}
/* Button */
.btn-grp {
    clear: both;
    padding: 30px 0 0;
}
.btn-wrap {
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.btn-wrap:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}
a.btn,
button.btn {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    font-family: "GenesisSansHeadKR", sans-serif;
    background-color:#111;
    color: #fff;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
}
.btn.gary::after {
    border:1px solid #000;
}
.btn .text {
    position: relative;
    z-index: 1;
    vertical-align: top;
}

.btn.arrow {
    position: relative;
    color:#000;
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
    background-color: #fff;
}
.btn.arrow {}
.btn.arrow:hover,
.btn.arrow:focus {
    font-weight: 300;
}
.btn.arrow:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left:calc(100% - 7px);
    top: 50%;
    background-color: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    opacity: 1;
}
.btn.arrow::after {
    border:0;
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 0;
    height:1px;
    background:#000;
}

.btn.disable {
    color: #fff;
    cursor: not-allowed;
    background-color:#aaa8a6;
}
.btn.disable:before,
.btn.disable:after {
    display: none;
}
.btn.disable:hover,
.btn.disable:focus,
.btn.disable:hover .text,
.btn.disable:focus .text {
    font-weight: 300;
    color:#fff;
}
a.link {
    position: relative;
    font-weight: 300;
    color:#000;
}
a.link:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
/* select box */
.select-box * { box-sizing: border-box; }
.select-box {
    position: relative;
    margin:0 auto;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #111;
    cursor: pointer;
}
.select-box.sm {
    margin-right:0;
    display: flex;
    justify-content: flex-end;
}
.select-box .select-name {
    position:relative;
    display: block;
    width:100%;
    height:100%;
    font-weight: 300;
    box-sizing: border-box;
}
.select-box .select-name::after {
    content:'';
    position: absolute;
    transform: rotate(135deg);
    transition:all .5s;
}
.select-box.active .select-name::after {
    transform: rotate(-45deg);
}

.select-box .option-list {
    background-color:#fff;
    color: #010101;
    overflow: hidden;
    max-height: 0;
}

.select-box.active .option-list {
}
.select-box .option {
    overflow-y:auto;
}
.select-box .option > li a {
    display: block;
    color:#757575;
    font-weight: 300;
}


/* Pagination */
.pagination {
    padding-top: 40px;
    text-align: center;
}
.is-mb .pagination {
    display: none;
}
.pagination a,
.pagination button {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #757575;
    font-family: "GenesisSansHeadKR", sans-serif;
    font-weight: 300;
    vertical-align: top;
}
.pagination a.active,
.pagination a:hover,
.pagination a:focus {
    color:#af6249;
    font-weight: 400;
    border-bottom:1px solid #af6249;
}
.pagination button[disabled] {
    cursor: default;
}
.pagination button[disabled]:hover,
.pagination button[disabled]:focus {
    background-color: transparent !important;
}
.pagination .btn-first,
.pagination .btn-prev,
.pagination .btn-next,
.pagination .btn-last {
    margin:0 10px;
    text-indent: -9999em;
    font-size: 0;
    background-color: transparent;
}
.pagination .btn-first:before,
.pagination .btn-prev:before,
.pagination .btn-next:before,
.pagination .btn-last:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('/genesis/images/bg_iconset.png') no-repeat 0 0;
}
.pagination .btn-first[disabled]:before {
    background-position: -378px -360px;
}
.pagination .btn-prev:before {
    background-position: -382px -421px;
}
.pagination .btn-prev[disabled]:before {
    background-position: -382px -421px;
}
.pagination .btn-next:before {
    background-position: -381px -379px;
}
.pagination .btn-next[disabled]:before {
    background-position: -381px -379px;
}

.ico {
    display: inline-block;
    font-size:0;
    text-indent:-999em;
    background-image:url('/genesis/images/bg_iconset.png');
    background-repeat:no-repeat;
}
/* loading */
.loading {
    position: fixed;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height:100vh;
    background:rgba(0,0,0,0.5);
    z-index: 5;
}
.loader {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height:30px;
}
.loader::before,
.loader::after,
.loader span {
    content:'';
    position: absolute;
    display: block;
    width: 6px;
    height: 100%;
    background: #111;
}
.loader::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: wave 0.9s linear infinite;
    animation: wave 0.9s linear infinite;
}
.loader::after {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: wave 0.9s linear infinite 0.6s;
    animation: wave 0.9s linear infinite 0.6s;
}
.loader span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: wave 0.9s linear infinite 0.3s;
    animation: wave 0.9s linear infinite 0.3s;
}
@-webkit-keyframes wave {
    0% {
        height: 100%;
    }
    40% {
        height: 10%;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}
@keyframes wave {
    0% {
        height: 100%;
    }
    40% {
        height: 10%;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}
/* motion */
.move-up,
.move-dn,
.move-lt,
.move-rt {
    opacity: 0;
}
.move-up {
    transform: translateY(100px);
    transition: 2s all ease;
}
.move-dn {
    transform: translateY(-100px);
    transition: 1s all ease;
}
.move-lt {
    transform: translateX(-100px);
}
.move-rt {
    transform: translateX(100px);
}
.active .move-up {
    transform: translateY(0);
    opacity: 1;
}
.active .move-dn {
    transform: translateY(0);
    opacity: 1;
}
.active .move-lt {
    transform: translateX(0);
    opacity: 1;
}
.active .move-rt {
    transform: translateX(0);
    opacity: 1;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slow-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes shotFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .shotFadeInLeft {
    -webkit-animation-name: shotFadeInLeft;
    animation-name: shotFadeInLeft;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes shotFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes shotFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .shotFadeInUp {
    -webkit-animation-name: shotFadeInUp;
    animation-name: shotFadeInUp;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes ShotfadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ShotfadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .ShotfadeInRight {
    -webkit-animation-name: ShotfadeInRight;
    animation-name: ShotfadeInRight;
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}