@charset "utf-8";

/*webfont*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/*reset css*/
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,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/*add*/
address, caption, strong, em, cite {
  font-weight:normal;
  font-style:normal;
}
table caption {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  color:white;
  text-decoration: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

/*page css*/
html {
  font-size: 14px;
}
html, body {
  height: 100%;
}
body {
  background: #000;
  font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  color: #fff;
}
a {
  color: #fff;
}
#wrapper {
  height: 100%;
  background: url(/resources/premiumshop/images/background_visual.png) no-repeat center 70px;  
}
.wrap {
  min-height: 100%;
  margin-bottom: -130px;
}
/*header*/
header {
  position: relative;
  height: 70px;
  padding-top: 21px;
  border-bottom: 1px solid #141414;
  text-align: center;
}
nav {
  /* position: absolute; */
  margin-top: 30px;
  top: 26px;
  left: 50px;
}
nav li {
  display: inline-block;
  position: relative;
  margin-right: 50px;
  font-size: 1.143rem;
}
nav li:last-child {
  margin-right: 0;
}
nav li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #C31011;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

nav li.on:after {
  opacity: 1;
  width: 100%;
  left: 0;
}

nav li:hover:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
nav li a {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 10px 0;
}
h1 img {
  width: 153px;
}
.member {
  height: 48px;
  width: 48px;
}
.ico_member {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 50px; 
  width: 48px;
  height: 48px;
  border-radius: 50%;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.ico_member:hover {
  background: #4e0606;

}
.ico_member img {
  width: 48px;
}
.ico_menu {
  display: none;
}
.login_box {
  position: absolute;
  top: 70px;
  right: 50px;
  width: 240px;
  height: 228px;
  padding: 20px;
  background: #EBEBEB;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;  
  transition: all 0.3s;
  opacity: 0;
  display: none;
}
.member.login_open .login_box {
  opacity: 1;
  display: block;
}
input:focus {
  outline: none;
}
.login_box input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 5px 0 36px; 
  border: 1px solid #E3E3E3;
  font-size: 1rem;
}
.login_box input[type="password"] {
  width: 100%;
  height: 40px;
  padding: 0 5px 0 36px; 
  border: 1px solid #E3E3E3;
  font-size: 1rem;
}
.login_box input::placeholder {
  color: #C1C1C1;
}
.input_pw {
  margin-top: 10px;
}
.input_id {
  background: #fff url(/resources/premiumshop/images/ico_id.png) no-repeat 8px 8px;
  background-size: 24px 24px;
}
.input_pw {
  background: #fff url(/resources/premiumshop/images/ico_pw.png) no-repeat 8px 8px;
  background-size: 24px 24px;
}
.check_box {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  color: #727272;
}
.check_box p {
  width: 50%;
}
.check_box p:nth-child(1) {
  border-right: 1px solid #C1C1C1;
  text-align: right;
  text-align: left;
}
.check_box p:nth-child(2) {
  text-align: right;
  cursor: pointer;
}

/*checkbox*/
.checklabel {
  display: inline-block; 
  position: relative; 
  padding-left: 22px; 
  cursor: pointer; 
  line-height: 16px; 
  margin-right: 15px;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
}
.checklabel:last-child {
  margin-right: 0;
}
.checklabel input {
  position: absolute; 
  opacity: 0; 
  cursor: pointer; 
  height: 0; 
  width: 0;
}
.checklabel .checkmark {
  position: absolute; 
  top: -2px; 
  left: 0; 
  height: 16px; 
  width: 16px; 
  background: #fff;
  border: 1px solid #C1C1C1;
}
.checklabel input:checked ~ .checkmark {
  background: #C31011;
  border: 1px solid #C31011;
}
.checklabel .checkmark:after {
  content: ""; 
  position: absolute; 
  display: none;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel .checkmark:after {
  left: 3px; 
  top: 0; 
  width: 5px; 
  height: 10px; 
  border: solid white; 
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg);
}

.btn_row {
  margin-top: 22px;  
}
.btn_row button {
  width: 96px;
  height: 46px;
  padding: 0;
  border-radius: 2px;
  color: #fff;  
  font-size: 1rem;
  font-weight: 600;
}
.btn_login_open {
  width: 100%;
  background: #C31011;
  border: none;
  cursor: pointer;
}
.btn_login_close {
  margin-left: 2px;
  background: #77777D;
}
.mem_mob_bg {
  display: none;
}
/*main*/
section {
  min-height: 860px;
  padding-top: 137px;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 0;
  padding: 70px 0 0;
  flex-grow: 1;
}
.contentWrap{
    height: 100%;
}
.content{
    padding-top: 0px;
    max-width: 1280px;
    min-width: 1080px;
    margin: auto;
}
.pageHeaderSection{
    padding: 15px 30px;
}
.pageBodySection{
    padding: 15px 30px;
}
.pageBodySection.whiteBg{
    padding: 15px 30px;
    color: #000;
}

.itemSection{
    margin: 20px 0;
}
.fc_red{
    color: #C31011
}

.grayBox{
    background: gray;
    padding-left: 20px;
}
.flexBox{
    display: flex;
    align-items: center;
    padding: 0px;
    font-size: 20px;
}

table.dataTable.defaultTable thead tr {
    background: #e9e9e9;
    color: #000;
}
table.dataTable.defaultTable thead tr th{
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px solid #acacaa;
}
table.dataTable.defaultTable tbody tr {
    background-color: #00000060;
}
table.dataTable.defaultTable tbody tr td{
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px dashed #acacaa;
    font-size: 16px;
    line-height: 22px;
    
}
table.dataTable.defaultTable.noHeaderTable thead {
    display: none;
}
table.dataTable.defaultTable.noHeaderTable thead tr{
    display: none;
}
table.dataTable.defaultTable.noHeaderTable thead tr th{
    display: none;
}

.searchSelectBox{
    width: 120px;
    padding: 0px 8px;
    height: 42px;

}
.searchDateBox{
    width: 180px;
    padding: 0px 8px;
    height: 42px;

}
.searchTextBox{
    width: 220px;
    padding: 0px 8px;
    height: 42px;

}
.searchButton{
    width: 120px;
    padding: 0px 8px;
    height: 42px;

}
.excelExportButton{
    padding: 0px 8px;
    height: 42px;
}
.bgred{
    background: #EA3334;
    color: #ffffff
}

h2 {
  font-family: 'NanumSquare';
  text-align: center;
}
h2 p:nth-child(1) {
  font-size: 2.286rem;
  font-weight: 100;
}
h2 p:nth-child(2) {
  margin-top: 12px;
  font-size: 3.143rem;
  font-weight: 600;
}
h2 p:nth-child(3) {
  margin-top: 30px;
  color: #7C7C7C;
  font-size: 1.429rem;
}
.br_mo {
  display: none;
}
.contents {
  display: flex;
  justify-content: space-between;
  margin-top: 104px;
}
.contents>div {
  display: flex;
  width: 48.7951807%;
  height: 230px;
}
.contents .box_conts {
  display: flex;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;  
  transition: all 0.2s;  
}
.contents .box_conts>div:nth-child(1) {
  width: 67%;
  padding: 33px 0 0 30px;
  background: rgba(39, 39, 39, 0.8);
}
.contents .box_conts>div:nth-child(2) {
  position: relative;
  width: 33%;
  background: rgba(195, 16, 17, 0.3);
}
.contents>div:hover .box_conts {
  top: -10px;
}
.contents>div:hover .box_conts>div:nth-child(2) {
  background: rgba(195, 16, 17, 0.5);
}
h3 {
  font-family: 'NanumSquare';
  font-size: 1.571rem;
}
.desc {
  margin-top: 12px;
  color: #C1C1C1;
  font-size: 1rem;
}
.btn_more {
  margin-top: 26px;
  padding: 7px 25px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8571rem;
}
.btn_more:hover {
  background: #C31011;
  border: 1px solid #C31011;
}
.phone {
  margin: 13px 0 17px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.714rem;
}
.cs {
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  font-size:  0.9286rem;
}
.cs span {
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 4px 8px 6px;
  background: #383838;
  margin-right: 8px;
  border-radius: 2px;
  font-size: 0.7857rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 200;
}
.box1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;  
  width: 160px;
  height: 230px;
  background: url(/resources/premiumshop/images/photo1.png) no-repeat right top;
  background-size: 160px 230px;
}
.box2:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 160px;
  height: 230px;
  background: url(/resources/premiumshop/images/photo2.png) no-repeat right top;
  background-size: 160px 230px;
}
/*notice*/
.notice_wrap {
  display: flex;
  height: 60px;
  margin-top: 24px;
}
.notice {
  display: flex;
  width: 61%;
  padding: 12px 28px 10px;  
  background: #272727;
}
.notice>div:nth-child(1) {
  width: 14%;
  padding-top: 10px;  
}
.notice>div:nth-child(2) {
  width: 76%;
  padding-top: 7px; 
  overflow: hidden;
}
.notice>div:nth-child(3) {
  width: 10%;
}
.notice_slide { 
  font-size: 1rem;
}
.notice_slide p a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 2px 80px 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C1C1C1;  
}
.notice_slide p a:focus {
  outline: none;
}
.notice_slide p a .date {
  position: absolute;
  top: 3px;
  right: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.notice_slide .slick-prev,
.notice_slide .slick-next {
  display: none !important;
}
.btn_plus {
  position: relative;
  top: -6px;
  right: -6px;
  text-align: right;
}
.btn_plus span {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(/resources/premiumshop/images/ico_more.png) no-repeat left top;
  background-size: 48px 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;  
  transition: all 0.3s;
}
.btn_plus:hover span {
  transform: rotate(180deg);
}
/*promotion*/
.promotion {
  display: flex;  
  width: 39%;
  padding: 12px 10px 10px 30px;   
  background: #3C0406;
  font-size: 1rem;
}
.promotion>div:nth-child(1) {
  width: 20%;
  padding-top: 10px;
}
.promotion>div:nth-child(2) {
  width: 64%;
  padding-top: 10px;
  overflow: hidden;
}
.promotion>div:nth-child(3) {
  width: 16%;
}
.promotion_row {
  font-size: 1rem;
}
.promotion_row p a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C1C1C1;  
}
.promotion_row .slick-prev,
.promotion_row .slick-next {
  display: none !important;
}
.m_photo {
  display: none;
}
/*footer*/
footer {
  height: 130px;
  padding-bottom: 20px;
  background: #141212;
}
.ft_inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 28px;
}
.ft_inner>div:nth-child(1) {
  width: 13%;
}
.ft_inner>div:nth-child(2) {
  width: 87%;
}
.ft_logo img {
  width: 130px;
}
.company {
  position: relative;
  color: #C1C1C1;
  text-align: right;
}
.company span {
  font-weight: 500;
}
.company span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.company span:last-child {
  margin-left: 50px;
}
.company span b {
  margin-left: 10px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
}
address {
  margin-top: 12px;
  color: #7C7C7C;
  font-size: 0.8571rem;
}
address span {
  position: relative;
  margin-right: 16px;
}
address span:last-child {
  margin-right: 0;
}
address span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -8px;
  width: 1px;
  height: 14px;
  background: #7C7C7C;
}
address span:last-child:after {
  display: none;
}
.copy {
  margin-top: 18px;
  color: #7C7C7C;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8571rem;
}
.br_ft {
  display: none;
}

.page_title{
    font-size: 36px;
    margin-bottom: 10px;
}

.page_description{
    font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  /*footer*/
  .ft_inner {
    padding: 24px 16px 0; 
  }
  .ft_inner>div:nth-child(1) {
    width: 20%;
  }
  .ft_inner>div:nth-child(2) {
    width: 80%;
  }
  .br_ft {
    display: block;
  }
  address span {
    line-height: 1.6;
  }
  address span:nth-child(3):after {
    display: none;
  }
  .copy {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /*main*/
  .box1:after {
    display: none;
  }
  .box2:after {
    display: none;
  }
  .contents .box_conts>div:nth-child(1) {
    padding: 33px 10px 0 30px;
  }
  .contents .box_conts>div:nth-child(2) {
    background: url(/resources/premiumshop/images/photo1.png) no-repeat center center;
    background-size: cover;
  }  
  .contents>div:nth-child(2) .box_conts>div:nth-child(2) {
    background: url(/resources/premiumshop/images/photo2.png) no-repeat center center;
    background-size: cover;
  }    
  .desc {
    line-height: 1.2;
  }
}

/*responsive*/
@media screen and (max-width: 1023px) {
  /*header*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #000;
    z-index: 10;
  }
  h1 img {
    width: 109px;
  }
  .ico_menu {
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .ico_menu img {
    width: 40px;
  }
  nav {
    display: block; 
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 0;
    background: #1A1919;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;    
    transition: all 0.3s;
    z-index: 10;
     margin-top: 0;
  }
  .nav_open nav {
    height: 122px;
  }
  nav li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #000;
    font-size: 1.143rem;
  }
  nav li a {
    top: 0;
    width: 100%;
    padding: 16px 0;
  }
  nav li a:active {
    background: #2E2D2D;
  }
  nav li:hover:after {
    opacity: 0;
  }  
  .ico_member {
    top: 8px;
    right: 10px;
  }
  .ico_member img {
    width: 40px;
  }
  /* hamburger icon */
  .mob_menu {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 24px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }  
  .nav_icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .nav_icon span {
    background-color: #fff;
    position: absolute;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 2px;
    transition-duration: 500ms;
  }
  .nav_icon span:nth-child(1){
    top:0px;
    left: 0px;
  }
  .nav_icon span:nth-child(2){
    top: 7px;
    left: 0px;
    opacity:1;
  }
  .nav_icon span:nth-child(3){
    top:14px;
    left: 0px;
  }
  .nav_icon.open span:nth-child(1){
    transform: rotate(45deg);
    top: 9px;
  }
  .nav_icon.open span:nth-child(2){
    opacity:0;
  }
  .nav_icon.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 9px;
  }
  .nav_icon.open span {
    background: #fff !important;
  }   
  /*loginbox*/
  header.m_login_open .mem_mob_bg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26,25,25,0.9);
    z-index: 20;
  }
  .login_box {
    display: none;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
  }
  header.m_login_open .login_box {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: none;
  }
  .wrap {
    margin-bottom: 0;
  }
  /*main*/
  .container {
    padding: 110px 16px 0;
  }
  h2 {
    padding-bottom: 160px;
    background: url(/resources/premiumshop/images/background_visual.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  h2 p:nth-child(1) {
    font-size: 1.286rem;
  }
  h2 p:nth-child(2) {
    font-size: 2.857rem;
    word-break: keep-all;
    line-height: 1.3;
  }
  h2 p:nth-child(3) {
    margin-top: 24px;
    padding: 0 40px;
    font-size: 1.143rem;
    line-height: 1.6;
    word-break: keep-all;
  }
  .br_mo {
    display: block;
  }
  .contents {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .contents>div {
    width: 100%;
    height: auto;
  }
  .contents>div:first-child {
    margin-bottom: 16px;
  }
  .desc {
    font-size: 1.143rem;
  }
  .btn_more {
    border: 1px solid #C1C1C1;
    font-size: 1.143rem;
  }
  .contents .box_conts>div:nth-child(1) {
    width: 100%;
    padding: 0 0 28px;
    text-align: center;
    background: #3E3E3E;
  }
  .contents .box_conts>div:nth-child(2) {
    display: none;
  }
  .contents>div:hover .box_conts {
    top: 0;
  }  
  .m_photo {
    display: block;
    margin-bottom: 20px;
  }  
  .m_photo img {
    width: 100%;
  }  
  .phone {
    font-size: 2.571rem;
  }
  .cs {
    font-size: 1.143rem;
  }
  .cs span {
    background: #77777D;
  }
  /*notice*/
  .notice_wrap {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 78px;
  }
  .notice {
    width: 100%;
    height: 60px;
    padding: 12px 0 18px 12px;
    background: #F5F5F5;
    color: #00021A;    
    font-size: 1.143rem;
  }
  .notice>div:nth-child(1) {
    width: 20%;
  }
  .notice>div:nth-child(2) {
    width: 60%;
  }
  .notice>div:nth-child(3) {
    width: 20%;
  }
  .notice_slide p a {
    padding-right: 0;
    color: #00021A;
    font-size: 1.143rem;
  }
  .notice_slide p a .date {
    display: none;
  }
  .btn_plus {
    right: 0;
  }
  .btn_plus span {
    background: url(/resources/premiumshop/images/ico_more_m.png) no-repeat left top;
    background-size: 48px 48px;
  }
  .promotion {
    width: 100%;
    height: 60px;
    margin-top: 16px;
    padding: 14px 0 18px 12px;
    background: #C31011;
    font-size: 1.143rem;
  }
  .promotion>div:nth-child(1) {
    width: 20%;
  }
  .promotion>div:nth-child(2) {
    width: 60%;
  }
  .promotion>div:nth-child(3) {
    width: 20%;
  }  
  .promotion_row p a {
    color: #fff;
    font-size: 1.143rem;
  }
  .promotion .btn_plus span {
    background: url(/resources/premiumshop/images/ico_more_m_white.png) no-repeat left top;
    background-size: 48px 48px;    
  }
  /*footer*/
  footer {
    height: auto;
  }
  .ft_inner {
    display: block;
    padding: 34px 16px 50px;
  }
  .ft_inner>div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .ft_inner>div:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  .company {
    height: 56px;
  }
  .company span:first-child {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .company span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .company span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 124px;
  }  
  .company span:nth-child(4) {
    position: absolute;
    top: 0;
    right: 0px;
  }  
  address {
    font-size: 0.8571rem;
  }
  address span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  address span:after {
    display: none;
  }
  .copy {
    margin-top: 18px;
    font-size: 0.8571rem;
    text-align: center;
  }
}

/* popupStyle1 */
.popup_style1 { display: none; position: relative; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.5); z-index: 500; }
.popup_style1_cont { position: relative; overflow: auto; border-radius: 0; background-color: transparent; height: 100%; padding: 10%;}
.popup_style1_top { position: relative; padding: 0 0.938rem; height: 3rem; background: white;}
.popup_style1_top .title { color: #333; line-height: 3.125rem; font-size: 0.938rem; font-weight: 500; }
.popup_style1_top .btn_popup_style1_close { position: absolute; top: 0; right: 0; padding: 0.813rem 0.938rem; width: 3.375rem; height: 3.125rem; }
.popup_style1_mid { position: relative; }
.popup_style1_mid img { max-width: 100%; width: 100%; }