@charset "utf-8";

/* *******************************************************
 * filename : layout.css
 * description : 모바일 레이아웃 CSS
 * date : 2023-05-23
******************************************************** */
:root {

	--color_primary: #1976d2;
	--color_secondary: #788490;

	--color_separation: #eaeef3;
	--color_separation_rgb: 234, 238, 243;
	--color_bg: #fff;
	--color_bg_rgb: 255, 255, 255;
	--color_card: #fff;
	--color_card_rgb: 255, 255, 255;
	--color_bg_bottom: #868b97;
	--color_bg_search: #39393c;
	--color_bg_box: #f3f5f7;
	--color_bg_gray: #e9ecef;

	--color_bg_main: #5B90F7;
	--color_link: #0080FF;

	--color-gradient1: #0e9c4d;
	--color-gradient2: #0a93af;
	--color-red: #ff3f3f;
	--color-placeholder: #666;
	--color-dark-link-text1: #0078cb;

	--color_nsms: #3BB800;
	--color_nlms: #22AEA9;
	--color_nmms: #108FC6;
	--color_esms: #5b94d8;
	--color_elms: #2652c5;
	--color_emms: #5e50b5;
	--color_kkoa: #f5b849;
	--color_kkoc: #ff7a00;
    --color_kkop: #9B4F37;
    /*디자인대기*/ /*색상 여기로 들어가야됨*/
    --color_rsms: #6E91EB;
    --color_rlms: #00B5A0;
    --color_rmms: #0AB2D8;
    --color_rmms_c: #4859F4;


	--color_status_succ: #1976D2;
	--color_status_fail: #F11658;
	--color_status_book: #FF7A00;
	--color_status_canc: #868b98;
	--color_status_warn: #F11658;
	--color_status_wait: #9BB01B;

	--gradient_rainbow: linear-gradient(to right, #00d047 -30%, #329fed 53%, #5161e6 100%);
	--gradient_variety: linear-gradient(250deg, rgba(2, 170, 173, 1) 0%, rgba(50, 159, 237, 1) 20%, rgba(69, 105, 233, 1) 100%);

	--shadow_content: 0 6px 12px 0 rgba(0, 0, 0, 0.04);
	--shadow_loginbox: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;

	--color_mypage: #1fb395;
	--gradient_mypage: linear-gradient(0deg, #09aa5d, #02aaad);
	--shadow_mypage_txt: 0 1px 0 rgba(0, 0, 0, 0.3);

	--color_kko_boxbg: #dce7f9;
	--color_kko_yellow: #ffe400;


}


html,
body {
	color: #222;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	font-family: 'Noto Sans KR', Helvetica,
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		"Apple SD Gothic Neo",
		Arial,
		sans-serif;
	-webkit-text-size-adjust: 100%;
	/* 가로모드 글자크기 막기 -webkit-text-size-adjust: none; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button,
table,
th,
td,
pre {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-break: break-all;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	font-family: 'Noto Sans KR', Helvetica, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
}

.blind,
legend {
	display: block;
	overflow: hidden;
	font-size: medium;
	line-height: normal;
	width: 0;
	height: 0;
	word-break: break-all;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.divbetween {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Color System ==================================== */
.red_f {
	color: #f00 !important;
}

.blue_f {
	color: #2652C5 !important
}

.green_f {
	color: #4FC15C !important;
}

.link_f {
	color: #006fde !important;
	text-decoration: underline !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt38 {   /* update 2023/08/28 lyh */
    padding-top: 38px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb33 {  /* update 2023/08/28 lyh */
    padding-bottom: 33px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
	padding: 10px !important;
}

.p15 {
	padding: 15px !important;
}
.pr15 { /* create 2023/09/16 jh */
    padding-right: 15px !important;
}

.pl0 { /* create 2023/09/18 jh */
    padding-left: 0px !important;
}
.ml30 {
    margin-left: 30px !important;
}

.ml-auto{
    margin-left: auto !important;
}

.mr15 { /* create 2023/09/16 lyh */
    margin-right: 15px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt2 {
    margin-top: 2px !important;     /* update 2023/08/28 lyh */
}

.mt9 {
    margin-top: 9px !important;
}

.mt10 {
	margin-top: 10px !important;
}
.mt11 {
    margin-top: 11px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mt41 {
    margin-top: 41px !important;
}

.mb40 {
    margin-bottom: 40px !important;     /* update 2023/08/28 lyh */
}

.mt50 {
    margin-top: 50px !important;    /* update 2023/08/28 lyh */
}

.mt87 {
    margin-top: 87px !important;    /* update 2023/08/28 lyh */
}

.mt60 {
    margin-top: 60px !important;    /* update 2023/08/28 lyh */
}

.mt90 {
    margin-top: 90px !important;    /* update 2023/08/28 lyh */
}

.mt170 {
    margin-top: 170px !important;   /* update 2023/08/28 lyh */
}

.mt225 {
    margin-top: 221px !important;   /* update 2023/08/28 lyh */
}

@-moz-document url-prefix() {
    .mt225 {
        margin-top: 225px !important;   /* update 2023/08/28 lyh */
    }
}

.halfCenter {   /* update 2023/08/28 lyh */
    margin: auto;
    max-width: calc(50%);
}

.half { /* update 2023/09/05 lyh */
    width: 50%;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.linkgreen {
	color: #03c75a !important;
}

.linkblue {
	color: var(--color_link) !important;
}

.l,
.left {
	text-align: left !important;
}

.r,
.right {
	text-align: right !important;
}

.curpointer {
	cursor: pointer !important;
}

/* Font System ==================================== */
.grpid,
.no_f {
	font-family: Helvetica, -apple-system, BlinkMacSystemFont;
}

.copy_clipboard {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;

	&::after {
		content: "";
		resize: vertical;
		display: inline-block;
		width: 24px;
		height: 24px;
		vertical-align: top;
		background: url(../img/icon/ico_copy.svg) no-repeat 50% / 16px;
		filter: invert(100%);
	}
}

/* Layout Frame ==================================== */
div.wrap.mobile {
	background: var(--color_bg_box);
	padding: 0 0 calc(constant(safe-area-inset-bottom) + 70px);
	padding: 0 0 calc(env(safe-area-inset-bottom) + 70px);
}

div.landscape_dimmed {
	display: none;
}

/* 바탕 스티키 고정메뉴 ==================================== */
nav.botnav {
    position: fixed;
    z-index: 2;
    bottom: 0;
    box-sizing: border-box;
    width: 100vw;
    height: 70px;
    padding: 0 15px calc(constant(safe-area-inset-bottom) + 10px);
    padding: 0 15px calc(env(safe-area-inset-bottom) + 10px);
    border-top: 1px solid #d7d7d7;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
}


nav.botnav .swiper {
    width: 100%;
}

nav.botnav .swiper-wrapper .swiper-slide {
    display: flex;
    height: 60px;
    text-align: center;

    justify-content: center;
    align-items: center;
}

nav.botnav .swiper-wrapper .swiper-slide a {
    display: block;
    height: 50px;
}

nav.botnav .swiper-wrapper .swiper-slide a::before {
    position: relative;
    left: calc(50% - 20px);
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    content: '';
    opacity: .5;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

nav.botnav .swiper-wrapper .swiper-slide a span {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -8px;
    display: block;
    width: 100%;
    height: 20px;
    color: #999;
}

nav.botnav .swiper-wrapper .swiper-slide.on a span {
    color: #999;
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_home a::before {
    background-image: url(../img/icon/m_home_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_nsms a::before {
    background-image: url(../img/icon/m_nsms_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_nmms a::before {
    background-image: url(../img/icon/m_nmms_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_esms a::before {
    background-image: url(../img/icon/m_esms_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_emms a::before {
    background-image: url(../img/icon/m_emms_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_kkoa a::before {
    background-image: url(../img/icon/m_kkoa_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_kkoc a::before {
    background-image: url(../img/icon/m_kkoc_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_cont a::before {
    background-image: url(../img/icon/m_cont_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_paym a::before {
    background-image: url(../img/icon/m_paym_l.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_home.on a::before {
    background-image: url(../img/icon/m_home_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_nsms.on a::before {
    background-image: url(../img/icon/m_nsms_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_nmms.on a::before {
    background-image: url(../img/icon/m_nmms_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_esms.on a::before {
    background-image: url(../img/icon/m_esms_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_emms.on a::before {
    background-image: url(../img/icon/m_emms_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_kkoa.on a::before {
    background-image: url(../img/icon/m_kkoa_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_kkoc.on a::before {
    background-image: url(../img/icon/m_kkoc_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_cont.on a::before {
    background-image: url(../img/icon/m_cont_b.svg);
}

nav.botnav .swiper-wrapper .swiper-slide.icbot_paym.on a::before {
    background-image: url(../img/icon/m_paym_b.svg);
}

/* 헤더영역 스티키 메뉴 ==================================== */
header.gnb {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 50px;
    margin: 0 auto;
    color: #fff;
    /*display: none;*/
    z-index:  2;
    position:  relative;

}

header.gnb.fixed {
    position: fixed;
    z-index: 995;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px 1px rgba(125, 125, 125, .2);
}


header.gnb > div.gnbwrap {
    width: 100%;
    margin: auto;
}

header.gnb > div.gnbwrap .hds-inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    z-index:  200; /*update hj 230825*/

}

header.gnb > div.gnbwrap .utbx {
    width: 100%;
    margin: auto;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}


header.gnb > div.gnbwrap .utbx .hds-inner {
    display: flex;
    justify-content: space-between;
}


header.gnb > div.gnbwrap .logobx {
    width: 88px;
    /*height: 30px;*/
    display: flex;
    align-items: center;
    background: no-repeat 0 50%; /* update 2023/09/11 lyh */
    background-size: contain;   /* update 2023/09/11 lyh */
    cursor: pointer;    /* update 2023/09/11 lyh */
}

header.gnb.type2 > div.gnbwrap .logobx2 img {
    width: 160px;
    display: flex;
    align-items: center;
    background: no-repeat 0 50%; /* update 2023/09/11 lyh */
    /*background-size: contain;   !* update 2023/09/11 lyh *!*/
    cursor: pointer;    /* update 2023/09/11 lyh */
}

header.gnb > div.gnbwrap .logobx .blue {
    filter: invert(42%) sepia(99%) saturate(2872%) hue-rotate(193deg) brightness(86%) contrast(91%);    /* update 2023/09/11 lyh */
}

header.gnb > div.gnbwrap .utbx .utlink {
    display: flex;
    align-items: flex-end;
}

header.gnb > div.gnbwrap .utbx .utlink a {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px; /* 250% */
    position: relative;
    text-align: center;
    color: #484b50;
}



header.gnb > div.gnbwrap .utbx .utlink a + a {
    margin-left: 32px;
}

header.gnb > div.gnbwrap .utbx .utlink a + a:before {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    content: '';
    background: #ddd;
}


/* update 2023/09/11 lyh */
/*header.gnb > div.gnbwrap .logobx img {*/
/*    filter: invert(42%) sepia(99%) saturate(2872%) hue-rotate(193deg) brightness(86%) contrast(91%);*/
/*    width: 100%;*/
/*}*/

header.gnb > div.gnbwrap .main-menu {
    display: flex;
    width: 100%;
    margin: auto;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;

    justify-content: space-between;
}

header.gnb > div.gnbwrap .main-menu .hds-inner {
    display: flex;

    column-gap: 88px;
    justify-content: center;
}

header.gnb > div.gnbwrap .main-menu .menubx {
    position: relative;
    display: flex;
    cursor: pointer;
}
header.gnb > div.gnbwrap .main-menu .menubx-wrap {
    display: flex;
    z-index: 1000;
    position: relative;
}

/*header.gnb > div.gnbwrap .main-menu .menubx-wrap.left {*/
/*    padding-left: 20px;*/
/*}*/

/*header.gnb > div.gnbwrap .main-menu .menubx-wrap.right {*/
/*    padding-right: 20px;*/
/*}*/

header.gnb > div.gnbwrap .main-menu .menubx .mdepth-2 {
    position: absolute;
    z-index: 10;
    top: 40px;
    overflow: hidden;
    min-width: 160px;
    height: 0;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

header.gnb > div.gnbwrap .main-menu .menubx.on .mdepth-2 {
    height: auto;
    padding: 20px 20px;
    transition: all ease .3s;
}

header.gnb > div.gnbwrap .main-menu .menubx .mdepth-2 li {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px; /* 250% */
    position: relative;
    text-align: left;
    white-space: nowrap;
    color: #484b50;
}

header.gnb > div.gnbwrap .main-menu .menubx .mdepth-2 li a {
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    color: inherit;
}
header.gnb > div.gnbwrap .main-menu .menubx .mdepth-2 li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    background: #333;
}



header.gnb > div.gnbwrap .main-menu .menubx .mdepth-2 li:hover a:after {
    width: 100%;
    transition: all ease .3s;
}


header.gnb > div.gnbwrap .main-menu .menubx + .menubx {
    margin-left: 28px;  /* update 2024-01-23 YH */
}
header.gnb > div.gnbwrap .main-menu .menubx + .menubx.bnx {
    margin-left: 88px;
}



header.gnb > div.gnbwrap .main-menu .menubx .mpd {
    display: flex;
}




header.gnb > div.gnbwrap .main-menu .menubx .mpd a {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px; /* 250% */
    text-align: center;
    color: #484b50;
    letter-spacing: -1.3px;
}
header.gnb > div.gnbwrap .main-menu .menubx:hover .mpd a,
header.gnb > div.gnbwrap .main-menu .menubx.active .mpd a {
    font-weight: 700;
}


header.gnb > div.gnbwrap .main-menu .menubx .mpd i.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd i.icon {
    display: inline-block;
    width: 34px;
    height: 40px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx1 {
    background-image: url(../img/common/ico_hd1.svg);
}
header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx2 {
    background-image: url(../img/common/ico_hd2.svg);
}

header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx3 {
    background-image: url(../img/common/ico_hd3.svg);
}
header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx4 {
    background-image: url(../img/common/ico_hd4.svg);
}
header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx5 {
    background-image: url(../img/common/ico_hd5.svg);
}
header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx6 {
    background-image: url(../img/common/ico_hd6.svg);
}
header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx7 {
    background-image: url(../img/common/ico_hd7.svg);
}
header.gnb > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx8 {
    background-image: url(../img/common/ico_hd8.svg);
}


header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx1 {
    background-image: url(../img/common/ico_hd1-t2.svg);
}
header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx2 {
    background-image: url(../img/common/ico_hd2-t2.svg);
}

header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx3 {
    background-image: url(../img/common/ico_hd3-t2.svg);
}
header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx4 {
    background-image: url(../img/common/ico_hd4-t2.svg);
}
header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx5 {
    background-image: url(../img/common/ico_hd5-t2.svg);
}
header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx6 {
    background-image: url(../img/common/ico_hd6-t2.svg);
}
header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx7 {
    background-image: url(../img/common/ico_hd7-t2.svg);
}
header.gnb.type2 > div.gnbwrap .main-menu .menubx .mpd.mdepth-1 i.icon.icomx8 {
    background-image: url(../img/common/ico_hd8-t2.svg);
}




header.gnb > div.gnbwrap .login-infobx {
    border-bottom: 1px solid #ddd;
}



.login-infobx .hds-inner {
    display: flex;

    align-items: center;
    justify-content: center;
}

.logintext-ui {
    display: flex;
    padding: 16px 0;
}




.login-infobx-after .logintext-ui {
    display: flex;
    padding: 0 0 0 0;
}
.logintext-ui .titf {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 116.5%;
    display: inline-flex;
    color: #333;

    align-items: center;
}
.logintext-ui .titf:after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../img/common/ico_arrow_t1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.logintext-ui .titf strong {
    font-weight: 700;
}

.login-infobx .notitxt {
    font-size: 12px;
    font-weight: 400;
    line-height: 116.5%; /* 13.98px */
    margin-left: 40px;
    color: #9fa5ad;
}



.login-infobx  .tiny-linx {
    margin-left: 16px;
}

.role-index .login-infobx-after {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
}



.tiny-linx a {
    font-weight: 400;
    line-height: 12px;
    display: inline-flex;
    padding: 7px 10px;
    color: #333;
    border: 1px solid #c7cbcf;
    border-radius: 20px;

    align-items: flex-start;
}

.tiny-linx a:hover {
    font-weight: 500;
}


.tiny-linx a + a {
    margin-left: 5px;
}

.tiny-linx a.filled {
    color: #fff;
    border: 1px solid #788490;
    background: #788490;
}



.login-infobx-after {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 24px auto;
    padding: 20px 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 4px 4px rgba(139, 139, 139, .25);

    gap: 58px;
}


.login-infobx-after .innerbx {
    position: relative;

    flex: 1;
}
.login-infobx-after .innerbx + .innerbx:before {
    position: absolute;
    top: 0;
    left: -29px;
    width: 1px;
    height: 64px;
    content: '';
    background: #ddd;
}






header.gnb > div.gnbwrap > div.titlewrap {
    display: flex;
    overflow: hidden;
    width: calc(100% - 60px);
}

header.gnb > div.gnbwrap > div.titlewrap > button {
    display: none;
    overflow: hidden;
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(../img/icon/btn_titleback_w.svg) no-repeat 0 50%;
    background-size: contain;
}

header.gnb > div.gnbwrap > div.titlewrap > button > * {
    display: none;
}

header.gnb > div.gnbwrap > div.titlewrap > h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    cursor: default;
    white-space: nowrap;
    word-spacing: -3px;
    text-overflow: clip;
    color: #fff;
    background: none;
}

header.gnb.back > div.gnbwrap > div.titlewrap > h1 {
    font-weight: 500;
}

header.gnb.back > div.gnbwrap > div.titlewrap > button {
    display: block;
}

header.gnb button.btn_mn {
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(../img/icon/btn_mn_w.svg) no-repeat 0 50%;
    background-size: contain;
}

header.gnb button.btn_mn > * {
    display: none;
}

/*div.MAIN header.gnb {
	background-color: #252121;
}*/

header.gnb.blue {
    background-color: #5b90f7;
}

div.MYPG header.gnb,
header.gnb.green {
    background-color: #1fb395;
}

div.GRAY header.gnb,
header.gnb.gray {
    background-color: var(--color_bg_box);
}

div.GRAY section.contents {
    background-color: var(--color_bg_box);
}

header.gnb.orange {
    background-color: #ff7a00;
}

header.gnb.white {
    background-color: #fff;
}

header.gnb.blue > div.gnbwrap > div.titlewrap > button,
header.gnb.green > div.gnbwrap > div.titlewrap > button,
header.gnb.orange > div.gnbwrap > div.titlewrap > button {
    background-image: url(../img/icon/btn_titleback_w.svg);
}

div.MAIN header.gnb > div.gnbwrap > div.titlewrap > h1,
div.MYPG header.gnb > div.gnbwrap > div.titlewrap > h1,
div.mypage header.gnb > div.gnbwrap > div.titlewrap > h1,
header.gnb.green > div.gnbwrap > div.titlewrap > h1,
header.gnb.orange > div.gnbwrap > div.titlewrap > h1 {
    color: #fff;
}

div.MAIN header.gnb button.btn_mn,
div.MYPG header.gnb button.btn_mn,
div.mypage header.gnb button.btn_mn,
header.gnb.blue button.btn_mn,
header.gnb.green button.btn_mn,
header.gnb.orange button.btn_mn {
    background-image: url(../img/icon/btn_mn_w.svg);
}

div.MAIN header.gnb div.gnbwrap div.titlewrap h1,
div.GRAY header.gnb div.gnbwrap div.titlewrap h1 {
    width: 80px;
    cursor: pointer;
    background: no-repeat 0 50%; /* update jh 230825*/
    background-size: contain;
}

div.MAIN header.gnb div.gnbwrap div.titlewrap h1 > *,
div.GRAY header.gnb div.gnbwrap div.titlewrap h1 > * {
    display: none;
}

/* 푸터 영역 ==================================== */
footer.fwrap {
    box-sizing: border-box;
    width: 100%;
    /*max-width: 720px;*/
    margin: 0 auto;
    padding: 20px 15px;
    color: #fff;
    background-color: #868b97;
}

footer.fwrap.type2 {
    box-sizing: border-box;
    width: 100%;
    /*max-width: 720px;*/
    margin: 0 auto;
    padding: 0 0 67px 0;
    color: #fff;
    background-color: #3e3f41;
}

footer.fwrap .ftmax {
    width: 100%;
    max-width: 840px;
    margin: auto;
}
footer.fwrap.type2 .ftmax {
    max-width: 1000px;
}


footer.fwrap article.siteinfo {
    padding-top: 24px;
}

footer.fwrap article.siteinfo {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

footer.fwrap article.siteinfo ul {
    width: 500px;
}

footer.fwrap article.siteinfo .callphone {
    padding: 4px 16px;
    border: 1px solid rgba(255, 255, 255, .50);
}



footer.fwrap .copyright-pc {
    font-size: 12px;
    padding-top: 16px;
    text-align: center;
    color: rgba(255, 255, 255, .5);
}

footer.fwrap.type2 .copyright-pc {
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #5c5d63;
}



footer.fwrap .copyright-pc strong {
    font-weight: 400;
}



footer.fwrap article.siteinfo ul li {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

footer.fwrap.type2 article.siteinfo ul li {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #837e7e;
}



footer.fwrap article.siteinfo ul li span {
    display: inline-block;
}

footer.fwrap article.siteinfo ul li.copyright {
    padding-top: 5px;
    color: rgba(255, 255, 255, .5);
}

footer.fwrap article.siteinfo ul li.copyright strong {
    font-weight: 700;
}

footer.fwrap article.siteinfo ul li.bizname {
    font-size: 16px;
    padding: 0 0 16px 0;
}

footer.fwrap article.siteinfo ul li.bizname * {
    display: inline-block;
}

footer.fwrap article.siteinfo ul li.bizname strong {
    font-weight: 700;
    padding-right: 10px;
}

footer.fwrap article.siteinfo ul li.bizname span {
    font-weight: 400;
}

footer.fwrap article.siteinfo ul li.bizname span::before {
    position: relative;
    top: 2px;
    left: -5px;
    display: inline-block;
    width: 1px;
    height: 15px;
    content: '';
    background: #fff;
}
footer.fwrap.type2 article.siteinfo ul li.bizname span::before {
    background: #837e7e;
}


footer.fwrap nav.footlnb {
    position: relative;
    width: 100%;
    padding-top: 15px;
}
footer.fwrap.type2 nav.footlnb {
    position: relative;
    width: 100%;
    padding-top: 0;
    background: #16171a;
}

footer.fwrap nav.footlnb ul {
    display: flex;
    flex-direction: row;
    max-width: 840px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center
}

footer.fwrap nav.footlnb::before,
footer.fwrap nav.footlnb::after {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, .1) 10%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .1) 90%);
}

footer.fwrap.type2 nav.footlnb::before,
footer.fwrap.type2 nav.footlnb::after {
    display: none;
}
footer.fwrap nav.footlnb ul li {
    position: relative;
    padding: 0 63px;
    text-align: center;
}
footer.fwrap nav.footlnb ul li:first-child {
    padding-left: 30px;
}
footer.fwrap nav.footlnb ul li:last-child {
    padding-right: 30px;
}


footer.fwrap nav.footlnb ul li + li:after {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: rgba(207, 207, 207, .40);
}

footer.fwrap.type2 nav.footlnb ul li + li:after {
    background: rgba(255, 255, 255, .40);
}


footer.fwrap nav.footlnb ul li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 9px 3px;
    color: #fff;
}

footer.fwrap.type2 nav.footlnb ul li a {
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 9px 3px;
    color: #fff;
}


footer.fwrap nav.footlnb ul li a strong {
    font-weight: 700;
}

footer.fwrap.type2 nav.footlnb ul li a strong {
    font-weight: 500;
}

footer.fwrap div.lc_area {
    display: flex;
    padding-top: 14px;
    padding-bottom: 18px;

    flex-wrap: wrap;
    justify-content: space-between;
}

footer.fwrap.type2 div.lc_area {
    padding-top: 24px;
}


footer.fwrap div.lc_area div.footlogo {
    min-width: 90px;
}

footer.fwrap div.lc_area div.footlogo {
    display: block;
    width: 90px;
    min-height: 30px;
    /*opacity: .5;*/
    background: no-repeat 50%; /* update jh 230825*/
    background-size: contain;
}

footer.fwrap div.lc_area div.footlogo a span {
    display: none;
}

footer.fwrap div.lc_area .ft-util {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
}




footer.fwrap div.lc_area .ft-util .utbx {
    display: flex;
    align-items: center;
    gap: 8px;

}




footer.fwrap div.lc_area .ft-util .utbx i.icox {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

footer.fwrap div.lc_area .ft-util .utbx i.icox.telegram {
    background-image: url(../img/common/ic_telegram.svg);
}

footer.fwrap div.lc_area .ft-util .utbx i.icox.kakao {
    background-image: url(../img/common/ic_kakao.svg);
}

footer.fwrap div.lc_area .ft-util .utbx p.tit {
	display: flex;
	flex-direction: column;

}

footer.fwrap div.lc_area .ft-util .utbx p.tit span.t1 {
	color: #CACACA;
	font-size: 12px;
	font-weight: 400;

}

footer.fwrap div.lc_area .ft-util .utbx p.tit span.t2 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin-top: -6px;
		
}


footer.fwrap .callphone {
    display: flex;
    min-width: 160px;
    max-height: 67px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, .50);
    border-radius: 8px;

    align-items: center;
}


footer.fwrap .callphone i.icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    background: url(../img/icon/callcenter.svg) no-repeat 0 center;
    background-size: 42px;
}

footer.fwrap .callphone p.tit {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    text-align: center;
}

footer.fwrap .callphone p.tit span.num {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

footer.fwrap .callphone p.tit span.time {
    font-size: 12px;
    font-weight: 400;
    color: #cacaca;
}

footer.fwrap .callphone a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    display: flex;
    text-align: right;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
}

footer.fwrap .callphone span {
    display: block;
    white-space: nowrap;
}







footer.fwrap.type2 .ft-infbx {
    padding: 5px 18px;
    display: flex;
        flex-direction: column;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 5px;
    border: 1px solid #5A5D64;

}

footer.fwrap.type2 .ft-infbx .callphone {
    border: 0;
    border-radius: 0;
    border-bottom: 1px dotted rgba(126, 127, 132, 0.50)  !important;
    padding-bottom: 5px;
    margin-top: 0;
}




footer.fwrap.type2 .ft-util {
    padding-top: 5px;
    display: flex;
    justify-content:center;
    gap: 67px;
}


footer.fwrap.type2 .callphone i.icon {
    width: 28px;
    height: 28px;
    background-size: 28px;

}
footer.fwrap.type2 .callphone p.tit {
    flex-direction: row;
    margin-left: 3px;

}
footer.fwrap.type2 .callphone p.tit em {
    color: #CACACA;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; /* 200% */
}



footer.fwrap.type2 .callphone p.tit span.num {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
}

footer.fwrap.type2 .callphone p.tit span.time {
    color: #CACACA;
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
}

footer.fwrap.type2 .ft-util .utbx {
    display: flex;
    align-items: center;
    gap: 8px;



}
footer.fwrap.type2 .ft-util .utbx i.icox {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

footer.fwrap.type2 .ft-util .utbx i.icox.telegram {
    background-image: url(../img/common/ic_telegram-t2.png);
}

footer.fwrap.type2  .ft-util .utbx i.icox.kakao {
    background-image: url(../img/common/ic_kakao-t2.png);
}

footer.fwrap.type2  .ft-util .utbx p.tit {
    display: flex;
    flex-direction: column;

}

footer.fwrap.type2  .ft-util .utbx p.tit span.t1 {
    color: #CACACA;
    font-size: 10px;
    font-weight: 400;
}

footer.fwrap.type2  .ft-util .utbx p.tit span.t2 {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin-top: -6px;
}





/* 컨텐츠 영역 ==================================== */
section.contents {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
    /* 각 화면 설정에 따라 다름 */
    background-color: var(--color_bg);
}
section.contents.login {
    min-height: calc(100vh - 719px);
}

section.contents.logout {
    min-height: calc(100vh - 656px);
}

section.contents.login-page {
    min-height: calc(100vh - 625px);
}


section.contents.cm {
    min-height: initial;;
}
.role-index section.contents {
    max-width: 100%;
}



section.contents .contents-innerbx {
    width: 100%;
    max-width: 360px;
    margin: auto;
    padding: 0 20px;
}

section.contents .contents-innerbx.join {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 0px;
}
section.contents .contents-innerbx.joinprc {
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding: 0 20px;
}


section.contents  h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0 16px;
    text-align: center;
    color: #222;
}
section.contents h1.cm {
    margin: 24px 0 24px;
    padding-left: 16px;
    text-align: left;
}
section.contents h1.cm.tabadd {
    margin: 24px 0 16px;
    padding-left: 16px;
    text-align: left;
}



/* 전체 햄버거 메뉴(dimmed) ==================================== */
div.mo_nav {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100vw;
    min-width: 320px;
    height: 100vh;
    padding: calc(constant(safe-area-inset-top) + 10px) 0 0;
    padding: calc(env(safe-area-inset-top) + 10px) 0 0;
    transition: .2s;
    color: #222;
    background-color: #fff;
}

div.mo_nav.on {
    display: block;
}

div.mo_nav > div.ham_headwrap {
    display: flex;
    box-sizing: border-box;
    max-width: 720px;
    height: 50px;
    margin: 0 auto;
    padding: 0 15px;
    border-bottom: solid 1px #ddd;
    background-color: #fff;

    justify-content: space-between;
}

div.mo_nav > div.ham_headwrap > div.titlewrap {
    display: flex;
    overflow: hidden;
    width: calc(100% - 60px);
}

div.mo_nav > div.ham_headwrap > div.titlewrap > h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    cursor: default;
    white-space: nowrap;
    word-spacing: -3px;
    text-overflow: clip;
    color: #222;
    background: none;
}

div.mo_nav > div.ham_headwrap > div.titlewrap > h1 a {
    font-size: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    background: url(../img/icon/ham_home.svg) no-repeat 50%;
    background-size: contain;
}

div.mo_nav button.btn_mn_close {
    width: 27px;
    height: 23px;
    margin-top: 13.5px;
    cursor: pointer;
    background: url(../img/icon/btn_mn_close.svg) no-repeat 0 50%;
    background-size: contain;
}

div.mo_nav button.btn_mn_close > * {
    display: none;
}


div.mo_nav > div.ham_bodywrap {
    overflow: hidden auto;
    height: calc(100vh - 60px);
    background-color: #eaeef3;
}

/* 로그아웃상태일때 */
div.mo_nav div.ham_logoutwrap {
    box-sizing: border-box;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px 5px;
    background-color: #eaeef3;
}

/* 로그인 상태일때 */
div.mo_nav div.ham_loginwrap {
    box-sizing: border-box;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px 15px;
    background-color: #eaeef3;
}

div.mo_nav.in div.ham_logoutwrap {
    display: none;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
}

div.mo_nav.out div.ham_loginwrap {
    display: none;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
}

h2.ham_logtit {
    height: 45px;
}

h2.ham_logtit a {
    font-size: 22px;
    line-height: 45px;
    display: inline-block;
    height: 45px;
    color: #333;
}

div.ham_logbtnwrap {
    display: flex;
    height: 32px;

    justify-content: space-between;
    align-items: center;
}

div.ham_logbtnwrap span {
    font-size: 12px;
    color: #9fa5ad;
}

div.ham_logbtnwrap div.ham_btnwrap {
    text-align: right;
}

div.ham_btnwrap a {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333;
    border: solid 1px #c7cbcf;
    border-radius: 22px;
    background-color: #fff;
}

div.ham_btnwrap a:hover {
    color: #fff;
    background-color: #222;
}

div.ham_paybalance {
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    height: 30px;
    padding: 0 0;
    color: #9fa5ad;

    align-items: center;
}

div.ham_paybalance > span {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    width: 40px;
    text-align: left;
}

div.ham_paybalance > div.ham_balwrap {
    display: flex;
    overflow: hidden;
    width: 100%;
    min-width: 230px;
    height: 50px;
    text-align: right;

    justify-content: flex-end;
    align-items: center;
}

div.ham_balwrap a.paybalance {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    margin-right: 64px;
    padding: 0 10px;
    color: #000;
}


div.ham_balwrap a.paybalance span {
    font-size: 18px;
    font-weight: 700;
}

div.ham_balwrap a.paybalance i {
    font-size: 14px;
}

div.ham_balwrap ul {
    display: inline-flex;
    box-sizing: border-box;
    border-radius: 7px;
}

div.ham_balwrap ul::after {
    clear: both;
    content: '';
}
div.ham_balwrap ul li {
    overflow: hidden;
}


div.ham_balwrap ul li:nth-child(1) {
    border-radius: 7px 0 0 7px;
}
div.ham_balwrap ul li:nth-child(2) {
    padding-left: 1px;
    border-radius: 0 7px 7px 0;
}



div.ham_balwrap ul li a {
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 2px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

div.ham_balwrap ul li a:hover {
    background-color: #222;
}

div.ham_validbalance {
    height: 27px;
    padding-top: 5px;
    text-align: left;
}

div.ham_validbalance span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: inline-block;
    cursor: pointer;
    color: #333;
}

.ham_dmenu {
    position: relative;
    padding: 0 15px 15px;
}

.ham_dmenu > ul {
    display: flex;
    padding: 20px 0 5px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);

    justify-content: space-between;
    flex-wrap: wrap;
}

.ham_dmenu > ul > li {
    display: block;
    width: 25%;
    margin-bottom: 10px;
}

.ham_dmenu > ul > li > a {
    font-size: 0;
    display: inline-block;
    height: 60px;
    text-align: center;
}

.ham_dmenu > ul > li > a:before {
    position: relative;
    left: calc(50% - 20px);
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    content: '';
    opacity: .5;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.ham_dmenu > ul > li.nsms a:before {
    background-image: url(../img/icon/m_nsms_l.svg);
}

.ham_dmenu > ul > li.nmms a:before {
    background-image: url(../img/icon/m_nmms_l.svg);
}

.ham_dmenu > ul > li.esms a:before {
    background-image: url(../img/icon/m_esms_l.svg);
}

.ham_dmenu > ul > li.emms a:before {
    background-image: url(../img/icon/m_emms_l.svg);
}

.ham_dmenu > ul > li.kkoa a:before {
    background-image: url(../img/icon/m_kkoa_l.svg);
}

.ham_dmenu > ul > li.kkoc a:before {
    background-image: url(../img/icon/m_kkoc_l.svg);
}

.ham_dmenu > ul > li.cont a:before {
    background-image: url(../img/icon/m_cont_l.svg);
}

.ham_dmenu > ul > li.paym a:before {
    background-image: url(../img/icon/m_paym_l.svg);
}

.ham_dmenu > ul > li.mypg a:before {
    background-image: url(../img/icon/h_usif.svg);
}


.ham_dmenu > ul > li > a > span {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: block;
    height: 20px;
    margin-top: -6px;
    color: #777;
}




nav.ham_tmenu {
    position: relative;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 0 80px;
}

nav.ham_tmenu > ul {
    position: relative;
    z-index: 1;
    min-width: 320px;
    max-width: 720px;
    padding: 0 15px;
}

nav.ham_tmenu > ul > li {
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
}

nav.ham_tmenu .nav1dep {
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    height: 35px;
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #fff 0%, #e3e7ee 100%);
}

nav.ham_tmenu .nav2dep {
    display: flex;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;

    justify-content: space-between;
    flex-wrap: wrap;
}

nav.ham_tmenu .nav2dep > li {
    position: relative;
    display: block;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 30px;
}

nav.ham_tmenu .nav2dep>li:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 22px;
	border-radius: 30px;
}

nav.ham_tmenu .nav2dep>li.nsms:before {
	background-image: url(../img/icon/h_nsms.svg)
}

nav.ham_tmenu .nav2dep>li.nmms:before {
	background-image: url(../img/icon/h_nmms.svg)
}

nav.ham_tmenu .nav2dep>li.esms:before {
	background-image: url(../img/icon/h_esms.svg)
}

nav.ham_tmenu .nav2dep>li.emms:before {
	background-image: url(../img/icon/h_emms.svg)
}

nav.ham_tmenu .nav2dep>li.ecal:before {
	background-image: url(../img/icon/h_ecal.svg)
}



nav.ham_tmenu .nav2dep>li.kkoa:before {
	background-image: url(../img/icon/h_kkoa.svg)
}

nav.ham_tmenu .nav2dep>li.kkoc:before {
	background-image: url(../img/icon/h_kkoc.svg)
}

nav.ham_tmenu .nav2dep>li.cmnt:before {
	background-image: url(../img/icon/h_cmnt.svg)
}

nav.ham_tmenu .nav2dep>li.tmnt:before {
	background-image: url(../img/icon/h_tmnt.svg)
}


nav.ham_tmenu .nav2dep>li.cont:before {
	background-image: url(../img/icon/h_cont.svg)
}

nav.ham_tmenu .nav2dep>li.grpm:before {
	background-image: url(../img/icon/h_grpm.svg)
}

nav.ham_tmenu .nav2dep>li.memo:before {
	background-image: url(../img/icon/h_memo.svg)
}

nav.ham_tmenu .nav2dep>li.excl:before {
	background-image: url(../img/icon/h_excl.svg)
}

nav.ham_tmenu .nav2dep>li.blck:before {
	background-image: url(../img/icon/h_blck.svg)
}


nav.ham_tmenu .nav2dep>li.resn:before {
	background-image: url(../img/icon/h_resn.svg)
}

nav.ham_tmenu .nav2dep>li.rese:before {
	background-image: url(../img/icon/h_rese.svg)
}

nav.ham_tmenu .nav2dep>li.resk:before {
	background-image: url(../img/icon/h_resk.svg)
}

nav.ham_tmenu .nav2dep>li.reiv:before {
	background-image: url(../img/icon/h_reiv.svg)
}


nav.ham_tmenu .nav2dep>li.bils:before {
	background-image: url(../img/icon/h_bils.svg)
}

nav.ham_tmenu .nav2dep>li.paym:before {
	background-image: url(../img/icon/h_paym.svg)
}

nav.ham_tmenu .nav2dep>li.chag:before {
	background-image: url(../img/icon/h_chag.svg)
}

nav.ham_tmenu .nav2dep>li.usge:before {
	background-image: url(../img/icon/h_usge.svg)
}

nav.ham_tmenu .nav2dep>li.retn:before {
	background-image: url(../img/icon/h_retn.svg)
}

nav.ham_tmenu .nav2dep>li.recl:before {
	background-image: url(../img/icon/h_recl.svg)
}

nav.ham_tmenu .nav2dep>li.taxb:before {
	background-image: url(../img/icon/h_taxb.svg)
}

nav.ham_tmenu .nav2dep>li.rept:before {
	background-image: url(../img/icon/h_rept.svg)
}

nav.ham_tmenu .nav2dep>li.qttn:before {
	background-image: url(../img/icon/h_qttn.svg)
}


nav.ham_tmenu .nav2dep>li.noti:before {
	background-image: url(../img/icon/h_noti.svg)
}

nav.ham_tmenu .nav2dep>li.faql:before {
	background-image: url(../img/icon/h_faql.svg)
}

nav.ham_tmenu .nav2dep>li.inqy:before {
	background-image: url(../img/icon/h_inqy.svg)
}

nav.ham_tmenu .nav2dep>li.agre:before {
	background-image: url(../img/icon/h_agre.svg)
}

nav.ham_tmenu .nav2dep>li.poly:before {
	background-image: url(../img/icon/h_poly.svg)
}

nav.ham_tmenu .nav2dep>li.cmpy:before {
	background-image: url(../img/icon/h_cmpy.svg)
}


nav.ham_tmenu .nav2dep>li.mypg:before {
	background-image: url(../img/icon/h_mypg.svg)
}

nav.ham_tmenu .nav2dep>li.usif:before {
	background-image: url(../img/icon/h_usif.svg)
}

nav.ham_tmenu .nav2dep>li.cgus:before {
	background-image: url(../img/icon/h_cgus.svg)
}

nav.ham_tmenu .nav2dep>li.calr:before {
	background-image: url(../img/icon/h_calr.svg)
}

nav.ham_tmenu .nav2dep>li.wdus:before {
	background-image: url(../img/icon/h_wdus.svg)
}

nav.ham_tmenu .nav2dep>li.comm:before {
	background-image: url(../img/icon/h_comm.svg)
}



nav.ham_tmenu .nav2dep>li>a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
}


/*
nav.ham_tmenu>ul>li.on>ul {
	display: block;
}

nav.ham_tmenu>ul>li {
	width: 130px;
	padding-left: 15px;
	height: 40px;
}

nav.ham_tmenu>ul>li.on,
nav.ham_tmenu>ul>li:hover {
	background-color: #fff;
}

nav.ham_tmenu>ul>li>div {
	cursor: pointer;
	width: 115px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #222;
	font-weight: 400;
}

nav.ham_tmenu>ul>li.on>div {
	font-weight: 500;
	color: #000;
}

nav.ham_tmenu>ul>li>ul {
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 130px;
	width: calc(100% - 130px);
	background: #fff;
}

nav.ham_tmenu>ul>li>ul>li {
	display: block;
	height: 40px;
	width: 100%;
	background-color: #fff;
}

nav.ham_tmenu>ul>li>ul>li>a {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	padding-left: 20px;
	color: #484b50;
}

nav.ham_tmenu>ul>li>ul>li>a:hover {
	color: #000;
}

*/

/* 풀팝업 : 내용은 AJAX 호출 ==================================== */
div.pop_full { /*update 2023/08/22 ghj*/
	
	width: 100vw;
    max-width: 1000px;
	min-width: 900px;
	/*height: 800px;*/
	position: fixed;
	z-index: 1999;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	transition: 0.2s;
	padding: calc(constant(safe-area-inset-top)) 0 0;
	padding: calc(env(safe-area-inset-top)) 0 0;
	background-color: #fff;
	overflow: hidden auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    /*display: none;*/ /*update hj 230825*/
}


div.pop_full.on {
	display: block;
}

div.pop_full>div.pop_headwrap {
	/*position: fixed;*/ /*update 2023/08/22 ghj*/
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 25px 0; /* update 2023/09/18 kh */
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	/* border-bottom: solid 1px #ddd; */
}

	div.pop_full>div.pop_headwrap { /*update 2023/08/22 ghj*/
		max-width: 1000px;
		
	}

div.pop_full > div.pop_headwrap > div.titlewrap {
    display: flex;
    overflow: hidden;
    /*width: calc(100% - 60px); update jh 230901 */
}

div.pop_full > div.pop_headwrap > div.titlewrap > h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    cursor: default;
    white-space: nowrap;
    word-spacing: -1px;
    text-overflow: clip;
    color: #222;
    background: none;
}

div.pop_full button.btn_pop_close {
    width: 27px;
    height: 23px;
    margin-top: 13.5px;
    cursor: pointer;
    background: url(../img/icon/btn_mn_close.svg) no-repeat 0 50%;
    background-size: contain;
}

div.pop_full button.btn_pop_close > * {
    display: none;
}

div.pop_full > section.pop_cntwrap { /*update 2023/08/22 ghj*/
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px 30px;
    height: 800px;
    overflow: hidden auto;
}

div.pop_full > section.pop_cntwrap div.pop_cnts_here {
    position: relative;
    padding-bottom: 0;
    background-color: #fff;
    /* iphone 주소줄 업데이트로인한 안전 패딩 200px */
}

/* 하프팝업 : 내용은 AJAX 호출 ==================================== */
div.dimmed {
    position: fixed;
    z-index: 997;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

div.pop_half {
    position: relative;
    /*max-height: calc(100vh - 100px);*/
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    box-sizing: border-box;
    min-height: 550px;
    width: 100vw;
    transition: .2s;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 -5px 10px 10px rgba(0, 0, 0, .3);
    scrollbar-width: none; !important;
}

div.pop_half.on {
    display: block;
}

div.pop_half > div.pop_headwrap {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 15px 25px 0; /* 2023/09/18 kh */
    background-color: #fff;

    justify-content: space-between;
}

/*@media screen and (min-width: 720px) {*/
/*    div.pop_half {*/
/*        top: 50%;*/
/*        left: 50%;*/
/*        max-width: 720px;*/
/*        transform: translate(-50%, -50%);*/
/*    }*/
/*}*/

@media screen and (min-width: 720px) {
    div.pop_half {
        top: 50%;
        left: 50%;
        width: fit-content;
        max-width: 1000px;
        transform: translate(-50%, -50%);
    }
}

div.pop_half > div.pop_headwrap > div.titlewrap {
    display: flex;
    overflow: hidden;
    width: calc(100% - 50px);
}

div.pop_half > div.pop_headwrap > div.titlewrap > h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    cursor: default;
    white-space: nowrap;
    word-spacing: -3px;
    text-overflow: clip;
    color: #222;
    background: none;
}

div.pop_half button.btn_pop_close {
    width: 27px;
    height: 23px;
    margin-top: 10px;
    cursor: pointer;
    background: url(../img/icon/btn_mn_close.svg) no-repeat 0 50%;
    background-size: contain;
}

div.pop_half button.btn_pop_close > * {
    display: none;
}

/*div.pop_half > section.pop_cntwrap {*/
/*    box-sizing: border-box;*/
/*    max-width: 640px;*/
/*    margin: 0 auto;*/
/*    padding: 0;*/
/*}*/

div.pop_half > section.pop_cntwrap {
    box-sizing: border-box;
    width: fit-content;
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px;
}

div.pop_half > section.pop_cntwrap div.pop_cnts_here {
    position: relative;
    padding-bottom: 15px;
    background-color: #fff;
    /* iphone 주소줄 업데이트로인한 안전 패딩*/
}

div.pop_half div.cus {
    padding: 3px 0;
}

div.pop_half div.cus div.elewrap textarea {
    height: 80px;
}

/* 레이아웃 공통 ==================================== */
/* 내역이 없을때 */
div.nolist {
    height: 300px;
}

div.nolist span {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    top: calc(50% + 15px);
    display: block;
    height: 30px;
    text-align: center;
    color: #aaa;
}

div.nolist span::before {
    position: absolute;
    top: -50px;
    left: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    opacity: .3;
    background: url(../img/icon/nop.svg) no-repeat 50%;
    background-size: contain;
}


div.morelist {
    width: 100%;
    height: 60px;
    padding-top: 10px;
    cursor: pointer;
    text-align: center;
}

div.morelist span {
    font-size: 12px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #aaa;
}

div.morelist i {
    font-size: 20px;
    color: #aaa;
}


/* ******************************************************
 *
 *  등록/수정 완료화면, 로그아웃 등
 *
 ***************************************************** */
div.resultpage {
    padding: 60px 0 0;
}

div.resultpage.findidpw {
    padding: 100px 0 70px 0;
}

div.GRAY div.resultpage {
    background-color: var(--color_bg_box);
}

div.SUB div.resultpage {
    background-color: #fff;
}


div.resultpage div.resultcontent {
    text-align: center;
}

div.resultpage div.resultcontent article.resultment {
    padding-bottom: 0;
    text-align: center;
}

div.resultpage div.resultcontent article.resultment > h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 0 20px 0;
}

div.resultpage div.resultcontent article.resultment > h3.rst {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

div.resultpage div.resultcontent article.resultment > h3 strong {
    font-weight: 700;
}

div.resultpage div.resultcontent article.resultment > figure {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: url(../img/icon/result_ok.svg) no-repeat 50% / 78px;
}

div.resultpage div.resultcontent article.resultment > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 10px 0;
    color: #54575e;
}
div.resultpage div.resultcontent article.resultment > p strong {
    font-weight: 700;
}
div.resultpage div.resultcontent .result_btns {
    margin-top: 80px;
}



div.resultpage div.resultcontent .result_btns.fullbtn a.mbtn1,
div.resultpage div.resultcontent .result_btns.fullbtn button.mbtn1 {
    width: 100%;
}


div.resultpage div.resultcontent .result_btns + .result_btns {
    margin-top: 10px;
}



/* 팝업 영역 ==================================== */
.popupbody {
    background: #fff;
}

.popupwrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.popupwrap > .popup_headwrap {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    height: 60px;
    background-color: #fff;
}

.popupwrap > .popup_headwrap > .popup_head {
    position: relative;
    display: flex;
    box-sizing: border-box;
    max-width: 720px;
    height: 50px;
    margin: 0 auto;
    /* iOS 안전TOP패딩 */
    padding: 10px 15px 0;
    background-color: #fff;

    justify-content: space-between;
}

.popupwrap > .popup_headwrap > .popup_head > .titlewrap > h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    overflow: hidden;
    height: 50px;
    height: 50px;
    cursor: default;
    white-space: nowrap;
    word-spacing: -1px;
    text-overflow: clip;
    color: #222;
    background: none;
}

.popupwrap > .popup_headwrap > .popup_head > .btn_popupwin_close {
    width: 27px;
    height: 23px;
    margin-top: 13.5px;
    cursor: pointer;
    background: url(../img/icon/btn_mn_close.svg) no-repeat 0 50%;
    background-size: contain;
}

.popup_contents {
    box-sizing: border-box;
    max-width: 720px;
    min-height: 100%;
    margin: 0 auto;
    /*padding: 60px 0 0; update jh 23/08/31*/
    background-color: #fff;
}

div.popBottomFixControl.fixed {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100vw;
}


/* ******************************************************
 *
 *  에러화면
 *
 ***************************************************** */
.errorpage {
    position: relative;
    padding: 40px 15px 150px;
}

.errorpage .heros {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 150px;
    background-color: #cbe7e9;
}

.errorpage .heros::after {
    position: absolute;
    top: 78px;
    left: 68px;
    display: block;
    width: 331px;
    height: 247px;
    content: '';
    background: url(../img/sub/error/climbmountain.png) no-repeat 50% / contain;
}

.errorpage .heros::before {
    position: absolute;
    top: 145px;
    left: 30px;
    display: block;
    width: 99px;
    height: 48px;
    content: '';
    background: url(../img/sub/error/cloud.png) no-repeat 50% / contain;
}

.errorpage .heros .errcode {
    font-family: 'Aggro-Bold', 'Helvetica';
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 70px;
    left: 46px;
    color: #fff;
}

.errorpage h3 {
    cursor: pointer;
    text-align: center;
}

.errorpage h3 strong,
.errorpage h3 span {
    font-family: 'Aggro-Bold', 'Helvetica';
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.errorpage h3 strong {
    font-size: 34px;
    color: #859d9e;
}

.errorpage h3 span {
    font-size: 20px;
    color: #4e6264;
}

.errorpage h3 em {
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    border-radius: 10px;
    background-color: #efefef;
}

.errorpage .stacktrace {
    display: none;
    overflow: auto hidden;
}

.errorpage .stacktrace code {
    font-family: Menlo, Consolas, Monaco, monospace;
    font-size: 11px;
    white-space: pre;
}



/* ********************
 * 로딩바
 ********************* */
#indicator {
    position: absolute;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
}

#indicator .wrapSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin-top: -50px;
    margin-left: -100px;
}

#indicator .wrapSpinner p {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
}

#indicator .wrapSpinner .spinner {
    font-size: 10px;
    width: 200px;
    height: 30px;
    text-align: center;
}

#indicator .wrapSpinner .spinner > div {
    display: inline-block;
    width: 10px;
    height: 100%;
    margin-right: 5px;
    animation: bouncedelay 1.2s infinite ease-in-out;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .8);
}

#indicator .wrapSpinner .spinner .rect2 {
    animation-delay: -1.1s;
}

#indicator .wrapSpinner .spinner .rect3 {
    animation-delay: -1.0s;
}

#indicator .wrapSpinner .spinner .rect4 {
    animation-delay: -.9s;
}

#indicator .wrapSpinner .spinner .rect5 {
    animation-delay: -.8s;
}

@keyframes bouncedelay {
    0%,
    40%,
    100% {
        transform: scaleY(.4);
    }

    20% {
        transform: scaleY(1.0);
    }
}

.cmbx-wrap {
    display: flex;
}

.cmbx {
    flex: 1;
}


.cmbx-wrap.kakao {
    display: flex;
    background: #F5F5F5;
    padding: 24px;
    border-radius: 10px 10px;

}

.cmbx-wrap.kakao  .kkomidtempbox {
    border-radius: 6px;


}

.cmbx-wrap.kakao  .kkomid {
    border: 1px solid #A4A7B2;
 

}


.role-index .login-infobx,
.role-join .login-infobx,
.role-mb .login-infobx,
.role-kakao .login-infobx,
.role-mypage .login-infobx,
.role-cspage .login-infobx,
.role-login .login-infobx,
.role-cts .login-infobx,
.role-payment .login-infobx {
    /*display: none;*/
}

/*#MAIN_NOTI {
    display: none !important;
}*/

.role-indx .login-infobx-after
.role-join .login-infobx-after {
    display: none !important;
}

.role-indx .login-infobx-after.main {
    display: flex !important;
}




div.Design_DetailType_INFO.userinfo .info_item + .info_item {
        border-top: 1px solid #ddd;

}


div.pop_full.index  {
    display:  block;
    max-width:  480px;
    min-width:  initial;
    background:  #EFEFEF;

}

div.pop_full.index >div.pop_headwrap {
    /*padding: 40px 0 10px 0; update jh 230901 */
    height: initial;
    /*text-align: center; update jh 230901 */
    /*justify-content: center; update jh 230901 */
    background:  initial;
    border-bottom: solid 1px #c1c1c1; /* create jh 230901*/
}


div.pop_full.index .titlewrap  h4 {
    /*color: #FFF; update jh 230901*/
    /*text-align: center; update jh 230901 */
    font-size: 32px;
    font-weight: 700;
    border-radius: 30px;
    /*background: #585044; update jh 230901 */
    display: inline-flex;
    /*padding: 5px 10px; update jh 230901 */
    justify-content: center;
    align-items: center;
    /*height:  28px; update jh 230901 */
    /*align-items: center; update jh 230901 */
    /*justify-content: center; update jh 230901 */
    /*align-self:  center; update jh 230901 */
    /*margin:   auto; update jh 230901 */
}

div.pop_full.index .pop_cntwrap{
    max-height:  500px;
    overflow:  auto;
    padding-top:  0;

}

div.pop_full.index .titlewrap {



}
div.pop_full.index .pop_cntwrap h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 132%;
    padding:  0 10px;
}

div.pop_full.index .bt-btnbx {

    width:  100%;
    height:  40px;
    display: flex;
    background:  #fff;

}

div.pop_full.index .bt-btnbx button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C3C3C;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    flex:  1;

}
div.pop_full.index .bt-btnbx button + button {
    border-left:  1px solid #eee;

}
div.pop_full.index > section.pop_cntwrap div.pop_cnts_here {

    background:  initial;
    margin-top:  24px;

}

.gotobtn {
    border-radius: 30px;
    background: #FFF;
    display: inline-flex;
    height: 40px;
    padding: 5px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
    align-items: center;
    justify-content: center;
    justify-items: center;
    display: flex;
    justify-self: center;
    max-width: 200px;
}

.emojiBox .pop_half { /*update hj 230828*/
    max-width: 500px;
    min-height: auto;
    position: absolute;
    top: auto;
    left: 0;
    bottom: auto;
    transform: none;
}

.emojiBox .pop_half .pop_headwrap .titlewrap h1 { /*update hj 230828*/
    margin: 0;
    width: auto;
}

.emojiBoxKakao .pop_half { /*update hj 230828*/
    max-width: 500px;
    min-height: auto;
    position: absolute;
    top: auto;
    left: 0;
    bottom: auto;
    transform: none;
}

.emojiBoxKakao .pop_half .pop_headwrap .titlewrap h1 { /*update hj 230828*/
    margin: 0;
    width: auto;
}

.emojiBoxRcs .pop_half { /*update hj 230828*/
    max-width: 500px;
    min-height: auto;
    position: absolute;
    top: auto;
    left: 0;
    bottom: auto;
    transform: none;
}

.emojiBoxRcs .pop_half .pop_headwrap .titlewrap h1 { /*update hj 230828*/
    margin: 0;
    width: auto;
}

/* 메인화면 공지 팝업 이미지 사이즈*/
div#NOTI_POP_FULL img {
    width: 100%;    /* update 2023/09/01 lyh */
}

body {
    min-width: 1140px;

}