* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, select, input, button {
    font-family:  'Sarabun', 'Sans-serif';
	margin:0 0;
    padding:0 0;
    -webkit-text-size-adjust:none;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color:#343434;
}

ul,li,ol,li,dl,dd,dt{list-style:none}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
table{border-collapse:collapse;border-spacing:0}
caption{display:none;z-index:-1;width:0;height:0;font-size:0;line-height:0}
fieldset,img{border:0}
img{vertical-align:middle;-ms-interpolation-mode:bicubic !important;}


/* ie7 */
select{font-size:12px;color:#6b6b6c}
legend{display:hidden;position:absolute;left:-999px;z-index:-1;width:0;height:0;font-size:0}
hr{display:none}

/* form */
form{margin:0;padding:0}
fieldset{margin:0;padding:0;border:0 none}
legend{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;padding:0;font-size:0;line-height:0}
input,select,textarea{margin:0;padding:0;font-size:14px;line-height:1;vertical-align:middle}
label,button{cursor:pointer}

/* link */
a{text-decoration:none;cursor:pointer}
a:hover{text-decoration:none;}
a:focus {text-decoration:none;}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
 }


/* Button */
button{margin:0;padding:0;border:none;background:none;
    display:inline-block;*overflow:visible;cursor:pointer;
}


/* main start */
.bg_box {
    background-repeat: no-repeat;
    background-position: center top;
    min-width: 750px;
}
.bg_box > span {
    text-indent: -9999px;
    opacity: 0;
}
.bg_01 {
    height: 1981px;
    background-image: url(../image/kids365_bg01_0402.jpg);
}
.bg_02 {
    height: 1238px;
    background-image: url(../image/kids365_bg02.jpg);
}
.bg_03 {
    height: 2080px;
    background-image: url(../image/kids365_bg03.jpg);
}
.map_bg {
    display: block;
    margin:0 auto;
    padding-top: 240px;
    text-align: center;
}

.popup_st {
    position:fixed;
    top:90px;
    left:100px;
}
.pop_closeBtn {
    font-size: 14px;
    letter-spacing: -0.03em;
    background: #222;
    width: 100%;
}
.table_box {
    display: table;
}
.table_box > li {
    display: table-cell;
    vertical-align: top;
    color:#fff;
}
.pop_closeBtn input {
    display: inline-block;
    margin-right: 5px;
    vertical-align:baseline;
}