@charset 'utf-8';

/* 회원관련 */
/*****************************************************************
로그인 : login.php
*****************************************************************/
.np_login {
    overflow: hidden;
    border: 1px solid #eee;
}

/* 로그인 */
.np_loginBox01 {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    margin: 20px auto 20px;
    border: 0px solid #f00;
}
.np_loginBox01 h3 {
    color: #222;
    font-size: 2.5em;
    font-weight: 100;
}
.np_loginBox01 p {   margin: 5px 0 20px 0; }
.np_loginBox01 p.txt {  font-size: 1.3em;  line-height:1.8em;}
.np_loginBox01 input[type=text],
.np_loginBox01 input[type=password] {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 1px;
    padding-left: 10px;
}
.np_loginBox01 .sec01 {
    overflow: hidden;
}
.np_loginBox01 .sec01 .sec_left {
    width: 70%;
    float: left;
}
.np_loginBox01 .sec01 .sec_left input {
    height: 40px;
}
.np_loginBox01 .sec01 .sec_right {
    width: 29.5%;
    float: right;
}
.np_loginBox01 .sec01 .sec_right input[name=login_ok] {
    width: 100%;
    height: 84px;
    background-color: #222;
    border: 1px solid #fff;
    color: #ccc;
}
.np_loginBox01 .sec02 {
    margin: 20px 0  30px 0;
}
.np_loginBox01 .sec02 ul li {
    text-align: right;
    margin: 1px 0;
    font-size: 0.875em;
    color: #888;
}
.np_loginBox01 .sec02 .btn-sm {
    width: 29.5%;
    margin-left: 10px;
    text-align: right;
}

.np_loginBox01 label {font-size:16px; font-weight:400;}

.np_loginBox01 h4 {color: #000; font-size: 1.2em;  font-weight: 500;}



.box_agree{    width: 100%; margin: 0 auto; padding: 30px 40px; box-sizing:border-box;}
.box_agree p {   margin: 5px 0 20px 0; font-size:14px; font-weight:300; line-height:22px;}
.box_agree p.txt {  font-size: 1.3em;  line-height:1.8em;}
.scroll-box{ height:30.2em; padding:10px 15px; border:1px solid #ccc; overflow-y:auto; margin-top:10px;}
.scroll-box > p{ font-size:13px; font-weight:300; line-height:22px;}
.scroll-box > strong {display:block; width: 100%; font-size:15px; font-weight:500; margin:10px 0 10px 0; }
.scroll-box > p.title { width: 100%; font-size:14px; font-weight:500; color:#333; margin: 5px 0 5px 0; }
.scroll-box > p span {display:block; margin: 3px 0 3px 16px;}
.scroll-box > p > b {width: 100%; font-size:13.5px; color:#555; font-weight:500;}

@media(max-width:640px){
	.box_agree{    width: 100%; margin: 0 auto; padding: 20px 0px; box-sizing:border-box;}
	.scroll-box{ height:16em;  padding:0.8em 1.2em 0.4em 0.5em;}
	.scroll-box > p{ font-size:1.0em; font-weight:400; line-height:22px;}
	.scroll-box > a strong {font-size:15px; font-weight:500; margin:5px 0 5px 0; }
	.box_agree label {font-size:15px; }
	.np_loginBox01 p.txt {  font-size: 1.1em;  line-height:1.6em;}
}


/* 회원가입 */
.box_Member { overflow: hidden;   width: 100%;    padding: 20px 40px 0px 40px;    margin: 0 auto;    margin: 20px auto 20px;    border:none; box-sizing: border-box;}
.box_Member div.txt_box {color:#000; font-size:17px; font-weight:400; letter-spacing: 0.1px; margin-left:0px;  }
.box_Member div.txt_box strong {display:block; font-size:31px; margin-bottom:0px; font-weight:600; letter-spacing: 0px; line-height:39px;}
.box_Member div.txt_box span {display:inline-block; margin-bottom:5px; }
.box_Member div {padding:0px 0px 14px 0px; overflow: hidden; }
.box_Member div:after { content:""; display:block; clear:both; }
.box_Member div span{ display:inline-block; margin-left:0px;}
.box_Member dl {width:100%; margin:30px 0% 0px 0%; }
.box_Member dl dt {float:left; width:70%; position: relative; }
.box_Member dl dt ul:before {    content: '';    position: absolute;    top: 0px;    left: 0px;    width: 70px;    height: 1px;    background-color: #C01919;}
.box_Member ul {margin-top:10px; margin-bottom:30px; margin-right:25px;}
.box_Member li {font-size:16px; height:25px; position: relative; letter-spacing: -0.3px; font-weight:400; }
.box_Member li:last-child {padding-top:15px;}
.box_Member li strong { float:left; display:inline-block; width:125px; color:#B71E23; }
.box_Member li span { display:inline-block; font-weight:600; margin-bottom:5px;}
.box_Member dl dd {float:right; text-align:left; width:30%; }
.box_Member dl dd a button {width:100%; font-weight:500; font-size:18px; line-height:40px; }

.or_line{ text-align:center; padding-bottom:10px; border-bottom:1px solid #fff; }
.or_line > span{ background:#fff; display:inline-block; padding:0 1em; font-weight:bold; font-size:15px; line-height:32px; vertical-align:middle;}
.or_line > span span{ display:inline-block;background:#eee; border-radius:50%; width:30px; height:30px; line-height:30px; font-size:12px; margin-right:10px;}

@media(max-width:340px){
	.or_line{margin:20px 0 10px 0;}
}

.login_sns{ overflow:hidden; text-align:center; height:70px; margin-top:0px;}
.login_sns li{display:inline-block; width:100px; max-width:30%; border-radius:5px; }
.login_sns li a{ display:block; padding:8px 5px; color:#fff; font-size:16px; }
.login_sns li:last-child{margin-top:0px;}
.login_sns li.login_sns_k a{ color:#433132; }
.login_sns li a span{text-indent:-9999; font-size:0; display:block; width:100%; height:25px;}
.login_sns li.login_sns_f{ background:#3B5998; border:1px solid #355289; border-width:1px 1px 2px 1px;}
.login_sns li.login_sns_n{ background:#00BD39; border:1px solid #3aaa35; border-width:1px 1px 2px 1px;}
.login_sns li.login_sns_k{ background:#fed54c; border:1px solid #fdc300; border-width:1px 1px 2px 1px;}
.login_sns li.login_sns_join {margin-top:-30px;}
.login_sns li.login_sns_login {margin-top:0px;}

@media(max-width:768px){
	.login_sns li.login_sns_join{ margin-top:-14px;}
	.login_sns li.login_sns_login{ margin-top:0px;}
}
@media(max-width:480px){
	.login_sns li.login_sns_f a span{ background:url(/images/btn/login_sns_f.png) no-repeat 50% 50%; background-size:85% auto;}
	.login_sns li.login_sns_n a span{ background:url(/images/btn/login_sns_n.png) no-repeat 50% 50%; background-size:85% auto;}
	.login_sns li.login_sns_k a span{ background:url(/images/btn/login_sns_k.png) no-repeat 50% 50%; background-size:85% auto;}
}



/* 로그인 */
.box_login {    width: 80%;    padding: 20px;    margin: 0 auto;    margin: 20px auto 20px;    border: 0px solid #f00; text-align:center;}
.box_login h3 {    color: #222;    font-size: 3.0em;    font-weight: 400;}
.box_login p {   margin: 15px 0 30px 0; border-bottom:2px solid #C01919;  padding-bottom:30px;   line-height:1.6em;}
.box_login p.txt {  font-size: 1.3em; }
.box_login input[type=text],
.box_login input[type=password] {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 1px;
    padding-left: 10px;
}

.box_login label {font-size:16px; font-weight:400;}
.box_login legend {display:none;}

.box_login .sec01 ul{position:relative; width:80%; margin:0px auto 0; background:#fff;}
.box_login .sec01 ul li{position:relative;margin-top:14px;padding-left:80px; }
.box_login .sec01 ul li:first-child{margin-top:0}
.box_login .sec01 ul li label{position:absolute;margin-top:6px;left:0; font-size: 1.1em;}
.box_login .sec01 ul li input{padding:0 5px;border:1px solid #b7b7b7;background:#fff;line-height:29px; height:29px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; width:99%;}
.box_login .sec01 ul input.login {width:170px; font-size:17px; font-weight:300; line-height:43px; height:45px; background: #C01919; border:1px solid #C01919; color:#fff;}
.box_login .sec01 ul input.login:hover {background: #B10A0A; color:#fff;}

.box_login .sec02 {    margin: 20px 0  30px 0;  border-bottom:2px solid #C01919;  padding-bottom:30px;  }
.box_login .sec02 ul li {  text-align: left;  padding: 5px 20px;     color: #888;}
.box_login .sec02 ul li strong{ display:inline-block; width:218px; font-weight:300;}
.box_login .sec02 .btn-sm {    width: 20%;    background: #BFBFBF; margin-right: 10px;  font-size: 1.0em;  font-weight:300;    text-align: center; border-radius:1px; color:#fff;}
.box_login .sec02 .btn-sm:hover {background: #777; }



/* 로그인 2 */
.loginBox {    width: 80%;    padding: 20px 20px;    margin: 0 auto;    margin: 20px auto 20px;    border: 0px solid #f00; text-align:center; box-sizing:border-box; }
.loginBox h3 {    color: #222;    font-size: 3.0em;    font-weight: 400;}
.loginBox p {   margin: 15px 0 30px 0; border-bottom:2px solid #C01919;  padding-bottom:30px;   line-height:1.6em;}
.loginBox p.txt {  font-size: 1.3em; }
.loginBox input[type=text],
.loginBox input[type=password] {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 1px;
    padding-left: 10px;
}
.loginBox input -webkit-input-placeholder {color:#fff;}
.loginBox .sec01 label {font-size:16px; font-weight:400; display:none;}
.loginBox legend {display:none;}
.loginBox .sec01 ul{position:relative; width:70%; margin:0px auto 0; }
.loginBox .sec01 ul li{margin-top:10px;padding-left:0px; text-align:left;}
.loginBox .sec01 ul li:first-child{margin-top:0px;}
.loginBox .sec01 ul li label{position:absolute;margin-top:6px;left:0; font-size: 1.1em;}
.loginBox .sec01 ul li input{padding:0 5px; border:1px solid #b7b7b7;background:#fff;line-height:29px; height:29px; width:70%; margin-right:15%; box-sizing:border-box;}
.loginBox .sec01 ul li:last-child{position:absolute; top:-16px; right:-12px; }
.loginBox .sec01 ul input.login { width:110px; font-size:18px; font-weight:500; line-height:70px; height:71px; margin:0; padding:0; background: #B71E23; border:1px solid #B71E23; color:#fff;}
.loginBox .sec01 ul input.login:hover {background: #B10A0A; color:#fff;}

.loginBox .sec02 { margin: 20px 0  30px 0;  border-bottom:2px solid #C01919;  padding:0 0 50px 0px;  box-sizing:border-box;}
.loginBox .sec02 label {font-size:16px; font-weight:400;}
.loginBox .sec02 ul { width:70%; margin:0 auto; box-sizing:border-box;  }
.loginBox .sec02 ul li { float: left; width:50%; text-align: left;   color: #888;  box-sizing:border-box; }
.loginBox .sec02 ul li:first-child{padding-left:0px;}
.loginBox .sec02 ul li:last-child{text-align: right;}
.loginBox .sec02 ul li label { font-size: 1.0em; padding-left:3px; padding-top:2px;}
.loginBox .sec02 ul li a {position: relative; display: inline-block; font-weight:300; }
.loginBox .sec02 ul li a:befor {    content: '';    position: absolute;    top: 0;    right: 0;    width: 10px;    height: 13px;    background-color: #000;}
.loginBox .sec02 ul li a img{vertical-align:middle; }



@media (max-width:900px){
	.box_login .sec02 .btn-sm { width: 120px; }
}
@media (max-width:768px){

	.loginBox {    width: 100%;    padding: 20px 0px;    margin: 0 auto;    margin: 10px auto 20px;    border: 0px solid #f00; text-align:center; }
	.loginBox h3 {    color: #222;    font-size: 2.2em;    font-weight: 400;}
	.loginBox p {   margin: 15px 0 15px 0; border-bottom:2px solid #C01919;  padding-bottom:20px;   line-height:1.6em;}
	.loginBox p.txt {  font-size: 1.3em; }
	.loginBox input[type=text],
	.loginBox input[type=password] {
		width: 100%;
		height: 30px;
		border: 1px solid #ccc;
		margin: 1px;
		padding-left: 10px;
	}
	.loginBox .sec01 ul{position:relative; width:100%; margin:0px auto 0; }
	.loginBox .sec01 ul li{margin-top:10px;padding-left:0px; text-align:left;}
	.loginBox .sec01 ul li:first-child{margin-top:0px;}
	.loginBox .sec01 ul li label{display:none; margin-top:6px;left:10px; font-size: 1.1em;}
	.loginBox .sec01 ul li input{padding:0 5px; border:1px solid #b7b7b7; background:#fff; line-height:29px; height:29px; width:70%; margin-right:15%;  box-sizing:border-box;}
	.loginBox .sec01 ul li:last-child{position:absolute; top:-16px; right:-12px; }
	.loginBox .sec01 ul input.login { width:90px; font-size:18px; font-weight:500; line-height:70px; height:71px;}
	.loginBox .sec01 ul input.login:hover {background: #B10A0A; color:#fff;}

	.loginBox .sec02 { margin: 10px 0  20px 0;  border-bottom:2px solid #C01919;  padding:0 0 35px 0px;  box-sizing:border-box;}
	.loginBox .sec02 ul { width:100%; margin:0 auto; box-sizing:border-box;  }
	.loginBox .sec02 ul li { float: left; width:50%; text-align: left;   color: #888;  box-sizing:border-box; }
	.loginBox .sec02 ul li:first-child{padding-left:0px; width:40%; }
	.loginBox .sec02 ul li:last-child{text-align: right; width:60%; }
	.loginBox .sec02 ul li label {font-size: 1.0em; padding-left:3px; padding-top:2px;}
	.loginBox .sec02 ul li a {position: relative; display: inline-block; font-weight:300; }
	.loginBox .sec02 ul li a:befor {    content: '';    position: absolute;    top: 0;    right: 0;    width: 10px;    height: 13px;    background-color: #000;}
	.loginBox .sec02 ul li a img{vertical-align:middle; }


	.box_Member {margin-top:20px; padding:20px 0px 0 0px; background:#fff; text-align:left; overflow: hidden;  border-top:1px solid #C01919;}
	.box_Member div.txt_box {color:#000; font-size:14px; font-weight:400; line-height:18px; margin-left:0px; }
	.box_Member div.txt_box strong {display:block; font-size:20px; margin-bottom:3px; font-weight:600; letter-spacing: -0.5px;  line-height:30px;}
	.box_Member div.txt_box span {display:inline-block; margin-bottom:5px; }
	.box_Member div {padding:0px 0px 14px 0px; overflow: hidden; }
	.box_Member div:after { content:""; display:block; clear:both; }
	.box_Member div span{ display:inline-block; margin-left:0px;}
	.box_Member dl {width:100%; margin:0px 0% 0px 0%;}
	.box_Member dl dt {float:none; width:100%; position: relative; }
	.box_Member dl dt ul:before {    content: '';    position: absolute;    top: -10px;    left: 0px;    width: 55px;    height: 1px;    background-color: #C01919;}
	.box_Member ul {margin-top:10px; margin-bottom:30px; margin-right:0px;}
	.box_Member li {font-size:13px; height:25px; position: relative; letter-spacing: -1.0px; font-weight:400; }
	.box_Member li:last-child {padding-top:7px;}
	.box_Member li strong { float:left; display:inline-block; width:93px; }
	.box_Member li span { display:inline-block; font-weight:600; margin-bottom:2px;}
	.box_Member dl dd {float:none; text-align:left; width:100%; }
	.box_Member dl dd a button {width:100%; font-weight:400; font-size:15px; line-height:21px; }



	.box_login {    width: 100%;    padding: 0px;    margin: 0 auto;    margin: 20px auto 10px;    border: 0px solid #f00; text-align:center;}
	.box_login h3 {    color: #222;    font-size: 2.3em;    font-weight: 400;}
	.box_login p {   margin: 10px 0 20px 0; border-bottom:2px solid #C01919;  padding-bottom:20px;   line-height:1.6em;}
	.box_login .sec01 ul{width:86%; margin:0px auto 0; }
	.box_login .sec01 ul li{margin-top:14px; padding-left:70px; }
	.box_login .sec01 ul li.btn{padding-left:40px; }
	.box_login .sec01 ul input.login {font-size:17px; font-weight:300; line-height:38px; height:40px; background: #C01919; border:1px solid #C01919; color:#fff;}
	.box_login .sec01 ul input.login:hover {background: #B10A0A; color:#fff;}

	.box_login .sec02 {  width: 100%;   margin: 20px 0  0px 0;  border-bottom:2px solid #C01919;  padding-bottom:0px;  }
	.box_login .sec02 ul li {  text-align: left;  padding: 0px 0px 20px 0px;  }
	.box_login .sec02 ul li strong{ display:block; width:100%;  margin-bottom:7px;}
	.box_login .sec02 .btn-sm { width: 30%; }
}

/* 신청시 정보동의 박스 */
.agree_wrap	{line-height:22px; font-size: 1.1em; color:#000;  font-weight: 300; padding:20px 20px; margin:-10px 0px 20px 0px; background:#F7F7F7; overflow: hidden;  border:1px solid #ddd; box-sizing:border-box; }
.agree_wrap h4	{font-size: 1.125em; color:#000;   font-weight: 500; margin:0px 0px 15px 0px; }
.agree_wrap	 strong{display:block; color:#000; margin:10px 0px 5px 0px; font-weight: 500; }
.agree_wrap	 p {text-align:center; font-size: 1.15em;  margin:5px 0px 0px 0px;}
.agree_wrap	 p label {font-weight: 500; color:#000;}

@media (max-width:768px){
	.agree_wrap	{line-height:20px; font-size: 0.9em; color:#444; font-weight: 400; padding:15px 15px; }
	.agree_wrap h4	{ margin:0px 0px 10px 0px; }
	.agree_wrap	 strong{margin:10px 0px 2px 0px;  }
}

/* 개인정보 취급 방침 */
.policy_wrap	{line-height:24px; font-size:13px; color:#4c4c4c;  font-weight:300; padding:20px 0px 0 0px; background:#fff; overflow: hidden;  border-top:1px solid #C01919; box-sizing:border-box; }
.policy_wrap	.top_txt	{padding:0 0 15px; line-height:24px; }
.policy_wrap .index_list	{padding:20px 0 10px 20px; border-top:2px solid #d9d9d9; border-bottom:1px solid #d9d9d9; font-size:14px;  }
.policy_wrap .index_list:after	 {content: "."; display: block; height: 0px; clear: both; visibility: hidden}
.policy_wrap .index_list ul {float:left; padding-right:180px; }
.policy_wrap .index_list ul	li {padding-bottom:5px; }
.policy_wrap .index_list ul	li a {color:#3d424d;}
.policy_wrap .index_list ul	li	span {display:inline-block; width:22px; height:22px; margin-right:10px; font-size:0; line-height:0; vertical-align:middle; }
.policy_wrap .index_list ul	li.num1 span	{background:url('/images/member/bg_index_list.png') 0 0 no-repeat;}
.policy_wrap .index_list ul	li.num2 span	{background:url('/images/member/bg_index_list.png') 0 -30px no-repeat;}
.policy_wrap .index_list ul	li.num3 span	{background:url('/images/member/bg_index_list.png') 0 -60px no-repeat;}
.policy_wrap .index_list ul	li.num4 span	{background:url('/images/member/bg_index_list.png') 0 -90px no-repeat;}
.policy_wrap .index_list ul	li.num5 span	{background:url('/images/member/bg_index_list.png') 0 -120px no-repeat;}
.policy_wrap .index_list ul	li.num6 span	{background:url('/images/member/bg_index_list.png') 0 -150px no-repeat;}
.policy_wrap .index_list ul	li.num7 span	{background:url('/images/member/bg_index_list.png') 0 -180px no-repeat;}
.policy_wrap .index_list ul	li.num8 span	{background:url('/images/member/bg_index_list.png') -30px 0 no-repeat;}
.policy_wrap .index_list ul	li.num9 span	{background:url('/images/member/bg_index_list.png') -30px -30px no-repeat;}
.policy_wrap .index_list ul	li.num10 span	{background:url('/images/member/bg_index_list.png') -30px -60px no-repeat;}
.policy_wrap .index_list ul	li.num11 span	{background:url('/images/member/bg_index_list.png') -30px -90px no-repeat;}
.policy_wrap .index_list ul	li.num12 span	{background:url('/images/member/bg_index_list.png') -30px -120px no-repeat;}
.policy_wrap .index_list ul	li.num13 span	{background:url('/images/member/bg_index_list.png') -30px -150px no-repeat;}
.policy_wrap	 h2	{margin-top:30px; padding:0 0 0px; font-size:18px; color:#1a1a1a; font-weight:500; }
.policy_wrap	.chapter_box > ol, .policy_wrap	.chapter_box > ul {padding-left:19px;}
.policy_wrap	.chapter_box > ol.nopadding {padding-left:0px;}
.chapter_box > .img	{text-align:center;}
.chapter_box > p {margin:10px 0 0 0; }
.policy_wrap .chapter_box span{display:block; margin: 3px 0 3px 13px; }
.policy_wrap .chapter_box ol {margin:10px 0 0 0; }
.policy_wrap .chapter_box ol li {padding-bottom:10px; }
.policy_wrap .chapter_box ol li div{padding-left:16px; }
.policy_wrap .chapter_box ol li strong{display:block; width: 100%; font-size:15px; font-weight:400; color:#333; margin:0px 0 5px 0; }
.policy_wrap .chapter_box ol li span{display:block; margin: 3px 0 3px 17px; }
.policy_wrap .chapter_box ol li span a{display:inline-block; margin-bottom:4px; }
.policy_wrap .chapter_box ol li .dot{display:block; margin:0 0 0 17px; }
.policy_wrap .chapter_box ol li .dot2{display:block; margin:0 0 0 10px; }
.policy_wrap .chapter_box ol li em{float:left; vertical-align:top;  font-style:normal;}

.list_box{ width:100%; border:0; border-spacing:0; border-top:1px solid #999999; margin-top:10px; margin-bottom:10px;}	
.list_box th{ font-size:14px; font-weight:400; color:#444; padding:8px 0 8px 0; background:#F5F5F5; border-bottom:1px solid #C3C3C3; border-right:1px solid #E5E5E5;  text-align:center;}	
.list_box td{ font-size:13px; font-weight:300; color:#4c4c4c; padding:8px 0px 8px 0px; border-bottom:1px solid #E5E5E5; border-right:1px solid #E5E5E5; text-align:center; }	
.list_box .none{border-right:none;}

.list_box2{  width:100%; border:0; border-spacing:0; background:#f8f8f8; margin:10px 0px;}	
.list_box2 td:first-child { width:25%;}


@media (max-width:768px){
	.policy_wrap	{line-height:20px; font-size:12.5px; color:#666;  font-weight:400; padding:20px 0px 0 0px; background:#fff; overflow: hidden;  border-top:none; box-sizing:border-box; letter-spacing: -0.5px;}
	.policy_wrap	.top_txt	{padding:0 0 15px; line-height:20px;  border-bottom:1px solid #ccc; }
	.policy_wrap .index_list	{padding:10px 0 10px 0px; font-size:13px; display:none; }
	.policy_wrap	 h2	{margin-top:20px; padding:0 0 0px; font-size:15px; color:#1a1a1a; font-weight:500;}
	.policy_wrap	.chapter_box > ol, .policy_wrap	.chapter_box > ul {padding-left:15px;}

	.policy_wrap .chapter_box ol li {padding-bottom:0px; }
	.policy_wrap .chapter_box ol li strong{display:block; width: 100%; font-size:13px; font-weight:500; color:#555; margin:10px 0 5px 0; }
	.policy_wrap .chapter_box ol li span{display:block; margin: 3px 0 3px 13px; }

	.list_box th{ font-size:12.5px; padding:7px 3px;}	
	.list_box td{ font-size:12.5px; padding:7px 3px; letter-spacing: -1px;}	

	.list_box2 td:first-child { width:60%;}	
}


/* 버튼 */
/*
.btn-join {
  color: #fff;
  background-color: #C01919;
  width: 60%; padding:10px 0; font-size:18px; font-weight:400;
}
.btn-join:focus,
.btn-join.focus {
  color: #fff;
  background-color: #A80012;
}
.btn-join:hover {
  color: #fff;
  background-color: #A80012;
}
.btn-join:active,
.btn-join.active,
.open > .dropdown-toggle.btn-join {
  color: #fff;
  background-color: #A80012;
}
 */

.btn-join {  text-align:center; font-size: 1.0em;  line-height:30px; border:2px solid #B71E23; background:#B71E23; color:#fff !important; border-radius:2px;}
.btn-join:hover {  background:#a40303;  color:#fff !important;}

.btn-grey {  display:inline-block; padding:0 40px; color: #000;  background-color: #ccc; border:1px solid #BFBFBF; font-size:16px; font-weight:400;}
.btn-grey:hover {  color: #fff;  background-color: #777; border:1px solid #000; }

.btn-cancel {  display:inline-block; padding:0 40px; color: #000;  background-color: #BFBFBF; padding:10px 0; font-size:18px; font-weight:400;}
.btn-cancel:hover {  color: #fff;  background-color: #777; }

.btn-out {  display:inline-block; padding:0 20px; text-align:center; font-size: 15px; height:36px; line-height:16px; font-weight:400 !important; background:#555; color:#fff !important; border-radius:2px;}
.btn-out:hover {  background:#000;  color:#fff !important;}

.btn-del {  display:inline-block;  color: #fff;  background-color: #9FA0A0; padding:5px 0; font-size:15px; font-weight:400; border-radius:2px;}
.btn-del:hover {  color: #fff;  background-color: #777777; }

.btn-bu {  text-align:center; font-size: 1.0em;  line-height:30px; border:2px solid #B71E23; background:#B71E23; color:#fff !important; border-radius:2px;}
.btn-bu:hover {  background:#a40303;  color:#fff !important;}


.btn-button {  display:inline-block; padding:0 40px; text-align:center; font-size: 15px; height:36px; line-height:16px; font-weight:400; border:2px solid #B71E23; background:#B71E23; color:#fff !important; border-radius:2px;}
.btn-button:hover {  background:#a40303;  color:#fff !important;}

.btn-button_normal {  display:inline-block; padding:0 40px; text-align:center; font-size: 15px; height:36px; line-height:16px; font-weight:400 !important; background:#9FA0A0; color:#fff !important; border-radius:2px;}
.btn-button_normal:hover {  background:#777777;  color:#fff !important;}

@media (max-width:768px){
	.btn-button, .btn-button_normal { padding:0 20px; }
}

@media (max-width:480px){
	.btn-button, .btn-button_normal { padding:0 20px; }
}


.w_50{ width:50px !important;}
.w_55{ width:55px !important;}
.w_60{ width:60px !important;}
.w_70{ width:70px !important;}
.w_80{ width:82px !important;}
.w_100{ width:100px !important;}
.w_110{ width:110px !important;}
.w_115{ width:115px !important;}
.w_120{ width:120px !important;}
.w_130{ width:130px !important;}
.w_150{ width:150px !important;}
.w_175{ width:175px !important;}
.w_200{ width:200px !important;}
.w_215{ width:215px !important;}
.w_250{ width:250px !important;}
.w_300{ width:300px !important;}
.w_350{ width:355px !important;}
.w_400{ width:400px !important;}
.w_450{ width:450px !important;}
.w_500{ width:500px !important;}

@media screen and (max-width: 768px) {
	.w_1300{ width:100% !important;}
}


/* height 여백 */	
.sp2 { height: 2px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp3 { height: 3px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp5 { height: 5px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp10 { height: 10px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp15 { height: 15px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp20 { height: 20px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp25 { height: 25px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp30 { height: 30px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp35 { height: 35px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp50 { height: 50px; width:1px; font-size: 0; line-height: 0; clear:both; }	
.sp500 { height: 500px; width:1px; font-size: 0; line-height: 0; clear:both; }	

.am{vertical-align:middle;}



.box_subscription_fo { width:100%; padding:40px 0px 0 0px; background:#fff; text-align:center; overflow: hidden;  border-top:1px solid #C01919;}
.box_subscription_fo div.txt_box {color:#000; font-size:17px; font-weight:400; letter-spacing: 0.1px; margin: 0 0 20px 0; }
.box_subscription_fo div.txt_box strong {display:block; font-size:31px; margin-bottom:0px; font-weight:600; letter-spacing: 0px; line-height:39px;}
.box_subscription_fo div.txt_box span {display:inline-block; margin-bottom:8px; }

.box_subscription_fo ul:before { content: ''; position: absolute; left: 48%; width: 50px; height: 1px; text-align:center; background-color: #C01919;}
.box_subscription_fo ul { overflow: hidden; }
.box_subscription_fo li { width:100%; font-size:24px; line-height:24px; word-break:keep-all; }
.box_subscription_fo li:nth-child(1){ padding-top:20px; }
.box_subscription_fo dt { width:50%; float:left; text-align:right; padding: 0 5px; box-sizing:border-box; color:#C01919; font-weight:600; }
.box_subscription_fo dd { width:50%; float:left; text-align:left; padding: 0 5px; box-sizing:border-box; font-weight:300; }

.box_subscription_fo div.RedLine { margin:0 auto 0; width:60%; border:1px solid #C01919; padding: 30px; box-sizing:border-box; }
.box_subscription_fo div.RedLine strong { text-align:center; font-size:24px; line-height:24px; font-weight:600;  word-break:keep-all; }
.box_subscription_fo div.RedLine strong span.RedBold { display:inline; color:#C01919; }
.box_subscription_fo div.RedLine p { text-align:center; font-size:17px; margin: 20px 0 0 0; }

@media (max-width:768px){
	.box_subscription_fo div.RedLine { margin:0 auto 0; width:100%; border:1px solid #C01919; padding: 30px; box-sizing:border-box; }
	.box_subscription_fo li { font-size:20px; }
	.box_subscription_fo div.RedLine strong { font-size:20px; }
}



.box_subscription {padding:40px 0px 0 0px; background:#fff; text-align:center; overflow: hidden;  border-top:1px solid #C01919;}
.box_subscription div.txt_box {color:#000; font-size:17px; font-weight:400; letter-spacing: 0.1px; margin-left:75px;}
.box_subscription div.txt_box strong {display:block; font-size:31px; margin-bottom:0px; font-weight:600; letter-spacing: 0px; line-height:39px;}
.box_subscription div.txt_box span {display:inline-block; margin-bottom:8px; }
.box_subscription div {padding:0px 0px 14px 0px; overflow: hidden; }
.box_subscription div:after { content:""; display:block; clear:both; }
.box_subscription div span{ display:inline-block; margin-left:0px;}
.box_subscription dl {margin:50px 7% 0 13%;}
.box_subscription dl dt {float:left; width:57%;}
.box_subscription dl dt img {width:100%;}
.box_subscription dl dd {float:right; text-align:left; position: relative;}
.box_subscription ul:before {    content: '';    position: absolute;    top: 82px;    left: 0px;    width: 65px;    height: 1px;    background-color: #C01919;}
.box_subscription ul {width:320px; margin-top:97px; margin-bottom:30px; margin-right:25px;}
.box_subscription li {font-size:16px; height:35px; position: relative; letter-spacing: -0.3px;}
.box_subscription li:last-child {padding-top:35px;}
.box_subscription li a button {width:100%; font-weight:500; font-size:18px;}
.box_subscription li strong { float:left; display:inline-block; width:70px; color:#B71E23; }
.box_subscription li span { display:inline-block; font-weight:600; margin-bottom:4px;}

@media (max-width:768px){
	.box_subscription {margin-top:20px; padding:20px 0px 0 0px;}
	.box_subscription div.txt_box {color:#000; font-size:13px; font-weight:400; letter-spacing: -0.3px; line-height:20px; margin-left:0px; text-align:center;}
	.box_subscription div.txt_box strong {display:block; font-size:25px; margin-bottom:3px; padding-left:0px; font-weight:600; letter-spacing: 0px;  line-height:30px;}
	.box_subscription div.txt_box span {display:inline-block; margin-bottom:5px; }
	.box_subscription div {padding:0px 0px 14px 0px; overflow: hidden; }
	.box_subscription div:after { content:""; display:block; clear:both; }
	.box_subscription div span{ display:inline-block; margin-left:0px;}
	.box_subscription dl {width:100%;margin:10px 0px 0 0px;}
	.box_subscription dl dt {float:none; width:100%; }
	.box_subscription dl dt img {width:100%; margin:0px;}
	.box_subscription dl dd {float:none; position: relative; }
	.box_subscription ul:before {    content: '';    position: absolute;    top: 5px;    margin:0 40%;    width: 65px;    height: 1px;    background-color: #C01919;}
	.box_subscription ul {width:100%; padding:30px 10%; margin:0px; box-sizing: border-box;}
	.box_subscription li {font-size:14px; height:26px; position: relative; letter-spacing: -0.8px;}
	.box_subscription li:last-child {padding-top:15px; text-align:center;}
	.box_subscription li a button {width:100%; line-height:21px; font-weight:500; font-size:14px; }
	.box_subscription li strong { float:left; display:inline-block; width:60px; color:#C01919; }
	.box_subscription li span { display:inline-block; font-weight:600; margin-bottom:3px;}
}

@media (max-width:320px){
	.box_subscription ul {width:100%; padding:30px 5px; margin:0px; box-sizing: border-box;}
}



.box_premium {padding:40px 0px 0 0px; background:#fff; text-align:center; overflow: hidden;  border-top:1px solid #C01919;}
.box_premium div.txt_box {color:#000; font-size:17px; font-weight:400; letter-spacing: 0.1px; margin-left:75px;}
.box_premium div.txt_box strong {display:block; font-size:31px; margin-bottom:0px; font-weight:600; letter-spacing: 0px; line-height:39px;}
.box_premium div.txt_box span {display:inline-block; margin-bottom:8px; }
.box_premium div {padding:0px 0px 14px 0px; overflow: hidden; }
.box_premium div:after { content:""; display:block; clear:both; }
.box_premium div span{ display:inline-block; margin-left:0px;}
.box_premium dl {margin:50px 7% 0 13%;}
.box_premium dl dt {float:left; width:57%;}
.box_premium dl dt img {width:100%;}
.box_premium dl dd {float:right; text-align:left; position: relative;}
.box_premium dl dd p {color:#000; font-size:15px; font-weight:400; letter-spacing: 0.1px; margin-top:70px;}
.box_premium ul:before {    content: '';    position: absolute;    top: 145px;    left: 0px;    width: 65px;    height: 1px;    background-color: #C01919;}
.box_premium ul {width:320px; margin-top:47px; margin-bottom:30px; margin-right:25px;}
.box_premium li {font-size:16px; height:35px; position: relative; letter-spacing: -0.3px;}
.box_premium li a button {width:100%; font-weight:500; font-size:18px;}
.box_premium li strong { float:left; display:inline-block; width:70px; color:#B71E23; }
.box_premium li span { display:inline-block; font-weight:600; margin-bottom:4px;}

@media (max-width:768px){
	.box_premium {margin-top:20px; padding:20px 0px 0px 0px; border-bottom:1px solid #C01919;}
	.box_premium div.txt_box {color:#000; font-size:14px; font-weight:400; letter-spacing: -0.8px; line-height:18px; margin-left:0px; }
	.box_premium div.txt_box strong {display:block; font-size:26px; margin-bottom:3px; font-weight:600; letter-spacing: 0px;  line-height:30px;}
	.box_premium div.txt_box span {display:inline-block; margin-bottom:5px; }
	.box_premium div {padding:0px 0px 14px 0px; overflow: hidden; }
	.box_premium div:after { content:""; display:block; clear:both; }
	.box_premium div span{ display:inline-block; margin-left:0px;}
	.box_premium dl {width:100%;margin:10px 0px 0 0px;}
	.box_premium dl dt {float:none; width:100%; }
	.box_premium dl dt img {width:100%; margin:0px;}
	.box_premium dl dd {float:none; position: relative; }
	.box_premium dl dd p {color:#000; font-size:14px; font-weight:400; letter-spacing: -0.8px; margin-top:0px; padding-top:30px; text-align:center;}
	.box_premium ul:before {    content: '';    position: absolute;    top: 5px;    margin:0 40%;    width: 65px;    height: 1px;    background-color: #C01919;}
	.box_premium ul {width:100%; padding:30px 10% 0px 10%; margin:0px; box-sizing: border-box;}
	.box_premium li {font-size:14px; height:26px; position: relative; letter-spacing: -0.8px;}
	.box_premium li a button {width:100%; line-height:21px; font-weight:500; font-size:14px; }
	.box_premium li strong { float:left; display:inline-block; width:60px; color:#C01919; }
	.box_premium li span { display:inline-block; font-weight:600; margin-bottom:3px;}
}


.box_cover dl dd a.btn  {width:100%; text-align:center; font-size: 1.0em;  line-height:16px; border:2px solid #C01919; background:#C01919; color:#fff !important; border-radius:2px;}
.box_cover dl dd a.btn:hover {background:#C01919;  color:#fff !important; text-decoration:none;}

.box_add_title {display:block; font-size:18px; font-weight:400; color:#000; margin-top:40px; margin-bottom:10px; }
.box_add {padding:30px 25% 30px 25%; background:#fff; overflow: hidden;  border-top:3px solid #E60019; background:#F8F8F8; box-sizing:border-box; }
.box_add div.img{float:left; width:25%; margin-top:10px; }
.box_add div.txt{float:left; width:65%; color:#000; font-size:15px;  font-weight:300;  text-align:left; }
.box_add div.txt p{color:#000; font-size:16px;  font-weight:400;  margin-bottom:10px; }
.box_add div.txt ul li {height:30px;}
.box_add div.txt ul li a {display:inline-block; margin-bottom:5px;}
.box_add_left {float:left; width:30%; margin-top:40px; position: relative;}
.box_add_left h4:before {    content: '';    position: absolute;    top: 0px;    left: 0px;    width: 50px;    height: 3px;    background-color: #C01919;}
.box_add_left h4 {display:inline-block; margin-left:0px; padding-top:10px; font-weight:400; font-size:20px; color:#000; }	
.box_add_right {float:left; width:70%; padding-top:10px;}

.list2{ width:100%; border:0; border-spacing:0; border-top:2px solid #333333; margin-top:10px;  margin-bottom:35px;}	
.list2 th{ font-size:18px; font-weight:400; padding:10px 0 10px 0; background:#F3F3F3; color:#000; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD;  text-align:center;}	
.list2 td{ font-size:16px; font-weight:300; padding:10px 0px 10px 0px; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD; text-align:center; color:#000; }	
.list2 .none{border-right:none;}
.list2 .txt_won{display:inline-block; padding-left:5px !important; font-size:13px;  color:#444;}
.list2 .red{color:#CE1710;}
.list2 .font{ font-size:16px; font-weight:400;  }
.list2 .normal{ font-size:1.2em; }
.list2 .al{ text-align:left; padding-left:20px;}
.list2 span.cate{display:inline-block; margin-bottom:5px; }

@media (max-width:768px){

	.box_add_title {display:block; font-size:15px; font-weight:400; color:#000; margin-top:30px; margin-bottom:10px; }
	.box_add {margin-top:20px; padding:20px 10px 15px 10px;}
	.box_add div.img{float:left; width:25%; margin-top:5px;  padding-right:15px; }
	.box_add div.img img{ max-width:100%; }
	.box_add div.txt{float:left; width:75%; color:#000; font-size:14px;  font-weight:300; }
	.box_add div.txt p{ font-size:15px; letter-spacing:-1px; }
	.box_add div.txt ul li {height:25px;}
	.box_add_left {float:none; width:100%; margin-top:30px; }
	.box_add_left h4 {padding-top:10px; font-weight:400; font-size:18px;  }	
	.box_add_right {float:none; width:100%; padding-top:0px; }

	.list2 th{ font-size:16px; padding:7px 0 7px 0;}	
	.list2 td{ font-size:15px; padding:7px 0px 7px 0px; }	
}

/* write */
.write{width:100%; margin-bottom:10px;}
.write caption {	position:absolute;	overflow:hidden;width:1px;	height:1px;	top:auto;	text-indent:-9999%;		font-size:0;	line-height:0;}	
.write .first{border-top:1px solid #555; }
.write th{width:17%; padding:8px 0px; text-align:center; border-right:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8;background:#f9f9f9; color:#202020; vertical-align:middle;}
.write th label{ font-weight:400;  font-size:14px; }
.write td label{ font-weight:400;  font-size:15px; }
/* 
.write td input[type=text],
.write td input[type=password] {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 1px;
    padding-left: 10px;
}
 */
.write td{ font-size:16px; color:#78787D; padding:8px 10px; border-right:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; vertical-align:middle; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.write .end {border-bottom:1px solid #555;}
.write .no_border {border-right:0px;}
.write .button_ck {text-align:center; width:80px; font-size:14px; line-height:24px; height:30px; border:none; background:#9FA0A0; color:#fff !important; border-radius:2px;}
.write textarea { padding:5px 5px; border:1px solid #c4c4c4; width:98.9%; font-size:14px; }
.write select {border:1px solid #ccc; height:30px; font-size:14px;  font-weight:400; background:#fff; }
.write span.span {display:inline-block; font-size:14px; color:#78787D;  font-weight:400; padding-left:7px; }
.write span.select {display:inline-block; padding-left:4px; padding-top:0px; }
.write .noborder {border:none;}
.write .input {border:1px solid #ccc; height:30px; font-size:14px;  font-weight:400;}
.write span.chk {color:#B71E23; } 
.write .button_ck {text-align:center; width:100px; font-size:14px; line-height:24px; height:30px; border:none; background:#9FA0A0; color:#fff !important; border-radius:2px;}
.write td input[type="checkbox"] {margin-top:-1px !important; }

@media (max-width:768px){
	.write{font-size:0.9em;} 
	.write th{width:100px !important;}
	.write td{font-size:1.125em;}
	.write span.span {display:block; padding-left:0px; padding-top:7px; letter-spacing: -0.3px;}
	.write span.select {display:block; padding-left:0px; padding-top:7px; }
	.write span.block{display:block; margin-top:3px !important;}
	.write td input[name="data[name]"],
	.write td input[name="t_name"],
	.write td input[name="data[passwd1]"],
	.write td input[name="data[passwd2]"],
	.write td input[name="data[premium_num]"],
	.write td input[name="data[address1]"],
	.write td input[name="data[address2]"],
	.write td select[name="data[mail_3]"],
	.write td select[name="t_mail_3"] {width: 98.5% !important; }
	.write td input[name="data[mail_1]"],
	.write td input[name="data[mail_2]"],
	.write td input[name="t_mail_1"],
	.write td input[name="t_mail_2"] {width: 43.7% !important; }
	.write td input[name="data[phone2_1]"],
	.write td input[name="data[phone2_2]"],
	.write td input[name="data[phone2_3]"],
	.write td input[name="t_phone1"],
	.write td input[name="t_phone2"],
	.write td input[name="t_phone3"] {width: 25.9% !important; }
	.write td input[name="data[birday]"] {width: 105px !important; }
	.write td input[type="radio"] {margin-top:-1px !important; }
	.write td input[name="data[zipcode1]"] {width: 100px !important; }
}


.box_info {padding:20px 0px 0 0px; background:#fff; text-align:center; overflow: hidden;  border-top:1px solid #C01919; box-sizing:border-box; }
.box_info div.txt_box {color:#000; font-size:17px; font-weight:400; letter-spacing: 0.1px; margin-left:85px;}
.box_info div.txt_box strong {display:block; font-size:31px; margin-bottom:0px; font-weight:600; letter-spacing: 0px; line-height:39px;}
.box_info div.txt_box span {display:inline-block; margin-bottom:7px; }
.box_info div {padding:20px 10px 20px 10px; overflow: hidden; }
.box_info div:after { content:""; display:block; clear:both; }
.box_info div span{ display:inline-block; margin-right:10px;}
.box_info .info_left {float:left; width:45%;  padding-right:40px;  background:#fff; }
.box_info .info_right {float:left; width:55%;  text-align:left; background:#fff; font-size:16px; line-height:32px;  font-weight:300; }
.box_info .info_right .color{ color:#000;}
.box_info .info_right p{margin-bottom:30px; color:#000;}
.box_info .info_right strong{display:inline-block; margin-bottom:10px; font-size:18px; font-weight:500; }
.box_info .info_right span{float:right; display:inline-block; margin-top:-20px;  font-size:18px; font-weight:400; }

@media (max-width:768px){
	.box_info {margin-top:20px; padding:20px 0px 0 0px; background:#fff; text-align:center; overflow: hidden;  border-top:1px solid #C01919; box-sizing:border-box;  }
	.box_info div.txt_box {color:#000; font-size:13px; font-weight:400; letter-spacing: -0.3px; line-height:20px; margin-left:0px; text-align:center;}
	.box_info div.txt_box strong {display:block; font-size:25px; margin-bottom:3px; padding-left:10px; font-weight:600; letter-spacing: 0px;  line-height:30px;}
	.box_info div.txt_box span {display:inline-block; margin-bottom:5px; }
	.box_info div {padding:0px 0px 14px 0px; overflow: hidden; }
	.box_info div:after { content:""; display:block; clear:both; }
	.box_info div img{width:80%;}
	.box_info .info_left {float:none; width:100%;  padding:0px; margin-top:10px; margin-bottom:30px; }
	.box_info .info_left:after { content:""; display:block; clear:both; }
	.box_info .info_left img{width:100%;}
	.box_info .info_right {float:none; width:100%; padding:0px; font-size:15px; line-height:30px;  font-weight:400; }
	.box_info .info_right p{margin-bottom:21px;}
	.box_info .info_right strong{display:inline-block; margin-top:10px; margin-bottom:10px; font-size:18px; font-weight:600; }
	.box_info .info_right span{float:right; margin-top:0px;  font-size:17px; font-weight:500; }
}


.box_ebook {padding:60px 0px 0 0px; background:#fff; text-align:center; overflow: hidden;  border-top:8px solid #C01919; box-sizing:border-box; background:#fff url('/images/main/box_ebook_bg.gif') no-repeat center top; background-size: 100%; }
.box_ebook div.txt_box {color:#000; font-size:21px; font-weight:400; letter-spacing: -0.2px; margin-bottom:40px;}
.box_ebook div.txt_box strong {display:block; font-size:42px; margin-bottom:5px; margin-right:5px; font-weight:600; letter-spacing: 0px;}
.box_ebook div.txt_box span {display:inline-block; margin-bottom:7px; }
.box_ebook div {padding:20px 10px 20px 10px; overflow: hidden; }
.box_ebook div:after { content:""; display:block; clear:both; }
.box_ebook div span{ display:inline-block; margin-right:10px;}
.box_ebook .info_bu {}
.box_ebook .info_bu li{padding-top:30px;}

.box_ebook div.txt_box2 {position: relative; width:45%; margin:35px auto; color:#555; font-size:36px; font-weight:400; letter-spacing: -0.5px;}
.box_ebook div.txt_box2 strong {display:block; font-size:51px; margin-bottom:0px; font-weight:700; letter-spacing: 0px;}
.box_ebook div.txt_box2:after { content: '';    position: absolute;    top: 155px; left:100px;  width:170px;    height: 1px;    background-color: #555;}

.box_ebook div.txt_box3 { margin-top:20px; background:#555756; color:#fff; font-size:18px; font-weight:300; letter-spacing: 0px; text-align:right; padding:10px 20px;}

@media (max-width:1205px){
	.box_ebook div.txt_box2 {width:47.8%; }
}

@media (max-width:1205px){
	.box_ebook div.txt_box2 {width:50%; margin:25px auto; font-size:32px; }
	.box_ebook div.txt_box2 strong {font-size:45px; }
	.box_ebook div.txt_box2:after {  top: 140px; left:80px;  width:150px;  height: 1px;    background-color: #555; }

}

@media (max-width:768px){
	.box_ebook {margin-top:20px; padding:20px 0px 0 0px;  border-top:4px solid #C01919;}
	.box_ebook div.txt_box {color:#000; font-size:13px; font-weight:400; letter-spacing: -0.3px; line-height:20px; margin-left:0px; margin-bottom:15px; text-align:center; }
	.box_ebook div.txt_box strong {display:block; font-size:25px; margin-bottom:8px; margin-right:0px; padding-left:0px; font-weight:600; letter-spacing: 0px;  line-height:30px;}
	.box_ebook div.txt_box span {display:inline-block; margin-bottom:5px; }
	.box_ebook div {padding:0px 0px 14px 0px; overflow: hidden; }
	.box_ebook div:after { content:""; display:block; clear:both; }
	.box_ebook div img{width:80%;}
	.box_ebook .info_bu {float:none; width:100%;  padding:0px; margin-top:10px; margin-bottom:30px; }
	.box_ebook .info_bu:after { content:""; display:block; clear:both; }
	.box_ebook .info_bu img{width:100%;}

	.box_ebook div.txt_box2 {width:35%; margin:25px auto; font-size:22px; }
	.box_ebook div.txt_box2:after {  top: 75px; left:60px;  width:100px;  height: 1px;    background-color: #555; }
	.box_ebook div.txt_box2 strong {font-size:30px; }
	.box_ebook div.txt_box3 { margin-top:10px;  font-size:13px; font-weight:300; letter-spacing: 0px; padding:7px 10px;}
}

@media (max-width:580px){
	.box_ebook div.txt_box2 {width:40%; margin:20px auto; font-size:18px;}
	.box_ebook div.txt_box2:after {  top: 70px; left:55px;  width:85px;  height: 1px;    background-color: #555; }
	.box_ebook div.txt_box2 strong {font-size:25px; }
	.box_ebook .info_bu ul {margin-top:-15px;}
}

@media (max-width:480px){
	.box_ebook div.txt_box2 {width:50%; margin:20px auto; font-size:18px;  background:#fff;}
	.box_ebook div.txt_box2:after {  top: 70px; left:40px;  width:82px;  height: 1px;    background-color: #555; }
	.box_ebook div.txt_box2 strong {font-size:25px; }
}






.box_mem_ok {padding:20px 0px 0 0px; background:#fff; text-align:center; overflow: hidden;  border-top:3px solid #E60019; box-sizing:border-box; }
.box_mem_ok div {padding:20px 10px 20px 10px; overflow: hidden; }
.box_mem_ok p{display:inline-block; margin-bottom:10px; font-size:16px; font-weight:500; }



.box_mypage {background:#f7f7f7; margin-bottom:50px; padding:20px 30px; overflow:hidden;}
.box_mypage img{float:left; margin:0 30px 0 0;}
.box_mypage strong{display:block; font-size: 1.5em; font-weight: 500; color: #222; margin-bottom:10px;}
.box_mypage p{font-size: 1.325em;}
.box_mypage p span{display:inline-block; font-weight: 500; color:#E60019; margin-bottom:5px;}



.my_tab_area {}					
.my_tab_area .my_tab {height:52px; overflow:hidden; background: url(/images/member/my_tab_area_bg.gif) repeat-x;}					
.my_tab_area .my_tab li {min-width:15%; height:50px; float:left; }					
.my_tab_area .my_tab li a {display:block; margin-right:10px; line-height:49px; font-size: 1.325em; font-weight:400; color:#818181; text-align:center; 
border:1px solid #D9D9DA; background-color:#F7F7F7;}	
.my_tab_area .my_tab li a:hover {color:#000; border-top:2px solid #E60019; border-bottom:1px solid #fff; background-color:#fff;}	
.my_tab_area .my_tab li.on a {color:#000; border-top:2px solid #E60019; border-bottom:1px solid #fff; background-color:#fff;}	
.my_tab_area .my_tab_con {padding:30px 0px 13px 0px; background-color:#fff; border-top:0;}					
.my_tab_area .my_tab_con > li {display:none;}					
.my_tab_area .my_tab_con > li.on {display:block;}					
.my_tab_area .my_tab_con > li p {margin-bottom:20px; font-size: 1.25em;}
.my_tab_area .my_tab_con > li  input[type="radio"] {margin-top:-1px !important; }
.my_tab_con li div.boxbtn2{text-align:right;}

.txt_out { background:#f7f7f7; margin-top:30px; padding:20px 30px; border:1px solid #ddd; line-height:35px; font-size: 1.2em; font-weight:300; overflow:hidden;}

.tab{overflow:hidden; font-size:0; background:url(/images/member/my_tab_area_bg.gif) repeat-x 0 bottom; margin-bottom:30px;}
.tab ul{}
.tab li{  display:inline-block; font-size:16px;   min-width:9.5%; border:1px solid #aaa;  margin:0 4px 0 0; box-sizing:border-box; }
.tab li:first-child{margin-left:0;}
.tab li a{ display:block; width:100%; height:100%; font-weight:bold;color:#fff; text-align:center;  background:#ddd; padding:0.8em 0 0.6em 0; box-sizing:border-box;}
.tab li.on, .tab li:hover{border-bottom:1px solid #fff;}
.tab li.on a, .tab li a:hover{ background:#fff; color:#333; }

@media (max-width:768px){
	.box_mypage {margin:20px 0; padding:10px 10px;}
	.box_mypage img{width:60px; margin:0 15px 0 0;}
	.box_mypage strong{display:block; font-size: 1.0em; }
	.box_mypage p{font-size: 1.0em;}
	.box_mypage p span{}

	.my_tab_area .my_tab {width:100%; overflow-x:auto;}		
	.my_tab_area .my_tab li {}	
	.my_tab_area .my_tab li a {margin-right:3px; font-size: 1.0em; letter-spacing:-1px; padding:0 8px;}		
    .my_tab_con li div.boxbtn{text-align:left !important;}
	.my_tab_area .my_tab_con > li p {margin-bottom:10px; font-size: 1.04em; font-weight:300 !important; }

}




@media (max-width:1024px){
	.tab{ width:100%; overflow-x:auto;}
	.tab ul{ margin:0 auto;}
	.tab li{ min-width:88px; margin:0 2px 0 0;}
}
@media (max-width:845px){
		.tab li a{  padding:1em 0 0.8em 0; font-size:0.9em;}
}

@media (max-width:780px){
	.tab li{ min-width:80px;}
	.tab li a{  padding:0.7em 1em 0.6em 1em; font-size:0.8em;}
}

@media (max-width:640px){
	.tab li{ min-width:88px;}
	.tab li a{  padding:0.7em 0 0.6em 0; font-size:0.8em;}
}


/* 구독 신청 */
.title_order_info {display:block; font-size:18px; font-weight:400; color:#000; margin-top:40px; margin-bottom:10px; }

.shop_list{ width:100%; border:0; border-spacing:0; background: url(/images/table_top.gif) repeat-x left top; font-size:16px; }	
.shop_list th{ padding:11px 0 15px 0; border:0; color:#fff; text-align:center;  font-weight:500; }	
.shop_list td{ padding:11px 2px 15px 2px; border:0; border-bottom:1px solid #E9E7E7; background:none; text-align:center; color:#666;}	
.shop_list .al{text-align:left; padding-left:15px;}	
.shop_list .none{background:none;}	
.shop_list a strong{ display: block; font-size:14px; color:#000; margin-bottom:7px;   font-weight:500;}
.shop_list .bg_none{ background:none!important}	
.shop_list input.inp {float:left;width:26px;height:21px;padding-right:5px;padding-left:0;border:1px solid #ccc;border-right:0 none;color:#333;line-height:21px;text-align:right;}
.shop_list .btn_num {float:left;width:16px;height:23px;background:url(/images/onecut_img.png) no-repeat 0px 0px;margin-left:-1px;}
.shop_list .btn_num a {overflow:hidden;float:left;width:16px;height:12px;font-size:0;line-height:0;text-indent:-9999px;}
.shop_list .del { display:inline-block; padding-right:10px !important; color:#757575; }
.shop_list .cost {font-weight:500; color:#000;}
.shop_list td p {margin-top:10px;}
.shop_list .total {font-size:20px; color:#1039BE;}
.shop_list .txt_won{display:inline-block; padding-left:5px !important; font-size:25px; color:#444; font-weight:600;}
.shop_list .red{color:#CE1710;}

.shop_list .result_wrap{ float:right;  width:150px; margin:0px 0px 0px 0px;}
.shop_list .result_wrap .inp_txt{width:40px;height:30px;border:1px solid #7D7D7D; background:transparent; font-size:16px;line-height:30px;color:#000;text-align:center;vertical-align:top}
.shop_list .result_wrap button{}
.shop_list .result_wrap button.sp_casedown{border:0px; width:30px; height:30px; background:url(/images/sp_case_down.png) no-repeat; vertical-align:top}
.shop_list .result_wrap button.sp_caseup{border:0px; width:30px; height:30px; background:url(/images/sp_case_up.png) no-repeat; vertical-align:top}

.shop_order2{ width:100%; border:0; border-spacing:0; border-top:2px solid #333333; margin-bottom:35px; }	
.shop_order2 th{ width:150px;  font-size:14px; font-weight:400; padding:10px 0 10px 0; background:#F3F3F3; color:#000; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD; text-align:center;}	
.shop_order2 td{ font-size:14px; font-weight:300; padding:10px 10px 10px 10px; border-bottom:1px solid #DDDDDD; text-align:left; color:#000;}	
.shop_order2 .none{border-right:none;}
.shop_order2 .txt_won{display:inline-block; padding-left:5px !important; font-size:13px;  color:#444;}
.shop_order2 .red{color:#CE1710;}
.shop_order2 span{color:#777; display:inline-block !important; margin-bottom:4px;}
.shop_order2 span.block{display:inline-block !important; margin-bottom:0px;}
.shop_order2 input{border:1px solid #ccc; height:30px;padding-left:5px; font-weight:400; font-size:15px; }
.shop_order2 td a img {margin-bottom:4px;}
.shop_order2 .button_ck {text-align:center; width:100px; font-size:14px; line-height:24px; height:30px; border:none; background:#9FA0A0; color:#fff !important; border-radius:2px;}


.shop_total{ width:100%; border:0; border-spacing:0; border-top:2px solid #333333; margin-top:10px;  margin-bottom:35px;}	
.shop_total th{ font-size:16px; font-weight:400; padding:10px 0 10px 0; background:#F3F3F3; color:#000; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD;  text-align:center;}	
.shop_total td{ font-size:25px; font-weight:300; padding:10px 0px 10px 0px; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD; text-align:center; color:#000; }	
.shop_total .none{border-right:none;}
.shop_total .txt_won{display:inline-block; padding-left:5px !important; font-size:13px;  color:#444;}
.shop_total .red{color:#CE1710;}
.shop_total .font{ font-size:16px; font-weight:400;  }
.shop_total .normal{ font-size:1.2em; }
.shop_total .al{ text-align:left; padding-left:20px;}
.shop_total span.cate{display:inline-block; margin-bottom:5px; }
.shop_order {margin-top:30px; margin-bottom:30px; text-align:center;} 
.shop_order input {width:150px !important;} 
.shop_total thead th{width:33.3%;}
.shop_total thead label{font-size:16px; font-weight:500; padding-left:5px; }

.shop_total div.pay_type{width:420px; margin:0 auto; text-align:center;}
.shop_total div.pay_type li{float:left; padding:0 20px; text-align:center;}
.shop_total div.pay_type li label{font-size:16px; font-weight:500; padding-left:5px; }




@media (max-width:768px){
	/*쇼핑카트 list*/
	.shop_list{ width:100%; border:0; border-spacing:0; background: url(/images/table_top.gif) repeat-x left top; font-size:1em;}	
	.shop_list th{ padding:5px 0 5px 0; }	
	.shop_list td{  padding:7px 2px 7px 2px; border:0; border-bottom:1px solid #E9E7E7; background:none; text-align:center; color:#666; vertical-align:middle;}	
	.shop_list td:first-child{display: block; }
	.shop_list td.tb03, td.tb04  { display: none;  }
	.shop_list th.th03, th.th04  { display: none;  }
	.shop_list .al{text-align:left; padding-left:15px;}	
	.shop_list .none{background:none;}	
	.shop_list td.altop{ position:relative;}
	.shop_list td .check_area {display:inline-block; position:absolute; left:0; top:0;}	
	.shop_list td .img_area{display:block; border:1px solid #ccc;}
	.shop_list a strong{ display: block; font-size:16px; color:#000; font-weight:600; margin-bottom:7px;}
	.shop_list .bg_none{ background:none!important}	
	.shop_list input.inp {float:left;width:26px;height:19px;padding-right:5px;padding-left:0;border:1px solid #ccc;border-right:0 none;color:#333;line-height:21px;text-align:right;}
	.shop_list .btn_num {float:left;width:16px;height:23px;background:url(/images/onecut_img.png) no-repeat 0px 0px;margin-left:-1px;}
	.shop_list .btn_num a {overflow:hidden;float:left;width:16px;height:12px;font-size:0;line-height:0;text-indent:-9999px;}
	.shop_list .del { display:inline-block; padding-right:10px !important; color:#757575; }
	.shop_list .cost {display:block;}
	.shop_list td p {margin-top:10px;}
	.shop_list .total {font-size:1.2em;color:#666;float:left;width:110px;text-align:right;}
	.shop_list .txt_won{display:inline-block; padding-left:40px !important; font-size:20px; font-weight:600;}
	.shop_list .delivery{display:inline-block; margin:5px 0 0 50px;}


	.shop_total{ width:100%; border:0; border-spacing:0; border-top:2px solid #333333; margin-top:10px;  margin-bottom:15px;}	
	.shop_total th{ font-size:14px; padding:10px 0 10px 0; font-weight:600; background:#F3F3F3; color:#000; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}	
	.shop_total td{ font-size:25px; font-weight:600; padding:10px 0px 10px 0px; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD; text-align:center; color:#000;}	
	.shop_total .none{border-right:none;}
	.shop_total .txt_won{display:inline-block; padding-left:5px !important; font-size:13px;  color:#444;}
	.shop_total .red{color:#CE1710;}
	.shop_total .font{ font-size:13px; font-weight:400;  }
	.shop_total .normal{ font-size:1.0em;font-weight:400;  }

	.shop_total div.pay_type{text-align:center;}
	.shop_total div.pay_type ul{text-align:center;}
	.shop_total div.pay_type li{float:left; padding:0 5px; text-align:center;}
	.shop_total div.pay_type li label{font-size:15px; font-weight:500; padding-left:5px; }


	.title_order_info {display:block; font-size:16px; font-weight:600; color:#000; margin-top:10px; margin-bottom:10px; }

	.shop_order2{ width:100%; border:0; border-spacing:0; border-top:2px solid #333333; margin-bottom:35px;}	
	.shop_order2 th{ width:100px !important;  font-size:14px; padding:10px 0 10px 0;  font-weight:400;}	
	.shop_order2 td{ font-size:14px; font-weight:400; padding:10px 10px 10px 10px; border-bottom:1px solid #DDDDDD; text-align:left; color:#000;}	
	.shop_order2 .none{border-right:none;}
	.shop_order2 .txt_won{display:inline-block; padding-left:5px !important; font-size:13px;  color:#444;}
	.shop_order2 .red{color:#CE1710;}
	.shop_order2 span{color:#777;}
	.shop_order2 span.ex{display:inline-block;}
	.shop_order2 span.block{display:block; margin-top:3px !important;}
	.shop_order2 td input[name=buyername],
	.shop_order2 td input[name=rec_name],
	.shop_order2 td input[name=address1],
	.shop_order2 td input[name=address2],
	.shop_order2 td input[name=rec_address1],
	.shop_order2 td input[name=rec_address2],
	.shop_order2 td input[name=buyeremail],
	.shop_order2 td input[name=rec_email],
	.shop_order2 td select[name=mobile_no3] {width: 100% !important; }	
	.shop_order2 td input[name="buyertel1"],
	.shop_order2 td input[name="buyertel2"],
	.shop_order2 td input[name="buyertel3"],
	.shop_order2 td input[name="rec_phone1"],
	.shop_order2 td input[name="rec_phone2"],
	.shop_order2 td input[name="rec_phone3"] {width: 29.3% !important; }
	.shop_order2 td input[name="zipcode1"],
	.shop_order2 td input[name="rec_zipcode1"] {width:105px; }
}

@media (max-width:768px){
	.shop_total div.pay_type{width:100%;}
}


/**/
.np_loginBox02 {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    margin: 30px auto;
    border-top: 1px dotted #888;
    overflow: hidden;
}
.np_loginBox02 h3 {
    margin: 20px 0 0;
    font-size: 1.250em;
}
.np_loginBox02 p {
    display: inline-block;
    margin: 0 0 20px 0;
    color: #888;
}
.np_loginBox02 ul {
    overflow: hidden;
}
.np_loginBox02 li span {
    width: 29.5%;
    line-height: 40px;
    display: inline-block;
    background-color: #ddd;
    text-align: center;
    margin: 1px 0;
}
.np_loginBox02 li input {
    width: 70%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
    float: right;
    margin: 1px 0;
}
.np_loginBox02 .np_order_ok button {
    width: 29.5%;
    float: right;
    text-align: right;
    margin: 10px 0;
}

@media (max-width:768px) {
    .np_login {
        border: none;
    }
    .np_loginBox01,
    .np_loginBox02 {
        width: 100%;
        padding: 0;
    }
	.shop_total .no{display:none;  }
	.shop_total .width{width:75%; padding-left:5px !important; }
}





/*****************************************************************
회원가입 : join.php
*****************************************************************/
.np_join {
    border: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.np_join .sec01 {
    width: 70%;
    margin: 0 auto;
    padding: 40px 20px 0px;
}

.np_join .sec01 h3 {
    font-size: 2.5em;
    font-weight: 100;
    border: 0px solid #ccc;
}

.np_join .sec01 p {
    font-size: 1.0em;
}

.np_join .sec02 {
    overflow: hidden;
    width: 70%;
    margin: 20px auto;
    padding: 0 20px;
}

.np_join .sec_left {
    width: 70%;
    float: left;
}

.np_join .sec_right {
    width: 29.5%;
    float: right;
}

.np_join .sec_left span {
    float: left;
    display: block;
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #ddd;
    margin: 1px 0;
    text-align: center;
}

.np_join input.box {
    height: 40px;
}

.np_join input {
    width: 70%;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 1px 0;
}

.np_join input[name=join_ok] {
    width: 100%;
    height: 82px;
    background-color: #333;
    font-size: 1.25em;
    font-weight: 300;
    color: #fff;
    border: 0;
}

@media (max-width:768px) {
    .np_join {
        width: 100%;
        border: none;
    }
    .np_join .sec01,
    .np_join .sec02 {
        width: 100%;
    }
}




/*****************************************************************
회원가입 : join.php : agreement_form
*****************************************************************/
.np_agreement {
    text-align: left;
    border: 0px solid #f00;
}

.np_agreement h5 {
    font-size: 1.5em;
    font-weight: 400;
    padding: 10px 0;
    border: 0px solid #eee;
}

.np_agreement input {
    float: left;
    margin: 0 10px 10px 0;
}

.np_agreement textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    padding: 30px;
}

.np_agreement input[type=image] {
    text-align: center;
    margin: 20px auto;
}

.np_agreement button {
    width: 150px;
    float: right;
    text-align: right;
    margin: 10px 0;
    padding: 10px 20px;
}

.np_agreement .member_txt td {
    font-size: 1.150em;
/*    border: 10px solid #f00;*/
}

.np_agreement .member_txt input[name=com_member_check_agree],
.np_agreement .member_txt input[name=com_member_check_safe],
.np_agreement .member_txt input[name=com_member_check_collection] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}




/*****************************************************************
회원가입 & 정보수정 : join.php , edit.php : apply_form (입력양식)
*****************************************************************/
.np_apply {
    text-align: left;
    border: 0px solid #eee;
}

.np_apply h5 {
    font-size: 1.25em;
    font-weight: 400;
    padding: 10px 0;
    margin-top: 20px;
    border: 0px solid #eee;
}

.np_apply .sec01 {
    background-color: #fff;
    padding: 10px 0;
}

.np_apply .sec01 h4 {
    font-size: 1.25em;
    font-weight: 100;
    padding: 10px 0;
    border: 0px solid #ccc;
}

.np_apply .sec01 p {
    padding: 0px;
}

.np_apply .sec02 {
    margin-top: 30px;
    font-size: 0.875em;
}

.np_apply .sec02 .member_txt tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.np_apply .sec02 .member_td_bgcolor {
    width: 20%;
}

.np_apply .sec02 input,
.np_apply .sec02 select {
    max-width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 1px 0;
    padding-left: 5px;
}

.np_apply .sec02 .t_m1 {
    border-top: 1px solid #222;
}

.np_apply .sec02 #dl1 dt {
    font-size: 1.5em;
    font-weight: 400;
}

.np_apply .sec02 input[name=addr],
.np_apply .sec02 input[name=addr2] {
    width: 100%;
}

.np_apply .sec02 input[name=addr_post1],
.np_apply .sec02 input[name=phone_no1],
.np_apply .sec02 input[name=phone_no2],
.np_apply .sec02 input[name=phone_no3],
.np_apply .sec02 select[name=mobile_no1],
.np_apply .sec02 input[name=mobile_no2],
.np_apply .sec02 input[name=mobile_no3] {
    width: 65px;
}

.np_apply .sec02 input[name=member_img] {
    border: none;
}

.np_apply .sec03 {
    text-align: center;
    margin: 30px 0;
}

.np_apply .sec03 .btn-default {
    padding: 10px 20px;
}

.np_apply .sec03 a {
    vertical-align: top;
}

@media (max-width:768px) {
    .np_apply .sec02 input,
    .np_apply .sec02 select {
        width: 100%;
    }
    
    .np_apply .sec02 input[type=radio] {
        width: 15px;
    }
}




/*****************************************************************
회원가입 : join.php : apply_result_form (가입완료)
*****************************************************************/
.np_apply_result {}

.np_apply_result .sec01 {
    border: 1px solid #eee;
    padding: 50px 10px;
}

.np_apply_result .sec01 h3 {
    font-size: 2.5em;
    font-weight: 100;
    padding: 10px 0;
    border: 0px solid #ccc;
}

.np_apply_result .sec01 p {
    padding: 10px;
}

.np_apply_result .sec01 strong {
    font-size: 1.5em;
    font-weight: 500;
    color: #5b95c9;
}

.np_apply_result .sec02 {
    margin: 20px 0 30px;
    overflow: hidden;
}

.np_apply_result .sec02 button {
    width: 150px;
    float: right;
    text-align: right;
    margin: 10px 0;
}




/*****************************************************************
회원탈퇴 : secede
*****************************************************************/
.np_out {
    text-align: left;
}
.np_out .sec01 .tit {
    color: #111;
    border-bottom: 1px solid #222;
    padding: 10px 0;
    margin-bottom: 10px;
}
.np_out .sec01 table {
    border: 1px solid #ddd;
    border-width: 1px 0;
}
.np_out .sec01 tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.np_out .sec01 tr td:first-child {
    width: 25%;
    background-color: #eee;
    text-align: center;
}
.np_out .sec01 input {
    height: 30px;
    padding: 5px;
}

.np_out .sec02 {
    margin: 50px 0;
    width: 100%;
    display: table;
}
.np_out .sec02 .tit {
    color: #111;
    border-bottom: 1px solid #222;
    padding: 10px 0;
    margin-bottom: 10px;
}

.np_out .sec03 a {
    vertical-align: top;
}


.np_out h5 {
    font-size: 1.0em;
    font-weight: 400;
    color: #222;
    padding: 10px 0;
    margin-top: 20px;
}

.np_out input {
    float: left;
    margin-right: 10px;
}

.np_out .sec03 {
    margin-top: 40px;
}

.np_out .sec03 input {
    float: none;
    margin-right: 0px;
}












/*****************************************************************
하단영역 : 이용안내
*****************************************************************/
.np_siteinfo .rull_site {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .rull_site #use {
    text-align: right;
}

.np_siteinfo .rull_site dl {
    
}

.np_siteinfo .rull_site dt {
    margin-top: 30px;
}

.np_siteinfo .rull_site dd {
}



/*****************************************************************
하단영역 : 서비스이용약관
*****************************************************************/
.np_siteinfo .service_rull {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .service_rull p.tit {
    margin-top: 30px;
}



/*****************************************************************
하단영역 : 개인정보취급방침
*****************************************************************/
.np_siteinfo .personal {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .personal .summary {
    margin-top: 30px;
    color: #888;
}

.np_siteinfo .personal h3 {
    margin-top: 30px;
    font-size: 1.125em;
}



/*****************************************************************
하단영역 : 이메일무단수집거부
*****************************************************************/
.np_siteinfo .email {
    padding: 20px 0 50px;
    line-height: 300%;
}




















/*****************************************************************
게시판 공통 전체
*****************************************************************/
.n_board_txt > table,
.n_board_gallery > table {
    width: 100%;
    border: 0px solid #f00;
}


/*****************************************************************
게시판 최상단라인 & 기타영역 잡동 컬러
*****************************************************************/
.n_board_gallery > table .boxArea > table > tbody > tr > td {
    background-color: #fff;
    vertical-align: top;
}


/*****************************************************************
글목록 : 전체선택(관리자로그인시)
*****************************************************************/
.n_board_txt #check_all,
.n_board_gallery #check_all {
    width: 18px;
    height: 18px;
    margin: 5px;
}


/*****************************************************************
글읽기, 글쓰기 : tr > td(우측)
*****************************************************************/
.n_board_txt .board_desc {
    text-align: left;
}


/*****************************************************************
글쓰기 : 하단 공지글체크
*****************************************************************/
.n_board_txt .board_desc input[type=checkbox],
.n_board_gallery .board_desc input[type=checkbox] {
    max-width: 17px;
    max-height: 17px;
}


/*****************************************************************
글쓰기 : 상단입력내용(작성자,비번,제목등..) & 글목록 : 관리자체크박스
*****************************************************************/
.n_board_txt .board td input,
.n_board_gallery .board td input {
    width: 100%;
    border: 1px solid #ddd;
    background-color: transparent;
    height: 30px;
    padding: 3px 5px;
    margin: 1px 0;
}

.n_board_txt .board td input[type=file],
.n_board_gallery .board td input[type=file] {
    max-width: 500px;
    border: 0px solid #ddd;
}

.n_board_txt .seLayout,
.n_board_gallery .seLayout {
    border: none;
}


/*****************************************************************
글쓰기 : 전화번호, 휴대폰, 라디오버튼, 체크박스
*****************************************************************/
.n_board_txt .board td input[name=phone_no1],
.n_board_txt .board td input[name=phone_no2],
.n_board_txt .board td input[name=phone_no3],
.n_board_txt .board td input[name=mobile_no1],
.n_board_txt .board td input[name=mobile_no2],
.n_board_txt .board td input[name=mobile_no3] {
    max-width: 70px;
    width: 100%;
}

.n_board_txt .board td input[type=radio],
.n_board_txt .board td input[type=checkbox] {
    width: 20px;
    margin: 0 0 0 5px;
}


/*****************************************************************
글쓰기 : textarea
*****************************************************************/
.n_board_txt .seLayout #descriptionView_IFRAME,
.n_board_gallery .seLayout #descriptionView_IFRAME {
    border: 1px solid #ddd;
}


/*****************************************************************
글쓰기 : 확인버튼
*****************************************************************/
.n_board_txt .bbsnewf5 input[type=image],
.n_board_gallery .bbsnewf5 input[type=image] {
    width: auto;
    vertical-align: top;
    padding: 0px;
    border: 0px solid #f00;
}


/*****************************************************************
글쓰기 : 취소버튼 & 글보기 : 버튼들
*****************************************************************/
.n_board_txt .bbsnewf5 > a img,
.n_board_gallery .bbsnewf5 > a img {
    border: 0px solid #f00;
    vertical-align: top;
    
}


/*****************************************************************
글목록 : 셀렉트박스
*****************************************************************/
.n_board_txt .est_cate_cell select,
.n_board_gallery .est_cate_cell select {
    height: 30px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*****************************************************************
글쓰기 : 셀렉트박스
*****************************************************************/
.n_board_txt .board_desc > select,
.n_board_gallery .board_desc > select {
    width: 120px;
    height: 30px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*****************************************************************
글목록 : 검색어입력
*****************************************************************/
.n_board_txt .est_keyword_cell input[name=com_board_search_value],
.n_board_gallery .est_keyword_cell input[name=com_board_search_value] {
    height: 30px;
    max-width: 150px;
    margin: 0 1px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*****************************************************************
글목록 : 검색버튼
*****************************************************************/
.n_board_txt .est_btn_cell input[title=input],
.n_board_gallery .est_btn_cell input[title=input] {
    border: 0px solid #ddd;
    padding: 0px;
}


/*****************************************************************
글목록 : 관리자 로그인시 게시물체크박스
*****************************************************************/
.n_board_txt .bbschk input[type=checkbox] {
    width: 17px;
    height: 17px;
}


/*****************************************************************
갤러리목록 : 관리자 로그인시 게시물체크박스
*****************************************************************/
.n_board_gallery .adminCheck {
    position: relative;
    width: 0px;
}
.n_board_gallery .adminCheckBox {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 6px;
    width: 20px !important;
}


/*****************************************************************
갤러리목록 : 이미지사이즈
*****************************************************************/
.n_board_gallery .nSize img {
    width: 100%;
    height: auto;
    padding: 5px 3px 0;
}

.n_board_gallery .nSize:hover img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.8;
}


/*****************************************************************
갤러리형 게시판 : 각각의 칸영역(2단,3단,4단 등..)
*****************************************************************/
.n_board_gallery .boxArea {
    padding-bottom: 50px;
}





/*****************************************************************
글목록 : 최상단 라인영역
*****************************************************************/
.board_top_line {
    background-color: #555;
    height: 1px;
}


/*****************************************************************
글목록 : 최상단 구분영역
*****************************************************************/
.n_board_txt .board .boardTitBar {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 0.875em;
    height: 40px;
}

.n_board_txt .boardTitBar td:first-child {
    width: 80px;
}



/*****************************************************************
텍스트형 게시판 : 롤오버 선택컬러
*****************************************************************/
.n_board_txt .tr_line,
.n_board_gallery .tr_line {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.n_board_txt .tr_line:hover {
    background-color: #eee;
}


/*****************************************************************
글목록 : 행 높이
*****************************************************************/
.n_board_txt .tr_line td {
    font-size: 1.0em;
    padding: 8px 5px;
}


/*****************************************************************
글목록 : 행 : 작성자,작성일자,조회수 등
*****************************************************************/
.n_board_txt .tr_line .bbsno,
.n_board_txt .tr_line .bbscategory,
.n_board_txt .tr_line .bbswriter,
.n_board_txt .tr_line .bbsetc_dateof_write,
.n_board_txt .tr_line .bbsetc_view_count {
    font-size: 0.875em;
    color: #888;
}


/*****************************************************************
글보기,글쓰기 : 항목구분 행
*****************************************************************/
.n_board_txt .diviedLine td,
.n_board_gallery .diviedLine td {
    border-top: 1px solid #fff;
}


/*****************************************************************
글보기 : 이미지사이즈 100%
*****************************************************************/
.n_board_txt #post_area,
.n_board_gallery #post_area {
    width: 100%;
    height: auto;
    padding: 10px 10px 100px;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    text-align: left;
}

.n_board_txt #post_area > img,
.n_board_gallery #post_area > img {
    width: 100% !important;
    height: 100% !important;
}
.n_board_txt #post_area .fsize img,
.n_board_gallery #post_area .fsize img {
    max-width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 425px) {
    .n_board_txt #post_area img,
    .n_board_gallery #post_area img {
        width: 100% !important;
        height: 100% !important;
    }
}

/* 하단 목록이미지 */
.n_board_gallery .image_sublist {
    display: none;
}




/*****************************************************************
글보기 : embed : 동영상게시판
*****************************************************************/
.n_board_txt #post_area embed,
.n_board_gallery #post_area embed {
    width: 100%;
    border: 0px solid #f00;
}
@media screen and (max-width: 768px) {
    embed {
        height: 400px;
    }
}
@media screen and (max-width: 425px) {
    embed {
        height: 300px;
    }
}



/*****************************************************************
셀렉트박스 : 공통
*****************************************************************/
.n_board_txt select,
.n_board_gallery select {
    width: 80px;
    max-width: 100%;
    padding: 3px;
    font-size: 0.875em;
    color: #555;
}


/*****************************************************************
글쓰기 : 하단버튼그룹의 상단여백
*****************************************************************/
.n_board_txt .nbButton,
.n_board_gallery .nbButton {
    margin-top: 30px;
    border: 0px solid #f00;
}


/*****************************************************************
글보기 : 하단버튼영역
*****************************************************************/
.veiwBottonArea {
    border: 0px solid #f00;
}

.veiwBottonArea a {
    display: inline-block;
}


/*****************************************************************
카테고리 영역
*****************************************************************/
.categoryArea {
    margin-bottom: 5px;
    text-align: left;/* left, right, center */
}

.categoryArea img {
    display: none;
}

.categoryArea b {
    display: none;/* none, inline-block */
    vertical-align: top;/* top, middle, bottom */
    font-weight: normal;
    font-size: 0.875em;
    color: #555;
}

.categoryArea select {
    width: 120px;
}


/*****************************************************************
게시판 : 페이징
*****************************************************************/
.paging {
    font-size: 0.875em;
}

.paging b {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 8px;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.paging a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 8px;
    text-align: center;
    color: #888;
}




















@media (max-width:768px) {
    
    /*****************************************************************
    텍스트형 게시판 : 노출항목 & 목록사이즈
    *****************************************************************/
    .n_board_txt .board .boardTitBar {
        display: none;
    }
    
    .n_board_txt .tr_line td {
        display: none;
    }
    
    
    /*****************************************************************
    관리자 로그인시 나타나는 체크박스
    *****************************************************************/
    .n_board_txt .tr_line td.bbschk {
        position: absolute;
        left: 10px;
        display: inline-block;
    }
    
    .n_board_txt .tr_line td.bbsno {
        width: 15%;
        display: inline-block;
        float: left;
    }
    
    .n_board_txt .tr_line td.bbsnewf5 {
        width: 65%;
        display: inline-block;
        margin-top: -1px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .n_board_txt .tr_line td.bbswriter {
        width: 20%;
        display: inline-block;
        float: right;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    
    /*****************************************************************
    갤러리형 게시판 : 목록이미지
    *****************************************************************/
    .n_board_gallery .boxArea {
        display: block;
        width: 100%;
    }
    .n_board_gallery .nSize img {
        padding: 5px 0px 0;
    }
    
    
    /*****************************************************************
    댓글영역 : 이름,내용,시간
    *****************************************************************/
    .comment_name {
        width: 150px;
        display: block;
        border: 0px solid #f00;
    }
    
    .comment_view {
/*        width: 100px;*/
        display: block;
        border: 0px solid #f00;
    }
    
    .comment_hour {
        width: 100px;
        border: 0px solid #f00;
    }
    
}




/*****************************************************************
댓글영역 : 이름,내용,시간
*****************************************************************/
.commentArea {
    font-size: 0.875em;
    color: #888;
    border: 1px solid #eee !important;
}

.comment_name {
    width: 150px;
}

.comment_view {
    width: auto;
}

.comment_hour {
    width: 100px;
    padding: 3px 0;
}









/*****************************************************************
폼메일
*****************************************************************/
.np_form {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #f00;
}
.np_form > table {
    width: 100%;
    text-align: left;
    border: 0px solid #f00;
}

.np_form input[class=formmail_border] {
/*    max-width: 500px;*/
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    height: 36px;
    padding: 3px 5px;
    margin: 1px 0;
}

.np_form td.formmail_title_bgcolor {
    width: 20%;
    background-color: #f7f7f7;
    border-top: 1px solid #fff;
    vertical-align: middle;
    font-size: 0.875em;
    color: #555;
}

.np_form td.formmail_cell_bgcolor {
    width: 80%;
    padding: 0px !important;
}

.np_form select {
/*    max-width: 500px;*/
    width: 100%;
    padding: 3px 5px;
    height: 36px;
    margin: 1px 0;
    border: 1px solid #ccc;
}

.np_form td.formmail_cell_bgcolor textarea {
/*    max-width: 500px;*/
    width: 100%;
    border: 1px solid #ccc;
    margin: 1px 0;
    padding: 5px;
}

.np_form input[type=file] {
    border: none;
    display: inline-block;
    font-size: 12px;
}

.np_form input[name=phone_no1],
.np_form input[name=phone_no2],
.np_form input[name=phone_no3],
.np_form input[name=mobile_no1],
.np_form input[name=mobile_no2],
.np_form input[name=mobile_no3] {
    max-width: 70px;
    width: 100%;
}


/*개인정보 동의*/
.np_form .personalInformation {
    margin: 30px 0 0 0 !important;
    font-size: 0.875em;
    color: #888;
}

.np_form .personalInformation input[name=com_formmail_check_safe] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}



/*****************************************************************
스팸등록방지
*****************************************************************/
.captcha td {
    padding: 10px 0;
    font-size: 0.875em;
    border: 0px solid #f00;
}

.captcha td:first-child {
    background-color: #f7f7f7;
}

.captcha td img {
    max-width: 100%;
}

.captcha input[name=captcha_code] {
    height: 36px;
    border: 1px solid #ccc;
}



/*****************************************************************
하단버튼영역
*****************************************************************/
.formButton {
    margin: 20px 0;
    border: 0px solid #f00;
}

@media (max-width: 768px) {
    .np_form input[name=phone_no1],
    .np_form input[name=phone_no2],
    .np_form input[name=phone_no3],
    .np_form input[name=mobile_no1],
    .np_form input[name=mobile_no2],
    .np_form input[name=mobile_no3] {
        width: 68px !important;
    }
    .np_form input[name=name],
    [name=receiver_email],
    [name=address],
    [name=title],
    [type=file] {
        width: 100%;
    }
    .np_form select {
        width: 100%;
    }
}




/*****************************************************************
추출게시물 : 공통
*****************************************************************/
.n_output {
    position: relative;
    font-size: 1.0em;  margin:0px;
}

.n_output h3 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 11px 5px 12px;
    margin: 0 0 10px;
    font-size: 1.0em;
}

.n_output span.more {
    position: absolute;
    top: 9px;
    right: 0px;
    font-size: 0.875em;
}

.n_output table {
    width: 100%;
}


/*****************************************************************
추출게시물 : 텍스트형
*****************************************************************/
.n_output_txt .board_output {
    text-align: left;
}


/*****************************************************************
추출게시물 : 게시글 상하줄간격
*****************************************************************/
.n_output_txt .board_output .board_output tbody > tr > td {
    padding: 3px 0;
    height: 36px;
    font-size: 1.0em;
    border-bottom: 1px dotted #ccc;
}

.n_output_txt .board_output tbody > tr > td:nth-child(3) {
    text-align: right;
    font-size: 0.875em;
    color: #888;
    line-height: normal;
}

.n_output_txt .board_output img {
    display: none;
}






/*****************************************************************
갤러리형
*****************************************************************/
.n_output_gallery .board_output {
    text-align: center;
}


/*****************************************************************
갤러리형 : 게시물 칸칸수 (관리자설정페이지 설정값 적용)
*****************************************************************/
.n_output_gallery .board_output > tbody > tr > td {
    padding: 0 3px 20px;
}


/*****************************************************************
갤러리형 : 텍스트정보
*****************************************************************/
.n_output_gallery .board_output > tbody > tr > td span {
    font-size: 0.875em;
    line-height: 120%;
    color: #888;
}


/*****************************************************************
갤러리형 : 배경컬러 (마우스오버시 보임)
*****************************************************************/
.n_output_gallery .board_output .board_output_gallery_img {
    background-color: rgba(100, 100, 100, 0.8);
	border:1px solid #ccc;
}


/*****************************************************************
갤러리형 : 이미지사이즈
*****************************************************************/
.n_output_gallery .board_output .board_output_gallery_img .board_output_imgs {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    height: auto;
}


/*****************************************************************
갤러리형 : 마우스오버시 투명도
*****************************************************************/
.n_output_gallery .board_output .board_output_gallery_img .board_output_imgs:hover {
    opacity: 0.5;
}






/*****************************************************************
일정관리 : 목록보기
*****************************************************************/
/* 목록보기 */
.np_schedule {
/*    border: 1px solid #f00;*/
}
.np_schedule iframe {
    display: none;
}

.np_schedule .schedule_title > a > img {
    vertical-align: middle;
    padding: 3px 10px 10px 10px;
}

.np_schedule img {
    max-width: 100%;
}

.np_schedule_tit {
    height: 40px;
    font-size: 0.875em;
    background-color: #eee;
/*    border-bottom: 1px solid #000;*/
}
.np_schedule_tit.sun {
    background-color: #ddd;
}
.np_schedule_tit.sat {
    background-color: #ddd;
}

.np_schedule .schedule_write_title {
    background-color: #eee;
    width: 20%;
}

.np_schedule input {
    width: auto;
    display: inline-block;
}

.np_schedule .schedule_write_title {
    min-width: 20%;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.np_schedule .schedule_write_cell {
    font-family: 'Noto Sans KR';
    vertical-align: middle;
    padding-left: 10px;
}

.np_schedule td#schedule1,
.np_schedule td#schedule2,
.np_schedule td#schedule3 {
    vertical-align: top;
    padding: 5px;
}


/*****************************************************************
일정관리 : 내용보기
*****************************************************************/
/* 내용보기 */
.np_schedule .schedule_view {
    padding: 20px 0;
    border-bottom: 1px dotted #555;
}
.np_schedule input[type=text],
.np_schedule input[type=password] {
    height: 30px;
    padding: 5px;
    border: 1px solid #bbb;
}
.np_schedule textarea {
    max-width: 100%;
    margin: 5px 0;
    height: 100px;
    padding: 10px;
    border: 1px solid #bbb;
}
.np_schedule .veiwBottonArea {
    margin: 30px 0;
    border: 0px solid #f00;
}





/*****************************************************************
멀티탭 : 공통
*****************************************************************/
.n_tab .nav-tabs {
    margin: 0 0 8px;
    border-bottom: 1px solid #ddd;
}
.n_tab .nav-tabs li a {
    font-size: 0.875em;
    text-align: center;
}
.n_tab .tab-content .n_output span.more {
    position: absolute;
    top: -40px;
    right: 0px;
}


/*****************************************************************
멀티탭 : 탭스타일_01
*****************************************************************/
.n_tab .nav-tabs > li {
    width: 25%
}

.n_tab .nav-tabs > li > a {
    margin-right: 1px;
    background-color: #ddd;
    border: 0px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    height: 40px;
    line-height: 40px;
}

.n_tab .nav-tabs > li.active > a,
.n_tab .nav-tabs > li.active > a:hover,
.n_tab .nav-tabs > li.active > a:focus {
    color: #111;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
}

@media screen and (max-width: 425px) {
    .n_tab .tab-content .n_output span.more {
        display: none;
    }
    .n_tab .nav-tabs > li > a {
        font-size: 0.875em;
    }
}




/*****************************************************************
추가페이지 : 여분페이지
*****************************************************************/
.np_add_page {
    height: 500px;
    padding-top: 100px;
    text-align: center;
    border: 10px solid #ddd;
    color: #111
}





/*****************************************************************
쇼핑몰 : 주문서작성
*****************************************************************/
#content .radio,
.checkbox {
    display: inline-block;
    vertical-align: middle;
/*    background-color: #f00;*/
}

@media (max-width: 768px) {
    #content input[name=oaddress_01],
    #content input[name=oaddress_02],
    #content input[name=omail],
    #content input[name=address],
    #content input[name=address_01] {
        width: 100%;
    }
}

#content img {
/*    display: none;*/
    max-width: 100%;
}




/*****************************************************************
쇼핑몰 : 상품목록이미지
*****************************************************************/
#product_list a img {
    max-width: 250px;
}




/*****************************************************************
쇼핑몰 : 서브페이지 > 상단이미지 : 쇼핑몰에서만 적용
*****************************************************************/
.nt_imgArea_shop {
/*    height: 250px;*/
}







/*****************************************************************
nFulid : 여백제거
*****************************************************************/
.container-fulid.nFulid > .row,
.container-fulid.nFulid > div > .row {
    margin: 0;
}
.container-fulid.nFulid > .row > div,
.container-fulid.nFulid > div > .row > div {
    padding: 0;
}




/*****************************************************************
temp > index_description.html (설명페이지 임시소스)
*****************************************************************/
.temp {
    margin: 0px auto;
    padding: 150px 0;
/*    min-width: 1280px;*/
}

/* 슬라이드1,2,3 */
.temp > div:nth-child(1),
.temp > div:nth-child(2),
.temp > div:nth-child(3) {
    padding: 200px 100px 100px;
}
@media screen and (max-width: 768px) {
    .temp > div:nth-child(1),
    .temp > div:nth-child(2),
    .temp > div:nth-child(3) {
        padding: 200px 30px 100px;
    }
}
.temp > div {
    position: relative;
    margin: 100px auto 400px;
    padding: 200px 0 100px;
    border: 20px solid #222;
    border-radius: 10px;
}

.temp > div > .nm_tit {
    margin: 10px auto;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: -75px;
    margin-left: -50%;
    z-index: 10;
/*    background-color: #fff;*/
    font-family: "Noto Sans KR", sans-serif;
}
.temp > div > .nm_tit > h3 {
    background-color: #222;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #f00;
}
.temp > div > .nm_tit > span {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}