@charset "utf-8";
/* CSS Document */
/*
Colors:
	Body 		  : #31344b
	Headers 	  : #292f45
	Primary       : #00a99d
	Light         : #7885a4
	Grey 		  : #d2d6e2
	Strong        : #ed5565

------------------------------------*/

/* @font-face {
	font-family: 'Noto Sans Kr';
	font-style: normal;
	font-weight: 500;
	src:
		local('Noto Sans Medium'),
		local('NotoSans-Medium'),
		url('../font/NotoSansKR-Medium.woff2') format('woff2'),
		url('../font/NotoSansKR-Medium.woff') format('woff'),
		url('../font/NotoSansKR-Medium.eot'),
		url('../font/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-Medium.otf') format('opentype');
} */
/* @font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src:
	local('Noto Sans Light'),
	local('NotoSans-Light'),
	url(../font/NotoSansKR-Light.woff2) format('woff2'),
	url(../font/NotoSansKR-Light.woff) format('woff'),
	url(../font/NotoSansKR-Light.otf) format('opentype');
}  */

@font-face {
	font-family: 'Noto Sans KR';
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	src:
	local('Noto Sans Regular'),
	local('NotoSans-Regular'),
	url(../font/NotoSansKR-Regular.woff2) format('woff2'),
	url(../font/NotoSansKR-Regular.woff) format('woff'),
	url(../font/NotoSansKR-Regular.otf) format('opentype');
} 

@font-face {
	font-family: 'Noto Sans KR';
	font-display: auto;
	font-style: normal;
	font-weight: 500;
	src:
	local('Noto Sans Medium'),
	local('NotoSans-Medium'),
	url(../font/NotoSansKR-Medium.woff2) format('woff2'),
	url(../font/NotoSansKR-Medium.woff) format('woff'),
	url(../font/NotoSansKR-Medium.otf) format('opentype');
} 


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html { width: 100%; height: 100%; font-size: 16px;}

body, h1, h2, h3, h4, h5, h6, input, textarea, select { font-family: 'Noto Sans KR', sans-serif;}

body {
		font-size: 1rem;
		line-height: 1.5;
		overflow-x: hidden;
		color: #363b43;
		font-family: 'Noto Sans Kr', sans-serif;
		font-weight: 400;
		width: 100%;
		height: 100%;
}

h1, h2, h3, h4, h5, h6 {
		font-weight: 500;
		margin-top: 0px;
		color: #10161A;
}

h1 { font-size: 1.6rem;}
h2 { font-size: 1.4rem;}
h3 { font-size: 1.3rem;}
h4,h5,h6 { font-size: 1rem;}


strong,b { font-weight: 500;}
p { margin-top: 0.5em; margin-bottom: 1em;}

a {
		color: #00a99d;
		text-decoration: none;
		-webkit-transition: 0.2s opacity;
		transition: 0.2s opacity;
}

a:hover, a:focus {
		text-decoration: none;
		outline: none;
		opacity: 0.9;
		color: #09645e;
}

button { border: none; background: none; font-family: 'Noto Sans Kr', sans-serif; font-size: 1rem;}

::-moz-selection { background-color: #00a99d; color: #FFF;}
::selection { background-color: #00a99d; color: #FFF;}

ul, ol { margin: 0; padding: 0; list-style: none;}

.new:after { 
	content: "N"; 
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	right: 0;
	width: 1.6em; 
	height: 1.6em; 
	border-radius: 50%; 
	background: #3cb878; 
	color: #fff; 
	text-align: center; 
	line-height: 1.6em; 
	font-size: .9rem; 
	font-weight: 500; 
}

.blue-text { color: #025185;}
.lightBlue-text { color: #448ccb;}
.red-text { color: #ed145b;}
.name { color: #0fe56e;}
.tempID { color: #f29222;}
.mainColor { color: #00a99d;}

.text-left { text-align: left !important;}
.text-right { text-align: right !important;}

.help { display: inline-block; position: relative; padding: 0 .5em;}
.help:before { content: "※"; display: inline-block; padding-right: .5em;}

/* -- Section BoxType & layout & Etc CSS -- */
.wrap { width: 100%; height: 100%;}

/* .wrap.index .contents { padding-top: 592px;} */
/* .wrap.sub .contents { padding-top: 316px;} */

.wrap.sub .header-top { padding-bottom: 100px;}
.header-top{ position: relative;}
.colMax { max-width: 1300px; margin: 0 auto; overflow: hidden;}
.colMax:after { content: ""; display: block; clear: both;}
.colMax > [class*="col"] { float: left; padding: 2em 1em;}
.colMax .col20 { width: 20%;}
.colMax .col35 { width: 35%;}
.colMax .col50 { width: 50%;}
.colMax .col65 { width: 65%;}
.colMax .col65 + .col65 { padding-top: 0;}
.colMax .col80 { width: 80%;}
.colMax .col100 { width: 100%;}

.mainPadding { padding-left: 1em; padding-right: 1em;}
.margin-1em { margin: 1em;}
.w12em { width: 12em !important;}

.itemContainer { padding-top: 1em; padding-bottom: 1em;border-top: 2px solid #2f343f; border-bottom: 1px solid #2f343f;}
.itemContainer.noHead { margin-top: 3.85em;}

.grey-Fbox { background-color: #e5e7ec; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6;}

.rBox { padding: .7em; border: 1px solid #d2d6e2;border-radius: 5px; background: #fff; overflow: hidden; clear: both;}
.scrollBox { padding: .3em; overflow-y: auto; min-height: 5em;}

.rTitle { border-radius: 3em; background-color: rgba(248, 240, 237, .8); overflow: hidden;}
.rTitle > * { padding: .4em; display: inline-block; vertical-align: middle;}
.rTitle > .hCopy { font-size: 1rem;}

.inputList,
.mainList { padding: 0 .5em;}
.mainList li { margin-bottom: 1em; padding-left: 1em; background: url(../images/bullet_grey.png) no-repeat left .5em;}
.mainList li.bulMid { background: url(../images/bullet_grey.png) no-repeat left center;}
.mainList li:last-child { margin-bottom: 0;}
.mainList li.attention { background-image: url(../images/bullet_red.png); color: #ed145b; font-weight: 400;}

.inputList h4 { margin-left: 1em; color: #025185; font-size: 1.1rem; margin-bottom: .3em;}
.inputList li { margin-bottom: 1em;}
.inputList li:last-child { margin-bottom: 0;}
.inputList .readInput { padding: .5em 1em; background-color: #f3edeb; border-radius: 3em;}

.linkTab { padding-top: 1em;}
.linkTab ul li { display: inline-block;}
.linkTab ul li a { display: block; background-color: #fff; border: 2px solid #2f343f; border-radius: 1em 1em 0 0; font-size: 1.2rem; padding: .5em 1.5em; font-weight: 500; margin-bottom: -2px; color: #2f343f;}
.linkTab ul li.active a { background-color: #2f343f; color: #fff;}
.linkTabCnt { border-top: 2px solid #2f343f; border-bottom: 1px solid #2f343f;}
.linkTabCnt [class*="col"] { float: left; padding: 2em 1em;}
.linkTabCnt:after { content: ""; display: block; clear: both;}

/* Style the tab */
.tab { overflow: hidden;}
.tab button { background-color: inherit; float: left;  border: 2px solid #2f343f; outline: none; cursor: pointer;  padding: .7em 1em .7em 3em; border-radius: .5em .5em 0 0; transition: 0.3s; font-size: 1.1rem; font-weight: 500; background-repeat: no-repeat; background-position: 1em; margin-right: .5%;}
.tab button:hover { background-color: #ddd;}
.tab button.active { background-color: #2f343f; color: #fff;}
.tab button.certDSA-button { background-image: url(../images/ic_certDSA.png);background-position-x:35%;}
.tab button.certDSA-button.active { background-image: url(../images/ic_certDSA_act.png);background-position-x:35%;}
.tab button.hp-button { background-image: url(../images/ic_phone.png); background-position-x:35%;}
.tab button.hp-button.active { background-image: url(../images/ic_phone_act.png); background-position-x:35%;}
.tab button.ipin-button { background-image: url(../images/ic_ipine.png); background-position-x:35%;}
.tab button.ipin-button.active { background-image: url(../images/ic_ipine_act.png); background-position-x:35%;}
.tabcontent {	display: none; margin-top: -2px; animation: fadeEffect 1s; text-align: center;}
.tabcontent > .formGroup {	padding: 1.5em 4em 2em;}
.btnContainer {	padding: 0 10em;}
.btnContainer > a {	display: block; margin-bottom: 1em;}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* --  background image & background-color section  -- */

.bg-img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-position: center;
	background-size: cover;
	/* background-attachment: fixed; */
}

.bg-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .1;
	background: #c8e6e6;
}

.bg-light { background-color: #eef2f7;}

/* Form CSS */
/* .formGroup { margin: .2em;} */
.formGroup .formRow { margin-bottom: .5em; padding: .3em; display: table; width: 100%; table-layout: fixed;}
.formGroup .formRow:last-child { margin-bottom: 0;}
.formGroup .formRow > .titColS { display: table-cell; padding:0 1em; white-space: nowrap; font-size: 1.1rem; font-weight: 400; text-align: right; vertical-align: middle; color: #025185;}
.formGroup .formRow > .titColS { width: 8em;}
.formGroup .formRow > .containerItem { display: table-cell; vertical-align: middle;}
.formGroup .formRow > .containerItem.dash { width: 1.5em; text-align: center;}
.formGroup .formRow input[type="text"],
.formGroup .formRow input[type="password"],
.formGroup .formRow select { width: 100%;}

/* .containerItem.date { width: 25em;} */
.containerItem.date .row { margin-bottom: 0;}
.containerItem.date .dateBtn { position: relative; display: inline-block; width: 10em; overflow: hidden; vertical-align: middle;}
/* .containerItem.date .dateBtn:last-child { margin-right: 0;} */
.containerItem.date .dateBtn button { position: absolute; top: 50%; margin-top: -11px; right: 5px; width: 22px; height: 21px; font-size: 0; color: transparent; background: url(../images/ic_cal.png) no-repeat center;}
.containerItem.date .dateBtn input { width: 100%; padding-right: 2em;}

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="date"], 
input[type="url"], 
input[type="tel"], 
textarea {
	min-width: 3em;
	background: #f9f5f3;
	border:1px solid #aab6d3;
	border-radius: .5em;
	color: #303952;
	font-size: 1rem;
	padding: .4em .5em;
	box-sizing: border-box;
	-webkit-transition: 0.2s border-color;
	transition: 0.2s border-color;
}
textarea { width: 100%;}

select { 
	padding: .3em 2em .5em .3em;
	min-width: 3em;
	font-size: 1rem;
	border: 1px solid #aab6d3;
	border-radius: .5em; 
	background:#f9f5f3 url(../images/ic_selOpen.png) no-repeat right center;
	-webkit-appearance: none;
	appearance: none;
	color: #303952;
}
select::-ms-expand { display: none;}

.containerChk {
	display: inline-block;
	position: relative;
	padding-left: 25px !important;
	margin-right: 1em;
	height: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.containerChk input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmark { position: absolute; top: 50%; margin-top: -9px; left: 0; height: 22px; width: 22px; border:1px solid #ccd1d9; border-radius: 4px; background-color: #eee;}
.checkmark.radio { margin-top: -9px; border-radius: 50%; background-color: #eee;}
.containerChk:hover input ~ .checkmark { background-color: #ccc; border-color: #f6bb42;}
.containerChk input:checked ~ .checkmark { background-color: #fd5451; border-color: #fd5451;}
.checkmark:after { content: ""; position: absolute; display: none;}
.containerChk input:checked ~ .checkmark:after { display: block;}

.containerChk .checkmark:after {
	left: 6px;
	top: 1px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.containerChk .checkmark.radio:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

/* --  Buttons  -- */
button { cursor: pointer; border-radius: 0; outline-style: solid; outline-color: transparent;}

.main-btn,
.dark-btn,
.grey-btn, 
.outline-btn {
	display: inline-block;
	padding: .2em .9em;
	margin: .1em;
	border: 2px solid transparent;
	border-radius: 5px;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.main-btn { background: #1cbbb4; color: #FFF;}
.dark-btn { background: #2f343f; color: #FFF;}
.grey-btn { background: #7885a4; color: #FFF;}
.outline-btn { background: transparent; color: #39435d !important; border-color: #39435d;}

.main-btn:hover, 
.dark-btn:hover, 
.outline-btn:hover {
	opacity: 0.7;
}

.main-btn:hover { color: #fff;}
.dark-btn:hover { color: #fff;}
.grey-btn:hover { color: rgba(255,255,255,.7);}
.rounded { border-radius: 3em; font-size: 1.1rem; font-weight: 400;}
.download { border-radius: 3em; font-size: 1.1rem; font-weight: 400;}
.download:after { content: url(../images/ic_down.png); display: inline-block; margin-left: 1em; vertical-align: middle;}
.grey-btn.download:after { content: url(../images/ic_down_white.png);}

.more { 
	position: relative;
	display: inline-block; 
	font-weight: 500;
	font-size: 1rem;
	padding: .3em 30px .3em .3em; 
	color: #31344b;
}
.more:after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	right: 0;
	border-radius: 12px;
	background:#31344b url(../images/ic_more.png) no-repeat center;
}
.more:hover:after,
.more:focus:after { background-color: #1aacb3;}

/* icon CSS */
.icon { display: inline-block; width: 36px; height: 36px; position: relative; vertical-align: middle; overflow: hidden; color: transparent;}
.icon:before { content: ""; position: absolute; width: 36px; height: 36px; top: 0; left: 0; background-repeat: no-repeat; background-position: center center;}
.icon.certi:before { background-image: url(../images/ic_certi.png);}
.icon.docu:before { background-image: url(../images/ic_docu.png);}
.icon.law:before { background-image: url(../images/ic_law.png);}
.icon.golink:before { background-image: url(../images/ic_link.png);}
.icon.subtit:before { background-image: url(../images/ic_subTit.png);}
.icon.reflesh:before { background-image: url(../images/ic_reflesh.png);}
.icon.voice:before { background-image: url(../images/ic_sound.png);}
.icon.ok:before { background-image: url(../images/ic_ok.png);}
.icon.cancel:before { background-image: url(../images/ic_cancel.png);}
.icon.caution:before { background-image: url(../images/ic_caution.png);}

/*간편인증 덮어쓰기 CSS*/
.oacxHtml body header *,
.oacxHtml body footer *,
.oacxHtml body .contents * { font-size: 16px !important;}




