@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);



/*color palette*/
.txt_color_black {
	color: #000;
}

.txt_color_white {
	color: #fff;
}

.txt_color_navy {
	color: #21233a;
}

.txt_color_slate {
	color: #333856;
}

.txt_color_orange {
	color: #f18e30;
}

.txt_color_red {
	color: #f00;
}

.txt_color_battleship_grey {
	color: #6b6d7a;
}

.txt_color_lightslate {
	color: #4b4f65;
}

.txt_color_595959 {
	color : #595959;
}

.txt_color_modalorange {
	color: #ef5e2b;
}

.bg_color_black {
	background-color: #000;
}

.bg_color_white {
	background-color: #fff;
}

.bg_color_navy {
	background-color: #21233a;
}

.bg_color_slate {
	background-color: #333856;
}

.bg_color_ligthslate {
	background-color: #4b4f65;
}

.bg_color_orange {
	background-color: #f18e30;
}

.bg_color_modalorange {
	background-color: #ef5e2b;
}

/*text properties*/
.ft_thin {
	font-weight : 100;
}

.ft_light {
	font-weight : 300;
}

.ft_demilight {
	font-weight : 350;
}

.ft_regular {
	font-weight : 400;
}

.ft_medium {
	font-weight: 500;
}

.ft_bold {
	font-weight: 700;
}

.ft_black {
	font-weight : 900;
}


/*position properties*/
.centered {
	text-align: center;
	vertical-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.flexbox {
	display : flex;
	align-items: center;
}

.clear-element {
	clear: both; /* or left */
}

.sticky {
	position : sticky;
	top : 3.125rem;
	/*height: 3.125rem;*/
}

.con-title, .con-desc {
	/*text-shadow: 0 0 .125rem rgba(0,0,0,72%);*/
}

.no-shadow {
	text-shadow : none;
}

.con-desc {
	line-height : 1.25rem;
}

.underline {
	border-bottom: 1px solid black;
}

:root {
	/*font-size : 16px;*/
}

.svcinfo-close, .cs-close {
	font-size: .75rem;
}

html, body {
	margin : 0;
	padding : 0;
	overflow-x: hidden;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
	color : #fff;
	background-color: #333856;
	text-align: center;
	box-sizing: border-box;
}

p {
	margin : 0;
	padding : 0;
}

a, a:active, a:link, a:visited, a:hover {
	color: white;
	text-decoration : none;
}

ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	display : block;
	align-content: center;
}

ul > li {
	/*text-align : center;*/
	float: left;
}

#wrap {
	/*margin: 0 auto;*/
}

header {
	/*display : block;*/
	width: 100vw;
	height : auto;
	margin-right : auto;
	margin-left : auto;
	/*vertical-align: center;*/
}

header > nav {
	/*top: 3.125rem;*/
	/*left : 50%;*/
	height : 3.125rem;
}

header > nav > ul {
	position: relative;
	/*left: 0;*/
	align-content: center;
}

header > nav > ul > li {
	/*font-size: .78125rem;*/
	font-size: .75rem;
	letter-spacing: -.05859375rem;
}


header > nav > ul:first-child {
	vertical-align: bottom;
}

header > nav > ul > li > a {
	display : block;
	/*margin : .78125rem;*/
	margin : .75rem .5rem .5rem;
}

header > nav > ul > li:nth-child(4) > a:first-child {
	display : inline-block;
	margin : .75rem 0 .75rem .25rem;
}

header > nav > ul > li:nth-child(4) > a:last-child {
	display : inline-block;
	margin : .75rem .25rem .75rem 0;
}

header > nav > ul > li:first-child > a {
	display: block;
	/*margin-left : 4.563rem;*/
}

header > nav > ul > li:first-child > a > img {
	width: 1.375rem;
	height: auto;
	vertical-align: bottom;
	/*padding: .78125rem;*/
}

header > nav > ul > li:nth-child(6) > a > img {
	width: .78125rem;
	vertical-align : baseline;
	padding-top: .1875rem;
	height: auto;
}

#contents {
	display : block;
	position : relative;
}

#contents > #mobile_app {
	position: relative;
	/*clear : both;*/
}

#contents > #mobile_app > .con-title {
	margin-top : 2.859375rem;
}

#contents > #mobile_app > .main_logo {
	width: 9.875rem;
	height : 1.265625rem;
	margin-top : .8125rem;
}

#contents > #mobile_app > a > img {
	width : 10rem;
	height : auto;
	margin : .25rem;
}

#contents > #mobile_app > .con-desc {
	/*margin-top : 1.078125rem;*/
	margin-top: .8125rem;
	margin-bottom : .8125rem;
}

#contents > #pc_app {

}

#contents > #pc_app > .con-title {
	margin-top : 2.859375rem;
}

#contents > #pc_app > a > img {
	width: 2.34365rem;
	height : auto;
	margin : 1rem;
}

#contents > #pc_app > .con-desc {
	margin-top : .5rem;
}

#contents > #site_reg {

}

#contents > #site_reg > .con-title {
	margin-top : 2.859375rem;
}

#contents > #site_reg > .con-desc {
	margin-top: .8125rem;
}

#contents > #use_svc {

}

#contents > #use_svc > .con-title {
	margin-top : 2.859375rem;
}

#contents > #use_svc > .con-desc {
	margin-top: .8125rem;
	margin-bottom: 2.359375rem;
}

footer {
	height : 11.71875rem;
}

footer > #ci_logo {

}

footer > #ci_logo > a > img {
	width : 6.578125rem;
	height : 1.71875rem;
	/*margin-top: 2.859375rem;*/
	margin-top: 1.90625rem;
	margin-bottom: 1.270833rem;
}

footer > #footage {

}

footer > #footage > p {
	font-size : .625rem;
	line-height : 1rem;
}

#svcinfo, #cs {
	position: fixed;
	width : 15rem;
	height : 0;
	margin : 0 auto;
	clear : both;
	/*위치는 jquery에서 처리*/
	left : /*calc(50vw - 6.25rem);*/ -2999px;
	top : /*calc(50vh - 15rem);*/ -2999px;
	border : none;
	background-color: white;
	z-index : 1000;
}

#svcinfo > .svcinfo-trail {
	border-top-left-radius : .3125rem;
	border-top-right-radius : .3125rem;
}

#svcinfo > .svcinfo-trail > video {
	border-top-left-radius : .3125rem;
	border-top-right-radius : .3125rem;
	width: 15rem;
	height: auto;
}

#svcinfo > .svcinfo-desc {}

#svcinfo > .svcinfo-desc > .desc-subtitle {
	padding-top: 1.25rem;
	font-size: .833rem;
}

#svcinfo > .svcinfo-desc > .desc-title {
	font-size: 1.25rem;
	letter-spacing : -.125rem;
}

#svcinfo > .svcinfo-desc > .desc-text {
	padding-top: 1.25rem;
	padding-bottom : 1.25rem;
	font-size : .75rem;
	line-height : 1rem;
	letter-spacing: -.0625rem;
}

#svcinfo > .svcinfo-close {
	height: 1.875rem;
	line-height : 1.875rem;
	border-bottom-left-radius : .3125rem;
	border-bottom-right-radius : .3125rem;
	cursor: pointer;
}

#cs > .cs-desc {}

#cs > .cs-trail {
	border-top-left-radius : .3125rem;
	border-top-right-radius : .3125rem;
}

#cs > .cs-trail > img {
	width: 15rem;
	height : auto;
}

#cs > .cs-desc > .desc-subtitle {
	padding-top: 1.25rem;
	font-size: .833rem;
}

#cs > .cs-desc > .desc-title {
	font-size: 1.25rem;
	letter-spacing : -.125rem;
}

#cs > .cs-desc > .desc-title * {
  color: #21233a !important;
}

#cs > .cs-desc > .desc-text {
	padding-top: .75rem;
	padding-bottom : .75rem;
	font-size : .75rem;
	line-height : 1rem;
	letter-spacing: -.0625rem;
}

#cs > .cs-desc > .desc-email a, #cs > .cs-desc > .desc-qna a {
	color: #595959;
}

#cs > .cs-desc > .desc-caption {
	font-size : .5rem;
	letter-spacing: -.0625rem;
}

#cs > .cs-desc > .desc-email {
	padding-top: .6565rem;
	padding-bottom : .6565rem;
	font-size : .75rem;
	line-height : .8125rem;
	/*letter-spacing: -.0625rem;*/
}

#cs > .cs-desc > .desc-qna {
	display : inline-block;
	margin-bottom: 1.25rem;
	font-size : .75rem;
	letter-spacing: -.0625rem;

}

#cs > .cs-close {
	height: 1.875rem;
	line-height : 1.875rem;
	border-bottom-left-radius : .3125rem;
	border-bottom-right-radius : .3125rem;
	cursor: pointer;
}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	background-color:rgba(0,0,0,0.72);
	display:none;
}


#backdrop {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.72);
  backdrop-filter: saturate(180%) blur(.188rem);
  -webkit-backdrop-filter: saturate(180%) blur(.188rem);
  z-index: 100;
}

#dialog-message {
  margin: 0 auto;
  vertical-align: middle;
  font-weight: 300;
  line-height: 1.81;
  letter-spacing: -0.05rem;
  text-align: justify;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255 ,255);
  /* border-radius: 1rem; */
}


.ui-dialog .ui-dialog-title {
  font-size: 0.75rem;
  letter-spacing: -0.1rem;
  width: 100%;
}

/*cs menu */
#cs-menu {
	display: none;
	position: absolute;
	background-color: #ccc;
	font-size: 10px;
    border: 1px solid #333856;
    width: 100px;
}

#cs-menu ul {
	list-style: none;
	margin: 0;
}

#cs-menu ul li {
	border-bottom: 1px solid #333856;
	cursor: pointer;
	line-height: 25px;
	float:none;
}	

#cs-menu ul li a {
	color:#333856;
	cursor: pointer;
}