body { height:100%; background-color:#efefef; font-family: 'Noto Sans KR', sans-serif; }
section { position:absolute; top:50%; left:50%; margin-top:-400px; margin-left:-567px; width:1134px; height:800px; background:#fff; padding:0px; box-shadow:3px 5px 7px #cecece; display:flex; flex-direction:row; }
section.cjk { margin-top:-350px; height:700px; } 
section > div:first-child { width:435px; }
section > div:last-child { width:699px; padding:50px 70px; text-align:center; }
section > div:last-child > div:first-child { text-align:right; }
section > div:last-child > div:last-child { padding:20px 20px; } 
h1 { font-weight:500; font-size:35px; margin-bottom:50px; color:#45413d; }
p { color:#8c8c8c; font-size:20px; font-weight:400; text-align:justify; word-break:keep-all; }
.dropdown-center button { color:#8c8c8c; border-color:#fff!important; }
a.dropdown-item { color:#8c8c8c; }
.address { display:flex; flex-direction:row; align-items:center; margin-top:30px; }
.address div:first-child { width:75%; height:46px; }
.address div input { width:100%; border:1px solid #959595; border-radius:5px; padding:10px 5px; }
.address div input::placeholder { padding-left:0px; font-family: 'Noto Sans KR', sans-serif; font-size:15px; color:#a5a5a5; }
.address div:last-child { margin-left:20px; height:46px; width:25%; text-align:left; }
.address div:last-child input[type=checkbox] { padding:0px; width:15px; height:15px; margin-top:15px; }
.address div:last-child span { vertical-align:2px; color:#4899cd; }
.number-list { display:flex; flex-direction:row; flex-wrap:wrap; justify-content:center; margin-top: 30px; padding:50px;}
.number-list a, button { display:inline-block; width:calc(20% - 10px); height:70px; border:1px solid #959595; margin:5px; border-radius:5px; text-decoration:none; line-height:70px; font-family: "Roboto", sans-serif; font-size:30px; font-weight:800; color:#2c3e50; }
.number-list a:hover { background:#2c3e50; color:#fff; }
.small-btn { width:100%; margin-top:30px; text-align:left; }
.small-btn a { margin:0px 10px; font-size:12px; font-weight:400; color:#8c8c8c; text-decoration:none; }
.small-btn a:hover { color:#616060; }