@charset "UTF-8";
/* NHN Technology Services UI Development Team2 */
/* Common */
* {
  box-sizing: border-box;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

#u_skip {
  position: relative;
  z-index: 2147483647;
}

#u_skip a {
  position: absolute;
  top: -300px;
  left: 0;
  width: 128px;
  border: 1px solid #4ec53d;
  background: url(https://ssl.pstatic.net/static/common/sp_u_skip.png) repeat-x
    scroll 0 -11px transparent;
  text-align: center;
  outline: medium none;
}

#u_skip a:active,
#u_skip a:focus {
  top: 0;
  text-decoration: none;
  cursor: pointer;
}

#u_skip a span {
  display: inline-block;
  padding: 2px 6px 0 0;
  background: url(https://ssl.pstatic.net/static/common/sp_u_skip.png) no-repeat
    scroll 100% 11px transparent;
  font-size: 11px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -1px;
}

html,
body {
  height: 100%;
}

body,
input,
textarea,
select,
button,
table {
  /* font-family: "나눔고딕", NanumGothic, "맑은 고딕", Malgun Gothic, "돋움",
    Dotum, Helvetica, AppleSDGothicNeo, "새굴림", "New Gulim", Sans-serif; */
}

body {
  overflow: auto;
  /* background-color: #e3e5e8; */
}

a {
  color: inherit;
}

input {
  border: 0;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.align_center {
  text-align: center !important;
}

.visible_block {
  display: block;
}

/* _mixin.scss */
/* _layout.scss */
#wrap {
  /* min-width: 486px; */
  height: 100%;
}

#wrap.footer_hide #container {
  bottom: 0;
}

#wrap.footer_hide #footer {
  display: none;
}

#container {
  /* display: none; */
  position: fixed;
  z-index: 100000;
  /* left: 0; */
  right: 23px;
  border-radius: 14px;
  /* top: 5px; */
  bottom: 100px;
  overflow: hidden;
  width: 100%;
  /* min-width: 486px;
	max-width: 1300px; */
  max-width: 450px;
  /* min-height: 670px; */
  max-height: 700px;
  background: #fff;
  height: 110%;
  overflow: hidden;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  /* margin: 0 auto 8px; */
}

#container:focus { 
	outline: none !important;
}

#container .closeBtn {
  position: absolute;
  right: 20px;
  top: 22px;
}

#container .closeBtn .ico_close{
	width:21px;
	height:21px;
}

#snb {
  float: left;
  min-width: 264px;
  width: 22.31%;
  height: 100%;
  margin: 0 10px;
  background-color: #fff;
}

#aside {
  float: right;
  position: relative;
  z-index: 29;
  width: 220px;
  height: 100%;
  margin: 0 10px;
  background-color: yellowgreen;
}

#content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  width: auto;
  height: 100%;
  background-color: pink;
}

@media screen and (max-width: 1200px) {
  #container {
    /* max-width: 95%; */
    top: auto !important;
    background: none;
    bottom: 20px;
    right: 0;
    /* padding: 20px; */
    /* left: 50%;
    top: 50% !important;
		transform: translate(-50%, -50%); */
    padding: 0 20px;
  }
  #container #content {
    box-sizing: border-box;
    padding: 0;
    width: 95%;
    /* max-width: 320px; */
    background: #f18924;
    border-radius: 14px;
    width: 100%;
    margin: 0 auto;
  }

  #header .inner {
    padding-right: 7px;
  }
  #header .gnb_setting {
    padding-right: 9px;
  }
  #header .gnb_setting:before {
    left: 1px;
  }
  #header .gnb_setting em {
    display: none;
  }
  #header .gnb_my_namebox {
    padding-right: 10px;
  }
  #container {
    top: 5px;
  }
  #snb,
  #aside {
    margin: 0 8px;
  }
}

@media screen and (max-width: 960px) {
  #content {
    /* min-width: 470px; */
    margin: 0 8px;
  }
  #aside,
  .u_skip_aside {
    display: none;
  }
}

@media screen and (max-width: 763px) {
  #container {
    top: 5px;
    max-height:600px;
  }
  #snb,
  #aside,
  .u_skip_snb,
  .u_skip_aside {
    display: none;
  }
  #content {
    /* min-width: 470px; */
    margin: 0 8px;
  }
}

/* header.scss*/
#header {
  /* min-width: 470px; */
  height: 54px;
  background-color: #00c73c;
  border-bottom: 1px solid #00af35;
}

#header .inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

#header .talk_title_area {
  float: left;
  margin-top: 14px;
}

#header .talk_title_area .logo,
#header .talk_title_area .title {
  display: block;
  overflow: hidden;
  float: left;
  vertical-align: top;
}

#header .talk_title_area .logo {
  background-image: url(../img/sp_layout.png);
  width: 55px;
  height: 12px;
  background-position: 0px -38px;
  margin-top: 8px;
}

#header .talk_title_area .title {
  background-image: url(../img/sp_layout.png);
  width: 43px;
  height: 28px;
  background-position: 0px 0px;
  margin-left: 6px;
}

#header .gnb_wrap {
  float: right;
  position: relative;
  z-index: 30;
}

#header .gnb_area {
  float: right;
}

@media screen and (max-width: 763px) {
  #header {
    height: 45px;
  }
  #header .inner {
    padding-left: 21px;
  }
  #header .gnb_wrap {
    display: none;
  }
  #header .talk_title_area {
    margin-top: 12px;
  }
  #header .talk_title_area .logo {
    background-image: url(../img/sp_layout.png);
    width: 56px;
    height: 13px;
    background-position: -53px 0px;
    margin-top: 4px;
  }
  #header .talk_title_area .title {
    background-image: url(../img/sp_layout.png);
    width: 36px;
    height: 20px;
    background-position: 0px -60px;
    margin-left: 5px;
  }
}

/* _footer.scss */
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 32px;
  min-width: 330px;
  font-family: verdana, Helvetica, Sans-serif;
  line-height: 22px;
  text-align: center;
}

#footer .talk_copyright {
  font-size: 10px;
  color: #bdbdbd;
}

#footer .talk_copyright strong {
  color: #dd9000;
}

/* _ico_common.scss */
[class*="ico_common_"] {
  display: block;
  overflow: hidden;
  vertical-align: top;
}

.ico_common_coupon {
  background-image: url(../img/sp_common.png);
  width: 13px;
  height: 11px;
  background-position: -90px -122px;
}

.ico_common_groups {
  background-image: url(../img/sp_common.png);
  width: 13px;
  height: 11px;
  background-position: -67px -122px;
}

.ico_common_home {
  background-image: url(../img/sp_common.png);
  width: 16px;
  height: 14px;
  background-position: -127px -30px;
}

.ico_common_star_blue {
  background-image: url(../img/sp_common.png);
  width: 22px;
  height: 22px;
  background-position: 0px -60px;
}

.ico_common_star_gray {
  background-image: url(../img/sp_common.png);
  width: 22px;
  height: 22px;
  background-position: -32px -60px;
}

.ico_common_off {
  background-image: url(../img/sp_common.png);
  width: 33px;
  height: 19px;
  background-position: 0px -31px;
}

.ico_common_on {
  background-image: url(../img/sp_common.png);
  width: 33px;
  height: 19px;
  background-position: -84px 0px;
}

.ico_common_x {
  background-image: url(../img/sp_common.png);
  width: 9px;
  height: 9px;
  background-position: -127px -102px;
}

.ico_common_service.blog {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: -127px 0px;
}

.ico_common_service.booking {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: -84px -29px;
}

.ico_common_service.cafe {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: -90px -92px;
}

.ico_common_service.happybean {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: -60px -92px;
}

.ico_common_service.kin {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: -30px -92px;
}

.ico_common_service.pay {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: -64px -60px;
}

.ico_common_service.post {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: 0px -92px;
}

.ico_common_service.talktalk {
  background-image: url(../img/sp_common.png);
  width: 20px;
  height: 20px;
  background-position: -94px -60px;
}

.ico_common_address {
  background-image: url(../img/sp_common.png);
  width: 11px;
  height: 14px;
  background-position: -24px -122px;
}

.ico_common_counsel_time {
  background-image: url(../img/sp_common.png);
  width: 14px;
  height: 14px;
  background-position: -127px -54px;
}

.ico_common_introduction {
  background-image: url(../img/sp_common.png);
  width: 14px;
  height: 14px;
  background-position: 0px -122px;
}

.ico_common_tel {
  background-image: url(../img/sp_common.png);
  width: 12px;
  height: 12px;
  background-position: -45px -122px;
}

.ico_common_url {
  background-image: url(../img/sp_common.png);
  width: 14px;
  height: 14px;
  background-position: -127px -78px;
}

.ico_common_response {
  display: inline-block;
  vertical-align: middle;
}

.ico_common_response.fast {
  background-image: url(../img/sp_common.png);
  width: 74px;
  height: 21px;
  background-position: 0px 0px;
}

.ico_common_official {
  background-image: url(../img/sp_common.png);
  width: 14px;
  height: 14px;
  background-position: -43px -31px;
}

.layer_alert {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1500;
  width: 306px;
  padding: 15px 26px 24px;
  background: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.layer_alert button[type="button"] {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.layer_alert .alert_title {
  display: block;
  margin-top: 9px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.layer_alert .alert_text {
  margin-top: 14px;
  font-size: 13px;
  color: #333;
  text-align: center;
  line-height: 22px;
}

.layer_alert .alert_text_point {
  font-weight: 400;
  color: #00c73c;
}

.layer_alert .btn_area {
  margin-top: 21px;
}

.layer_alert .btn_area button {
  display: block;
  width: 100%;
  padding: 8px 0 9px;
  border: 1px solid #ccc;
  color: #666;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}

.layer_alert .btn_area button.btn_primary {
  border-color: #00c73c;
  background: #00c73c;
  color: #fff;
}

.layer_alert .btn_area.btn_2cols:after {
  display: block;
  clear: both;
  content: "";
}

.layer_alert .btn_area.btn_2cols button {
  float: left;
  width: 122px;
}

.layer_alert .btn_area.btn_2cols button + button {
  margin-left: 8px;
}

.layer_alert .btn_alert_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/*# sourceMappingURL=talk_common.css.map */
