/**
 Á¦¸ñ : devinfo ¿ë style css
 ¼³¸í : 
 
 201206 »ý¼º 
 240105 card UI ¿©¹é »èÁ¦ °³¼± / Á¶½ÂÈñ
*/

/* mobile/pc UI */
/* PC */
@media (min-width: 576px) {
	.onlyPc {
	}
	.onlyMobile {
		display:none;
	}
	
	
	main {
	    min-height: 80vh; /* footer ´Â ÃÖ¼Ò 80% ÀÌÇÏ¿¡ ºÙ°Ô µÊ */
	}
	
}

/* MOBILE */
@media (max-width: 575px) {
	.onlyPc {
		display:none;
	}
	.onlyMobile {
		
	}
	
	
	main {
		overflow-x:hidden; /* ÀÌÁ¦ ÁÂ¿ì ³ÑÄ¡´Â°Íµµ º¼¼ö ¾ø°Ô µÇ¾ú¾î - ¾È¿¡¼­ ½ºÅ©·Ñ ½ÃÄÑ¾ß ÇÔ 240105*/
	    min-height: 80vh; /* footer ´Â ÃÖ¼Ò 80% ÀÌÇÏ¿¡ ºÙ°Ô µÊ */
	}
	
}

footer {
    z-index: 1030;
}

section {
	max-width : 1000px;	
}

.center {
	text-align : center;
}
/* BEGIN OF bootstrap °Å µ¤À½ 240105*/
/* Ä«µå ¿©¹é */
.container-fluid {
	margin : 0px;
	padding : 0px;
	overflow:hidden; /* ÀÌÁ¦ ÁÂ¿ì ³ÑÄ¡´Â°Íµµ º¼¼ö ¾ø°Ô µÇ¾ú¾î - ¾È¿¡¼­ ½ºÅ©·Ñ ½ÃÄÑ¾ß ÇÔ 240105*/
}


.cascading-admin-card {
    margin-top: 0px;
}

.fixed-sn main, .hidden-sn main {
    padding-top: 3rem;
}


/* Á¦¸ñ ¿µ¿ª ¿©¹é */
.cascading-admin-card .admin-up {
    margin-top: 4%;
    border-bottom: 7px #4285f455 solid;
    padding-bottom: 4px;
}

/* Á¦¸ñ ¾ÆÀÌÄÜ Å©±â ÁÙÀÌ±â*/
.admin-up .fas, .admin-up .far {
    padding: 0.7rem !important;
    float: left;
}

/* Á¦¸ñ ±Û¾¾ ¿©¹é */
.cascading-admin-card .admin-up .data {
	margin-top : 0;
	float: left;
}


@media (min-width: 576px) { /* PC */
	/*.card-body bootstrap Á¦°ø ±âº» ¿©¹éÀ¸·Î »ç¿ë */ 
}


@media (max-width: 575px) { /* mobile */
	.card-body {
	    padding: 1.25rem 3px;
	}

}
/* END OF bootstrap °Å µ¤À½ 240105*/


#cateListTblDad {
	border : 1px solid #ddd;
	padding : 20px;
	border-radius : 5px;
	background : white;
	
}

#cateListTblDad .cateEle {
	list-style-type: none;	
}

/* #cateListTblDad .transparentBtn { °øÅë »ç¿ëÀ¸·Î º¯°æ */

#cateListTblDad .cateNo[data-depth="0"] {
	display : none;	
}

#cateListTblDad .cateNo[data-depth="1"] {
	background-color : red;	
}
#cateListTblDad .cateNo[data-depth="2"] {
	background-color : orange;	
}
#cateListTblDad .cateNo[data-depth="3"] {
	background-color : yellow;	
}
#cateListTblDad .cateNo[data-depth="4"] {
	background-color : green;	
}
#cateListTblDad .cateNo[data-depth="5"] {
	background-color : blue;	
}
#cateListTblDad .cateNo[data-depth="6"] {
	background-color : indigo;	
}
#cateListTblDad .cateNo[data-depth="7"] {
	background-color : violet;	
}


/** »çÀÌÆ® ÀüÃ¼ °øÅë *//** »çÀÌÆ® ÀüÃ¼ °øÅë *//** »çÀÌÆ® ÀüÃ¼ °øÅë *//** »çÀÌÆ® ÀüÃ¼ °øÅë *//** »çÀÌÆ® ÀüÃ¼ °øÅë */
.cateNo {
	border : 1px solid;
/* 	margin-right : 10px; */
	padding-left : 3px;
	padding-right : 3px;
	color : white;
	border-radius : 20px;
}
.cateNo[data-depth="0"] {
	display : none;	
}
.cateNo[data-depth="1"] {
	background-color : red;	
}
.cateNo[data-depth="2"] {
	background-color : orange;	
}
.cateNo[data-depth="3"] {
	background-color : yellow;	
}
.cateNo[data-depth="4"] {
	background-color : green;	
}
.cateNo[data-depth="5"] {
	background-color : blue;	
}
.cateNo[data-depth="6"] {
	background-color : indigo;	
}
.cateNo[data-depth="7"] {
	background-color : violet;	
}

.tdBtn {
	border-top: 1px solid #aaa !important;
	text-align: center;	
}

.hiddenUi {
	display: none!important;	
}

.transparentBtn { 
	margin-left : 10px;
	color : #efe;
	border-color : #efe;
	border-style : solid;
	background : white;
}


.transparentBtn:hover {
	margin-left : 10px;
	color : black;
	border-color : black;
}

.deleted, .deleted a, .deleted a:visited {
	color : #ccc !important;	
}

button.btnKte {
	padding: 0.6rem 1rem;
}

i.btnFvrt, i.btnAttn {
	font-size: 1.2rem;
} 

nav#paginationSmall, nav#pagination {
	display:table;
	margin-left : auto;
	margin-right: auto;
}

li.page-item a span, li.page-item a {
	font-size : 20px !important;
}

li.page-item.disabled a {
	color : #ddd !important;
}

.easyPagingBtn {
        width: 70px;
	    text-align: center;
	    margin-bottom: 5px;
	    height: 50px;
	    line-height: 35px;
	    vertical-align: middle;
	    border : 1px solid #E2E2E2 !important; 
}

a.ktePageLink.disabled {
	opacity:0.5;
}

/* ÅÇ ÁÂ¿ì ¿©¹é ex)Ä¿¸®Å§·³ */
.md-tabs {
	/* µ¤¾î¾¸ */
	margin-left : 0;
	margin-right : 0;
}

/*  ¸ð´Þ ¾ÈÂÊ ¿©¹é »èÁ¦  */
.know-modal-body {
	padding : 3px !important;
}

.know-tab-content {
	padding-left : 0;
	padding-right : 0;	
}

/* °Ô½Ã¹°³» ¸µÅ© */
/* 230402 tx-link °øÅëÀ¸·Î ¸ðµÎ Àû¿ëµÇ°Ô º¯°æÇÔ */
 a.tx-link:link {
	color : blue;
}

 a.tx-link:visited{
	color : purple;
}

 a.tx-link:hover {
	background : cyan;
}

 a.tx-link:active {
	background : red;
}

.bbsPstInfo i {
	margin-right : 0.2em;
}


/* Ä«Å×°í¸® ÇöÀç À§Ä¡ */
.nowLocation {
	font-size: 1.5em;
    font-weight: bolder;
}


a.ctgrLnk.nowLocation .cateNo {
	border: 0 !important;
}

/*°øÅë - ´ñ±Û */

.tblReply .tdReply {
	padding-bottom : 2px;
}

.tblReply .tdNoReply {
}

.tblReply .tdReply .nickname {
	float : left;
	font-size : xx-small ;
}

.tblReply .tdReply .date {
	float : right;
	color : #aaa;
	font-size : xx-small;
}

.tblReply .tdReply .content {
	
}

.tblReply  .tdReplyWrite .nickname  {
	float : left;
	font-weight : bold;
}

 .tblReply .tdReplyWrite .date {
	float : right;
	font-weight : bold;
}


/* ´ñ±Û ÀÛ¼º Á¤º¸ °ü·Ã */
#frmReply .replyInfo span, #frmReply .replyInfo input {
	float:left;
}

.replyInfo .delPwd {
	width:160px;	
}

.ctgrClick:hover { /* Ä«Å×°í¸® */ 
	background-color: powderblue;
  transition: background-color .5s;
  cursor:pointer;
}

.ctgrUi {
	border : 1px solid #ddd;
	border-radius : 5px;	
	padding: 3px;
}

/* Ä«Å×°í¸® ÆÐ½º */
.ctgrPath .ctgrTpNm {
	font-size : xx-small;
	color : #aaa;	
}

a.ctgrLnk {
	display : inline-block;
	background: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 20px;
    margin-bottom: 1px !important;
    border: 3px solid #007bff;
    float:left;
    height : 30px;
 	vertical-align : middle;
 	margin-top : 5.5px !important;
}

a.ctgrLnk.nowLocation {
	margin-top : 0px !important;
	height : 41px;
    background-color: #007bff;
    color: white;

}


.ltIcon {
	 width: 40px !important;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    color : #007bff;
}

/** ¾ÆÀÌÄÜ¿¡ Ãë¼Ò¼± ±ß±â ex : ¸µÅ©>°ü¸®ÀÚ ÃßÃµ ÄÑ±â - ²ô±â */
.iconCancel {
	text-decoration: overline line-through underline;
}

.iconCancel2:after {
    position: relative;
    top: 2px;
    left: -13px;
    content: "\00d7";
    font-size: 14px;
    /* 20px °¡ Àû´çÇÑµ¥ ¹Ð¾î³» */
    color: black;
    opacity : 0.4;
}
					

table.table a {
	overflow-wrap: anywhere; /* ¸µÅ© ±æ¾îÀú body width µµ ´Ã¾î³ª´Â°Í ¹æÁö */ 
}

.tinyInfo {
	float : left;	
	text-align: center;
	margin-left : 3px;
	margin-right : 3px;
}

.diTable {
	border-left : none;
	border-right : none;
}

.diTable td {
	border-left : none;
	border-right : none;
}

.diTable td.smallPadding {
 	padding-top : 3px;
	padding-bottom : 3px;
}

.diTable .fieldTtl {
	color: #fff;
    background: #ff9800; 
    padding-top : 2px;
    padding-bottom: 2px;
    padding-left : 4px;
    padding-right : 4px;
    border-radius : 10px;
    margin-bottom: 1px;
    font-size : xx-small;
}

.lnkIcon {
	width : 20px;	
}

.btnBundleAttain .on {
	color : #33ff33 !important;
}

.btnBundleAttain .off {
	color : #9e9e9e  !important;
}


/** »çÀÌÆ® ÀüÃ¼ °øÅë ³¡*//** »çÀÌÆ® ÀüÃ¼ °øÅë ³¡*//** »çÀÌÆ® ÀüÃ¼ °øÅë ³¡*//** »çÀÌÆ® ÀüÃ¼ °øÅë ³¡*//** »çÀÌÆ® ÀüÃ¼ °øÅë ³¡*/

/** È¨ È­¸é *//** È¨ È­¸é *//** È¨ È­¸é *//** È¨ È­¸é *//** È¨ È­¸é *//** È¨ È­¸é *//** È¨ È­¸é */
#diHome .card {
	min-height : 400px;
}

#diHome .table td, #diHome .table th {
	padding-top:3px;
	padding-bottom: 3px;	
}

/*
	ÃÖ±Ù¸µÅ© ¸ñ·Ï
*/
#diHome .tblLinkList {
	
}
#diHome .tblLinkList th {
	text-align : center;
}

#diHome .tblLinkList .link {
	 max-width:100px; /* ÃÖ´ëÅ©±â Á¦ÇÑµÇ¾î¾ß ÁÖ¼Ò ±æ¾îÁ®µµ ´Ã¾î³ªÁö ¾ÊÀ½*/ 
	 overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
}

#diHome .tblLinkList .link2 { /* ¹Ù·Î°¡±â*/
	 max-width:10px;  
}

#diHome .tblLinkList .title {
	 max-width:100px; /* ÃÖ´ëÅ©±â Á¦ÇÑµÇ¾î¾ß ÁÖ¼Ò ±æ¾îÁ®µµ ´Ã¾î³ªÁö ¾ÊÀ½*/ 
	 overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
}

#diHome .tblLinkList .recomm {
	min-width : 60px; /* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/	
	text-align : center;
}

/*
 ÃÖ±Ù°Ô½Ã¹° ¸ñ·Ï 
*/
#diHome .tblPostList th {
	text-align : center;
}


#diHome .tblPostList .no { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}


#diHome .tblPostList .title {
	 max-width:100px; /* ÃÖ´ëÅ©±â Á¦ÇÑµÇ¾î¾ß ÁÖ¼Ò ±æ¾îÁ®µµ ´Ã¾î³ªÁö ¾ÊÀ½*/ 
	 overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
     min-width : 60px; /* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â Å©±â */  
}


#diHome .tblPostList .link2 { /* ¹Ù·Î°¡±â*/
	 max-width:10px;  
}

#diHome .tblPostList .user { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}


#diHome .tblPostList .recomm { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}


/* /link ¸µÅ©*//* /link ¸µÅ©*//* /link ¸µÅ©*//* /link ¸µÅ©*//* /link ¸µÅ©*//* /link ¸µÅ©*/

#diLink .table td, #diLink .table th {
	padding-top:3px;
	padding-bottom: 3px;	
}

#diLink .table th {
	text-align : center;	
	font-weight : bold;
}

#diLink .tblLinkList .no { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}

#diLink .tblLinkList .link {
	 max-width:100px; /* ÃÖ´ëÅ©±â Á¦ÇÑµÇ¾î¾ß ÁÖ¼Ò ±æ¾îÁ®µµ ´Ã¾î³ªÁö ¾ÊÀ½*/ 
	 overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
     min-width : 60px; /* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â Å©±â */  
}


#diLink .tblLinkList .title {
	 max-width:100px; /* ÃÖ´ëÅ©±â Á¦ÇÑµÇ¾î¾ß ÁÖ¼Ò ±æ¾îÁ®µµ ´Ã¾î³ªÁö ¾ÊÀ½*/ 
	 overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
     min-width : 60px; /* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â Å©±â */  
}


#diLink .tblLinkList .link2 { /* ¹Ù·Î°¡±â*/
	 max-width:10px;  
}

#diLink .tblLinkList .recomm { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}


#diLink .tblLinkList .hit { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}

#diLink .tblLinkList .user {
	text-align : center;
}


#diLink .tblLinkList .dscr {
	font-size : small;
	color : #777;
}

#diLink .tblLinkList .cdStts {
	color : orange;
}

#diLink .tblLinkList .ctgrNm a {
	color : #ccc;
}

#diLinkDtl th {
	text-align : center;
}



#diLinkDtl .gray {
color : #aaa !important;	
}


#diLinkDtl .tblLnkDtl td {
	border-left : none;
	border-right : none;
	padding-top : 3px;
	padding-bottom : 3px;
}


/* /link ¸µÅ© ³¡ *//* /link ¸µÅ© ³¡ *//* /link ¸µÅ© ³¡ *//* /link ¸µÅ© ³¡ *//* /link ¸µÅ© ³¡ *//* /link ¸µÅ© ³¡ *//* /link ¸µÅ© ³¡ */

/* /bbs °Ô½ÃÆÇ*//* /bbs °Ô½ÃÆÇ*//* /bbs °Ô½ÃÆÇ*//* /bbs °Ô½ÃÆÇ*//* /bbs °Ô½ÃÆÇ*//* /bbs °Ô½ÃÆÇ*//* /bbs °Ô½ÃÆÇ*/
#diBbs .table td, #diBbs .table th {
	padding-top:3px;
	padding-bottom: 3px;	
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
}

#diBbs .table th {
	text-align : center;	
/* 	font-weight : bold; */
}


#diBbs .tblPostList .no { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}

#diBbs .tblPostList .title {
	 max-width:100px; /* ÃÖ´ëÅ©±â Á¦ÇÑµÇ¾î¾ß ÁÖ¼Ò ±æ¾îÁ®µµ ´Ã¾î³ªÁö ¾ÊÀ½*/ 
	 overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
     min-width : 60px; /* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â Å©±â */  
}


#diBbs .tblPostList .link2 { /* ¹Ù·Î°¡±â*/
	 max-width:10px;  
}

#diBbs .tblPostList .recomm { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}


#diBbs .tblPostList .hit { 
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
	text-align : center;
}

#diBbs .tblPostList .user {
	text-align : center;
}

.cdWrtrTp_ADM {
	color : red !important;
}

.cdWrtrTp_USR{
	color : black !important;
}

.cdWrtrTp_NUS {
	/*±âº»°ª ´ë·Î È¸»ö */
}

#diBbs .pstContent {
	padding : 20px 10px 20px 10px !important;
	/* min-height : 400px !important; ¿Ö ¾È¸ÔÈ÷Áö? */	
}

.tblPostList .smallFont, .tblLinkList .smallFont {
	font-size : xx-small;
	color : gray;
	padding-left : 1px;
	padding-right : 1px;
	text-align : center;
	min-width:60px;	/* 2±ÛÀÚ Á¦¸ñ °³ÇàµÇÁö ¾Ê´Â ÃÖ¼Ò ³Êºñ*/
}

.tblPostList a {
	display:inline-block;
	width: 100%;
}

#ctgr #cateListTblDad li span.ctgr:hover {
	cursor : pointer;
}

#ctgr #cateListTblDad li span.selected {
	border : 1px solid red;	
}

/* /bbs °Ô½ÃÆÇ ³¡ *//* /bbs °Ô½ÃÆÇ ³¡ *//* /bbs °Ô½ÃÆÇ ³¡ *//* /bbs °Ô½ÃÆÇ ³¡ *//* /bbs °Ô½ÃÆÇ ³¡ *//* /bbs °Ô½ÃÆÇ ³¡ *//* /bbs °Ô½ÃÆÇ ³¡ */



/* ¿¡µðÅÍ °ü·Ã */
.editorContainer {
	max-width:700px;
/* 	margin-left : auto; */
/* 	margin-right : auto; */
}


/* Ä«Å×°í¸® ¿¡µðÅÍ */
#ctgrClsList .selected {
	background : yellow;
}

/** ¸ñ·Ï¿¡¼­ ºñÁß¿ä Á¤º¸ / ex:´ë½Ãº¸µå °Ô½Ã¹°¸ñ·Ï Á¶È¸¼ö µî */ 
.rowInfo {
	float: right;
    color: #ccc;
    font-size: x-small;
}

.rowInfo .field {
	margin-left: 5px;
}

/** °Ô½Ã¹° »ó¼¼ /pstDtl *//** °Ô½Ã¹° »ó¼¼ /pstDtl *//** °Ô½Ã¹° »ó¼¼ /pstDtl *//** °Ô½Ã¹° »ó¼¼ /pstDtl *//** °Ô½Ã¹° »ó¼¼ /pstDtl *//** °Ô½Ã¹° »ó¼¼ /pstDtl */
/** °Ô½Ã¹° »ó¼¼Á¤º¸ */
#diBbsDtl .tblContent {
	border : none;	
}

#diBbsDtl .pstContent2 {
	min-height : 200px;
}

#diBbsDtl .tblContent td {
	padding : 0px;
	border : none;	
} 

#diBbsDtl .trPstInfo td {
	border-bottom : 1px solid #aaa;
}

#diBbsDtl .trTitle td {
	border-bottom : 1px solid #aaa;
	font-size : large;
	padding-top : 10px;
	padding-bottom: 10px;
	font-weight: bolder;
}


#diBbsDtl .trContent td {
	padding-top : 10px;
}


#diBbsDtl .bbsPstInfo {
	margin-top : 3px;
}

#diBbsDtl .bbsPstInfo .field {
	margin-left: 10px;
}

.bbsPstTable td {
	padding-left : 0;
	padding-right : 0;
}

/** °Ô½Ã¹° »ó¼¼ /pstDtl ³¡*//** °Ô½Ã¹° »ó¼¼ /pstDtl ³¡*//** °Ô½Ã¹° »ó¼¼ /pstDtl ³¡*//** °Ô½Ã¹° »ó¼¼ /pstDtl ³¡*//** °Ô½Ã¹° »ó¼¼ /pstDtl ³¡*//** °Ô½Ã¹° »ó¼¼ /pstDtl ³¡*/

/** ºñ±³Ç¥ *//** ºñ±³Ç¥ *//** ºñ±³Ç¥ *//** ºñ±³Ç¥ *//** ºñ±³Ç¥ */
#diChtView {
	width: fit-content;
}

#diChtView section {
	max-width : none;
}

#diChtView th.contents {
	min-width : 150px;
}
	

#diChtView .btnModify {
	border : 1px solid red;
	color : red;
	position: absolute; 
	top: 0px; 
    left:0px; 
}

#diChtView .tdContent {
	 position: relative; 
}
#diChtView .btnSetExtend {
    position: absolute;
    top: 0; 
    right: 0px; 
    background: yellow;
    padding-left : 1px;
    padding-right : 1px;
}

#diChtView .reduceCntnt {
	height: 40px;
	overflow : hidden;
}

/** Çà ÀÌ¸§ ³Êºñ ÀÓ½Ã ÁöÁ¤ */
#diChtView td div.rowNm {
	width : 200px;
}

#diCht .chtFvrt .on {
/* 	color : yellow; */
}

#diChtView #tblCht_noFilterContent {
	min-width : 350px;	
}

#diChtView #tblCht_noFilterContent th {
	font-weight : bolder;
}

#diChtView #tblWidthControll {
    width: 100vw;
    overflow-x: auto; /* scroll ÀÎ °æ¿ì PC ÀÎ °æ¿ì¿¡µµ ¾ðÁ¦³ª ºñÈ°¼ºÈ­µÈ ½ºÅ©·Ñ¹Ù°¡ ³ªÅ¸³² */
    padding-right: 50px;
}

/** ºñ±³Ç¥ ³¡ *//** ºñ±³Ç¥ ³¡ *//** ºñ±³Ç¥ ³¡ *//** ºñ±³Ç¥ ³¡ *//** ºñ±³Ç¥ ³¡ */
/** ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º *//** ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º *//** ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º *//** ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º *//** ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º */
#diAppMain #appList .tdNm {
	font-size : large;
	font-weight : bolder;
}

#diAppMain #appList .tdInfo {
	text-align : left;
}

#diAppMain #appList .tdInfo span {
	display:block;
}
/* ¸ð¹ÙÀÏ¿ë ¿¡¼­ Á¦¸ñ °­Á¶ */
#diAppMain #appList .tdInfo .nm {
	font-size : large;
	font-weight : bolder;
}

#diAppMain #appList td {
	 text-align: center;
}

#diAppMain #appList a {
	
}

/* ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º ³¡*//* ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º ³¡*//* ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º ³¡*//* ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º ³¡*//* ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º ³¡*//* ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ¸Þ´º ³¡*/
/** »ç°úÇÊÅÍ *//** »ç°úÇÊÅÍ *//** »ç°úÇÊÅÍ *//** »ç°úÇÊÅÍ *//** »ç°úÇÊÅÍ *//** »ç°úÇÊÅÍ */
#diAppleFilter .intro1 {
	margin-bottom: 10px;
}

#diAppleFilter img {
/* width: 100%; */
/* object-fit: contain; */

}

/** »ç°úÇÊÅÍ ³¡ *//** »ç°úÇÊÅÍ ³¡ *//** »ç°úÇÊÅÍ ³¡ *//** »ç°úÇÊÅÍ ³¡ *//** »ç°úÇÊÅÍ ³¡ */



/** È¸¿ø¸Þ´º  *//** È¸¿ø¸Þ´º  *//** È¸¿ø¸Þ´º  *//** È¸¿ø¸Þ´º  *//** È¸¿ø¸Þ´º  *//** È¸¿ø¸Þ´º  */

#diMember .memberTabTitle {
	margin-left: 0;
    margin-right: 0;
}

#diMember .knowAttainLi {
	list-style-type : none;	
}

#diMember .noKnowAttainResult {
	  text-align: center;
}


/** Áö½ÄÆ®¸® *//** Áö½ÄÆ®¸® *//** Áö½ÄÆ®¸® *//** Áö½ÄÆ®¸® *//** Áö½ÄÆ®¸® *//** Áö½ÄÆ®¸® *//** Áö½ÄÆ®¸® *//** Áö½ÄÆ®¸® */
#diKnwScrpt #scrptList {
	width : 200px;
	border : 1px solid;
	float:left;
}

#diKnwScrpt #scrptEdit {
	width : 800px;
	float:left;
}

.scrptTextarea {
	width : 100%;
	height : 500px;	
}


.modal-body .representativeUrl {
/* 	margin-left : 20px;	 */
}

.deactive {
  opacity:0.65
}

/* ·£´ý ÀÌ¹ÌÁö *//* ·£´ý ÀÌ¹ÌÁö *//* ·£´ý ÀÌ¹ÌÁö *//* ·£´ý ÀÌ¹ÌÁö *//* ·£´ý ÀÌ¹ÌÁö *//* ·£´ý ÀÌ¹ÌÁö *//* ·£´ý ÀÌ¹ÌÁö *//* ·£´ý ÀÌ¹ÌÁö */
#randomImg .input{
	width : 65px;
}

#randomImg .siteLink {
              		font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
              		background-color: #ebeef0;
              		border-radius: 4px;
              		margin-bottom: 2em;
    				margin-top: 1em;
    				padding: 1em;
    				width: 100%;
    				max-width: 465px;
}


#randomImg .title {
	font-size: 1.5rem;
	font-family: Roboto,sans-serif;
	font-weight: 600 !important;
	margin-bottom: 0.5em;
}

#randomImg .content {
	padding: 100px 0;
}

#randomImg .content-2 {
	flex-direction: row-reverse;
}

#randomImg img {
	border-radius: 0.375rem !important;
	box-shadow: 0 2px 25px -5px rgba(0, 0, 0, .16), 0 25px 21px -5px
		rgba(0, 0, 0, .1) !important;
	margin-bottom: 0.5em;
}

#randomImg .input-group {
	align-items: center; /* ÅØ½ºÆ® »óÇÏ °¡¿îµ¥ Á¤·Ä */
	text-align:center;
}

#randomImg .input-group input {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


/* ¼Ò°³ */
.introMyName
{
  display: flex;
  align-items: center;
}

.introContent {
	margin-left: auto;
    margin-right: auto;
}