/* ecrm-check 임시 start */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: gray;
}

*::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

:root {
    --color-navy1: #00479d;
    --color-navy2: #1a76ae;
    --color-navy3: #00479d;
    --color-navy4: #b3c8e2;
    --color-navy5: #003478;
    --color-light-blue1: #eef4fa;
    --color-light-blue2: #F8F8FF;
    --color-blue1: #428cf0;
    --color-blue2: #001eff;
    --color-yellow: #ffcb05;
    --color-white: #fff;
    --color-dark-gray1: #656565;
    --color-dark-gray2: #757575;
    --color-dark-gray3: #959595;
    --color-light-gray1: #f2f2f2;
    --color-gray1: #ddd;
    --color-gray2: #ccc;
    --color-gray3: #d5d5d5;
    --color-gray4: #f7f7f7;
    --color-gray5: #bbb;
    --color-black1: #333;
    --color-black2: #353535;
    --color-black3: #454545;
    --color-black4: #555;
    --color-black5: #252525;
    --color-red1: #ff0000;
    --color-red2: #dc3545;
    --color-green1: #0085a1;
    /* --color-light-green1: #f7f7f7; */
    --color-light-green2: #a2debc;
    --color-light-green3: #ecf8f2;
    --color-orange1: #ff4800;
    --color-orange2: #f07b42;
    --color-orange3: #ef7c00;
    --transparent-white1: rgba(255, 255, 255, .4);
    --transparent-white2: rgba(255, 255, 255, .6);
    --transparent-white3: rgba(255, 255, 255, .7);
    --transparent-black: rgba(0, 0, 0, 0.05);
    --transparent-navy: rgba(0, 52, 120, 0.2);
}

/* component checkbox */
.component-checkbox {
	position: relative;
	vertical-align: sub;
}

.component-checkbox input[type=checkbox] {
    appearance: none;
    width: 14px;
    height: 14px;
}

.component-checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid var(--color-gray2);
    /* transition: all .3s; */
}

.component-checkbox input[type=checkbox]:checked::before {
    background-color: var(--color-navy5);
    border-color: var(--color-navy5);
}

.component-checkbox input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 4.5px;
    width: 5px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0; 
    /* transform: rotate(45deg) scale(0); */
    /* transition: all .3s; */
}

.component-checkbox input[type=checkbox]:checked::after {
    opacity: 1;
    /* transform: rotate(45deg) scale(1); */
}
/* ecrm-check 임시 end */

body {
	font-family: "Noto Sans KR", sans-serif;
	word-break: break-word;
}

body.disabled {
	overflow: hidden;
}

button {
	border: none;
	font-family: "Noto Sans KR";
	cursor: pointer;
	outline: none;
}

button:focus {
	outline: 2px solid #000;
	box-shadow:0 0 0 4px #ADC1D5;
}

input[type="text"], input[type="password"], input[type="email"] {
	-webkit-appearance: none;
	-webkit-appearance: none;
	background-clip: padding-box;
	box-shadow: none !important;
}
input[type="text"]:focus , input[type="password"]:focus, input[type="email"]:focus {
	border: 2px solid #000 !important;
}
input:focus {
	box-shadow:0 0 0 2px #ADC1D5;
}
input[type="checkbox"][disabled]:checked,
input[type="radio"][disabled]:checked {
	background: #858585;
	box-shadow: 0 0 0 1px #858585;
}

select {
		background-color: #fff;
}
select:disabled {
	background: rgba(239, 239, 239, .3);
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

textarea {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
textarea:focus {
	box-shadow:0 0 0 2px #ADC1D5;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.hyphen {
	margin: 0 10px;
}

.inner1200 {
	width: 1200px;
	margin: 0 auto;
}

.show640 {
	display: none;
}

.hide {
	display: none;
}

.opacity {
	opacity: 0;
}

.red {
	font-weight: 700;
	color: #e53a40;
}

.red-f {
	font-weight: 700;
	color: #e53a40 !important;
}

.blue-f {
	font-weight: 700;
	color: #5353f1 !important;
}

.blue {
	font-weight: 700;
	color: #0c2b5a;
	word-break: break-word; 
}

.color-red {
	color: red;	
}

.color-blue {
	color: blue;	
}

.margin-right-4 {
	margin-right: 4px !important;
}


.link {
	color: #214986;
	font-weight: 500;
	word-break: break-all;
}

.link:hover {
	text-decoration: underline;
}

.menu_btn {
	display: none;
}

.mobile_right {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-weight: 500;
}

.mobile_right a {
	margin-bottom: 10px;
}

.mobile_right a:last-child {
	margin-bottom: 0;
	font-size: 11px;
}

.blind {
	position: absolute;
	top: -99999px;
	left: -99999px;
	width: 1px;
	height: 1px;
	color: transparent;
}

.bg-shadow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 8;	
}

.bg-shadow.on {
	display: block;
}

label {
	cursor: pointer;
}

a:hover {
	color: initial;
	text-decoration: none;
}

a:focus {
	 box-shadow:0 0 0 2px #ADC1D5;
}

.underline {
	text-decoration: underline;
}

/* header */
header {
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 95px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	z-index: 10;
}

header.color {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

header.color h1 a {
	line-height: 1;
	color: #fff;
}

header.color .header_nav>ul>li>a {
	color: #fff;
}

header .inner1200 {
	position: relative;
}

header h1 {
	display: flex;
	position: absolute;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
}

header h1 a {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.88px;
	text-align: left;
	color: #0053a6;
}
header h1 a:focus {
	box-shadow: none;
}

header h1 a span {
	font-size: 13px;
    font-weight: 400;
    letter-spacing: -1px;
}

header .menu_btn {
	display: none;
	position: absolute;
	top: 50%;
	left: 5px;
	z-index: 1000;
	transform: translateY(-50%);
	padding: 0 5px;
	background: none;
	border: none;
	opacity: 1 !important;
	cursor: pointer;
}

header .menu_btn::before {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 28px;
	color: #333;
}

header .menu_btn.close::before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 28px;
	color: #333;
}

header .header_nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .header_nav>ul {
	display: flex;
}

header .header_nav>ul>li {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 60px;
	height: 95px;
}

header .header_nav>ul>li:last-child {
	margin-right: 0;
}

header .header_nav>ul>li:hover>ul  {
	display: block;
}

header .header_nav>ul>li>a {
	display: flex;
	position: relative;
	height: 50px;
	align-items: center;
	font-size: 17px;
	letter-spacing: -0.68px;
	color: #252525;
}

header.main .header_nav>ul>li>a {
	color: #fff;
}

header .header_nav>ul>li>a.add {
	padding-right: 20px;
}

header .header_nav>ul>li>a.add::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-30%);
	border-top: 4px solid #000;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

header.color .header_nav>ul>li>a.add::before {
	border-top: 4px solid #fff;
}

header .header_nav>ul>li>ul {
	display: none; 
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 155px;
	background: #fff;
	border: 1px solid #ddd;
	border-width: 0 1px 1px;
	z-index: 1;
}
header .header_nav>ul>li>ul.active  {
	display: block;
}
header .header_nav>ul>li>ul>li>a {
	display: flex;
	padding: 16px 0 18px;
	align-items: center;
	justify-content: center;
	text-align : center;
}

header .header_nav>ul>li>ul>li>a:last-child {
	padding-bottom: 18px;
}

header .sub_nav {
	display: none;
}

footer {
	position: relative;
	box-sizing: border-box;
	height: auto; 
	padding: 22px 0 25px;
	margin-top:3px;
	background: #f5f5f5;
	word-break: keep-all;
	z-index: 1;
}

footer .inner1200 {
	display: flex;
	position: relative;
	height: 100%;
}

footer .footer_logo {
	display: flex;
	margin-right: 25px;
}

footer .footer_logo li {
	margin-right: 15px;
}

footer .footer_logo li:last-child {
	margin-right: 0;
}

footer .desc {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: -0.56px;
	color: #858585;
	word-break: keep-all; 
	overflow-wrap: anywhere;
}

footer .desc .group {
	display: flex;
	margin-bottom: 5px;
}

footer .desc .group.font-family-EN,
footer .desc .group.font-family-JP {
	flex-direction: column;
}

footer .desc .group address {
	position: relative;
	margin-right: 25px;
}

footer .desc .group address::before {
	content: "|";
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	font-size: 12px;
}

footer .desc .group.font-family-EN address::before,
footer .desc .group.font-family-JP address::before {
	display: none;
}

footer .desc .copy {
	margin-bottom: 10px;
}

footer .desc .warning {
	display: inline-block; 
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.52px;
	color: #3d7ece;
	word-break: break-word; 
	overflow-wrap: anywhere;
}

footer .footer_link {
	display: flex;
	margin-bottom: 10px;
}

footer .footer_link li {
	position: relative;
	margin-right: 25px;
}

footer .footer_link li::before {
	content: "|";
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	font-size: 12px;
	color: #858585;
}

footer .footer_link li:last-child {
	margin-right: 0;
}

footer .footer_link li:last-child::before {
	display: none;
}

footer .footer_link li a {
	font-family: 'S-CoreDream-5';
	font-size: 14px;
	letter-spacing: -0.4px;
	color: #555;
}

.footer-webwatch {
	position: absolute;
	right: 0;
	top: 0;
}

/* watermark, 워터마크 */
.watermark {
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	font-size: 20px;
	font-weight: 700;
	color: rgba(10, 10, 10, 0.1);
	user-select: none;
	z-index: 10;
}

.watermark>p {
	margin-bottom: 20px;
}

.watermark>p>span {
	padding: 0 70px;
	line-height: 16;
	font-size: 13px;
}
.skip_nav {
	position: absolute;
	left:0;
	top:0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 2px solid #000;
}
.skip_nav a {
	position: absolute;
    left: 0;
    top: -40px;
    z-index: -20;	
}
.skip_nav a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 40px;
    background: #ee3990;
    color: #fff;
    z-index: 1020;
}
.header_top_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	height: 40px;
	width: 100%;
	background: #0c2b5a;
}

.header_top_nav .inner1200 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header_top_nav .inner1200>div {
	display: flex;
	align-items: center;
	height: 100%;
}

.header_top_nav .inner1200 .user {
	margin-right: 15px;
	font-size: 14px;
	color: #fff;
}

.header_top_nav .inner1200 .user span {
	font-weight: 700;
}

.header_top_nav .inner1200 .right span {
	font-size: 14px;
	color: #fff;
}

.header_top_nav .inner1200 .right span a {
	color: #fff;
	font-weight: 700;
}

.header_top_nav .button {
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
}

.header_top_nav .button::before {
	content: url("/asset/images/icon_unlock.png");
	margin-top: 2px;
	margin-right: 5px;
}

.header_top_nav .button.login::before {
	content: url("/asset/images/icon_lock.png");
}

.header_top_nav .button:last-child {
	margin-right: 0;
}

.login_status {
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	height: 60px; 
	padding: 10px;
	background: #0c2b5a;
}

.login_status>div {
	display: flex;
}

.login_status .top {
	font-size: 14px;
	color: #fff;
}

.login_status .top span {
	font-weight: 700;
}

.login_status .top+.bottom {
	margin-top: 10px;
}

.login_status a, .login_status button {
	align-items: center;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
}

.login_status a:last-child, .login_status button:last-child {
	margin-right: 0;
}

.login_status a::before {
	display: inline;
	margin-right: 3px;
	vertical-align: -2px;
}

.login_status a.login::before {
	content: url(/asset/images/icon_lock.png);
}

.login_status a.logout::before {
	content: url("/asset/images/icon_unlock.png");
}


div.mi_img {
	position: fixed;
	display: flex;
    flex-direction: column;
    margin-top: 10px;
    box-shadow: -5px -3px 20px 4px grey;
}

div.mi_img > button {
	background-color : #fd1f1f;
	color : white;
}

a.top_button {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	background: #717171;
	border-radius: 50%;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}
a.top_button.hide {
	display: block !important; 
	opacity: 0; 
	pointer-events: none;
}
a.top_button.show {
	display: block !important; 
	opacity: 1; 
	pointer-events: auto;
}
a.top_button:hover {
	color: #fff;
}
.top_button img {
	display:block;
	margin: 10px auto 5px;
	margin-bottom: 5px;
}

/* a.chatbot_button {
	position: fixed;
	bottom: 90px;
	right: 30px;
	width: 110px;
	height: 129px;
	width: auto;
	height: auto;
	z-index: 3;
}

a.chatbot_button::before {
    content: url(/asset/images/icon_chatbot_tooltip.png);
    display: inline-block;
    position: absolute;
    left: -114px;
    top: -48px;
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
 
}

a.chatbot_button:focus::before, a.chatbot_button:hover::before {
    opacity: 1;
    visibility: visible;
}

a.chatbot_button > img {
	width: 80px;
} */

.top_info_list {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	height: 100%;
}
.top_info_list.not_position {
	position: static;
	transform: none;
}

.top_info_list li {
	display: flex;
	align-items: center;
	height: 35px;
	margin-right: 20px;
	padding: 10px 0 10px 30px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.top_info_list li.letter {
	background-image: url("/asset/images/icon_alert.png");
}

.top_info_list li.ip {
	background-image: url("/asset/images/icon_ip_blue.png");
}

.top_info_list li.date {
	background-image: url("/asset/images/icon_time_blue.png");
}

.top_info_list li:last-child {
	margin-right: 0;
}

.top_info_list li dl {
	display: flex;
	font-size: 14px;
}

.top_info_list li dl dt {
	margin-right: 10px;
	font-weight: 700;
	color: #0c2b5a
	
}

.top_info_list li dl dd {
	color: #555;
}

.btn_group a {
	display: inline-block;
	min-width: 50px;
	height: 30px;
	margin-right: 5px;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	background-color: #0c2b5a;
	font-size: 14px;
	color: #fff;
}

table caption {
	position: absolute;
    top: -9999999px;
    left: -9999000px;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    color: transparent;
}

.privacy_icon{
	width:40px;
	vertical-align:middle;
	margin: 0px 4px 4px 0px;	
}

.privacy_list_btn{
    background: #0c50a2;
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.privacy_button_group{
	margin:30px;
}
.privacy_button_group a:focus{
    /*outline: none;*/
    border:2px solid #bcd3f6;
    border-radius: 2px;
}

