@charset "utf-8";

body {
    font-family: 'NotoKrR', sans-serif;
    background: transparent linear-gradient(0deg, #E8E8E8 0%, #F7F7F7 100%) 0% 0% no-repeat padding-box;
}
body.header-body {
    background: #F7F7F7;
}

/* 스크롤바 */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
} /* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
    background-color: #212121;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    background-color: #444;
    height: 10px;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: #363636;
}


/* 공통 */
.top-bar {
    position: relative;
    overflow: hidden;
}
.top-bar .cvtool {
    float: left;
    width: 50%;
    height: 33px;
    margin: 0;
}
.top-bar .cvtool a {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 33px;
    padding: 4px 0 0 0;
    text-align: center;
    background: #cddbed;
    border-right: 1px solid #f1f7ff;
    color: #31589b;
    font-size: 16px;
    font-weight: bold;
}
.top-bar .cvtool a em {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 10px;
    font-style: normal;
    background: url('../images/icon_cvtool_01.png') no-repeat 10px 3px;
    background-size: 17px 12px;
}

.top-bar .snsstatus {
    float: none;
    overflow: hidden;
    width: auto;
    height: 33px;
    padding: 6px 0 0 10px;
    text-align: center;
    background: #f1f7ff;
    border-bottom: 1px solid #e5edf7;
    margin-bottom: 0;
}
.top-bar .snsstatus li {
    float: right;
}
.top-bar .snsstatus li.twitter {
    width: 80px;
    margin: 0 0 0 8px;
}
.top-bar .snsstatus {

}

.scroll-body {
    height: calc(100vh - 107px);
    /* height: calc(100vh - 47px); */
    overflow-y: auto;
}
.article {
    margin-top: 20px;
    padding: 0 14px;
}
.box-container {
    padding: 5px 7px 10px 7px;
}
.round-box {
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.round-box.transparent-box {
    box-shadow: none;
    padding: 30px;
    background: none;
}
.round-box-gray {
    border-radius: 20px;
    padding: 30px;
    background-color: #F6F6F6;
}
.round-box h1 {
    font-family: 'NotoKrB', sans-serif;
    font-size: 2rem;
}
/* 2020-09-14 추가 */
.round-box h1 a{
	color:rgba(0, 0, 0, 0.85);
}
/* // 2020-09-14 추가 */
.round-box h1 .bullet-arrow {
    height: 14px;
    width: auto;
    vertical-align: baseline;
    margin: 0 6px;
}
.round-box h2 {
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.round-box h3 {
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.round-box p {
    font-size: 1.4rem;
}
/* 2020-09-14 추가 */
.block-box{
	display:block;
}
/* // 2020-09-14 추가 */
.ellipsis {
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
    width: 100%;
}
.gray {
    color: #BCBCBC;
}
.darkgray {
    color: #666666;
}
.blue {
    color: #4A99CB;
}
.col-3 {
    float: left;
    width: 25%;
}
.col-4 {
    float: left;
    width: 33.33%;
}
.col-5 {
    float: left;
    width: 41.66%;
}
.col-6 {
    float: left;
    width: 50%;
}
.col-7 {
    float: left;
    width: 58.33%;
}
.btn-rounded {
    background: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 30px;
    padding: 5px 10px;
    text-align: center;
    color: #333333;
    font-family: 'NotoKrM', sans-serif;
}
.btn-rounded-big {
    background: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
    color: #333333;
    font-family: 'NotoKrM', sans-serif;
    font-size: 1.8rem;
}
.btn-white-round {
    box-shadow: 0px 5px 10px #0000001A;
    width: 100%;
    border: 0;
    border-radius: 40px;
    padding: 15px 30px;
    background-color: #fff;
    background-image: url(../images/icon_gray_arrow_right.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px);
    background-size: 10px;
    text-align: left;
    color: #333333;
    font-family: 'NotoKrM', sans-serif;
    font-size: 1.8rem;
}
.btn-white-round .btn-bullet {
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.input-rounded {
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px 10px;
    color: #666666;
}
.select-rounded {
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px 10px;
    color: #666666;
    height: 35px;
}
.select-rounded:focus, .select-rounded:active {
    border: 1px solid #30ABED;
    color: #30ABED;
}
input::placeholder {
    color: #CCCCCC;
}
.input-nude {
    border: 0;
    padding: 3px 5px;
}
.input-bottom-btn-bar {
    border-top: 1px solid #DCDCDC;
}
.input-bottom-btn-bar button {
    width: 100%;
    background: transparent;
    padding: 10px;
    text-align: center;/* 2020-09-14 수정 */
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.8rem;
    border: 0;
    color: #3D3D3D;
}


/* 상단 */
.header {
    display: table;
    width: 100%;
    height: 60px;
}
.header .head-left {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    text-align: center;
	
}
/* 2020-09-14 추가 */
.header .head-left .btn-hamberger{
    position: relative;
    top: 0px;
    left: 0;
    color: #000;
}
.header .head-left .btn-hamberger:focus,
.header .head-left .btn-hamberger:active{
	outline:auto !important;
}
.header .head-left .btn-hamberger img{
    width:26px;
}
/* // 2020-09-14 추가 */
.header .head-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* 2020-09-14 추가 */
.header .head-center a{
	color:rgba(0, 0, 0, 0.85);
}
/* // 2020-09-14 추가 */
.header .head-right {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    text-align: center;
}
.header h1 {
    font-size: 1.6rem;
    font-family: 'NotoKrB', sans-serif;
    margin-bottom: 0;
}
.header h1 span {
    display: inline-block;
}
.header h1 .logo-top, .header .search-top {
    height: 26px;
    vertical-align: text-top;
}


/* 상단 탭*/
.tab {
    display: table;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #DCDCDC;
}
.tab li {
    display: table-cell;
    height: 100%;
    min-width: 50px;
    text-align: center;
}
/* 2020-09-14 추가 */
.tab li a{
	display:block;
}
/* // 2020-09-14 추가 */
.tab li span {
    display: inline-block;
    height: 100%;
    padding: 10px 6px;
    font-size: 1.4rem;
	color:#333333; /* 2020-09-14 추가 */
}
.tab li.active span {
    color: #30ABED;
    border-bottom: 3px solid #30ABED;
    display: inline-block;
    height: 44px;
}


/* 왼쪽 메뉴 */
.left-side-float {
    position: fixed;
    top:0;
    right:100%;
    z-index: 101;
}
.left-aside {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.left-aside .aside-container {
/*	display:none; /* 2020-09-14 추가, 2020-09-25 삭제 */
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.left-aside .aside-container.webPage{/*2020-09-28 추가 (모바일 웹용) */
	display:none;
}
.left-aside .aside-container .btn-hamberger {
    position: relative;
    top: 10px;
    left: calc(100% + 10px);
    color: #000;
}
.left-aside .aside-container .btn-close-side {
    position: absolute;
    top: 10px;
    left: calc(100% - 48px);
    color: #000;
    z-index: 100;
}

 /* 2020-09-14 추가 */
.left-aside .aside-container .btn-close-side:focus,
.left-aside .aside-container .btn-close-side:active{ 
	outline:auto !important;
}

.left-aside .aside-container .btn-hamberger img, .left-aside .aside-container .btn-close-side img {
    width: 26px;
}

.left-aside .menu-article {/* 2020-06-29  수정 */
    position: fixed;
    top:0;
/*    display: table;*/
    width: 100%;
    height: 100vh; /*calc(100vh - 100px);*/ 
}
.left-aside.with-push .menu-article {
    height: calc(100vh - 50px); 
}
.left-aside .menu-article .menu-left-side {/* 2020-06-29  수정 */
/*    display: table-cell;*/
float:left;
    width: 30%;
    height: 100%;
    background-color: #EDEDED;
    vertical-align: top;
}

.left-aside .menu-article .menu-left-side .menu-table {
    height: 100%;
    width: 100%;
}
.left-aside .menu-article .menu-left-side .menu-table .menu-category {
    text-align: center;
    background-color: #EDEDED;
    height: calc(100% / 6);
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.left-aside .menu-article .menu-left-side .menu-table .menu-category .menu-category-box {
    position: relative;
    height: 70px;
}
.left-aside .menu-article .menu-left-side .menu-table .menu-category .aside-picto {
    max-height: 50px;
    max-width: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(150%);
    opacity: 0.5;
}
.left-aside .menu-article .menu-left-side .menu-table .menu-category.active {
    background-color: #ffffff;
    border-right: 1px solid #eee;
}
.left-aside .menu-article .menu-left-side .menu-table .menu-category.active .aside-picto {
    -webkit-filter: grayscale(0%);
    filter: none;
    opacity: 1;
}

/* 2020-04-17 추가 */
.left-aside .menu-article .menu-right-side .menu-detail ul li .new{
	display:inline-block;
	width:15px; 
	height:15px;
	margin-left:4px;
	line-height:1;
}
.left-aside .menu-article .menu-right-side .menu-detail ul li .new img{
	width:100%; 
	max-width:100%;
	vertical-align:top;
	margin-top:1px;
}
/* // 2020-04-17 추가 */

.left-aside .menu-article .menu-left-side .menu-table .menu-category h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #999999;
    margin-bottom: 0;
    font-family: 'NotoKrM', sans-serif;
    font-size: 1.4rem;
}
/* 2020-09-14 추가 */
.left-aside .menu-article .menu-left-side .menu-table .menu-category h3 a {
	color:#999;
}
.left-aside .menu-article .menu-left-side .menu-table .menu-category h3 a:focus,
.left-aside .menu-article .menu-left-side .menu-table .menu-category h3 a:active{ 
	outline:auto !important;
}
/* // 2020-09-14 추가 */
.left-aside .aside-bottom {
    display: none;
}
.left-aside.with-push .aside-bottom {
    display: block;
    background-color: #949494;
    padding: 14px 20px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.left-aside.with-push .aside-bottom h2 {
    color: #ffffff;
    font-size: 1.8rem;
}
.left-aside.with-push .aside-bottom h2 small {
    color: #ffffff;
    font-size: 1.7rem;
}
.left-aside.with-push .aside-bottom .btn-switch {
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px;
    border: 0;
    width: 70px;
    height: 32px;
}
.left-aside.with-push .aside-bottom .btn-switch .switch {
    background-color: #31BEDC;
    color: #ffffff;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 5px;
    font-size: 1.4rem;
    height: 22px;
    width: 36px;
}

.left-aside .menu-article .menu-right-side { /* 2020-06-29  수정 */
/*    display: table-cell;*/
float:left;
width:70%;
    vertical-align: top;
	height:100%;
}
.left-aside .menu-article .menu-right-side .menu-detail {
    height: 100%;
    display: none;
}
.left-aside .menu-article .menu-right-side .menu-detail.active {
    display: block;
}
.left-aside .menu-article .menu-right-side .menu-detail h1 {
    font-family: 'NotoKrM', sans-serif;
    font-size: 2.6rem;
    color: #000000;
    padding: 16px 20px;
    margin-bottom: 0;
    height: 60px;
    border-bottom: 1px solid #eee;
}
.left-aside .menu-article .menu-right-side .menu-detail ul {
    width: 100%;
    height: calc(100vh - 60px); 
    overflow-y: auto;
    margin-bottom: 0;
}
.left-aside.with-push .menu-article .menu-right-side .menu-detail ul {/* 2020-06-29 수정 */
    height: calc(100vh - 150px); 
}
.left-aside .menu-article .menu-right-side .menu-detail ul .h2 {
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.6rem;
    color: #333333;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
}
/* 2020-09-14 추가 */
.left-aside .menu-article .menu-right-side .menu-detail ul .h2 a{ 
    color: #333; 
}
.left-aside .menu-article .menu-right-side .menu-detail ul .h2 a:focus,
.left-aside .menu-article .menu-right-side .menu-detail ul .h2 a:active{ 
	outline:auto !important;
}
.left-aside .menu-article .menu-right-side .menu-detail ul .h3 {
    font-family: 'NotoKrM', sans-serif;
    font-size: 1.4rem;
    color: #999999;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
}
/* 2020-09-14 추가 */
.left-aside .menu-article .menu-right-side .menu-detail ul .h3 a{ 
    color: #999999; 
}
.left-aside .menu-article .menu-right-side .menu-detail ul .h3 a:focus,
.left-aside .menu-article .menu-right-side .menu-detail ul .h3 a:active{ 
	outline:auto !important;
}
/* // 2020-09-14 추가 */

.left-aside .menu-article .menu-right-side .menu-detail ul .h3.active {
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.6rem;
    color: #31BEDC;
    background-color: #E4FAFF;
}
.left-aside .menu-article .menu-right-side .menu-detail ul .h2.active {
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.6rem;
    color: #31BEDC;
    background-color: #E4FAFF;
}

/* 2020-09-14 추가 */
/* GNB */
.all-menu{
	position:relative; 
	width:100%; 
	height:100%;
}
.all-menu .menu{
	width:100%; 
	height:calc(100% / 6); 
}
.all-menu .menu:after{
	content:''; 
	display:block; 
	clear:both;
}
.all-menu .menu .one-depth{
	position:relative; 
	display:block; 
	float:left; 
	width:30%; 
	height:100%; 
	margin:0;
	border-bottom:1px solid #ccc; 
	border-right:1px solid #ccc; 
	background:#ededed;
}
.all-menu .menu.active .one-depth{
	border-right:1px solid #eee; 
	background:#fff;
}
.all-menu .menu .one-depth a{
	position:absolute; 
	top:50%; 
	left:50%; 
	transform:translate(-50%, -50%); 
	display:block;
	width:100%; 
	height:70px; 
	font-size:0; 
	text-align:center;
}
.all-menu .menu .one-depth a p{
	position:absolute; 
	bottom:0; 
	left:0; 
	width:100%; 
	margin-bottom:0; 
	font-family:'NotoKrM', sans-serif; 
	font-size:1.4rem;  
	color:#888888; 
	line-height:1;
}
.all-menu .menu .one-depth .aside-picto{
	max-height:50px; 
	max-width:50px; 
	-webkit-filter: grayscale(100%);
	filter:grayscale(100%) brightness(150%); 
	opacity:0.5;
}
.all-menu .menu.active .one-depth .aside-picto{
	-webkit-filter: grayscale(0%);
	filter:none; 
	opacity:1;
}
.all-menu .menu.active .submenu-div{
	display:block;
}
.all-menu .menu .submenu-div{
	display:none; 
	position:absolute; 
	top:0; 
	right:0; 
	width:70%;
	z-index:1;
}
.all-menu .menu .submenu-div h1{
	font-family:'NotoKrM', sans-serif; 
	font-size:2.6rem; 
	color:#000; 
	margin:0; 
	padding:16px 20px; 
	margin-bottom:0; 
	height:60px; 
	border-bottom:1px solid #eee;
}
.all-menu .menu .submenu-div ul{
	width:100%; 
	overflow-y:auto; 
	margin-bottom:0;
}

.all-menu .menu .submenu-div ul {
	width: 100%;
	height: calc(100vh - 60px); 
	overflow-y: auto;
	margin-bottom: 0;
}
.left-aside.with-push .menu-article .menu-right-side .menu-detail ul {
	height: calc(100vh - 150px); 
}
.all-menu .menu .submenu-div ul .h2 {
	font-family: 'NotoKrB', sans-serif;
	font-size: 1.6rem;
	color: #333333;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.all-menu .menu .submenu-div ul .h2 a{ 
	color: #333; 
}
.all-menu .menu .submenu-div ul .h2 a:focus,
.all-menu .menu .submenu-div ul .h2 a:active{ 
	outline:auto !important;
}
.all-menu .menu .submenu-div ul .h3 {
	font-family: 'NotoKrM', sans-serif;
	font-size: 1.4rem;
	color: #666666;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.all-menu .menu .submenu-div ul .h3 a{ 
	display:block;
	padding: 10px 20px;
	color: #888888; 
}
.all-menu .menu .submenu-div ul .h3 a:focus,
.all-menu .menu .submenu-div ul .h3 a:active{
	font-family: 'NotoKrB', sans-serif;
	outline:auto !important;
	color:#234072;
	background:#E4FAFF;
	text-decoration:none;
}
.all-menu .menu .submenu-div ul .h3.active{
	background-color: #E4FAFF;
}
.all-menu .menu .submenu-div ul .h3.active a{
	font-family: 'NotoKrB', sans-serif;
	font-size: 1.6rem;
	color: #31BEDC;
	background-color: #E4FAFF;
}
.all-menu .menu .submenu-div ul .h2.active{
	font-family: 'NotoKrB', sans-serif;
	font-size: 1.6rem;
	color: #13444E;
	background-color: #E4FAFF;
}
.all-menu .menu .submenu-div ul .h2.active a{
	color: #13444E;
}
.all-menu .menu .submenu-div ul li .new{
	display:inline-block;
	width:15px; 
	height:15px;
	margin-left:4px;
	line-height:1;
}
.all-menu .menu .submenu-div ul li .new img{
	width:100%; 
	max-width:100%;
	vertical-align:top;
	margin-top:1px;
}
/* // 2020-09-14 추가 */

/* COPYRIGHT */
/* .copyright {
    background-color: #fff;
    padding: 30px 20px 80px;
    color: #999999;
    font-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 60px;
    position: relative;
}
.copyright p {
    margin-bottom: 0px;
}
.copyright a {
    color: #999999;
}
.copyright .logo-copyright {
    position: absolute;
    top: 26px;
    right: 20px;
}
.copyright .logo-copyright img {
    height: 40px;
}
 */
/* IFRAME */
#outer {
    width: 100%;
    min-height: calc(100vh - 60px);
    border: 0;
}


/* 메인 */
.main-banner .banner_img {
    width: 100% !important;
}
.main-banner .owl-dots {
    text-align: center;
    position: relative;
    margin-top: -25px;
    height: 25px;
}
.main-banner .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0.2) !important;
    margin: 4px;
    border-radius: 5px;
}
.main-banner .owl-dot.active {
    background-color: #30ABED !important;
}
.main-box1 {
    position: relative;
    text-align: center;
    height: 120px;
    background-image: url('../images/btn_bg_chart.png');
}
.main-box2 {
    position: relative;
    text-align: center;
    height: 120px;
    background-image: url('../images/btn_bg_calculator.png');
}
.main-box3 {
    position: relative;
    text-align: center;
    height: 120px;
    background-image: url('../images/btn_bg_tv.png');
}
.main-box4 {
    position: relative;
    text-align: center;
    height: 120px;
    background-image: url('../images/btn_bg_wallet.png');
}
.main-box-title {
    position: absolute;
    /*bottom: 12px; 2020-09-14 삭제 */
    width: 100%;
	height:100%; /* 2020-09-14 수정 */
    margin: 0;/* 2020-09-14 수정 */
    color: #000;
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.6rem;
}
/* 2020-09-14 추가 */
.main-box-title a{
	display:block;
	width:100%; 
	height:100%;
	padding:73px 0 12px;
	color:#000;
	box-sizing:border-box;
}
.arrow-title{
	display:inline-block; 
	padding-right:26px; 
	background:url('../images/icon_black_arrow_right.png') right center no-repeat; 
	background-size:14px 14px;
}
/* // 2020-09-14 추가 */

.main-right-background {
    height: 120px;
    padding-top: 18px;
    background-image: url('../images/img_pigvs.png');
    background-repeat: no-repeat;
    /* background-size: 110px; */
    background-size: 150px;
    background-position: right;
}
.main-right-background p {
    margin-bottom: 6px;
}
.main-right-background .btn-rounded {
    width: 160px;
}

.news-list li {
    padding: 10px 0;
    border-bottom: 1px solid #DCDCDC;
    font-family: 'NotoKrR', sans-serif;
    color: #666666;
    font-size: 1.4rem;
    width: 100%;
}
.news-list li.active {
    /* font-family: 'NotoKrB', sans-serif; 2020-01-06ㄴ*/
    color: #333333;
}
.news-list li:last-child {
    border-bottom: 0;
}
/* 2020-09-14 추가 */
.news-list li a{ 
	display:block;
	color:#333;
}
.news-list li a span{
	color:#333;
}
/* // 2020-09-14 추가 */

.main-bottom {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 20px;
}
.main-bottom .main-bottom-link {
	position:relative; /* 2020-09-14 추가 */
    text-align: center;
}
/* 2020-09-14 추가 */
.main-bottom .main-bottom-link:after{
	content:''; 
	display:block;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:1px; 
	height:50px;
	background:url('../images/bar_ver_gray.png') center no-repeat;
}
.main-bottom .main-bottom-link.last:after{
	display:none;
}
.main-bottom .main-bottom-link:nth-child(1){
	background:url('../images/picto_color_calendar.png') center top no-repeat;
	background-size:50px 50px;
}
.main-bottom .main-bottom-link:nth-child(2){
	background:url('../images/picto_color_board.png') center top no-repeat;
	background-size:50px 50px;
}
.main-bottom .main-bottom-link:nth-child(3){
	background:url('../images/picto_color_question.png') center top no-repeat;
	background-size:50px 50px;
}
/* // 2020-09-14 추가 */
.main-bottom .main-bottom-link img {
    width: 60px !important;
}
.main-bottom h2 {
    font-family: 'NotoKrB', sans-serif;
    color: #000000;
    font-size: 1.6rem;
    margin-top:0; /* 2020-09-14 수정 */
}
/* 2020-09-14 추가 */
.main-bottom h2 a{
	display:block; 
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-top:60px;
	color:#000000;
}
/* // 2020-09-14 추가 */
.main-bottom .right-bar {
    background-image: url('../images/bar_ver_gray.png');
    background-repeat: no-repeat;
    background-position: right;
}

.main-notice {
    display: table;
    width: 100%;
    padding: 20px 0 30px;
}
.main-notice dt {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
}
.main-notice dd {
    display: table-cell;
    vertical-align: middle;
    background-image: url('../images/icon_gray_arrow_right.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px;
    color: #333333;
    font-size: 1.6rem;
    font-family: 'NotoKrM', sans-serif;
}
.main-notice h3 {
    font-family: 'NotoKrB', sans-serif;
    color: #000000;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.main-notice .bullet-notice {
    height: 14px;
    vertical-align: baseline;
}
.main-notice .main-notice-contents {
	display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 200px;
    overflow: hidden;
    padding: 0;
    margin: 0;
	color:#333333; /* 2020-09-14 추가 */
}



/* 스마트가이드 */
.guide-input {
    display: table;
	table-layout:fixed; /* 2020-09-14 추가 */
}
.guide-input dt {
    display: table-cell;
    vertical-align: middle;
}
.guide-input dd {
    display: table-cell;
    vertical-align: middle;
}
.guide-input img {
    width: 20px !important;
    vertical-align: middle;
}
.guide-input select {
	/* 2020-09-14 추가 */
	display:inline-block;
	min-width:84px;
	/* // 2020-09-14 추가 */
    border: 0;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: url('../images/icon_sign_right.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right;
    color: #666;
    font-size: 1.4rem;
    /* padding: 0 10px 0 10px; 2020-01-10*/
    padding: 0 5px 0 5px; /* 2020-09-14 수정 */
}
.guide-input .input-line {
    border-bottom: 1px solid #CCCCCC;
}
.guide-input .input-nude {
    /* width: 90px; 2020-01-10*/
    width: 85px;
}
/* 2020-09-14 추가 */
.guide-input .input-nude::placeholder{
	color:#666666
}
/* // 2020-09-14 추가 */
.guide-bg {
    background-image: url('../images/img_tv_reflect.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) bottom;
    background-size: 100px;
}

.guide-link {
	display:block; /* 2020-09-14 추가 */
    text-align: center;
    height: 100px;
    padding: 15px 0 0;
    position: relative;
    margin-bottom: 20px;
}
.guide-link img {
    /* max-width: 40px !important;
    max-height: 40px !important; */
    max-width: 30px !important;
    max-height: 30px !important;
}
.guide-link h2 {
	width:100%; /* 2020-09-14 추가 */
    height: 100%; /* 2020-09-14 수정 */
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    vertical-align: middle;
    font-size: 1.2rem;
}
.guide-link h2.single-line {
    padding-top:10px;
}

/* 2020-09-14 추가 */
.guide-link a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	padding-top:66px;
	font-size: 1.2rem;
	color:rgba(0, 0, 0, 0.85);
	text-align:center;
}
.guide-link a.single-line{
	padding-top:76px;
}
.guide-link:nth-child(1) a{
	background:url('../images/picto_line_calendar.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.guide-link:nth-child(2) a{
	background:url('../images/picto_line_robot.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.guide-link:nth-child(3) a{
	background:url('../images/picto_line_star.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.guide-link:nth-child(4) a{
	background:url('../images/picto_line_internet.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.guide-link:nth-child(5) a{
	background:url('../images/picto_line_shoppingbag.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.guide-link:nth-child(6) a{
	background:url('../images/picto_line_controls.png') center top 15px no-repeat;
	background-size:30px 30px;
}
/* // 2020-09-14 추가 */


/* 스마트라이프 */
.middle-bar {
    background-image: url('../images/bar_ver_gray_long.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 1px !important;
}
.middle-bar h2{
	margin-bottom:0;
}
.life-btn-bg {
	display:block; /* 2020-09-14 추가 */
    padding-top: 100px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
	/* 2020-09-14 추가 */
	font-family:'NotoKrB', sans-serif;
	font-size:1.6rem;
	color:rgba(0, 0, 0, 0.85);
	/* // 2020-09-14 추가 */
}
.life-btn-bg1 {
    background-image: url('../images/btn_bg_calculator.png');
}
.life-btn-bg2 {
    background-image: url('../images/btn_bg_wallet.png');
}

.life-link {
	display:block; /* 2020-09-14 추가 */
    text-align: center;
    height: 100px;
    padding: 15px 0 0;
    position: relative;
    margin-bottom: 20px;
}
.life-link img {
    max-width: 30px !important;
    max-height: 30px !important;
}
.life-link h2 {
	width:100%; /* 2020-09-14 추가 */
    height: 100%; /* 2020-09-14 수정 */
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    vertical-align: middle;
    font-size: 1.2rem;
}
/* 2020-09-14 추가 */
.life-link a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	padding-top:66px;
	font-size: 1.2rem;
	color:rgba(0, 0, 0, 0.85);
	text-align:center;
}
.life-link:nth-child(1) a{
	background:url('../images/picto_gray_dollar.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.life-link:nth-child(2) a{
	background:url('../images/picto_gray_recycle.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.life-link:nth-child(3) a{
	background:url('../images/picto_gray_lost_items.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.life-link:nth-child(4) a{
	background:url('../images/picto_gray_search.png') center top 15px no-repeat;
	background-size:30px 30px;
}
.life-link:nth-child(5) a{
	background:url('../images/picto_gray_calculator.png') center top 15px no-repeat;
	background-size:30px 30px;
}
/* // 2020-09-14 추가 */

/* 스마트리포트 */
/* 2020-09-14 추가 */
.report-info-box{
	display:block;
	width:100%;
}
/* // 2020-09-14 추가 */
.report-info {
    display: table;
    width: 100%;
    min-height: 70px;
	margin-bottom:0; /* 2020-09-14 추가 */
}
.report-info dt {
    display: table-cell;
    width: 100px;
}
.report-info dd {
    display: table-cell;
}
.report-info .report-img-bg1 {
    background-color: #ffffff;
    background-image: url('../images/img_charge.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.report-info .report-img-bg2 {
    background-color: #192028;
    background-image: url('../images/img_cellphone.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.report-info dd {
    padding-left: 20px;
}
.report-info h2 {
    margin-bottom: 5px;
}
.report-info p {
    margin-bottom: 0;
    line-height: 1.6rem;
}
.report-btn-bg {
    /* padding-top: 90px; 2020-09-14 삭제 */
    height: 140px;
    background-repeat: no-repeat;
    text-align: center;
}
.report-btn-bg1 {
    background-image: url('../images/img_exam.png');
    background-position: center 10%;
    background-size: 50px;
}
.report-btn-bg2 {
    background-image: url('../images/img_engineer.png');
    background-position: center 15%;
    background-size: 60px;
}
.report-btn-bg h2 {
    margin-bottom: 0;
}
/* 2020-09-14 추가 */
.report-btn-bg a{
	display:block;
	width:100%;
	height:100%;
	padding-top:90px;
	font-family:'NotoKrB', sans-serif;
	font-size:1.6rem;
	color:rgba(0, 0, 0, 0.85);
}
/* // 2020-09-14 추가 */
/* 약관 */
.terms-contents {
    height: calc(100vh - 300px);
    overflow-y: auto;
    margin-top: 20px;
    padding : 5px 10px;
}


/* 할인반환금 */
.refund-header {
    background-color: #27ADE5;
    background-image: url('../images/icon_white_arrow_right.png');
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 20px;
}
.refund-header dl {
    display: table;
    width: 100%;
    margin-bottom: 0px;
}
.refund-header dl dt {
    display: table-cell;
    width: 45px;
    padding-right: 10px;
    vertical-align: middle;
}
.refund-header dl dt img {
    width: 100% !important;
}
.refund-header dl dd {
    display: table-cell;
    vertical-align: middle;
}
.refund-header dl dd p {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'NotoKrR', sans-serif;
    margin-bottom: 3px;
}
.refund-header dl dd h1 {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'NotoKrB', sans-serif;
}
.refund-header dl dd p, .refund-header dl dd h1 .sm {
    font-family: 'NotoKrR', sans-serif;
}

.circle-selector {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
.circle-selector li {
    display: table-cell;
    width: 25%;
    padding-right: 5px;
}
.circle-selector li:last-child {
    padding-right: 0;
}
.btn-circle {
    border: 0;
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}
.btn-circle  span.btn-round-image {
    display: inline-block;
    height: 36px;
    width: 46px;
    border-radius: 23px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    padding-top: 10px;
}
.btn-circle.active span.btn-round-image {
    border: 1px solid #31BEDC;
    background-color: #ffffff;
}
.btn-circle span.btn-round-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(150%);
    opacity: 0.5;
    width: 50%;
}
.btn-circle.active span.btn-round-image img {
    -webkit-filter: grayscale(0%);
    filter: none;
    opacity: 1;
}
.btn-circle span.btn-label {
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
}

.btn-blue-underround {
    background-color: #d5d5d5 !important; /* 2020-09-14 수정 - 접근성 문제로 회색으로 수정  */
    border-radius: 0 0 20px 20px;
    color: #333333 !important; /* 2020-09-14 수정 */
    font-family: 'NotoKrM', sans-serif !important;
}
/* 2020-09-14 추가 */
.input-bottom-btn-bar button.btn-black-underround{
	background: url('/smc/resources/images/mobile/btn/bg_btngr_10.jpg') repeat-x 0 100%;
	background-size:auto 100%;
    border-radius: 0 0 20px 20px;
    color: #ffffff !important;
    font-family: 'NotoKrM', sans-serif !important;
}
/* // 2020-09-14 추가 */
.mobile-type {
	display: none;
}
.mobile-type.on {
	display: block;
}
.mobile-type ul {
	display: table;
	width: 100%;
	margin: 0;
}
.mobile-type ul li {
	display: table-cell;
	width: 33.33%;
	padding: 0;
}
.mobile-type ul li button {
	width: 100%;
	padding: 10px;
	background-color: #d5d5d5;
	color: #333333; /* 2020-09-14 수정 */
	border: 0;
}
.mobile-type ul li button.on {
	background-color:#3381e2; /* 2020-09-14 수정 */
	color: #fff;
}

.plan-scroll {
	/*
    max-height: 75vh;
    overflow-y: auto;
    */
    position: relative;
}

.plan-list-shadow {
    z-index: 10;
    margin-bottom: -15px;
    width: 100%;
    height: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.05+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 *   /
    background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.plan-list {
    margin-bottom: 0;
}
.plan-list li {
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
}
/* 2020-09-14 추가 */
.plan-list li a{
	display:block;
}
/*
.plan-list li a:focus{
	outline:none !important
} */
/* // 2020-09-14 추가 */
.plan-list li.active {
    background-color: rgba(0,240,240,0.2);
}
.plan-list li dl {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
.plan-list li dl dt {
    display: table-cell;
    vertical-align: middle;
}
.plan-list li dl dt h2 {
    margin-bottom: 5px;
}
.plan-list li dl dt p {
    margin-bottom: 0;
}
.plan-list li dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 105px;
    text-align: right;
    font-family: 'NotoKrM', sans-serif;
    font-size: 1.6rem;
}
.plan-list li dl dd .plan-price {
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.8rem;
    color: #f00;
}
.plan-list li.empty-data {
    padding: 50px 0;
    text-align: center;
    border-bottom: 0;
}
.plan-list li.loading {
    padding: 50px 0;
    text-align: center;
    border-bottom: 0;
}
.plan-list li.loading img {
    width: 30px;
}

/* 할인반환금 결과 */
.form-item {
    display: table;
    width: 100%;
}
.form-item dt {
    display: table-cell;
    width: 40%;
    font-family: 'NotoKrB', sans-serif;
    font-size: 1.6rem;
    vertical-align: middle;
}
.form-item dd {
    display: table-cell;
    vertical-align: middle;
}

.form-sort {
    display: table;
    width: 100%;
}
.form-sort li {
    display: table-cell;
    vertical-align: middle;
}
.form-sort li.c5 {
    width: 41.66%;
    padding-right: 5px;
}
.form-sort li.c2 {
    width: 16.66%;
    text-align: right;
}
.form-sort .btn-blue {
    width: 100%;
    height: 33px;
    padding: 5px 0;
    background-color: #F6F6F6;
    border: 1px solid #B8B8B8;
    border-radius: 20px;
}
.form-sort .btn-blue.active {
    background-color: #3399CC;
    border: 1px solid #3399CC;
    color: #fff;
}
.form-sort .btn-blue-sq {
    width: 33px;
    height: 33px;
    padding: 5px 0;
    background-color: #F6F6F6;
    border: 1px solid #B8B8B8;
    border-radius: 6px;
}
.refund-result-amount {
    text-align: right;
    font-family: 'NotoKrB', sans-serif;
    font-size: 2.2rem;
}

.middle-hr {
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 26px;
    margin-bottom: 30px;
}
.middle-hr-over {
    display: inline-block;
    background-color: #fff;
    padding-right: 20px;
}
.middle-hr-over img {
    height: 30px;
}
.refund-detail {
    display: table;
    width: 100%;
}
.refund-detail dt {
    display: table-cell;
    vertical-align: top;
    width: 45px;
    padding: 5px;
}
.refund-detail dt img {
    max-width: 100%;
}
.refund-detail dd {
    display: table-cell;
    vertical-align: top;
}
.refund-detail p {
    margin-bottom: 0px;
}

.chart-btn {
	padding-left: 45px;
}
.chart-btn button {
	padding: 2px 20px;
    background: #F6F6F6 !important;
    border: 1px solid #B8B8B8;
    border-radius: 6px;
    color: #333;
    width: auto;
}
.chart-box {
	display: none;
	position:relative; /* 2020-09-14 추가 */
}
.chart-box.on {
	display: block;
}

.pageinfo {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.pageinfo .pagenavi {
    clear: both;
    width: auto;
    overflow: hidden;
    padding: 10px 10px 4px 23px;
    background: #f8f8f8 url(/smc/resources/images/mobile/icon/icon_home.gif) no-repeat 9px 11px;
    background-size: 9px 8px;
    border-bottom: 1px solid #efefef;
    line-height: 11px;
    margin-bottom: 0;
}
.pageinfo .pagenavi span {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 5px 6px 0;
    background: url(/smc/resources/images/mobile/icon/icon_pagenavi.gif) no-repeat 100% 1px;
    background-size: 4.5px 9px;
    font-size: 14px;
    letter-spacing: -1px;
}


.re-form {
	color: #fff;
	background-color: #303030;
	padding: 5px;
	border-radius: 20px;
	width: 100%;
	border: 0;
}



.second-pop {
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
}
.second-pop .second-pop-modal {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = "50");
    width: 100%;
    height: 100%;
}
.second-pop .second-popcontents {
	position: fixed;
    width: 80%;
    top: 50px;
    margin: 0 0 0 -45%;
    border: 0;
    border-radius: 10px;
    left: 50%;
    background: #fff;
    padding: 20px;
}
.second-pop .second-popcontents .second-pop-title {
	font-size: 1.2rem;
    color: #101010;
    font-weight: 800;
    margin-bottom: 20px;
}
.second-pop .second-popcontents .second-pop-form {
	
}
.second-pop .second-popcontents .second-pop-form dl {
	display: table;
	width: 100%;
}
.second-pop .second-popcontents .second-pop-form dl dt {
	display: table-cell;
	width: 70px;
	vertical-align: middle;
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 5px;
}
.second-pop .second-popcontents .second-pop-form dl dd {
	display: table-cell;
	vertical-align: middle;
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 5px;
}
.second-pop .second-popcontents .second-pop-form dl dd select {
	border: 1px solid #ccc;
    vertical-align: middle;
    font-size: 1rem;
    padding: 3px 5px;
    width: 100px;
    height: 30px;
}
.second-pop .second-popcontents .second-pop-form dl dd input.input-text {
	border: 1px solid #ccc;
    vertical-align: middle;
    font-size: 1.2rem;
    padding: 3px 5px;
    width: 100px;
}
.second-pop .second-popcontents .pop_tool {
	padding: 5px;
}
.second-pop .second-popcontents .pop_tool button {
	display: inline-block;
    background: #3b3b3b;
    background: -moz-linear-gradient(top, #3b3b3b 1%, #141414 100%);
    background: -webkit-linear-gradient(top, #3b3b3b 1%,#141414 100%);
    background: linear-gradient(to bottom, #3b3b3b 1%,#141414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#141414',GradientType=0 );
    border: 1px solid #D3D3D38A;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    color: #FFF;
    font-size: 1.2rem;
}
.second-pop .btn_modalclose {
	position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url(/smc/resources/images/icon/icon_layerclose_01.png) no-repeat 50% 50%;
    text-indent: -99999px;
    border: 0;
}



html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container {
    background: transparent;
}
.container .midarea {
    background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
.sb__none {
  display: none;
}
.sb__bold {
  font-weight: bold !important;
}
.sb__p0 {
  padding:0 !important;
}
.sb__p10 {
  padding: 10px !important;
}
.sb__p20 {
  padding: 20px !important;
}
.sb__p30 {
  padding: 30px !important;
}
.sb__pl10 {
  padding-left: 10px !important;
}
.sb__pl20 {
  padding-left: 20px !important;
}
.sb__pl30 {
  padding-left: 30px !important;
}
.sb__pr10 {
  padding-right: 10px !important;
}
.sb__pr20 {
  padding-right: 20px !important;
}
.sb__pr30 {
  padding-right: 30px !important;
}
.sb__pt10 {
  padding-top: 10px !important;
}
.sb__pt20 {
  padding-top: 20px !important;
}
.sb__pt30 {
  padding-top: 30px !important;
}
.sb__pt50 {
  padding-top: 50px !important;
}
.sb__pt80 {
  padding-top: 80px !important;
}
.sb__pt100 {
  padding-top: 100px !important;
}
.sb__pb10 {
  padding-bottom: 10px !important;
}
.sb__pb20 {
  padding-bottom: 20px !important;
}
.sb__pb30 {
  padding-bottom: 30px !important;
}
.sb__m0 {
  margin:0 !important;
}
.sb__mt10 {
  margin-top: 10px !important;
}
.sb__mt20 {
  margin-top: 20px !important;
}
.sb__mt30 {
  margin-top: 30px !important;
}
.sb__mt50 {
  margin-top: 50px !important;
}
.sb__ml10 {
  margin-left: 10px !important;
}
.sb__ml20 {
  margin-left: 20px !important;
}
.sb__ml30 {
  margin-left: 30px !important;
}
.sb__mr10 {
  margin-right: 10px !important;
}
.sb__mr20 {
  margin-right: 20px !important;
}
.sb__mr30 {
  margin-right: 30px !important;
}

.sb__mb0 {
  margin-bottom: 0px !important;
}
.sb__mb10 {
  margin-bottom: 10px !important;
}
.sb__mb20 {
  margin-bottom: 20px !important;
}
.sb__mb30 {
  margin-bottom: 30px !important;
}
.sb__mb50 {
  margin-bottom: 50px !important;
}
.sb__mb80 {
  margin-bottom: 80px !important;
}
.sb__mb100 {
  margin-bottom: 100px !important;
}



/* OWL CAROUSEL OVERWRITE */
.owl-theme .owl-nav {
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
  margin-top: -350px !important;
}
.owl-nav button.owl-next {
  position: absolute;
  right: -40px;
  margin-top: -350px !important;
}
.owl-nav button span {
  font-size: 6rem;
  color: #eee;
}
.owl-nav button:hover span {
  color: #aaa;
}
.owl-nav button:hover {
  background-color: transparent !important;
}
.owl-carousel .owl-item img {
  display: inline-block;
   width: auto;
}

/*모바일 팝업*/
.layerPop01{width:100%;position:absolute;top:0;left:0;z-index:9999;}/* 2014-10-08 height:100%; 주석 2016-06-15 z-index 메인버튼이랑 겹쳐서 9999로 수정 */
.layerPop01 .etcDiv{margin:15px;border:3px solid #444;background:#fff;}
.layerPop01 .etcDiv .head{border:1px solid #ddd;background:url('/smc/resources/images/icon/pop_bg.png') repeat-x 0 0;background-size:1px 39px;padding:10px 15px;overflow:hidden;position:relative}
.layerPop01 .etcDiv .head .title{float:left;font-weight:bold;font-size:16px;color:#444}
.layerPop01 .etcDiv .head .bt{position:absolute;top:12px;right:15px}
.layerPop01 .etcDiv .conDiv{padding:15px;overflow-y:scroll;webkit-overflow-scrolling: auto;height:100%;}
.layerPop01 .etcDiv .conDiv .txt .con{width:93%}

.layerPop01 .etcDiv .conDiv3{padding:10px}
.layerPop01 .borD{border:1px solid #ddd}
.layerPop01 .blu{color:#3768b9}
.layerPop01 .c444{color:#444}
.layerPop01 .cRed{color:#ff0000}
.layerPop01 .f11{font-size:11px}
.layerPop01 .f13{font-size:13px}
.layerPop01 .borTd{border-top:1px dashed #ddd}
.layerPop01 .pt10{padding-top:10px}
.layerPop01 .popTable1{width:100%; border-top:1px solid #666; border-bottom:1px solid #666}
.layerPop01 .popTable1 th, .layerPop01 .popTable1 td{padding:10px 0}
.layerPop01 .popTable1 th{background-color:#f8f8f8}

/* 2021-09-08 모바일팝업 오늘 다시보지않음 */
.layerPop01 input {width:15px; height:15px; margin-top:3px; border:1px solid #ccc; background:#fff; appearance: none !important; -webkit-appearance: none !important; vertical-align:middle;}
.layerPop01 input:checked{border-color:#0a49c7; background:#0a49c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAAXNSR0IArs4c6QAAADBJREFUGFdjZMAC/v///x8kzIguB5dgZGRkROYgs+E6YYJgAUZGuGlwBkgBsgRIIQD8FBgCPt4GsQAAAABJRU5ErkJggg==) no-repeat center;}

/* 2021 웹접근성 */
.layerPop01 .conDiv a{display: inline-block;}
.layerPop01 a:focus-visible{outline:1px dotted #666 !important;}
.layerPop01 input:focus-visible{outline:1px dotted #666 !important;}
.layerPop01 .close_area .bt a{display: block;}
/* //2021 웹접근성 */