@charset "utf-8";

body{background-color:#f6f6f6;}

/*=S common css */
.medium{font-weight:500;}
.bold{font-weight:700;}
.fs16{font-size:16px;}
.help_container{margin-top:20px;}
/*==S path */
.help_path{font-size:13px;color:#666;}
.help_path > a{color:#666;}
.help_path .txt{font-weight:500;color:#2d2d2d;}
/*==E path */
.help_main{margin-top:16px;display:flex;display:-webkit-flex;align-items:flex-start;word-wrap:break-word;word-break:break-word;}
/*==S pagination */
/*==E pagination */
/*==S sidebar */
.help_sidebar{width:240px;background-color:#fff;margin-right:20px;border-radius:8px;}
.help_sidebar .nav > li{border-bottom:1px solid #eee;}
.help_sidebar .nav > li:last-child{border-bottom:none;}
.help_sidebar .nav > .tit, .help_sidebar .nav > li a{display:block;position:relative;padding:20px 18px;line-height:1;}
.help_sidebar .nav > .tit{font-size:16px;font-weight:700;}
.help_sidebar .nav > li a{transition: all .3s ease-out;}
.help_sidebar .nav > li a:hover{background-color:#eee;}
.help_sidebar .nav > li .cur{color:#E72528;}
.help_sidebar .nav > li .cur:after{content:'';position:absolute;top:0;right:0;width:3px;height:100%;background-color:#E72528;}
.help_sidebar .fix{position: fixed;top: 0;z-index: 9999; width: 240px;background-color:#fff;border-radius:8px;}
/*==E sidebar */
.help_cont{background-color:#fff;border-radius:8px;flex:1;}
.help_cont a, .help_cont a:visited{color:#0078FF;}
.help_tit{border-bottom:1px solid #eee;height:60px;padding:0 25px;display:flex;display:-webkit-flex;align-items:center;justify-content:space-between;}
.help_tit .txt{font-size:16px;font-weight:700;line-height:20px;}
.help_lang .current{font-weight: bold; color: #000;}
/*=E common css */

/*=S content */
.help_cont_box{line-height:22px;padding:20px 25px;}
.help_txt_mb{margin-bottom:20px;}
.help_txt_mt{margin-top:10px;}
/*==S Terms of use */
.help_ol_level1{margin-left:16px;}
.help_ol_level1 > li{margin-bottom:20px;padding-left:20px;font-size:16px;font-weight:500;}
.decimal > li{list-style-type:decimal;}
.decimal > li:nth-of-type(n+10){margin-left:9px;padding-left:11px;}
.help_contTit{font-size:16px;font-weight:700;margin-bottom:15px;line-height:1;}
.help_ol_level2{margin-left:16px;}
.help_ol_level2 > li{padding-left:6px;margin-bottom:20px;}
.lower-alpha > li{list-style-type:lower-alpha;}
.upper-alpha > li{list-style-type:upper-alpha;}
.help_ol_level3{margin-left:16px;}
.help_ol_level3 > li{padding-left:6px;margin-bottom:20px;}
.lower-roman > li{list-style-type:lower-roman;}
.operTrigger{cursor:pointer;display:inline-block; font-weight: 700;}
.operTrigger .iconfont{display:inline-block;vertical-align:middle;font-size:18px;transition:all .3s;}
.hide .operTrigger .iconfont{transform:rotateZ(-180deg);}
.showHide_cont{font-size:14px;font-weight:400;}
.help_dl_box{margin-top:20px;}
.help_dl_box dt{font-weight:700;}
/*==E Terms of use */
/*==S Privacy Policy */
.help_ul_level1 > li{margin-bottom:20px;}
.help_ul_level2{margin-left:40px;margin-bottom:20px;}
.help_ul_level2 > li{margin-bottom:10px;}
.help_ul_level2 > li:last-child{margin-bottom:0;}
.disc > li{list-style-type:disc;}
.number > li{list-style-type:decimal;}
.roman > li{list-style-type:lower-roman;}
.help_ul_level3{margin-left:40px;}
.help_ul_level3 > li{margin-bottom:5px;font-size:12px;}
.help_ul_level3 > li p, .help_ul_level3 > li div{font-size:14px;}
.help_ul_level3 > li:last-child{margin-bottom:0;}
.circle > li{list-style-type:circle;}
.help_ul_level4{margin-left:40px;}
.square > li{list-style-type:square;}
.help_table_wrap{overflow-x:auto;width:100%;}
.help_table{border:1px solid #eee;border-collapse:collapse;line-height:20px;min-width:680px;}
.help_table th{background-color:#f6f6f6;font-weight:700;}
.help_table th, .help_table td{border:1px solid #eee;padding:15px 20px;vertical-align:top;}
.help_table .personal{width:36%;}
.help_table .legal{width:36%;}
.help_table p{margin:0 0 10px;}
.help_table p:last-child{margin-bottom:0;}
/*==E Privacy Policy */
/*==S IP Policy */
.help_mb{margin-bottom:20px;}
.help_multi_Level1 > li{position:relative;padding-left:37px;margin-bottom:20px;}
.help_multi_Level1 > li > .num{position:absolute;top:0;left:0;}
.help_multi_Level1 > .tit{font-size:16px;font-weight:700;}
.help_multi_Level2 > li{position:relative;padding-left:50px;margin-bottom:20px;}
.help_multi_Level2 > li > .num{position:absolute;top:0;left:0;}
.help_multi_Level2 > .tit{font-size:16px;font-weight:700;}
.help_pagination{text-align:right;}
.help_pagination a{display:inline-block;vertical-align:middle;width:24px;height:21px;line-height:21px;border:1px solid #ccc;color:#2d2d2d;text-align:center;}
.help_pagination a:hover, .help_pagination a:visited{color:#2d2d2d;}
.help_pagination .page_num{display:inline-block;vertical-align:middle;color:#ccc;}
.help_pagination .page_num .cur{color:#2d2d2d;}
.help_pagination a, .help_pagination .page_num{margin:0 2px;}
.help_pagination .disable{color:#ccc;cursor:default;}
.help_pagination .disable:hover{color:#ccc;}
.help_txt_table .left{width:72px;}
/*==E IP Policy */
/*=E content */

@media screen and (max-device-width:1024px) {
  .help_path{display:none;}
  .help_main{display:block;}
  .help_sidebar{width:100%;margin-right:0;position:relative;padding:0 12px;}
  .help_sidebar:after{width:2em;content:"";height:100%;position:absolute;z-index:1;top:0;right:12px;background-image:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.4) 30%, #ffff 100%);background-image:-webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(0.3,rgba(255,255,255,.4)), to(#fff));}
  .help_sidebar .nav{white-space:nowrap;overflow:auto;display:flex;display:-webkit-flex;align-items:center;height:50px;position:relative;}
  .help_sidebar .nav::-webkit-scrollbar{width:0;height:0;display:none;}
  .help_sidebar .nav > .tit{display:none;}
  .help_sidebar .nav > li{display:inline-block;border-bottom:none;margin-right:12px;height:100%;}
  .help_sidebar .nav > li a{padding:0;height:100%;display:flex;display:-webkit-flex;align-items:center;}
  .help_sidebar .nav > li .cur:after{width:100%;height:3px;top:auto;bottom:0;}
  .help_sidebar .nav > li:last-child{margin-right:20px;}
  .help_cont{margin-top:12px;}
  .help_tit{padding:0 12px;}
  .help_cont_box{padding:20px 12px;}
}