/*강조폰트, 컨텐츠 속성 css*/
/*탭 메뉴*/
.tab {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.tab li {
  float: left;
}
.tab li a {
  display: block;
  background: #f2f2f2;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  line-height: 40px;
  margin-left: 2px;
  margin-bottom: 2px;
}
.tab li.over a,
.tab li a:hover {
  background: #2d374d;
  color: #ffffff;
  font-weight: 600;
}
.w2 li {
  width: 50%;
}
.w3 li {
  width: 33.3%;
}
.w4 li {
  width: 25%;
}
.w5 li { 
  width: 20%;
}
.w6 li {
  width: 16.6%;
}
/* 컨텐츠 탭안의 탭*/
.tab_menu {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 300px;
  float: left;
  width: 100%;
}
.tab_menu > ul {
  padding: 25px 25px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #979797;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #979797;
  background-color: #fdfdfd;
  position: relative;
  float: left;
  width: 100%;
}
.tab_menu > ul > li {
  float: left;
  margin-right: 2%;
  padding-bottom: 25px;
  padding-left: 25px;
  background-image: url("/user_res/images/common/tabmenu_list_line.gif");
  background-repeat: no-repeat;
  background-position: left 7px;
  width: 32%;
  text-align: center;
}
.tab_menu_3 > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.tab_menu_3 > ul > li:nth-of-type(3n+1) {
  clear: both;
  background-image: none;
}
.tab_menu > ul > li:first-child {
  padding-left: 0;
  background-image: none;
}
.tab_menu > ul > li a{
  display: inline-block;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  background-position: right 7px;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 15px;
  line-height: 16px;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.tab_menu > ul > li.active a{
  color: #ffffff;
  background-color: #2d374d;
}
.tab_menu .tab_content {
  margin-top: 10px;
  width: 100%;
  float: left;
  display: none;
}
.tab_menu .tab_content:first-of-type {
  display: block;
}

/*탭 4개*/
.tab_menu_4 > ul > li {
  float: left;
  margin-right: 2%;
  padding-bottom: 25px;
  padding-left: 25px;
  background-image: url("/user_res/images/common/tabmenu_list_line.gif");
  background-repeat: no-repeat;
  background-position: left 7px;
  width: 23.5%;
  text-align: center;
}
.tab_menu_4 > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
.tab_menu_4 > ul > li:nth-of-type(4n+1) {
  clear: both;
  background-image: none;
}
/*탭 5개*/
.tab_menu_5 > ul > li {
  float: left;
  margin-right: 2%;
  padding-bottom: 25px;
  padding-left: 25px;
  background-image: url("/user_res/images/common/tabmenu_list_line.gif");
  background-repeat: no-repeat;
  background-position: left 7px;
  width: 18.4%;
  text-align: center;
}
.tab_menu_5 > ul > li:nth-of-type(5n) {
  margin-right: 0;
}
.tab_menu_5 > ul > li:nth-of-type(5n+1) {
  clear: both;
  background-image: none;
}


@media screen and (max-width: 800px) {
  .tab_menu {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 360px) {
  .tab_menu > ul > li {
    float: none;
    margin-right: 0;
    padding-left: 0;
    background-image: none;
  }
  .tab_menu > ul > li > a {
    background-position: right 9px;
  }
}



/* 본문제목 */
.h3 {
  margin-top: 31px;
  margin-bottom: 16px;
  color: #1048ad;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
}
.h4 {
  margin-top: 28px;
  margin-bottom: 14px;
  padding-top: 5px;
  background-image: url("/user_res/images/common/h4_line.gif");
  background-repeat: no-repeat;
  background-position: left top;
  color: #222222;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.h5 {
  margin-top: 22px;
  margin-bottom: 11px;
  padding-left: 31px;
  background-image: url("/user_res/images/common/h5_icon.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  color: #222222;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  clear: both;
}
.h6 {
  margin-top: 15px;
  margin-bottom: 8px;
  padding-left: 31px;
  background-image: url("/user_res/images/common/h6_bu.png");
  background-repeat: no-repeat;
  background-position: 9px 8px;
  color: #222222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.h3 .explain,
.h4 .explain,
.h5 .explain,
.h6 .explain {
  color: #777777;
  font-size: 0.85em;
  font-weight: 400;
}
.h0 {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
  color: #333333;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0;
  font-weight: 400;
}
.h0 .explain {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}

/*타이틀 크기조정*/
@media screen and (max-width: 640px) {
 .h3 {
    font-size: 18px;
    line-height: 19px;
  }
 .h4 {
    font-size: 16px;
    line-height: 19px;
  }
 .h5 {
    font-size: 15px;
    line-height: 17px;
  }
 .h6 {
    font-size: 14px;
    line-height: 16px;
  }
}
/* 블릿 */
.blt {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px; background-image: url('/user_res/images/common/ul_depth1_bu.gif'); background-repeat: no-repeat; background-position: left 11px; color: #333333; font-size: 15px;}
.blt.type2 {display: block; padding-left: 14px; background-image: url('/user_res/images/common/ul_depth2_bu.gif'); background-position: left 12px;}
.blt.type3 {display: block; background-image: url('/user_res/images/common/ul_depth3_bu.png'); background-position: left 10px; color: #6d6d6d;}
.warning {display: block; margin-top: 10px; margin-bottom: 10px; padding-top: 4px; padding-bottom: 4px; padding-left: 33px; background-image: url('/user_res/images/common/warning_icon.png'); background-repeat: no-repeat; background-position: left 7px; color: #333333; font-size: 14px;}
.nobg {background-image: none; background-color: transparent;}

/* 목록(List) */
.bu {margin-top: 20px; margin-bottom: 20px; padding-left: 10px;}
.bu > li {margin-top: 5px; padding-left: 12px; background-image: url('/user_res/images/common/ul_depth1_bu.gif'); background-repeat: no-repeat; background-position: left 11px; color: #333333; font-size: 15px;}
.bu > li:first-child {margin-top: 0;}
.bu > li > ul {margin-top: 6px;}
.bu > li > ul > li {margin-top: 5px; padding-left: 14px; background-image: url('/user_res/images/common/ul_depth2_bu.gif'); background-repeat: no-repeat; background-position: left 12px; color: #333333; font-size: 15px;}
.bu > li > ul > li:first-child {margin-top: 0;}
.bu > li > ul > li > ul {margin-top: 1px;}
.bu > li > ul > li > ul > li {margin-top: 5px; padding-left: 12px; background-image: url('/user_res/images/common/ul_depth3_bu.png'); background-repeat: no-repeat; background-position: left 10px; color: #6d6d6d; font-size: 15px;}
.bu > li > ul > li > ul > li:first-child {margin-top: 0;}

/* 테이블 서식 */
.table_unit {margin-top: 10px; margin-bottom: -10px; font-size: 0.9em; text-align: right;}

.table_group {overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; position: relative; width: 100%; margin-top: 10px; margin-bottom: 10px;}
.table_group .table_line {position: absolute; top: 0; left: 0; width: 1px; height: 100%; z-index: 20; background-color: #fff;}
.table_group table {border-collapse: separate;}
.table_group table.table {position: relative; width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: #3a3a3a; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #c6c6c6;}
.table_group table.table.scroll {width: 860px; z-index: 10;}
.table_group .gesture {z-index: 30; transition-property: opacity, top;}
.table_group table.table tbody, .table_group table.table tfoot {text-align: center;}
.table_group table.table thead tr th {padding-top: 10px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; border-top-width: 1px; border-top-style: solid; border-top-color: #c6c6c6; border-left-width: 1px; border-left-style: solid; border-left-color: #c6c6c6; background-color: #fafafa; color: #333333; font-size: 16px; text-align: center;}
.table_group table.table tbody tr th, .table_group table.table tfoot tr th {padding-top: 10px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; border-top-width: 1px; border-top-style: solid; border-top-color: #c6c6c6; border-left-width: 1px; border-left-style: solid; border-left-color: #c6c6c6; background-color: #fdfdfd; color: #5d5d5d; font-size: 16px; text-align: center;}
.table_group table.table thead tr:first-child th {border-top-width: 0;}
.table_group table.table tbody tr td, .table_group table.table tfoot tr td {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: #c6c6c6; border-left-width: 1px; border-left-style: solid; border-left-color: #c6c6c6; color: #333333; font-size: 15px;}
.table_group table.table tbody tr:first-child th, .table_group table.table tbody tr:first-child td, .table_group table.table tfoot tr:first-child th, .table_group table.table tfoot tr:first-child td {border-top-color: #949494;}
.table_group table.table tbody ul, .table_group table.table tbody ol {padding-left: 0; text-align: left;}
.table_group table.table.text_left tbody tr td, .table_group table.table tfoot tr td,
.table_group table.table.text_left thead tr th { 
  text-align: left;
}
@media screen and (max-width: 640px) {
  .table_group.responsive_tb table.table {
    width: 800px;
  }
  .table_group table.table.responsive colgroup, .table_group table.table.responsive thead {display: none;}
  .table_group table.table.responsive tbody, .table_group table.table.responsive tfoot {text-align: left;}
  .table_group table.table.responsive tbody, .table_group table.table.responsive tbody tr, .table_group table.table.responsive tbody tr th, .table_group table.table.responsive tbody tr td, .table_group table.table.responsive tfoot, .table_group table.table.responsive tfoot tr, .table_group table.table.responsive tfoot tr th, .table_group table.table.responsive tfoot tr td {display: block; float: left; clear: left; width: 100%; box-sizing: border-box;}
  .table_group table.table.responsive tr:nth-child(odd) {background-color: #fafafa;}
  .table_group table.table.responsive tbody tr, .table_group table.table.responsive tfoot tr {padding-top: 16px; padding-bottom: 16px; border-top-width: 1px; border-top-style: solid; border-top-color: #c6c6c6;}
  .table_group table.table.responsive tbody tr:first-child {border-top-width: 0;}
  .table_group table.table.responsive tfoot tr:first-child {border-top-color: #3a3a3a;}
  .table_group table.table.responsive tbody tr th, .table_group table.table.responsive tfoot tr th {padding-right: 10px; padding-left: 10px; border-top-width: 0; background-color: transparent; text-align: left;}
  .table_group table.table.responsive tbody tr td, .table_group table.table.responsive tfoot tr td {border-top-width: 0; text-align: left;}
  .table_group table.table.responsive tbody tr th:before, .table_group table.table.responsive tbody tr td:before, .table_group table.table.responsive tfoot tr td:before {color: #333333; font-size: 15px; content: attr(data-cell-header);}
}

/* 버튼 */
.btn_group {display: block; margin-top: 30px; margin-bottom: 10px; font-size: 0;}
.btn_group.clearfix .btn_left {float: left; width: 49%; margin-right: 2%; text-align: left;}
.btn_group.clearfix .btn_right {float: right; text-align: right;}
.btn_group .btn_center {text-align: center;}
.btn_group .btn, .btn_group input.btn {margin-top: 5px; margin-left: 5px;}
.btn_group .btn:first-child, .btn-group input.btn:first-child {margin-left: 0;}
.btn_group.clearfix.text_right > a {
  margin: 0 2px 0 0;
}
.btn_group.clearfix.text_right > a:last-of-type {
    margin: 0;
}
.btn {display: inline-block; padding: 11px 28px 12px 28px; background-repeat: no-repeat; background-position: right center; font-size: 16px; line-height: 20px; vertical-align: middle; text-align: left; transition-property: border-top-color, border-right-color, border-bottom-color, border-left-color, background-color, color; transition-duration: 0.5s; transition-timing-function: ease-in-out;}
input.btn {height: auto; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; line-height: 20px;}
input[type='submit'].btn {height: auto; line-height: 20px;}
.btn.download, .btn.link {padding-right: 21px;}

/*
a.btn, button.btn, input[type='button'].btn, input[type='submit'].btn, input[type='reset'].btn {color: #fff; background-color: #23406f;}
*/

a.btn, button.btn, input[type='button'].btn, input[type='submit'].btn, input[type='reset'].btn, .btn_group span {color: #fff; background-color: #23406f;}
.btn_group span a {color: #fff;}


a.btn:hover, button.btn:hover, input[type='button'].btn:hover, input[type='submit'].btn:hover, input[type='reset'].btn:hover {background-color: #1d3762;}

.btn.type2 {padding-bottom: 10px; border: 1px solid #2a3a4c;}
a.btn.type2, button.btn.type2, input[type='button'].btn.type2, input[type='submit'].btn.type2, input[type='reset'].btn.type2 {color: #333333; background-color: #fff;}
a.btn.type2:hover, button.btn.type2:hover, input[type='button'].btn.type2:hover, input[type='submit'].btn.type2:hover, input[type='reset'].btn.type2:hover {border-top-color: #979797; border-right-color: #979797; border-bottom-color: #979797; border-left-color: #979797; background-color: #fafafa;}

a.btn.type3, button.btn.type3, input[type='button'].btn.type3, input[type='submit'].btn.type3, input[type='reset'].btn.type3 {background-color: #e74949;}
a.btn.type3:hover, button.btn.type3:hover, input[type='button'].btn.type3:hover, input[type='submit'].btn.type3:hover, input[type='reset'].btn.type3:hover {background-color: #e23d3d;}

.btn.type4 {padding-bottom: 10px; border: 1px solid #2a3a4c;}
a.btn.type4, button.btn.type4, input[type='button'].btn.type4, input[type='submit'].btn.type4, input[type='reset'].btn.type4 {color: #333333; background-color: #fff;}
a.btn.type4:hover, button.btn.type4:hover, input[type='button'].btn.type4:hover, input[type='submit'].btn.type4:hover, input[type='reset'].btn.type4:hover {border-top-color: #979797; border-right-color: #979797; border-bottom-color: #979797; border-left-color: #979797; background-color: #fafafa;}

.btn > i {display: inline-block; padding-right: 41px; background-repeat: no-repeat; background-position: right center; vertical-align: baseline; transition-property: border-top-color, border-right-color, border-bottom-color, border-left-color, background-color, color; transition-duration: 0.5s; transition-timing-function: ease-in-out;}
.btn.download > i {background-image: url('/user_res/images/common/btn_download_icon.png'); background-position: right 2px;}
.btn.type2.download > i {background-image: url('/user_res/images/common/btn_downloadType2_icon.png');}
.btn.link > i {background-image: url('/user_res/images/common/btn_link_icon.png'); background-position: right 3px;}
.btn.type2.link > i {background-image: url('/user_res/images/common/btn_linkType2_icon.png');}

.btn.small {padding-top: 5px; padding-right: 13px; padding-bottom: 5px; padding-left: 13px; font-size: 14px; line-height: 18px;}
input.btn.small {line-height: 18px;}
input[type='submit'].btn.small {line-height: 18px;}
.btn.type2.small {padding-top: 4px; padding-bottom: 4px;}
.btn.small.download, .btn.small.link {padding-right: 13px;}

.btn.small > i {padding-right: 28px;}
.btn.small.download > i {background-image: url('/user_res/images/common/btnSmall_download_icon.png'); background-position: right 3px;}
.btn.small.type2.download > i {background-image: url('/user_res/images/common/btnSmall_downloadType2_icon.png'); background-position: right 2px;}
.btn.small.type5.download > i {background-image: url('/user_res/images/common/btnSmall_downloadType5_icon.png');}
.btn.small.type2.link > i {background-image: url('/user_res/images/common/btnSmall_linkTyp2_icon.png');}
.btn.small.link > i {background-image: url('/user_res/images/common/btnSmall_link_icon.png');}
a.blank {display: inline-block; padding-right: 17px; background-image: url('/user_res/images/common/anchor_blank_icon.png'); background-repeat: no-repeat; background-position: right 2px; line-height: 0;}
a.blank:hover {text-decoration: none;}
a.blank > i {display: inline-block; padding-bottom: 2px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d8d8d; color: #333333; font-size: 14px; line-height: 15px;}
a.blank:hover > i {border-bottom-style: solid; text-decoration: none;}

a.down {display: inline-block; padding-right: 22px; background-image: url('/user_res/images/common/anchor_down_icon.png'); background-repeat: no-repeat; background-position: right 1px; line-height: 0;}
a.down:hover {text-decoration: none;}
a.down > i {display: inline-block; padding-bottom: 2px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #8d8d8d; color: #333333; font-size: 14px; line-height: 15px;}
a.down:hover > i {border-bottom-style: solid; text-decoration: none;}
@media screen and (max-width: 640px) {
  .btn_group .btn, .btn_group input.btn {
    font-size: 14px;
  }
}

/* 박스 */
.box {display: block; margin-top: 10px; margin-bottom: 30px; padding-top: 11px; padding-right: 35px; padding-bottom: 11px; padding-left: 35px; border-top-width: 1px; border-top-style: dashed; border-top-color: #c8c8c8; border-right-width: 1px; border-right-style: dashed; border-right-color: #c8c8c8; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #c8c8c8; border-left-width: 1px; border-left-style: dashed; border-left-color: #c8c8c8;}
.box p {color: #333333; font-size: 15px; line-height: 24px;}
.box.type2 {padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; background-repeat: repeat; background-color: #fff; background-image: url('/user_res/images/common/box_type2_pattern.png'); background-position: left top;}
.box.type2 .box_wrap {padding-top: 17px; padding-bottom: 17px; padding-right: 30px; padding-left: 30px; background-color: #fff;}
.box.type3 {padding-top: 17px; padding-bottom: 17px; border-top-style: solid; border-top-color: #a9a9a9; border-right-style: solid; border-right-color: #a9a9a9; border-bottom-style: solid; border-bottom-color: #a9a9a9; border-left-style: solid; border-left-color: #a9a9a9;}
.box.type4 {padding-top: 32px; padding-bottom: 32px; border-top-style: dotted; border-left-width: 0; border-bottom-style: dotted; border-right-width: 0; background-color: #fdfdfd; background-repeat: no-repeat;}
.box.type4 p {background-repeat: no-repeat; background-position: left top;}
.box.type5 {padding-top: 30px; padding-bottom: 30px; border-top-style: solid; border-top-color: #a9a9a9; border-right-width: 0; border-bottom-style: solid; border-bottom-color: #a9a9a9; border-left-width: 0; background-color: #fdfdfd;}
.box.type6 {padding-top: 30px; padding-bottom: 30px; border-top-style: solid; border-top-color: #dfdfdf; border-right-style: solid; border-right-color: #dfdfdf; border-bottom-style: solid; border-bottom-color: #dfdfdf; border-left-style: solid; border-left-color: #dfdfdf;}
.box.type7 {position: relative; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; background-repeat: repeat; background-color: #fff; background-image: url('/user_res/images/common/box_type7_pattern.png'); background-position: left top;}
.box.type7 .box_wrap {padding-top: 17px; padding-bottom: 17px; padding-right: 30px; padding-left: 30px; background-color: #fff;}
.box.type7:after {display: block; position: absolute; top: 0; left: 0; width: 88px; height: 8px; background-color: #0054a6; content: '';}
.box.type7:before {display: block; position: absolute; top: 0; left: 0; width: 8px; height: 44px; background-color: #0054a6; content: '';}
.box_group {margin-top: 10px; margin-bottom: 30px;}
.box_group .box {margin-top: 0; margin-bottom: 0;}
@media screen and (max-width: 640px) {
  .box.type4 {padding-left: 35px !important;}
  .box.type4 p {min-height: 0 !important; padding-left: 0 !important; background-position: center top;}
}

/* 라벨 */
.label {display: inline-block; padding-top: 7px; padding-right: 14px; padding-bottom: 8px; padding-left: 14px; background-color: #df4343; color: #fff; font-size: 14px; line-height: 15px; vertical-align: middle;}
.label.type2 {background-color: #5e5e5e;}
.label.type3 {background-color: #a4a4a4;}
.label.type4 {background-color: #4076c8;}
.label.type5 {background-color: #4a4a4a;}

/* 강조 글자 */
.small {font-size: 0.92em;}
.large {font-size: 1.167em;}
.bold {font-weight: 600;}
.em_black {color: #000;}
.em_blue {color: #2253a5;}
.em_navy {color: #213455;}
.em_red {color: #e22828;}
.em_green {color: #0b8254;}
.em_orange {color: #e45a06;}
.em_yellow {color: #dda600;}
.em_purple {color: #5f1f90;}
.em_b_black {color: #000; font-weight: 600;}
.em_b_blue {color: #0861bc; font-weight: 600;}
.em_b_navy {color: #213455; font-weight: 600;}
.em_b_red {color: #e22828; font-weight: 600;}
.em_b_green {color: #0b8254; font-weight: 600;}
.em_b_orange {color: #e45a06; font-weight: 600;}
.em_b_yellow {color: #dda600; font-weight: 600;}
.em_b_purple {color: #5f1f90; font-weight: 600;}

/* margin */
.margin_t_0 {margin-top: 0 !important;}
.margin_t_5 {margin-top: 5px !important;}
.margin_t_10 {margin-top: 10px !important;}
.margin_t_15 {margin-top: 15px !important;}
.margin_t_20 {margin-top: 20px !important;}
.margin_t_25 {margin-top: 25px !important;}
.margin_t_30 {margin-top: 30px !important;}
.margin_t_35 {margin-top: 35px !important;}
.margin_t_40 {margin-top: 40px !important;}
.margin_t_45 {margin-top: 45px !important;}
.margin_t_50 {margin-top: 50px !important;}

.margin_r_0 {margin-right: 0 !important;}
.margin_r_5 {margin-right: 5px !important;}
.margin_r_10 {margin-right: 10px !important;}
.margin_r_15 {margin-right: 15px !important;}
.margin_r_20 {margin-right: 20px !important;}
.margin_r_25 {margin-right: 25px !important;}
.margin_r_30 {margin-right: 30px !important;}
.margin_r_35 {margin-right: 35px !important;}
.margin_r_40 {margin-right: 40px !important;}
.margin_r_45 {margin-right: 45px !important;}
.margin_r_50 {margin-right: 50px !important;}

.margin_b_0 {margin-bottom: 0 !important;}
.margin_b_5 {margin-bottom: 5px !important;}
.margin_b_10 {margin-bottom: 10px !important;}
.margin_b_15 {margin-bottom: 15px !important;}
.margin_b_20 {margin-bottom: 20px !important;}
.margin_b_25 {margin-bottom: 25px !important;}
.margin_b_30 {margin-bottom: 30px !important;}
.margin_b_35 {margin-bottom: 35px !important;}
.margin_b_40 {margin-bottom: 40px !important;}
.margin_b_45 {margin-bottom: 45px !important;}
.margin_b_50 {margin-bottom: 50px !important;}

.margin_l_0 {margin-left: 0 !important;}
.margin_l_5 {margin-left: 5px !important;}
.margin_l_10 {margin-left: 10px !important;}
.margin_l_15 {margin-left: 15px !important;}
.margin_l_20 {margin-left: 20px !important;}
.margin_l_25 {margin-left: 25px !important;}
.margin_l_30 {margin-left: 30px !important;}
.margin_l_35 {margin-left: 35px !important;}
.margin_l_40 {margin-left: 40px !important;}
.margin_l_45 {margin-left: 45px !important;}
.margin_l_50 {margin-left: 50px !important;}

/* padding */
.padding_t_0 {padding-top: 0 !important;}
.padding_t_5 {padding-top: 5px !important;}
.padding_t_10 {padding-top: 10px !important;}
.padding_t_15 {padding-top: 15px !important;}
.padding_t_20 {padding-top: 20px !important;}
.padding_t_25 {padding-top: 25px !important;}
.padding_t_30 {padding-top: 30px !important;}
.padding_t_35 {padding-top: 35px !important;}
.padding_t_40 {padding-top: 40px !important;}
.padding_t_45 {padding-top: 45px !important;}
.padding_t_50 {padding-top: 50px !important;}

.padding_r_0 {padding-right: 0 !important;}
.padding_r_5 {padding-right: 5px !important;}
.padding_r_10 {padding-right: 10px !important;}
.padding_r_15 {padding-right: 15px !important;}
.padding_r_20 {padding-right: 20px !important;}
.padding_r_25 {padding-right: 25px !important;}
.padding_r_30 {padding-right: 30px !important;}
.padding_r_35 {padding-right: 35px !important;}
.padding_r_40 {padding-right: 40px !important;}
.padding_r_45 {padding-right: 45px !important;}
.padding_r_50 {padding-right: 50px !important;}

.padding_b_0 {padding-bottom: 0 !important;}
.padding_b_5 {padding-bottom: 5px !important;}
.padding_b_10 {padding-bottom: 10px !important;}
.padding_b_15 {padding-bottom: 15px !important;}
.padding_b_20 {padding-bottom: 20px !important;}
.padding_b_25 {padding-bottom: 25px !important;}
.padding_b_30 {padding-bottom: 30px !important;}
.padding_b_35 {padding-bottom: 35px !important;}
.padding_b_40 {padding-bottom: 40px !important;}
.padding_b_45 {padding-bottom: 45px !important;}
.padding_b_50 {padding-bottom: 50px !important;}

.padding_l_0 {padding-left: 0 !important;}
.padding_l_5 {padding-left: 5px !important;}
.padding_l_10 {padding-left: 10px !important;}
.padding_l_15 {padding-left: 15px !important;}
.padding_l_20 {padding-left: 20px !important;}
.padding_l_25 {padding-left: 25px !important;}
.padding_l_30 {padding-left: 30px !important;}
.padding_l_35 {padding-left: 35px !important;}
.padding_l_40 {padding-left: 40px !important;}
.padding_l_45 {padding-left: 45px !important;}
.padding_l_50 {padding-left: 50px !important;}

/* 들여쓰기 */
.indent {margin-left: 31px;}
.indent10 {margin-left: 10px;}
.indent20 {margin-left: 20px;}
.indent30 {margin-left: 30px;}
.indent40 {margin-left: 40px;}
.indent50 {margin-left: 50px;}

/* width */
.w5p {width: 5% !important;}
.w10p {width: 10% !important;}
.w15p {width: 15% !important;}
.w20p {width: 20% !important;}
.w25p {width: 25% !important;}
.w30p {width: 30% !important;}
.w35p {width: 35% !important;}
.w40p {width: 40% !important;}
.w45p {width: 45% !important;}
.w50p {width: 50% !important;}
.w55p {width: 55% !important;}
.w60p {width: 60% !important;}
.w65p {width: 65% !important;}
.w70p {width: 70% !important;}
.w75p {width: 75% !important;}
.w80p {width: 80% !important;}
.w85p {width: 85% !important;}
.w90p {width: 90% !important;}
.w95p {width: 95% !important;}
.w100p {width: 100% !important;}

/* 정렬 */
.text_center {text-align: center !important;}
.text_right {text-align: right !important;}
.text_left {text-align: left !important;}
@media screen and (max-width: 800px) {
  .tablet_text_center {text-align: center !important;}
  .tablet_text_right {text-align: right !important;}
  .tablet_text_left {text-align: left !important;}
}

@media screen and (max-width: 640px) {
  .mobile_text_center {text-align: center !important;}
  .mobile_text_right {text-align: right !important;}
  .mobile_text_left {text-align: left !important;}
}

.vertical_top {vertical-align: top;}
.vertical_middle {vertical-align: middle;}
.vertical_bottom {vertical-align: bottom;}

.fl_left {float: left;}
.fl_right {float: right;}                                                                                                                                                                                                             