@charset "utf-8";

/* Container */
.wrap-contents {padding-bottom: 80px;}
.wrap-contents .container {max-width:1400px;}


/* Subject */
.subject {text-align: center;}
.subject h2 {position: relative; display: inline-block; margin: 100px 0 60px 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/bul-title.png') no-repeat center center;}



/* Tab */
.tab {margin-bottom: 40px;}
.tab_div .mobile-tab {display: none;}

@media all and (min-width: 861px){
  .tab_div .ul_3 {overflow: hidden; position: relative;}
  .tab_div .ul_3::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #d1d1d1;}
  .tab_div .ul_3 > li {position: relative; float: left; width: 20%; border-bottom: 1px solid #CBCBCB;}
  .tab_div .ul_3 > li::before {content: ''; position: absolute; left: 0; top: 18px; width: 1px; height: 20px; background: #CBCBCB; transition: opacity 0.3s;}
  .tab_div .ul_3 > li::after {content: ''; 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; padding: 15px 50px 16px 20px; font-family: 'S-CoreDream-4Regular'; font-size: 16px; letter-spacing: -0.5px; color: #555555;}
  .tab_div .ul_3 > li > a::before {content: ''; position: absolute; 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 > a,
  .tab_div .ul_3 > li:hover > a {font-family: 'S-CoreDream-4Regular'; color: #046478;}
  .tab_div .ul_3 > li:hover::before {opacity: 0;}
  .tab_div .ul_3 > li:hover + li::before {opacity: 0;}
  .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 {background: #89cdd9 url('../../images/guide/more_arrow_1_white.png') no-repeat 58% center; border-color: #89cdd9;}
  .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');}
}



/* Heading */
.objHeading_h2 {position: relative; display: block; margin-top: 50px; font-family: 'S-CoreDream-5Medium'; font-size: 26px; letter-spacing: -0.5px; line-height :1.5; color: #151515; }
.objHeading_h3 {position: relative; display: block; margin-top: 45px; padding-top: 10px; font-family:'S-CoreDream-5Medium'; line-height: 1.5; font-size:20px; letter-spacing: -0.5px; color: #0146b9;}
.objHeading_h3::before {content: ''; position: absolute; left: 0; top: 0px; width: 28px; height: 2px; background: #0146b9; }
.objHeading_h4 {position: relative; display: block; margin-top: 30px; padding-left: 20px; font-family: 'S-CoreDream-5Medium'; font-size: 18px; line-height: 1.5; letter-spacing: -0.5px; color: #2958a2;}
.objHeading_h4::before {content: ''; position: absolute; left: 0; top: 9px; width: 12px; height: 12px; background: #2958a2; border-radius: 100%;}
.objHeading_h5 {position: relative; display: block; margin-top: 30px; padding-left: 19px; font-family: 'S-CoreDream-5Medium'; font-size: 18px; line-height: 1.5; letter-spacing: -0.5px; color: #333;}
.objHeading_h5::before {content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border: 2px solid #426DCA; border-radius: 100%; }

.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: 20px;}


/* 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: 16px; 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:#666; 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;}


/* List Type */
.con-list1 > ul > li {position: relative; margin: 5px 0 0 0; padding-left: 20px; font-family: 'S-CoreDream-3Light'; font-size: 15px; line-height: 1.6; letter-spacing: -0.5px; color: #333;}
.con-list1 > ul > li::before {content: ''; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; background: #fff; border: 2px solid #426DCA; border-radius: 100%;}
.con-list1 > ul > li > strong {font-family: 'S-CoreDream-4Regular'; font-size: 18px; color: #222;}

.con-arrow-list > ul > li {position: relative; padding-left: 18px; font-size: 14px; 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;}

