/*===========================================================================
	gModal
============================================================================*/
/*- Default ----------------------------------------------------------------------*/
html.use-gModal{width:auto;overflow:hidden;overflow-x:hidden;overflow-y:hidden;}
html.use-gModal body{overflow:hidden;overflow-x:hidden;overflow-y:hidden;}
.gModal{position:absolute;top:0;left:0;z-index:999;overflow:auto;padding:0;width:100%;height:100%;}
.gModal > .gModal-content{position:absolute;display:none;}
.gModal > .gModal-content > *{}
.gModal > .gModal-content .gModal-close{position:absolute;z-index:1;}
.gModal-background{position:absolute;top:0;left:0;z-index:998;display:block;min-width:100%;min-height:100%;width:100%;height:100%;}
/*- Custom  ----------------------------------------------------------------------*/
.gModal{}
.gModal > .gModal-content > *{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#ffffff;-webkit-box-shadow:0 0 8px #919191;-moz-box-shadow:0 0 8px #919191;box-shadow:0 0 8px #919191;-o-box-shadow:0 0 8px #919191;}
.gModal > .gModal-content .gModal-close{top:15px;right:15px;background:none;cursor:pointer;padding:0;}
.gModal > .gModal-content .gModal-close > .img-bul.close{display:inline-block !important;overflow:hidden;background-color:transparent;background-repeat:no-repeat;vertical-align:top;text-indent:-99999px !important;font-size:0px !important;line-height:0px !important;*text-indent:0 !important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.gModal > .gModal-content .gModal-close > .img-bul.close{background-image:url('/images/bul_close.svg');float:left;width:24px;height:24px;background-position:50% 50%;background-size:14px;}
.gModal-background{background:#000000;opacity:0.5;filter:alpha(opacity=50);overflow:hidden;}
.gModal > .gModal-content .head{font-size:15px;line-height:24px;margin:0 18px;padding:15px 0 10px;border-bottom:#dddddd 1px solid;color:#59595A;font-weight:600;}
.gModal > .gModal-content .main{margin:0 18px;padding:15px 0 20px;}
.gModal > .gModal-content .foot{margin:0 18px;padding:0 0 20px;}
.gModal > .gModal-content .foot > .btn-area > ul{margin-left:12px;}
.gModal > .gModal-content .foot > .btn-area > ul > li{margin-left:12px;width:50%;float:left;}
.gModal > .gModal-content .foot > .btn-area > ul > li:first-child{margin-left:-12px;}
/*- Contents ----------------------------------------------------------------------*/
/* beta modal */
.gModal > .gModal-content > .modal-beta{width:480px;}
.gModal > .gModal-content > .modal-beta .section dt{float:left}
.gModal > .gModal-content > .modal-beta .section dd{padding-left:5em}
.gModal > .gModal-content > .modal-beta .section dd .text_field{width:15em}
.gModal > .gModal-content > .modal-beta .section dd span{margin:0;color:gray;font-size:0.92em}
.gModal > .gModal-content > .modal-beta .section .txt-result{font-size:1.3em;color:#e1462d;line-height:20px;font-weight:bold;}


/*===========================================================================
	noticeMessage
============================================================================*/
/*- Defalut ----------------------------------------------------------------------*/
.noticeMessage{position:absolute;top:0;left:0;z-index:9;overflow:auto;padding:0;}
.noticeMessage > .gModal-content{position:relative;}
.noticeMessage > .gModal-content > .opacity-bg{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;}
.noticeMessage > .gModal-content .gModal-close{position:absolute;z-index:1;}
/*- Custom ----------------------------------------------------------------------*/
.noticeMessage{width:100%;max-width:882px;opacity:100;top:74px;box-shadow:0 0 1px 0 rgba(0,0,0,0.3);}
.noticeMessage > .gModal-content{margin:0;}
.noticeMessage > .gModal-content > .opacity-bg{min-width:100%;background:darkorange;opacity:0.9;filter:alpha(opacity=90);-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0;}
.noticeMessage > .gModal-content .gModal-close{top:5px;right:5px;background:none;cursor:pointer;padding:0;}
.noticeMessage > .gModal-content .gModal-close > .img-bul.close{display:inline-block !important;overflow:hidden;background-color:transparent;background-repeat:no-repeat;vertical-align:top;text-indent:-99999px !important;font-size:0px !important;line-height:0px !important;*text-indent:0 !important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.noticeMessage > .gModal-content .gModal-close > .img-bul.close{background-image:url('/images/bul_close_light.svg');float:left;width:20px;height:20px;background-position:50% 50%;background-size:10px;}
.noticeMessage > .gModal-content > p{font-size:2em;padding:22px 20px;color:#fff;font-weight:bold;text-align:center;}
.noticeMessage > .gModal-content > p > a{color:#fff;text-decoration:none !important;}
/*- Contents ----------------------------------------------------------------------*/





