@charset "utf-8";

#wrap {
	height: auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#wrap> :not(header):not(footer) {
	flex: 1;
}

.header .hover_area .empty_left,
.main .top_banner .empty_left,
.main .main_inner .empty_left,
.main .top_banner .empty_right,
.main .main_inner .empty_right {
	width: 150px;
}

.align {
	width: 1285px;
	padding-right: 150px;
	padding-left: 150px;
	margin: 0 auto;
}

.icon_link {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
	background: url("../img/icon/link.svg") center center / contain no-repeat;
}

/* header */
.header {
	position: relative;
	width: 100%;
	height: 70px;
	background: #14161c;
	padding: 0 40px;
	/* transition: all 0.3s; */
	z-index: 90;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .header_nav h1 {
	width: 86px;
	height: 36px;
}

.header .header_nav h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/contents/logo_header.svg') center center / cover no-repeat;
}

.header .mb_header_nav {
	display: none;
}

.header .header_nav {
	width: 1585px;
	height: 70px;
	display: flex;
	align-items: center;
}

.header .header_nav>div:first-of-type {
	width: 150px;
}

.header .header_nav>.container {
	width: auto;
	flex: 1;
}

.header .header_nav>div:last-of-type {
	min-width: 300px;
}

.header .header_nav nav>ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header .header_nav nav>ul>li {
	height: 70px;
	line-height: 70px;
}

.header .header_nav nav>ul>div:hover>li {
	box-shadow: 0 -2px 0 0 #3f5dff inset;
}

.header .header_nav nav>ul>div>li>span,
.header .header_nav nav>ul>div>li>a,
.header .header_nav nav>ul>li>span,
.header .header_nav nav>ul>li>a {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}

.header .user_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 150px;
}

.header .user_notice_click {
	display: flex;
}


.header .user_box .user_login_btn {
	width: 40px;
}

.header .user_box .user_login_btn,
.header .user_box .user_btn,
.header .user_box a {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.header .user_box .user_btn {
	max-width: 150px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .user_box>.user_btn::after {
	content: '님 ';
}

.header .user_box.on>div {
	position: relative;
}

.header .user_box.on .bell_btn {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	background: url('../img/icon/bell_ico.svg') left center / contain no-repeat;
}

.header .user_box.on .bell_numb {
	position: absolute;
	left: 10px;
	top: -5px;
	display: block;
	padding: 2px 5px 1px 5px;
	font-weight: 600;
	font-size: 11px;
	color: #fff;
	background: #3F5DFF;
	border: 1px solid #14161C;
	border-radius: 8px;
	z-index: 1;
}

.header .user_box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 33px;
	margin-left: 24px;
	background-color: #3f5dff;
	border-radius: 16.5px;
}

.header .header_nav .sub_nav {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	min-height: 370px;
	max-height: 527px;
	padding: 50px 40px;
	background: #14161c;
}

.header .hover_area:hover .products_nav,
.header .hover_area:hover .support_nav,
.header .hover_area:hover .notice_nav {
	display: flex;
	justify-content: center;
}

.header .header_nav .sub_nav ul {
	display: flex;
	flex-direction: row;
	margin: 0;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: unset;
	flex: 1;
}

.header .products_nav>ul>li>span {
	display: block;
	margin-bottom: 30px;
}

.header .products_nav ol {
	width: 125px;
}

.header .products_nav .api_ico {
	display: flex;
	align-items: center;
	gap: 6px;
}

.header .products_nav ol li:first-of-type {
	margin-top: 27px;
}

.header .products_nav ol li:not(:last-of-type) {
	margin-bottom: 22px;
}

.header .products_nav ol li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #AEB2C1;
	word-break: keep-all;
}
.header .products_nav ol li a:hover {
	color: #ECEEF3;
}
.header .products_nav .api_ico span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 20px;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	background: #555864;
	border-radius: 12.5px;
}
.header .products_nav .api_ico span:hover{
	user-select: none;
	cursor: pointer;
	background: #5471EC;
}

.header .header_nav .sub_nav ul>li>span {
	margin-bottom: 27px;
}

.header .header_nav .sub_nav ul>li>span,
.header .header_nav .sub_nav ul>li>a {
	font-weight: 600;
	font-size: 16px;
	color: #ECEEF3;
}

.header .header_nav .sub_nav ul>li {
	width: 156px;
	margin-bottom: 40px;
}

/* user notice */
.header .user_notice_box {
	display: none;
	position: absolute !important;
	width: 353px;
	right: 195px;
	top: 70px;
	background: #FFFFFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header .user_notice_box .user_info {
	padding: 25px 0;
	background: #ECEEF5;
	text-align: center;
}

.header .user_notice_box .user_info span {
	font-size: 15px;
	font-weight: 500;
	color: #474B5A;
}

.header .user_info {
	position: relative;
}

.header .user_info .user_box_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 19px;
}

.header .user_info .user_box_btn button {
	width: 105px;
	height: 35px;
	font-size: 15px;
}

.header .user_info .user_box_btn button:last-of-type {
	background: #FAFBFF;
	border: 1px solid #3F5DFF;
	border-radius: 2px;
	color: #3F5DFF;
	font-weight: 500;
	margin-left: 7px;
}

.header .user_info .triangle {
	position: absolute;
	top: -10px;
	right: 126px;
	width: 20px;
	height: 20px;
	background: url('../img/contents/triangle.svg') center center / cover no-repeat;
}

.header .user_notice {
	padding: 0 9px;
}

.header .user_notice address {
	color: #3f5dff;
	text-decoration: underline;
}

.header .user_notice ul {
	height: 245px;
	padding: 0 8px;
	overflow-y: auto;
}

.header .user_notice ul::-webkit-scrollbar {
	width: 6px;
}

.header .user_notice ul::-webkit-scrollbar-thumb {
	background: #DFE2EB;
	border-radius: 100px;
}

.header .user_notice ul li {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	min-height: 55px;
	padding: 10px 0 10px 0;
}
/* 2023-02-09 [s] */
.header .user_notice ul li:not(:last-of-type) {
	border-bottom: 1px solid #EAECF3;
}

.header .user_notice ul li>span {
	display: block;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	background: #3F5DFF;
	border-radius: 50%;
}

.header .user_notice ul li>span.off {
	background: #D2D5E0;
}

.header .user_notice ul li>div {
	width: 295px;
	margin-left: 10px;
}

.header .user_notice ul li>div p {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #303539;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	line-height:1.3;
}


.header .user_notice ul li>div span {
	font-size: 13px;
	font-weight: 500;
	color: #989CAD;
}

.header .user_notice_box .btn_group {
	justify-content: flex-end;
}

.header .user_notice_box .btn_group .btn {
	width: 59px;
	height: 35px;
}

.header .user_notice_box .btn_group button:last-of-type {
	margin-left: 5px;
}

.header .user_bottom {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ECEEF5;
}

.header .user_bottom p {
	font-size: 14px;
	font-weight: 500;
	color: #6E7283;
}
/* 2023-02-09 [e] */
/* UPDATE */
.product_btn,
.notice_btn,
.support_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 100%;
	text-align: center;
}

.hover_area {
	width: 144px;
	height: 70px;
	display: flex;
	align-items: center;
}

.hover_area:first-of-type {
	width: 114px;
}

.hover_area:not(:first-of-type) {
	justify-content: center;
}

.sub_nav {
	text-align: left;
}

.sub_nav>.container {
	margin: 0;
}

.nav {
	margin: 0;
}

.sub_nav_box {
	width: 1585px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

/* footer */
.footer {
	width: 100%;
	height: 200px;
	background: #111;
	/* position: fixed;
	bottom: 0; */
}

.footer .container {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	height: 100%;
	width: 1665px;
	padding: 0 40px;
}

.footer h2 {
	width: 88px;
	height: 37px;
}

.footer h2 img {
	width: 100%;
	height: 100%;
}

.footer .footer_top,
.footer .footer_bot {
	width: 174px;
	display: flex;
	align-items: center;
}
/*  2023-02-09 [s] */
.footer .footer_top {
	justify-content: flex-start;
	padding-bottom:23px;
}
/*  2023-02-09 [e] */

.footer .footer_bot {
	justify-content: flex-end;
	margin-left: 42px;
}

.footer .footer_mid {
	flex: 1;
}

.footer .footer_mid .footer_nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

/* 2023-02-09 [s] */
.footer .footer_mid .footer_nav>li>a {
	font-size: 13px;
	font-weight: 400;
	color: #D2D5E0;
	line-height: 16px;
}
.footer .footer_mid .footer_nav>li:last-of-type>a {
	/*font-size: 13px;
	font-weight: 400;
	color: #D2D5E0;
	line-height: 16px;
	font-weight: 700;
	*/
}

.footer .footer_mid .footer_nav>li span {
	display:block; 
	font-size:0 !important;
	margin:2px 15px 0 15px;
	text-align:Center;
	background:#D2D5E0;
	width:1px;
	height:11px;
	opacity:0.4;

}
/* 2023-02-09 [e] */

.footer .liner {
	display: block;
	margin: 0 5px;
	/* width: 1px; */
	height: 16px;
	border-left: 1px solid #6E7283;
}

.footer .footer_mid .footer_nav .liner {
	background: #D2D5E0;
}

.footer .footer_mid address {
	font-style: normal;
}

.footer .footer_mid address ul {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
	width: 100%;
}

/* .footer .footer_mid address ul li:first-of-type{
	width: 100px;
} */
.footer .footer_mid address ul li:last-of-type {
	flex-wrap: wrap;
}
/* 2023-02-09 [s] */
.footer .footer_mid address ul li:not(:last-of-type) {
	/* margin-right: 5px; */
	/* flex: 1; */
}
.footer .footer_mid address ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer .footer_mid address ul li span {
	display: block;
    width: 1px;
    height: 11px;
    background: #8A8D8F;
    margin: 1px 11px 0 11px;
    opacity: 0.4;
	text-align:center;
}
.footer .footer_mid address p {
	font-size: 13px;
	font-weight: 400;
	color: #8A8D8F;
	word-break:keep-all;
}

.footer .footer_mid address p {
	color: #8A8D8F;
}
/* 2023-02-09 [e] */
.footer .footer_select {
	position: relative;
	width: 130px;
	border: 1px solid #8A8D8F;
	border-radius: 2px;
}

.footer .footer_select button {
	height: 34px;
	padding: 0 9px;
}

.footer .footer_select a,
.footer .footer_select button {
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #8A8D8F;
	text-align: left;
}

.footer .footer_select ul {
	display: none;
	position: absolute;
	width: 130px;
	left: -1px;
	bottom: 34px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #6E7283;
	background: #111;
	border-radius: 2px 2px 0 0;
}

.footer .footer_select ul.active {
	display: block;
}

.footer .footer_select ul li:first-of-type {
	border-radius: 2px 2px 0 0;
}

.footer .footer_select ul li {
	display: flex;
	align-items: center;
	height: 34px;
	padding: 0 9px;
	color: #6E7283;
}

.footer .footer_select ul li:hover {
	background: #000;
}

.footer .footer_select .minus_ico {
	position: absolute;
	display: block;
	top: 17px;
	right: 9px;
	width: 10px;
	height: 1px;
	background: url('../img/icon/minus_ico.svg') center center / cover no-repeat;
}

.footer .footer_select .plus_ico {
	transform: rotate(90deg);
}

.footer .footer_select .plus_ico.active {
	transform: rotate(180deg);
}

/* all using */
.container {
	width: 1250px;
	margin: 0 auto;
}

.btn_group {
	display: flex;
	align-items: center;
}
/* 2023-02-09 [s] */
.btn {
	width: 100%;
	height: 45px;
	font-size: 15px;
	border-radius: 2px;
	background: #3f5dff;
	color: #FAFBFF;
	font-weight:500;
}

.btn.white,
.btn_group .btn.white {
	color: #3f5dff;
	background: #fff;
	border: 1px solid #3f5dff;
}

.btn.gray,
.btn_group .btn.gray {
	color: #3f5dff;
	background: #F1F3F9;
	border: 1px solid #3F5DFF;
}

.btn_group .btn.black {
	background: #474B5A;
}

.btn.blue,
.btn_group .btn.blue {
	color: #FAFBFF;
	background: #311AC6;
	border: 1px solid #311AC6;
}
/* 2023-02-09 [e] */

.fc_blue {
	color: #3F5DFF !important;
}

.w105px {
	width: 105px !important;
	;
}

.w90px {
	width: 90px !important;
	;
}

.h35px {
	height: 35px !important;
	;
}

/* 페이지 루트 */
.route {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.route span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: 6E7283;
}

.route .route_arrow {
	width: 16px;
	height: 16px;
	background: url('../img/icon/route_arrow.svg') center center / cover no-repeat;
}

.route .route_under {
	font-weight: 600;
}

/* 셀렉트박스 */
.select_box {
	position: relative;
	border: 1px solid #D2D5E0;
	background: #fff;
	border-radius: 2px;
}

.select_box .select_arrow {
	position: absolute;
	right: 13px;
	top: 10px;
	top: center;
	width: 24px;
	height: 24px;
	background: url('../img/icon/select_arrow.svg') center center / cover no-repeat;
	transition: all 0.3s;
	transform: rotate(180deg);
}

.select_box .select_arrow.active {
	transform: rotate(0);
}

.select_box .label {
	width: 90%;
	text-align: left;
}

.select_box .label,
.select_box .option_item {
	padding: 0 13px;
	height: 45px;
	font-size: 15px;
	font-weight: 500;
	color: #474B5A;
	background: #fff;
	cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select_box .option_item:last-of-type {
	border-radius: 2px;
}

.select_box .option_list {
	display: none;
	position: absolute;
	top: 45px;
	left: -1px;
	width: 100%;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D2D5E0;
	border-radius: 0 0 2px 2px;
	z-index: 10;
}

.select_box .option_list.active {
	display: block;
}

.select_box .option_item {
	width: 100%;
	display: flex;
	align-items: center;
}

.select_box .option_item.active {
	background: #ECEEF5;
}

/* 셀렉트박스 비활성화*/

.select_box.off .label,
.select_box.off .option_item {
	color: #AEB2C1;
}

.select_box.off .select_arrow {
	filter: invert(90%);
}

/* 요청/변경 박스 */
.request_box {
    /*margin-top: 26px;*/
    width: 100%;
}
.request_box >li {
    margin-top: 30px;
}
.request_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.request_box .request_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #D2D5E0;
    background-color: #FFF;
}
.request_box .request_flex:last-of-type {
    border-bottom: 1px solid #D2D5E0;
}
.request_box .request_flex > span {
    display: flex;
    align-items: center;
    padding: 0 18px;
    width: 170px;
    height: 55px;
    font-weight: 500;
    font-size: 15px;
    background: #DFE2EB;
    border-right: 1px solid #D2D5E0;
    border-bottom: 1px solid #D2D5E0;
    /* border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #D2D5E0; */
}
.request_box .request_flex .request_right {
    display: flex;
    align-items: center;
    height: 55px;
    background: #FFF;
    padding: 0 6px;
}
.request_box .request_right p {
    padding: 0 12px;
}
.request_box .request_right p,
.request_box .request_right p span {
    font-weight: 400;
    font-size: 15px;
}

.request_box .select_box {
    width: 360px;
}
.request_box input {
    width: 360px;
}

.request_box .info {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 2px;
	padding: 20px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #6E7283;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}

.request_box .info a {
	text-decoration: none;
	margin-left: 8px;
	color:  #3361FF;
}

.request_box .term_header,
.request_box .term_body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #D2D5E0;
}

.request_box .term_header,
.request_box .term_body {
	/*padding: 15px;*/
}
.request_box .term_header {
	background: #ECEEF5;
	height: 55px;
}

.request_box .term_header > div {
	display: flex;
	font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    margin:  15px;
}
.request_box .term_body {
	background: #FFFFFF;
    border-bottom: 1px solid #D2D5E0;
    margin-bottom: 20px;
}
.request_box .term_body > div {
	font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding:  15px;
    margin-bottom: 15px;
    overflow-y: auto;
    width: 100%;
    min-height: 80px;
    max-height: 200px;
}
.request_box .agree_text > div{
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	width: 100%;
}
.request_box .term_body > div  * {
	line-height: 1.4;
}
.request_box .term_body > div th span {
	color: #1D1F28;
}
.request_box .term_agree {
	display: flex;
	justify-content: right !important;
}
.request_box .term_agree .btn {
	width: 135px;
}
.request_box .term_agree .btn:not(:first-child) {
	margin-left: 10px;
}

.request_box li > ol:not(last-child) {
	margin-bottom: 10px;
}

.request_box .term_header input[type='checkbox'] + label {
    display: block;
    padding: 15px 15px 16px 27px;
    font-weight: 500;
    font-size: 15px;
    color: #474B5A;
    background: url(../img/icon/check_off.svg) left center / 20px no-repeat;
    cursor: pointer;
}
.request_box .term_header input[type='checkbox']:checked + label {
    background: url(../img/icon/check_on.svg) left center / 20px no-repeat;
}

.request_box input[type='text'], input[type='password'], input[type='number'], input[type='email'] {
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    background: #fff;
    color: #222;
    line-height: 40px;
}

/* 페이지네이션 */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.pagination li:first-of-type,
.pagination li:last-of-type {
	min-width: 30px;
	min-height: 20px;
}

.pagination a {
	display: block;
}

.pagination .page {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	min-width: 30px;
	min-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #828798;
}

.pagination .page.active {
	background-color: #6179FF;
	border-radius: 8px;
	color: #FAFBFF;
}

.pagination .next,
.pagination .prev {
	min-width: 20px;
	min-height: 20px;
	width: 24px;
	height: 24px;
	background: url('../img/icon/page.svg') center center / contain no-repeat;
}

.pagination .next_all,
.pagination .prev_all {
	min-width: 30px;
	min-height: 20px;
	width: 31px;
	height: 24px;
	background: url('../img/icon/page_all.svg') center center / contain no-repeat;
}

.pagination .prev,
.pagination .prev_all {
	transform: rotate(180deg);
}

/* 공통팝업 */
.modal_bg {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 101;
}

.modal_bg .message_modal {
	background: #fff;
	border-radius: 4px;
	padding-bottom: 30px;
	width: 400px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal_bg .message_modal .text_area .big_text {
	padding: 50px 0 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.modal_bg .message_modal .text_area .modal_title {
	padding: 45px 0 32px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.modal_bg .message_modal .text_area .sub_text {
	padding: 0px 30px 30px 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.modal_bg .text_area .sub_text span {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	width: auto;
}


.modal_bg .message_modal .text_area span {
	font-weight: 500;
}

.modal_bg .message_modal .button_wrap {
	display: flex;
	align-items: center;
	/* flex-direction: column; */
	justify-content: center;
}

.modal_bg .message_modal .button_group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal_bg .message_modal .button_group button:last-of-type {
	margin-left: 10px;
}

.modal_bg .message_modal button {
	height: 45px;
	width: 150px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 2px;
}

.modal_bg .button_wrap {
	display: flex;
}

.modal_bg .cancel_btn {
	color: #3f5dff;
	background: #fff;
	border: 1px solid #3f5dff;
	margin-right: 10px;
}

.modal_bg .apply_btn {
	background: #3f5dff;
	color: #fff;
	width: 145px;
}

.modal_bg.business_modal .message_modal {
	width: 500px;
}

.modal_bg.business_modal .big_text {
	font-size: 20px;
	font-weight: 600;
}

.modal_bg.business_modal .sub_text {
	text-align: center;
	/*margin-bottom: 30px;*/
}

.modal_bg.business_modal .sub_text span {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	width: auto;
}

.modal_bg.business_modal .sub_text span::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #474b5a;
	left: -10px;
	top: 5px;
}

.modal_bg.business_modal .sub_text span:last-child {
	margin-top: 5px;
}

/* 테블릿 반응형 */

@media screen and (max-width:1201px) {

	.header .hover_area .empty_left,
	.main .top_banner .empty_left,
	.main .main_inner .empty_left,
	.main .top_banner .empty_right,
	.main .main_inner .empty_right {
		width: 0;
	}

	/* header */
	.header h1 {
		width: 86px;
		height: 36px;
	}

	.header .header_nav {
		height: 70px;
	}

	.footer .container {
		padding: 0 40px;
	}

	.header .header_nav nav>ul>li {
		/* padding-top: 26px; */
		height: 70px;
		line-height: 70px;
	}

	.header .header_nav nav>ul>li:first-of-type {
		margin-left: 60px;
	}

	.header .header_nav nav>ul>li {
		width: 80px;
	}

	.header .header_nav nav>ul>li>span,
	.header .header_nav nav>ul>li>a {
		font-size: 15px;
	}

	.header .user_box .user_login_btn,
	.header .user_box .user_btn,
	.header .user_box a {
		font-size: 15px;
	}

	.header .user_box.on .bell_btn {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}

	.header .user_box.on .bell_numb {
		left: 10px;
		top: -5px;
		padding: 2px 5px 1px 5px;
		font-size: 11px;
		border-radius: 8px;
	}

	.header .user_box a {
		width: 85px;
		height: 33px;
		margin-left: 25px;
		border-radius: 16.5px;
	}

	.header .header_nav .sub_nav {
		top: 70px;
		/* height: 560px; */
		height: auto;
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.header .products_nav>ul>li>span {
		margin-bottom: 30px;
	}

	.header .products_nav ol {
		width: 125px;
	}

	.header .products_nav ol li a {
		font-size: 14px;
	}

	.header .products_nav .api_ico span {
		width: 31px;
		height: 20px;
		font-size: 11px;
		border-radius: 12.5px;

	}

	.header .header_nav .sub_nav ul>li>span,
	.header .header_nav .sub_nav ul>li>a {
		font-size: 16px;
	}

	.header .header_nav .sub_nav ul>li {
		width: 156px;
		margin-bottom: 30px;
	}

	/* mobile header */
	.header .header_nav {
		display: none;
	}

	.header .mb_header_nav {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 70px;
	}

	.header .mb_header_nav .header_top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 70px;
		padding: 0 40px;
	}

	.header .mb_header_nav .header_top h1 {
		width: 63px;
		height: 28px;
	}

	.header .mb_header_nav .header_top h1 a {
		width: 100%;
		height: 100%;
	}

	.header .mb_header_nav .header_top button {
		display: none;
	}

	.header .mb_header_nav .header_top button.active {
		display: block;
	}

	.header .mb_header_nav .header_top .menu_btn {
		width: 19px;
		height: 19px;
		background: url('../img/icon/menu.svg') center center / contain no-repeat;
	}

	.header .mb_header_nav .header_top .header_close_btn {
		width: 15px;
		height: 15px;
		background: url('../img/icon/close_ico.svg') center center / contain no-repeat;
		position: fixed;
		left: 393px;
	}

	.header .mb_header_nav nav {
		position: fixed;
		display: block;
		left: 100%;
		top: 70px;
		bottom: 0;
		width: 100%;
		flex: 1;
	}

	.header .mb_header_nav nav::-webkit-scrollbar {
		display: none;
	}

	.header .mb_header_nav nav.active {
		left: 0;
		display: flex;
		flex-direction: column;
	}
	/* 2023-02-09 [s] */
	.header .mb_header_nav .nav_box {
		flex: 1;
		display: flex;
		justify-content: flex-start;
		width: 100%;
		min-width:360px;
		min-height: 0;
	}
	/* 2023-02-09 [e] */
	.header .mb_header_nav nav.active::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		z-index: -1;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.header .mb_header_nav .main_nav {
		width: 149px;
		background: #14161C;
		height: 100%;
	}

	.header .mb_header_nav .main_nav button {
		width: 100%;
		height: 65px;
		padding: 0 30px;
		font-weight: 600;
		font-size: 16px;
		color: #FAFBFF;
		text-align: left;
	}

	.header .mb_header_nav .main_nav button.active {
		background: #2E2F32;

	}

	.header .mb_header_nav .sub_nav.active {
		display: block;
	}

	.header .mb_header_nav .sub_nav {
		display: none;
		width: 279px;
		height: 100%;
		background: #2E2F32;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.header .mb_header_nav .sub_nav::-webkit-scrollbar {
		display: none;
	}

	.header .mb_header_nav .sub_nav .tab_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 54px;
		padding: 0 22px;
		cursor: pointer;
	}

	.header .mb_header_nav .sub_nav .nav_tab {
		font-weight: 500;
		font-size: 15px;
		color: #FFFFFF;
	}

	.header .mb_header_nav .notice_nav .nav_tab,
	.header .mb_header_nav .support_nav .nav_tab {
		display: flex;
		align-items: center;
		height: 54px;
		padding: 0 21px;

	}

	.header .mb_header_nav .sub_nav .nav_arrow {
		width: 24px;
		height: 24px;
		background: url('../img/icon/dash_nav.svg') center center / contain no-repeat;
		/* transition: all 0.3s; */
	}

	.header .mb_header_nav .sub_nav .nav_arrow.active {
		transform: rotate(-180deg);
	}

	.header .mb_header_nav .sub_nav ul {
		display: none;
	}

	.header .mb_header_nav .sub_nav ul.active {
		display: block;
	}

	.header .mb_header_nav .sub_nav ul li {
		width: 279px;
		display: flex;
		gap: 5px;
		align-items: center;
		padding: 0 32px;
	}

	.header .mb_header_nav .sub_nav ul li span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 20px;
		font-weight: 500;
		font-size: 10px;
		line-height: 12px;
		color: #FFFFFF;
		background: #555864;
		border-radius: 12.5px;
	}
	.header .mb_header_nav .sub_nav ul li span:hover{
		user-select: none;
		cursor: pointer;
		background: #5471EC;
	}

	.header .mb_header_nav .sub_nav ul li a {
		display: flex;
		align-items: center;
		height: 54px;
		vertical-align: middle;
		font-size: 15px;
		font-weight: 500;
		color: #ABADB7;
	}
	.header .mb_header_nav .sub_nav ul li a:hover{
		color: #ECEEF3;
	}

	.header .mb_header_nav .user_notice_box {
		margin-right: 20px;
	}

	.header {
		/* padding: 0 20px; */
		padding: 0;
	}
	/* 2023-02-09 [s] */
	.header .user_box {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-shrink: 0;
		width:100%;
		max-width: 428px;
		min-width:360px;
		height: 80px;
		padding: 0 20px;
		background: #14161c;
	}
	/* 2023-02-09 [e] */

	.header .user_box .user_login_btn,
	.header .user_box .user_btn,
	.header .user_box a {
		font-size: 15px;
		font-weight: 500;
		color: #fff;
	}

	.header .user_box .user_btn {
		max-width: 150px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}

	.header .user_box>.user_btn::after {
		content: '님 ';
	}

	.header .user_box.on>div {
		position: relative;
	}

	.header .user_box.on .bell_btn {
		display: block;
		width: 28px;
		height: 28px;
		margin-right: 10px;
		background: url('../img/icon/bell_ico.svg') left center / contain no-repeat;

	}

	.header:hover .user_box.on .bell_btn {
		filter: none;
	}

	.header .user_box.on .bell_numb {
		position: absolute;
		left: 10px;
		top: -5px;
		display: block;
		padding: 2px 5px 1px 5px;
		font-size: 15px;
		color: #fff;
		background: #3F5DFF;
		border: 1px solid #14161C;
		border-radius: 10px;
		z-index: 1;
	}

	.header:hover .user_box.on .bell_numb {
		border: 1px solid #14161C;
	}

	.header .user_box a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 85px;
		height: 33px;
		margin-left: 25px;
		background-color: #3f5dff;
		border-radius: 16.5px;
	}

	.header:hover {
		background: #14161c;
	}

	.header .header_nav .sub_nav {
		display: none;
	}

	.header:hover .user_box .user_login_btn,
	.header:hover .user_box .user_btn {
		color: #fff;
	}


	/* footer */
	.footer {
		height: 200px;
	}

	.footer h2 {
		width: 88px;
		height: 37px;
	}

	.footer .footer_top,
	.footer .footer_bot {
		width: 174px;
		display: flex;
		align-items: center;
	}

	.footer .footer_top {
		justify-content: flex-start;
	}

	.footer .footer_bot {
		justify-content: flex-end;
		margin-left: 20px;
		grid-column-start: 2;
		grid-row-end: 2;
	}

	.footer .footer_mid {
		width: 930px;
		min-width: 270px;
	}

	.footer .footer_mid .footer_nav {
		margin-bottom: 10px;
	}

	.footer .footer_mid .footer_nav a {
		font-size: 13px;
	}
	
	/* 2023-02-09 [s] */
	.footer .footer_mid address ul {
		display:block;
		margin-bottom: 7px;
	}
	.footer .footer_mid address ul li span{
		margin-top:4px;
		display:none;
	}
	.footer .footer_mid address p {
		font-size: 13px;
		line-height: 19px;
	}
	/* 2023-02-09 [e] */
	.footer .footer_select {
		width: 130px;
		border-radius: 2px;
	}

	.footer .footer_select button {
		height: 34px;
		padding: 0 9px;
	}

	.footer .footer_select a,
	.footer .footer_select button {
		font-size: 13px;
	}

	.footer .footer_select ul {
		width: 130px;
		left: -1px;
		bottom: 34px;
		border-width: 1px 1px 0 1px;
		border-radius: 2px 2px 0 0;
	}

	.footer .footer_select ul li:first-of-type {
		border-radius: 2px 2px 0 0;
	}

	.footer .footer_select ul li {
		height: 34px;
		padding: 0 9px;
	}

	.footer .footer_select .minus_ico {
		top: 17px;
		right: 9px;
		width: 10px;
	}

	.btn {
		height: 45px;
		font-size: 15px;
		border-radius: 2px;
	}

	/* 페이지 루트 */
	.route span {
		font-size: 14px;
	}

	.route .route_arrow {
		width: 16px;
		height: 16px;
	}

	/* 셀렉트박스 */
	.select_box {
		border-radius: 2px;
	}

	.select_box .select_arrow {
		right: 13px;
		top: 10px;
		width: 24px;
		height: 24px;
	}

	.select_box .label,
	.select_box .option_item {
		padding: 0 13px;
		height: 45px;
		font-size: 15px;
	}

	.select_box .option_item:last-of-type {
		border-radius: 2px;
	}

	.select_box .option_list {
		top: 45px;
		left: -1px;
		border-radius: 0 0 2px 2px;
	}

	/* 셀렉트박스 비활성화*/

	/* 페이지네이션 */
	.pagination {
		/* width:1250px; */
		width: 100%;
	}

	.modal_bg .message_modal {
		border-radius: 4px;
		padding-bottom: 24px;
		width: 400px;
	}

	.modal_bg .message_modal .text_area .big_text {
		padding: 50px 0 40px;
		font-size: 16px;
	}

	.modal_bg .message_modal .text_area .modal_title {
		padding: 45px 0 30px;
		font-size: 20px;
	}

	.modal_bg .message_modal .button_group button:last-of-type {
		margin-left: 10px;
	}

	.modal_bg .message_modal button {
		height: 45px;
		width: 150px;
		font-size: 15px;
		border-radius: 2px;
	}

	.modal_bg .cancel_btn {
		margin-right: 10px;
	}

	.modal_bg .apply_btn {
		width: 145px;
	}

	.modal_bg.business_modal .message_modal {
		width: 500px;
	}

	.modal_bg.business_modal .big_text {
		font-size: 20px;
	}

	.modal_bg.business_modal .sub_text {
		margin-bottom: 30px;
	}

	.modal_bg.business_modal .sub_text span {
		font-size: 15px;
	}

	.modal_bg.business_modal .sub_text span::after {
		width: 3px;
		height: 3px;
		left: -10px;
		top: 5px;
	}

	.modal_bg.business_modal .sub_text span:last-child {
		margin-top: 5px;
	}
}

@media screen and (max-width:1665px) {
	.footer .container {
		width: 100%;
	}
}

/* 모바일 */
@media screen and (max-width:902px) {

	/* all using */
	.container {
		width: 388px;
		margin: 0 auto;
	}

	.btn {
		height: 45px;
		font-size: 15px;
		border-radius: 2px;
	}

	/* 페이지 루트 */
	.route span {
		font-size: 14px;
	}

	.route .route_arrow {
		width: 16px;
		height: 16px;
	}

	/* 셀렉트박스 */
	.select_box {
		border-radius: 2px;
	}

	.select_box .select_arrow {
		right: 14px;
		top: 13px;
		width: 20px;
		height: 20px;
	}

	.select_box .label,
	.select_box .option_item {
		padding: 0 13px;
		height: 45px;
		font-size: 14px;
	}

	.select_box .option_item:last-of-type {
		border-radius: 2px;
	}

	.select_box .option_list {
		top: 45px;
		left: -1px;
		border-radius: 0 0 2px 2px;
	}


	/* 페이지네이션 */
	.pagination {
		width: 388px;
	}

	.pagination .page {
		font-size: 15px;
	}

	.pagination .next,
	.pagination .prev {
		width: 20px;
		height: 20px;
	}

	.pagination .next_all,
	.pagination .prev_all {
		width: 30px;
		height: 20px;
	}

	/* 공통팝업 */
	.modal_bg .message_modal {
		background: #fff;
		border-radius: 4px;
		padding-bottom: 30px;
		width: 340px;
	}

	.modal_bg .message_modal .text_area .big_text {
		padding: 40px 0 30px;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
	}

	.modal_bg .message_modal .text_area .modal_title {
		padding: 40px 0 30px;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
	}

	.modal_bg .message_modal .text_area span {
		font-weight: 500;
	}

	.modal_bg .message_modal .button_wrap {
		display: flex;
		align-items: center;
		/* flex-direction: column; */
		justify-content: center;
	}

	.modal_bg .message_modal .button_group {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.modal_bg .message_modal .button_group button:last-of-type {
		margin-left: 10px;
	}

	.modal_bg .message_modal button {
		height: 45px;
		width: 135px;
		font-size: 15px;
		font-weight: 500;
		border-radius: 2px;
	}

	.modal_bg .button_wrap {
		display: flex;
	}

	.modal_bg .cancel_btn {
		background: #474B5A;
		color: #fff;
		margin-right: 10px;
	}

	.modal_bg .apply_btn {
		background: #3f5dff;
		color: #fff;
		width: 30px;
	}

	.modal_bg.business_modal .message_modal {
		width: 340px;
	}

	.modal_bg.business_modal .big_text {
		font-size: 20px;
		font-weight: 600;
	}

	.modal_bg.business_modal .sub_text {
		text-align: center;
		margin-bottom: 30px;
	}

	.modal_bg.business_modal .sub_text span {
		display: inline-block;
		font-size: 15px;
		font-weight: 500;
		position: relative;
		width: auto;
	}

	.modal_bg.business_modal .sub_text span::after {
		position: absolute;
		content: '';
		width: 3px;
		height: 3px;
		border-radius: 100%;
		background: #474b5a;
		left: -10px;
		top: 5px;
	}

	.modal_bg.business_modal .sub_text span:last-child {
		margin-top: 5px;
	}

	/* .footer .footer_bot {
		display: none;
	} */

	.footer .footer_mid address>li:first-of-type {
		width: 100px;
		flex-wrap: nowrap;
	}

	.footer .footer_mid address>li:last-of-type {
		flex: 1;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:874px){
	.header .mb_header_nav .header_top .menu_btn {
		width: 15px;
		height: 15px;
	}
}

/* paging */
.paging_box {
	clear: both;
	position: relative;
	margin: 50px 0 30px 0;
}

.paging_box ul.paging {
	text-align: center;
	font-size: 0;
}

.paging_box ul.paging li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
}

/*.paging_box ul.paging li.paging_prev {
	margin-right:4px;
}*/
.paging_box ul.paging li.paging_prev a {
	background: url('../img/icon/paging_prev.svg') no-repeat center;
	font-size: 0;
	background-size: 25px auto;
}

.paging_box ul.paging li.paging_first {
	margin: 0 -3px 0 0;
	padding: 0;
	border-right: 0;
}

.paging_box ul.paging li.paging_first a {
	background: url('../img/icon/paging_pprev.svg') no-repeat center;
	font-size: 0;
	background-size: 34px auto;
}

/*.paging_box ul.paging li.paging_next {
	margin-left:4px;
}*/
.paging_box ul.paging li.paging_next a {
	background: url('../img/icon/paging_next.svg') no-repeat center;
	font-size: 0;
	vertical-align: top;
	background-size: 25px auto;
}

.paging_box ul.paging li.paging_last {
	margin: 0 0 0 -3px;
	padding: 0;
	border-left: 0;
}

.paging_box ul.paging li.paging_last a {
	background: url('../img/icon/paging_nnext.svg') no-repeat center;
	font-size: 0;
	background-size: 34px auto;
	vertical-align: top;
}

.paging_box ul.paging li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 33px;
	color: #828798;
	font-weight: 600;
	box-sizing: border-box;
}

.paging_box ul.paging li.on a {
	color: #FAFBFF;
	background: #6179FF;
	border-radius: 8px;
}

.paging_disable {
	opacity: 0.3;
}


.paging_wrap {
	position: relative;
}

.paging_wrap .right_btn {
	position: Absolute;
	top: 7px;
	right: 0;
}

.paging_wrap .left_btn {
	position: Absolute;
	top: 7px;
	left: 0;
}

/* 2022-04-12 [s] */
.paging_wrap.type0 .right_btn {
	top: 0;
}

.paging_wrap.type0 .right_btn .abtn2 {
	font-size: 13px;
	line-height: 33px;
}

.paging_wrap.type0 .left_btn {
	top: 0;
}

.paging_wrap.type0 .left_btn .abtn2 {
	font-size: 13px;
	line-height: 33px;
}

@media screen and (max-width:619px) {
	.header .mb_header_nav .header_top {
		padding: 0 20px;
	}

	/* footer */
	.footer {
		width: 100%;
		height: 215px;
		background: #111;
		padding: 33px 38px;
	}

	.footer .container {
		height: 100%;
		padding: 0;
		display: grid;
		grid-template-columns: min-content 1fr;
		grid-template-rows: 34px 1fr;
		grid-gap: 15px
	}

	.footer h2 {
		width: 76px;
		height: 32px;
		margin-bottom: 15px;
	}

	.footer h2 img {
		width: 100%;
		height: 100%;
	}

	.footer .footer_top,
	.footer .footer_bot {
		width: auto;
	}

	.footer .footer_mid {
		width: 300px;
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.footer .footer_mid .footer_nav {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 10px;
	}

	.footer .footer_mid .footer_nav a {
		font-size: 13px;
	}

	.footer .liner {
		display: block;
		width: 1px;
		height: 11px;
		margin: 0 5px;
	}

	.footer .footer_mid .footer_nav .liner {
		background: #D2D5E0;
	}

	.footer .footer_mid address {
		font-style: normal;
	}

	.footer .footer_mid address ul li:not(:first-of-type) {
		margin-left: 0;
	}

	.footer .footer_mid address ul li {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	/* .footer .footer_mid address ul li span{
		line-height: 1.6;
	} */
	.footer .footer_mid address ul li span,
	.footer .footer_mid address p {
		font-size: 13px;
	}

}

/* left popup menu의 X버튼 위치 조정 */
@media screen and (max-width:428px) {
	.header .mb_header_nav .header_top .header_close_btn {
		left: calc(90%);
	}
}
