@charset "utf-8";

#notify .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

#notify .align_r {
	margin-left:auto;
}
#notify .align_l {
	margin-right:auto;
}

/* TEXT */
#notify .red {color: #D41115 !important;}
#notify .font_red2 {color: #FF8691 !important;}
#notify .blue {color: #1874DD !important;}
#notify p.white {color: white !important;}

#notify p.overflow {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#notify .article_body h1 {
	margin:40px 0 16px 0;
	font-size: 24px;
	font: normal normal bold 24px/38px'Pretendard';
	letter-spacing: -0.02em;
	color: #1D1D1D;
}
#notify .size13 {
	font: normal normal normal 13px/17px'Pretendard';
	letter-spacing: -0.65px;
	color: #707070;
}
#notify .size13.bold {
	font: normal normal bold 13px/38px Pretendard;
	letter-spacing: -0.65px;
	color: #707070;
}
#notify .size14 {
	font-size: 16px;
	line-height:1.6;
	color: #555;
}
#notify .size15 {
	font-size: 15px;
	font: normal normal normal 15px/24px'Pretendard';
	letter-spacing: -0.75px;
	color: #333333;
}
#notify .size15.bold {
	font-size: 15px;
	font: normal normal bold 15px/17px'Pretendard';
	letter-spacing: -0.75px;
	color: #212529;
}
#notify .size16 {
	font-size: 18px;
	line-height:1.4;
	text-align: left;
	font-weight:500;
	letter-spacing: -0.02em;
	color: #1D1D1D;
}
#notify .size16.bold {
	font: normal normal bold 16px/27px'Pretendard';
}
#notify .size18.bold {
	font: normal normal bold 18px/39px'Pretendard';
	letter-spacing: -0.36px;
	color: #212529;
}
#notify .size22 {
	font-size: 22px;
	font: normal normal bold 22px/39px'Pretendard';
	letter-spacing: -0.44px;
	color: #0667C5;
}


#notify .title {
	font-size: 24px;
	text-align: left;
	letter-spacing: -0.36px;
	color: #1D1D1D;
	display: block;
	font-weight:600;
}
#notify .noti {
	font-size: 20px;
	font: normal normal bold 20px/39px'Pretendard';
	letter-spacing: -0.4px;
	color: #212529;
}
#service article:nth-child(8) ~ article .title {
	font-size:24px;
	font-weight:700;
}

/* BUTTON */
#notify button.black {
	background: #212529;
	border-radius: 25px;
	font-size: 15px;
	letter-spacing: -0.75px;
	color: #FFFFFF;
	padding: 12px 45px;
}
#notify button.white {
	background: #FFFFFF;
	border: 1px solid #D5D9DC;
	border-radius: 30px;
	padding:2px 28px;
	font: normal normal normal 14px/26px Pretendard;
	letter-spacing: -0.28px;
	color: #b1b1b1;
	font-size:14px;
}
#notify button.white:disabled {
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	color: #b8b8b8;
}
#notify button.blue {
	background: #1874DD;
	border-radius: 30px;
	padding:2px 28px;
	font: normal normal normal 14px/26px Pretendard;
	letter-spacing: -0.28px;
	color: white !important;
	font-size:14px;
}
#notify button.blue2 {
	background: #1874DD;
	border-radius: 6px;
    padding: 6px 22.5px;
	letter-spacing: -0.7px;
	color: #FFFFFF !important;
	font-size:14px;
}
#notify button.notify {
	width: 80px;
	height: 32px;
	background: #F0F1F7;
	border-radius: 20px;
	font: normal normal normal 14px/26px Pretendard;
	letter-spacing: -0.28px;
	color: #707070;
}
#notify button.notify img {
	display:none;
}
/* #notify button.notify:after {
	content: "알림받기";
} */
#notify button.notify.ing {
	background: #FFFFFF;
	border: 1px solid #212529;
	color: #212529;
}
#notify button.notify.ing:before {
	/* content: "알림중"; */
   content:'';
   background:url('../images/notify/check_black.png') center / cover no-repeat;
   display: inline-block;
   vertical-align: middle;
   width: 16px;
   height: 16px;
   margin-top:-2px;
   margin-right:2px;
}
#notify button.notify.remove:before {
   display: none;
}
#notify button.notify.ing img {
	display:inline-block;
	width: 16px;
	height: 16px;
}
#notify button.notify.ing:hover {
	background: #FFE5E5;
	border: 1px solid #FFE5E5;
	color: #ED2022;
}
#notify button.notify.ing:hover:before {
	display:none;
}
#notify button.notify.ing:hover img {
	display:none;
}
#notify button.reset {
	font-size:16px;
	font-weight:500;
	color: #717171;	
}
#notify button.reset:focus {
   border: 2px solid #1874DD;
   padding: 1.5px;
   border-radius: 5px;
}

/* CHECKBOX */
#notify input[type="checkbox"] {
	display: block;
	position: absolute;
	opacity: 0;
	width: 0;
    height: 0;
}
#notify label.checkbox_square {
	display:flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}
#notify label.checkbox_square b {
	display:block;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #919191;
	border-radius: 2px;
	margin-right:3px;
}
#notify input[type="checkbox"]:focus + label.checkbox_square {
   border: 2px solid #1874DD;
   padding: 1.5px;
   border-radius: 5px;
}
#notify .changed_checkboxes input[type="checkbox"].visible:not(:checked) {
	display:block;
}
#notify input[type="checkbox"].visible:not(:checked) {
	display:none;
}
#notify input[type="checkbox"].visible:not(:checked) + label.checkbox_square {
	display:none;
}
#notify input[type="checkbox"]:checked + label.checkbox_square b {
	border: 1px solid #ED1F23;
	position:relative;
}
#notify input[type="checkbox"]:checked + label.checkbox_square b > span {
	display:block;
	width:9px;
	height:6px;
	border: 1px solid #ED1F23;
	border-top:0;
	border-right:0;
	transform: rotate(-45deg);
	transform-origin: 25% 25%;
	position:absolute;
	top: 5px;
	left: 2px;
}

#notify label.checkbox_circle {
	cursor: pointer;
}
#notify label.checkbox_circle b {
	display:block;
	width: 32px;
	height: 32px;
	background: #E2E2E7;
	border-radius: 100%;
	position:relative;
}
#notify label.checkbox_circle b > span { 
	display:block;
	width: 12px;
	height: 8px;
	border: 2px solid #ABADB4;
	border-top:0;
	border-right:0;
	transform: rotate(-45deg);
	transform-origin: 25% 25%; 
	position:absolute;
	top: 12px;
    left: 9.5px;
}
#notify input[type="checkbox"]:focus + label.checkbox_circle {
   display:block;
}
#notify input[type="checkbox"]:checked + label.checkbox_circle b {
	background-color: #ED1F23;
}
#notify input[type="checkbox"]:checked + label.checkbox_circle b > span {
	border: 2px solid white;
	border-top:0;
	border-right:0;
}



/* ICON */
#notify .icon.bell {
	width: 28px;
	height: 30px;
	background: url(../images/notify/bell.png) 0 0/contain no-repeat;
	margin: 0 4px -8px 0;
}
#notify .icon.shortCut {
	width: 54px;
	height: 60px;
	background: url(../images/notify/shortCut.png) 0 0/contain no-repeat;
}

/* BOX */
#notify .box {
	border: 1px solid #D5D9DC; 
	position: relative; 
	margin: 12px 0;
	width:100%;
}
#notify .box.border {
	border-radius: 12px;
	text-align:center;
}
#notify .blue_box {
	background: #F3F3F6;
}
#notify .grey_box {
	background: #F0F1F7;
	border-radius: 12px;
}
#notify .grey_box2 {
	background: #F0F1F7;
	text-align:center;
	padding:42px 0;
}

#notify .grey_box.bell_box {
	padding:32px 40px;
	border-radius: 0;
	background:#F3F3F6;
}
#notify .grey_box.bell_box > div {
	display:flex;
	align-items: center;
}
#notify .grey_box.bell_box > div .icon {
	position: relative;
	display:inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	margin-right:12px;
	background:url("../images/v5/sub/bell.png") no-repeat 50% 50% / 100%;
}
#notify .grey_box.bell_box > div .icon img {
	display:none;
}
#notify .grey_box.bell_box > div > div p{color:#2d2d2d;font-size:18px;line-height:1.6 !important}
#notify .grey_box.bell_box > div > div p .red{font-weight:700}

#notify .bell_box .icon {
	width: 56px;
	height: 56px;
	background:white;
	position:relative;
	border-radius: 100%;
	float:left;
}
#notify .bell_box .icon img {
	width: 28px;
	height: 30px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#notify .recommend_box {
	width:100%;
	position:relative;
}
#notify .recommend_box .blue_box {
	font-size:14px;
	padding:3px 8px;
	background: #E9395C;
	border-radius:6px;
	font-weight:600;
	line-height:1.5;
	color: #FFFFFF;
	position:absolute;
	top:50%;
	left:40px;
	transform: translateY(-50%);
}
#notify .recommend_box .blue_box::before {
	content:"";
	display:inline-block;
	vertical-align: middle;
	width:16px;
	height:16px;
	margin-right:4px;
	background:url("../images/v5/sub/icon_thumb_up.svg") no-repeat 50% 50% / cover;
}
#notify .recommend_box .content_box {
	display:flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgb(233, 57, 92, 0.1);
	border: 1px solid #FBA1B3;
	border-radius: 12px;
	padding: 30px 40px 30px 109px;
	font-size:18px;
	font-weight:700;
	line-height:1.6;
}
#notify .recommend_box .content_box .blue {
	color:#D41115 !important;
}
#notify .recommend_box .content_box img {
	width: 26px;
	height: 28px;
	margin-right:4px;
	display: none;
}
#notify .recommend_box .content_box button {
	margin-left: auto;
}


/* SERVICE GUIDE PAGE */
#service .blue_box {
	padding: 32px 40px;
}
#service .blue_box > div {
	display:flex;
	align-items: center;
	position:relative;
}
#service .blue_box > div::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:120px;
	height:120px;
	background:url('../images/v5/sub/icon_guide_title.png') no-repeat 50% 50% / cover;
	transform: translateY(-50%);
}
#service .blue_box > div img {
	position:relative;
	width: 120px;
	height: 120px;
    margin: 0 28px 0 0;
	opacity: 0;
}
#service .blue_box > div .size22 {
	color:#1D1D1D;
	font-size:24px;
	line-height:1.4;
	letter-spacing: -0.02em;
}
#service .blue_box > div .size15 {
	margin-top:8px;
	color:#2D2D2D;
	font-size:16px;
	line-height:1.6;
}
#service .content .title{
	font-size:20px;
	font-weight:600;
	line-height:1.4;
	letter-spacing: -0.02em;
	color: #1D1D1D;
}
#service .content .title span {
	margin: 0px 8px -2px 0;
}
#service .content .title span.window{
    width: 24px;
    height: 24px;
    background: url(../images/v5/sub/icon_service_windows.svg) 0 0/contain no-repeat;
}
#service .content .title span.android{
    width: 24px;
    height: 24px;
    background: url(../images/v5/sub/icon_service_android.svg) 0 0/contain no-repeat;
}
#service .content .title span.ios{
    width: 18px;
    height: 22px;
    background: url(../images/notify/apple.png) 0 0/contain no-repeat;
}

#service .box.guide:before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#service .box.guide .content {
	padding: 82px 40px 82px 394px;
}
#service .box.guide.step01:before {
    width: 212px;
    height: 151px;
    left: 85px;
    background: url(../images/v5/sub/guide01.png) 0 0/contain no-repeat;
}
#service .box.guide.step02:before {
    width: 209px;
    height: 156px;
    left: 92px;
    background: url(../images/v5/sub/guide02.png) 0 0/contain no-repeat;
}
#service .box.guide.step03:before {
	width: 320px;
    height: 137px;
    left: 36px;
    background: url(../images/v5/sub/guide03.png) 0 0/contain no-repeat;
}
#service .box.guide.step04:before {
	width: 321px;
    height: 204px;
	top:40%;
    left: 36px;
    background: url(../images/v5/sub/guide04.png) 0 0/contain no-repeat;
}
#service .box.guide.step05:before {
	width: 320px;
    height: 187px;
    left: 36px;
    background: url(../images/notify/guide05.png) 0 0/contain no-repeat;
}
#service .box.guide.step06:before {
	width: 212px;
    height: 84px;
    left: 90px;
    background: url(../images/v5/sub/guide05.png) 0 0/contain no-repeat;
}
#service .box.guide.step07:before {
	width: 212px;
    height: 84px;
    left: 90px;
    background: url(../images/v5/sub/guide06.png) 0 0/contain no-repeat;
}
#service .guide2 {
	display:block;
	padding:40px 50px;
	border:1px solid #e4e4e4;
}
#service .guide2 th, .guide2 td {
	vertical-align: top;
}
#service .guide2 td {
	padding-top: 12px;
}
#service .guide2 .img {
    height:300px;
    width:390px;
    border: 1px solid #D5D9DC;
}
#service .guide2 .img img {
    width:100%;
    height:100%;
}
#service .guide2 td.left {
	padding-right:20px;
}
#service .guide2 .left div {
    margin-right: auto;
}
#service .guide2 .right div {
    margin-left: auto;
}

#service .shortCutFrame {
	display:flex;
	align-items: center;
	padding:20px 40px;
	background: #495057;
}

#service .shortCutFrame button {
	margin-left: auto;
}

#service .box.step04 .content {
	padding:71px 40px 175px 394px;
}
#service .inapp_box {
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	bottom:40px;
	left:50%;
	width:calc(100% - 80px);
	padding:12px;
	background: #F3F3F6;
	transform: translateX(-50%);
}
#service .inapp_box::before {
	content:"";
	display:inline-block;
	vertical-align: middle;
	width:90px;
	height:40px;
	margin-right:20px;
	background:url("../images/v5/sub/icon_service_inapp.png") no-repeat 50% 50% / cover;
}
#notify .inapp_box .size16 {
	position:relative;
	padding-left:28px;
}
#notify .inapp_box .size16 br {
	display:none;
}
#notify .inapp_box .size16::before {
	content:"\e9aa";
	font-family: 'xeicon';
	display:inline-block;
	position:absolute;
	left:0; top:0;
	color:#ED1F23;
	font-size:24px;
}

#service .inapp_box img {
	display:none;
	width: 116px;
	height: 60px;
	margin:auto;
	margin-bottom:10px;
	opacity: 0;
}

/* SETTING */
#setting .circle {
	font-size:12px;
	text-align: center;
	font: normal normal normal 12px/20px'Pretendard';
	letter-spacing: -0.24px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-right:8px;
}
#setting .circle.black {
	background: #123880;
	color: #FFFFFF;
}
#setting .circle.grey {
	background: #DDDDDD;
	color: #666666;
}

#setting .box.border {
	padding: 40px 80px;
	background:#F6F6F8;
	border-radius: 0;
}

#setting .sns_list {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:20px;
}
#setting .sns_list li {
	display: inline-block;
	width:calc(33.3% - 14px);
	padding:40px 20px;
	border:1px solid #d8d8d8;
	border-radius: 12px;
	background:#fff;
	font-size:16px;
	line-height:1.6;
	font-weight:700;
	color: #2d2d2d;
}
#setting .sns_list li:nth-child(2n) {
	display:none;
}
#setting .sns_list li img{
	display:block;
	width: 60px;
	height: 60px;
	margin-bottom:8px;
}
#setting .blue {
	color:#D41115 !important;
}
#setting table.list_box {
	background: #FFFFFF;
	border: 1px solid #D5D9DC;
	border-radius: 12px;
	border-collapse: separate;
    border-spacing: 0;
}
#setting table.list_box th {
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	padding: 28px 40px 16px;
	text-align:left;
}
#setting table.list_box th > div {
	display: flex;
    align-items: center;
}
#setting table.list_box th > div .size18 {
	font-size:24px;
	line-height:1.4;
	letter-spacing: -0.02em;
}
#setting table.list_box td {
	padding: 0 30px;
}
#setting table.list_box tr:last-child td > div {
	border-bottom: none;
}
#setting table.list_box td.bottom {
	padding:12px 0 28px;
}
#setting table.list_box td.bottom button {
	width:100%;
	max-width:246px;
    display: flex;
	padding: 6px;
	margin:0 auto;
	border:1px solid #d8d8d8;
	border-radius: 8px;
	font-size:16px;
	font-weight:500;
	color:#1D1D1D;
	align-items: center;
	text-align:center;
	justify-content: center;
}
#setting table.list_box td.bottom button span::after {
	content:"\e913";
	font-family: 'xeicon';
	position:relative;
	top:1px;
	margin-left:4px;
}
#setting table.list_box td.bottom button.on span {
	transform: scaleY(-1);
}
#setting table.list_box td > div {
	padding: 16px 0;
	display: flex;
    align-items: center;
	border-bottom: 1px solid #F0F0F0;
}
#setting table.list_box td > div .size15 {
	font-size:18px;
	font-weight:500;
	line-height:1.4;
	letter-spacing: -0.02em;
}
#setting table.list_box td > div .align_r .size15 {
	font-size:16px;
}
#setting table.list_box td > div > div {
	display: flex;
    align-items: center;
}
#setting table.list_box td > div > div > ul {
	display: flex;
    align-items: center;
}
#setting table.list_box td > div > div > ul li {
	margin-left: 25px;
}
#setting table.list_box td > div > div > ul li:first-child {
	margin-left: 0;
}

#setting table.list_box td > div button.notify {
	background:#313238;
	color:#fff;
	font-size:14px;
	font-weight:500;
}

#setting table.list_box .table_bottom > div {
	display:flex;
	align-items: center;
}

#setting .verti_checkbox {
	display:flex;
}
#setting .verti_checkbox ul {
	display:flex;
}
#setting .verti_checkbox ul li {
	width: 170px;
	text-align:center;
	background: #F4F5F9;
	border-radius: 16px;
	padding: 3px 0;
	margin-left: 8px;
}
#setting li.changed_checkboxes {
	width: 170px;
	margin-left: 8px !important;
}
#setting li.changed_checkboxes label > b {
	margin:auto;
}
#setting .warning_box {
	padding:30px 50px 30px 30px;
	background: #485056;
	border-radius: 12px;
	display: flex;
    align-items: center;
	gap:12px;
}
#setting .warning_box .icon img {
	width: 56px;
	min-width: 56px;
	height: 56px;
}

#setting .warning_box button {
	background: #60676d;
	border-radius: 30px;
	letter-spacing: -0.28px;
	color:white;
	font-size:14px;
	letter-spacing: -0.28px;
	padding: 7px 24px;
	white-space: nowrap;
}

/* SETTING ICON LIST */
#setting table.list_box .img{
	display:block;
    width: 26px;
    height: 28px;
    margin-right:6px;
}
#setting table.list_box .img.list_1{background: url(../images/v5/sub/category_li_1.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_2{background: url(../images/v5/sub/category_li_2.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_3{background: url(../images/v5/sub/category_li_3.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_4{background: url(../images/v5/sub/category_li_4.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_5{background: url(../images/v5/sub/category_li_5.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_6{background: url(../images/v5/sub/category_li_6.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_7{background: url(../images/v5/sub/category_li_7.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_8{background: url(../images/v5/sub/category_li_8.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_9{background: url(../images/v5/sub/category_li_9.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_10{background: url(../images/v5/sub/category_li_10.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_11{background: url(../images/v5/sub/category_li_11.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_12{background: url(../images/v5/sub/category_li_12.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_13{background: url(../images/v5/sub/category_li_13.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_14{background: url(../images/v5/sub/category_li_14.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_15{background: url(../images/v5/sub/category_li_15.png) 0 0/contain no-repeat;}

#setting button.blue2 {
	display:block;
	width:143px;
	margin:40px auto;
	padding:17.5px 12px;
	border-radius: 0;
	background:#313238;
	color:#fff;
	font-size:18px;
	font-weight:500;
	text-align: center;
}

/* ListView */
#notify .article_body#listView h1 {
	font-size: 28px;
}
#listView .box.border {
	min-height:80px;
	padding:32px 40px !important;
	margin:0;
	background:#F3F3F6;
	border:none;
	border-radius: 0;
}
#listView .box.border .size16 {
	padding:10px 0 10px 108px;
	text-align:left !important;
	line-height:1.6;
	font-weight:700;
}
#listView .box.border button.black {
	position:absolute;
	bottom:-83px;
	left:50%;
	transform: translateX(-50%);
}
#listView button.black {
	padding:18px 40px;
	border-radius: 0;
	font-size:18px;
	font-weight:500;
	letter-spacing: 0;
}
#listView .box .icon {
	width: 80px;
	height: 80px;
	margin:0;
	background: url("../images/v5/sub/bell.png") no-repeat 50% 50% / cover;
	border-radius: 50%;
	position:absolute;
	left:40px;
	top:50%;
	transform: translateY(-50%);
}
#listView .box .icon img {
	display:none;
}
#listView .category_list {
	width: 100%;
}
#listView .category_list li {
	display:inline-block;
}
#listView .category_list li button {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 20px;
	font-size:16px;
	line-height:1.6;
	color: #2D2D2D;
	height:40px;
	margin: 0 4px 4px 0;
	padding: 6px 16px;
}
#listView .category_list li button.active {
	background: #FEF2F2;
	border: 1px solid #F68F91;
	color: #D41115;
}
#listView .category_list li button.active::before {
	content:"\e928";
	font-family: 'xeicon';
	margin-right:2px
}


#listView .custom_news_list ul {
	gap:32px 24px;
	margin:35px 0 0;
}
#listView .custom_news_list ul li {
	width:calc(33.3% - 16px);
	padding:0;
}
#listView .custom_news_list ul li a {
	width:100%;
	border-radius: unset;
	box-shadow: none;
	border: none;
}
#listView .custom_news_list .thumb {
	border-radius: unset;
}
#listView .custom_news_list .thumb + .text {
	padding: 12px 0 0;
	height: auto;
}
#listView .custom_news_list .text strong {
	font-size:18px;
	line-height:1.4;
}
#listView .custom_news_list .thumb + .text > div{
	display:flex; 
	align-items:center; 
	margin-top:10px;
}
#listView .custom_news_list .thumb + .text > div .division{
	margin:0 6px; 
	width: 1px; 
	height: 12px; 
	background: #D5D9DC;
} 
#listView .custom_news_list .text span {
	margin-top:4px;
}
#notify #listView button.white {
	min-width: 246px;
	margin-top:32px;
	padding-top:6px;
	padding-bottom:6px;
	border-color:#D8D8D8;
	border-radius: 8px;
	color:#1D1D1D;
	font-size:16px;
	font-weight:500;
}



/* Cancle */
#notiCancle .box.border {
	display:flex;
	gap:20px;
	padding:0 !important;
	margin:40px 0;
	border:none;
}
#notiCancle .box.border li {
	flex:1;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding:40px 12px;
	border:1px solid #D8D8D8;
	border-radius: 12px;
	font-size:16px;
	font-weight:700;
	line-height:1.6;
}
#notiCancle .box.border img {
	width: 60px;
	height: 60px;
	margin-bottom:8px;
}
#notiCancle .box.border button {
	float:none;
	margin: 20px 0 0 0px;
	padding:2px 16px;
	background:#313238;
}
#notiCancle button.white:hover {
	background: #FFE5E5;
	border: 1px solid #FFE5E5;
	color: #ED2022 !important;
}


/* Toast */
#toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, 10px);
    border-radius: 8px;
    overflow: hidden;
    font-size:16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, transform .5s;
    background: #212529;
    box-shadow: 0px 6px 10px #0000003D;
    letter-spacing: -0.32px;
    text-align: left;
    color: #fff;
    z-index: 10000;
    display:flex;
    min-width: 400px;
    white-space: nowrap;
}

#toast p {
	padding-right:50px;
}

#toast.reveal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

#toast button{
	font: normal normal bold 16px/26px Pretendard;
    font-size:16px;
    color: #C1E1FA;
    letter-spacing: -0.32px;
    margin-left: auto;
}

#notify .sr-only {    
	position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    border: 0 !important;
}
