@charset "utf-8"; 

/* waitMe css */
@import url("../jquery/waitMe/waitMe.min.css");

/* colorbox css */
@import url("../jquery/colorbox/colorbox.css");


.container{ position: relative; width: 100%; }
.wrap{ width: 100%; }
.inner{ position: relative; width: 1200px; margin: 0 auto; }

.mainTopBanner .top_banner_btn_close .btns a.del{ display: inline-block; width: 24px; height: 24px; background: url(../../img/sub/fa_icon_close.gif) no-repeat center center; }


/* header */
.header{ width: 100%; }
.header .lnb{ position: relative; width: 1200px; height: 40px; margin: 0 auto; }
.header .lnb>ul{ position: absolute; right: 0; }
.header .lnb>ul>li{ position:relative; float: left; margin-left: 12px; padding-left: 12px; }
.header .lnb>ul>li::before{ display:inline-block; width:1px; height: 11px; top: 50%; left:0; margin-top: -5px; background:#e5e5e5; vertical-align: top; }
.header .lnb>ul>li:first-child::before{ display: none; }
.header .lnb>ul>li a{ color: #5e5e5e; font-size: 14px; font-weight: 300; height: 20px; line-height: 40px; } 
.header .wrap{ position: relative; width: 100%; height: 85px;  border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.header .wrap .inner h1.logo{ position: absolute; height: 85px; line-height: 80px; vertical-align: middle; }
.header .wrap .inner h1.logo a img { 
	max-width:100%; max-height:100%;
	vertical-align:middle;
}
	


.header .gnb{ position: relative; width: 1200px; margin: 0 auto; z-index:9999; }
.header .gnb .menu{ position: absolute; top: 0; right: 0;  }
.header .gnb .menu li{ float: left; margin-left: 35px; }
.header .gnb .menu li:first-child{ margin-left: 0px; }
.header .gnb .menu>li>a{ display: block; color: #111; font-size: 18px; font-weight: 500; line-height: 85px; }
.header .gnb .menu>li>a:hover{ color: #FFC846; transition:All .2s ease; }
.header .gnb .menu li .sub_menu{ display:none; position:absolute; left: 0; top: 83px; width: 100%; padding: 15px 28px; border:1px solid #ececee; background:rgba(255,255,255,0.98); z-index:999; }
.header .gnb .menu li .sub_menu li{ display: inline-block; margin: 0 25px 0 0; padding: 0; }
.header .gnb .menu li .sub_menu li a{ display: block; color: #666; font-size: 16px; line-height: 30px; }
.header .gnb .menu li .sub_menu li a:hover{ font-weight: 500; transition:All .3s ease; color: #111 }
.header .gnb .menu li .menu_all>ul>li{ width: 100%; padding: 15px 0; border-top: 1px solid #ececee; }
.header .gnb .menu li .menu_all>ul>li{  line-height: 21px; }
.header .gnb .menu li .menu_all>ul>li a{ color: #FFC846; font-size: 17px; font-weight: 500; }
.header .gnb .menu li .menu_all>ul>li:first-child{ padding-top: 0; border-top: 0; }
.header .gnb .menu li .menu_all>ul>li>ul>li{ display: inline-block; width: auto; }
.header .gnb .menu li .menu_all>ul>li>ul>li>a{ color: #333;  font-size: 15px; font-weight: 400; line-height: 24px; }

/* footer */
.footer{ position: relative; width: 100%; background: #3e4043; color: #fff; }
.footer .footer_util{ width: 100%; height: 55px; background: #515357; }
.footer .footer_util ul{ width: 1200px; margin: 0 auto; }
.footer .footer_util ul li{ position: relative; float: left; margin-left: 18px; padding-left: 18px; line-height: 55px; }
.footer .footer_util ul li:first-child{ margin-left: 0; padding: 0; }
.footer .footer_util ul li a{ color: #f5f5f5; font-size: 15px; }
.footer .footer_util ul li::before{ display:inline-block; width:1px; height: 11px; top: 50%; left:0; margin-top: -5px; background:#3d3e41; vertical-align: top;}
.footer .inner{ padding: 45px 0; }
.footer .foot_logo{ display: table-cell; min-width: 95px; padding-right: 35px;  vertical-align: top; }
.footer .foot_logo>img{ width: 100%; max-width: 100px; }
.footer .foot_wrap{ display: table-cell; vertical-align: top; }
.footer .foot_wrap address{ margin-bottom: 6px; font-size: 14px; font-weight: 100; }
.footer .foot_wrap .foot_txt{ margin-bottom: 15px; font-size: 14px; font-weight: 100; }
.footer .foot_wrap .copyright{ color:#b0b1b2; font-size: 14px; font-weight: 300; }

@media (max-width:1549px){ 
    .footer .inner{ padding: 45px 0 120px 0; }
 }

@media (max-width:1200px) { 
    .header, .footer{ width: 1200px; }
}

/* 오른쪽 퀵메뉴 */
@media (min-width:1550px) { 
    .right_wrap{ position: fixed; top: 185px; right: 20px; display: inline-block; width: 130px; z-index: 100; }
    .right_wrap .right_quick{ overflow: hidden; width: 130px; margin-bottom: 10px; border: 1px solid #dce1e3; border-radius: 6px; box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.09); }
    .right_wrap .right_quick ul{ padding-top: 18px; padding-bottom: 16px; background: #fff; }
    .right_wrap .right_quick ul li{ line-height: 32px; text-align: center; letter-spacing: -1.5px; }
    .right_wrap .right_quick ul li a{ font-size: 14.5px; color: #3c3c3c; }
    .right_wrap .right_quick ul li a:hover{ color: #FFC846; }
    .right_wrap .right_quick>ul.img{ margin: 0; padding: 0; }
    .right_wrap .right_quick>ul.img li{ float: left; width: 64px; height: 65px; }
    .right_wrap .right_quick>ul.img::after{ position: relative; display: block; clear: both; content: ''; }
    .right_wrap .gotop{ width: 100%; display: block; text-align: center; }
}
@media (max-width:1549px) { 
    .right_wrap{ position: fixed; bottom: 0; width: 100%; min-width: 650px; border-radius: 10px 10px 0 0; border: 1px solid rgba(0,0,0,0.08); background: rgba(255,255,255,0.9); z-index: 100; }
    .right_wrap .right_quick{ padding: 42px 35px 24px 35px; }
    .right_wrap .right_quick ul li{ position: relative; display: inline-block; margin-bottom: 12px; padding: 0 10px; }
    .right_wrap .right_quick ul li::before{ display:inline-block; width:1px; height: 10px; top: 50%; left:0; margin-top: -5px; background:#ccc; vertical-align: top;}
    .right_wrap .right_quick ul li:first-child{ padding: 0 8px 0 0; }
    .right_wrap .right_quick ul li:first-child::before, .right_wrap .right_quick>ul.img li::before{ background: none; }
    .right_wrap .right_quick ul li a{ font-size: 14.5px; color: #111;}
    .right_wrap .right_quick ul li a:hover{ color: #FFC846; }
    .right_wrap .right_quick>ul.img{ position: absolute; right: 109px; top: -31px; }
    .right_wrap .right_quick>ul.img li{ padding: 0 0 0 10px; }
    .right_wrap .right_quick>ul.img li a { overflow: hidden; display: inline-block; width: 63px; height: 63px; border-radius: 100%; box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.12);}
    .right_wrap .right_quick>ul.img li a img { width: 100%; } 
    .right_wrap .gotop{ position: absolute; right: 26px; top: -35px; }
    
}

/* global */

/* 버튼 디자인*/
.btns_wrap{ position: relative; width: 100%; margin-top: 20px; text-align: center; }
.btns_wrap_l{ position: relative; width: 100%; margin-top: 20px; text-align: left; }
.btns_wrap_r{ position: relative; width: 100%; margin-top: 20px; text-align: right; }
.btn_st01{ display: inline-block; min-width: 75px; padding: 0 8px; height: 33px; font-size: 14px; line-height: 33px; text-align: center; letter-spacing: -1px; } /* 작은버튼 */
.btn_st02{ display: inline-block; width: 165px; height: 44px; font-size: 15px; font-weight: 700; line-height: 42px; text-align: center; } /* 큰버튼 */
.btn_st03{ display: inline-block; min-width: 55px; height: 33px; padding: 0 8px; font-size: 14px; line-height: 31px; text-align: center; letter-spacing: -1px; }
.btn_st04{ display: inline-block; width: 205px; height: 44px; font-size: 15px; font-weight: 700; line-height: 42px; text-align: center; } /* 큰버튼 */

.b_red{ background: #e43840; color: #fff; }
.l_gray{ border: 1px solid #dedede; background: #e7e8e9; color: #555; }
.b_d_gray{ border: 1px solid #737980; background: #737980; color: #fff; }
.b_blue{ border: 1px solid #FFC846; background: #FFC846; color: #fff; }
.b_sky{ border: 1px solid #3588e8; background: #3588e8; color: #fff; }
.b_lht_sky{ border: 1px solid #F4A460; background: #F4A460; color: #fff; }
.l_blue{ border: 1px solid #FFC846; background: #f9f9f9; color: #FFC846; }
.l_sky{ border: 1px solid #3588e8; background: #fff; color: #3588e8; }
.l_lht_sky{ border: 1px solid #F4A460; background: #fff; color: #F4A460; }


.icon_cal{ display: inline-block; width: 34px; height: 33px; background: url(../../img/sub/btn_cal.gif) #3861e1 no-repeat left center; } /* 달력 */
.icon_send{ padding-left: 30px; background: url(../../img/sub/btn_send.png) no-repeat left center; }
.icon_refresh{ padding-left: 30px; background: url(../../img/sub/btn_refresh.png) no-repeat left center; }

.elipsis{ display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }


/* 타이틀 디자인 */
.conts_title{ height: 21PX; margin-bottom: 10px; padding-left: 26px; font-size: 18px; font-weight: 500; line-height: 21px; }
.conts_stitle{ margin: 0 0 10px 0; padding-left: 16px; font-size: 16px; font-weight: 500; background: url(../../img/sub/conts_stitle_bullet.gif) no-repeat left 10px; }
.ico_write{ background: url(../../img/sub/icon_write.png) no-repeat left 0px; }
.ico_check{ background: url(../../img/sub/icon_check.png) no-repeat left 3px; }
.ico_upload{ padding-left: 22px; background: url(../../img/sub/icon_upload.png) no-repeat left center; }
.ico_card{ background: url(../../img/sub/icon_card.png) no-repeat left center; }
.ico_user{ background: url(../../img/sub/icon_user.png) no-repeat left center; }
.ico_book{ background: url(../../img/sub/icon_book.png) no-repeat left 3px; }
.ico_phone{ padding-left: 25px; background: url(../../img/sub/icon_tphone.png) no-repeat left 2px; }
.ico_special{ padding-left: 28px; background: url(../../img/sub/icon_special.png) no-repeat left center; }
.ico_letter{ padding-left: 32px; background: url(../../img/sub/icon_letter.png) no-repeat left center; }
.ico_picture{ background: url(../../img/sub/icon_pic.png) no-repeat left center; }

/* width */
.w10px{ width: 10px !important; }
.w20px{ width: 20px !important; }
.w30px{ width: 30px !important; }
.w40px{ width: 40px !important; }
.w50px{ width: 50px !important; }
.w60px{ width: 60px !important; }
.w70px{ width: 70px !important; }
.w80px{ width: 80px !important; }
.w90px{ width: 90px !important; }
.w100px{ width: 100px !important; }
.w150px{ width: 150px !important; }
.w180px{ width: 180px !important; }
.w200px{ width: 200px !important; }
.w250px{ width: 250px !important; }
.w300px{ width: 300px !important; }
.w350px{ width: 350px !important; }
.w400px{ width: 400px !important; }
.w450px{ width: 450px !important; }
.w500px{ width: 500px !important; }
.w550px{ width: 550px !important; }
.w600px{ width: 600px !important; }

.w100p{ width: 100% !important; }

/* margin */
.mt_5{ margin-top: 5px; }
.mt_10{ margin-top: 10px; }
.mt_15{ margin-top: 15px; }
.mt_20{ margin-top: 20px; }
.mt_25{ margin-top: 25px; }
.mt_30{ margin-top: 30px; }
.mt_35{ margin-top: 35px; }
.mt_40{ margin-top: 40px; }
.mr_5{ margin-right: 5px; }
.mr_10{ margin-right: 10px; }
.mr_15{ margin-right: 15px; }
.mr_20{ margin-right: 20px; }
.mr_25{ margin-right: 25px; }
.mr_30{ margin-right: 30px; }
.mr_35{ margin-right: 35px; }
.mr_40{ margin-right: 40px; }
.mb_5{ margin-bottom: 5px; }
.mb_10{ margin-bottom: 10px; }
.mb_15{ margin-bottom: 15px; }
.mb_20{ margin-bottom: 20px; }
.mb_25{ margin-bottom: 25px; }
.mb_30{ margin-bottom: 30px; }
.mb_35{ margin-bottom: 35px; }
.mb_40{ margin-bottom: 40px; }
.ml_5{ margin-left: 5px; }
.ml_10{ margin-left: 10px; }
.ml_15{ margin-left: 15px; }
.ml_20{ margin-left: 20px; }
.ml_25{ margin-left: 25px; }
.ml_30{ margin-left: 30px; }
.ml_35{ margin-left: 35px; }
.ml_40{ margin-left: 40px; }

/* padding */
.pt_5{ padding-top: 5px; }
.pt_10{ padding-top: 10px; }
.pt_15{ padding-top: 15px; }
.pt_20{ padding-top: 20px; }
.pt_25{ padding-top: 25px; }
.pt_30{ padding-top: 30px; }
.pt_35{ padding-top: 35px; }
.pt_40{ padding-top: 40px; }
.pr_5{ padding-right: 5px; }
.pr_10{ padding-right: 10px; }
.pr_15{ padding-right: 15px; }
.pr_20{ padding-right: 20px; }
.pr_25{ padding-right: 25px; }
.pr_30{ padding-right: 30px; }
.pr_35{ padding-right: 35px; }
.pr_40{ padding-right: 40px; }
.pb_5{ padding-bottom: 5px; }
.pb_10{ padding-bottom: 10px; }
.pb_15{ padding-bottom: 15px; }
.pb_20{ padding-bottom: 20px; }
.pb_25{ padding-bottom: 25px; }
.pb_30{ padding-bottom: 30px; }
.pb_35{ padding-bottom: 35px; }
.pb_40{ padding-bottom: 40px; }
.pl_5{ padding-left: 5px; }
.pl_10{ padding-left: 10px; }
.pl_15{ padding-left: 15px; }
.pl_20{ padding-left: 20px; }
.pl_25{ padding-left: 25px; }
.pl_30{ padding-left: 30px; }
.pl_35{ padding-left: 35px; }
.pl_40{ padding-left: 40px; }

.indt{ padding-left: 17px; }


/* color */
.red{ color: #ed2932; }
.red01{ color: #dc3c04; }
.blue01{ color: #3861e1; }
.blue02{ color: #FFC846; }
.sky01{ color: #3588e8; }
.sky02{ color: #F4A460; }
.grn01{ color:#1f9967; }



/* font-size */
.fs_12{ font-size: 12px; }
.fs_13{ font-size: 13px; }
.fs_14{ font-size: 14px; }
.fs_15{ font-size: 15px; }
.fs_16{ font-size: 16px; }
.fs_17{ font-size: 17px; }
.fs_18{ font-size: 18px; }
.fs_19{ font-size: 19px; }
.fs_20{ font-size: 20px; }
.fs_21{ font-size: 21px; }
.fs_22{ font-size: 22px; }
.fs_23{ font-size: 23px; }
.fs_24{ font-size: 24px; }
.fs_25{ font-size: 25px; }
.fs_26{ font-size: 26px; }
.fs_27{ font-size: 27px; }
.fs_28{ font-size: 28px; }
.fs_29{ font-size: 29px; }
.fs_30{ font-size: 30px; }

/* font-weight */
.bold{ font-weight: 700; }
.fw1{font-weight:100 !important;}
.fw3{font-weight:300 !important;}
.fw4{font-weight:400 !important;}
.fw5{font-weight:500 !important;}
.fw7{font-weight:700 !important;}
.fw8{font-weight:800 !important;}
.fw9{font-weight:900 !important;}

.ffGM{ font-family: 'GmarketSans'; }

/*  line-height */
.lh10px{line-height:10px !important;}
.lh11px{line-height:11px !important;}
.lh12px{line-height:12px !important;}
.lh13px{line-height:13px !important;}
.lh14px{line-height:14px !important;}
.lh15px{line-height:15px !important;}
.lh16px{line-height:16px !important;}
.lh17px{line-height:17px !important;}
.lh18px{line-height:18px !important;}
.lh19px{line-height:19px !important;}
.lh20px{line-height:20px !important;}
.lh21px{line-height:21px !important;}
.lh22px{line-height:22px !important;}
.lh23px{line-height:23px !important;}
.lh24px{line-height:24px !important;}
.lh25px{line-height:25px !important;}
.lh26px{line-height:26px !important;}
.lh27px{line-height:27px !important;}
.lh28px{line-height:28px !important;}
.lh29px{line-height:29px !important;}
.lh30px{line-height:30px !important;}
.lh31px{line-height:31px !important;}
.lh32px{line-height:32px !important;}
.lh33px{line-height:33px !important;}

/* align */
.ta_cen{ text-align: center !important; }
.ta_left{ text-align: left !important;; }
.ta_right{ text-align: right !important; }
.va_top{ vertical-align: top !important; }
.va_bottom{ vertical-align: bottom !important; }
.fl_left{ float: left; }
.fl_right{ float: right; }

.bg_none{ background: none !important; padding-left: 0 !important; }
