﻿@charset "utf-8";
/* CSS Document */
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, font, 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 {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    /*outline: 0;*/
    vertical-align: baseline;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

/*a{ text-decoration:none; }*/
ol, ul {
    list-style: none;
    height: auto;
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
/* remember to define focus styles! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.navPart {
    background: url(../img/white/topbg.jpg) 0 0 repeat-x;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}


.header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}

.header2 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    left: 17px;
    position: absolute;
    top: 12px;
    z-index: 9999;
}

.header .logo2 {
    left: 17px;
    position: absolute;
    top: 12px;
    z-index: 9999;
}

.header2 .main {
    left: -178px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.coorect {
    right: 0px;
    position: absolute;
    top: 12px;
    z-index: 999;
}

.yes {
    left: 25px;
    position: absolute;
    top: 85px;
    z-index: 999;
    cursor: pointer;
}

.no {
    right: 20px;
    position: absolute;
    top: 85px;
    z-index: 999;
    cursor: pointer;
}

.year {
    right: 61px;
    top: 281px;
    position: absolute;
    z-index: 9;
    width: 278px;
    height: 143px;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #000;
}

.bottom_73 {
    padding: 10px 0;
}

#com {
    text-align: center;
}

.com {
    text-align: center;
}

/*iris*/
.alert_no18 {
    right: 20px;
    position: absolute;
    top: 135px;
    font-size: 2em;
    color: #fff;
}

body.bg_black {
    background-color: #000;
}

.bg_main {
    height: 100%;
    position: absolute;
    background: url(../img/main.jpg) no-repeat;
    background-position: 15% 0;
    background-size: 1099px 667px;
}

@media screen and (max-width: 1199px) {
    .bg_main {
        background-position: -120% 0;
        background-size: 90%;
    }
}

@media screen and (max-width: 800px) {
    .bg_main {
        
        background-position: 50% 55%;
        background-size: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 667px) {
    .bg_main {
        height: 180%;
        background-position: 50% 55%;
        background-size: 100%;
    }
}
