@charset "utf-8";
/*----------------------------------------
  Yoursite Style
----------------------------------------*/
#adv-zendesk {
  width: 342px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#adv-zendesk a:link, #adv-zendesk a:visited {
 color:#004280;
}

#adv-zendesk .pt-0 {
  padding-bottom: 0;
}
#adv-zendesk .mt-0 {
  margin-bottom: 0;
}
#adv-zendesk .text-red {
  color: red;
}
#adv-zendesk.notify-boxWrap {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-radius: .57143rem;
  box-shadow: 0 0 0.42857rem 0 rgba(0, 0, 0, .2);
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  margin: 0 1rem 1rem 0;
  z-index: 1000;	
}
#adv-zendesk .notify-boxHeader {
  background-color: #004280;
  padding: 1rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: .57143rem .57143rem 0 0;
}
#adv-zendesk .notify-close {
  float: right;
}
#adv-zendesk .notify-boxWrapInner {
  padding: 1rem;
  line-height: 1.5;	
}
#adv-zendesk h4 {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: bold;
}
#adv-zendesk p {
  line-height: 1.3em;
  padding: 0;
  margin: 1.2rem 0;
}
#adv-zendesk .notify-textSM {
  font-size: 14px;
  line-height:1.5em;
  color: #333;	
}
#adv-zendesk .notify-btn {
  display: inline-block;
  margin: 0;
  padding: 0.571429rem 1rem;
  min-width: 10em;
  border: 1px solid #004280;
  border-radius: 0;
  cursor: pointer;
  background-color: #004280;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}

#adv-zendesk .notify-btnB {
  margin-left: 0.5rem;
  background-color: #fff;
  color: #004280;
}

.akr {
	font-family: "맑은 고딕", "Malgun Gothic", "Arial", "Helvetica", " sans-serif";
}
.akr .notify-btn {
  padding:0.32rem!important;
  font-size:12px!important;
}
.akr .notify-btnB {
  margin-left: 0.1rem!important;
}
fieldset#group-subscribe-agree, fieldset#group-live-chat-agree {
	margin-top: 6px;
    margin-bottom: 12px;
}
#adv-zendesk .notify-btnGroup {
    margin: 20px 0 8px;
}
@media screen and (max-width: 768px) {
  #adv-zendesk {
    width: 100%;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #adv-zendesk.notify-boxWrap {
    border-radius: 0;
    box-shadow: 0 0 0 0;
  }
	#adv-zendesk .notify-boxHeader {
  border-radius:0;
}
}