@charset "UTF-8";
html, body, div, p, span, li {
  font-family: Arial,Verdana,Geneva,sans-serif;
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-family: Arial,Verdana,Geneva,sans-serif;
  line-height: normal;
  color: #333333;
  line-height: normal;
  letter-spacing: 0;
}

#eventPopup-wrap {
position:fixed;
z-index:1900;
top:30px;
left:30px;
display:none;
}
#eventPopup-wrap .close-wrap {
	position:absolute;
	height:30px;
	width:802px;
	background:rgba(0,0,0,0.7);
	bottom:0px;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
	color:#fff;
}
#eventPopup-wrap .close-wrap p {
	width:747px;
	float:left;
}
#eventPopup-wrap .close-wrap a{
color:#fff;
vertical-align:middle;
}

div, p, table, thead, tbody, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
}

frame, iframe {
  border: none;
}

/* inline */
img {
  border: 0 none;
  vertical-align: top;
}

a, cite, code, dfn, del, em, ins, label, q, span, strong {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

/* block */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

blockquote, p {
  margin: 0;
}

pre {
  margin: 0;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
  margin: 0;
  padding: 0;
}

th, td {
  padding: 0;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* opara height=18px */
/* list */
dl, dt, dd, ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

/* form */
form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}

legend {
  display: none;
  margin: 0;
  padding: 0;
}

input {
  font-size: 12px;
  font-family: Arial,'돋움',dotum;
  vertical-align: top;
}

input.check, input.radio {
  width: 13px;
  height: 13px;
  margin: 2px 5px 3px 0;
  padding: 0;
}

select {
  height: 21px;
  margin: 0;
  font-size: 12px;
  font-family: Arial,'돋움',dotum;
  color: #333333;
  line-height: 1;
  vertical-align: top;
}

textarea {
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-family: Arial,'돋움',dotum;
  line-height: 19px;
}

/* clear */
.clear {
  display: inline-block;
}

.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

* html .clear {
  height: 0;
}

.underline {
  text-decoration: underline !important;
}

hr.clear {
  visibility: hidden;
  clear: both;
  display: block;
}

/* floating */
.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

.leftFloat {
  float: left;
}

.rightFloat {
  float: right;
}

body .min-layout {
  min-width: 980px;
  margin: 0 auto;
}
#blankPage {
	width:100%;
	height:100%;
	position:fixed;
	background:#fff;
	z-index:3000;
}
body header {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 0px;
  padding-top: 30px;
  z-index: 1000;
}
body header h1 {
  height: 26px;
  margin-bottom: 10px;
}
body header .navBg {
  position: absolute;
  background: url("http://usenine.godohosting.com/images/header_on_bg.png") repeat-x;
  background-position: 0 0px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  width: 800px;
  height: 52px;
  left: 50%;
  margin-left: -400px;
  top: 64px;
}
body header nav {
  width: 800px;
  height: 52px;
  margin: 0 auto;
}
body header nav ul {
  position: absolute;
  z-index: 1;
  width: 800px;
}
body header nav ul li {
  display: inline-block;
}
body header nav ul li a {
  display: inline-block;
  font-family: Arial,sans-serif;
  line-height: 52px;
  padding: 0 15px;
  color: #757575;
  font-weight: bold;
  font-size: 14px;
}
body header nav ul li a:hover {
  color: #131313;
}
body #mainSection-wrap {
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}
body #mainSection-wrap .right_nav {
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 800;
}
body #mainSection-wrap .right_nav li {
  margin-bottom: 20px;
}
body #mainSection-wrap .right_nav .eshop {
  width: 76px;
  height: 77px;
}
body #mainSection-wrap .right_nav a {
  display: block;
}
body #mainSection-wrap .right_nav a.icon {
  background: url(http://usenine.godohosting.com/images/right_icon.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
body #mainSection-wrap .right_nav a.on {
  background: url(http://usenine.godohosting.com/images/right_icon_on.png) no-repeat 0 0;
}
body #mainSection-wrap .right_nav a.icon:hover {
  background: url(http://usenine.godohosting.com/images/right_icon_on.png) no-repeat 0 0;
}
body #mainSection-wrap .hero {
  position: fixed;
  top: 122px;
  left: 0;
  width: 100%;
  min-width: 980px;
}
body #mainSection-wrap .hero .mainTitle {
  position: absolute;
  z-index: 2;
  top: 181px;
  width: 50%;
  height: 225px;
  background: url("http://usenine.godohosting.com/images/mainTitleBg.png") center repeat-x;
}
body #mainSection-wrap .hero .mainTitle img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
}
body #mainSection-wrap .hero .mainImg ul li {
  position: absolute;
  width: 50%;
  height: 700px;
  top: 0;
  left: 50%;
  margin-left: -60px;
}
body #mainSection-wrap .hero .mainImg ul li img {
  max-width: 100%;
  max-height: 100%;
}
body #mainSection-wrap .main_photo_list1 {
  top: 822px;
  width: 100%;
  min-width: 980px;
  max-width: 2000px;
  position: absolute;
  text-align: center;
  background: url(http://usenine.godohosting.com/images/bg1.png) repeat 0 0;
  z-index: 200;
  padding: 20px 0;
  overflow: hidden;
}
body #mainSection-wrap .main_photo_list1 ul {
  width: 90%;
  margin: 0 auto;
}
body #mainSection-wrap .main_photo_list1 ul li {
  float: left;
  width: 9%;
  padding: 0 0.5%;
}
body #mainSection-wrap .main_photo_list1 ul li a {
  position: relative;
}
body #mainSection-wrap .main_photo_list1 ul li a img {
  max-width: 100%;
  max-height: 100%;
}
body #mainSection-wrap .main_photo_list1 ul li a .over {
  position: absolute;
  top: 0;
  left: 0;
}
body #mainSection-wrap .main_movie {
  position: absolute;
  left: 0;
  top: 986px;
  width: 100%;
  z-index: 300;
  background: url(http://kilzzang369.woobi.co.kr/3/GUESSTHEDAY_files/img/main_movie-background.jpg) no-repeat 50% 0;
  height: 883px;
  margin-bottom: 115px;
}
body #mainSection-wrap .main_movie .main_movie_utoo {
  width: 853px;
  margin: 0 auto;
  padding-top: 200px;
}
body #mainSection-wrap .main_thum_list {
  position: absolute;
  left: 0;
  top: 1869px;
  width: 100%;
  padding-bottom: 70px;
  z-index: 400;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
body #mainSection-wrap .main_thum_list ul {
  width: 980px;
  margin: 50px auto;
}
body #mainSection-wrap .main_thum_list ul li {
  float: left;
  padding: 20px 41px;
}
body #mainSection-wrap .main_thum_list ul li a .over {
  display: none;
  position: absolute;
}
body #mainSection-wrap .main_event {
  position: absolute;
  left: 0;
  top: 2911px;
  width: 100%;
  z-index: 300;
  height: 952px;
}
body #mainSection-wrap .main_event .event-wrap {
  width: 100%;
  height: 952px;
  background: url("http://usenine.godohosting.com/images/event_img.png") no-repeat;
  background-position: center 50px;
}
body #mainSection-wrap .main_event .main_event_c {
  width: 900px;
  position: absolute;
  z-index: 302;
  left: 50%;
  top: 0;
  margin-left: -450px;
  padding-top: 170px;
}
body #mainSection-wrap .main_event .main_event_c .main_event_txt1 {
  margin-bottom: 5px;
}
body #mainSection-wrap .main_event .main_event_c .main_event_txt2 {
  margin-bottom: 10px;
}
body #mainSection-wrap .main_event .main_event_c .main_event_txt1 {
  margin-bottom: 5px;
}
body #mainSection-wrap .main_event .main_event_c .main_event_txt3 {
  margin-bottom: 5px;
}
body #mainSection-wrap .main_event .main_event_c .main_event_txt4 {
  margin-bottom: 20px;
}
body #mainSection-wrap .main_event .main_event_c .re_form {
  width: 503px;
  height: 147px;
  position: relative;
}
body #mainSection-wrap .main_event .main_event_c .re_form table {
  margin-top: 18px;
}
body #mainSection-wrap .main_event .main_event_c .re_form td {
  color: #fff;
  padding-bottom: 15px;
  vertical-align: middle;
}
body #mainSection-wrap .main_event .main_event_c .re_form td.middle {
  line-height: 30px;
}
body #mainSection-wrap .main_event .main_event_c .re_form input {
  height: 28px;
  border: 1px solid #d5d5d5;
  font-size: 18px;
}
body #mainSection-wrap .main_event .main_event_c .re_form input.width275 {
  width: 263px;
  padding-left: 10px;
  font-weight: bold;
}
body #mainSection-wrap .main_event .main_event_c .re_form input.width71 {
  width: 83px;
  text-align: center;
}
body #mainSection-wrap .main_event .main_event_c .re_form .submin_btn {
  position: absolute;
  width: 129px;
  height: 80px;
  right: 0;
  top: 18px;
}
body #mainSection-wrap .board_ji_list_box {
  position: absolute;
  left: 0;
  padding-top: 90px;
  top: 0;
  width: 100%;
  z-index: 600;
  background: #fff;
}
body #mainSection-wrap .board_ji_list_box .board_ji_list {
  padding-bottom: 70px;
}
body #mainSection-wrap .board_ji_list_box .ji_tab_title li a.over {
  border: 3px solid #000;
  width: 76px;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  color: #2d2d2b;
  font-weight: bold;
}
body footer {
  width: 100%;
  text-align: center;
  height: 55px;
  background: #212121;
  padding: 20px 0;
}
body footer p {
  width: 100%;
  border-top: 1px solid #464646;
  color: #464646;
  font-size: 11px;
  margin-top: 10px;
  padding-top: 10px;
}
body #popup-wrap {
  min-width: 980px;
  /* 이벤트팝업 0 */
  /* 이벤트팝업 1 */
  /* alert 박스 */
  /* alert 박스 */
  /* result_box 박스 */
  /* select_box 박스 */
  /* select_sangpum 박스 */
  /* sangpum_result 박스 */
  /* sangpum_balsong 박스 */
  /* balsong_addr 박스 */
  /* addr_result */
  /* 버튼 */
}
body #popup-wrap .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#75000000,endColorstr=#75000000);
}
body #popup-wrap .photo_book {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2001;
  text-align: center;
}
body #popup-wrap .photo_book .viewimg {
  width: 100%;
  height: 90%;
}
body #popup-wrap .photo_book .viewimg img {
  max-width: 100%;
  max-height: 100%;
}
body #popup-wrap .photo_book .close_btn {
  position: absolute;
  top: 2%;
  right: 2%;
}
body #popup-wrap .photo_book .left_btn {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 20%;
}
body #popup-wrap .photo_book .right_btn {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  right: 20%;
}
body #popup-wrap .look_book {
  width: 832px;
  height: 695px;
  position: absolute;
  z-index: 2002;
  left: 50%;
  margin-left: -416px;
  display: none;
}
body #popup-wrap .look_book .look_book_c {
  width: 698px;
  height: 693px;
  margin: 0 auto;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  overflow: hidden;
}
body #popup-wrap .look_book .look_book_c .v_img {
  float: left;
  width: 408px;
  height: 663px;
  margin-top: 15px;
  margin-left: 15px;
}
body #popup-wrap .look_book .look_book_c .v_detail {
  float: right;
  width: 257px;
  height: 663px;
  padding-top: 15px;
  position: relative;
}
body #popup-wrap .look_book .look_book_c .v_detail .v_detail_v_title {
  height: 36px;
  margin-bottom: 25px;
}
body #popup-wrap .look_book .look_book_c .v_detail .v_detail_con {
  margin-bottom: 25px;
}
body #popup-wrap .look_book .look_book_c .v_detail .v_detail_con .m_title {
  font-family: "Times New Roman";
  font-size: 17px;
  color: #333333;
  margin-bottom: 5px;
}
body #popup-wrap .look_book .look_book_c .v_detail .v_detail_con .m_con {
  color: #666;
  margin-bottom: 5px;
}
body #popup-wrap .look_book .look_book_c .v_detail .look_sns {
  position: absolute;
  left: 0;
  bottom: 56px;
}
body #popup-wrap .look_book .look_book_c .v_detail .look_sns_btns {
  position: absolute;
  left: 0;
  bottom: 0;
}
body #popup-wrap .look_book .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: 30px;
}
body #popup-wrap .look_book .left_btn {
  width: 36px;
  height: 71px;
  position: absolute;
  top: 302px;
  left: 0;
}
body #popup-wrap .look_book .right_btn {
  width: 36px;
  height: 72px;
  position: absolute;
  top: 302px;
  right: 0;
}
body #popup-wrap .event_pop1 {
  width: 455px;
  height: 255px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: fixed;
  left: 50%;
  margin-left: -253px;
  display: none;
  z-index: 2003;
  padding: 25px;
  color: #323232;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .event_pop1 .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap div#regist {
  width: 422px;
  height: 121px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  overflow: auto;
  margin-bottom: 5px;
}
body #popup-wrap pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  line-height: 18px;
}
body #popup-wrap .event_pop1 .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
}
body #popup-wrap .event_pop1 .r_chbox {
  font-weight: bold;
  margin-bottom: 30px;
}
body #popup-wrap .event_pop1 .r_chbox input {
  border: none;
}
body #popup-wrap .event_pop2 {
  width: 478px;
  position: absolute;
  display: none;
  z-index: 2005;
  left: 50%;
  margin-left: -240px;
  padding-top: 34px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
  padding-bottom: 28px;
}
body #popup-wrap .event_pop2 .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .event_pop2 .event_pop2_c {
  width: 234px;
  margin: 0 auto;
  margin-bottom: 28px;
}
body #popup-wrap .event_pop2 .qu_txt {
  text-align: center;
  margin-bottom: 20px;
  line-height: 18px;
}
body #popup-wrap .event_pop2 .event_pop2_c .title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-top: 2px solid #555555;
  height: 39px;
  line-height: 39px;
}
body #popup-wrap .event_pop2 .event_pop2_table {
  width: 100%;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
body #popup-wrap .event_pop2 .event_pop2_table tr {
  height: 32px;
}
body #popup-wrap .event_pop2 .event_pop2_table th,
body #popup-wrap .event_pop2 .event_pop2_table td {
  text-align: center;
  vertical-align: middle;
}
body #popup-wrap .event_pop2 .event_pop2_table .br1 {
  border-bottom: 1px solid #e8e8e8;
}
body #popup-wrap .event_pop2 .event_pop2_table th {
  background-color: #fafafa;
  font-weight: bold;
}
body #popup-wrap .event_pop2 .event_pop2_c .qu_txt {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
body #popup-wrap .alert_box {
  width: 418px;
  padding-top: 55px;
  padding-bottom: 55px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: absolute;
  z-index: 2004;
  left: 50%;
  margin-left: -210px;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
  display: none;
}
body #popup-wrap .loading_box {
  width: 418px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: absolute;
  z-index: 2004;
  left: 50%;
  margin-left: -210px;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
  display: none;
}
body #popup-wrap .loading_box .title {
  text-align: center;
}
body #popup-wrap .loading_box .title2 {
  text-align: center;
  margin-bottom: 30px;
}
body #popup-wrap .alert_box .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .alert_box .title {
  text-align: center;
  margin-bottom: 30px;
}
body #popup-wrap .result_box {
  width: 418px;
  height: 168px;
  padding-top: 40px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: relative;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .result_box .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .result_box .title_txt {
  text-align: center;
  line-height: 18px;
  margin-bottom: 20px;
}
body #popup-wrap .result_box .title_txt span {
  font-weight: bold;
}
body #popup-wrap .select_box {
  width: 920px;
  height: 681px;
  padding-top: 40px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: absolute;
  left: 50%;
  z-index: 2006;
  margin-left: -461px;
  color: #333333;
  display: none;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .select_box .tail {
  margin-top: 450px;
}
body #popup-wrap .select_box .after {
  display: none;
}
body #popup-wrap .select_box .after .title1 {
  text-align: center;
  height: 59px;
  margin-bottom: 28px;
}
body #popup-wrap .select_box .after .title2 {
  text-align: center;
  height: 30px;
  margin-bottom: 37px;
}
body #popup-wrap .select_box .after .select_sangpum .title4 {
  text-align: center;
  height: 46px;
}
body #popup-wrap .select_box .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .select_box .title1 {
  text-align: center;
  height: 28px;
  margin-bottom: 12px;
}
body #popup-wrap .select_box .title2 {
  text-align: center;
  height: 45px;
  margin-bottom: 5px;
}
body #popup-wrap .select_box .title3 {
  text-align: center;
  height: 33px;
  margin-bottom: 34px;
}
body #popup-wrap .select_box .title4 {
  text-align: center;
  height: 26px;
  margin-bottom: 34px;
}
body #popup-wrap .select_box .img_list {
  width: 876px;
  height: 354px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 210px;
  left: 22px;
}
body #popup-wrap .select_box .img_list li {
  float: left;
  margin-right: 24px;
}
body #popup-wrap .select_box .img_list li.rnone {
  margin-right: 0;
}
body #popup-wrap .select_box .img_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
body #popup-wrap .select_box .img_list li a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
body #popup-wrap .select_sangpum {
  width: 920px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: relative;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .select_sangpum .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .select_sangpum .title1 {
  text-align: center;
  height: 59px;
  margin-bottom: 28px;
}
body #popup-wrap .select_sangpum .title2 {
  text-align: center;
  height: 30px;
  margin-bottom: 37px;
}
body #popup-wrap .select_sangpum .title4 {
  text-align: center;
  height: 46px;
}
body #popup-wrap .select_sangpum .img_list {
  width: 876px;
  height: 354px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}
body #popup-wrap .select_sangpum .img_list li {
  float: left;
  margin-right: 24px;
  position: relative;
}
body #popup-wrap .select_sangpum .img_list li.rnone {
  margin-right: 0;
}
body #popup-wrap .select_sangpum .img_list li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body #popup-wrap .sangpum_result {
  width: 538px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -270px;
  z-index: 2010;
  color: #333333;
  display: none;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .sangpum_result .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .sangpum_result .title1 {
  text-align: center;
  height: 40px;
  margin-bottom: 20px;
}
body #popup-wrap .sangpum_result .title2 {
  text-align: center;
  height: 164px;
  margin-bottom: 70px;
}
body #popup-wrap .sangpum_result .title3 {
  text-align: center;
  height: 50px;
}
body #popup-wrap .sangpum_balsong {
  width: 538px;
  padding-top: 33px;
  padding-bottom: 33px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 2006;
  left: 50%;
  margin-left: -270px;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .sangpum_balsong .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .sangpum_balsong .title {
  text-align: center;
  height: 234px;
  margin-bottom: 25px;
}
body #popup-wrap .sangpum_balsong .title_txt {
  text-align: center;
  line-height: 18px;
  margin-bottom: 20px;
}
body #popup-wrap .sangpum_balsong .title_txt span {
  font-weight: bold;
}
body #popup-wrap .balsong_addr {
  width: 478px;
  height: 241px;
  padding-top: 37px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: relative;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .balsong_addr .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .balsong_addr .title {
  font-weight: bold;
  font-size: 14px;
  padding-left: 37px;
  margin-bottom: 20px;
}
body #popup-wrap .balsong_addr table {
  width: 416px;
  margin: 0 auto;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  margin-bottom: 20px;
  position: relative;
}
body #popup-wrap .balsong_addr table th {
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
}
body #popup-wrap .balsong_addr table th,
body #popup-wrap .balsong_addr table td {
  padding: 8px;
}
body #popup-wrap .balsong_addr table .br1 {
  border-bottom: 1px solid #e8e8e8;
}
body #popup-wrap .balsong_addr table input {
  height: 23px;
  border: 1px solid #bbbbbb;
}
body #popup-wrap .balsong_addr table input.width47 {
  width: 47px;
}
body #popup-wrap .balsong_addr table input.width273 {
  width: 273px;
}
body #popup-wrap .balsong_addr table td .search_btn {
  display: block;
  width: 61px;
  height: 27px;
  line-height: 27px;
  background-color: #737373;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 9px;
  right: 95px;
}
body #popup-wrap .balsong_addr table td.detail_addr {
  line-height: 35px;
}
body #popup-wrap .addr_result {
  width: 478px;
  padding-top: 37px;
  padding-bottom: 37px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  position: relative;
  color: #333333;
  box-shadow: 1px 1px 2px #2d2d2b;
}
body #popup-wrap .addr_result .close_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: -36px;
}
body #popup-wrap .addr_result .title {
  width: 416px;
  height: 39px;
  line-height: 39px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-top: 2px solid #555;
}
body #popup-wrap .addr_result table {
  width: 416px;
  margin: 0 auto;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  margin-bottom: 20px;
  position: relative;
}
body #popup-wrap .addr_result table th {
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
}
body #popup-wrap .addr_result table th,
body #popup-wrap .addr_result table td {
  padding: 8px;
}
body #popup-wrap .addr_result table td {
  padding-left: 16px;
}
body #popup-wrap .addr_result table .br1 {
  border-bottom: 1px solid #e8e8e8;
}
body #popup-wrap .addr_result .title_txt {
  text-align: center;
  line-height: 18px;
  margin-bottom: 20px;
}
body #popup-wrap .p_submit_btn {
  width: 112px;
  margin: 0 auto;
}
body #popup-wrap .p_submit_btn a {
  display: block;
  width: 112px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #222;
}
body #popup-wrap .p_submit_btn1 {
  width: 234px;
  margin: 0 auto;
  overflow: hidden;
}
body #popup-wrap .p_submit_btn1 a {
  display: block;
  width: 112px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #222;
  float: left;
}
body #popup-wrap .p_submit_btn1 a.edit_btn {
  float: right;
  background-color: #666;
}

.endEvent {
	background:url("http://usenine.godohosting.com/images/kakaobg.jpg") center center no-repeat;
}
.endEvent .kakaobtn {position:absolute;bottom:220px;left:50%;margin-left:-95px}