#container { width: 1280px; }

img { margin: 0 auto; display: block; }

#others { width: 250px; float: right; vertical-align: middle; }

#others p { text-align: center; }

#main { width: 1024px; }

#main.full { width: 100%; }

#main img { margin: auto; }

#cncl { visibility: hidden; }

#bttm { width: 800px; }

.cmnt { float: left; text-align: left; font-size: 18px; line-height: 24px; padding: 10px 0; }

.cname { width: 200px; float: left; text-align: center; }

.ctext, .ctext1, .ctext2, .ctext3, .ctext4, .ctext5, .ctext6, .ctext7, .ctext8, .ctext9, .ctext10, .ctext11, .ctext12, .ctext13, .ctext14 { width: 1024px; float: right; }

.ctext1 { width: 970px; }

.ctext2 { width: 920px; }

.ctext3 { width: 870px; }

.ctext4 { width: 820px; }

.ctext5 { width: 770px; }

.ctext6 { width: 720px; }

.ctext7 { width: 670px; }

.ctext8 { width: 620px; }

.ctext9 { width: 570px; }

.ctext10 { width: 520px; }

.ctext11 { width: 470px; }

.ctext12 { width: 420px; }

.ctext13 { width: 370px; }

.ctext14 { width: 320px; }

.ndnt1 { margin-left: 50px; }

.ndnt2 { margin-left: 100px; }

.ndnt3 { margin-left: 150px; }

.ndnt4 { margin-left: 200px; }

.ndnt5 { margin-left: 250px; }

.ndnt6 { margin-left: 300px; }

.ndnt7 { margin-left: 350px; }

.ndnt8 { margin-left: 400px; }

.ndnt9 { margin-left: 450px; }

.ndnt10 { margin-left: 500px; }

.ndnt11 { margin-left: 550px; }

.ndnt12 { margin-left: 600px; }

.ndnt13 { margin-left: 650px; }

.ndnt14 { margin-left: 700px; }

.cmntimg { width: 250px; margin: 0 auto; text-align: center; }

.btn { background-color: black; border: none; color: white; padding: 8px 16px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

button:hover { color: black; background-color: white; }

/* MODAL POPUP */

.modalDialog { position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 99999; opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; pointer-events: none; }

.modalDialog:target { opacity:1; pointer-events: auto; }

.modalDialog > div { color: black; width: 900px; position: relative; margin: 10% auto; padding: 5px 20px 13px 20px; border-radius: 10px; background: #fff; background: -moz-linear-gradient(#fff, #999); background: -webkit-linear-gradient(#fff, #999); background: -o-linear-gradient(#fff, #999); }

.modalDialog p { padding: 10px; }
