@charset "utf-8";
/* CSS Document */

body{background: transparent;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.msg_sound_only, .sound_only, .hide {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}


.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input {
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.frm_input {
    height: 40px;
}
.full_input {
    width: 100%;
}
.required, textarea.required {
    background-image: url(../images/require.png) !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
}
input[type=text], input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}


/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {/* margin:20px 0; */padding:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close, .win_btn .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer;vertical-align: top;}
.new_win .btn_submit, .win_btn .btn_submit{padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}
a.btn_close{
    display: inline-block;
    border: 1px solid #767676;
    border-radius: 4px;
    background: #efefef;
    line-height: 45px;
}

#wrap{
	position: relative;
    margin: 100px auto 0;
    width: 360px;
    padding: 35px;
    border: 1px solid #dde7e9;
    background: #fff;
    text-align: center;
}

#content{
    float: none;
    width: auto;
}

/* 로그인 */
.search_box{padding: 25px 0;}
.search_box .wp100{
    display:block;
    width:100%;
    margin-top: 10px;
}
.search_box .wp100 span{
    display:block;
}
.search_box input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    font-size: 1em;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background-image: url(../images/require.png) !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
.search_box .captcha img{margin-left: 0;}
.search_box .captcha input{
    display: inline-block;
    width: auto;
    margin-left: 118px;
    background-image: none !important;
    vertical-align: top;
}

#goLogin{
    width: 100%;
    height: 45px;
    border: 0;
    background: #3a8afd;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.25em;
}
a.btn_text{
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #d5d9dd;
    color: #3a8afd;
    border-radius: 2px;
    padding: 2px 5px;
    line-height: 20px;
}

/* sns 로그인 */
.sns_login{
    margin: 0 -35px;
    padding: 25px;
    border-top: 1px solid #dde7e9;
}
.sns_login h2{
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}
.sns_login .social_link{
    position: relative;
    display: block;
    width: 49% !important;
    float: left !important;
    height: 40px;
    line-height: 42px;
    width: 100%;
    margin: 0 0 5px;
    /* padding-left: 40px; */
    text-align: left;
    color: #fff;
    border-radius: 2px;
}
.sns_login .social_link:nth-child(odd) {margin-right:2%}
.sns_login .social_link img{
    float: left;
    padding: 5px;
}
.sns_login .sns-naver{
    background-color: #1fc800;
    background-position: 5px 5px;
    /* border-bottom: 1px solid #1ea505; */
}
.sns_login .sns-kakao{
    background-color: #ffeb00;
    background-position: 5px 5px;
    /* border-bottom: 1px solid #e2c10a; */
    color: #3c1e1e;
}

/* 회원정보 찾기 */
#mb_email{margin-top:10px;}
.btn_submit {
    border: 0;
    background: #3a8afd;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.btn_submit:hover {
    background: #2375eb;
}
.captcha{
    display: block;
    position: relative;
    margin-top: 10px;
}
#captcha_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 143px;
    border: 1px solid #d0d3db;
}
.captcha_box{
    display: inline-block;
    width: auto;
    margin-left: 148px;
    background-image: none !important;
    vertical-align: top;
}
#captcha_mp3{
    position: absolute;
    top: 44px;
    left: 149px;
}
#captcha_reload{
    position: absolute;
    top: 44px;
    left: 230px;
}
#captcha_info{display:block;margin-top: 5px;}

.new_win_con .win_btn, .win_btn{
    margin-top: 30px;
}