@charset "UTF-8";

@font-face {
	font-family: "Roboto";
	src: url("https://kr.canon/resources/assets/fonts/Roboto-Regular-webfont.woff") format("woff"), url("https://kr.canon/resources/assets/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("https://kr.canon/resources/assets/fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("https://kr.canon/resources/assets/fonts/Roboto-Medium-webfont.woff") format("woff"), url("https://kr.canon/resources/assets/fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("https://kr.canon/resources/assets/fonts/Roboto-Medium-webfont.svg#robotoregular") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("https://kr.canon/resources/assets/fonts/Roboto-Bold-webfont.woff") format("woff"), url("https://kr.canon/resources/assets/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("https://kr.canon/resources/assets/fonts/Roboto-Bold-webfont.svg#robotoregular") format("svg");
	font-weight: 700;
	font-style: normal;
}
.gnb-depth01 > li > a {font-weight:600;}
.header-gnb .sitelink a {font-weight:600;}
/*#wrap{font-family: "Roboto";}*/
/*.page-terms {font-family: "Roboto";}*/
#container { min-height: calc(100vh - 650px); padding-top: 100px; padding-bottom: 0px;}
.location {background-color: #fff;}
.location ol {display: flex;justify-content: flex-end;align-items: center; width: 1200px; height: 60px;margin: 0 auto;text-align: right;}
.location ol li {position: relative;}
.location ol li:first-child {width: 20px;height: 20px;background: url(https://kr.canon/resources/assets/img/common/ico_loaction_home.svg) no-repeat center center/20px;}
.location ol li + li {margin-left: 16px; padding-left: 16px;}
.location ol li + li:before { content: ""; position: absolute;left: -8px; top: 4px;display: inline-block;width: 16px; height: 16px; background: url(https://kr.canon/resources/assets/img/common/ico_location_arrow_right.png) no-repeat center center/16px;}
.location ol li a {font-size: 14px; color: #666; display: block; height: 100%;width: 100%;}
.blind { border: 0;clip: rect(0 0 0 0);clip-path: inset(50%); width: 1px; height: 1px; margin: -1px;overflow: hidden;text-indent: -9999px;padding: 0;position: absolute;white-space: nowrap;}
.page-terms h3 {font-size: 28px;font-weight: 500; font-weight: 600; margin: 60px 0 40px;text-align: center; font-family: "Roboto";}
.contents {}
.l-grid { width: 1200px; margin: 0 auto;}
.inp-wrap {position: relative;}
.inp-wrap .terms-title {margin-bottom: 8px; font-size: 16px;line-height: 24px;text-align: right;}
.fl-r {float: right;}
.clear::after {content: "";display: block;clear: both;}






/*select */
.select-wrap + .select-wrap {
    margin-left: 10px;
}
.select-wrap .nav .selectric {
    background-color: transparent;
    border: 0;
}
.select-wrap .nav .selectric .label {
    position: relative;
    margin: 0;
    height: 60px;
    line-height: 58px;
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #fff;
    font-weight: 700;
    padding: 0 50px 0 30px;
    cursor: pointer;
}
.select-wrap .nav .selectric .button {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    width: 16px;
    height: 16px;
}
.select-wrap .nav .selectric .button:after {
    border: 0;
    width: 100%;
    height: 100%;
    background: url("https://kr.canon/resources/assets/img/ico/ico_nav_arrow.svg") no-repeat center center;
    transition: 0.2s;
}
.select-wrap .nav .selectric-open .button:after {
    transform: rotate(180deg);
}
.select-wrap .nav .selectric-items {
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc;
}
.select-wrap .nav .selectric-items ul {
    margin: 5px 0 14px;
}
.select-wrap .nav .selectric-items ul li {
    font-size: 16px;
    cursor: pointer;
    padding: 13px 30px;
    background-color: #fff;
    color: #111;
}
.select-wrap .nav .selectric-items ul li:hover {
    text-decoration: underline;
}
.select-wrap .filter .selectric {
    background-color: transparent;
    border: 0;
}
.select-wrap .filter .selectric .label {
    position: relative;
    margin: 0;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    letter-spacing: -0.16px;
    color: #000;
    font-weight: 400;
    padding: 0 28px 0 15px;
    cursor: pointer;
}
.select-wrap .filter .selectric .button {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    width: 24px;
    height: 24px;
    margin-top: 5px;
}
.select-wrap .filter .selectric .button:after {
    content: "";
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    width: 100%;
    height: 100%;
    background: url("https://kr.canon/resources/assets/img/ico/ico_select_arrow.svg") no-repeat center;
    transition: 0.2s;
}
.select-wrap .filter .selectric-open .button:after {
    transform: translateY(-50%) rotate(0deg);
}
.select-wrap .filter .selectric-hover li:hover {
    background-color: #f9f9f9;
}
.select-wrap .filter .selectric-items {
    box-shadow: none;
    background-color: #fff;
    border-color: transparent;
}
.select-wrap .filter .selectric-items ul li {
    font-size: 16px;
    cursor: pointer;
    padding: 12px 15px;
    background-color: #fff;
}

.input {
    width: 100%;
    height: 42px;
    font-size: 15px;
    padding: 0 10px;
    color: #111;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

input.err {
    border: 1px solid #dc000c !important;
}
input + .basic-txt {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}
input + button.del {
    display: none;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("https://kr.canon/resources/assets/img/ico/ico_inp_delete.svg") no-repeat center center;
}
input + button.del.on {
    display: block;
}
input + button.see {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("https://kr.canon/resources/assets/img/ico/ico_inp_see_close.svg") no-repeat center center;
}
input + button.see.on {
    background: url("https://kr.canon/resources/assets/img/ico/ico_inp_see.svg") no-repeat center center;
}

.inp-wrap {
    position: relative;
}
.inp-wrap .terms-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}
.inp-wrap .rel {
    position: relative;
}
.inp-wrap.flex-start p[class$=-txt] {
    margin: 0 0 0 10px;
    flex: 1 0 auto;
}
.inp-wrap .err-txt {
    font-size: 13px;
    color: #dc000c;
    line-height: 20px;
    margin-top: 5px;
}
.inp-wrap .err-txt.abs {
    position: absolute;
    bottom: -25px;
    left: 0;
    white-space: nowrap;
}
.inp-wrap .success-txt {
    font-size: 13px;
    color: #0b5cc7;
    line-height: 20px;
    margin-top: 5px;
}
.inp-wrap .success-txt.abs {
    position: absolute;
    bottom: -25px;
    left: 0;
}
.inp-wrap .select-wrap {
    display: inline-block;
    vertical-align: middle;
}
.inp-wrap .select-wrap.sm {
    width: 158px;
}
.inp-wrap .select-wrap.sm .filter .selectric .label {
    padding: 0 30px 0 20px;
}
.inp-wrap .select-wrap.sm .filter .selectric-items ul li {
    padding: 10px 10px 10px 20px;
}
.inp-wrap .select-wrap .filter {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 4px 4px;
}
.inp-wrap .select-wrap .filter .selectric {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.inp-wrap .select-wrap .filter .selectric .label {
    height: 42px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 30px 0 10px;
}
.inp-wrap .select-wrap .filter .selectric .button {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.inp-wrap .select-wrap .filter .selectric .button::after {
    background: url("https://kr.canon/resources/assets/img/ico/ico_select_arrow_inp.svg") no-repeat center center;
}
.inp-wrap .select-wrap .filter .selectric-items {
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.inp-wrap .select-wrap .filter .selectric-items ul li {
    font-size: 15px;
    color: #111;
    padding: 10px;
}
.inp-wrap .select-wrap .filter .selectric-items ul li:hover {
    font-weight: 500;
}

.inp-wrap.tel {
    font-size: 0;
}
.inp-wrap.tel input {
    width: calc((100% - 40px) / 3);
}
.inp-wrap.tel .span {
    display: inline-block;
    width: 8px;
    height: 1px;
    margin: 0 6px;
    background-color: #999;
    vertical-align: middle;
}
.inp-wrap.tel .select-wrap {
    width: calc((100% - 40px) / 3);
}

.inp-wrap.email {
    font-size: 0;
}
.inp-wrap.email input {
    width: calc((100% - 32px) / 3);
}
.inp-wrap.email .span {
    display: inline-block;
    font-size: 15px;
    color: #000;
    margin: 0 6px;
    vertical-align: middle;
}
.inp-wrap.email .select-wrap {
    width: calc((100% - 32px) / 3);
    margin-left: 6px;
}






/*브랜드 소스 참조*/
.page-terms h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 60px 0 40px;
    text-align: center;
}
.page-terms h5 {
    font-weight: 500;
    margin: 30px 0 5px;
}
.page-terms caption {
    display: none;
}
.page-terms .terms-wrap {
    padding: 30px;
    border: 1px solid #e6e6e6;
}
.page-terms .terms-wrap > div {
    display: none;
}
.page-terms .terms-wrap > div.on {
    display: block;
}
.page-terms .terms-wrap * {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.page-terms .terms-wrap h4.tit,
.page-terms .terms-wrap dt.tit {
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 5px;
}/*font-weight: 600;*/
.page-terms .terms-wrap .order_list ul {
    text-indent: 10px;
}
.page-terms .terms-wrap .order_list .text_link {
    text-decoration: underline;
}
.page-terms .terms-wrap .list_policy {
    margin-top: 15px;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.page-terms .terms-wrap .table-box {
    overflow: hidden;
}
.page-terms .terms-wrap .table-box table {
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-right: -1px;
}
.page-terms .terms-wrap .table-box table.col th, .page-terms .terms-wrap .table-box table.col td {
    border: 1px solid #e6e6e6;
}
.page-terms .terms-wrap table {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    margin: 20px 0;
}
.page-terms .terms-wrap table.col th:last-child {
    border-right: 0;
}
.page-terms .terms-wrap table.row td {
    text-align: left;
    padding: 20px;
}
.page-terms .terms-wrap table th {
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.page-terms .terms-wrap table td {
    line-height: 20px;
    padding: 20px 10px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.page-terms .terms-wrap table td:last-child {
    border-right: 0;
}
.page-terms .select-wrap {
    width: 220px;
}

.personal-terms {
    padding: 0 40px;
}
.personal-terms .table-layout .tr .th, .personal-terms .table-layout .tr .td {
    height: 46px;
}







.table-list-wrap {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}
.table-list-wrap.no-boder {
    border-bottom: none;
}
.table-list-wrap .tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
}
.table-list-wrap .tr .th {
    font-weight: 500;
    padding: 11px 0;
    flex: 0 0 200px;
}
.table-list-wrap .tr .th .tit {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.table-list-wrap .tr .td {
    flex: 0 1 50%;
    padding: 11px 0;
}
.table-list-wrap .tr .td .inp-wrap input {
    flex: 0 0 400px;
    max-width: 400px;
}

.table-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.table-layout .row {
    display: table-row;
}
.table-layout .row .th, .table-layout .row .td {
    text-align: center;
    line-height: 60px;
    display: table-cell;
}
.table-layout .tr .th {
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    background-color: #f9f9f9;
    color: #000;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.table-layout .tr .td {
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
}
.table-layout.has-border .tr:last-child .td {
    border: 0;
}
.table-layout.has-border .tr .th + .th {
    border-left: 1px solid #e6e6e6;
}
.table-layout.has-border .tr .td + .td {
    border-left: 1px solid #e6e6e6;
}
.table-layout.dark .tr .th {
    border: none;
    background: #e2e2e2;
    color: #111;
    font-size: 14px;
    height: 34px;
    padding: 5px 0;
    text-align: center;
}
.table-layout.dark .tr .td {
    font-size: 14px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    color: #747474;
    border: 1px solid #626262;
}







.table-layout.has-border.text-center .tr:last-child td {
    border-bottom: 1px solid #e6e6e6;
}
.table-layout.has-border.text-center .th, .table-layout.has-border.text-center .td {
    padding: 10px 0;
    text-align: center;
}
.table-layout.has-border.text-center strong, .table-layout.has-border.text-center .bold {
    font-size: 16px;
    font-weight: 500;
}

.modal .table-layout .th, .modal .table-layout .td {
    font-size: 14px;
}
.modal .table-layout caption {
    display: none;
}

.table-info {
    margin-top: 20px;
    color: #333;
    font-size: 14px;
}

.term-set + .term-set {
    margin-top: 30px;
}
.term-set .inp-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}
.term-set .inp-wrap label + label {
    margin-left: 50px;
}

.term-box {
    display: flex;
    padding: 24px 0;
    background-color: #f9f9f9;
}
.term-box .tit {
    width: 182px;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.term-box .desc {
    color: #000;
    font-size: 14px;
}





/*.modal*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    display: none;
    width: 100%;
    overflow-y: auto;
}
.modal .modal-dialog {
    z-index: 10040;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.modal .modal-dialog .modal-inner {
    display: table-cell;
    padding: 120px 0;
    vertical-align: middle;
    text-align: left;
}
.modal .modal-dialog .modal-inner .modal-body {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
}
.modal .modal-dialog .modal-inner .modal-body .modal-header {
    padding: 0 25px;
}
.modal .modal-dialog .modal-inner .modal-body .modal-header .modal-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;font-weight: 600;
    height: 70px;
    line-height: 68px;
}
.modal .modal-dialog .modal-inner .modal-body .modal-header + .modal-content {
    padding-top: 20px;
}
.modal .modal-dialog .modal-inner .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1.3;
    color: #000;
}
.modal .modal-dialog .modal-inner .modal-content .modal-content-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal .modal-dialog .modal-inner .modal-content .modal-txt {
    font-size: 15px;
    line-height: 22px;
}
.modal .modal-dialog .modal-inner .modal-footer {
    padding-bottom: 40px;
    text-align: center;
}
.modal .modal-dialog .modal-inner .modal-footer .row-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.modal .modal-dialog .modal-inner .modal-footer .row-btns [class^=btn] {
    width: 100%;
    padding: 0 20px;
}
.modal .modal-dialog .modal-inner .modal-footer .row-btns [class^=btn] + [class^=btn] {
    margin-left: 10px;
}
.modal .modal-dialog .modal-inner .btn-close {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 24px;
    height: 24px;
    background: url("https://kr.canon/resources/assets/img/common/ico_modal_close.svg") no-repeat center/24px;
}
.modal.size300 .modal-body {
    width: 300px;
}
.modal.size300 .modal-body .row-btns [class^=btn] + [class^=btn] {
    margin-left: 5px;
}
.modal.size300 .modal-body .modal-header + .modal-content {
    height: 100px;
}
.modal.size300 .modal-body .modal-content {
    margin-top: 0 !important;
    height: 130px;
    padding: 0 30px;
}
.modal.size300 .modal-body .modal-footer {
    padding: 0 0 30px;
    text-align: center;
}
.modal.size500 .modal-body {
    width: 500px;
}
.modal.size600 .modal-body {
    width: 600px;
}
.modal.size800 .modal-body {
    width: 800px;
}
.modal.size960 .modal-body {
    width: 960px;
}
.modal.size960 .modal-body {
    width: 960px;
}
.modal .dimmed {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10030;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: alpha(opacity=20);
    opacity: 0.2;
    background-color: #000;
}
.modal [class^=btn-][class*=md] {
    font-size: 16px;
    padding: 0 35px;
}
.modal .company-list {
    width: 100%;
    padding: 0 30px;
}
.modal .company-list .company-item .company-tit {
    color: #000;
    font-weight: 500;
}
.modal .company-list .company-item .company-info {
    margin-top: 10px;
    display: flex;
    justify-content: baseline;
    align-items: center;
}
.modal .company-list .company-item .company-info span {
    position: relative;
}
.modal .company-list .company-item .company-info span + span {
    margin-left: 23px;
}
.modal .company-list .company-item .company-info span + span:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #999;
}
.modal .company-list .company-item + .company-item {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}
.modal .prd-slide-wrap {
    padding-top: 60px;
}
.modal .prd-slide-wrap .prd-slide-top,
.modal .prd-slide-wrap .prd-slide-thumbs {
    margin: 0 auto;
    overflow: hidden;
}
.modal .prd-slide-wrap .prd-slide-top img,
.modal .prd-slide-wrap .prd-slide-thumbs img {
    width: 100%;
}
.modal .prd-slide-wrap .prd-slide-top {
    width: 600px;
}
.modal .prd-slide-wrap .prd-slide-top .swiper-slide .info-subject {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.modal .prd-slide-wrap .prd-slide-top .swiper-slide .info-subject .subject {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.95;
    letter-spacing: -0.22px;
}
.modal .prd-slide-wrap .prd-slide-top .swiper-slide .info-subject .name {
    font-size: 18px;
    font-weight: 500;
}
.modal .prd-slide-wrap .prd-slide-top .swiper-slide .desc {
    margin-top: 5px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.16px;
}
.modal .prd-slide-wrap .prd-slide-top .swiper-slide .sns {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
    line-height: 26px;
    letter-spacing: -0.12px;
}
.modal .prd-slide-wrap .thumbs-box {
    overflow: hidden;
    position: relative;
    width: 600px;
    margin: 30px auto 0 auto;
    padding: 0 34px;
}
.modal .prd-slide-wrap .thumbs-box.ww668 {
    width: 668px;
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs {
    position: static;
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs .small-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 10px;
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs .small-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #eee;
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs .swiper-slide-thumb-active .small-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #dc000c;
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs .swiper-button {
    width: 24px;
    height: 24px;
    margin-top: -11px;
    opacity: 1;
    background: url(https://kr.canon/resources/assets/img/common/ico_thumb_pager_arrow.svg) no-repeat center/24px;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs .swiper-button.swiper-button-disabled {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs .swiper-button-prev {
    left: 10px;
    transform: rotate(-90deg);
}
.modal .prd-slide-wrap .thumbs-box .prd-slide-thumbs .swiper-button-next {
    right: 10px;
    transform: rotate(90deg);
}
.modal .prd_compare {
    padding: 0 25px 23px;
    margin-top: 0 !important;
}
.modal .prd_compare thead {
    display: block;
}
.modal .prd_compare .modal-content-scroll {
    display: block;
}
.modal .prd_compare table {
    display: block;
    border: 1px solid #e6e6e6;
}
.modal .prd_compare table tr {
    display: flex;
}
.modal .prd_compare table th, .modal .prd_compare table td {
    border-right: 1px solid #e6e6e6;
    flex: 1 1 0%;
    display: block;
}
.modal .prd_compare table th:last-child, .modal .prd_compare table td:last-child {
    border-right: none;
}
.modal .prd_compare table th .name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background: #000;
    padding: 0 10px;
}
.modal .prd_compare table th .name p {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.modal .prd_compare table th .img-wrap {
    padding: 15px 18px;
    text-align: center;
}
.modal .prd_compare table th .img-wrap img {
    width: 190px;
    height: 190px;
}
.modal .prd_compare table .dl-tit td {
    font-size: 12px;
    color: #666;
    background: #f9f9f9;
    padding: 12px 20px;
}
.modal .prd_compare table .dl td {
    padding: 15px 20px;
    vertical-align: top;
}
.modal .prd_compare table .dl td dt {
    font-size: 12px;
    color: #666;
}
.modal .prd_compare table .dl td dd {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}
.modal .join .txt1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}
.modal .join .txt2 {
    color: #666;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
}
.modal .join .dl-cont.info1 dl {
    display: flex;
}
.modal .join .dl-cont.info1 dl.busi ~ dl dt {
    margin-right: 75px;
}
.modal .join .dl-cont.info1 dl + dl {
    margin-top: 8px;
}
.modal .join .dl-cont.info1 dl dt {
    margin-right: 20px;
}
.modal .join .dl-cont.info2 dl {
    display: flex;
}
.modal .join .dl-cont.info2 dl.busi ~ dl dt {
    margin-right: 85px;
}
.modal .join .dl-cont.info2 dl + dl {
    margin-top: 8px;
}
.modal .join .dl-cont.info2 dl dt {
    margin-right: 30px;
}
.modal .join-address-wrap {
    width: 100%;
    padding: 0 40px;
}
.modal .join-address-wrap .search-wrap {
    display: flex;
}
.modal .join-address-wrap .search-wrap .search-btn {
    width: 110px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #000;
    margin-left: 10px;
}
.modal .join-address-wrap .search-wrap .inp-wrap {
    width: calc(100% - 120px);
}
.modal .join-address-wrap .cont-wrap .search-b {
    display: none;
    height: 84px;
}
.modal .join-address-wrap .cont-wrap .search-a {
    display: none;
    padding: 20px 0 60px;
}
.modal .join-address-wrap .cont-wrap .search-a .cont-top {
    align-items: flex-end;
    margin-bottom: 8px;
}
.modal .join-address-wrap .cont-wrap .search-a .cont-top .inp-wrap .select {
    width: 110px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list {
    border-collapse: collapse;
    text-align: center;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .thead {
    display: table-header-group;
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .tr {
    display: table-row;
    cursor: pointer;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .tr:hover {
    background-color: #f9f9f9;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .th,
.modal .join-address-wrap .cont-wrap .search-a .table-list .td {
    display: table-cell;
    font-size: 13px;
    color: #000;
    vertical-align: middle;
    padding: 10px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .th:nth-child(1),
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:nth-child(1) {
    width: 50px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .th:nth-child(2),
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:nth-child(2) {
    width: 100px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .th:last-child,
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:last-child {
    width: 370px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:last-child {
    width: 370px;
    text-align: left;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:last-child dl {
    display: flex;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:last-child dl + dl {
    margin-top: 3px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:last-child dl dt {
    flex: 0 0 38px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:last-child dl dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 20px;
    font-size: 10px;
    color: #999;
    border: 0.5px solid #999;
    border-radius: 4px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .td:last-child dl dd {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
}
.modal .join-address-wrap .cont-wrap .search-a .table-list .modal-content-scroll {
    max-height: 441px;
}
.modal .join-address-wrap .cont-wrap .nolist {
    display: none;
    height: 84px;
    padding-top: 20px;
    font-size: 15px;
    color: #111;
}
.modal .join-address-wrap .cont-wrap .on {
    display: block;
}
.modal .join-address-wrap .tip-wrap .tit {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.modal .join-address-wrap .tip-wrap .explanation .explanation-content {
    margin: 0;
    line-height: 25px;
}
.modal .join-address-wrap .tip-wrap .explanation .explanation-content::after {
    top: 10.5px;
}
.modal .join-address-detail-wrap {
    width: 100%;
    padding: 0 68px 0 40px;
}
.modal .join-address-detail-wrap dl {
    display: flex;
    align-items: center;
}
.modal .join-address-detail-wrap dl + dl {
    margin-top: 10px;
}
.modal .join-address-detail-wrap dl dt {
    flex: 0 0 75px;
    color: #111;
    text-align: right;
    margin-right: 17px;
}
.modal .join-address-detail-wrap dl dd {
    flex: 0 0 400px;
}
.modal .join-terms-wrap {
    padding: 0 40px;
}
.modal .join-terms-wrap .modal-content-scroll {
    max-height: 600px;
}
.modal .join-terms-wrap * {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
}
.modal .join-terms-wrap p + p {
    margin-top: 10px;
}
.modal .join-busi-certification-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal .join-busi-certification-wrap .dl-cont {
    width: 522px;
}
.modal .join-busi-certification-wrap .dl-cont dl {
    display: flex;
    align-items: center;
}
.modal .join-busi-certification-wrap .dl-cont dl + dl {
    margin-top: 17px;
}
.modal .join-busi-certification-wrap .dl-cont dl dt {
    flex: 0 0 122px;
    font-size: 16px;
    color: #000;
}
.modal .join-busi-certification-wrap .dl-cont dl dd {
    flex: 0 0 400px;
}
.modal .join-integrated-member-wrap {
    width: 100%;
    padding: 0 90px;
}
.modal .join-integrated-member-wrap .txt3 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
}
.modal .join-integrated-member-wrap .joinList__content .joinList {
    width: auto;
}
.modal .join-integrated-member-wrap .joinList__content .joinList.nojoin .joinList__list {
    justify-content: center;
}
.modal .join-integrated-member-wrap .joinList__content .joinList.nojoin .joinList__list .joinList__item {
    border: 0;
}
.modal .join-integrated-member-wrap .joinList__content .joinList.nojoin .joinList__list .box-gray {
    width: 330px;
    padding: 30px 40px;
    border-radius: 15px;
}
.modal .join-integrated-member-wrap .joinList__content .joinList .joinList__item {
    flex: 0 1 300px;
    padding: 20px 0;
    margin: 0;
}
.modal .join-integrated-member-wrap .joinList__content .joinList .joinList__titleWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal .join-info-wrap .box-gray,
.modal .join-info-02-wrap .box-gray {
    display: flex;
    align-items: center;
    width: 330px;
    padding: 25px 0;
    margin: 30px auto 0;
    border-radius: 10px;
}
.modal .join-info-wrap .box-gray .dl-cont,
.modal .join-info-02-wrap .box-gray .dl-cont {
    margin: 0 auto;
}
.modal .join-limit-01-wrap .box-gray {
    width: 330px;
    border-radius: 10px;
    padding: 20px 0;
    margin: 20px auto 0;
}
.modal .join-limit-01-wrap .box-gray p {
    text-align: center;
}
.modal .join-limit-02-wrap .modal-txt,
.modal .join-new-wrap .modal-txt {
    font-size: 16px !important;
    line-height: 26px !important;
}
.modal .pw-change-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal .pw-change-wrap .dl-cont {
    margin-top: 35px;
}
.modal .pw-change-wrap .dl-cont dl {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.modal .pw-change-wrap .dl-cont dl + dl {
    margin-top: 30px;
}
.modal .pw-change-wrap .dl-cont dl dt {
    flex: 0 0 135px;
}
.modal .pw-change-wrap .dl-cont dl dd {
    flex: 0 0 300px;
}
.modal .pw-change-wrap .box-gray {
    margin-top: 40px;
    padding: 20px;
}
.modal .dormant-cancle-wrap .box-gray {
    width: 460px;
    padding: 24px 0;
    margin-top: 20px;
}
.modal .dormant-cancle-wrap .box-gray .inp-wrap {
    width: 300px;
    margin: 20px auto 0;
}
.modal .dormant-cancle-wrap .box-gray .inp-wrap input + input {
    margin-top: 10px;
}
.modal .comany-brand-advert-wrap {
    display: block !important;
    padding: 0 25px;
}
.modal .comany-brand-advert-wrap .tit {
    font-size: 20px;
    font-weight: 500;
}
.modal .comany-brand-advert-wrap .img {
    margin-top: 40px;
}
.modal .comany-brand-advert-wrap .img img {
    width: 100%;
}
.modal .comany-brand-advert-wrap .video-wrap {
    margin-top: 40px;
}
.modal .comany-brand-advert-wrap .video-wrap iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
.modal .datepicker-type1 {
    position: relative;
}
.modal .datepicker-type1 .datepicker {
    width: 180px;
}
.modal .datepicker-type1 .ui-datepicker-trigger {
    position: absolute;
    right: -2px;
    top: 1px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    background: url("https://kr.canon/resources/assets/img/ico/ico_calender2.svg") no-repeat center;
}
.modal .datepicker-type1 .ui-datepicker-trigger img {
    display: none;
}
.modal .waste-cartridge-wrap {
    width: 100%;
    padding: 0 100px;
}
.modal .waste-cartridge-wrap [class^=btn-][class*=sm] {
    height: 42px;
}
.modal .waste-cartridge-wrap .err-txt {
    margin-top: 4px;
    font-size: 13px;
    color: #dc000c;
    line-height: 22px;
    letter-spacing: -0.13px;
}
.modal .waste-cartridge-wrap .info-txt {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.13px;
    text-align: left;
    color: #111;
}
.modal .waste-cartridge-wrap .tip-txt {
    position: relative;
    margin-top: 4px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.13px;
    color: #666;
}
.modal .waste-cartridge-wrap .tip-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 100%;
    transform: translateY(-50%);
}
.modal .waste-cartridge-wrap .table-list-wrap {
    margin-top: 38px;
    border-bottom: none;
}
.modal .waste-cartridge-wrap .table-list-wrap .tr {
    align-items: flex-start;
}
.modal .waste-cartridge-wrap .table-list-wrap .tr.line {
    margin-top: 21px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.modal .waste-cartridge-wrap .table-list-wrap .th {
    flex: 0 0 160px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: normal;
}
.modal .waste-cartridge-wrap .table-list-wrap .th .tit.return {
    display: block;
    margin-top: 38px;
}
.modal .waste-cartridge-wrap .table-list-wrap .td {
    flex: 0 1 100%;
}
.modal .waste-cartridge-wrap .table-list-wrap .name .btn-white-square-sm {
    margin-left: 86px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap .err-txt {
    margin: 0 0 0 20px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.tel .select-wrap {
    width: 120px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.tel input {
    flex: 0 0 120px;
    width: 120px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.tel .span {
    margin: 0 7px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.return {
    display: flex;
    margin-top: 18px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.return .select-wrap {
    width: 400px;
    margin-right: 10px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.package {
    display: flex;
    align-items: center;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.package input {
    flex: 0 0 120px;
    margin-right: 10px;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.return-date {
    display: flex;
    align-items: center;
}
.modal .waste-cartridge-wrap .table-list-wrap .inp-wrap.return-date input {
    flex: 0 0 200px;
    width: 200px !important;
}
.modal .waste-cartridge-wrap .table-list-wrap + .top-title-wrap {
    margin-top: 38px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap:first-child {
    margin-top: 0;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap.type1 input {
    flex: 0 0 120px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap.type1 input + .btn-black-square-sm {
    margin-left: 10px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap.type1 .btn-black-square-sm {
    min-width: 80px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap.type1 .err-txt {
    margin-left: 10px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap.type2 input {
    flex: 0 0 200px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap.type2 input + input {
    margin-left: 5px;
}
.modal .waste-cartridge-wrap .address-box .inp-wrap.type3 input {
    flex: 0 0 405px;
}
.modal .waste-cartridge-wrap .return-count-box {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.15px;
}
.modal .waste-cartridge-wrap .return-count-box .total {
    display: inline-block;
    margin-left: 6px;
}
.modal .waste-cartridge-wrap .return-count-box .total em {
    display: inline-block;
    margin: 0 1px 0 11px;
    font-size: 16px;
    font-weight: 500;
}
.modal .waste-cartridge-wrap .cartridge-select-box {
    margin-top: 10px;
}
.modal .waste-cartridge-wrap .cartridge-select-box .cartridge-list::after {
    content: "";
    display: block;
    clear: both;
}
.modal .waste-cartridge-wrap .cartridge-select-box .cartridge-list > li {
    float: left;
    margin-right: 10px;
}
.modal .waste-cartridge-wrap .cartridge-select-box .cartridge-list > li .btn-delete {
    width: 15px;
    height: 15px;
    padding: 10px;
    vertical-align: top;
    background: url("https://kr.canon/resources/assets/img/ico/ico_close1.svg") no-repeat center center;
    background-size: 15px;
}
.modal .waste-cartridge-wrap .cartridge-select-box .cartridge-list > li .btn-delete:focus {
    border-radius: 0;
}
.modal .waste-cartridge-wrap .top-title-wrap {
    margin-top: 37px;
    margin-bottom: 20px;
}
.modal .waste-cartridge-wrap .privacy-agree-box {
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.modal .waste-cartridge-wrap .privacy-agree-box .tit,
.modal .waste-cartridge-wrap .privacy-agree-box .desc {
    font-size: 14px;
    line-height: 19px;
    color: #111;
}
.modal .waste-cartridge-wrap .privacy-agree-box .tit {
    margin-top: 20px;
}
.modal .waste-cartridge-wrap .privacy-agree-box .tit:first-child {
    margin-top: 0;
}
.modal .waste-cartridge-wrap .privacy-agree-box .desc {
    position: relative;
    padding-left: 7px;
}
.modal .waste-cartridge-wrap .privacy-agree-box .desc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 3px;
    height: 1px;
    background: #111;
}
.modal .waste-cartridge-wrap .agree-check {
    margin-top: 15px;
}
.modal .waste-cartridge-wrap .search-period-top .inp-wrap .selectric {
    min-width: 120px;
}
.modal .waste-cartridge-wrap .search-period-top .datepicker-wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.modal .waste-cartridge-wrap .search-period-top .datepicker-wrap .dash {
    display: inline-block;
    width: 21px;
    text-align: center;
}
.modal .waste-cartridge-wrap .search-period-top .datepicker-wrap .datepicker-type1 + button {
    min-width: 80px;
    margin-left: 10px;
}
.modal .waste-cartridge-wrap .search-period-cont {
    margin-top: 60px;
}
.modal .waste-cartridge-wrap .search-period-cont .search-inquiry-box {
    margin: 20px 0;
    max-height: 510px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #e6e6e6;
}
.modal .waste-cartridge-wrap .table-grid {
    table-layout: fixed;
}
.modal .waste-cartridge-wrap .table-grid thead tr {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}
.modal .waste-cartridge-wrap .table-grid thead tr th {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    box-shadow: inset 0 -1px 0 #e6e6e6;
}
.modal .waste-cartridge-wrap .table-grid tbody tr.no-data td {
    padding: 61px 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.15px;
    color: #000;
}
.modal .waste-cartridge-wrap .table-grid tbody td {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.modal .waste-cartridge-wrap .table-grid tbody td .status {
    display: inline-block;
    font-size: 14px;
}
.modal .waste-cartridge-wrap .table-grid tbody td .status + .status {
    margin-left: 6px;
}
.modal .waste-cartridge-wrap .table-grid tbody td button {
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: none;
}
.modal .waste-cartridge-wrap .table-grid tbody td button.btn-cancel {
    text-decoration: underline;
    vertical-align: baseline;
    margin-left: 6px;
}
.modal .waste-cartridge-wrap .table-grid tbody td button.btn-toggle {
    position: relative;
    width: 100%;
    font-size: 15px;
    text-align: left;
}
.modal .waste-cartridge-wrap .table-grid tbody td button.btn-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(https://kr.canon/resources/assets/img/common/ico_arrow_accordion3.svg) no-repeat center/cover;
    transition: transform 0.3s ease-in-out;
}
.modal .waste-cartridge-wrap .table-grid tbody td button.btn-toggle.on:after {
    transform: translateY(-50%) rotate(180deg);
}
.modal .waste-cartridge-wrap .table-grid tbody td button:disabled {
    cursor: default;
    text-decoration: none;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view {
    display: none;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view td {
    padding: 0;
    text-align: left;
    border-bottom: none;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view td .detail-view-list {
    display: none;
    padding: 20px 40px;
    border-bottom: 1px solid #e6e6e6;
    background: #f9f9f9;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view td .detail-view-list > div {
    margin: 10px 0;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view td .detail-view-list > div dt {
    display: inline-block;
    min-width: 100px;
    font-weight: 500;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view td .detail-view-list > div dd {
    display: inline-block;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view.on {
    display: table-row;
}
.modal .waste-cartridge-wrap .table-grid tbody .detail-view.on .detail-view-list {
    display: block;
}
.modal .btn-wrap .btn-red-lg {
    font-size: 18px;
    letter-spacing: -0.18px;
}
.modal .btn-wrap .btn-red-lg:last-child {
    margin-left: 17px;
}
.modal .integration-info .btn-integration {
    display: block;
    position: relative;
    margin-top: 20px;
    color: #dc000c;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.16px;
}
.modal .integration-info .btn-integration::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    background-color: #dc000c;
    background: url("https://kr.canon/resources/assets/img/login/loginMain__integrated-btn.png") no-repeat center/100%;
    vertical-align: middle;
}
.modal .integration-info-check {
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}





/*.select-wrap select {width:220px;}*/
.inp-wrap .select-wrap .filter .selectric {width:220px;}
.terms-wrap > div:first-child {display:none;}
.terms-wrap > div:first-child.on {display:block;}
.movie_box.on {display:block;}
.page-terms .terms-wrap .blue01 {display:block;}
.page-terms .terms-wrap .blue01 br {display:none;}


/* 2026-03-18 브랜드 개인정보처리방침 목차 스타일 추가(브랜드 style.css 내용) */
.indexList {position: relative; margin: 30px 0; background: #f8f8f8;border-radius: 6px;}
.indexList:before,
.indexList:after {content: "";position: absolute;top: 30px;width: 1px;bottom: 30px;background: #ddd;}
.indexList:before {left: 370px;}
.indexList:after {left: 754px;}
.indexList ol {padding: 24px 0 30px;column-count: 3;-webkit-column-count: 3;-moz-column-count: 3;}
.indexList ol li {margin: 0 30px 0 30px;padding: 5px 0;font-size: 14px;line-height: 22px;text-align: left;}



