@charset "UTF-8";

html {
	height: 100%;
}

input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* IE 에서 Select box 화살표 제거 */ 
select::-ms-expand { 
	display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/img/select_btn.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 5px);
}

html, body {
	font-family: 'NanumSquare';
	font-weight: 400;
	letter-spacing: -0.5px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-stroke: 0.6px;
	font-size: 14px;
	height: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ea3737;
    margin-bottom: 10px;
}

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

img {
	width: 100%;
}


/* 2022 */

body {
	max-width: 800px;
	min-width: 300px;
	background-color: #f3f3f3;
	margin: 0 auto;
}

#contents section {
	position: relative;
}

/* #contents .main a.contact-btn {
	background-color: #fd4c56;
} */

#contents section>div {
	position: relative;
}

.main {
	margin-top: 80px;
	border-bottom: 2px solid #999;
	position: relative;
}

p.title {
	margin: 0;
    padding-left: 50px;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 10px;
    line-height: 24px;
    padding-top: 60px;	
}

.item {
    position: relative;
    transition: .5s;
}

.item:hover {
    transform: scale(1.02);
}

.item>a {
	position: absolute;
    margin-left: 40px;
    width: calc(100% - 80px);
    left: 0;
    top: 7px;
    height: calc(100% - 17px);
}

.footer {
	margin-top: 40px;
	background: #f3f3f3;
}

.f-items {
    padding-left: 10px;
    padding-right: 10px;
}

.f-items .f-item img {
    width: 56px;
}

.f-items .f-item p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 18px;
}

.f-items .f-item {
	position: relative;
}

.f-items .f-item a{
    position: absolute;
    top: 0;
    left: 15%;
    width: 80%;
    height: 100%;
}

.f-items .row>div {
    text-align: center;
    position: relative;
}

.f-items .row>div+div:before {
    content: '';
    position: absolute;
    left: 0;
    background: #999;
}

.logo {
    padding-top: 130px;
    padding-bottom: 150px;
    text-align: center;
}

.logo>img {
    width: 307px;
}

.main .top-btn {
    position: absolute;
    top: 55px;
    left: 45px;
    width: 130px;
}

.main .top-btn>div>img {
    width: 35px;
}

.main .top-btn>div {
    display: inline-block;
    width: 63px;
    text-align: center;
    position: relative;
}

.main .top-btn>div+div:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #999;
    left: 0;
}

.main .top-btn>div>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

@media(max-width: 800px) {
	
	.main {
    	margin-top: 10vw;
	}
	
	p.title {
	    padding-left: 6.25vw;
	    font-size: 4vw;
	    padding-bottom: 3vw;
	    line-height: 4vw;
	    padding-top: 7.5vw;
	}
	
	.item>a {
	    margin-left: 5vw;
	    width: calc(100% - 10vw);
	    top: 0.87vw;
	    height: calc(100% - 2.12vw);
	}
	
	.footer {
		margin-top: 5vw;
	}
	
	.f-items {
	    padding-left: 1.25vw;
	    padding-right: 1.25vw;
	}
	
	.f-items .f-item img {
	    width: 7vw;
	}
	
	.f-items .f-item p {
	    display: inline-block;
	    vertical-align: middle;
	    font-weight: 700;
	    text-align: center;
	    margin-left: 1.25vw;
	    font-size: 2.3vw;
	    margin-bottom: 0;
	    line-height: 3vw;
	}
	
	.logo {
	    padding-top: 16.25vw;
	    padding-bottom: 18.75vw;
	}
	
	.logo>img {
	    width: 38.37vw;
	}
	
	.main .top-btn {
	    top: 6.87vw;
	    left: 5.62vw;
	    width: 16.75vw;
	}
	
	.main .top-btn>div>img {
	    width: 4.37vw;
	}
	
	.main .top-btn>div {
	    width: 7.87vw;
	}
	
}

@media(max-width: 400px) {

	
	.main .top-btn>div+div:before {
	    width: 1px;
	}	
}



