@charset "utf-8";
@import url('/mob/css/common_mh.css');
@import url('/mob/css/common_sumin.css');
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
}
body {
  font-size: 12px;
  line-height: 18px;
  font-family: 'MyriadPro-Regular', sans-serif;
  /*background:#161616;*/
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
legend,
caption,
hr {
  display: none;
}
em {
  font-style: normal;
}
img {
  width: 100%;
  vertical-align: middle;
}
input {
  vertical-align: middle;
}
input[type="radio"] {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
.mr10 {
  margin: 0 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin: 20px 10px !important;
}
select {
  width: 100%;
  height: 35px;
  text-indent: 5px;
  background: transparent url('http://cdndm.galleria.co.kr/mob/img/select_cursor.png') no-repeat 100% center;
  background-size: 26px 5px;
  vertical-align: top;
  -webkit-background-size: 26px 5px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #646464;
}
/* MyriadPro-Light */
@font-face {
  font-family: 'MyriadPro-Light';
  src: url('../../font/MyriadPro-Light.eot');
  src: url('../../font/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), url('../../font/MyriadPro-Light.woff') format('woff'), url('../../font/MyriadPro-Light.ttf') format('truetype'), url('../../font/MyriadPro-Regular.svg#MyriadPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* MyriadPro-Regular */
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../../font/MyriadPro-Regular.eot');
  src: url('../../font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../font/MyriadPro-Regular.woff') format('woff'), url('../../font/MyriadPro-Regular.ttf') format('truetype'), url('../../font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* MyriadPro-Bold */
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../../font/MyriadPro-Bold.eot');
  src: url('../../font/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../../font/MyriadPro-Bold.woff') format('woff'), url('../../font/MyriadPro-Bold.ttf') format('truetype'), url('../../font/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* MyriadPro-Semibold */
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('../../font/MyriadPro-Semibold.eot');
  src: url('../../font/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../../font/MyriadPro-Semibold.woff') format('woff'), url('../../font/MyriadPro-Semibold.ttf') format('truetype'), url('../../font/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
#skip_menu {
  position: absolute;
  font-size: 1;
  line-height: 1;
  text-indent: -9999em;
  overflow: hidden;
}
#page_load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url('http://cdndm.galleria.co.kr/mob/img/loader.gif') no-repeat center center;
  background-size: 90px 90px;
  background-color: #000;
  z-index: 999;
}
/* =============================== wrap =============================== */
#wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* =============================== header =============================== */
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -57px;
  z-index: 20;
}
#header .header_area {
  position: relative;
  height: 57px;
  background: rgba(22, 22, 22, 0.95);
}
#header .logo {
  width: 56px;
  margin: 0 auto;
  padding-top: 8px;
}
#header .btn_gnb_more {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  position: absolute;
  right: 6px;
  top: 11px;
  z-index: 11;
  padding: 5px;
}
#header .btn_gnb_more .bar1 {
  width: 24px;
  height: 2px;
  background-color: #d0d0d0;
  position: absolute;
  left: 5px;
  top: 16px;
}
#header .btn_gnb_more .bar2 {
  width: 2px;
  height: 24px;
  background-color: #d0d0d0;
  position: absolute;
  left: 16px;
  top: 5px;
}
#header .btn_gnb {
  width: 25px;
  height: 16px;
  display: block;
  float: right;
  position: absolute;
  left: 17px;
  top: 22px;
  z-index: 11;
}
#header .btn_gnb .bar1 {
  width: 24px;
  height: 2px;
  background-color: #d0d0d0;
  position: absolute;
  left: 0;
  top: 0;
}
#header .btn_gnb .bar2 {
  width: 24px;
  height: 2px;
  background-color: #d0d0d0;
  position: absolute;
  left: 0;
  top: 7px;
}
#header .btn_gnb .bar3 {
  width: 24px;
  height: 2px;
  background-color: #d0d0d0;
  position: absolute;
  left: 0;
  top: 14px;
}
#header .gnb_area {
  width: 100%;
  height: 100%;
  padding-bottom: 150px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
  display: none;
}
#header .gnb_area .line {
  width: 0px;
  height: 1px;
  background: #353535;
  position: absolute;
  left: 0;
  top: 57px;
}
#header .gnb_area .gnb_login .gnb_login_scroll_area {
  min-height: 100px;
  overflow: hidden;
}
#header .gnb_area .gnb_login .gnb_login_scroll_area .scroller_login {
  padding: 35px 0 25px 0;
}
#header .gnb_area .gnb_login {
  width: 100%;
  margin-top: 57px;
  display: none;
  overflow: hidden;
  z-index: 10;
}
#header .gnb_area .gnb_login .cursor {
  width: 5px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
}
#header .gnb_area .gnb_login .btn_login {
  height: 20px;
  padding: 15px 15px 15px 15px;
  margin: 0 25px 0 25px;
  display: block;
  border-bottom: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 19px;
  color: #fff;
  position: relative;
  line-height: 20px;
}
#header .gnb_area .gnb_login .btn_join {
  height: 20px;
  padding: 15px;
  margin: 0 25px;
  display: block;
  border-bottom: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 19px;
  color: #fff;
  position: relative;
  line-height: 20px;
}
#header .gnb_area .gnb_login .btn_sitemap {
  height: 20px;
  padding: 10px 15px;
  margin: 35px 25px 0 25px;
  display: block;
  border: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #fff;
  position: relative;
  line-height: 22px;
}
#header .gnb_area .gnb_login .btn_lang {
  display: block;
  margin: 8px 25px 0 25px;
  padding: 12px 20px 7px 15px;
  border: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #fff;
  position: relative;
}
#header .gnb_area .gnb_login .btn_lang .cursor {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#header .gnb_area .gnb_login .hide_box {
  overflow: hidden;
  border: 1px solid #353535;
  border-top: 0;
  margin: 0 25px;
}
#header .gnb_area .gnb_login .hide_box a {
  display: block;
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #fff;
  padding: 7px 15px;
}
#header .gnb_area .gnb_login .hide_box a:hover {
  background: #393939;
}
#header .gnb_area .gnb_login .btn_search {
  height: 20px;
  padding: 10px 15px 10px 35px;
  background: url('http://cdndm.galleria.co.kr/mob/img/btn_search.png') no-repeat 15px 14px;
  background-size: 12px 12px;
  margin: 25px 25px 0 25px;
  display: block;
  border: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #fff;
  background-color: #393939;
  position: relative;
  line-height: 22px;
}
#header .gnb_area .gnb_menu {
  width: 100%;
  display: none;
  z-index: 10;
}
#header .gnb_area .gnb_menu .ico_ul {
  width: 156px;
  margin: 17px auto 0;
  overflow: hidden;
  padding-bottom: 16px;
}
#header .gnb_area .gnb_menu .ico_ul li {
  width: 25px;
  float: left;
  margin: 0 7px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area {
  height: 380px;
  overflow: hidden;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul {
  margin: 0 auto;
  overflow: hidden;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul li {
  text-align: center;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul li .menu_sub_ul {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul li .menu_sub_ul li {
  text-align: center;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul li .menu_sub_ul li a {
  width: 100%;
  padding: 10px 0;
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: 'Nanum Gothic';
  border-bottom: 1px solid #333;
  letter-spacing: 0px;
  background: rgba(46, 44, 44, 0.8);
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul li .menu_sub_ul li a.eng {
  font-family: 'MyriadPro-Light';
  letter-spacing: 3px;
  line-height: 23px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul li a {
  width: 100%;
  height: 20px;
  padding: 20px 0;
  display: block;
  font-family: 'MyriadPro-Light';
  letter-spacing: 3px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .menu_ul li a.on {
  background: #fff;
  color: #000;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .store_area {
  border: 1px solid #353535;
  /*padding:5px 16px;*/
  margin: 25px 25px 0 25px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .store_area .title {
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #353535;
  font-size: 15px;
  color: #fff;
  font-family: 'Nanum Gothic';
  margin: 5px 16px -1px 16px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .store_area .store_ul {
  overflow: hidden;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .store_area .store_ul li {
  position: relative;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .store_area .store_ul li a {
  height: 20px;
  padding: 10px 16px 10px 21px;
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: 'Nanum Gothic';
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .cursor {
  width: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .site_area {
  margin: 30px 25px 0 25px;
  border: 1px solid #353535;
  position: relative;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .site_area .site_box {
  overflow: hidden;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .site_area .site_box.top a {
  width: 40%;
  float: left;
  display: block;
  height: 20px;
  padding: 10px 0;
  font-family: 'Nanum Gothic';
  font-size: 15px;
  color: #fff;
  text-align: center;
  position: relative;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .site_area .site_box.top a.center {
  width: 20%;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .site_area .site_box a .line {
  width: 1px;
  height: 20px;
  display: block;
  background: #353535;
  position: absolute;
  left: -1px;
  top: 10px;
  z-index: -1;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .site_area .site_box a {
  width: 50%;
  float: left;
  display: block;
  height: 20px;
  padding: 10px 0;
  font-family: 'Nanum Gothic';
  font-size: 15px;
  color: #fff;
  text-align: center;
  position: relative;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .site_area .site_line {
  height: 1px;
  background: #353535;
  margin: -1px 20px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .btn_galleria {
  display: block;
  margin: 30px 25px 0 25px;
  padding: 12px 20px 7px 15px;
  border: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #fff;
  position: relative;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .btn_card {
  display: block;
  margin: 8px 25px 0 25px;
  padding: 10px 20px 9px 15px;
  border: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #fff;
  position: relative;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .btn_family {
  display: block;
  margin: 8px 25px 0 25px;
  padding: 12px 20px 7px 15px;
  border: 1px solid #353535;
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #fff;
  position: relative;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .hide_box {
  overflow: hidden;
  border: 1px solid #353535;
  border-top: 0;
  margin: 0 25px;
  padding: 4px 20px 12px 15px;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .hide_box a {
  display: block;
  font-family: 'MyriadPro-Light';
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .btn_galleria .cursor {
  right: 15px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .btn_card .cursor {
  right: 15px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#header .gnb_area .gnb_menu .gnb_menu_scroll_area .btn_family .cursor {
  right: 15px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/* =============================== contents =============================== */
#contents {
  position: relative;
  margin-top: 57px;
  z-index: 10;
  overflow: hidden;
  min-height: 350px;
  background: #fff;
  opacity: 0;
}
.top_tab_area {
  position: relative;
  z-index: 90;
}
.top_tab_area h2 {
  width: 100%;
  padding: 15px 0;
  background: url('http://cdndm.galleria.co.kr/mob/img/tab_cursor.png') no-repeat right center;
  background-size: 30px 5px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dedede;
  text-align: center;
  font-family: 'Nanum Gothic';
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.top_tab_area .top_tab {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 49px;
  display: none;
}
.top_tab_area .top_tab li {
  width: 100%;
  background: #e1e1e1;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}
.top_tab_area .top_tab li:last-child {
  border-bottom: 0;
}
.top_tab_area .top_tab li a {
  display: block;
  padding: 15px 0;
  font-family: 'Nanum Gothic';
  font-size: 15px;
  color: #666;
}
.top_tab_area .top_tab li a.on {
  color: #333;
  font-weight: bold;
}
.top_tab_area .top_tab li a:hover {
  color: #333;
}
.fixed_info {
  width: 52px;
  height: 60px;
  position: fixed;
  left: -73px;
  bottom: 35px;
  z-index: 11;
}
.fixed_info > .frame {
  width: 52px;
  height: 60px;
  display: block;
  background: url('http://cdndm.galleria.co.kr/mob/img/fixed_info.png');
  background-size: 52px 6360px;
}
.widget_area {
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  overflow: hidden;
  position: fixed;
  left: -9999px;
  top: 0px;
  z-index: 99;
  background: url('http://cdndm.galleria.co.kr/mob/img/bg_widget.png') no-repeat right bottom;
  background-color: #000;
  background-size: 120px 260px;
}
.widget_area h1 {
  font-family: 'MyriadPro-Bold';
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding-top: 20px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.widget_area h2 {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
}
.widget_area h2 .day {
  width: 40px;
  height: 16px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  color: #000;
  margin-right: 5px;
}
/* 20140401 */
.widget_area .widget_dl {
  width: 280px;
  padding: 10px;
  border-top: 1px solid #333438;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
}
.widget_area .widget_dl strong {
  font-size: 13px;
  display: inline-block;
  padding-bottom: 7px;
}
.widget_area .widget_dl dl {
  margin: 0 auto;
  overflow: hidden;
}
.widget_area .widget_dl dt {
  width: 100px;
  float: left;
}
.widget_area .widget_dl dt .addr_ico {
  width: 8px;
  display: inline-block;
}
.widget_area .widget_dl dt .phone_ico {
  width: 8px;
  display: inline-block;
}
.widget_area .widget_dl dd {
  width: 180px;
  float: left;
}
.widget_area .widget_dl .bottom dt {
  width: 50px;
}
.widget_area .widget_dl .bottom dd {
  width: 210px;
  letter-spacing: 0;
}
.widget_area .widget_dl dd p {
  margin-bottom: 5px;
}
.widget_area .widget_dl p.holiday {
  color: #a4a7ee;
}
.widget_area .widget_dl p.holiday span {
  padding-right: 6px;
}
.widget_scroll_area {
  height: 300px;
  overflow: hidden;
}
.widget_area .search_area {
  width: 131px;
  padding: 0 25px 0 10px;
  height: 25px;
  background: #323232;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.widget_area .search_area input {
  width: 100%;
  height: 25px;
  background: #323232;
  color: #fff;
}
.widget_area .search_area .btn_search {
  width: 25px;
  height: 22px;
  display: block;
  padding-top: 3px;
  background: #323232;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.widget_area .search_area .btn_search img {
  width: 12px;
  height: 12px;
}
.widget_area .btn_close {
  width: 15px;
  height: 15px;
  padding: 10px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.widget_area .widget_info {
  width: 300px;
  height: 85px;
  padding: 20px 0;
  margin: 0 auto;
  font-family: 'HelveticaNeue-Light', sans-serif;
  font-size: 43px;
  color: #fff;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}
.widget_area .widget_info .time_area .time_ico {
  height: 55px;
  text-align: center;
  font-size: 29px;
  line-height: 60px;
}
.widget_area .widget_info .time_area .time {
  height: 40px;
  text-align: center;
}
.widget_area .widget_info .temp_area {
  width: 150px;
  height: 95px;
  float: left;
  background: url('http://cdndm.galleria.co.kr/mob/img/ico_weather.png') no-repeat center top;
  background-size: 50px 36px;
  line-height: 30px;
  text-align: center;
}
.widget_area .widget_info .temp_area .temp_ico {
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.widget_area .widget_info .temp_area .temp {
  height: 40px;
  text-align: center;
}
.widget_area .widget_info .temp_area .temp sup {
  font-size: 20px;
}
/* digital watch */
#clock {
  stroke: white;
  stroke-linecap: round;
  fill: #000;
}
#face {
  stroke-width: 0px;
}
#ticks {
  stroke-width: 2px;
}
#hourhand {
  stroke-width: 3px;
}
#minutehand {
  stroke-width: 3px;
}
#secondhand {
  stroke-width: 2px;
  stroke: #2dacfc;
}
.current-info {
  position: relative;
  overflow: hidden;
}
.time {
  width: 180px;
  float: left;
}
.time .analog-watch {
  background: url('http://cdndm.galleria.co.kr/mob/img/analog-watch.png') 50% 50% no-repeat;
  width: 43px;
  height: 42px;
  background-size: 43px 42px;
  margin: 5px auto 0 auto;
}
.time .digital-watch {
  width: 106px;
  height: 30px;
  background: url('http://cdndm.galleria.co.kr/mob/img/digital-watch-split.png') no-repeat 50% 50%;
  background-size: 4px 24px;
  margin: 10px auto 0 auto;
}
.time .digital-watch span {
  width: 20px;
  background: url('http://cdndm.galleria.co.kr/mob/img/txt-num.png') no-repeat;
  height: 30px;
  display: block;
  float: left;
  text-indent: -9999em;
  overflow: hidden;
  margin-left: 2px;
  background-size: 20px 478px;
}
.time .digital-watch span#hh1 {
  margin-left: 0;
}
.time .digital-watch span#mm1 {
  margin-left: 22px;
}
.weather {
  width: 120px;
  float: left;
}
.weather .status {
  position: relative;
  width: 83px;
  height: 57px;
  margin: 0 auto;
}
.weather .status > div {
  position: absolute;
  top: 0px;
}
.weather .temperature {
  display: block;
  width: 83px;
  height: 30px;
  margin: 0 auto;
}
.weather .temperature span {
  width: 20px;
  background: url('http://cdndm.galleria.co.kr/mob/img/txt-num.png') no-repeat;
  background-size: 20px 478px;
  height: 30px;
  display: block;
  float: left;
  text-indent: -9999em;
  overflow: hidden;
  margin-left: 2px;
}
.weather .temperature span.minus {
  width: 10px;
  height: 30px;
  background: url('http://cdndm.galleria.co.kr/mob/img/icon-minus.png') 50% 50%;
  background-size: 10px 30px;
}
.weather .temperature .oc {
  float: left;
  background: url('http://cdndm.galleria.co.kr/mob/img/oc.png') no-repeat;
  width: 26px;
  height: 25px;
  background-size: 26px 25px;
}
.digit-0 {
  background-position: 0 0 !important;
}
.digit-1 {
  background-position: 0 -49px !important;
}
.digit-2 {
  background-position: 0 -99px !important;
}
.digit-3 {
  background-position: 0 -149px !important;
}
.digit-4 {
  background-position: 0 -199px !important;
}
.digit-5 {
  background-position: 0 -249px !important;
}
.digit-6 {
  background-position: 0 -299px !important;
}
.digit-7 {
  background-position: 0 -349px !important;
}
.digit-8 {
  background-position: 0 -399px !important;
}
.digit-9 {
  background-position: 0 -449px !important;
}
.anim-obj {
  display: block;
}
.anim-obj > .frame {
  display: block;
  width: 100%;
  height: 100%;
}
.anim-obj.weather-cloudy {
  width: 110px;
  height: 110px;
}
.anim-obj.weather-cloudy > .frame {
  background: url('http://cdndm.galleria.co.kr/mob/img/cloudy.png');
  width: 55px;
  height: 55px;
  background-size: 55px 775px;
}
.anim-obj.weather-snowy {
  width: 55px;
  height: 55px;
}
.anim-obj.weather-snowy > .frame {
  background: url('http://cdndm.galleria.co.kr/mob/img/snowy.png');
  width: 55px;
  height: 55px;
  background-size: 55px 775px;
}
.anim-obj.weather-rainy-snowy {
  width: 55px;
  height: 55px;
}
.anim-obj.weather-rainy-snowy > .frame {
  background: url('http://cdndm.galleria.co.kr/mob/img/rainy-snowy.png');
  width: 55px;
  height: 55px;
  background-size: 55px 775px;
}
.anim-obj.weather-clear {
  width: 55px;
  height: 55px;
}
.anim-obj.weather-clear > .frame {
  background: url('http://cdndm.galleria.co.kr/mob/img/clear.png');
  width: 55px;
  height: 55px;
  background-size: 55px 775px;
}
.anim-obj.weather-sunny {
  width: 55px;
  height: 55px;
}
.anim-obj.weather-sunny > .frame {
  background: url('http://cdndm.galleria.co.kr/mob/img/sunny.png');
  width: 55px;
  height: 55px;
  background-size: 55px 775px;
}
.anim-obj.weather-rainy {
  width: 55px;
  height: 55px;
}
.anim-obj.weather-rainy > .frame {
  background: url('http://cdndm.galleria.co.kr/mob/img/rainy.png');
  width: 55px;
  height: 55px;
  background-size: 55px 775px;
}
.anim-obj.weather-cloud2 {
  width: 55px;
  height: 55px;
}
.anim-obj.weather-cloud2 > .frame {
  background: url('http://cdndm.galleria.co.kr/mob/img/cloud2.png');
  width: 55px;
  height: 55px;
  background-size: 55px 775px;
}
.sub_contents {
  margin: 0 10px 20px 10px;
  padding-top: 20px;
}
.sub_contents h1 {
  padding: 6px 0 3px 0;
  font-family: 'Nanum Gothic';
  font-size: 20px;
  color: #353535;
  position: relative;
  text-align: center;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 25px;
}
.sub_contents h1 span {
  font-family: 'MyriadPro-Light';
}
.sub_contents h1 .line_top {
  width: 16px;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -8px;
}
.sub_contents h1 .line_bottom {
  width: 16px;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
}
/* 쇼핑뉴스 */
.sub_contents .guide_box {
  position: relative;
}
.sub_contents .guide_box h2 {
  font-family: 'Nanum Gothic';
  font-size: 17px;
  color: #2d2d2d;
  position: relative;
  padding: 7px;
  border-bottom: 1px solid #999;
}
.sub_contents .guide_box h2 .btn_info {
  width: 20px;
  position: absolute;
  right: 3px;
  top: 5px;
}
.sub_contents .guide_box .box {
  border-bottom: 1px solid #ccc;
  padding: 10px 7px 0 7px;
}
.sub_contents .guide_box .box2 {
  padding: 10px 7px 0 7px;
}
.sub_contents .guide_box h3 {
  font-family: 'Nanum Gothic';
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.sub_contents .guide_box h3.pos {
  background: url('http://cdndm.galleria.co.kr/mob/img/ico_pos.png') no-repeat left 4px;
  background-size: 8px 11px;
  padding-left: 15px;
  font-weight: normal;
}
.sub_contents .guide_box h3.pos2 {
  background-size: 8px 11px;
  padding-left: 15px;
  font-weight: normal;
}
.sub_contents .guide_box h3.phone {
  background: url('http://cdndm.galleria.co.kr/mob/img/ico_phone.png') no-repeat left 4px;
  background-size: 8px 11px;
  padding-left: 15px;
  margin-top: 15px;
  font-weight: normal;
}
.sub_contents .guide_box p {
  font-family: 'Nanum Gothic';
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-bottom: 12px;
}
.sub_contents .guide_box p .holly {
  color: #7f5b15;
}
.news_ul {
  position: relative;
}
.news_ul li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.news_ul li:first-child {
  border-top: 1px solid #ccc;
}
.news_ul li .news_dl {
  overflow: hidden;
}
.news_ul li .news_dl dt {
  width: 130px;
  position: absolute;
  left: 0;
  top: 0px;
  border-right: 1px solid #ccc;
}
.news_ul li .news_dl dd {
  height: 130px;
  margin-left: 130px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.news_ul li .news_dl dd .title {
  font-family: 'MyriadPro-Bold';
  font-size: 11px;
  color: #333;
  position: relative;
  padding-top: 8px;
}
.news_ul li .news_dl dd .title .line-bottom {
  width: 9px;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -4px;
}
.news_ul li .news_dl dd .text {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #000;
  line-height: 18px;
  margin-top: 5px;
}
.news_ul li .news_dl dd .date {
  font-family: 'MyriadPro-Bold';
  font-size: 10px;
  color: #474747;
  margin-top: 5px;
}
.news_ul li .news_dl dd .btn_more {
  width: 58px;
  border: 1px solid #989898;
  position: absolute;
  left: 50%;
  bottom: 15px;
  display: block;
  margin-left: -29px;
}
.sub_contents .news_title {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #999;
  padding: 0 20px 20px 20px;
}
.sub_contents .news_title .tag {
  height: 16px;
  padding: 0 5px;
  display: inline-block;
  background: #5c5c5c;
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.sub_contents .news_title h2 {
  font-family: 'MyriadPro-Bold';
  font-size: 17px;
  color: #333;
  margin: 5px 0;
}
.sub_contents .news_title h3 {
  font-family: 'MyriadPro-Semibold';
  font-size: 11px;
  color: #666;
  position: relative;
  padding: 5px 0;
}
.sub_contents .news_title h3 .bold {
  font-family: 'Nanum Gothic';
  color: #333;
  margin-right: 5px;
}
.sub_contents .news_title h3 .line {
  width: 16px;
  height: 1px;
  background: #b3b3b3;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -8px !important;
}
.sub_contents .news_title .btn_prev {
  width: 9px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  display: block;
}
.sub_contents .news_title .btn_next {
  width: 9px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  display: block;
}
.sub_contents .news_contents {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 20px;
}
.sub_contents .news_contents h2 {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #55350f;
  margin-top: 10px;
  font-weight: normal;
}
.sub_contents .news_contents .news_contents_dl {
  overflow: hidden;
  margin: 5px 0 15px 0;
}
.sub_contents .news_contents .news_contents_dl dt {
  float: left;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #464646;
}
.sub_contents .news_contents .news_contents_dl dd {
  float: left;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #464646;
}
/* 쇼핑뉴스에 큐레이션이 들어가게되서.. */
.curation_content .box_area02 dt,
.curation_content .box_area02 dd {
  width: 100% !important;
  float: none !important;
}
/* 20140422 추가시작 */
/* 실시간 인기브랜드 */
.sub_contents .rank_box {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  font-family: 'Nanum Gothic';
}
.sub_contents .rank_box h2 {
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #666;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 11px;
  text-align: center;
}
.sub_contents .rank_box h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 25px;
  color: #333;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 7px;
  text-align: center;
}
.sub_contents .rank_box h4 {
  font-size: 12px;
  color: #333;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.tbl_type_01 {
  width: 100%;
}
.tbl_type_01 th {
  padding: 10px 0 8px 0;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  font-size: 13px;
}
.tbl_type_01 td {
  text-align: center;
  padding: 8px 0 7px 0;
  border-bottom: 1px solid #e3e3e3;
}
.tbl_type_01 td span {
  font-weight: bold;
  color: #666666;
  display: inline-block;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 1.7;
}
.tbl_type_01 td em {
  color: #666;
}
.tbl_type_01 tr:nth-child(2) td span {
  background: url("http://cdndm.galleria.co.kr/mob/img/bg_rank_01.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
.tbl_type_01 tr:nth-child(3) td span,
.tbl_type_01 tr:nth-child(4) td span {
  background: url("http://cdndm.galleria.co.kr/mob/img/bg_rank_02.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
/* 20140509 추가 */
.tbl_type_01 .star_num01 span {
  background: url("http://cdndm.galleria.co.kr/mob/img/bg_rank_01.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
.tbl_type_01 .star_num02 span {
  background: url("http://cdndm.galleria.co.kr/mob/img/bg_rank_02.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
/* 20140509 끝 */
.sub_contents .rank_box h3 {
  margin-bottom: 20px;
}
.sub_contents .rank_box h2,
.sub_contents .rank_box h4 {
  display: none;
}
.sub_contents .rank_tab {
  width: 100%;
  margin-bottom: 20px;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/th_line.png') 0 0 repeat-y;
}
.sub_contents .rank_tab ul {
  overflow: hidden;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/line_x.png') 0 0 repeat-x;
}
.sub_contents .rank_tab li {
  float: left;
  width: 33.3%;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/line_x.png') 0 100% repeat-x;
  border-left: 0;
  line-height: 14px;
  text-align: center;
}
.sub_contents .rank_tab li a {
  color: #333;
  display: block;
  font-size: 11px;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/th_line.png') 100% 0 repeat-y;
}
.sub_contents .rank_tab li a.on,
.rank_tab li a:hover {
  background: #282828;
  background-image: none;
  color: #ffffff;
}
.sub_contents .rank_tab li a.on span,
.rank_tab li a:hover span {
  padding-right: 13px;
  color: #fff;
  background: url('http://cdndm.galleria.co.kr/mob/img/common/arrow_down2.png') 100% 50% no-repeat;
  background-size: 7px 4px;
}
.sub_contents .rank_list {
  overflow: hidden;
  width: 240px;
  margin: 0 auto;
}
.sub_contents .rank_list li {
  width: 120px;
  float: left;
  font-family: 'MyriadPro-Bold';
  font-size: 12px;
  color: #7a7a7a;
  margin-bottom: 20px;
  text-align: center;
}
.sub_contents .rank_list li .radio_box {
  overflow: hidden;
}
.sub_contents .rank_list li > .custom-radio label {
  width: 120px;
  background: url("http://cdndm.galleria.co.kr/mob/img/input_radio.png") no-repeat 0 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 24px;
  padding-left: 18px;
  line-height: 22px;
  margin: 0 10px 0 30px;
  background-size: 12px 50px;
  text-align: left;
}
.sub_contents .rank_list li > .custom-radio label.checked {
  background-position: 0px -34px;
}
.sub_contents .f_3,
.sub_contents .f_5 {
  display: none;
}
/* 20140422 추가끝 */
/* 층별안내 */
.sub_contents .floor_tab {
  overflow: hidden;
}
.sub_contents .place_west {
  display: block;
}
.sub_contents .place_east {
  display: none;
}
.sub_contents .search_west_total_result {
  position: relative;
}
.sub_contents .search_east_total_result {
  position: relative;
  display: none;
}
.sub_contents .floor_tab .floor_tab_ul {
  overflow: hidden;
}
.sub_contents .floor_tab .floor_tab_ul li {
  width: 50%;
  float: left;
}
.sub_contents .floor_tab .floor_tab_ul li:first-child a {
  border-right: 0;
}
.sub_contents .floor_tab .floor_tab_ul li:last-child a {
  border-left: 0;
}
.sub_contents .floor_tab .floor_tab_ul li a {
  height: 15px;
  padding: 10px 14px;
  font-family: 'MyriadPro-Semibold';
  font-size: 10px;
  color: #666;
  display: block;
  position: relative;
  border-bottom: 1px solid #5b5b5b;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.sub_contents .floor_tab .floor_tab_ul li a span {
  color: #333;
}
.sub_contents .floor_tab .floor_tab_ul li a.on {
  border: 1px solid #5b5b5b;
}
.sub_contents .floor_tab .floor_tab_ul li a.on .cursor {
  display: block;
}
.sub_contents .floor_tab .floor_tab_ul li:last-child a.on {
  text-indent: -1px;
}
.sub_contents .floor_tab .floor_tab_ul li a .cursor {
  width: 5px;
  position: absolute;
  right: 13px;
  top: 16px;
  display: none;
}
.sub_contents .floor_tab .text {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 40px 0;
  text-align: center;
}
.sub_contents .floor_tab .text .place {
  font-family: 'MyriadPro-Bold';
  font-size: 55px;
  color: #000;
  line-height: 50px;
  margin-bottom: 10px;
}
.sub_contents .floor_tab .text .desc {
  font-family: 'MyriadPro-Bold';
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.sub_contents .floor_tab .floor {
  border-top: 1px solid #5b5b5b;
  padding: 10px 0;
  border-bottom: 1px solid #5b5b5b;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
}
.sub_contents .floor_tab .floor .title {
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #333;
  position: absolute;
  left: 20px;
  top: 14px;
}
.sub_contents .floor_tab .floor .floor_ul {
  overflow: hidden;
  padding-left: 80px;
}
.sub_contents .floor_tab .floor .floor_ul li {
  width: 16.5%;
  float: left;
  text-align: center;
}
.sub_contents .floor_tab .floor .floor_ul.floor_east li {
  width: 20%;
}
.sub_contents .floor_tab .floor .floor_ul li a {
  width: 23px;
  height: 23px;
  display: inline-block;
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #666;
  line-height: 25px;
}
.sub_contents .floor_tab .floor .floor_ul li a.on {
  background: #5b5b5b;
  color: #fff;
  border-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.sub_contents .brand_search_area {
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
  overflow: hidden;
  position: relative;
}
.sub_contents .brand_search_area .title {
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #666;
  position: absolute;
  left: 10px;
  top: 18px;
}
.sub_contents .brand_search_area .search_area {
  width: 100%;
  margin: 0;
}
.sub_contents .brand_search_area .search_area .input_box {
  height: 33px;
  padding: 0 10px;
  background: #ececec;
  margin: 0 33px 0 140px;
}
.sub_contents .brand_search_area .search_area .input_box input {
  width: 100%;
  height: 33px;
  font-size: 13px;
  color: #666;
  background: transparent;
}
.sub_contents .brand_search_area .search_area .input_box input::-webkit-input-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .brand_search_area .search_area .input_box input:-moz-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .brand_search_area .search_area .input_box input::-moz-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .brand_search_area .search_area .input_box input:-ms-input-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .brand_search_area .search_area .btn_brand_search {
  width: 33px;
  height: 26px;
  padding-top: 7px;
  display: block;
  background: #666;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.sub_contents .brand_search_area .search_area .btn_brand_search img {
  width: 12px;
}
.sub_contents .zone_area {
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #666;
  position: relative;
  margin-top: 30px;
  padding-left: 5px;
}
.sub_contents .zone_area .desc {
  position: absolute;
  right: 0;
  top: -20px;
  font-family: 'Nanum Gothic';
  font-size: 10px;
  color: #7a7a7a;
}
.sub_contents .zone_area .desc img {
  width: 11px;
  vertical-align: top;
  margin-top: 2px;
}
.sub_contents .zone_box {
  padding: 15px;
  background: #f6f6f6;
  margin-top: 7px;
  position: relative;
}
/*20140411 */
.sub_contents .zone_box .name {
  font-size: 12px;
  color: #333;
  line-height: 15px;
  padding: 3px 0 8px;
}
/*20140411 */
.sub_contents .zone_box .store {
  font-family: 'MyriadPro-Semibold';
  font-size: 13px;
  color: #545454;
  line-height: 15px;
}
.sub_contents .zone_box .phone {
  font-family: 'MyriadPro-Semibold';
  font-size: 12px;
  color: #878787;
  line-height: 15px;
}
.sub_contents .zone_box .btn_mall {
  width: 20px;
  position: absolute;
  right: 60px;
  top: 29px;
}
.sub_contents .zone_box .btn_phone {
  width: 18px;
  position: absolute;
  right: 20px;
  top: 30px;
}
.sub_contents .floor_search_area {
  position: relative;
  overflow: hidden;
  display: none;
}
.sub_contents .floor_search_area .floor_search_result {
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #666;
  padding: 10px 5px;
  font-weight: bold;
}
.sub_contents .floor_search_area .floor_search_result .btn_search_close {
  width: 10px;
  height: 10px;
  display: block;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 8px;
  line-height: 0;
}
.sub_contents .floor_search_area .floor_search_list {
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 5px 0 5px;
  position: relative;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_title {
  font-family: 'MyriadPro-Bold';
  font-size: 17px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_area .floor_place {
  width: 30px;
  height: 29px;
  float: left;
  font-family: 'MyriadPro-Bold';
  font-size: 17px;
  color: #333;
  border-right: 1px solid #cdcdcd;
  font-weight: bold;
  line-height: 33px;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_area .floor_place_info {
  float: left;
  margin-left: 8px;
  line-height: 15px;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_area .floor_place_info .store {
  font-family: 'MyriadPro-Semibold';
  font-size: 13px;
  color: #363636;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_area .floor_place_info .store_kor {
  font-family: 'Nanum Gothic';
  font-size: 11px;
  color: #666;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_area .btn_mall {
  width: 20px;
  position: absolute;
  right: 55px;
  top: 1px;
}
.sub_contents .floor_search_area .floor_search_list .floor_place_area .btn_phone {
  width: 18px;
  position: absolute;
  right: 15px;
  top: 2px;
}
/* 오시는길 */
.sub_contents .map_area {
  overflow: hidden;
  position: relative;
}
.sub_contents .location {
  border-bottom: 2px solid #545454;
  padding: 15px 15px 15px 0;
  position: relative;
}
.sub_contents .location span {
  font-family: 'MyriadPro-Bold';
  color: #333;
}
.sub_contents .location h2 {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #666;
  font-weight: normal;
}
.sub_contents .location .btn_map {
  width: 64px;
  height: 30px;
  display: block;
  border: 1px solid #333;
  position: absolute;
  right: 0;
  top: 16px;
}
.sub_contents .location_box {
  padding: 17px 0 17px 5px;
  border-bottom: 1px solid #ddd;
}
.sub_contents .location_box:last-child {
  border-bottom: 2px solid #545454;
}
.sub_contents .location_box h3 {
  font-family: 'Nanum Gothic';
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
}
.sub_contents .location_box dl {
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
}
.sub_contents .location_box dl dt {
  width: 32%;
  max-width: 140px;
  float: left;
}
.sub_contents .location_box dl dt .move01 {
  display: block;
  /*background:url('http://cdndm.galleria.co.kr/mob/img/ico_move01.png') no-repeat left 5px;padding-left:10px;*/
  background-size: 6px 8px;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #333;
}
.sub_contents .location_box dl dt .move02 {
  display: block;
  /*background:url('http://cdndm.galleria.co.kr/mob/img/ico_move02.png') no-repeat left 5px;padding-left:10px;*/
  background-size: 8px 7px;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #333;
}
.sub_contents .location_box dl dt .move03 {
  display: block;
  /*background:url('http://cdndm.galleria.co.kr/mob/img/ico_move03.png') no-repeat left 5px;padding-left:10px;*/
  background-size: 8px 7px;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #333;
}
.sub_contents .location_box dl dd {
  width: 68%;
  float: left;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #666;
}
/* 공지사항 */
.sub_contents .notice_title_ul {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  padding: 10px 0;
}
.sub_contents .notice_title_ul li {
  float: left;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #333;
  text-align: center;
}
.sub_contents .notice_title_ul li span {
  width: 100%;
  height: 15px;
  display: inline-block;
  line-height: 16px;
  border-right: 1px solid #e3e3e3;
}
.sub_contents .notice_title_ul li.num {
  width: 10%;
}
.sub_contents .notice_title_ul li.cate {
  width: 25%;
}
.sub_contents .notice_title_ul li.title {
  width: 90%;
}
.sub_contents .notice_tab {
  position: relative;
}
.sub_contents .notice_tab .notice_list {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
}
.sub_contents .notice_tab .notice_list.first {
  border-top: 1px solid #e3e3e3;
}
.sub_contents .notice_tab .notice_list.ui-accordion-header-active {
  background: #f5f5f5;
}
.sub_contents .notice_tab .notice_list.ui-accordion-header-active li {
  font-weight: bold;
}
.sub_contents .notice_tab .notice_list li {
  height: 38px;
  line-height: 38px;
  float: left;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #464646;
}
.sub_contents .notice_tab .notice_list li.num {
  width: 10%;
  text-align: center;
}
.sub_contents .notice_tab .notice_list li.cate {
  width: 25%;
  font-weight: bold;
}
.sub_contents .notice_tab .notice_list li.title {
  width: 90%;
  text-indent: 10px;
}
.sub_contents .notice_tab .notice_list li.title a {
  width: 100%;
  height: 38px;
  display: inline-block;
}
.sub_contents .notice_tab .notice_contents {
  overflow: auto;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.sub_contents .notice_tab .notice_contents .p {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  position: relative;
  color: #666;
  padding: 0 10px;
}
.sub_contents .notice_tab .notice_contents .p.title_center {
  color: #7f5b15;
  margin-bottom: 10px;
  text-align: center;
}
.sub_contents .notice_tab .notice_contents .p.notice_last_text {
  color: #5a5a5a;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
.sub_contents .notice_tab .notice_contents .p.notice_last_text .notice_line {
  width: 24px;
  height: 1px;
  background: #858585;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -12px;
}
.sub_contents .notice_tab .notice_contents .notice_close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.sub_contents .notice_tab .notice_contents p {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #161616;
  line-height: 17px;
  padding: 10px 10px 10px 5px;
  margin-top: 25px;
}
.sub_contents .notice_tab .notice_contents p span {
  font-weight: bold;
}
.sub_contents .notice_pageing {
  height: 30px;
  margin-top: 17px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sub_contents .notice_pageing a {
  width: 15px;
  height: 20px;
  padding-top: 8px;
  display: inline-block;
  font-family: 'MyriadPro-Semibold';
  font-size: 13px;
  color: #666;
}
.sub_contents .notice_pageing a.on {
  color: #292929;
}
.sub_contents .notice_pageing .btn_prev2 {
  width: 28px;
  height: 25px;
  padding-top: 3px;
  display: inline-block;
  border: 1px solid #989898;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}
.sub_contents .notice_pageing .btn_prev2 img {
  width: 12px;
}
.sub_contents .notice_pageing .btn_prev {
  width: 28px;
  height: 25px;
  padding-top: 3px;
  display: inline-block;
  border: 1px solid #989898;
  border-left: 0;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 22px;
}
.sub_contents .notice_pageing .btn_prev img {
  width: 7px;
}
.sub_contents .notice_pageing .btn_next2 {
  width: 28px;
  height: 25px;
  padding-top: 3px;
  display: inline-block;
  border: 1px solid #989898;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 22px;
}
.sub_contents .notice_pageing .btn_next2 img {
  width: 12px;
}
.sub_contents .notice_pageing .btn_next {
  width: 28px;
  height: 25px;
  padding-top: 3px;
  display: inline-block;
  border: 1px solid #989898;
  border-right: 0;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 22px;
}
.sub_contents .notice_pageing .btn_next img {
  width: 7px;
}
/* FASHION & STYLE */
.sub_contents .fashion_list {
  overflow: hidden;
  border: 1px solid #c0c0c0;
  border-top: 0;
  padding-top: 20px;
}
.sub_contents .fashion_list li {
  width: 50%;
  float: left;
  font-family: 'MyriadPro-Bold';
  font-size: 12px;
  color: #7a7a7a;
  margin-bottom: 10px;
  text-align: center;
}
.sub_contents .fashion_list li .radio_box {
  overflow: hidden;
}
.sub_contents .fashion_list li > .custom-radio label {
  width: 120px;
  background: url("http://cdndm.galleria.co.kr/mob/img/input_radio.png") no-repeat 0 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 24px;
  padding-left: 18px;
  line-height: 22px;
  margin: 0 10px 0 30px;
  background-size: 12px 50px;
  text-align: left;
}
.sub_contents .fashion_list li > .custom-radio label.checked {
  background-position: 0px -34px;
}
.sub_contents .category_desc {
  overflow: hidden;
  position: relative;
}
.sub_contents .category_desc li {
  font-size: 13px;
  color: #666;
  text-align: center;
  display: none;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 20px;
}
.sub_contents .category_desc li p {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.category_desc2 {
  overflow: hidden;
  position: relative;
}
.category_desc2 li {
  font-size: 13px;
  color: #666;
  text-align: center;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 20px;
}
.category_desc2 li p {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.sub_contents .view_title {
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  padding: 28px 0;
  text-align: center;
  margin-top: 20px;
}
.sub_contents .view_title h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.sub_contents .view_title h4 {
  font-family: 'MyriadPro-Bold';
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
.sub_contents .view_title .share_area {
  width: ;
  margin: 25px auto 0 auto;
}
.sub_contents .view_title .share_area a {
  width: 18px;
  height: 16px;
  display: inline-block;
  line-height: 0;
  padding: 0 10px;
}
.sub_contents .view_title .share_area a.btn_facebook {
  border-right: 1px solid #b7b7b7;
}
.sub_contents .view_text {
  font-family: 'Nanum Gothic';
  font-size: 20px;
  color: #696969;
  line-height: 25px;
  margin-top: 17px;
}
.fashion_list_dl {
  overflow: hidden;
}
.fashion_list_dl dt {
  position: relative;
}
.fashion_list_dl dd {
  padding: 0 10px 10px 10px;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.fashion_list_dl dd p {
  margin-bottom: 15px;
}
.fashion_list_dl dd p span {
  font-weight: bold;
}
.fashion_list_dl dd p span.eng {
  font-family: 'MyriadPro-Regular';
}
.fashion_list_ul {
  overflow: hidden;
}
.fashion_list_ul li {
  height: 160px;
  border-bottom: 1px solid #e0e0e0;
}
.fashion_list_ul li:first-child {
  border-top: 1px solid #e0e0e0;
}
.fashion_list_ul li .fashion_thumb {
  height: 160px;
  position: relative;
}
.fashion_list_ul li .fashion_thumb dt {
  width: 160px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #e0e0e0;
}
.fashion_list_ul li .fashion_thumb dd {
  height: 159px;
  position: relative;
  margin-left: 160px;
}
.fashion_list_ul li .fashion_thumb dd .text {
  height: 130px;
  padding: 15px;
}
.fashion_list_ul li .fashion_thumb dd .text .btn_share {
  width: 11px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.fashion_list_ul li .fashion_thumb dd .text .btn_more {
  width: 32px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: block;
}
.fashion_list_ul li .fashion_thumb dd .text h2 {
  font-family: 'MyriadPro-Bold';
  font-size: 11px;
  color: #666;
  font-weight: normal;
  line-height: 15px;
}
.fashion_list_ul li .fashion_thumb dd .text h3 {
  position: relative;
  font-family: 'MyriadPro-Bold';
  font-size: 12px;
  color: #333;
  padding-top: 5px;
  line-height: 15px;
  font-weight: normal;
}
.fashion_list_ul li .fashion_thumb dd .text h3 .line {
  width: 11px;
  height: 1px;
  background-color: #6c6c6c !important;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
}
.fashion_list_ul li .fashion_thumb dd .text h4 {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
  line-height: 15px;
  margin-top: 5px;
  font-weight: normal;
}
.fashion_list_ul li .fashion_thumb dd .text h4 span {
  font-family: 'MyriadPro-Bold';
}
.btn_fashion_more {
  width: 30px;
  height: 35px;
  display: block;
  margin: 30px auto;
}
.gentleman_area {
  position: relative;
  padding-bottom: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #e6e6e6;
}
.gentleman_area h3 {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
  padding-top: 3px;
  position: relative;
  margin-top: 20px;
}
.gentleman_area h3 .line {
  width: 13px;
  height: 1px;
  background: #525252;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
}
.gentleman_area .btn_prev {
  width: 22px;
  height: 22px;
  border: 1px solid #989898;
  border-right: 0;
  position: absolute;
  right: 24px;
  top: 0px;
  display: block;
  text-align: center;
}
.gentleman_area .btn_prev img {
  width: 5px;
}
.gentleman_area .btn_next {
  width: 22px;
  height: 22px;
  border: 1px solid #989898;
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  text-align: center;
}
.gentleman_area .btn_next img {
  width: 5px;
}
.gentleman_area .gentleman_container {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  min-height: 110px;
  margin-top: 10px;
}
.gentleman_area dl {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0 10px 0;
}
.gentleman_area dl dt {
  width: 63px;
  float: left;
  margin: 0 20px 0 10px;
}
.gentleman_area dl dd {
  float: left;
}
.gentleman_area dl dd p {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin: 0 0 14px 5px;
}
.gentleman_area dl dd a {
  width: 90px;
  display: inline-block;
  margin: 0 5px;
}
.gentleman_area p {
  margin: 5px;
  font-size: 13px;
  color: #666;
}
.gentleman_area p.dot {
  padding-left: 10px;
  background: url('http://cdndm.galleria.co.kr/mob/img/card/img_s_dot.png') no-repeat 4px 6px;
  background-size: 4px 5px;
  margin: 0;
}
.list_area {
  margin: 20px 0;
  overflow: hidden;
}
.list_area .btn_list_prev {
  width: 29px;
  height: 29px;
  border: 1px solid #989898;
  border-right: 0;
  float: left;
  display: block;
  text-align: center;
  line-height: 28px;
}
.list_area .btn_list_prev img {
  width: 7px;
}
.list_area .btn_list_next {
  width: 29px;
  height: 29px;
  border: 1px solid #989898;
  float: left;
  display: block;
  text-align: center;
  line-height: 28px;
}
.list_area .btn_list_next img {
  width: 7px;
}
.list_area .btn_list {
  width: 74px;
  height: 29px;
  border: 1px solid #989898;
  float: right;
  display: block;
  text-align: center;
}
/* SHOW WINDOW */
.menu_tab {
  position: relative;
  border: 1px solid #999;
  font-family: 'MyriadPro-Bold';
  font-size: 16px;
  color: #666;
  padding: 12px;
}
.show_tab {
  position: relative;
  overflow: hidden;
}
.show_tab .show_box {
  width: 50%;
  outline: none;
}
.show_tab .show_text {
  text-align: center;
  padding-bottom: 30px;
}
.show_tab .show_text h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 12px;
  color: #1c1c1c;
  line-height: 12px;
  font-weight: normal;
  padding: 0 15px;
}
.show_tab .show_text h4 {
  font-family: 'MyriadPro-Semibold';
  font-size: 10px;
  color: #636363;
  line-height: 12px;
  font-weight: normal;
  padding: 0 15px;
}
.show_tab .show_box2 {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  outline: none;
}
.show_tab .show_box.box_center {
  width: 100%;
  outline: none;
}
.show_tab .show_box.box_center .show_img {
  width: 100%;
  margin: 0 auto;
}
.show_tab .detail_box {
  padding: 0 18px 40px 18px;
  overflow: hidden;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
.show_tab .detail_box p {
  font-family: 'Nanum Gothic';
  font-size: 10px;
  color: #666;
  line-height: 15px;
  margin: 5px 0;
  position: relative;
}
.show_tab .detail_box p.text_caution {
  padding-left: 10px;
}
.show_tab .detail_box p.text_caution .dot {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.show_tab .detail_box .line {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5 !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0 !important;
}
.show_tab .detail_box .title {
  font-family: 'MyriadPro-Bold';
  font-size: 15px;
  color: #000;
  padding: 15px 0;
}
.show_tab .detail_box .btn_box_close {
  width: 22px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
}
.show_tab .detail_box .detail_img {
  position: relative;
}
.show_tab .detail_box .detail_img_thumb {
  text-align: center;
}
.show_tab .detail_box .detail_img_thumb a {
  width: 37px;
  border: 1px solid #888;
  display: inline-block;
  margin: 0 4px;
}
.show_tab .detail_box .detail_img_thumb a.on {
  width: 35px;
  border: 2px solid #1e1e1e;
}
.show_tab .detail_box .detail_title {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
.show_tab .detail_box .detail_title h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 21px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
}
.show_tab .detail_box .detail_title h4 {
  font-family: 'MyriadPro-Semibold';
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.show_tab .detail_box .detail_desc {
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 15px 0 15px;
}
.show_tab .detail_box .detail_desc dl {
  overflow: hidden;
  text-align: center;
  line-height: 20px;
}
.show_tab .detail_box .detail_desc dl dt {
  font-family: 'MyriadPro-Bold';
  font-size: 17px;
  color: #333;
}
.show_tab .detail_box .detail_desc dl dd {
  font-family: 'MyriadPro-Semibold';
  font-size: 17px;
  color: #666;
  margin-bottom: 15px;
}
.show_tab .detail_box .detail_text {
  padding: 8px 5px;
}
.show_tab .detail_box .detail_text > p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}
.show_tab .detail_box .detail_text .btn_info {
  width: 86px;
  height: 30px;
  display: inline-block;
  border: 1px solid #272727;
}
.show_tab .detail_box .detail_text .btn_buyit {
  width: 86px;
  height: 30px;
  display: inline-block;
  border: 1px solid #272727;
}
.show_tab .detail_box .detail_text .btn_coupon_download {
  width: 86px;
  height: 30px;
  display: inline-block;
  border: 1px solid #272727;
}
.show_tab .detail_box .detail_regard {
  overflow: hidden;
  margin: 20px auto 0 auto;
  text-align: center;
  border-top: 1px solid #cbcbcb;
}
.show_tab .detail_box .detail_regard h3 {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 15px 0 5px 0;
}
.show_tab .detail_box .detail_regard a {
  width: 55px;
  display: inline-block;
  margin-right: -3px;
}
.detail_box_top {
  padding: 0 18px 40px 18px;
  overflow: hidden;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
  display: none;
}
.detail_box_top p {
  font-family: 'Nanum Gothic';
  font-size: 10px;
  color: #666;
  line-height: 15px;
  margin: 5px 0;
  position: relative;
}
.detail_box_top p.text_caution {
  padding-left: 10px;
}
.detail_box_top p.text_caution .dot {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.detail_box_top .line {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5 !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0 !important;
}
.detail_box_top .title {
  font-family: 'MyriadPro-Bold';
  font-size: 15px;
  color: #000;
  padding: 15px 0;
}
.detail_box_top .btn_box_close {
  width: 22px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
}
.detail_box_top .detail_img {
  position: relative;
}
.detail_box_top .detail_img_thumb {
  text-align: center;
}
.detail_box_top .detail_img_thumb a {
  width: 37px;
  border: 1px solid #888;
  display: inline-block;
  margin: 0 4px;
}
.detail_box_top .detail_img_thumb a.on {
  width: 35px;
  border: 2px solid #1e1e1e;
}
.detail_box_top .detail_title {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
.detail_box_top .detail_title h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 21px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
}
.detail_box_top .detail_title h4 {
  font-family: 'MyriadPro-Semibold';
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.detail_box_top .detail_desc {
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 15px 0 15px;
}
.detail_box_top .detail_desc dl {
  overflow: hidden;
  text-align: center;
  line-height: 20px;
}
.detail_box_top .detail_desc dl dt {
  font-family: 'MyriadPro-Bold';
  font-size: 17px;
  color: #333;
}
.detail_box_top .detail_desc dl dd {
  font-family: 'MyriadPro-Semibold';
  font-size: 17px;
  color: #666;
  margin-bottom: 15px;
}
.detail_box_top .detail_text {
  padding: 8px 5px;
}
.detail_box_top .detail_text > p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}
.detail_box_top .detail_text .btn_info {
  width: 86px;
  height: 30px;
  display: inline-block;
  border: 1px solid #272727;
}
.detail_box_top .detail_text .btn_buyit {
  width: 86px;
  height: 30px;
  display: inline-block;
  border: 1px solid #272727;
}
.detail_box_top .detail_text .btn_coupon_download {
  width: 86px;
  height: 30px;
  display: inline-block;
  border: 1px solid #272727;
}
.detail_box_top .detail_regard {
  overflow: hidden;
  margin: 20px auto 0 auto;
  text-align: center;
  border-top: 1px solid #cbcbcb;
}
.detail_box_top .detail_regard h3 {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 15px 0 5px 0;
}
.detail_box_top .detail_regard a {
  width: 55px;
  display: inline-block;
  margin-right: -3px;
}
.show_info_area {
  position: relative;
  margin: 20px 0 35px 0;
}
.show_info_area .show_info_img {
  position: relative;
}
.show_info_area .show_info_contents {
  margin: 0 20px;
  position: relative;
}
.show_info_area .show_info_contents .show_info_text {
  margin: 0 10px;
}
.show_info_area .show_info_contents .show_info_text .title_line {
  width: 20px;
  height: 1px;
  background: #636363;
  margin: 10px auto 30px auto;
}
.show_info_area .show_info_contents .show_info_text h2 {
  font-family: 'MyriadPro-Bold';
  font-size: 12px;
  color: #666;
  letter-spacing: 2px;
  text-align: center;
  font-weight: normal;
}
.show_info_area .show_info_contents .show_info_text h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 25px;
  color: #000;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  margin-top: 15px;
}
.show_info_area .show_info_contents .show_info_text h5 {
  font-family: 'MyriadPro-Bold';
  font-size: 14px;
  color: #333;
  position: relative;
  padding-top: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: 1px;
}
.show_info_area .show_info_contents .show_info_text p {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #666;
  line-height: 18px;
  margin-bottom: 30px;
}
.show_info_area .show_info_contents .show_info_text .show_store_ul {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.show_info_area .show_info_contents .show_info_text .show_store_ul li {
  width: 50%;
  float: left;
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}
.show_info_area .show_info_contents .show_info_text .show_store_ul li h6 {
  font-size: 12px;
  font-family: 'MyriadPro-Semibold';
  font-weight: normal;
}
.show_info_area .show_info_contents .show_brand_ul {
  overflow: hidden;
  margin-bottom: 35px;
}
.show_info_area .show_info_contents .show_brand_ul li {
  border-bottom: 1px solid #cbcbcb;
  padding: 5px 10px;
  font-family: 'MyriadPro-Semibold';
  font-size: 12px;
  color: #666;
}
.show_info_area .show_info_contents .show_brand_ul li:first-child {
  border-top: 1px solid #cbcbcb;
}
.show_info_area .show_info_contents .btn_back {
  width: 79px;
  height: 27px;
  border: 1px solid #999;
  display: block;
  margin: 0 auto;
}
/* 검색 */
.sub_contents .serach_text {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: 'Nanum Gothic';
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
.sub_contents .serach_text p {
  font-size: 15px;
  color: #333;
  line-height: 20px;
  margin-bottom: 10px;
}
.sub_contents .serach_text span {
  font-size: 12px;
  color: #7f5b15;
  line-height: 20px;
}
.sub_contents .search_area {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.sub_contents .search_area p {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.sub_contents .search_area p .search_num {
  color: #7f5b15;
}
.sub_contents .search_area .search_input_area {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
/* 20140314 */
.sub_contents .search_area .search_input_area .input_box {
  height: 19px;
  padding: 9px;
  background: #ececec;
  margin-right: 37px;
}
.sub_contents .search_area .search_input_area .input_box input {
  width: 100%;
  height: 19px;
  font-family: 'MyriadPro-Regular';
  font-size: 15px;
  color: #666;
  background: transparent;
  line-height: 20px;
}
.sub_contents .search_area .search_input_area .input_box input::-webkit-input-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .search_area .search_input_area .input_box input:-moz-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .search_area .search_input_area .input_box input::-moz-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .search_area .search_input_area .input_box input:-ms-input-placeholder {
  font-family: 'MyriadPro-Regular';
}
.sub_contents .search_area .search_input_area .btn_brand_search {
  width: 37px;
  height: 27px;
  padding-top: 10px;
  display: block;
  background: #333;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.sub_contents .search_area .search_input_area .btn_brand_search img {
  width: 12px;
}
.sub_contents .brand_search {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.sub_contents .brand_search h2 {
  font-family: 'MyriadPro-Regular';
  font-size: 15px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.sub_contents .brand_search h2 .num {
  color: #7f5b15;
}
.sub_contents .brand_search .box {
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 7px;
  position: relative;
}
.sub_contents .brand_search .box .store {
  font-family: 'MyriadPro-Semibold';
  font-size: 13px;
  color: #545454;
  line-height: 15px;
}
.sub_contents .brand_search .box .phone {
  font-family: 'MyriadPro-Semibold';
  font-size: 12px;
  color: #878787;
  line-height: 15px;
}
.sub_contents .brand_search .box .name {
  font-size: 12px;
  color: #333;
  line-height: 15px;
  padding: 3px 0 8px;
}
/*20140411 */
.sub_contents .brand_search .box .btn_mall {
  width: 20px;
  position: absolute;
  right: 60px;
  top: 29px;
}
.sub_contents .brand_search .box .btn_phone {
  width: 18px;
  position: absolute;
  right: 20px;
  top: 30px;
}
.sub_contents .show_window_search {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.sub_contents .show_window_search h2 {
  padding-bottom: 5px;
  font-family: 'MyriadPro-Regular';
  font-size: 15px;
  color: #333;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.sub_contents .show_window_search h2 .num {
  color: #7f5b15;
}
.sub_contents .show_window_search .show_window_ul {
  overflow: hidden;
  padding: 10px;
}
.sub_contents .show_window_search .show_window_ul li {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.sub_contents .show_window_search .show_window_ul li .img {
  margin: 5px;
}
.sub_contents .show_window_search .show_window_ul li h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #333;
  text-align: center;
  line-height: 15px;
  font-weight: normal;
}
.sub_contents .show_window_search .show_window_ul li h4 {
  font-family: 'MyriadPro-Semibold';
  font-size: 10px;
  color: #636363;
  text-align: center;
  line-height: 15px;
  font-weight: normal;
}
.sub_contents .fashion_style_search {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.sub_contents .fashion_style_search h2 {
  padding-bottom: 5px;
  font-family: 'MyriadPro-Regular';
  font-size: 15px;
  color: #333;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.sub_contents .fashion_style_search h2 .num {
  color: #7f5b15;
}
.sub_contents .fashion_style_search .fashion_style_ul {
  overflow: hidden;
  padding: 10px;
}
.sub_contents .fashion_style_search .fashion_style_ul li {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.sub_contents .fashion_style_search .fashion_style_ul li .img {
  margin: 5px;
}
.sub_contents .fashion_style_search .fashion_style_ul li .line {
  width: 12px;
  height: 1px;
  background-color: #1c1c1c;
  margin: 8px auto !important;
}
.sub_contents .fashion_style_search .fashion_style_ul li h3 {
  font-family: 'MyriadPro-Semibold';
  font-size: 10px;
  color: #636363;
  text-align: center;
  line-height: 12px;
  font-weight: normal;
}
/* 사이트맵 */
.sub_contents .sitemap_dl {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 10px;
}
.sub_contents .sitemap_dl.first {
  margin-top: 20px;
}
.sub_contents .sitemap_dl.last {
  border-bottom: 1px solid #ccc;
}
.sub_contents .sitemap_dl dt {
  width: 50%;
  float: left;
  font-family: 'MyriadPro-Bold';
  font-size: 15px;
  color: #333;
  line-height: 23px;
}
.sub_contents .sitemap_dl dd {
  width: 50%;
  float: left;
  font-family: 'MyriadPro-Regular';
  font-size: 13px;
  color: #666;
  line-height: 23px;
}
.sub_contents .sitemap_dl dd a {
  color: #666;
}
.sub_contents .sitemap_dl dd a.inner {
  font-size: 12px;
  margin-left: 5px;
}
.sub_contents .sitemap_bottom {
  overflow: hidden;
  position: relative;
}
.sub_contents .sitemap_bottom .store_title {
  width: 33.3%;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #333;
  margin: 20px 0 15px 0;
  position: relative;
}
.sub_contents .sitemap_bottom .store_title span {
  padding-left: 10px;
  position: relative;
}
.sub_contents .sitemap_bottom .store_title .cursor {
  width: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.sub_contents .sitemap_bottom .store_sitemap_ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.sub_contents .sitemap_bottom .store_sitemap_ul li {
  width: 25%;
  float: left;
  position: relative;
}
.sub_contents .sitemap_bottom .store_sitemap_ul li a {
  display: block;
  color: #666;
  text-align: center;
}
.sub_contents .sitemap_bottom .store_sitemap_ul li .line {
  width: 1px;
  height: 14px !important;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
}
.sub_contents .sitemap_bottom .store_sitemap_ul2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.sub_contents .sitemap_bottom .store_sitemap_ul2 li {
  width: 33.3%;
  float: left;
}
.sub_contents .sitemap_bottom .store_sitemap_ul2 li.last {
  width: 33.4%;
  margin-left: -1px;
}
.sub_contents .sitemap_bottom .store_sitemap_ul2 li.left {
  margin-left: -1px;
}
.sub_contents .sitemap_bottom .store_sitemap_ul2 li.bottom {
  margin-top: -1px;
}
.sub_contents .sitemap_bottom .store_sitemap_ul2 li a {
  padding: 10px;
  display: block;
  border: 1px solid #dbdbdb;
  position: relative;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #333;
}
.sub_contents .sitemap_bottom .store_sitemap_ul2 li a .cursor {
  width: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
/* top 버튼 */
.btn_top_area {
  overflow: hidden;
  position: relative;
  text-align: right;
}
.btn_top_area .btn_top {
  width: 45px;
  height: 45px;
  border: 1px solid #989898;
  display: inline-block;
  margin: 10px 10px 9px 0;
}
/* 개인정보 취급방침 */
.sub_contents .private_box {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.sub_contents .private_box h2 {
  font-family: 'Nanum Gothic';
  font-size: 11px;
  color: #7f5b15;
  margin-bottom: 10px;
}
.sub_contents .private_box h3 {
  font-family: 'Nanum Gothic';
  font-size: 11px;
  color: #333;
  margin-bottom: 10px;
}
.sub_contents .private_box p {
  font-family: 'Nanum Gothic';
  font-size: 11px;
  color: #333;
  line-height: 20px;
  margin-bottom: 15px;
}
.sub_contents .private_box .private_dl {
  overflow: hidden;
  font-family: 'Nanum Gothic';
  font-size: 11px;
  color: #333;
  line-height: 20px;
  margin-bottom: 50px;
}
.sub_contents .private_box .private_dl dt {
  width: 13%;
  float: left;
}
.sub_contents .private_box .private_dl dd {
  width: 87%;
  float: left;
}
.sub_contents .private_box table {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.sub_contents .private_box table th {
  padding: 15px 5px;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background: #f0f0f0;
  font-family: 'Nanum Gothic';
  font-size: 11px;
  color: #333;
  text-align: center;
  vertical-align: center;
}
.sub_contents .private_box table tr:first-child th {
  border-top: 1px solid #dfdfdf;
}
.sub_contents .private_box table td {
  padding: 15px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  font-family: 'Nanum Gothic';
  font-size: 10px;
  color: #666;
  text-align: center;
  vertical-align: center;
}
.sub_contents .private_box table tr:first-child td {
  border-top: 1px solid #dfdfdf;
}
/*box_private*/
.sub_contents .box_private {
  position: relative;
}
.sub_contents .box_private .btn_private {
  display: block;
  padding: 10px 0;
  border: 1px solid #c0c0c0;
  font-family: 'Nanum Gothic';
  font-size: 14px;
  color: #666;
  position: relative;
  text-align: center;
}
.sub_contents .box_private .hide_box .line {
  width: 100%;
  display: block;
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 !important;
}
.sub_contents .box_private .hide_box {
  overflow: hidden;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  border-top: 0;
  padding: 10px 0;
  position: relative;
}
.sub_contents .box_private .hide_box a {
  display: block;
  font-family: 'Nanum Gothic';
  padding: 8px 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.sub_contents .box_private .btn_private .cursor {
  width: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*box_category*/
.sub_contents .box_category {
  position: relative;
  margin: 20px 0;
}
.sub_contents .box_category .btn_category {
  display: block;
  padding: 10px 0;
  border: 1px solid #c0c0c0;
  font-size: 14px;
  color: #666;
  position: relative;
  text-align: center;
}
.sub_contents .box_category .btn_category .cursor {
  width: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/* 20140422 추가시작 */
.sub_contents .box_category .category_caption {
  font-weight: bold;
}
.sub_contents .box_category .hide_box .line {
  width: 100%;
  display: block;
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 !important;
}
.sub_contents .box_category .hide_box {
  overflow: hidden;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  border-top: 0;
  padding: 10px 0;
  position: relative;
}
.sub_contents .box_category .hide_box a {
  display: block;
  font-family: 'Nanum Gothic';
  padding: 8px 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}
/* 20140422 추가끝 */
/* 셀렉트박스 */
.sbHolder {
  height: 19px;
  padding: 15px 0;
  position: relative;
  font-family: 'Nanum Gothic';
  font-size: 16px;
  color: #000;
  background: #f5f5f5;
  text-align: center;
}
.sbSelector {
  display: block;
  height: 49px;
  left: 0;
  line-height: 50px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #000;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url('http://cdndm.galleria.co.kr/mob/img/login/title_arr.png') no-repeat center center;
  background-size: 10px auto;
  display: block;
  height: 49px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sbToggle:hover {
  background: url('http://cdndm.galleria.co.kr/mob/img/login/title_arr.png') no-repeat center center;
  background-size: 10px auto;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sbToggleOpen {
  background: url('http://cdndm.galleria.co.kr/mob/img/login/title_arr.png') no-repeat center center;
  background-size: 10px auto;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sbToggleOpen:hover {
  background: url('http://cdndm.galleria.co.kr/mob/img/login/title_arr.png') no-repeat center center;
  background-size: 10px auto;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sbOptions {
  background-color: #fff;
  border-top: 1px solid #dedede;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 99;
  overflow-y: auto;
}
.sbOptions li {
  background: #f5f5f5;
}
.sbOptions a {
  padding: 15px 0;
  border-bottom: solid 1px #dedede;
  display: block;
  outline: none;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #949494;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #000;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #dedede;
  color: #949494;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #dedede;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
/* 점검안내 */
.sub_contents .error_box {
  overflow: hidden;
  position: relative;
  margin: 40px 15px;
  text-align: center;
}
.sub_contents .error_box .error_view {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}
.sub_contents .error_box .error_view h2 {
  font-family: 'Nanum Gothic';
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 27px;
  margin-bottom: 25px;
}
.sub_contents .error_box .error_view h2 span {
  font-weight: bold;
}
.sub_contents .error_box .error_view h3 {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 25px;
}
.sub_contents .error_box .error_view h3 span {
  display: inline-block;
  border-bottom: 1px solid #333;
  color: #333;
  line-height: 15px;
}
.sub_contents .error_box h4 {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
  font-weight: normal;
  line-height: 20px;
}
.sub_contents .error_box .btn_main {
  width: 129px;
  display: block;
  margin: 0 auto;
}
/* 이미 회원가입 */
.sub_contents .reg_box {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sub_contents .reg_box h2 {
  font-family: 'Nanum Gothic';
  font-size: 17px;
  color: #333;
  line-height: 25px;
  margin-bottom: 10px;
}
.sub_contents .reg_box h2 span {
  color: #7f5b15;
}
.sub_contents .reg_box h3 {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #383838;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 35px;
  position: relative;
  padding-top: 10px;
}
.sub_contents .reg_box h3 .t_line {
  width: 22px;
  height: 1px;
  background: #a5a5a5;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -11px;
}
.sub_contents .reg_box .btn_reg_login {
  width: 129px;
  display: block;
  margin: 0 auto 8px auto;
}
.sub_contents .reg_box .btn_reg_id {
  width: 129px;
  display: block;
  margin: 0 auto;
}
.sub_contents .reg_box .btn_reg {
  width: 129px;
  display: block;
  margin: 0 auto;
}
/* ABOUT */
.sub_contents .about_box {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
}
.sub_contents .about_box.first {
  border-bottom: 1px solid #b3b3b3;
  padding-top: 0;
}
.sub_contents .about_box h2 {
  font-family: 'MyriadPro-Bold';
  font-size: 13px;
  color: #666;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 8px;
  text-align: center;
}
.sub_contents .about_box h3 {
  font-family: 'MyriadPro-Bold';
  font-size: 25px;
  color: #333;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.sub_contents .about_box .img {
  margin-bottom: 25px;
}
.sub_contents .about_box p {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #666;
  position: relative;
  margin-bottom: 15px;
  line-height: 20px;
  padding: 0 10px;
}
.sub_contents .about_box p.title {
  font-size: 15px;
  color: #333;
  padding-top: 20px;
}
.sub_contents .about_box p .bold {
  color: #000;
}
.sub_contents .about_box p.title .title_line {
  width: 38px;
  height: 1px;
  background: #4c4c4c;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -19px;
}
.sub_contents .about_box .btn_floor_view {
  width: 131px;
  border: 1px solid #333;
  margin: 0 auto;
}
.sub_contents .history_box {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
}
.sub_contents .history_box h2 {
  position: relative;
  padding: 50px 0 40px 0;
  font-family: 'MyriadPro-Bold';
  font-size: 22px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.sub_contents .history_box h2 .top_line {
  width: 25px;
  height: 35px;
  border-bottom: 1px solid #8a8a8a;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -12px;
}
.sub_contents .history_box h2 .top_line .center_line {
  width: 1px;
  height: 35px;
  display: inline-block;
  background: #8a8a8a;
}
.sub_contents .history_box h2 .bottom_line {
  width: 25px;
  height: 29px;
  border-top: 1px solid #8a8a8a;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 82px;
  margin-left: -12px;
}
.sub_contents .history_box h2 .bottom_line .center_line {
  width: 1px;
  height: 25px;
  display: inline-block;
  background: #8a8a8a;
}
.sub_contents .history_box .img {
  margin-bottom: 25px;
}
.sub_contents .history_box p {
  font-family: 'Nanum Gothic';
  font-size: 14px;
  color: #333;
  position: relative;
  line-height: 20px;
  padding: 0 10px;
}
.sub_contents .history_box .history_text {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 10px;
  margin-top: 30px;
}
.sub_contents .history_box .history_text h3 {
  font-family: 'Nanum Gothic';
  font-size: 15px;
  color: #666;
  margin-top: 5px;
}
.sub_contents .history_box .history_text p {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
/*.sub_contents .about_design_tab {position:relative;overflow:hidden;margin-bottom:30px;width:100%; background: url('http://cdndm.galleria.co.kr/mob/img/customer/th_line.png') 0 0 repeat-y;}
.sub_contents .about_design_tab ul {overflow:hidden; background: url('http://cdndm.galleria.co.kr/mob/img/customer/line_x.png') 0 0 repeat-x;}
.sub_contents .about_design_tab ul li {float:left; width:50%; background: url('http://cdndm.galleria.co.kr/mob/img/customer/line_x.png') 0 100% repeat-x; border-left:0; line-height:14px; text-align:center;}
.sub_contents .about_design_tab ul li:first-child {width:50%;}
.sub_contents .about_design_tab ul li a {display:block;font-family: 'MyriadPro-Bold';font-size:12px;color:#666;border:1px solid #dbdbdb;border-right:0;border-bottom:0;text-align:center;line-height:15px;padding:10px 0;z-index:1;}
.sub_contents .about_design_tab ul li.on {border-bottom:0;margin:0 -1px;z-index:2;background:url('http://cdndm.galleria.co.kr/mob/img/common/arrow_down.png') no-repeat center 30px;background-size:7px 4px;}
.sub_contents .about_design_tab ul li:first-child.on {margin-left:0;}
.sub_contents .about_design_tab ul li:last-child.on {margin-right:0;}
.sub_contents .about_design_tab ul li:last-child a {border-right:1px solid #dbdbdb;}
.sub_contents .about_design_tab {width:100%; background: url('http://cdndm.galleria.co.kr/mob/img/customer/th_line.png') 0 0 repeat-y;}*/
.sub_contents .about_design_tab {
  width: 100%;
  margin-bottom: 30px;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/th_line.png') 0 0 repeat-y;
}
.sub_contents .about_design_tab ul {
  overflow: hidden;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/line_x.png') 0 0 repeat-x;
}
.sub_contents .about_design_tab li {
  float: left;
  width: 50%;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/line_x.png') 0 100% repeat-x;
  border-left: 0;
  line-height: 14px;
  text-align: center;
}
.sub_contents .about_design_tab li a {
  color: #333;
  display: block;
  font-size: 11px;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  background: url('http://cdndm.galleria.co.kr/mob/img/customer/th_line.png') 100% 0 repeat-y;
}
.sub_contents .about_design_tab li a.on,
.about_design_tab li a:hover {
  background: #282828;
  background-image: none;
  color: #ffffff;
}
.sub_contents .about_design_tab li a.on span,
.about_design_tab li a:hover span {
  padding-right: 13px;
  color: #fff;
  background: url('http://cdndm.galleria.co.kr/mob/img/common/arrow_down2.png') 100% 50% no-repeat;
  background-size: 7px 4px;
}
.sub_contents .about_design_tab li.other {
  width: 100%;
}
.sub_contents .about_design_tab ul li.on a {
  color: #333;
  border: 1px solid #5b5b5b;
  border-bottom: 0;
}
.sub_contents .about_design_box {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.sub_contents .about_design_box.on {
  display: block;
}
.sub_contents .about_design_box .line_box {
  border-top: 1px solid #b3b3b3;
  margin-top: 20px;
  padding-top: 10px;
}
.sub_contents .about_design_box .img {
  margin: 0 75px;
}
.sub_contents .about_design_box .img_box {
  margin: 30px 0 0 0;
}
.sub_contents .about_design_box p.galleria_text {
  font-family: 'Nanum Gothic';
  font-size: 14px;
  color: #666;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.sub_contents .about_design_box p.galleria_text img {
  width: 45px;
  margin-top: -2px;
}
.sub_contents .about_design_box h2 {
  font-family: 'MyriadPro-Bold';
  font-size: 17px;
  color: #222;
  text-align: center;
  font-weight: normal;
  margin-top: 15px;
  position: relative;
  line-height: 25px;
}
.sub_contents .about_design_box h2 span {
  font-family: 'MyriadPro-Semibold';
  font-weight: normal;
}
.sub_contents .about_design_box h2.kr {
  font-family: 'Nanum Gothic';
  font-weight: bold;
  margin: 5px 0 15px 0;
}
.sub_contents .about_design_box h2.h2_line {
  padding-top: 15px;
  font-size: 15px;
}
.sub_contents .about_design_box h2.h2_line .title_line {
  width: 30px;
  height: 1px;
  display: block;
  background: #22211b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -15px;
}
.sub_contents .about_design_box h2 .bottom_line {
  width: 30px;
  margin-top: 30px;
  height: 1px;
  display: block;
  background: #22211b;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
}
.sub_contents .about_design_box h3 {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  color: #666;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
.sub_contents .about_design_box h3 .bottom_line {
  width: 30px;
  height: 1px;
  display: block;
  background: #22211b;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
}
.sub_contents .about_design_box p.title {
  font-family: 'Nanum Gothic';
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
  margin-top: 15px;
}
.sub_contents .about_design_box .about_text {
  font-family: 'Nanum Gothic';
  font-size: 15px;
  color: #666;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin: 30px 0;
  padding: 20px 0;
}
.sub_contents .about_design_box .about_text h4 {
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  background: url('http://cdndm.galleria.co.kr/mob/img/common/box_dot.png') no-repeat left 7px;
  background-size: 4px 4px;
  margin-bottom: 20px;
}
.sub_contents .about_design_box .about_text .about_dl {
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}
.sub_contents .about_design_box .about_text .about_dl dt {
  width: 20%;
  float: left;
  font-weight: bold;
}
.sub_contents .about_design_box .about_text .about_dl dd {
  width: 80%;
  float: left;
  margin-bottom: 10px;
}
.sub_contents .about_design_box .about_text .about_dl dd span {
  display: block;
  margin-bottom: 5px;
}
.sub_contents .about_design_box .about_slide00 {
  height: 240px;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  margin: 30px 0;
}
.sub_contents .about_design_box .about_slide00 .about_container00 {
  width: 100%;
  height: 175px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sub_contents .about_design_box .about_slide01 {
  height: 240px;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  margin: 30px 0;
}
.sub_contents .about_design_box .about_slide01 .about_container01 {
  width: 100%;
  height: 175px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sub_contents .about_design_box .about_slide02 {
  height: 240px;
  position: relative;
}
.sub_contents .about_design_box .about_slide02 .about_container02 {
  width: 100%;
  height: 175px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about_slide_item {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.about_page00 {
  width: 100%;
  text-align: center;
  height: 12px;
  line-height: 17px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
.about_page00 > .page_line {
  display: none;
}
.about_page01 {
  width: 100%;
  text-align: center;
  height: 12px;
  line-height: 17px;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 10;
}
.about_page01 > .page_line {
  display: none;
}
.about_page02 {
  width: 100%;
  text-align: center;
  height: 12px;
  line-height: 17px;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 10;
}
.about_page02 > .page_line {
  display: none;
}
/* 앱화면 */
.sub_contents .app_text {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 20px;
}
.sub_contents .app_box {
  border-bottom: 1px solid #ccc;
  padding: 30px 0 40px 0;
}
.sub_contents .app_box h2 {
  font-family: 'Nanum Gothic';
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}
.sub_contents .app_box .img {
  margin: 0 75px;
}
.sub_contents .app_box .btn_app_area {
  margin-top: 30px;
  text-align: center;
}
.sub_contents .app_box .btn_app_area .btn_app {
  width: 110px;
  display: inline-block;
  margin-right: 10px;
}
.sub_contents .app_box .btn_app_area .btn_google {
  width: 110px;
  display: inline-block;
}
/* language */
.language_area {
  position: relative;
  background: url('http://cdndm.galleria.co.kr/mob/img/bg_lang.png') left top;
  background-size: 64px 73px;
  padding: 35px 0 60px 0;
}
.language_area .language_box {
  width: 282px;
  margin: 0 auto;
}
/* 메인 */
.main_slide {
  position: relative;
  overflow: hidden;
}
.main_slide .line {
  width: 33px;
  height: 25px;
  border-top: 1px solid #666;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 90;
  text-align: center;
  margin-left: -16px;
}
.main_slide .line .center_line {
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #666;
}
.main_slide img {
  width: 100%;
}
.show_slide {
  position: relative;
  overflow: hidden;
}
.show_slide img {
  width: 100%;
}
.show_slide .thumb_ul {
  width: 272px;
  overflow: hidden;
  margin: 0 auto;
}
.show_slide .thumb_ul li {
  width: 136px;
  float: left;
}
.notice_area {
  width: 100%;
  height: 45px;
  position: relative;
  overflow: hidden;
  background: #252525;
  opacity: 0;
}
.notice_area .notiec_slide {
  width: 100%;
  height: 15px;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  background: #252525;
}
.notice_area .notiec_slide span {
  font-weight: bold;
}
.notice_area .notiec_slide.bg {
  background: #3d3d3d;
}
.notice_area .btn_notice {
  width: 19px;
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.main_slide_btn {
  position: absolute;
  left: 50%;
  bottom: 17px;
  z-index: 10;
}
.main_slide_btn .btn {
  width: 19px;
  height: 19px;
  display: block;
}
.show_window_area {
  height: 550px;
  position: relative;
  overflow: hidden;
  background: #fff;
  opacity: 0;
}
.show_window_area .show_window_tab {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.show_window_area .show_window_tab .btn_thumb_4 {
  width: 23px;
  height: 23px;
  border-top: 1px solid #c0c1c2;
  border-bottom: 1px solid #c0c1c2;
  position: absolute;
  left: 18px;
  top: 66px;
  display: block;
  background: #fff;
}
.show_window_area .show_window_tab .btn_thumb_4 .box_ul {
  width: 13px;
  height: 13px;
  overflow: hidden;
  margin: 6px 0 0 6px;
}
.show_window_area .show_window_tab .btn_thumb_4 .box_ul li {
  width: 5px;
  height: 5px;
  background: #c0c1c2;
  float: left;
  margin: 0 1px 1px 0;
}
.show_window_area .show_window_tab .btn_thumb_4 .box_ul li:nth-child(even) {
  margin-right: 0;
}
.show_window_area .show_window_tab .btn_thumb_4.on .box_ul li {
  background: #333;
}
.show_window_area .show_window_tab .btn_thumb_1 {
  width: 23px;
  height: 21px;
  border-top: 1px solid #c0c1c2;
  border-bottom: 1px solid #c0c1c2;
  position: absolute;
  right: 18px;
  top: 66px;
  display: block;
  background: #fff;
}
.show_window_area .show_window_tab .btn_thumb_1 .box {
  width: 9px;
  height: 9px;
  background: #c0c1c2;
  margin: 6px 0 0 7px;
}
.show_window_area .show_window_tab .btn_thumb_1.on .box {
  background: #333;
}
.show_window_area .show_window_tab .show_text {
  width: 130px;
  height: 15px;
  padding: 10px 0;
  font-size: 14px;
  font-family: 'MyriadPro-Bold';
  color: #333;
  margin: 62px auto 0;
  position: relative;
  line-height: 15px;
  text-align: center;
}
.show_window_area .show_window_tab .show_text .line_top {
  width: 1px;
  height: 62px;
  background: #8a8a8a;
  position: absolute;
  left: 50%;
  top: -62px;
}
.show_window_area .show_window_tab .show_text .line_1 {
  width: 15px;
  height: 1px;
  background: #8a8a8a;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -7px;
}
.show_window_area .show_window_tab .show_text .line_2 {
  width: 15px;
  height: 1px;
  background: #8a8a8a;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7px;
}
.show_window_area .line2 {
  width: 33px;
  height: 25px;
  border-top: 1px solid #666;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  text-align: center;
  margin-left: -16px;
}
.show_window_area .line2 .center_line {
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #666;
}
.show_window_area .bottom_line {
  width: 1px;
  height: 55px;
  background: #666;
  position: absolute;
  left: 50%;
  bottom: -50px;
  /*bottom:0;*/
}
.show_container_type4 {
  width: 100%;
  height: 350px;
  margin: 30px auto 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
}
.show_container_type1 {
  width: 100%;
  height: 413px;
  position: absolute;
  left: 0;
  top: 130px;
  overflow: hidden;
  z-index: 1;
}
.show_slide_item4 {
  width: 100%;
  height: 324px;
  float: left;
}
.show_slide_item4 ul {
  overflow: hidden;
  background: #fff;
}
.show_slide_item4 ul li {
  width: 50%;
  float: left;
  height: 175px;
}
.show_slide_item4 ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
.show_slide_item4 ul li a img {
  width: 134px;
}
.show_slide_item4 ul li a .title {
  font-size: 12px;
  color: #333;
  text-align: center;
  font-family: 'MyriadPro-Bold';
  line-height: 15px;
}
.show_slide_item4 ul li a .title_desc {
  height: 13px;
  font-size: 9px;
  color: #666;
  text-align: center;
  font-family: 'MyriadPro-Semibold';
  line-height: 15px;
}
.show_slide_item1 {
  width: 100%;
  height: 413px;
  float: left;
  text-align: center;
}
.show_slide_item1 .slide_img {
  width: 283px;
  margin: 0 auto;
}
.show_slide_item1 .title {
  font-size: 25px;
  color: #333;
  text-align: center;
  font-family: 'MyriadPro-Bold';
  line-height: 25px;
  margin-top: 10px;
}
.show_slide_item1 .title_desc {
  height: 13px;
  font-size: 12px;
  color: #333;
  text-align: center;
  font-family: 'MyriadPro-Regular';
  line-height: 15px;
  margin-top: 5px;
}
.main_container {
  width: 100%;
  height: 360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dim_layer {
  width: 100%;
  height: 360px;
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.main_slide_item {
  width: 100%;
  height: 360px;
  float: left;
  position: relative;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
}
.swiper-slide {
  float: left;
}
.main_area {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.main_page {
  width: 100%;
  text-align: center;
  height: 12px;
  padding: 20px 0;
  line-height: 17px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
/*.show_page {text-align: center;height:12px;padding:20px 0;line-height:17px;position:relative;margin-bottom:40px;}*/
.show_window_area .show_page {
  width: 100%;
  text-align: center;
  height: 12px;
  padding: 20px 0;
  line-height: 17px;
  position: absolute;
  left: 0;
  bottom: 35px;
  /*bottom:-35px;*/
  z-index: 10;
  opacity: 0;
}
.page_line {
  width: 100px;
  height: 1px;
  background: #8a8a8a;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.page_line .center_line {
  width: 1px;
  height: 66px;
  background: #8a8a8a;
  position: absolute;
  left: 50%;
  top: 0;
}
.main_page > .page_line {
  width: 100px;
  height: 1px;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.main_page > .page_line .center_line {
  width: 1px;
  height: 66px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 6px;
}
.main_page > .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 7px;
  cursor: pointer;
  border: 1px solid #fff;
  overflow: hidden;
  background: transparent;
}
.main_page > .line01 {
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: -46px;
  display: none;
}
.main_page > .line02 {
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: -20px;
  display: none;
}
.main_page > .line03 {
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: 6px;
  display: none;
}
.main_page > .line04 {
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: 32px;
  display: none;
}
.main_page > .swiper-active-switch {
  background: #fff;
  border: 1px solid #fff;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  margin: 0 7px;
  cursor: pointer;
  border: 1px solid #666;
  overflow: hidden;
}
.swiper-active-switch {
  background: #8a8a8a;
  border: 1px solid #8a8a8a;
}
.show_page > .page_line {
  opacity: 0;
}
.fashion_area {
  height: 930px;
  background: #292929;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.fashion_area .fashion_text {
  width: 150px;
  height: 15px;
  padding: 10px 0;
  font-size: 14px;
  font-family: 'MyriadPro-Bold';
  color: #fff;
  margin: 22px auto 0;
  position: relative;
  line-height: 15px;
  text-align: center;
}
.fashion_area .fashion_text .line_top {
  width: 1px;
  height: 22px;
  background: #949494;
  position: absolute;
  left: 50%;
  top: -22px;
}
.fashion_area .fashion_text .line_1 {
  width: 15px;
  height: 1px;
  background: #949494;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -7px;
}
.fashion_area .fashion_text .line_2 {
  width: 15px;
  height: 1px;
  background: #949494;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7px;
}
.fashion_area .center_line {
  width: 1px;
  height: 800px;
  background: #949494;
  position: absolute;
  left: 50%;
  top: 57px;
}
.fashion_area .center_line_bottom {
  width: 24px;
  height: 15px;
  padding: 3px 0;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  position: absolute;
  left: 50%;
  bottom: 51px;
  margin-left: -12px;
  font-family: 'MyriadPro-Semibold';
  font-size: 10px;
  color: #e0e0e0;
  text-align: center;
}
.fashion_area .f_box01 {
  width: 150px;
  position: absolute;
  left: 50%;
  top: 122px;
  margin-left: -140px;
}
.fashion_area .f_text01 {
  width: 150px;
  height: 120px;
  padding-top: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 122px;
  text-align: center;
  margin-left: 10px;
}
.fashion_area .f_text01 .s_text {
  font-family: 'MyriadPro-Semibold';
  font-size: 9px;
  color: #979797;
}
.fashion_area .f_text01 .b_text {
  width: 150px;
  font-family: 'MyriadPro-Semibold';
  font-size: 15px;
  color: #fff;
  line-height: 15px;
  white-space: pre-wrap;
}
.fashion_area .f_text01 .btn_more {
  width: 23px;
  margin-top: 15px;
}
.fashion_area .f_box02 {
  width: 150px;
  position: absolute;
  left: 50%;
  top: 294px;
  margin-left: -10px;
}
.fashion_area .f_text02 {
  width: 150px;
  height: 120px;
  padding-top: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 294px;
  text-align: center;
  margin-left: -150px;
}
.fashion_area .f_text02 .s_text {
  font-family: 'MyriadPro-Semibold';
  font-size: 9px;
  color: #979797;
}
.fashion_area .f_text02 .b_text {
  width: 150px;
  font-family: 'MyriadPro-Semibold';
  font-size: 15px;
  color: #fff;
  line-height: 15px;
  white-space: pre-wrap;
}
.fashion_area .f_text02 .btn_more {
  width: 23px;
  margin-top: 15px;
}
.fashion_area .f_box03 {
  width: 150px;
  position: absolute;
  left: 50%;
  top: 466px;
  margin-left: -140px;
}
.fashion_area .f_text03 {
  width: 150px;
  height: 120px;
  padding-top: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 466px;
  text-align: center;
  margin-left: 10px;
}
.fashion_area .f_text03 .s_text {
  font-family: 'MyriadPro-Semibold';
  font-size: 9px;
  color: #979797;
}
.fashion_area .f_text03 .b_text {
  width: 150px;
  font-family: 'MyriadPro-Semibold';
  font-size: 15px;
  color: #fff;
  line-height: 15px;
  white-space: pre-wrap;
}
.fashion_area .f_text03 .btn_more {
  width: 23px;
  margin-top: 15px;
}
.fashion_area .f_box04 {
  width: 150px;
  position: absolute;
  left: 50%;
  top: 638px;
  margin-left: -10px;
}
.fashion_area .f_text04 {
  width: 150px;
  height: 120px;
  padding-top: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 638px;
  text-align: center;
  margin-left: -150px;
}
.fashion_area .f_text04 .s_text {
  font-family: 'MyriadPro-Semibold';
  font-size: 9px;
  color: #979797;
}
.fashion_area .f_text04 .b_text {
  width: 150px;
  font-family: 'MyriadPro-Semibold';
  font-size: 15px;
  color: #fff;
  line-height: 15px;
  white-space: pre-wrap;
}
.fashion_area .f_text04 .btn_more {
  width: 23px;
  margin-top: 15px;
}
/* =============================== footer  =============================== */
#footer {
  padding: 17px;
  position: relative;
  background: #161616;
  overflow: hidden;
  z-index: 12;
  opacity: 0;
}
#footer h1 {
  width: 76px;
}
#footer .footer_ul {
  overflow: hidden;
  margin-top: 10px;
}
#footer .footer_ul li {
  float: left;
  position: relative;
  padding: 0 6px;
  line-height: 15px;
}
#footer .footer_ul li:first-child {
  padding-left: 0;
}
#footer .footer_ul li .dot {
  width: 1px;
  height: 8px;
  background: #c8c8c8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
#footer .footer_ul li a {
  font-size: 10px;
  color: #b2b2b2;
  font-family: 'Nanum Gothic';
  font-weight: bold;
}
#footer p {
  font-size: 10px;
  color: #858585;
  font-family: 'Nanum Gothic';
  padding: 10px 0;
  line-height: 15px;
}
#footer p a {
  color: #858585;
  text-decoration: underline;
  font-weight: bold;
}
#footer p.copyright {
  font-family: 'MyriadPro-Bold';
}
#footer p.copyright span {
  color: #ccc;
}
/*#footer .view_version{display:block; width:90px; font-family:'Nanum Gothic'; color:#fff; border:1px solid #fff; font-size:10px; line-height:16px; padding:2px 0; text-align:center; position:absolute; top:15px; right:13px}*/
#footer .view_version {
  display: block;
  width: 75px;
  font-family: 'Nanum Gothic';
  color: #fff;
  border: 1px solid #fff;
  font-size: 9px;
  line-height: 14px;
  padding: 2px 0 1px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 10px;
}
/* =============================== bxslider =============================== */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-pager,
.bx-controls {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: 99;
}
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('http://cdndm.galleria.co.kr/mob/img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 5px;
  outline: 0;
  border: 1px solid #666;
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #666;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('http://cdndm.galleria.co.kr/mob/img/slide_btn.png') no-repeat 0 0;
  background-size: 9px 35px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('http://cdndm.galleria.co.kr/mob/img/slide_btn.png') no-repeat 0 -18px;
  background-size: 9px 35px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 10%;
  margin-top: -58px;
  outline: 0;
  width: 9px;
  height: 17px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('http://cdndm.galleria.co.kr/mob/img/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('http://cdndm.galleria.co.kr/mob/img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* 메인 배너 */
.banner_section {
  display: none;
}
.gall_banner {
  position: relative;
  overflow: hidden;
}
.banner_section {
  position: relative;
}
.ban_r_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.2%;
}
.gall_random_banner {
  position: absolute;
  width: 89%;
  padding: 0 2.9%;
  top: 45%;
}
.well {
  padding: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-user-select: none;
}
.ban_txt img {
  width: 132px;
}
.well > h2 {
  padding: 0;
  width: 77%;
}
.slider {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.slider img {
  width: 100%;
}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -360px 0;
  }
  100% {
    background-position: 360px 0;
  }
}
.dutyfree .floor_tab .text {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 1px solid #dbdbdb;
}
/* 20140818 면세점 소개 */
.sub_contents p.dutyintlogo {
  padding: 3% 20%;
}
.sub_contents p.dutyinttxt {
  font-size: 14px;
  padding: 3% 7px 5%;
}
/* 20140818 면세점 이용가이드 */
.sub_contents .dutyguidelist {
  font-weight: bold;
  font-size: 15px;
}
.sub_contents .dutylisttxt {
  font-size: 12px;
  padding: 2% 0 7%;
}
.sub_contents .dutylisttxt li {
  padding: 2px 0;
}
.sub_contents .dutylisttxt li .dutysubtxtlist {
  padding-left: 15px;
}
.sub_contents .dutylisttxt li.colorred {
  color: red;
}
/* 20140818 면세점 멤버십카드 */
.sub_contents .introduty_text {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 17px;
  padding: 0 20% 2%;
}
.sub_contents .introduty_card {
  width: 170px;
  margin: 10px auto 20px auto;
}
.sub_contents .introduty_sub_text {
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 17px;
  padding-bottom: 30px;
}
.dutymemcard {
  padding: 0 10px;
}
.dutymemcard h5 {
  font-family: 'Nanum Gothic';
  font-size: 16px;
  color: #333;
  margin: 15px 0 10px 0;
}
.dutymemcard h5.last {
  margin: 40px 0 10px 0;
}
.dutymemcard p.cursor_dot {
  padding-left: 20px;
  font-family: 'Nanum Gothic';
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background: url('http://cdndm.galleria.co.kr/mob/img/card/img_cursor_dot.png') no-repeat 7px 7px;
  background-size: 5px 7px;
  line-height: 20px;
  margin: 15px 0 5px 0;
}
.dutymemcard .card_list_ul {
  overflow: hidden;
  position: relative;
  margin-left: 15px;
}
.dutymemcard .card_list_ul li:first-child {
  border-top: 1px solid #ccc;
}
.dutymemcard .card_list_ul li {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
}
.dutymemcard .card_list_ul li span.text {
  width: 70px;
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  color: #000;
}
.dutymemcard .card_list_ul li .card_list_dl {
  overflow: hidden;
  position: relative;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  color: #666;
}
.dutymemcard .card_list_ul li .card_list_dl dt {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10px;
  font-size: 14px;
  color: #000;
}
.dutymemcard .card_list_ul li .card_list_dl dd.first {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.dutymemcard .card_list_ul li .card_list_dl dd {
  margin-left: 85px;
}
.dutymemcard p.dot_s {
  padding-left: 10px;
  background: url('http://cdndm.galleria.co.kr/mob/img/card/img_s_dot.png') no-repeat 4px 6px;
  background-size: 4px 5px;
  font-family: 'Nanum Gothic';
  font-size: 11px;
  color: #666;
  margin: 5px 0 0 7px;
}
.dutymemcard ul.onestep li {
  padding: 0 0 20px 12px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  background: url('http://cdndm.galleria.co.kr/mob/img/dutyfree/icon01.gif') 0 5px no-repeat;
  font-family: 'Nanum Gothic';
}
.dutymemcard ul.onestep ul.substep li {
  background: url('http://cdndm.galleria.co.kr/mob/img/dutyfree/icon02.gif') 0 75% no-repeat;
  padding: 12px 0 0 12px;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Nanum Gothic';
}
/* 20141222 sns로그인, 회원가입, 마이페이지 */
.intro_sub {
  display: block;
  text-align: center;
  color: #666;
  margin-bottom: 32px;
}
.btn_member_join {
  width: 299px;
  margin: 0 auto 20px auto;
}
.sp_btn_sns ul {
  overflow: hidden;
  width: 299px;
  margin: 0 auto;
}
.sp_btn_sns ul li {
  float: left;
}
.sp_btn_sns ul li a {
  display: inline-block;
  height: 80px;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  background-size: 299px;
  background-image: url("http://cdndm.galleria.co.kr/mob/img/sp_btn_sns_login.jpg");
  background-repeat: no-repeat;
}
.sp_btn_sns_join ul li a {
  background-image: url("http://cdndm.galleria.co.kr/mob/img/sp_btn_sns_member_join.jpg");
}
.sp_btn_sns ul li.sp_f a {
  background-position: -100px 0;
}
.sp_btn_sns ul li.sp_k a {
  background-position: -200px 0;
  width: 99px;
}
/* 개인정보취급방침 판매자리스트 관련 */
div.terms {
  position: relative;
}
.my_terms div.layerPop {
  width: 600px;
  background: #fff;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -300px;
  z-index: 9999;
  overflow: inherit !important;
  display: none;
}
.layerOff {
  position: absolute;
  top: 7px;
  right: -137px;
}
.layerPop.terms_pop h3 {
  color: #1a1a1a;
  padding: 10px 0 !important;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.layerPop.terms_pop .close {
  position: absolute;
  right: 0;
  top: -35px;
}
.layerPop.terms_pop .close img {
  width: 23px;
}
.my_terms div.layer_body {
  padding: 10px;
  position: relative;
  overflow: inherit !important;
}
.layerPop.terms_pop .layer_contents {
  height: 400px;
  overflow-y: scroll !important;
}
.layer_contents .cell_list {
  display: inline-block;
  width: 22%;
  padding: 1%;
  border-bottom: 1px dashed #ccc;
}
a.layer_open_link {
  color: #26509d !important;
  text-decoration: underline !important;
}
@media (max-width: 480px) {
  .my_terms div.layerPop.terms_pop {
    width: 98%;
    left: 50%;
    margin-left: -49%;
    top: 14%;
  }
  .layerPop.terms_pop .layer_contents {
    height: 400px;
  }
}
