/* 이용약관 */ 
.terms {
   text-align: left;
   font-size: 1.4rem;
   padding: 2rem;
   border:1px solid var(--colorEAEAEA);
   border-radius: 1rem;
   line-height: 1.4;
   background-color:var(--colorfff);
   color:var(--color333);
}

.terms h2 {
   margin-bottom: 1rem;
   font-size: 1.6rem;
   font-weight: 500;
}

.link_ul {
   margin-top: 1.5rem;
}
.link_ul > li {
   position: relative;
   padding-left:1rem;
   margin-bottom: .3rem;
}
.link_ul > li::before {
   content: '';
   width: 0.3rem;
   height: 0.3rem;
   position: absolute;
   left: 0;
   top: 0.8rem;
   display: block;
   background-color: var(--color333);
   border-radius: 100%;
}
.terms h3 {
   font-size: 1.6rem;
   margin-top: 3rem;
   margin-bottom: 1rem;
}

.terms h3:first-child {
   margin-top: 0;
}

.terms h4 {
   font-size: 1.4rem;
   margin-top: 2rem;
   margin-bottom: 1rem;
}

.terms ul.term_ol li {
   position: relative;
   padding-left: 2rem;
   margin-bottom: .3rem;
}

.terms ul.term_ol li span {
   position: absolute;
   left: 0;
   top: 0;
}

.terms ul.term_ol li ul {
   margin: 1rem 0 1.5rem;
   color: #666;
}

.terms ul.term_ol li ul li {
   padding: 0;
}

.terms ul.term_ol li ul li p:not(:first-child) {
   margin-top: 1rem;
}
.terms b {
   display: block;
   margin-top: 2rem;
   font-size: 1.4rem;
   font-weight: 400;
   color: #4792FC;
}

.terms .bar li:before {
   top: 1rem;
}

.terms .bar li {
   padding-left: 1.3rem;
}

.btn_bottom {
   padding: 2rem 1.6rem 0;
}

.btn_bottom input {
   width: 100%;
   height: 4.5rem;
   line-height: 4.5rem;
   background: #3eaaf5;
   border: none;
   color: #182643;
   font-size: 1.8rem;
   text-align: center;
   font-weight: 500;
}

.member_form table.tb_form {
   border-top-left-radius: 2rem;
   border-top-right-radius: 2rem;
}

table.tb_form {
   width: 100%;
   table-layout: fixed;
   font-size: 1.5rem;
}

table.tb_form td {
   border-bottom: 1px solid #f4f4f4;
   padding: 1.6rem;
}

table.tb_form td p {
   margin-bottom: .5rem;
}

table.tb_form td p em {
   color: #F34213;
}

table.tb_form td input {
   height: 4rem;
   line-height: 4rem;
   font-size: 1.4rem;
   border-radius: .8rem;
}

table.tb_form td dl {
   position: relative;
   padding-left: 7rem;
}

table.tb_form td dt {
   position: absolute;
   left: 1rem;
   top: 0;
}

table.tb_form td select {
   width: 100%;
   height: 4rem;
   line-height: 4rem;
   font-size: 1.4rem;
   border: 1px solid #ddd;
   background: #fff url(../images/content/sel2.png) no-repeat 98% 50%;
   background-size: 2rem auto;
}

table.tb_form td .half {
   overflow: hidden;
}

table.tb_form td .half li {
   width: 50%;
   float: left;
   padding-left: .5rem;
}

table.tb_form td .half li:first-child {
   border-left: none;
   padding: 0;
}

.member_form input.btn_submit {
   text-align: center;
   background: #3eaaf5;
   height: 5rem;
   line-height: 5rem;
   font-weight: 500;
   color: #fff;
}


table.tb_form2 {
   width: 100%;
   table-layout: fixed;
   font-size: 0.75rem;
}

table.tb_form2 th {
   padding: 5px;
   border-bottom: 1px solid #f4f4f4;
   font-size: 1.4rem;
}

table.tb_form2 td {
   padding: .5rem 1rem;
   border-bottom: 1px solid #f4f4f4;
}

table.tb_form2 input {
   font-size: 1.5rem;
}

table.tb_form2 p {
   display: inline-block;
   padding: 1rem 0;
}

.pdr {
   position: relative;
   padding-right: 8rem;
   width: 100%;
}

.pdr p {
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 7rem;
}

.pdr p button {
   display: block;
   height: 4rem;
   line-height: 4rem;
   color: #fff;
   text-align: center;
   font-size: 1.3rem;
   width: 100%;
   border-radius: .8rem;
   background: #757575;
}

ul.address {}

ul.address li {
   position: relative;
   margin-top: .5rem;
   border-top: 1px solid #f4f4f4;
}

ul.address li:first-child {
   padding-right: 8rem;
   margin-top: 0;
   border-top: none;
}

ul.address li:first-child span {
   position: absolute;
   right: 0;
   top: 50%;
   display: block;
   height: 4rem;
   line-height: 4rem;
   color: #fff;
   text-align: center;
   width: 7rem;
   border-radius: .8rem;
   background: #757575;
   transform: translateY(-50%);
   font-size: 1.3rem;
}


table.tb_form td input::-webkit-input-placeholder {
   color: #9FA0A0 !important;
}

table.tb_form td input::-moz-placeholder {
   color: #9FA0A0 !important;
}

table.tb_form td input:-moz-placeholder {
   color: #9FA0A0 !important;
}

table.tb_form td input:-ms-input-placeholder {
   color: #9FA0A0 !important;
}

table.tb_form td input:placeholder-shown {
   color: #9FA0A0 !important;
}

table.tb_form td.bgs {
   background-color: #4A4A4A;
}

table.tb_form td.bgs .pdl p {
   color: #A9E52D
}

table.tb_form td.bgs input {
   text-align: right;
   padding-right: 1rem;
   color: #fff;
}

.sfont {
   font-size: 1.24rem;
   word-break: break-all;
   line-height: 1.2;
   color: #898989;
}