@charset "utf-8";

/* reset */
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
html,body{width:100%;height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,input,select,textarea{margin:0;padding:0;-webkit-text-size-adjust:none;}
body,h1,h2,h3,h4,h5,h6,input,button,select,textarea{font-family:'돋움',Dotum,sans-serif;font-size:13px;line-height:1.3;}
body{color:#000;}
input,textarea{background-image:linear-gradient(transparent, transparent);border-radius:0;resize:none;}
caption,legend{font-size:0;line-height:0;text-indent:-5000px;}
img,fieldset,iframe{border:0 none;vertical-align:top;}
fieldset{font-size:0;}
ul,ol{list-style:none;}
a{color:#000;text-decoration:none;}
i,em,address{font-style:normal}
table{border-collapse:collapse;border-spacing:0;}
hr{display:none;}
.hidden{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);}

/* layout */
.wrap{width:500px;margin:0 auto;}
.content{position:relative;padding:32px 20px 30px 20px;border-top:10px solid #0a7ba6;}
.content > .logo{position:absolute;top:22px;right:20px;font-size:0;line-height:0;}
.footer{padding:10px 30px 9px 30px;background:#efefef;font-size:14px;line-height:21px;color:#535353;text-align:center;}

/* title */
.title-type-1{font-size:22px;line-height:29px;font-weight:bold;}
.title-type-2{margin-top:24px;padding-bottom:3px;border-bottom:1px solid #262626;font-size:16px;line-height:27px;font-weight:bold;}

/* font */
.font-color-1{color:#0a7ba6;}
.font-color-2{color:#e02020;}

/* select */
.sel-type-1{display:inline-block;box-sizing:border-box;height:40px;padding:11px 30px 10px 14px;border:1px solid #e1e1e1;background:url('/resource/assets/custom/img/bill/ico_arrow_d.png') no-repeat top 50% right 13px;font-size:14px;line-height:19px;color:#000000;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.sel-type-1::-ms-expand{display:none;}
.sel-type-1:focus{background-image:url('/resource/assets/custom/img/bill/ico_arrow_u.png');}

/* button */
.btn-type-1{display:inline-block;width:250px;padding:11px 10px 10px 10px;background:#0a7ba6;font-size:14px;line-height:29px;color:#fff;font-weight:bold;text-align:center;vertical-align:top;}

/* list */
.list-cols-1{margin-top:16px;margin-left:-10px;padding-bottom:3px;}
.list-cols-1:after{content:'';display:block;clear:both;}
.list-cols-1 > li{float:left;margin-top:5px;margin-left:10px;}

.list-col2-1{margin-top:10px;}
.list-col2-1 > li{margin-top:7px;font-size:13px;line-height:18px;word-break:keep-all;}
.list-col2-1 > li:after{content:'';display:block;clear:both;}
.list-col2-1 > li:first-child{margin-top:0;}
.list-col2-1 > li > .left{float:left;width:160px;color:#535353;}
.list-col2-1 > li > .right{float:right;width:calc(100% - 160px);text-align:right;font-weight:bold;}
.list-col2-1 > li.total{margin-top:9px;padding-top:8px;border-top:1px solid #ececec;font-size:18px;line-height:25px;}

/* content */
.box-txt-1{margin-top:30px;font-size:13px;line-height:20px;}
.box-btn-1{margin-top:27px;text-align:center;}