.contact_sec { width: 100%; max-width: 1470px; padding: 0 20px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; }

.contact_sec .section_title { width: 450px; font-size: 2.1875em; font-weight: 800; line-height: 40px; letter-spacing: -0.05em; -webkit-transition: width .3s; transition: width .3s; }

.contact_sec .section_cont { width: calc(100% - 450px); -webkit-transition: width .3s; transition: width .3s; }

.contact_sec .section_cont h1 { font-size: 2.1875em; font-weight: 400; line-height: 143%; letter-spacing: -0.05em; margin-bottom: 100px; }

.contact_sec .section_cont .contact_option { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-column-gap: 100px; column-gap: 100px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transform: rotate(-0.03deg); transform: rotate(-0.03deg); }

.contact_sec .section_cont .contact_option li .bold { font-size: 1.125em; font-weight: 800; margin-bottom: 15px; }

.contact_sec .section_cont .contact_option li p { font-size: 1em; }

.contact_sec .section_cont .contact_option li p.mo_only { display: none; }

@media screen and (max-width: 1430px) { .contact_sec .section_title { width: 300px; }
  .contact_sec .section_cont { width: calc(100% - 300px); } }

@media screen and (max-width: 1024px) { .contact_sec .section_title { width: 220px; font-size: 1.875em; letter-spacing: inherit; line-height: 30px; }
  .contact_sec .section_cont { width: calc(100% - 220px); }
  .contact_sec .section_cont h1 { font-size: 3.325vw; margin-bottom: 13%; }
  .contact_sec .section_cont .contact_option { -webkit-column-gap: 10%; column-gap: 10%; } }

@media screen and (max-width: 768px) { html, body { font-size: 15px; }
  .contact_sec { display: block; }
  .contact_sec .section_title { width: 100%; margin-bottom: 30px; }
  .contact_sec .section_cont { width: 100%; }
  .contact_sec .section_cont h1 { font-size: 4vw; margin-bottom: 60px; } }

@media screen and (max-width: 540px) { html, body { font-size: 14px; }
  .contact_sec .section_title { font-size: 1.75em; }
  .contact_sec .section_cont h1 { font-size: 1.625em; margin-bottom: 60px; }
  .contact_sec .section_cont .contact_option { -webkit-column-gap: 0; column-gap: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; row-gap: 40px; }
  .contact_sec .section_cont .contact_option li .bold { font-size: 1.2em; margin-bottom: 10px; }
  .contact_sec .section_cont .contact_option li p { font-size: 1.125em; }
  .contact_sec .section_cont .contact_option li p.pc_only { display: none; }
  .contact_sec .section_cont .contact_option li p.mo_only { display: block; } }
/*# sourceMappingURL=contact.css.map */