@charset "utf-8";

/* 사이트 공통 스타일 */
*,*:after,*:before { box-sizing: border-box; }
html { text-shadow: 1px 1px 1px rgba(0,0,0,0.004); }
html, body { width:100%; height:100%; color:#222; }
body { font-family: 'Noto Sans KR','Sans-serif'; font-size: 13px; color:#2d2d2d; letter-spacing: -0.5px; background-color: #fff; text-rendering: auto; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #f2f2f7; }
a { text-decoration:none; color:#2d2d2d; }
::selection {background:#2932cb; color:#FFF; text-shadow:none;}
::-moz-selection {background:#2932cb; color:#FFF; text-shadow:none;}
::-webkit-selection {background:#2932cb; color:#FFF; text-shadow:none;}

/*폼 요소*/
input, textarea,option, button { font-family: 'Noto Sans KR','Sans-serif'; font-size: 13px; color:#2d2d2d; letter-spacing:-1px; outline: 0; }
input[type=text],input[type=password],textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; }
textarea { resize: none; border-radius: 3px; border-color: #dcdcdc; padding: 10px 15px; font-size: 13px; letter-spacing: 0; overflow-y: auto; }
select { font-family: 'Noto Sans KR','Sans-serif'; font-size: 13px; color:#2d2d2d; letter-spacing: -1px; width: 150px; height: 30px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border-color: #dcdcdc; padding-left: 5px; padding-right: 5px; }
input::-ms-input-placeholder { color: #ccc; }
input::-webkit-input-placeholder { color: #ccc; } 
input::-moz-placeholder { color: #ccc; }

/*숨김처리*/
.blind { position:absolute; font-size:0; line-height:0; height:0; }

/*노스크롤*/
.no-scroll { overflow: hidden; }

/*테스트*/
.testBorder { border:1px solid red !important; }
.testBg { background-color:yellow !important; }

/*클리어픽스*/
.clearFix { display:block; clear:both; font-size:0; height:0; }

/* 헤더 */
#header-wrap { height: 90px; background: #fff; box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.1); position: fixed; width: 100%; top: 0; left: 0; z-index: 10; transition: height 0.25s ease; }
#header-wrap .header { width: 1200px; margin: 0 auto; height: 100%; position: relative; }
#header-wrap .header .logo { width: 120px; height: 85px; display: block; position: absolute; z-index: 1; left: 0; top: 15px; margin-top: -10px; }
#header-wrap .header .logo img { width: 100%; max-height: 100%; }

#header-wrap .header .gnb { display: inline-block; height: 100%; position: absolute; top: 0; left: 50%; margin-left: -330px; z-index: 1; }
#header-wrap .header .gnb ul { overflow: hidden; display: inline-block; }
#header-wrap .header .gnb ul li { display: inline-block; float: left; }
#header-wrap .header .gnb ul li a { font-size: 15px; color: #222; font-family: 'Noto Sans KR'; font-weight: 700; padding: 0 20px; line-height: 90px; height: 100%; display: block; transition: background 0.25s ease, line-height 0.25s ease; position: relative; }
#header-wrap .header .gnb ul li a { font-size: 15px; color: #222; font-weight: 700; padding: 0 20px; line-height: 90px; height: 100%; display: block; transition: background 0.25s ease, line-height 0.25s ease; position: relative; }
#header-wrap .header .gnb ul li.select a { color: #2932CB; }
#header-wrap .header .gnb ul li.select a:after { background: #2932CB; position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; height: 3px; content: ''; }
#header-wrap .header .user-tool { position: absolute; top: 50%; right: 0; margin-top: -10px; }
#header-wrap .header .user-tool ul li { display: inline-block; margin-right: 20px; }
#header-wrap .header .user-tool ul li:last-child { margin-right: 0; }
#header-wrap .header .user-tool ul li a { color: #222; font-size: 13px; font-weight: 400; }

.scroll { height: 100px!important; }
.scroll .header .gnb ul li a { line-height: 100px!important; }

#contents-wrap { min-height: 750px; padding-top: 90px; }
#contents-wrap .main-contents { width: 1200px; margin: 0 auto; padding:20px 0 100px; }
#contents-wrap .main-contents:after{content:''; display:block; clear:both;}
#contents-wrap .main-contents .left-navi-bar { background: #fff; width: 250px; box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.1); float: left; }
#contents-wrap .main-contents .left-navi-bar .team-info .team-logo { height: 131px; text-align: center; border-bottom: 1px solid #eee; }
#contents-wrap .main-contents .left-navi-bar .team-info .team-logo img { height: 100%; width: auto; max-width: 100%; }
#contents-wrap .main-contents .left-navi-bar .team-info .team-name { font-size: 15px; text-align: center; display: block; height: 40px; line-height: 40px; border-bottom: 1px solid #eee; font-weight: bold; color: #555; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-01 { height: 40px; overflow: hidden; border-bottom: 1px solid #eee; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-01 a { display: block; float: left; width: calc(100% - 40px); height: 100%; padding: 0 10px; font-size: 15px; font-weight: 500; line-height: 39px; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-01 a img { margin: 12px 5px 0 0; width: 15px; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-01 .on-off-btn { width: 40px; height: 40px; float: right; background: none; border: none; border-left: 1px solid #eee; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-01 .on-off-btn:hover { background: #f8f8f8; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-01 .on-off-btn img { width: 17px; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-01 .on-off-btn img.on-ico { display: none; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li.on .gnb-depth-01 .on-off-btn img.on-ico { display: inline-block; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li.on .gnb-depth-01 .on-off-btn img.off-ico { display: none; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-02 { background: #f8f8f8; display: none; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li.on .gnb-depth-02 { display: block; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-02 a { display: block; height: 35px; font-size: 13px; font-weight: 400; padding: 0 10px; line-height: 34px; border-bottom: 1px solid #eee; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul>li .gnb-depth-02 a img { width: 14px; margin: 10px 6px 0 0; }

#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul .team-master-btn a { display: block; height: 45px; background: #212132; color: #fff; font-size: 15px; font-weight: 300; line-height: 45px; padding: 0 15px; text-align: center; transition: background .25s ease; }
#contents-wrap .main-contents .left-navi-bar .navi-wrap>ul .team-master-btn a img { width: 17px; margin-top: 14px; margin-left: 3px; }

#contents-wrap .main-contents .main-content-box { background: #fff; width: 930px; box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.1); float: right; }
#contents-wrap .main-contents .main-content-box .box-header { border-bottom: 1px solid #eee; padding: 20px; }
#contents-wrap .main-contents .main-content-box .box-header .breadcrumb { margin-bottom: 2px; }
#contents-wrap .main-contents .main-content-box .box-header .breadcrumb a { color: #999; margin-right: 20px; position: relative; font-size: 12px; }
#contents-wrap .main-contents .main-content-box .box-header .breadcrumb a:hover { color: #444; text-decoration: underline; }
#contents-wrap .main-contents .main-content-box .box-header .breadcrumb a:after { position: absolute; content: ''; width: 15px; height: 15px; background: url(../../../img/team-master/right_b_ico.svg); background-size: 15px; background-position: center; top: 2px; right: -18px; opacity: .3; }
#contents-wrap .main-contents .main-content-box .box-header .breadcrumb a:last-child:after { display: none; }
#contents-wrap .main-contents .main-content-box .box-header .box-title { font-size: 27px; }
#contents-wrap .main-contents .main-content-box .box-content { padding: 20px; }

/*버튼효과*/
.bttn-fill { padding: 0 20px; border-width: 0; border-color: transparent; background: transparent; font-weight: 400; cursor: pointer; position: relative; font-family: inherit; z-index: 0; border: none; background-color: #fff; color: #1d89ff; -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1); transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1); font-family: 'Noto Sans KR'; font-weight: 400; }
.bttn-fill { font-size: 13px; height: 30px; display: block; line-height: 28px; border-width: 1px; border-style: solid; border-color: #fff; color: #fff; text-align: center; background-color: transparent; border-radius: 3px; overflow: hidden; }
.bttn-fill:before { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #2932cb; content: ''; opacity: 0; -webkit-transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out; transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out; transition: transform 0.15s ease-out, opacity 0.15s ease-out; transition: transform 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out; z-index: -1; -webkit-transform: scaleX(0); transform: scaleX(0); }
.bttn-fill:hover,
.bttn-fill:focus { color: #fff; -webkit-transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1); transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1); border-color: #2932cb; }
.bttn-fill:hover:before,
.bttn-fill:focus:before { opacity: 1; -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in; transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in; transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in; -webkit-transform: scaleX(1); transform: scaleX(1); }

.normal-btn { height: 30px; line-height: 28px; padding: 0 20px; border-radius: 3px; border: none; font-size: 13px; display: inline-block; }
.del-btn { height: 30px; line-height: 28px; padding: 0 20px; border-radius: 3px; border: none; font-size: 13px; display: inline-block; background: #f8f8f8; color: #555; border: 1px solid #e5e5e5; }
.del-btn:hover { background: #D70003; color: #fff; border-color: #D70003; }
.cancel-btn { height: 30px; line-height: 28px; padding: 0 20px; border-radius: 3px; border: none; font-size: 13px; display: inline-block; background: #f8f8f8; border: 1px solid #e5e5e5; }

.trs-btn { border-color: #2932CB; color: #fff; background-color: transparent; color: #2932CB; display: inline-block; }
.trs-btn:hover { border-color: #2932cb; background-color: #2932cb; }
.trs-btn:before { background-color: #2932cb; }

.bl-bg { background: #2932cb; color: #fff; }
.rd-bg { background: #D70003; color: #fff; }
.gr-bg { background: #00984F; color: #fff; }
.wh-bg { background: #f8f8f8; color: #555; height: 30px; line-height: 28px; border: 1px solid #e5e5e5; }

/* 푸터 */
#footer_container { background: #fff; border-top: 1px solid #dee3eb; }
#footer_container .footer-gnb-container { border-bottom: 1px solid #dee3eb; height: 60px; }
#footer_container .footer-gnb-container .footer-gnb { width: 1200px; margin: 0 auto; height: 100%; }
#footer_container .footer-gnb-container .footer-gnb ul { height: 100%; }
#footer_container .footer-gnb-container .footer-gnb ul li { float: left; height: 100%; margin-right: 30px; }
#footer_container .footer-gnb-container .footer-gnb ul li a { display: block; height: 100%; line-height: 59px; font-size: 12px; color: #999; font-weight: 500; }
#footer_container .footer-gnb-container .footer-gnb ul li a:hover { color: #555; }
#footer_container .footer { width: 1200px; margin: 0 auto;  padding: 20px 0 50px; }
#footer_container .footer .info-wrap { margin-bottom: 10px; }
#footer_container .footer .info-wrap .info { display: inline-block; margin-right: 30px; margin-bottom: 8px; }
#footer_container .footer .info-wrap .info p { font-size: 12px; color: #999;  }
#footer_container .footer .info-wrap .info p.department { margin-right: 18px; position: relative; display: inline-block; }
#footer_container .footer .info-wrap .info p.content { display: inline-block; }
#footer_container .footer .info-wrap .info p.department:after { height: 10px; width: 1px; background: #dcdcdc; position: absolute; content: ''; right: -10px; top: 5px; }

#footer_container .footer p { font-size: 12px; color: #999; }
#footer_container .footer p.copy { letter-spacing: 0; }

/* 텍스트 */
.red { color: #D70003; }
.green { color: #00984F; }
