#bottom {
    margin-top: 0;
}

#promotion_page {
    position: relative;
    width: 1200px;
    text-align: center;
    background: #f8f8f8;
    /* padding: 90px 0; */
    padding: 70px 0;
}
/* #promotion_page > h3{
    color: #353535;
    font-size: 30px;
}
#promotion_page > h2{
    color: #353535;
    font-size: 52px;
    margin: 30px 0 80px 0;
} */
#promotion_page > h2 {
    color: #353535;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
#promotion_page > h3 {
    font-size: 16px;
    font-weight: 400;
    color: #a1a1a1;
    margin: 0 0 70px 0;
}

#promotion_page_top_banner {
    position: relative;
    width: 100%;
    height: 350px;
    text-align: center;
    background-size: cover;
}
#promotion_page_top_banner_title {
    position: absolute;
    left: 0; top: -20px;
    width: 100%;
}
#promotion_page_top_banner_title > p {
    width: 475px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    color: white;
    background: #018459;
    margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #promotion_page_top_banner_title > p {
        line-height: 53px;
    }
    /* IE10+ CSS styles go here */
}
#promotion_page_top_banner > p {
    font-size: 24px;
    color: #303030;
    line-height: 350px;
}
#promotion_page_top_banner span.promotion_counter {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 10px 20px;
    color: white;
    background: #2c2f34;
    vertical-align: baseline;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #promotion_page_top_banner span.promotion_counter {
        line-height: 32px;
    }
    /* IE10+ CSS styles go here */
}
#promotion_page_top_banner span.bold {
    font-weight: 500;
}

#promotion_contents_1,
#promotion_help {
    overflow: auto;
    background: #f8f8f8;
    padding: 110px 0 100px 0;
}

#promotion_contents_1 > div,
#promotion_form_top > div,
#promotion_help > div {
    float: left;
}
#promotion_contents_1_left,
#promotion_form_top_left,
#promotion_help_left {
    width: 415px;
    padding-left: 90px;
}
#promotion_contents_1_left > p,
#promotion_form_top_left > p,
#promotion_help_left > p {
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    color: #535353;
}
#promotion_contents_1_left > p .bold,
#promotion_help_left > p .bold {
    color: #292929;
}
#promotion_contents_1_right,
#promotion_form_top_right,
#promotion_help_right {
    text-align: left;
}
#promotion_contents_1_right > p:nth-child(1),
#promotion_form_top_right > p:nth-child(1),
#promotion_help_right > p:nth-child(1) {
    font-size: 21px;
    font-weight: 500;
    color: #292929;
    margin-bottom: 45px;
} 
#promotion_contents_1_right > p:nth-child(2) {
    font-size: 17px;
    font-weight: 500;
    color: #292929;
}
#promotion_contents_1_right > p:nth-child(3) {
    font-size: 17px;
    font-weight: 400;
    color: #292929;
}
#promotion_contents_1_right > ul li{
    line-height: 32px;
    font-size: 17px;
    color: #292929
}
#promotion_contents_1_right > div {
    display: table;
    margin-top: 45px;
    margin-left: -50px;
    border-spacing: 50px 0;
}
#promotion_contents_1_right > div .promotion_contents_1_circle {
    display: table-cell;
    width: 135px; height: 135px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: white;
    background: #f5af19;
    margin-right: 50px;
    border-radius: 50%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #promotion_contents_1_right > div .promotion_contents_1_circle {
        height: 127px;
        padding-top: 8px;
    }
    /* IE10+ CSS styles go here */
}


#promotion_list {
    /* text-align: center; */
    background: #f8f1e1;
    margin: 0 auto 50px auto;
    padding: 40px 0;
}
#promotion_list_title {
    font-size: 28px;
    text-align: center;
    color: #292929;
}
#promotion_list article {
    display: inline-block;
    position: relative;
    width: 335px; height: 315px;
    text-align: left;
    margin: 45px 5px 0 5px;
    border: 2px solid #e1e1e1;
    background: white;
}
#promotion_list article .image{
    position: relative;
	width:335px;
	height:223px;
}
.promotion_list_subject {
    font-size: 15px;
	font-weight:500;
    color: #151515;
    margin: 16px 0;
    padding-left: 15px;
}
.promotion_list_date {
    font-size: 14px;
    color: #4e4c4d;
    padding-left: 15px;
}
.promotion_list_date > span {
    display: inline-block;
    width: 90px; height: 29px;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 1px;
    margin-right: 17px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .promotion_list_date > span {
        line-height: 37px;
    }
    /* IE10+ CSS styles go here */
}
.promotion_list_status_orange {
    color: white;
    background: #f5af19;
}
.promotion_list_status_gray {
    color: white;
    background: #959595;
}
.promotion_list_hover {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.7);
}
.promotion_list_hover > img {
    margin: 112px 0 15px 0;
}
.promotion_list_hover > p {
    font-size: 16px;
    color: white;
}
#promotion_list article:hover .promotion_list_hover {
    display: block;
}


#promotion_form_wrapper {
    width: 1044px;
    background: white;
    border: 2px solid #d7d7d7;
    padding: 80px 0;
    margin: auto;
    overflow: auto;
}
#promotion_form_top {
    overflow: auto;
    margin-bottom: 60px;
}
#promotion_form_top_left {
    width: 315px;
}
#promotion_form_top_left > p .orange {
    color: #f7c05e;
}
#promotion_form_top_right > p .underline {
    /* text-decoration: underline; */
    border-bottom: 1px solid #252525;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #promotion_form_top_right > p .underline {
        text-decoration: underline;
        border-bottom: 0;
    }
    /* IE10+ CSS styles go here */
}

#promotion_form_table > div {
    float: left;
    height: 53px;
}
#promotion_form_table .required {
    width: 320px !important;
    padding-right: 20px !important;
}
#promotion_form_table .required::after {
    content: ' (필수)';
    font-size: 12px;
    font-weight: 400;
    color: #018459;
}
#promotion_form_table .form_label {
    width: 285px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    text-align: right;
    padding-right: 55px;
}
#promotion_form_table .form_input {
    position: relative;
    width: 450px;
    text-align: left;
}
#promotion_form_table .form_input_half_size,
#promotion_form_table .form_input_full_size {
    display: inline-block;
}
#promotion_form_table .form_input_half_size {
    width: 219px;
}
#promotion_form_table .form_input_full_size {
    width: 100%;
    margin-top: 10px;
}
#promotion_form_table select,
#promotion_form_table input,
#promotion_form_table textarea {
    color: #a7a7a7;
    font-size: 14px;
    border: 2px solid #e7e7e7;
}
#promotion_form_table select,
#promotion_form_table input,
#promotion_form_table textarea {
    width: 417px;
}
#promotion_form_table textarea {
    padding: 7px;
}
#promotion_form_table .form_input_half_size select,
#promotion_form_table .form_input_half_size input,
#promotion_form_table .form_input_half_size textarea {
    width: 195px;
}

#check_certif_send_button,
#check_certif_confirm_button {
    position: absolute;
    top: 0; right: 16px;
    width: 70px; height: 43px;
    line-height: 43px;
    font-size: 14px;
    text-align: center;
    color: white;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #check_certif_send_button,
    #check_certif_confirm_button {
        line-height: 51px;
    }
    /* IE10+ CSS styles go here */
}
#check_certif_send_button {
    background: #f5af19
}
#check_certif_confirm_button {
    background: #018459
}
#check_certif_send_message,
#check_certif_complete_message {
    display: none;
    position: absolute;
    top: 12px; right: 100px;
    font-size: 12px;
}
#check_certif_send_message {
    color: #f5af19;
}
#check_certif_complete_message {
    color: #018459;
}


#promotion_gallery {
    position: relative;
}
#promotion_gallery > p {
    font-size: 28px;
    color: #292929;
    margin: 50px 0;
}
#promotion_gallery_swiper {
    width: 1050px; height: 290px;
}
#promotion_gallery > a {
    position: absolute;
    top: 172px;
}
#promotion_gallery_swiper_left_button {
    left: 20px;
}
#promotion_gallery_swiper_right_button {
    right: 20px;
}
#promotion_gallery_swiper .swiper-slide img {
    width: 340px;
    /* height: 240; */
}
#promotion_gallery_swiper .swiper-slide figure {
    margin: 0;
}
#promotion_gallery_swiper .swiper-slide figcaption {
    font-size: 16px;
    color: #292929;
}

#promotion_help {
    width: 1050px;
    background: #f8f1e1;
    padding: 90px 0 80px 0;
    margin: 50px auto 0px auto;
}
#promotion_help_left {
    width: 335px;
}
#promotion_help_right > p:nth-child(2) {
    line-height: 32px;
    font-size: 17px;
    color: #292929;
}
#promotion_help_right > p:nth-child(2) .orange {
    color: #f5af19;
}
#promotion_help_right > p:nth-child(3) {
    font-size: 13px;
    color: #018459;
    margin-top: 40px;
}

#promotion_form {
    position: relative;
    overflow: hidden;
}
#promotion_form_login_help_layer {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%;  height: 100%;
    background: rgba(0,0,0,0.7);
}
#promotion_form_login_help_box {
    width: 517px; height: 212px;
    background: #ededed;
    border: 2px solid #d8d8d8;
    margin: 160px auto;
}
#promotion_form_login_help_box > p {
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
    margin: 42px 0 35px 0;
}
#promotion_form_login_help_btns a {
    display: inline-block;
    width: 200px; line-height: 50px;
    color: white;
    font-size: 16px;
    margin: 0 7px;
}
#promotion_form_login_help_btns .btn_login {
    background: #018459;
}
#promotion_form_login_help_btns .btn_join {
    background: #959595;
}
#btn_promotion_form_submit {
    display: inline-block;
    width: 200px; height: 50px;
    line-height: 50px;
    color: white;
    font-size: 16px;
    background: #f5af19;
    margin-top: 38px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #btn_promotion_form_submit {
        line-height: 58px;
    }
    /* IE10+ CSS styles go here */
}

#promotion_image_layer {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 10010;
}

#promotion_image_contents {
    width: 900px;
    margin: auto;
    overflow: auto;
    padding-top: 6vh;
}

#promotion_image_contents > div:first-child {
    text-align: right;
}

#btn_close_promotion_image_layer {
    display: inline-block;
    margin: 5px;
}

#promotion_image {
    width: 900px;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto;
}
#promotion_image img {
    display: block;
    width: 900px;
}

#promotion_image_layer_background {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}