@charset "utf-8";

/* 
	2025-11-07 김영표
	고도화 개발 완료 후 개발자가 정의한 CSS는 퍼블리셔가 개발한 CSS 파일에 반영 필요함.
	매번 CSS 만들어서 퍼블리셔한테 적용 요청하기 번거롭기 때문에 해당 파일 만들었음
*/

.swiper-slide > .bg-01{
	background-image: url(../../images/component/swiper-slide-bg-01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: var(--krds-radius-xlarge1);
    display: block;
    width: 100%;
    height: 517px;
}

.swiper-slide > .bg-02{
	background-image: url(../../images/component/swiper-slide-bg-02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: var(--krds-radius-xlarge1);
    display: block;
    width: 100%;
    height: 517px;
}
.swiper-slide > .bg-03{
	background-image: url(../../images/component/swiper-slide-bg-03.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: var(--krds-radius-xlarge1);
    display: block;
    width: 100%;
    height: 517px;
}
.swiper-slide > .bg-04{
	background-image: url(../../images/component/swiper-slide-bg-04.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: var(--krds-radius-xlarge1);
    display: block;
    width: 100%;
    height: 517px;
}

.swiper-slide > .bg-05{
	background-image: url(../../images/component/swiper-slide-bg-05.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: var(--krds-radius-xlarge1);
    display: block;
    width: 100%;
    height: 517px;
}

.w100p {
	width:100%;
}

.h100p {
	height:100% !important;
}

.mb0 {margin-bottom: 0px  !important;}
.mb5 {margin-bottom: 5px  !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}

.mt0 {margin-top: 0px  !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mtAuto{margin-top: auto !important;}

.mr0 {margin-right: 0px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mr40{margin-right: 40px !important;}
.mr50{margin-right: 50px !important;}

.pt0 {padding-top: 0px  !important;}
.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt50{padding-top: 50px !important;}

.pb0 {padding-bottom: 0px  !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}

.pl0  {padding-left: 0px   !important;}
.pl10 {padding-left: 10px  !important;}
.pl20 {padding-left: 20px  !important;}
.pl30 {padding-left: 30px  !important;}
.pl40 {padding-left: 40px  !important;}
.pl50 {padding-left: 50px  !important;}

.nogap {gap : 0px !important;}

.fs19{font-size: 19px !important;}

.info-logo{color: #000000;transition: color 0.2s ease;cursor:pointer;font-weight: 700;}
.info-logo:hover{color:#0b50d0}

.svg-icon.ico-angle.bg-angle-white{
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: contain;
	-webkit-mask-image: url(../../images/component/icon/ico_angle.svg);
	mask-image: url(../../images/component/icon/ico_angle.svg);
	background-color: white !important;
	content: "";
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: none;
}

.licensingTabList .card {
	border-radius: var(--krds-radius-xlarge2, 12px);
	border: 2px solid var(--krds-light-color-border-inverse, #FFF);
	background: linear-gradient(0deg, var(--krds-light-color-alpha-base50, rgba(255, 255, 255, 0.50)) 0%, var(--color-alpha-base50, rgba(255, 255, 255, 0.50)) 100%), linear-gradient(180deg, var(--color-background-white, #FFF)
--color-background-white is not defined
 10%, var(--color-surface-primary-subtler, #ECF2FE) 24.52%, var(--color-surface-primary-subtler, #ECF2FE) 85.1%, var(--color-background-white, #FFF) 100%);
	box-shadow: 0 0 2px 0 var(--krds-light-color-alpha-shadow2, rgba(0, 0, 0, 0.08)), 0 var(--shadow-y-3, 8px) var(--shadow-blur-3, 16px) 0 var(--color-alpha-shadow3, rgba(0, 0, 0, 0.12));
	display: flex;
	flex-direction: column;
	padding: var(--krds-gap-6, 20px);
	align-items: flex-start;
	gap: var(--krds-gap-3, 8px);
	position: relative;
	width: 260px;
	cursor: pointer;
}

.cursorText{
	cursor: text;
	text-decoration: none !important;
}

.customFavDiv .bx-wrapper{
	height: 40px;
    display: flex;
    align-items: center;
}

.customFavDiv .bx-wrapper .bx-prev{
	left: -40px;
}

.detailFilterDiv .filterToggle{
	background-color: transparent;	
} 

.logo-bubble .logo {
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(../../images/component/icon/ico_head_logo.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.message-row.bot .bubble.center {
	justify-content: center;
	background: var(--krds-light-ccolor-background-gray-subtler, #F4F5F6);
	border-radius: 24px 24px 24px 24px;
	align-items: flex-start;
}

.message-row.bot .bubble.bot {
	justify-content: flex-start;
	width: fit-content;
	margin-right: auto;
}

.message-row.user .bubble.user {
	justify-content: flex-end;
	width: fit-content;
	margin-left: auto;
}

.chat-header h2 {
	padding: 24px 24px 0 24px;
}

.nuclear-map-wrap .tab-conts-wrap #panel_02{
	margin-top: 62px;
}

.form-group .box-group-area .file-tit{
	font-size: 17px;
	font-style: inherit;
	font-weight: 400;
}

.none-ellipsis{
	text-overflow: clip !important;
}

.none-box-shadow:focus{
	box-shadow: none;
}

.display-block{
	display: block !important;
}

#regionMap {
	width: 100% !important;
	height: 100% !important;
	touch-action: pan-x pan-y;
}

#regionMap svg {
	border-radius: 12px;
	touch-action: none;
}

.map-side .status-card .status-card__info{
	flex-wrap: wrap;
	gap: 0px;
}
.map-side .status-card .status-card__info .status-card__value:first-child{
	width: 100%
}

.map-side .status-card .status-card__info .status-card__title{
	margin-right: 8px;
}

/* start 환경방사선 범례 */
/* 
/* type-1 */

.legend-ul .legend-li{
	position: relative;
	float: left;
	margin-right: 8px;
	padding-left: 6px;
	font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.legend-ul .legend-li:after{
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.legend-ul .legend-li:nth-of-type(1):after{
	background: #6D7882;
}
.legend-ul .legend-li:nth-of-type(2):after{
	background: #228738;
}
.legend-ul .legend-li:nth-of-type(3):after{
	background: #FFB114;
}
.legend-ul .legend-li:nth-of-type(4):after{
	background: #F05F42;
}
.legend-ul .legend-li:nth-of-type(5):after{
	background: #DE3412;
}

.legend-ul .legend-li em{
	display: block;
	font-size: 14px;
	color: #54585e;
}

.legend-ul .legend-li:ntn-of-type(1) em{
	color: #6D7882;
}
.legend-ul .legend-li:ntn-of-type(2) em{
	color: #228738;
}
.legend-ul .legend-li:ntn-of-type(3) em{
	color: #FFB114;
}
.legend-ul .legend-li:ntn-of-type(4) em{
	color: #F05F42;
}
.legend-ul .legend-li:ntn-of-type(5) em{
	color: #DE3412;
}

.legend-ul .legend-li span{
	display: block;
	font-size: 12px;
	letter-spacing: -1px;
}

/* type-1 */
/* type-2 */
/* .legend-ul{
	width: 100%;
}
.legend-ul .legend-li{
	width: 20%;
	font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	float: left;
	text-align: center;
	font-size: 1.4rem;
	position: relative;
}

.legend-ul .legend-li:before{
	content: "";
	height: 3px;
	background-color: #000;
	display: block;
	margin-bottom: 6px;
}

.legend-ul .legend-li:nth-of-type(1):before{
	background: #6D7882;
}
.legend-ul .legend-li:nth-of-type(2):before{
	background: #228738;
}
.legend-ul .legend-li:nth-of-type(3):before{
	background: #FFB114;
}
.legend-ul .legend-li:nth-of-type(4):before{
	background: #F05F42;
}
.legend-ul .legend-li:nth-of-type(5):before{
	background: #DE3412;
}

.legend-ul .legend-li:not(last-of-type)::after{
	content: "";
	height: 3px;
	background-color: #fff;
	width: 1xp;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.legend-ul .legend-li p:nth-of-type(2){
	font-size: 9px;
} */

/* type-2 */

/* start type-3 */
.info_foot2{
	background: var(--krds-light-color-background-gray-subtler, #F4F5F6) !important;
	border-radius: 5px;
	margin: 0px;
	padding: 7px;
	font-size: 8.5px;
}
.info_foot .info_foot_p_2{
	margin-right: auto;
}

 .info_foot .info_foot_p_2 span{
	border-radius: 17px;
	color: #fff;
	padding: 1px 8px 1px;
	font-weight: 600;
	font-size: 10px;
}
.info_foot_p_2 .info_foot_mark1{
	background: #6D7882;
}
.info_foot_p_2 .info_foot_mark2{
	background: #228738;
}
.info_foot_p_2 .info_foot_mark3{
	background: #CB8600;
}
.info_foot_p_2 .info_foot_mark4{
	background: #F05F42;
}
.info_foot_p_2 .info_foot_mark5{
	background: #DE3412;
}
/* end type-3 */
/* end 환경방사선 범례 */

/* start 해양방사능 범례 */
/* start type-1 */
.info_foot{
	background: rgb(255 255 255 / 61%);
	border-radius: 5px;
	margin: 0px;
	padding: 7px;
	font-size: 8.5px;
}
.info_foot .info_foot_p{
	margin-right: auto;
}

.info_foot .info_foot_p span{
	border-radius: 17px;
	color: #fff;
	padding: 1px 8px 1px;
	font-weight: 600;
	font-size: 12px;
}
.info_foot .info_foot_p .info_foot_mark1{
	background: #228738;
}

.info_foot .info_foot_p .info_foot_mark2{
	background: #CB8600;
}

.info_foot .info_foot_p .info_foot_mark3{
	background: #F05F42;
}
/* end type-1 */

/* end 해양방사능 범례 */
/* start 260325 해양방사능 범례 */
.info_foot .txt_level{
	display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border-radius: 50% !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 1px 3.8px 1px !important;
    font-size: 10px !important;
}
.info_foot .txt_level.safety{
	background-color: var(--krds-color-light-success-50);
	margin-right: 2px;
}

.info_foot .txt_level.attention{
	/* background: var(--krds-color-light-warning-30); */
	background: #CB8600;
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
    border-radius: 0 !important;
    margin-right: 2px;
}

.info_foot .txt_level.danger{
	background: var(--krds-color-light-danger-50);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 0 !important;
}


.tab-conts-01 .list_level .txt_info > .sub_txt{
	font-size: 11px;
}

.info_foot .info_foot_mark1{
	width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 10px !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--krds-color-light-gray-50);
    border-radius: 0 !important;
    margin-right: 5px;
}

.info_foot .info_foot_mark2{
	width: 25px;
    height: 25px;
    border-radius: 50em;
    color: #fff;
    text-align: center;
    font-size: 10px !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    background: var(--krds-color-light-success-50);
}

.info_foot .info_foot_mark3{
	width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 10px !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--krds-color-light-warning-30); */
    background: #CB8600;
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
    border-radius: 0 !important;
    margin-right: 5px;
}

.info_foot .info_foot_mark4{
	width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 10px !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--krds-color-high-contrast-danger-40);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    border-radius: 0 !important;
    margin-right: 5px;
}

.info_foot .info_foot_mark5{
	width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 10px !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--krds-color-light-danger-50);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 0 !important;
}

/* end 260325 해양방사능 범례 */

/* start 원자력관계시설현황-기타시설 */
#faciltiesOutlineTable th, #radatvWstMngFcltTable th {
	white-space: nowrap;
    padding: 10px 0px;
    font-size: 14px;
}
#faciltiesOutlineTable td, #radatvWstMngFcltTable td {
	white-space: nowrap;
    padding: 13px 3px;
    font-size: 14px;
}

.ncpwgn-oper-table-wrap{
	height: 600px !important;
}
/* end 원자력관계시설현황-기타시설 */

.color-light-gray-70{
	color: #464c53 !important;
}

.txtalignl{
	text-align: left;
}

/* start 본문 바로가기 */
.skip-link{
	position: absolute;
	left: 0;
	top: -40px; /* 화면 밖으로 숨겨둠 */
	background-color: black;
	color: white !important;
	padding: 0.5rem 1rem;
	z-index: 999;
	transition: top 0.3 ease;
}

.skip-link:focus{
	top: 0; /* focus 되었을 때만 보여줌*/
}
/* end 본문 바로가기 */
.krds-input::placeholder{
	color: #767676 !important;
}

.bold400{
	font-weight: 400 !important;
}

.bgc-white{
	background-color : #ffffff !important;
}

textarea[readonly]:focus {
	outline: none !important;
	box-shadow: none !important;
}

textarea[readonly]:focus-visible {
  outline: 0.2rem solid var(--krds-light-color-border-inverse) !important;
  outline-offset: 0;
  box-shadow: var(--krds-box-shadow-outline) !important;
  transition: outline 0s, box-shadow 0s;
}

.display-flex{
	display :flex;
}

input:focus-visible + label{
	outline: 0.2rem solid var(--krds-light-color-border-inverse);
	outline-offset: 0;
	box-shadow: var(--krds-box-shadow-outline);
	transition: outline 0s, box-shadow 0s;
}

.outline-none{
	outline: none !important;
}

.gap1{
 gap:1px;	
}

.gap15{
 gap:15px;	
}

@media (max-width: 767px) {
    .mFlexDirectionColomn {
        flex-direction: column;
    }
}