@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;
	font: normal normal bold 24px/28px Noto Sans KR;;
	letter-spacing: -1.2px;
	color: #212529;
}
#notify .size13 {
	font: normal normal normal 13px/17px Noto Sans KR;
	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: 14px;
	font: normal normal normal 14px/24px Noto Sans KR;
	letter-spacing: -0.7px;
	color: #333333;
}
#notify .size15 {
	font-size: 15px;
	font: normal normal normal 15px/24px Noto Sans KR;
	letter-spacing: -0.75px;
	color: #333333;
}
#notify .size15.bold {
	font-size: 15px;
	font: normal normal bold 15px/17px Noto Sans KR;
	letter-spacing: -0.75px;
	color: #212529;
}
#notify .size16 {
	font-size: 16px;
	text-align: left;
	font: normal normal normal 16px/27px Noto Sans KR;
	letter-spacing: -0.8px;
	color: #333333;
}
#notify .size16.bold {
	font: normal normal bold 16px/27px "Noto Sans KR";
}
#notify .size18 {
	font-size: 18px;
	font: normal normal bold 18px/25px Noto Sans KR;;
	letter-spacing: -0.36px;
}
#notify .size22 {
	font-size: 22px;
	font: normal normal bold 22px/39px Noto Sans KR;
	letter-spacing: -0.44px;
	color: #0667C5;
}

/* COLOR */
#notify .font_red {color: #ED2022 !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: #212529 !important;}
#notify .font_grey {color: #707070 !important;}


#notify .title {
	font-size: 18px;
	text-align: left;
	font: normal normal bold 18px/39px Noto Sans KR;
	letter-spacing: -0.36px;
	color: #212529;
	line-height: 1.4;
}
#notify .noti {
	font-size: 20px;
	font: normal normal bold 20px/39px Noto Sans KR;
	letter-spacing: -0.4px;
	color: #212529;
}

/* BUTTON */
#notify button.black {
	background: #212529;
	border-radius: 25px;
	font: normal normal medium 15px/27px Noto Sans KR;
	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: #707070;
	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: normal normal medium 14px/27px Noto Sans KR;
	letter-spacing: -0.7px;
	color: #FFFFFF;
	font-size:14px;
}
#notify button.big {
	width:100%;
	padding:14px 28px;
}
#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: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: 18px;
}
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 {
	background-color: #3D99E7;
	border: 1px solid #3D99E7;
	position:relative;
}
input[type="checkbox"]:checked + label.checkbox_square b > span {
	display:block;
	width:9px;
	height:6px;
	border: 2px solid white;
	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: #FFFFFF;
	border: 1px solid #919191;
	border-radius: 2px;
	margin-right:3px;
}
input[type="checkbox"]:checked + label.checkbox_circle b {
	background-color: #3D99E7;
	border: 1px solid #3D99E7;
	position:relative;
}
input[type="checkbox"]:checked + label.checkbox_circle b > span {
	width:9px;
	height:6px;
	border: 2px solid white;
	border-top:0;
	border-right:0;
	transform: rotate(-45deg);
	transform-origin: 25% 25%;
	position:absolute;
	top: 5px;
	left: 2px;
}



/* 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: 16px 0;
	width:100%;
}
#notify .box.border {
	border-radius: 12px;
	text-align:center;
}
#notify .blue_box {
	background: #EAF2FA;
}
#notify .grey_box {
	background: #F0F1F7;
	border-radius: 12px;
}
#notify .grey_box2 {
	background: #F0F1F7;
	text-align:center;
	padding:24px 0 34px 0;
}

#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 .blue_box {
	font-size:13px;
	padding:4px 12px;
	background: #1874DD;
	border-radius: 12px 12px 12px 0px;
	font: normal normal medium 13px/17px Noto Sans KR;
	letter-spacing: -0.65px;
	color: #FFFFFF;
	position:absolute;
	top:0;
	left:0;
}
#notify .recommend_box .content_box {
	display:flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px #349AF01A;
	border: 1px solid #349AF0;
	border-radius: 12px;
	margin-top: 10px;
	padding: 20px 17px;
}
#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 */
#service .blue_box {
	padding: 24px 22px;
}
#service .blue_box > div {
	display:flex;
	align-items: center;
}
#service .blue_box > div img {
	width: 67px;
	height: 49px;
    margin: 0 22px 7px 0;
}
#service .content .title{
	font: normal normal bold 16px/27px Noto Sans KR;
	letter-spacing: -0.8px;
	color: #333333;
}
#service .content .title span {
	margin: 0px 8px -2px 0;
}
#service .content .title span.window{
    width: 18px;
    height: 18px;
    background: url(../images/notify/window.png) 0 0/contain no-repeat;
}
#service .content .title span.android{
    width: 18px;
    height: 20px;
    background: url(../images/notify/android.png) 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 .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 .circle {
	font-size:12px;
	text-align: center;
	font: normal normal normal 12px/20px Noto Sans KR;
	letter-spacing: -0.24px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-right:4px;
}
#setting .circle.black {
	background: #212529;
	color: #FFFFFF;
}
#setting .circle.grey {
	background: #DDDDDD;
	color: #666666;
}

#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 #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: 9px 16px 12px 16px;
	text-align:left;
	background: #F4F5F9;
}
#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 {
	width:100%;
    display: flex;
	padding: 12px 0;
	align-items: center;
	text-align:center;
	justify-content: center;
    transition: .1s;
}
#setting table.list_box td.bottom button span{
	width: 14px;
	height: 7px;
    background: url(../images/notify/arrow_down.png) 0 0/contain no-repeat;
    margin-left: 8px;
}
#setting table.list_box td.bottom button.on span {
	transform: scaleY(-1);
}
#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: 20px 0;
	border-bottom: 1px solid #EDF0F4;
}
#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;
}
#setting table.list_box td > div ul.checkboxes li {
	margin-left: 25px;
}
#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 {
	margin-top: 18px;
}
#setting li.changed_checkboxes label > div {
}

#setting .warning_box {
	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: 28px;
    margin-right:6px;
}
#setting table.list_box .img.list_1{background: url(../images/notify/category/list01.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_2{background: url(../images/notify/category/list02.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_3{background: url(../images/notify/category/list03.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_4{background: url(../images/notify/category/list04.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_5{background: url(../images/notify/category/list05.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_6{background: url(../images/notify/category/list06.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_7{background: url(../images/notify/category/list07.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_8{background: url(../images/notify/category/list08.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_9{background: url(../images/notify/category/list09.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_10{background: url(../images/notify/category/list10.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_11{background: url(../images/notify/category/list11.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_12{background: url(../images/notify/category/list12.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_13{background: url(../images/notify/category/list13.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_14{background: url(../images/notify/category/list14.png) 0 0/contain no-repeat;}
#setting table.list_box .img.list_15{background: url(../images/notify/category/list15.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: normal normal normal 14px/27px Noto Sans KR;
	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;
}



/* Cancle */
#notiCancle .box.border li {
	padding:12px 0;
}
#notiCancle .box.border img {
	width: 32px;
	height: 32px;
	margin-right:6px;
}
#notiCancle .box.border button {
	float:right;
	margin: 4px 0 0 0px;
}
#notiCancle 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: normal normal medium 11px/26px Noto Sans KR;
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;}


.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;}