@charset "utf-8";

/* 공통 */
html,
body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    
}

body {
    color: #444;
    font-family: '맑은고딕', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.35px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
iframe,
tr,
tbody,
thead,
table,
th,
td,
b,
span,
strong {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

form {
    display: block;
    margin-top: 0em;
}

button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

ul,
li {
    list-style: none;
}

dl,
dt,
dd,
ul,
ol,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

input {
    padding: 1px 2px;
    appearance: auto;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

/* input[type="radio"],
input[type="checkbox"] {
    opacity: 1;
    display: inline-block;
    position: absolute;
    z-index: -1;
    vertical-align: top;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
} */

input,
textarea {
    font-family: '맑은고딕', sans-serif;
    color: #444;
    box-sizing: border-box;
}

input[type="radio"i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.float-l {
    float: left !important;
}

.float-r {
    float: right !important;
}

/* clear */
.clfix {
    *zoom: 1
}

.clfix:before,
.clfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clfix:after {
    clear: both
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input:-moz-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea:-moz-input-placeholder {
    color: #999;
}

legend,
caption {
    position: absolute;
    height: 1px;
    overflow: hidden;
}

/* base text: color */
.bs-color1 {
    color: #0066c9 !important;
}



/* layout */
header {
    /* position: fixed; */
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;

}

.header_pt {
    padding-bottom: 2.5vh;
}

main {
    
}

.base-container {
    padding: 0 10px;
    margin: 0 auto;
}

.base-footer {
    padding: 0 2vh;
    margin: 0 auto 2vh auto;
}

.con-mb-base {
    margin-bottom: 35px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mgr-n {
    margin-right: 0 !important;
}


/* wrap  */
.pst-wrap {
    position: relative;
    clear: both;
}

.a-center {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-center img {
    width: 75vw;
}

.pst-wrap .pst-rBtn {
    right: 0;
    min-height: 30px;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.prov-agree-box {
    padding: 3vw;
    border: 1px solid #c6d6ec;
}

.con-mb-thin {
    margin-bottom: 14px !important;
}

.con-mt-thin {
    margin-top: 14px !important;
}

.con-mb-thick {
    margin-bottom: 20px !important;
}

.con-mt-thick {
    margin-top: 20px !important;
}

.mgt-na {
    margin-top: 5px !important;
}

/* bass text: heading */

.h1 {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.07em;
}

.h2 {
    font-size: 1rem;
    color: #333;
    margin: 0;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.07em;
}

.h3 {
    font-size: 1rem;
    color: #333;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.07em;
}

.h4 {
    font-size: 1rem;
    color: #333;
    margin: 0;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.07em;
}

/* radio 버튼  */
.lb-button {}

.lb-radio,
.lb-check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 2.6vh;
    line-height: 2.6vh;
    color: #444;
    padding: 0 0 2px 20px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    font-size: 1rem;
}

.lb-radio>span,
.lb-check>span {
    display: inline-block;
    margin: -1px 20px 0 10px;
    vertical-align: middle;
}

.input_checkbox {
    width: 14px;
    height: 14px;
    vertical-align: -3px;
    border: 1px solid #999;
    margin-right: 5px;
}

.input_chk {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    font-size: 1rem;
}

.pst-rAgree2 {
	display: flex;
	flex-wrap: wrap;
}

.pst-rAgree2 span, label > span {
    font-size: 1rem;
    vertical-align: -4px;
    margin-right: 20px;
    line-height: 1.6;
}

.btn-window {
    padding: 7px 12px;
    border: 1px solid #aaa;
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
}

.btn-wrap {
    position: relative;
    text-align: center;
}

.btn-main-blue {
    display: inline-block;
    width: 30vw;
    box-shadow: 2px 2px 4px #cbcbcb;
    background: #0066c9;
    border: 1px solid #0066c9;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 0 16px 0;
    line-height: 1;
    cursor: pointer;
}

.btn-check {
    padding: 7px 12px;
    border: 1px solid #0055c6;
    color: #1e78d0;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    float: right;
}

.btn-check:active,
.btn-check:hover {
    background: #1e78d0;
    border: 1px solid #1c6ec0;
    color: #fff;
}

.btn-check:active:before,
.btn-check:hover:before {
    background: url(../../images/cstmr/ico_btn.png) no-repeat -42px -1px;
}

.btn-check.checked {
    background: #1e78d0;
    border: 1px solid #1c6ec0;
    color: #fff;
}

.btn-check:before {
    content: '';
    display: inline-block;
    clear: both;
    width: 12px;
    height: 9px;
    margin-right: 6px;
    background: #fff url(../../images/cstmr/ico_btn.png) no-repeat -42px -11px;
}

.btn-check.checked:before {
    background: url(../../images/cstmr/ico_btn.png) no-repeat -42px -1px;
}

.btn-main-blue:hover,
.btn-main-blue:active {
    box-shadow: 2px 2px 4px #cbcbcb;
    color: #c8e0ff;
}

.btn-sm {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    padding-right: 7px;
    width: 70px;
    border: 1px solid #0055c6;
    color: #0055c6;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.btn-sm:hover,
.btn-sm:active {
    background: #1e78d0;
    border: 1px solid #1c6ec0;
    color: #fff;
}

/* terms-area */
.terms-area .mCustomScrollbar {
    padding: 0;
    border: 0;
}

/* 모바일 pinch-zoom */
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.terms-area {
    overflow: auto;
    min-height: 7vh;
    /* max-height: 12vh; */
    font-size: 0.875rem;
    font-weight: 400;
    color: #666;
    border: 1px solid #c6d6ec;
    background-color: #f6fcff;
    margin-bottom: 20px;
    touch-action: pan-y pan-x;
    
}

.terms-area .util-defi {
    padding: 10px 20px;
    width: fit-content;
}

.terms-area .util-defi dl dd {
    font-size: 0.875rem;
    line-height: 1.6;
}

.terms-area .util-defi ul li>ul,
.terms-area .util-defi ul li>p {
    margin: 5px 0;
}

/* font */
.tit-con {
    margin: 15px 10px 15px 0;
    padding-left: 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
    letter-spacing: -1.5px;
}

.tit-h1 {
    margin: 0;
    padding: 3px 0 0px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    color: #000;
    letter-spacing: -1vw;
    border-bottom: 3px solid #0066c9;
    background-color: #0066c9;
}

.tit-h1 img {
    margin: 0 5px;
    fill: #aaa;
}

.tb-agree ul {
    padding-inline-start: 0px;
}

.tb-agree ul .tit-agree {
    margin-left: 0px;
}

.pst-wrap .pst-rAgree2 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 1rem;
}

.tit-agree {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
}

.tit-agree:before {
    content: "·";
    display: inline-block;
    font-weight: 500;
    margin-right: 7px;
}

.tit-agree2 {
    /* font-weight: 500; */
    font-size: 1rem;
    color: #666;
    line-height: 1;

}

.txtblue {
    color: #0066c9;
    font-weight: 500;
}


/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

th,
td {
    border-collapse: collapse;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

colgroup {
    display: table-column-group;
}

col {
    display: table-column;
}

.tbl-wrap {
    border-top: 1px solid #c6d6ec;
    border-bottom: 1px solid #c6d6ec;
}

.terms-area .tbl-wrap {
	border: 1px solid #c6d6ec;
}

.tbl-wrap table {
    width: 100%;
    table-layout: auto;
}

.tbl-base-ver tbody th,
.tbl-base-ver tbody td {
    /* height: 50px; */
    padding: 8px;
    text-align: left;
    border-left: 0;
    font-size: 1rem;
}

.tbl-base-ver th {
    padding: 8px 14px;
    background: #f6fcff;
    color: #333;
    border-top: 1px solid #e9e9e9;
    font-weight: 500;
    width: 30%;
    font-size: 1rem;
}

.tbl-base-ver td {
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    color: #666;
    font-weight: 300;
    font-size: 1rem;
    width: auto;
}

.tbl-wrap th,
.tbl-wrap td {
    line-height: 1.4;
    word-wrap: break-word;
}
.tbl-base-ver tr:first-child th,
.tbl-base-ver tr:first-child td {
    border-top: 0 none;
}
.tbl-wrap .input-base {
    vertical-align: middle;
}
.input-base {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 2rem;
    padding: 0 10px;
    font-size: 1rem;
    color: #666;
}
.input-base-email {
    display: inline-block;
    width: 20vw;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 2rem;
    padding: 0 10px;
    font-size: 1.2rem;
    color: #666;
}
.mail-wrap {
    position: relative;
    height: 34px;
}
.w-150px {
    width: 150px !important;
}
.w-175px {
    width: 175px !important;
}
.w-230px {
    width: 230px !important;
}
.w-350px {
    width: 350px !important;
}
.w-auto {
    width: auto !important;
}
.text-at {
    display: inline-block;
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    margin: 3px;
    border: #0066c9;
}

.tit-h1 img {
	content: url("/images/cstmr/roche-logo-w.png");
}

dl {
	min-width: 120vw;
}

dl td {
	font-size: 0.875rem !important;
	min-width: 40vw;
}

dl th {
	font-size: 0.875rem !important;
	width: 25vw !important;
	text-align: center !important;
}
