@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(../fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }


/* base */
*{ padding: 0; margin: 0; font-family: 'Noto Sans KR'; font-size: 13px; color: #555; }
input, select, textarea, button, label{font-size: 14px; vertical-align: middle; }
textarea{padding: 5px 10px; box-sizing: border-box; }
li{ list-style: none; }
a{ text-decoration: none; cursor: pointer; }
img{ border: none; }
table{ border-collapse:collapse; border-spacing: 0px; }
address{ font-style: normal; }
fieldset{ border: none; }
legend{ position: absolute; left: -999em; }
input{padding-left: 10px;}
input[type=button], input[type=submit], input[type=reset], input[type=image], button{ cursor: pointer; border: 0px; }
label.away{ position: absolute; left: -999em; }
caption{text-indent: -9999em; width: 1px; height: 1px; margin-top: -1px; line-height: 1px; overflow: hidden; }

/* space */
.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt40 {margin-top:40px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}


/* layout */
header{ width: 100%; min-width: 1200px; height: 175px; box-sizing: border-box; position: relative; }
footer{ width: 100%; min-width: 1200px; height: 100px; }

.h_top{ width: 1200px; height: 125px; margin: 0 auto; padding: 37px 0; box-sizing: border-box; overflow: hidden; }
.h_bottom{ width: 100%; min-width: 1200px; height: 50px; background: linear-gradient(90deg, #1c81c5, #009b84) fixed;}
.h_bottom .bottom_wrap{ width: 1200px; margin: 0 auto; }

.h_top h1{ float: left; width: 300px; overflow: hidden; }
.h_top > h1 img{height: 45px;}
.h_top .search_box{ float: left; width: 600px; margin-top: 4px; overflow: hidden; position: relative;}
.h_top .sns_nav{ float: right; overflow: hidden; }

.m_nav{ float: left; width: 750px; height: 54px; position: relative; }

.f_top{ width: 100%; min-width: 1200px; overflow: hidden; padding: 20px; box-sizing: border-box; line-height: 20px; background: #0e2666; }
.f_top .f_wrap{ width: 1200px; margin: 0 auto; overflow: hidden; }
.f_top address{ float: left; color: rgba(255,255,255,0.8); font-size: 13px; line-height: 26px; }
.f_top h1{ float: right; }
.f_top h1 img{height: 45px;}

.f_bottom{ width: 1200px; margin: 0 auto; padding: 10px 0 20px; overflow: hidden; box-sizing: border-box; }
.f_bottom p{ float: right; }

#contents {width:1200px;margin:30px auto;padding-bottom:80px;line-height:22px;}
.content_header h2 {margin:80px 0 30px;color:#262629;font-size:30px;line-height:40px; text-align: center; font-weight:500;letter-spacing:-2px;}

/**
테이블 관련 스타일
**/
.table table tr.star th:before{display:block; float:left; content:"*"; margin:3px 10px 0 5px; color:#f63d46; }
.table_tst1 table{width:100%; table-layout: fixed;}
.table_tst1 table th,
.table_tst1 table td{vertical-align: top; padding:9px 12px; line-height:160%; font-weight: 400;  text-align: left;}

.table_tst3 table{width:100%; table-layout: fixed;}
.table_tst3 table th,
.table_tst3 table td{vertical-align:middle; height:50px; box-sizing: border-box; padding:10px; line-height:160%; font-weight: 400;}
.table_tst3 table th{font-size:15px;}
.table_tst3 table td{font-size:13px;}


.table_tst2 table{width:100%;}
.table_tst2 table th,
.table_tst2 table td{padding:9px 12px; line-height:160%; font-weight: 400;}
.table_tst2 table th{text-align: left; text-indent:50px;}
.table_tst2 table th.ac{text-align: center; text-indent: 0;}

.table_cst1 table{}
.table_cst1 table th,
.table_cst1 table td{border:1px solid #d5d8de;}
.table_cst1 table th{background-color:#f2f4f7;}

.table_cst2 table{}
.table_cst2 table th,
.table_cst2 table td{border-bottom:1px solid #d5d8de;}
.table_cst2 table th{background-color:#f2f4f7;}

.table_cst3{margin-bottom: 40px;}
.table_cst3 table{}
.table_cst3 table th,
.table_cst3 table td{border-bottom:1px solid #d5d8de;}
.table_cst3 table th{background-color:#f2f4f7;}

.ar{text-align: right !important;}

/* quick */
.quick{position:absolute; z-index:98; width:150px; top:800px;}
.quick2{position:absolute; z-index:98; width:150px; top:200px;}
#quick_l{left:50%; margin-left:-790px;}
#quick_r{right:50%;margin-right:-780px;}

.quick a{display: block; width: 100%; height: 100%; margin-bottom: 10px;}
.quick img{width: 100%; }
/* header */

/* sns_nav */
.sns_nav{ float: right; margin-top: 16px; }
.sns_nav ul{ height: 40px; width: 140px; }
.sns_nav li{ float: left; margin-left: 25px; height: 100%; width: 20px; font-size: 0px; }
.sns_nav li a{ font-size: 0px; display: block; width: 100%; height: 100%; position: relative;}
.sns_nav li a img{ position: absolute; top: 0; left: 0; }
.sns_nav li a img.last{display:none}
.sns_nav li a:hover img.first{display:none}
.sns_nav li a:hover img.last{display:block}
.header-welcome-message {
    text-align: right;
    position: absolute;
    bottom: 5px;
    /*width: 300px !important;*/
    width: 240px !important;
    right: 0px;
}
.header-welcome-message ul li .art_admin{color:#1173b5; font-weight: bold;}

/* search_box */
.h_top {position: relative}
.h_top .search_box input{width: 590px; height: 45px; border: 3px solid #1c81c5; box-sizing: border-box; padding-left: 10px;}
.h_top .search_box a{position: absolute; width: 45px; height: 48px; right: 10px; top: 0; background: no-repeat url(../images/common/search_icon.png);}
.h_top .search_box .big_search_btn{position: absolute; width: 45px; height: 48px; right: 10px; top: 0; background: no-repeat url(../images/common/search_icon.png);}

/* t_nav */
.t_nav{ float: right; }
.t_nav li{ float: left; line-height: 50px; padding: 0 15px; background: no-repeat url(../images/common/tnav_line_w.png) 0px 20px;  }
.t_nav li a{ color: #fff; font-size: 13px;}
.t_nav .first{ background: none; }


/* m_nav */
.m_nav > ul{ width: 100%; padding-left: 50px; box-sizing: border-box; text-align: center; }
.m_nav > ul > li{ display: inline-block; line-height: 50px; width: 120px; position: relative; }
.m_nav > ul > li > a{ display: block; width: 100%; height: 100%; font-size: 16px; font-weight: 500; color: #fff; }
.m_nav > ul > li > a:hover{ color: #0e2666; }
.m_nav > ul > li > a.on{ color: #0e2666; }


/* footer */
/* fNav */
.f_nav{ float: left; height: 100%; }
.f_nav li{ float: left; padding: 0 15px; background: no-repeat url(../images/common/tnav_line.gif) 0px 5px; }
.f_nav li a{ color: #999; font-size: 13px; font-weight: 500;}
.f_nav .bold a{ color: #000000; font-weight: bold; }
.f_nav .first{ background: none; }


/* 회원서비스 */
.txt_h2{background-color: #1785ba; color: #fff; text-align: center; padding: 18px 0; font-size: 22px;}
.loginBox {width:780px;margin:0 auto;overflow:hidden; padding: 0 50px; font-size: 12px;}
.loginBox .inner .tab{border-bottom:1px solid #d5d8de; box-sizing:border-box; height:70px; margin-bottom: 30px;}
.loginBox .inner .tab li{display:block; float:left; width:50%; text-align:center; line-height:70px; box-sizing:border-box; height:70px; font-size:18px;font-weight:400; color:#000; }
.loginBox .inner .tab li.on{color:#0e2666; border-bottom:2px solid #0e2666; font-weight: 500; }
.loginBox .inner .tab_content{display:none; overflow: hidden; }
.loginBox .inner .tab_content.on{display:block;}
.loginBox .id_login .idsave input:first-child + label{margin-right: 20px;}

.loginBox .id_login {float:left;width:350px; padding-left: 20px;}
.loginBox .id_login h3 {margin-bottom:30px;font-weight:500;color:#262629;font-size:20px;text-align:center;}
.loginBox .id_login input[type=text],.id_login input[type=password] {width:100%;height:60px;padding-left:15px;margin-bottom:10px;line-height:60px;border:1px solid #d2d2d6;border-radius:3px; box-sizing: border-box;}
.loginBox .id_login input[type=text]:focus,.id_login input[type=password]:focus {border:1px solid #2b81d6;}
 {width:100%;height:60px;padding-left:15px;margin-bottom:10px;line-height:60px;border:1px solid #d2d2d6;border-radius:3px;}
.loginBox .id_login input[type=checkbox] {width:22px;height:22px;margin-right:5px;border:0;}
.loginBox .id_login .idsave {margin:5px 0 50px;}
.login_wrap .id_login .idsave input:first-child + label {margin-right:20px;}
.loginBox .id_login .btn_login {display:block;width:100%;border-radius:3px;padding:15px 0;font-size:20px;color:#fff;font-weight:500;background:#289ed0;background:linear-gradient(90deg, #1c81c5, #009b84) fixed; border: 0px;}
.loginBox .id_login .idpw_list {width:280px;margin:20px auto 0;overflow:hidden;}
.loginBox .id_login .idpw_list li:first-child {padding-left:0;margin-left:0;border-left:0;}
.loginBox .id_login .idpw_list li {float:left;padding-left:15px;margin-left:15px;border-left:1px solid #c1c2c4;}
.loginBox .sns_login {float:left;width:300px;height:400px;padding-left:40px;margin-left:60px;border-left:1px solid #d2d2d6;}
.loginBox .sns_login h3 {margin-bottom:30px;font-weight:500;color:#262629;font-size:20px;text-align:center;}
.loginBox .sns_login li {margin-bottom:25px;}
.loginBox .sns_login li:last-child {margin-bottom:0;}
.loginBox .sns_login li a {display:block;padding-left:70px;height:48px;line-height:48px;font-size: 14px;}
.loginBox .sns_login li:nth-child(1) a {background:url('../images/common/social_icon01.png') left top no-repeat;}
.loginBox .sns_login li:nth-child(2) a {background:url('../images/common/social_icon02.png') left top no-repeat;}
/* .loginBox .sns_login li:nth-child(3) a {background:url('../images/common/social_icon03.png') left top no-repeat;} */
.loginBox .sns_login li:nth-child(3) a {background:url('../images/common/social_icon04.png') left top no-repeat;}

.loginBox .info1{padding-bottom:42px; text-align: center; font-size: 16px; line-height: 24px;}
.loginBox .input_box{margin-bottom:20px;}
.loginBox .ck_box{margin-bottom:20px;}
.loginBox .warning_info1{min-height:26px; padding-bottom:20px;}
.loginBox .warning_info2{min-height:106px; padding-bottom:20px;}

.loginBox .input_box{border:1px solid #d5d8de; box-sizing:border-box;}
.loginBox .input_box input{width:100%; height:45px; border: 0px; font-size:15px; }
.loginBox .btn_box{margin-bottom:45px; text-align: center; }
.loginBox .btn_box button{display:inline-block; width:50%; height:55px; color: #fff; font-size:20px !important; border-radius: 3px; font-size:15px; border: 0px; background: linear-gradient(90deg, #1c81c5, #009b84) fixed; }


/* 회원가입 */
.con_area {line-height:1.6; word-break:keep-all;}
.join_step {text-align:center; padding:50px 0 80px;}
.join_step li {display:inline-block; padding:0 20px;}
.join_step li:first-child {margin-left:0; background:none;}
.join_step li p {width:130px;height:130px;font-size:16px;border: 1px solid #ddd; border-radius: 50%;}
.join_step li.On p {color:#fff; background-position:0 0px; background-color: #1785ba; border: 1px solid #1785ba;}
.join_step li p span {display:block; width:24px; margin:0 auto 10px; padding:30px 0 3px; border-bottom:1px solid #999;}
.join_step li.On p span {border-bottom:1px solid #fff; border-bottom:1px solid rgba(256,256,256,0.8); color: #fff;}
.icon_circl_5x {margin:0 auto 30px; width:135px; height:135px; background:url(/web/img/common/bg_joinIcon.png) no-repeat 50% 50%;}
.icon_circl_5x i {color:#999; line-height:135px;}

.member_wrap {overflow:hidden; border-top:0;width: 900px; margin: 0 auto;}
.member_wrap h2 {font-size:24px; color:#333; font-weight: 300;}
.member_wrap h2 + p {margin:10px 0 0; font-size: 17px; font-weight: 300; margin-bottom: 30px;}
.member_boxL {position:relative; float:left; text-align: center; padding:40px; width:440px; height:auto; border:1px solid #ddd; border-top:4px solid #3399ff; border-bottom:4px solid #3399ff; box-sizing: border-box; margin-right: 20px;}
.member_boxR {position:relative; float:left; text-align: center; padding:40px; width:440px; height:auto; border:1px solid #ddd; border-top:4px solid #008c83; border-bottom:4px solid #008c83; box-sizing: border-box;}
.member_boxF {position:relative; clear:both; padding:40px; width:100%; height:326px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.member_boxF:first-child {border-top:none;}
.member_boxF:last-child {border-bottom:none;}
.btn_round{display:inline-block;padding: 8px 30px; margin:0 1px; border-radius:50px; text-align:center; color: #fff;  box-sizing:border-box; font-size: 14px; }
.btn_Blue{ border: 1px solid #3399ff; color:#3399ff;}
.member_boxL:hover .btn_Blue{ background: #3399ff; color:#fff;}
.btn_Green{ border: 1px solid #008c83; color:#008c83;}
.member_boxR:hover .btn_Green{ background: #008c83; color:#fff;}

.member_more {overflow:hidden;}
.member_more li {float:left; margin:0 40px 0 0;}
.member_more li a {margin-left:15px;}
.member_more li a + a {margin-left:1px;}

.type_choice{position: relative; float: left; margin-right: 20px;}
.type_choice img{position: absolute; bottom: 40px; left: 10px; width: 300px; border: 4px solid #ddd; display: none; }
.type_choice:hover img{ display: block; }

/* 이용약관 */
.join_wrap {width:720px;margin:0 auto 50px;overflow:hidden;}
.join_wrap input[type=checkbox],.join_wrap input[type=radio] {width:22px;height:22px;margin-right:5px;margin-bottom:0;border:0;}
.join_wrap .agree_box {margin-top:20px;border:1px solid #d2d2d6;}
.join_wrap .agree_box h3 {padding:20px;font-weight:400;}
.join_wrap .agree_box h3 label {font-size:18px;font-weight:500;}
.join_wrap .agree_box h3 label span {font-weight:400;}
.join_wrap .agree_box .agree_content {height:320px;overflow-y:auto;padding:20px;border-top:1px solid #d2d2d6;}
.join_wrap .agree_box .agree_content h4 {margin:20px 0 10px;font-size:16px;font-weight:500;}
.join_wrap .agree_box .agree_content h4:first-child {margin-top:0;}
.join_wrap .agree_box .agree_content h5 {margin:20px 0 10px;font-size:15px;font-weight:500;}
.btn_join_wrap {margin-top:30px;text-align:center;}
/*.btn_join_wrap a {display:inline-block;min-width:160px; margin: 0 5px; color:#fff;font-size:16px;line-height:42px; height: 42px; border-radius:3px;}
.btn_join_wrap a.btn_join1 {background:#2b81d6;}
.btn_join_wrap a.btn_join2 {background:#87878a;}
*/


.btn_join_wrap button {display:inline-block;min-width:160px; margin: 0 5px; color:#fff;font-size:16px;line-height:42px; height: 42px; border-radius:3px;}
.btn_join_wrap .btn_join1 {background:#2b81d6;}
.btn_join_wrap .btn_join2 {background:#87878a;}

.join_wrap .join_input {width:480px;margin:0 auto;}
.join_wrap .join_input h3 {margin:30px 0 25px;font-weight:500;color:#000;font-size:20px;line-height:22px;text-align:center;}
.join_wrap .join_input h3 span {font-weight:400;}
.join_wrap input {width:100%;height:40px;margin-bottom:10px;border:1px solid #d2d2d6;background:#fff;}
.join_wrap input:focus {border:1px solid #2b81d6;}
.join_wrap .join_input .radio_wrap input:first-child + label {margin-right:20px;}
.join_wrap .certify {margin-bottom:30px;}
.join_wrap .certify a {display:inline-block;width:100%;height:52px;line-height:52px;color:#fff;font-size:18px;text-align:center;background:#2b81d6;}
.join_wrap .tel_wrap {margin-top:20px;}
.join_wrap .tel_wrap select {width:120px;height:40px;border-right:0;}
.join_wrap .tel_wrap input {width:calc(100% - 120px);margin-bottom:0;margin-left:-5px;border-left:0;}
.join_wrap .sns_wrap {margin-top:20px;}
.join_wrap .sns_wrap input {width:calc(100% - 134px);margin-bottom:0;}
.join_wrap .sns_wrap .btn_gray {width:130px;height:40px;line-height:40px;padding:0 10px;}

.join_info ul{padding-left: 20px; margin-bottom: 10px;}
.join_info li{margin-bottom: 10px; padding-left: 10px; font-size: 15px; list-style: disc;}

/* rightContents */
/*.rightContents{width: 950px; margin: 0 auto 50px; color: #333;}*/
.rightContents{ margin: 0 auto 50px; color: #333;}
.rightContents th{ padding: 20px 20px 5px; vertical-align: top; font-size: 15px;}
.rightContents td{ padding: 10px 20px; font-size: 14px;}
.rightContents label{ margin-right: 10px; }
.rightContents input{ height: 40px; margin-bottom: 0px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; margin-right: 5px; background: #fff; }
.rightContents select{height: 40px; margin-right: 5px; margin-bottom: 0px; padding-left: 10px; border: 1px solid #ccc; border-radius: 5px; background: #fff; }
.rightContents #hpcom{width: 100%;}
.rightContents th, .rightContents td{ height: 60px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.rightContents .mySubTit{ font-size: 20px; float: left; color: #36354b; margin-bottom: 15px;}
.empty4{float: left; height: 18px; width: 3.5px; margin: 7px 5px 0 0; background: #36354b; }
.requbtn{background: #36354b !important; color: #fff; display: inline-block; width: 75px;  border-radius: 5px; line-height: 40px; vertical-align: top; height: 40px; cursor: pointer; text-align: center; padding: 0;}
.dspnone{display: none;}
.cartTotalSum{ margin: 20px 0 30px; width: 100%; height: 40px; color: #fff; text-align: center; background: #35b1a9;}
.cartTotalSum td, .cartTotalSum th, .cartTotalSum span{color: #fff; height: 50px; font-size: 15px; }

.requiredWrap{margin-bottom: 40px;}
.joinBtnWrap {text-align : center; margin-top: 30px;}
.joinCanBtn, .joinEnterBtn {cursor : pointer; text-align : center; width : 100px; height : 40px; }
.joinCanBtn { background : #cccccc; font-size : 15px; color : #666666; margin-right : 5px;}
.joinEnterBtn { background : #35b1a9; font-size : 15px; color : #ffffff;}

.phoneWrap{overflow: hidden; }
.phoneWrap p, .mailWrap p, .bankWrap p{margin: 10px 10px 0 0; width: 60px;}
.sellerNum{ float: left;}
.sellerNum input{width: 150px;}

.selectWrap, .adName, .bankWrap{margin-bottom: 8px;}
form label.error {text-align:left; margin-left: 10px; width: auto; display: none; height:20px; padding-bottom:5px; padding-top:5px; color:#ff0000; font-size:11px}
.adNameTit{float: left; margin: 0 0px 0 12px; width: 60px; }
.phoneWrap p, .mailWrap p, .bankWrap p, .numberBox, .emailBox{float: left; font-size: 14px; }


/* join_last */
.join_wrap .end_box {padding:60px 0;text-align:center;border:1px solid #d2d2d6;}
.join_wrap .end_box dt{margin-bottom:20px;line-height:22px;font-size:25px;font-weight:500;}
.join_wrap .end_box dd p{font-size:16px;}


/* payment */
.payment .rightContents{margin: 30px auto;}
.payment td{border: 1px solid #ddd; height: 50px;}
.payimpoTit{width: 100%; overflow: hidden;}
.payimpo li{font-size: 14px;}
.addimpo{width: 100%; overflow: hidden; margin: 20px 0 30px;}
.cartPlay td{border: 0px;}
.cartBtnWrap, .payBtnWrap{text-align: right; }
.cartEnterBtn, .payEnterBtn{display: inline-block; cursor: pointer;text-align: center; padding: 10px 30px; background: #35b1a9; color: #fff; font-size: 15px;}
.cartEnterBtn, .payEnterBtnN{display: inline-block; cursor: pointer;text-align: center; padding: 10px 30px; background: #35b1a9; color: #fff; font-size: 15px;}
section.payment {
  max-width: 1200px;
  margin: 0 auto;
}

/************/
/*MyPage*/
/***********/

.section{min-height: 700px;}
.section .section_head{border-bottom:1px solid #d5d8de; padding-top:25px;}
.section .section_head.no_line{border-bottom:0;}
.section .section_head > .inner{padding:25px 10px 4px; box-sizing:border-box;}
.section .section_head h1,
.section .section_head .desc{width:100%; text-align: center; color:#000; box-sizing: border-box;}
.section .section_head h1{margin-bottom:16px; font-weight:700; font-size:22px;}
.section .section_head .desc{font-size:16px; color:#4f5561; margin-bottom:16px;}


.section .section_head .tab_wrap{max-width:544px; height:40px; margin:0 auto 16px;}
.section .section_head .tab_wrap .tab{float:left; display:block; width:50%; line-height:42px; box-sizing: border-box; border:1px solid #e3e3e3; background-color:#FFF; color:#333; font-size:15px; text-align: center; font-weight: 700; cursor: pointer;}
.section .section_head .tab_wrap li:nth-of-type(1){border-right: 0;}
.section .section_head .tab_wrap li:nth-of-type(2){border-right: 1px solid #e3e3e3;}
.section .section_head .tab_wrap .tab.on{background-color:#f63d46; color:#FFf;}


.section .section_body{width: 1200px; margin: 0 auto; }

/************/
/*MyPage 메인*/
/***********/

.section .section_body h2.title{padding-top:25px; line-height:100%; height:27px; font-size:15px; color:#000; }
.section .section_body dl.type1{width:100%; padding-bottom:25px;}
.section .section_body dl.type2{float:left; width:50%;box-sizing:border-box; padding-right:12px; padding-bottom:25px;}
.section .section_body dl.type2:nth-of-type(2n){padding-right:0; padding-left:12px;}
.section .section_body dl.type3{width:100%; padding-bottom:25px;}
.section .section_body .btn.ic_plus{display:inline-block; width:30px; height:30px; border:1px solid #d5d8de; box-sizing: border-box; background:url(../images/ic/ic_plus.png) center no-repeat;}
.section .section_body dl.type1 dt .btn,
.section .section_body dl.type2 dt .btn{margin-top:13px;}

.section .section_body dl.type3 dd{float:left; width:50%;box-sizing:border-box; padding-bottom:25px;}
.section .section_body dl.type3 dd:nth-of-type(2n){width:50%; padding-left:15px;}

.section .section_body .wid50_pc{float:left; width:50%;box-sizing:border-box; padding-right:12px; padding-bottom:25px;}
.section .section_body .wid50_pc:nth-of-type(2n){padding-right:0; padding-left:12px;}


.section .section_body .member_info{margin-top: 50px;padding:24px; background:#f2f4f7; box-sizing: border-box; border:1px solid #d5d8de;}
.section .section_body .member_info.info1{float:left; width:40%; height:201px;}
.section .section_body .member_info.info2{float:right; width:60%; height:100px; border-left:0; border-bottom: 0;}
.section .section_body .member_info.info3{float:right; width:100%; height:100px;}

.section .section_body .member_info h3{height:23px; padding-top:13px; line-height:100%; vertical-align: top; font-size:16px; color:#000; font-weight: normal;}
.section .section_body .member_info.info1 .interest_list{overflow:hidden; height:100px;}
.section .section_body .member_info.info1 .interest_list li{display:inline-block; font-size:13px; color:#4f5561; line-height: 190%; padding-right:3px;}
.section .section_body .member_info.info1 .interest_list li span:after{content:",";}
.section .section_body .member_info.info1 .interest_list li:last-of-type{padding-right:0;}
.section .section_body .member_info.info1 .interest_list li:last-of-type span:after{display:none;}
.section .section_body .member_info.info2 .state{line-height:190%; display:block; font-size:13px; color:#4f5561;}
.section .section_body .member_info.info3 .state{font-size:13px; color:#222;}
.section .section_body .member_info.info3 .state li{float: left;}
.section .section_body .member_info.info3 .member_name{font-size:16px; line-height: 48px; color:#222; font-weight: bold;}
.section .section_body .member_info.info3 .member_txt{font-size:16px; line-height: 48px;}
.section .section_body .member_info.info3 .state .score,
.section .section_body .member_info.info3 .state .date{display:block;}
.section .section_body .member_info.info3 .state .score{font-size:24px; vertical-align: text-bottom;margin-left: 20px; line-height: 48px;}
.section .section_body .member_info.info3 .state .score::after{content:" 점"; font-size:16px; color:#444; vertical-align: bottom;}
.section .footer_btn_box{margin-top:60px; margin-bottom:30px;}



.mypage .btn_ticketing{display:inline-block; max-width:80px; width:100%; height:25px; line-height:25px; color:#000; background-color:#d5d8de; border-bottom:1px solid #d5d8de; box-sizing: border-box; font-size: 13px;}
.mypage .btn_text{display:inline-block; height:25px; line-height:25px; background-color:transparent; border-bottom:1px solid #d5d8de; box-sizing: border-box; font-size: 13px;}
.mypage .btn_text.tc_blue{color:#0b3779; border-bottom-color:#859bbc;}
.mypage .btn_text.tc_gray{color:#4f5561; border-bottom-color:#a7aab0;}
.mypage .btn_text.tc_red{color:#f63d46; border-bottom-color:#fa9197;}

/**********************/
/*참여 & 일반 이벤트 // 나의관심  */
/**********************/
.section .section_body .list_type1 .list_cont{min-height:333px; border-bottom:1px solid #d5d8de; padding:22px 0 24px 0; box-sizing: border-box;}
.section .section_body .list_type2 .list_cont{float:left; width:50%; min-height:260px; border-bottom:1px solid #d5d8de; padding:22px 0 24px 0; box-sizing: border-box;}
.section .section_body .list_type3 .list_cont{min-height:151px; border-bottom:1px solid #d5d8de; padding:17px 0 17px 80px; box-sizing: border-box;}
.section .section_body .list_type1 .list_cont:after{display:block; clear:both; content:"";}
.section .section_body .list_type3 .list_cont:after{display:block; clear:both; content:"";}


.section .section_body .list_type3 .list_cont .ck_wrap{float:left; min-height:100%; width:36px; padding-top:3px;}

.section .section_body .list_cont .thumb{float:left; display:block;}
.section .section_body .list_type1 .list_cont .thumb{height:283px; width:210px; }
.section .section_body .list_type2 .list_cont .thumb{height:210px; width:210px; }
.section .section_body .list_type3 .list_cont .thumb{height:123px; width:90px; }
.section .section_body .list_cont .thumb img{display:block; margin:0 auto; max-width:100%; max-height:100%;}
/* .section .section_body .list_cont dl{position: relative; min-height:283px;} */
.section .section_body .list_type1 .list_cont dl{position: relative; min-height:283px;margin-left:240px}
.section .section_body .list_type2 .list_cont dl{position: relative; min-height:210px;padding-left:230px;}
.section .section_body .list_type3 .list_cont dl{position:static; min-height:121px; padding-left:139px;}


.section .section_body .list_cont dl dt{font-size: 18px; color:#000; line-height:130%; margin-bottom:13px;}
.section .section_body .list_type3 .list_cont dl dt{margin-bottom:4px;}
.section .section_body .list_type3 .list_cont dl dt a{font-size: 15px; color:#000; max-width:100%; display:inline-block; border-bottom:1px solid #444444;}
.section .section_body .list_cont dl dd.desc{padding:3px 0 3px 0; line-height:19px; font-size:15px; color:#4f5561;}
.section .section_body .list_cont dl dd.desc label{float:left; display:block; width:120px; min-height: 19px;}
.section .section_body .list_cont dl dd.desc span{display:block; min-height: 19px; padding-left:120px;}
.section .section_body .list_type3 .list_cont dl dd.desc span{font-size: 13px; color:#4f5561; line-height:123%; padding-left:0; min-height:0;}
.section .section_body .list_cont dl dd:nth-last-of-type(2){padding-bottom:33px;}
.section .section_body .list_type3 .list_cont dl dd:nth-last-of-type(2){padding-bottom:25px;}
.section .section_body .list_cont dl dd.btn_box{position: absolute; bottom:0; height:30px; width:100%;}
.section .section_body .list_type1 .list_cont dl dd.btn_box{}


.section .section_body .list_type2 .list_cont dl dd.btn_box{left:240px; padding-left:240px; margin-left:-240px;}
.section .section_body .list_type3 .list_cont dl dd.btn_box{height:26px; position: static;}

.section .section_body .list_cont dl dd.btn_box span{display:inline-block; line-height:28px; color:#4f5561; font-size:15px; padding:0 10px;}
.section .section_body .list_cont dl dd.btn_box span.btn{border:1px solid #4f5561;  width:126px; height:30px; text-align:center; box-sizing: border-box;}
.section .section_body .list_type3 .list_cont dl dd.btn_box span{font-size:13px; line-height:26px; color:#84868a;}

.section .section_body .list_cont dl dd.btn_box a,
.section .section_body .list_cont dl dd.btn_box button{display:inline-block; border:1px solid #f87177; width:126px; height:30px; line-height: 28px; text-align: center; color:#f63d46; box-sizing: border-box;}
.section .section_body .list_cont dl dd.btn_box a.btn_dark_gray,
.section .section_body .list_cont dl dd.btn_box button.btn_dark_gray{border-color:#424242; color:#FFF; background-color:#424242;}
.section .section_body .list_cont dl dd.btn_box span{display:inline-block; border:1px solid #aaa; width:126px; height:30px; line-height: 28px; text-align: center; color:#aaa; box-sizing: border-box;}


.section .section_body .list_type1 .list_cont dl dd.btn_box a,
.section .section_body .list_type2 .list_cont dl dd.btn_box a,
.section .section_body .list_type1 .list_cont dl dd.btn_box button,
.section .section_body .list_type2 .list_cont dl dd.btn_box button{font-size:15px;}

.section .section_body .list_type3 .list_cont dl dd.btn_box a,
.section .section_body .list_type3 .list_cont dl dd.btn_box button{font-size:13px; height:26px; line-height: 24px; }
.buyCon {width : 640px; text-align : center; vertical-align : middle;}

.list_search_head{padding:10px 0 16px; width: 100%; float: left; }
.date_search{padding:20px 10px ; text-align: center; background-color:#f2f4f7;}
.date_search > label{display:inline-block; height: 42px; line-height: 42px;  color:#000; font-size:15px; font-weight:700; width:80px; vertical-align: top; text-align: left;}
.date_search .tab_wrap{display:inline-block; width:27%; max-width:272px}
.date_search .tab_wrap .tab{position:relative; top:0px; left:0; display:block; float:left; height:42px; box-sizing:border-box; text-align:center; line-height:40px; font-size:13px; border:1px solid #d5d8de; margin-left:-1px;}
.date_search .tab_wrap.date_tab .tab{width:25%;}
.date_search .tab_wrap.date_tab .tab:nth-of-type(4n+1){margin-left:0;}
.date_search .tab_wrap .tab input[type="radio"]{position: absolute; top:0; left: 0; width:100%; height:100%; opacity: 0;}
.date_search .tab_wrap .tab label{display:block; width:100%; height:100%; font-size:13px; }
.date_search .tab_wrap .tab label{color:#4f5561; background-color:#FFF;}
.date_search .tab_wrap .tab input:checked+ label{background-color:#0e2666; color:#FFF;}
.date_search .date_wrap{display:inline-block; margin-left:20px; vertical-align: top; width:40%; max-width: 430px; vertical-align: top;}
.date_search .date_wrap .input_box{position:relative; height:42px; float:left; width:50%; box-sizing:border-box; padding-left:20px;}
.date_search .date_wrap .input_box.end::before{position: absolute; top:0; left:0; width:20px; height:42px; line-height:42px; text-align:center; content:"~"}
.date_search .date_wrap .input_box input{width:100%; height:100%; box-sizing:border-box;  border:1px solid #d5d8de;}
.date_search .date_wrap .input_box.date input{background:#FFF url(../images/ic/ic_calrendar.png) calc(100% - 5px) no-repeat; padding:0 30px 0 20px; color:#4f5561;  font-size:14px;}
.date_search .date_wrap .input_box input:disabled{background-color:#eee;}
.date_search .date_wrap .input_box .ui-datepicker-trigger{background-color:#fff; position: absolute; right: 10px; top:11px;}
.date_search .btn_box{display:inline-block; margin-left:10px; height:42px; vertical-align: top;}
.date_search .btn_box button{width:70px; height:42px; background-color:#0e2666; color:#FFF; font-size:13px;}

.list_search_head .radio_box{margin-top:30px; margin-left:17px; display:inline-block; height:17px; position: relative; }
.list_search_head .radio_box.mt16{margin-top:16px;}

.list_search_head .btn_box .btn_review,
.list_search_head .btn_box .btn_delete{width:77px; box-sizing: border-box; height:42px; line-height:40px; color:#000000; font-size:14px; border:1px solid #e9eaed; margin-left:-1px;}
.list_search_head .btn_box .btn_review:first-of-type,
.list_search_head .btn_box .btn_delete:first-of-type{margin-left:0;}
.list_search_head .btn_box .btn_review.btn_gray,
.list_search_head .btn_box .btn_delete.btn_gray{background-color:#d5d8de;}
.list_search_head .btn_box .btn_review.btn_white,
.list_search_head .btn_box .btn_delete.btn_white{background-color:#FFF;}


.list_search_head .search_box{position:relative; height:25px; box-sizing:border-box; margin-top:15px; }
.list_search_head .search_box .input_box{width:150px; margin-right:37px;  margin-top:5px; }
.list_search_head .search_box .input_box input{font-size:15px;}
.list_search_head .search_box .btn_search{position:absolute; top:0; right:0; width:36px; height:25px; border-left:1px solid #84868a; background:#FFF url(../images/ic/ic_search.png) 7px 0 no-repeat; }

.table.refund_form{}
.table.refund_form td,
.table.refund_form th{padding:5px;}
.table.refund_form .input_box{height:35px;}
.table.refund_form .select_box{height:35px;}
.table.refund_form .input_box input{width:100%; height:100%; box-sizing:border-box;  border:1px solid #d5d8de; padding:0 10px;}
.table.refund_form .select_box select{width:100%; height:100%; box-sizing:border-box;  border:1px solid #d5d8de; padding:0 10px;}

.btn_ticketing_cancel{float:right; display:block;  width:150px;  height:50px; margin-top:50px; text-align: center; line-height:48px; box-sizing: border-box; font-size:15px; border:1px solid #f63d46; background-color:#f63d46; color:#FFF;}

.write_btn_box .btn_wrap .btn_box{display:inline-block; width:180px; height:100%; padding-left:6px; padding-right:6px; box-sizing: border-box;}
.write_btn_box .btn_wrap .btn_box:first-of-type{padding-left:12px;}
.write_btn_box .btn_wrap .btn_box:last-of-type{padding-right:12px;}
.write_btn_box .btn_wrap .btn_box button{width:100%; height:100%;  text-align: center; line-height:48px; box-sizing: border-box; font-size:15px; border-style: solid; border-width: 1px;}
.write_btn_box .btn_wrap .btn_box button.btn_white{border-color:#d5d8de; background-color:#FFF; color:#4f5561;}
.write_btn_box .btn_wrap .btn_box button.btn_red{border-color:#f63d46; background-color:#f63d46; color:#FFF;}

.table.write_form.mt25{margin-top:25px;}
.table.write_form td,
.table.write_form th{padding:5px; vertical-align:top; line-height:40px;}
.table.write_form .textarea_box{min-height:40px; box-sizing:border-box;  border:1px solid #d5d8de;  }
.table.write_form .select_box{height:40px;}
.table.write_form .textarea_box textarea{width:100%; height:134px; box-sizing:border-box;  resize:none;  border:none; outline:none;padding: 10px;}
.table.write_form .select_box select{width:100%; height:100%; box-sizing:border-box;  border:1px solid #d5d8de; padding:0 10px;}

/* 이벤트 상세 */

.event_detail{overflow: hidden;}
.event_detail .thumb{display:block; width:100%; overflow: hidden;}
.event_detail .thumb img{display:block; margin:0 auto; max-width:100%; height:auto;}
.event_detail .editor_cont{margin:5px auto 33px; font-size:20px; line-height:150%; color:#4f5561; padding:0 30px; box-sizing: border-box; border-bottom: 1px solid #d5d8de; padding-bottom: 33px;}
.event_detail .list_remote{position:relative; padding-right:150px; height:40px;  margin:0 auto; box-sizing: border-box;}
.event_detail .list_remote ul{border:1px solid #d5d8de; overflow: hidden; }
.event_detail .list_remote ul li{position:relative; float: left; width:50%; height:38px; box-sizing: border-box; padding:0 12px;}
.event_detail .list_remote ul li.list_pre:after{position: absolute; top:50%; right:0; width:1px; height:18px; margin-top:-9px; content:""; background-color:#d5d8de; }
.event_detail .list_remote ul li span{display: block; width:100%; box-sizing: border-box; font-size:13px; color:#4f5561;}
.event_detail .list_remote ul li.list_next span{text-align:right;}
.event_detail .list_remote ul li span a{display:inline-block; height:38px; line-height:38px; background-repeat: no-repeat;}
.event_detail .list_remote .btn_box{position: absolute; top:0; right:0; width:140px; height:40px;}
.event_detail .list_remote .btn_box button{display: block; width:100%; height:100%; box-sizing: border-box; color:#FFF; font-size: 13px; background-color: #f63d46; line-height:38px;}
.event_detail .list_remote .btn_box button{display: block; width:100%; height:100%; box-sizing: border-box; color:#FFF; font-size: 13px; background-color: #f63d46; line-height:38px;}


/* 예매완료 */
.reserve_end_table{max-width: 622px; border-top:1px solid #d5d8de; overflow: hidden; margin:0 auto;margin-top: 30px;}
.reserve_end_table table{width:100%; table-layout: fixed;}
.reserve_end_table table tr td{border-bottom: 1px solid #d5d8de; vertical-align: top; padding:12px 0 11px 20px; box-sizing: border-box; line-height:25px; color:#84868a; font-size:13px;}
.reserve_end_table table tr th{width:173px; border-bottom: 1px solid #d5d8de; padding:12px 0 11px 20px; box-sizing: border-box; min-height:50px; font-size:15px; background-color:#f2f4f7; font-weight: normal; text-align: left;font-size:13px;}
.reserve_end_table table tr td .info{clear: both; width:100%; overflow: hidden; padding-top:5px;}
.reserve_end_table table tr td .info li{position:relative; font-size: 12px; line-height:20px; padding-left:15px;}
.reserve_end_table table tr td .info li::before{content:"※"; display:inline-block; width:15px; line-height: 20px; position: absolute; top:0; left:0;}
.reserve_end_table table tr td label,
.reserve_end_table table tr td span{float: left; display: block; margin-right:7px;}
.reserve_end_btn_box{margin-top:80px;}
.reserve_end_btn_box .reserve_end_box1{max-width: 300px; height: 50px;}
.reserve_end_btn_box .reserve_end_btn_outer{height:50px; max-width:300px; border:1px solid #d5d8de; box-sizing:border-box; margin: 0 auto;}
.reserve_end_btn_box .reserve_end_botton{width: 100%; line-height: 48px;}


/* cancel_box */
.cancel_box{position: relative;}
.cancel_box ul{float: right; margin: 15px 0 10px;}
.cancel_box li{float: left; margin: 0 5px; padding: 7px 10px; color: #fff; background: #03988b; cursor: pointer; }
.cancel_box li a{display: block; width: 100%; height: 100%; color: #fff;}

.cancel_box #rpLay > div{float: left; }
.cancel_box #rpLay{position: absolute; border: 1px solid #666; background: #fff; padding: 20px; box-sizing: border-box; right: 5px; top: 55px; z-index: 999999; display: none; }
.table_btn{ padding: 7px 10px; color: #fff; border: 1px solid #03988b; color: #03988b; transition: 0.4s; cursor: pointer; }
.table_btn:hover{ background: #03988b; color: #fff; }


/* 마이페이지 */
.top_title{width: 100%; overflow: hidden; margin: 10px 0; padding: 0 5px; box-sizing: border-box;}
.top_title h3{float: left; font-size: 18px; color: #333; font-weight: 500; }
.top_title a{float: right; font-size: 16px; font-weight: 500; }

.buyCon span.town_link{color: #1c81c5; cursor: pointer; }
.mypage .btn_box{padding-bottom:30px; float: right; height:50px;}
.mypage .btn_box .btn{float:left; display:block; min-width:120px; height:50px; box-sizing: border-box; border:1px solid #ccc;  margin-right:8px; background-color:#FFF; padding:0 10px; color:#84868a; font-size:14px; transition: 0.4s;}
.mypage .btn_box .btn:hover{border: 1px solid #0e2666; color: #0e2666; }
.myNameWrap{width: 100%; overflow: hidden; text-align: center; margin: 50px 0 30px; }
.myName{display: inline-block; font-size: 20px; padding-right: 5px; }
.myNameWrap img{display: inline-block; }
.myModifyWrap{margin-bottom: 50px;}

.modifyBtnWrap { float : right; margin: 20px 0 30px;}
.modifyBtnWrap img { margin-bottom : 2px; }
.modifyCanBtn{ display : inline-block; cursor : pointer; text-align : center; padding: 10px 16px; background : #cccccc; color : #333333; margin-right : 5px;}
.withdrawalBtn, .modifyEnterBtn { background : #36354b; color : #ffffff; padding: 10px 16px; display : inline-block; cursor : pointer; text-align : center; }
.withdrawalBtn, .modifyEnterBtnNew { background : #36354b; color : #ffffff; padding: 10px 16px; display : inline-block; cursor : pointer; text-align : center; }
.withdrawalBtn { margin-right : 5px; width : 68px; }
.modifyEnterBtn { width : 90px; }
.modifyEnterBtnNew { width : 90px; }


/* 아이디 비밀번호 찾기 */
.idpw_wrap {width:640px;margin:0 auto;overflow:hidden;}
.idpw_wrap .join_info {margin: 20px 0}
.idpw_wrap input[type=text],.idpw_wrap input[type=password] {width:83.5%;height:60px;padding-left:15px;margin-bottom:10px;line-height:60px;border:1px solid #d2d2d6;border-radius:3px;}
.idpw_wrap .sellerNum{float: none;}
.idpw_wrap label{padding-right: 10px; display: inline-block; min-width: 50px;}
.sellerNum input{width: 160px !important; overflow: hidden}
.idpw_wrap select {width:100%;height:60px;padding-left:15px;margin-bottom:10px;line-height:60px;border:1px solid #d2d2d6;border-radius:3px;}
.idpw_wrap input[type=text]:focus,.idpw_wrap input[type=password]:focus {border:1px solid #2b81d6;}
.idpw_wrap .btn_idpw {display:block;height:66px;margin:10px 0 20px;line-height:66px;text-align:center;font-size:22px;color:#fff !important;vertical-align:middle;background:#289ed0;background:linear-gradient(to right, #289ed0 1%,#289ed0 34%,#5b5ee0 100%);white-space:nowrap;border-radius:3px; width: 70%; margin-left: 15%;}


/* paging_box  */
.paging_box{margin-top: 30px; text-align: right; }
.paging_box > .page_list{height: 30px;}
.paging_box > .page_list .btn{display: inline-block; width: 30px; height: 30px; line-height: 28px; text-align: center; border: 1px solid #666; color: #666; box-sizing: border-box; padding: 0 3px; font-size: 14px; cursor: pointer; margin: 0 1px; transition: 0.4s;}
.paging_box > .page_list .btn:hover{background-color: rgba(24,24,24,0.7); color: #fff;}
.paging_box > .page_list .btn.on{background: #333; color: #fff; }


/* 회원탈퇴 */
.mypage_desc {margin-bottom:40px;padding:20px 25px;border-top:1px solid #0e2666;border-bottom:1px solid #0e2666;background:#e8edf7;}
.mypage_desc dt {margin-bottom:5px;font-size:16px;color:#0e2666;font-weight:500;}
.mypage_desc h4 {font-size:18px;color:#0e2666;font-weight:500;}
.mypage_desc dt.dt01 {margin-top:20px;font-size:14px;color:#201f2d;font-weight:500;}

.tbl_join {width:100%;border-collapse:separate;border-top:2px solid #87878a;border-bottom:1px solid #d5d8de;line-height:20px;}
.tbl_join th,.tbl_join td {height:60px;border-top:1px solid #ebebf0;}
.tbl_join th {padding:20px 20px 5px;font-weight:normal;text-align:left;vertical-align:top; font-size: 14px;}
.tbl_join td {padding:10px 20px;}
.tbl_join input {width:100%;height:40px;margin-bottom:0;border:1px solid #d2d2d6;background:#fff;}
.tbl_join select {width:100%;height:40px;border:1px solid #d2d2d6;}
.tbl_join input[type=checkbox],.tbl_join input[type=radio] {width:22px;height:22px;margin-right:5px;margin-bottom:0;border:0;}
.tbl_join .form_half {width:50%;}
.tbl_join .input_wrap {width:370px;}
.tbl_join .form_text {width:100%;height:130px;}
.btn_idcheck {display:inline-block;min-width:102px;height:40px;line-height:40px;padding:0 20px;text-align:center;font-size:14px;color:#fff !important;vertical-align:middle;background:#2b81d6;white-space:nowrap;border-radius:3px;}
.tbl_join input[type=radio]:first-child + label {margin-right:30px;}
.tbl_join .input_wrap2 {width:380px;}
.tbl_join .input_wrap2 .form_full {width:30%;}
.tbl_join .desc {margin:8px 0 0 25px;color:#84868a;font-size:13px;}
.tbl_join .desc2 {margin-top:10px;color:#ff0000;font-size:14px;}

.btn_center{margin-top: 40px; text-align: center; }
.btn_center .btn_register, .btn_center .btn_cancel{display: inline-block; margin: 0 2px; text-align: center; font-size: 15px; color: #fff; vertical-align: middle; white-space: nowrap; width: 100px; height: 38px; line-height: 38px; background-color: #1c81c5; }
.btn_center .btn_cancel{background: #ccc; color: #222;}



/* 커스텀 공통 */
.text-left {text-align: left !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}

.blank-logo img{height:45px; margin-right: 15px;}
.join-width-wrap {max-width:1000px}

.tail-admin {
    color: red !important;
    font-weight: bold !important;
}

.div-min-height {
    min-height: 630px;
}

.customer-aside-info {
    margin-top: 30px;
}
.customer-aside-info li {
    font-size: 17px;
    padding-top: 9px;
}
.customer-aside-info li i {
    padding-right: 10px;
    font-size: 17px;
}
.customer-aside-info li:nth-child(2) i {
    padding-right: 17px;
}
.is-new-icon {
    font-size: 13px;
    color: red;
    padding-left: 5px;
}
