/* Base */
*{
	scrollbar-arrow-color:#9D9992;
	scrollbar-3dlight-color:#D4D0C8;
	scrollbar-darkshadow-color:#bcbcbc;
	scrollbar-face-color:#bcbcbc;
	scrollbar-hightlight-color:#bcbcbc;
	scrollbar-shadow-color:#bcbcbc;
	scrollbar-track-color:#f1f1f1;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #fff;
	background:#2b333e;
}
body img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a {
	text-decoration: none;
	color: #fff;
	outline: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

:focus {
	outline: none;
}

div, a {
	box-sizing:border-box;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Noto Sans KR', sans-serif;
	margin-top: 0;
	font-weight: 600;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }


.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
.clear { clear: both; }

.oh { overflow: hidden; }
.relative { position: relative; }
.section-wrap, .section-wrap-mp { padding: 150px 0; overflow: hidden; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.color-white { color: #fff !important; }
.left { float: left; }
.right { float: right; }
.bg-light { background-color: #f7f7f7; }
.bg-dark { background-color: #242424; }
.last { margin-bottom: 0 !important;}

::-moz-selection { color: #fff; background: #000; }
::-webkit-selection { color: #fff; background: #000; }
::selection { color: #fff; background: #000; }


/************************************************************************/
/* 버튼 */
.button_tit {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:10px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	width: 99%;
    padding: 7px 0;
    font-size: 30px;
    text-align: center;
    display: block;

    background-color: #333d47;
    padding: 5px 10px;
    border: 1px solid #1c232d;
    background-image: linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -o-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(51,61,71)),
        color-stop(1, rgb(61,72,84))
    );
    -webkit-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
}
.button_base {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
}
.button_base:active {
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.button {
    background-color: #538fbe;
    /*padding: 5px 10px;*/
    padding: 5px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(73,132,180)),
        color-stop(1, rgb(97,155,203))
    );
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.button:active {
    background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(88,154,204)),
        color-stop(1, rgb(90,150,199))
    );
	-webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset;
}
.b_disabled {
	pointer-events: none; 
	cursor: default;
	opacity:0.3
}
.button2 {
    background-color: #999;
    padding: 5px 10px;
    border: 1px solid #5d5d5d;
    background-image: linear-gradient(bottom, rgb(129,129,129) 0%, rgb(180,180,180) 100%);
    background-image: -o-linear-gradient(bottom, rgb(129,129,129) 0%, rgb(180,180,180) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(129,129,129) 0%, rgb(180,180,180) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(129,129,129) 0%, rgb(180,180,180) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(129,129,129) 0%, rgb(180,180,180) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(129,129,129)),
        color-stop(1, rgb(180,180,180))
    );
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #5d5d5d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #5d5d5d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #5d5d5d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.button2:active {
    background-image: linear-gradient(bottom, rgb(180,180,180) 0%, rgb(129,129,129) 100%);
    background-image: -o-linear-gradient(bottom, rgb(180,180,180) 0%, rgb(129,129,129) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(180,180,180) 0%, rgb(129,129,129) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(180,180,180) 0%, rgb(129,129,129) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(180,180,180) 0%, rgb(129,129,129) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(180,180,180)),
        color-stop(1, rgb(129,129,129))
    );
	-webkit-box-shadow: 0px 2px 0px #5d5d5d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #5d5d5d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #5d5d5d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset;
}
.button2.active {
    background-color: #505e6c;
    padding: 5px 10px;
    border: 1px solid #475562;
    background-image: linear-gradient(bottom, rgb(80,94,109) 0%, rgb(90,104,120) 100%);
    background-image: -o-linear-gradient(bottom, rgb(80,94,109) 0%, rgb(90,104,120) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(80,94,109) 0%, rgb(90,104,120) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(80,94,109) 0%, rgb(90,104,120) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(80,94,109) 0%, rgb(90,104,120) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(80,94,109)),
        color-stop(1, rgb(90,104,120))
    );
    -webkit-box-shadow: 0px 6px 0px #36424f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 6px 0px #36424f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    box-shadow: 0px 6px 0px #36424f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
}
.button3 {
    background-color: #333d47;
    padding: 5px 10px;
    border: 1px solid #1c232d;
    background-image: linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -o-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(51,61,71) 0%, rgb(61,72,84) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(51,61,71)),
        color-stop(1, rgb(61,72,84))
    );
    -webkit-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
}
.button3:active {
    background-image: linear-gradient(bottom, rgb(61,72,84) 0%, rgb(51,61,71) 100%);
    background-image: -o-linear-gradient(bottom, rgb(61,72,84) 0%, rgb(51,61,71) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(61,72,84) 0%, rgb(51,61,71) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(61,72,84) 0%, rgb(51,61,71) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(61,72,84) 0%, rgb(51,61,71) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(61,72,84)),
        color-stop(1, rgb(51,61,71))
    );
	-webkit-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset;
}


.button4 {
	color:#000;
    background-color: #fff;
    padding: 5px 0px;
    font-size: 15px;
	font-weight:400;
    border: 1px solid #1c232d;
    text-shadow: 0px 0 0px rgba(0,0,0,.5);

    background-image: linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(217,217,217)),
        color-stop(1, rgb(255,255,255))
    );
    -webkit-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
    box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.3);
}
.button4:active {
	color:#fff;
    background-image: linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(255,189,64)),
        color-stop(1, rgb(245,173,37))
    );
	-webkit-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset;
}

.button5 {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    padding: 5px 0px;
    font-size: 15px;
	font-weight:400;
    border: 1px solid #1c232d;
    text-shadow: 0px 0 0px rgba(0,0,0,.5);

    background-image: linear-gradient(bottom, rgb(245,173,37) 0%, rgb(255,189,64) 100%);
    background-image: -o-linear-gradient(bottom, rgb(245,173,37) 0%, rgb(255,189,64) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(245,173,37) 0%, rgb(255,189,64) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,173,37) 0%, rgb(255,189,64) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(245,173,37) 0%, rgb(255,189,64) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(245,173,37)),
        color-stop(1, rgb(255,189,64))
    );
    -webkit-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}
.button5:active {
    background-image: linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255,189,64) 0%, rgb(245,173,37) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(255,189,64)),
        color-stop(1, rgb(245,173,37))
    );
	-webkit-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset;
}

.button6, .btn-default {
    background-color: #f13e3d;
    padding: 5px 10px;
    border: 1px solid #f13e3d;
    background-image: linear-gradient(bottom, rgb(219,57,56) 0%, rgb(241,62,61) 100%);
    background-image: -o-linear-gradient(bottom, rgb(219,57,56) 0%, rgb(241,62,61) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(219,57,56) 0%, rgb(241,62,61) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(219,57,56) 0%, rgb(241,62,61) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(219,57,56) 0%, rgb(241,62,61) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(219,57,56)),
        color-stop(1, rgb(241,62,61))
    );
    -webkit-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #1c232d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.button6:active, .btn-default:active {
    background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(88,154,204)),
        color-stop(1, rgb(90,150,199))
    );
	-webkit-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #1c232d, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset;
}


.button7 {
    background-color: #3f6ebc;
    padding: 5px 10px;
    border: 1px solid #265199;
    background-image: linear-gradient(bottom, rgb(50,94,168) 0%, rgb(66,114,193) 100%);
    background-image: -o-linear-gradient(bottom, rgb(50,94,168) 0%, rgb(66,114,193) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(50,94,168) 0%, rgb(66,114,193) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(50,94,168) 0%, rgb(66,114,193) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(50,94,168) 0%, rgb(66,114,193) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(50,94,168)),
        color-stop(1, rgb(66,114,193))
    );
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #1a407a, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #1a407a, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #1a407a, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.button7:active {
    background-image: linear-gradient(bottom, rgb(66,114,193) 0%, rgb(50,94,168) 100%);
    background-image: -o-linear-gradient(bottom, rgb(66,114,193) 0%, rgb(50,94,168) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(66,114,193) 0%, rgb(50,94,168) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(66,114,193) 0%, rgb(50,94,168) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(66,114,193) 0%, rgb(50,94,168) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(66,114,193)),
        color-stop(1, rgb(50,94,168))
    );
	-webkit-box-shadow: 0px 2px 0px #1a407a, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #1a407a, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #1a407a, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset;
}

.btn-default {
	padding:5px 30px;
	border-radius:4px;
	font-size:18px;
	color:#fff;
}


.searchList table tbody tr td a {
    font-size:15px;
	margin-bottom:0;
	box-shadow:none;
}

/********************************************************/
/* 로그인화면 */

.loginWrap {
	width:400px;
	top:50%;
	left:50%;
	margin-top:-280px;
	margin-left:-200px;
	position:relative;
}
.loginWrap h1 {
	text-align:center;
	letter-spacing:0px!important;
	font-size:42px;
}
.loginWrap h1 span {
	font-size:16px;
	font-weight:400;
	display:block;
}
.inputBox div {
	margin-bottom:5px;
}
.inputBox label.idAndpw {
	width:96px;
	font-size:18px;
	display:inline-block;
}
.inputBox input {
	width:292px;
	font-size:20px;
	height:35px;
	line-height:35px;
	text-indent:10px;
}
.inputBox input[type="checkbox"] {
	width:20px;
	height:20px;
	margin-right:7px;
	margin-left:0;
	text-indent:0px;
	float:left;
}
.checkbox_wrap {
	margin-top:15px;
}
.checkbox_wrap label {
	float:left;
}
.inputBox button {
	width:100%;
	padding:10px 0;
	margin-top:20px;
}
.smarthaccpman_tel {
	background-color:#fff;
	border-radius:5px;
	padding:5px 15px 0 15px;
	margin-top:40px;
}
.smarthaccpman_tel img {
	width:100%;
}

/********************************************************/
/* 상단 */

#container {
	height:100%;
}

#posTitle {
	width:100%;
	height:50px;
	background-color:#0d111a;
	border-bottom:1px solid #464f5b;
	overflow:hidden;
}
#posTitle h2 {
	width:340px;
	line-height:47px;
	text-indent:15px;
	float:left;
}
#posTitle a {
	width:60px;
	line-height:50px;
	font-size:24px;
	border-right:1px solid #464f5b;
	text-align:center;
	display:block;
	float:left;
}
#posTitle .smarthaccpman {
	padding:7px 12px;
	background:#fff;
	float:right;
	overflow:hidden;
}
#posTitle .smarthaccpman img {
	width:90px;
	margin-bottom:0;
	box-sizing:border-box;
}
#posTitle .smarthaccpman b {
	line-height:16px;
	color:#0d3693;
	font-size:18px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	display:block;
}
#posTitle .today_date {
	line-height:1.5em;
	font-size:11px;
	margin-top:7px;
	margin-right:12px;
	text-align:right;
	float:right;
}
#posTitle .today_date b {
	font-size:24px;
	color:#a9d8ff;
}


#posTitle .escBtn {
	width:60px;
	box-sizing:border-box;
	float:right;
}
#posTitle .escBtn a {
	line-height:18px;
	padding-bottom:7px;
	border-radius:0;
	font-size:13px;
}

#posTitle .numAndName {
	height:50px;
	line-height:50px;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #464f5b;
	color:#fff;
	float:right;
}
#posTitle .numAndName span {
	color:#fff;
}
#posTitle .numAndName span:last-child {
	padding-left:10px;
}


/**********************************************/
/* 컨텐츠 */

#conWrap {
	overflow:hidden;
}
.con-2 {
	width:42%;
	margin:4%;
	float:left;
}
.con-2 a.mainMenuBtn {
	width:100%;
	text-align:center;
	font-size:56px;
	position:relative;
}
.con-2 a.mainMenuBtn span {
	width:340px;
	text-align:center;
	letter-spacing:-1px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-90px;
	margin-left:-170px;
}

.con-3 {
	width:25%;
	margin:4%;
	float:left;
}
.con-3 a.mainMenuBtn {
	width:100%;
	text-align:center;
	font-size:60px;
	position:relative;
}
.con-3 a.mainMenuBtn span {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-140px;
	margin-left:-50px;
}
.conLeft {
	width:69%;
	border-radius:3px;
	float:left;
}
.searchDate {
	height:60px;
	background-color:#f13e3d;
}
.searchDate:after {
	clear:both;
	content:'';
	display:block
}
.searchDate .label {
	float:left;
	width:45px;
	line-height:55px;
	padding:0 0 0 20px;
}
.searchDate ul.dateBtn {
	width:38%;
	padding:10px 0 0 10px;
	float:left;
}
.searchDate ul.dateBtn li {
	width:19.3%;
	margin-right:0.75%;
	float:left;
}
.searchDate ul.dateBtn li:last-child {
	margin-right:0;
}
.searchDate ul.dateBtn li a {
	width:100%;
	text-align:center;
}

.searchDateBox {
	width:60%;
	line-height:30px;
	font-size:16px;
	padding:10px 0;
	float:left;
}
.searchDateBox input {
	width:32%;
	height:32px;
	line-height:32px;
	margin:0 5px;
	font-size:20px;
	text-align:center;
	/*text-indent:10px;*/
	border:1px solid #cc1f1e;
}
.searchDateBox a {
	text-align:center;
	font-size:14px;
	padding:0 10px;
	vertical-align:top;
}

/* searchDateBox2 */
.searchDateBox2 {
	float:right;
	width:calc(100% - 65px);
	padding-top:3px;
	line-height:30px;
	font-size:16px;
	padding:10px;
}
.searchDateBox2 input {
	width:calc(100% - 190px);
	height:32px;
	line-height:32px;
	margin:0 10px;
	font-size:20px;
	text-indent:10px;
	border:1px solid #cc1f1e;
}
.searchDateBox2 a {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	padding:0 10px;
}

/* searchDateBox3 */
.searchDateBox3 {
	float:right;
	width:calc(100% - 350px);
	line-height:30px;
	font-size:16px;
	padding:10px 0;
}
.searchDateBox3 input {
	width:calc(100% - 180px);
	height:32px;
	line-height:32px;
	font-size:20px;
	text-indent:5px;
	border:1px solid #cc1f1e;
}
.searchDateBox3 a {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	padding:0 5px;
}

/* searchDateBox4 */
.searchDateBox4 {
	float:right;
	width:calc(100% - 330px);
	line-height:30px;
	font-size:16px;
	padding:10px 0;
}
.searchDateBox4 input {
	width:calc(100% - 250px);
	height:32px;
	line-height:32px;
	font-size:20px;
	text-indent:5px;
	border:1px solid #cc1f1e;
}
.searchDateBox4 a {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	padding:0 5px;
}

.searchList {
	background-color:#fff;
	overflow-y: scroll;
}
.searchList table {
	width:100%;
}
.searchList table thead th {
	background-color:#dadfe3;
	color:#000;
	font-weight:500;
	padding:7px 0;
}
.searchList table tbody td {
	color:#000;
	font-weight:500;
	padding:7px 0;
	border:1px solid #eee;
	text-align:center;
}
.searchList table .td_left {
	text-align:left;
	padding-left:5px
}
.searchList table .td_right {
	text-align:right;
	padding-right:5px
}

/* popList */
.popList {
	background-color:#fff;
	overflow-y: scroll;
}
.popList table {
	width:100%;
}
.popList table thead th {
	background-color:#dadfe3;
	color:#000;
	font-weight:500;
	padding:7px 0;
}
.popList table tbody td {
	color:#000;
	font-weight:500;
	padding:7px 0;
	border:1px solid #eee;
	text-align:center;
}
.popList table .td_left {
	text-align:left;
	padding-left:5px
}
.popList table .td_right {
	text-align:right;
	padding-right:5px
}

.popList ul.list {
	padding:0 10px 0 0;
}
.popList ul.list li {
	float:left;
	width:48%;
	margin-bottom:2%;
	position:relative;
}
.popList ul.list li:nth-child(2n) {
	float:right;
}
.popList ul.list li span {
	display:block;
	font-weight:600;
	font-size:18px;
	text-align:left;
	color:#000;
	padding:0 0 10px;
}
.popList ul.list li input[type=text] {
	border:1px solid #ccc;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:18px;
	padding:0 5px;
}
.popList ul.list li.input {
	text-align:left;
}
.popList ul.list li.input input[type=text] {
	color:#000;
	font-weight:600;
	text-align:center;
}
.popList ul.list li.input label {
	vertical-align:middle;
	font-size:16px;
	color:#666
}

#searchList_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#searchList_scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#searchList_scroll::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.searchListResult {
	margin-top:10px;
	height:40px;
	position:relative;
}
.searchListResult a {
	width:142px;
	height:30px;
	line-height:20px;
	font-size:20px;
	text-align:center;
	position:absolute;
	left:50%;
	top:7px;
	margin-left:-147px;
}
.searchListResult a:last-child {
	position:absolute;
	left:auto;
	right:50%;
	top:7px;
	margin-left:0;
	margin-right:-145px;
}
.searchListResult a.button4 {
	border:1px solid #ddd;
}
.searchListResult a.button3 {
    border: 1px solid #1c232d;
}


.recentEnter {
	background:#2b333e;
	padding-top:20px;
}
.recentEnter h5 {
	margin-bottom:6px;
}
.recentEnter ul {
	overflow:hidden;
}
.recentEnter li {
	width:16.33%;
	margin-right:0.40%;
	margin-bottom:0.80%;
	float:left;
}
.recentEnter li:nth-child(6n) {
	margin-right:0;
}
.recentEnter li a {
	width:100%;
	height:110px;
	text-align:center;
}
.recentEnter li a i {
	height:58px;
	padding-top:6px;
	margin-bottom:6px;
	font-style:normal;
	box-sizing:border-box;
	word-break:keep-all;
	word-wrap: break-word;	
	display:block;
	overflow:hidden;
}
.recentEnter li a span {
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:400;
	color:#a4aab1;
	border-top:1px solid #424f5e;
	display:block;
}

.conRight {	
	width:28%;
	margin:15px 15px 15px 0;
	float:right;
	position:relative;
	height:calc(100vh - 80px);
}
.conRight .searchListResult {
	position:absolute;
	right:0;
	bottom:4px;
	width:100%;
}
.conRight .searchListResult a {
	
}
.conRight .searchListResult a:last-child{
}
.alphabet {
	overflow:hidden;
}
.alphabet a {
	width:24.2%;
	height:40px;
	margin-right:1%;
	margin-bottom:1.7%;
	text-align:center;
	background-color:#999;
	border-radius:3px;
	display:block;
	float:left;
}
.alphabet a:nth-child(4n) {
	margin-right:0;
}
.alphabet a.searchBtn {
	height:95px;
	line-height:95px;
	padding:0;
	background-color:#7a7a7a;
	float:right;
}

.barcodeInput {
}
.barcodeBtn {
	position:absolute;
	left:0;
	right:0;
	bottom:50px;
	width:100%
}
.barcodeInput input {
	width:99%;
	height:60px;
	line-height:60px;
	font-size:40px;
	text-indent:10px;
}
.barcodeInput a,
.barcodeInput2 a {
	width:99%;
	padding:7px 0;
	font-size:30px;
	text-align:center;
	display:block;
	margin-bottom:10px
}

.baseSearch {
	height:50px;
	margin-top:10px;
	position:relative;
}
.baseSearch input {
	width:99%;
	height:40px;
	line-height:40px;
	font-size:25px;
	text-indent:10px;
	border:none;
}
.baseSearch a {
	width:24.3%;
	padding:9px 0;
	text-align:center;
	float:right;
}
.baseSearch i {
	position:absolute;
	right:16px;
	top:10px;
	font-size:22px;
	color:#000;
}


.baseEnter {
	margin-top:6px;
	margin-bottom:6px;
	overflow-y:scroll;
}
#baseEnter_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#baseEnter_scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#baseEnter_scroll::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.baseEnter h5 {
	margin-bottom:6px;
}
.baseEnter ul {
	overflow:hidden;
}
.baseEnter li {
	width:48.75%;
	margin-right:2%;
	margin-bottom:3.5%;
	float:left;
}
.baseEnter li:nth-child(2n) {
	margin-right:0;
}
.baseEnter li a {
	width:100%;
	height:117px;
	border-radius:5px;
	text-align:center;
}
.baseEnter li a i {
	height:75px;
	padding-top:4px;
	margin-bottom:6px;
	font-style:normal;
	box-sizing:border-box;
	word-break:keep-all;
	word-wrap: break-word;	
	display:block;
	overflow:hidden;
}
.baseEnter li a span {
	height:30px;
	line-height:30px;
	font-size:13px;
	letter-spacing:-1px;
	font-weight:500;
	color:#bed4e5;
	border-top:1px solid #6da5d4;
	display:block;
}

.baseEnter li.no-data {
	width:100%;
	margin:0;
	padding-top:100px;
	text-align:center;
}
.baseEnter.baseEnterSub2 li a {
	height:92px;
}
.baseEnter.baseEnterSub2 li a i {
	height:75px;
	padding-top:4px;
	margin-bottom:0;
}


/* 파이프라인 - 모달창 */
.layer_pop {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:absolute;
	right:0;
	top:0;
	z-index:9999;
}
.layer_pop-content {
	width:800px;
	max-height:520px;
	margin:0 auto;
	background:#fff;
	top:50px;
	left:50%;
	margin-left:-400px;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}
.layer_pop-content .layer_pop-lg {
	width:960px;
	margin-left:-480px;
}
.modal_title {
	height:50px;
	line-height:50px;
	position:relative;
	background:#2b333e;
}
.modal_title a {
	position:absolute;
	top:0px;
	right:20px;
	color:#fff;
	font-size:30px;
}
.modal_comment {
	background:#fff;
	padding:20px 20px 10px 20px;
	font-weight:400;
	color:#000;
}
.formBlock {
	line-height:45px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
}
.formBlock label {
	width:20%;
	font-size:18px;
	text-align:left;
	float:left;
}
.formBlock input {
	width:calc( 80% - 45px );
	height:45px;
	line-height:45px;
	text-indent:10px;
	font-size:20px;
	border:1px solid #ddd;
	box-sizing:border-box;
	float:left;
}
.formBlock input.w100p {
	width:100%;
	height:60px;
	line-height:60px;
	font-size:34px;
	color:#000;
	border:3px solid #000;
}
.formBlock a {
	width:45px;
	height:45px;
	line-height:45px;
	border:1px solid #ddd;
	box-sizing:border-box;
	border-left:0;
	float:left;
}
.formBlock a i {
	color:#000;
}
.modal_btn {
	padding:0 20px 20px 20px;
	text-align:center;
}
.modal_btn:after {
	clear:both;
	content:'';
	display:block;
}
.modal_btn a.btn {
	width:49%;
	padding:15px 0px;
	font-size:18px;
	font-weight:bold;
	display:block;
	float:left;
}
.modal_btn a.btn_s {
	width:30%;
	padding:15px 0px;
	font-size:18px;
	font-weight:bold;
	display:inline-block;
}
.modal_btn a:first-child {
	background:#f13e3d;
	color:#fff;
	margin-right:2%;
}
.modal_btn a:last-child {
	background:#555;
	color:#fff;
}
.modal_btn a.color-red {
	width:100%;
	background:#f13e3d;
	color:#fff;
}


.table_type01 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:10px;
	vertical-align:middle;
	border:1px solid #ddd;

}
.table_type01 thead tr th {
	font-weight:500;
	background:#ebeffa;
	text-align:center;
	color:#000;
	border:1px solid #c4ceea;
}
.table_type01 tbody tr th {
	font-size:16px;
	font-weight:bold;
	background:#3c4753;
	text-align:center;
	color:#fff;
	padding:8px 0;
	border:1px solid #485360;
}
.table_type01 tbody tr td {
	height:60px;
	line-height:40px;
	color:#303030;
	font-size:18px;
	padding:0 15px;
	border-bottom:1px solid #ddd;
	text-align:left;
}
.table_type01 tfoot tr td {
	background:#f9f0ef;
	color:#000;
}
.table_type01 tbody tr td.has_i input {
	width:83%!important;
}
.table_type01 tbody tr td.has_i a {
	display:inline-block;
	padding-top:4px;
	float:right;
}
.table_type01 tbody tr td a.button_base {
	line-height:20px;
	padding:5px 16px;
	margin-top:3px;
	margin-left:4px;
	float:left;
}
.table_type01 input {
	width:124px;
	height:40px;
	line-height:40px;
	font-size:20px;
	margin-right:5px;
	text-indent:10px;
	border:1px solid #ddd;
	float:left;
}
.table_type01 span {
	line-height:44px;
	float:left;
}
.table_type01 input[type="checkbox"] {
	width:24px;
	height:24px;
	margin:10px 5px 0 10px;
}
.table_type01 input[type="checkbox"]+label {
	line-height:44px;
	font-size:15px;
	float:left;
}

.situationWrap1 {

}
.situationWrap1:after {
	content:'';
	clear:both;
	display:block;
}
.situationWrap1 .tit {
	position:relative;
	padding:0 20px;
	height:60px;
	line-height:60px;
	background-color:#f13e3d;
	font-size:18px;
}
.situationWrap1 .tit .date {
	position:absolute;
	right:20px;
	top:0;
	height:60px;
	line-height:60px;
	font-size:15px;
}
.situationWrap1 .boxWrap {
	padding:20px;
	height:260px;
	background-color:#fff;
}
.situationWrap1 .boxWrap:after {
	content:'';
	clear:both;
	display:block;
}
.situationWrap1 .box {
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:2%;
}
.situationWrap1 .box:nth-child(4n) {
	margin-right:0
}
.situationWrap1 .box dl {
	margin:0;
	border-radius:5px;
	box-shadow: 0px 6px 0px #999, 0px 3px 5px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
}
.situationWrap1 .box dt {
    background-color: #538fbe;
    padding: 5px 10px;
	text-align:center;
	border-radius:5px 5px 0 0;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(73,132,180)),
        color-stop(1, rgb(97,155,203))
    );
}
.situationWrap1 .box dd {
    margin-inline-start:0;
	border-radius:0 0 5px 5px;
    padding: 10px 10px;
	text-align:center;
	background:#fff;
	color:#000
}


.situationWrap2:after {
	content:'';
	clear:both;
	display:block;
}
.situationWrap2 .tit {
	padding:0 20px;
	height:60px;
	line-height:60px;
	background-color:#f13e3d;
	font-size:18px;
}
.situationWrap2 .boxWrap {
	padding:20px;
	height:calc(100vh - 500px);
	background-color:#fff;
}


/* 셀렉트 레이어 */
.select_box {
	color:#000;
	font-size:30px;
}
.select_box .s_box {
    display: inline-block;
	vertical-align:top;
    position: relative;
    width:99%;
}
.select_box .s_box .select {
    position: relative;
    border:1px solid #ccc;
    box-sizing: border-box;
    padding: 0 10px;
    height:60px;
    line-height:60px;
	border-radius:5px;
    background-color:#fff;
    cursor: pointer;
	margin-bottom:10px;
}
.select_box .s_box .select:after {
    content: '▼';
    position: absolute;
    top: 0;
    right: 10px;
	color:#999;
    font-size: 16px;
}
.select_box.on .s_box .select:after {
    content: '▲';
}
.select_box .s_box .list {
    display: none;
    overflow-y:auto;
    position: absolute;
    top:60px;
    left: 0;
    z-index: 10;
    border:1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    max-height:200px;
    background-color: #fff;
}
.select_box .s_box .list::-webkit-scrollbar {
    width: 10px;
    height: 0;
}
.select_box .s_box .list::-webkit-scrollbar-button:start:decrement,
.select_box .s_box .list::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
}
.select_box .s_box .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.select_box .s_box .list::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.select_box .s_box .list>li {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height:40px;
    line-height:40px;
    cursor: pointer;
}
.select_box .s_box .list>li:hover {
    background-color: #ccc;
}

/* .select_box.type02 */
.select_box.type02,
.select_box.type02 .s_box, 
.select_box.type02 .s_box .select {
	width:100%
}
.select_box.type02 .s_box .select {
	vertical-align:top;
	margin:0;
    padding:0 5px;
    height:40px;
    line-height:40px;
	border-radius:0;
    font-size:16px;
	text-align:left;
}
.select_box.type02 .s_box .select:after {
    font-size:13px;
}
.select_box.type02 .s_box .list {
    top:39px;
    max-height:110px;
}
.select_box .s_box .list>li {
    padding:0 5px;
    font-size:16px;
    height:30px;
    line-height:30px;
	text-align:left;
}

/** 체크박스 **/
input[type='checkbox'].chkbox1 { display:none; }
input[type='checkbox'].chkbox1 + label.label1 { cursor:pointer; height:20px !important; line-height:20px; background:url('/images/common/chkbox.png') no-repeat; 
white-space:nowrap; display:inline-block; margin:0; padding:0; padding-left:30px; font-weight:500; }
input[type='checkbox'].chkbox1:checked + label.label1 { background:url('/images/common/chkbox.png') 0 -20px no-repeat; }
input[type='checkbox'].chkbox1 + label.label1 { margin-right:10px; }


/* 라디오 버튼 */
input[type=radio].radio1 { display:none; }
input[type=radio].radio1 + label.label2 { cursor:pointer; padding-left:26px; line-height:20px; margin-right:15px; height:20px; display:inline-block; background-repeat:no-repeat; 
background-size:20px; background-position:left top; vertical-align:top; }
input[type=radio].radio1:checked + label.label2 {background-position: 0 -20px;}
input[type=radio].radio1:disabled + label.label2 {background-position: 0 -40px;}
.label2{ background-image:url("/images/common/chkbox.png");} 