/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
 * {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
  -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
  min-height: -webkit-fill-available;
  background-color:#fff;
  background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
  font-family: 'Noto Sans KR', sans-serif;
  font-size:13px;
  height:100vh;
  margin:0px;
  padding:0px;
  /* Padding to avoid the "unsafe" areas behind notches in the screen */
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-right, 0px);
  /* text-transform:uppercase; */
  width:100%;
}

/* Portrait layout (default) */
.app {
  /*background: #3e439d url(../img/logo_linkOn.png) no-repeat center; *//* 170px x 200px */
  background: #fff ; /* 170px x 200px */
  position:absolute;             /* position in the center of the screen */
  left:0;
  top:0;
  height:100%;                   /* text area height */
  width:100%;                   /* text area width */
  text-align:center;
}
.ui-page {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
  .app {
      background-position:left center;
      padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
      margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                    /* offset horizontal: half of image width and text area width */
  }
}

h1 {
  font-size:24px;
  font-weight:normal;
  margin:0px;
  overflow:visible;
  padding:0px;
}

.event {
  border-radius:4px;
  -webkit-border-radius:4px;
  color:#FFFFFF;
  font-size:12px;
  margin:0px 30px;
  padding:2px 0px;
}

.event.listening {
  background-color:#333333;
  display:block;
}

.event.received {
  background-color:#4B946A;
  display:none;
}

@keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0.4; }
  to { opacity: 1.0; }
}

@-webkit-keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0.4; }
  to { opacity: 1.0; }
}

.blink {
  animation:fade 3000ms infinite;
  -webkit-animation:fade 3000ms infinite;
}

/* reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {font-size:100%; vertical-align:middle; font-family: 'Noto Sans KR', sans-serif;}
button {border:0 none;background-color:transparent;cursor:pointer;outline:none;}
table {border-collapse:collapse;border-spacing:0}
body {-webkit-text-size-adjust:none} /* ��ǥƮ ��ȯ�� ��Ʈũ�� �ڵ�Ȯ�� ���� */
input[type='text'],input[type='password'],input[type='submit'] {-webkit-appearance:none; }
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button; border-radius:0}
input[type='search']::-webkit-search-cancel-button { position: relative; }
* { box-sizing: border-box; }
input:focus { outline: none; }
.calling_num,[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}
html { height: 100vh; }
a {text-decoration:none; }
a:active, a:hover {text-decoration:none; }
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
img { max-width: 100%; vertical-align: top; }
#goTop { display:none; position: fixed; bottom: 30px; left: 50%; margin-left: -25px; width: 50px; height: 50px; z-index: 333; }
.body_wrap { min-height: 100vh !important; height: auto !important; position: relative; }
.body_blue {  position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-size: cover; padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); background: #3e439d url(../img/bizcallname_aos.png) no-repeat center;}
.body_wrap::-webkit-scrollbar-thumb { background-color: #000; }
.page_login { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: url(../img/bg_gate.png) center no-repeat; background-size: cover; padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top);}
.login_box { position: absolute; top: 50%; left: 50%; width: 76%; transform: translate(-50%, -50%); }
.login_box h1 { text-align: center; height: 42px; margin-bottom: 30px; }
.login_box h1 img { height: 42px; }
.login_box h2 { text-align: center; height: 46px; margin-top: 40px; }
.login_box h2 img { display: inline-block; padding: 12px; height: 50px; }
.login_input { border-radius: 999px; position: relative; padding: 0 20px 0 50px; margin-bottom: 10px; box-shadow: 0 0 14px rgba(6, 33, 97, 0.05); }
.login_input.id {background: url(../img/ico_id.png) left 20px center no-repeat #fff; background-size: 18px;}
.login_input.pw {background: url(../img/ico_pw.png) left 20px center no-repeat #fff; background-size: 18px;}
.login_input.pn {background: url(../img/ico_pn.png) left 20px center no-repeat #fff; background-size: 18px;}
.login_input.otp {background: url(../img/ico_otp.png) left 20px center no-repeat #fff; background-size: 18px;}
.login_input.otp .otp_btn {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  z-index: 9;
  font-size: 12px;
  background: #334295;
  color: #fff;
  border-radius: 25px;
}
.login_input .item { position: absolute; top: 50%; left: 24px; width: 24px; margin-top: -8px; height: 16px; line-height: 16px; }
.login_input .item::after { content: ""; position: absolute; top: 4px; right: 0; width: 1px; height: 8px; background-color: #334295; }
.login_input .item img { height: 16px; vertical-align: top; }
.login_input input { display: block; height: 40px; border: none; background: none; font-size: 14px; color: #334295; width: 100%;}
/* .login_input input:read-only { background-color: #cecece; } */
.login_box .btn_login { display: block; border-radius: 999px; background-color: #334295; text-align: center; }
.login_box .btn_login span { display: inline-block; font-weight: 500; padding: 0 0 0 28px; background: url(../img/ico_login.png) 0 center no-repeat; background-size: 20px; line-height: 48px; font-size: 14px; color: #fff; }
.login_tool { text-align: center; margin-top: 20px; }
.login_tool input { display: none; }
.login_tool label { display: inline-block; padding-left: 26px; line-height: 20px; font-size: 13px; color: #334295; font-weight: 500; background: url(../img/icon_check.png) 0 center no-repeat; background-size: 20px; margin: 0 10px; }
.login_tool input:checked + label { background-image: url(../img/icon_checked.png); }
.app_ver { position: fixed; bottom: 20px; left: 20px; font-size: 12px; color: #334295; line-height: 20px; padding-bottom: env(safe-area-inset-bottom);}

.server_select_box { background-color: #283274; height: 48px; border: 1px solid #272c7b; background-color: #283274; border-radius: 999px; position: relative; padding-left: 45px; margin-bottom: 10px; }
.server_select_box .item { position: absolute; top: 50%; left: 24px; width: 24px; margin-top: -8px; height: 16px; line-height: 16px; }
.server_select_box .item::after { content: ""; position: absolute; top: 4px; right: 0; width: 1px; height: 8px; background-color: #334295; }
.server_select_box .item img { height: 16px; vertical-align: top; }
.server_select_box select { width: 100%; height: 46px; border: none; background: none; padding-left: 12px; font-size: 14px; color: #fff; }
.top { position: fixed; top: 0; left: 0; width: 100%; z-index: 3; }
.header { position: relative; background-color: #fff; box-shadow: 0 0 50px rgba(0, 39, 113, 0.16); z-index: 99; padding-top: env(safe-area-inset-top);}
.header h1 { line-height: 30px; height: 50px; padding: 10px 20px; font-size: 14px; font-weight: 700; font-family: 'M PLUS 1', sans-serif;}
.header img {height: 30px; display: block; margin: auto;} 
.header .btn_menu { position: absolute; padding-top: env(safe-area-inset-top); top: 15px; right: 20px; width: 20px; height: 20px; }
.header .btn_notice { position: absolute; padding-top: env(safe-area-inset-top); top: 15px; right: 50px; width: 20px; height: 20px; }
.header .btn_notice .new {position: absolute; margin-top: env(safe-area-inset-top); top: 0; right: 0; width: 4px; height: 4px; background: #ff0000; display: block; border-radius: 2px;}
.header .bi::before { font-size: 18px; margin: 1px; color: #333;}
.gnb_wrap { position: fixed; padding: 0; bottom: 0; left: 0; right: 0; z-index: 99; background: #fff; box-shadow: 0 0 50px rgba(0, 39, 113, 0.2); padding-bottom: env(safe-area-inset-bottom); }
.gnb { display: flex; justify-content: center; background-color: #fff; }
.gnb li { width: 50%; display: flex; align-items: center; justify-content: center; }
.gnb li a { display: block; position: relative; height: 70px; font-size: 12px; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #333; width: 100%;}
.gnb li a.selected { 
  color: #0049d3; 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebf1fa), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ebf1fa 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #ebf1fa 0%, #ffffff 100%);
	background: -o-linear-gradient(top,  #ebf1fa 0%, #ffffff 100%);
	background: -ms-linear-gradient(top,  #ebf1fa 0%, #ffffff 100%);
	background: linear-gradient(top,  #ebf1fa 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf1fa', endColorstr='#ffffff', gradientType=0);
}
.gnb li a.selected:before { content:""; display: block; width: 100%; height: 2px; background-color: #0049d3; position: absolute; left: 0px; top:0; z-index:999;}
.gnb li a .bi::before { font-size: 22px; margin: 1px; color: #333;}
.gnb li a.selected .bi::before { color: #0049d3; }


.search_wrap { padding: 10px 15px 10px 102px; background-color: #eceef7; position: relative; display: none;}
.search_wrap .sort_tool { position: absolute; top: 10px; left: 15px; }
.sort_tool button { width: 36px; height: 36px; border-radius: 50%; background-color: #fff; margin-right: 3px; }
.sort_tool button.on { background-color: #0049d3; color: #fff;}
.sort_tool button img { height: 18px; }
.sort_tool button .bi::before {font-size: 18px; margin-top: 1px}
.search_wrap .search_box { height: 36px; border-radius: 999px; background-color: #fff; position: relative; padding-right: 45px; }
.search_box input { height: 36px; border: none; background: none; width: 100%; padding-left: 16px; font-size: 13px; color: #4b4b4b; }
.search_box button { position: absolute; top: 0; right: 0; width: 36px; height: 36px; }
.search_box button img { height: 18px; }
.container { padding: 126px 20px 90px 20px; padding-top: calc(126px + env(safe-area-inset-top));}
.container.forward { padding: 70px 20px 90px 20px; padding-top: calc(70px + env(safe-area-inset-top));}
.container.setting { padding: 70px 20px 90px 20px; padding-top: calc(70px + env(safe-area-inset-top));}
.wt_src { }
.wt_nognb { }
.bot_btn { padding-bottom: 75px; }
/* .article_box { margin: 0; } */
/* .article_box h3 { font-size: 14px; font-weight: normal; color: #666; background-color: #fff; margin: 0px -15px; padding: 6px 15px;} */

.article_box { margin: 0; }
.article_box.article_favorites { margin-bottom: 20px;}
.article_box h3 { font-size: 14px; font-weight: normal; margin-bottom: 5px; }
.list > li { padding: 10px; padding-left: 52px;  padding-right: 40px; position: relative; background-color: #fff; border-bottom: 1px solid #e4e6f9; }

.list > .year{ font-size: 14px; font-weight: normal; color: #666; margin: 0; padding: 0 0 10px 0; }

.list > li .portrait { position: absolute; top: 50%; left: 0px; transform: translateY(-50%);
  /* -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; */
             width: 40px; height: 40px; overflow: hidden; }
/* .portrait img { position: absolute; width: 100%; height: 100%; object-fit: cover;
  -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;} */

.profileImage {
  position: absolute; top: 50%; left: 15px; transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #cccccc;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border: 1px solid #bcbcbc;
}

svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.portrait img {position: absolute; width: 100%; height: 100%; object-fit: cover;
    width: 30px;
    height: 30px;
    clip-path: url(#squircle);
    -webkit-clip-path: url(#squircle);
}

.list > li h4 { padding-left: 24px; font-size: 14px; line-height: 24px; font-weight: normal; color: #000; text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden; }
.list > li h4.caution_cell { padding-left: 0px;  }
.list > li h6 { margin-top: -2px; margin-bottom: 8px; font-size: 12px; font-weight: normal; color: #333; }
.list > li h6.caution_text { color: #0049d3; }
.list > li .btn_favo_no { position: absolute; top: 10px; left: 50px; width: 18px; height: 24px; margin-right: 5px; background: url(../img/icon_star_off.png) center no-repeat; background-size: auto 18px; vertical-align: top;}
.list > li .btn_favo { position: absolute; top: 10px; left: 50px; width: 18px; height: 24px; margin-right: 5px; background: url(../img/icon_star_on.png) center no-repeat; background-size: auto 18px; vertical-align: top;}
.list > li p { font-size: 12px; color: #666; padding-right: 30px; position: relative; }
.list > li p button { position: absolute; top: 2px; right: 0; width: 22px; height: 22px; background: url(../img/biz_call_btn.png) center no-repeat; background-size: 22px; }
.list li .btn_call { position: absolute; top: 50%; transform: translateY(-50%); right: 5px; width: 30px; height: 30px;  background: url(../img/ico_call_big.png) center no-repeat #0049d3; background-size: auto 22px; border-radius: 15px; }
.list li .btn_call_sch { position: absolute; top: 50%; transform: translateY(-50%); right: 5px; width: 30px; height: 30px;  background: url(../img/ico_call_big.png) center no-repeat #0049d3; background-size: auto 22px; border-radius: 15px; }

.list.addr > li h4 { line-height: 40px;}
.list.addr > li .btn_favo_no {top: 18px;}
.list.addr > li .btn_favo {top: 18px;}

.history_call { padding-top: 0px; }
.others_history { padding-top: 0px; display: none;}
.history_call li { font-size: 12px; color: #666; }
.history_one { background: url(../img/icon_down.png) -3px -1px no-repeat; background-size: auto 20px; padding-left: 22px;}
.history_one.on { background-image: url(../img/icon_up.png); }
.history_one.none { background:none; padding-left: 0px;}
.search_box_wrap { position: relative; }

.dsp_digit_wrap {background-color: #eceef7;}
.dsp_digit { position: relative; font-family: 'M PLUS 1', sans-serif; }
.dsp_digit p {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: 500; 
  color: #333; 
  border: none; 
  background: none; 
  overflow: hidden; 
  white-space: nowrap;
}
.dsp_digit p:focus { outline: none; }
.dsp_digit .del_digit { position: absolute; width: 36px; height: 100%; top: 0; right: 20px; }

.dial_pad {height: calc(100vh - (240px + env(safe-area-inset-top)));position: relative;}

.dial_box { padding: 2.8vh; display: flex; justify-content: space-between; align-content: space-around; flex-wrap: wrap; height: calc(100% - (160px + env(safe-area-inset-bottom)));}
.dial_box button { width: 33.33%; height: 9.2vh; text-align: center; background: rgb(255, 255, 255); padding-top: 10px; font-family: 'M PLUS 1', sans-serif; border-radius: 10px;}
.dial_box button.selected { background: #eceef7;}

.dial_box button p { font-size: 28px; color: #333; height: 40px; line-height: 40px;}
.dial_box button .star {font-size: 34px; line-height: 42px;}
.dial_box button span { display: inline-block; font-size: 10px; line-height: 1; font-weight: 300; color: #333;}
.call_tool { display: flex; justify-content: center;}
.call_tool button { width: 100px!important; height: 100px; background-color: #0049d3; color: #fff; font-size: 12px; border-radius: 999px; margin: 0 3vw; display: block; align-items: center; justify-content: center;}
.call_tool button .bi {display: block;}
.call_tool button .bi::before {font-size: 24px; margin-bottom: 5px; }

@media all and (min-height: 500px) and (max-height: 740px){
	.dial_box { padding: 2.8vh; display: flex; justify-content: space-between; align-content: space-around; flex-wrap: wrap; height: calc(100% - (120px + env(safe-area-inset-bottom)));}
  .dial_box button p { font-size: 26px; color: #333; height: 30px; line-height: 30px;}
  .call_tool button { width: 90px!important; height: 90px;}
}

.call_tool.btn_01 button { width: 100%; }
.call_tool.btn_01 .call_back { display: none; }
.call_tool.btn_02 button { width: 100%; }
.call_tool.btn_02 .click_to_call { display: none; }
.dial_wrap { padding: 50px 0 0 0; padding-top: calc(50px + env(safe-area-inset-top)); position: relative; height: 100vh;}

#dial { background-color: #fff; }
.list_server { text-align: right; }
.list_server li img { height: 30px; position: absolute; top: 50%; left: 15px; transform: translateY(-50%); }
.list_server li h4 { margin-bottom: 0; line-height: 30px; padding-right: 10px; }
.list_server li p { display: none; }
.chk_bot { height: 10px; background-color: #fff; }
.setting_conts { margin: 0; padding: 55px 0 0 0; position: relative; }
.setting_conts .menu_tab { position: absolute; display: flex; justify-content: space-between; top: 0; left: 0; width: 100%; height: 40px; border-radius: 5px; overflow: hidden;}
.setting_conts .menu_tab button { width: 33%; height: 40px; font-size: 14px; color: #333; background-color: #eceef7;}
.setting_conts .menu_tab button.selected { background-color: #0049d3; color: #fff;}
.setting_conts .menu_tab.two button {width: 50%;}
.setting_conts .setting_item:first-child { border-top: 1px solid #f5f6f6; }
.setting_item { padding: 10px 0; position: relative; border-bottom: 1px solid #f5f6f6; }
.setting_item.brd { border: 1px solid #616bac; border-radius: 10px; background-color: #f5f6f6; }
.setting_item h3 { font-size: 14px; font-weight: bold; color: #4b4b4b; padding-left: 10px; position: relative; line-height: 24px; }
.setting_item h3::before { content: ""; position: absolute; top: 11px; left: 0; width: 4px; height: 4px; background-color: #4b4b4b; border-radius: 50%; }
.setting_item h3 a { color: #4b4b4b; }
.setting_item .css_check { display: none; }
.setting_item .ui-checkbox { position: absolute; top: 10px; right: 0; width: 50px; }
.setting_item .ui-checkbox label { display: block; height: 24px; border-radius: 999px; background-color: #eceef7; cursor: pointer; transition: all 0.2s ease-in-out; }
.setting_item .ui-checkbox label span { display: block; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background-color: #fff; transition: all 0.2s ease-in-out; }
.setting_item .ui-checkbox .ui-checkbox-on { background-color: #0049d3; }
.setting_item .ui-checkbox .ui-checkbox-on span { left: 28px; }
.setting_item dl { padding-left: 10px; padding-top: 10px; line-height: 30px; font-size: 14px; color: #666; }
.setting_item dt { display: inline-block; width: 105px; }
.setting_item dd { display: inline; }
.setting_item dd .ui-input-text { display: inline-block; }
.setting_item dd input { border: 0; border-radius: 5px; width: 96px; height: 30px; vertical-align: top; text-align: center; font-size: 14px; color: #4b4b4b; margin-right: 5px; }
.setting_item dd input:read-only { background-color: #eceef7; }
.setting_item.info { padding-left: 120px; text-align: right;}
.setting_item.info h3 { position: absolute; top: 15px; left: 0; }
.setting_item.info input { width: 100%; margin-top: 0; border: 0; border-radius: 5px; height: 30px; text-align: right; background-color: #fff; padding: 0 10px; font-size: 14px; color: #4b4b4b; text-align: right;}
.setting_item.info input:read-only { background-color: #eceef7; }
.setting_item.info .update_setting { width: 100px; height: 32px; font-size: 14px; font-weight: 500; background-color: #0049d3; color: #fff; }
.setting_item.info .rev_pw { width: 100px; height: 32px; border-radius: 10px; font-size: 14px; font-weight: 500; background-color: #0049d3; color: #fff; }
.setting_item.info .btn_blue { width: 100px; height: 32px; border-radius: 16px; font-size: 13px; font-weight: 500; background-color: #70758d; color: #fff; }
.setting_item dt .ui-radio{ display: inline-block;}

.panel_rev_info,.panel_namecard_setting { display: none; }
.panel_menu_order { display: none; }
.btn_box_r { padding: 20px 0; text-align: center; overflow: hidden;}
.btn_box_r .privacy{ float: left; line-height: 32px;}
.btn_box_r button { width: 100px; height: 32px; line-height: 30px; border-radius: 999px; font-size: 14px; font-weight: 500; margin: 0 2px;}
.btn_box_r .btn_blue { background-color: #0049d3; color: #fff; }
.btn_box_r .btn_gray { background-color: #7983a5; color: #fff; }
.btn_box_r .save_setting {float: right; margin: 0;}
.btn_box_r .ser_sc { float: left; width: auto; padding: 0 20px; }
.forwarding { }
.msg_box { height: 80px; line-height: 80px; border-radius: 8px; background-color: #0049d3; text-align: center; margin-bottom: 10px; }
.msg_box.off { background-color: #7983a5; }
.msg_box p { display: inline-block; vertical-align: middle; font-size: 14px; line-height: 20px; color: #fff; }
.msg_box .no { display: none; }
.msg_box.off .con { display: none; }
.msg_box.off .no { display: inline-block; }
.set_forw { padding: 15px; border: 1px solid #dce0ea; border-radius: 8px; background-color: #fff; padding-bottom: 0px; }
.set_forw h3 { font-size: 14px; line-height: 22px; color: #000; padding-left: 10px; position: relative; }
.set_forw h3::before { content: ""; position: absolute; top: 9px; left: 0; width: 4px; height: 4px; border-radius: 50%; background-color: #000; }
.set_box { padding-left: 10px;  margin: 5px 0 20px;}
.set_box input[type=radio] { display: none; }
.set_box .ui-radio label { display: block; padding-left: 20px; font-size: 14px; line-height: 30px; color: #000; background: url(../img/radio_01.png) left center no-repeat; background-size: auto 14px; }
.set_box .ui-radio .ui-radio-on { background-image: url(../img/radio_checked_01.png); }
.set_forw .set_time { overflow: hidden; margin-top: 5px;}
.set_forw .set_time input { float: left; width: 47%; height: 30px; padding: 0 5px 0 10px; font-size: 13px; color: #4b4b4b; border: 1px solid #dce0ea; border-radius: 5px; background: #fff; }
.set_forw .set_time input:read-only { background-color: #f1f1f1; color: #999; }
.set_forw .set_time span { float: left; width: 6%; text-align: center; height: 30px; line-height: 30px; font-size: 13px; color: #4b4b4b; }
.set_forw .forw_num { width: 100%; padding-left: 10px; margin-top: 5px; height: 30px; font-size: 13px; color: #4b4b4b; border: 1px solid #dce0ea; border-radius: 5px; background: #fff; }
.bg_alert { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 888; opacity: 0; transition: all 0.2s ease-in-out; text-align: center; z-index: 9999;}
.bg_alert.on { opacity: 1; }

.pop_alert { position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%); width: 280px; background-color: #fff; padding: 20px 10px; transition: all 0.2s ease-in-out; border-radius: 8px;}
.bg_alert.on .pop_alert { top: 50%; }
.pop_alert p { padding: 10px 10px 30px 10px; text-align: center; font-size: 15px; color: #000; }
.pop_alert .close_alert { display: block; margin: 0 auto; width: 100px; height: 32px; line-height: 30px; border-radius: 20px; background-color: #0049d3; font-size: 15px; color: #fff; }

.pop_alert .ok_confirm_action { display: inline-block; width: 100px; margin: 0px 2px; height: 32px; line-height: 30px; border-radius: 20px; background-color: #0049d3; font-size: 15px; color: #fff; }
.pop_alert .close_confirm_action { display: inline-block; width: 100px; margin: 0px 2px; height: 32px; line-height: 30px; border-radius: 20px; background-color: #5d5d5d; font-size: 15px; color: #fff; }

.pop_alert .close_alert_action { display: block; margin: 0 auto; width: 140px; height: 40px; border-radius: 20px; background-color: #0049d3; font-size: 15px; color: #fff; }
.go_sch_all { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.go_sch_all_history { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.cancel_search { display: inline-block; width: 78px; height: 35px; background-color: #fff; text-align: center; color: #0049d3; font-size: 13px; border-radius: 999px; line-height: 35px; font-weight: bold; }
.bg_calling { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 888; opacity: 0; transition: all 0.1s ease-in-out;}
.bg_calling.on { opacity: 1; }
.bg_calling_01 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 888; opacity: 0; transition: all 0.1s ease-in-out; display: none; }
.bg_calling_01.on { opacity: 1; display: block; }
.bg_caution_01 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 888; opacity: 0; transition: all 0.1s ease-in-out; display: none; }
.bg_caution_01.on { opacity: 1; display: block; }
.bg_calling_02 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 888; opacity: 0; transition: all 0.1s ease-in-out;}
.bg_calling_02.on { opacity: 1; }
.pop_calling { position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%); width: 90%; transition: all 0.2s ease-in-out; border-top: none; border-radius: 8px; overflow: hidden;}
.pop_calling h3 { line-height: 45px; font-size: 15px; color: #fff; background-color: #334295; padding-left: 20px; padding-right: 40px; position: relative; text-overflow: ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;}
.pop_calling h3 .close_calling { position: absolute; top: 0; right: 0; width: 45px; height: 45px; }
.pop_calling h3 .close_calling img { height: 20px; }
.pop_calling .phone_nums { padding: 20px; max-height: 300px; overflow-y: auto; background-color: #fff;}
.pop_calling .phone_nums input { display: none; }
.pop_calling .phone_nums label { display: block; padding-left: 30px; font-size: 18px; font-weight: bold; color: #4b4b4b; line-height: 40px; background: url(../img/radio_02.png) 0 12px no-repeat; }
.pop_calling .phone_nums input:checked + label { background-image: url(../img/radio_checked_02.png);}
.bg_calling.on .pop_calling { top: 50%; }
.calling_btn { display: flex; justify-content: center; background-color: #fff; padding: 12px 20px;}
.calling_btn button { width: 30%; height: 40px; background-color: #0049d3; color: #fff; font-size: 13px; border-radius: 8px; margin: 0 3px; display: flex!important; align-items: center; justify-content: center; }
.calling_btn button img {display: none;}
.calling_btn button .bi {display: block;}
.calling_btn button .bi::before {font-size: 24px; margin-bottom: 3px; }

.calling_btn.btn_01 button { width: 100%; }

.bg_rev_pw { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 888; opacity: 0; transition: all 0.2s ease-in-out; }
.bg_rev_pw.on { opacity: 1; }
.pop_rev_pw { position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%); width: 280px; background-color: #fff;  transition: all 0.2s ease-in-out; border-top: none; border-radius: 8px;}
.bg_rev_pw.on .pop_rev_pw { top: 50%; }
.pop_rev_pw h3 { line-height: 45px; font-size: 14px; color: #fff; background-color: #0049d3; padding-left: 20px; position: relative; border-radius: 8px 8px 0px 0px; }
.pop_rev_pw .set_pw { padding: 5px 0; margin: 0 15px; border-bottom: 1px solid #e1e1e1; }
.pop_rev_pw .pop_conts { padding: 15px 0; }
.pop_rev_pw dl { position: relative; padding-left: 120px; margin: 5px 0; }
.pop_rev_pw dt { font-size: 13px; line-height: 30px; color: #000; padding-left: 10px; display: inline-block; position: absolute; top: 0; left: 0; width: 110px; }
.pop_rev_pw dt::before { content: ""; position: absolute; top: 13px; left: 0; width: 4px; height: 4px; border-radius: 50%; background-color: #000; }
.pop_rev_pw dd input { width: 100%; margin-top: 0; border: 1px solid #ccc; border-radius: 5px; height: 30px; background-color: #fff; padding-left: 10px; font-size: 13px; font-weight: bold; color: #4b4b4b; }
.rev_pw_btn { text-align: center; padding-bottom: 15px; }
.rev_pw_btn button { width: 100px; height: 32px; line-height: 30px; border-radius: 999px; font-size: 14px; font-weight: 500; background-color: #0049d3; color: #fff; margin: 0 2px; }
.rev_pw_btn button.close_rev_pw {background-color: #70758d;}
.loaderWrap {
  position: fixed; top:0; width:100%; height: 100%; left: 0; z-index: 999; background-color: rgba(0, 0, 0, 0.5);
}
.loaderWrap.hide {
  display: none;
}
.lds-roller {
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ���ٱ��� */
.permission_wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: none; z-index: 99; padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom);}
.permission_box { position: absolute; top: 20px; left: 20px; bottom:20px; right:20px; padding: 15px; background-color: #fff; border-radius: 6px; }
.permission_box h3 { font-size: 16px; padding-bottom: 10px; margin-bottom: 10px; text-align: center; border-bottom: 1px solid #ccc;}
.permission_box .cont {overflow: auto; position: absolute; top: 70px; left: 15px; bottom:120px; right:15px;}
.permission_box h4 {margin-bottom: 5px;}
.permission_box p { font-size: 13px; color: #4b4b4b; margin-bottom: 10px; }
.permission_box p.cau {color: #3e439d;}
.permission_box .mb20 {margin-bottom: 20px;}
.permission_box table { width: 100%; margin-bottom: 10px;}
.permission_box table th { height: 30px; font-size: 13px; font-weight: bold; color: #020202; background-color: #e9ebf5; border: 1px solid #ccc; }
.permission_box table td { font-size: 13px; color: #4b4b4b; border: 1px solid #ccc; text-align: left; padding: 8px; }
.permission_box table td.cnt {text-align: center;}
.permission_box .btns {position: absolute; left: 15px; bottom:5px; right:15px;}
.permission_box a { display: block; width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; border-radius: 5px; margin-bottom: 10px; }
.permission_box .pms_ok { background-color: #3e439d; }
.permission_box .pms_no { background-color: #999; }
.permission_box .agree_title{font-size: 16px; text-align: center; display: block; font-weight: bold; margin-top: 15px;}

/* ���� */
.list_org li { height: 50px; padding: 10px 40px 10px 0; position: relative; display: flex; flex-wrap: wrap; align-content: center; }
.list_org li .name { display: flex; align-items: center; margin-left: 8px;}
.list_org li .portrait { width: 30px; height: 30px; overflow: hidden; }
.list_org li .btn_favo_no_org { display: inline-block; width: 18px; height: 24px; background: url(../img/icon_star_off.png) center no-repeat; background-size: auto 18px; vertical-align: top;}
.list_org li .btn_favo_org { display: inline-block; width: 18px; height: 24px; background: url(../img/icon_star_on.png) center no-repeat; background-size: auto 18px; vertical-align: top;}

.list_org li .btn_sms_no_org { display: inline-block; width: 18px; height: 24px; background: url(../img/icon_sms_check_off.png) center no-repeat; background-size: auto 18px; vertical-align: top;}
.list_org li .btn_sms_org { display: inline-block; width: 18px; height: 24px; background: url(../img/icon_sms_check_on.png) center no-repeat; background-size: auto 18px; vertical-align: top;}

.list_org li h4 { display: inline-block; padding-left: 8px; font-size: 14px; line-height: 24px; font-weight: normal; color: #000; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; position: absolute; left: 56px;  max-width: 190px;}
.list_org li h4 a { color: #000; }
.list_org li .btn_org_call { position: absolute; top: 50%; transform: translateY(-50%); right: 5px; width: 30px; height: 30px;  background: url(../img/ico_call_big.png) center no-repeat #0049d3; background-size: auto 22px; border-radius: 15px;}
.list_org li .st_msg { font-size: 13px; color: #272c7b;  text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }

.list_favorite li { height: 61px; padding: 0 40px 0 52px; position: relative; background-color: #fff; border-bottom: 1px solid #e4e6f9; display: flex; flex-wrap: wrap; align-content: center; }
.list_favorite li .name { width: 100%; height: 24px; }
.list_favorite li .portrait { width: 40px; height: 40px; overflow: hidden; }
.list_favorite li .btn_favo_no_org { display: inline-block; width: 18px; height: 24px; background: url(../img/icon_star_off.png) center no-repeat; background-size: auto 18px; vertical-align: top;}
.list_favorite li .btn_favo_org { display: inline-block; width: 18px; height: 24px; background: url(../img/icon_star_on.png) center no-repeat; background-size: auto 18px; vertical-align: top;}
.list_favorite li h4 { display: inline-block; width: calc(100% - 30px); padding-left: 0; font-size: 15px; line-height: 24px; font-weight: normal; color: #000; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.list_favorite li h4 a { color: #000; }
.list_favorite li .btn_org_call { position: absolute; top: 50%; transform: translateY(-50%); right: 0px; width: 30px; height: 30px;  background: url(../img/biz_call_btn.png) center no-repeat; background-size: auto 30px; }
.list_favorite li .st_msg { font-size: 13px; color: #272c7b;  text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }

.view_tree { display: block; height: 40px; line-height: 40px; border-radius: 0; font-size: 14px; position: relative; font-weight: 600;
    background-image: url(../img/icon_arrD_blue.png);
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: auto 8px;
    padding-left: 26px; }
a.view_tree>span.span_group_name{text-overflow: ellipsis;  white-space: nowrap;  word-wrap: normal;  overflow: hidden;  max-width: 77%;  display: block; float: left;}
a.view_tree>span.span_group_count{position: absolute;  float: left;  top: 0px; margin-left: 4px;}
.view_tree.favorite_org { color: #333; background-image: url(../img/icon_arrD_blue.png); line-height: 40px;}

.view_tree.on { background-image: url(../img/icon_arrU_blue.png); }
.view_tree.favorite_org.on { background-image: url(../img/icon_arrU_blue.png); }
.view_tree::before { content: ""; position: absolute; top: 10px; left: 10px; height: 20px; border-radius: 0; background-color: #fff;}
/*
.view_tree.dpt_01 { background-color: #3d429c; padding-left: 40px; }
.view_tree.dpt_01::before { width: 20px; }
.view_tree.dpt_02 { background-color: #3d6a9c; padding-left: 60px; }
.view_tree.dpt_02::before { width: 40px; }
.view_tree.dpt_03 { background-color: #3d949c; padding-left: 80px; }
.view_tree.dpt_03::before { width: 60px; }
.view_tree.dpt_04 { background-color: #5c9c3d; padding-left: 100px; }
.view_tree.dpt_04::before { width: 80px; }
.view_tree.dpt_05 { background-color: #9c943d; padding-left: 120px; }
.view_tree.dpt_05::before { width: 100px; }
.view_tree.dpt_06 { background-color: #9c3d3d; padding-left: 120px; }
.view_tree.dpt_06::before { width: 120px; }
.view_tree.dpt_07 { background-color: #9c3d3d; padding-left: 120px; }
.view_tree.dpt_07::before { width: 140px; }
*/

.view_tree.dpt_100 { border-radius: 999px; }
.view_tree.dpt_101 { border-radius: 999px; background-color: #fff; }

/*
.view_tree.dpt_01 { background-color: #3d429c; }
.view_tree.dpt_02 { background-color: #3d6a9c; }
.view_tree.dpt_03 { background-color: #3d949c; }
.view_tree.dpt_04 { background-color: #5c9c3d; }
.view_tree.dpt_05 { background-color: #9c943d; }
.view_tree.dpt_06 { background-color: #9c653d; }
.view_tree.dpt_07 { background-color: #9c3d3d; }
*/

.tree_root { }
.tree_root .list_org { display: none; padding-left: 26px; position: relative;}
/*.tree_root .list_org::before {content: ""; position: absolute; top: 0; left: 8px; width: 1px; height: 100%; background-color: #ebebeb;}*/
.tree_root .tree { display: none; padding-left: 12px; position: relative; margin-bottom: 10px;}
/*.tree_root .tree::before {content: ""; position: absolute; top: 0; left: 8px; width: 1px; height: 100%; background-color: #ebebeb;}*/


.tree_root li { position: relative; }
.tree_root > li {}
.article_favorites_organization {}
.tree_root li .btn_favo_tree { position: absolute; top: 0px; left:0px; width: 18px; height: 40px; z-index: 1;
    background-image: url(../img/icon_star_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;}
.tree_root li .btn_favo_tree.off { background-image: url(../img/icon_star_off.png); }
.tree_root li .btn_favo_tree.none { }

.tree_root li .btn_sms_tree { position: absolute; top: 0px; left:0px; width: 18px; height: 40px; z-index: 1;
    background-image: url(../img/icon_sms_check_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;}
.tree_root li .btn_sms_tree.off { background-image: url(../img/icon_sms_check_off.png); }

.tree li { position: relative; }
.tree li .btn_favo_tree { position: absolute; top: 0px; left:0px; width: 18px; height: 40px; z-index: 1;
    background-image: url(../img/icon_star_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;}
.tree li .btn_favo_tree.off { background-image: url(../img/icon_star_off.png); }
.tree li .btn_favo_tree.none { background-image: url(../img/icon_star_none.png); }
/*
.tree_root .tree2::after { background-color: #3d6a9c; }
.tree_root .tree3::after { background-color: #3d949c; }
.tree_root .tree4::after { background-color: #5c9c3d; }
.tree_root .tree5::after { background-color: #9c943d; }
.tree_root .tree6::after { background-color: #9c653d; }
.tree_root .tree7::after { background-color: #9c3d3d; }
*/


.noti_layer { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; height: 60%; overflow-y: auto; background-color: #fff; z-index: 777; transition: all 0.2s ease-in-out; border-radius: 15px;}
.noti_layer.alert { background-color: #ffdfdf; }
.noti_header { background: #3e439d url(../img/bg_main_white.png) no-repeat; position: relative; top: 0; left: 0; width: 100%; height: 32vmax; z-index: 11; }
.noti_header.fixed { position: fixed; }

.noti_layer .btn_close_detail { position: absolute; top: 18px; top: calc(18px + constant(safe-area-inset-top)); top: calc(18px + env(safe-area-inset-top)); right: 18px; width: 16px; height: 16px; }
.noti_layer .detail_tool { padding-top: 14px; padding-right: 14px; text-align: right; }
.noti_layer .noti_header .detail_tool h3{ position: absolute; left: 20px; font-size: 14px; font-weight: bold; color: #fff; }
.noti_layer .detail_tool a { display: inline-block; min-width: 12px; margin-left: 6px; }
.noti_layer .detail_tool a img { height: 16px; }
.noti_layer .noti_header .portrait { display: block; width: 10vmax; height: 10vmax; margin: 6vmax auto 2vmax auto; }
.noti_layer .noti_header .portrait img { width: 10vmax; height: 10vmax; position: relative; }
.noti_layer .noti_header h3 { text-align: center; font-size: 16px; font-weight: 500; color: #fff; }
.noti_layer .noti_header p { text-align: center; font-size: 12px; font-weight: normal; color: #fff; }
.noti_layer .detail_conts { padding-top: 0vmax; }

.noti_layer .detail_conts_list { padding: 20px 10px; text-align: left; }
.noti_layer .detail_conts_list li { position: relative; padding-left: 65px; font-size: 14px; font-weight: normal; color: #282828; line-height: 22px; min-height: 22px; margin-bottom: 8px; }
.noti_layer .detail_conts_list li .item { position: absolute; width: 45px; top: 0; left: 10px; padding-left: 10px; font-size: 14px; font-weight: bold; color: #282828; }
.noti_layer .detail_conts_list li .caution_text { color: #0049d3; }
.noti_layer .detail_conts_list li .item::before { content: ""; position: absolute; top: 50%; margin-top: -1px; left: 0; width: 3px; height: 3px; background-color: #282828; border-radius: 50%; }
.noti_layer .detail_conts_list li .item::after { content: ""; position: absolute; top: 50%; margin-top: -4px; right: 0; width: 1px; height: 8px; background-color: #d3d4d8; }
.noti_layer .detail_conts_list li .detail_conts_tool { position: absolute; top: 0; right: 0; }
.noti_layer .detail_conts_list li .detail_conts_tool a { display: inline-block; width: 22px; height: 22px; margin-left: 7px; }

.noti_layer .ok_confirm_action { display: inline-block; width: 100px; margin: 0px 5px; height: 40px; border-radius: 20px; background-color: #0049d3; font-size: 15px; color: #fff; }
.noti_layer .close_confirm_action { display: inline-block; width: 100px; margin: 0px 5px; height: 40px; border-radius: 20px; background-color: #5d5d5d; font-size: 15px; color: #fff; }


.detail_layer { position: fixed; top: 100%; left: 0; width: 100%; height: 100%; overflow-y: auto; background-color: #fff; z-index: 777; display: none; transition: all 0.2s ease-in-out; padding-top: env(safe-area-inset-top);}
.detail_layer.on { top: 0; }
.detail_header { padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); background: #3e439d url(../img/bg_main_white.png) no-repeat; position: relative; top: 0; left: 0; width: 100%; height: 300px; height: calc(300px + constant(safe-area-inset-top)); height: calc(300px + env(safe-area-inset-top)); z-index: 11; }
.detail_header.fixed { }
.detail_layer .btn_close_detail { position: absolute; top: 0; right: 0; width: 50px; height: 50px; }
.detail_layer .btn_close_detail>img{width: 30%; height: 30%; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute;}
.detail_layer .btn_logo_detail { position: absolute; top: 20px; left: 20px; }
.detail_layer .detail_tool { padding-top: 14px; padding-right: 14px; text-align: right; }
.detail_layer .detail_tool a { display: inline-block; min-width: 12px; margin-left: 15px; }
.detail_layer .detail_tool a img { height: 16px; }
.detail_layer .detail_header .portrait { display: block; width: 112px; height: 144px; margin: 60px auto 10px auto; }
.detail_layer .detail_header .portrait img { width: 112px; height: 144px; }
.detail_layer .detail_header h3 { text-align: center; font-size: 20px; font-weight: 500; color: #fff; }
.detail_layer .detail_conts { padding-top: 0px;}
.detail_layer .detail_conts_list { padding: 20px 15px; }
.detail_layer .detail_conts_list li { position: relative; padding-left: 100px; font-size: 14px; font-weight: normal; color: #282828; line-height: 30px; min-height: 22px; margin-bottom: 12px; }
.detail_layer .detail_conts_list li .item { position: absolute; width: 80px; top: 0; left: 10px; padding-left: 10px; font-size: 14px; font-weight: bold; color: #282828; }
.detail_layer .detail_conts_list li .caution_text { color: #0049d3; }
.detail_layer .detail_conts_list li .item::before { content: ""; position: absolute; top: 50%; margin-top: -1px; left: 0; width: 3px; height: 3px; background-color: #282828; border-radius: 50%; }
.detail_layer .detail_conts_list li .item::after { content: ""; position: absolute; top: 50%; margin-top: -4px; right: 0; width: 1px; height: 8px; background-color: #d3d4d8; }
.detail_layer .detail_conts_list li .detail_conts_tool { position: absolute; top: 0; right: 0; }
.detail_layer .detail_conts_list li .detail_conts_tool a { display: inline-block; width: 30px; height: 30px; margin-right: 10px; }
.detail_layer .detail_conts_list li .detail_conts_tool a img { display: none;}
.detail_layer .detail_conts_list li .detail_conts_tool a.btn_sms {background: url(../img/ico_mail_big.png) center no-repeat #01b0c3; background-size: auto 22px; border-radius: 15px;}
.detail_layer .detail_conts_list li .detail_conts_tool a.btn_call {background: url(../img/ico_call_big.png) center no-repeat #0049d3; background-size: auto 22px; border-radius: 15px;}
.detail_layer .detail_conts_list li .detail_conts_tool .btn_org_mail { margin-right: 33px; }
.detail_layer .detail_conts_list li.coming { padding-left: 20px; background: url(../img/icon_call_incoming.png) 6px no-repeat; background-size: auto 12px; }
.detail_layer .detail_conts_list li.send { padding-left: 20px; background: url(../img/icon_call_send.png) 6px no-repeat; background-size: auto 12px; }
.detail_layer .detail_conts_list li.miss { color: #ff7a45; padding-left: 20px; background: url(../img/icon_call_miss.png) 6px no-repeat; background-size: auto 12px; }

.detail_layer_caution { position: fixed; top: 100%; left: 0; width: 100%; height: 100%; overflow-y: auto; background-color: #fff; z-index: 777; display: none; transition: all 0.2s ease-in-out; }
.detail_layer_caution.on { top: 0; }
.detail_header_caution { padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); background: #3e439d url(../img/bg_main_white.png) no-repeat; position: relative; top: 0; left: 0; width: 100%; height: 300px; height: calc(300px + constant(safe-area-inset-top)); height: calc(300px + env(safe-area-inset-top)); z-index: 11; }
.detail_header_caution.fixed { position: fixed; }
.detail_layer_caution .btn_close_detail_caution { position: absolute; top: 14px; left: 14px; width: 16px; height: 16px; }
.detail_layer_caution .detail_tool_caution { padding-top: 14px; padding-right: 14px; text-align: right; }
.detail_layer_caution .detail_tool_caution a { display: inline-block; min-width: 12px; margin-left: 15px; }
.detail_layer_caution .detail_tool_caution a img { height: 16px; }
.detail_layer_caution .detail_header_caution .portrait { display: block; width: 17vmax; height: 17vmax; margin: 8vmax auto 2vmax auto; }
.detail_layer_caution .detail_header_caution .portrait img { width: 17vmax; height: 17vmax; }
.detail_layer_caution .detail_header_caution h3 { text-align: center; font-size: 16px; font-weight: 500; color: #fff; }
.detail_layer_caution .detail_conts_caution { padding-top: 300px; padding-top: calc(300px + constant(safe-area-inset-top)); padding-top: calc(300px + env(safe-area-inset-top));}
.detail_layer_caution .detail_conts_list_caution { padding: 20px 15px; }
.detail_layer_caution .detail_conts_list_caution li { position: relative; padding-left: 100px; font-size: 14px; font-weight: normal; color: #282828; line-height: 22px; min-height: 22px; margin-bottom: 12px; }
.detail_layer_caution .detail_conts_list_caution li .item { position: absolute; width: 80px; top: 0; left: 10px; padding-left: 10px; font-size: 14px; font-weight: bold; color: #282828; }
.detail_layer_caution .detail_conts_list_caution li .caution_text { color: #0049d3; }
.detail_layer_caution .detail_conts_list_caution li .item::before { content: ""; position: absolute; top: 50%; margin-top: -1px; left: 0; width: 3px; height: 3px; background-color: #282828; border-radius: 50%; }
.detail_layer_caution .detail_conts_list_caution li .item::after { content: ""; position: absolute; top: 50%; margin-top: -4px; right: 0; width: 1px; height: 8px; background-color: #d3d4d8; }
.detail_layer_caution .detail_conts_list_caution li .detail_conts_tool { position: absolute; top: 0; right: 0; }
.detail_layer_caution .detail_conts_list_caution li .detail_conts_tool a { display: inline-block; width: 22px; height: 22px; margin-left: 5px; }
.detail_layer_caution .detail_conts_list_caution li .detail_conts_tool .btn_org_mail { margin-right: 33px; }
.detail_layer_caution .detail_conts_list_caution li.coming { padding-left: 20px; background: url(../img/icon_call_incoming.png) 6px no-repeat; background-size: auto 12px; }
.detail_layer_caution .detail_conts_list_caution li.send { padding-left: 20px; background: url(../img/icon_call_send.png) 6px no-repeat; background-size: auto 12px; }
.detail_layer_caution .detail_conts_list_caution li.miss { color: #ff7a45; padding-left: 20px; background: url(../img/icon_call_miss.png) 6px no-repeat; background-size: auto 12px; }

.src_result { height: 50px; border-bottom: 1px solid #ebeff9; background-color: #eceef7;}
.src_result_box {display: none; position: relative; height: 50px;  padding: 10px 60px; }
.src_result .portrait { position: absolute; top: 10px; left: 20px; width: 30px; height: 30px; }
.src_result .portrait img { width: 30px; height: 30px; }
.src_result h4 { font-size: 13px; font-weight: 500; color: #4b4b4b; line-height: 15px;}
.src_result p { font-size: 11px; color: #4b4b4b;  line-height: 15px; font-family: 'M PLUS 1', sans-serif;}
.src_result p span { color: #45bfff; }
.src_result .num { position: absolute; top: 15px; right: 50px; font-size: 11px; color: #4b4b4b; line-height: 20px; font-family: 'M PLUS 1', sans-serif;}
.src_result .sel_other { position: absolute; top: 15px; right: 20px; width: 20px; height: 20px; background: #fff url(../img/icon_down.png) center no-repeat; background-size: 20px; clip-path: url(#squircle); -webkit-clip-path: url(#squircle); }

.pop_calling .list > li {padding: 10px 40px 10px 52px;}
.pop_calling .list > li h4 {padding-left: 0; line-height: 18px; font-size: 13px;}
.pop_calling .list > li p {padding-right: 0; line-height: 16px; font-size: 12px;}
.pop_calling .list > li p span { color: #45bfff; }

ul.sorter {overflow:hidden;}
ul.sorter.center {margin:0 auto; }
ul.sorter li {display: block; width: 100%; float: left; margin: 0 0 8px 0; cursor: move; background: #fff url(../img/ico_drag.png) right 16px center no-repeat; background-size: 18px; }
ul.sorter li > span {display: block; line-height: 18px; color: #3d429c; border: 1px solid #dce0ea; border-radius: 6px; padding: 12px 16px; position:relative; font-size: 14px;}
ul.sorter li.empty span {background: none; border: 1px dashed #ccc; color: #fff; cursor: pointer; text-indent: 100%; white-space: nowrap; overflow: hidden; background: none;}
ul.sorter li.empty span:after {content:""; position: absolute; top: 10px; right: 12px; width:14px; height:14px; background:none; background-size:14px;}
ul.sorter li .bi::before {font-size: 18px; margin: 1px 10px 0 0;}

.li_helper {left: 0; top: 0; position: absolute; display: none; width: 100px; cursor: move;  z-index:999;}
.li_helper span {display: block; width: 100%; border: 1px solid #cccccc; padding:8px 12px; border-radius: 6px; color: #333333; background:#fff;}
.li_helper ul.sorter, ul.sorter ul.sorter {margin: 14px auto 0 auto; width: 100%; padding: 0 0 0 30px; }

.dim_layer{ position: fixed; width:100%; height:100%; z-index: 99999; top: 0px; left: 0px; display: none; }
.dim_layer .popup { border-radius:6px; overflow:hidden; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; width: 90%; box-shadow: 0 5px 20px rgba(80, 88, 125, 0.5); z-index:1;}
.dim_bg { position: absolute; background-color: rgba(0, 0, 0, 0.50); width:100%; height:100%; }
.popup h3 { line-height:16px; padding: 14px 20px; margin:0; font-size: 14px; font-weight: 700; padding-left: 32px; background: url(../img/ico_bull.png) left 20px center no-repeat #e9ebf5;}
.popup h3 .popup_close { display: inline-block; width:14px; height:14px; float: right; cursor: pointer;}
.dim_layer .popup.confirm { width: 80%;}
.dim_layer .popup.confirm h3 {background:none;}
.dim_layer .popup.confirm .popup_content {text-align: center;}
.popup .popup_container { padding: 20px;}
.popup .popup_container dl.term {overflow: hidden; display: flex; align-items: center; padding: 7px 0; border-bottom: 1px solid #dce0ea; }
.popup .popup_container dl.term:first-child {border-top: 1px solid #dce0ea;}
.popup .popup_container dl.term dt {float: left; width: 40px; line-height: 28px;}
.popup .popup_container dl.term dd {float: left; width: calc(100% - 40px); display: flex; justify-content: space-between;}
.popup .popup_container dl.term dd input[type='text'] {width: 100%; border: 1px solid #dce0ea; height: 28px; border-radius: 3px; padding: 0 5px;}
.popup .popup_container dl.term dd input[type='date'],
.popup .popup_container dl.term dd input[type='time'] {width: 49%; border: 1px solid #dce0ea; height: 28px; border-radius: 3px; padding: 0 5px;}
.popup .popup_container dl.term dd label {line-height: 28px;}
.popup .popup_container .btn_box {text-align: center; padding-top: 20px;}
.popup .popup_container .btn_submit {width: 100px; line-height: 32px; text-align: center; background: #0049d3; border-radius: 16px; color: #fff; display: inline-block; margin: 0 2px;}
.popup .popup_container .btn_close {width: 100px; line-height: 32px; text-align: center; background: #7983a5; border-radius: 16px; color: #fff; display: inline-block; margin: 0 2px;}


.notice_pop { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 999; background: #fff; padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.notice_pop .popup_close { float: right; color: #333; width: 16px; height: 16px;}
.notice_pop .btn_notice_edit { color: #333;}
.notice_pop .popup_close .bi { width: 16px; height: 16px; display: inline-block;}
.notice_pop .popup_close .bi::before { font-size: 16px;}
.notice_pop .btn_notice_edit .bi {margin-right: 5px;}
.notice_pop .btn_notice_edit .bi::before { font-size: 14px;}
.notice_pop .notice_srch {padding: 20px 0 12px; margin: 0 20px; position: relative; display: flex; justify-content: space-between; border-bottom: 1px solid #e4e6f9;}
.notice_pop .notice_srch .srch {display: flex; width:70%;}
.notice_pop .notice_srch .srch .btn {width: 32px; line-height: 30px; background: #f2f4fb; border: 1px solid #dce0ea; border-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0;}
.notice_pop .notice_srch .srch .form-control {width:calc(100% - 36px); border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0;}
.notice_pop .notice_srch select {width:30%; border: 1px solid #dce0ea; border-radius: 4px; font-size: 12px; padding: 0 8px }
.notice_pop h3 { line-height: 18px; font-size: 14px; color: #334295; padding: 16px 20px; background-color: #fff; box-shadow: 0 0 50px rgba(0, 39, 113, 0.2); height:50px;position: relative; z-index: 99;}
.notice_pop h3 span {font-size: 12px; color: #999; font-weight: normal;}

.notice_pop .tab_wrap {position: relative;}
.notice_pop .tab_wrap .tabcontrol {padding: 12px 0; margin: 0 20px; overflow:hidden; border-bottom: 1px solid #e4e6f9; display: flex; justify-content: space-between;}
.notice_pop .tab_wrap .tabcontrol .view {font-size: 12px; color: #334295; display: inline-block; line-height: 30px;}
.notice_pop .tab_wrap .tabcontrol .tabnav {position: relative; margin: 0; overflow:hidden;}
.notice_pop .tab_wrap .tabcontrol .tabnav li {float: left; height: 30px; width: 70px; position: relative; list-style:none; margin-right:2px;}
.notice_pop .tab_wrap .tabcontrol .tabnav li a {position:relative; display:block; color: #9da6b9; line-height: 28px; text-align: center; font-size: 12px; border: 1px solid #dce0ea; background: #f2f4fb; border-radius: 4px;}
.notice_pop .tab_wrap .tabcontrol .tabnav li a.active { background:#fff; color:#14274E; border: 1px solid #abb3c1;}
.notice_pop .tab_wrap .tabcontent {padding: 0 20px 60px; height: calc(100vh - 209px); overflow: auto;}

.notice_pop .tabcontent .notice_list {}
.notice_pop .tabcontent .notice_list li { border-bottom: 1px solid #e4e6f9; }
.notice_pop .tabcontent .notice_list li { padding: 12px 0; display: block; color: #333;}
.notice_pop .tabcontent .notice_list li h4 {text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; font-size: 14px; font-weight: normal; line-height: 18px; position:relative; width: calc(100% - 40px); overflow: hidden;}
.notice_pop .tabcontent .notice_list li h4 .new {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 8px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #ff0000;
  border-radius: 3px;
  margin-right:4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.notice_pop .tabcontent .notice_list li p {color: #999; font-size: 12px; margin-top: 6px; line-height: 20px; width: calc(100% - 40px);}
.notice_pop .tabcontent .notice_list li p .func {float: right; display: flex; position: relative;}
.notice_pop .tabcontent .notice_list li p .func .btn {font-size: 14px; margin: 0 5px; position: relative; top: -1px;}

.notice_pop .notice_foot {position: fixed; left: 0; right: 0; bottom: 0; padding: 0px 20px; background-color: #fff; box-shadow: 0 0 50px rgba(0, 39, 113, 0.2); height:40px; line-height: 40px; text-align: right; padding-bottom: calc(9px + constant(safe-area-inset-bottom)); padding-bottom: calc(9px + env(safe-area-inset-bottom));}

.notice_pop .notice_view { position: absolute; top: 50px; left: 0; right: 0; bottom: 0; overflow: auto; display: none; background:#fff; overflow: auto; padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); padding-bottom: calc(50px + constant(safe-area-inset-bottom)); padding-bottom: calc(50px + env(safe-area-inset-bottom));}
.notice_pop .notice_view .head { margin: 0 20px; padding: 20px 0; border-bottom: 1px solid #e4e6f9;}
.notice_pop .notice_view .head h4 { font-size: 14px;}
.notice_pop .notice_view .head p { color: #999; font-size: 12px; margin-top: 5px;}
.notice_pop .notice_view .cont {padding: 20px; line-height: 1.8; -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto;}
.notice_pop .notice_view .notice_forward {width: 100px; line-height: 32px; text-align: center; background: #0049d3; border-radius: 16px; color: #fff; display: inline-block; margin: 0 2px;}
.notice_pop .notice_view .notice_view_close {width: 100px; line-height: 32px; text-align: center; background: #7983a5; border-radius: 16px; color: #fff; display: inline-block; margin: 0 2px;}

.notice_pop .btn_box {position: fixed; left: 0; right: 0; bottom: 0; padding-top: 9px; padding-bottom: calc(9px + constant(safe-area-inset-bottom)); padding-bottom: calc(9px + env(safe-area-inset-bottom)); text-align: center; box-shadow: 0 0 50px rgba(0, 39, 113, 0.2); background:#fff;}

.notice_pop .notice_edit { position: absolute; top: 50px; left: 0; right: 0; bottom: 0; display: none; background:#fff; overflow: auto; padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); padding-bottom: calc(50px + constant(safe-area-inset-bottom)); padding-bottom: calc(50px + env(safe-area-inset-bottom));}
.notice_pop .notice_edit .box {padding: 20px;}
.notice_pop .notice_edit dl {overflow: hidden; display: flex; align-items: center; padding: 7px 0; border-bottom: 1px solid #dce0ea; }
.notice_pop .notice_edit dl:first-child {border-top: 1px solid #dce0ea;}
.notice_pop .notice_edit dl dt {float: left; width: 40px; line-height: 28px;}
.notice_pop .notice_edit dl dd {float: left; width: calc(100% - 40px)}
.notice_pop .notice_edit dl dd input[type='text'] {width: 100%; border: 1px solid #dce0ea; height: 28px; border-radius: 3px; padding: 0 5px;}
.notice_pop .notice_edit dl dd input[type='date'],
.notice_pop .notice_edit dl dd input[type='time'] {width: 100px; border: 1px solid #dce0ea; height: 28px; border-radius: 3px; padding: 0 5px; margin-right: 5px;}
.notice_pop .notice_edit dl dd label { line-height: 28px; display: inline-block; margin-right: 10px;}
.notice_pop .notice_edit textarea {width: 100%; border: 1px solid #dce0ea; height: 300px; border-radius: 3px; margin-top: 10px; padding: 10px;}
.notice_pop .notice_edit textarea:focus {border: 1px solid #dce0ea; outline: 0;}
.notice_pop .notice_edit .notice_edit_submit {width: 100px; line-height: 32px; text-align: center; background: #0049d3; border-radius: 16px; color: #fff; display: inline-block; margin: 0 2px;}
.notice_pop .notice_edit .notice_edit_close {width: 100px; line-height: 32px; text-align: center; background: #7983a5; border-radius: 16px; color: #fff; display: inline-block; margin: 0 2px;}

.btn_term_pop {float: right; line-height: 28px; width: 30px; text-align: center;}
.btn_term_pop .bi::before {font-size: 16px; color:#7983a5; position: relative; top:1px;}

.object_all, .object_div, .object_all_except_retirees {padding: 7px 0; position: relative;}
.object_find { position:absolute; top:-40px; right:0; z-index: 99; width:30px; color:#7983a5; background: #fff; padding-top: calc(-40px + constant(safe-area-inset-bottom)); padding-top: calc(-40px + env(safe-area-inset-bottom));}
.object_find .bi::before {line-height: 38px; font-size: 14px;}
.picks {padding:0; margin:0; }
.picks .swiper-slide {padding:0 30px 0 10px; color:#fff; line-height:24px; margin:0; list-style:none; display: inline-block; border-radius: 3px; background: #70779b; font-size:12px; position: relative;}
.picks .swiper-slide .del {display:block; width:9px; height:9px; background:url('../img/ico_del_w.png') center no-repeat; position:absolute; top:8px; right:8px;}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width:auto !important;
}

.pull_delete { position: relative; width: calc(100% + 40px); }
.pull_delete.trans { transition: all 0.3s;}
.pull_delete .pd_btn { display: flex; justify-content: center; align-items: center; position: absolute; right: 0; top: -1px; bottom: -1px; width: 40px; font-size: 12px; background: #9da3b9; color: #fff; text-align: center; /*padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top);*/}
.pull_delete .pd_btn::before { content: '삭제'; font-style: normal; vertical-align: middle;}

.org_search { margin-bottom: 10px; position: relative;}
.org_search .btn {width: 32px; line-height: 32px; color:#fff; background: #70779b; border-radius: 4px;}
.org_search .form-control {width:calc(100% - 35px)}

.form-control {
  height: 32px;
  padding: 6px 8px;
  line-height: 1.2;
  font-size: 12px;
  color: #14274E;
  background-color: #fff;
  border: 1px solid #dce0ea;
  border-radius: 4px;
  position: relative;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.auth_wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: none; z-index: 99; padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom);}
.auth_box { position: absolute; top: 20px; left: 20px; bottom:20px; right:20px; padding: 15px; background-color: #fff; border-radius: 6px; }
.auth_box h3 { font-size: 16px; padding-bottom: 10px;}

.auth {border-top: 1px solid #dce0ea; margin-top:20px;}
.auth dl {border-bottom: 1px solid #dce0ea; overflow:hidden; display:flex; margin: 0; padding: 10px 0;}
.auth dl dt {width: 20%; margin: 0; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.auth dl dt .bi::before {font-size: 30px; line-height: 60px;}
.auth dl dd {width: 80%; margin:0; padding-left:10px; display: flex; justify-content: center; flex-direction: column;}
.auth dl dd h3 {font-size:14px; font-weight:700; margin-bottom:5px;}

.view_btn { text-align: center; margin: 10px 0 ; }
.view_btn .btn.blue {background:#4361ee; padding: 7px 20px 7px 14px; border-radius: 20px; height:auto; color:#fff;}

.big {text-align: center; font-size: 20px; font-weight:700; margin:20px 0; border: 1px solid transparent; color: #fff;}
.center {text-align:center;}


.stit {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #cad0d9; font-size: 14px; font-weight: bold; color: #4b4b4b; padding-left: 10px; position: relative;}
.stit::before { content: ""; position: absolute; top: 11px; left: 0; width: 4px; height: 4px; background-color: #4b4b4b; border-radius: 50%; }
.hr15 {background-color: #dce0ea; height:1px; margin:15px 0 15px;}
.mr10 {margin-right:10px;}
.mb10 {margin-bottom:10px;}
.namecard input {display: inline-block;}
.namecard .ui-radio {display: inline-block;}
.nametag {box-shadow: 0 0 20px rgba(0,0,0,.2); padding:0; background:url('../img/bg_card.png') center top no-repeat; background-size: 100%; border: 1px solid #cad0d9; border-radius: 16px; overflow: hidden;}
.nametag .logo {display: flex; justify-content: space-between; align-items: center; padding: 20px;}
.nametag .logo img {max-width:70px;}
.nametag .logo a {color:#000;}
.nametag .content {display: flex; padding: 0 20px 20px; margin-left: 0; min-height:auto;}
.nametag .content .thumb {}
.nametag .content .thumb .photo {width:80px; height:80px; background:url('../img/thumb_card.png') center no-repeat; background-size: 100%; border-radius: 34px;}
.nametag .content .thumb .name {position: relative; width:80px; text-align:center; margin-top:5px;}
.nametag .content .thumb .name.white {color:#fff;}
.nametag .content .info {padding-left: 20px; width: calc(100% - 80px);}
.nametag .content .info .item {margin:0; font-size: 12px; margin-bottom:5px; display:flex;}
.nametag .content .info .item .bi {border-radius: 50%; width:24px; min-width: 24px; height:24px; background-color: rgba(184,188,199,.5); display:flex; justify-content: center;  align-items: center;}
.nametag .content .info .item .bi::before {font-size: 12px; color: #616673;}
.nametag .content .info .item .txt {display: inline-block; padding: 2px 0 0 8px; width: calc(100% - 28px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.nametag .content .info .item .txt p {margin:1px 0; line-height: 18px;}

.nametag.vertical {}
.nametag.vertical .content {display: block;}
.nametag.vertical .content .thumb {display: flex; flex-direction: column; align-items: center; padding-bottom:20px;}
.nametag.vertical .content .thumb .name {width: auto;}
.nametag.vertical .content .info {padding-left: 0; padding-top: 20px; width:100%;}
.nametag.vertical .content .info.line {border-top: 1px dotted #cad0d9;}

.nametag.dark {background:url('../img/bg_card_dark.png') center top no-repeat; background-size: 100%;}
.nametag.dark .logo a {color:#fff;}
.nametag.dark .content .info .item .bi {background-color: rgba(184,188,199,.5);}
.nametag.dark .content .info .item .bi::before {color: #161b30;}
.nametag.dark .content .info .item .txt p {margin:1px 0; line-height: 18px; color:#fff;}

.nametag.vertical.dark {background:url('../img/bg_card.png') center top no-repeat; background-size: 100%;}
.nametag.vertical.dark .content {background:url('../img/bg_card_dark2.png') center top 86px no-repeat; background-size: 100%;}
.nametag.vertical.dark .logo a {color:#000;}