@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');




/*
	Dopetrope by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@font-face {
    font-family: 210Gothic010;
    src: url('../webfonts/210MGothic010.ttf');
}
@font-face {
    font-family: 210Gothic020;
    src: url('../webfonts/210MGothic020.ttf');
}
@font-face {
    font-family: 210Gothic030;
    src: url('../webfonts/210MGothic030.ttf');
}
@font-face {
    font-family: 210Gothic040;
    src: url('../webfonts/210MGothic040.ttf');
}
@font-face {
    font-family: 210Gothic050;
    src: url('../webfonts/210MGothic050.ttf');
}
@font-face {
    font-family: 210Gothic060;
    src: url('../webfonts/210MGothic060.ttf');
}
@font-face {
    font-family: 210Gothic070;
    src: url('../webfonts/210MGothic070.ttf');
}
@font-face {
    font-family: 210Gothic080;
    src: url('../webfonts/210MGothic080.ttf');
}
@font-face {
    font-family: 210Gothic090;
    src: url('../webfonts/210MGothic090.ttf');
}
@font-face {
    font-family: 210Gothic100;
    src: url('../webfonts/210MGothic100.ttf');
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;.checkpwd
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: '210Gothic010'!important;
}

body, button, input, select, table, textarea {
	color: #333;
	font-family: 'NanumSquareRound', "Apple SD Gothic Neo", "Nanum Gothic", 'Lato',
	Helvetica, sans-serif, "Noto Sans KR" ,"Malgun Gothic", "맑은 고딕", Dotum, '돋움' ;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-family: '210Gothic010'!important;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

select {
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.a-center {
	text-align: center;
}

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

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

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, select {
		font-weight: 300;
		color: #5d5d5d;
		font-size: 14pt;
		line-height: 1.75em;
	}

	strong, b {
		color: #252122;
		font-weight: 400;
	}

	i, em {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote {
		border-left: solid 0.75em #dddddd;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #252122;
		font-weight: 700;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.35em;
	}

	a {
		color: #fff;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	br.clear {
		clear: both;
	}

	hr {
		border: 0;
		border-top: solid 1px #dddddd;
		height: 1px;
		margin: 2em 0 2em 0;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}
	.backtotop {
		display: none;
		position: fixed;
		bottom: 88px;
		right: 59px;
	}
	#container-main {
		position: relative;
		background: #FFF;
		padding: 0em 0 4em 0em;
		text-align: center;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 70em;
	}
	@media screen and (max-width: 3000px) {

		/* Nav */

		#nav > ul {
			float: right;
			margin-bottom: 1em;
		}
		#nav > 	ul > li {
			display: inline-block;
			margin: 0 1.35em 0 0.35em;
			font-family: NanumSquareRound;
			font-weight: 600;
		}

		#nav > 	ul > li > ul {
			display: none;
		}

		#nav > ul > li > a {
			font-family: NanumSquareRound;
			color: #000;
			text-decoration: none;
			/* padding: 0.6em 1.2em 0.6em 1.2em; */
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			outline: 0;
		}

		#nav > ul > li:hover > a, #nav > ul > li.active > a {
			padding-bottom: 33px;
			border-bottom: 4px solid #13939C!important;
			font-weight: bold;
			color: #13939C;
		}

		#nav > ul > li.current > a {
			background: #d52349;
			color: #fff !important;
			font-weight: 700;
		}

		.checkpwd{
			margin-top: 5em;
			width: 54%;
			margin-left: 24%;
			height: 5em;
			background-color: #DEDEDE;
			line-height: 5em;
			font-weight: bold;
			color: #000;
		}
	    .modal_close {
			position: fixed;
			right: 34.5em;
			top: 8em;
			width: 1.1em;
			height: 1.1em;
			cursor: pointer;
		}
		.checkpwd span{
			margin-left: 2%;
		}
		.example {
			width: 50%;
		}
		.faquestion{
			border: 2px solid #28939C;
			width: 60%;
			margin-left: 20%;
			padding: 1em;
			border-radius: 40px;
			color: #28939C;
			font-weight: bold;
			margin-top: 3em;
		}
		.faquestion span{
			margin-left: 3em;
		}
		.faquestion img{
			position: absolute;
			margin-top: -6px;
		}
		.faqanswer{
			width: 60%;
			margin-left: 20%;
			padding: 1em;
			color: #000;
			margin-top: 2em;
		}
		.faqanswer span{
			margin-left: 3em;
		}
		.faqanswer img{
			position: absolute;
			margin-top: -6px;
		}
		.stitle{
			white-space: pre-line;
			width: 5em;
		}
		.ctitle{
			white-space: pre-line;
		}
		.qnatable{
			border: 1px solid #000;
		}
		.qnatable input{
			border: none;
			width: 100%;
			font-size: 18px;
		}
		.qnatable input[type=radio]{
			height: 20px;
			display: inline-block;
			width: 30px;
			font-size: 14px!important;
			font-weight: 400!important;
			vertical-align: top;
		}
		.qnatable input::placeholder{
			font-size: 14px;
			color: #D1D1D1;
		}
		.qnatable textarea::placeholder{
			font-size: 14px;
			color: #D1D1D1;
		}
		.qnatable textarea{
			border: none;
			height: 15em;
			width: 100%;
			font-size: 16px;
		}
		.qnatable textarea::-webkit-scrollbar{
			 display: none;
		}
		.ctitle span{
			font-size: 14px;
		}
		.selector input#text{
			font-size: 16px!important;
			font-weight: 400!important;
		}
	}

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

			/* Nav */

			#nav > ul {
				float: right;
				margin-bottom: 1em;
			}
			#nav > 	ul > li {
				display: inline-block;
				margin: 0 1.35em 0 0.35em;
				font-family: NanumSquareRound;
				font-weight: 600;
			}

			#nav > 	ul > li > ul {
				display: none;
			}

			#nav > ul > li > a {
				font-family: NanumSquareRound;
				color: #000;
				text-decoration: none;
				/* padding: 0.6em 1.2em 0.6em 1.2em; */
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
			}

			#nav > ul > li:hover > a, #nav > ul > li.active > a {
				padding-bottom: 33px;
				border-bottom: 4px solid #13939C!important;
				font-weight: bold;
				color: #13939C;
			}

			#nav > ul > li.current > a {
				background: #d52349;
				color: #fff !important;
				font-weight: 700;
			}
			/*[ Ver4 ]*/
			.table100.ver4 {
			  margin-right: -20px;
			}

			.table100.ver4 .table100-head {
			  padding-right: 20px;
			}

			.table100.ver4 td:first-of-type {
			  font-family: NanumSquareRound;
			  font-size: 18px;
			  color: #28939D;
			  line-height: 1.4;
			  background-color: transparent;
			  border-bottom: 2px solid #f2f2f2;
			  width: 7em;
			}
			.table100.ver4 td {
				font-family: NanumSquareRound;
				font-size: 16px;
				text-align: left;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}
			.table100.ver4 td:last-child{
				font-family: NanumSquareRound;
				font-size: 16px;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}

			.table100.ver4 .column1 {
			  padding-left: 7px;
			}

			.table100.ver4 .table100-body tr {
			  border-bottom: 1px solid #f2f2f2;
			}

			/*---------------------------------------------*/

			.table100.ver4 {
			  overflow: hidden;
			}

			.table100.ver4 .table100-body{
			  padding-right: 20px;
			}

			.table100.ver4 .ps__rail-y {
			  right: 0px;
			}

			.table100.ver4 .ps__rail-y::before {
			  background-color: #ebebeb;
			}

			.table100.ver4 .ps__rail-y .ps__thumb-y::before {
			  background-color: #cccccc;
			}
			.box {
				background: #ffffff;
				padding: 2.75em 1.75em 0em 1.75em!important;
				border: 1px solid #d8d8d8;
			}
			table {
				margin-bottom: 0em;
			}
			.applyservice section:last-child, .applyservice section > :last-child {
			    margin-bottom: -.1em;
			}
			.applyservice{
				margin: 0 auto;
			}
			.askbtn {
			    margin-top: -4em;
			    position: absolute!important;
			    width: 10% !important;
			    margin-left: -19.5%;
			}
			.mainbanner2 {
			    margin-left: 6%;
			}
			.modal_close {
			   position: fixed;
			   right: 26.5em;
			   top: 8em;
			   width: 1.1em;
			   height: 1.1em;
			   cursor: pointer;
		   }
			.qnaBtn {
				position: absolute!important;
				margin-top: -6em;
				margin-left: -2%;
			}
			.buyBtn {
			    position: absolute!important;
				margin-top: -6em;
				margin-left: -2%;

			}
			.container {
				width: 70em;
			}
			.spreply{
				font-weight: bold;
				bottom-top: 1px solid
			}
			.spreply p{
				border-top: none;
			}
			.spreply span{
				font-weight: 200;
				white-space: break-spaces;
				margin-left: 25%;
			}
			.titlearea{
				font-weight: bold;
			}
			.titlearea span{
				font-size: 15px;
			}
			.contentarea {
				border-top: none;
				height: 10em;
			}
			.detail{
				height: 7em;
			}


			.subject {
				cursor: pointer;
			}

			.detail {
				display: none;
			}
			.hphone{
				width: 22%;
				height: 2.5em;
				border: none;
				background-color: #fff;
				margin-left: 9%;
			}
			#findBtn{
				width: 6%;
				height: 2em;
				line-height: 0.7em;
				margin-left: 2em;
				margin-top: 2.4em;
				font-size: 14px;
				position: absolute;
			}
			.checkpwd {
				margin-top: 5em;
				width: 50%;
				margin-left: 25%;
				height: 5em;
				background-color: #DEDEDE;
				line-height: 5em;
				font-weight: bold;
				color: #000;
			}
			#footer {
				border-top: 1px solid #d8d8d8;
				margin-top: -5em;
				padding: 0;
				padding-top: 25px;
			}



		}


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

			/* Nav */
			#nav > ul {
				float: right;
				margin-bottom: 1em;
			}
			#nav > 	ul > li {
				display: inline-block;
				margin: 3px 1.35em 0 0.35em;
				font-family: NanumSquareRound;
				font-weight: 600;
			}

			#nav > 	ul > li > ul {
				display: none;
			}

			#nav > ul > li > a {
				font-family: NanumSquareRound;
				color: #000;
				text-decoration: none;
				/* padding: 0.6em 1.2em 0.6em 1.2em; */
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
			}

			#nav > ul > li:hover > a, #nav > ul > li.active > a {
				padding-bottom: 70px;
				border-bottom: 4px solid #13939C!important;
				font-weight: bold;
				color: #13939C;
			}

			#nav > ul > li.current > a {
				background: #d52349;
				color: #fff !important;
				font-weight: 700;
			}
			/*[ Ver4 ]*/
			.table100.ver4 {
			  margin-right: -20px;
			}

			.table100.ver4 .table100-head {
			  padding-right: 20px;
			}

			.table100.ver4 td:first-of-type {
			  font-family: NanumSquareRound;
			  font-size: 18px;
			  color: #28939D;
			  line-height: 1.4;
			  background-color: transparent;
			  border-bottom: 2px solid #f2f2f2;
			  width: 7em;
			}
			.table100.ver4 td {
				font-family: NanumSquareRound;
				font-size: 16px;
				text-align: left;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}
			.table100.ver4 td:last-child{
				font-family: NanumSquareRound;
				font-size: 16px;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}

			.table100.ver4 .column1 {
			  padding-left: 7px;
			}

			.table100.ver4 .table100-body tr {
			  border-bottom: 1px solid #f2f2f2;
			}

			/*---------------------------------------------*/

			.table100.ver4 {
			  overflow: hidden;
			}

			.table100.ver4 .table100-body{
			  padding-right: 20px;
			}

			.table100.ver4 .ps__rail-y {
			  right: 0px;
			}

			.table100.ver4 .ps__rail-y::before {
			  background-color: #ebebeb;
			}

			.table100.ver4 .ps__rail-y .ps__thumb-y::before {
			  background-color: #cccccc;
			}
			.box {
				background: #ffffff;
				padding: 2.75em 1.75em 0em 1.75em!important;
				border: 1px solid #d8d8d8;
			}
			table {
				margin-bottom: 0em;
			}
			.applyservice section:last-child, .applyservice section > :last-child {
			    margin-bottom: -.1em;
			}
			.applyservice{
				margin: 0 auto;
			}
			.modal_close {
			   position: fixed;
			   right: 22.5em;
			   top: 8em;
			   width: 1.1em;
			   height: 1.1em;
			   cursor: pointer;
		   }
			.spreply{
				font-weight: bold;
				bottom-top: 1px solid
			}
			.spreply p{
				border-top: none;
			}
			.spreply span{
				font-weight: 200;
				white-space: break-spaces;
				margin-left: 25%;
			}
			.titlearea{
				font-weight: bold;
			}
			.titlearea span{
				font-size: 15px;
			}
			.contentarea {
				border-top: none;
				height: 10em;
			}
			.detail{
				height: 7em;
			}

			.subject {
				cursor: pointer;
			}

			.detail {
				display: none;
			}
			.hphone{
				width: 22%;
				height: 2.5em;
				border: none;
				background-color: #fff;
				margin-left: 9%;
			}
			#findBtn {
			    width: 9%;
			    height: 3em;
			    line-height: 1.5em;
			    margin-left: 3em;
			    margin-top: 2em;
			    position: absolute;
			}
			.container {
				width: calc(100% - 60px);
			}
			.checkpwd{
				margin-top: 5em;
				width: 70%;
				margin-left: 15%;
				height: 5em;
				background-color: #DEDEDE;
				line-height: 5em;
				font-weight: bold;
				color: #000;
			}
			.checkpwd span{
				margin-left: 2%;
			}
			.example {
				width: 50%;
			}
			.mainbanner2{
				margin-left: 0%;
			}
			.faquestion{
				border: 2px solid #28939C;
				width: 60%;
				margin-left: 20%;
				padding: 1em;
				border-radius: 40px;
				color: #28939C;
				font-weight: bold;
				margin-top: 3em;
			}
			.faquestion span{
				margin-left: 3em;
			}
			.faquestion img{
				position: absolute;
				margin-top: -6px;
			}
			.faqanswer{
				width: 60%;
				margin-left: 20%;
				padding: 1em;
				color: #000;
				margin-top: 2em;
			}
			.faqanswer span{
				margin-left: 3em;
			}
			.faqanswer img{
				position: absolute;
				margin-top: -6px;
			}
			.stitle{
				white-space: pre-line;
			}
			.ctitle{
				white-space: pre-line;
			}
			.selector input#text{
				font-size: 16px!important;
				font-weight: 400!important;
			}

		}

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

			/* Nav */

			#nav > ul {
				float: right;
				margin-bottom: 0px;
			}
			#nav > 	ul > li {
				display: inline-block;
				margin: 0 1.35em 0 0.35em;
				font-family: NanumSquareRound;
				font-weight: 600;
			}

			#nav > 	ul > li > ul {
				display: none;
			}

			#nav > ul > li > a {
				font-family: NanumSquareRound;
				color: #000;
				text-decoration: none;
				/* padding: 0.6em 1.2em 0.6em 1.2em; */
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
			}

			#nav > ul > li:hover > a, #nav > ul > li.active > a {
				padding-bottom: 50px;
				border-bottom: 4px solid #13939C!important;
				font-weight: bold;
				color: #13939C;
			}

			#nav > ul > li.current > a {
				background: #d52349;
				color: #fff !important;
				font-weight: 700;
			}
			#footer {
				border-top: 1px solid #d8d8d8;
				margin-top: -5em;
				padding: 0;
				padding-top: 25px;
			}
			/*[ Ver4 ]*/
			.table100.ver4 {
			  margin-right: -20px;
			}

			.table100.ver4 .table100-head {
			  padding-right: 20px;
			}

			.table100.ver4 td:first-of-type {
			  font-family: NanumSquareRound;
			  font-size: 18px;
			  color: #28939D;
			  line-height: 1.4;
			  background-color: transparent;
			  border-bottom: 2px solid #f2f2f2;
			  width: 7em;
			}
			.table100.ver4 td {
				font-family: NanumSquareRound;
				font-size: 16px;
				text-align: left;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}
			.table100.ver4 td:last-child{
				font-family: NanumSquareRound;
				font-size: 16px;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}

			.table100.ver4 .column1 {
			  padding-left: 7px;
			}

			.table100.ver4 .table100-body tr {
			  border-bottom: 1px solid #f2f2f2;
			}

			/*---------------------------------------------*/

			.table100.ver4 {
			  overflow: hidden;
			}

			.table100.ver4 .table100-body{
			  padding-right: 20px;
			}

			.table100.ver4 .ps__rail-y {
			  right: 0px;
			}

			.table100.ver4 .ps__rail-y::before {
			  background-color: #ebebeb;
			}

			.table100.ver4 .ps__rail-y .ps__thumb-y::before {
			  background-color: #cccccc;
			}
			.box {
				background: #ffffff;
				padding: 2.75em 1.75em 0em 1.75em!important;
				border: 1px solid #d8d8d8;
			}
			.applyservice section:last-child, .applyservice section > :last-child {
				margin-bottom: -.1em;
			}
			table {
				margin-bottom: 0em;
			}
			section > :last-child{
				margin-bottom: -.1em;
				border:none;
			}
			.applyservice{
				margin: 0 auto;
			}
			.askbtn{
				margin-top: -6em;
				position: absolute!important;
				width: 20% !important;
				margin-left: -30%;
			}
			.modal_close {
			    position: fixed;
			    right: 23.5em;
			    top: 8em;
			    width: 1.1em;
			    height: 1.1em;
			    cursor: pointer;
			}
			.hphone{
				width: 22%;
				height: 2.5em;
				border: none;
				background-color: #fff;
				margin-left: 9%;
			}

			.movieClip {
				position: relative;
				height: 0;
				padding-bottom: 45.25%;
				margin-bottom: 0%!important;
				margin: 40px 0px;
				margin: 0px auto;
			}
			#findBtn {
			    width: 11%;
			    height: 3em;
			    line-height: 1.7em;
			    margin-left: 1em;
			    margin-top: 2em;
			    position: absolute;
			}
			.backtotop img{
				display: none;
			}
			.container {
				width: calc(100% - 80px);
			}
			.checkpwd{
				margin-top: 5em;
				width: 70%;
				margin-left: 15%;
				height: 5em;
				background-color: #DEDEDE;
				line-height: 5em;
				font-weight: bold;
				color: #000;
			}
			.checkpwd span{
				margin-left: 2%;
			}
			.example {
				width: 100%;
			}
			.mainbanner2{
				margin-left: 10%;
			}
			.faquestion{
				border: 2px solid #28939C;
				width: 60%;
				margin-left: 20%;
				padding: 1em;
				border-radius: 40px;
				color: #28939C;
				font-weight: bold;
				margin-top: 3em;
			}
			.faquestion span{
				margin-left: 3em;
			}
			.faquestion img{
				position: absolute;
				margin-top: -6px;
			}
			.faqanswer{
				width: 60%;
				margin-left: 20%;
				padding: 1em;
				color: #000;
				margin-top: 2em;
			}
			.faqanswer span{
				margin-left: 3em;
			}
			.faqanswer img{
				position: absolute;
				margin-top: -6px;
			}
			.stitle{
				white-space: pre-line;
			}
			.ctitle{
				white-space: pre-line;
			}
			.selector input#text{
				font-size: 16px!important;
				font-weight: 400!important;
			}


		}

@media screen and (max-width: 450px) and (min-width: 300px ){

	.mobileHeader ul li {
	    display: inline-block;
	    margin-right: 1em;
	}
	.titlearea{
		font-weight: bold;
	}
	.titlearea span{
		font-size: 15px;
	}
	.contentarea{
		border-top: none;
		height: 10em;
	}
	.spreply span {
	    font-weight: 200;
	    white-space: break-spaces;
	    margin-left: 14%;
	}
	.detail{
		height: 7em;
	}

	.subject {
		cursor: pointer;
	}

	.detail {
		display: none;
	}
	#findBtn {
		width: 19%;
		height: 4em;
		line-height: 2.8em;
		margin-left: 0.5em;
		font-size: 12px;
		margin-top: 1.1em;
		position: absolute;
	}
	.hphone {
		width: 22%;
		height: 2.5em;
		border: none;
		background-color: #fff;
		margin-left: 1%!important;
	}
}


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

			.spreply span {
			    font-weight: 200;
			    white-space: break-spaces;
			    margin-left: 11%;
			}
			#footer {
				border-top: 1px solid #d8d8d8;
				margin-top: 0em;
				padding: 0;
				padding-top: 25px;
			}

			/*[ Ver4 ]*/
			.table100.ver4 {
			  margin-right: -20px;
			}

			.table100.ver4 .table100-head {
			  padding-right: 20px;
			}

			.table100.ver4 td:first-of-type {
			  font-family: NanumSquareRound;
			  font-size: 18px;
			  color: #28939D;
			  line-height: 1.4;
			  background-color: transparent;
			  border-bottom: 2px solid #f2f2f2;
			  width: 4.1em;
			  text-align: center;
			}
			.table100.ver4 td {
				font-family: NanumSquareRound;
				font-size: 16px;
				text-align: left;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}
			.table100.ver4 td:last-child{
				font-family: NanumSquareRound;
				font-size: 13px;
				line-height: 1.4;
				background-color: transparent;
				border-bottom: 2px solid #f2f2f2;
				white-space: pre-wrap;
			}

			.table100.ver4 .column1 {
			  padding-left: 7px;
			}
			.table100.ver4 .column2 {
			  padding-left: 0px;
			}

			.table100.ver4 .table100-body tr {
			  border-bottom: 1px solid #f2f2f2;
			}

			/*---------------------------------------------*/

			.table100.ver4 {
			  overflow: hidden;
			}

			.table100.ver4 .table100-body{
			  padding-right: 20px;
			}

			.table100.ver4 .ps__rail-y {
			  right: 0px;
			}

			.table100.ver4 .ps__rail-y::before {
			  background-color: #ebebeb;
			}

			.table100.ver4 .ps__rail-y .ps__thumb-y::before {
			  background-color: #cccccc;
			}
			.box {
				background: #ffffff;
				padding: 2.75em 1.75em 0em 1.75em;
				border: 1px solid #d8d8d8;
			}
			table {
				margin-bottom: 0em;
			}
			section > :last-child{
				margin-bottom: -.1em;
				border:none;
			}
			.applyservice{
				margin: 0 auto;
			}
			.askbtn{
				margin-top: -6em;
				position: absolute!important;
				width: 40% !important;
				margin-left: -19%;
			}
			.container {
				width: calc(100% - 10px);
				margin-top: 0;
			}
			.checkpwd{
				margin-top: 0em;
				width: 50%;
				margin-left: 25%;
				height: 5em;
				background-color: #DEDEDE;
				line-height: 5em;
				font-weight: bold;
				color: #000;
			}
			.checkpwd span{
				margin-left: 2%;
				font-size: 12px;
			}
			.example {
				width: 100%;
			}
			.mainbanner2{
				margin-left: 40%;
			}
			.faquestion{
				border: 2px solid #28939C;
				width: 60%;
				margin-left: 20%;
				padding: 1em;
				border-radius: 40px;
				color: #28939C;
				font-weight: bold;
				margin-top: 0em;
			}
			.faquestion span{
				margin-left: 3em;
			}
			.faquestion img{
				position: absolute;
				margin-top: -6px;
			}
			.faqanswer{
				width: 60%;
				margin-left: 20%;
				padding: 1em;
				color: #000;
				margin-top: 2em;
			}
			.faqanswer span{
				margin-left: 3em;
			}
			.faqanswer img{
				position: absolute;
				margin-top: -6px;
			}
			.stitle{
				white-space: pre-line;
			}
			.ctitle{
				white-space: pre-line;
			}
			.selector input#text{
				font-size: 16px!important;
				font-weight: 400!important;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -20px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -20px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

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



			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;

			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

					.row {
						margin-top: -20px;
						margin-left: -20px;
					}
					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Form */

	form label {
		display: block;
		color: #252122;
		font-weight: 400;
		margin: 0 0 0.5em 0;
	}

	/*form input[type=text],*/
	/*form input[type=email],*/
	/*form input[type=password],*/
	/*form select,*/
	/*form textarea {*/
	/*	display: block;*/
	/*	border: 0;*/
	/*	padding: 0.75em 1em;*/
	/*	font-size: 1em;*/
	/*	border-radius: 5px;*/
	/*	border: solid 1px #dddddd;*/
	/*	background: #fff;*/
	/*	width: 100%;*/
	/*}*/

	/*	form input[type=text]:focus,*/
	/*	form input[type=email]:focus,*/
	/*	form input[type=password]:focus,*/
	/*	form select:focus,*/
	/*	form textarea:focus {*/
	/*		box-shadow: inset 0px 0px 1px 1px #43bff0;*/
	/*	}*/

	form textarea {
		height: 15em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table tr {
			border-top: solid 1px #dddddd;
		}

			table tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 1em;
			font-size: 17px;
			font-weight: bolder;
		    border: 1px solid #000;
		}

		table th {
			text-align: left;
			padding: 0.5em 1em 0.5em 1em;
			font-weight: 700;
			margin: 0 0 1em 0;
		}

		table thead {
			border-bottom: solid 2px #dddddd;
		}

/* Section/Article */

	section, article {
		margin-bottom: -2.5em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0.5em;
		}

	header {
		margin: 0 0 1.5em 0;
	}

		header > p {
			display: block;
			font-style: italic;
			margin: 0.5em 0 0 0;
			padding-bottom: 0.5em;
		}

		header.major {
			position: relative;
			text-align: center;
			border-top: solid 1px #ccc;
			top: 3em;
			margin: 0 0 3em 0;
		}

			header.major h2 {
				background: #fff;
				position: relative;
				top: -0.65em;
				display: inline;
				margin: 0;
				padding: 0 1em 0 1em;
			}
			header.major h3 {
				background: #fff;
				position: relative;
				top: -0.65em;
				display: inline;
				margin: 0;
				padding: 0 1em 0 1em;
			}

	footer {
		margin: 2.25em 0 0 0;
	}

/* Box */

	.box {
		background: #ffffff;
		padding: 2.75em 1.75em 2.75em 1.75em;
		border: 1px solid #d8d8d8;
	}

		.box .image.featured {
			position: relative;
			width: auto;
			left: 1.75em;
			top: 1.75em;
			margin: -4.5em 0 3.5em -3.5em;
		}

		.box.post header {
			padding-top: 1em;
			margin: 0 0 2em 0;
		}

		.box.post h2 {
			font-size: 2.5em;
			letter-spacing: -0.015em;
		}

		.box.post header > p {
			margin-top: 1.25em;
			font-size: 1.25em;
		}

		.box footer ul.actions {
			margin-bottom: 0;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-webkit-appearance: none;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		border: 0;
		border-radius: 5px;
		background: #FBCD15;
		color: #fff !important;
		font-weight: 700;
		outline: 0;
		font-size: 1.1em;
		padding: 0.65em 1.5em 0.65em 1.5em;
		text-align: center;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #E9B412;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #FBCD15;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #28939D;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #2CBCAA;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #151112;
			}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			opacity: 0.35;
			position: relative;
			top: 0.05em;
			margin-right: 0.75em;
		}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1.5em;
			padding: 0.75em 1.5em 0.75em 1.5em;
		}

/* Image */

	.image {
		display: inline-block;
		outline: 0;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

/* List */

		ul {
			list-style: disc;
			padding-left: 1em;
			text-align:center;
		}

		ul li {
			display: inline-block;
			margin: 0 1.35em 0 0.35em;
			font-family: NanumSquareRound;
			font-weight: 600;
		}
		ul li a {
			font-family: NanumSquareRound;
			color: #000;
			text-decoration: none;
			/* padding: 0.6em 1.2em 0.6em 1.2em; */
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			outline: 0;
		}


	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			margin-left: 1em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Links */

	ul.links {
		list-style: none;
		padding-left: 0;
	}

		ul.links li {
			display: inline-block;
			border-left: solid 1px rgba(255, 255, 255, 0.05);
			padding: 0 0 0 1em;
			margin: 0 0 0 1em;
		}

			ul.links li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

/* Contact */

	ul.contact {
		 list-style:none;
	}
		ul.contact li {
			position: relative;
			font-size: 14px;
			padding: 1.3em 0 1.3em 0em;
			float: left;
		}
		ul.contact li h3 {
			position: absolute;
			left: 0;
			top: 0.3em;
			font-size: 1.1em;
		}
		ul.contact li p {
			margin: 0;
		}


/* Dates */

	ul.dates {
		list-style: none;
		padding-left: 0;
	}

		ul.dates li {
			position: relative;
			border-top: solid 1px #ddd;
			padding: 1.3em 0 1.3em 6.75em;
		}

		ul.dates .date {
			display: block;
			position: absolute;
			left: 0;
			top: 1.3em;
			background-color: #d52349;
			height: 3.5em;
			text-align: center;
			color: #fff;
			line-height: 1em;
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
			padding: 0.5em 0.75em 0 1em;
		}

			ul.dates .date:after {
				content: '';
				position: absolute;
				bottom: 0;
				right: -1.2em;
				border-left: solid 1.25em #d52349;
				border-top: solid 1.8em transparent;
				border-bottom: solid 1.8em transparent;
			}

			ul.dates .date strong {
				display: block;
				font-size: 1.75em;
				padding-top: 0.15em;
			}

		ul.dates h3 {
			font-size: 1.1em;
		}

		ul.dates p {
			margin: 0;
		}

		ul.dates li:first-child {
			border-top: 0;
			padding-top: 0;
		}

			ul.dates li:first-child .date {
				top: 0;
			}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided li {
			border-top: solid 1px #ddd;
			padding: 1em 0 1em 0;
		}

			ul.divided li:first-child {
				border-top: 0;
				padding-top: 0;
			}

/* Social */

	ul.social {
		list-style: none;
		padding-left: 0;
		overflow: hidden;
		cursor: default;
		margin: 0 0 3.25em 0;
	}

		ul.social li {
			display: inline-block;
			padding-left: 0;
			margin-left: 0.75em;
		}

			ul.social li:first-child {
				margin-left: 0;
			}

			ul.social li a {
				display: inline-block;
				width: 3em;
				height: 3em;
				text-align: center;
				border-radius: 5px;
				background: #888;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
			}

				ul.social li a:before {
					color: #fff;
					font-size: 2em;
					line-height: 1.5em;
				}

				ul.social li a.fa-facebook {
					background: #3c5a98;
				}

					ul.social li a.fa-facebook:hover {
						background: #4c6aa8;
					}

				ul.social li a.fa-twitter {
					background: #2daae4;
				}

					ul.social li a.fa-twitter:hover {
						background: #3dbaf4;
					}

				ul.social li a.fa-dribbble {
					background: #c4376b;
				}

					ul.social li a.fa-dribbble:hover {
						background: #d4477b;
					}

				ul.social li a.fa-linkedin {
					background: #006599;
				}

					ul.social li a.fa-linkedin:hover {
						background: #1075a9;
					}

				ul.social li a.fa-tumblr {
					background: #2b4661;
				}

					ul.social li a.fa-tumblr:hover {
						background: #3b5671;
					}

				ul.social li a.fa-google-plus {
					background: #da2713;
				}

					ul.social li a.fa-google-plus:hover {
						background: #ea3723;
					}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.featured {
			position: relative;
			display: inline-block;
			background-color: #d52349;
			width: 9em;
			padding: 1.75em 0 0.75em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin: 0 0 4.5em 0;
			cursor: default;
		}

			.icon.featured:before {
				font-size: 4.5em;
				line-height: 1em;
				color: #fff;
			}

			.icon.featured:after {
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
				border-top: solid 2em #d52349;
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}

			.icon.featured.alt {
				background-color: #252122;
			}

				.icon.featured.alt:after {
					border-top-color: #252122;
				}

			.icon.featured.alt2 {
				background-color: #827a7c;
			}

				.icon.featured.alt2:after {
					border-top-color: #827a7c;
				}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		padding: 0em 0 .1em 0;
		text-align: center;
		border-bottom: 1px solid #6CB3BF;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 999;
	    background-color: #fff;
	    width: 100%;
	}

		#header h1 {
			color: #252122;
			font-weight: 900;
			font-size: 2.5em;
			letter-spacing: -0.035em;
			line-height: 1;
		}


	.dropotron {
		border-radius: 5px;
		background-color: #252122;
		background-color: rgba(34, 30, 31, 0.98);
		padding: 1.25em 1.5em 1.25em 1.5em;
		min-width: 13em;
		box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
		list-style: none;
	}

		.dropotron a, .dropotron span {
			color: #aaa;
			text-decoration: none;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}

		.dropotron li {
			padding: 0.25em 0 0.25em 0;
		}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #FBCD15;
			}

		.dropotron.level-0 {
			margin-top: 2em;
		}

			.dropotron.level-0:before {
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				margin-left: -10px;
				top: -9px;
				border-left: solid 10px transparent;
				border-right: solid 10px transparent;
				border-bottom: solid 10px #252122;
				border-bottom-color: rgba(34, 30, 31, 0.98);
			}

/* Banner */

	#banner {
		background: #000 url("https://img1.sdmall.co.kr/smilepass/main.jpg");
		background-position: center center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		text-align: center;
		position: relative;
		padding: 8em 0;
	}

		#banner header {
			background-color: rgba(34, 30, 31, 0.28);
			display: inline-block;
			padding: 2.5em 5em;
			border-radius: 5px;
		}

			#banner header h2 {
				color: #fff;
				font-weight: 700;
				font-size: 2.5em;
				margin: 0 0 0.65em 0;
			}
			#banner header h3 {
				color: #fff;
				font-weight: 700;
				font-size: 1.5em;
				margin: 0 0 0.65em 0;
			}

			#banner header p {
				color: #d52349;
				padding: 0;
				font-style: normal;
				margin: 0;
				font-size: 1.5em;
			}

/* Intro */

	#intro {
		text-align: center;
		overflow: hidden;
	}

		#intro section {
			margin: 3em 0;
			padding: 2.5em 0;
		}

		#intro h2 {
			font-size: 1.75em;
		}

		#intro p {
			margin: 0;
		}

		#intro .middle {
			position: relative;
			z-index: 1;
		}

			#intro .middle:before {
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				left: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
			}

			#intro .middle:after {
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				right: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
			}

		#intro .button {
			min-width: 12em;
		}

		#intro footer {
			margin: 0;
		}

/* Main */

	#main {
		position: relative;
		/*background: #f7f7f7 url("images/bg02.png");*/
		padding: 2em 0 0 0;
	}

		#main:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			/*background: url("images/bg01.png");*/
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.1;
		}

		#main .major h2 {
			/*background: #f7f7f7 url("images/bg02.png");*/
		}

/* Footer */

	#footer {
		position: relative;
		color: #858484;
		padding: 4em 0;
	}

		#footer:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			/*background: url("images/bg01.png");*/
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.5;
		}

		#footer a {
			color: #c5c4c4;
		}

		#footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer b {
			color: #000;
		}
		#footer strong{
			color:#fff;
		}

			#footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer strong a, #footer b a {
				color: inherit;
			}

		#footer ul.contact li,
		#footer ul.dates li,
		#footer ul.divided li {
			border-top-color: #353434;
			border-top-color: rgba(255, 255, 255, 0.05);
		}

		#footer header {
			margin: 0 0 3em 0;
		}

			#footer header h2 {
				font-size: 1.75em;
			}

/* Copyright */

	#copyright {
		text-align: center;
		margin: 3em 0 2em 0;
	}

		#copyright ul.links {
			display: inline-block;
			background: #2C2929;
			background: rgba(255, 255, 255, 0.05);
			border-radius: 5px;
			margin: 0;
			padding: 0.85em 2.25em 0.85em 2.25em;
		}

/* XLarge */

	@media screen and (min-width: 1681px) and (max-width: 3000px) {

	/*[ Ver4 ]*!*/
		.table100.ver4 {
		  margin-right: -20px;
		}

		.table100.ver4 .table100-head {
		  padding-right: 20px;
		}

		.table100.ver4 td:first-of-type {
		  font-family: NanumSquareRound;
		  font-size: 18px;
		  color: #28939D;
		  line-height: 1.4;
		  background-color: transparent;
		  border-bottom: 2px solid #f2f2f2;
		  width: 7em;
		}
		.table100.ver4 td {
			font-family: NanumSquareRound;
			font-size: 16px;
			text-align: left;
			line-height: 1.4;
			background-color: transparent;
			border-bottom: 2px solid #f2f2f2;
			white-space: pre-wrap;
		}
		.table100.ver4 td:last-child{
			font-family: NanumSquareRound;
			font-size: 16px;
			line-height: 1.4;
			background-color: transparent;
			border-bottom: 2px solid #f2f2f2;
			white-space: pre-wrap;
		}

		.table100.ver4 .column1 {
		  padding-left: 7px;
		}

		.table100.ver4 .table100-body tr {
		  border-bottom: 1px solid #f2f2f2;
		}

		/*---------------------------------------------*/

		.table100.ver4 {
		  overflow: hidden;
		}

		.table100.ver4 .table100-body{
		  padding-right: 20px;
		}

		.table100.ver4 .ps__rail-y {
		  right: 0px;
		}

		.table100.ver4 .ps__rail-y::before {
		  background-color: #ebebeb;
		}

		.table100.ver4 .ps__rail-y .ps__thumb-y::before {
		  background-color: #cccccc;
		}
		.box {
			background: #ffffff;
			padding: 2.75em 1.75em 0em 1.75em;
			border: 1px solid #d8d8d8;
		}
		table {
			margin-bottom: 0em;
		}
		.infobox >:last-child{
			margin-bottom: 2.9em;
		}
		section > :last-child{
			margin-bottom: -.1em;
			border:none;
		}
		.applyservice{
			margin: 0 auto;
		}
		#footer {
			border-top: 1px solid #d8d8d8;
			margin-top: -5em;
			padding: 0;
			background-color: #fff;
		}
		.askbtn{
			position: absolute;
			margin-top: -5em;
			margin-left: -15%;
		}
		.spreply{
			font-weight: bold;
			margin-top: 5em;
		}
		.spreply span{
			font-weight: 200;
			white-space: break-spaces;
			margin-left: 25%;
		}
		.titlearea{
			font-weight: bold;
		}
		.titlearea span{
			font-size: 15px;
		}
		.contentarea {
			border-top: none;
			height: 10em;
		}
		.detail{
			height: 7em;
		}

		.subject {
			cursor: pointer;
		}

		.detail {
			display: none;
		}

		#findBtn{
			width: 6%;
			height: 2em;
			line-height: 0.7em;
			margin-left: 2em;
			margin-top: 2.4em;
			font-size: 14px;
			position: absolute;
		}
		.buyBtn {
			position: absolute;
			margin-top: -5.5em;
			margin-left: -3%;
		}
		.qnaBtn {
			position: absolute;
		    margin-top: -5.5em;
		    margin-left: -2%;
		}
		.hphone{
			width: 22%;
			height: 2.5em;
			border: none;
			background-color: #fff;
			margin-left: 9%;
		}


	}

/* Large */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

		/* Section/Article */

			header.major {
				margin: 0.75em 0 2.5em 0;
			}

				header.major h2 {
					padding: 0 1em 0 1em;
				}

		/* Social */

			ul.social li {
				margin: 0 0 0.25em 0.75em;
			}

		/* Header */

			#header {
				padding: 0em 0 0em 0;
			}

		/* Banner */

			#banner {
				padding: 6em 0;
				margin: 3em 0 0 0;
			}

		/* Intro */

			#intro {
				padding: 0;
			}

				#intro section {
					padding: 1em 2em;
				}

				#intro .middle:before {
					left: -12px;
				}

				#intro .middle:after {
					right: -12px;
				}

		/* Main */

			#main {
				padding: 30px 0;
			}

		/* Footer */

			#footer {
				padding: 0;
			}

				#footer:before {
					height: 2.5em;
				}

				#footer header {
					margin: 0 0 1.5em 0;
				}

					#footer header h2 {
						font-size: 1.25em;
					}

		/* Copyright */

			#copyright {
				margin: 0;
			}
		.buyBtn {
			position: absolute;
			margin-top: -6em;
			margin-left: 0%;
		}
		.qnaBtn {
			position: absolute;
			margin-top: -6em;
			margin-left: -2%;
		}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

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


		/* Box */

			.box footer ul.actions li {
				margin: 1em 0 0 0;
				display: block;
			}

				.box footer ul.actions li .button {
					width: 100%;
				}

				.box footer ul.actions li:first-child {
					margin-top: 0;
				}

		/* Header */

			#header {
				padding: 3.5em 0 3em 0;
			}

		/* Nav */

			#nav {
				display: none;
			}
				#nav > ul {
					float: right;
					margin-bottom: 0px;
				}
				#nav > ul > li {
					display: inline-block;
					margin: 0 1.35em 0 0.35em;
					font-family: NanumSquareRound;
					font-weight: 600;
				}


		/* Intro */

			#intro {
				padding: 3em 0 0 0;
			}

				#intro section {
					position: relative;
					border-top: solid 1px #dfdfdf;
					margin: 0;
					padding: 40px 0 0 0;
				}

					#intro section.first {
						border-top: 0;
						padding-top: 0;
					}

					#intro section p {
						margin: 0;
					}

				#intro .middle:before, #intro .middle:after {
					display: none;
				}

				#intro footer {
					padding: 3em 0 0 0;
				}

					#intro footer ul.actions {
						margin-bottom: 0;
					}

		/* Main */

			#main {
				padding: 40px 0;
			}

		/* Copyright */

			#copyright ul.links {
				display: block;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: none;
			}

				#titleBar .toggle {
					text-decoration: none;
					width: 80px;
					height: 60px;
					display: none;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						content: '\f0c9';
						display: block;
						position: absolute;
						left: 10px;
						top: 10px;
						width: 50px;
						height: 40px;
						line-height: 40px;
						font-size: 18px;
						color: #fff;
						text-align: center;
						background: rgba(150, 150, 150, 0.75);
						border-radius: 5px;
					}

					#titleBar .toggle:active:before {
						background-color: #969696;
					}
					.mobileLogo {
						text-align: center;
						margin-bottom: 1em;
					}
					ul > li:hover > a, ul > li.active > a {
						border-bottom: none!important;
						font-weight: bold;
						color: #FBCD15;
					}
					ul {
						margin-bottom: 0em;
					}

				.mobileHeader {
					padding: 10px;
					background-color: #28939C;
					overflow: hidden;
					border-bottom: 1px solid #6CB3BF;
				}
				.buyBtn {
					position: absolute;
					margin-top: -6em;
					margin-left: 11%;
				}
				.qnaBtn {
					position: absolute;
					margin-top: -6em;
					margin-left: 10%;
					width: 13%;
				}

		#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				color: #858484;
				/*background-image: url("images/bg02.png");*/
				box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
			}

				#navPanel .link {
					display: block;
					color: #888;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					padding: 0 1em 0 1em;
					font-style: italic;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #000;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.25em;
			}

		/* Button */

			input[type="button"].large,
			input[type="submit"].large,
			input[type="reset"].large,
			button.large,
			.button.large {
				font-size: 1.1em;
				padding: 0.65em 1.5em 0.65em 1.5em;
			}

		/* Actions */

			ul.actions li {
				margin: 1em 0 0 0;
				display: block;
			}

				ul.actions li .button {
					width: 100%;
				}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Section/Article */

			section, article {
				margin-bottom: 20px;
			}

			header {
				margin: 0 0 1em 0;
			}

			footer {
				margin: 2em 0 0 0;
			}

		/* Box */

			.box {
				padding: 25px 15px 20px 15px;
			}

				.box .image.featured {
					left: 15px;
					top: 15px;
					margin: -40px 0 40px -30px;
				}

				.box.post header {
					padding-top: 0;
					margin: 0 0 1em 0;
				}

				.box.post h2 {
					font-size: 1.5em;
					line-height: 1.5em;
				}

				.box.post header > p {
					margin-top: 0;
					font-size: 1em;
				}

		/* Divided */

			ul.divided li {
				padding: 0.5em 0 0.5em 0;
			}

		/* Contact */

			ul.contact li {
				padding: 0;
				margin-left: 9%;
			}

				ul.contact li h3 {
					top: 0.8em;
				}

		/* Dates */

			ul.dates li {
				padding-left: 6em;
			}

			ul.dates h3 {
				margin: 0 0 0.5em 0;
			}

		/* Links */

			ul.links li {
				display: block;
				padding: 0.25em 0 0 0;
				margin: 0.25em 0 0 0;
				border-left: 0;
			}

				ul.links li:first-child {
					padding-top: 0;
					margin-top: 0;
				}

		/* Social */

			ul.social li {
				margin: 0 0.5em 0.75em 0;
			}

		/* Icons */

			.icon.featured {
				width: 8em;
				margin: 0 0 3em 0;
			}

				.icon.featured:after {
					border-left: solid 4em transparent;
					border-right: solid 4em transparent;
				}

		/* Header */

			#header {
				text-align: center;
				padding: 2em 0;
			}

				#header h1 {
					color: #252122;
					font-weight: 900;
					font-size: 1.75em;
					letter-spacing: -0.035em;
				}

		/* Intro */

			#intro {
				padding: 2em 0 0 0;
			}

				#intro section {
					padding: 40px 0 0 0;
					margin: 20px 0 0 0;
				}

				#intro h2 {
					font-size: 1.25em;
				}

		/* Banner */

			#banner {
				padding: 6em 0;
				margin: 2em 0 0 0;
			}

				#banner header {
					padding: 1.5em 1em 1.5em 1em;
					display: block;
					border-radius: 0;
				}

					#banner header h2 {
						font-size: 1.5em;
						line-height: 1.5em;
						margin: 0 0 0.25em 0;
					}
					#banner header h3 {
						font-size: 1em;
						line-height: 1em;
						margin: 0 0 0.25em 0;
					}

					#banner header p {
						font-size: 1.2em;
					}

		/* Main */

			#main {
				padding: 20px 0;
			}

		/* Footer */

			#footer {
				padding: 40px 0 20px 0;
			}



	}
	

	
#nav {

	margin-top: 2em;
}

.mainImageArea {
	position: relative;
	text-align: center;
	background-color: #FFCD02;
}

.movieClip {
	position: relative;
	margin-bottom: 1em;
}

.movieClip .mainMovie {
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 560px;
	height: 315px;
}

@media screen and (max-width: 768px) {
	.contentarea {
	    border-top: none;
	    height: 10em;
	}
	.checkpwd input::placeholder{
		font-size: 11px;
	}
	.qnatable input::placeholder{
		font-size: 11px;
	}
	.hphone {
		width: 22%;
		height: 2.5em;
		border: none;
		background-color: #fff;
		margin-left: 10%;
	}
	#findBtn{
		width: 17%;
		height: 2em;
		line-height: 0.7em;
		margin-left: 1em;
		font-size: 14px;
		margin-top: 1.7em;
		position: absolute;
	}
	.movieClip {
		position: relative; 
		height:0; 
		padding-bottom: 56.25%;
		margin-bottom: 3%!important;
		margin: 40px 0px;
		margin: 0px auto;
	}
	.movieClip .mainMovie {
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 10px;
	}
	.backtotop img{
		display: none;
	}
	
	#header {
		height: 120px;
	}
	.mobileLogo{
		text-align: center;
		margin-bottom: 1em;
	}
	.mobileHeader {
		padding: 10px;
		background-color: #28939C;
		overflow: hidden;
	}
	
	.mobileHeader ul {
		margin: 0px;
		padding: 0px;
		overflow-x: scroll;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.mobileHeader ul::-webkit-scrollbar {
		display: none;
	}

	.mobileHeader ul li {
		display: inline-block;
	    margin-right: 1em;
	}
	
	.mobileHeader ul li a {
		text-decoration: none;
		font-size: 15px;
	}
	
	.actions.mainset {
		position: relative;
	}
	
	.actions.mainset img {
		width: 100%;
	}
	.mainset_mobile {
		content: url("https://img1.sdmall.co.kr/smilepass/installation_banner_01_mobile.jpg");
	}

	.buyBtn,.qnaBtn {
		position: absolute;
		margin-top: -5em;
		margin-left: -22.5%;
		width: 50%!important;
	}

	.actions.mainset img.mainbanner2 {
		margin: 0px;
	}
	
	ul.contact li {
		display: block;
	}
	
	ul.contact li h3 {
		top: -.5em;
		left: 1em;
	}

	.actions.qnaset li {
		display: inline-block;
	}
	
	.actions.qnaset li:first-child {
		margin-right: 50px;
	}
	
	.faquestion,.faqanswer {
		width: 100%;
		margin-left: 0px;
	}
	
	.faqanswer img {
		position: initial;
		margin: 10px;
		vertical-align: middle;
	}
	
	.faqanswer span {
		margin-left: 0px;
	}
	
	.checkpwd,.qnatable {
		width: 100%;
		margin-left: 0%
	}
	
}

.downloadTable th,.downloadTable td {
	border: 1px solid #d8d8d8;
}

.downloadTable th {
	text-align: center;
	background: #f1f1f1;
}


#extractSdLogosBtn {
    cursor: pointer;
    position: absolute;
	top: 16px;
    left: 205px;
    z-index: 10003;
}
  
#logoBack {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    /* background-color: rgba(0,0,0,0.15); */
    z-index: 10001;
    display: none;
}

#logosBox {
    position: absolute;
    box-shadow: 0px 5px 20px #00000029;
    border-radius: 10px;
    width: 276px;
    background: #fff;
    left: 0px;
    top: 58px;
    z-index: 10002;
    display: none;
}

#logosBox li {
padding: 20px 25px 0 25px;
color: #4B4B4B;
}
#logosBox li:last-child {
padding-bottom: 20px;
}
#logosBox li img {
width: 55px;
padding-right: 16px;
}
  
  #logosBox li .badge {
    display: block;
    position: absolute;
    background: #00CE28 0% 0% no-repeat padding-box;
    padding: 3px;
    top: -10px;
    left: 4px;
	border-radius: 3px;
  }
  
  #logosFooterBox {
    display: flex;
  }
  
  #logosFooterBox li {
    padding: 8px 16px 8px 0px;
    text-align: center;
    color: #4B4B4B;
  }
  
  #logosFooterBox li img {
    width: 55px;
  }