@charset "utf-8";
 
 
/* 메뉴 */
.opacityBox {
	position : fixed;
	right : 0;
	top : 0;
	width : 100%;
	height : 100%;
	background-color:rgba(76, 76, 75, 0.7);
	z-index : 99999;
}
.hamburgerWrap {
    position: fixed;
    left : 20%;
    right : 0;
    height : 100%;
    background-color : white;
    overflow : scroll;
}
.hamHeaderBox {
    background: #3a56e5;
    display: flex;
    padding: 20px 0;
    position: relative;
}
.hamHeaderBox h2 {
    color: #fff;
    font-size: 1.4em;
    width: 50%;
    padding-left: 15px;
}

.homeBtn img {
    display: block;
    float: right;
    width: 28px;
    position: absolute;
    top: 18px;
    right: 50px;
    padding: 2px;
}
.closeBtn img {
    display: block;
    float: right;
    position: absolute;
    top: 18px;
    right: 10px;
    padding: 5px;
    width: 20px;
}

.hamDeth01 li {
    border-bottom: 1px solid #b5b5b5;
    color: #535353;
    font-family: 'NanumSquareRound_bold';
    font-size: 1.2em;
    line-height: 30px;
    position: relative;
}
.hamDeth01 li a {
    display: block;    
    padding: 10px 10px 10px 60px;
}
.hamDeth01 li a:hover {
    color: #000;
}
.hamDeth01 > li:nth-child(1) {
    background: url(../../images/m/common/total_menu_icon01.png) no-repeat 18px 8px;
    background-size: 30px;
}
.hamDeth01 > li:nth-child(2) {
    background: url(../../images/m/common/total_menu_icon02.png) no-repeat 15px 14px;
    background-size: 38px;
}
.hamDeth01 > li:nth-child(3) {
    background: url(../../images/m/common/total_menu_icon03.png) no-repeat 20px 10px;
    background-size: 26px;
}
.hamDeth01 > li:nth-child(4) {
    background: url(../../images/m/common/total_menu_icon04.png) no-repeat 18px 10px;
    background-size: 30px;
}
.hamDeth01 > li:nth-child(5) {
    background: url(../../images/m/common/total_menu_icon05.png) no-repeat 18px 10px;
    background-size: 30px;
}
.hamDeth01 > li:nth-child(6) {
    background: url(../../images/m/common/total_menu_icon06.png) no-repeat 19px 10px;
    background-size: 30px;
}
.hamDeth01 > li:nth-child(7) {
    background: url(../../images/m/common/total_menu_icon07.png) no-repeat 21px 10px;
    background-size: 28px;
}
.hamDeth01 > li:nth-child(8) {
    background: url(../../images/m/common/total_menu_icon08.png) no-repeat 21px 13px;
    background-size: 27px;
}

.hamDeth02 {
    background: #f8f7f7;
}
.hamDeth02 li {
    border-bottom: 1px solid #c1c1c1;
    color: #535353;
    font-family: 'NanumSquareRound_regular';
    font-size: 0.95em;
    line-height: 30px;
}
.hamDeth02 li a {
    background: url(../../images/m/common/total_menu_arrow04.png) no-repeat 92% 50%;
    background-size: 6px;
    display: block;    
    padding: 5px 10px 5px 62px;
}
.hamDeth02 li:first-child {
    border-top: 1px solid #c1c1c1;
}
.hamDeth02 li:last-child {
    border: 0;
}
.bulletLink {
    width: 14px;
    position: absolute;
    top: 18px; 
    right: 15px;
}

.callcenter {
    display: flex;
    width: 100%;
}
.callcenter01,
.callcenter02 {
    width: 50%;
    border: 1px solid #fff;
    border-left: 0;
}
.callcenter02 {
    border-right: 0;
}
.callcenter01 a,
.callcenter02 a {
    background: #848484;
    color: #fff;
    display: block;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}
.phoneNum {
    font-size: 1.3em;
}
