@charset "utf-8";

.txt2_top_m {
    display: none;
}
nav.snb {
    position: fixed;
    right: 10%;
    top: 20%;
    z-index: 999999;
    transform: translate(-10%, 0);
}
nav.snb ul li {
    cursor: pointer;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: 0;
    width: 120px;
    height: 40px;
    padding-top: 10px;
}
nav.snb ul li:last-child {
    border-bottom: 1px solid #fff;
}
nav.snb ul li span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
}
nav.snb ul li.active span {
    font-weight: 700;
}
nav.snb.border_black ul li {
    border: 1px solid #000;
    border-bottom: 0;
}
nav.snb.border_black ul li:last-child {
    border-bottom: 1px solid #000;
}
nav.snb.border_black ul li span {
    color: #000;
}
nav.snb.border_black ul li.active span {
    color: #fff;
    font-weight: 700;
}

/* header */
header.active {
    position: fixed;
    background: #000;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
}
.logo {
    display: inline-block;
}
nav.gnb {
    float: right;
}
nav.gnb ul li {
    font-size: 16px;
    color: #ffff;
    font-weight: 700;
    display: inline-block;
    margin-left: 33px;
    cursor: pointer;
}
header.active nav.gnb ul li {
    color: #fff;
}
header {
    position: absolute;
    z-index: 9999;
    width: 100%;
}
/* slide */
@media (min-width:1921px) {
    .slide_img {
        background-size: 100% !important;
        height: 995px !important;
    }
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
span.swiper-pagination-bullet {
    opacity: 1 !important;
    background: none !important;
    border: 1px solid #fff;
    width: 10px !important;
    height: 10px !important;
    margin: 0 9px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}
.swiper_button_wrap {
    position: absolute;
    left: 23%;
    bottom: 120px;
    z-index: 9;
}
.swiper-button-next {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 19%;
    transform: translate(-50%, 0);
    z-index: 9;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: inline-block;
}
.swiper-button-prev {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translate(-50%, 0);
    z-index: 9;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none !important;
}

.slide_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 190px;
}
.slide_txt {
    float: left;
}
.slide_inner {
    float: right;
    padding-top: 95px;
}
.txt_bot {
    color: #fff;
    margin-top: 25px;
    font-weight: 300;
    font-size: 16px;
}
.center_txt {
    text-align: center;
    margin-top: 150px;
}
.center_bot {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}
.txt2_bot {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}
.slide_txt2 {
    float: left;
}
.txt2_bot {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}
.slide_inner2 {
    float: right;
    margin-top: -25px;
}

/* section */
.section_wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
    z-index: 9;
}
.section_txt {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
/* section 00 */
section.section_00 {
    position: relative;
}
section.section_00::after {
    content: '';
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 52px;
    height: 80px;
    z-index: 9;
}
/* section 01 */
section.section_01 {
    overflow: hidden;
}
.section1_txt {
    position: relative;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
}
.section1_txt::before {
    content: '';
    background: url(../img/side1.png) no-repeat;
    position: absolute;
    top: -80px;
    left: 90px;
    width: 100%;
    height: 129px;
}
.swiper-container.differ {
    max-width: 1000px;
}
.section_slide_wrap {
    position: relative;
    margin-top: 60px;
    margin-bottom: 190px;
}
.product-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    cursor: pointer;
}
.product-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    cursor: pointer;
}
/* section 02 */
section.section_02 {
    position: relative;
    background: #3551a1;
    overflow: hidden;
}
.section_txt.second.nanum {
    color: #fff;
}
.content_img {
    margin-top: 100px;
    margin-bottom: 160px;
 }
.charac_img{
    position: absolute;
    left: 9%;
    bottom: 2%;
    z-index: 11;
    transition: all 0.5s;
    
}
.charac_img img{
    width: 100%;
}
.arm_l_img{
    position: absolute;
    bottom: 95px;
    left: 146px;
    z-index: 1;
    
}
.arm_l_img img{
    width: 100%;
}
img.infinite_rotate_arm_l{
    animation: rotate_image_l 1.5s linear infinite;
    transform-origin: top right;
}
.arm_w_r_img{
    position: absolute;
    bottom: 95px;
    left: 236px;
    z-index: 1;
}
img.infinite_rotate_arm_l1{
    animation: rotate_image_2 1.5s linear infinite;
    transform-origin: top left;
}

@keyframes rotate_image_l{
    0%{
        transform: rotate(0deg);
    }
    10%{
        transform: rotate(10deg);
    }
    25%{
        transform: rotate(15deg);
    }
    50%{
        transform: rotate(20deg);
    }
    75%{
        transform: rotate(15deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes rotate_image_2{
    0%{
        transform: rotate(0deg);
    }
    10%{
        transform: rotate(-10deg);
    }
    25%{
        transform: rotate(-15deg);
    }
    50%{
        transform: rotate(-20deg);
    }
    75%{
        transform: rotate(-15deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.arm_r_img{
    position: absolute;
    bottom: 98px;
    left: 390px;
    z-index: 1;
}
img.infinite_rotate_arm_r{
    animation: rotate_image_r 1.5s linear infinite;
    transform-origin: top left;
}
@keyframes rotate_image_r{
    100%{
        transform: rotate(0deg);
    }
    75%{
        transform: rotate(-15deg);
    }
    50%{
        transform: rotate(-20deg);
    }
    25%{
        transform: rotate(-15deg);
    }
    10%{
        transform: rotate(-10deg);
    }
    0%{
        transform: rotate(0);
    }
}
.arm_m_l_img{
    position: absolute;
    bottom: 98px;
    left: 283px;
    z-index: 1;
}
img.infinite_rotate_arm_r1{
    animation: rotate_image_r1 1.5s linear infinite;
    transform-origin: top right;
}
@keyframes rotate_image_r1{
    0%{
        transform: rotate(0deg);
    }
    10%{
        transform: rotate(5deg);
    }
    25%{
        transform: rotate(10deg);
    }
    50%{
        transform: rotate(15deg);
    }
    75%{
        transform: rotate(10deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.sec_bg {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}
/* section 03 */
.section_wrap.thousand {
    max-width: 1000px;
}
.char_mid.nanum {
    font-size: 32px;
    font-weight: 700;
    margin-top: 40px;
}
.char_bot {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
}
.char_info {
    position: relative;
    margin-top: 150px;
}
.char_img {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 1;
}
.char_wrap {
    margin-top: 270px;
    padding-bottom: 100px;
}
.char_con {
    margin-bottom: 110px;
}
.character_img {
    display: inline-block;
    vertical-align: top;
}
.character_con {
    display: inline-block;
    vertical-align: top;
}
.char_name.nanum {
    font-size: 32px;
    font-weight: 700;
}
.char_name.nanum span {
    font-size: 25px;
    font-weight: 400;
    color: #727171;
    padding-left: 20px;
}
.char_infor {
    color: #3e3a39;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    margin-top: 25px;
}
.char_con:nth-child(1) .character_img {
    margin-left: -20px;
}
.char_con:nth-child(1) .character_con {
    padding-left: 100px;
    padding-top: 60px;
}
.char_con:nth-child(2) .character_con {
    padding-left: 110px;
    margin-top: -30px;
}
.char_con:nth-child(3) .character_img {
    margin-left: -50px;
}
.char_con:nth-child(3) .character_con {
    padding-left: 60px;
    padding-top: 40px;
}
section.section_03 {
    position: relative;
    overflow: hidden;
}
.sec_bg2 {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
}
.char_w_img{
    position: absolute;
    top: 107px;
    left: 57.5%;
    z-index: 111;
}
img.infinite_rotate_char_w{
    animation: rotate_image_w 1.3s ease-in-out infinite alternate-reverse;
    transform-origin: 60% 85%;
}
@keyframes rotate_image_w{
    from {
        transform: rotate(-5deg);
    }
	to {
        transform: rotate(0deg);
    }
}
.char_m_img{
    position: absolute;
    top: 150px;
    right: 5.8%;
    z-index: 11;
}
img.infinite_rotate_char_m{
    animation: rotate_image_m 1.3s ease-in-out infinite alternate;
    transform-origin: 53% 70%;
}
@keyframes rotate_image_m{
    from {
        transform: rotate(-5deg);
    }
	to {
        transform: rotate(0deg);
    }
}
/* section 04 */
section.section_04 {
    background: #f8b600;
}
.core_img {
    text-align: center;
    margin-top: 100px;
    padding-bottom: 200px;
}
/* section 05 */
section.section_05 {
    position: relative;
    overflow: hidden;
    background: #b00b0e;
}
.section_txt.fifth.nanum {
    color: #fff;
}
.contactus_tx {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px;
}
.con_bg {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.con_img3{
    position: absolute;
    z-index: 10;
    bottom: 82px;
    right: 542px;
    width: 140px;
    height: 140px;

}
.con_img4{
    position: absolute;
    bottom: 214px;
    right: 319px;
    z-index: 10;
}
.con_img4 img{
    width: 100%;
    height: 100%;
}
img.infinite_rotating_logo{
    animation: rotate_image 3.5s ease-in-out infinite;
    transform-origin: 50% 53%;
}
img.infinite_rotating_logo2{
    animation: rotate_image2 3.5s ease-in-out infinite;
    transform-origin: 50% 53%;
}
@keyframes rotate_image{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }

}
@keyframes rotate_image2{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
section.section_05::after {
    content: '';
    background: url(../img/con_img2.png) no-repeat;
    width: 535px;
    height: 543px;
    position: absolute;
    bottom: 0;
    right: 190px;
    z-index: 9;
}
/* contact us */
section.idx_contact {
    padding-bottom: 130px;
    position: relative;
    z-index: 2;
}
.write_div_top {
    font-size: 0;
    border-bottom: 2px solid #b00b0e;
}
.write_div label {
    font-size: 18px;
    color: #231815;
    font-weight: 700;
}
.write_div input {
    font-size: 15px;
    color: #888;
    background: #f3f3f3;
    padding: 15px;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}
.write_div.email {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    color: #231815;
    font-weight: 700;
    background: #fff;
    position: relative;
    height: 44.5px;
    padding-left: 23px;
    padding-top: 8px;
    border-right: 2px solid #b00b0e;
}
.write_div input {
    font-size: 15px;
    color: #888;
    background: #f3f3f3;
    padding: 15px;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    height: 30px;
    width: auto;
    margin-left: 60px;
}
.write_div.email input {
    width: 75%;
}
.write_div.name input {
    width: 75%;
}
.write_div.name {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    color: #231815;
    font-weight: 700;
    background: #fff;
    position: relative;
    height: 44.5px;
    padding-left: 23px;
    padding-top: 8px;
}
.write_div.category {
    background: #fff;
    position: relative;
    height: 44.5px;
    padding-left: 23px;
    padding-top: 8px;
    font-size: 18px;
    color: #231815;
    font-weight: 100;
}
.write_div.category span {
    font-size: 18px;
    color: #231815;
    font-weight: 700;
}
input[type="checkbox"] {
    position: absolute;
    display: none;
}
.write_div.category label {
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    display: inline-block;
    margin-left: 35px;
    margin-right: 10px;
}
input[type="checkbox"]:checked + label {
    background: #000;
}
.write_div.file input {
    margin-left: 14px;
    height: auto;
    padding: 0;
}
.write_div.file span {
    font-size: 18px;
    color: #231815;
    font-weight: 700;
}
.write_div.file {
    background: #fff;
    position: relative;
    height: 50px;
    padding-left: 23px;
    padding-top: 9px;
    border-top: 2px solid #b00b0e;
    border-bottom: 1px solid #b00b0e;
}
textarea#wr_content {
    height: 290px;
}
textarea::placeholder {
    font-size: 20px;
    text-align: center;
    padding-top: 130px;
}

.btn_confirm {
    text-align: center;
}
input#btn_submit {
    margin: 0;
    margin-top: 50px;
    font-size: 22px;
    width: 200px;
    height: 50px;
    padding: 0;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background: #000;
}
.btn_submit:hover {
    background: #fff !important;
    color: #000 !important;
}
textarea#wr_content {
    font-size: 18px;
}
.write_div.category label:nth-child(5) {
    margin-left: 300px;
}
.write_div.category label:nth-child(7) {
    margin-left: 300px;
}
/* footer */
div#ft {
    background: #000;
    position: relative;
}
div#ft_wr {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 210px;
}
.ft_logo {
    float: left;
    padding-top: 60px;
}
.ft_txt {
    float: right;
    padding-top: 100px;
}
.ft_txt span.bold {
    font-weight: 500;
}
.ft_txt span {
    font-size: 16px;
    font-weight: 300;
    margin: 0 6px;
    color: #fff;
}
button#top_btn {
    position: fixed;
    bottom: 110px;
    right: 18%;
    z-index: 999;
    background: none !important;
}


.slide_img {
    height: 750px;
    background-position: center !important;
}
.swiper-slide.slide1 .slide_img {
    background: url(../img/slide1.png) no-repeat;
}
.swiper-slide.slide2 .slide_img {
    background: url(../img/slide2.png) no-repeat;
}
.swiper-slide.slide3 .slide_img {
    background: url(../img/slide3.png) no-repeat;
}
/* 수정 */
.content2_img{
    display: none;
}
.char2_img{
    display: none;
}


/* mobile */
@media (max-width:1500px) { 
    section.section_05::after, .con_img3, .con_img4 {
        display: none;
    }
}
@media (max-width:1300px) { 
    nav.snb, .con_img3, .con_img4 {
        display: none;
    }
}
@media (max-width:1200px) { 
    .section1_txt::before, .con_img3, .con_img4 {
        display: none;
    }
}
@media (max-width:1150px) { 
    .content_img img {
        width: 100%;
    }
    .content2_img img{
        width: 100%;
    }
    .content2_img {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .char2_img img{
        width: 100%;
    }
    .char2_img{
        display: block;
        position: relative;
    }
    section.section_05::after{
        background: url();
    }
    section.section_05::after{
        display: none;
    }
    .charac_img, .content_img, .arm_l_img, .arm_r_img, .char_img, .char_w_img, .char_m_img, .con_img3, .con_img4, .arm_m_l_img,.arm_w_r_img {
        display: none;
    }
    

    .ft_logo {
        float: none;
        padding-top: 20px;
        text-align: center;
    }
    .ft_txt {
        padding-top: 0;
        float: none;
        text-align: center;
        margin-top: 30px;
    }

}
@media (max-width:1020px) { 
    .slide_txt2 {
        float: none;
        text-align: center;
    }
    .slide_inner2 {
        float: none;
        margin-top: 0;
        text-align: center;
    }
    .slide_txt {
        float: none;
        text-align: center;
        padding-top: 10px;
    }
    .slide_inner {
        float: none;
        padding-top: 0;
        text-align: center;
    }
    .write_div.email {
        width: 100%;
        display: block;
    }
    .write_div.name {
        width: 100%;
        display: block;
    }
    .write_div.category label:nth-child(5) {
        margin-left: 10px;
    }
    .write_div.category label:nth-child(7) {
        margin-left: 10px;
    }
    .content2_img {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .char2_img{
        display: block;
        position: relative;
    }
    .charac_img, .content_img, .arm_l_img, .arm_r_img, .char_img, .char_w_img, .char_m_img, .con_img3, .con_img4 {
        display: none;
    }
}
@media (max-width:950px) { 
    .char_info {
        margin-top: 70px;
    }
    .core_img img {
        width: 100%;
    }
    .char_img {
        position: static;
        text-align: center;
    }
    .char_txt {
        text-align: center;
    }
    .content2_img {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .charac_img, .content_img, .arm_l_img, .arm_r_img, .char_img, .char_w_img, .char_m_img, .con_img3, .con_img4{
        display: none;
    }
}
@media (max-width:700px) { 
    .logo {
        text-align: center;
        display: block;
    }
    nav.gnb {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    nav.gnb ul li {
        margin-left: 10px;
    }
    .char_img img {
        width: 100%;
    }
    .slide_inner2 img {
        width: 100%;
    }
    .slide_inner img {
        width: 100%;
    }
    .content2_img {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .char2_img{
        display: block;
        position: relative;
    }
    .charac_img, .content_img, .arm_l_img, .arm_r_img, .char_img, .char_w_img, .char_m_img, .con_img3, .con_img4 {
        display: none;
    }
}
@media (max-width:600px) {
    .center_txt {
        margin-top: 100px;
    }
    .txt_bot {
        font-size: 14px;
    }
    .txt2_top_m {
        display: block;
        margin-top: 10px;
    }
    .txt2_bot {
        margin-top: 20px;
        font-size: 15px;
        margin-bottom: 30px;
    }
    .txt2_top {
        display: none;
    }
    .txt_top {
        padding: 0 75px;
    }
    .txt_top img {
        width: 100%;
    }
    .center_top {
        padding: 0 65px;
    }
    .center_bot {
        font-size: 14px;
        padding: 0 45px;
    }
    .center_top img {
        width: 100%;
    }
    .swiper-slide.slide1 .slide_img {
        background: url(../img/mbg_1.png) no-repeat;
        background-size: 540px;
    }
    .slide_inner {
        margin-top: 50px;
    }
    nav.gnb ul li {
        font-size: 13px;
    }
    .ft_txt {
        padding-bottom: 50px;
    }
    div#ft_wr {
        height: auto;
    }
    .ft_txt span {
        font-size: 12px;
        margin: 0;
        display: block;
        padding-top: 5px;
    }
    .contactus_tx {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .core_img {
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .char_con {
        margin-bottom: 50px;
    }
    .char_infor {
        margin-top: 10px;
        font-size: 14px;
    }
    .char_name.nanum span {
        font-size: 15px;
        padding-left: 10px;
    }
    .char_name.nanum {
        font-size: 20px;
    }
    .character_con {
        padding: 0 !important;
        text-align: center;
        margin-top: 30px !important;
        display: block !important;
    }
    .character_img {
        margin-left: 0 !important;
        text-align: center;
        display: block;
    }
    .char_wrap {
        margin-top: 70px;
        padding-bottom: 0;
    }
    .char_bot {
        font-size: 15px;
        margin-top: 20px;
    }
    .char_mid.nanum {
        font-size: 25px;
        margin-top: 30px;
    }
    .char_info {
        margin-top: 40px;
    }
    .content2_img {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }

    .section_slide_wrap {
        margin-bottom: 0;
        margin-top: 0;
    }
    .section1_txt {
        font-size: 13px;
        margin-top: 10px;
    }
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next {
        display: none;
    }
    section.section_00::after {
        background-size: 30px;
        bottom: -17px;
        width: 32px;
        height: 48px;
    }
    .section_txt {
        font-size: 25px;
    }
    .write_div.email {
        height: auto;
        border-right: 0;
    }
    .write_div.name {
        height: auto;
        padding-bottom: 10px;
    }
    .write_div.email input {
        margin-left: 20px;
        width: 70%;
    }
    .write_div.name input{
        margin-left: 13px;
        width: 70%;
    }
    button#top_btn {
        right: 30px;
        bottom: 30px;
    }
    .section_wrap {
        padding: 50px 15px;
    }
    button#top_btn img {
        width: 50px;
    }
    .swiper_button_wrap {
        left: 50%;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }
    section.idx_contact {
        padding-bottom: 10px;
    }
    .section_slide_wrap .swiper-slide img {
        width: 100%;
    }
    .section_slide_wrap .swiper-slide {
        padding: 60px;
    }
    .product-next {
        z-index: 9;
    }
    .product-prev {
        z-index: 9;
    }
    .char2_img{
        display: block;
        position: relative;
    }
    .charac_img, .content_img, .arm_l_img, .arm_r_img, .char_img, .char_w_img, .char_m_img, .con_img3, .con_img4 {
        display: none;
    }
}

@media (max-width:500px) {
    .write_div.file {
        height: auto;
        padding-bottom: 10px;
    }
    .write_div.file input {
        margin-left: 0;
        width: 90%;
    }
    .write_div.category label {
        margin-left: 10px;
        margin-right: 5px;
    }
    .write_div.email {
        font-size: 12px;
    }
    .write_div.name {
        font-size: 12px;
    }
    .write_div input {
        font-size: 12px;
    }
    .write_div.category span {
        font-size: 12px;
    }
    .write_div.category {
        font-size: 12px;
    }
    .write_div.file span {
        font-size: 12px;
    }
    textarea#wr_content {
        font-size: 13px;
        height: 200px;
    }
    textarea::placeholder {
        font-size: 12px;
        padding-top: 0;
        text-align: left;
    }
    input#btn_submit {
        width: 100px;
        height: 40px;
        font-size: 19px;
        margin-top: 30px;
    }
    .char2_img{
        display: block;
        position: relative;
    }
    .charac_img, .content_img, .arm_l_img, .arm_r_img, .char_img, .char_w_img, .char_m_img, .con_img3, .con_img4 {
        display: none;
    }
}












label.lb_icon {
    float: right;
    font-size: 15px;
    margin-right: 30px;
    width: 128px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    margin-top: -1px;
    cursor: pointer;
    border-radius: 20px;
    color: #fff;
    background: #b00b0e;
}
input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
}
.write_div.file span.file_name {
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #888888 !important;
    background: #f3f3f3;
    display: inline-block;
    width: 74%;
    margin-left: 13px;
    height: 30px;
    padding-left: 15px;
    vertical-align: top;
    margin-top: -1px;
    padding-top: 3px;
}
@media (max-width:1085px) {
    .write_div.file span.file_name {
        width: 35%;
    }
    input[type="file"] {
        height: 0 !important;
    }
}
@media (max-width:500px) {
    .write_div.file span.file_name {
        font-size: 12px !important;
    }
    label.lb_icon {
        font-size: 12px;
        width: 70px;
    }
}