@charset "utf-8";
/*******************************
* Site Name: YGINVESTORS
* Client: YGINVESTORS
* Author: Mushroom
* Update: 2021. 08
********************************/

/********************************************************
* Body
*********************************************************/
.wrap{padding-top:95px;}

@media (max-width:1280px){
  .wrap{padding-top:85px;}
}
@media (max-width:970px){
  .mobile-wrap{overflow:hidden;}
  .wrap{padding-top:75px;}
}

/********************************************************
* Header
*********************************************************/
.header{position:fixed;top:0;left:0;width:100%;transition:box-shadow .3s;z-index:1500;}
.header-inner{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%;height:95px;padding:0 40px;background-color:#fff;transition:height .3s, padding .3s;}
.branding{flex:0 0 auto;width:220px;transition:width .3s;}
.branding .link{display:block;width:211px;height:36px;background:url("/uploads/media/logo.png") no-repeat center center;background-size:100% auto;transition:width .3s, background-image .3s;}
.gnb{display:flex;justify-content:center;position:relative;width:100%;height:100%;max-width:1420px;}
.gnb::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#000;}
.nav{display:flex;width:100%;max-width:890px;height:100%;}
.nav .menu{flex:1 1 auto;position:relative;height:100%;}
.nav .menu > .link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:30px;color:#000;font-weight:700;transition:font .3s, color .3s;}
.nav .menu > .link:hover, .nav .menu.active > .link{color:#ed1c24;}
.quick-menu{display:flex;flex:0 0 auto;width:220px;justify-content:space-between;align-items:center;padding-left:20px;transition:width .3s;}
.language-switcher{position:relative;width:113px;height:38px;}
.switcher-inner{position:absolute;top:0;left:0;width:100%;height:38px;;padding:1px;overflow:hidden;background-color:#fff;transition:height .3s;}
.language-switcher.open .switcher-inner{height:80px;}
.switcher-inner::before{content:"";position:absolute;top:0;left:0;width:100%;height:0;visibility:hidden;opacity:0;border:1px solid #000;box-sizing:border-box;}
.language-switcher.open .switcher-inner::before{visibility:visible;opacity:1;height:100%;}
.language-switcher .language{display:inline-flex;justify-content:space-between;align-items:center;position:relative;padding:9px 17px;font-family:"KlavikaWebBasic";font-size:24px;font-weight:700;color:#000;line-height:1;border:0;background:none;transition:font .3s;}
.language-switcher .language .icon{margin-left:18px;transform:rotate(45deg);}
.language-switcher .language.active .icon{transform:rotate(-135deg);}
.language-switcher .language .icon::before{content:"";display:inline-block;width:9px;height:9px;margin-top:-1.5px;border-right:3px solid #000;border-bottom:3px solid #000;transform:translateY(-50%);}
.language-list{position:absolute;top:42px;left:0;width:100%;}
.language-list .item{padding:6px 17px;}
.language-list .link{font-size:24px;font-weight:700;color:#959595;line-height:1;transition:font .3s, color .3s;}
.language-list .link:hover{color:#000;}
.mobile-open{display:inline-flex;justify-content:center;align-items:center;position:relative;width:38px;height:38px;border:2px solid #000;background-color:#fff;}
.mobile-open .lines{display:inline-block;position:relative;width:14px;height:10px;}
.mobile-open .lines::before, .mobile-open .lines::after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#000;transition:transform .3s;}
.mobile-open .lines::before{top:0;}
.mobile-open .lines::after{top:100%;margin-top:-2px;}
.mobile-open.open .lines::before{top:50%;transform:rotate(45deg);}
.mobile-open.open .lines::after{top:50%;margin-top:0;transform:rotate(-45deg);}

/* Mobile Gnb */
.mobile-menu{position:fixed;top:29px;right:40px;width:100%;max-width:274px;padding:0 0 15px 30px;visibility:hidden;opacity:0;background-color:#000;transition:top .3s, width .3s, height .3s, visibility .3s, opacity .3s, transform .7s;z-index:1600;}
.mobile-menu.show{visibility:visible;opacity:1;}
.mobile-menu .inner{position:relative;height:calc(100% - 100px);padding:0;z-index:50;}
.mobile-gnb{position:relative;visibility:hidden;opacity:0;transition:visibility .7s, opacity .7s;}
.mobile-menu.show .mobile-gnb{visibility:visible;opacity:1;}
.mobile-nav{margin-top:15px;}
.mobile-nav .menu{margin-bottom:10px;}
.mobile-nav .menu:last-child{margin:0;}
.mobile-nav .menu > .link{display:inline-flex;justify-content:center;align-items:center;position:relative;font-family:"NanumSquare";font-size:16px;font-weight:600;color:#fff;transition:font .3s;}
.mobile-nav .menu > .link::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;visibility:hidden;opacity:0;background-color:#fff;transition:visibility .3s, opacity .3s;}
.mobile-nav .menu > .link::after{content:"";display:inline-block;visibility:hidden;opacity:0;margin-left:14px;border-top:5px solid #fff;border-right:4px solid transparent;border-left:4px solid transparent;transform:translateY(-1.5px);transition:visibility .3s, opacity .3s;}
.mobile-nav .menu > .link:hover::before, .mobile-nav .menu.active > .link::before, .mobile-nav .menu > .link:hover::after, .mobile-nav .menu.active > .link::after{visibility:visible;opacity:1;}

/* Mobile Open */
.mobile-top{display:flex;justify-content:space-between;align-items:center;z-index:500;}
.mobile-top .header-inner{background-color:#000;}
.mobile-top .quick-menu{width:100%;padding:0;}
.mobile-top .language-switcher{width:auto;height:auto;margin-top:3px;}
.mobile-top .language-list{display:flex;align-items:center;position:static;top:0;height:100%;}
.mobile-top .language-list .item{position:relative;padding:0;color:#636363;}
.mobile-top .language-list .item .link:hover, .mobile-top .language-list .item .link.active{color:#fff;}
.mobile-top .language-list .item:not(:last-child){padding:0 20px 0 0;margin-right:19px;}
.mobile-top .language-list .item:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;width:1px;height:16px;background-color:#636363;transform:translateY(-50%);}
.mobile-menu .etc-list{display:none;}

/* Floating */
.header.floating{box-shadow:0 0 15px rgba(0,0,0,.1);}
.header.floating .header-inner{height:85px;}
.header.floating .nav .menu > .link{font-size:25px;}
.header.floating .language-switcher.open .switcher-inner{height:75px;}
.header.floating .language-switcher .language{font-size:20px;}
.header.floating .language-list{top:40px;}
.header.floating .language-list .link{font-size:20px;}
.mobile-menu.floating{top:24px;}
.mobile-menu.floating .language-list .link{font-size:20px;}

@media (max-width:1600px){
  .header-inner{padding:0 20px;}

  /* Mobile Open */
  .mobile-menu{right:20px;}
}
@media (max-width:1460px){
  .nav .menu > .link{font-size:25px;}
  .language-switcher{width:105px;}
  .language-switcher .language{font-size:20px;}
  .language-switcher.open .switcher-inner, .header.floating .language-switcher.open .switcher-inner{height:75px;}
  .language-list, .header.floating .language-list{top:38px;}
  .language-list .link{font-size:20px;}
}
@media (max-width:1280px){
  .header-inner{height:85px;}
  .branding{width:180px;}
  .branding .link{width:174px;}
  .nav .menu > .link, .header.floating .nav .menu > .link{font-size:23px;}
  /* .quick-menu{width:58px;} */
  .quick-menu{width:180px;}
  .language-switcher{width:93px;}
  .language-switcher .language, .header.floating .language-switcher .language{font-size:18px;}
  .language-switcher .language .icon{margin-left:13px;}
  .language-switcher .language .icon::before{width:7px;height:7px;}
  .language-list .link, .header.floating .language-list .link{font-size:18px;}
  .mobile-menu, .mobile-menu.floating{top:24px;}
}
@media (max-width:970px){
  .header-inner, .header.floating .header-inner{height:75px;}
  .gnb{display:none;}
  .quick-menu{width:58px;}
  /* .language-switcher{visibility:hidden;opacity:0;} */
  .header .language-switcher{display:none}

  /* Mobile Gnb */
  .mobile-top .language-switcher{visibility:visible;opacity:1;}

  /* Mobile Open */
  .mobile-menu, .mobile-menu.floating{top:0;left:auto;right:0;width:80%;max-width:600px;height:100%;padding:0;background-color:#000;transform:translateX(100%);}
  .mobile-menu.show{transform:translateX(0);}
  .mobile-top{height:75px;padding:0 20px 0 40px;}
  .mobile-top .branding{display:none;}
  .mobile-top .quick-menu{width:100%;}
  .mobile-menu .inner{padding:0 40px;transition:padding .3s;}
  .mobile-gnb{height:calc(100% - 100px);overflow-x:hidden;overflow-y:auto;}
  .mobile-nav{flex-direction:column;margin:0;}
  .mobile-nav .menu{padding:0;}
  .mobile-nav .menu > .link{justify-content:flex-start;width:100%;height:80px;padding-left:20px;font-size:26px;font-weight:700;}
  .mobile-nav .menu > .link:hover, .mobile-nav .menu.active > .link{color:#ed1c24;}
  .mobile-nav .menu > .link::before, .mobile-nav .menu > .link::after{display:none;}
  .mobile-menu .etc-list{display:flex;align-items:flex-end;height:100px;padding-left:20px;}
  .mobile-menu .etc-list .item .link{color:#fff;}
}
@media (max-width:480px){
  .branding .link{width:154px;}
  .quick-menu{width:auto;}
  .mobile-open{width:32px;height:32px;}


  /* Mobile Open */
  .mobile-menu .etc-list{justify-content:flex-end;align-items:flex-start;}
  .mobile-menu .inner{padding:0 20px;}
  .mobile-nav .menu > .link{height:60px;}
}


/********************************************************
* Common
*********************************************************/
/* Section */
.sub-section{padding:0 0 150px;}
.flex-wrap{display:flex;justify-content:space-between;transition:margin .3s;}
.flex-wrap .title-wrap{flex-shrink:0;min-width:300px;margin-right:40px;}
.flex-wrap .item-wrap{position:relative;width:100%;max-width:945px;}
.img-wrap{font-size:0;line-height:1;}
.img-wrap img{width:100%;height:auto;}

/* Title */
.title-st3{font-family:"NanumSquare";font-size:30px;font-weight:600;transition:font .3s;}
.title-st4{font-size:48px;font-weight:600;line-height:1.4;transition:font .3s;}
.title-st5{font-size:120px;font-weight:600;line-height:1;transition:font .3s;}

/* Text */
.text-st1{font-family:"NanumSquare";font-size:24px;line-height:1.7;transition:font .3s;}
.category{font-size:24px;font-weight:700;color:#ed1c24;transition:margin .3s, font .3s;}

/* Btn */
.btn{display:flex;justify-content:center;align-items:center;margin:0 auto;font-size:18px;background-color:#fff;transition:color .3s, background-color .3s;}
.btn:hover{color:#fff;background-color:#000;}
.btn.border{border:1px solid #000;}
.btn-st3{display:inline-flex;font-weight:600;}
.btn-st3 .icon{display:inline-flex;justify-content:center;align-items:center;position:relative;top:-1px;width:28px;height:28px;margin-right:10px;font-size:12px;color:#fff;border-radius:50%;background-color:#d6d6d6;transition:color .3s, background-color .3s;}
.btn-st3:hover{color:#000;background-color:transparent;}
.btn-st3:hover .icon{color:#fff;background-color:#000;}

/* Table */
.table-st3{width:100%;margin-top:20px;border-top:2px solid #000;}
.table-st3 td{padding:30px;font-family:"NanumSquare";font-size:16px;vertical-align:middle;border-bottom:1px solid #b2b2b2;}
.table-st3 .link{display:inline-block;}
.table-st3 .elips{display:-webkit-box;height:1.5em;overflow:hidden;font-family:"NanumSquare";font-size:20px;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.table-st3 .link:hover .elips{text-decoration:underline;}
.table-st3 .date{display:block;margin-top:5px;font-size:16px;color:#959595;}
.table-st3 .td-writer{width:300px;padding:30px 10px;}
.table-st3 .download{display:flex;align-items:center;}
.table-st3 .download .icon{display:inline-block;width:17px;height:17px;margin-right:25px;background:url("/uploads/media/icon_download.png") no-repeat center center;transition:background-image .3s;}
.table-st3 .download:hover .icon{background:url("/uploads/media/icon_download_over.png") no-repeat center center;}
.scroll-wrap{display:none;position:absolute;left:50%;top:50%;padding:10px 20px 20px;text-align:center;background-color:rgba(0,0,0,.7);transform:translate(-50%, -50%);}
.scroll-wrap .icon{font-size:50px;color:#fff;transform:rotate(90deg);}
.scroll-wrap .text{font-size:16px;font-weight:500;color:#fff;}
.pagination{margin-top:50px;}

/* Select */
/* .search-wrap{}
.search-inner{display:flex;justify-content:flex-end;align-items:center;height:54px;}
.search-wrap .input-wrap{display:flex;align-items:center;width:100%;max-width:365px;height:100%;margin-right:30px;border-bottom:1px solid #000;}
.search-wrap .search-input{width:100%;height:100%;padding:0 7px;font-size:16px;border:0;outline:none;}
.search-wrap .btn-search{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:100%;text-indent:-9999px;border:0;background:url("/uploads/media/icon_search.png") no-repeat center center;outline:none;}
.search-wrap .select-wrap{width:195px;}
.select-wrap{position:relative;height:54px;border:1px solid #000;}
.select-wrap::after{content:"";position:absolute;top:50%;right:30px;margin-top:-3px;border-top:6px solid #000;border-right:5px solid transparent;border-left:5px solid transparent; transition:transform .3s;}
.select-wrap.active::after{transform:rotate(180deg);}
.select-wrap .select{width:100%;height:100%;font-size:16px;outline:none;} */

.search-inner{display:flex;justify-content:flex-end;align-items:center;height:54px;}
.search-wrap .input-wrap{display:flex;align-items:center;width:100%;max-width:365px;height:100%;margin-right:30px;border-bottom:1px solid #000;}
.search-wrap .search-input{width:100%;height:100%;padding:0 7px;font-family:"NanumSquare";font-size:16px;border:0;outline:none;}
.search-wrap .btn-search{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:100%;text-indent:-9999px;border:0;background:url("/uploads/media/icon_search.png") no-repeat center center;outline:none;}
.search-wrap .select-wrap{width:195px;}
.select-wrap{position:relative;height:54px;border:1px solid #000;}
.select-wrap .default{display:flex;align-items:center;height:100%;padding:0 50px 0 20px;font-family:"NanumSquare";font-size:16px;cursor:pointer;background-color:transparent;border:0;outline:none;}
.select-wrap::after{content:"";position:absolute;top:50%;right:30px;margin-top:-3px;border-top:6px solid #000;border-right:5px solid transparent;border-left:5px solid transparent;transition:transform .3s;}
.select-wrap.active::after{transform:rotate(180deg);}
/* .select-wrap .select{width:100%;height:100%;font-family:"NanumSquare";font-size:16px;outline:none;} */
.select-wrap .select{display:none;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);padding:9px 0;font-family:"NanumSquare";font-size:16px;background-color:#fff;border:1px solid #000;z-index:50;}
.select-wrap .select .item{padding:6px 0;}
.select-wrap .select .link{padding:0 50px 0 20px;font-family:"NanumSquare";font-size:16px;}
.select-wrap .select .link:hover{text-decoration:underline;}

/* Board */
.board-view{border-top:2px solid #000;}
.view-top{}
.view-top .text-wrap{display:flex;align-items:center;padding:30px 35px;border-bottom:1px solid #b2b2b2;}
.view-top .title-wrap{width:100%;}
.view-top .title-wrap .title{font-family:"NanumSquare";font-size:28px;font-weight:400;}
.view-top .title-wrap .date{font-family:"NanumSquare";font-size:16px;color:#959595;}
.view-top .title-wrap .bottom{display:flex;align-items:center;margin-top:10px;}
.view-top .title-wrap .writer{margin-left:20px;font-family:"NanumSquare";font-size:16px;color:#959595;}
.view-top .text-wrap .career{flex-shrink:0;padding:0 40px 0 20px;font-size:16px;}
.view-top .file-wrap{display:flex;padding:20px 35px 0;}
.view-top .file-wrap .title{flex-shrink:0;font-family:"NanumSquare";font-size:16px;color:#ed1c24;}
.view-top .file-wrap .file{font-family:"NanumSquare";font-size:16px;text-decoration:underline;transition:opacity .3s;word-break:break-all;}
.view-top .file-wrap .file:hover{opacity:.7;}
.view-top .file-wrap .volume{}
.view-cont{min-height:380px;padding:65px 35px;font-family:"NanumSquare";font-size:16px;line-height:1.8;border-bottom:1px solid #b2b2b2;}
.editor_contents *{font-family:"NanumSquare" !important;}
.view-cont p{font-size:16px;line-height:1.8;}
.view-cont img{max-width:100%;}
.btn-list{margin-top:30px;}

@media (max-width:1600px){
  /* Title */
  .title-st5{font-size:100px;}

  /* Text */
  .text-st1{font-size:21px;}
}
@media (max-width:1440px){
  /* Section */
  .sub-section{padding:0 0 120px;}

  /* Title */
  .title-st3{font-size:29px;}
  .title-st4{font-size:44px;}
  .title-st5{font-size:90px;}

  /* Text */
  .text-st1{font-size:19px;}

  /* Board */
  .view-top .title-wrap .title{font-size:26px;}
}
@media (max-width:1280px){
  /* Section */
  .sub-section{padding:0 0 100px;}
  .flex-wrap .title-wrap{min-width:260px;}

  /* Title */
  .title-st3{font-size:28px;}
  .title-st4{font-size:40px;}
  .title-st5{font-size:80px;}

  /* Text */
  .text-st1{font-size:18px;}
  .category{font-size:20px;}

  /* Button */
  .btn{font-size:16px;}
  .btn-st2 .icon, .btn-st3 .icon{width:22px;height:22px;}

  /* Table */
  .table-st3 td{padding:20px;}
  .table-st3 .elips{font-size:19px;}
  .table-st3 .td-writer{width:270px;}

  /* Select */
  .search-wrap .input-wrap{max-width:300px;}
  .search-wrap .select-wrap{max-width:170px;}

  /* Board */
  .view-top .text-wrap{padding:20px;}
  .view-top .title-wrap .title{font-size:25px;}
  .view-top .file-wrap{padding:15px 20px 0;}
  .view-cont{padding:50px 20px;}
}
@media (max-width:1080px){
  /* Title */
  .title-st5{font-size:70px;}

  /* Text */
  .text-st1{font-size:17px;}
  .category{font-size:18px;}
}
@media (max-width:970px){
  /* Section */
  .sub-section{padding:0 0 90px;}

  /* Title */
  .title-st3{font-size:26px;}
  .title-st4{font-size:32px;}
  .title-st5{font-size:65px;}

  /* Button */
  .btn{font-size:15px;}

  /* Table */
  .scroll-wrap .text{font-size:15px;}
  .table-st3 td{font-size:15px;}
  .table-st3 .elips{font-size:18px;}
  .table-st3 .td-writer{width:160px;}
  .table-st3 .download .icon{margin-right:10px;}
  .table-st3 .date{font-size:15px;}

  /* Select */
  .search-inner{height:50px;}
  .search-wrap .search-input{font-size:15px;}
  .search-wrap .select-wrap{height:50px;}
  .select-wrap .select{font-size:15px;}

  /* Board */
  .view-top .title-wrap .title{font-size:22px;}
  .view-top .title-wrap .date, .view-top .file-wrap .title, .view-top .file-wrap .file{font-size:15px;}
}
@media (max-width:640px){
  /* Title */
  .title-st3{font-size:22px;}
  .title-st4{font-size:25px;}
  .title-st5{font-size:44px;}

  /* Text */
  .text-st1{font-size:16px;}

  /* Table */
  .table-st3 td{float:left;padding:10px;border-bottom:0;}
  .table-st3 tr{border-bottom:1px solid #b2b2b2;}
  .table-st3 td:first-child{width:100%;}
  .table-st3 .elips{font-size:17px;font-weight:600;}
  .table-st3 .td-writer{padding:0 10px 10px;}
  .table-st3 .download{font-size:14px;}
  .table-st3 .download .icon{width:15px;height:15px;background-size:100% auto;}

  /* Select */
  .search-inner{height:45px;}
  .search-wrap .input-wrap{max-width:none;margin-right:10px;}
  .search-wrap .btn-search{width:40px;background-size:50% auto;}
  .search-wrap .select-wrap{max-width:100px;height:45px;}
  .select-wrap{height:45px;}
  .select-wrap::after{right:10px;}

  /* Board */
  .view-top .text-wrap{display:block;padding:10px;}
  .view-top .title-wrap .title{font-size:18px;}
  .view-top .text-wrap .career{padding:10px 0 0;font-size:15px;}
  .view-top .file-wrap{padding:10px 10px 0;}
  .view-cont{padding:30px 10px;font-size:15px;}
  .view-cont p{font-size:15px;}
}
@media (max-width:320px){
  /* Title */
  .title-st5{font-size:40px;}
}


/********************************************************
* About
*********************************************************/
/* About */
.about-top{padding:120px 0 130px;border-bottom:2px solid #000;}
.about-top .flex-wrap{margin-top:0;}
.about-top .title-st5{margin-top:-10px;}
.about-top .sub-title{font-family:"NanumSquare";font-size:30px;font-weight:600;}
.about-top .category{display:block;margin-top:110px;}
.about-top .text-st1{margin-top:25px;}
.about-top .btn-contact{margin-top:25px;}
.about-top .img-wrap img{max-width:560px;transition:max-width .3s;}

/* Company */
.company-wrap{margin-top:110px;}
.table-text-ab{position:absolute;top:-10px;right:0;font-family:"NanumSquare";font-size:14px;transform:translateY(-100%);}
.outline-list{border-top:2px solid #000;}
.outline-list .item{display:flex;align-items:center;padding:17px 30px;font-size:16px;font-weight:600;border-bottom:1px solid #b2b2b2;}
.outline-list .item .title{font-family:"NanumSquare";flex-shrink:0;width:195px;}
.outline-list .item .num{font-family:"NanumSquare";margin-left:20px;font-weight:400;}

/* People */
.people-wrap{margin-top:130px;}
.people-wrap .s-title{margin-bottom:50px;font-family:"NanumSquare";font-size:16px;}
.people-list{display:flex;flex-wrap:wrap;margin:-40px;}
.people-list .item{width:50%;padding:40px;}
.people-list .item-inner{height:330px;padding:30px 44px 35px;border:1px solid #000;}
.en-page .people-list .item-inner{height:370px;}
.people-list .item1 .item-inner{background:url("/uploads/media/people_icon1.png") no-repeat right 50px bottom 30px;}
.people-list .item2 .item-inner{background:url("/uploads/media/people_icon2.png") no-repeat right 50px bottom 30px;}
.people-list .item3 .item-inner{background:url("/uploads/media/people_icon3.png") no-repeat right 50px bottom 30px;}
.people-list .item4 .item-inner{background:url("/uploads/media/people_icon4.png") no-repeat right 50px bottom 30px;}
.people-list .item5 .item-inner{background:url("/uploads/media/people_icon5.png") no-repeat right 50px bottom 30px;}
.people-list .item6 .item-inner{background:url("/uploads/media/people_icon6.png") no-repeat right 50px bottom 30px;}
.people-list .item7 .item-inner{background:url("/uploads/media/people_icon7.png") no-repeat right 50px bottom 30px;}
.people-list .item8 .item-inner{background:url("/uploads/media/people_icon8.png") no-repeat right 50px bottom 30px;}
.people-list .item9 .item-inner{background:url("/uploads/media/people_icon9.png") no-repeat right 50px bottom 30px;}
.people-list .item10 .item-inner{background:url("/uploads/media/people_icon10.png") no-repeat right 50px bottom 30px;}
.people-list .item11 .item-inner{background:url("/uploads/media/people_icon11.png") no-repeat right 50px bottom 30px;}
.people-list .item12 .item-inner{background:url("/uploads/media/people_icon12.png") no-repeat right 50px bottom 30px;}

.people-list .item .position{margin-top:5px;font-family:"NanumSquare";font-size:18px;font-weight:600;}
.people-list .career-list{margin-top:50px;}
.people-list .career-list .text{position:relative;padding-left:11px;margin-bottom:15px;font-family:"NanumSquare";font-size:16px;}
.people-list .career-list .text:last-child{margin-bottom:0;}
.people-list .career-list .text::before{content:"";display:inline-block;position:absolute;top:10px;left:0;width:3px;height:3px;margin-right:8px;background-color:#7f7f7f;}

/* disclosure */
.board-wrap{margin-top:130px;}
.board-top{display:flex;justify-content:space-between;align-items:center;}
.board-wrap .btn-list{max-width:145px;height:45px;}

/* Contact Us */
.address-wrap{padding-bottom:145px;margin-top:130px;transition:padding .3s;}
.nxmap{height:625px;margin-top:25px;border:0!important;transition:height .3s;}
.address-wrap .text-st1{margin-top:40px;font-weight:600;}
.address-wrap .addr{margin-top:30px;font-family:"NanumSquare";font-size:16px;line-height:1.7;}
.address-wrap .addr .link:hover{text-decoration:underline;}
.address-wrap .inquiry{margin-top:40px;font-family:"NanumSquare";font-size:16px;font-weight:600;}
.address-wrap .inquiry .link:hover{text-decoration:underline;}

/* Privacy */
.privacy-sec .title-st4{margin-top:80px;}
.privacy-sec .text-st1{margin-top:25px;}
.privacy-sec .text-st1 .link:hover{text-decoration:underline;}
.prive-select{margin-top:70px;}
.prive-select .prive-select-inner{display:flex;justify-content:flex-end;}
.prive-select .select-wrap{width:100%;max-width:285px;}
.prive-wrap{padding-top:45px;margin-top:30px;border-top:2px solid #000;}
.prive-wrap .title{padding-bottom:15px;font-family:"NanumSquare";font-size:16px;}
.prive-wrap .title:not(:first-child){margin-top:35px;}
.prive-wrap .text{font-family:"NanumSquare";font-size:16px;line-height:1.8;}
.prive-wrap .link{font-family:"NanumSquare";}
.prive-wrap .link:hover{text-decoration:underline;}
.prive-wrap .prive-list .item{position:relative;padding-left:20px;font-family:"NanumSquare";font-size:16px;line-height:1.8;}
.prive-wrap .prive-list .item .tel{margin:0 5px;}
.prive-wrap .list-st1 .item::before{content:"▶";position:absolute;top:0;left:0;}
.prive-wrap .list-st2{counter-reset:section;}
.prive-wrap .list-st2 .item::before{counter-increment:section;content:counter(section);display:inline-flex;justify-content:center;align-items:center;flex-shrink:0;position:absolute;top:6px;left:0;width:15px;height:15px;font-size:12px;border:1px solid #606060;border-radius:50%;box-sizing:border-box;}
.nx_term_contents{height:auto!important;overflow:hidden;border:0;padding:0;}

@media (max-width:1600px){
  /* about */
  .about-top .sub-title{margin-top:20px;font-size:27px;}
  .about-top .img-wrap img{max-width:473px;}
}
@media (max-width:1440px){
  /* Common */
  .flex-wrap, .address-wrap{margin-top:90px;}

  /* about */
  .about-top{padding:70px 0 110px;}
  .about-top .sub-title{font-size:25px;}
  .about-top .sub-text{font-size:19px;}
  .about-top .category{margin-top:90px;}
  .about-top .img-wrap img{max-width:433px;}

  /* People */
  .people-list{margin:-20px;}
  .people-list .item{padding:20px;}

  /* Contact Us */
  .address-wrap{padding-bottom:120px;}
  .nxmap{height:500px!important;}
  .address-wrap .addr{margin-top:20px;}
}
@media (max-width:1280px){
  /* Common */
  .flex-wrap, .address-wrap{margin-top:80px;}

  /* about */
  .about-top{padding:70px 0 100px;}
  .about-top .text-wrap{flex-shrink:0;}
  .about-top .sub-title{font-size:22px;}
  .about-top .sub-text{font-size:18px;}
  .about-top .category{margin-top:70px;}
  .about-top .img-wrap img{max-width:383px;}

  /* Contact */
  .address-wrap{padding-bottom:100px;}
  .address-wrap .text-st1{margin-top:30px;font-size:18px;}
}
@media (max-width:1080px){
  /* about */
  .about-top .sub-title{font-size:20px;}
  .about-top .sub-text{font-size:17px;}
  .about-top .img-wrap img{max-width:335px;}

  /* Company */
  .company-wrap{display:block;}
  .outline-list{margin-top:7px;}

  /* People */
  .people-wrap{display:block;}
  .people-wrap .item-wrap{max-width:100%;margin-top:7px;}
}
@media (max-width:970px){
  /* Common */
  .flex-wrap, .address-wrap{margin-top:70px;}

  /* about */
  .about-top{padding-bottom:80px;}
  .about-top .flex-wrap{flex-direction:column;}
  .about-top .sub-title{font-size:19px;}
  .about-top .img-wrap{margin-top:30px;}
  .about-top .img-wrap img{max-width:403px;}

  /* Company */
  .outline-list .item .title{width:100px;}
  .outline-list .item{padding:15px 20px;font-size:15px;}

  /* People */
  .people-wrap .s-title{font-size:15px;}
  .people-list .item{padding:10px;}
  .people-list .item-inner{height:285px;padding:30px 30px 35px;}
  .en-page .people-list .item-inner{height:325px;}
  .people-list .item .item-inner{background-position:right 30px bottom 40px;}
  .people-list .item .position{font-size:17px;}
  .people-list .career-list{margin-top:30px;}
  .people-list .career-list .text{margin-bottom:10px;font-size:15px;}

  /* Contact Us */
  .address-wrap{padding-bottom:90px;}
  .nxmap{height:350px!important;}
  .address-wrap .addr{margin-top:15px;font-size:15px;}

  /* Privacy */
  .privacy-sec .title-st4{margin-top:70px;}
  .prive-wrap .text, .prive-wrap .prive-list .item{font-size:15px;}
}
@media (max-width:640px){
  /* Common */
  .flex-wrap, .board-wrap{margin-top:60px;}

  /* about */
  .about-top{padding-bottom:70px;}
  .about-top .text-wrap{flex:initial;}
  .about-top .sub-title{font-size:17px;}
  .about-top .category{margin-top:40px;}
  .about-top .sub-text{font-size:16px;}

  /* Company */
  .outline-list .item .title{width:70px;}
  .en-page .outline-list .item .title{width:80px;}

  /* People */
  .people-list .item{width:100%;}
  .people-list .item .position{font-size:16px;}
  .people-list .item-inner, .en-page .people-list .item-inner{height:auto}

  /* disclosure */
  .board-top{display:block;}
  .board-top .search-wrap{margin-top:10px;}

  /* Contact Us */
  .nxmap{margin:25px -20px 0;}

  /* Privacy */
  .privacy-sec .title-st4{margin-top:60px;}
  .prive-select .select-wrap{max-width:none;}
}
@media (max-width:480px){
  .people-list .career-list{margin-top:12px;}
}


/********************************************************
* Footer
*********************************************************/
.footer{padding-bottom:65px;}
.top{display:flex;justify-content:center;align-items:center;position:fixed;bottom:100px;left:50%;width:50px;height:50px;overflow:hidden;visibility:hidden;opacity:0;margin-left:calc(50% - 110px);text-indent:-200%;border-radius:50%;background-color:#000;transition:bottom .3s,visibility .3s, opacity .3s;z-index:1500;}
.top.foo-top{bottom:195px;}
.top.show{visibility:visible;opacity:1;}
.top .icon{position:absolute;top:50%;left:50%;width:21px;height:23px;font-size:0;line-height:1;text-indent:0;transform:translate(-50%, -50%);}
/* .top .icon::before{content:"";display:inline-block;position:absolute;top:0;left:50%;width:10px;height:10px;margin-left:-10px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(-135deg) translateX(-50%);}
.top .icon::after{content:"";display:inline-block;position:absolute;bottom:0;left:50%;height:20px;margin-left:-0.5px;border-right:1px solid #fff;} */
.bottom-cont{display:flex;justify-content:space-between;align-items:center;height:90px;border-top:2px solid #222;}
.bottom-cont .copy{font-size:16px;color:#000;}
.etc-list{display:flex;position:relative;z-index:1550;}
.etc-list .item{position:relative;padding-right:20px;margin-right:20px;}
.etc-list .item:last-child{padding:0;margin:0;}
.etc-list .item:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;width:1px;height:13px;background-color:#cbcbcb;transform:translateY(-50%);}
.etc-list .item .link{display:inline-flex;align-items:center;font-size:14px;color:#000;}
.etc-list .item > .link:not(.btn-family):hover{text-decoration:underline;}
.btn-family .icon{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;margin-left:10px;border:1px solid #000;border-radius:50%;transition:color .3s, background-color .3s;}
.btn-family:hover .icon{color:#fff;background-color:#000;}
.family-site{position:absolute;bottom:0;right:0;width:260px;visibility:hidden;opacity:0;border:1px solid #000;background-color:#fff;transition:visibility .3s, opacity .3s;}
.family-site.show{visibility:visible;opacity:1;}
.site-list{padding:8.5px 0 5.5px;}
.site-list .link-item{padding:5px 20px;}
.site-list .link-item .link{display:inline-flex;align-items:center;font-size:16px;color:#000;transition:font-weight .3s;}
/* .site-list .link-item .link::after{content:"";display:inline-block;visibility:hidden;opacity:0;margin-left:14px;border-top:4px solid #000;border-right:3px solid transparent;border-left:3px solid transparent;transform:translateY(-1.5px);transition:visibility .3s, opacity .3s;} */
.site-list .link-item .link:hover{font-weight:600;}
/* .site-list .link-item .link:hover::after{visibility:visible;opacity:1;} */

@media (max-width:1600px){
  .top{left:auto;right:20px;margin:0;}
}
@media (max-width:1460px){
  .bottom-cont .copy{font-size:15px;}
  .etc-list .item{padding-right:15px;margin-right:15px;}
}
@media (max-width:970px){
  .top{width:35px;height:35px;}
  .top.foo-top{bottom:300px;}
  .top .icon{width:15px;height:auto;}
  .top .icon img{width:100%;height:auto;}
  /* .top .icon::before{width:8px;height:8px;margin-left:-7px;}
  .top .icon::after{height:14px;} */
  .bottom-cont{flex-direction:column-reverse;justify-content:center;align-items:flex-start;height:auto;padding-top:35px;}
  .bottom-cont .copy{margin-top:20px;}
}
@media (max-width:480px){
  .etc-list{flex-direction:column;}
  .etc-list .item{padding:0;margin:0 0 10px;}
  .etc-list .item::after{display:none;}
  .bottom-cont .copy{margin-top:40px;}
  .family-site{right:auto;}
}