@charset "utf-8";
/* jQuery Handy Accordion v20131122 Beta */
/* Created by Gyumin Choi */

/* CSS Reset */
html{overflow-y:scroll;height:100%;font-size:12px}
body{min-height:100%;background-color:#fff;line-height:1.2;/*word-wrap:break-word;word-break:break-all;*/-webkit-text-size-adjust:none}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,input,textarea,select,button,th,td{margin:0;padding:0}
body,h1,h2,h3,h4,h5,h6,input,textarea,select,button{font-family:'돋움',Dotum,Helvetica,sans-serif;font-size:1em;color:#222}
img,fieldset,iframe{border:0 none}
li{list-style:none inside}
img,input,select,button{vertical-align:middle}
button{background:none;border:0 none;cursor:pointer}
cite,em,address{font-style:normal}
label{display:inline-block;cursor:pointer}
a{color:#222;text-decoration:none}
a:hover{color:inherit;text-decoration:underline}
a:active{color:inherit;text-decoration:none}
html:first-child select{height:20px;padding-right:6px} /* Opera 9 & Below Fix */
option{padding-right:6px} /* Firefox Fix */
hr{display:none}
legend{display:block;overflow:hidden;position:absolute;top:-1px;left:-1px;width:1px;height:1px;text-indent:102%;white-space:nowrap}
textarea{overflow-x:hidden;overflow-y:auto;resize:none}
table{/*table-layout:fixed;*/border-collapse:collapse;border-spacing:0}
section,article,aside,hgroup,header,footer,nav,figure,figcaption,time,mark,canvas,video,audio,details,summary{display:block}
input::-webkit-input-placeholder{color:#999}
input:-moz-placeholder{color:#999}
input::-moz-placeholder{color:#999}
input::-ms-input-placeholder{color:#999}
/* ::-webkit-scrollbar{width:17px;height:17px;border:1px solid #e4e4e4;border-width:1px 0 0 1px;background-color:#fcfcfc}
::-webkit-scrollbar-thumb{width:9px;height:9px;border:4px solid rgba(0,0,0,0);-webkit-border-radius:9px;background-clip:padding-box;background-color:#c3c3c3;-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{background-color:#7e7e7e}
::-webkit-scrollbar-button{display:none;width:0;height:0}
::-webkit-scrollbar-corner{border:1px solid #e4e4e4;background-color:#fff;border-width:1px 0 0 1px} */

/* Common */
.blind{display:block;overflow:hidden;position:absolute;top:-999em;left:-999em;width:1px;height:1px;text-indent:102%;white-space:nowrap}
caption.blind{display:table-caption;position:static;width:auto;height:auto;text-indent:0;white-space:normal}
.show{display:block}
.hide{display:none}

/* Layout */
#wrap{width:1000px;margin:0 auto}
.tit h1{padding:40px 0 10px;font-family:Arial;font-size:2em;color:#444;text-align:center}
.tit p{padding-bottom:40px;font-size:1.167em;font-family:Arial;text-align:center}
.section_improve h2{padding:25px 0 5px;font-size:1.25em}
.section_improve ul{overflow:hidden}
.section_improve li{list-style-type:disc;line-height:1.5}

/* Handy Accordion */
#example{overflow:hidden;position:relative;width:1000px;height:450px}
#example li{position:relative;float:left;width:150px;height:450px}
#example li.on{width:550px}
#example li>div{height:100%}
#example li img{margin:0 auto}
#example li .img_off{display:block}
#example li .img_on{display:none}
#example li.on .img_off{display:none}
#example li.on .img_on{display:block}