@charset "euc-kr";

body, h2, h3, p, ul, li, form, select, textarea {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{font-weight:500;}
ul, li {
    list-style: none;
}
img, fieldset {
    border: 0;
}
a {
    text-decoration: none;
    color: #ccc;
}
a:hover {
    color: #fff;
}
legend {
    display: none;
}
.conBox{
    background-color:#444;
}
.titleBox{
    overflow: hidden;
    height: 63px;
    background-color:#222;
}


/*아산 정주영의 메시지*/
.snsShare {
    position: relative;
    width: 720px;
    background-color: #3d3d3d;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.snsShare .titleBox {
    overflow: hidden;
    height: 63px;
    background-color: #000;
    border-bottom: 1px solid #5498b3;
}
.snsShare .title {
    position:absolute;
    left:25px;
    width: 400px;
    border-left:2px solid #5498b3;
    padding-top:24px;
    padding-left:8px;
}
.snsShare .btnClose {
    float: right;
    width: 25px;
    margin: 19px 30px 0 0;
}
.snsShare .conBox {
    padding: 25px 35px 35px 35px;
}
.snsShare h3 {
    margin-bottom: 20px
}
.snsShare .con {
    overflow: hidden;
    margin: 30px 0 20px 0;
}
.snsShare .select1 {
    width: 330px;
    float: left;
}
.snsShare .select1 ul {
    overflow: hidden;
}
.snsShare .select1 ul li {
    float: left;
    margin-right: 10px; margin-bottom:10px;
}
.snsShare .select2 {
    position: relative;
    width: 300px;
    float: right;
}
.snsShare .select2 .selWord_list_close {
    display: block;
    overflow: hidden;
    height: 28px;
    margin-bottom: 5px;
    background: #313131 url(/tablet/images/select_arrow_open.gif) no-repeat right top;
    border: 1px solid #111;
    font-weight: bold;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    color: #fff;
}
.snsShare .select2 .selWord_list_open {
    position: absolute;
    display: none;
    width: 100%;
    top: 36px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 191px;
    margin-bottom: 5px;
    background: #252525;
    border: 1px solid #111;
    font-weight: bold;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    color: #fff;
    z-index: 10;
}
.snsShare .select2 li {
    display: block;
    padding: 0 15px 0 15px;
    line-height: 31px;
    border-bottom: 1px solid #111;
    cursor: pointer;
}
.snsShare .select2 li.last {
    display: block;
    padding: 0 15px 0 15px;
    line-height: 31px;
    border-bottom: none;
    cursor: pointer;
}
.snsShare .select2 .text {
    position: relative;
    display: block;
    height: 231px;
    padding: 20px 15px 20px 15px;
    background: #333;
    border: 1px solid #111;
    font-family: "돋움", dotum, tahoma;
}
.snsShare .select2 .text p {
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
    text-align: justify;
    font-family: "돋움", dotum, tahoma;
}
.snsShare .btnShare {
    display: block;
    width: 496px;
    height:50px;
    margin: 0 auto;
    
}

.snsShare .btnShare a {
    float:left;
    }
/*이메일 공유*/
.popEmail {
    position: relative;
    width: 450px;
    background-color: #3d3d3d;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.popEmail .title {
    position:absolute;
    left:25px;
    width: 200px;
    border-left:2px solid #5498b3;
    padding-top:24px;
    padding-left:8px;
}
.popEmail .btnClose {
    float: right;
    width: 25px;
    margin: 19px 30px 0 0;
}
.popEmail .conBox {
    padding: 30px 25px 30px 25px;
}
.popEmail .btnEmail {
    display: block;
    width: 220px;
    margin: 20px auto 0 auto;
    height:50px;
}

.popEmail .btnEmail img{
    float:left;
    margin-right:6px;
}
    
.popEmail .addMail {
    overflow: hidden;
}
.popEmail .sendMail .txt {
    float: left;
    display: block;
    padding: 8px 5px 0 5px;
}
.popEmail .sendMail .input {
    float: left;
    width: 110px;
    height: 26px;
    background-color: #fbfbfb;
    border: 1px solid #5498b3;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    color: #333333;
}
.popEmail .sendMail .select {
    float: right;
    width: 125px;
    height: 30px;
    background-color: #fbfbfb;
    border: 1px solid #5498b3;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    color: #333333;
}
.popEmail .sendMail .byte {
    display: block;
    margin: 12px 0 5px 0;
    text-align: right;
    font-family: Tahoma, dotum, "돋움";
    color: #888;
    font-size: 10px;
}
.popEmail .sendMail .byte em {font-size:12px;}
.popEmail .sendMail .textBox {
    display: block;
    height: 100px;
    overflow-y: auto;
    width: 365px;
    padding: 15px;
    background-color: #fbfbfb;
    border: 1px solid #5498b3;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    color: #333333;
}
/*메일 보기*/
.mailView {
    position: relative;
    width: 600px;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    line-height: 15px;
    color: #ccc;
}
.mailView .conBox {
    padding:  62px 25px 20px 25px;
    background: url(/tablet/images/bg_email_view.jpg) no-repeat left top;
}
.mailView .conBox .txtBox{
    width:315px;
    float:right;
}
.mailView .conBox .txtBox h2{
    font-size:35px;
    color:#042f3f;
}
.mailView .conBox .txtBox p{
    padding:10px 0;
    color:#042f3f;
}
.sign{
    height:25px;
    clear:both;
    width:100%;
    padding-bottom:25px;
    background:url(/tablet/images/under_line.gif) no-repeat left bottom;
}
.sign img{float:right; padding-right:5px;}
.mailView .conBox .movieBox {
    clear:both;
    overflow: hidden;
    padding:20px 10px;
    margin-bottom: 31px;
    background:url(/tablet/images/under_line.gif) no-repeat left bottom;
}
.mailView .conBox h3 {
    display: block;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: -1px;
}
.mailView .conBox p {
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
}
.mailView .conBox .movieBox .thum {
    float: left;
    width: 170px;
    height: 120px;
    margin-right: 20px;
}
.mailView .conBox .movieBox .thum img {
    display: block;
    border: 0;
}
.mailView .conBox .movieBox .movieInfo {
    float: left;
    width: 320px;
    color:#042f3f;
}
.mailView .conBox .movieBox .movieInfo h2 {
    margin: 20px 0 5px;
    font-size: 20px;
    letter-spacing: -2px;
}
.mailView .conBox .movieBox .movieInfo p{
    padding:0;
} 
.bottom_txt{
    text-align:center;
    padding:32px 0 20px 0;
}
/*무비 플레이*/
.popMovie {
    position: relative;
    overflow-y: auto;
    width: 450px;
    font-family: "돋움", dotum, tahoma;
    font-size: 12px;
    line-height: 15px;
    color: #ccc;
}
.popMovie .title {
    position:absolute;
    left:25px;
    width: 300px;
    border-left:2px solid white;
    padding-top:24px;
    padding-left:8px;
    letter-spacing: -1px;
    color:#fff;
}
.popMovie .btnClose {
    float: right;
    width: 25px;
    margin: 19px 30px 0 0;
}
.popMovie .conBox {
    padding: 25px 25px 30px 25px;
}
.popMovie .conBox .text {
    margin-top: 20px;
    color:#333333;
}
.popMovie .conBox .text p {
    line-height: 18px;
    
}


