.button-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:0;line-height:0}
.button-box.column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.button-box.column button{margin-left:0}
.button-box.column button:not(:first-of-type){margin-top:20px}
.button-box.column button+.btn-icon{margin-top:40px}
.button-box.column .btn-icon+.btn-icon{margin-top:16px}
.button-box.align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}
.button-box.align-center.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
button{margin-left:16px}
button:first-of-type{margin:0}
button:hover,button:focus{text-decoration:none}
.btn{display:inline-block;min-width:200px;height:56px;padding:0 20px;border:1px solid;font-size:16px;font-weight:500;color:#fff;line-height:normal}
.btn:first-of-type{margin-top:64px}
.btn.btn-primary{min-width:240px;border-color:#002c5f;background-color:#002c5f}
.btn.btn-secondary{border-color:#fff;background-color:transparent}
.btn-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:500;color:#002c5f;line-height:24px;color:#002c5f !important;text-align:left}
.btn-icon .text::after{content:"";display:inline-block;width:20px;min-width:20px;height:20px;margin-left:6px;background:url("../images/ic_btn_arrow.svg") no-repeat center/20px;vertical-align:middle}
.btn-icon.btn-help .text{font-size:14px;font-weight:400;color:#666;line-height:20px}
.btn-icon.btn-help .text:after{content:"";display:inline-block;width:16px;min-width:16px;height:16px;margin-left:4px;background:url("../images/ic_help.svg") center no-repeat;vertical-align:middle}
.btn-icon.btn-detail .text::after{background:url("../images/ic_popup.svg") no-repeat center/20px}
.btn-icon.btn-download .text::after{margin-bottom:1px;background:url("../images/ic_download.svg") no-repeat center/20px}
.btn-icon.btn-view-more .text::after{background:url("../images/ic_view_more.svg") no-repeat center/20px}
.btn-icon.btn-video .text::after{background:url("../images/ic_live-2px.svg") no-repeat center/20px}
.btn-icon.btn-clip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.btn-icon.btn-clip .num{margin-left:2px;font-size:14px;font-weight:400;color:#00aad2;line-height:20px}
.btn-icon.btn-add-schedule .text::after{background:url("../images/ic_cal_add.svg") no-repeat center/20px}
.btn-icon.btn-cast .text::after{background:url("../images/ic_cast.svg") no-repeat center/20px}
.btn-icon.btn-livestream .text::after{background:url("../images/ic_live-2px.svg") no-repeat center/20px}
@media screen and (max-width:1280px){.btn-icon{font-size:14px}
.btn-icon .text:after{width:18px;height:18px;margin-left:3px;background-size:18px !important}
.btn-icon.btn-detail .text:after{background-size:18px !important}
}
@media screen and (max-width:1024px){.button-box.column .btn-icon+.btn-icon{margin-top:12px}
.button-box .btn-icon+.btn-icon{margin-top:12px}
.btn:first-of-type{margin-top:48px}
}
@media screen and (max-width:768px){.button-box{width:calc(100% - 30px);margin:auto}
.button-box.align-center{width:calc(100% - 30px);margin:auto}
.btn.btn-primary{width:100%}
}