@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 p.overflow {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#notify .article_body h1 {
	margin:28px 0 24px 0;
	font-size: 24px;
	letter-spacing: -1.2px;
	color: #212529;
}
#notify .size13 {
	letter-spacing: -0.65px;
	color: #707070;
}
#notify .size13.bold {
	letter-spacing: -0.65px;
}
#notify .size14 {
	font-size: 14px;
	letter-spacing: -0.7px;
	color: #333333;
}
#notify .size15 {
	font-size: 15px;
	letter-spacing: -0.75px;
	color: #333333;
}
#notify .size15.bold {
	font-size: 15px;
	letter-spacing: -0.75px;
	color: #212529;
	font-weight:700;
}
#notify .size16 {
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.8px;
	color: #333333;
}
#notify .size16.bold {
	font-size:16px;
	font-weight:700;
}
#notify .size18 {
	font-size: 18px;
	letter-spacing: -0.36px;
}
#notify .size22 {
	font-size: 22px;
	letter-spacing: -0.44px;
	color: #0667C5;
}

/* COLOR */
#notify .font_red {color: #D41115 !important;}
#notify .font_blue {color: #1874DD !important;}
#notify .font_white {color: white !important;}
#notify .font_red2 {color: #FF8691 !important;}
#notify .font_blue2 {color: #0667C5 !important;}
#notify .font_black {color: #1d1d1d !important;}
#notify .font_grey {color: #555 !important;}


#notify .title {
	font-size: 20px;
	text-align: left;
	letter-spacing: -0.36px;
	color: #2d2d2d;
	font-weight:700;
	line-height: 1.4;
}
#notify .noti {
	font-size: 20px;
	letter-spacing: -0.4px;
	color: #212529;
}

/* BUTTON */
#notify button.black {
	background: #212529;
	border-radius: 25px;
	font-size:15px;
	letter-spacing: -0.75px;
	color: #FFFFFF;
	padding: 12px 45px;
}
#notify button.black2 {
	background: #313238;
	border-radius: 30px;
	padding:2px 28px;
	font: normal normal normal 14px/26px Pretendard;
	letter-spacing: -0.28px;
	color: white;
	font-size:14px;
}
#notify button.white {
	background: #FFFFFF;
	border: 1px solid #D5D9DC;
	border-radius: 30px;
	padding:2px 28px;
	letter-spacing: -0.28px;
	color: #555;
	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;
	font-size:14px;
}
#notify button.blue2 {
	background: #1874DD;
	border-radius: 6px;
    padding: 6px 22.5px;
	font-size:14px;
	letter-spacing: -0.7px;
	color: #FFFFFF;
	font-size:14px;
}

#notify button.big {
	padding:15px 40px;
	border-radius: 0;
}
#notify button.notify {
	min-width:70px;
	padding:0 12px;
	height: 32px;
	background: #313238;
	border:1px solid #313238;
	border-radius: 20px;
	letter-spacing: -0.28px;
	color: #fff;
	font-size:13px;
	font-weight:500;
}
#notify button.notify img {
	display:none;
}
#notify button.notify:after {
	content: "알림받기";
}
#notify button.notify.ing {
	background: #FFFFFF;
	border: 1px solid #2D2D2D;
	color: #2D2D2D;
}
#notify button.notify.ing:after {
	content: "알림중";
}
#notify button.notify.ing img {
	display:inline-block;
	width: 16px;
	height: 16px;
}
#notify button.reset {
	font: normal normal normal 14px/26px Pretendard;
	letter-spacing: -0.28px;
	color: #707070;	
}

/* CHECKBOX */
#notify input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
    height: 0;
}
label.checkbox_square {
	display:flex;
	align-items: center;
	cursor: pointer;
	padding-top: 14px;
}
label.checkbox_square b {
	display:block;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #919191;
	border-radius: 2px;
	margin-right:3px;
}
input[type="checkbox"].visible:not(:checked) + label.checkbox_square {
	display:none;
}
input[type="checkbox"]:checked + label.checkbox_square b {
	border: 1px solid #ED1F23;
	position:relative;
}
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;
}

label.checkbox_circle {
	display:flex;
	align-items: center;
	cursor: pointer;
}
label.checkbox_circle b {
	display:block;
	width: 16px;
	height: 16px;
	background: #E2E2E7;
	border-radius: 2px;
	margin-right:3px;
}
input[type="checkbox"] + label.checkbox_circle b > span {
	width:9px;
	height:6px;
	border:1px solid #ABADB4;
	border-top:0;
	border-right:0;
	transform: rotate(-45deg);
	transform-origin: 25% 25%;
	position:absolute;
	top: 6px;
	left: 4px;
}
input[type="checkbox"]:checked + label.checkbox_circle b {
	background:#ED1F23;
	position:relative;
}
input[type="checkbox"]:checked + label.checkbox_circle b > span {
	border:1px solid #fff;
}
label.checkbox_circle .size13 {
	position:absolute;
	width: 0;
	height: 0;
	opacity: 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 #D8D8D8; 
	position: relative; 
	margin: 8px 0;
	width:100%;
}
#notify .box.border {
	border-radius: 4px;
	text-align:center;
	background:#fff;
}
#notify .blue_box {
	background: #F3F3F6;
}
#notify .grey_box {
	background: #F6F6F8;
}
#notify .grey_box2 {
	background: #F0F1F7;
	text-align:center;
	padding:24px 0 34px 0;
}

#notify .grey_box.set_box {
	margin:20px 0;
	padding:20px 16px;
}
#notify .grey_box.bell_box {
	padding:22px 23px 22px 16px;
}
#notify .grey_box.bell_box > div {
	display:flex;
	align-items: flex-start;
}
#notify .grey_box.bell_box > div .icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: #FFFFFF;
	border-radius: 100%;
	position: relative;
}
#notify .grey_box.bell_box > div .icon img {
	width: 24px;
	height: 25px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#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;
	padding: 2px 0 0 0;
}
#notify .recommend_box .pink_box {
	display:inline-block;
	vertical-align: middle;
	position:absolute;
	top:40px;
	left:16px;
	margin-right:4px;
	font-size:13px;
	padding:3px 8px;
	background: #E9395C;
	border-radius: 6px;
	font-size:12px;
	line-height:1.5;
	letter-spacing: -0.65px;
	font-weight:600;
	color: #FFFFFF;
	white-space: nowrap;
}
#notify .recommend_box .pink_box::before {
	content:"";
	display:inline-block;
	vertical-align: middle;
	width:14px;
	height:14px;
	margin-right:4px;
	background:url("../images/v3/icon_like.svg") no-repeat 50% 50% / cover;
}
#notify .recommend_box .point {
	display: inline;
	color:#D41115;
}
#notify .recommend_box .content_box {
	display:flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(251, 161, 179, 0.1);
	border: 1px solid #FBA1B3;
	border-radius: 12px;
	margin-top: 20px;
	padding: 44px 16px 20px;
}
/* #notify .recommend_box .content_box img {
	width: 26px;
	height: 28px;
	margin-right:2px;
} */
#notify .recommend_box .content_box button {
	margin-left: auto;
}
#notify .box_shadow {
	box-shadow: 0px 4px 12px #48484814;
}

/* COMMON */
#notify .tabs_common li {
	height: 47px;
}
#notify .article_body {
	margin: 0 15px;
}

/* SERVICE GUIDE PAGE */
.blue_box.type_icon {
	padding: 24px 16px;
}
.blue_box.type_icon > div {
	display:flex;
	align-items: center;
}
.blue_box.type_icon .title {
	font-weight:700;
	font-size:18px !important;
}
.blue_box.type_icon .txt {
	margin-top:10px;
	color:#555;
	font-size:13px;
	line-height:1.4;
}
.blue_box.type_icon > div img {
	width: 67px;
	height: 49px;
    margin: 0 12px 8px 0;
}
#service .content .title{
	margin-bottom:12px;
	font-size:18px;
	letter-spacing: -0.02em;
	color: #2D2D2D;
}
#service .content .title span {
	margin: 0px 8px -2px 0;
}
#service .content .title span.window{
    width: 18px;
    height: 18px;
    background: url(../images/v3/guide_window_icon.svg) 0 0/contain no-repeat;
}
#service .content .title span.android{
    width: 18px;
    height: 20px;
    background: url(../images/v3/guide_android_icon.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 {
	padding: 40px 24px;	
}
#service .box.guide > img {
	display:block;
	margin:auto;
    height: auto;
    margin-bottom: 20px;
}
#service .box.guide.step01 > img {
    width: 212px;
}
#service .box.guide.step02 > img {
    width: 209px;
}
#service .box.guide.step03 > img {
    width: 100%;
}
#service .box.guide.step04 > img {
    width: 100%;
}
#service .box.guide.step05 > img {
    width: 100%;
}
#service .box.guide.step06 > img {
	width: 212px;
}
#service .box.guide.step07 > img {
	width: 212px;
}
#service .guide2 li .img {
	border: 1px solid #D5D9DC;
	width:100%;
	display: block;
	margin: 10px 0 12px;
}
#service .guide2 li .img img {
	width:100%;
}
#service .shortCutFrame {
	display:flex;
	align-items: center;
	padding:20px 24px;
	background: #495057;
}

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

#service .inapp_box {
	background: #F0F1F7;
	padding:20px 10px;
}

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


/* SETTING */

#setting .set_breadcrumb {
	display:flex;
	align-items: center;
	justify-content: center;
}
#setting .set_breadcrumb > p {
	flex:1;
	padding:8px;
	background-color:#F3F3F6;
	color:#2D2D2D;
	font-size:15px;
	line-height:22px;
	text-align: center;
}
#setting .circle {
	font-size:12px;
	text-align: center;
	letter-spacing: -0.24px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background:#123880;
	margin-right:4px;
	line-height:20px;
	color:#fff;
}
#setting .set_breadcrumb > p.active {
	background:#123880;
	color:#fff;
}
#setting .set_breadcrumb > p.active .circle {
	background-color:#fff;
	color:#123880;
}

/*
#setting .arrow3 {
	margin: 0 12px 1px 12px;
	width: 22px; 
	height: 8px;
    background: url(../images/notify/arrow3.png) 0 0/contain no-repeat;
}
	*/
#setting .sns_lst li button{
	padding: 10px 17px;
	display:flex;
	align-items: center;
	width:100%;
}
#setting .sns_lst li img{
	width: 32px;
	height: 32px;
	display:block;
	margin: 0 9px 0 0;
}
#setting .sns_lst li .division{
	background: #DEE2E6;
	width: 1px;
	height: 20px;
	margin: 0 36px 36px 36px;
}

#setting table.list_box {
	background: #FFFFFF;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	border-collapse: separate;
    border-spacing: 0;
}
#setting table.list_box th {
	padding:20px 20px 6px;
	text-align:left;
}
#setting table.list_box th > div {
	display: flex;
    align-items: center;
}
#setting table.list_box td {
	padding: 0 16px;
}
#setting table.list_box tr:last-child td > div {
	border-bottom: none;
}
#setting table.list_box td.bottom button {
    display: flex;
	align-items: center;
	justify-content:center;
	width:200px;
	height:36px;
	border:1px solid #d8d8d8;
	border-radius: 8px;
	margin:8px auto;
	padding: 5px 14px;
	text-align:center;
	font-size:14px;
	font-weight:500;
    transition: .1s;
}
#setting table.list_box td.bottom button span{
	display:inline-block;
	vertical-align: middle;
    margin-left: 8px;
}
#setting table.list_box td.bottom button span::after{
	content:"\e913";
	font-family: "xeicon";
}
#setting table.list_box td.bottom button.on {
	background:#F6F6F8;
	border-color:#555;
}
#setting table.list_box td.bottom button.on span::after{
	content:"\e921";
}
#setting table.list_box .size15 {
	color:#2D2D2D;
	font-weight:500;
}
#setting .arrow-r {
  border: solid #999;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left:auto;
}
#setting table.list_box td > div {
	padding: 14px 0;
	border-bottom: 1px solid #F0F0F0;
}
#setting table.list_box td > div > div {
	display: flex;
    align-items: center;
}
#setting table.list_box td > div ul.checkboxes {
	display: flex;
    align-items: center;
    padding: 0 10px;
	font-size:13px;
}
#setting table.list_box td > div ul.checkboxes li {
	margin-left: 12px;
}
#setting table.list_box td > div ul.checkboxes li:first-child {
	margin-left: 0;
}

#setting table.list_box .table_bottom > div {
	display:flex;
	align-items: center;
}
#setting .verti_checkbox {
	display:flex;
}
#setting .verti_checkbox ul {
	padding: 0 11px;
	display:flex;
}
#setting .verti_checkbox ul li {
	text-align:left;
	margin-right: 43px; 
}
#setting .verti_checkbox ul li:last-child {
	margin-right: 0;
}
#setting li.changed_checkboxes {
	flex:1;
	margin-top: 18px;
}
#setting li.changed_checkboxes label > div {
}

#setting .warning_box {
	margin:20px 0;
	padding:27px 24px 24px 24px;
	background: #485056;
	border-radius: 12px;
}
#setting .warning_box .flex_box {
	display: flex;
    align-items: flex-start;
}
#setting .warning_box .flex_box .icon img {
	width: 40px;
	min-width: 40px;
	height: 40px;
}

#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;
	width:100%;
	margin-top:16px;
}

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


/* ListView */
#listView .box .icon {
	width: 56px;
	height: 56px;
	background: #F4F5F9;
	border-radius: 100%;
	margin:auto;
	position:relative;
}
#listView .box .icon img {
	width: 28px;
	height: 30px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#listView .category_list {
	width: 100%;
}
#listView .category_list li {
	display:inline-block;
}
#listView .category_list li button {
	background: #FFFFFF;
	border: 1px solid #D5D9DC;
	border-radius: 16px;
	font-size:14px;
	letter-spacing: -0.7px;
	color: #333333;
	margin: 0 4px 4px 0;
	padding: 4px 12px;
}
#listView .category_list li button.active {
	background: #1874DD;
	border: 1px solid #1874DD;
	color: white;
}
#listView .notify_news_list {
	padding:0;
}
#listView .notify_news_list ul{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 0% 4%;
    width: 100%;
}
#listView .notify_news_list ul li{
	margin-top: 10px;
}
#listView .notify_news_list ul li a {
	display: block;
	border-radius: unset;
	box-shadow: none;
	border: none;
}
#listView .notify_news_list .thumb {
	border-radius: unset;
}
#listView .notify_news_list .thumb + .text {
	padding: 12px 0;
	height: 106px;
}
#listView .notify_news_list .thumb + .text > div{
	display:flex; 
	align-items:center; 
	margin-top:10px;
}
#listView .notify_news_list .thumb + .text > div .division{
	margin:0 6px; 
	width: 1px; 
	height: 12px; 
	background: #D5D9DC;
}
#listView button.big {
	margin-top:0 !important;
}



/* Cancle */
#notify .box.type_sns_li {
	display:grid;
	grid-template-columns: repeat(1,1fr);
	gap:12px;
	margin: 0 0 40px;
	padding:0;
	border:none;
}
.box.type_sns_li li{
	padding:12px 16px;
	border:1px solid #D8D8D8;
	background:#fff;
	border-radius: 12px;
	overflow: hidden;
}
.box.type_sns_li li::after{
	content:"";
	display:table;
	clear:both;
}
.box.type_sns_li img {
	width: 32px;
	height: 32px;
	margin-right:6px;
}
.box.type_sns_li li button {
	float: right;
}
.box.type_sns_li .font_red {
	font-size:13px;
}
.box.type_sns_li button.red {
	background: #FEF2F2;
    border-radius: 30px;
    padding: 2px 28px;
    font: normal normal normal 14px / 26px Pretendard;
    letter-spacing: -0.28px;
    color: #D41115;
    font-size: 14px;
}
.box.type_sns_li button.white:hover {
	background: #FFE5E5;
	border: 1px solid #FFE5E5;
	color: #ED2022 !important;
}


/* Toast */
/* #notify_toast {
    position: fixed;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, 10px);
    border-radius: 8px;
    overflow: hidden;
    font: normal normal medium 16px/26px Pretendard;
    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: 350px;
    white-space: nowrap;
} */

#notify_toast {
    position: fixed;
    padding: 20px;
    transform: translate(15px, -20px);
    border-radius: 8px;
    overflow: hidden;
    font: normal normal medium 16px/26px Pretendard;
    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;
    width: calc(100% - 30px);
    white-space: nowrap;
}

#notify_toast p {
	padding-right:30px;
}

#notify_toast.reveal {
    opacity: 1;
    visibility: visible;
}

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

/* 알림설정 */

header .notify_open {position: relative; line-height: 0; width: 38px; height: 52px; vertical-align: middle;}

/*header .notify_open i {display: inline-block; position: relative; width: 24px; height: 24px; background: url(../images/notify/noti_on.png) 0 0/contain no-repeat;}*/
header .notify_open i span {display:none;}
/*header .notify_open.off i {background: url(../images/notify/noti_off.png) 0 0/contain no-repeat;}*/
header .notify_open.off i span {
display:inline;border: 1px solid #ED2022;
border-radius: 10px;
font-size:12px;
letter-spacing: -0.44px;
color: #ED2022;text-align: center;
font-size: 11px;
position:absolute;
top:3px;
left:-22px;
padding: 7.5px 1px;
}
header .notify_open > span {position: absolute; top: 50%; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; border: 0;}

header .notify_open {position: relative;width:24px; height:24px; margin-right:20px;}
header .notify_open i {display: inline-block; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; background: url(../images/v3/icon_bell1.svg) no-repeat 50% 50% / cover; transform: translate(-50%, -50%);}
header .notify_open.off i {background-image: url(../images/v3/icon_bell2.svg)}
header .notify_open.off i span {border: none; position: absolute; top: auto; bottom: 0; left: 50%; padding: 0; transform: translateX(-50%) scale(0.8); letter-spacing: 0.03em; font-weight: 700;}



.notify_move_btn {
	margin: auto 14px 15px 14px; 
}
.notify_move_btn a {
	width:100%;
	display:flex;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 12px #48484814;
	border: 1px solid #D5D9DC;
	border-radius: 12px;
	padding:18px 20px;
	align-items: center;
}
.notify_move_btn a i.bell {
	width:24px;
	height:24px;
	background:url(../images/notify/noti_on.png) 0 0/contain no-repeat;
	margin-right:10px;
}
.notify_move_btn a i.arrow {
    border: solid #999;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: auto;
}
#notify .sr-only {    
	position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
}

/*body:not(.main) header .logo {width: 38px; margin-left: 5px;}*/
/*
body:not(.main) header .notify_open {position: absolute; left: 35px; top: 0;}
body:not(.main) header .notify_open i {width: 21px; height: 21px; margin-top: 1px;}
body:not(.main) header .notify_open.off i {width: 18px; height: 18px; padding-bottom: 23px; margin-top: 5px;}
body:not(.main) header .notify_open.off i span {border: none; position: absolute; top: auto; bottom: 0; left: 50%; padding: 0; transform: translateX(-50%) scale(0.8); letter-spacing: 0.03em; font-family: 'Noto Sans KR'; font-weight: 700;}
*/




