.kccUserModalHeight {
	max-height: 775px !important;
}

.variableCodeModal {
	max-height: 680px !important;
}

.modalColorSearch {
	max-height: 685px !important;
}

.modalRevision {
	max-height: 665px !important;
}

.modalAgency {
	max-height: 710px !important;
}

.modalMixRel {
	max-height: 710px !important;
}

.wide160px {
	width: 160px !important;
}

.w70px_im {
  	width: 70px !important;
}

.w80px_im {
  width: 80px !important;
}

.w90px_im {
	width: 90px !important;
}

.w900px_im {
  width: 900px !important;
}

.w600px_im {
	width: 600px !important;
}

.w200px_im {
	width: 200px !important;
}

.w1400px_im {
  width: 1400px !important;
}

.w95px {
	width: 58px;
}

.h34px_im {
	height: 34px !important;
}

.h58px {
	height: 58px;
}

.flex {
    display: flex;
}

.center-start {
  align-items: center;
  justify-content: flex-start;
}

.wid-223 {
    width: 223px;
}

.wid-190 {
    width: 190px;
}

.radius-0 {
    border-radius: 0;
}

.pt50 {
    padding-top: 50px;
}

.pb80 {
    padding-bottom: 80px;
}

.mh480 {
    min-height: 480px;
}

/** 폰트 사이즈 **/
.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.required {
  color: #E13C3C;
}

.title-icon {
    margin: 2px 6px 0 0;
    width: 12px;
    height: 12px;
}

.btn.wid70 {
    width: auto;
    min-width: 70px;
}

.align-self-start {
    align-self: start;
}

.branch-category ul li.active a {
	color: #337ab7;
	font-weight: 700;
}

.x-scroll {
	overflow-x: scroll !important;
}

.color-orange {
    color: #FEB300FF !important;
}

.break {
    word-break: break-all;
}

/* tykim : tooltip �� css �߰� */
.ui-tooltip {
    white-space: pre-line;
}

.wcp_hide {
	display: none !important;
}

/* 테이블 공통 스타일 */
.is-hover tbody tr:not(.no-data):hover td {
  background-color: #f2f8ff;
}

/* panel 공통 스타일 */
.panel-heading .faq-tit span {
  font-size: 18px;
}
.panel-heading:hover .faq-tit {
  color: #1581ff;
}
.panel-row tbody .tit span {
  font-size: 16px;
}
.panel-row tbody:hover .tit {
  color: #1581ff;
}

/* panel border 스타일 수정 */
.default-panel-row .defect-panel-group+.defect-panel-group {
  margin: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-group + .panel-group > .panel {
  border-top-color: #ddd;
}

/* pagination 공통 */
.pagination-row .pagination li.active a {
  color: #1581ff;
  background-color: #f2f8ff;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background-color: #f2f8ff;
}

/* 다운로드 버튼 */
.down-icon.lang_download:hover {
  border-color: #23527c;
  color: #23527c;
  background-color: #f2f8ff;
}

.custom-detailcolorpicker-pointer {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px -6px;
  cursor: default !important;
  border: solid 1px #fff;
  box-shadow: 1px 1px 2px #000;
  border-radius: 50%;
}

.custom-detailcolorpicker-pointer > .num {
  display: block;
  position: relative;
  top: -15px;
  left: 4px;
  width: 15px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  letter-spacing: -.5px;
  padding-left: 1px;
  height: 15px;
  background: url(../../../../resources/images/refinish/icon/colorpicker_num.png) no-repeat 0 0;
  z-index: 2;
}
.custom-detailcolorpicker-pointer > .rgbaClass {
  display: inline-block;
  position: relative;
  top: -24px;
  left: 12px;
  min-width: 140px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  z-index: 1;
}

.rgbMgntClass{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 71px;
	height: 71px;
	margin-left: -49px;
	margin-top: -30.5px;
}

.mixconsume-table td[data-car-type-select] .btn {
	margin-right: 3.5px;
}

.mixconsume-table td[data-paint-type-select] .btn {
    margin-right: 3.5px;
}
.paint-consm-info{
	color: red;
}
.noselect{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */	
}
.mixcolor-eng {
    flex-wrap: wrap;
}
.mixcolor-eng .mixcolor-note-box {
    min-width: fit-content;
}
.search-row .search-tit {
	font-size: 18px;
    font-weight: 700;
    color: #303030;
}
.mixcolor-infobox {
    width: 100%;
}

.custom-radio {
    display: none;
}
.custom-radio+label {
	position:relative;
	margin-bottom:0;
	font-size:15px !important;
	font-weight:400;
	line-height:1;
	color:#606060;
	cursor:pointer
}

.custom-radio+label:before {
    content: "";
    position: relative;
    top: 7px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../../../resources/images/refinish/user/img_sprite.png) no-repeat;
    background-position: -64px -102px;
    margin-right: 8px;
}

.custom-radio:checked+label:before {
    background-position: -89px -102px;
}
.single_font{
	margin-top:20px;
	font-size:15px;
	font-weight:bold;
}

.custom-radio-fontSize {
	display: none;
}

.custom-radio-fontSize+label {
	position:relative;
    margin-bottom:0;
    font-size:10.5px;
    font-weight:400;
    line-height:1;
    color:#606060;
    cursor:pointer
}

.custom-radio-fontSize+label:before {
    content: "";
    position: relative;
    top: 7px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../../../resources/images/refinish/user/img_sprite.png) no-repeat;
    background-position: -64px -102px;
    margin-right: 8px;
}

.custom-radio-fontSize:checked+label:before {
    background-position: -89px -102px;
}


.ct-radio-group{
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #ddd;
    border-radius:10px;
    cursor:pointer;
}

.ct-radio-group label{
    font-size:13px;
    padding:5px 7px;
    min-width: 60px;
    flex:1 !important;
    color:#606060 !important;
    margin-bottom:0 !important;
    text-align: center;
    border-right: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.3s;
}

.ct-radio-group label:hover,
.ct-radio-group label:focus,
.ct-radio-group label.active {
    color:#fff !important;
    background-color:rgba(45,80,138,0.9);
    text-shadow: 0 0 1px rgba(45,80,138,0.9);
    cursor:pointer;
}

.ct-radio-group label span {
  font-size: 14px;
}

#orderByFilter {
  align-items: stretch;
}

#orderByFilter label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ct-radio-active{
    background-color:rgba(45,80,138,0.9);
    color:#fff !important;
}

.ct-radio-group label:nth-of-type(1){
    padding-left:10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ct-radio-group label:last-child{
    padding-right:10px;
    border-right:none !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ct-radio-group .custom-radio+label:before{
    content:""!important;
    display: block !important;
    width:100% !important;
    height: 100% !important;
    background:none !important;
    margin:0 !important;
}

.ct-radio-group .chk_info{
    display: none !important;
}

.account-table tr>td{
	border-right: 1px solid #f5f5f5;
	border-left : 1px solid #f5f5f5;
}
.account-table tbody tr td{
	padding: 20px 10px;
}
.account-set .agree-check {
    width: fit-content;
    margin-left: auto;
}
.mymemo-area {
    width: 100%;
    overflow: overlay;
    height: 150px;
}
.mymemo-area a{
	color : #1d50a4;
}
.mymemo-area a:hover {
    text-decoration: underline;
    text-decoration-color: #1d50a4;
}

.manufacturer-label {
	width: fit-content;
	padding-left: 15px;
	border: 1px solid #ccc;
	border-radius: 50px;
	text-align: center;
	color: #000;
}

.manufacturer-label + .manufacturer-label {
	margin-left: 5px;
}

.main-popup {
	border-top: 8.5px solid;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-image: linear-gradient(90deg, rgba(138,54,169,1) 0%, rgba(20,99,176,1) 48%, rgba(0,170,255,1) 100%);
	border-image-slice: 1;
	box-shadow: 11px 2px 40px rgba(0,0,0, 0.5) !important;
}

.main-popup .modal-header {
	position: relative;
	height: auto;
	padding: 28px;
	background-color: #24365c;
}

.main-popup .modal-header .modal-title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.main-popup .modal-header .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.main-popup .modal-body {
	padding: 34.5px;
	text-align: center;
}

.main-popup .modal-body .logo-img {
	margin: 46px auto 23px;
	width: 80px;
	height: 23px;
}

.main-popup .modal-body .logo-img img {
	width: 100%;
	height: 100%;
}

.main-logo {
    position: absolute;
    left: 15px;
    bottom: 22px;
    display: block;
    width: 260px;
    height: 44px;
    text-indent: -9999px;
    background: url("../../../../resources/images/refinish/logo/logo_ko.png") no-repeat
}

.main-logo-en {
    position: absolute;
    left: 15px;
    bottom: 22px;
    display: block;
    width: 260px;
    height: 44px;
    text-indent: -9999px;
    background: url("../../../../resources/images/refinish/logo/logo_en.png") no-repeat
}

.visual-title .title {
    text-indent: -9999px;
    width: 460px;
    height: 360px;
    background: url("../../../../resources/images/refinish/user/text_ko.png") no-repeat;
    background-position: 5px 28px
}

.visual-imgbox > img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -260px
}

.visual-title {
    width: 1170px;
    position: absolute;
    top: 86px;
    left: 50%;
    margin-left: -585px
}

.visual-title .title-box {
    display: inline-block;
    width: 416px;
    height: 260px;
    text-align: left;
    padding: 47px 40px;
    -webkit-background-size: cover;
    background-size: cover
}

.fold-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fold-icon:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../../../../resources/images/refinish/icon/img_fold.png") center/contain no-repeat;
}

.fold-icon.active:before {
    background: url("../../../../resources/images/refinish/icon/img_fold-active.png") center/contain no-repeat;
}

.spread-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.spread-icon:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../../../../resources/images/refinish/icon/img_spread.png") center/contain no-repeat;
}


.spread-icon.active:before {
    background: url("../../../../resources/images/refinish/icon/img_spread-active.png") center/contain no-repeat;
}

.tab-row .tab-content-multi.flexible .tableView-panel-wrap.spread {
    opacity: 1;
}

.panel-row.color-search-list .panel-heading-content {
  height: 150px;
}
body.EN .panel-row.color-search-list .panel-heading-content,
body.CH .panel-row.color-search-list .panel-heading-content,
body.JP .panel-row.color-search-list .panel-heading-content {
  height: 160px;
}
body.TU .panel-row.color-search-list .panel-heading-content {
  height: 170px;
}
body.RU .panel-row.color-search-list .panel-heading-content,
body.PT .panel-row.color-search-list .panel-heading-content,
body.SP .panel-row.color-search-list .panel-heading-content {
  height: 180px;
}

body.EN .panel-row.color-search-list .panel-heading-content .mixcolor-icon,
body.CH .panel-row.color-search-list .panel-heading-content .mixcolor-icon {
 width: 94px;
}
body.TU .panel-row.color-search-list .panel-heading-content .mixcolor-icon {
  width: 114px;
}
body.PT .panel-row.color-search-list .panel-heading-content .mixcolor-icon {
  width: 138px;
}

body.EN .color-search-list .panel-inner-table span[data-item="makerCodeName"] {
  margin-left: 0;
}

body.SP .panel-inner-table span[data-item="makerCodeName"],
body.PT .panel-inner-table span[data-item="makerCodeName"] {
  margin-left: 0;
}

.online {
  color: #fff !important;
  background-color: #FEB300 !important;
}

.notifications {
  position: relative;
  margin-right: 60px !important;
  cursor: pointer;
}

.notifications .material-icons-outlined {
  position: absolute;
  top: -5px;
  font-size: 25px;
  color: #666;
}

.notifications .notifications-text {
  position: absolute;
  left: 15px;
  top: -10px;
  width: auto;
  height: auto;
  padding: 3px 4px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #ee5260;
}

/* 조색 배합 색상 검색 */
.horizon-triple-table>.horizon-table-inner:nth-child(1),
.horizon-triple-table>.horizon-table-inner:nth-child(2){
    width: 310px;
}
.horizon-triple-table>.horizon-table-inner:nth-child(3) {
    width: calc( 100% - 620px );
}
.content.color-search-content .content-header,
.content.color-search-content .tab-row.pt20 {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    transition: all 0.5s;
}

.content.color-search-content.flexible .content-header,
.content.color-search-content.flexible .tab-row.pt20 {
    margin-left: -220px;
    width: 1090px;
}

.content-header.online-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content-header.online-header .content-title {
  max-width: 352px;
  padding-right: 40px;
}

.content-header.online-header .warning-guide {
  width: calc( 100% - 352px - 10px );
  padding-left: 20px;
  border-left: 2px solid #dddddd;
}

.content-header.online-header .warning-guide ul {
  margin-top: 10px;
}

.content-header.online-header .breadcrumbs {
  bottom: -14px;
}

/* 조색시스템 */
.btn-system {
    position: relative;
    width: 200px;
    height: 41px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #608FD3;
}

.btn-system:hover {
    color: #fff;
}

.btn-system:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 41px;
    background-color: currentColor;
    opacity: 0.1;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-around {
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.color-request {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.color-request + .color-request {
    margin-top: 53px;
}

.color-request > div {
    width: 100%;
    max-width: 50rem;
}

.arrow-icon {
    width: 24px;
    height: 24px;
}

.arrow-icon.left {
    transform: rotate(180deg);
}

.arrow-icon.bottom {
    position: relative;
    left: 76%;
    bottom: 17px;
    transform: rotate(90deg);
}

.notice-list {
    margin-top: 12px;
}

.notice-list li {
    display: flex;
    align-items: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}

.notice-list li span,
.notice-list li p {
    display: inline-block;
}

.notice-list p {
    margin-top: 2px;
    line-height: 1.5;
}

.list-number {
    margin-right: 8px;
    width: 25px;
    min-width: 25px;
    height: 27px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: url("../../../../resources/images/refinish/icon/icon_list-number.png") no-repeat center/contain;
}

.online-details .panel {
    border: none;
    box-shadow: none;
}

.online-details .panel-heading {
    padding: 10px 0 !important;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    color: #333333;
    background-color: #F5F5F5 !important;
}

.online-details .panel-body {
    padding: 1.6rem !important;
    border: none;
    border-radius: 0 0 4px 4px;
    background-color: #F5F5F5 !important;
}

.online-details .panel-body >div + div {
    margin-top: 55px;
}

.online-details .panel-body img:not(.arrow-icon) {
    width: 385px;
    height: 314px;
}

.online-details .panel-body img.file-img {
	display: block;
	margin: 0 auto;
    width: 100%;
    max-width: 100rem;
    height: 350px;
}

.online-details .close-panel {
    height: 40px;
    border: none;
    background-color: #fff !important;
}

.online-details .close-panel span {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    transform: rotate(180deg);
}

.online-details .close-panel.collapsed span {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.online-details .arrow-icon.bottom {
    top: -20px;
    bottom: initial;
}

.online-details .arrow-icon.bottom.left {
    left: 20%;
    right: 0;
}

/* 개인정보처리방침 */
.terms-group table {
    width: 100%;
}

div.inner-terms-box {
    display: flex;
    padding: 0 20px ;
}

div.inner-terms-box ul {
    width: 50%;
}

div.inner-terms-box li {
    height: 2px;
}

.account-scroll.details-account-contents {
    height: 0;
    border: none;
}

/* 도막결함 */
.default-panel-row .defect-tag-list span:hover {
    color: inherit;
    cursor: auto;
}

/* 글로벌 네트워크  */
.map-area > li.map13 {
	left: 633px;
}
.map-area > li.map13 a {
	width: 104px;
	height: 46px;
	background-image: url("/resources/images/refinish/user/intro/network_01.png");
}
.map-area>li.map13 a:hover img {
	left: -4px;
	top: -4px;
}
.map-area>li.map13 a span {
	left: 11px;
}
.map-area > li.map14 {
    top: 38%;
    left: 40%;
}
.map-area > li.map14 a {
    width: 140px;
    height: 44px;
    background-image: url("/resources/images/refinish/user/intro/network_12.png");
}
.map-area>li.map14 a:hover img {
    left: -4px;
    bottom: 5px;
}
.map-area>li.map14 a span {
    display: inline-block;
    width: 102px;
    top: 2px;
    right: -8px;
    text-align: center;
}
.network-nav-wrap.usa {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
}
.network-nav-wrap.usa .nav-header {
    width: inherit;
    position: relative;
}
.network-nav-wrap.usa .nav-header button {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 5;
}
.network-nav-wrap.usa .nav-content {

    display: flex;
    height: inherit;
    align-items: center;
    justify-content: center;

}
.usa-map-area {
    position: relative;
    width: 75%;
    height: 100%;
    background-image: url("/resources/images/refinish/user/intro/bg_USA-FLORIDA.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.usa-map-area li a:hover img {
    top: -3px;
    right: -3px;
}
.usa-map-area li.usa-map01 {
    left: 12px;
    top: 47%;
}
.usa-map-area li.usa-map01 a {
    width: 124px;
    height: 45px;
    background-image: url("/resources/images/refinish/user/intro/network_05.png");
}
.usa-map-area li.usa-map01 a span {
    display: inline-block;
    width: 100px;
    top: 18px;
    left: 0;
    text-align: center;
}
.usa-map-area li.usa-map02 {
    left: 32%;
    bottom: 111px;
}
.usa-map-area li.usa-map02 a {
    width: 124px;
    height: 45px;
    background-image: url("/resources/images/refinish/user/intro/network_05.png");
}
.usa-map-area li.usa-map02 a span {
    display: inline-block;
    width: 100px;
    top: 18px;
    left: 0;
    text-align: center;
}
.usa-map-area li.usa-map03 {
    right: 25%;
    bottom: 13%;
}
.usa-map-area li.usa-map03 a {
    width: 124px;
    height: 45px;
    background-image: url("/resources/images/refinish/user/intro/network_05.png");
}
.usa-map-area li.usa-map03 a span {
    display: inline-block;
    width: 100px;
    top: 18px;
    left: 0;
    text-align: center;
}
.network-nav-wrap {
	width: 100%;
}
.map-area {
	margin: 0 auto;
}
.network-tab-wrap .no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 130px;
    border: 1px solid #ddd;
}
.network-tab-wrap .no-image span {
    font-size: 1.6rem;
    color: #ddd;
}
.network-tab-wrap tr {
    cursor: pointer;
}
.network-tab-wrap tr .img-scale {
    width: 190px;
    height: 130px;
    overflow: hidden;
}
.network-tab-wrap tr .img-scale img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s;
}
.network-tab-wrap tr:hover h4,
.network-tab-wrap tr:hover .branch-name,
.network-tab-wrap tr:hover .jobbber-name{
    color: #0c4da2;
}
.network-tab-wrap tr:hover .map-icon {
    background-position: -29px 0;
}
.network-tab-wrap tr:hover .img-scale img {
    transform: scale(1.1);
}

/* 제품안내, 도장 부자재 */
#pNoData, #sNoData #mNoData {
  height: 300px;
}

.product-lnb > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-lnb > li.second-active > a {
  color: #1d50a4;
  background: #f5f5f5;
}

.product-lnb > li.second-active .material-icons {
  color: #1d50a4;
}

.product-lnb > li > a.subsidiary {
  border-bottom: 0;
}

.product-lnb li .lnb-second {
  height: 0;
  overflow: hidden;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  transition: height 0.5s ease, padding 0.5s ease, background-color 0.3s;
}

.product-lnb li.second-active .lnb-second,
.product-lnb li.active .lnb-second {
  background-color: #f5f5f5;
}

.product-lnb > li.second-active .lnb-second,
.product-lnb > li.active .lnb-second {
  padding: 0 10px 8px;
}

.product-lnb > li[data-tab="topcoat"].second-active .lnb-second {
  height: 73px;
}

.product-lnb > li[data-tab="putty"].second-active .lnb-second,
.product-lnb > li[data-tab="surfacer"].second-active .lnb-second,
.product-lnb > li[data-tab="other"].second-active .lnb-second {
  height: 107px;
}

.product-lnb > li[data-tab="subsidiary"].second-active .lnb-second {
  height: 138px;
}

.product-lnb > li[data-tab="clear"].second-active .lnb-second {
    height: 172px;
}

.product-lnb > li.second-active > a {
  border-bottom: 0;
}

.product-lnb .lnb-second > li > a {
  display: block;
  width: 100%;
  padding: 5px 14px;
  background-color: #fff;
}

.product-lnb .lnb-second > li.second-active a,
.product-lnb .lnb-second > li.active a {
 color: #1d50a4;
}

.product-lnb .lnb-second > li > a::before {
  content: "•";
  display: inline-block;
  padding-right: 4px;
}

.product .tab-row {
  margin-top: 24px;
}

.product .tab-row.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  margin-top: 0;
  width: 1159px;
  padding: 40px 0;
  background-color: #fff;
}

.product-nav {
  display:flex;
  flex-wrap: wrap;
}

.product-nav > li {
  width: calc( 100% / 8 ) !important;
}

.product-nav li[class*="-nav"] {
  /*display: none;*/
  margin-top: 24px;
  width: 100% !important;
  border: none;
}

.product-nav li[class*="-nav"] ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.product-nav li[class*="-nav"] li {
  min-width: 100px;
  width: auto;
  border-radius: 6px;
  background-color: #2D508A;
}

.product-nav li[class*="-nav"] li.active {
  background-color: #588bde;
}

.product-nav li[class*="-nav"] li > a {
  display: block;
  position: relative;
  padding: 4px;
  color: #fff;
}

.product-nav li.second-active > a {
  color: #18499b;
  background-color: #fff;
}

.nav-justified>li.active>a:after,
.nav-justified>li.second-active>a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0 !important;
  background-color: #1581ff;
}

.product-nav li[class*="-nav"] li.active > a::after {

}

.content.subsidiary .header__start,
.content.product .header__start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.productView-row .productView-thum .btn-purchase-default {
  width: 140px;
  padding: 6px 12px;
  text-align: left;
}

.content.subsidiary .header__start .search-form,
.content.product .header__start .search-form {
  float: initial;
  margin-top: 0;
  margin-left: 20px;
}

.video-guide-icon,
.leaflet-icon {
  color: #606060;
  text-align: center;
  position: relative;
}

.video-guide-icon::before {
  content:"";
  display: inline-block;
  position: relative;
  top: 6px;
  width: 23px;
  height: 18px;
  margin-right: 8px;
  background: url("../../../../resources/images/refinish/icon/icon_video-guide.svg") center/contain no-repeat;
}

.leaflet-icon::before {
  content:"";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 23px;
  height: 18px;
  margin-right: 8px;
  background: url("../../../../resources/images/refinish/icon/icon_leaflet.svg") center/contain no-repeat;
}

.product .section-wrapper {
  position: relative;
  margin-top: 46px;
  padding-top: 32px;
  border-top: 2px solid;
}

.product .section-wrapper.premium {
  border-color: #2D508A;
}

.section-wrapper.premium .product-thum .product-link {
  background-color: rgb( 45, 80, 138, 0.8 );
}

.product .section-wrapper.smart {
  border-color: #923CCA;
}

.section-wrapper.smart .product-thum .product-link {
  background-color: rgb( 146, 60, 202 , 0.8 );
}

.product .section-wrapper.matt {
    border-color: #808080;
}

.section-wrapper.matt .product-thum .product-link {
  background-color: rgba( 128, 128, 128, 0.8 );
}

.section-title-Premium,
.section-title-Smart,
.section-title-Matt {
  position: absolute;
  top: -16px;
  left: 0;
  padding-right: 8px;
  font-size: 24px !important;
  font-weight: 700;
  background-color: #fff;
}

.section-title-Premium {
  color: #2D508A;
}

.section-title-Smart {
  color: #923CCA;
}

.section-title-Matt {
    color: #808080;
}

.product .section-content {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
}

.product .section-content .col-rf-3 {
  float: initial;
  width: calc( 100% / 5 );
}

.subsidiary .product-thum .product-link>.detail-view,
.product .product-thum .product-link>.detail-view {
  height: 100%;
  line-height: 2.8;
}

/** 교육안내 스타일 **/
.blog-modify .common-row .flex-group {
	justify-content: space-between;
}
.blog-modify .common-row .map-link-wrap {
	width: calc( 50% - 1rem );
}
.blog-modify .common-row .map-link-wrap .map-link {
	width: 100% !important;
}

/** 회사개요 **/
.info-row .sub-text-group.has-about-bg {
  background-position: center;
}

/** 자주 묻는 질문 **/
.questions .panel-heading:hover .defect-btn {
  background-position: -22px 0px;
}

.questions .panel-default:hover .faq-tit,
.questions .panel-default .faq-tit[aria-expanded="true"] {
  color: #1581ff;
}

.questions .panel-default:hover .collapse {
  display: block;
  min-height: 40px;
  height: auto !important;
}
.centered-text {
    display: inline-block;
    text-align: center;      /* 텍스트 줄바꿈 시 가운데 정렬 */
}
/** 관리자 **/
.wid-210 {
	width: 21rem;
}
.wid-290 {
	width: 29rem;
}
.wid-605 {
	width: 60.5rem;	
}
.wid-750 {
	width: 75rem;
}
.wid-810 {
	width: 81rem;
}
.wid-845 {
	width: 84.5rem;
}
.wid-870 {
	width: 87rem;
}
.wid-900 {
	width: 90rem;
}

.red-asterisk:before {
  display: none;
}

.red-asterisk::after {
  content: "*";
  position: relative;
  top: 2px;
  margin-left: 2px;
  color: #E13C3C;
}

.lnb>li>a:after {
    display: none;
}

.form-table-seperate .custom-form-label {
	width: 21.5rem;	
}
.form-table-seperate .custom-form-label.wid-180 {
	width: 18rem;
}
.form-row.has-bg2 {
	margin: 0 auto;
	width: 95%;
}

#dropzoneFormLeaflet .dz-message>div {
  padding-top: 15px !important;
  font-size: 13px !important;
}
#dropzoneFormLeaflet .dz-message>div .btn-default {
  font-size: 13px !important;
  font-weight: 400 !important;
}

/** bootstrap toggle style **/
.toggle.btn {
    width: 40px !important;
    min-width: initial;
    height: 20px !important;
    min-height: initial;
    border-radius: 100px;
}
.toggle.off .toggle-group {
    left: -50.5%;
}
.toggle-group {
    width: 150%;
}
.toggle.btn .toggle-on,
.toggle.btn .toggle-off {
    font-size: 13px;
}
.toggle.btn .toggle-on {
    padding: 6px 12px 6px 0;
    background-color: #2d508a !important;
}
.toggle.btn .toggle-off {
    padding: 6px 0 6px 12px;
}
.toggle-handle {
    padding: 9px;
    border-radius: 50%;
}

.number-input::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* [모달] 라벨 인쇄 모달 */
#modalPrintLabel .default-table td {
  border-color: #ccc;
}

/* [모달] 라벨 인쇄 구분선 추가 */
.modal-table {
    border-collapse: collapse; /* 테두리 겹침 방지 */
    border: 1px solid #ccc;
}
.modal-table th, .modal-table td {
    border: 1px solid #ccc; /* 테두리 두께와 색상 설정 */
}

/* [모달] PDF 미리보기 모달 */
#closeX {
  margin-left: 28px;
  padding: 0;
  border-color: transparent;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
  background: transparent;
}

.pdf-viewer-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
ㅋ
.pdf-viewer-content {
  position: relative;
  margin: 5% auto;
  padding: 0;
  width: 80%;
  max-width: 900px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  overflow-y: hidden;
}

.pdf-viewer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  color: white;
  background-color: #2d508a;
}

.pdf-viewer-header .btn {
  margin-left: 10px;
  font-weight: 500;
}

.pdf-viewer-header .btn .material-icons {
  padding-right: 3px;
  font-size: 17px;
  vertical-align: sub;
}

#fullScreenBtn::before {
  content: "";
  display: inline-block;
  margin-bottom: -1.5px;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background: url("../../../images/refinish/icon/icon_zoom-out.svg") center/contain no-repeat;
}

#fullScreenBtn.is-full::before {
  background-image: url("../../../images/refinish/icon/icon_zoom-in.svg");
}

.pdf-viewer-header .header-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.pdf-viewer-body--scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.pdf-viewer-body {
  padding: 20px;
  padding-left: 35px;
  overflow-y: scroll;
  max-height: 70vh;
  background-color: #f0f0f0;
}

.pdf-page-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  background-color: #f0f0f0;
}

.pdf-page-canvas {
  display: block;
  width: 100% !important;
  background-color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.pdf-viewer-footer {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}

.pdf-viewer-footer button {
  margin-left: 10px;
}

.pdf-viewer-modal.fullscreen {
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.pdf-viewer-modal.fullscreen .pdf-viewer-content {
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  border-radius: 0;
}

.pdf-viewer-modal.fullscreen .pdf-viewer-body {
  max-height: none;
  height: calc(100% - 80px);
}

.pdf-viewer-modal.fullscreen .pdf-page-container {
  padding: 0;
}

.pdf-viewer-modal.fullscreen .pdf-page-canvas {
  height: auto !important;
}

/* [로딩] */
.loading-wrap .loading {
    background: transparent;
}

/* [관리자] 관리자 카드모양 테이블 */
.table-inner-row:hover .table-thum,
.table-inner-row:hover .rank-info,
.table-inner-row:hover .rank-info-text,
.table-inner-row:hover .table-content {
  background-color: #f2f8ff;
}

#pdfViewerModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; /* 축소 모드에서 80% 너비 */
    max-width: 800px;
    height: auto;
    max-height: 90vh;
    z-index: 9999; /* 항상 최상단에 위치 */
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto; /* 스크롤 가능 */
    display: none; /* 기본적으로 숨김 처리 */
}

#pdfViewerModal.fullscreen {
    width: 100%; /* 전체 화면 모드에서 너비 100% */
    height: 100%; /* 전체 화면 모드에서 높이 100% */
    top: 0;
    left: 0;
    transform: none; /* 중앙 위치 계산 제거 */
    max-width: none;
    max-height: none;
    overflow: hidden; /* 스크롤 숨김 */
}

/**************************** 반응형 ****************************/
@media screen and (max-width: 1440px) {
  body.EN .panel-inner-table span[data-item="makerCodeName"],
  body.PT .panel-inner-table span[data-item="makerCodeName"] {
    margin-left: 0;
  }
  body.JP .panel-inner-table span[data-item="makerCodeName"] {
    margin-left: -17px;
  }

  body.JP .panel-row .panel-heading-content {
    height: 160px;
  }

  body.RU .panel-row .panel-heading-content,
  body.PT .panel-row .panel-heading-content,
  body.SP .panel-row .panel-heading-content {
    height: 170px;
  }

  .panel-row .panel-inner-table th,
  .panel-row .panel-inner-table td {
    word-break: break-all;
  }
}
