﻿/* iOS 11.0 버전 */
constant(safe-area-inset-top)
constant(safe-area-inset-right)
constant(safe-area-inset-bottom)
constant(safe-area-inset-left)

/* iOS 11.2 이상 */
env(safe-area-inset-top)
env(safe-area-inset-right)
env(safe-area-inset-bottom)
env(safe-area-inset-left)

html, body {
    xbackground-image: url('./images/ajax-loader.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center; 
}

*{
    -webkit-touch-callout:none;
}

.float-area {    
    /*
    padding: 0px;
    padding: 100px 0 calc(constant(safe-area-inset-bottom) + 20px);
    padding: 100px 0 calc(env(safe-area-inset-bottom) + 20px);
    */
    position: fixed;        
    left: 0;
    right: 0;
    top:0;
    bottom:0;    
    height:auto;         
    display:flex;
    flex-direction:column;
}

.none 
{
    display: none;
}
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
    overflow: visible;
}

#_dt_container { position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:9999; }
#_dt_container ._dt_c { position:absolute; left:0px; top:0px; opacity:.7; filter: Alpha(Opacity=70); background:black; width:100%; height:100%; z-index:9999; }
#_dt_container ._dt_w { position:absolute; width:200px; padding:10px; z-index:9999; background:white; display:block; }
#_dt_container ._dt_ct { display:table; padding-top:10px; width:100%; }
#_dt_container ._dt_l { float:left; width:50%; text-align:center; display:block; }
#_dt_container ._dt_r { float:right; width:50%; text-align:center; display:block; }
#_dt_container ._dt_ct span   /* 월일시분 */
{
    display:block; font-size:16px; padding-bottom:5px;
}
#_dt_container ._dt_ct a    /* +/- 버튼 */
{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 0;
    margin: 0 4px;
    font-size: 40px;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#bdbdbd),color-stop(1,#f7f7f7));
    background: -moz-linear-gradient(#f7f7f7,#bdbdbd);
    background: -ms-linear-gradient(#f7f7f7,#bdbdbd);
    background: -o-linear-gradient(#f7f7f7,#bdbdbd);
    color: #888;
    text-shadow: 0 0px 0px #333;
    box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
    -moz-box-shadow: 0 0 2px #333;
}
#_dt_container ._dt_n span    /* 숫자 */
{
    display:block; height: 35px;
    clear:both; 
    border:1px solid lightgray;
    font-size:26px;
    margin: 0 4px;
    font-weight:normal;
    border-collapse: separate;
}
#_dt_container ._dt_bt { display:block; margin-top:10px; padding-top:10px; }
#_dt_container ._dt_bt a   /* 설정/취소 버튼 */
{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    color: #fff;
    background: #000;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0.5,#000),color-stop(0.5,#6e6e6e));
    background: -moz-linear-gradient(#6e6e6e 50%,#000 50%);
    background: -ms-linear-gradient(#6e6e6e 50%,#000 50%);
    background: -o-linear-gradient(#6e6e6e 50%,#000 50%);
}

.li-detail, .li-detail-first {
    border: 0px solid #eeeeee;
    color: #3e3e3e;
    font-size: 1em;
    line-height: 1.8em;
    text-shadow: 0 1px 0 #ffffff;
    margin-bottom: 0em;
}
.btn-unchk2{
    background-image: url(../css/themes/logishub/images/Regular/UnChecked.png) /*{global-icon-set}*/;
}
.btn-chk2{
    background-image: url(../css/themes/logishub/images/Regular/Checked.png) /*{global-icon-set}*/;
}
.btn-chk2, .btn-unchk2 {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding: 2px 8px 2px 30px;
    cursor: pointer;
}

/*편의점 택배 공통*/
.card_area {
    padding: 1px 20px;
    font-size: 16px;
    color: #404040;
    font-weight: 600;
}

.banner_area {
    background: #f3f4f6;
}

.flex_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex_center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button_blue {
    border-radius: 3px;
    background: #04a2bd;
    padding: 6px 10px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: none;
}

.button_orange {
    border-radius: 3px;
    background: #FF7F27;
    padding: 6px 10px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: none;
}

.button_white {
    border-radius: 3px;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-shadow: none;
    border: solid 1px #a5a5a5;
}

.button_blue_round {
    border-radius: 3px;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    color: #04a2bd;
    font-weight: 600;
    text-shadow: none;
    border: solid 1px #04a2bd;
}

.button_gray_round {
    border-radius: 3px;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-shadow: none;
    border: solid 1px #a5a5a5;
}

.button_orange_round {
    border-radius: 3px;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-shadow: none;
    border: solid 1px #FF7F27;
}

.button_red {
    border-radius: 3px;
    background: #B22222;
    padding: 6px 10px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: none;
    border: solid 1px #B22222;
}

.button_red_round {
    border-radius: 3px;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    color: #B22222;
    font-weight: 600;
    text-shadow: none;
    border: solid 1px #B22222;
}

.button_gray {
    border-radius: 3px;
    background: #b5b5b5;
    padding: 6px 10px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: none;
    border: solid 1px #a5a5a5;
}

.sub_title {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.label_title {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.div_area {
    background: #f3f4f6;
    height: 7px;
    width: 100%;
}

.div_area_tin {
    background: #f3f4f6;
    height: 2px;
    width: 100%;
}

.select_con {
    flex: 1;
    height: 82px;
    border-radius: 3px;
    border: solid 1px #bfbfbf;
}

.un_select_con {
    flex: 1;
    height: 82px;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    background: #f9f9f9;
}

.select_round {
    height: 25px;
    border-radius: 25px;
    padding: 0px;
    margin: 0px;
    border: solid 1px #04a2bd;
    font-size: 13px;
    color: #04a2bd;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.51px;
    flex: 1;
}

.un_select_round {
    height: 25px;
    border-radius: 25px;
    padding: 0px;
    margin: 0px;
    border: solid 1px #dcdcdc;
    font-size: 13px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.51px;
    flex: 1;
}

.select_rect {
    border: solid 1px #04a2bd;
    color: #04a2bd;
    font-size: 13px;
    letter-spacing: -0.51px;
    padding: 4.5px 9px;
}

.un_select_rect {
    border: solid 1px #dcdcdc;
    color: #4d4d4d;
    font-size: 13px;
    letter-spacing: -0.51px;
    padding: 4.5px 9px;
}

.desc_content {
    font-size: 12px;
    color: #949496;
    letter-spacing: -0.51px;
}

ul {
    list-style: none;
    padding-left: 0px;
}
      
.ui-btn-down-c, .ui-btn-up-c, .ui-btn-active, .ui-btn-hover-c {
    font-size: 13px;            
    color : #000000;
    border : 0px;
    text-shadow: none;
    background:#FFFFFF;
    }

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    width: 20px;
    height: 20px;
    background: url('../images/DeliveryStore/ic_un_check.png') no-repeat 0 0px / contain;
    border: 0px;
}

input[type='checkbox']:checked + label {
    width: 20px;
    height: 20px;
    background: url('../images/DeliveryStore/ic_check.png') no-repeat 0 0px / contain;
    border: 0px;
}

.ui-icon {
    display: none;
}

#bottom_area {
    position: fixed;
    background-color: #04a2bd;
    height: 60px;
    left: 0;
    right: 0;
    bottom:0; 
    bottom:constant(safe-area-inset-bottom);
    bottom:env(safe-area-inset-bottom);
    display: flex;
    flex-direction: row;
    align-items: center;
}

#bottom_area > div {
    flex: 1;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    font-size: 13px;
    padding:0px;    
}       


#bottom_banner_area {
    position: fixed;
    background-color: #FFFFFF;    
    height: auto;
    left: 0;
    right: 0;
    bottom:60px;
    bottom:calc(constant(safe-area-inset-bottom) + 60px);
    bottom:calc(env(safe-area-inset-bottom) + 60px);
    align-items: center;
}
