@charset 'utf-8';

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
/*@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");*/
/*
	'Pretendard',sans-serif;
	font-weight:
		Thin		100
		ExtraLight	200
		Light		300
		Regular		400
		Medium		500
		SemiBold	600
		Bold		700
		ExtraBold	800
		Black		900
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*
	'Poppins',sans-serif;
	font-weight:
		Thin		100
		ExtraLight	200
		Light		300
		Regular		400
		Medidum		500
		SemiBold	600
		Bold		700
		ExtraBold	800
		Black		900
*/

/* reset */
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Pretendard", "맑은 고딕", Dotum,
    "droid sans fallback", "AppleGothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  height: 100%;
  color: #000;
  -webkit-text-size-adjust: none;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
th,
td,
input,
textarea,
select {
  font-size: 20px;
  color: #000;
  font-family: "Poppins", "Pretendard", "맑은 고딕", Dotum,
    "droid sans fallback", "AppleGothic", sans-serif;
  -webkit-text-size-adjust: none;
}
th,
td {
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  padding: 0;
  font-weight: 500;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-text-size-adjust: none;
  border: 0;
  table-layout: fixed;
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: none;
}
em {
  font-style: inherit;
  -webkit-text-size-adjust: none;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  color: inherit;
}
abbr,
acronym {
  border: 0;
}
hr,
legend,
caption {
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: 0 none;
}
label {
  cursor: pointer;
}
a {
  color: inherit;
}
a:link,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
input,
img {
  vertical-align: middle;
}
i {
  font-style: normal;
}
.hidden_obj {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  line-height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  font: 0/0 Arial;
}

li {
  text-align: inherit;
}
input,
textarea,
button,
a {
  outline: 0 none;
}

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #bcbcbc;
} /* webkit */
input:-moz-placeholder {
  color: #bcbcbc;
} /* Firefox 4-18 */
input::-moz-placeholder {
  color: #bcbcbc;
} /* Firefox 19+ */
input:-ms-input-placeholder {
  color: #bcbcbc;
} /* IE10+ */
textarea::-webkit-input-placeholder {
  color: #bcbcbc;
} /* webkit */
textarea:-moz-placeholder {
  color: #bcbcbc;
} /* Firefox 4-18 */
textarea::-moz-placeholder {
  color: #bcbcbc;
} /* Firefox 19+ */
textarea:-ms-input-placeholder {
  color: #bcbcbc;
} /* IE10+ */

input:disabled,
textarea:disabled {
  color: #858585 !important;
  background: #f3f3f3 !important;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: transparent;
  font: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: inherit;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  border: 0;
  font-size: 0;
}

textarea {
  box-sizing: border-box;
  border: 0;
  resize: none;
  width: 100%;
  height: 100%;
}

/*body {user-select:none;}*/

/******************************
***
***	layout
***
******************************/

body {
  /*height:100% !important;*/
}
.container {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
/*.container::before {content:''; position:absolute; left:0; right:0; top:0; height:80px; background:#fff;}*/

/*.container.menuOpen::before {content:normal;}*/
.container.subMenuOpen .header_container .more_inner {
  display: block;
}
.container.subMenuOpen .subMenu_container {
  display: none;
}
/* Mobile */
@media (max-width: 1300px) {
  /*.container::before {height:60px;}*/
  .container.menuOpen {
  }
  .container.menuOpen .aside_container {
    display: block;
  }
  .container.menuOpen .header_container .btnMenu {
    background-image: url("../images/btn_cancel01.png");
  }
}

/* ================
		HEADER
	================*/
.header_container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px) brightness(115%);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.header_container .header_inner {
  position: relative;
}
.header_container .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_container .logo a {
  display: block;
  width: 190px;
  height: 44px;
  color: transparent;
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/logo_order01.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
/* PC */
@media (min-width: 1301px) {
  .header_container {
  }
  .header_container .header_inner {
    height: 80px;
  }
  .header_container .logo {
    left: 40px;
  }
  .header_container .btnMenu {
    display: none;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .header_container {
  }
  .header_container .header_inner {
    height: 60px;
  }
  .header_container .logo {
    left: 14px;
  }
  .header_container .logo a {
    width: 146px;
    height: 30px;
  }
  .header_container .btnMenu {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    color: transparent;
    text-indent: -999px;
    overflow: hidden;
    background: url("../images/btn_menu01.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

/* ================
		HEADER - SUB
	================*/
.header_container .more_inner {
  height: 74px;
  display: none;
}
.header_container .more_inner .inner {
  width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_container .more_inner .title {
  font-size: 36px;
  font-weight: 700;
}
.header_container .more_inner .btnMore {
  padding-right: 26px;
  position: relative;
  color: #fd753e;
  font-size: 26px;
  font-weight: 600;
}
.header_container .more_inner .btnMore::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("../images/product/ico_arrow_r01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.header_container .sub_inner {
  height: 96px;
}
.header_container .sub_inner .inner {
  display: flex;
  height: 100%;
  align-items: center;
}
.header_container .sub_inner .title {
  font-size: 44px;
  font-weight: 700;
}
.header_container .tab_inner {
  height: 86px;
}
.header_container .tab_inner .subMenu_wrap {
  font-size: 0;
  height: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.header_container .tab_inner .subMenu_wrap > ul {
  height: 100%;
}
.header_container .tab_inner .subMenu_wrap li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_container .tab_inner .subMenu_wrap li ~ li {
  margin-left: 40px;
}
.header_container .tab_inner .subMenu_wrap li a {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header_container .tab_inner .subMenu_wrap li a {
}
.header_container .tab_inner .subMenu_wrap li.active a {
  color: #fd753e;
  font-weight: 700;
}
.header_container .tab_inner .subMenu_wrap li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fd753e;
  height: 4px;
}
/* PC */
@media (min-width: 1301px) {
  .header_container .sub_inner .inner {
    width: 1180px;
    margin: 0 auto;
  }
  .header_container .tab_inner .subMenu_wrap {
    width: 1180px;
    margin: 0 auto;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .header_container .more_inner {
    height: 50px;
  }
  .header_container .more_inner .inner {
    width: auto;
    padding: 0 11px 0 18px;
  }
  .header_container .more_inner .title {
    font-size: 18px;
  }
  .header_container .more_inner .btnMore {
    padding-right: 20px;
    font-size: 15px;
  }
  .header_container .more_inner .btnMore::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url("../images/product/ico_arrow_r01_m.svg");
  }
  .header_container .sub_inner {
    height: 26px;
  }
  .header_container .sub_inner .inner {
    padding: 0 16px;
  }
  .header_container .sub_inner .title {
    font-size: 18px;
  }
  .header_container .tab_inner {
    height: 44px;
    padding: 0 16px;
  }
  .header_container .tab_inner .subMenu_wrap {
  }
  .header_container .tab_inner .subMenu_wrap > ul {
    /*padding:0 16px;*/
  }
  .header_container .tab_inner .subMenu_wrap li {
  }
  .header_container .tab_inner .subMenu_wrap li ~ li {
    margin-left: 16px;
  }
  .header_container .tab_inner .subMenu_wrap li a {
    font-size: 15px;
  }
  .header_container .tab_inner .subMenu_wrap li a {
  }
  .header_container .tab_inner .subMenu_wrap li.active a {
  }
  .header_container .tab_inner .subMenu_wrap li.active a::after {
    height: 2px;
  }
}

/* ================
		ASIDE
	================*/
.aside_container {
  position: fixed;
  z-index: 6000;
}
.aside_container .gnb_wrap {
}
.aside_container .gnb_wrap li {
}
.aside_container .gnb_wrap li a {
}
.aside_container .gnb_wrap li.on a {
  font-weight: 700;
}
.aside_container .lang_wrap {
  display: inline-block;
  vertical-align: middle;
  background: rgba(168, 168, 168, 0.3);
  border-radius: 999px;
  padding: 2px;
  font-size: 0;
}
.aside_container .lang_wrap li {
  display: inline-block;
  vertical-align: middle;
}
.aside_container .lang_wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 44px;
  height: 26px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
}
.aside_container .lang_wrap li.on {
}
.aside_container .lang_wrap li.on a {
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fd753e;
  color: #fff;
}
/* PC */
@media (min-width: 1301px) {
  .aside_container {
    right: 40px;
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .aside_container .gnb_wrap {
  }
  .aside_container .gnb_wrap ul {
  }
  .aside_container .gnb_wrap li {
    display: inline-block;
    vertical-align: middle;
  }
  .aside_container .gnb_wrap li ~ li {
    margin-left: 40px;
  }
  .aside_container .gnb_wrap li a {
    font-size: 17px;
  }
  .aside_container .lang_wrap {
    margin-left: 36px;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .aside_container {
    display: none;
    left: 0;
    right: 0;
    top: 60px;
    text-align: center;
    padding: 40px 0;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(50px) brightness(115%);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .aside_container::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: #e5e5e5;
  }
  .aside_container .gnb_wrap {
  }
  .aside_container .gnb_wrap li {
  }
  .aside_container .gnb_wrap li ~ li {
    margin-top: 37px;
  }
  .aside_container .gnb_wrap li a {
    font-size: 15px;
  }
  .aside_container .lang_wrap {
    margin-top: 37px;
  }
  .aside_container .lang_wrap li {
  }
  .aside_container .lang_wrap li a {
    width: 35px;
    height: 20px;
    font-size: 10px;
  }
}

.subMenu_container {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4000;
}
.subMenu_container .menu_wrap {
}
.subMenu_container .menu_wrap ul {
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  overflow-x: auto;
}
.subMenu_container .menu_wrap li {
  display: inline-block;
  vertical-align: middle;
}
.subMenu_container .menu_wrap li ~ li {
  margin-left: 34px;
}
.subMenu_container .menu_wrap li a {
  display: block;
  width: 110px;
  height: 138px;
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
  padding-top: 103px;
}
.subMenu_container .menu_wrap li a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 144px;
  height: 95px;
  transform: translateX(-50%);
  background: center 0 no-repeat;
  background-size: 100% 100%;
}
.subMenu_container .menu_wrap li a.m1::before {
  background-image: url("../images/product/ico_menu01_01.png");
}
.subMenu_container .menu_wrap li a.m2::before {
  background-image: url("../images/product/ico_menu01_02.png");
}
.subMenu_container .menu_wrap li a.m3::before {
  background-image: url("../images/product/ico_menu01_03.png");
}
.subMenu_container .menu_wrap li a.m4::before {
  background-image: url("../images/product/ico_menu01_04.png");
}
.subMenu_container .menu_wrap li a.m5::before {
  background-image: url("../images/product/ico_menu01_05.png");
}
.subMenu_container .menu_wrap li a.m6::before {
  background-image: url("../images/product/ico_menu01_06.png");
}
.subMenu_container .menu_wrap li a.m7::before {
  background-image: url("../images/product/ico_menu01_07.png");
}
.subMenu_container .menu_wrap li.on a {
}
.subMenu_container .menu_wrap li.on a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #fd753e;
}
/* PC */
@media (min-width: 1301px) {
  .subMenu_container {
    top: 80px;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .subMenu_container {
    top: 60px;
  }
  .subMenu_container .menu_wrap {
  }
  .subMenu_container .menu_wrap ul {
  }
  .subMenu_container .menu_wrap li {
  }
  .subMenu_container .menu_wrap li ~ li {
    margin-left: 0;
  }
  .subMenu_container .menu_wrap li a {
    width: 78px;
    height: 96px;
    font-size: 10px;
    padding-top: 72px;
  }
  .subMenu_container .menu_wrap li a::before {
    width: 76px;
    height: 64px;
  }
  .subMenu_container .menu_wrap li.on a {
  }
  .subMenu_container .menu_wrap li.on a::after {
  }
}

/* ================
		BODY
	================*/
.body_container {
  box-sizing: border-box;
  z-index: 3000;
  position: relative;
  padding-top: 50px;
}
.body_container .body_inner {
}
/* PC */
@media (min-width: 1301px) {
  .body_container {
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .body_container {
    padding-top: 60px;
  }
}

.subMenu_container ~ .body_container {
  padding-top: 218px;
}
/* Mobile */
@media (max-width: 1300px) {
  .subMenu_container ~ .body_container {
    padding-top: 156px;
  }
}

/* ================
		FOOTER
	================*/
.footer_container {
  font-size: 10px;
  color: #a7a7a7;
  font-weight: 400;
  z-index: 5000;
  position: relative;
  background: #fff;
}
.footer_container .footer_inner {
  background: #fff;
}
/* PC */
@media (min-width: 1301px) {
  .footer_container {
    height: 154px;
    font-size: 14px;
  }
  .footer_container .footer_inner {
    padding: 0 40px;
    height: 100%;
  }
  .footer_container .infoBox01 {
    line-height: 1.65;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer_container .infoBox01 .ct01 {
  }
  .footer_container .infoBox01 .ct01::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_container .infoBox01 .ct01 li {
    float: left;
  }
  .footer_container .infoBox01 .ct01 li ~ li::before {
    content: " ㅣ ";
  }
  .footer_container .infoBox01 .ct01 li.br {
    clear: both;
  }
  .footer_container .infoBox01 .ct01 li.br::before {
    content: "";
  }
  .footer_container .infoBox01 .ct02 {
    margin-top: 26px;
  }
  .footer_container .infoBox02 {
    position: absolute;
    right: 28px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }
  .footer_container .infoBox02 .logo {
    display: block;
    width: 158px;
    padding-top: 23px;
    height: 0;
    overflow: hidden;
    background: url("../images/logo_order01_gray.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .footer_container .infoBox02 .cpright {
    text-align: right;
    padding-top: 13px;
    border-top: 1px solid #c9c9c9;
    width: 160px;
    margin-top: 16px;
    font-size: 10px;
  }
  .footer_container .infoBox03 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
  }
  .footer_container .infoBox03 img {
    width: 72px;
    height: 50px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .icon {
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .blogIcon {
    width: 36px;
    height: 28px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .downloadIcon {
    margin-left: 3px;
    width: 10px;
    height: 10px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .appDownloadGroup {
    position: relative;
  }
  .footer_container .infoBox03 .appDownloadGroup .downloadToolltip {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 74px;
    bottom: -70px;
    left: 0px;
    color: #ff7500;
    background-color: #fff;
    border: 1px solid #ff7500;
    padding: 10px;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
  .footer_container .infoBox03 .appDownloadGroup .downloadToolltipText {
    cursor: pointer;
  }
  .footer_container .infoBox03 .appDownloadGroup:hover .downloadToolltip {
    opacity: 1;
  }

  .footer_container .infoBox03 .downloadBtn {
    padding: 0 20px;
    height: 32px;
    color: #ff7500;
    background-color: #fff;
    border: 1px solid #ff7500;
    border-radius: 50px;
    text-align: center;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .footer_container {
    height: 210px;
  }
  .footer_container .footer_inner {
    padding: 20px 14px 0;
  }
  .footer_container .infoBox01 {
    line-height: 1.7;
  }
  .footer_container .infoBox01 .ct01 {
  }
  .footer_container .infoBox01 .ct01::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_container .infoBox01 .ct01 li {
    float: left;
  }
  .footer_container .infoBox01 .ct01 li ~ li::before {
    content: " ㅣ ";
  }
  .footer_container .infoBox01 .ct01 li.br,
  .footer_container .infoBox01 .ct01 li.brOnlyM {
    clear: both;
  }
  .footer_container .infoBox01 .ct01 li.br::before,
  .footer_container .infoBox01 .ct01 li.brOnlyM::before {
    content: "";
  }
  .footer_container .infoBox01 .ct02 {
    margin-top: 14px;
  }
  .footer_container .infoBox02 {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 23px;
  }
  .footer_container .infoBox02 .cpright {
  }
  .footer_container .infoBox02 .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 158px;
    padding-top: 23px;
    height: 0;
    overflow: hidden;
    background: url("../images/logo_order01_gray.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .footer_container .infoBox03 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .footer_container .infoBox03 img {
    width: 72px;
    height: 50px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .blogIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .downloadIcon {
    margin-left: 3px;
    width: 10px;
    height: 10px;
    cursor: pointer;
  }
  .footer_container .infoBox03 .appDownloadGroup {
    position: relative;
  }
  .footer_container .infoBox03 .appDownloadGroup .downloadToolltip {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 42px;
    bottom: -60px;
    left: 0px;
    color: #ff7500;
    background-color: #fff;
    border: 1px solid #ff7500;
    padding: 10px;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
  .footer_container .infoBox03 .appDownloadGroup .downloadToolltipText {
    cursor: pointer;
  }
  .footer_container .infoBox03 .appDownloadGroup:hover .downloadToolltip {
    opacity: 1;
  }

  .footer_container .infoBox03 .downloadBtn {
    padding: 0 10px;
    height: 26px;
    color: #ff7500;
    background-color: #fff;
    border: 1px solid #ff7500;
    border-radius: 50px;
    text-align: center;
  }
}

/******************************
***
***	common
***
******************************/

:root {
  --main-bg-blue: #0776ff; /* 파랑 */

  --main-font-blue: #106cf9; /* 파랑 */
}

/* PC */
@media (min-width: 1301px) {
  .mOnly {
    display: none;
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .pcOnly {
    display: none;
  }
}

/******************************
***
***	Icon / Lable
***
******************************/

body .label_type01 {
}

/******************************
***
***	button
***
******************************/
body .btn_type01 {
}

.btnAlign_type01 {
}

/******************************
***
***	form
***
******************************/

.txtEntry01 {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  height: 64px;
  padding-left: 124px;
}
.txtEntry01 .t_tit {
  position: absolute;
  left: 0;
  padding-left: 22px;
  top: 50%;
  margin-top: -16px;
  line-height: 32px;
  font-size: 24px;
  width: 124px;
  box-sizing: border-box;
}
.txtEntry01 .t_tit::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 34px;
  margin-top: -17px;
  background: #c9c9c9;
}
.txtEntry01 .entry {
  height: 100%;
  font-size: 0;
}
.txtEntry01 .entry .form {
  box-sizing: border-box;
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0 22px;
  font-size: 24px;
}
.txtEntry01 .entry textarea.form {
  padding: 22px;
  box-sizing: border-box;
  height: 180px;
}
.txtEntry01.focus {
  border: 2px solid #fd753e;
}
.txtEntry01.focus .t_tit {
  color: #fd753e;
  padding-left: 21px;
  font-weight: 700;
}
.txtEntry01.focus .t_tit::after {
  background: #fd753e;
  width: 2px;
}
.txtEntry01.focus .entry .form {
  padding: 0 21px;
  color: #fd753e;
  font-weight: 700;
}
.txtEntry01.focus .entry textarea.form {
  padding: 22px 21px;
}
.txtEntry01.break {
  padding: 0;
  height: auto;
}
.txtEntry01.break .t_tit {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  margin: 0;
  padding: 0 22px;
  line-height: 64px;
  width: auto;
}
.txtEntry01.break .t_tit::after {
  left: 22px;
  right: 22px;
  top: auto;
  bottom: 0;
  width: auto;
  height: 1px;
  margin: 0;
}
.txtEntry01.break .entry {
  height: auto;
}
.txtEntry01.break.focus .t_tit {
  padding: 0 21px;
  line-height: 62px;
  height: 63px;
}
.txtEntry01.break.focus .t_tit::after {
  height: 2px;
}
.txtEntry01.break.focus .entry textarea.form {
  height: 179px;
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .txtEntry01 {
    border-radius: 8px;
    height: 38px;
    padding-left: 68px;
  }
  .txtEntry01 .t_tit {
    padding-left: 11px;
    font-size: 14px;
    width: 68px;
  }
  .txtEntry01 .t_tit::after {
    height: 18px;
    margin-top: -9px;
  }
  .txtEntry01 .entry {
  }
  .txtEntry01 .entry .form {
    padding: 0 10px;
    font-size: 14px;
  }
  .txtEntry01 .entry textarea.form {
    padding: 10px;
    height: 85px;
  }
  .txtEntry01.focus {
  }
  .txtEntry01.focus .t_tit {
    padding-left: 10px;
  }
  .txtEntry01.focus .t_tit::after {
  }
  .txtEntry01.focus .entry .form {
    padding: 0 9px;
  }
  .txtEntry01.focus .entry textarea.form {
    padding: 10px 9px;
  }
  .txtEntry01.break {
  }
  .txtEntry01.break .t_tit {
    padding: 0 11px;
    line-height: 36px;
  }
  .txtEntry01.break .t_tit::after {
    left: 11px;
    right: 11px;
  }
  .txtEntry01.break .entry {
  }
  .txtEntry01.break.focus .t_tit {
    padding: 0 10px;
    line-height: 34px;
    height: 35px;
  }
  .txtEntry01.break.focus .t_tit::after {
  }
  .txtEntry01.break.focus .entry textarea.form {
    height: 84px;
  }
}

.chkBox01 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.chkBox01 input {
  position: absolute;
  left: -10px;
  top: -10px;
}
.chkBox01 .c_name {
  display: block;
  position: relative;
  padding-left: 52px;
  font-size: 20px;
  line-height: 40px;
}
.chkBox01 .c_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/bg_checkbox01_off.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.chkBox01 input:checked ~ .c_name {
}
.chkBox01 input:checked ~ .c_name::before {
  background-image: url("../images/bg_checkbox01_on.svg");
}
/* PC */
@media (min-width: 1301px) {
}
/* Mobile */
@media (max-width: 1300px) {
  .chkBox01 {
  }
  .chkBox01 input {
  }
  .chkBox01 .c_name {
    padding-left: 32px;
    line-height: 22px;
    font-size: 14px;
  }
  .chkBox01 .c_name::before {
    width: 22px;
    height: 22px;
  }
  .chkBox01 input:checked ~ .c_name {
  }
  .chkBox01 input:checked ~ .c_name::before {
  }
}

.entry_type01 {
  background: #fff;
  box-sizing: border-box;
  padding: 60px 53px;
  border-radius: 20px;
  width: 825px;
  margin: 0 auto;
}
.entry_type01 .txtEntry01 ~ .txtEntry01 {
  margin-top: 26px;
}
.entry_type01 .agree_wrap {
  margin-top: 28px;
  background: #f3f5fa;
  border-radius: 16px;
  padding: 25px 27px;
}
.entry_type01 .agree_wrap .in ~ .in {
  margin-top: 14px;
}
.entry_type01 .agree_wrap .btnMore {
  display: inline-block;
  vertical-align: middle;
  color: #9f9f9f;
  font-size: 20px;
  margin-left: 9px;
}
.entry_type01 .btn_wrap {
  margin-top: 25px;
  text-align: center;
}
.entry_type01 .btn_wrap .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  height: 72px;
  border-radius: 999px;
  background: #ff7500;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.entry_type01 .btn_wrap .btn:hover {
  background: #000;
}
/* Mobile */
@media (max-width: 1300px) {
  .entry_type01 {
    padding: 24px 14px;
    border-radius: 14px;
    width: auto;
  }
  .entry_type01 .txtEntry01 ~ .txtEntry01 {
    margin-top: 9px;
  }
  .entry_type01 .agree_wrap {
    margin-top: 9px;
    border-radius: 10px;
    padding: 12px 10px;
  }
  .entry_type01 .agree_wrap .in ~ .in {
    margin-top: 8px;
  }
  .entry_type01 .agree_wrap .btnMore {
    font-size: 12px;
    margin-left: 1px;
  }
  .entry_type01 .btn_wrap {
    margin-top: 18px;
  }
  .entry_type01 .btn_wrap .btn {
    /* width: 117px; */
    padding: 10px 25px 10px 25px;
    height: 47px;
    font-size: 18px;
  }
  .entry_type01 .btn_wrap .btn:hover {
  }
}

/******************************
***
***	ETC
***
******************************/

.banner_type01 {
  text-align: center;
  position: relative;
}
.banner_type01 .swiper-container {
  overflow: hidden;
}
.banner_type01 .swiper-slide {
}
.banner_type01 a {
  display: block;
}
.banner_type01 img {
}
.banner_type01 .swiper-button {
  width: 80px;
  height: 80px;
  background: url("../images/main/btn_control01_01.svg") center center no-repeat;
  background-size: 100% 100%;
  margin: 0;
  transform: translateY(-50%);
}
.banner_type01 .swiper-button::after {
  content: normal;
}
/* PC */
@media (min-width: 1301px) {
  .banner_type01 {
    /*height:372px;*/
  }
  .banner_type01 img {
  }
  .banner_type01 .swiper-button-prev {
    left: 50%;
    margin-left: -752px;
  }
  .banner_type01 .swiper-button-next {
    right: 50%;
    margin-right: -752px;
    background-image: url("../images/main/btn_control01_02.svg");
  }
}
/* Mobile */
@media (max-width: 1300px) {
  .banner_type01 .swiper-slide {
    height: 192px;
  }
  .banner_type01 a,
  .banner_type01 img {
    height: 100%;
  }
  .banner_type01 .swiper-button {
    width: 36px;
    height: 100%;
    background-image: url("../images/main/btn_control01_01_m.svg");
    background-size: 100% auto;
  }
  .banner_type01 .swiper-button-prev {
    left: 0;
  }
  .banner_type01 .swiper-button-next {
    right: 0;
    background-image: url("../images/main/btn_control01_02_m.svg");
  }
}

.banner_type02 {
}
.banner_type02 .item {
  overflow: hidden;
}
.banner_type02 .item ~ .item {
  margin-top: 81px;
}
.banner_type02 .item img {
  height: 107px;
}
.banner_type02 .item .swiper-wrapper {
  transition-timing-function: linear;
}
.banner_type02 .item .swiper-slide {
  width: auto;
}
/* Mobile */
@media (max-width: 1300px) {
  .banner_type02 .item ~ .item {
    margin-top: 35px;
  }
  .banner_type02 .item img {
    height: 43px;
  }
}

.banner_type03 {
}
.banner_type03 .swiper-container {
  overflow: hidden;
}
.banner_type03 .swiper-wrapper {
  transition-timing-function: linear;
}
.banner_type03 .item {
  width: 290px;
}
.banner_type03 .item .thumb {
  height: 290px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.banner_type03 .item .thumb img {
  width: 100%;
  height: 100%;
}
.banner_type03 .item .ct {
  margin-top: 22px;
  font-size: 22px;
  color: #fff;
  word-break: keep-all;
  line-height: 1.4;
}
.banner_type03 .item > a:hover .thumb {
  background: #fd753e;
}
/* Mobile */
@media (max-width: 1300px) {
  .banner_type03 {
  }
  .banner_type03 .swiper-wrapper {
    transition-timing-function: linear;
  }
  .banner_type03 .item {
    width: 147px;
  }
  .banner_type03 .item .thumb {
    height: 147px;
  }
  .banner_type03 .item .thumb img {
  }
  .banner_type03 .item .ct {
    margin-top: 12px;
    font-size: 11px;
  }
}

.law_type01 {
  font-size: 14px;
  word-break: break-all;
  line-height: 1.72;
}

/******************************
***
***	item / product
***
******************************/

/******************************
***
***	table + board
***
******************************/

.board_type01 {
  width: 1092px;
  margin: 0 auto;
}
.board_type01 .b_item {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
  padding-left: 72px;
  position: relative;
  cursor: pointer;
}
.board_type01 .b_item::before {
  content: "Q";
  position: absolute;
  left: 22px;
  top: 34px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #0703e6;
  font-size: 20px;
  font-weight: 700;
  border-radius: 99px;
}
.board_type01 .b_header {
  height: 99px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}
.board_type01 .b_content {
  display: none;
  padding: 10px 22px 50px 0;
  font-size: 24px;
  font-weight: 600;
  word-break: keep-all;
}
.board_type01 .b_content img {
  max-width: 100%;
}
.board_type01 .b_item ~ .b_item {
  margin-top: 8px;
}
.board_type01 .b_item.open {
  border-color: #f3f4f8;
  background: #f3f4f8;
}
.board_type01 .b_item.open .b_content {
  display: block;
}
/* Mobile */
@media (max-width: 1300px) {
  .board_type01 {
    width: 325px;
  }
  .board_type01 .b_item {
    border-radius: 6px;
    padding-left: 32px;
  }
  .board_type01 .b_item::before {
    left: 11px;
    top: 9px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
  }
  .board_type01 .b_header {
    height: 36px;
    font-size: 12px;
  }
  .board_type01 .b_content {
    padding: 0 11px 15px 0;
    font-size: 12px;
  }
  .board_type01 .b_content img {
  }
  .board_type01 .b_item ~ .b_item {
    margin-top: 6px;
  }
  .board_type01 .b_item.open {
  }
  .board_type01 .b_item.open .b_content {
  }
}

/******************************
***
***	Layer Popup
***
******************************/

.popup_container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.popup_container .pop_inner {
  background: #fff;
  border-radius: 14px;
  width: 510px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fd753e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.popup_container .pop_header {
  height: 50px;
  background: #fd753e;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
.popup_container .pop_header .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  word-break: break-all;
}
.popup_container .pop_body {
}
.popup_container .pop_close {
  position: absolute;
  right: 9px;
  top: 10px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  background: url("../images/ico_cancel01.svg") center center no-repeat;
  background-size: 100% 100%;
}
.popup_container.visible {
  display: flex;
}
/* Mobile */
@media (max-width: 1300px) {
  .popup_container {
  }
  .popup_container .pop_inner {
    width: 340px;
  }
  .popup_container .pop_header {
  }
  .popup_container .pop_header .title {
  }
  .popup_container .pop_body {
  }
  .popup_container .pop_close {
  }
  .popup_container.visible {
    display: flex;
  }
}

.p_law_page .pop_body {
  padding: 17px 14px;
  height: 320px;
  box-sizing: border-box;
  overflow-y: auto;
}
/* Mobile */
@media (max-width: 1300px) {
  .p_law_page .pop_body {
    padding: 15px 14px;
    height: 230px;
  }
}

/******************************
***
***	풀레이어 팝업
***
******************************/

/******************************
***
***	개별 레이어팝업
***
******************************/
