/* sub common */
.common_wrap {position: relative; word-break: keep-all;}
.common_area {position: relative; padding: 0 20px; margin: 0 auto;}

/* common title */
.common_tit.type1 {font-size: 32px; line-height: 44px; font-weight: 700;}

/* tab */
.common_tab {display: inline-block;}
.common_tab ul {display: flex; justify-content: flex-start; align-items: flex-start; margin: 0 auto;}
.common_tab ul li {width: auto; margin: 0 25px 0 0;}
.common_tab ul li a {display: block; padding-bottom: 5px; font-size: 20px; line-height: 24px; font-weight: 400; border-bottom: 3px solid transparent;}
.common_tab ul li.on a, .common_tab ul li.swiper-slide-thumb-active a {font-weight: 700; border-color: #000;}

/* button */
.btn_round {display: inline-block; vertical-align: middle; box-sizing: border-box; text-align: center;}
.btn_round.round_w {border-color: #fff; color: #fff; background:none;}
.btn_round.bg_w {border: 0; background:#fff;}
.btn_app {width: 100%; max-width: 250px; line-height: 46px; font-weight: 400; border-width: 2px; border-style: solid; border-radius: 50px;}
.btn_app.bg_w {line-height: 50px;}
.btn_app.f14 {font-size: 14px;}

/* user */
.user_info {display: flex; justify-content: flex-start; align-items: center;}
.user_info .user_thumb {width: 50px; height: 50px; border-radius: 50px; overflow: hidden;}
.user_info .user_name {padding-left: 10px; font-size: 16px; line-height: 26px; font-weight: 500; text-align: left;}

/* 사용방법 */
.info_contents {padding: 80px 0;}
.info_contents.type2 {background: #f6f6f6;}
.info_title {padding: 60px 0 0 0; background: linear-gradient(to bottom, #0731FF 89.439%, #fff 50%);}
.info_title .img_info_title {width: 90.534%; max-width: 339.5px;margin: 0 auto;}
.info_tit {margin-bottom: 40px;}
.info_tit h3 {display: block; margin-bottom: 6px; font-size: 28px; line-height: 34px; font-weight: 700; text-align: left;}
.info_tit p {font-size: 18px; line-height: 24px; font-weight: 400; text-align: left;}
.info_tit.type2 p {display: block; font-size: 26px; line-height: 38px; font-weight: 700; color: #fff; text-align: center;}
.info_slide_wrap {position: relative; text-align: left;}
.info_slide_wrap .common_tab {overflow: visible;}
.info_slide_area.swiper {overflow: visible;}
.info_slide_area li p {flex: 1; padding-top: 15px; font-size: 14px; line-height: 24px; font-weight: 400;}
.info_slide_area li .cont_img {width: 106%; max-width: 685px; margin-top: 30px; margin-left: -6px;}
.info_slide_area li .cont_img.video {width: 100%; max-width: 685px; margin-top: 30px; margin-left: 0;}
.info_slide_area li.swiper-slide {opacity: 0 !important;}
.info_slide_area li.swiper-slide-active {opacity: 1 !important;}
.info_btn {width: 74.627%; max-width: 250px; margin: 50px auto 0;}
.info_btn a + a {margin-top: 12px;}

.info_video {position: relative; width: 100%; height: 0; padding-bottom: 56.196%; border-radius: 10px; background: #000; margin: 0 auto; overflow: hidden;}
.info_video > * {position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
.info_video video {position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;}

