.prod_lst ul li .img > img, .prod_v_top .img img, .in_top ul li .dt .l img, .in_new_slide .li_box .img, .m_gnb_box:after, .in_tab_cont ul li .img img {
  -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.2); }

.init_cont {
  width: 1100px;
  margin: 0 auto; }

.fz60 {
  font-size: 60px; }

.fz50 {
  font-size: 50px; }

.fz40 {
  font-size: 40px; }

.fz34 {
  font-size: 34px; }

.fz36 {
  font-size: 36px; }

.fz32 {
  font-size: 32px; }

.fz30 {
  font-size: 30px; }

.fz26 {
  font-size: 26px; }

.fz24 {
  font-size: 24px; }

.fz20 {
  font-size: 20px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz14 {
  font-size: 14px; }

.fz12 {
  font-size: 12px; }

#header.s {
  position: relative;
  z-index: 1000; }

.hd_top ul li {
  width: 34px;
  padding: 8px 0;
  text-align: center; }

.hd_top ul .mem {
  width: auto;
  padding: 0 20px;
  line-height: 37px;
  font-size: 12px; }

.gnb_box .logo {
  margin-top: 22px; }

.gnb_box .gnb > ul {
  margin-top: 10px; }
  .gnb_box .gnb > ul > li {
    position: relative;
    width: 140px;
    margin-right: 20px;
    text-align: center; }
    .gnb_box .gnb > ul > li > a:after {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-left: 10px;
      margin-bottom: 3px;
      vertical-align: middle; }
    .gnb_box .gnb > ul > li > a {
      display: block;
      padding: 23px 0;
      color: #fff; }
    .gnb_box .gnb > ul > li ul {
      display: none;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: #666; }
      .gnb_box .gnb > ul > li ul li {
        padding: 10px;
        border-top: 1px solid #555;
        color: #fff; }
      .gnb_box .gnb > ul > li ul li:hover {
        background-color: #333; }
      .gnb_box .gnb > ul > li ul li:first-child {
        border-top: none; }
  .gnb_box .gnb > ul > li:hover ul {
    display: block; }

.gnb_box .hd_s_btn {
  margin-top: 33px; }

.hd_s_box {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%; }
  .hd_s_box .s_cont {
    position: relative;
    z-index: 110;
    padding: 30px 0;
    background-color: #fff; }
    .hd_s_box .s_cont .inp_line {
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #444; }
      .hd_s_box .s_cont .inp_line .s_inp {
        width: calc(100% - 33px);
        height: 30px;
        border: none; }
    .hd_s_box .s_cont .s_close {
      text-align: center; }
      .hd_s_box .s_cont .s_close .s_close_btn {
        color: #888; }
      .hd_s_box .s_cont .s_close .s_close_btn:before {
        content: "";
        display: block;
        width: 53px;
        height: 17px;
        margin: 0 auto 10px;
        background: url(../img/s_close_btn.jpg) no-repeat; }

.hd_s_box:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.sub_box {
  min-height:600px;
  padding: 50px 0 80px; }

.sub_box:after {
  content: "";
  display: block;
  clear: both; }

.h2_box {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }
  .h2_box h2 {
    font-weight: 400; }
  .h2_box .path {
    margin-top: 20px;
    color: #888; }
    .h2_box .path span:before {
      content: " > "; }
    .h2_box .path span:first-child:before {
      display: none; }

.s_cate {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7; }
  .s_cate .col-md-2 {
    padding: 15px;
    border-left: 1px solid #ddd;
    text-align: center;
    color: #666; }
  .s_cate .act {
    background-color: #333;
    color: #fff; }
  .s_cate .col-md-2:last-child {
    border-right: 1px solid #ddd;}

.prod_lst ul {
  margin-left: 0;
  margin-right: 0; }
  .prod_lst ul li {
    margin-bottom: 50px; }
    .prod_lst ul li .img {
      position: relative; }
      .prod_lst ul li .img > img {
        width: 100%; }
      .prod_lst ul li .img .ico {
        position: absolute;
        right: 15px;
        bottom: 0; }
    .prod_lst ul li .txt .t1 {
      margin-bottom: 10px; }
    .prod_lst ul li .txt .t2 {
      color: #888; }

.prod_lst .row {
  margin-left: 0;
  margin-right: 0; }

.prod_v_top {
  margin-bottom: 50px; }
  .prod_v_top .txt .t1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000; }
  .prod_v_top .txt table {
    margin-bottom: 30px;
    table-layout: fixed;
    word-break: break-all; }
    .prod_v_top .txt table tr th {
      border-top: none; }
    .prod_v_top .txt table tr td {
      color: #888;
      border-top: none; }
  .prod_v_top .txt .buy_pop_btn {
    width: 160px;
    height: 40px;
    color: #fff;
    background-color: #333; }
  .prod_v_top .buy_link {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f7f7f7; }
    .prod_v_top .buy_link > ul > li {
      margin-top: 10px; }
      .prod_v_top .buy_link > ul > li .l {
        width: 20%; }
      .prod_v_top .buy_link > ul > li ul {
        font-size: 0; }
        .prod_v_top .buy_link > ul > li ul li {
          display: inline-block;
          margin: 0 15px;
          color: #666; }
    .prod_v_top .buy_link > ul > li:first-child {
      margin-top: 0; }

.bar_h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }

.bar_h3:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
  background-color: #000; }

.prod_v_cont .v_txt {
  color: #666; }
  .prod_v_cont .v_txt p {
    color: #666; }

.in_top {
  padding: 50px 0;
  background-color: #f1f1f1; }
  .in_top ul li {
	opacity: 0.4;
    box-sizing: border-box; }
	.in_top ul .act {opacity: 1;}
    .in_top ul li .dt {
      padding: 0 110px;
      box-sizing: border-box; }
      .in_top ul li .dt .l {
        width: 237px; }
		.in_top ul li .dt .l img{width: 237px;}
      .in_top ul li .dt .r {
        padding-left: 100px; }
        .in_top ul li .dt .r .t2 {
          margin: 20px 0;
          color: #444; }
        .in_top ul li .dt .r .t3 {
          color: #666; }
  .in_top .bx-wrapper .bx-controls {
    bottom: 0;
    right: 150px;
    height: 0; }
    .in_top .bx-wrapper .bx-controls .bx-pager-item {
      display: inline-block;
      margin: 0 5px; }
      .in_top .bx-wrapper .bx-controls .bx-pager-item a {
        display: block;
        width: 25px;
        height: 5px;
        background-color: #ccc;
        text-indent: -9999px; }
      .in_top .bx-wrapper .bx-controls .bx-pager-item .active {
        background-color: #333; }
  .in_top .bx-viewport {
    overflow: visible !important; }

.in_notice {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .in_notice img {
    vertical-align: middle; }
  .in_notice .t {
    width: 120px;
    height: 50px;
    background-color: #444;
    text-align: center;
    line-height: 50px; }
  .in_notice .more {
    height: 50px;
    line-height: 50px; }
  .in_notice .notice_slide {
    width: calc(100% - 240px);
    margin-right: 80px;
    padding: 0 15px;
    box-sizing: border-box; }
    .in_notice .notice_slide ul li {
      font-size: 0; }
      .in_notice .notice_slide ul li a:before {
        content: "";
        display: inline-block;
        width: 3px;
        height: 3px;
        margin-right: 10px;
        margin-bottom: 3px;
        vertical-align: middle;
        background-color: #ccc; }
      .in_notice .notice_slide ul li a {
        overflow: hidden;
        display: inline-block;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 50px;
        font-size: 14px;
        color: #666; }
  .in_notice .bx-wrapper .bx-controls {
    right: -100px;
    top: 13px; }
    .in_notice .bx-wrapper .bx-controls .bx-controls-direction a {
      display: inline-block;
      width: 29px;
      height: 29px;
      margin: 0 2px;
      text-indent: -9999px; }
    .in_notice .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
      background: url(../img/notice_slide_u.jpg) no-repeat; }
    .in_notice .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
      background: url(../img/notice_slide_d.jpg) no-repeat; }

.in_movie {
  position: relative;
  margin: 80px 0;
  padding-top: 56.25%; }
  .in_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.in_h2 {
  text-align: center; }

.in_h2:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 30px auto;
  background-color: #333; }

.in_new_slide {
  position: relative;
  margin-bottom: 80px; }
  .in_new_slide .slick-list {
    overflow: hidden; }
  .in_new_slide .li_box {
    float: left;
    padding: 15px;
    box-sizing: border-box; }
    .in_new_slide .li_box .img {
      width: 100%; }
    .in_new_slide .li_box .txt {
      margin: 30px 0 0; }
      .in_new_slide .li_box .txt .p2 {
        margin-top: 10px;
        color: #666; }
  .in_new_slide .slick-arrow {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 59px;
    margin-top: -24px;
    background-repeat: no-repeat;
    background-image: url(../img/in_new_nav.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px; }
  .in_new_slide .slick-prev {
    left: -80px;
    background-position: 0 0; }
  .in_new_slide .slick-next {
    right: -80px;
    background-position: -32px 0; }

.in_b_slide .bx-wrapper .bx-controls {
  position: relative;
  margin-top: 10px;
  text-align: center; }
  .in_b_slide .bx-wrapper .bx-controls .bx-pager-item {
    display: inline-block;
    margin: 0 4px; }
    .in_b_slide .bx-wrapper .bx-controls .bx-pager-item a {
      display: block;
      width: 8px;
      height: 8px;
      background-color: #ccc;
      border-radius: 8px;
      text-indent: -9999px; }
    .in_b_slide .bx-wrapper .bx-controls .bx-pager-item .active {
      background-color: #444; }

.m_gnb_btn {
  display: none;
  margin-top: 33px; }

.m_gnb_box {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 200px; }
  .m_gnb_box .m_gnb_cont {
    position: absolute;
    z-index: 1100;
    top: 0;
    width: 100%; }
    .m_gnb_box .m_gnb_cont .sns_ul {
      padding: 10px 0; }
      .m_gnb_box .m_gnb_cont .sns_ul li {
        width: 25%;
        text-align: center; }
    .m_gnb_box .m_gnb_cont .mem li {
      width: 50%;
      text-align: center; }
      .m_gnb_box .m_gnb_cont .mem li a {
        display: block;
        padding: 5px 0; }
    .m_gnb_box .m_gnb_cont .m_gnb > ul > li .b {
      display: block;
      width: 100%;
      padding: 10px;
      text-align: left;
      font-size: 14px; }
    .m_gnb_box .m_gnb_cont .m_gnb > ul > li ul {
      display: none;
      padding: 10px; }
      .m_gnb_box .m_gnb_cont .m_gnb > ul > li ul li {
        padding: 5px 0; }
    .m_gnb_box .m_gnb_cont .m_gnb > ul > .act ul {
      display: block; }

.m_gnb_box:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 100%; }

.m_gnb_box .close{
	position: fixed;top: 0;left: 0;width: 100%;height: 100%;
}

.m_gnb_box.db {
  display: block; }

.in_tab_box {
  margin-bottom: 30px; }
  .in_tab_box ul {
    text-align: center;
    font-size: 0; }
    .in_tab_box ul li {
      display: inline-block;
      margin-left: -1px;
      border: 1px solid #ddd;
      background-color: #f7f7f7; }
      .in_tab_box ul li .in_tab {
        width: 100%;
        padding: 10px;
        color: #888;
        box-sizing: border-box; }
    .in_tab_box ul .act {
      position: relative;
      z-index: 1;
      border: 1px solid #333;
      background-color: #fff; }
      .in_tab_box ul .act .in_tab {
        color: #333; }
  .in_tab_box .tab5 li {
    width: 16%; }

.in_tab_cont {
  margin-bottom: 70px; }
  .in_tab_cont ul {
    display: none; }
    .in_tab_cont ul li {
      margin-bottom: 20px; }
      .in_tab_cont ul li .img {
        margin-bottom: 20px; }
        .in_tab_cont ul li .img img {
          width: 100%; }
      .in_tab_cont ul li p {overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;
        text-align: center; }
      .in_tab_cont ul li .t2 {
        margin-top: 5px;
        color: #666; }
  .in_tab_cont .db {
    display: block; }

.in_communty .bd {
  border: 1px solid #ddd;
  border-top: none;
  background-color: #f6f7f9; }
  .in_communty .bd .t1 {
    background-color: #fff; }
  .in_communty .bd .cont {
    padding: 10px;
    padding-bottom: 0;
    border-top: 1px solid #ddd; }
    .in_communty .bd .cont ul {
      margin-top: 11px; }
      .in_communty .bd .cont ul li {
        margin-bottom: 11px; }
        .in_communty .bd .cont ul li a {
          display: inline-block;
          width: calc(100% - 23px);
          vertical-align: top; }
        .in_communty .bd .cont ul li p {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .in_communty .bd .cont ul li .p2 {
          margin-top: 5px;
          color: #888; }
      .in_communty .bd .cont ul li:before {
        content: "";
        display: inline-block;
        width: 3px;
        height: 3px;
        margin-right: 10px;
        margin-top: 10px;
        background-color: #b0b0b0;
        vertical-align: top; }
    .in_communty .bd .cont iframe {
      width: 100%;
      height: 186px; }

.in_communty .bd1 {
  border-top: 2px solid #231f20; }

.in_communty .bd2 {
  border-top: 2px solid #3b5998; }

.in_communty .bd3 {
  border-top: 2px solid #1da1f2; }

.in_instagram{margin-bottom: 50px;}

.in_instagram ul li {
  margin-bottom: 30px; }

#footer {
  padding: 50px 0; background-color: #f1f1f1;}
  #footer .f_link {
    margin-bottom: 30px; }
    #footer .f_link ul {
      font-size: 0;
      text-align: center; }
      #footer .f_link ul li {
        display: inline-block;
        margin: 0 10px; }
  #footer .f_addr {
    margin-bottom: 20px; }
    #footer .f_addr span {
      display: inline-block;
      margin: 0 5px; }



.bd_lst_top{margin-bottom: 15px;}
.bd_lst_top .s_inp{display: block;width: 100%;height: 40px;border: 1px solid #b2b2b2;}
.bd_lst_top .s_btn{display: block;width: 100%;height: 40px;color: #fff;background-color: #333;}


.bd_lst{border-top: 1px solid #333;}
.bd_lst table tr{border-bottom: 1px solid #ddd;}
.bd_lst table .notice{background-color: #fafafa;}
.bd_lst table tr td{padding: 25px 0;}

.bd_lst .num{width: 64px;text-align: center;}
.bd_lst .ntc_tb .cate{width: 158px;padding: 25px 30px;}
.bd_lst .txt .t2{margin-top: 5px;color: #888;}

.bd_v_box{border-top: 2px solid #333;}
.bd_v_box .top{padding: 20px;border-bottom: 1px solid #ddd;background-color: #fafafa;}
.bd_v_box .top .t2{margin-top: 5px;color: #888;}
.bd_v_box .cont{padding: 20px 20px 100px;border-bottom: 1px solid #ddd;}
.bd_v_box .cont p{color: #666;}
.bd_v_box .file{padding: 20px;border-bottom: 1px solid #ddd;background-color: #f7f7f7;}
.bd_v_box .file ul li{margin-top: 5px;}
.bd_v_box .file ul li:first-child{margin-top: 0;}
.bd_v_box .file .down{margin-right: 10px;}

.bd_v_nav{margin-top: 50px;border: 1px solid #ddd;background-color: #f7f7f7;text-align: center;}
.bd_v_nav .lst{border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.bd_v_nav .nav{padding: 15px 0;}
.bd_v_nav .lst a img{margin-bottom: 3px;margin-right: 10px;vertical-align: middle;}
.bd_v_nav .l a img{margin-bottom: 3px;margin-right: 10px;vertical-align: middle;}
.bd_v_nav .r a img{margin-bottom: 3px;margin-left: 10px;vertical-align: middle;}




.page_num a{cursor:pointer;}
/* ºê·£µå ¼Ò°³ */
.wrap_brand div,.wrap_brand p{font-size: 18px;line-height: 32px;}
.wrap_brand .brand_txt{margin-bottom: 43px;}

.wrap_logo_exp{padding-top: 50px;padding-bottom: 50px;margin-bottom: 30px;background-color: #fafafa;}
.wrap_logo_exp .row{padding-left: 15px;padding-right: 15px;}
.wrap_logo_exp b{display: block;margin-top: 20px;margin-bottom: 10px;font-weight: 500;font-size: 18px;}
.wrap_logo_exp p{color: #666;font-size: 16px;}

.wrap_brand_exp{padding: 5px;border: 5px solid #e9e9e9;}
.wrap_brand_exp p{display: block;padding: 30px;border: 1px solid #dedede;font-size: 16px;}
.brand_txt{padding-left: 15px;padding-right: 15px;}


/* ÇÏ´Ü iframe ¿©¹é¹®Á¦ */
#footer{margin-bottom: -20px;}


/* Ä¿¹Â´ÏÆ¼>ÀÌº¥Æ®, Ä¿¹Â´ÏÆ¼>±âÈ¹È«º¸¿µ»ó */
.wrap_event_search{border-bottom: 1px solid #333;}

.wrap_event_lst{padding-bottom: 30px;border-bottom: 1px solid #ddd;}
.wrap_event_lst .row > li {margin-top: 30px;text-align:center;background-color: #fff;}
.wrap_event_lst .row > li > a{position: relative;display:inline-block;width:100%;max-width:346px;text-align:left;}
.wrap_event_lst .row > li > a > img {width: 100%;margin-bottom: 14px;}
.wrap_event_lst .row > li  .event_tit {
	max-height: 56px;
	margin-bottom: 15px;font-size: 16px;line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* ¶óÀÎ¼ö */
	-webkit-box-orient: vertical;
	word-break:break-all;
}

.wrap_event_lst .row > li a .vid_cover:before{display: block;content:'';position: absolute;z-index:2;left: 0;top: 0;bottom:0;right:0;background: url(/img/ico_public.png) center center no-repeat;}
.wrap_event_lst .row > li .event_info{padding: 10px;background-color: #eee;}
.wrap_event_lst .row > li .event_ico{margin-right: 10px;}
.wrap_event_lst .row > li .event_date {display: inline-block;font-size: 14px;line-height: 26px;color: #666;}
.wrap_event_lst .row > li .vid_date{margin-top: -6px;font-size: 14px;line-height: 14px;color: #666;}
.wrap_event_lst .row > li .vid_cover {position: relative;display: inline-block;width:100%;height:195px;background: #eee center center no-repeat;-webkit-background-size: cover;background-size:cover;
}




/* Ä¿¹Â´ÏÆ¼>1:1¹®ÀÇ */
.form_type1 select, .form_type1 textarea, .form_type1 input{border: 1px solid #b2b2b2;color:#666;}
.form_type1 textarea{padding: 10px 15px 15px;	}
.form_type1 .form_notice{text-align: right;font-size: 16px;line-height: 16px;}
.form_type1 .highlight{margin-right: 4px;margin-left: 4px;color: #ff0000;}
.form_type1 .wrap_form_con .form_con{margin-bottom: 30px;}
.form_type1 .wrap_form_con .form_con .form_tit{margin-bottom: 16px;font-size: 16px;line-height: 16px;}
.form_type1 .wrap_form_con .form_con select{width: 100%;height: 40px;}
.form_type1 .wrap_form_con .form_con input[type="text"] {width: 100%;height: 40px;}
.form_type1 .wrap_form_con .form_con input[type="password"] {width: 100%;height: 40px;}
.form_type1 .wrap_form_con .form_con.ta_con{margin-top: 20px;}
.form_type1 .wrap_form_con .form_con.ta_con textarea{height: 150px;}
.form_type1 .wrap_form_con .form_con textarea {resize:none; width: 100%;height:200px;font-size: 14px;line-height: 24px;}
.form_type1 .wrap_form_con .form_con input[type="checkbox"]{width: 14px;height: 14px;margin:2px 4px 0 0;vertical-align: middle;}
.form_type1 .wrap_form_con .form_con input[type="checkbox"] + label {margin-top: 5px;font-size: 16px;line-height: 26px;color: #666;vertical-align: middle;font-weight: 300;}
.form_type1  .wrap_form_btns{margin-right: 4px;}
.form_type1  .wrap_form_btns .form_btns{float: right;}
.form_type1  .wrap_form_btns .form_btns:after{clear: both;content:'';display: block;}
.form_type1  .wrap_form_btns .form_btns button{float: left;margin-left: 30px;}
.btn_type1, .btn_type2{display: inline-block;width: 158px;line-height: 40px;}
.btn_type1{border: 1px solid #333;background-color: #fff;color: #333;text-align: center;}
.btn_type2{border: none;color: #fff;background-color: #333;text-align: center;}

/* Ä¿¹Â´ÏÆ¼>¿ø°íÅõ°í */
.wrap_script > p{margin-top: -7px;margin-bottom: 42px;font-size: 16px;line-height: 28px;}
.wrap_script .script_con{margin-bottom: 50px;}
.wrap_script .script_con > strong{display: block;margin-bottom: 16px;font-size: 18px;line-height: 18px;}
.wrap_script .script_con > p{margin-bottom: 14px;font-size: 16px;line-height: 28px;color: #666;}
.wrap_script .script_con .script_addr{padding: 15px;line-height: 28px;font-size: 16px;color: #666;background-color: #f3f3f3;}
.wrap_script .script_con .script_addr > b{display: inline-block;width: 90px;margin-right: 15px;border-radius:5px;line-height: 32px;color: #fff;font-weight: 300;letter-spacing: 2px;text-align: center;background-color: #444;}


/* ±×·ì¼Ò°³>¿¬Çõ */
.wrap_history{padding:4px 10px 4px 94px;background: url(../img/bg_history.png) left 0 repeat;}
.wrap_history .wrap_history_y{position: relative;margin-bottom: 40px;}
.wrap_history .wrap_history_y:before{position: absolute;left: -70px;top: 5px;width: 18px;height: 19px;content:'';background-image: url(../img/ico_history.png);background-repeat: no-repeat;background-size: cover;}
.wrap_history .wrap_history_y .h_y{display: inline-block;float: left;width: 94px;font-size: 18px;line-height: 28px;font-weight: 400	;}
.wrap_history .wrap_history_y .wrap_history_m {display: inline-block;}
.wrap_history .wrap_history_y .wrap_history_m li{margin-bottom: 7px;}
.wrap_history .wrap_history_y .wrap_history_m li:after{display: block;clear: both;content:'';}
.wrap_history .wrap_history_y .wrap_history_m li .h_m{display: inline-block;float: left;width: 64px;margin-right: 30px;font-size: 18px;line-height: 28px;}
.wrap_history .wrap_history_y .wrap_history_m li .h_exp{display: inline-block;float: left;}
.wrap_history .wrap_history_y .wrap_history_m li .h_exp p{font-size: 16px;line-height: 28px;color: #666;}

@media (max-width: 1000px) {
  .wrap_history .h_y{margin-bottom: 10px;}
  .wrap_history_m{display: block !important;clear: both;}
}
@media (max-width: 800px) {
  .wrap_history .h_m, .wrap_history .exp{float:none !important;display: block !important;}
}

/* ±×·ì¼Ò°³>Ã£¾Æ¿À½Ã´Â ±æ */
.wrap_img{width: 100%;height: 450px;}
.tb_map{margin-top:50px;border-top: 1px solid #333;}
.tb_map li{padding:14px 0px;border-bottom: 1px solid #ddd;}
.tb_map li span{display: inline-block;margin-right: 60px;font-size: 16px;color: #333;}
.tb_map li p{display: inline-block;font-size: 16px;color: #666;}

/* ·Î±×ÀÎ */
.form_login{max-width:366px;margin:0 auto;padding:0 10px;}
.form_login .form_con{margin-bottom: 20px !important;}
.form_login .form_btns button{display: block;width: 100%;}
.form_login .form_btns button.btn_type2{margin-top: 30px;margin-bottom: 30px;}
.form_login .form_btns button.btn_type1{margin-bottom: 10px;}
.form_login .form_btns a{display: block;width: 100%;}
.form_login .form_btns a.btn_type2{margin-top: 30px;margin-bottom: 30px;}
.form_login .form_btns a.btn_type1{margin-bottom: 10px;}


/* ¾ÆÀÌµð Ã£±â */
.wrap_form_id{max-width:534px;margin:0 auto;padding:36px 0;border: 1px solid #ddd;background-color: #fafafa;}
.wrap_form_id .form_id{width: 346px;margin:0 auto;}
.wrap_form_id .form_id .id_tit{margin-bottom: 30px;font-size: 18px;line-height: 48px;border-bottom: 1px solid #333;}
.wrap_form_id .form_id .form_con{margin-bottom: 20px !important;}
.wrap_form_id .form_id .form_btns button{width: 100%;}
.wrap_form_id .form_id .form_btns button.btn_type2{margin-top: 10px;margin-bottom: 30px;}

/* È¸¿ø°¡ÀÔ */
.wrap_form_id .form_id pre{height: 150px !important;border-radius:0px;-webkit-border-radius:0px;}
.wrap_form_id .form_id .wrap_check{}
.wrap_form_id .form_id .txt_btn{position: relative;}
.wrap_form_id .form_id .txt_btn input[type="text"]{padding-right: 90px;}
.wrap_form_id .form_id .txt_btn button{position: absolute;right: 0;top: 0;width: 87px;height: 40px;border: 1px solid #333;}
.wrap_form_id .form_id .wrap_radio input[type="radio"]{width: 14px;height: 14px;margin:0px 4px 0 0;vertical-align: middle;}
.wrap_form_id .form_id .wrap_radio input[type="radio"] + label {font-size: 16px;line-height: 26px;color: #666;vertical-align: middle;font-weight: 300;}

.wrap_join_comp{max-width:534px;margin:0 auto;padding:170px 0px 50px;text-align: center;border: 1px solid #ddd;background: #fafafa url(../img/img_join.jpg) center 50px no-repeat;}
.wrap_join_comp .join_comp{max-width:366px;margin:0 auto;padding:0 8px;}
.wrap_join_comp .join_comp strong{display: block;margin-bottom: 20px;font-size: 24px;line-height: 26px;font-weight: 300;}
.wrap_join_comp .join_comp p{margin-bottom: 50px;font-size: 16px;line-height: 26px;color: #666;}
.wrap_join_comp .join_comp a{display: block;width: 100%;line-height: 40px;}


