@charset "utf-8";
@import url('layout_base.css');
/* @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); */
@font-face {
    font-family: 'nanumsquare-b';
    src: url('fonts/nanumsquareb-webfont.woff2') format('woff2'),
         url('fonts/nanumsquareb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-eb';
    src: url('fonts/nanumsquareeb-webfont.woff2') format('woff2'),
         url('fonts/nanumsquareeb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-l';
    src: url('fonts/nanumsquarel-webfont.woff2') format('woff2'),
         url('fonts/nanumsquarel-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-r';
    src: url('fonts/nanumsquarer-webfont.woff2') format('woff2'),
         url('fonts/nanumsquarer-webfont.woff') format('woff');
    font-style: normal;
}


/* 초기화 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,
input,select,textarea,button,label {margin:0; padding:0; outline:none; border:none; word-break:keep-all; -webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {display:block;}
dl,ul,ol,menu,li,dt,dd {list-style:none; border:none; }
body,div,p,li,a,th,td,input,label,select,textarea,button {font-family: 'nanumsquare-r', sans-serif; color:#3c3c3c;}
input,select,textarea,button {vertical-align:middle; -webkit-border-radius:0;}
* {box-sizing:border-box;}
h1, h2, h3, h4, h5, h6, dt {font-weight:normal; line-height:1;}
button {border:0 none; background-color:transparent; cursor:pointer;}
label {vertical-align:middle; }
img {vertical-align:top; border:0;}
a {text-decoration:none;}
b, strong {font-weight:600;}
address,em {font-style:normal; font-weight:normal;}
table {table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%;}
caption {overflow:hidden; height:0px; font-size:0px; line-height:0px;}
hr {display:none;}

/* 건너뛰기 링크(접근성) */
.skipnavi {position:absolute; left:0; top:-50px; text-indent:-9999px; font-size:0; width:100%; z-index:999; }
.skipnavi li a:focus,
.skipnavi li a:active {position:absolute; left:0; top:50px; display:block; width:100%; padding:5px 0; text-align:center; text-indent:0px; font-size:12px; font-weight:500; background:#f2f2f2;}
.hdd, legend {font-size:0; width:0; height:0; line-height:0; text-indent:-9999px; overflow:hidden; position:absolute; left:0; top:0;}

/* 인풋, 셀렉트 */
input[type="text"], 
input[type="password"], 
input[type="tel"], 
input[type="number"], 
input[type="email"] {-webkit-appearance:none; border:1px solid #bfc7d0; height:48px; line-height:48px; font-size:14px; width:100%; text-indent:5px; vertical-align:middle;}
input[type="file"] {width:100%; font-size:14px;}
input[type="file"]::-webkit-file-upload-button {appearance:none; -webkit-appearance:none;-moz-appearance:none; box-sizing:border-box; border:1px solid #bfc7d0;}
input[type="file"]::-ms-value {border:1px solid #bfc7d0; background:#fff;}
input[type="file"]::-ms-browse {border:1px solid #bfc7d0; background:#eee;}

input[type=checkbox].css-checkbox {position:absolute; left:-9999px;}
input[type=checkbox].css-checkbox + label {display:inline-block; padding:4px 0 4px 36px; background:url('../img/checkbox.png') no-repeat 0 0; background-size:24px auto; line-height:1.3;}
input[type=checkbox].css-checkbox:checked + label {background-position:0 -42px;}

input[type=radio].css-radio {position:absolute; left:-9999px;}
input[type=radio].css-radio + label {display:inline-block; padding-left:28px; height:23px; background:url('../img/radio.png') no-repeat 0 0; background-size:23px auto; line-height:1.3; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}
input[type=radio].css-radio:checked + label {background-position:0 -178px;}

select {-webkit-appearance: none; -moz-appearance: none; appearance: none; height:30px; padding:0 35px 0 10px; border:1px solid #cfcfcf; background:#fff url(../img/ico_select.png) no-repeat right center; font-size:14px; color:#333;}
select::-ms-expand {display: none;}
select {background:none IE8+9;}

textarea {-webkit-appearance:none; width:100%; padding:5px; border:1px solid #bfc7d0; line-height:23px; resize:none; font-size:14px;}

::-webkit-input-placeholder{color:#888;}
:-ms-input-placeholder {color:#888;}

/* 버튼 */
.btn_app {display: inline-block; width: 280px; height: 60px; line-height: 60px; text-align: center; border-radius:30px; background: #0da01b; font-weight: 800; font-size:28px; color:#fff; box-shadow: 0px 16px 36px 0 rgba(27, 130, 217, 0.24);}
.btn_app .ic {display: inline-block; width: 22px; height: 32px; margin-right:22px; background: url(../img/ico_pen_w.png) no-repeat 0 0 / 22px auto; vertical-align: sub;}
.btn_confirm {display: inline-block; width: 120px; height: 48px; background: #1b82d9; font-family: 'nanumsquare-b'; font-size: 20px; color: #fff;}

/* common */
.box_inner {width:960px; margin:0 auto;}
.clear:after {content:''; display: block; clear:both;}

/* header */
header {border-bottom:1px solid #edf1f5;}
.utiltop_wrap {background: #f3f4f5;}
.utiltop_list {text-align: right;}
.utiltop_list li {display: inline-block; margin-left:25px;}
.utiltop_list li a {display: inline-block; height:28px; line-height: 30px; padding-left:16px; background: url(../img/ico_home.png) no-repeat 0 50% / 11px auto; font-family:'nanumsquare-b'; font-size:12px; color:#787878; vertical-align: middle;}
.utiltop_list li + li a {background: url(../img/ico_link.png) no-repeat 0 50% / 12px auto;}
.header_cont {padding:25px 0 17px;}
.header_cont h1 {float: left; margin-right:20px;}
.header_cont h1 a {display: block; width: 118px; height: 34px; background: url(../img/logo_bong.png) no-repeat 0 0 / 118px auto; text-indent: -9000px;}
.header_cont .sub_header {float: left; font-family:'nanumsquare-b'; font-size: 18px;}
.header_cont .sub_header span {display: block; padding-top: 5px;}
.header_cont nav {float: right;}
.header_cont nav .gnb {padding-top:20px;}
.header_cont nav .gnb li {float: left; margin-left: 28px;}
.header_cont nav .gnb li a {font-size: 18px; font-weight:bold;}

/* container */
.aboutus_area {padding: 106px 0 217px; background: url(../img/img_waste3.png) no-repeat right 106px / 444px auto;}
.aboutus_area .intro_txt {font-size: 32px;}
.aboutus_area .main_txt {margin-top: 32px; line-height: 60px; font-family: 'nanumsquare-eb'; font-size: 42px;}
.aboutus_area .main_txt span {color: #0da01b;}
.aboutus_area .definition_txt {}
.aboutus_area .definition_txt dt {margin-top: 50px;}
.aboutus_area .definition_txt dt span {display: inline-block; padding: 2px; background: #3c3c3c; font-family: 'nanumsquare-b'; font-size: 16px; color: #fff;}
.aboutus_area .definition_txt dd {padding-top: 16px; font-family: 'nanumsquare-b';}
.aboutus_area .definition_txt dd span {display: block; padding-top: 5px; color: #a0a0a0;}
.aboutus_area .btn_app {margin: 53px 0 0 60px;}

.link_line {position: relative;}
.link_line .box_inner {position: absolute; left: 50%; transform:translateX(-50%); top:-80px;}
.link_line a {float: left; width: 300px; height: 180px; text-align: center; padding-top: 120px; background: #fff url(../img/ico_contact01.png) no-repeat 50% 36px / 60px auto; box-shadow: 0px -16px 36px 0 rgba(75, 95, 109, 0.08);  font-family: 'nanumsquare-b'; }
.link_line a + a {margin-left:30px; background-image: url(../img/ico_contact02.png);}
.link_line a + a + a {background-image:  url(../img/ico_contact03.png);}
.link_line a span {display: block; padding-top: 10px; font-family: 'nanumsquare-eb'; color: #0da01b;}

.contact_area {text-align: center; background: #36424e;}
.contact_area .intro {padding-top:155px; font-size: 16px; color: #8c96a0;}
.contact_area h2 {padding-top:15px; font-family: 'nanumsquare-eb'; font-size: 24px; color: #fff;}
.contact_area .phone {padding-top:32px; font-family: 'nanumsquare-eb'; font-size: 42px; color: #57b2ff;}
.contact_area .talk {height: 22px; margin-top:45px; font-size: 16px; color: #ffd200;}
.contact_area .talk:before {content:''; display: inline-block; width: 24px; height: 22px; margin-right: 5px; background: url(../img/ico_talk.png) no-repeat 0 0 / 24px auto; vertical-align: middle;}
.contact_area .talk span {position: relative; top: 3px;}
.contact_area .phone2 {height: 40px; line-height: 40px; margin-top: 27px; background: #42505d; font-size: 16px; color: #76818b;}
.contact_area .phone2 strong {color: #8c96a0;}

.process_area {padding:80px 0 75px;}
.tit_main {position: relative; text-align: center; padding-bottom:20px; font-weight: 800; font-size:32px;}
.tit_main span {display: inline-block; width:24px; height:2px; background: #c2ced7; position: absolute; bottom:0; left:50%; transform:translateX(-30px);}
.tit_main span + span {display: inline-block; width:4px; height:4px; border-radius:2px; background: #c2ced7; position: absolute; bottom:-1px; left:50%; transform:translateX(-50%);}
.tit_main span + span + span {display: inline-block; width:24px; height:2px; background: #c2ced7; position: absolute; bottom:0; left:50%; transform:translateX(6px);}
.proc_list {margin:77px auto 0; }
.proc_list li {position: relative; float:left; width: 25%; text-align: center; padding-top:145px;}
.proc_list li:nth-child(1) {background: #fff url(../img/picto_proc1.png) no-repeat 50% 25px;}
.proc_list li:nth-child(2) {background: #fff url(../img/picto_proc2.png) no-repeat 50% 21px;}
.proc_list li:nth-child(3) {background: #fff url(../img/picto_proc3.png) no-repeat 50% 22px;}
.proc_list li:nth-child(4) {background: #fff url(../img/picto_proc4.png) no-repeat 50% 0px;}
.proc_list li:after {content:''; display: inline-block; width: 30px; height: 36px; background: url(../img/ico_proc_green.png) no-repeat 0 0 / 30px auto; position: absolute; left: -20px; top:50px;}
.proc_list li:first-child:after {display: none;}
.proc_list li h3 {font-weight: 800; font-size: 16px; color: #0da01b;}
.proc_list li .txt {padding-top:21px; font-size: 14px;font-weight: bold;}

.notice_area {padding:80px 0 80px; background: #f2f5f7;}
.allmenu {width: 480px; margin: 29px auto 0; text-align: right;}
.allmenu a {font-size: 12px; color:#b4b4b4;}
.notice_list {width: 480px; margin:0 auto;}
.notice_list li {height: 45px; line-height: 45px; padding-left:15px;  margin-top: 10px; background: #fff;}
.notice_list li a {position: relative; display: block; width:100%; padding-right:30px; text-overflow:ellipsis; font-weight: bold; white-space: nowrap; overflow:hidden; font-size: 16px;}
.notice_list li a:before {content:''; display: inline-block; width: 4px; height: 4px; border-radius:2px; background: #8c96a0; margin-right:10px; position: relative; top:-3px;}
.notice_list li a:after  {content:''; display: inline-block; width: 5px; height: 9px; background: url(../img/ico_rightArrow.png) no-repeat 0 0; position: absolute; right: 12px; top:50%; transform:translateY(-50%);}


/* layer-poup */
.layer-poup.theme-a {		position: relative;		z-index: 999;		font-size: 14px;		font-family: dotum, sans-serif;		border-radius: 20px;		box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);		background-color: #ffffff;	}
.layer-poup.theme-a h2 {		color: #000000;		letter-spacing: -0.1em;		font-size: 30px;		font-weight: bold;		font-family: 'Malgun Gothic', 'Nanum Gothick', Dotum,AppleGothic,Arial,sans-serif;	}
.layer-poup.theme-a .subtitle {		line-height: 24px;		color: #969696;		font-size: 14px	}
.layer-poup.theme-a .layer-popup-control .btn.close {		position: absolute;		top: -30px;		right: -30px;		overflow: visible;		padding: 0;		width: 60px;		height: 60px;		font-size: 12px;		font-family: dotum, sans-serif;		border: 0;		background-image: url(../img/bg_layerpoup_close.png);		background-repeat: no-repeat;		cursor: pointer;	}
.layer-poup.theme-a .layer-popup-control .btn.close .after {		position: absolute;		top: 0;		left: 0;		width: 100%;		height: 100%;		background-image: url(../img/bg_layerpoup_close.png);		background-repeat: no-repeat;		background-position: 0 0;	}
.layer-poup.theme-a.bui-toggle-target {		position: fixed;		margin: -240px 0 0 -240px;		top: 50%;		left: 50%;	}
.layer-poup.theme-a.bui-toggle-target.active {		display: block;	}
.layer-poup.theme-a.contact-us {		padding: 40px 30px 30px 30px;		width: 500px;	}
.layer-poup.theme-a.contact-us ul {	*zoom: 1;		padding: 0;		list-style: none;		border-top: 1px solid #cccccc;	}
.layer-poup.theme-a.contact-us ul:after {		content: '';		display: block;		clear: both;		width: 0;		height: 0;		visibility: hidden;	}
.layer-poup.theme-a.contact-us ul li {		float: left;		vertical-align: top;		width: 50%;		border-bottom: 1px solid #cccccc;	}
.layer-poup.theme-a.contact-us ul li .dhead {		float: left;		padding: 6px;		width: 110px;		line-height: 24px;	}
.layer-poup.theme-a.contact-us ul li .dtext {		float: right;		padding: 6px 0;		width: 96px;		line-height: 24px;		text-align: center;		color: #50b280;		font-family: tahoma, sans-serif;		background-color: #f5f5f5;	}

.layer-poup.theme-a.contact-us ul li .dtexte {		float: right;		padding: 6px 0;		width: 100%;		line-height: 24px;		text-align: center;		color: #50b280;		font-family: tahoma, sans-serif;		background-color: #f5f5f5;	} 
.dimmed-all {display: none; position: fixed; top: 0; left: 0; z-index: 50; width: 100%; height: 100%; background-image: url(../img/bg_dimmed.png); background-repeat: repeat; background-position: 0 0;}
.dimmed-all.active {display: block;}


/* layer-poup */
.layer-poup.theme-a																{position: relative; z-index: 999; font-size: 14px; font-family: dotum, sans-serif; border-radius: 20px; box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5); background-color: #ffffff;}
.layer-poup.theme-a h2															{margin: 0 0 18px 0; color: #000000; letter-spacing: -0.1em; font-size: 30px; font-family: 'Nanum Gothic', 'Malgun Gothic', dotum, sans-serif;}
.layer-poup.theme-a .subtitle													{margin: 0; line-height: 24px; color: #969696; font-size: 14px;}
.layer-poup.theme-a p															{margin: 18px 0;}
.layer-poup.theme-a .layer-popup-control .btn.close								{position: absolute; top: -30px; right: -30px; overflow: visible; margin: 0; padding: 0; width: 60px; height: 60px; font-size: 12px; font-family: dotum, sans-serif; border: 0; background-color: transparent; cursor: pointer;}
.layer-poup.theme-a .layer-popup-control .btn.close .after						{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../img/bg_layerpoup_close.png); background-repeat: no-repeat; background-position: 0 0;}
.layer-poup.theme-a.bui-toggle-target											{display: none; position: fixed; top: 50%; left: 50%; margin: -240px 0 0 -240px;}
.layer-poup.theme-a.bui-toggle-target.active									{display: block;}

.bui-toggle-target																{display: none;}
.bui-toggle-target.active														{display: block;}

.layout_pop {width:100%;}
.area_close {background:#cbcbcb; height:30px; padding:8px 10px 0 0; text-align:right;}

/* footer */
footer {text-align: center; border-top:1px solid #f3f4f5;}
.tit_foot {width: 88px; height: 25px; margin:25px auto; background: url(../img/logo_bong.png) no-repeat 0 0 / 88px auto; text-indent: -9000px;}
address {margin-top:24px; text-align: center; font-family: 'nanumsquare-b'; font-size: 12px; color: #8c96a0;}
.foot_menu {text-align: center; padding-top:27px;}
.foot_menu li {display: inline-block;}
.foot_menu li a {position: relative; display: inline-block; padding:0 12px; font-family: 'nanumsquare-b'; font-size: 13px;}
.foot_menu li a:after {content:''; display: inline-block; width: 1px; height: 10px; background: #e6e6e6; position: absolute; right: 0; top:2px;}
.foot_menu li:last-child a:after {display: none;}
.copy {padding:20px 0 30px; text-align: center; font-family: 'nanumsquare-b'; font-size: 10px; color: #8c96a0;}



.web {width:1150px; margin:0 auto; position: relative;}
.web:after {content:""; display:block; clear:both;}
.footer {height: 88px; padding-top: 38px; border-top: 1px solid #cccccc; margin-top:40px;}
.footer ul li {float: left; color:#666; padding-left: 20px;}
.footer ul li p {font-size: 14px; line-height: 18px;}
.footer ul li a {font-size: 14px; line-height: 18px; padding:0;font-weight: 600;}
.footer ul li span { color:#e67d02; font-weight: bold;}
.bottom_imd {  display: inline-block;  vertical-align:middle;    width: auto;    height: auto;    max-width: 80px;    max-height: 80px;    }
	
