@charset "utf-8";

body{
    overflow: auto;
    /* font-family: 'Pretendard', 'Nanum Gothic','나눔고딕','맑은 고딕', 'Malgun Gothic', dotum, '돋움', Arial; */
    font-family: Pretendard, sans-serif !important;
}
.mt0{
    margin-top: 0 !important;
}
.color_base{ 
    color: #3D89FF !important; /* 4e92fc */
}
.r_wrap {
    /* width: 100%; */
    height: auto;
    color: #000000;
    font-size: 14px;
    line-height: 1;
}
.r_wrap .header {
    width: 900px;
    margin:0 auto;
    text-align: center;
    padding: 60px 0px 40px 0;
}
.r_wrap .header .info{
	color: #000000;
	font-size:20px;
}
.r_wrap .header>h1{
    margin-bottom: 20px;
}
.r_wrap .header>h1>a{
    font-family: 'Wooridaum';
    color: #4E92FC;
    font-size: 18px;
    font-weight: 600;
}
.r_wrap .header>h1>a:hover{
    text-decoration: underline;
}
.r_wrap .header>h2 {
    margin: 0;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
}
.r_wrap .header>p,
.r_wrap .header>b {
    margin-top: 0.5rem;
    font-size: 15px;
    font-weight: 500;
    color: #B4B4B4;
}
.r_wrap .header>b{
    display: block;
}
.r_wrap .section {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}
.r_wrap .section h3 {
    border-bottom: 2px solid #000000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.r_wrap .section .buyer, 
.r_wrap .section .supplier{                                                                                                                                                                                                                                                                                                                                                      
    width: 100%;
    padding-top: 1px;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
}
.r_wrap .section .buyer span,
.r_wrap .section .supplier span{
    display: block;
    margin: auto;
    margin-top: 30px; /* 20240307 ch.byeon */
    margin-bottom: 18px; /* 20240307 ch.byeon */
    width: 106px;
    height: 106px;
    background: #fff; /* 20240306 ch.byeon */
    border-radius: 100%;
}
.r_wrap .section .buyer span::after,
.r_wrap .section .supplier span::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 22px;
    background-image: url(../img/regist/ico_buyer.gif);
    background-size: cover;
}
.r_wrap .section .supplier span::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 22px;
    background-image: url(../img/regist/ico_supplier.gif);
    background-size: cover;
}
.r_wrap .section h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.r_wrap .section .article {

}
.r_wrap .section .panel {
    margin-top: 20px;
}
.r_wrap .section .line {
    width: 100%;
    height: 1px;
    background: #D5D5D5;
    margin-top: 5px;
}
.r_wrap .flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.r_wrap .flexBox .titleBox {
    width: 400px;
    height: 300px;
    padding: 0 60px;
    background: #F8F8F8;
    border-radius: 20px;
}
.r_wrap .iTitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 20px;
}
.r_wrap .iTitle::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/regist/Ico_import.png) no-repeat left;
    vertical-align: middle;
    margin-right: 4px;
}
.r_wrap .flexBox .groupBox.w100{
    width: 100% !important;
}
.r_wrap .flexBox .groupBox {
    width: calc(65% - 20px);
}/* 20240307 ch.byeon */

.r_wrap .flexBox .groupBox .iTitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 10px 0;
}
.r_wrap .flexBox .groupBox .iTitle::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/regist/Ico_import.png) no-repeat left;
    vertical-align: middle;
    margin-right: 4px;
}
.r_wrap .flexBox .groupBox .contBox_g {
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #F8F8F8;
    padding: 30px;
    font-size: 1rem;
    line-height: 26px;
    border-radius: 20px;
}
.r_wrap .flexBox .groupBox .contBox_g ul li ul,
.r_wrap .flexBox .groupBox .contBox_g ol li ol {
    margin-left: 15px;
}
.r_wrap .flexBox .groupBox .contBox_g p {
    margin-top: 20px;
}
.r_wrap .flexBox .groupBox .contBox_g p a:hover,
.r_wrap .flexBox .groupBox .contBox_g a:hover{
    text-decoration: underline;
}
.r_wrap .flexBox .groupBox .contBox_g a{
    margin:0 8px; 
}

.mordal {
    position: absolute;	
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.popClose {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/regist/btn_close.png) no-repeat center;
    font-size: 0;
    color: transparent;
}

.btnBox {
    margin:60px 0;
    text-align: center;
}
.btnBox>a {
    display: block;
    margin:0 auto;
    width: 300px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    border-radius: 30px;
    transition: all .4s cubic-bezier(.645,.045,.355,1);
}
.btnBox_f {
    margin: 28px 0 30px 0; /* 20240307 ch.byeon */
}
.btnBox_f>a {
    display: block;
    width: 100%;
    height: 60px; /* 20240307 ch.byeon */
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    line-height: 60px; /* 20240307 ch.byeon */
    border-radius: 35px;
    transition: all .4s cubic-bezier(.645,.045,.355,1);
}
.btn_bu {
    background-color: #4E92FC;
    border: 1px solid #4E92FC;
    color: #FFFFFF;
}
.btn_bu:hover {
    background-color: #fff;
    border: 1px solid #4E92FC;
    color: #4E92FC;
}
.btn_bu:hover .go::after{
    background: url(../img/regist/ico_arrow_over.png) no-repeat right;  
}
.page_wrap {
	z-index: 600;
    background-color: rgba(0, 0, 0, 0.7);
}
#intd_cnsl .page_inner {
	z-index: 700;
  	width: 600px;
  	height: auto;
  	max-width: 100%;
  	padding: 60px 20px;
}
#intd_cnsl .page_inner__board {
	-webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
	box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
	border-radius: 20px;
	width: 100%;
}
.page_inner {
  	width: 600px;
  	height: auto;
  	max-width: 100%;
  	padding: 60px 20px;
}
.page_inner__board {
  	-webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  	box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  	border-radius: 20px;
  	width: 100%;
}
.termsSection {
	padding: 28px;
	padding-bottom : 1px;
	padding-top: 0px;
}
.intd_form_field {
  	margin-bottom: 15px;
}

.intd_form_field input:not([type="checkbox"]) {
	outline: none;
	color: #232323;
	margin-top: 10px;
	padding: 0 1.5rem;
	font-weight: 500;
	font-size: 16px;
	box-shadow: none;
	width: 100%;
	height: 3.25rem;
	background: transparent;
	border: 1px solid #DCDCDC;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.intd_form_field sc-combobox-field input.sc-combobox-field {
	outline: none;
	color: #232323;
	margin-top: 0px;
	padding: 0 1.5rem;
	font-weight: 500;
	font-size: 16px;
	box-shadow: none;
	width: 100%;
	height: 3.25rem;
	background: transparent;
	border: none;
	box-sizing: border-box;
}

.intd_form_field sc-combobox-field {
  	margin-top: 10px;
  	width: 100%;
  	border: 1px solid #DCDCDC;
  	border-radius: 0.5rem;
}

sc-dropdown {
	z-index:601;
}

.field-container.style-scope.sc-combobox-field{
  border : none;
}
.trigger-container.style-scope.sc-combobox-field{
	vertical-align: middle;
}
/* .intdTerms input[type="checkbox"] + label:before {
  display: inline-block;
    position: relative;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #fff;
    border-radius: 0;
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../img/sub/ico_checkbox.png) center/cover;
    background-position: center;
} */
.checkBox {
    margin: 15px 0;
}
.checkBox.ct {
    margin: 30px 0;
}
.checkBox>label {
    margin-left: 8px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 20px;
    position: relative;
    z-index: 999;
}
input[type="checkbox"] {
    width: 0;
    height: 0;
    position: relative;
    background: initial !important;
    margin: 0;
    padding: 0;
}
#input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 1rem;
    color: #9999a6;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.5;
    cursor: pointer;
    margin-left: -3px;
}
input[type="checkbox"] + label:focus-visible{
    outline: 5px auto #4E92FC;
    outline-offset: 0px;
}

.checkBox input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0
}
.checkBox input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-left: 0;
    padding-left: 28px;
}
.checkBox input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
    content: ' ';
    display: inline-block;
    width: 20px;  /* 체크박스의 너비를 지정 */
    height: 20px;  /* 체크박스의 높이를 지정 */
    line-height: 20px; /* 세로정렬을 위해 높이값과 일치 */
    background-image: url(../img/regist/ico_checkbox.png) no-repeat;
    background-size: cover;
    padding-left: 8px;
    vertical-align: middle;
}
.checkBox input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
    content: '';  /* 체크표시 유니코드 사용 */
    background-image: url(../img/regist/ico_checkbox_check.png) no-repeat;
    background-size: cover;
}
.r_wrap .hspace-5{
    width: 30px;
}
sc-listbox, sc-tree-listbox{
    border-radius: 8px;
}
sc-listbox .sc-combobox-item{
    padding: 8px;
}
sc-listbox>.item-focused, sc-listbox>.item-selected.item-focused, sc-listbox>.item-selected{
    color:#4E92FC;
}
sc-listbox>:hover{
    color: #3D89FF;  
}
sc-checkbox-field>.check-default:before{
    content: url(../img/regist/ico_checkbox.svg);
}
sc-checkbox-field>.check-default.checked:before{
    content: url(../img/regist/ico_checkbox_ckd.svg);
}
@media (max-width: 767px) {
	html, body {
    	overflow: hidden;
    	width: 100%;
    	min-width:100%;
  	}
  	.r_wrap {
  		width: 100%;
  		display:flex;
  		flex-direction: column;
  	}
  	.r_wrap .header {
  		width: 100%;
  	}
  	.r_wrap .header .info{
  		color: #000000;
  		font-size:15px;
  	}
 	.r_wrap .section {
  		width: 98%;
  	}
  	.contBox_g_test_warn {
      	width: 100%;
      	min-height: 100px;
      	background: #F8F8F8;
      	/* border: 1px solid #DFDFDF; */
      	padding: 30px;
      	line-height: 26px;
      	box-sizing: border-box;
      	border-radius: 20px;
      	height: 160px !important;
      	cursor: default;
  	}
  	#privacy_title{
		width:140px !important;
		padding-right:100px;
    }
    #privacy_grade{
		width:300px !important;
    }
}
.btnBox_d {
    text-align: center;
}
.btnBox_d>a {
    width: 100px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}
#intd input[type="checkbox"] {
    top: 5px;
    left: 20px;
    position: relative;
    z-index: 999;
}

#intd .page_inner {
  	width: 550px;
  	height: auto;
  	max-width: 100%;
  	padding: 60px 20px;
}
#intd .page_inner__board {
  	-webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  	box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  	border-radius: 20px;
  	width: 100%;
} 

#intd input[type="checkbox"] + label {
   	display: inline-block;
   	position: relative;
   	cursor: pointer;
   	color: #828291;
}
 
#intd input[type="checkbox"] + label:before {
    position: relative;
    display: inline-block;
    color: #828291;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

.termsList {
	overscroll-behavior: auto;
	max-height: 350px;
	overflow: auto;
}
.termsList .tmp_cont{
	width: 90%
	
}

.termsList .panel {
	padding-bottom : 15px;
}

.btn_bu:hover .go::after{
    background: url(../img/regist/ico_arrow_over.png) no-repeat right;  
}
.btnBox_d {
    text-align: center;
}
.btnBox_d>a {
    width: 100px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.checkBox {
    margin: 15px 0;
}
.checkBox.ct {
    margin: 30px 0;
}
.checkBox>label {
    margin-left: 8px;
}

.textareaBox {
    overflow-y: auto;
    width: 100%;
    max-height: 300px;
    background: #F4F7F9; /* 20231115 */
    border: 1px solid #E9E9E9; /* 20231115 */
    padding: 0px;
    box-sizing: border-box;
    border-radius: 8px; /* 20231115 */
}

.terms_content {
    font-size: 100%;
    width: 100%;
    height: 100px;
    border: none;
    background: #F8F8F8;
    color: #333;
    font-family: Pretendard, sans-serif !important;
    resize: none;
}
.disagreeTerms h5 {
	padding-bottom: 5px;
	border-bottom: 3px solid #7e7e7e;
	text-decoration: none;
}
#intd_cnsl .page_inner__board .contact_conts a:hover {
    text-decoration: none;
}
sc-combobox-field[required]:before {
    display:none;
}

body, html {
  font-size: 16px !important;
}