/* body {
    padding: 0px;
    margin: 0px;
    background: #EDF1E0;
}
 */

.root-ctn.main {
    position: flex;
    /*top:-20px;*/
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    opacity: 1;
    /*align-items:center;*/
    justify-content: center;
    text-align: center;
    background: #EDF1E0;
}
.root-ctn{
    position:flex;
    top:100%;
    width:100%;
    min-height:100%;
    z-index:3;
    /*transition:all ease 0.8s;*/
}
.root-ctn.active{
    top:0%;
}

.root-ctn.disabled {
    display: none;
}

.main-ctn {
    position: flex;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
}
.main-ctn.disabled{
    display:none;
}
.main-ctn.hidden {
    opacity: 0;
}

.img-main{
    width:100%;
    margin-top:-0.78%;
    /*opacity:0;*/
}

.main-cover{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.7);
    z-index:2;
}
.main-cover.disabled{
    display:none;
    pointer-events: none;
}

.main-ctn .ms-cover {
    display:none;
    position:absolute;
    left:0%;
    right:0px;
    top:0%;
    bottom:0%;
    background-color:rgba(0,0,0,0.7);
    z-index:1;
}
.main-ctn .ms-cover.disabled{
    display:none;
}

.main-ctn .ms-lst {
    width: 15.86%;
    height: 23.77%;
    position: absolute;
    border-radius:50%;
    background-color:rgba(0,0,0,0);
    cursor: pointer;
}
.main-ctn .ms-lst.sl{
    width: 10%;
    height: 14%;
    position: absolute;
    border-radius:6%;
    background-color:rgba(0,0,0,0);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

}

.main-ctn .ms-lst.sl.sl-box-1 {
    width: 250px;
    height: 170px;
    position: absolute;
    flex-direction: column;
    border-radius: 15px;
    background-color: rgba(148, 116, 77, 0.8);
    cursor: pointer;
    border: 2px solid #fff;
    left: 22%;
    top: 72.3%;
    overflow: hidden;
}

.main-ctn .ms-lst.sl.sl-box-1::after  {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
    border-radius:6%;
}
.main-ctn .ms-lst.sl.sl-box-1::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url('/resources/cmmnn/imgs/tmbrImport/guide/globe.png') no-repeat center center;
    background-size: contain;
    opacity: 0.2; /* 투명도 */
    pointer-events: none; /* 클릭 방해 안됨 */
    filter: invert(1) brightness(2);
}
.main-ctn .ms-lst.sl.sl-box-2 {
    width: 250px;
    height: 170px;
    position: absolute;
    border-radius: 15px;
    background-color: rgba(103, 127, 151 , 0.8) ;
    cursor: pointer;
    border: 2px solid #fff;
    left: 40.5%;
    top: 72.3%;
}

.main-ctn .ms-lst.sl.sl-box-2::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
    border-radius:6%;
}
.main-ctn .ms-lst.sl.sl-box-2::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url('/resources/cmmnn/imgs/tmbrImport/guide/stamp.png') no-repeat center center;
    background-size: contain;
    opacity: 0.2; /* 투명도 */
    pointer-events: none; /* 클릭 방해 안됨 */
    filter: invert(1) brightness(2);
}


.sl .m-txt {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 1.3;
}
.sl .m-txt-s {
	font-size: 16px;
    color: #fff;
    margin: 4px 0 0 0;
    font-weight: 500;
    letter-spacing: -0.8px;
    display: block;
    line-height: 1.2;
}
.main-ctn .ms-menu {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
    z-index: 1;
    cursor: pointer;
}
.main-ctn .ms-menu.disabled{
    display:none;
}

.main-ctn .m-logo {
    position: absolute;
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-position: 0%;
    background-position-y: bottom;
    background-size: contain;
}


/**제도소개*/
.main-ctn .ms-lst.lt-1 {
    left: 22.3%;
    top: 46.3%;
}
/**서류준비*/
.main-ctn .ms-lst.lt-2 {
    left: 40.7%;
    top: 46.3%;
}
/**수입신고및신고결과확인*/
.main-ctn .ms-lst.lt-3 {
    left: 59.1%;
    top: 46.3%;
}
/**세계각국의합법성관리체계*/
.main-ctn .ms-lst.lt-5 {
    left: 60.1%;
    top: 72.5%;
}
/**품목별주요수입국의합법성서류확인하기*/
.main-ctn .ms-lst.lt-6 {
    left: 30.6%;
    top: 69.5%;
}

.main-ctn .msite-menu1 {
    left: 6.7%;
    top: 39.0%;
    width: 18.86%;
    height: 29.77%;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/p01-1.png');
}
.main-ctn .msite-menu2 {
    left: 28.8%;
    top: 39.0%;
    width: 18.86%;
    height: 29.77%;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/p01-2.png');
    z-index:3;
}
.main-ctn .msite-menu3 {
    left: 51.0%;
    top: 39.0%;
    width: 18.86%;
    height: 29.77%;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/p01-3.png');
}
.main-ctn .msite-menu4 {
    left: 73.2%;
    top: 39.0%;
    width: 21.64%;
    height: 34.16%;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/p01-4.png');
}

.main-ctn .menu-it{
    position:absolute;
    width:4%;
    height:7.4%;
    border-radius:50%;
    background-color:rgba(0,0,0,0);
    cursor:pointer;
}
.main-ctn .menu-it2{
    position:absolute;
    width:5%;
    height:8.4%;
    border-radius:50%;
    background-color:rgba(0,0,0,0);
    cursor:pointer;
}
.main-ctn .menu-it2.m3-1 {
	left: 71.2%;
    top: 47.1%;
}
.main-ctn .menu-it2.m3-2 {
    left: 71.2%;
    top: 60.6%;
}
/*적합아이콘**/
.main-ctn .menu-it.m4-1 {
    left: 90.16%;
    top: 47.3%;
}
/*조건부적합아이콘**/
.main-ctn .menu-it.m4-2 {
    left: 91.3%;
    top: 54.7%;
}
/*부적합아이콘**/
.main-ctn .menu-it.m4-3 {
    left: 90.1%;
    top: 62.1%;
}

.main-ctn .btn-guide-video {
    width:14.5%;
    height:3.2%;
    position: absolute;
    left:83.9%;
    top:38.2%;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}


.main-ctn .ref-it {
    position: absolute;
    left:85.6%;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}
.main-ctn .ref-it.ri-1{
    width:10.62%;
    height:2.03%;
    top:33.5%;
}
.main-ctn .ref-it.ri-2{
    width:7.1%;
    height:2.03%;
    top:30.3%;
}
.main-ctn .ref-it.ri-3{
    width:10.28%;
    height:2.03%;
    top:32.5%;
}
.main-ctn .ref-it.ri-4{
    width:12.51%;
    height:2.03%;
    top:34.1%;
}

.popup-window{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:#a0a0a0;
    z-index:3;
}
.popup-window.disabled{
    display:none;
}
.popup-window .frame-content{
    width:100%;
    height:100%;
}

.popup-window .btn-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 55px;
    right: 25px;
    padding: 5px;
    z-index: 3;
    border: 0px solid #000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/close-w.png');
    cursor: pointer;
}

.ebook-thumb {
    width: 100%;
    position: absolute;
    bottom: -290px;
    display: flex;
    justify-content: center;
}
.ebook-thumb .thumb-img {
    width: 310px;
    height: 219px;
    border: 1px solid rgba(48, 48, 48, 0.7);
    box-shadow: rgba(48, 48, 48, 0.7) 0px 7px 12px -5px;
}

.ebook-thumb .thumb-img.ebook3{
    margin-left:-100px;
    margin-right:30px;
}
.ebook-thumb .thumb-img.ebook4{
    margin-right:-100px;
}

.gif-ctn {
    width: 800px;
    height: 800px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-400px;
    margin-top:-400px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #c0c0c0;
    box-shadow: rgba(48, 48, 48, 0.7) 0px 12px 18px -8px;
    z-index:5;
}

.gif-ctn .btn-close{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 5px;
    z-index: 3;
    border: 0px solid #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/close-w.png');
    cursor: pointer;
}

.gif-ctn .img-gif-th{
    cursor:pointer;
}

.img-gif-th img {
    width: 450px;
    height: 450px;
    margin-top: -30px;
}
.img-gif-th .guide-text{
    font-size:1.8em;
    color:#202020;
    /*font-weight:600;*/
    margin-top:30px;
    cursor:pointer;
}
/*******모바일 환경*********/
.mobile-ctn.disabled{
    display:none;
}
.content-m-root {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color:rgb(236,242,223);
    background-repeat: no-repeat;
    background-position: 10% 0%;
    background-size:cover;
    /*background-image: url("../images/km/km-org-main2.jpg");*/
}

.landscape .content-m-root{
    min-height:460px;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*background-color: rgba(255,255,255,0.8);*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(80, 80, 80, 0.3));
}


.mobile-bg{
    position: flex;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
    background: #EDF1E0;
}

.mobile-ctn ul{
    padding:0px;
    margin:0px;
}
.mobile-ctn ul li{
    list-style:none;
    padding:12px 25px;
    box-sizing:border-box;
}


.li-part .lst-it {
    position:relative;
    width: 100%;
    height:86px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    padding: 10px 25px;
    padding-left:100px;
    box-sizing: border-box;
    border: 1px solid #a3a396;
    border-radius: 45px;
    background: rgba(250, 250, 250, 0.7);
    box-sizing:border-box;
    transition:all 0.3s;
}

.li-part .lst-it.active {
    border-color:#303030;
    box-shadow: rgba(30, 30, 30, 0.45) 0px 20px 10px -8px;
    transform-origin:center;
    transform:scale(1.05);
}

.li-part.p1 .lst-it{
    background:rgb(189,143,92);
    border-color:rgb(173,111,49);
}
.li-part.p2 .lst-it {
    background: rgb(140,154,183);
    border-color: rgb(91,122,169);
}
.li-part.p3 .lst-it {
    background: rgb(203,151,154);
    border-color: rgb(222,107,124);
}
.li-part.p4 .lst-it {
    background: rgb(157,160,86);
    border-color: rgb(119,130,39);
}

.li-part.p5 .lst-it {
    background: rgb(194, 166, 140);
    border-color: rgb(112, 59, 59);
}

.lst-it .icon {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 9px;
    background-size: contain;
}
.lst-it .icon.km1{
    background-image:url('/resources/cmmnn/imgs/tmbrImport/guide/ic-fv1.svg');
}
.lst-it .icon.km2{
    background-image:url('/resources/cmmnn/imgs/tmbrImport/guide/ic-fv2.svg');
}
.lst-it .icon.km3{
    background-image:url('/resources/cmmnn/imgs/tmbrImport/guide/ic-fv3.svg');
}
.lst-it .icon.km4{
    background-image:url('/resources/cmmnn/imgs/tmbrImport/guide/ic-fv4.svg');
}
.lst-it .m-txt {
    font-size: 20px;
    color: #fafafa;
    margin-left: 10px;
    font-weight: 600;
    letter-spacing:-0.8px;
}

.lst-it .icon.km4{
    background-image:url('/resources/cmmnn/imgs/tmbrImport/guide/ic-fv4.svg');
}

.sub-ctn .top-left-back-btn {
    position: absolute;   /* 부모 .sub-ctn 기준으로 위치 잡기 */
    top: 10px;            /* 상단에서 10px */
    left: 10px;           /* 좌측에서 10px */
    width: 40px;
    height: 40px;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/back.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 8px;
}
.sub-ctn .top-left-back-btn:hover {
    transform: scale(1.1);       /* 살짝 확대 */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* 그림자 */
}
/**합법성 관리체계 페이지*/
.sub-ctn {
    position: relative;
}

.sub-ctn .continent{
   position: absolute;
   width: 12%;
   height: 13%;
   cursor: pointer;
   background-color: rgba(0,0,0,0);
}
.sub-ctn .continent.am {
    left: 15%;
    top: 29.3%;
    display:block;
}
.sub-ctn .continent.eu {
    left: 41.7%;
    top: 17.3%;
    display:block;
}
.sub-ctn .continent.jp {
    left: 71.2%;
    top: 24.4%;
    display:block;
}
.sub-ctn .continent.au {
    left: 75.4%;
    top: 56.3%;
    display:block;
}
.sub-ctn .continent .pointer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: rgba(0,0,0,0);
    display: none;
}
.sub-ctn .continent .pointer.active {
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/mouse-pointer.svg');
    display: block;
}
#imgPopup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 팝업 내부 래퍼 */
#imgPopup .img-wrapper {
  position: relative;
  display: inline-block;       /* 이미지 크기에 맞춤 */
  text-align: center;          /* 버튼 좌우 중앙 조정 */
}

#popupImg {
 max-width: 90vw;
  max-height: 80vh;
  border-radius: 15px;
  cursor: pointer;
  object-fit: contain; /* 이미지 비율 유지 */
}

/* 새창으로 보기 버튼 */
#openNewTab {
  position: absolute;
  bottom: 10px;                /* 이미지 하단에 붙음 */
  right: 10px;                 /* 이미지 우측 끝 */
  background: rgba(179, 193, 144,0.8);
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s;
}

#openNewTab:hover {
  background: rgba(179, 193, 144,1);
}
/**합법성 서류 페이지*/
.sub-ctn .item{
   position: absolute;
   width: 12%;
   height: 18%;
   cursor: pointer;
   border-radius:100%;
   background-color: rgba(0,0,0,0);
}
.sub-ctn .item.hs4403g {
    left: 26.5%;
    top: 22%;
    display:block;
}
.sub-ctn .item.hs4403g {
    left: 26.5%;
    top: 22%;
    display:block;
}
.sub-ctn .item.hs4407g {
    left: 43.8%;
    top: 22%;
    display:block;
}
.sub-ctn .item.hs4412g {
    left: 61%;
    top: 22%;
    display:block;
}
.sub-ctn .item.hs4401g {
    left: 26.5%;
    top: 45%;
    display:block;
}
.sub-ctn .item.hs4408g {
    left: 43.8%;
    top: 45%;
    display:block;
}
.sub-ctn .item.hs4409g {
    left: 61%;
    top: 45%;
    display:block;
}
.sub-ctn .item.hs4410g {
    left: 26.5%;
    top: 68%;
    display:block;
}
.sub-ctn .item.hs4411g {
    left: 43.8%;
    top: 68%;
    display:block;
}
.sub-ctn .item.hs4701g {
    left: 61%;
    top: 68%;
    display:block;
}
.sub-ctn .item .pointer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-color: rgba(0,0,0,0);
    display: none;
}

.sub-ctn .item .pointer.active {
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/mouse-pointer.svg');
    display: block;
}

/**품목 합법성 입증서류 페이지*/


.guide-modal-header {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  width: 100%;
  padding: 14px 16px;
  background-color: #a4b2d5;
  color: #fff;
  border-radius: 8px;
}

.img-hs {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  flex-shrink: 0;
}
.img-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.text-area {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 세로 가운데 */
  align-items: flex-start; /* 왼쪽 정렬 */
  gap: 4px;

}
.hs-code-nm {
  font-size: 23px;
  font-weight: 600;
  opacity: 0.9;
}
.title-desc {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.9;
  align-items: flex-end;
}
.guide-modal-header #goCsg {
  position: absolute;
  right: 20px;
  bottom: 10px;
  background-color: #4a74d4;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.guide-modal-header #goCsg:hover {
  background-color: #3c63c0;
}
/* HS 코드별 이미지 */
.img-hs.hs4403 {
  background-image: url('/resources/cmmnn/imgs/tmbrImport/HS4403.png');
}

.doc-country {
  display: flex;
  align-items: center;
  justify-content: center; /* 가운데 정렬 */
  gap: 4PX;
  margin-top: 16px;
}

.country-nm {
  flex: 1;
  background-color: #b3c190;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-weight: 600;
  font-size : 20px;
  font-family:'Noto Sans KR';
  align-items: stretch;
}
.country-nm .country-ko {
  font-weight: 600;
  font-size: 25px;
}
.country-nm .country-en {
  opacity: 0.5;
  font-weight: 400;
  font-size: 20px;
}

.divider {
  width: 2px;
  height: 100%;
  background-color: rgba(235, 235, 235);
  margin: 0 8px;
}
.title-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px; /* 국가명과의 간격 */
}
.doc-title {
  flex: 1;
  display: flex;
  gap: 8px;
}

.doc-title-box {
  flex: 1;
  background-color: #79bea2;
  color: #fff;
  text-align: center;
  padding: 16px 8px;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  border-radius: 8px;
  margin-bottom: 8px;
}
.doc-title-box .small {
  font-size: 12px;
}
.img-row {
 display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  height: 250px;
}
.img-box {
 flex: 1;
 width: 100%;
 height: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;

}

.hs-img {
  flex: 1;
  min-height: 120px;
  height: 100%;
  cursor: pointer;
  border: 1px solid #d4d7da;
  background-size: cover;
  background-position: center;
}



/**모바일*/
.tab-pane-m {
  display: none; /* 기본 숨김 */
}

.tab-pane-m.active {
  display: block; /* active 클래스가 붙으면 표시 */
}
.content-items-root{
    position:fixed;
    top:100%;
    left:0%;
    right:0%;
    bottom:0%;
    padding-top:60px;
    background-color:#fff;
    box-sizing:border-box;
    overflow:auto;
    z-index:3;
    transition:all 0.3s;
}
.content-items-root::-webkit-scrollbar {
    display: none;
}

.mobile-content .ci-header{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:60px;
    display:flex;
    align-items:center;
    padding:0px 10px;
    background-color: rgb(189, 143, 92);
    box-sizing:border-box;
}

.mobile-content .ci-header.pt1{
    background-color: rgb(189, 143, 92);
}
.mobile-content .ci-header.pt2{
    background-color: rgb(140, 154, 183);
}
.mobile-content .ci-header.pt3{
    background-color: rgb(203, 151, 154);
}
.mobile-content .ci-header.pt4{
    background-color: rgb(157, 160, 86);
}
.mobile-content .ci-header.pt5{
    background-color: rgb(226, 181, 154);
}


.ci-header .btn-c-back {
    width:40px;
    height:40px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:80%;
    background-image:url('/resources/cmmnn/imgs/tmbrImport/guide/mobile/ic_arrow_left.svg');
    /*margin-top:10px;*/
}
.ci-header .h-title{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    font-size:24px;
    font-weight:600;
    color: #fff;
    word-break:keep-all;
    letter-spacing:-0.8px;
    padding:0px 10px;
    /*padding-top:10px;*/
    box-sizing:border-box;
}
.content-page {
  padding: 15px;
  margin-top: 25px;
}
.content-page .cnt-title {
    font-size: 22px;
    font-weight: 600;
    color: rgb(121,56,10);
    letter-spacing: -0.8px;
    padding-top: 15px;
    word-break: keep-all;
}
.content-page .cnt-title .cnt-title-sub{
    font-size:18px;
    font-weight:500;
    margin-top:3px;
}


.item-ctn .i-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0,94,44);
    letter-spacing: -0.8px;
    padding: 10px 0px;
    word-break: keep-all;
}
.item-ctn .i-text {
    font-size: 15px;
    color: #454545;
    line-height: 1.5;
    letter-spacing: -0.8px;
    word-break: break-all;
    background-color: rgb(242,242,242);
    border-radius: 12px;
    padding: 15px;
}
.item-ctn .lst-txt li {
    font-size: 15px;
    color: #303030;
    padding: 5px 0px;
    word-break: keep-all;
}
.item-ctn .lst-txt li ul.lst-disc {
	list-style-type: disc;
     list-style-position: inside;
  padding-left: 30px;
  margin: 0;
}
.item-ctn .lst-txt li ul.lst-disc li {
	padding-left: 15px;
    font-size: 13px;
    color: #808080;
    padding: 2px 0px;
    list-style: disc;
    word-break: keep-all;
}
.item-ctn .i-text2 {
    font-size: 15px;
    color: #454545;
    line-height: 1.5;
    letter-spacing: -0.8px;
    word-break: break-all;
}

.item-ctn .i-text.c2{
    color: rgb(0,94,44);
    font-weight:600;
}
.item-ctn .i-text .desc{
    font-size: 13px;
    color: #808080;
}

.item-ctn .i-title2 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(121,56,10);
    letter-spacing: -0.8px;
    padding: 10px 0px;
    word-break: keep-all;
    margin-top:10px;
}
.item-ctn .i-text .lst-disc{
    font-size: 13px;
    color: #808080;
}
.img-board{
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  scroll-behavior: smooth;
  margin-top: 15px;
  padding-top: 50px;
}
.img-board img {
    max-width: 100%;
    height: auto;
    display: block;
}
.img-board .btn.img ,
.img-board .btn.zoom {
    border: 1px solid #1581BF;
    color: #1581BF;
    position: absolute;
    top: 15px;       /* 위에서 10px */
    right: 10px;     /* 오른쪽에서 10px */
}
.ctn-page-wrapper {
  position: relative;
  overflow: hidden;
}

.item-ctn {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.item-ctn.active {
  display: block;
  opacity: 1;
}

/* .page-dots {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.page-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.page-dots .dot.active {
  background-color: #333;
} */

.m-page-controls {
 display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.m-page-controls button {
   padding: 8px 18px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 14px;
}

.m-page-controls button:hover {
  background: #eaeaea;
}
.m-page-controls button.disabled {
  background: #ddd;
  color: #999;
  cursor: default;
}

.m-page-number {
  font-size: 14px;
  color: #333;
}
.rec-txt{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:24px;
    width:120px;
    color:#fafafa;
    font-weight:600;
    background-color:#808080;
    border-radius:5px;
    margin-bottom:8px;
}
#imgPopupM {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.popup-content {
  top:20px;
  position: relative;
  width: 90%;
  max-width: 500px;
  padding-top: 50px;

}

.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  cursor: pointer;
  user-select: none;
}
.popup-bg {
  position: absolute;
  top: 0; left: 0;
  right: 0; bottom: 0;
}
.img-wrapper-m {
  overflow: auto;
  touch-action: none;
}

.img-wrapper-m img {
  transform-origin: center center;
  transition: transform 0.2s ease;
  width: 100%;
  height: auto;
}
.popup-content .btn-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 5px;
    z-index: 3;
    border: 0px solid #000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('/resources/cmmnn/imgs/tmbrImport/guide/btn-close.png');
    cursor: pointer;
}

#imgZoomPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#imgZoomPopup .popup-content {
   position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.9); /* 반투명 배경 */
}

#imgZoomPopup .popup-bg {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    z-index: 1;
}

#imgZoomPopup .btn-close {
    width:32px; height:32px;
    position:absolute;
    top:10px;
    right:10px;
    background-image:url('/resources/cmmnn/imgs/tmbrImport/guide/btn-close-w.png');
    background-size:contain;
    background-repeat:no-repeat;
    cursor:pointer;
    z-index:10;
}

#imgZoomPopup .img-wrapper-zoom {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    touch-action: none;
}


#imgZoomPopup .img-wrapper-zoom img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
}

#imgZoomPopup .zoom-controls {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10001;

}

#imgZoomPopup .zoom-controls button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.8);
    font-size: 20px;
    cursor: pointer;
}