/* 마이페이지, 로그인 공통 상단 및 공통 영역 */

@charset "utf-8";

/* CSS Document */
@import url('https://gcore.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");

/* S: 기존 리셋 css */
html, body {
    font-family : 'Pretendard', sans-serif;
    font-weight : 500;
}

html{
    font-size: 10px;
    overflow-y:none;
}

body {
    background:#FFF;
    font-size:1.4rem;
    text-align:left;
    *word-break:break-all;
    -ms-word-break:break-all;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
	letter-spacing:-0.6px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, strong, span, em, iframe, img, a{
    margin : 0;
    padding : 0;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, strong, span, a, td, th{word-break: keep-all; letter-spacing:-0.6px;}
a {
    color:#333333;
    text-decoration: none;
    cursor: pointer;
    box-sizing:border-box;
}

a:hover,
a:active,
a:focus {
    color:#000000;
    text-decoration:none;
}

a img {
    border: none;
}

a > img {
    vertical-align: middle;	
}
div{box-sizing:border-box;}
dl,ul,ol,li {
    list-style : none;
    margin-top : 0px; 
    display : block;
}

fieldset, img {
    border : none;
}

hr {
    display : none;
}

legend, caption {
    width : 0; 
    height : 0; 
    font : 0;
    visibility : hidden; 
    z-index : -1;
}

em, address {
    font-style : normal;
}

button {
    border:0px;
    cursor: pointer;
    background:none;
    font-family: 'Pretendard', sans-serif;
}
table{
    padding:0;
    border:0;
    border-spacing:0px;
    border-collapse:collapse;
}
th, td{
    padding:0;
}
select, input{
    border:0px;
	font-family : 'Pretendard', sans-serif;
}
select{
    appearance: none !important;
    -moz-appearance:none !important;  
    -webkit-appearance:none !important;
    background-image: url(/images/arrow_drop_down_black_24dp.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 50% !important;
	font-family : 'Pretendard', sans-serif;
}
select::-ms-expand {
    display:hidden;
}
select:focus{outline:none;}

/*스크롤바 변경*/
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
background-color: #999999;
border-radius: 4px;
background-clip: padding-box;
}
::-webkit-scrollbar-track {
background-color: #F2F2F2;
border-radius: 4px;
background-clip: padding-box;
}

.mgAuto{margin:auto}
.p0{padding:0 !important}
.m0{margin:0 !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:10px !important}
.mb30{margin-bottom:30px !important}
.mb40{margin-bottom:40px !important}
.mb50{margin-bottom:50px !important}
.mb60{margin-bottom:60px !important}
.mb80{margin-bottom:80px !important}
.mb100{margin-bottom:100px !important}
.mb130{margin-bottom:130px !important}
.mb150{margin-bottom:150px !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt44{margin-top:44px !important}
.mt50{margin-top:50px !important}
.mt60{margin-top:60px !important}
.center{text-align:center !important;justify-content: center !important;}
.right{text-align:right !important}
.left{text-align:left !important}
.clearfix::after{display:block;clear:both;content: '';}
.pcNone{display:none}
.inner{width:1180px;margin:0 auto;position: relative;}
.spaceBetween{display:flex;justify-content: space-between;align-items: center;}
.content{padding-bottom:100px}


/* GLOBAL 상단 Nav */
.globalTopBar{position: relative;display: flex;align-items: center;width:100%;background:#fff;height:70px;border-bottom:1px solid #e4e4e4;}
.globalLogo{position:absolute;}
.globalTopBar img{width:165px;margin-left:30px}
.globalTopBar .inner{width:auto;}
.globalNav{display:flex;align-items:center;font-size:1.6rem;color:#222;letter-spacing: -0.32px;font-weight: bold;}
.globalNav > li{margin-right:60px}
.globalNav > li:last-child{margin-right:0}
.subNav{position:relative;}
.subNav > a > span{vertical-align:text-top}
.sNav{display:none}
.btLogout{margin-right:20px;display: inline-flex;align-items: center;background:none;font-size:14px;color:#999999;letter-spacing: -0.28px;}
.btLogout span{margin-right:10px}

aside{align-self: flex-start;width:180px}
aside h2{font-size:2rem;line-height: 21.6px;color:#333;letter-spacing: -0.4px;background:#ECFBFF;padding:30px 15px 25px;border-radius: 0 8px 8px 0;}
aside .asideNav > li{position:relative;/*height:45px;*/margin-top:10px;}
aside .asideNav > li::before{content: '';position: absolute;border-left:4px solid #F6F9FF;height:45px}
aside .asideNav > li > a{display:inline-block;font-size:1.4rem;color:#333;letter-spacing: -0.32px;font-weight: bold;width:100%;height:100%;padding:12px 0 12px 15px}
aside .asideNav > li.on > a{color:#00B1FF}
aside .asideNav > li ul{margin-left: 25px;}
aside .asideNav > li ul > li{font-size:1.4rem;color:#333333;letter-spacing: -0.28px;line-height: 28px;margin-bottom:10px;font-weight: 500;}
aside .asideNav > li ul > li.on a{color:#00B1FF}
.latestList{display:flex;margin-top:15px;margin-bottom:20px}
.latestList li{position:relative;font-size:1.4rem;line-height:24px;letter-spacing: -0.56px;}
.latestList li.on a{color:#00B1FF;font-weight: bold;}
.latestList li:not(:first-child){margin-left:10px;padding-left:10px}
.latestList li:not(:first-child)::before{display: inline-block;position: absolute;top: 50%;left: 0;width: 1px;height: 70%;background-color: #222;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    content: '';
}



.btBlack{font-size:1.4rem;font-weight:bold;color:#fff !important;background: #222 !important;padding:8px 16px;border-radius: 4px;cursor: pointer;}
.btWhite{border:1px solid #CCCCCC;font-size:1.4rem;color: #555555;background: #fff;line-height: 21.6px;padding:8px 20px;border-radius: 4px;margin-right:10px;cursor: pointer;}
.btWhite:last-child{margin-right:0;margin-top:40px}
.btMore{text-align: center;margin-bottom:60px}
.btMore button{font-size:1.6rem;letter-spacing: -0.8px;color: #999999;line-height:21.6px;background: #fff;border: 1px solid #E1E1E1;border-radius: 8px;padding:12px 22px}


.colorBlue{color:#00B1FF !important}
.colorGray{color:#999 !important}
.colorPink{color:#FF4188 !important}
.colorRed{color:#FF0000 !important}

/* GLOBAL 상단 Common.css와 동일 */
footer{position: relative;background:#333333;padding:40px;overflow:hidden;}
footer .footerM{display:none}
footer .footerLogo{float:left;}
footer .footerInfoArea{float:left;margin-left:100px}
footer .footerInfoArea .footerUtill li{display:inline-block;margin-bottom:10px}
footer .footerInfoArea .footerUtill li a{color:#fff;font-size:1.5rem;margin-right:35px}
footer .footerInfoArea .footerInfo li{color:#ccc;font-size:1.3rem;line-height:200%}
footer .footerInfoArea .footerInfo li a{display:inline-block;margin-left:15px;color:#fff;}
footer .footerPc .footerInfoArea .footerInfo li span:not(:first-child){position:relative;padding-left: 6px;margin-left: 5px;}
footer .footerPc .footerInfoArea .footerInfo li span:not(:first-child)::before{display: inline-block;position: absolute;top: 50%;left: 0;width: 1px;height: 70%;background-color: #a5a5a5;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        content: '';
}


/* 공통 테이블 */
.tb1{width:100%;overflow-wrap: anywhere;table-layout:fixed}
.tb1 thead th{padding:20px 0;text-align: center;font-size:1.4rem;letter-spacing: -0.64px;border-bottom:1px solid #909090}
.tb1 tbody td{padding:20px 0;font-size:1.4rem;border-bottom:1px solid #f3f3f3;text-align: center;}
.tb1 tbody td:nth-child(2){text-align:left;}
.tb1 tr.tfix{background:#F9F9F9}
.tb1 tr.tfix td:nth-child(2) a{color:#222;font-weight:700;}


.tb2{width:100%;overflow-wrap: anywhere;table-layout:fixed}
.tb2 thead th{font-size:1.6rem;text-align: center;color:#222;border-bottom:1px solid #888;padding:15px}
.tb2 tbody td{font-size:1.4rem;text-align: center;color:#222;border-bottom:1px solid #f2f2f2;padding:20px}
.tb2 tbody td:nth-child(2){text-align:left}
.tb2 tbody td strong{display:inline-block;font-size:1.8rem;letter-spacing: -0.72px;line-height: 24px;margin-bottom:7px}
.tb2 tbody td span{font-size:1.4rem;}
.tb2 tbody td button{font-size:1.4rem;text-align:center;border-radius: 4px;padding:10px 0;border:1px solid #E1E1E1;color:#222;width:88px;background:#fff;cursor: pointer;}
.tb2 tbody td button:first-child{background:#222;width:180px;color:#fff;margin-bottom:5px}
.tb2 tbody td button.disable{background:#ccc;cursor: default;}

.tb3{width:100%;margin-top:20px;overflow-wrap: anywhere;table-layout:fixed}
.tb3 thead th{font-size:1.6rem;text-align: center;color:#222;border-top:1px solid #888;border-bottom:1px solid #888;padding:10px 0}
.tb3 tbody td{font-size:1.4rem;text-align: center;color:#222;border-bottom:1px solid #f2f2f2;padding:20px}
.tb3 tbody td:nth-child(2){text-align:left}
.tb3 tbody td strong{display:inline-block;font-size:1.8rem;letter-spacing: -0.72px;line-height: 24px;margin-bottom:7px}
.tb3 tbody td span{font-size:1.4rem;color:#FF4188}
.tb3 tbody td button{font-size:1.4rem;text-align:center;border-radius: 4px;padding:10px 0;border:1px solid #E1E1E1;color:#222;width:88px;background:#fff;cursor: pointer;}
.tb3 tbody td button:first-child{background:#222;width:180px;color:#fff;margin-bottom:5px}
.tb3 tbody td button.disable{background:#ccc;cursor: default;}

.tb4{width:100%;overflow-wrap: anywhere;table-layout:fixed}
.tb4 thead th{padding:20px 0;text-align: center;font-size:1.6rem;letter-spacing: -0.64px;border-bottom:1px solid #909090}
.tb4 tbody td{padding:20px 0;font-size:1.4rem;border-bottom:1px solid #f3f3f3;text-align: center;}
.tb4 tr.tfix{background:#F9F9F9}
.tb4 tr.tfix td:nth-child(2) a{color:#FF4188}

.tb5{width:100%;overflow-wrap: anywhere;table-layout:fixed}
.tb5 thead th{padding:20px 0;text-align: center;font-size:1.6rem;letter-spacing: -0.64px;border-bottom:1px solid #909090}
.tb5 tbody td{padding:20px 0;font-size:1.4rem;border-bottom:1px solid #f3f3f3;text-align: center;}
.tb5 input[type="checkbox"]{width:18px;height:18px;}


.rowTable{border-top:2px solid #222;width:100%;font-size:1.4rem;table-layout:fixed}
.rowTable tbody th{height: 40px;color:#222;background:#f6f9ff;letter-spacing: -0.56px; padding:12px;border-bottom: 1px solid #E1E1E1}
.rowTable tbody td{height: 40px;background:#fff;padding:12px;border-bottom: 1px solid #E1E1E1}

/* 테이블 데이터 없음 */
.tbNoData{color:#999;font-size:1.6rem}

/* 테이블 상세 */
.tb1Dtail{width:100%;overflow-wrap: anywhere;table-layout:fixed}
.tb1Dtail thead th{font-size:3rem;letter-spacing: -1.5px;line-height: 64px;color:#222;border-bottom: 1px solid #E1E1E1;padding:0 14px}
.tb1Dtail thead th p{font-size:1.6rem;letter-spacing: -0.8px;line-height: 64px;color:#999}
.tb1Dtail thead th p span{display:inline-block;margin-right:24px}
.tb1Dtail tbody th p span .viewIcon{display:inline-block;vertical-align: middle;margin-right:8px}
.tb1Dtail thead th p span:last-child{margin-right:0}
.tb1Dtail thead th p span img.viewIcon{width:15px}
.tb1Dtail tbody td{border-bottom: 1px solid #E1E1E1;}
.tb1Dtail tbody td p{font-size:1.4rem;letter-spacing: -0.7px;color: #222222;padding:16px 14px;}
.tb1Dtail tbody td p span{display:inline-block;color: #999999;margin-right:40px;}
.tb1Dtail tbody td .tb1DContent{padding:28px 33px 28px 14px;font-size:1.8rem;letter-spacing: -0.9px;line-height:30px;}
.tb1Dtail tbody td .tb1DContent .detailContent{white-space:pre-wrap !important}
.tb1Dtail tbody td .tb1DContent .detailContent p{padding:0 !important}
.tb1Dtail tbody td .tb1DContent .detailContent img{max-width:100%}
.tb1Dtail tbody th{font-size:1.4rem;letter-spacing: -0.7px;line-height: 20px;color:#999;border-bottom: 1px solid #E1E1E1;padding:0 14px;font-weight: normal;}
.tbBtArea{display:flex;justify-content: space-between;margin-top:60px}
.tbBtArea a{font-size:1.4rem;color:#fff;background: #222;padding:8px 16px;border-radius: 4px;}
.fileDownload{margin-top:15px}
.fileDownload strong{font-size: 1.6rem;padding: 5px 10px;background: #F4F5F8;border-radius: 5px;}
.fileDownload strong:hover{background:#ECEDF0}
.fileDownload span{vertical-align: bottom;}

/* 공통 페이징 */
.pagingArea{position:relative;}
.pagingArea .pagination{width:480px;margin:60px auto 0;text-align: center;}
.pagingArea .pagination .arrow{display:inline-block;width:30px;height:30px;border:1px solid #D8D8D8;border-radius: 15px;box-sizing: border-box;text-align: center;vertical-align: middle;    font-size: 20px;
    line-height: 23px;margin-right:8px; margin-left:8px;padding:1px}
.pagingArea .pagination .arrow.first{margin-right:0}
.pagingArea .pagination .arrow.last{margin:0}
.pagingArea .pagination .rarrow{margin-left:8px}
.pagingArea .pagination .num{font-size:1.6rem;padding:0 6px;vertical-align: middle;}
.pagingArea .pagination .num:hover, .pagingArea .pagination .num.active{color:#00B1FF}
.pagingArea .pagination .num:last-child{padding-right:12px}
.pagingArea .registerBt{position: absolute;right:0;top:0;font-size:1.6rem;font-weight: bold;color:#fff;background:#222;border-radius: 4px;padding:8px 16px;}

.searchBox{position:relative;display:flex;align-items:center;width:360px;margin:27px auto 0;border:1px solid #ccc; border-radius: 30px;padding:12.5px 18px;box-sizing: border-box; font-size:1.4rem}
.searchBox select:focus-visible, .pagingArea .searchBox input:focus-visible{outline: none;}
.searchInput{width:210px;font-size:1.4rem;margin-left:7px}
.searchInput::placeholder{color:#999}
.select1{display:inline-block;width:80px;font-size:1.4rem;letter-spacing:-0.8px;line-height:1;color: #222;font-weight:normal;background:#fff}

.contentTab{display:flex;justify-content: space-between; margin-bottom:30px}
.contentTab li{width:220px;border: 1px solid #E1E1E1;background:#fff;text-align: center;transition: all 0.4s;}
.contentTab li a{display:inline-block;width: 100%;font-size:1.8rem;line-height: 2.7rem;letter-spacing: -0.72px;color:#222;padding:17px 0;}
.contentTab li.ui-state-active{border: 1px solid #222;background:#222}
.contentTab li.ui-state-active a{color:#fff}
.contentTab li:hover{border: 1px solid #222;background:#222}
.contentTab li:hover a{color:#fff}
.contentTab.half li{width:49% !important}
.contentTab.three li{width:32% !important}
.contentTab.fourL li{width:23.5% !important}
.contentTab.five li{width:19% !important}
.contentTab.six li{width:15.5% !important}

.customerTab{display:flex;justify-content: space-between; margin-bottom:30px}
.customerTab li{width:220px;border: 1px solid #E1E1E1;background:#fff;text-align: center; border-radius:4px;}
.customerTab li a{display:inline-block;width: 100%;font-size:1.4rem;line-height: 1.7rem;letter-spacing: -0.72px;color:#222;padding:16px 0;}
.customerTab li.ui-state-active{border: 1px solid #222;background:#222}
.customerTab li.ui-state-active a{color:#fff}
.customerTab li:hover{border: 1px solid #222;background:#222}
.customerTab li:hover a{color:#fff}
.customerTab.half li{width:49% !important}
.customerTab.three li{width:32% !important}
.customerTab.fourL li{width:23.5% !important}
.customerTab.five li{width:19% !important}
.customerTab.six li{width:15.5% !important}

/* modal */
#modal{position: fixed;top:0;display:none;justify-content: center;align-items: center;width:100%;height:100%;background:#00000080;z-index:1}
#modal .modalArea{display:none;padding:30px 20px;background: #fff;border-radius: 15px;}
#modal .modalTitle{display:flex;justify-content: space-between;}
#modal .modalTitle h3{font-size:1.6rem;color:#222;}
#modal .modalTitle .modalClose{font-size:1.6rem;}
#modal .modalBody{padding:20px 0}
#modal .modalBody .modalInnerBt{display:flex;justify-content: flex-end;margin:20px}
#modal .modalFooter{display:flex;justify-content: right;}

header .headerMobile{display:none; background-color:#fff;}
header .headerMobile .navMobile{display:none}
.ban{line-height:1.5}


@media (max-width:1200px) {
    .mNone{display:none !important}
    .pcNone{display:block;}
    .content{padding:0 20px}
    .inner{width:100%}
    .globalTopBar{display:none}
    header .headerMobile{display:block; background-color:#fff;}
    header .headerMobile .navMobile{display:block}
    .mNav{position: fixed;top:0;right:-100%;width:100%;background:#f2f2f2;z-index: 99999;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    html.active,html.active body {overflow: hidden;}
    html.active .mNav {
        right: 0;
        z-index: 999999;
        overflow-y: auto;
    }
    #overlay {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    }    
    html.active #overlay {
        opacity: .65;
        visibility: visible;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .mTopArea{padding:0}
    .mTopArea .mTopUtill{display:flex;justify-content: space-between;align-items: center; padding:15px;}
    .mTopArea .mTopUtill .mLogo{display:flex;align-items: center;font-size:1.6rem;font-weight: 900;}
    .mTopArea .mTopUtill ul{display:flex; }
    .mTopArea .mTopUtill ul li{margin-left:10px}
	
    .mNavTop{position: relative;}
    .mNavTop .mNavClose{position: absolute;top:10px;right:10px}
    .mLoginf{background:#fff;padding:40px 15px 15px 15px;margin-bottom:10px}
    .mLoginf p{font-size:1.2rem;color:#363636}
    .mLoginf p strong{font-size:1.6rem;color:#222}
    .mMyUtill{position: relative;background:#fff;padding:15px 15px 15px 15px;margin-bottom:10px}
    .mMyUtill .mLogint{display:flex;}
    .mMyUtill .mLogint .notiIcon{position:absolute; top:10px;right:40px}
    .mMyUtill .mLogint p{font-size:1.3rem;font-weight: 700;}
    .mMyUtill .myPageUtill{display:flex;align-items: center; padding:20px 0;}
	.mMyUtill .myPageUtill li{width:25%; text-align:center; font-size:1.2rem;}
    .mMyUtill .myPageUtill li:not(:last-child){position: relative;border-right:1px solid #f5f5f5;height:auto}
    .mMyUtill .myPageUtill li a{display: block;margin: 0 auto;text-align: center;}
    /* 모바일 Nav Tap */
    .mNav #mNavTap > ul{display:flex;justify-content: center;align-items: center;width:100%;border-bottom:1px solid #e6e6e6}
    .mNav #mNavTap > ul li{width:100%;text-align: center;}
    .mNav #mNavTap > ul li a{display:inline-block;width:100%;background:#fff;padding:20px 0;font-size:1.4rem;font-weight:bold;border-bottom:2px solid #fff}
    .mNav #mNavTap > ul li.ui-state-active a{color:#0066ff;border-color: #0066FF;}
    .ui-state-active a, .ui-state-hover a, .ui-state-visited a, .ui-state-focus a, .ui-state-focus:focus {outline:none;}
    .mNav .mNav1::after, .mNav2::after{display:block;content: '';clear:both}
    .mNav .mNav1 div, .mNav2 div{float:left;width:65%;background:#fff;height:auto;min-height: 520px;padding:30px 15px}
    .mNav .mNav1 div h3, .mNav2 div h3{font-size:1.4rem;padding-bottom:20px}
    .mNav .mNav1 div ul li a, .mNav2 div ul li a{display:block;padding-bottom:20px;font-size:1.4rem}
    .mNav .mNavTap2{float:left;width:35%;padding-top:20px;min-height: 500px;background:#f9fcff}
    .mNav .mNavTap2 li a{display:block;font-size:1.4rem;padding:15px;}
    .mNav .mNavTap2 li.ui-state-active{background:#0066ff;border-radius: 0 4px 4px 0;}
    .mNav .mNavTap2 li.ui-state-active a{color:#fff;}
    

    .mNav .mNavfooter{display:flex;justify-content:space-around;align-items: center; width:100%;background:#f9f9f9;padding:20px 16px}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(1){font-size:1.4rem;color:#666;}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(2){font-size:2rem;color:#222}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(3){font-size:1.2rem;color:#222}
    .mNav .mNavfooter .footerIcon ul{display:flex;align-items: center;}
    .mLogout{width:100%;background:#333;text-align: center;padding:15px 0}
    .mLogout a{color:#c3c3c3;font-size:1.4rem;}
    

    .navMobile{padding:8px 15px; border-bottom:1px solid #cccccc;}
    .navMobile ul{display:flex;}
    .navMobile ul li a{font-size:1.3rem;font-weight: 700;}
    .navMobile ul li{margin-right:20px}
    .navMobile ul li:last-child{margin-right:0}

    footer{margin-top:50px}
    footer .footerLogo{float: none;margin-bottom:20px}
    footer .footerInfoArea{float:none;margin:0}

    .tb2 tbody td{padding:10px}
    .tb3 tbody td{padding:10px}
    .specialArea ul{justify-content: space-around !important;}
    .specialArea ul li{margin-bottom:25px}

    .tb1Dtail thead th{font-size:2rem;line-height: 42px;}
    .tb1Dtail thead th p{font-size:1.4rem;line-height: 42px;}
    .tb1Dtail tbody td .tb1DContent{font-size:1.6rem;}
    .tbBtArea{display:flex;justify-content: space-between;margin-top:40px}
    .tbBtArea a{font-size:1.4rem;}
}
@media (max-width:768px) {
	.mb60{margin-bottom:20px !important}
	
    footer{display:flex;padding:15px}
    footer .footerPc{display:none}
    footer .footerM{display:block}
    footer .footerM .footerLogo{float: none;width:173px;margin-bottom:20px}
    footer .footerM .footerInfoArea{display:flex;flex-direction: column;width:100%;}
    footer .footerM .footerUtill{display:flex;justify-content: space-between;align-items: center;margin-bottom:25px }
    footer .footerM .footerUtill li a{font-size:1.1rem;margin:0}
    footer .footerM .footerInfoArea .footerInfo li{font-size:1.1rem;color:#9c9c9c}
    footer .footerM .footerInfoArea .footerInfo li span:not(:nth-child(4)){padding:0;margin:0;}
    footer .footerM .footerInfoArea .footerInfo li span:not(:nth-child(4))::before{display:none;content: '';}
    footer .footerInfoArea{margin:0}
    
    .tb1 tbody td{font-size:1.2rem;padding:10px}
    .tb1 tbody td strong{font-size:1.4rem}
    .tb1 tbody td span{font-size:1.2rem}
    .tb1 tbody td button{width:60px !important;font-size:1.2rem;}
    .tb1Dtail tbody td .tb1DContent{font-size:1.4rem;}
    
    .tb2 tbody td{font-size:1.2rem;padding:10px}
    .tb2 tbody td strong{font-size:1.4rem}
    .tb2 tbody td span{font-size:1.2rem}
    .tb2 tbody td button{width:60px !important;font-size:1.2rem;}

    .tb3 tbody td{font-size:1.2rem;padding:10px}
    .tb3 tbody td strong{font-size:1.4rem}
    .tb3 tbody td span{font-size:1.2rem}
    .tb3 tbody td button{width:60px !important;font-size:1.2rem;}

    .tb5 thead th{font-size:1.2rem}
    .tb5 tbody td{font-size:1.2rem}

    .contentTab li a{font-size:1.2rem;padding:10px 0;}
    .globalNav{font-size:1.4rem}
    /*.globalTopBar{height:auto; padding:20px 0; text-align:center; flex-direction:column}*/
    .globalLogo{display:none;}
    .btLogout{display:none;}
    .globalNav > li{margin-right:30px;}
    .subNav{margin-top:2px;}
    
    .searchBox{width:100%; margin:60px auto 0; padding:8px 16px;}
    .select1{font-size:1.4rem; width:20%}
    .searchInput{font-size:1.4rem; width:80%}
    .pagingArea .pagination{width:100%; margin:30px auto;}
    .pagingArea .pagination .num{font-size:1.4rem;}
    .pagingArea .pagination .arrow{width:20px; height:20px; font-size:1.4rem; line-height:1}
    .pagingArea .registerBt{font-size:1.3rem; top:40px}
    .btBlack{font-size:1.4rem;}
    
    
    /* Mobile */
    .globalTopBar{display:none}
    header .headerMobile{display:block; background-color:#fff;}
    header .headerMobile .navMobile{display:block}
    .mNav{position: fixed;top:0;right:-100%;width:100%;background:#f2f2f2;z-index: 99999;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    html.active,html.active body {overflow: hidden;}
    html.active .mNav {
        right: 0;
        z-index: 999999;
        overflow-y: auto;
    }
    #overlay {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    }    
    html.active #overlay {
        opacity: .65;
        visibility: visible;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .mTopArea{padding:0}
    .mTopArea .mTopUtill{display:flex;justify-content: space-between;align-items: center; padding:15px;}
    .mTopArea .mTopUtill .mLogo{display:flex;align-items: center;font-size:1.6rem;font-weight: 900;}
    .mTopArea .mTopUtill .mLogo em{display:none;}
    .mTopArea .mTopUtill .mLogo img{margin-right:5px}
    .mTopArea .mTopUtill ul{display:flex; }
    .mTopArea .mTopUtill ul li{margin-left:10px}

    .mNavTop{position: relative;}
    .mNavTop .mNavClose{position: absolute;top:10px;right:10px}
    .mLoginf{background:#fff;padding:40px 15px 15px 15px;margin-bottom:10px}
    .mLoginf p{font-size:1.2rem;color:#363636}
    .mLoginf p strong{font-size:1.6rem;color:#222}
    .mMyUtill{position: relative;background:#fff;padding:15px 15px 15px 15px;margin-bottom:10px}
    .mMyUtill .mLogint{display:flex;}
    .mMyUtill .mLogint .notiIcon{position:absolute; top:10px;right:40px}
    .mMyUtill .mLogint p{font-size:1.3rem;font-weight: 700;}
    .mMyUtill .myPageUtill{display:flex;align-items: center; padding:20px 0;}
	.mMyUtill .myPageUtill li{width:25%; text-align:center; font-size:1.2rem;}
    .mMyUtill .myPageUtill li:not(:last-child){position: relative;border-right:1px solid #f5f5f5;height:auto}
    .mMyUtill .myPageUtill li a{display: block;margin: 0 auto;text-align: center;}
    /* 모바일 Nav Tap */
    .mNav #mNavTap > ul{display:flex;justify-content: center;align-items: center;width:100%;border-bottom:1px solid #e6e6e6}
    .mNav #mNavTap > ul li{width:100%;text-align: center;outline:none}
    .mNav #mNavTap > ul li a{display:inline-block;width:100%;background:#fff;padding:20px 0;font-size:1.4rem;font-weight:bold;border-bottom:2px solid #fff;outline:none}
    .mNav #mNavTap > ul li.ui-state-active a{color:#0066ff;border-color: #0066FF;outline:none}
    .mNav .mNav1::after, .mNav2::after{display:block;content: '';clear:both}
    .mNav .mNav1 div, .mNav2 div{float:left;width:65%;background:#fff;height:auto;min-height: 520px;padding:30px 15px}
    .mNav .mNav1 div h3, .mNav2 div h3{font-size:1.4rem;padding-bottom:20px}
    .mNav .mNav1 div ul li a, .mNav2 div ul li a{display:block;padding-bottom:20px;font-size:1.4rem}
    .mNav .mNavTap2{float:left;width:35%;padding-top:20px;min-height: 500px;background:#f9fcff}
    .mNav .mNavTap2 li a{display:block;font-size:1.4rem;padding:15px;}
    .mNav .mNavTap2 li.ui-state-active{background:#0066ff;border-radius: 0 4px 4px 0;}
    .mNav .mNavTap2 li.ui-state-active a{color:#fff;}
    

    .mNav .mNavfooter{display:flex;justify-content:space-between;align-items: center; width:100%;background:#f9f9f9;padding:20px 16px}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(1){font-size:1.4rem;color:#666;}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(2){font-size:2rem;color:#222}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(3){font-size:1.2rem;color:#222}
    .mNav .mNavfooter .footerIcon ul{display:flex;align-items: center;}
    .mLogout{width:100%;background:#333;text-align: center;padding:15px 0}
    .mLogout a{color:#c3c3c3;font-size:1.4rem;}
    

    .navMobile{padding:8px 15px; border-bottom:1px solid #cccccc;}
    .navMobile ul{display:flex;}
    .navMobile ul li a{font-size:1.3rem;font-weight: 700;}
    .navMobile ul li{margin-right:20px}
    .navMobile ul li:last-child{margin-right:0}
}
@media (max-width:320px) {
	.searchBox{padding:8px}
	.select1{width:30%}
	.searchInput{width:70%;margin:0}
	footer .footerM .footerUtill li{overflow-wrap: anywhere;width: 17%;text-align: center;}
	.myInner{padding:10px 10px !important}
	
}
/* Datepicker*/
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
  background-color: white;
}
.ui-datepicker-header {
	background: url('/images/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('/images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: linear-gradient(to top, #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
  text-align: center;  
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: linear-gradient(to top, #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}