@CHARSET "UTF-8";

body {
    background: #efefef;
    background-position: 0 0, 10px 10px;
    background-size: 10px 10px;
}

/* 21. 05.27 T-market 소개 ljy */
/*공통*/
a{
    text-decoration: none;
}
.simpleWrap{
    background: #fff;
    box-shadow: 0 40px 20px rgba(0,0,0,.2);
    max-width: 914px;
   /*height: 1580px;*/
    margin: 80px auto 80px auto;
}
.simplebg{background: #666699; border-bottom: 10px solid #c2c2de;}

#simple_title{
    text-align: center;
    letter-spacing: 2.5px;
    line-height: 80px;
    padding-top: 20px;
    margin: 20px 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}
#simple_info img{
    display: block;
    width: 79%;
    height: 100%;
    margin: 0 auto;
}

.simplePhrase{
    margin: 10px 120px;
}
fieldset{
    border: 2px solid #009AFE;
    border-radius: 5px;
}
legend{
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    color: #009AFE;
}

.down_area{
    margin: 10px 0 14px 0;
}
.down_area span::before{
    content: "ㆍ";
    font-size: 15px;
    color: #333;
}
.down_area span{
    display: inline-block;
    font-size: 16px;
    word-spacing: 8px;
    margin: 0 77px 0 96px;
}

.down_area a{
    display: inline-block;
    width: 106px;
    padding: 10px;
    border: 1px solid #009AFE;
    border-radius: 5px;
    text-align: center;
    color: #009AFE;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.5s linear;
}
.down_area a:hover{
    background: #009AFE;
    color: #fff;
    transition: background-color 0.5s linear;

}
#move_login{
    display: inline-block;
    border: none;
    padding: 12px;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: 0.5px;
    background: #009AFE;
    color: #fff;
    font-weight: 800;
    cursor: pointer;

}