<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ./etc/css/common/common.css */

/* widget-admin */
.widget-admin { position: relative; border: 0; }
.widget-button { position: absolute; margin: 2px; padding: 8px; top: -20px; right: 2px; color: white; cursor: pointer; background-color: #002600; z-index: 9999; border-radius: 4px; }
.widget-notice { border: 1px solid orange; padding: 10px; }



/* page */
.page-wrapper {
	background-color: #f0f0f0;
	border: 1px solid #eeeeee;
	border-radius: 2px;
}
.page-wrapper .inner {
	padding: 10px;
}
.page-title { 
	padding-bottom: 10px;
	font-size: 160%;
	border-bottom: 1px solid #dfdfdf;
}
.page-desc { margin-top: 20px; }
.page-data { margin-top: 20px; padding: 16px; background-color: white; border: 1px solid #f9f9f9; border-radius: 2px;}
.page-data .caption {  font-weight: bold; color: #494949;  }

.page-wrapper .warning {
	margin: 10px 0;
	padding: 10px;
	color: white;
	background-color: darkred;
}
.page-wrapper .note {
	margin: 10px 0;
	padding: 10px;
	color: blue;
	background-color: #efefef;
	border: 1px solid #dfdfdf;
	font-weight: bold;
}

.page-wrapper .fieldset {
	margin: 4px 0;
	clear:left;
}

.page-wrapper .fieldset &gt; .caption, .page-wrapper td .caption {
	float: left;
	width: 120px;
	text-transform: capitalize;
}

.page-wrapper .fieldset &gt; .value [type=text],
.page-wrapper .fieldset &gt; .value [type=password],
.page-wrapper td .value [type=text],
.page-wrapper td .value [type=password]
{
	border: 1px solid #494949;
	width: 160px;
}


/* Toast */
.common-toast-alert {
	display: none;
	visibility: hidden;
	min-width: 200px;
	margin-left: -100px;
	background-color: #333;
	color: #fff;
	/*text-align: center;*/
	border-radius: 2px;
	/*padding: 16px;*/
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 4px;
	right: 4px;
	font-size: 17px;
}
@media all and ( min-width: 512px ) {
	.common-toast-alert {
		right: auto;
	}
}

.common-toast-alert.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 60s;
	animation: fadein 0.5s, fadeout 0.5s 60s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 0; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 0; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 0; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 0; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}


/* ìƒ‰ê¹” */

.white {
	color: #fff!important
}

.bg-white {
	background-color: #fff!important
}

.black {
	color: #000!important
}

.bg-black {
	background-color: #000!important
}

.snow {
	color: snow!important
}

.bg-snow {
	background-color: snow!important
}

.ghostwhite {
	color: #f8f8ff!important
}

.bg-ghostwhite {
	background-color: #f8f8ff!important
}

.darkgrey {
	color: #a9a9a9!important
}

.bg-darkgrey {
	background-color: #a9a9a9!important
}

.grey {
	color: grey!important
}

.bg-grey {
	background-color: grey!important
}

.dimgrey {
	color: #696969!important
}

.bg-dimgrey {
	background-color: #696969!important
}

.slategrey {
	color: #708090!important
}

.bg-slategrey {
	background-color: #708090!important
}

.lightgrey {
	color: #d3d3d3!important
}

.bg-lightgrey {
	background-color: #d3d3d3!important
}

.lightslategrey {
	color: #778899!important
}

.bg-lightslategrey {
	background-color: #778899!important
}

.blue {
	color: #00f!important
}

.bg-blue {
	background-color: #00f!important
}

.dodgerblue {
	color: #1e90ff!important
}

.bg-dodgerblue {
	background-color: #1e90ff!important
}

.brown {
	color: brown!important
}

.bg-brown {
	background-color: brown!important
}

.red {
	color: red!important
}

.bg-red {
	background-color: red!important
}

.darkred {
	color: #8b0000!important
}

.bg-darkred {
	background-color: #8b0000!important
}

.salmon {
	color: salmon!important
}

.bg-salmon {
	background-color: salmon!important
}

.lightsalmon {
	color: #ffa07a!important
}

.bg-lightsalmon {
	background-color: #ffa07a!important
}

.orange {
	color: orange!important
}

.bg-orange {
	background-color: orange!important
}

.darkorange {
	color: #ff8c00!important
}

.bg-darkorange {
	background-color: #ff8c00!important
}

.tomato {
	color: tomato!important
}

.bg-tomato {
	background-color: tomato!important
}

.yellow {
	color: #ff0!important
}

.bg-yellow {
	background-color: #ff0!important
}

.wheat {
	color: wheat!important
}

.bg-wheat {
	background-color: wheat!important
}

.olive {
	color: olive!important
}

.bg-olive {
	background-color: olive!important
}

.yellowgreen {
	color: #9acd32!important
}

.bg-yellowgreen {
	background-color: #9acd32!important
}

.limegreen {
	color: #32cd32!important
}

.bg-limegreen {
	background-color: #32cd32!important
}

.green {
	color: green!important
}

.bg-green {
	background-color: green!important
}

.darkgreen {
	color: #006400!important
}

.bg-darkgreen {
	background-color: #006400!important
}

.darkviolet {
	color: #9400d3!important
}

.bg-darkviolet {
	background-color: #9400d3!important
}

.slateblue {
	color: #6a5acd!important
}

.bg-slateblue {
	background-color: #6a5acd!important
}

.darkslateblue {
	color: #483d8b!important
}

.bg-darkslateblue {
	background-color: #483d8b!important
}

.indigo {
	color: indigo!important
}

.bg-indigo {
	background-color: indigo!important
}

.teal {
	color: teal!important
}

.bg-teal {
	background-color: teal!important
}

.skyblue {
	color: #87ceeb!important
}

.bg-skyblue {
	background-color: #87ceeb!important
}

.fs-08 { font-size: .8rem!important; }
.fs-09 { font-size: .9rem!important; }
.fs-1 { font-size: 1rem!important; }
.fs-2 { font-size: 2rem!important; }
.fs-3 { font-size: 3rem!important; }
.fs-4 { font-size: 4rem!important; }
.fs-5 { font-size: 5rem!important; }

.fs-xs { font-size: .75rem!important; }
.fs-sm { font-size: 1rem!important; }
.fs-md { font-size: 1.25rem!important; }
.fs-lg { font-size: 1.5rem!important; }
.fs-xl { font-size: 2rem!important; }

/* bootstrap utilities, display, align, padding &amp; margin */
.p-2 { padding: .5rem!important; }
.pb-2 { padding-bottom: .5rem!important; }
.py-2 { padding-top: .5rem!important; padding-bottom: .5rem!important; }
.p-3 { padding: 1rem!important; }

@media ( min-width: 540px ) {
	.p-sm-3 { padding: 1rem!important; }
}
.text-right { text-align: right; }
.d-inline-block { display: inline-block; }
.pointer { cursor: pointer; }



.max-width-400 { max-width: 400px!important; }
/* ./etc/css/jbutton/jbutton.css */
/* refer example */
.jbutton {
	line-height: 17px;
	border: 1px solid #d7d7d7;
	padding: 5px 10px 5px 10px;
	font-size: 9pt;
	background-color: #f9f9f9!important;
	color: black;
	font-family: Helvetica,Tahoma,Verdana;
}

.jbutton:hover {
	color: blue;
	background-color: white;
	cursor: pointer;
}

input.jbutton {
	margin:0;
}


.jbutton-group {
	overflow:auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.jbutton-group .jbutton {
	float:left;
	border-left: 0;
}

.jbutton-group .jbutton:first-child {
	border-left: 1px solid #dfdfdf;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}



.jbutton-group .jbutton:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*
.jbutton-group:after {
	display:block;
	content:'';
	clear:right;
}
*/




/** ì˜¤ë&nbsp;Œì§€ ì»¬ëŸ¬ */
.jbutton-group .orange {
	color: #ff8a00;
	cursor: pointer;
}
.jbutton-group .orange:hover {
	color: white !important;
	background-color: orange!important;
	border-color:orange;
	cursor: pointer;
}
.jbutton-group .orange-active {
	color: white!important;
	background-color: orange!important;
	border-color:orange;
	cursor: pointer;
}
.jbutton-group .orange-active:hover {
	color: orange !important;
	background-color: white;
	border-color:orange!important;
	cursor: pointer;
}
/** íŒŒëž‘ ì¹¼ëŸ¬ */
.jbutton-group .blue {
	color: blue;
	cursor: pointer;
}
.jbutton-group .blue:hover {
	color: white !important;
	background-color: blue!important;
	border-color:blue;
	cursor: pointer;
}
.jbutton-group .blue-active {
	color: white!important;
	background-color: blue!important;
	border-color:blue!important;
	cursor: pointer;
}
.jbutton-group .blue-active:hover {
	color: blue !important;
	background-color: white;
	border-color:blue!important;
	cursor: pointer;
}
/** ë¹¨ê°• ì»¬ëŸ¬ */
.jbutton-group .red {
	color: red;
	cursor: pointer;
}
.jbutton-group .red:hover {
	color: white;
	background-color: red!important;
	border-color:red;
	cursor: pointer;
}

.jbutton-group .red-active {
	color: white!important;
	background-color: red!important;
	border-color:red!important;
	cursor: pointer;
}


.jbutton-group .red-active:hover {
	color: red;
	background-color: white;
	border-color:red;
	cursor: pointer;
}






/** icons */
.jbutton-group .edit { padding-left: 28px; background: url('/etc/css/jbutton/edit.png') no-repeat 6px; }
.jbutton-group .key { padding-left: 28px; background: url('/etc/css/jbutton/key.png') no-repeat 6px; }
.jbutton-group .list { padding-left: 28px; background: url('/etc/css/jbutton/list.png') no-repeat 6px; }
.jbutton-group .plus { padding-left: 28px; background: url('/etc/css/jbutton/plus.png') no-repeat 6px; }
.jbutton-group .pencil,.jbutton-group .post { padding-left: 28px; background: url('/etc/css/jbutton/pen.png') no-repeat 6px; }
.jbutton-group .setting { padding-left: 28px; background: url('/etc/css/jbutton/settings.png') no-repeat 6px; }
.jbutton-group .download { padding-left: 28px; background: url('/etc/css/jbutton/communication.png') no-repeat 6px; }
.jbutton-group .copy { padding-left: 28px; background: url('/etc/css/jbutton/copy.png') no-repeat 6px; }
.jbutton-group .lock { padding-left: 28px; background: url('/etc/css/jbutton/lock.png') no-repeat 6px; }
.jbutton-group .comment { padding-left: 28px; background: url('/etc/css/jbutton/comment.png') no-repeat 6px; }
.jbutton-group .reload, .jbutton-group .cancel { padding-left: 28px; background: url('/etc/css/jbutton/reload.png') no-repeat 6px; }
.jbutton-group .trash, .jbutton-group .delete { padding-left: 28px; background: url('/etc/css/jbutton/trash.png') no-repeat 6px; }
.jbutton-group .up { padding-left: 28px; background: url('/etc/css/jbutton/up.png') no-repeat 6px; }
.jbutton-group .down { padding-left: 28px; background: url('/etc/css/jbutton/down.png') no-repeat 6px; }
.jbutton-group .report, .jbutton-group .user { padding-left: 28px; background: url('/etc/css/jbutton/report.png') no-repeat 6px; }
.jbutton-group .temp { padding-left: 28px; background: url('/etc/css/jbutton/temp.png') no-repeat 6px; }
.jbutton-group .blind { padding-left: 28px; background: url('/etc/css/jbutton/blind.png') no-repeat 6px; }
.jbutton-group .category { padding-left: 28px; background: url('/etc/css/jbutton/category.png') no-repeat 6px; }
.jbutton-group .check, .jbutton-group .submit { padding-left: 28px; background: url('/etc/css/jbutton/check.png') no-repeat 6px; }
.jbutton-group .link { padding-left: 28px; background: url('/etc/css/jbutton/link.png') no-repeat 6px; }
.jbutton-group .home { padding-left: 28px; background: url('/etc/css/jbutton/home.png') no-repeat 6px; }
.jbutton-group .credit { padding-left: 28px; background: url('/etc/css/jbutton/credit.png') no-repeat 6px; }
.jbutton-group .donate { padding-left: 28px; background: url('/etc/css/jbutton/donate.png') no-repeat 6px; }
.jbutton-group .email { padding-left: 28px; background: url('/etc/css/jbutton/email.png') no-repeat 6px; }
.jbutton-group .heart { padding-left: 28px; background: url('/etc/css/jbutton/heart.png') no-repeat 6px; }
.jbutton-group .login { padding-left: 28px; background: url('/etc/css/jbutton/login.png') no-repeat 6px; }
.jbutton-group .logout { padding-left: 28px; background: url('/etc/css/jbutton/logout.png') no-repeat 6px; }
.jbutton-group .card { padding-left: 28px; background: url('/etc/css/jbutton/card.png') no-repeat 6px; }
.jbutton-group .star { padding-left: 28px; background: url('/etc/css/jbutton/star.png') no-repeat 6px; }
.jbutton-group .statistics { padding-left: 28px; background: url('/etc/css/jbutton/statistics.png') no-repeat 6px; }
.jbutton-group .tool { padding-left: 28px; background: url('/etc/css/jbutton/tool.png') no-repeat 6px; }
.jbutton-group .light, .jbutton-group .help { padding-left: 28px; background: url('/etc/css/jbutton/light.png') no-repeat 6px; }







.jbutton-group a {
	text-decoration: none;
}
/* ./theme/philview/css/theme.css */
body { margin: 0; padding: 0; font-size: 9pt; min-height: 1024px; }
body a {text-decoration: none; }
.layout { margin: 0 auto; width:960px;}
.layout &gt; .content { margin:10px 0;}
.layout &gt; .content &gt; .left { float: left; width: 180px; margin-right: 15px; }
.layout &gt; .content &gt; .data, .layout &gt; .content &gt; .first-page { float: left; width: 765px;}
.layout &gt; .content &gt; .data .module { width: 765px; }

/* ì‚¬ì´íŠ¸ íƒ€ì´í‹€ ë° ê²€ìƒ‰ ë°” */
.layout .header .inner img {border: 0; }
.layout .header .inner .title {position: relative;}
.layout .header .inner .title .search_bar {position: absolute; bottom:7px; right: 0;}
.layout .header .inner .title .search_bar .key {border: 2px solid #0089bf; width: 467px; height: 30px; padding: 0 10px;}
.layout .header .inner .title .search_bar .header_search {position: relative; border: none; background-color: #0089bf; height: 34px; width: 80px; font-weight: bold; color: #FFFFFF; top: -1.2px; }

/* íŒŒì´ì–´í­ìŠ¤ */
@-moz-document url-prefix() { 
.layout .header .inner .title .search_bar .header_search { top: 1px;}
}
/* êµ¬ê¸€ í¬ë¡¬ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .layout .header .inner .title .search_bar .header_search { height: 33.7px; top: -1px;}
}

/* ê²€ìƒ‰ ë°” í•˜ë‹¨ ë§¤ë¬¼ ê²€ìƒ‰ í¼ ë° ë°°ê²½ ì‚¬ì§„ */
.layout .header .inner .ts_background {position: relative; }
.layout .header .inner .ts_background .no_of_goods{position: absolute; right:46px; top:9px; color: #2083ac; font-weight: bold; font-size: 31px;}
.layout .header .inner .ts_background .good_search_form {position: absolute; top:6px; left: 196px; }


/* ë©”ë‰´ */
.layout  .header .mainmenu {list-style: none; margin:0; padding: 0; background-color: #2083ac; height: 39px;  width: 960px; text-align: center; font-size: 9pt;}
.layout .header .mainmenu li {display: inline-block; float: left; color: #FFFFFF;}
.layout .header .mainmenu li a {display: inline-block; text-decoration: none; color: #FFFFFF; padding:0px 10px; line-height: 39px;}
.layout .header .mainmenu li:first-child {margin-left: 30px; }
/*
.layout .header .mainmenu li:last-child  { float: right; margin-right: 30px;}
*/

/* ë¡œê·¸ì¸ */
.layout .header .login_wrapper {border:1px solid #b2b2b2; border-top: none; padding: 3px 13px;} 

/*í•˜ë‹¨ ì¹´í”¼ë¼ì´íŠ¸  */
.copyright { margin: 10px 0 18px 0; background-color: #f8f8f8; padding: 20px 0px 30px 0px; text-align:center; line-height: 180%; border-radius: 4px; }
.copyright .cap {font-weight: bold; color: #393939; }
.copyright .cap:after { content: ' : '; }
/* ./widget/philview_top_search_form_v2/philview_top_search_form_v2.css */
.ptsf {position: relative; font-family:  'ë§‘ì€ ê³&nbsp;ë”•','Malgun Gothic';  border: 1px solid #000000; width: 580px; height: 58px; background: #4c4c4c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #4c4c4c 3%, #666666 29%, #595959 38%, #4c4c4c 41%, #474747 42%, #1c1c1c 57%, #111111 59%, #1c1c1c 66%, #2c2c2c 73%, #2b2b2b 89%, #131313 100%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4c4c4c), color-stop(29%,#666666), color-stop(38%,#595959), color-stop(41%,#4c4c4c), color-stop(42%,#474747), color-stop(57%,#1c1c1c), color-stop(59%,#111111), color-stop(66%,#1c1c1c), color-stop(73%,#2c2c2c), color-stop(89%,#2b2b2b), color-stop(100%,#131313), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 3%,#666666 29%,#595959 38%,#4c4c4c 41%,#474747 42%,#1c1c1c 57%,#111111 59%,#1c1c1c 66%,#2c2c2c 73%,#2b2b2b 89%,#131313 100%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 3%,#666666 29%,#595959 38%,#4c4c4c 41%,#474747 42%,#1c1c1c 57%,#111111 59%,#1c1c1c 66%,#2c2c2c 73%,#2b2b2b 89%,#131313 100%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 3%,#666666 29%,#595959 38%,#4c4c4c 41%,#474747 42%,#1c1c1c 57%,#111111 59%,#1c1c1c 66%,#2c2c2c 73%,#2b2b2b 89%,#131313 100%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c4c4c 3%,#666666 29%,#595959 38%,#4c4c4c 41%,#474747 42%,#1c1c1c 57%,#111111 59%,#1c1c1c 66%,#2c2c2c 73%,#2b2b2b 89%,#131313 100%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 ); /* IE6-8 */}

.ptsf .left_title {position: absolute; color: #FFFFFF; font-weight: bold; font-size: 12px; top: 9px; left: 12px;}
.ptsf .right_title {position: absolute; color: #c3c3c3; font-weight: bold; font-size: 9px;  right: 12px; top: 11px;}
.ptsf .middle_bar {position: absolute; width: 380px; height: 2px; background-color: #898989; top: 21px; left: 110px;}

/* ì§€ì—­ ê²€ìƒ‰ */
.ptsf .ptsf_wrapper {position: absolute; bottom: 6px; left: 10px;}
.ptsf .ptsf_wrapper .styled_sel, .ptsf .ptsf_wrapper .province_wrapper{display: block; }
.ptsf .ptsf_wrapper .styled_sel select, .ptsf .ptsf_wrapper .province_wrapper select, .ptsf .ptsf_wrapper .region_wrapper select {width:100px; background:transparent; border:0; padding: 2px 0;}
.ptsf .ptsf_wrapper .region_wrapper select  {width: 120px; }
.ptsf .ptsf_wrapper .top_submit_btn {position: absolute; top: 0.2px; border: 1px solid #abadb3; background-color: #d3192e; color: #FFFFFF;  font-size: 12px;  line-height: 17px; padding: 1.7px 15px; margin-right: 4px;}

.ptsf .ptsf_wrapper .styled_sel, .ptsf .ptsf_wrapper .province_wrapper,.ptsf .ptsf_wrapper .region_wrapper {background-color: #FFFFFF; height: 22.5px; overflow:hidden; width: 57px; margin-right: 4px;}
.ptsf .ptsf_wrapper .province_wrapper {width: 72px; float: left;}
.ptsf .ptsf_wrapper .region_wrapper {width: 94px; float: left;}

/* íŒŒì´ì–´ í­ìŠ¤ */
@-moz-document url-prefix() { 
	.ptsf .ptsf_wrapper .top_submit_btn {top: -0.5px; padding: 2.1px 15px; }
	.ptsf .ptsf_wrapper .styled_sel{width: 56px; }
}

/* êµ¬ê¸€ í¬ë¡¬ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.ptsf .ptsf_wrapper {bottom: 5px; } 
	.ptsf .ptsf_wrapper .top_submit_btn {top: -2px; }
}

.clear {clear:both; }



/* ./widget/login_line_simple_version_2/login_line_simple_version_2.css */
/* ë¡œê·¸ì¸ í¼ */
.login_form { font-size: 9pt; margin-left: 6px; }
.login_form .id input, .login_form .password input { height: 16px; line-height: 16px; width: 80px; border: 2px solid #d9d9d9;  background: no-repeat 10%; background-color: white; }
.login_form .id input { margin-right: 4px; }
.login_form .autobox input[type=checkbox] { border: 1px solid grey; }
.login_form .remember { padding-top: 2px; color: grey; }
.login_form .buttons { margin-left: 4px; padding-top: 2px; }

/* ë¡œê·¸ì¸ í›„ íšŒì› ì&nbsp;•ë³´ */
.login_info { position: relative; padding: 6px 0 0 4px; }
.login_info .message, .login_info .profile, .login_info .nickname, .login_info .signout { margin-right: 10px; }
.login_info a { color: #292929; text-decoration: none; }
.login_info .id { font-weight: bold; }
.login_info .post_new, .login_info .message_new, .login_info .comment_new { color: white; }
.login_info .message.new { margin-right: 14px; }
.login_info .post.new { margin-right: 12px; }
.login_info .comment.new { margin-right: 18px; }
.login_info .message_new { position: absolute; padding: 1px 4px; top: 1px; background-color: #ff5a00; border-radius: 50%; }
.login_info .post_new { position: absolute; padding: 1px 4px; top: 1px; background-color: #b9b9b9; border-radius: 50%; }
.login_info .comment_new { position: absolute; padding: 1px 4px; top: 1px; background-color: #b9b9b9; border-radius: 50%; }
/* ./theme/philview/css/left_search_form.css */
.lsf {margin-bottom: 6px;}
.lsf .top_title {height: 20px; background: rgb(76,76,76); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 96%, rgba(17,17,17,1) 97%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(96%,rgba(0,0,0,1)), color-stop(97%,rgba(17,17,17,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
border: 1px solid #000000; color: #FFFFFF; line-height: 20px; 
}
.lsf .top_title {padding: 0px 6px; }
.lsf .top_title img {margin-right: 10px; }
.lsf .left_sub {list-style: none; margin:0; padding:0; background-color: #f4f4f4; border: 1px solid #c3c3c3; border-top: none; }
.lsf .left_sub li:first-child {padding-top: 5px; }
.lsf .left_sub li:first-child img {top: 17px; }
.lsf .left_sub li {display: block; font-size: 12px; position: relative; margin: 0px 9px;  border-bottom: 1px solid #FFFFFF;} 
.lsf .left_sub li  img {position: absolute; top: 12px; }
.lsf .left_sub li a {text-decoration: none; color: #626262; padding: 8px 10px; display: inline-block; }



/* ./theme/philview/css/left_search_form.css */
.lsf {margin-bottom: 6px;}
.lsf .top_title {height: 20px; background: rgb(76,76,76); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 96%, rgba(17,17,17,1) 97%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(96%,rgba(0,0,0,1)), color-stop(97%,rgba(17,17,17,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
border: 1px solid #000000; color: #FFFFFF; line-height: 20px; 
}
.lsf .top_title {padding: 0px 6px; }
.lsf .top_title img {margin-right: 10px; }
.lsf .left_sub {list-style: none; margin:0; padding:0; background-color: #f4f4f4; border: 1px solid #c3c3c3; border-top: none; }
.lsf .left_sub li:first-child {padding-top: 5px; }
.lsf .left_sub li:first-child img {top: 17px; }
.lsf .left_sub li {display: block; font-size: 12px; position: relative; margin: 0px 9px;  border-bottom: 1px solid #FFFFFF;} 
.lsf .left_sub li  img {position: absolute; top: 12px; }
.lsf .left_sub li a {text-decoration: none; color: #626262; padding: 8px 10px; display: inline-block; }



/* ./theme/philview/css/left_search_form.css */
.lsf {margin-bottom: 6px;}
.lsf .top_title {height: 20px; background: rgb(76,76,76); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 96%, rgba(17,17,17,1) 97%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(96%,rgba(0,0,0,1)), color-stop(97%,rgba(17,17,17,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(0,0,0,1) 96%,rgba(17,17,17,1) 97%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
border: 1px solid #000000; color: #FFFFFF; line-height: 20px; 
}
.lsf .top_title {padding: 0px 6px; }
.lsf .top_title img {margin-right: 10px; }
.lsf .left_sub {list-style: none; margin:0; padding:0; background-color: #f4f4f4; border: 1px solid #c3c3c3; border-top: none; }
.lsf .left_sub li:first-child {padding-top: 5px; }
.lsf .left_sub li:first-child img {top: 17px; }
.lsf .left_sub li {display: block; font-size: 12px; position: relative; margin: 0px 9px;  border-bottom: 1px solid #FFFFFF;} 
.lsf .left_sub li  img {position: absolute; top: 12px; }
.lsf .left_sub li a {text-decoration: none; color: #626262; padding: 8px 10px; display: inline-block; }



/* ./widget/post_view_subject_default/post_view_subject_default.css */
.post_view_subject .subject { margin-bottom: 6px; font-size: 13pt; word-break: break-all; }
.post_view_subject .subject h1 {
	font-size: 1em;
	font-weight: bold;
}
.post_view_subject .date,
.post_view_subject .name {
	color: #494949; font-size: 10pt;
}
.post_view_subject .name { float:left; margin-right: 10px; cursor: pointer; }
.post_view_subject .date { margin-right: 10px; }
.fourm_subject {
	float: left;
	margin-top: 6px;
	font-size: 9pt;
	color: #494949;
}
.post_view_subject .noc { margin-left: 10px; color: grey; }
/* ./widget/post_view_menu_default/post_view_menu_default.css */
.post_view_menu_default {
	margin-bottom: 2px;
	float:right;
}

.comment_password_box {
	position:absolute;
	background-color: #f9f9f9;
	border: 1px solid #cdcdcd;
	padding: 12px;
	border-radius: 2px;
	display:none;
	z-Index: 9999;
}


.password_box .caption_password { float: left; padding: 4px 6px 0 0;  }
.password_box .input_user_password { float: left; margin: 0 4px 0 0; border: 1px solid #a9a9a9; width: 100px; }
.password_box .password_submit { float: left; padding: 0 6px 0 6px; height: 20px; border: 1px solid #a9a9a9; }



.up-down {
	margin-right: 8px;
}

/* ./widget/post_view_default/post_view_default.css */
.post_view {
	margin: 0 0 2px 0;
	padding: 36px 16px 16px 16px;
	border: 1px solid #dfdfdf;
}

.post_view .inner {
	width: 100%;
}

.post_view_content {
	overflow: hidden;
	margin: 0 0 10px 0;
	border-radius: 2px;
}
/* DO NOT change this value. If you need, overwrite it in your HTML or CSS file */
.post_view_content img { overflow:hidden; max-width: 100%; height: auto; }
.post_view_link { margin: 10px 0px 0px 0px; }
.post_view_file_info {
	border-top: 1px dotted #cdcdcd; padding-top: 8px; font-weight: bold;
}
.post_view_file_info a {
	color: blue;
}
/* ./widget/post_view_image/post_view_image.css */
.post_view_image img {
	max-width: 100%;
	/*margin: 2px;*/
	/*border: 1px solid #cdcdcd;*/
	/*padding: 2px;*/
}
.post_view_image img:hover {
	/*border: 1px solid blue;*/
	cursor: pointer;
}
.post_view_content img:hover {
	cursor: pointer;
}

/* ./widget/post_view_content_default/post_view_content_default.css */
.post_view_content .content {
	line-height: 180%;
	word-break: break-all;
}

/* ./widget/post_comment_form_default/post_comment_form_default.css */
.form_editor { margin-bottom: 20px; }
 textarea#content {
	margin:2px 0;
	width:99%;
	height: 100px;
}
.user_name_container, .user_email_container, .user_password_container {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
}
.user_name, .user_email, .user_password {
	width: 100px !important;
	border: 1px solid #e7e7e7 !important;
	border-radius: 3px;
}
.user_info {
	margin: 10px 0px 10px 0px;
}
.user_name:hover, .user_email:hover, .user_password :hover{
	border: 1px solid #5cc0e4 !important;
	box-shadow: 1px 1px 2px #b8e7f7;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#b8e7f7',direction='190',strength='2');		
}



p.login-first { color: #796c5e; font-size: 9pt; }

.post_comment_form_default .buttons { margin: 2px 0 0 0; }

.post_comment_form_default .form_editor {
	margin-top: 20px;
}

.loader_comment_submit {
	display:none;
}
.loader_inner{
	display:inline-block;
	margin: 8px 0 0 20px;
	font-size: 9pt;
}

/* ./widget/post_comment_list_default/post_comment_list_default.css */
.comment_list_wrapper ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list_comment {
	position:relative;
	margin: 8px 0px 4px 0px;
	padding: 12px 12px 2px 12px;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	word-break: break-all;
}
.list_comment:hover {
	background-color: #fbfbfb;
}
.list_comment img {
	max-width: 100% !important;
}
.comment_form_textarea{
	width: 100%;
	height: 100px;
}


.comment_no { color: #494949; }
.comment_name { font-weight: bold; cursor: pointer;}
.comment_name .by {font-weight:normal; color: grey; cursor: pointer; }
.comment_date { margin-right: 10px; }
.comment_form_open_clicked { display:none; }
.open_comment_form {
	margin-top:40px;
}
.list_comment .content {
	margin: 20px 0 14px 0;
	line-height: 200%;
}

.open_comment_form .button {
	display: inline-block;
	margin-bottom: 4px;
	padding: 6px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	background-color: #f4f4f4;
	cursor: pointer;
}

.namecard {
	float:right;
	padding: 6px;
	width: 200px;
	overflow:hidden;
	background-color: #efefef;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	color:black;
}
.namecard:hover {
	border: 1px solid blue;
	background-color: blue;
	color:white;
}
.namecard:hover a {
	color:white;
}

.namecard .company-photo {
	float:left;
	margin-right: 10px;
}
.namecard .company-photo img {
	max-width: 50px;
	max-height: 60px;
}


.namecard-text  {
	height: 17px;
	overflow:hidden;
}

.namecard .company-name {
	margin: 1px 0 4px;
	font-weight: bold;
}




/* ./widget/post_comment_list_menu_default/post_comment_list_menu_default.css */
.comment_list_menu {
	position: relative;
	float:right;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10pt;
	top: -6px;
}
.comment_list_menu a {
	display: inline-block;
	padding: 8px 8px 6px;
	text-decoration:none;
	color: #898989;
}
.comment_list_menu div {
	float: left;
	border: 1px solid #949494;
	border-right: 0px;
	
	font-size: 10pt;
}
.comment_list_menu div:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.comment_list_menu div:last-child {
	border-right: 1px solid #949494;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.comment_list_menu div:hover {
	background-color: #f0f0f0;
}

.comment_list_menu div:hover a {
	color: black;
}

.comment_edit, .comment_delete {
	cursor: pointer;
}
.class_comment_form_holder {
	
}
/* ./widget/post_list_menu_qna/post_list_menu_qna.css */
.post_list_menu {
	margin-bottom: 10px;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.post_list_menu .subject .sub {
	float:left;
	font-family: 'ë§‘ì€ ê³&nbsp;ë”•','Malgun Gothic',êµ´ë¦¼,Gulim;
	font-size: 1.5em;
}
.post_list_menu .subject .sub { padding-right: 0.8em; }
.post_list_menu .subject .cat { color: #215177; }
.post_list_menu .menu { float: right;}

/* search_form.php */
.top_qna_search_form  {
	text-align: right;
}

.top_qna_search_form .search_form_wrapper {
	position: relative;
	border: 1px solid #d4d4d4;
	display: inline-block;
	width: 320px;
	height: 28px;
	border-radius: 3px;
	margin-right: 30px;
	overflow: hidden;
}

.top_qna_search_form .search_form_wrapper input[type='text'] {
	padding: 5px 10px;
	width: 200px;
	position: relative;
	top: -4px;
	left: -2px;
	border: 0;
}

.top_qna_search_form .search_form_wrapper input[type='submit'] {
	border:0;
	background-color: #1c76a1;
	color: #ffffff;
	padding: 8px 10px 10px 10px;
	width: 90px;
	position: relative;
	top: -4px;
}

@media all and (min-width: 796px) {
	.top_qna_search_form .search_form_wrapper input[type='text'], .top_qna_search_form .search_form_wrapper input[type='submit']  {
		top: 0 !important;;
	}
}
/* ./widget/post_list_qna/post_list_qna.css */
img {
	border: 0;
	max-width:100%;
}
/* post_list_info */
.post_list_info {
	margin: 4px 0px 4px 0px;
	overflow:auto; overflow-y:hidden;
	font-size: 0.95em;
}
.post_list_info .no_of_post { float: left; margin: 0 10px 0 4px; }
.post_list_info .no_of_page { float: left; }
.post_list_info .no_of_page:before { content: '/'; padding-right: 10px; }
.post_list_info .level { float: right; }
.post_list_info .level a { text-decoration: none; color: #595959; }
.deleted a { color: grey; }

/* ê¸€ ëª©ë¡ */
.post_list {
	margin: 10px 0; 
}

/* ê° ë¼ì¸ */
.post_line {
	width: 100%;
	height: auto;
	border-top: 1px solid #e0e0e0;
	overflow:hidden;
}

.post_line:last-child { border-bottom: 1px solid #e0e0e0; }
.post_line:hover {
	background-color: #e5ecf4;
}

.post_line[eo='odd'] {
	background-color: #f5f8fb;
	border: none;
}


/* ì&nbsp;œëª© */
.post_list_subject { word-break:break-all; }
.post_list_subject img { margin-left: 4px; vertical-align: -2px;  }
.post_list_subject a {
	display:inline-block;
	padding: 18px 0;
	padding-left: 1%;
	text-decoration: none;
	color: #343434;
}
.post_list_subject a:hover { color: #2400ff; }
.list_subject_selected { font-weight: bold; color: #1d4582; }
.list_subject_selected a { font-weight: bold; color: #a5f!important; }
.list_subject_selected a:before { display: inline-block; margin-right: 6px; content: '[ì½ëŠ” ì¤‘]'; }
.unchecked a { color: #577a9e; }
.no_of_comment { color: #183765; font-size: 9pt; }
.post_list_subject .good, .post_list_subject .bad {
	font-weight: bold;
	color: grey;
}

/* ì´ë¦„, ë‚&nbsp;ì§œ, ì¡°íšŒìˆ˜ */
.info-wrapper { float:right; }
.info-wrapper &gt; span {
	padding: 18px 0 0;
}
.post_list_name { display:inline-block; width: 100px; cursor: pointer; word-break: break-all;}
.post_list_view { display:inline-block; width: 36px; text-align:center; }
.post_list_date { display:inline-block; width: 60px; text-align:center; }
.post_list_name:hover { color: blue;}


/* ì‚¬ìš©ìž ë‹‰ë„¤ìž„ í´ë¦­ì‹œ ì&nbsp;•ë³´ íŒì—… */
.user_info_popup { display:none; border: 1px solid #e0e0e0; border-radius: 2px; padding: 10px; color: #494949; background-color: #f9f9f9; position:absolute; min-width: 100px; }
.user_info_popup .user_id{ color: black; margin-bottom: 10px; }
.user_info_popup .message, .user_info_popup .search { cursor: pointer; margin: 4px 0px 4px 0px; font-size: 10pt; }

/* ë&nbsp;ˆë²¨ ë³„ ê¸€ ìƒ‰ê¹” */
.post_list &gt; .green a {
	color: #365839;
	font-weight: bold;
}
.post_list &gt; .blue a {
	color: #1d49ae;
	font-weight: bold;
}
.post_list &gt; .red a {
	color: #c5202c;
	font-weight: bold;
}

@media all and (min-width:1px) {
	.info-wrapper { display:none; }
	.post_list_name { display:none; }
	.post_list_view { display:none; }
	.post_list_date { display: none; }
}

@media all and (min-width:300px) {
	.post_list_subject a { width: 68%; }
	.info-wrapper { display:block; width: 22%; }
	.post_list_date { display:inline-block; }
}

@media all and (min-width:400px) {
	.info-wrapper { display:block; width: 24%; }
	.post_list_subject a { width: 66%; }
}

@media all and (min-width:700px) {
	.post_list_view { display:inline-block; }
	.post_list_date { display:inline-block; }
}

@media all and (min-width:850px) {
	.info-wrapper { display:block; width: 34%; }
	.post_list_name {
		display:inline-block; margin-left: 1%;
		height: 1.2em;
		overflow-y: hidden;
	}
	.post_list_view { display:inline-block; }
	.post_list_date { display:inline-block; }
	.post_list_subject a { width: 60%; }
}





@media all and (min-width:900px) {
	.info-wrapper { display:block; width: 36%; }
	.post_list_subject a { width: 58%; }
}




/* ./widget/post_list_reminder_default/post_list_reminder_default.css */
.p_reminder { margin: 4px 0px 4px 0px; font-weight: bold; }
.p_reminder a { color: blue; text-decoration: none; }
.p_reminder a:hover { color: red; text-decoration: underline; }
.p_reminder_line { margin: 2px 0; padding: 10px; border: 1px solid #dfdfdf; background-color: #fafafa; }
.p_reminder .no_of_comment { color: darkred; }
/* ./widget/popup_user_information_default/popup_user_information_default.css */
.popup_user_information_default {
	display:none;
	position: absolute;
	background-color: white;
	border: 1px solid #898989;
	border-radius: 2px;
	padding: 12px;
	width: 180px;
	height: 160px;
	line-height: 200%;
	z-index: 999999;
}
.popup_user_information_default a { text-decoration: none; color: black; }
.popup_user_information_default a:hover { color: blue; font-weight: bold; }
.popup_user_information_default .user_id { padding-bottom: 10px; margin-bottom: 10px; font-size: 11pt; font-weight: bold; border-bottom: 1px solid #cdcdcd; }
.popup_user_information_default .message { margin-top: 10px; }
.popup_user_information_default .search { margin-top: 4px; }

/* ./widget/page_navigator_default/page_navigator_default.css */
.paging {
	margin-top: 10px;
	font-size: 10pt;
	overflow:hidden;
}
.paging .inner { }

.paging a {
	display: inline-block;
	text-decoration: none;
	margin: 2px;
	border: 1px solid grey;
	border-radius: 2px;
	color: #343434;
	padding: 5px 9px 4px 9px;
}
.paging a:hover {
	border: 1px solid black;
	background-color:#393939;
	color:white;
}

.page.selected {
	font-weight: bold;
	border-color: #f0f0f0;
	background-color: #f3f3f3;
}

.page.selected:hover {
	border-color: #f0f0f0;
	background-color: #f3f3f3;
	color: grey !important;
	cursor: default;
}


.cell.first_page { border: 0; }
.cell.last_page { border: 0; }
.cell.previous_page { border: 0; padding:0; }
.cell.next_page { border: 0; padding: 0;}
/* ./widget/post_list_search_default/post_list_search_default.css */
.post_search { margin:10px 0 10px 0; line-height: 280%; }
.post_search .inner {  }


.search_form .texts, .search_form .buttons { margin-left: 6px; }


.post_search .search_form [name=post] { width: 120px; border:1px solid #cdcdcd; }
.post_search .search_form [name=key] { height: 18px; width: 180px; border:1px solid #cdcdcd; }
.post_search .search_form [type=submit] { height:22px; line-height: 22px; width: 80px; border:1px solid #cdcdcd; }

/* ./theme/philview/css/last.css */
</pre></body></html>