@charset "UTF-8";

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;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	min-width:320px;
	height: 100%;
	font-size: 62.5%;
	letter-spacing:-0.02em;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#333;
	font-weight: normal;
	-webkit-text-size-adjus: none;
	font-family:'NanumSquareNeo', sans-serif, Malgun Gothic, "맑은 고딕", AppleGothic, '돋움', Dotum, sans-serif;
	overflow-x:hidden;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
button {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	vertical-align:middle;
}
img {
	border: 0;
	outline: none;
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	vertical-align:middle;
}
a:hover{
    color:inherit;
}
address, em {
	font-style: normal;
}
b, strong {
	font-weight: 700;
}
caption, legend {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -3000px;
	text-indent: -10000px;
}
small {
	font-size: 1.1rem;
}
input {
	vertical-align: middle;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	border-radius:0;
}
input:focus,
button:focus,
textarea:focus {
	outline: none;
}
input::-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder { color: #999; }
input::-moz-placeholder { color: #999; }
textarea::-ms-input-placeholder { color: #999; }
textarea::-webkit-input-placeholder { color: #999; }
textarea::-moz-placeholder { color: #999; }

input, textarea, select, button{
	resize:none;
	font-family:'NanumSquareNeo', sans-serif, Malgun Gothic, "맑은 고딕", AppleGothic, '돋움', Dotum, sans-serif;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor:pointer;
}
label{display:inline-block}

input{
	caret-color:#3182F6;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{display:none}
::-moz-selection {background:#CEDFF8; text-shadow:none}
::selection {background:#CEDFF8; text-shadow:none}




/* common */
.hidden{
	position: absolute;
	text-indent: -9999px;
}
.inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
    .inner {
        margin: 0 20px;
    }
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enter{
	display: none;
}
.enter-pc{
    display: block;
}
.enter-mo{
    display: none;
}
.obj_m{
    display: none !important;
}

.text-center{
    text-align: center !important;
}
.text-black{
    color: #333 !important;
}
.text-gray{
    color: #777 !important;
}

.center-block{
    display: block !important;
    width: 100% !important;
}

.btn{
	display: inline-block;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    border:1px solid transparent;
}
.btn:hover,
.btn:focus,
.btn:active{
    border-color:transparent;
}
.btn > span{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}
.btn-area{
    text-align: center;
}
.btn-xs{
    font-size: 1.2rem;
    min-width:5rem;
    padding:.6rem 1rem .5rem;
}
@media(max-width:768px){
    .btn-xs{
        padding:1rem 1.6rem;
        font-size:1.5rem;
    }
}
.btn-sm{
    font-size: 1.3rem;
    padding: .8rem 1rem;
}
.btn-lg{
    width: 19px;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 1.9rem 1rem 2rem;
}
.btn-blue{
    color: #fff !important;
    background-color: #3182F6 !important;
    border-color:#3182F6 !important;
}
.btn-outline-blue{
    color: #3182F6 !important;
    border-color:#3182F6 !important;
    background-color: #fff !important;
}

.btn-outline-gray{
    color: #333 !important;
    border-color:#E6E6EA !important;
    background-color: #fff !important;
}

/* popup */
.popup-dialog{
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 2px 8px 16px rgba(0,0,0,.12);
}
.popup-dialog .popup-cont{
    width: 380px;
    height: 218px;
}
.popup-dialog .btn-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #777;
    background: #fff;
}
.popup-dialog .btn-wrap a{
    color: #777;
    font-size: 13px;
    line-height: 1.077;
    padding:15px 20px;
    border: none;
}
.popup-dialog .btn-wrap a + a{
    color: #333;
    margin-left: auto;
}
.popup-dialog .swiper-container-horizontal>.swiper-scrollbar{
    bottom:14px;
    left:0;
    right:0;
    width:20px;
    height:4px;
    margin:0 auto;
    background: #E8E8E8;
}
.popup-dialog .swiper-container-horizontal>.swiper-scrollbar .swiper-scrollbar-drag{
    background: #3182F6;
}
.popup-dialog .swiper-container-horizontal>.popup-pagination{
    z-index: 1;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: auto;
    line-height: .2;
    transform: translateX(-50%);
}
.popup-dialog .swiper-container-horizontal>.popup-pagination .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    margin: 0 2px;
    border-radius: 50px;
    background: #333;
}
.popup-dialog .swiper-container-horizontal>.popup-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 14px;
    background: #fff;
}
.popup-backdrop{
    display: none;
    z-index: 90;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
@media screen and (max-width: 640px){
    .popup-dialog{
        z-index: 160;
        overflow-x: auto;
        right: 0;
        border-radius: 15px 15px 0 0;
        box-shadow: unset;
    }
    .popup-dialog .popup-cont{
        width: 100%;
        height: 100%;
    }
    .popup-dialog .btn-wrap{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .popup-dialog .btn-wrap .btn a + a{
        border-left: none;
    }
    .popup-backdrop{
        z-index: 150;
        display: block;
    }
}

/* modal */
.modal-dialog{
    width: 400px;
}
.modal.modal-sm .modal-dialog{
    width: 300px;
    margin: 0 auto;
}
.modal-content{
    overflow: hidden;
    color: #333;
    font-weight: 600;
    border: none;
    border-radius: 12px;
}
.modal-header{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 32px 16px 8px;
    border-bottom: none;
}
.modal-header .btn-close{
    opacity: 1;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    padding: 0;
    background: url(/images/home/common/icon_close_black.svg) no-repeat center;
    background-size: 100% auto;
}
.modal-title{
    font-size: 16px;
    font-weight: 800;
}
.modal-body{
    word-break: keep-all;
    font-size: 12px;
    line-height: 1.539;
    padding: 8px 16px 0;
}
.modal-body .list-box li + li{
    margin-top: 2px;
}
.modal-body .list-box{
    padding-left: 6px;
}
.modal-body .guide-box{
    color: #677788;
    font-size: 12px;
    line-height: 1.667;
    padding: 16px 18px;
    margin-top: 12px;
    border-radius: 3px;
    border: 1px solid #E0E4F0;
    background: #F7FAFF;
}
.modal-body .guide-box li + li{
    padding-top: 6px;
}
.modal-body .guide-box li strong{
    display: block;
    font-size: 12px;
    line-height: 1.539;
    font-weight: 800;
    margin-bottom: 2px;
}
.modal-footer{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 16px;
    border-top: none;
}
.modal-footer > *{
    margin: 0;
}
.modal-footer .btn{
    font-size: 14px;
    line-height: 1.572;
    padding: 10px 12px;
}
.modal-footer .btn.btn-blue{
    font-weight: 800;
}
.modal textarea.form-control{
    font-size: 14px;
    padding: 15px;
    border-radius: 6px;
}
.modal textarea.form-control::placeholder{
    color: #ccc;
}
.modal .modal-alert{
    color: #949494;
    text-align: left;
    font-size: 12px;
    letter-spacing: -.05rem;
    margin-top: 8px;
}
.modal .modal-alert span{
    padding-left: 16px;
    background-image: url("data:image/svg+xml;utf-8,%0A%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.146 4.7002V3.55762H7.38086V4.7002H6.146ZM6.146 10V5.33301H7.38086V10H6.146Z' fill='%23949494'/%3E%3Ccircle cx='6.5' cy='6.5' r='6' stroke='%23949494'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 13px auto;
}
@media screen and (max-width: 425px){
    .modal .modal-dialog{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

/*loading*/
.loading-wrap{
    position:fixed;
    top:0;
    right:0;
    left:0;
    display:none;
    height:100vh;
    text-align:center;
    background:rgba(255,255,255,.8);
    z-index:1001;
}
.loading-wrap strong{
    display:block;
    color:#333;
    font-size:13px;
    font-weight:800;
}
.spinner-wrap{
    display:inline-block;
    width:40px;
    height:40px;
    margin:42vh auto 10px;
    border:7px solid #3182F6;
    border-right-color:transparent;
    border-radius:50%;
    animation:spinner-border .56s linear infinite;
}
@keyframes spinner-border{
    to{
        transform:rotate(360deg);
    }
}
