@charset "utf-8";

/* Noto Sans */
@font-face {
	font-family:'NotoSansR';
	font-style:normal;
	font-weight:100;
	src:local('Noto Sans Light'),local('NotoSans-Light'),url('https://aptgin.com/cdn/res/fonts/notokr/notokr-light.eot');
	src:url('https://aptgin.com/cdn/res/fonts/notokr/notokr-light.eot?#iefix') format('embedded-opentype'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-light.woff2') format('woff2'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-light.woff') format('woff');;
}
@font-face {
	font-family:'NotoSansR';
	font-style:normal;
	font-weight:300;
	src:local('Noto Sans DemiLight'),local('NotoSans-DemiLight'),url('https://aptgin.com/cdn/res/fonts/notokr/notokr-demilight.eot');
	src:url('https://aptgin.com/cdn/res/fonts/notokr/notokr-demilight.eot?#iefix') format('embedded-opentype'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-demilight.woff2') format('woff2'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-demilight.woff') format('woff');;
}
@font-face {
	font-family:'NotoSansR';
	font-style:normal;
	font-weight:400;
	src:local('Noto Sans Regular'),local('NotoSans-Regular'),url('https://aptgin.com/cdn/res/fonts/notokr/notokr-regular.eot');
	src:url('https://aptgin.com/cdn/res/fonts/notokr/notokr-regular.eot?#iefix') format('embedded-opentype'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-regular.woff2') format('woff2'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-regular.woff') format('woff');
}
@font-face {
	font-family:'NotoSansR';
	font-style:normal;
	font-weight:500;
	src:local('Noto Sans Medium'),local('NotoSans-Medium'),url('https://aptgin.com/cdn/res/fonts/notokr/notokr-medium.eot');
	src:url('https://aptgin.com/cdn/res/fonts/notokr/notokr-medium.eot?#iefix') format('embedded-opentype'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-medium.woff2') format('woff2'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-medium.woff') format('woff');
}
@font-face {
	font-family:'NotoSansR';
	font-style:normal;
	font-weight:700;
	src:local('Noto Sans Bold'),local('NotoSans-Bold'),url('https://aptgin.com/cdn/res/fonts/notokr/notokr-bold.eot');
	src:url('https://aptgin.com/cdn/res/fonts/notokr/notokr-bold.eot?#iefix') format('embedded-opentype'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-bold.woff2') format('woff2'),
		url('https://aptgin.com/cdn/res/fonts/notokr/notokr-bold.woff') format('woff');
}

/* base */
*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,strong,b{font-family:NotoSansR,"맑은 고딕","돋움",AppleSDGothicNeo,Dotum,Droid Sans,arial,ans-serif;}
body,div,p,span,ul,ol,li,sub,sup,pre,dl,dt,dd,a,table,td,th,button,input,label,legend,textarea{color:#333;font-family:NotoSansR,"맑은 고딕","돋움",AppleSDGothicNeo,Dotum,Droid Sans,arial,ans-serif;font-size:16px;letter-spacing:-.4px;font-weight:400;line-height:100%;}
body.no-scroll{overflow:hidden;}
a{color:inherit;text-decoration:none;}
dl,ul,ol,li{list-style:none;}
input,button,select{vertical-align:middle;outline:none;}
button{cursor:pointer;border:0;background:none;}
p{word-break:keep-all;}
strong,b{font-size:inherit;font-weight:600;}
span,i{font-size:inherit;}
i,em{font-style:normal;}
ins{text-decoration:none;}
legend{position:absolute;top:-9999px;left:-9999px;}
fieldset,img{border:0;}

/* layout */
html,body{width:100%;height:100%;min-height:480px;}
header{display:flex;align-items:center;justify-content:space-between;position:absolute;top:0;left:0;right:0;height:80px;z-index:60;}
main{margin-bottom:70px;}
section+section{margin-top:70px;}
footer{width:100%;background-color:#333;}
footer .inner{display:flex;flex-flow:row wrap;align-items:center;height:200px;}
address{font-style:normal;}

.logo{display:block;width:120px;height:40px;text-indent:-9999px;background:url(/landing/help/img/logo-7fe6c49aed00c30a61e04c774130f902.svg) 50%/contain no-repeat;}
.wrap{width:100%;height:100%;overflow-x:hidden;}
.inner{width:1200px;margin:0 auto;}
.row{display:flex;}
.col-6{width:50%;}
.btn{position:relative;height:50px;padding:0 20px;border-radius:3px;font-weight:600;transition:.3s ease-in-out;}
.btn[class*=icon-]::before{content:"";display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:middle;background-color:#fff;}
.btn-primary{color:#fff;background-color:#0a2e4f;}
.btn-primary:hover{background-color:#0b99ac;}
.text-spacing{letter-spacing:0;}

.foot-logo{padding-left:180px;background:url(/landing/help/img/logo-7fe6c49aed00c30a61e04c774130f902.svg) 0 0/120px no-repeat;}
.foot-logo li{float:left;padding:0 10px;color:#fff;font-size:14px;line-height:150%;}
.foot-logo li:last-child{margin-top:10px;color:#999;font-size:12px;letter-spacing:0;}
.foot-logo li span{color:inherit;}
.foot-logo .clear{clear:both;}