@import url('https://rsms.me/inter/inter.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@font-face {
  font-family: 'GmarketSans_light';
  src: url(../font/GmarketSansTTFLight.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans_bold';
  src: url(../font/GmarketSansTTFBold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}


/* --------------------------------------------------------------------------------------------
   reset 
 ----------------------------------------------------------------------------------------------   */

* {  margin: 0;  padding: 0;  box-sizing: border-box; }

/* html,
body {  margin: 0;  padding: 0;  height: 100%;  font-size: 100%;  scroll-behavior: smooth ;} */

html,
body {  margin: 0;  padding: 0;  height: 100%;  font-size: 100%;  scroll-behavior: smooth ; overflow-x: hidden;}

html { font-size: 16px; }
body { font-size: 1rem; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
textarea,
select,
option,
a,
b,
p {  color: #222222;  font-family: 'Pretendard', sans-serif;  font-size: 16px;  font-weight: 400; }

img,
fieldset,
iframe {  border: 0 none; }

ul,
ol,
li {  list-style: none; }

em,
address {  font-style: normal; }

img,
input,
select,
textarea {  vertical-align: middle; }

a {  text-decoration: none;  cursor: pointer; }

a:hover {  text-decoration: none; }

button,
label {  cursor: pointer;  _cursor  /**/  : hand; }

button {  background: none;  border: none; }
button * {  position: relative; }
button:focus {  outline: none;  outline: 0; }
textarea {  overflow: auto; }
option {  padding-right: 6px; }

.blind,
legend,
caption {  text-indent: -9999px;  font-size: 0;  height: 0 !important;  line-height: 0;  overflow: hidden;  width: 0 !important; }

hr {  display: none; }
legend {  width: 0; }
:root legend {  margin-top: -1px;  font-size: 0;  line-height: 0; }
caption {  line-height: 0; }


/* --------------------------------------------------------------------------------------------
   reset 
 ----------------------------------------------------------------------------------------------   */

img { width: 100%;  /* height: 100%; */  pointer-events: none; }
a { display: block;  width: 100%;  /* height: 100%; */ }
.pc { display: block; }
.mo { display: none; }
#wrap { width: 100%;  /* max-width: 1920px; */  margin: 0 auto;  position: relative; }

#wrap,
#header-container,
#footer { /* min-width: 1500px */}

/* --------------------------------------------------------------------------------------------
   header 
 ----------------------------------------------------------------------------------------------   */

#header-container {  position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 500; }
.sub #header-container {  position: static; }
#header {  width: 100%;  height: 90px;  padding: 20px 40px;  display: flex;  align-items: center;  gap: 200px;  border-bottom: 1px solid #8fbbe2; }
.sub #header {  border-color: #f1f1f1; }
.logo {  width: 240px;  height: 55px;  background: url(../img/logo.png) no-repeat center / 100%; }
.logo a {  height: 100% !important; }
.sub .logo {  background-image: url(../img/logo2.png); }
/* .gnb ul {  display: flex;  align-items: center;  gap: 64px; } */
.gnb ul { display: flex; flex-direction:row; align-items: center; flex-wrap: wrap;gap: clamp(1rem, 2vw, 4rem);padding-left: 1rem;padding-right: 1rem; padding-inline: clamp(1rem, 3vw, 2rem);}

.gnb li a {  font-size: 22px;  font-weight: 500;  color: #fff;  transition: all 0.1s ease-in-out; }
.sub .gnb li a {  color: #111111; }
.gnb li a:hover,
.gnb li.on a {
  color: #0BB0DA;
}


/* --------------------------------------------------------------------------------------------
   footer 
 ----------------------------------------------------------------------------------------------   */

#footer {  background: #fff;  padding: 0 0 170px; }
.footer-top {  height: 96px;  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;  padding: 30px 0; }
.sns {  display: flex;  align-items: center;  justify-content: end;  gap: 20px; }
.sns li {  width: 36px;  height: 36px; }
.footer-bottom {  height: 316px; }
.footer-bottom .inner {  padding-top: 26px;  display: flex;  align-items: start; }
.f-cont2 {  margin: 0 100px 0 87px; }
.footer-bottom .foot-row {  margin-bottom: 4px;  display: flex;  align-items: center;  gap: 24px; }
.f-cont3 .foot-row {  gap: 50px; }
.f-cont3 .foot-row.mt20 {  margin-top: 20px; }
.f-cont3 .foot-row .line {  position: relative; }
.f-cont3 .foot-row .line::after {  content: '';  width: 1px;  height: 10px;  background: #ffffff30;  position: absolute;  top: 50%;  right: -25px;  transform: translateY(-50%); }
.footer-bottom p {  color: #727272;  font-size:1rem;  letter-spacing: -0.2px;  line-height: 1.5; }
.footer-bottom p span {  font-weight: bold;  margin-right: 10px;  color: #242424; }
.f-cont2 p span {  display: inline-block;  /* width: 48px; */ }
.footer-bottom p.number {  line-height: 30px; }
.footer-bottom p.number a {  font-size: 30px;  font-weight: bold;  margin-bottom: 20px;  color: #242424; }
.footer-bottom .label {  font-size: 18px;  font-weight: bold;  color: #242424;  text-transform: uppercase;  padding: 11px 25px;  border-radius: 3px;  background: #f1f1f1;  display: inline-block;  margin-bottom: 20px; }
.ft_login {  margin-top: 35px; }
.ft_login a span {  font-size: 16px;  color: #242424;  border-bottom: 1px solid #242424; }



/* --------------------------------------------------------------------------------------------
   side fixed menu 
 ----------------------------------------------------------------------------------------------   */

/* aside */
#aside {  width: 119px;  /* height: 479px; */  background: #fff;  border-radius: 3px;  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  position: fixed;  right: 36px;  bottom: 20px;  padding-top: 4px;  z-index: 600; }
.aside-item {  padding: 22px 0 24px;  text-align: center;  position: relative; }
.aside-item:not(.aside-item4):after {  content: '';  display: block;  width: 80px;  height: 1px;  background: #EBEBEB;  position: absolute;  bottom: 0;  left: 50%;  transform: translateX(-50%); }
.aside-item-img {  width: 36px;  height: 36px;  margin: 0 auto 10px; }
.aside-item p {  font-size: 18px;  color: #666;  font-weight: 500; }
.aside-item4 p {  font-size: 16px; }
.aside-item4 p.item4-tit {  margin-bottom: 10px; }
.aside-item4 .item4-cont li:first-child {  margin-bottom: 10px; }
.aside-item4 .item4-cont p {  color: #0b67ea; }
.aside-item4 .item4-cont span {  color: #ff0000;  font-weight: 600;font-size: 22px;}
.sns-button {  display: none; }
 .top-button {  width: 100%;  height: 40px;  background: #254578;  border-radius: 0 0 3px 3px;  color: #fff;  font-weight: 700;  font-size: 14px;  cursor: pointer; }
.top-button img {  width: 9.5px;  height: 13.5px;  margin-right: 5px;  pointer-events: none; }
.top-button span {  pointer-events: none; } 





/* --------------------------------------------------------------------------------------------
   index 
 ----------------------------------------------------------------------------------------------   */

/* main */
.visual {  width: 100%;  height: 700px;  background: url(../img/main/01.jpg) no-repeat center / cover; }
.visual .inner {  height: 100%;  position: relative; }
.visual_text {  position: absolute;  left: 20px;  top: 50%;  transform: translateY(-50%); }
.visual_text h3 {  font-family: 'Inter', sans-serif;  font-size: 36px;  color: #111;  margin-bottom: 5px;  padding: 0 20px; }
.visual_text h3 span {  font-size: 46px;  color: #1b5ba7;  font-weight: 600; }
.scroll_img {  width: 32px;  height: 98px;  position: absolute;  left: 50%;  transform: translateX(-50%);  bottom: 50px; }

/* section */
.inner {  width: 1440px;  margin: 0 auto; }
/* .section1 {  padding: 120px 0 320px; } */
 .section1 {  padding: 120px 0 120px; } 

.banner {  display: flex;  align-items: center;  justify-content: center;  /* gap: 20px; */ }
.banner li {  width: 240px;  height: 270px;  background-position: center 50px;  background-repeat: no-repeat;  /* background-size: 100%; */  /* padding: 30px 0 0 24px; */  text-align: center; }
.banner li a {  height: 100%;  font-size: 26px;  /* color: #fff; */  font-weight: 700;  line-height: 1.5;  display: block;  padding-top: 190px; }
.banner li:nth-child(1) {  background-image: url(../img/main/main_icon_01.png); }
.banner li:nth-child(2) {  background-image: url(../img/main/main_icon_02.png); }
.banner li:nth-child(3) {  background-image: url(../img/main/main_icon_03.png); }
.banner li:nth-child(4) {  background-image: url(../img/main/main_icon_04.png); }
.banner li:nth-child(5) {  background-image: url(../img/main/main_icon_05.png); }
.banner li:nth-child(6) {  background-image: url(../img/main/main_icon_06.png); }
/* .section2 {  height: 617px;  background: #F6F6F6;position: relative; width: 100%;}
.section p {  font-size: 30px;  color: #222;  margin-bottom: 22px; }
.sec2-img {  width: 100%;position: absolute;bottom: 0; } 
.sec2-img video {width: 1440px;height: 810px;box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);}  */

.section2 {  position: relative;width: 100%;}
.sec2-img {width: 100%; overflow: hidden;}
.sec2-img video {width: 100%;height: auto;display: block;max-width: 100%;box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);}



.section3 {  padding: 110px 0 190px; }
.section3 .site-wrap {  margin-bottom: 100px; }
.section3 .label {  border-radius: 3px;  color: #222;  font-size: 40px;  font-weight: 700;  margin-bottom: 40px; }
.site-wrap .label {  background: #D2D8F1;  margin-right: 106px; }
.site, .company {  display: flex;  align-items: center;  justify-content: space-between;  flex-wrap: wrap;  gap: 12px 0; }
.site li {  width: 230px;  height: 160px; }


/* --------------------------------------------------------------------------------------------
   sub
 ----------------------------------------------------------------------------------------------   */

/* sub visual */
.sub-visual {  width: 100%;  height: 300px;  text-align: center;  padding: 40px 0 0;  margin-bottom: 140px;  position: relative;  background-position: 50% 50%; }
.sub-visual .visual_text {width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.sub-visual .box_text {width: 1050px;height: 200px;position: absolute;right: 0;bottom: 0; background-color: rgba(255, 255, 255, 0.85);  text-align: left;font-size: 24px;color: #111;padding: 30px;}
.sub-visual .box_text span {display:block;font-size: 25px;font-weight: 600;margin-bottom: 10px;}
.purchasing .sub-visual {  background-image: url(../img/sub/purchasing/sub-visual.png); }
.custom .sub-visual {  background-image: url(../img/sub/custom/sub-visual.png); }
.research .sub-visual {  background-image: url(../img/sub/research/sub-visual.png); }
.marketGuide .sub-visual {  background-image: url(../img/sub/marketguide/05_title.png); }
.forwarding .sub-visual {  background-image: url(../img/sub/forwarding/07_title.png); }
.sub-visual .mintxt {  font-size: 30px;  color: #fff;  text-align: center;  margin-top: 20px; }
.sub-visual.sub07 h2 {font-size: 36px;}

.sub h2 {  font-size: 54px;  font-weight: bold;  color: #fff; }
.sub h5 {  font-size: 36px;  letter-spacing: -0.025em;  color: #111;  font-weight: 600;  display: flex;  align-items: center;  margin-bottom: 40px; }
.sub h5.mb-9 {  margin-bottom: 9px; }
.sub h5::before {  content: '';  display: inline-block;  width: 10px;  height: 10px;  border-radius: 50%;  background: #4FDAF4;  margin-right: 12px; }
.sub .section {  margin-bottom: 100px; }
.name {  display: block;  font-family: 'GmarketSans_light';  text-transform: uppercase;  color: #222222;  font-size: 20px;  font-weight: 600;  margin-bottom: 50px; }


/* sub 01 회사소개 */
.sub.about .about-section1 {  margin: 80px 0 130px; }
.sub.about .about-section2 {  margin-bottom: 160px; }
.sub.about .about-section2 .inner {background-color: #f1f1f1;padding: 110px 0 120px;}
.about-section2 h2 {  color: #111;  font-size: 80px;  font-family: 'GmarketSans_bold';  text-align: center; }
.about-section2 h2 span {  color: #111;  font-size: 100px; }
.sub.about .about-section2 .about-sec2-img {display: flex;flex-direction: column;margin-top: 140px;align-items: center;gap: 40px;}
.sub.about .about-section2 .about-sec2-img .cont {width: 1000px;display: flex;gap: 115px;align-items: center;background-color: #fff;padding: 30px 0 30px 80px;}
.sub.about .about-section2 .about-sec2-img .cont .text p {font-size: 24px;color: #111;}
.sub.about .about-section2 .about-sec2-img .cont .text p.org {font-size: 2rem;color: #f26522;font-weight: bold; padding: 10px 0;}

.sub.about .about-section3 .about-sec3-img {display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub.about .about-section3 .desc {padding-left: 20px;}
.sub.about .about-section3 .about-sec3-img .cont .text {font-size: 26px;color: #111;margin: 40px 0 25px;text-align: center;}

.sub.about .about-section4 .inner {height: 700px;background: url(../img/sub/about/licence_bg.jpg) 50% 50%/cover no-repeat;position: relative;}
.sub.about .about-section4 .inner h3 {font-size: 50px;color: #fff;text-align: center;padding: 90px 0 0;}
.sub.about .about-section4 .inner .sec4_txtarea {position: absolute;left: 180px;top: 290px;}
.sub.about .about-section4 .inner .sec4_txtarea .sec4_maintxt {font-size: 40px;color: #fff;font-weight: bold;}
.sub.about .about-section4 .inner .sec4_txtarea .sec4_maintxt span {color: #4fdaf4;}
.sub.about .about-section4 .inner .sec4_txtarea .sec4_mintxt {font-size: 20px;color: #fff;margin-top: 40px;}
.sub.about .about-section4 .inner .about-sec4-img {position: absolute;right: 220px;bottom: 130px;}


/* sub 02 구매(사입)대행 */
.sub.purchasing h5 {  color: #222; }
.sub .section.purchasing-section3 {  margin-bottom: 140px; }
.sub.purchasing .purchasing-section3 .purchasing-sec3-img {display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub.purchasing .purchasing-section3 .desc {padding-left: 20px;}
.sub.purchasing .purchasing-section3 .purchasing-sec3-img .cont .text {font-size: 26px;color: #111;margin: 40px 0 25px;text-align: center;}
.sub .section.purchasing-section4 {  margin-bottom: 160px;}
.purchasing-img {  margin-bottom: 24px; }
.desc {  font-size: 20px;  color: #222;  letter-spacing: -0.025em; }
.purchasing-section1 h4 {  margin: 10px 0 40px;  font-size: 36px;  line-height: 52px;  color: #222; }
.purchasing-section1 h4 span {  color: #254578;  font-weight: bold; }
.purchasing-section3 .sec3-top {  margin-bottom: 100px; }
.purchasing-section3 .sec3-top .desc {  display: inline-block;  margin-bottom: 40px;  margin-left: 22px; }
.purchasing-section4 .inner {  height: 608px;  background: url(../img/sub/purchasing/purchasing-sec4.png) no-repeat center / 100%;  padding: 60px; }
.purchasing-section4 .desc-wrap {  width: 100%;  height: 100%;  background: #fff;  padding: 60px; }
.purchasing-section4 .desc-wrap p {  font-size: 24px;  font-weight: 700;  letter-spacing: -0.02em; }
.purchasing-section4 .desc-wrap ul {  margin: 15px 0 41px; }
.purchasing-section4 .desc-wrap li {  font-size: 20px;  line-height: 1.5; }
.purchasing-section4 .desc-wrap li:last-child {  color: #777;  padding-left: 20px; }


/* sub 03 맞춤형 제작(OEM/ODM) */
.custom .section {  margin-bottom: 160px; }
.custom .section.custom-section3 {  margin-bottom: 120px; }
.custom .section.custom-section4 {  margin-bottom: 0;  background: #FAFAFA;  padding: 120px 0; }
.custom-section1 h4 {  font-size: 36px;  font-weight: 700;  text-align: center;  margin-bottom: 40px; }
.custom-sec1-cont {  width: 100%;  height: 400px;  background: url(../img/sub/custom/sub_03_img1.jpg) no-repeat center / 100% 100%;  font-size: 48px;  line-height: 1.5;  color: #fff;  padding-top: 110px;  text-align: center; }
.custom-sec1-cont span {  font-size: 60px;  font-weight: 700; }
.custom-section2 h3 {  font-size: 60px;  font-weight: 700;  color: #111;  margin-bottom: 60px; }
.custom-section2 h3 span {  color: #0BB0DA; }
.custom-sec2-cont {  margin-left: 704px; }
.sec2-cont1 {  margin-bottom: 80px; }
.custom-sec2-cont p {  font-size: 30px;  color: #111;  font-weight: 700;  letter-spacing: -0.025em;  margin-bottom: 16px; }
.custom-sec2-cont p.cont-text2 {  color: #0BB0DA;  font-size: 32px; }
.custom-sec2-cont span {  margin-bottom: 32px;  font-size: 20px;  color: #111;  display: inline-block; }
.custom-sec3-cont {  display: flex;  flex-wrap: wrap;  gap: 60px; }
.custom-sec3-cont li {  width: 190px;  height: 190px;  position: relative; }
.custom-sec3-cont li::after {  content: '';  display: block;  width: 16px;  height: 30px;  background: url(../img/sub/custom/arrow.png) no-repeat center /100%;  position: absolute;  top: 50%;  right: -39px;  transform: translateY(-50%); }

.custom-sec3-cont li:last-child::after {  display: none; }
.custom-sec3-cont li.arrow2::after {  transform: translateY(-50%) rotate(180deg); }
.custom-sec3-cont li.arrow3::after {  top: auto;  right: 50%;  bottom: -53px;  transform: translateX(-50%) rotate(90deg); }
.custom-section4 .inner {  display: flex;  justify-content: space-between; }
.custom-section4 p {  font-size: 24px;  font-weight: bold;  line-height: 1.5;  letter-spacing: -0.025em; }
.sec4-cont1 p {  color: #4007E9; }
.sec4-cont2 p {  color: #A71A74;}
.sec4-cont3 p {  color: #0BB0DA;}
.sec4-cont4 p {  color: #333333;}
.custom-section4 p.desc {  color: #666;  font-weight: 400;  font-size: 20px;  display: flex; }
.custom-section4 p.desc .dot {  width: 6px;  height: 6px;  border-radius: 50%;  background: #666;  display: inline-block;  vertical-align: middle;  margin-right: 8px;  margin-top: 10px; }
/*.custom-sec4-left>ul {  display: flex;  gap: 60px; }*/
.custom-sec4-left>ul {  display: flex;  gap: 40px; }
.custom-sec4-left>ul:first-child {  margin-bottom: 40px; }
/*.custom-sec4-left>ul li {  width: 380px; }*/
.custom-sec4-right {  font-size: 28px;  font-weight: bold;  line-height: 1.6;  color: #fff;  padding: 76px 0 0 60px;  width: 607px;  height: 331px;  background: url(../img/sub/custom/custom-sec4.png) no-repeat center / 100%; }


/* sub 04 제품조사(공장서칭) */
.research .section {  margin-bottom: 160px; }
.research-section1 .cont .sec1_maintxt {font-size: 40px;color: #111;}
.research-section1 .cont .sec1_mintxt {font-size: 30px;color: #111;margin-top: 30px;}
.research-section2 h3 {  font-size: 60px;  font-weight: 700;  color: #111;  margin-bottom: 100px;  line-height: 1.5; }
.research-section2 h3 span {  color: #0BB0DA; }
.research-sec2-cont {  display: flex;  justify-content: space-between; }
.research-sec2-cont li .research-sec2-img {width: 300px;height: 140px;background-color: #fffbdd;border-radius: 30px;display: flex;justify-content: center;align-items: center;}
.research-sec2-cont li .research-sec2-img img {width: 100px;height: 100px;}
.research-sec2-cont p {  font-size: 26px;  text-align: center;  font-weight: 700;  margin-top: 26px;  color: #111; }
.research-sec3-cont {  display: flex;  gap: 60px; }
.research-sec3-cont:last-child {  margin-top: 60px;  margin-left: 357px; }
.research-sec3-cont li {  width: 190px;  height: 190px;  position: relative; }
.research-sec3-cont li::after {  content: '';  display: block;  width: 16px;  height: 30px;  background: url(../img/sub/custom/arrow.png) no-repeat center /100%;  position: absolute;  top: 50%;  right: -39px;  transform: translateY(-50%);  z-index: 2; }

.research-sec3-cont:last-child li:last-child::after {  display: none; }
.research .section.research-section4 {  margin-bottom: 0;  background: #FAFAFA;  padding: 120px 0; }
.research-sec4-left>ul li:first-child {  margin-bottom: 60px; }
.research-sec4-desc p {  font-size: 20px;  color: #222;  letter-spacing: -0.2px;  font-weight: 400; }
.research-sec4-desc p span {  font-weight: bold;  margin-right: 12px; }
.research-sec4-right {  padding: 89px 0 0 80px;  width: 849px;  height: 331px;  background: url(../img/sub/research/research-sec4.png) no-repeat center / 100%; }
.research-sec4-right p {  font-size: 28px;  font-weight: bold;  line-height: 1.6;  color: #fff; }
.research-sec4-right p.underline {  text-decoration: underline;  margin-top: 20px; }


/* sub 05 시장가이드 */
.marketGuide .section {  margin-bottom: 160px; }
.marketGuide h5 {  margin-bottom: 60px; }
.marketGuide-section1::after {  content: '';  display: block;  width: 100%;  height: 127px;  background: #fafafa;  margin-top: -127px; }
.marketGuide-section1 .inner {  display: flex;  gap: 69px; }
.marketGuid-sec1-right h4 {  font-size: 32px;  font-weight: 700;  line-height: 48px;  letter-spacing: -0.2px;  margin-bottom: 72px; }
.marketGuid-sec1-right p {  font-size: 26px;  line-height: 32px;  letter-spacing: -0.2px; }
.marketGuide-sec-cont li {  margin-bottom: 40px; }
.marketGuide-sec-cont li:last-child {  margin-bottom: 0; }
.marketGuide-sec-cont h6 {  font-size: 30px;  letter-spacing: -0.025em;  color: #111;  font-weight: 600;  /* padding: 16px 24px; */  padding: 10px 24px;  background: #D6E4FF;  display: inline-block; }
.marketGuide-sec-cont .sec-cont-desc {  width: 100%;  border: 1px solid #D9D9D9;  /* padding: 40px 32px 24px; */  padding: 40px 32px 10px;  margin-top: -27px; }
.marketGuide-sec-cont .sec-cont-desc.sec-cont-desc-s {  padding: 50px 32px 36px; }
/* .marketGuide-sec-cont .sec-cont-desc p{    font-size: 26px;    color: #111;    font-weight: 400;    line-height: 1.5;    margin-bottom: 0; } */
.marketGuide-sec-cont .sec-cont-desc p {  font-size: 20px;  color: #111;  font-weight: 400;  line-height: 1.4;  margin-bottom: 0; }
.marketGuide-section3 {  width: 100%;  /* padding: 80px 0; */ }
.marketGuide-section3 .inner { height: 347px; background: url(../img/sub/marketguide/marketguide-sec3.png) no-repeat center / cover; padding: 70px 30px; }
.marketGuide-section3 h3 {  color: #fff;  font-size: 32px;  font-weight: 700;  letter-spacing: -0.025em;  line-height: 1.5;  margin-bottom: 40px; }
.marketGuide-section3 p {  font-size: 24px;  font-weight: 700;  letter-spacing: -0.025em;  color: #fff;  margin-bottom: 0;  line-height: 1.5; }
.marketGuide-section5 h4 {  font-size: 60px;  font-weight: 600;  color: #222;  text-align: center;  margin-bottom: 60px; }
.marketGuid-sec5-cont {  background: #FAFAFA;  padding: 50px 0 40px; }
.marketGuid-sec5-cont p {  font-size: 32px;  color: #222;  line-height: 1.5;  text-align: center;  margin-bottom: 50px; }
.marketGuid-sec1-right p {  font-size: 26px;  line-height: 32px;  letter-spacing: -0.2px; }
.marketGuide-section6 h6 {  font-size: 30px;  letter-spacing: -0.025em;  color: #111;  font-weight: 700;  margin-bottom: 16px; }
.marketGuide-section6 p {  font-size: 2em;  line-height: 1.5;  letter-spacing: -0.025em;  color: #111;  margin-bottom: 34px; }
.marketGuid-sec6-img {  width: 1254px;  margin-left: 93px; }


/* sub 06 비용안내 */
.sub06 .forwarding-section2 {padding: 80px 0 0;}
.sub06 td.c_red {color: red;}
.sub06 td.col2 {text-align: left;padding: 10px 20px;} 
.sub06 .forwarding-section2 .inner table { padding: 0 0 20px;}
/* .sub06 p { font-size: 1rem; padding: 20px 0; } */


/* sub 07 물류포워딩 */
.forwarding .section {  margin-bottom: 160px; }
.forwarding .forwarding-section4 {  margin-bottom: 200px; }
.forwarding-section1 h4 {  margin: 10px 0 60px; }
.forwarding .section p {  font-size: 20px;  line-height: 1.5;  letter-spacing: -0.025em;  color: #111; }
.forwarding-section2 p {  margin-bottom: 51px; }
.forwarding-section2 table {  width: 100%;  text-align: center; }
.forwarding-section2 table tr {  height: 60px; }
.forwarding-section2 table th {  font-size: 18px;  font-weight: 700;  letter-spacing: -0.02em;  background: #DFF4F8;  border-bottom: 1px solid #FFFFFF; }
.forwarding-section2 table th:nth-child(2) {  border-left: 1px solid #FFFFFF;  border-right: 1px solid #FFFFFF; }
.forwarding-section2 table td {  font-size: 16px;  font-weight: 400;  color: #444;  letter-spacing: -0.02em;  border-bottom: 1px solid #D8D8D8; padding: 10px 20px; }
.forwarding-section2 table td:nth-child(2) {  border-left: 1px solid #D8D8D8;  border-right: 1px solid #D8D8D8; }
.forwarding-section3 p {  margin-bottom: 90px; }
.forwarding-section3 h6 {  font-size: 36px;  line-height: 52px;  font-weight: 700;  letter-spacing: -0.025em;  text-align: center;  margin-bottom: 30px; }
.forwarding-sec3-cont {  border: 1px solid #D8D8D8;  display: flex; }
.forwarding-sec3-cont li {  width: 33.33%;  /*height: 257px;*/ text-align: center;  border-right: 1px solid #D8D8D8;  padding: 16px 54px; }
.forwarding-sec3-cont li::before {  content: '';  display: block;  width: 125.5px;  height: 114px;  background: url(../img/sub/forwarding/forwarding-sec3.png) no-repeat center / 100%;  margin: 0 auto; }
.forwarding-sec3-cont li:last-child {  border: none; }
.forwarding-sec3-cont li p {  font-size: 22px;  letter-spacing: -0.02em;  line-height: 1.5;  color: #444;  margin-bottom: 0; }
.forwarding-sec3-cont li span {  font-size: 2em;  letter-spacing: -0.02em;  line-height: 1.5;  color: #444; }
.forwarding-section4 h5 {  margin-bottom: 73px; }
.forwarding-sec4-cont {  display: flex;  justify-content: space-between;  margin-bottom: 40px; }
.forwarding-sec4-cont li {  width: 340px;  height: 340px;  border-radius: 50%;  background: #DFF4F8;  display: flex;  align-items: center;  justify-content: start;  flex-direction: column;  text-align: center;  padding-top: 40px; }
.forwarding-sec4-cont h6 {  font-size: 26px;  font-weight: 700;  color: #111;  margin-bottom: 30px; }
.forwarding-sec4-cont .sec4-cont-img {  width: 68px;  height: 73px;  margin-bottom: 34px; }
.forwarding-sec4-cont .sec4-item2 .sec4-cont-img {  width: 59px;  height: 74px;  margin-bottom: 32px; }
.forwarding-sec4-cont .sec4-item3 .sec4-cont-img {  width: 90px;  height: 74px;  margin-bottom: 33px; }
.forwarding-sec4-cont .sec4-item4 .sec4-cont-img {  width: 76px;  height: 70px;  margin-bottom: 35px; }
.forwarding-section4 .forwarding-sec4-cont p {  font-size: 14px;  line-height: 1.5;  color: #111;  margin-bottom: 0;  text-align: center; }
.forwarding-section4 h3 {  font-size: 36px;  line-height: 1.5;  color: #111;  letter-spacing: -0.025em;  text-align: center; }
.forwarding-section4 h3 span {  color: #0BB0DA;  font-weight: 700; }




/* ================================================================== 
    모바일 
	================================================================== */

@media screen and (max-width: 1080px) {
  .pc {    display: none;  }
  .mo {    display: block;  }
  #wrap {    overflow: hidden;    width: 100%;  }

  #wrap,
  #header-container,
  #footer {    min-width: 100%;  }

  .inner {    width: 100%;    padding: 0 20px;  }


	/* header  ---------------------------------------------------------------------------------------------- */

  #header { height: 60px; padding: 10px 20px;  }
  .sub #header-container { position: relative;  }
  .logo { width: 150px;  }
  .menu { width: 30px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); filter: invert(1);  }
  .sub .menu { filter: invert(0);  }
  .close { width: 30px; position: absolute; top: 30px; right: 20px;  }
  #header .gnb { width: 100%; position: absolute; top: 0; left: 100%; width: 100%; height: 100vh; padding-top: 80px; background-color: #fff; z-index: 10; transition: all 0.5s ease-in-out;  }
  #header .gnb.active { left: 0;  }
  .gnb ul { flex-direction: column; padding-bottom: 20px; height: 100%; background: #fff; gap: 0px;  }
  .gnb ul li { width: 100%; text-align: center;  }
  .gnb li a { width: 100%; display: block; color: #222; line-height: 80px; font-size: 30px; background-color: #fff;  }


	



	/* footer 	---------------------------------------------------------------------------------------------- */

	.footer-top { padding: 20px 0; height: auto;  }
    .footer-bottom { padding: 40px 0; height: auto;  }
    .sns { gap: 2vw; }
    .footer-bottom .inner { display: block; padding-top: 0; }
    .footer-bottom p {  font-size:1.4rem;}
    .f-cont2 { margin: 40px 0; }
 	.footer-bottom .f-cont3 .mt20 p span { font-weight: 600;}
	.footer-bottom .foot-row p span { font-weight:600; }


	/* side fixed menu ---------------------------------------------------------------------------------------------- */  
  #aside {background: transparent; bottom: 10%; right: -119px; transition: all 0.5s linear; }
  #aside.active {right: 0;}
  .sns-button { display: block; width: 80px; height: 80px; color: #fff; font-weight: 700; font-size: 14px; background: #254578; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;cursor: pointer; position: absolute;left: -80px;bottom: 0;}
  .sns-button img { width: 23px; height: 20px; margin-bottom: 5px; pointer-events: none; }
  #aside.active .sns-button img { transform: scale(-1, 1) }
  .sns-button span { pointer-events: none;font-size: 2em;}
  .aside-inner {padding: 0 10px; border-radius: 3px; background: #fff; }
  .aside-item { padding: 22px 0 24px; text-align: center; position: relative; /* display: none; */  }
  .aside-item p {font-size: 1.125rem;}
  .aside-item4 p {font-size: 1rem;}
  .aside-item4 .item4-cont p {font-size: 1rem;}
  .aside-item4 .item4-cont span {font-size: 1.375rem;}
  .top-button { width: 80px; height: 80px; border-radius: 8px; position: fixed; bottom: 20px; right: 10px; display: none;display: flex;justify-content: center;align-items: center;gap: 5px;}
  .top-button img { margin-right: 0;width: 15px;height: 22px;}
  .top-button span {font-size: 1.5em;} 


	/* index ---------------------------------------------------------------------------------------------- */  
  .visual { height: 640px; }
  .scroll_img { display: none; }
  h3 { font-size: 4vw; }
  .section1 { height: auto; padding: 40px 0 100px; }
  .banner { flex-wrap: wrap; gap: 10px; }
  .banner li { width: calc((100% / 2) - 10px); height: 190px; border: 1px solid #ccc; background-position: center 20px; background-size: 60px; }
  .banner li a { padding-top: 90px; }
  .section2 { height: auto; padding: 0 0 40px; } 
  .sec2-img {/* top: 50%;transform: translateY(-50%); */}
  .sec2-img video { /* width: 600px; */ height: auto; }
  .section3 { padding: 40px 0; height: auto; }
  .section3 .inner>div { /* display: block; */ }
  .section3 .label { margin-bottom: 20px; }
  .site { padding-right: 0;  }
  .site li { width: calc(100% / 3 - 6px); height: auto; }
  .company li { width: calc(100% / 2 - 6px); height: auto; }




	/* --------------------------------------------------------------------------------------------
		sub
	---------------------------------------------------------------------------------------------- */

  /* sub */
  .sub .section { margin-bottom: 60px; }
  .sub .section.purchasing-section3 { margin-bottom: 60px; }
  .sub .section.purchasing-section4 { margin-bottom: 0; }
  .sub h5 { font-size: 2.5em; margin-bottom: 20px; align-items: start; }
  .sub h5::before { margin-top: 20px; }
  .sub h5 span { width: calc(100% - 22px); word-break: keep-all; }
  .sub-visual { margin-bottom: 40px; background-size: cover; }
  .sub-visual.sub05 {margin-bottom: 160px;}
  .sub h2 { font-size: 34px; }
  .sub-visual .mintxt {font-size: 2em;}
  .sub-visual .box_text {width: 600px;height: 245px;text-align: center;right: 50%;transform: translateX(50%);bottom: -80px;padding: 20px;}


	/* sub 01 회사소개 */	
  .about-section2 h2 { font-size: 36px; }
  .about-section2 h2 span { font-size: 50px; }

  /*  .sub.about .about-section2 .about-sec2-img .cont { width: 600px; gap: 30px; padding: 30px 0 30px 20px; }
  .sub.about .about-section2 .about-sec2-img .cont .img { width: 95px; }
  .sub.about .about-section2 .about-sec2-img .cont .text p {font-size: 2em;}
  .sub.about .about-section2 .about-sec2-img .cont .text p.org {font-size: 2em;} */
  .sub.about .about-section2 .about-sec2-img .cont {width: 90%; flex-direction: row;gap: 30px;padding: 20px 10px; }
  .sub.about .about-section2 .about-sec2-img .cont .img {width: 95px;flex-shrink: 0;}
  .sub.about .about-section2 .about-sec2-img .cont .img img {width: 100%;height: auto;max-height: 80px; /* ✅ 추가 */  object-fit: contain;}
  .sub.about .about-section2 .about-sec2-img .cont .text { flex: 1; /* ✅ 남는 공간을 차지하게 함 */ }
  .sub.about .about-section2 .about-sec2-img .cont .text p {font-size: 1.5rem; /* 줄이 맞도록 적당히 축소 */ margin: 0; line-height: 1.4;}
  .sub.about .about-section2 .about-sec2-img .cont .text p.org {font-size: 2rem;}

  .sub.about .about-section3 .desc {font-size: 2em;}
  .about-sec3-img .cont,
  .purchasing-sec3-img .cont { width: calc((100% / 2) - 10px); }

  .sub.about .about-section4 .inner { height: 860px; }
  .sub.about .about-section4 .inner .sec4_txtarea { width: 100%; top: 200px; left: 50%;transform: translateX(-50%); text-align: center; }
  .sub.about .about-section4 .inner .about-sec4-img { width: 420px; bottom: 110px; right: 50%; transform: translateX(50%); }


	/* sub 02 구매(사입)대행 */	
  .purchasing-section1 h4 { font-size: 24px; line-height: 1.2; margin: 10px 0 20px; }
  .desc { font-size: 2em; }
  .purchasing-section3 .sec3-top .desc { margin-bottom: 20px; }
  .purchasing-section3 .sec3-top { margin-bottom: 60px; }
  .purchasing-section4 .inner { height: auto; padding: 20px; background-size: cover; }
  .purchasing-section4 .desc-wrap { padding: 20px; }
  .purchasing-section4 .desc-wrap li {font-size: 2em;}
  .purchasing-section4 .desc-wrap li:last-child { padding-left: 0; }
  .sub.purchasing .purchasing-section3 .desc {font-size: 2em;}


	/* sub 03 맞춤형 제작(OEM/ODM) */	
  .custom-section1 h4 { font-size: 5.5vw; }
  .custom-sec1-cont { padding: 40px 0; font-size: 26px; height: auto; letter-spacing: -0.025em; }
  .custom-sec1-cont span { font-size: 36px; }
  .custom-section2 h3 { font-size: 30px; margin-bottom: 40px; }
  .custom-sec2-cont { margin-left: 30px; text-align: right; }
  .sec2-cont1 { margin-bottom: 40px; }
  .custom-sec2-cont p { font-size: 2em; margin-bottom: 10px; }
  .custom-sec2-cont span { font-size: 2em; margin-bottom: 20px; }
  .custom-sec2-cont p.cont-text2 { font-size: 22px; line-height: 1.5; }
  .custom-sec3-cont { gap: 10px; justify-content: space-between; }
  .custom-sec3-cont li { width: calc(100% / 3 - 3%); height: auto; }
  .custom-sec3-cont li:nth-child(7) { order: 12; }
  .custom-sec3-cont li:nth-child(8) { order: 11; }
  .custom-sec3-cont li:nth-child(9) { order: 10; }
  .custom-sec3-cont li:nth-child(10) { order: 9; }
  .custom-sec3-cont li:nth-child(11) { order: 8; }
  .custom-sec3-cont li:nth-child(12) { order: 7; }
  .custom-sec3-cont li::after { right: -10%; width: 10%; height: 10%; }
  .custom-sec3-cont li.arrow2::after { transform: rotate(0); }
  .custom-sec3-cont li.arrow3::after { transform: rotate(0); right: -10%; top: 50%; }
  .custom-sec3-cont li:nth-child(7)::after { display: none; }
  .custom-sec3-cont li:last-child::after { display: block; }
  .custom .section.custom-section3 { margin-bottom: 60px; }
  .custom .section.custom-section3 .inner { padding-right: 40px; }
  .custom .section.custom-section4 { padding: 40px 0; }
  .custom-section4 .inner { display: block; }
  .custom-sec4-left>ul,  .research-sec4-left>ul { display: block }
  .custom-section4 p { margin-bottom: 16px; }
  .custom-sec4-left>ul li { width: 100% !important; }
  .custom-section4 p.desc { font-size: 2em; }
  .custom-sec4-right { width: 100%; height: auto; margin-top: 30px; padding: 20px; font-size: 22px; background-size: cover; }


	/* sub 04 제품조사(공장서칭) */	
  .research-section1 .cont .sec1_maintxt {font-size: 30px;}
  .research-section1 .cont .sec1_mintxt {font-size: 22px;}
  .research-section2 h3 {  font-size: 40px; margin-bottom: 60px; word-break: keep-all; }
  .research-sec2-cont { flex-wrap: wrap; gap: 10px; }
  .research-sec2-cont li { width: calc(50% - 10px); }
  .research-sec2-cont .research-sec2-img { width: 100%; height: auto; }
  .research-sec2-cont p {font-size: 2em; margin: 12px 0; }
  .research-sec3-cont { gap: 10px; }
  .research-sec3-cont li { width: 25%; height: auto; }
  .research-sec3-cont:last-child { margin-left: 0; margin-top: 20px; }
  .research-sec3-cont li::after { right: -10%; width: 10%; height: 10%; }
  .research .section.research-section4 { padding: 40px 0; }
  .research-sec4-left>ul { margin-bottom: 20px; }
  .research-sec4-right { width: 100%; height: auto; margin-top: 30px; padding: 20px; font-size: 22px; background-size: cover; word-break: keep-all; }


	/* sub 05 시장가이드 */	
  .marketGuide-section1 .inner { display: block; }
  .marketGuide-sec-cont h6 { font-size: 2.5em; padding: 16px; letter-spacing: -0.04em; }
  .marketGuide-sec-cont .sec-cont-desc { padding: 36px 20px 20px; }
  .marketGuide-sec-cont .sec-cont-desc.sec-cont-desc-s { padding: 40px 20px 26px; }
  .marketGuide-sec-cont .sec-cont-desc p { font-size: 2em; letter-spacing: -0.03em; }
  .marketGuide-section3 { height: auto; padding: 40px 0; }
  .marketGuide-section3 h3 { font-size: 2.5em; word-break: keep-all; }
  .marketGuide-section3 .inner {padding: 20px 30px;}
  .marketGuide-section5 h4 { font-size: 34px; margin-bottom: 40px; line-height: 1.5; }
  .marketGuid-sec5-cont p { font-size: 24px; }
  .marketGuide-section6 h6 { font-size: 24px; }
  .marketGuid-sec6-img { margin-left: auto; width: 100%; }


	/* sub 07 물류포워딩 */	
  .forwarding-section2 p { margin-bottom: 40px;font-size: 2em !important;}
  .forwarding-section2 table tr { height: 40px; }
  .forwarding-section2 table tr:last-child { height: 60px; }
  .forwarding-section2 table th {font-size: 1.5em;}
  .forwarding-section2 table td { padding: 0 2%; font-size: 1.5em;}
  .forwarding-section3 p { margin-bottom: 60px;font-size: 2em !important;}
  .forwarding-section3 h6 { font-size: 26px; letter-spacing: -0.03em; line-height: 1.5; }
  .forwarding-sec3-cont { flex-direction: column; }
  .forwarding-sec3-cont li { width: 100%; height: auto; border-right: none; border-bottom: 1px solid #D8D8D8; }
  .forwarding-sec4-cont { display: block; }
  .forwarding-sec4-cont li { width: 400px; height: 400px; margin: 0 auto; padding-top: 30px; margin-bottom: 25px;justify-content: center;}
  .forwarding-sec4-cont h6 { margin-bottom: 20px; }
  .forwarding-sec4-cont .sec4-cont-img { width: 40px; height: auto !important; margin-bottom: 20px; }
  .forwarding-sec4-cont .sec4-item2 .sec4-cont-img { width: 40px; margin-bottom: 18px; }
  .forwarding-sec4-cont .sec4-item3 .sec4-cont-img { width: 60px; }
  .forwarding-sec4-cont .sec4-item4 .sec4-cont-img { width: 45px; margin-bottom: 20px; }
  .forwarding-section4 .forwarding-sec4-cont p {font-size: 2em;}
  .forwarding-section4 h3 { font-size: 26px; }


.hd_login_msg {display: none;}


/* 팝업창 */
#hd_pop { background: #fff; }
.hd_pops { left: 20px !important; right: 20px !important;  background: #fff; }
.hd_pops_con { width: 100% !important; height: auto !important; background: #fff; }
.hd_pops_con img { width: 100% !important; height: auto !important;} 

 }




/*

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

  .aside-item-img {width: 40px;height: 40px;}
  
	.about-section1 .inner h2 { font-size: 32px; }
    .custom-sec1-cont { padding: 40px 20px; font-size: 24px; height: auto; letter-spacing: -0.025em; }
	
  }


  @media (max-width: 576px) {
#hd_pop { background: #fff; }
.hd_pops { left: 20px !important; right: 20px !important;  background: #fff; }
.hd_pops_con { width: 100% !important; height: auto !important; background: #fff; }
.hd_pops_con img { width: 100% !important; height: auto !important; }
} 
*/

}

@font-face {
  font-family: 'NotoSansKRThin';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKr/NotoSansKR-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansKr/NotoSansKR-Thin.woff) format('woff'),
       url(../fonts/NotoSansKr/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKRLight';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
       url(../fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
       url(../fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'NotoSansKRRegular';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'NotoSansKRMedium';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSansKr/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'NotoSansKRBold';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'NotoSansKRBlack';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSansKr/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Black.otf) format('opentype');
 } 


/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'NotoSansKRRegular', sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'NotoSansKRRegular', sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'NotoSansKRRegular', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'NotoSansKRRegular', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {/*min-width:1100px*/}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {/*width:1100px*/}

/* 팝업레이어 */
#hd_pop {z-index:1200;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}

/* 상단 레이아웃 */
#hd {}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

.hd_sch_wr {float:left;padding:30px 0;;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}

.wrapper, .mb_btn {width:1100px; margin:0 auto;height:100%;zoom:1}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}

.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 0 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}



/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:31px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec; font-size:12px;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {width: 100%;display:inline-block;margin: 0 auto 10px;}
/* .pg_wrap:after {display:block;visibility:hidden;clear:both;content:""}  */
.pg {text-align:center;display: block;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

.top_left {
	float:left;
	padding:0;
	margin:0;
	position:relative;
}
.top_left ul {
	margin:0;
	padding:0;
	list-style:none;
}
.top_left li {
	float:left;
	padding:0;
}
.top_right {
	float:right;
	padding:0;
	margin:0;
	position:relative;
}
.top_right ul {
	margin:0;
	padding:0;
	list-style:none;
}
.top_right li {
	float:left;
	padding:0;
}

/** 서브 페이지 css [start] **/
.sub-left {
	width:217px;
	padding:0;
	margin:0 0 0 0;
}
.sub-left li{
	list-style:none;
}
.sub-right {
	width:783px;
	height:auto;
	padding:0px 0 0 30px;
	min-height:620px;
}

.sub-left .sub_title {
	/*padding:38px 0 22px 20px;*/
	padding-left:20px;
	height:100px;
	width:100%;
	text-align:left;
	color:#fff;
	font-size:29px;
	line-height:100px;
    background:#000;
	font-family: 'NotoSansKRMedium', sans-serif;
}
.sub-left .sub_title div {
	color:#bbb;
	font-size:12px;
}
.sub-left .sub_cate a { /* 좌측메뉴 */
	border-bottom:1px solid #ebebeb;
	font-size:15px;
	padding:13px 5px 13px 20px; 
	color:#000;

    cursor:pointer;
	display:block;
	text-decoration:none;
	line-height:18px;
	font-family: 'NotoSansKRRegular', sans-serif;
}
.sub-left .sub_cate a:hover  { /* 좌측메뉴 hover */

}
.sub-left .sub_cate_on { /* 좌측메뉴 해당 페이지가 열려있을 때 */
}
.sub-left .sub_cate_on a  {/* 좌측메뉴 해당 페이지가 열려있을 때 폰트 색상*/
	background:#f8f8f8;
}

.sub-left ul li:nth-last-child(2) {/* 좌측메뉴 cs 이미지를 제외한 마지막 요소 */
	margin-bottom:50px;
}

.sub-left li.sub_cate_line {
	border-bottom:2px solid #fff;width:170px;float:right;
}
.sub-left li.sub_cate_line:nth-last-child(2) {
	border-bottom:0;
}

.sub-left .sub_cate2 a { /* 좌측메뉴의 서브메뉴 */
	padding:7px 5px 7px 17px; 
	color:#808080;
	cursor:pointer;
	display:block;
	text-decoration:none;
	font-size:1.04em;
}
.sub-left .sub_cate2 a:hover  { /* 좌측메뉴의 서브메뉴 hover */
	color:#808080;
	text-decoration:underline;
	font-weight:bold;
}
.sub-left .sub_cate_on2 { /* 좌측메뉴의 서브메뉴 해당 페이지가 열려있을 때 */
}
.sub-left .sub_cate_on2 a  {/* 좌측메뉴의 서브메뉴 해당 페이지가 열려있을 때 폰트 색상*/
	font-weight:bold;
	color:#808080;
	text-decoration:underline;
}

.sub-right .right_title {
	margin:30px 0 10px;
}
.sub-right .right_title .b_nav {
	float:left;
    font-size:25px;
	color:#353535;
	line-height:30spx;
	font-family: 'NotoSansKRMedium', sans-serif;
}


.sub-right .right_title .b_nav i{
	float:left; margin-right:10px;
	width:11px; height:34px;
	background-color:#41558a;
}

.sub-right .right_title .s_nav {
	float:right;
	font-size:12px;
	line-height:30px;
	color:#747474;
}
.sub-right .right_title hr {
	clear:both;
	display:block;
	border:1px solid #fff;
	border-bottom:1px solid #949494;
	
}
.sub-right .right_title .s_nav span {
	padding:0 6px;
}

.sub-right .right_title .s_nav .point { color:#000; }