@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url("./common/js/iePngFix.htc"); } 
.zbxe_info { vertical-align:middle; behavior:url("./common/js/iePngFix.htc"); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; overflow:hidden; }

.zbxe_widget_output { background:url("/common/tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }

 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle; *vertical-align:top;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top;}
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *top:-1px; _top:0; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; *top:0; _top:-1px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; *top:0; _top:-1px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}




* {
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-family: dotum, gulim, applegothic, sans-serif;
}

* {
    font-family: "나눔고딕", NanumGothic, dotum, gulim, applegothic, sans-serif;
}

a.button span {
    font-family: "나눔고딕", NanumGothic, dotum, gulim, applegothic, sans-serif !important;
}

body {
    position: relative;
    color: #606060;
    font-size: 75%;
}

p, li {
    line-height: 1.4em;
}

li    {
    list-style: none;
    }

img, object, form, fieldset    {
    border: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover, a:focus, a:active    {
    text-decoration: underline;
    }

img{
    vertical-align: top;
    }

img,input, select, textarea, button {
    vertical-align: middle;
    }

legend, caption    {
    display: none;
    }

em{
    font-style:normal;
    }


h3 {
    border-bottom:1px solid #C54349;
    padding:20px 0 5px 0;
    margin-bottom:12px;
    }

.disNone    {
    display: none;
    }

a.accLink {
    border: 2px solid #0000FF;
    color: #000000;
    display: block;
    position: absolute;
    text-align:center;
    top: -10000px;
    left: 0px;
    width: 200px;
    padding: 5px;
    }

a.accLink:hover, a.accLink:focus, a.accLink:active {
    padding: 10px;
    position: absolute;
    top: 1px;
    left: 0px;
    z-index: 1;
    width: 200px;
    }

.clear {
    clear: both;
}
.fontBold{
    font-weight:bold;
    }
.font90per{
    /*font-size:90%;*/
    }

/* ̹ IR  class 지정 */

.iRImg {
    position:relative;
    z-index:1;
    }

p.longdesc{
    position:absolute;
    z-index:-1;
    top:10px;
    left:0;
    width:500px;
    letter-spacing:-1px;
    }


.paddingT{
    padding-top:15px;
    }

.marginT{
    margin-top:15px;
    }

.paddingB{
    padding-bottom:15px;
    }


.alignR{
    text-align:right;
    }

.alignC{
    text-align:center;
    }

.alignL{
    text-align:left;
    }

.strong01{
    color:#ed4800;
    }

.fontBold{
    font-weight:bold;
    }


.clear{
    clear:both;
    }

.visHide {
    font-size:0;
    visibility:hidden;
    }

.bgNone{
    background:none;
    }

.mAuto{
    margin:0 auto;
    }

.b01{
    border:1px solid #dfdfdf;
    padding:1px;
    }

.b02{
    border:1px solid #dfdfdf;
    }

.poR{
    position:relative;
    }

/*공통 CSS 끝*/



body {
    width: 100%;
    background: transparent url("/layouts/gvalley/images/wrapBg.gif") 0 0 repeat-x;
    }

#wrap {
    position: relative;
    width: 910px;
    margin: 0 auto;
    padding-top: 10px;
    }

    /*
    h1 {
        float: left;
        padding-top: 10px;
    }

    #adLink {
        float: right;
        border: 1px solid #dfdfdf;
        margin-bottom: 10px;
        width: 468px;
        height: 60px;
    }

    #sMenu {
        float: left;
        margin: 40px 0 0 -105px;
    }
    */

    #menuLink {
        clear: both;
        width: 910px;
        height: 60px;
        background: transparent url("/layouts/gvalley/images/mNaviBg.gif") 0 0 no-repeat;
        padding-top: 5px;
    }


    #mNavi { width: 620px; height: 60px; padding-left: 15px; overflow: hidden; float: left; }
        #mNavi dt { float: left; width: 90px; padding: 0 6px; }
        #mNavi dd { position: absolute; text-align: center; top: 148px; left: 34px; }
        #mNavi dd a,
        #mNavi dd a:hover,
        #mNavi dd a:focus,
        #mNavi dd a:active { margin-right: 20px; padding: 0 4px; text-decoration: none; /*font-family: Verdana, sans-serif;*/ }

        .sub-selected { font-weight: bold; }

        .top-menu-new { position: absolute; top: 103px; left: 538px; z-index: 100; }

        form#tSearch { width: 250px !important; float: right; padding-right: 10px; padding-top: 2px; text-align: right; }
        #tSearch select,
        #tSearch input { margin: 0; border: 0; }
        #tSearch input#tSearchWord1 { border: 1px solid #fff; height: 16px; width: 105px; *margin-left: -4px; *padding: 2px; }


        #notice { width: 250px; float: right; padding-top: 12px; padding-right: 10px; text-align: right; }

        #mainCon { margin-top: 6px; clear: both; }

.more {
    position: absolute;
    background: transparent url("/layouts/gvalley/images/moreBtn01.jpg") 0 2px no-repeat;
    right: 0px;
    top: 20px;
    color: #747474;
    /*width: 40px;
    padding-left: 12px;*/
    padding-left: 10px;
    width: 33px;
    font-size: 0.9em;
}

#footer{
    margin: 15px 0 30px 0;
    clear: both;
}

#fLink {
    list-style: none;
    width: 910px;
    height: 40px;
    background: transparent url("/layouts/gvalley/images/fBg.gif") 0 0 repeat-x;
    padding: 10px 0;
    text-align: center;
}

#fLink a:hover {
    text-decoration: none;
}

    #fLink .fLinkSep {
        margin: 0 20px;
        color: #999;
    }

address {
    width:910px;
    height:50px;
    background:transparent url("/layouts/gvalley/images/fImg.jpg") 0 10px no-repeat;
    padding:0 0 0 140px;
    font-style:normal;
    color:#747474;
    /*font-size:0.9em;*/
    line-height:1.4em;
}
    address a:active,
    address a:focus,
    address a:hover,
    address a {
        text-decoration: none;
        color: #747474;
    }




/*서브메뉴*/
#pageCon{
    position:relative;
    float:left;
    width:615px;
    border-right:1px solid #dfdfdf;
    margin-bottom:50px;
    padding-right:20px;
    }

#pageCon-one {
    position: relative;
    width: 100%;
}

#pageCon-home {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    background-color: #ededed;
}



#conSubj{
    padding:0px;
    border-bottom:1px solid #C54349;
    /*padding: 20px 0 5px 0;*/
    margin-bottom:13px;
    }

#bread{
    position:absolute;
    top:0px;
    left:60px;
    padding:17px 0 0 14px;
    }
.current{
    font-weight:normal;
    }

#rMenu{
    float:right;
    width:254px;
    }

#adBanner{
    height:50px;
    border:1px solid #dfdfdf;
    margin-top:20px;
    }

#bigImg, smallImg{
    float:left;
    }

#bigImg{
    padding:1px;
    }
#smallImg li{
    padding:1px;
    }

.gallCon{
    font-weight:bold;
    /*font-size:0.9em;*/
    }

.gallCon a {
    color:#000;
}

#rMenu ol li {
    line-height: 1.5em;
    }

.rhImg{
    float: left;
    width: 70px;
    height: 60px;
    margin-right: 3px;
    border: 1px solid #dfdfdf;
    padding: 1px;
    }


.conImage img {
    padding: 1px;
    border: 1px solid #dfdfdf;
}


.xeTextEditor textarea {
    width: 97% !important;
}

/*
#logo-area { background: transparent url("/layouts/gvalley/images/logo_bg.jpg") 0 10px no-repeat; width: 346px; }
*/

#logo-login { float: left; width: 150px; height: 90px; }
#logo-login h1 { padding-top: 10px; }
.menu-gap { padding: 0 6px; }
#login-button { text-align: right; padding: 14px 4px 0 0; }
#top-banner { float: right; width: 730px; height: 90px; margin-bottom: 8px; }


#utv .hNews {
    padding-top: 0 !important;
}

#GinfoNews {
    position: relative;
}


/* user agreement */
.container_accept {
    padding: 24px;
}

.container_accept h4 {
    margin: 8px 0;
}

.container_accept ol li {
    list-style-type: decimal;
    margin-left: 40px;
}

.container_accept ul li {
    list-style-type: disc;
    margin-left: 40px;
}



/**
 * page-navigation
 */

#page-navigation {
    position: relative;
}

#page-navigation a {
    text-decoration: none;
}

.navi-arrow {
    font: 10px Verdana, sans-serif;
    padding: 0 3px;
}

#page-navigation #bread {
    position: absolute;
    top: 0px;
    left: 120px;
    padding: 17px 0 0 14px;
}

.page-navigation-blue { border-bottom: 1px solid #a7b1d9 !important; margin-bottom: 23px !important; }
.page-navigation-purple { border-bottom: 1px solid #bfa7d9 !important; margin-bottom: 23px !important; }
.page-navigation-red { border-bottom: 1px solid #C54349 !important; margin-bottom: 23px !important; }
.page-navigation-green { border-bottom: 1px solid #07755a !important; margin-bottom: 23px !important; }



/**
 * Left submenu
 */
#leftMenu {
    float: left;
    width: 138px;
    height: 850px;
    background: #f9f9f9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

#leftMenu p {
    border: 0 none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#leftMenu ul li {
    height: 40px;
    background: #fcfcfc;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

#leftMenu ul li a {
    display: block;
    text-decoration: none;
    color: #999;
}

#leftMenu ul li:hover,
#leftMenu ul li.selected {
    background-color: #f6f6f6;
}

#leftMenu ul li.selected a {
    color: #414141;
}

/*
#leftMenu {
    float: left;
    width: 150px;
    border: 1px solid #ccc;
    margin-bottom:50px;
}

#leftMenu h3 {
    margin: 1px;
    background-color: #ededed;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    border: 0 none;
    padding: 8px;
    margin-bottom: 8px;
}

#leftMenu ul {
    margin: 8px 1px;

}

#leftMenu ul li {
    text-align: center;
}

#leftMenu ul li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
}

#leftMenu ul li a:hover,
#leftMenu ul li a.selected {
    background-color: #ededed;
}
*/

#pageCon-right {
    position: relative;
    float: left;
    /*width: 740px;*/  /* 910 - 150 - 20*/
    width: 752px;  /* 910 - 138 - 20*/
    margin-left: 15px;
    margin-bottom: 50px;
}


/**
 * Forum main page
 */
#forumHeadLine{
    position:relative;
    width: 910px;
    height: 275px;
    background:transparent url("/layouts/gvalley/images/forumMainBg.jpg") 0 0 no-repeat;
    }
    #forumHead{
        position:relative;
        float:left;
        width: 515px;
        height: 230px;
        padding:20px;
        }
        #headNewsImg{
            float:left;
            padding-top:12px;
            }
        #headNewsText{
            float:left;
            width: 300px;
            height: 175px;
            padding:12px 0 0 15px;
            }
        #headNewsText h4{
            padding-bottom:5px;
            }

        #headNewsText h4 a{
            font-size:1.7em;
            color:#000;
            }
        .headNewsSum{
            font-size:1.2em;
            color:#527537;
            font-weight:bold;
            }
        #headNewsCon{
            padding-top:25px;
            }

#forum-headline-title { margin-bottom: 10px; }
#forum-main-banner { display: block; }
#forum-main-join-button { display: block; width: 127px; height: 26px; position: absolute; top: 16px; right: 5px; text-decoration: none; background: transparent url("/layouts/gvalley/images/btn_forumMGuide.jpg") no-repeat scroll 0 0; }

    #forumNews, #forumInfo{
        position:relative;
        float:left;
        width: 320px;
        height: 99px;
        padding:20px 0 0 20px;
        }
        #forumNews ul, #forumInfo ul{
        padding-top:17px;
        }
        #forumNews ul li, #forumInfo ul li{
			width:319px;
			background:transparent url("/layouts/gvalley/images/bullet5.jpg") no-repeat scroll 0 6px;
			padding-left:7px;
            padding-bottom:1px;
            }

#forum-middle-row {
    margin-top: 8px;
}

#forumPDS{
    position:relative;
    float:left;
    width: 674px;
    height: 300px;
    padding-bottom: 20px;
    }

#forumPDS ul{
        padding-top:9px;
        }

#forumPDS ul li{
            padding-bottom:4px;
            background:transparent url("/layouts/gvalley/images/bullet1.gif") no-repeat scroll 0 3px;
            padding-left:8px;
            }



#forumPDS div{
    position:relative;
    float:left;
    width: 317px;
    height: 138px;
    }

    #forumPDS div h4 {
        background:transparent url("/layouts/gvalley/images/forumBg1.jpg") 0 100% repeat-x;
        height: 24px;
        }

    #forumPDS div#forumFree{
        border-right:1px solid #e2e2e2;
        padding: 0 12px 30px 5px;
        }
    #forumPDS div#forumPub{
        border-right:1px solid #e2e2e2;
        padding: 0 12px 0 5px;
        }
    #forumPDS div#forumData{
        padding: 0 12px 30px 10px;
        }
    #forumPDS div#forumQnA{
        padding: 0 12px 0 10px;
        }
    #forumPDS div p.more {
        top:5px;
        right:10px;
        }
	#forumPDS div ul li{
		width: 309px;
		}


#forumService{
    position:relative;
    float:left;

    }
#forumService a{
    position:absolute;
    left:12px;
    }
    #forumService1{
        top:85px;
        }
    #forumService2{
        top:108px;
        }
    #forumService3{
        top:131px;
        }


#forumPics{
    position:relative;
    clear:both;
    width: 910px;
    height: 170px;
    padding-top:16px;
    }
    #forumPics h4{
        background:transparent url("/layouts/gvalley/images/forumBg2.jpg") 0 100% repeat-x;
        height: 27px;
        margin-bottom:10px;
        }
    #forumPics p{
        float:left;
        width:100px;
        height:105px;
        padding:0 13px;
        }
        #forumPics p.more{
            width:34px;
            height:20px;
            padding-right:0;
            }
        #forumPics p.PnN{
            width:14px;
            padding:0;
            }
        #forumPics p a.picsImg{
            border:1px solid #DFDFDF;
            padding:1px;
            display:block;
            }
        #forumPics p span.picsText{
            display:block;
            padding:5px 1px;
            font-size:0.9em;
            line-height:1.3em;
            }

#forumSite{
    position: relative;
    width: 909px;
    height: 36px;
    background: #f4f4f4;
    border: 1px solid #e0e6ee;
    margin-bottom: 10px;
    }

#forumSite h4 {
    float:left;
    width:122px;
    height:12px;
    background:#eaeaea;
    padding:12px;
    }

#forumSite p {
    float: left;
    width: 762px;
    margin-top: 3px;
    text-align: center;
}

#forumSite p img.sponsorSiteImg{
    width:104px;
    height:28px;
    border:1px solid #d9dde4;
    margin:0 6px 0 7px;
    }
#forumSite p img.preSiteGo{
    margin-right:3px;
    }
#forumSite p img.nextSiteGo{
    margin-left:3px;
    }



/**
 * Gvalley History
 * Gvalley Complex
 */
#gvalley-history {
}

#gforum-intro img,
#gvalley-history img,
#gvalley-complex img {
    display: block;
}

#gforum-join { background: transparent url("/layouts/gvalley/images/forum_join_bg.jpg") no-repeat scroll 0 0; padding: 1px 0 0 270px; min-height: 300px; color: #333; }
#gforum-join a { color: #A82B03; }
#gforum-join a:hover { text-decoration: none; }
#gforum-join p { margin: 12px 0; line-height: 1.8; }
#gforum-join ol { margin: 8px 0 8px 36px; }
#gforum-join ol li { list-style: decimal outside; margin: 6px 0; }



/**
 * Layer popup
 */
#layer-popup {
    z-index: 100;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}



/**
 * agreement, privacy
 */
#page-top {
    width: 737px;
    height: 18px;
    background: transparent url("/layouts/gvalley/images/bg_paper_t.gif") 0 0 no-repeat;
}

#page-content {
    width: 647px; /* 737 - 90 */
    background: transparent url("/layouts/gvalley/images/bg_paper_c.gif") 0 0 repeat-y;
    padding: 10px 60px 10px 30px;
    line-height: 1.6;
}

#page-bottom {
    width: 737px;
    height: 18px;
    background: transparent url("/layouts/gvalley/images/bg_paper_b.gif") 0 0 no-repeat;
}


.page-subtitle {
    margin: 0 0 12px 0;
    padding: 0;
    /*border-bottom: 1px solid #BFA7D9;*/
    border-bottom: 0 none;
    padding-bottom: 20px;
    background: transparent url("/layouts/gvalley/images/con_top_drop.jpg") 0 37px no-repeat;
}

 .member-navi {
     padding-top: 8px !important;
     left: 120px !important;
 }


/**
 * Under construction
 */
 .under-construction {
     background: transparent url("/layouts/gvalley/images/under_construction.gif") 0 0 no-repeat;
     width: 737px;
     height: 380px;
 }



/**
 * color
 */
.red {
    color: #B95151;
}

.black {
    color: #4d4d4d;
}

.bold {
    font-weight: bold;
}



/**
 * banner on right column
 **/
.right-banner { display: block; margin: 20px auto; width: 250px; overflow: hidden; }



#mainCon{
	width:913px;
	/*height:1043px;*/
	}

#tlCon {
	float: left;
	width: 382px;
	height: 787px;
	background:transparent url("/layouts/gvalley/images/tlConBg.jpg") 0 0 repeat-x;
	margin-right:5px;
	margin-bottom:5px;
	border: 1px solid #dfdfdf;
	}

.tlCon_test { height: 907px !important; }

#headLine{
	position:relative;
	width: 325px;
	height: 425px;
	background:transparent url("/layouts/gvalley/images/haed_g_bg.jpg") 10px 0 no-repeat;
	padding: 0 25px;
	margin-top:10px;
	}

#headNews{
    background-color: transparent;
	padding:0 5px;
	}

	#hNewsImg{
		display:block;
		padding: 7px 5px 15px 5px;
		}
	#hNewsSubj{
		padding:0 0 5px 0;
		border:none;
		margin-bottom:5px;
        letter-spacing: -1px;
        word-spacing: -1px;
		}

	#hNewsSubj a{
		font-size:1.6em;
		color:#000;
		}
	#headLine strong{
		font-size:1.2em;
		color:#751818;
		}


.rhSubj{
	float:left;
	width:170px;
	font-weight:bold;
	}
	.rhSubj a, .gallCon a{
		color:#000;
		}

.rhImg{
	float:left;
	width:70px;
	height:60px;
	margin-right:3px;
	border:1px solid #dfdfdf;
	padding:1px;
	}

.rhTxt{
	font-size:0.9em;
	color: #606060;
}


.gallCon{
	font-weight:bold;
	/*font-size:0.9em;*/
	}


#fNews{
	position:relative;
	width: 360px;
	height: 46px;
	background:transparent url("/layouts/gvalley/images/sok_bg.gif") 10px 0 no-repeat;
	padding:0 0 0 15px;
	}

#fNews h3 {
	float:left;
	width:40px;
	border:none;
	padding:17px 0 0 3px;
}

#fNews ul {
    position: relative;
	float: left;
	margin-top: 7px;
    width:310px;
}

#fNews ul li a {
	background: transparent url("/layouts/gvalley/images/bl_01.gif") 0 5px no-repeat;
	color: #bb4147;
	font-weight: bold;
	padding-left: 8px;
	line-height:1.5em;
    display: block;
    float: left;
    width: 250px;
    overflow: hidden;

}
	span.fDate {
        color: #bb4147;
		font-weight: normal;
        /*
        position: absolute;
        right: 0;
        */

        display: block;
        float: left;
        overflow: hidden;
    }


#picNews{
	padding:5px 10px;
	}

#picNews li{
	height:75px;
	background: transparent url("/layouts/gvalley/images/dot_01.gif") 0 100% repeat-x;
	padding-top:10px;
	}
#picNews li p.picNewsTitle{
	padding:5px;
	}

#picNews li p.picNewsTitle a{
	color:black;
	font-size:1.2em;
	font-weight:bold;
	}

#newsList{
	position:relative;
    overflow: hidden;
	float:left;
	width: 362px;
	height: 120px;
	padding: 6px 0 0 14px;
	}

.newsList_test { height: 240px !important; }

#newsList li {
    background: transparent url("/layouts/gvalley/images/bl_02.gif") left 4px no-repeat;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	#newsList li a{
		color:black;
		}



#tcCon h3, #Gforum h3{
	border:none;
	padding:14px 0 5px 0;
	}

#pNews{
	position:absolute;
	top:100px;
	left:15px;
	}
#nNews{
	position:absolute;
	top:100px;
	left:355px;
	}

#tcCon{
	position:relative;
	float:left;
	width: 253px;
	height: 450px;
	margin-right:5px;
	background:transparent url("/layouts/gvalley/images/mainbg_2.jpg") 0 0 no-repeat;
	padding:0px 10px;
	}

.home_test_tcCon { /* height: 450px */ height: 570px !important; background: transparent url("/layouts/gvalley/images/mainbg_2_test.jpg") no-repeat 0 0 !important; }



	#tcCon .more, #Gforum .more{
		right:0px;
		top:15px;
		}

#GpleNews{
	height:120px;
	}

#GstarNews{
	height:120px;
	}

#GcloumnNews { height: 120px; }

#GinfoNews{
	width: 253px;
	}

#smallImg {
	float:right;
	}

#smallImg li{
	padding:1px 0 1px 0px;
	}


#GinfoNews h3, #Gforum h3{
	margin-bottom:5px;
	}

#Gforum { float: left; width: 241px; height: 450px; background: transparent url("/layouts/gvalley/images/forum_bg_box.jpg") 0 0 no-repeat; }

#Gforum h3 { margin: 0 15px 5px; }
#forum-content { margin: 10px 15px 15px; border: 1px solid #eee; height: 270px; }
#forumLink { clear: both; overflow: hidden; *zoom: 1; }
#forumLink img { display: block; float: left; padding: 0 1px 1px 0; }

#shoop-banner { margin-top: 1px; width: 240px; height: 115px; background: transparent url("/layouts/gvalley/images/240x115_shoop.jpg") no-repeat 0 0; clear: both; }
#shoop-banner a { width: 240px; height: 115px; display: block; }
#shoop-banner a span { visibility: hidden; font-size: 0; line-height: 0; }


#Gforum .rhSubj {
    width: 100%;
}




#brCon { position: relative; float: left; width: 503px; height: 168px; background:t#fafafa; border: 1px solid #dfdfdf; padding: 0 0 0 14px; margin-top: 1px; overflow: hidden; }

#brCon h3{
	padding:15px 0 7px 0;
	margin-bottom:8px;
	}

#brCon ul li{
	padding:5px 0 3px 0px;
	line-height:1em;
	}

#brCon ul li a{
	background:transparent url("/layouts/gvalley/images/bullet1.gif") 0 0 no-repeat;
	padding-left:8px;
	}

#brCon .more{
	right:1px;
	}
	#gBiz, #utv{
		position:relative;
		float:left;
		width: 231px;
		height: 150px;
		}
	#gBiz{
		margin-right:20px;
		}
		#gBiz h3{
			border-bottom:1px solid #ac2525;
			}

			#gBiz ul{
			clear:both;
			}

		#rNews h3{
			border-bottom:1px solid #e27b00;
			}
		#utv h3{
			border-bottom:1px solid #2e509d;
			}
		#adLink2{
			padding-top: 20px;
			}
		#utv ul li.hNews a{
			background:none;
			padding:10px 0 ;
			}
#utv .rhSubj{
	width:145px;
	}

#mapServiceGo { position: relative; float: left; width: 519px; height: 158px; margin: 5px 0; }

#gMapGoBtn { position: absolute; top: 115px; left: 270px; }




#fCon { clear: both; width: 900px; height: 170px; margin-top: 8px; background: transparent url("/layouts/gvalley/images/mainbg_07.jpg") no-repeat 0 0; padding-left:10px; }


	#gFood, #gJob, #gComm{
		position:relative;
		float:left;
		}

#gFood{
	width:230px;
	margin-right: 25px;
	}
#gJob{
	width:220px;
	margin-right: 20px;
	}
 #gComm{
	 width:225px;
	margin-right: 25px;
	}

	#qLink{
		position:relative;
		float:left;
		width:135px;
		}

#fCon h3 {
	clear:both;
	padding:17px 0 7px 0;
	margin-bottom:5px;
}
		#gFood h3{
			border-bottom:1px solid #41aa41;
		}
		#gJob h3{
			border-bottom:1px solid #4185aa;
		}
			#gJob ul{
			/*padding-top:10px;*/
    		clear:both;
		}
		#gComm h3{
			border-bottom:1px solid #aa6841;
		}
		#qLink h3{
			padding:12px 0 6px 5px;
			border-bottom:none;
			margin-bottom:0;
		}

#fCon li{
	padding-top:4px;
	}

#qLink ul{
	width:150px;
	height:130px;
	padding:4px 0 0 5px;
	}

#fCon #qLink ul li{
	height:17px;
	line-height:0;
	}

.rhImg2{
	float:left;
	margin-right:5px;
	padding:1px;
	}

#gFood .rhSubj{
	width:150px;
	}
#gJob .rhSubj{
	width:145px;
	}

/*
#fCon #gJob li{
	padding:0 0 0 5px;
	height:55px;
	}
	#fCon #gJob li img{
	padding-top:4px;
	}
*/

#gJob ul li a,
#gComm ul li a, #gFood ul li a{
	background: transparent url("/layouts/gvalley/images/bullet4.jpg") 0 50% no-repeat;
	padding-left:10px;
	}

#gFood ul li.hNews a {
	background: none;
	padding-left: 0;
	}



.more{
	position:absolute;
	background:transparent url("/layouts/gvalley/images/moreBtn01.jpg") 0 2px no-repeat;
	width: 40px;
	padding-left: 13px;
	right:5px;
	top:20px;
	/*
    width: 35px;
    padding-left:10px;
    font-size:0.9em;*/
	}
	.more a{
		color:#747474;
		}

.more2{
		position:absolute;
		background:transparent url("/layouts/gvalley/images/moreBtn2.jpg") 0 4px no-repeat;
		width: 40px;
		padding-left: 13px;
		right:0px;
		top:20px;
		/*
		width: 35px;
		padding-left:10px;
        font-size:0.9em;*/
		}
		.more2 a{
			color:#747474;
			}


/* headline news */
.headnews-item {
	background: transparent url("/layouts/gvalley/images/haed_g_bg.jpg") -10px 0 no-repeat;
    background-color: transparent;
    display: none;
}

.headnews-item a {
    background-color: transparent;
}

.headline-image {
    background-color: transparent;
    display: block;
    margin: 0 auto;
}

#headNews .view-first {
    display: block;
}

#pNews, #nNews {
    cursor: pointer;
    height: 70px;
    z-index: 100;
}

#pNews img, #nNews img {
    height: 69px;
}


.clr {
    clear: both;
}



#newsflash-list {
    overflow: hidden;
    height: 36px;
}



