.sign-up-tc {
    width: 695px;
    float: left;
}
.manager-tab-view .outline-box {
	background: unset;
	border-radius: unset;
}
.tc-container .agree_item {
	float: left;
    width: 100%;
    padding: 5px 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d5d5d5;
}
.tc-container .last {
	margin-bottom: unset;
    border-bottom: unset;
}
.form-control {
	width: 100%;
	height: 32px;
	/*padding: 6px 12px;*/
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select, .form-control {border-radius:unset;padding: 5px 5px;}
#form-element select {
	height: 38px;
}
#agree, #privacy {width: 650px;}
.tc-container .terms_wrap .agree_title {
    float: left;
    font-size: 1.3em;
}
.sign-up-tc header {height: 40px;}
.tc-container .agree-check.all {
    text-align: right;
    padding: 10px 10px 0 0;
}
.tc-container .terms_wrap .agree_select_box {
    float: right;
	width: 203px;
}
#angle_icon, #pp_icon {font-size: 1.2em;}
.agree-check label.checkbox {
    padding-top:unset;
    font-size: 16px;
    color: #555;
}
.tc-content .tc-txt {padding: 10px;}
.box-title {border-bottom: 1px solid #ccc;}

h2.heading-style {font-size: 16px;}
.sign-up-tc header .tc-title {padding: 10px 10px;}
.agree_select_box #view_tc, .agree_select_box #view_pp {
	float: left;
    margin-right: 40px;
	cursor: pointer;
}
.agree-check span.checkbox {border: 2px solid #FF8C00;}
.agree-check span.no_Required {border: 1px solid #c4c4c4;}
.agree-check span.checkbox.normal {border: 1px solid #c4c4c4;}

.tc-content .terms_wrap {padding: 10px 0;}
.tc-container .agree_container {
	padding: 10px;
    border: 1px solid #e9e8e8;
    overflow: hidden;
    box-sizing: border-box;
}

#ID_tip, #PW_tip {
	font-size: 2em;
    color: #444;
    cursor: pointer;
}
#eye_icon {
    position: absolute;
    margin-top: -28px;
    margin-left: 155px;
    font-size: 1.7em;
    color: #444;
    padding-left: 10px;
    cursor: pointer;
}

.h_pw:before {left: 20px;}

.join_kind_items .general {
    width: 370px;
}
.join_kind_items li {
	float: left;
    width: 368px;
    height: 50px;
    box-sizing: border-box;
    font-weight: normal;
    text-align: center;
}

.join_kind_items > li > a {
    overflow: hidden;
    display: block;
    height: 50px;
    background: none;
    white-space: nowrap;
    text-indent: 0;
    color: #999;
    box-sizing: border-box;
    padding-top: 14px;
    font-size: 18px;
    border-bottom: 2px solid #3F7CBF;
    background-color: #fff;
}

.notice_msg:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 60px;
    border: 0;
    border-right-width: 30px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #f04349;
    display: block;
    width: 0;
}
.notice_msg {
	display: none;
    position: absolute;
    right: 0;
	margin-top: -60px;
    padding: 10px 15px;
    color: #fff;
    background: #f04349;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f04349), to(#f04349));
    background: -moz-linear-gradient(#f04349, #f04349);
    background: -o-linear-gradient(#f04349, #f04349);
    background: linear-gradient(#f04349, #f04349);
}
.notice_msg.right {
    margin-right: 40px;
    background: #f04349;
}

.form-submit {
	font-size: 1.8em;
	padding: 18px 300px;
	border-radius: unset;
}