@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumPen';
    src: url('./NanumPen.ttf') format('truetype');
  }

/* 공통 */

.red { color: #E01818; }
.at-container{padding: 0 10%;}
.flex {display: flex; align-items: normal; justify-content: normal;}
.flex-cc {display: flex; align-items: center; justify-content: normal;}
.flex-c {display: flex; align-items: center; justify-content: center;}
.flex-sp {display: flex; align-items: center; justify-content: space-between;}
.flex-r {display: flex; align-items: center; justify-content: flex-end;}
.flex-a {display: flex; align-items: center; justify-content: space-around;}
.fz10{font-size: 0.772vw;}
.fz11{font-size: 0.849vw;}
.fz12{font-size: 0.926vw;}
.fz13{font-size: 1.003vw;}
.fz14{font-size: 1.08vw;}
.fz16{font-size: 1.235vw;}
.fz17{font-size: 1.312vw;}
.fz18{font-size: 1.389vw;}
.fz19{font-size: 1.466vw;}
.fz20{font-size: 1.543vw;}
.fw3{font-weight: 300;}
.fw4{font-weight: 400;}
.fw5{font-weight: 500;}
.fw6{font-weight: 500;}
.fw7{font-weight: 700;}
.p5{padding: 1.3889vw; box-sizing: border-box;}
.p10{padding: 2.7778vw;box-sizing: border-box;}
.p15{padding: 4.1667vw;box-sizing: border-box;}
.p1015{padding: 2.7778vw 4.1667vw;box-sizing: border-box;}
.pr2 {padding-right: 0.5556vw;}
.pl2 {padding-left: 0.5556vw;}
.pl20 {padding-left: 5.5556vw;}
.pt10 {padding-top: 2.7778vw;}
.pt20 {padding-top: 5.5556vw;}
.pt30 {padding-top: 8.3333vw;}
.pb10 {padding-bottom: 2.7778vw;}
.pb20 {padding-bottom: 5.5556vw;}
.pb30 {padding-bottom: 8.3333vw;}
.ptb15 {padding: 4.1667vw 0;}
.plr15 {padding: 0 4.1667vw; box-sizing: border-box;}
.allm15 {margin: 4.1667vw;}
.mt5 {margin-top: 1.3889vw;}
.mt10 {margin-top: 2.7778vw;}
.mt15 {margin-top: 4.1667vw;}
.mt20 {margin-top: 5.5556vw;}
.mt30 {margin-top: 8.3333vw;}
.mb2 {margin-bottom: 0.5556vw;}
.mb5 {margin-bottom: 1.3889vw;}
.mb7 {margin-bottom: 1.9444vw;}
.mb10 {margin-bottom: 2.7778vw;}
.mb15 {margin-bottom: 4.1667vw;}
.mb20 {margin-bottom: 5.5556vw;}
.mb30 {margin-bottom: 8.3333vw;}
.mb50 {margin-bottom: 13.8889vw;}
.mb100 {margin-bottom: 27.7778vw;}
.mtb15 {margin: 4.1667vw 0;}
.mr5 {margin-right: 1.3889vw;}
.mr8 {margin-right: 2.2222vw;}
.mr10 {margin-right: 2.7778vw;}
.mr15 {margin-right: 4.1667vw;}
.db {display: block;}
.bdc1 {border:0.2778vw solid #C4C4C4;}
.bd5 {border:0.2778vw solid #E4E4E4; border-radius: 1.3889vw;}
.cob {color: #0B5ACE;}
.cof {color: #fff;}
.bgf {background: #fff;}
.bgb{background: #0B5ACE;}
.por{position: absolute; top: 50%;right: 4.1667vw;transform: translateY(-50%);}
.pol{position: absolute; top: 50%;left: 4.1667vw;transform: translateY(-50%);}
.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}
.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}
.m0a{display: block;margin: 0 auto;}
.w100{width: 100%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w60{width: 60%;}
.w50{width: 50%;}
.w40{width: 40%;}
.w30{width: 30%;}
.w25{width: 25%;}
.w20{width: 20%;}
.w15{width: 15%;}
.w10{width: 10%;}
.op1{ opacity: 0.1; }
.op2{ opacity: 0.2; }
.op3{ opacity: 0.3; }
.op4{ opacity: 0.4; }
.op5{ opacity: 0.5; }
.op6{ opacity: 0.6; }
.op7{ opacity: 0.7; }
.op8{ opacity: 0.8; }
.op9{ opacity: 0.9; }
.op10{ opacity: 1; }

.background { background: #161109; height: 100%;}
.main_color { color: #ff8c35; }
.text-point { background-image: linear-gradient(0deg, #ffe4ba 68%, #fbfbfb 32%); }

.menu { padding-top: 50px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; font-size: 17px; }
.menu .menu-box { width: auto; gap: 10px; margin: 0px 7vw; align-items: center; }
.menu .items { color: #333; width: auto; padding: 0.2vw 0.3vw; cursor: pointer; opacity: 0.4; }
.menu .items.on { font-weight: 600; opacity: 1; }
.menu-tab { display: none; }
.menu-tab.on { display: block; }

.menu .menu-btn-area { display: flex; gap: 10px; position: absolute; right: 7vw; top: 46px; }
.menu .menu-btn-area .menu_btn { color: #3399ff; border: 1px solid #3399ff; border-radius: 6px; opacity: 1; font-size: 14px; padding: 8px 15px; gap: 20px; display: flex; align-items: center; }

.intro-box { background: linear-gradient(#ffffff, #fafafa, #ecf2f9); padding: 100px 7vw; }
.intro-box .intro-msg { width: 45%; }
.intro-box .intro-msg .intro-point { background: #3399ff; color: #fff; border-radius: 999px; padding: 10px 15px; font-size: 15px; }
.intro-box .intro-msg .title { color: rgba(38, 38, 38, 0.8); font-size: 34px; font-weight: 900; margin-top: 14px; margin-bottom: 20px; line-height: 45px;  }
.intro-box .intro-msg .msg { color: rgba(38, 38, 38, 0.8); font-size: 18px; font-weight: 400; margin-bottom: 50px; }
.intro-box .intro-msg .btn-area { display: flex; gap: 10px; }
.intro-box .intro-msg .btn-area .menu_btn1 { color: #fff; border: 1px solid #262626; background: #262626; border-radius: 6px; font-size: 14px; padding: 14px 32px; gap: 20px; display: flex; align-items: center; }
.intro-box .intro-msg .btn-area .menu_btn2 { border: 1px solid #262626; border-radius: 6px; font-size: 14px; padding: 14px 32px; gap: 20px; display: flex; align-items: center; }

.intro-box .profile-box { width: 40%; background: linear-gradient(#3399ff1a, #66b3ff1a); text-align: center; padding: 30px; }
.intro-box .profile-box .logo { width: 40%; margin-bottom: 16px; }
.intro-box .profile-box .profile { width: 100%; margin-bottom: 16px; }
.intro-box .profile-box .name { font-size: 24px; color: #262626; font-weight: 700; }
.intro-box .profile-box .position { font-size: 16px; color: #3399ff; font-weight: 500; }
.intro-box .profile-box .career { font-size: 14px; color: rgba(38, 38, 38, 0.7); }

.history-box { background: #fcfcfc ; padding: 50px 7vw; align-items: start; }
.history-box .point { background: #3399ff; color: #fff; border-radius: 999px; padding: 5px 11px; font-size: 15px; }
.history-box .history-area { width: 48%; }
.history-box .history-area .box-area { border: 1px solid #e6e6e6; border-radius: 8px; padding: 25px; margin-top: 20px; display: flex; align-items: center; gap: 15px; }
.history-box .history-area .box-area.on { border: 0px; background: linear-gradient(to right, #262626, #404040); color: #fff; }
.history-box .history-area .box-area .area1 { width: 10%; }
.history-box .history-area .box-area .area2 { width: 75%; font-size: 20px; font-weight: 700; }
.history-box .history-area .box-area .area3 { width: 15%; font-size: 16px; color: #262626; border: 1px solid #e6e6e6; border-radius: 999px; text-align: center; font-weight: 500; }
.history-box .history-area .box-area.on .area3 { border: 1px solid #3399ff; background: #3399ff; color: #fff; }
.history-box .career-area { width: 48%; }

.history-box .career-area { width: 48%; }
.history-box .career-area .year { display: inline-block; color: #fff; background: #262626; padding: 5px 15px; border-radius: 999px; font-size: 15px; margin-top: 20px; }
.history-box .career-area .box-area { border: 1px solid #e6e6e6; background: #fafafa; border-radius: 8px; padding: 10px 25px; margin-top: 10px; display: flex; align-items: center; gap: 15px; }
.history-box .career-area .box-area.on { border: 0px; background: linear-gradient(to right, #262626, #404040); color: #fff; }
.history-box .career-area .box-area .area1 { width: 4%; }
.history-box .career-area .box-area .area2 { width: 96%; font-size: 19px; font-weight: 700; }

.footer { background: #f6f7fa; padding: 50px; }
.footer .text-area { color: #000000; opacity: 0.2; font-size: 13px; }

.footer .btn-area { display: flex; gap: 10px; }
.footer .btn-area .menu_btn3 { border: 1px solid #333333; color: #333333; border-radius: 6px; font-size: 14px; font-weight: 500; padding: 10px 13px; gap: 20px; display: flex; align-items: center; }

.profile-box { width: 70%; flex-wrap: wrap; margin: auto; }
.profile-box .business-card { flex-wrap: wrap; width: 30%; }
.profile-box .business-card .li-box { width: 50%; }
.profile-box .profile-img { width: 30%; text-align: center; }
.profile-box .profile-img img { width: 100%; }
.profile-box .history-box { width: 33%; }

.pc-name { display: block; line-height: 25px; }
.mobile-name { display: none; }


.info-box { color: #333333; }
.info-box .career-box { width: 100%; }


.li-box  { line-height: 30px; letter-spacing: -0.34px; padding: 0 2.5vw 0 0; }
.li-box.tap { padding-left: 3.5vw; }
.under-line { border-bottom: 1px solid #FFF; opacity: 0.4; }

.link-box { }
.link-box .link-icon { padding: 1vw 0.7vw; cursor: pointer; }
.link-box .link-icon .link-href { }

.floating-box { position: fixed; font-size: 15px; bottom: 100px; right: 13%; }
.floating-box .kakao { background: #fee500; padding: 10px 15px; border-radius: 24px; }
.floating-box .tel { background: #00b872; color: #ffffff; padding: 10px 15px; border-radius: 24px; }

@media (max-width: 1300px) {
    .menu-tab.tab1 { flex-wrap: wrap; gap: 20px; }
    .menu-tab .tab-area1 { width: 100%; }
    .menu-tab .tab-area2 { width: 100%; }
    .menu-tab .tab-area2 .sub-box { padding: 0 0.75vw; width: 50%; }
}

@media (max-width: 700px) {
    .at-container{padding: 0 3rem;}
    .fz10{font-size: 1.905vw;}
    .fz11{font-size: 2.095vw;}
    .fz12{font-size: 2.286vw;}
    .fz13{font-size: 2.476vw;}
    .fz14{font-size: 2.667vw;}
    .fz16{font-size: 3.048vw;}
    .fz17{font-size: 3.238vw;}
    .fz18{font-size: 3.429vw;}
    .fz19{font-size: 3.619vw;}
    .fz20{font-size: 3.81vw;}
    .mt5 {margin-top: 0.952vw;}
    .mt10 {margin-top: 7.143vw;}
    .mt15 {margin-top: 4.1667vw;}
    .mt20 {margin-top: 14.286vw;}
    .mt30 {margin-top: 8.3333vw;}
    .mb5 {margin-bottom: 0.952vw;}
    .mb7 {margin-bottom: 1.9444vw;}
    .mb10 {margin-bottom: 7.143vw;}
    .mb15 {margin-bottom: 4.1667vw;}
    .mb20 {margin-bottom: 14.286vw;}
    .mb30 {margin-bottom: 8.3333vw;}
    .mb50 {margin-bottom: 13.8889vw;}
    .mb100 {margin-bottom: 27.7778vw;}

}

@media (max-width: 500px) {
    .at-container{padding: 0;}
    .fz10{font-size: 3.333vw;}
    .fz11{font-size: 3.667vw;}
    .fz12{font-size: 4vw;}
    .fz13{font-size: 4.333vw;}
    .fz14{font-size: 4.667vw;}
    .fz16{font-size: 5.333vw;}
    .fz17{font-size: 5.667vw;}
    .fz18{font-size: 6vw;}
    .fz19{font-size: 6.333vw;}
    .fz20{font-size: 6.667vw;}
    .mt5 {margin-top: 0.952vw;}
    .mt10 {margin-top: 7.143vw;}
    .mt15 {margin-top: 4.1667vw;}
    .mt20 {margin-top: 14.286vw;}
    .mt30 {margin-top: 8.3333vw;}
    .mb5 {margin-bottom: 0.952vw;}
    .mb7 {margin-bottom: 1.9444vw;}
    .mb10 {margin-bottom: 7.143vw;}
    .mb15 {margin-bottom: 4.1667vw;}
    .mb20 {margin-bottom: 14.286vw;}
    .mb30 {margin-bottom: 8.3333vw;}
    .mb50 {margin-bottom: 13.8889vw;}
    .mb100 {margin-bottom: 27.7778vw;}

    .menu { overflow: hidden; }
    .menu .menu-box { margin: 0px; gap: 0px; }
    .menu .menu-btn-area { display: none; }
    .intro-box { flex-wrap: wrap-reverse; padding: 0px; gap: 50px; }
    .intro-box .intro-msg { width: 100%; padding: 26px 7vw; }
    .intro-box .intro-msg .title { font-size: 24px; line-height: 30px; }
    .intro-box .profile-box { width: 100%; }
    .intro-box .intro-msg .btn-area .menu_btn1 { gap: 10px; }
    .intro-box .intro-msg .btn-area .menu_btn2 { gap: 10px; }
    

    .history-box { flex-wrap: wrap; gap: 20px; }
    .history-box .history-area { width: 100%; }
    .history-box .career-area { width: 100%; }

    .footer { flex-wrap: wrap; gap: 20px; justify-content: center; }
    .footer .text-area { width: 100%; text-align: center; }
    .footer .btn-area { width: 100%; justify-content: center; }
}