@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {font-family: 'Red Hat Display', sans-serif;}
.raleway{font-family: 'Red Hat Display', sans-serif;} 

.filebox input[type="file"] { display: none;}
.filebox label {display: inline-block; width: 180px; height: 40px; text-align: center; color: #fff; font-size: 0.9rem; line-height: 40px; vertical-align: middle; background-color: #1d3eb5; cursor: pointer; text-transform: uppercase;  transition: all 0.4s;  transform: skewX(-0.3deg);}
input:focus { outline-offset: 0px; outline: -webkit-focus-ring-color auto 0px;}
textarea:focus {outline-offset: 0px;outline: -webkit-focus-ring-color auto 0px; }
select {    
    /* ����Ƽ�� ���� ���߱� */ 
    -webkit-appearance: none;  
    -moz-appearance: none; 
    appearance: none;
}
/* IE 10, 11�� ����Ƽ�� ȭ��ǥ ����� */
select::-ms-expand { display: none; }
select {
    width: 100%; 
    /* ���ϴ� �ʺ��� */
    padding: 0px 45px 0px 15px;                                    
    /* �������� ���� ���� */                                    
    font-family: inherit;                                    
    /* ��Ʈ ��� */                                    
    background: url(../image/select.png) no-repeat 95% 50%;
    /* ����Ƽ�� ȭ��ǥ ��ü */                                    
    border: 0px solid #999;                                    
    border-radius: 0px;                                    
    /* iOS �ձٸ𼭸� ���� */                                    
    -webkit-appearance: none;                                    
    /* ����Ƽ�� ���� ���߱� */                                    
    -moz-appearance: none;                                    
    appearance: none;                                    
    cursor: pointer;                                    
    text-align-last: left; 
    transform: skewX(-0.3deg);
    background-color: transparent;
}
.container {}
.form_p {position: relative; text-align: right; margin-bottom: 45px; padding-bottom: 20px; font-size: 1.1rem; font-weight: 200;}
.form_p::after {position: absolute; left: 0; bottom: 0; content: ""; display: block; width: 100%; height: 1px; background: #ddd;}
.form_inner{ font-size: 0px; width: 100%;}

.form_inner .form_left{display: inline-block; width: 40%; margin-right: 10%; vertical-align: top;}
.form_inner .form_left p.raleway{margin-bottom: 55px; font-size: 3.5rem; font-weight: 700; line-height: 1.2;}
.form_inner .form_left img{display: block; width: 95%;}
.form_inner .form_right{display: inline-block; box-sizing: border-box; width: 50%; height: auto; background: #fff; vertical-align: top;}


#mail_to {margin-bottom: 30px; display: none;}
.mail_to_c {  color: #000000;  font-size: 1rem;  font-weight: 800;  width: 180px;  border: 1px solid #ddd;  padding: 5px;}

#form_tabs {display: inline-block; margin-top: 70px; width: 100%; height: auto; font-size: 0px; vertical-align: middle;}
input.tab_item { position: absolute;  left: -9999px;  visibility: hidden; font-family: 'Montserrat', sans-serif;}
label.tab_item {position: relative;padding-top: 70px; width: 50%;/* margin-right: 35px; */display: inline-block;vertical-align: middle;font-size: 1rem;font-weight: 400;color: #000;text-align: center;/* overflow: hidden; *//* transform: skewX(-0.3deg); *//* padding-left: 22px; */cursor: pointer;/* height: 20px; *//* line-height: 20px; */transition: .28s ease;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-family: 'Montserrat', sans-serif;}
.tab_item:last-child {margin-right: 0px;}

[type="radio"]+label:before{content: ''; position: absolute; left: 50%; top: 0; transform: translate(-50%, 0); width: 60px; height: 60px; background: url('../img/s4/ico_patient.png') center no-repeat; background-size: contain;}
[type="radio"]+label:last-child::before{background: url('../img/s4/ico_physician.png') center no-repeat; background-size: contain;}
[type="radio"]+label:after {  content: '';  position: absolute;  left: 50%;  top: 50%; transform: translate(-50%, -50%);  width: 150px;  height: 150px;  z-index: 0;  transition: all 0.3s;  border-radius: 50%;   border: 1px solid transparent;}

input[type='radio']:checked:before {background:#018092;}

[type="radio"]:checked+label:after { border-radius: 50%;  border: 1px solid #007f96;  background-color: transparent;  z-index: 0; opacity: 1;}

.form_ul {font-size: 0px; width: 100%;}
.form_ul li {position: relative; width: 100%;font-size: 0;font-weight: 600;color: #4d4d4d;border-bottom: 1px solid #b2b2b2;margin-bottom: 20px; padding: 0 0 20px 0; overflow: hidden; transition: all 0.3s;}
.form_ul li:focus-within{border-bottom: 2px solid transparent; border-image: linear-gradient(to right, #1932db 0%,  #e42c2e 100%); border-image-slice: 1;}

.f_title {display: inline-block; width: 25%; font-size: 1.2rem;vertical-align: top;box-sizing: border-box;font-weight: 400; color: #000;}
.addr_btn { color: #fff;  letter-spacing: -0.5px;  font-size: 0.85rem;  text-align: center;  cursor: pointer;  background-color: #8C8D8D;  border: 1px solid #8C8D8D;   border-radius: 5px;  padding: 5px;  margin-left: 10px;}
.f_title .color1 {color: #38b4e8; }
.f_title.ver2 {color: #808080;}
.f_title.ver1{display: block;width: 100%;vertical-align: middle;margin-bottom: 0;color: #000;}
.f_title.wid50 {width: 50%;}

.form_tabs{margin-bottom: 70px;}

.title_info {color: #999;font-weight: 200;  margin-left: 10px; font-size: 1.1rem;}

.f_cont {height: auto;padding-right: 15px;width: 75%;display: inline-block;box-sizing: border-box;background-color: #fff;vertical-align: top;text-align: end;}
.f_cont.wid50 {width:47.5%;}
.f_cont.margin-10 {margin-bottom: 10px;}
.f_cont.wid25 {width:175px; margin-right: 10px; display: inline-block; vertical-align: top;}
.f_cont.wid75 {width:calc(100% - 185px); display: inline-block; vertical-align: top;}

.f_cont2 { clear: both;  padding-left: 15px; padding-right: 15px;  margin-bottom: 45px;  width: 100%;  display: inline-block;  box-sizing: border-box;  background-color: #f2f2f3; vertical-align: top;  }
.f_cont3 { clear: both;  margin-bottom: 100px;  width:100%;  display: inline-block;  box-sizing: border-box; vertical-align: top  }
.f_cont p { color: #808080;}

.f_input { width: 100%; color: #000; border: 0px;  background-color: transparent;  font-size: 1rem; font-weight: 600; text-align: end;}
.f_input_radio { margin-right: 5px;}
.form_cate_span {margin-right: 10px;}
.f_input2 {height: 230px; width: 100%; color: #808080; font-size: 0.9rem; padding-top: 10px; border: 0px; background-color: transparent; font-family: 'Roboto' ,'Pretendard', 'sans-serif';}

.f_input::placeholder{color: #ccc; font-weight: 400;}

.form_file > div{margin-bottom: 45px;}
.form_file > div > div{font-size: 0; }
.form_file > div > div:first-child{margin-bottom: 20px;}
.f_cont3 .filebox {display: inline-block; }
.upload-name { display: inline-block; padding: 0px 8px; font-size: 0.8rem; line-height: 40px; color: #808080; vertical-align: middle; background-color: #f2f2f3; border: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: calc(100% - 180px); box-sizing: border-box; display: none;}
.upload-name.ver2 { background-color: transparent; width: 80%;  line-height: 40px; padding-left: 10px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.file-name .upload-name { display: block;}
.filebox label:hover {box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);}
.file-name {position: relative;}
.file-name {display: inline-block; width: calc(100% - 180px); height: 40px; background: #f2f2f3; vertical-align: top;}
.file-name .file_del {font-size: 20px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
line-height: 1;  cursor: pointer;}

.form_line { display: block;  width: 100%;  height: 1px; background: #ddd;  margin-bottom: 40px;}

.file_p { display: inline-block; font-size: 1.1rem; font-weight: 600; color: #1a1a1a; vertical-align: top;  width: 25%;}
/* .file_info { display: inline-block;  width: 74%;} */
.file_info { display: inline-block; width: 70%; vertical-align: middle; padding-left: 5%;  box-sizing: border-box;}
.file_info.mob {display: none;}
.file_info p { font-size: 0.9rem;  font-weight: 300;  color: #999;  }
.filebox{display: inline-block; width: 180px; vertical-align: top; height: 40px;}

#form_send{position: relative; width: 50%; height: 45px; margin-top: 18px;}
#form_send_1{display: block; padding: 0; margin: 0; width: 100%; height: 100%;}
#form_send input{position: static; margin: 0; padding: 0 0 0 14%; width: 100%; height: 100%; background: #18298a; border-radius: 25px; border: 1px solid #18298a; font-family: 'Red Hat Display', sans-serif; font-size: 1.2rem; font-weight: 400; line-height: 42px; color: #fff; text-align: left;}
#form_send_1::after{content: ''; position: absolute; right: 10%; top: 50%; transform: translate(0, -50%); width: 13px; height: 8px; background: url(../img/s3/form_arrow.png) no-repeat center/100%;}
.content_p { text-align: right;  font-size: 0.95rem;  line-height: 1.3;   margin-bottom: 5px;  color: #636363;  margin-bottom: 65px; transform: skewX(-0.3deg);}

.inq_div {width: 100%; margin-bottom: 40px;}
.inq_txt { font-size : 17px; line-height : 28.55px; letter-spacing : -0.68px;
  color : #231815; padding-left:30px; position: relative; }
.inq_txt img {width: 100%; max-width: 22px; position: absolute; left: 0px; top: 3px; }
.inq_contbox { width: 100%; padding: 15px; margin: 10px 0px; box-sizing: border-box;  background-color: #f2f2f3;}
.inq_contbox p { font-size: 0.9rem; line-height: 1.3;  color: #808080;  transform: skewX( -0.3deg); height: 140px;   overflow-y: scroll;}
.inq_contbox p::-webkit-scrollbar { display: block; width: 10px; }
.inq_contbox p::-webkit-scrollbar-thumb { background-color: #666666;}
.inq_contbox p::-webkit-scrollbar-track { background-color: #e3e3e3;}
.checkbox { font-size: 0.85rem;  line-height: 1.3;  color: #4d4d4d;  margin-left: 5px; font-family: 'Montserrat', sans-serif; font-size: 1.1rem;}
.checkbox  input {display: inline-block; vertical-align: middle; margin-right: 3px; width: 18px; height: 18px; border-radius: 0; border: 1px solid #b2b2b2;}

.inq_ul {width: 100%; font-size: 0px}
.inq_ul li {width: 45%; display: inline-block; vertical-align: top; margin-right: 5%;}

.inq_contbox.ver2 {width: 100%; padding: 0px;  margin: 10px 0px; box-sizing: border-box; border: 2px solid #ddd; }

.submit {position: relative; font-size: 1.7rem; font-weight: 700; cursor: pointer; background: transparent; border: none; transition: all 0.4s;}

.reset { font-size: 0.9rem; height: auto; color: #fff; width: 100%; max-width: 180px; text-align: center; cursor: pointer; transition: all 0.4s; background-color: #b2b2b2; border: 1px solid #b2b2b2; line-height: 40px; transform: skewX(-0.3deg); text-transform: uppercase; margin-left: 10px; transition: all 0.4s;}
.reset:hover {box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);}

input[type=button], input[type=reset] {-moz-appearance:none;   -webkit-appearance:none; appearance:none; border-radius: 0px;}

input[type=button], input[type=reset] {-moz-appearance:none;   -webkit-appearance:none; appearance:none; border-radius: 0px;}

.block {display: block; }
.form_inner{position: relative;}


/*반응형*/
@media screen and (max-width: 1600px) {
  .form_inner .form_left p.raleway{font-size: 3rem;}
}



@media screen and (max-width: 899px) {

  .form_p{font-size: 1rem;}
  .form_ul li { width: 100%;}
  .form_ul li:nth-child(1) {  margin-right: 0;}

  .f_title.ver1{width: 100%;}
  #form_tabs{width: 100%; margin-top: 70px;}
  
  .f_title { font-size: 1.1rem; }

  .file_p {  width: 100%;}
  .file_info {width: 100%; padding-left: 0px; margin-top: 15px;}
  .file_info.pc {display: none;}
  .file_info.mob {display: block; margin-bottom: 15px;  margin-top: 0px;}
  .file_info p { padding-left: 12px;  text-indent: -12px;  word-break: keep-all; font-size: 1.1rem; line-height: 1.7;}

  .title_info {margin-left:5px; font-size: 1rem;}

  #form_send_1 { font-size: 0px;}
  .submit { display: inline-block;  box-sizing: border-box; margin: 0px; margin-right: 2%;}
  .reset { display: inline-block;  box-sizing: border-box; margin: 0px; margin-left: 2%;}
  .upload-name { width: 100%;margin-bottom: 15px;}
  .file-name{width: calc(100% - 90px);}
  .filebox{width: 90px;}
  .filebox label{width: 100%;}

  .f_cont3 .filebox { width: 100%;}

  .inq_contbox p {  line-height: 1.7; font-size: 1.1rem;}
  .checkbox { font-size: 1.1rem; }

  
  .form_inner .form_left{width: 100%; margin-right: 0;}
  .form_inner .form_right{width: 100%;}
}

