/* sign up ****************************/
.tabs-custom {
    width: 740px;
}
.about-sign-up {
    padding: 10px;
	/*border-radius: 5px;
    border: 2px solid #DDD;*/
}
.about-sign-up .sign-about-title {
    margin-bottom: 10px;
    text-align: center;
}
.sign-about-title .title-sl {
	font-size: 28px;
    font-weight: 700;
	text-transform: uppercase;
    font-family: "Roboto",arial,sans-serif !important;
	/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    word-break: break-word;
	*/
    color: #333;
}
.about-sign-up .sign-about-content {
	font-family: "Arial", "Nanum Gothic" !important;
    font-size: 13px;
    color: #555;
    line-height: 19px;
	padding: 20px;
}
.sign-about-content .cr_txt {color: #3C7DCC;}

.tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.sign-up-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#tabs-register .nav-tabs {
    position: relative;
    width: 100%;
    display: block;
    justify-content: center;
    margin-top: 20px;
    border: 0;
    will-change: transform;
}
.tabs-custom .nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
}
#tabs-register .nav-tabs>* {
    margin-bottom: 10px;
}
#tabs-register .nav-item {
    display: inline-block;
    will-change: transform;
    flex-grow: 1;
    flex-shrink: 0;
}
#tabs-register .tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: -11px;
}

a {
    text-decoration: none;
    transition: .25s;
}


#tabs-register .nav-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: calc(100%);
    height: calc(100% + 4px);
    z-index: -1;
    opacity: 0;
    transform: scale3d(.7,1,1);
    transition: transform .4s,opacity .4s;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: linear-gradient(to right,#04ccfc,#3a7bd5);
}
#tabs-register .nav-link.active::before, #tabs-register .nav-link:hover::before {
    opacity: 1;
    transform: translate3d(0,0,0) scale3d(1,1,1);
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
}
.tabs-items .nav-link {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #555;
    background: 0 0;
    border-bottom: 1px solid #e5e7e9;
    text-align: center;
    vertical-align: middle;
}
.tabs-custom .nav-link.active {
    cursor: pointer;
}
.tabs-items .nav-link:hover, .tabs-items .nav-link.active {
    color: #fff;
    background: #3a7bd5;
    border-color: #3a7bd5;
}
#tabs-register .nav-link {
    display: block;
    position: relative;
    z-index: 1;
    min-width: 130px;
    letter-spacing: .05em;
    padding: 13px 20px;
    border: 2px solid #e5e7e9;
    border-left: unset;
}
#tabs-register .nav-link, #tabs-register .nav-link::before {
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
#tabs-register .nav-link.active, #tabs-register .nav-link:hover {
    color: #fff !important;
    border-color: transparent;
    background-color: transparent;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.show {
    opacity: 1;
}
#tabs-register .tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
	line-height: 20px;
    overflow: hidden;
}
#tabs-register .tab-content>.active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.tab-pane .pane-part {
    background-color: #F5F5F5;
    padding: 10px;
}
.tab-pane h4 {
    font-size: 16px;
    font-weight: unset;
    padding-bottom: 10px;
}
/* sign up ****************************/

.sign_container  {
    float: left;
    width: 100%;
	height: 350px;
}
.row-part {
	width: 100%;
}
.row-part:before, .row-part:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-part .sign-up {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    display: block;
    float: left;
    padding-left: 50px;
    min-height: 1px;
    width: 46.6666%;
	position: relative;
}

.row-part .item_content {
    background: #f6f8fa;
    color: #888888;
    border-top: 0;
    text-align: left;
    padding: 0 0 9px;
    margin: 0;
	border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	cursor: pointer;
    position: relative;
}
.row-part .item_content:hover, .row-part .item_content:active {
	border: 2px solid #3C7DCC;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tabs-items .row-part .item_content .item_title {
    margin: 0;
    padding: 30px 18px 25px;
    text-transform: capitalize;
    text-align: center;
    color: #333333;
}
.tabs-items .row-part .item_text .sel-btn{
    background: #3C7DCC;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 28px;
    padding: 19px 18px 17px;
    text-align: center;
}
.sign-up .item_content .item_text ul {
    display: table;
    margin: 0 auto 20px;
    padding: 0 30px;
    list-style: none;
}
.item_text ul li {
    padding-bottom: 7px;
    font-weight: 500;
    position: relative;
    margin-left: 27px;
}
.sign-up .item_content .item_text ul li {
	font-family: "Helvetica Neue",Helvetica,"Nanum Gothic", Arial,sans-serif !important;
    font-size: 14px;
    color: #555;
    padding: 0px 0px 7px;
    font-weight: 300;
    margin: 0;
}
.item_text ul li:before {
	content: "\f00c";
    font: 14px/23px FontAwesome;
    position: absolute;
    top: 0;
    left: -27px;
	color: #3C7DCC;
}

.basic-page-content {
    width: 737px;
    margin-bottom: 20px;
}
#agree, #privacy {
	text-align:left;
	width: 665px;
	height:150px;
	overflow:auto;
	padding:10px;
	border:#dedede 1px solid;
	line-height:140%;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
.sign-up-tc {
}
.sign-up-tc:before, .sign-up-tc:after {
    display: table;
    content: "";
    line-height: 0;
}
.sign-up-tc header {
	border: 1px solid #e9e8e8;
	background-color: #f6f6f6;
    border-bottom: 0;
}
.sign-up-tc header .tc-title {
	margin-bottom: 0;
    padding: 10px 30px;
    box-sizing: border-box;
}
.sign-up-tc h2 {
    color: #363f45;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    position: relative;
    margin-top: 0;
    text-rendering: optimizelegibility;
}
h2.heading-style {
	font-size: 20.02px;
    line-height: 20.08px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tc-content .tc-txt {
	padding: 25px;
    background: #ffffff;
    border: 1px solid #e9e8e8;
    overflow: hidden;
    box-sizing: border-box;
}

.agree-check label.checkbox {
    cursor: inherit;
	min-height: 24px;
    display: inline-block;
    font-size: 12px;
    padding-top: 14px;
	font-size: 14px;
    color: #555;
}
.agree-check span.checkbox {
    position: relative;
    display: inline-block;
    min-height: 0;
    height: 14px;
    line-height: 14px;
    width: 14px;
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    vertical-align: middle;
}
.agree-check input[type="checkbox"] {
    cursor: pointer;
}
.agree-check .checkbox input[type="checkbox"] {
    float: left;
}
.agree-check span.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    opacity: 0;
}
.agree-check label.checkbox span.checkbox input[type="checkbox"] {
    position: relative;
    z-index: 2;
}
span.checkbox label.checkbox_inner {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
span.checkbox label.checkbox_inner:before {
    content: "";
    font: 14px/23px FontAwesome;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: -4px;
    color: #3C7DCC;
}
span.checkbox label.checkbox_inner:before {
    color: #3C7DCC;
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
    content: "\f00c";
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

.controls {
	position: relative;
	text-align: center;
    margin-bottom: 30px;
}
.controls a {
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #FFF;
}
.controls .btn-primary {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    background: #3C7DCC;
	font-family: 'Roboto', sans-serif;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    padding: 10.5px 30px 10.5px 30px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.controls .btn-primary {
    background: #3C7DCC;
}
.controls .btn-primary {vertical-align: inherit;}
.controls .btn-primary:hover, .controls .btn-primary:focus, .btn-primary.active, .btn-primary.selected {
    outline: none;
    background: #6A6A6A;
    color: #ffffff !important;
}
