@charset "UTF-8";
@import url("font.css");
:root {
  --color-primary: #d53535;
}

/* reset */
html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;

}

html, body {
  height: 100%;
  min-height: 100%;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

p{word-break: keep-all;}

html {
  font-size: 10px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

*, :after, :before {
  box-sizing: border-box;
  vertical-align: top;
}

header, footer, nav {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  color: #222;
}

select, button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

i, em {
  font-style: normal;
}

textarea {
  resize: vertical;
}

textarea ul,
textarea ol {
  list-style: disc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

input, textarea, button, select {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

b {
  font-weight: 800;
}

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

::placeholder {
  color: #999;
}

/*** common ***/
.hide {
  display: none;
}

.blind, .sound_only, legend {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold;
}

.ib {
  display: inline-block;
}

.ellip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellip2 {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellip3 {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.point {
  color: var(--color-primary);
}

.tit_section {
  position: relative;
}
.tit_section .wfix {
  position: relative;
}
.tit_section .sup {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-primary);
}
.tit_section .title {
  display: block;
  font-size: 4.2rem;
  line-height: 1.42;
  font-weight: bold;
}
.tit_section .btn_more {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1560px) {
  .tit_section .btn_more {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .tit_section .btn_more {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
}

.btn_more {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6rem;
  padding: 0 8.4rem 0 1.8rem;
  border-radius: 4.6rem;
  border: 1px solid #222;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
}
.btn_more:after {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 0.7rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  background: url(../img/arrow_more.svg) no-repeat center/contain;
  transition: 0.3s;
  content: "";
}
@media screen and (min-width: 1024px) {
  .btn_more:hover {
    padding: 0 1.8rem 0 8.4rem;
  }
  .btn_more:hover:after {
    right: 17.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_more {
    width: 125px;
    height: 32px;
    font-size: 10px;
    padding: 0 12px;
    border-radius: 42px;
  }
  .btn_more:after {
    width: 4px;
    height: 8px;
  }
}

/* layout */
#wrap {
  padding-top: 9rem;
  font-size: 1.8rem;
}

.wfix {
  max-width: 1520px;
  margin: 0 auto;
}

.wfix.sub_wrap {
  max-width: 1420px;
}

.wfix.wide {
  max-width: 1720px;
}

@media screen and (max-width: 1760px) {
  .wide {
    padding: 0 1.28vw;
  }
}
@media screen and (max-width: 1560px) {
  .wfix {
    padding: 0 1.28vw;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142vw;
  }
  .wfix {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 5px;
  }
  #wrap {
    padding-top: 60px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background: #fff;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  z-index: 1000;
  transition: 0.3s;
	 box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
#header:after {
  position: absolute;
  top: 9rem;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s;
  content: "";
}
#header.up {
  transform: translateY(-100%);
}
#header .wfix {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header #h1 .logo {
  display: block;
  width: 20rem;
  height: 9rem;
  background: url(../img/logo.png) no-repeat center/contain;
  font-size: 0;
}
#header .language {
  margin: 2.5rem 0;
}
#header .language .btn_lang {
  display: none;
}
#header .language .list_lang {
  display: flex;
  gap: 2px;
  justify-content: flex-end;
    min-width: 200px;	
}
#header .language .list_lang a {
  display: block;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  color: #888;
  line-height: 4rem;
}
#header .language .list_lang .on {
  font-weight: 500;
  color: #ff4040;
}
#header .btn_menu {
  display: none;
}
#header #gnb {
  text-align: center;
}
#header #gnb a {
  display: block;
}
#header #gnb .list_menu {
  display: flex;
}
#header #gnb .list_menu > li > a {
  position: relative;
  width: 15.6rem;
  padding: 0 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 9rem;
  transition: 0.5s;
}
#header #gnb .list_menu > li > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  background: var(--color-primary);
  transition: 0.4s 0.1s;
  z-index: 2;
  content: "";
}
@media screen and (min-width: 1024px) {
  #header #gnb .list_menu > li:hover > a:after {
    width: 100%;
  }
}
#header #gnb .list_sub {
  height: 0;
  opacity: 0;
  overflow: hidden;
  color: #888;
  transition: 0.3s 0.1s;
}
#header #gnb .list_sub a {
  display: none;
  line-height: 4.4rem;
  font-size: 1.6rem;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  #header #gnb .list_sub a:hover {
    color: #111;
    font-weight: bold;
  }
}
#header.on {
  height: 43.6rem;
  border-bottom-color: #dcdcdc;
}
#header.on:after {
  background: #dcdcdc;
}
#header.on #gnb .list_sub {
  position: relative;
  height: 34.6rem;
  padding: 2.4rem 0;
  opacity: 1;
  border-left: 1px solid #dcdcdc;
}
#header.on #gnb .list_menu > li > a {
  width: 18rem;
}
#header.on #gnb .list_menu > li:last-child .list_sub {
  border-right: 1px solid #dcdcdc;
}
@media screen and (min-width: 1024px) {
  #header.on #gnb .list_menu > li:hover .list_sub {
    background: #f9f9f9;
  }
}
@media screen and (max-width: 1560px) {
  #header #gnb .list_menu > li > a {
    width: 12rem;
  }
  #header.on #gnb .list_menu > li > a {
    width: 16rem;
  }
}
@media screen and (max-width: 1280px) {
  #header {
    overflow: unset;
  }
  #header #gnb {
    height: 0;
    opacity: 0;
    position: fixed;
    top: 9rem;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: left;
    border-top: 1px solid #eee;
    overflow: hidden;
    transition: 0.3s;
  }
  #header #gnb .list_menu {
    display: block;
  }
  #header #gnb .list_menu > li > a {
    width: 100%;
    padding: 0 2rem;
    border-bottom: 1px solid #eee;
    font-size: 3.6rem;
  }
  #header #gnb .list_menu .list_sub {
    display: none;
    opacity: 1;
    height: auto;
    transition: unset;
    padding: 2.4rem 2rem;
    font-size: 0;
    background: #f9f9f9;
  }
  #header #gnb .list_menu .list_sub li {
    display: inline-block;
    width: 50%;
  }
  #header #gnb .list_menu .list_sub li:nth-child(odd) {
    padding-right: 20px;
  }
  #header #gnb .list_menu .list_sub li:nth-child(n+3) {
    margin-top: 1rem;
  }
  #header #gnb .list_menu .list_sub a {
    display: block;
    line-height: 4.8rem;
    font-size: 2rem;
    color: #444;
  }
  #header .right {
    display: flex;
  }
  #header .language {
    position: relative;
    margin-right: 0.2rem;
  }
  #header .language .btn_lang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10rem;
    height: 4rem;
    padding: 0 2rem;
    border-radius: 4rem;
    background: #ff4040;
    color: #fff;
  }
  #header .language .btn_lang:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.8rem solid #fff;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    content: "";
  }
  #header .language .btn_lang.on:after {
    transform: rotate(180deg);
  }
  #header .language .list_lang {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: 5.4rem;
    width: 10rem;
    min-width: 0;
    padding: 1.2rem 0;
    background: #f9f9f9;
    border-radius: 1.5rem;
    box-shadow: 0.2rem 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  #header .language .list_lang a {
    font-size: 2rem;
    line-height: 3.6rem;
  }
  #header .language .list_lang .on {
    color: #444;
  }
  #header .btn_menu {
    position: relative;
    display: block;
    width: 9rem;
    height: 9rem;
    font-size: 0;
  }
  #header .btn_menu:before, #header .btn_menu:after,
  #header .btn_menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 0.2rem;
    margin-left: -2.5rem;
    background: #222;
    transition: 0.3s;
    content: "";
  }
  #header .btn_menu:before {
    margin-top: -1.3rem;
  }
  #header .btn_menu:after {
    margin-top: 1.1rem;
  }
  #header .btn_menu span {
    margin-top: -1px;
  }
  #header.active #gnb {
    opacity: 1;
    height: calc(100vh - 9rem);
  }
  #header.active .btn_menu:before {
    margin-top: -1px;
    transform: rotate(45deg);
  }
  #header.active .btn_menu:after {
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  #header.active .btn_menu span {
    transform: translateX(100vw);
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header #h1 .logo {
    width: 145px;
    height: 60px;
  }
  #header .right {
    align-items: center;
    margin-right: -18px;
  }
  #header .language .btn_lang {
    font-size: 11px;
  }
  #header .btn_menu {
    width: 60px;
    height: 60px;
  }
  #header .btn_menu:before, #header .btn_menu:after,
  #header .btn_menu span {
    height: 2px;
  }
  #header .btn_menu:before {
    margin-top: -7px;
  }
  #header .btn_menu:after {
    margin-top: 5px;
  }
  #header #gnb {
    top: 60px;
  }
  #header #gnb .list_menu > li > a {
    padding: 0 20px;
    line-height: 56px;
    font-size: 18px;
  }
  #header #gnb .list_menu .list_sub {
    padding: 12px 20px;
  }
  #header #gnb .list_menu .list_sub a {
    font-size: 10px;
  }
  #header.active #gnb {
    height: calc(100vh - 60px);
  }
}

#footer {
  background: #f8f8f8;
}
#footer .ft_menu {
  background: #f5f5f5;
}
#footer .ft_menu .list_menu {
  display: flex;
  align-items: center;
  height: 10rem;
  gap: 4.4rem;
}
#footer .ft_menu a {
  display: block;
  font-size: 1.8rem;
  color: #888;
}
#footer .ft_conts {
  padding: 3.6rem 0;
  color: #999;
}
#footer .ft_conts .wfix {
  position: relative;
}
#footer .ft_conts .info {
  display: block;
  font-size: 1.6rem;
}
#footer .ft_conts .info + .info {
  margin-top: 0.8rem;
}

#footer .ft_conts .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23rem;
}

#footer .info_2{ display: flex; align-items: center; margin-top: 25px;font-size: 1.6rem;gap:15px;}
#footer .admin{color:#d9d9d9}

@media screen and (max-width: 768px) {
  #footer .ft_menu {
    display: none;
  }
  #footer .ft_conts {
    padding: 24px 0;
  }
  #footer .ft_conts .wfix {
    padding-bottom: 40px;
  }
  #footer .ft_conts .info {
    font-size: 11px;
  }
  #footer .ft_conts .info + .info {
    margin-top: 0.5em;
  }
  #footer .ft_conts .copyright {
    margin-top: 2em;
    font-size: 11px;
  }
  #footer .ft_conts .logo {
    right: 20px;
    width: 115px;
  }

}
.banner {
  background: url(../img/banner_qna_bg.png) var(--color-primary) no-repeat calc(100% - 4rem) center/contain;
  color: #fff;
}
.banner .link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 15rem;
  font-size: 2.8rem;
  font-weight: 600;
}
.banner .link:after {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 2.6rem;
  border-radius: 100%;
  background: url(../img/arrow02.png) #fff no-repeat center/0.6rem auto;
  content: "";
}
@media screen and (max-width: 768px) {
  .banner {
    background: url(../img/banner_qna_bg_mo.png) var(--color-primary) no-repeat right center/contain;
  }
  .banner .link {
    height: 75px;
    font-size: 12px;
  }
  .banner .link:after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-size: 3px;
  }
}

/* font-size */
.fs_12 { font-size: 1.2rem; }
.fs_13 { font-size: 1.3rem; }
.fs_14 { font-size: 1.4rem; }
.fs_15 { font-size: 1.5rem; }
.fs_16 { font-size: 1.6rem; }
.fs_18 { font-size: 1.8rem; }
.fs_20 { font-size: 2rem; }
.fs_22 { font-size: 2.2rem; }
.fs_24 { font-size: 2.4rem; }
.fs_28 { font-size: 2.8rem; }
.fs_32 { font-size: 3.2rem; }
.fs_36 { font-size: 3.6rem; }
.fs_42 { font-size: 4.2rem; }
.fs_48 { font-size: 4.8rem; }
.fs_54 { font-size: 5.4rem; }
.fs_60 { font-size: 6rem; }
.fs_72 { font-size: 7.2rem; }
.fs_80 { font-size: 8rem; }
.fs_96 { font-size: 9.6rem; }
.fs_120 { font-size: 12rem; }

@media screen and (max-width: 900px) {
  .fs_12 { font-size: 11px; }
  .fs_13 { font-size: 11px; }
  .fs_14 { font-size: 12px; }
  .fs_15 { font-size: 12px; }
  .fs_16 { font-size: 13px; }
  .fs_18 { font-size: 14px; }
  .fs_20 { font-size: 15px; }
  .fs_22 { font-size: 16px; }
  .fs_24 { font-size: 17px; }
  .fs_28 { font-size: 18px; }
  .fs_32 { font-size: 20px; }
  .fs_36 { font-size: 22px; }
  .fs_42 { font-size: 26px; }
  .fs_48 { font-size: 30px; }
  .fs_54 { font-size: 34px; }
  .fs_60 { font-size: 38px; }
  .fs_72 { font-size: 44px; }
  .fs_80 { font-size: 48px; }
  .fs_96 { font-size: 56px; }
  .fs_120 { font-size: 68px; }
}
/* font-weight */
.fw_400 { font-weight: 400; }
.fw_500 { font-weight: 500; }
.fw_600 { font-weight: 600; }
.fw_700 { font-weight: 700; }
.fw_800 { font-weight: 800; }


/* line-height */
.lh_1  { line-height: 1; }
.lh_15 { line-height: 1.5; }
.lh_18 { line-height: 1.8; }
.lh_2  { line-height: 2; }

.pc{display: block;}
.mo{display: none;}


@media screen and (max-width: 768px) {
  .pc { display: none; }
  .mo { display: block; }
}

.pri_wrap {
    display: flex;
    justify-content: space-between;
}

.ft_btn_group {
   display: flex;
   gap: 20px;
}

.ft_privacy_btn {
   background: none;
   border: none;
  
   font-size: 1.6rem;
   cursor: pointer;
  
   padding: 0;
   
   display: block;
}


/* 모달 오버레이 */
#privacy_modal_overlay,
#ethics_modal_overlay {
   position: fixed;
   inset: 0;
   background: rgba(0,0,0,0.55);
   z-index: 9000;
}

/* 모달 박스 */
#privacy_modal,
#ethics_modal {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 90%;
   max-width: 680px;
   max-height: 80vh;
   background: #fff;
   border-radius: 4px;
   z-index: 9001;
   display: flex;
   flex-direction: column;
   overflow: hidden;
   box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}

/* 모달 헤더 */
#privacy_modal .pm_header,
#ethics_modal .pm_header {
   background: #1d3c7a;
   padding: 18px 24px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-shrink: 0;
}
#privacy_modal .pm_header h2,
#ethics_modal .pm_header h2 {
   color: #fff;
   font-size: 1.8rem;
   font-weight: 700;
   margin: 0;
}
#privacy_modal .pm_close,
#ethics_modal .pm_close {
   background: none;
   border: 2px solid #fff;
   color: #fff;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   font-size: 1.4rem;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   line-height: 1;
}
#privacy_modal .pm_close:hover,
#ethics_modal .pm_close:hover { background: rgba(255,255,255,0.2); }

/* 모달 본문 */
#privacy_modal .pm_body,
#ethics_modal .pm_body {
   padding: 28px 28px;
   overflow-y: auto;
   font-size: 1.6rem;
   line-height: 1.85;
   color: #333;
}
#privacy_modal .pm_body p,
#ethics_modal .pm_body p { margin-bottom: 12px; }
#privacy_modal .pm_body h3,
#ethics_modal .pm_body h3 {
   font-size: 1.6rem;
   font-weight: 700;
   color: #222;
   margin: 24px 0 8px;
}
#privacy_modal .pm_body ul,
#ethics_modal .pm_body ul {
   padding-left: 20px;
   margin-bottom: 12px;
}
#privacy_modal .pm_body ul li,
#ethics_modal .pm_body ul li {
   list-style: disc;
   margin-bottom: 4px;
}

/* 스크롤바 */
#privacy_modal .pm_body::-webkit-scrollbar,
#ethics_modal .pm_body::-webkit-scrollbar { width: 6px; }
#privacy_modal .pm_body::-webkit-scrollbar-track,
#ethics_modal .pm_body::-webkit-scrollbar-track { background: #f1f1f1; }
#privacy_modal .pm_body::-webkit-scrollbar-thumb,
#ethics_modal .pm_body::-webkit-scrollbar-thumb { background: #bbb; border-radius: 3px; }

/* 반응형 */
@media (max-width: 720px) {
 	.ft_privacy_btn{font-size: 11px;}
}

@media (max-width: 600px) {
   #privacy_modal, #ethics_modal { max-height: 90vh; width: 95%; }
   #privacy_modal .pm_body, #ethics_modal .pm_body { padding: 20px; font-size: 12px; }
	#privacy_modal .pm_header h2, #ethics_modal .pm_header h2 {font-size: 16px;}
	#privacy_modal .pm_body h3, #ethics_modal .pm_body h3 {font-size: 16px;}

}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/*팝업 모바일 수정*/
@media (max-width: 1280px){
	.hd_pops_con{width: 320px!important; height: 440px!important;}
/*	#hd_pop .hd_pops:first-child{left: 30px!important; top: 30px!important;}*/
	#hd_pop .hd_pops:nth-child(2){left: 30px!important; top: 30px!important;}
	#hd_pop .hd_pops:nth-child(3){/* left: 50px!important; */top: 50px!important;}
	#hd_pop .hd_pops:nth-child(4){left: 70px!important; top: 70px!important;}
	#hd_pop .hd_pops:nth-child(5){left: 90px!important; top: 90px!important;}
}
/*
@media (max-width: 780px){
	.hd_pops_con{width: 320px!important; height: 440px!important;}
	#hd_pops_4{left: 30px!important; top: 30px!important;}
}
*/
@media (max-width: 400px){
/*
	#hd_pops_4{left: 10px!important; }
	#hd_pops_6{left: 10px!important; }
*/
	#hd_pop .hd_pops:nth-child(2){left: 10px!important;}
	#hd_pop .hd_pops:nth-child(3){left: 10px!important; }
	#hd_pop .hd_pops:nth-child(4){left: 10px!important; }
	#hd_pop .hd_pops:nth-child(5){left: 10px!important;}
}
@media (max-width: 320px){
	.hd_pops_con{width: 280px!important; height: 385px!important;}
}