@charset "utf-8";

/* Container */
.wrap-contents {padding-bottom: 80px;}
.wrap-contents .container {}

@media all and (max-width: 1400px) {
/*    .wrap-contents .container {padding: 0 20px;}*/
}

/* Subject */
.subject {text-align: center;animation-name:contitle;animation-duration:1s;display:none}
/*@keyframes contitle{
  0%{opacity:0; transform: translateY(50px);;transition: all ease 1s}
  100%{opacity:1; transform: translateY(0px);}
}*/
.subject h2 {position: relative; display: inline-block; margin: 100px 0 80px 0; font-family:'S-CoreDream-5Medium'; font-size: 34px; line-height:1.2;}
.subject h2:after {content: ''; position: absolute; left: 50%; top: -50px; width: 25px; height: 28px; margin: 0 0 0 -12.5px; background: url('../../images/guide/bul-title.png') no-repeat center center;}

@media all and (max-width: 1000px) {
  .subject h2 {margin: 60px 0 70px 0;}
}

@media all and (max-width: 768px) {
  .subject h2 {margin: 20px 0 40px 0;}
  .subject h2:after {width: 20px; background-size: 100% auto; top: -40px;}
}


/* Tab */
.tab {}
.tab .div_3{margin-bottom: 60px;}
#menuUItab .mobile-tab {}
.tab_div .mobile-tab{display:none}

@media all and (min-width: 861px){
  .tab_div .ul_3 {width: 100%;overflow: hidden;position: relative;text-align: center;display: flex;justify-content: center;}
  .tab_div .ul_3::after {position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #d1d1d1;}
  .tab_div .ul_3 > li {position: relative;display: flex;align-items: center;}

  .tab_div .ul_3 > li + li::before{content:"";display:block;width:6px;height:6px;background:#7a7a7c;border-radius:100%;margin:0 20px;}
  .tab_div .ul_3 > li::after {position: absolute;left: 0;top: 0;width: 100%;height: 101%;box-sizing: border-box;border: 3px solid #139cb4;opacity: 0;transition: opacity 0.5s;}
  .tab_div .ul_3 > li > a {position: relative;z-index: 3;display: block;color: #666;line-height: 1;border-bottom: 2px solid transparent;padding-bottom: 5px;transition: 0.3s;font-size: 35px;}
  .tab_div .ul_3 > li > a::before {right: 20px;top: 15px;width: 25px;height: 25px;background: url('../../images/guide/more_arrow_1.png') no-repeat 58% center;border: 1px solid #CBCBCB;border-radius: 50%;transition: all 0.3s;}
  .tab_div .ul_3 > li > a[target=_blank]::after {content: ''; position: relative; top: 2px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background:  url('../../images/guide/tab-link-blank.png') no-repeat 93% center; }
  
  .tab_div .ul_3 > li._active,  .tab_div .ul_3 > li:hover{}
  .tab_div .ul_3 > li._active > a {color: #373737;}
  .tab_div .ul_3 > li:hover > a {color: #373737;border-color: #373737;}
  .tab_div .ul_3 > li:hover::before {}
  .tab_div .ul_3 > li:hover + li::before {}
  .tab_div .ul_3 > li._active::after,
  .tab_div .ul_3 > li:hover::after {opacity: 1;}
  .tab_div .ul_3 > li._active > a::before,
  .tab_div .ul_3 > li:hover > a::before {}
  .tab_div .ul_3 > li._active > a[target=_blank]::after ,
  .tab_div .ul_3 > li:hover > a[target=_blank]::after {background: url('../../images/guide/tab-link-blank-ov.png');}

  .tab_div .ul_4 {overflow: hidden; border-left: 1px solid #ccc;}
  .tab_div .ul_4 > li {position: relative; float: left;}
  .tab_div .ul_4 > li > a {position: relative; z-index: 2; display: block; padding: 17px 5px 17px 5px; font-size: 16px; line-height: 24px; color: #333333; text-align: center; border: 1px solid #CCCCCC; border-bottom: 1px solid #0146B9; border-left: 0; transition: color 0.3s;}
  .tab_div .ul_4 > li > a[target=_blank]::after {content: ''; position: relative; top: 3px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background:  url(../../images/guide/tab-link-blank.png) no-repeat 93% center; }

  .tab_div .ul_4 > li._active > a,
  .tab_div .ul_4 > li:hover > a {background: #023894; color: #fff;}
  .tab_div .ul_4 > li._active > a[target=_blank]::after ,
  .tab_div .ul_4 > li:hover > a[target=_blank]::after {background: url('../../images/guide/tab-link-blank-white.png');}

  .tab_div .ul_5 {position: relative; overflow: hidden;}
  .tab_div .ul_5::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #d1d1d1;}
  .tab_div .ul_5 > li {position: relative; float: left; border-bottom: 1px solid #CBCBCB;}
  .tab_div .ul_5 > li::before {content: ""; position: absolute; right: 0; top: 18px; width: 1px; height: 20px; background: #CBCBCB; transition: opacity 0.3s;}
  .tab_div .ul_5 > li:last-child::before {display: none;}
  .tab_div .ul_5 > li::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; box-sizing: border-box; background: #139cb4; opacity: 0; transition: opacity 0.5s;}
  .tab_div .ul_5 > li > a {position: relative; display: block; padding: 15px 20px 16px 40px; font-size: 16px; font-family: "S-CoreDream-3Light"; letter-spacing: -0.5px; color: #555555; z-index: 3;}
  .tab_div .ul_5 > li > a::before {content: ""; position: absolute; left: 20px; top: 23px; width: 10px; height: 10px; background: #b7b7b7; border-radius: 100%; transition: all 0.3s;}
  .tab_div .ul_5 > li:first-child > a::before {left: 0;}
  .tab_div .ul_5 > li > a[target=_blank]::after {content: ''; position: relative; top: 2px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background:  url(../../images/guide/tab-link-blank.png) no-repeat 93% center; }
  .tab_div .ul_5 > li:first-child > a {padding-left: 20px;}
  .tab_div .ul_5 > li:first-child > a::after {left: 0;}

  .tab_div .ul_5 > li._active > a,
  .tab_div .ul_5 > li:hover > a {font-family: 'S-CoreDream-4Regular'; color: #046478;}
  .tab_div .ul_5 > li:hover::before {opacity: 0;}
  .tab_div .ul_5 > li:hover + li::before {opacity: 0;}
  .tab_div .ul_5 > li._active::after,
  .tab_div .ul_5 > li:hover::after {opacity: 1;}
  .tab_div .ul_5 > li._active > a::before,
  .tab_div .ul_5 > li:hover > a::before {background: #2198b0;}
  .tab_div .ul_5 > li._active > a[target=_blank]::after ,
  .tab_div .ul_5 > li:hover > a[target=_blank]::after {background: url('../../images/guide/tab-link-blank-ov.png');}
}

@media all and (max-width: 1000px) {
    .tab_div .ul_3 > li {}
}


@media all and (max-width:860px) {
    .tab_div,
    .tab_div .ul_3,
    .tab_div .ul_4
    .tab_div .ul_5 {position: relative;}
    .tab_div .ul_3,
    .tab_div .ul_4,
    .tab_div .ul_5 {overflow: hidden; position: absolute; top: 100%; z-index: -1; width: 100%; max-height: 0; border: 1px solid #fff; background: #fff; opacity: 0; transition: all 0.5s; border-top: 0;}
    .tab_div ul.on {z-index: 10; opacity: 1; max-height: 600px; border-color: #CCCCCC;}
    .tab_div ul li {display: block; width: 100% !important; padding: 0; border: 0}
    .tab_div ul li a {display: block; padding: 10px 20px; background: #fff; font-size: 16px;color: #333333; text-align: left; line-height: normal;}
    .tab_div ul li a:hover {background: #D9E0E8;}
    .tab_div ul li a:after {display: none;}
    .tab_div ul li a[target=_blank]  {background-position: 97% center !important;}
    .tab_div ul li a span {display: block; padding: 0 20px;}
    .tab_div ul li a span:before {bottom: -11px;}
    .tab_div ul li:after {display: none;}
    .tab_div .mobile-tab {position: relative;display: block;width: 100%;padding: 10px 20px;border: 1px solid #CCCCCC;background: url('../../images/guide/arrow-sel.png') no-repeat 97% center;text-align: left;font-family: 'S-CoreDream-4Regular';font-size: 16px;color: #333333;transition: background 0.5s;}
    .tab_div .mobile-tab::after {content: ''; position: absolute; left: 20px; top: 17px; width: 10px; height: 11px; background: url('../../images/guide/dot-sel.png') no-repeat center center;}
    .tab_div .mobile-tab.on {background: #023894 url('../../images/guide/arrow-sel-rever.png') no-repeat 97% center; color: #fff;}
    .tab_div .mobile-tab.on::after {background: url('../../images/guide/dot-sel-rever.png') no-repeat center center;}

    .tab_div .ul_3 > li {border: 0;}
    .tab_div .ul_4 > li {margin: 0;}
    .tab_div .ul_4 > li > a::before {height: 0;}
    .tab_div .ul_5 > li {border: 0;}
    .tab_div .ul_5 > li:first-child > a::before {left: 23px;}
    .tab_div .ul_5 > li:first-child > a {padding-left: 40px;}
}

/* Heading */
.objHeading_h2{position: relative; display: block; margin-top: 50px; font-family:  'NH Medium'; font-size: 26px; letter-spacing: -0.5px; line-height :1.5; color: #151515; }
.objHeading_h2::before {content: '';position: absolute;left: -15px;top: 7px;width: 3px;height: 27px;background: #000;}
.objHeading_h3{position: relative;display: block;font-family: 'NH Medium';font-size: 32px;line-height: .9;letter-spacing: -0.5px;color: #000;}

.objHeading_h4{position: relative;display: block;margin: 70px 0 16px 0;padding-top: 10px;font-family: 'NH Medium';line-height: .9;font-size: 28px;letter-spacing: -0.5px;color: #000;padding-left: 0;}
._objHeading:first-child .objHeading_h4{margin-top:0}
.objHeading_h5{position: relative;display: block;margin-top: 30px;padding-left: 19px;font-family:  'NH Medium';font-size: 20px;line-height: 1.5;letter-spacing: -0.5px;color: #0d6d5c;}
.objHeading_h5::before {content: '';position: absolute;left: 0;top: 50%;width: 10px;height: 10px;border: 3px solid #000;transform: translateY(-50%);}
.objHeading_h6{position: relative;display: block;margin-top: 30px;padding-left: 15px;font-family:  'NH Medium';font-size: 18px;line-height: 1.5;letter-spacing: -0.5px;color: #555;}
.objHeading_h6::before {content: '';position: absolute;left: 0;top: 50%;width: 7px;height: 7px;transform: rotateZ(313deg);font-weight: bold;border-bottom: 2px solid #555;border-left: 2px solid #555;margin-top: -5px;}

.objHeading_h1.no-margin,
.objHeading_h2.no-margin,
.objHeading_h3.no-margin,
.objHeading_h4.no-margin,
.objHeading_h5.no-margin {margin-top: 0;}


/* Description */
.con-desc {font-size: 17px; line-height: 1.7; letter-spacing: -0.5px; color: #333333;}
.con-desc strong {font-family:'S-CoreDream-5Medium'; color: #333333;}
._objHtml.no-margin {margin-top: 0px !important;}
._objHtml.no-margin > div {margin-top: 0px !important;}
.sub-indent {padding-left: 5px;}

@media all and (max-width: 768px){
  .con-desc {font-size: 16px;}
    .objHeading_h4{margin-top: 60px;}
}

/* Align */
.align-r {text-align: right;}
.align-c {text-align: center;}
.align-l {text-align: left;}

/* Point Color */
.p-color1 {color: #183d93;}
.p-color2 {color: #018cff;}
.p-color3 {color: #eb8105;}

.txt-color1 {color: #d63f11;}
.txt-color2 {color: #00c6ff;}
.txt-color3 {color: #faa635;}
.txt-color4 {color: #00b622;}

.txt-bold {font-family: 'S-CoreDream-5Medium';}

/* Table */
.table-caption {text-align: right; font-size: 13px; line-height: 34px; color: #7e7e7e; font-weight: 400;}
.con-table-wrap {position: relative; line-height: 1.6;}
.con-table:before {content: ''; position: absolute; right: -2px; top: 0px; width: 3px; height: 100%; background: #FFF; z-index: 2;}
.con-table {position: relative; line-height: 1.6; overflow: hidden;}
.con-table:after {content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #fff;}
.con-table table {position: relative; overflow: hidden;}
.con-table table:before {content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #FFF; z-index: 2;}
.con-table table:after {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 2px; background: #0146B9}
.con-table thead {border-bottom: 1px solid #B1B2B3}
.con-table thead th {padding: 14px 10px; background: #F7F8F9; border-right: 1px solid #dddee0; border-top: 1px solid #dddee0; font-weight: 400; font-size: 15px; color: #111;}
.con-table tbody {display: table-header-group;}
.con-table tbody th {padding: 13px 20px; background:#FBFBFB; border-right: 1px solid #dddee0; border-bottom: 1px solid #dddee0; font-weight: 400; color: #000;font-size: 15px; }
.con-table tbody td {padding: 13px 20px; background:#fff; border-right: 1px solid #DDDEE0; border-bottom: 1px solid #dddee0; font-weight: 400; text-align: left; color:#555;font-size: 15px; }
.con-table tbody td .link {position: relative; color: #666;}
.con-table tbody td .link::after {content: ''; position: relative; top: -2px; display: inline-block; width: 15px; height: 15px; background: url('../../images/guide/ic_tbl_link.png') no-repeat center center; margin-left: 10px; vertical-align: middle;}
.con-table .list > li {position: relative; padding-left: 17px;}
.con-table .list > li:after {content: ''; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; background: #B4C1DD; border-radius: 100%;}
.con-table .align-l {text-align: left;}
.con-table .align-c {text-align: center;}
.con-table .align-r {text-align: right;}

@media all and (max-width:960px) {
  .con-table-wrap {overflow-x: hidden;}
  .con-table-wrap:after {content: ''; position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; background: url('../../images/guide/img_mobile_text.png') no-repeat center 40px;}
  .con-table-wrap.on:after {display: none;}
  .con-table {width: 930px; margin-bottom: 20px;}
  .con-table thead th,
  .con-table tbody th,
  .con-table tbody td {padding: 10px 8px; }
}

/* List Type */
.con-list1 > ul > li {position: relative; margin: 5px 0 0 0; padding-left: 16px;font-size: 15px; line-height: 1.6; letter-spacing: -0.5px; color: #333;}
.con-list1 > ul > li::before {content: '';position: absolute;left: 0;top: 10px;width: 4px;height: 4px;background: #9d9d9d;border-radius: 100%;}
.con-list1 > ul > li > strong { font-size: 18px; color: #222;}

.con-arrow-list > ul > li {position: relative; padding-left: 18px; font-size: 16px; line-height: 25px; letter-spacing: -0.5px; color: #333;}
.con-arrow-list > ul > li::before {content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 4px; background: url('../../images/guide/bull_list.png') no-repeat;}

.circle-num-title {position: relative; padding-left: 25px; font-family: 'S-CoreDream-5Medium'; font-size: 18px; line-height: 20px; letter-spacing: -0.5px; color: #333;}
.circle-num-title .num {position: absolute; left: 0; top: 2px; display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: #4B74CC; border-radius: 50%; font-family: 'Montserrat'; font-size: 10px; vertical-align: middle; letter-spacing: -0.5px; text-align: center;  line-height: 16px; color: #fff;}

.circle-num-list > ul > li {position: relative; margin: 5px 0; padding-left: 25px; font-size: 15px; line-height: 1.6; letter-spacing: -0.5px; color: #333333; font-family: 'S-CoreDream-3Light';}
.circle-num-list > ul > li .num {position: absolute; left: 0; top: 6px; display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: #4B74CC; border-radius: 50%; font-family: 'Montserrat'; font-size: 10px; text-align: center; vertical-align: middle; letter-spacing: -0.5px; line-height: 16px; color: #fff;}

/* Notify Text */
.point-txt {padding-left: 40px; font-family: 'S-CoreDream-4Regular'; font-size: 14px; line-height: 30px; letter-spacing: -0.5px;}
.point-txt.point-txt1 {background: url('../../images/guide/ic_point_1.png') no-repeat left 3px; color: #e77800;}
.point-txt.point-txt2 {background: url('../../images/guide/ic_point_2.png') no-repeat left 3px; color: #d63f11;}

/* Button Style */
.btn-style.round-ico {position: relative; display: inline-block; padding: 8px 26px; padding-right: 50px; border-radius: 30px; font-weight: 400; font-size: 15px; color: #fff; cursor: pointer; margin: 2px 0; border: 1px solid #fff; transition: all 0.35s;}
.btn-style.round-ico.type1 {background: #1E5BA8;}
.btn-style.round-ico.type1:after {content: ''; position: absolute; top: 50%; margin: 0px 0 0 10px; margin-top: -9px; display: inline-block; width: 18px; height: 18px;  background: url('../../images/guide/ic_btn1.png') no-repeat center right; vertical-align: middle; right: 20px;}
.btn-style.round-ico.type1:hover {background: #fff; color: #1E5BA8; border-color: #1E5BA8;}
.btn-style.round-ico.type1:hover::after {background: url('../../images/guide/ic_btn1_ov.png') no-repeat center right;}
.btn-style.round-ico.type2 {background: #00BAFF;}
.btn-style.round-ico.type2:after {content: ''; position: absolute; top: 50%; margin: 0px 0 0 10px; margin-top: -9px; display: inline-block; width: 18px; height: 18px;   background: url('../../images/guide/ic_btn2.png') no-repeat center right; vertical-align: middle; right: 20px;}
.btn-style.round-ico.type2:hover {background: #fff; color: #00BAFF; border-color: #00BAFF;}
.btn-style.round-ico.type2:hover::after {background: url('../../images/guide/ic_btn2_ov.png') no-repeat center right;}


.btn-style.round {display: inline-block; padding: 14px 42px; background: #fff; border-radius: 30px; font-weight: 400; font-size: 15px; margin: 2px 0; transition: all 0.35s;}
.btn-style.round.type1 {border: 1px solid #fff; color: #fff; background: #2B3E5C;}
.btn-style.round.type1:hover {background: #fff; border-color: #2B3E5C; color: #2B3E5C;}
.btn-style.round.type2 {border: 1px solid #fff; color: #fff; background: #8E99AB;}
.btn-style.round.type2:hover {background: #fff; border-color: #8E99AB; color: #8E99AB;}
.btn-style.round.type3 {border: 1px solid #1E5BA8; color: #1E5BA8;}
.btn-style.round.type3:hover {background: #1E5BA8; color: #fff;}
.btn-style.round.type4 {background: #1E5BA8; border: 1px solid #fff; color: #fff;}
.btn-style.round.type4:hover {background: #fff; border-color: #1E5BA8; color: #1E5BA8;}

.btn-style.round.type5 {border: 1px solid #0E8772; color: #0E8772;}
.btn-style.round.type5:hover {background: #0E8772; border-color: #0E8772; color: #fff;}
.btn-style.round.type6 {background: #00BAFF; border: 1px solid #fff; color: #fff;}
.btn-style.round.type6:hover {background: #fff; border-color: #00BAFF; color: #00BAFF;}

.btn-style.round.write {background: #0E8772; color: #fff; border: 1px solid #fff; padding: 14px 30px;}
.btn-style.round.write:hover {border-color: #0E8772; color: #0E8772; background: #fff;}
.btn-style.round.write:after {content: ''; display: inline-block; width: 19px; height: 19px; margin: -4px 0 0 7px;  background: url('../../images/guide/ic_write.png') no-repeat center top; vertical-align: middle;}
.btn-style.round.write:hover::after {background: url('../../images/guide/ic_write_ov.png') no-repeat center top;}

.btn-style.round.view {background: #1E5BA8; color: #fff; border: 1px solid #fff; padding: 14px 30px;}
.btn-style.round.view:hover {border-color: #1E5BA8; color: #1E5BA8; background: #fff;}
.btn-style.round.view:after {content: ''; display: inline-block; width: 17px; height: 20px; margin: -4px 0 0 7px;  background: url('../../images/guide/ic_view.png') no-repeat center top; vertical-align: middle;}
.btn-style.round.view:hover::after {background: url('../../images/guide/ic_view_ov.png') no-repeat center top; }

.btn-style.rect {display: inline-block; padding: 6px 22px; font-weight: 400; font-size: 13px; margin: 2px 0;}
.btn-style.rect.type1 {background: #00baff; border: 1px solid #00baff; color: #fff;}
.btn-style.rect.type1:hover {background: #0079AC; border-color: #0079AC;}
.btn-style.rect.type2 {background: #fff; border: 1px solid #ce2856; color: #ce2856;}
.btn-style.rect.type2:hover {background: #ce2856; color: #fff;}

.objTag{margin-top:10px}

@media all and (max-width: 768px){
  .btn-style.round-ico {font-size: 18px; padding: 12px 50px 12px 20px;}
  .btn-style.round {font-size: 13px; padding: 12px 20px;}
  .btn-style.round-ico-small {font-size: 12px; padding: 5px 10px;}
  .objTag{font-size:18px}
  .con-table thead th,
  .con-table tbody th,
  .con-table tbody td {font-size: 18px;}
  .con-list1 > ul > li,.con-arrow-list > ul > li{font-size: 17px;}
  
}
._obj{padding: 0px 25px 0 15px;font-size:18px}



.sub01type_content{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  background-color: #f5f5f5;
}
.sub01type_content .img_con{
   
}
.sub01type_content .img_con img{}
.sub01type_content .info_content{
    margin:0 40px;
    max-width: 600px;
    font-size: 20px;
}
.sub01type_content .info_content p{
        font-size: 20px;
}
.sub01type_content .info_content .info-title{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}


@media all and (max-width: 1240px){
._obj{}  
.sub01type_content .info_content{max-width:45%}
.sub01type_content .info_content .info-title{font-size: 24px; margin-bottom: 4px;}
.sub01type_content .info_content p{font-size: 16px;}
}

@media all and (max-width: 1024px){
.sub01type_content .info_content{max-width: 50%;margin-left: 25px;}  
.sub01type_content .info_content .info-title{font-size: 20px;margin-bottom: 4px;}
.sub01type_content .info_content p{font-size: 14px;}
}

@media all and (max-width: 768px){
.sub01type_content{flex-wrap: wrap;background-color:#fff}
.sub01type_content .info_content{max-width:100%}    
.sub01type_content .info_content{margin:10px 0 0 0}
.sub01type_content .info_content p{font-size: 18px;}
}

.nhBoxstyle01{background:#f5f5f5; padding:40px;margin-top:20px}
.nhBoxstyle01 ul{margin-top:10px}
.nhBoxstyle01 ul li{position: relative;padding-left:20px}
.nhBoxstyle01 ul li:after{content:"";display:block;padding:4px;background: #666;position:absolute;top:10px;left:0;border-radius: 20px;}

@media all and (max-width: 768px){
.nhBoxstyle01{padding: 30px;font-size: 17px;}
.nhBoxstyle01 ul li{padding-left:16px;}
}

.objTag ul{margin-top:10px}
.objTag ul li {position: relative; margin: 5px 0 0 0; padding-left: 16px; line-height: 1.6; letter-spacing: -0.5px; color: #333;}
.objTag ul  li::before {content: '';position: absolute;left: 0;top: 10px;width: 4px;height: 4px;background: #9d9d9d;border-radius: 100%;}


.objFLoatLeft .objImg {margin-right:40px}
.objFLoatRight .objImg {margin-left: 40px;}

@media all and (max-width: 768px){
.objFLoatLeft .objImg {margin-right:0;width:97%;text-align: center;margin-bottom: 30px;}
.objFLoatLeft .objImg img{width: 90%;}
.objFLoatRight .objImg {margin-left: 0;width:100%;text-align: center;margin-bottom: 30px;}
.objFLoatRight .objImg img{width: 90%;}

}
