@charset "utf-8";

/*********************
** 해더
********************/
.qbtn {bottom:66px; right:66px;}

/*********************
** 메인
*********************/
.section-001 img,
.section-002 img {display: block;}


.contact input[type="checkbox"]{left:-9999px;}
.contact input[type="checkbox"] + label{cursor: pointer; }
.contact input[type="checkbox"] + label:before{width:20px; height:20px;  content:''; transition: ease-in-out 0.3s;
    margin-right:8px;background:url('/img/chkOff.svg')center center no-repeat; background-size:cover;display:block}
.contact input[type="checkbox"]:checked + label:before{background:url('/img/chkOn.svg')center center no-repeat;}

.contactBoxLine {border:1px solid #B8BAC1;}


.onlineTbl tr {border-top:1px solid #D9DADE;}
.onlineTbl tr:last-child {border-bottom:1px solid #D9DADE;}
.onlineTbl td {border-right:1px solid #D9DADE;}
.onlineTbl td:last-child {border-right:none;}

.onlineViewCnt {border-top:1px solid #D9DADE;}
.onlineViewCnt:last-child {border-bottom:1px solid #D9DADE;}


.policyTp {border-bottom:1px solid #26272B;}


.footerBoxLine {border:1px solid #D9DADE;}