@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
/* ::::::: Input, Btn, Textarea Default setting ::::::: */
table, input, textarea {
  font-family: "Nanum Gothic";
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}

button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "Nanum Gothic";
  text-decoration: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

a, a:focus, a:hover, a:link {
  color: black;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

/* ::::::::::::::::::::::::

	Color setting 

:::::::::::::::::::::::: */
.white_child * {
  color: white !important;
}

.color_theme {
  color: #9d9995 /*!important;*/
}

.bg_theme {
  background: #9d9995 !important;
}

.sub_block_2 .wrap_block_list .list .block.txt {
  background: #f5f5f5;
}

.sub_block_2 .wrap_block_list .list .block.txt.bgcolor {
  background: black !important;
}

#intro_page_5 .section_3 .wrap_time .list_hours span {
  background: #333333 !important;
}

#intro_page_5 .section_3 .doc_list_name.active:before {
  border-left: 8px #333333 solid !important;
}

#intro_page_5 .section_3 .doc_list_time.active:before {
  border-left: 8px #333333 solid !important;
}

.sub_block_6 .list_special .list:before {
  background: #333333 !important;
}

.sub_block_11 .wrap_list .list_item {
  background: #333333 !important;
}

/* ::::::::::::::::::::::::

	Background 

:::::::::::::::::::::::: */
.bg_filer_1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg_filer_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* ::::::::::::::::::::::::

	Text 

:::::::::::::::::::::::: */
.hl_foot {
  color: #EC124F !important;
  font-weight:900;
}

.wrap_tit_1 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  font-family: 'Noto Sans KR';
}

.wrap_tit_1 h1 {
  font-size: 3.5em;
  font-family: 'Noto Sans KR_700';
}

.wrap_tit_1 strong {
  font-size: 3.5em;
  font-family: 'Noto Sans KR_700';
}

.wrap_tit_1 p {
  margin-top: 30px;
  font-size: 1.5em;
  line-height:1.5em;
  color: #333333;
}

.wrap_tit_1.bgcolor {
  background: #F7F7F7;
}

.wrap_tit_2 {
  position: relative;
  font-size: 10px;
  font-family: 'Noto Sans KR';
}

.wrap_tit_2 h1 {
  font-size: 3.5em;
  font-family: 'Noto Sans KR_700';
}

.wrap_tit_2 strong {
  font-size: 3.5em;
  font-family: 'Noto Sans KR_700';
}

.wrap_tit_2 p {
  font-size: 1.5em;
}

@media screen and (min-width: 1000px) {
  .wrap_tit_1.txt_bigger h1 {
    font-size: 6em;
  }
  .wrap_tit_1.txt_bigger strong {
    font-size: 6em;
  }
  .wrap_tit_1 {
    font-size: 10px;
    text-align: center;
    font-family: 'Noto Sans KR';
  }
  .wrap_tit_1 h1 {
    font-size: 5em;
    font-family: 'Noto Sans KR_700';
  }
  .wrap_tit_1 strong {
    font-size: 5em;
    font-family: 'Noto Sans KR_700';
  }
  .wrap_tit_1 h1.side_line {
    position: relative;
  }
  .wrap_tit_1 h1.side_line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 450px;
    height: 2px;
    background: #333333;
  }
  .wrap_tit_1 h1.side_line:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 450px;
    height: 2px;
    background: #333333;
  }
  .wrap_tit_1 strong.side_line {
    position: relative;
  }
  .wrap_tit_1 strong.side_line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 450px;
    height: 2px;
    background: #333333;
  }
  .wrap_tit_1 strong.side_line:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 450px;
    height: 2px;
    background: #333333;
  }
  .wrap_tit_1 h1.side_line.short_1 {
    position: relative;
  }
  .wrap_tit_1 h1.side_line.short_1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 300px;
    height: 2px;
  }
  .wrap_tit_1 h1.side_line.short_1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 300px;
    height: 2px;
  }
  .wrap_tit_1 strong.side_line.short_1 {
    position: relative;
  }
  .wrap_tit_1 strong.side_line.short_1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 300px;
    height: 2px;
  }
  .wrap_tit_1 strong.side_line.short_1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 300px;
    height: 2px;
  }
  .wrap_tit_1 h1.side_line.short_2 {
    position: relative;
  }
  .wrap_tit_1 h1.side_line.short_2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 250px;
    height: 2px;
  }
  .wrap_tit_1 h1.side_line.short_2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 250px;
    height: 2px;
  }
  .wrap_tit_1 strong.side_line.short_2 {
    position: relative;
  }
  .wrap_tit_1 strong.side_line.short_2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 250px;
    height: 2px;
  }
  .wrap_tit_1 strong.side_line.short_2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 250px;
    height: 2px;
  }
  .wrap_tit_1 h1.side_line.short_3 {
    position: relative;
  }
  .wrap_tit_1 h1.side_line.short_3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 150px;
    height: 2px;
  }
  .wrap_tit_1 h1.side_line.short_3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 150px;
    height: 2px;
  }
  .wrap_tit_1 strong.side_line.short_3 {
    position: relative;
  }
  .wrap_tit_1 strong.side_line.short_3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 150px;
    height: 2px;
  }
  .wrap_tit_1 strong.side_line.short_3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 150px;
    height: 2px;
  }
  .wrap_tit_1 p {
    margin-top: 30px;
    font-size: 2em;
    line-height: 2em;
    color: #333333;
  }
  .wrap_tit_1.color_1 {
    color: white;
  }
  .wrap_tit_1.color_1 h1.side_line {
    position: relative;
  }
  .wrap_tit_1.color_1 h1.side_line:before {
    background: white;
  }
  .wrap_tit_1.color_1 h1.side_line:after {
    background: white;
  }
  .wrap_tit_1.color_1 p {
    color: white;
  }
  .wrap_tit_1.bgcolor {
    background: transparent;
  }
  .wrap_tit_2 {
    position: relative;
    font-size: 10px;
    font-family: 'Noto Sans KR';
  }
  .wrap_tit_2 h1 {
    font-size: 4em;
    font-family: 'Noto Sans KR_700';
  }
  .wrap_tit_2 p {
    font-size: 1.5em;
  }
}

/* ::::::::::::::::::::::::

	Extra 

:::::::::::::::::::::::: */
.mb_block {
  display: block;
}

.pc_block {
  display: inline;
}

.padding_1 {
  padding: 30px 0;
}

.padding_2 {
  padding: 50px 0;
}

.padding_3 {
  padding: 50px 0;
}

.padding_4 {
  padding: 50px 0;
}

.padding_5 {
  padding: 50px 0;
}

.padding_6 {
  padding: 0 0 50px 0;
}

.p_t_1 {
  padding-top: 30px;
}

.p_t_2 {
  padding-top: 50px;
}

.p_t_3 {
  padding-top: 70px;
}

.p_t_4 {
  padding-top: 130px;
}

.p_b_1 {
  padding-bottom: 30px;
}

.p_b_2 {
  padding-bottom: 50px;
}

.p_b_3 {
  padding-bottom: 50px;
}

.bg_filter_1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 600px) {
  .p_t_3 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1000px) {
  .mb_block {
    display: inline;
  }
  .pc_block {
    display: block;
  }
  .padding_1 {
    padding: 50px 0;
  }
  .padding_2 {
    padding: 100px 0;
  }
  .padding_3 {
    padding: 100px 0 50px 0;
  }
  .padding_4 {
    padding: 150px 0 50px 0;
  }
  .padding_5 {
    padding: 100px 0;
  }
  .padding_6 {
    padding: 0 0 100px 0;
  }
  .p_t_1 {
    padding-top: 50px;
  }
  .p_t_2 {
    padding-top: 100px;
  }
  .p_t_3 {
    padding-top: 150px;
  }
  .p_t_4 {
    padding-top: 200px;
  }
  .p_b_1 {
    padding-bottom: 50px;
  }
  .p_b_2 {
    padding-bottom: 100px;
  }
  .p_b_3 {
    padding-bottom: 150px;
  }
}

/* ::::::::::::::::::::::::

	Buttons 

:::::::::::::::::::::::: */
.btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
  height: 55px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  background: #928a83;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}

.btn_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #443c37;
  -webkit-transition: width 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: width 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: width 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn_1:hover {
  color: white;
}

.btn_1:hover:before {
  width: 100%;
}

.btn_1 span {
  position: relative;
  color:#fcf6df;
}

.btn_1.ie_true {
  padding-top: 5px;
}

.btn_2 {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-size: 15px;
  overflow: hidden;
  border: 1px solid white;
}

.btn_2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 100%;
}

.btn_2:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(4);
  -ms-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
  color: black;
}

.btn_2:hover {
  color: black !important;
}

.btn_2 span {
  position: relative;
}

.btn_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
  padding: 0 20px;
  height: 45px;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  background: #FFFFFF;
  color: #00AEEF;
  border: 1px solid #00AEEF;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}

.btn_3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #00AEEF;
  -webkit-transition: width 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: width 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: width 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn_3:hover {
  color: white;
}

.btn_3:hover:before {
  width: 100%;
}

.btn_3 span {
  position: relative;
}

/* ::::::::::::::::::::::::

	In - View Effects

:::::::::::::::::::::::: */
.monitor_effect_1 {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  -o-transition: transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms, -webkit-transform 500ms;
}

.monitor_effect_1.on {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.section_1 .monitor_effect_1 {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.monitor_effect_2 .eff_child {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  -o-transition: transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms, -webkit-transform 500ms;
}

.monitor_effect_2.on .eff_child {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  -o-transition: transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms, -webkit-transform 500ms;
}

.monitor_effect_2.on .eff_child:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.monitor_effect_2.on .eff_child:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.monitor_effect_2.on .eff_child:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.monitor_effect_2.on .eff_child:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.monitor_effect_2.on .eff_child:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.monitor_effect_3 {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 700ms, -webkit-transform 500ms;
  transition: opacity 700ms, -webkit-transform 500ms;
  -o-transition: transform 500ms, opacity 700ms;
  transition: transform 500ms, opacity 700ms;
  transition: transform 500ms, opacity 700ms, -webkit-transform 500ms;
}

.monitor_effect_3.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ::::::::::::::::::::::::

	Sidebar 

:::::::::::::::::::::::: */
.wrap_side {
  display: none;
}

@media screen and (min-width: 1500px) {
  .wrap_side {
    display: block;
    position: absolute;
    z-index: 300;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrap_side .side_block {
    width: 110px;
    height: 110px;
  }
  .wrap_side .side_block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-family: 'Noto Sans KR_700';
    color: #3A3A3A;
    background: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #3A3A3A;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
  }
  .wrap_side .side_block a i {
    font-size: 40px;
    color: #3A3A3A;
  }
  .wrap_side .side_block a span {
    margin-top: 10px;
  }
  .wrap_side .side_block a:hover {
    color: black;
    background: white;
  }
  .wrap_side .side_block a.first {
    border-top: 3px solid #333333;
  }
}

/* ::::::::::::::::::::::::

	Menu 

:::::::::::::::::::::::: */
.menu_top_pc {
  display: none;
  width: 100%;
  padding: 10px 0;
}

.menu_pc_inner {
  margin: 0 auto;
  width: 1200px;
  text-align: right;
}

.menu_pc_inner > div {
  display: inline-block;
}

.menu_pc_inner .social a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}

.menu_pc_inner .social .naver {
  color: #03CF5D;
}

.menu_pc_inner .social .insta {
  color: #A42B9E;
}

.menu_pc_inner .social .facebook {
  color: #00AEEF;
}

.menu_pc_inner .login {
  margin-left: 20px;
}

.menu_pc_inner .login a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  font-size: 15px;
  font-family: 'Noto Sans KR_700';
}

.menu_pc_inner .login a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 5px;
  -webkit-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
  background: #00AEEF;
}

.menu_pc_inner .login a:hover:before {
  width: 100%;
}

.menu_pc {
  display: none;
}

.menu_top_mb {
  position: relative;
  height: 70px;
  border-bottom: 1px solid #eeeeee;
}

.menu_top_mb .mb_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: 'jua';
}

.menu_top_mb .mb_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_top_mb .mb_logo img {
  max-width: 50px;
}

.menu_top_mb .mb_logo span {
  padding: 0px 0 0 15px;
}

.menu_top_mb .mb_trigger {
  position: absolute;
  z-index: 1010;
  top: 60%;
  right: 5%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 30px;
  height: 25px;
}

.menu_top_mb .mb_trigger .trigger_real {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu_top_mb .mb_trigger #trigger, .menu_top_mb .mb_trigger #burger, .menu_top_mb .mb_trigger #burger:before, .menu_top_mb .mb_trigger #burger:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #443c37;
  width: 25px;
  height: 3px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer;
  z-index: 1;
}

.menu_top_mb .mb_trigger #trigger {
  height: 25px;
  background: none;
}

.menu_top_mb .mb_trigger #burger:before {
  content: " ";
  top: 8px;
  left: 0;
}

.menu_top_mb .mb_trigger #burger:after {
  content: " ";
  top: 16px;
  left: 0;
}

.menu_top_mb .mb_trigger #menu-toggle:checked + #trigger + #burger {
  top: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  height: 4px;
}

.menu_top_mb .mb_trigger #menu-toggle:checked + #trigger + #burger:before {
  width: 20px;
  top: -2px;
  left: 17px;
  height: 4px;
  -webkit-transform: rotate(45deg) translateX(-5px);
  -ms-transform: rotate(45deg) translateX(-5px);
  transform: rotate(45deg) translateX(-5px);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.menu_top_mb .mb_trigger #menu-toggle:checked + #trigger + #burger:after {
  width: 20px;
  top: 2px;
  left: 17px;
  height: 4px;
  -webkit-transform: rotate(-45deg) translateX(-5px);
  -ms-transform: rotate(-45deg) translateX(-5px);
  transform: rotate(-45deg) translateX(-5px);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.menu_top_mb .mb_trigger [type="checkbox"]#menu-toggle {
  display: none;
}

.menu_top_mb .menu_mb {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background: white;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.menu_top_mb .menu_mb .mb_logo_menu {
  display: block;
}

.menu_top_mb .menu_mb .mb_logo_menu strong {
  display: block;
  margin: 0;
  padding: 17px 20px;
  font-size: 25px;
  font-family: 'Noto Sans KR_700';
  color: #443c37;
  border-left: 5px solid #443c37;
  border-bottom: 1px solid white;
}

.menu_top_mb .menu_mb .login_mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-left: 5px solid #00AEEF;
  border-bottom: 1px solid white;
}

.menu_top_mb .menu_mb .login_mb a {
  width: 50%;
  padding: 15px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
  background: #00AEEF;
  color: white;
}

.menu_top_mb .menu_mb .menu_list_mb .menu_block {
  background: #928a83;
  border-bottom: 1px solid white;
}

.menu_top_mb .menu_mb .menu_list_mb .menu_block .list_outer {
  display: block;
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'Noto Sans KR_700';
  font-weight: bold;
  color: #fff;
  border-left: 5px solid #443c37;
}

.menu_top_mb .menu_mb .menu_list_mb .menu_block .list_inner {
  display: none;
  padding: 10px 20px;
  background: white;
}

.menu_top_mb .menu_mb .menu_list_mb .menu_block .list_inner a {
  display: block;
  padding: 10px 0px;
  font-size: 14px;
  font-family: 'Noto Sans KR_700';
  color: #333333;
}

.menu_top_mb .menu_mb.on {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

@media screen and (min-width: 1000px) {
  .menu_top_mb {
    display: none;
  }
  .menu_top_pc {
    display: block;
  }
  .menu_pc_inner {
    margin: 0 auto;
    width: 1200px;
    text-align: right;
  }
  .menu_pc_inner > div {
    display: inline-block;
  }
  .menu_pc_inner .social a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 100px;
    text-align: center;
    font-weight: bold;
  }
  .menu_pc_inner .social .naver {
    color: #03CF5D;
    border: 1px solid #03CF5D;
  }
  .menu_pc_inner .social .insta {
    color: #A42B9E;
    border: 1px solid #A42B9E;
  }
  .menu_pc_inner .social .facebook {
    color: #00AEEF;
    border: 1px solid #00AEEF;
  }
  .menu_pc_inner .login {
    margin-left: 20px;
    padding-right: 20px;
  }
  .menu_pc_inner .login a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    font-size: 17px;
  }
  .menu_pc {
    display: block;
    position: relative;
    border-top: 1px solid #E8E8E8;
    border-bottom: 5px solid #674f04;
  }
  .menu_pc .menu_list {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
  }
  .menu_pc .menu_list ul.ul_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-family: 'Noto Sans KR_700';
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer {
    width: 14%;
    border-right: 1px solid #E8E8E8;
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer .menu_logo img {
    /*max-width: 50px;*/
	max-width:75px;
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer .menu_logo span {
    color: #00AEEF;
    font-size: 25px;
    font-family: 'jua';
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer .menu_icon {
    max-width: 45px;
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 130px;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    color: #333333;
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer > a:hover ~ ul.ul_inner {
    display: block;
    -webkit-animation: menu_reveal 0.5s ease-out forwards;
    animation: menu_reveal 0.5s ease-out forwards;
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer > a i {
    font-size: 30px;
  }
  .menu_pc .menu_list ul.ul_outer li.list_outer > a span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
	/*color:#674f04;*/
  }
  .menu_pc .menu_list ul.ul_outer.ie_true ul.ul_inner li a {
    display: block;
    padding: 25px 0 15px 0;
    color: white;
    text-align: center;
  }
  .menu_pc .menu_list ul.ul_outer.ie_true ul.ul_inner li a:hover {
    background: #03A9F4;
  }
  .menu_pc .menu_list ul.ul_inner {
    display: none;
    position: absolute;
    z-index: 200;
    width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    background:rgba(0,0,0,0.7);
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .menu_pc .menu_list ul.ul_inner li {
    display: inline-block;
    font-size: 15px;
  }
  .menu_pc .menu_list ul.ul_inner li a {
    display: block;
    padding: 20px 0;
    color: white;
    text-align: center;
  }
  .menu_pc .menu_list ul.ul_inner li a:hover {
    background: #9d9995;
  }
  .menu_pc .menu_list ul.ul_inner:hover {
    display: block;
  }
  .menu_pc .menu_list ul.ul_inner.width_1 li {
    width: 20%;
  }
  .menu_pc .menu_list ul.ul_inner.width_2 li {
    width: 15%;
  }
  .menu_pc .menu_list ul.ul_inner.width_3 li {
    width: 10%;
  }
  @-webkit-keyframes menu_reveal {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes menu_reveal {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* ::::::::::::::::::::::::

		Menu - Sub

	:::::::::::::::::::::::: */
  .wrap_menu_sub_pc {
    position: absolute;
    width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    overflow: hidden;
  }
  .wrap_menu_sub_pc .wrap_sub_list {
    width: 100%;
    font-size: 0;
    background: #F3F3F3;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  .wrap_menu_sub_pc .wrap_sub_list .sub_list {
    display: inline-block;
    width: 20%;
    text-align: center;
  }
  .wrap_menu_sub_pc .wrap_sub_list .sub_list a {
    display: block;
    padding: 20px 10px;
    font-size: 13px;
    color: #666;
  }
  .wrap_menu_sub_pc .wrap_sub_list .sub_list a:hover {
    background: #03A9F4;
    color: white;
  }
  .wrap_menu_sub_pc .wrap_sub_list.on {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .wrap_menu_sub_pc .wrap_sub_list.width_1 .sub_list {
    width: 20%;
  }
  .wrap_menu_sub_pc .wrap_sub_list.width_2 .sub_list {
    width: 15%;
  }
  .wrap_menu_sub_pc .wrap_sub_list.width_3 .sub_list {
    width: 10%;
  }
}

/* :::::::::::::::::::::::::::

Sub Common 

::::::::::::::::::::::::::: */
.sub_section {
  width: 100%;
}

.wrap_tit {
  padding: 50px 0;
  font-size: 35px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
  background: #eeeeee;
}

.wrap_tit p {
  font-size: 0.4em;
  font-family: 'Noto Sans KR';
  font-weight: 100;
}

.wrap_tit strong {
  position: relative;
}

.wrap_tit strong:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  max-width: 100vw;
  height: 1px;
  background: black;
}

.filter_1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1000px) {
  .sub_section {
    margin-top: 0px;
    /*width: 92%;*/
  }
  .wrap_tit {
    padding: 100px 0;
    font-size: 45px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    background: #eeeeee;
  }
}

/* ::::::::::::::::::::::::

	Footer 

:::::::::::::::::::::::: */
footer {
  padding: 50px 0;
  font-size: 0;
  background: #2e2e2e;
}

footer a {
  color: white !important;
}

footer .wrap_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

footer .foot_block {
  font-size: 10px;
}

footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

footer .left h1 {
  font-size: 40px;
  font-family: 'Noto Sans KR_700';
  color: white;
}

footer .left strong {
  display: block;
  font-size: 40px;
  font-family: 'Noto Sans KR_700';
  color: white;
}

footer .right {
  width: 100%;
  color: white;
  text-align: center;
}

footer .right .policies {
  margin: 20px 0;
}

footer .right .policies a {
  margin-right: 10px;
}

footer .right .address {
  font-size: 15px;
}

footer .right .address p {
  margin: 5px 0;
}

@media screen and (min-width: 1000px) {
  footer {
    padding: 50px 0;
    font-size: 0;
    background: #2e2e2e;
  }
  footer a {
    color: white;
  }
  footer .wrap_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  footer .foot_block {
    font-size: 10px;
  }
  footer .left {
    width: 40%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  footer .left h1 {
    font-size: 50px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  footer .left strong {
    display: block;
    font-size: 50px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  footer .right {
    width: 60%;
    color: white;
    text-align: right;
  }
  footer .right .policies {
    margin: 20px 0;
  }
  footer .right .policies a {
    margin-right: 10px;
  }
  footer .right .address {
    font-size: 15px;
  }
  footer .right .address p {
    margin: 5px 0;
  }
}

/* ::::::::::::::::::::::::::

Popup 

:::::::::::::::::::::::::::: */
.wrap_popup {
  display: none;
}

.btn_popup {
  display: none;
}


  .wrap_popup {
    position: absolute;
    z-index: 300;
    top: 50px;
    left: 50px;
    width: 100%;
    max-width: 600px;
    height: 600px;
  }

  
   .wrap_popup.first{
    max-width: 425px;
    height: 600px;
  }


  .wrap_popup.second {
	max-width: 400px;
    height: 300px;
  }

  


  .wrap_popup.third{
    max-width: 360px;

  }

  .wrap_popup .pop_img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wrap_popup .btn_popup {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    font-family: 'Noto Sans KR_700';
  }




  .wrap_popup .btn_popup .container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .wrap_popup .btn_popup .container .text {
    font-size: 12px;
  }
  .wrap_popup .btn_popup .close_pop_d {
    padding: 5px 10px;
    background: white;
  }
  .wrap_popup .btn_popup .close_pop {
    padding: 5px 10px;
    font-weight: bold;
    background-color: black;
    color: white;
  }
  .wrap_popup .btn_popup.ie_true .close_pop_d {
    padding: 7px 10px 0px 10px;
    background: white;
  }
  .wrap_popup .btn_popup.ie_true .close_pop {
    padding: 7px 10px 0px 10px;
    font-weight: bold;
    background-color: black;
    color: white;
  }
@media screen and (max-width: 1000px) {
	.wrap_popup {
		position: absolute;
		z-index: 300;
		top: 50%;
		left: 50%;
		transform: translateX(-50%)translateY(-50%);
	}

	.wrap_popup.second {
		top: 50%;
		left: 50%;
		transform: translateX(-50%)translateY(-50%);
	  }

}

@media screen and (max-width: 600px) {
	.wrap_popup {
		max-width: 500px;
		height: 500px;
	}

.wrap_popup.first{
    max-width: 350px;
    height: 500px;
  }




}

@media screen and (max-width: 400px) {
	.wrap_popup {
		max-width: 320px;
		height: 320px;
	}
	.wrap_popup.second {
		max-width: 320px;
		height: 320px;
	  }

}


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